@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/vazirmatn-arabic-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/vazirmatn-arabic-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/vazirmatn-arabic-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/vazirmatn-arabic-800-normal.woff2") format("woff2");
}


:root {
  --radius: 12px;
  --radius-lg: 20px;
  --font: "Vazirmatn", system-ui, sans-serif;
  --nav-h: 64px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0c0e12;
  --bg-elevated: #141820;
  --surface: #1a1f28;
  --text: #e8eaef;
  --text-muted: #8b92a5;
  --accent: #e87a2e;
  --accent-deep: #c45e18;
  --accent-light: #f5b87a;
  --accent-soft: rgba(232, 122, 46, 0.15);
  --accent-glow: rgba(232, 122, 46, 0.35);
  --accent-a04: rgba(232, 122, 46, 0.04);
  --accent-a07: rgba(232, 122, 46, 0.07);
  --accent-a08: rgba(232, 122, 46, 0.08);
  --accent-a12: rgba(232, 122, 46, 0.12);
  --accent-a14: rgba(232, 122, 46, 0.14);
  --accent-a15: rgba(232, 122, 46, 0.15);
  --accent-a22: rgba(232, 122, 46, 0.22);
  --accent-a25: rgba(232, 122, 46, 0.25);
  --accent-a35: rgba(232, 122, 46, 0.35);
  --accent-a45: rgba(232, 122, 46, 0.45);
  --accent-a55: rgba(232, 122, 46, 0.55);
  --border: rgba(255, 255, 255, 0.06);
  --on-accent: #0c0e12;
  --nav-bg: linear-gradient(to bottom, rgba(12, 14, 18, 0.9), transparent);
  --nav-bg-solid: rgba(12, 14, 18, 0.95);
  --overlay: rgba(12, 14, 18, 0.92);
  --overlay-hover: rgba(20, 24, 32, 0.98);
  --chip-bg: rgba(255, 255, 255, 0.04);
  --hero-glow-a: rgba(240, 90, 34, 0.28);
  --hero-glow-b: rgba(240, 90, 34, 0.08);
  --hero-glow-c: rgba(240, 90, 34, 0.1);
  --logo-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.25);
  --shadow-sm: 0 4px 24px rgba(0, 0, 0, 0.45);
  --embed-loader-bg: linear-gradient(160deg, #0f1218 0%, var(--bg) 55%, #12151c 100%);
  --video-scrim: linear-gradient(to top, rgba(8, 10, 14, 0.55) 0%, rgba(8, 10, 14, 0.25) 100%);
  --caption-bg: rgba(8, 10, 14, 0.72);
  --caption-bg-solid: rgba(8, 10, 14, 0.82);
  --map-section-bg: linear-gradient(165deg, #2a2520 0%, #141820 45%, #0c0e12 100%);
  --map-panel-bg: linear-gradient(145deg, #0a0a0c 0%, #141418 50%, #08080a 100%);
  --map-panel-border: rgba(255, 255, 255, 0.12);
  --map-panel-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --map-zone-text: #f0f0f2;
  --map-zone-bg: rgba(255, 255, 255, 0.03);
  --map-zone-border: rgba(255, 255, 255, 0.18);
  --radio-bar-bg: rgba(12, 14, 18, 0.55);
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f4fbf6;
  --bg-elevated: #ffffff;
  --surface: #ecfdf3;
  --text: #1a3324;
  --text-muted: #5f7a68;
  --accent: #16a34a;
  --accent-deep: #15803d;
  --accent-light: #86efac;
  --accent-soft: rgba(22, 163, 74, 0.12);
  --accent-glow: rgba(22, 163, 74, 0.28);
  --accent-a04: rgba(22, 163, 74, 0.04);
  --accent-a07: rgba(22, 163, 74, 0.07);
  --accent-a08: rgba(22, 163, 74, 0.08);
  --accent-a12: rgba(22, 163, 74, 0.12);
  --accent-a14: rgba(22, 163, 74, 0.14);
  --accent-a15: rgba(22, 163, 74, 0.15);
  --accent-a22: rgba(22, 163, 74, 0.22);
  --accent-a25: rgba(22, 163, 74, 0.25);
  --accent-a35: rgba(22, 163, 74, 0.35);
  --accent-a45: rgba(22, 163, 74, 0.45);
  --accent-a55: rgba(22, 163, 74, 0.55);
  --border: rgba(22, 101, 52, 0.12);
  --on-accent: #ffffff;
  --nav-bg: linear-gradient(to bottom, rgba(255, 255, 255, 0.92), transparent);
  --nav-bg-solid: rgba(255, 255, 255, 0.96);
  --overlay: rgba(255, 255, 255, 0.95);
  --overlay-hover: rgba(240, 253, 244, 0.98);
  --chip-bg: rgba(22, 163, 74, 0.06);
  --hero-glow-a: rgba(74, 222, 128, 0.35);
  --hero-glow-b: rgba(74, 222, 128, 0.12);
  --hero-glow-c: rgba(74, 222, 128, 0.14);
  --logo-shadow: 0 12px 28px rgba(22, 163, 74, 0.18);
  --shadow-md: 0 8px 32px rgba(22, 163, 74, 0.1);
  --shadow-sm: 0 4px 20px rgba(22, 163, 74, 0.12);
  --embed-loader-bg: linear-gradient(160deg, #ecfdf5 0%, var(--bg) 55%, #f0fdf4 100%);
  --video-scrim: linear-gradient(to top, rgba(22, 163, 74, 0.18) 0%, rgba(22, 163, 74, 0.06) 100%);
  --caption-bg: rgba(255, 255, 255, 0.88);
  --caption-bg-solid: rgba(240, 253, 244, 0.94);
  --map-section-bg: linear-gradient(165deg, #ecfdf5 0%, var(--bg-elevated) 45%, var(--bg) 100%);
  --map-panel-bg: linear-gradient(145deg, #ffffff 0%, #ecfdf5 50%, #dcfce7 100%);
  --map-panel-border: rgba(22, 163, 74, 0.18);
  --map-panel-shadow: 0 16px 40px rgba(22, 163, 74, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  --map-zone-text: var(--text);
  --map-zone-bg: rgba(255, 255, 255, 0.75);
  --map-zone-border: rgba(22, 163, 74, 0.2);
  --radio-bar-bg: rgba(255, 255, 255, 0.82);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  transition: background-color 0.25s ease, color 0.25s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  background: var(--nav-bg);
  backdrop-filter: blur(8px);
  transition: background 0.3s, border-color 0.3s;
}

.nav.scrolled {
  background: var(--nav-bg-solid);
  border-bottom: 1px solid var(--border);
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  gap: 2px;
  flex-shrink: 0;
}

.theme-toggle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.theme-toggle__btn svg {
  width: 18px;
  height: 18px;
}

.theme-toggle__btn:hover {
  color: var(--text);
}

.theme-toggle__btn.is-active {
  background: var(--accent-soft);
  color: var(--accent);
}

.theme-toggle__btn:active {
  transform: scale(0.94);
}

.nav__logo {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.nav__logo img {
  display: block;
  height: 34px;
  width: auto;
  max-width: min(160px, 42vw);
}

.nav__links {
  display: flex;
  gap: 1.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.nav__links a:hover {
  color: var(--text);
}

@media (max-width: 600px) {
  .nav__links {
    display: none;
  }

  .nav__right {
    margin-inline-start: auto;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 2rem) 1.5rem 4rem;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft), transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(60, 100, 180, 0.08), transparent),
    var(--bg);
  z-index: 0;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 52rem;
  width: 100%;
}

.hero__eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: hero-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.hero__logo-wrap {
  position: relative;
  width: min(140px, 34vw);
  margin-bottom: 2.25rem;
  opacity: 0;
  animation: hero-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

.hero__logo-glow {
  position: absolute;
  inset: 10% 0;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    var(--hero-glow-a) 0%,
    var(--hero-glow-b) 42%,
    transparent 68%
  );
  filter: blur(32px);
  animation: hero-glow-pulse 5s ease-in-out infinite;
  pointer-events: none;
}

.hero__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(var(--logo-shadow));
}

.hero__title {
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  max-width: 28rem;
  margin-bottom: 1rem;
  opacity: 0;
  animation: hero-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.hero__desc {
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 32rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: hero-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  opacity: 0;
  animation: hero-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.85rem;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 100px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--accent-glow);
}

.hero__cta--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: none;
}

.hero__cta--ghost:hover {
  border-color: var(--accent-glow);
  color: var(--accent);
  box-shadow: none;
  transform: translateY(-2px);
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-glow-pulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__eyebrow,
  .hero__logo-wrap,
  .hero__title,
  .hero__desc,
  .hero__actions {
    animation: none;
    opacity: 1;
  }

  .hero__logo-glow {
    animation: none;
  }
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  animation: bounce 2s ease infinite;
  z-index: 1;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* Demo — sticky full viewport */
.demo {
  position: relative;
  --demo-extra-scroll: 18vh; /* فقط همین مقدار بعد از پر شدن صفحه اسکرول «خالی» است */
}

.demo__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
}

.demo__next-bar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  justify-content: center;
  align-items: flex-end;
  padding: 0 1rem max(1rem, env(safe-area-inset-bottom));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.demo.is-inview .demo__next-bar {
  opacity: 1;
  visibility: visible;
}

.demo__next {
  display: inline-flex;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem 0.45rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  background: var(--overlay);
  border: 1px solid var(--accent-glow);
  border-radius: 100px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, border-color 0.2s, transform 0.2s, opacity 0.25s, visibility 0.25s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.demo__next:active {
  transform: scale(0.96);
}

.demo__next:hover {
  background: var(--overlay-hover);
  border-color: var(--accent);
}

.demo__next svg {
  flex-shrink: 0;
  opacity: 0.9;
}

/* embed تور — مشترک بین دمو و رادیو */
.tour-embed__frame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tour-embed__loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 40%, var(--accent-soft), transparent 65%),
    var(--embed-loader-bg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.tour-embed__frame-wrap.is-waiting .tour-embed__loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tour-embed__frame-wrap.is-loaded .tour-embed__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tour-embed__loader-visual {
  position: relative;
  width: 7rem;
  height: 7rem;
}

.tour-embed__loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
}

.tour-embed__loader-ring--outer {
  border-top-color: var(--accent);
  border-right-color: var(--accent-a25);
  animation: demo-spin 1.4s linear infinite;
}

.tour-embed__loader-ring--mid {
  inset: 0.65rem;
  border-bottom-color: var(--accent-light);
  border-left-color: rgba(245, 184, 122, 0.2);
  animation: demo-spin 1.1s linear infinite reverse;
}

.tour-embed__loader-ring--inner {
  inset: 1.3rem;
  border-top-color: rgba(255, 255, 255, 0.15);
  animation: demo-spin 0.85s linear infinite;
}

.tour-embed__loader-core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  animation: demo-pulse 2s ease-in-out infinite;
}

.tour-embed__loader-core svg {
  width: 2.5rem;
  height: 2.5rem;
}

.tour-embed__loader-text {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  animation: demo-text-fade 2s ease-in-out infinite;
}

.tour-embed__iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: var(--surface);
}

.tour-embed__overlay {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease 0.35s;
}

.tour-embed__frame-wrap.is-loaded .tour-embed__overlay {
  opacity: 1;
}

.tour-embed__label {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  border: 1px solid var(--border);
}

.tour-embed__unlock {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0;
  padding: 1.5rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: var(--text);
  background: var(--caption-bg);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease;
}

.tour-embed__unlock[hidden] {
  display: none !important;
}

.tour-embed__unlock:hover {
  background: var(--caption-bg-solid);
}

.tour-embed__unlock-icon {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid var(--accent-glow);
}

.tour-embed__unlock-text {
  font-size: 0.95rem;
  font-weight: 600;
}

.demo__frame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.demo__loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 40%, var(--accent-soft), transparent 65%),
    var(--embed-loader-bg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.demo__frame-wrap.is-waiting .demo__loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.demo__frame-wrap.is-loaded .demo__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.demo__loader-visual {
  position: relative;
  width: 7rem;
  height: 7rem;
}

.demo__loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
}

.demo__loader-ring--outer {
  border-top-color: var(--accent);
  border-right-color: var(--accent-a25);
  animation: demo-spin 1.4s linear infinite;
}

.demo__loader-ring--mid {
  inset: 0.65rem;
  border-bottom-color: var(--accent-light);
  border-left-color: rgba(245, 184, 122, 0.2);
  animation: demo-spin 1.1s linear infinite reverse;
}

.demo__loader-ring--inner {
  inset: 1.3rem;
  border-top-color: rgba(255, 255, 255, 0.15);
  animation: demo-spin 0.85s linear infinite;
}

.demo__loader-core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  animation: demo-pulse 2s ease-in-out infinite;
}

.demo__loader-core svg {
  width: 2.5rem;
  height: 2.5rem;
}

.demo__loader-text {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  animation: demo-text-fade 2s ease-in-out infinite;
}

@keyframes demo-spin {
  to { transform: rotate(360deg); }
}

@keyframes demo-pulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes demo-text-fade {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.demo__iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: var(--surface);
}

.demo__overlay {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease 0.35s;
}

.demo__frame-wrap.is-loaded .demo__overlay {
  opacity: 1;
}

.demo__label {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  border: 1px solid var(--border);
}

/* Spacer creates scroll room after sticky releases */
.demo__spacer {
  height: var(--demo-extra-scroll);
  pointer-events: none;
}

/* دامنه اختصاصی */
.domain {
  position: relative;
  padding: 0 1.5rem 6rem;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 45%, var(--bg) 100%);
  overflow: hidden;
}

.domain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 50% at 50% 40%,
    var(--hero-glow-c),
    transparent 65%
  );
  pointer-events: none;
}

.domain__head {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.domain__stage {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.domain__browser {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  padding: 0.65rem 0.85rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.2);
}

.domain__browser-dots {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}

.domain__browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.domain__browser-dots span:nth-child(1) {
  background: rgba(255, 95, 87, 0.75);
}

.domain__browser-dots span:nth-child(2) {
  background: rgba(255, 189, 46, 0.75);
}

.domain__browser-dots span:nth-child(3) {
  background: rgba(40, 201, 64, 0.75);
}

.domain__browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.domain__browser-lock {
  flex-shrink: 0;
  color: #5fd68a;
  opacity: 0.9;
}

.domain__browser-placeholder {
  opacity: 0.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.domain__url {
  margin: 0;
  text-align: center;
  font-family: "Cascadia Code", "SF Mono", "Consolas", "Liberation Mono", monospace;
  font-size: clamp(1.75rem, 6.5vw, 4.25rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--text);
  direction: ltr;
  unicode-bidi: isolate;
  cursor: default;
  user-select: none;
  overflow: visible;
}

.domain__url-line {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  overflow: visible;
  padding-inline-end: 0.25em;
}

.domain__url-typed {
  color: var(--accent);
  white-space: nowrap;
  overflow: visible;
}

.domain__url-tld {
  color: var(--accent);
  flex-shrink: 0;
  white-space: nowrap;
  display: none;
}

.domain.is-done .domain__url-tld {
  display: inline;
}

.domain__cursor {
  display: inline-block;
  flex-shrink: 0;
  width: 3px;
  height: 0.85em;
  margin-inline-start: 2px;
  background: var(--accent);
  border-radius: 1px;
  animation: domain-cursor-blink 0.9s step-end infinite;
}

.domain__cursor.is-hidden {
  opacity: 0;
  animation: none;
}

.domain.is-typing .domain__cursor {
  animation: none;
  opacity: 1;
}

@keyframes domain-cursor-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.domain__caption {
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.domain__caption a {
  color: var(--accent);
  font-weight: 500;
}

.domain__caption a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .domain__browser {
    margin-bottom: 1.75rem;
  }

  .domain__url {
    font-size: clamp(1.2rem, 5.5vw, 2.25rem);
  }
}

/* Section head */
/* Services — عکاسی و تولید محتوا */
.services {
  padding-bottom: 5rem;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  border-color: var(--accent-a25);
  box-shadow: var(--shadow-md);
}

.service-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius);
}

.service-card__icon svg {
  width: 2rem;
  height: 2rem;
}

.service-card__badge {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.service-card > p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  flex: 1;
}

.service-card__list {
  list-style: none;
  border-top: 1px solid var(--border);
  padding-top: 1.1rem;
}

.service-card__list li {
  position: relative;
  padding-right: 1.15rem;
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.service-card__list li:last-child {
  margin-bottom: 0;
}

.service-card__list li::before {
  content: "◆";
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 0.45rem;
  top: 0.5rem;
}

@media (max-width: 700px) {
  .services__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.section-head {
  text-align: center;
  padding: 5rem 1.5rem 3rem;
  max-width: 36rem;
  margin: 0 auto;
}

.section-head h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-head p {
  color: var(--text-muted);
  font-size: 1rem;
}

/* Features — تمام‌عرض: متن ~۳۸٪ | ویدیو بقیه صفحه */
.features {
  padding-bottom: 0;
}

.feature {
  --feature-text: minmax(260px, 36%);
  display: grid;
  grid-template-columns: var(--feature-text) 1fr;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: min(72vh, 720px);
  border-top: 1px solid var(--border);
}

.feature:nth-child(even) {
  background: var(--bg-elevated);
}

.feature--reverse {
  grid-template-columns: 1fr var(--feature-text);
}

.feature--reverse .feature__text {
  order: 2;
}

.feature--reverse .feature__media {
  order: 1;
}

.feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  max-width: 28rem;
}

.feature__num {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.feature__text h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.feature__text p {
  color: var(--text-muted);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  line-height: 1.9;
}

.feature__media {
  position: relative;
  min-height: min(72vh, 720px);
  aspect-ratio: unset;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  border: none;
  border-inline-end: 1px solid var(--border);
  box-shadow: none;
}

.feature--reverse .feature__media {
  border-inline-end: none;
  border-inline-start: 1px solid var(--border);
}

.feature__video {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 720px);
  object-fit: cover;
  background: var(--bg-elevated);
}

.feature__video:not([src]) {
  min-height: min(72vh, 720px);
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-elevated) 100%);
}

.feature--panel .feature__media--panel {
  background: #eef1f6;
}

.feature__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 720px);
  object-fit: contain;
  object-position: center;
}

.feature--radio-tour .feature__audio-hint {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.1rem;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--accent-glow);
  border-radius: var(--radius);
}

.feature--radio-tour .feature__audio-hint-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}

/* رادیو — embed تور تمام‌قدار مثل دمو */
.feature--radio-tour .feature__media--tour {
  min-height: min(72vh, 720px);
  height: min(72vh, 720px);
  background: #000;
}

.feature--radio-tour .tour-embed__frame-wrap,
.feature--radio-tour .tour-embed__iframe {
  min-height: min(72vh, 720px);
  height: 100%;
}

/* کاتالوگ — بروشور تیره (سبک Edman) */
.feature--catalog {
  align-items: stretch;
}

.feature--catalog .feature__media--catalog {
  min-height: min(72vh, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 42%, rgba(30, 184, 168, 0.16), transparent 62%),
    radial-gradient(ellipse 40% 30% at 20% 80%, rgba(30, 184, 168, 0.06), transparent),
    var(--bg-elevated);
}

.catalog-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(2rem, 5vw, 3rem);
  width: 100%;
}

.catalog-flipbook {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  outline: none;
}

.catalog-flipbook__stage {
  position: relative;
  width: min(720px, 94vw);
  height: min(500px, 58vh);
  max-height: 520px;
  perspective: 3200px;
  perspective-origin: 50% 50%;
  transform: rotateY(-6deg) rotateX(1.5deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: visible;
}

.catalog-showcase:hover .catalog-flipbook__stage {
  transform: rotateY(-2deg) rotateX(0deg);
}

.catalog-flipbook__shadow {
  position: absolute;
  inset: 4% 2% -14% 2%;
  background: radial-gradient(ellipse 80% 55% at 50% 40%, rgba(0, 0, 0, 0.55), transparent 70%);
  filter: blur(28px);
  border-radius: 12px;
  z-index: 0;
}

.catalog-flipbook__spine {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  width: 14px;
  margin-left: -7px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    #061014 0%,
    #1eb8a8 22%,
    #2dd4bf 50%,
    #1eb8a8 78%,
    #061014 100%
  );
  box-shadow:
    -4px 0 14px rgba(0, 0, 0, 0.45),
    4px 0 14px rgba(0, 0, 0, 0.45),
    inset 0 0 12px rgba(255, 255, 255, 0.08);
  z-index: 30;
  pointer-events: none;
}

.catalog-flipbook__book {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-style: preserve-3d;
  cursor: pointer;
}

.catalog-flipbook__book--spread {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: visible;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.catalog-spread__left,
.catalog-spread__right {
  position: relative;
  width: 50%;
  height: 100%;
  flex: none;
}

.catalog-spread__left {
  z-index: 1;
  overflow: hidden;
  border-inline-start: 1px solid rgba(30, 184, 168, 0.25);
  border-radius: 8px 0 0 8px;
}

.catalog-spread__right {
  z-index: 2;
  overflow: visible;
  perspective: 2800px;
  perspective-origin: left center;
}

.catalog-spread__static {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.catalog-spread__left .catalog-spread-pane {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.catalog-spread__left .catalog-spread-pane.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.catalog-spread__static .catalog-spread-pane {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.catalog-spread__static .catalog-spread-pane.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.catalog-spread__static .catalog-spread-pane.is-flipped {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.catalog-spread__static .catalog-spread-pane.is-flipping {
  opacity: 1;
  pointer-events: none;
  z-index: 20;
}

.catalog-spread__static .catalog-sheet__face--front .catalog-page__inner {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 14px 0 22px rgba(0, 0, 0, 0.28);
}

.catalog-sheet {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: left center;
  transform: rotateY(0deg);
  transition: transform 1.1s cubic-bezier(0.42, 0.02, 0.16, 1);
  will-change: transform;
}

.catalog-spread-pane.is-flipping-forward .catalog-sheet {
  transform: rotateY(-180deg);
}

.catalog-spread-pane.is-flipping-backward .catalog-sheet {
  transform: rotateY(0deg);
}

.catalog-spread-pane.is-flipping-backward.is-sheet-backward-start .catalog-sheet {
  transform: rotateY(-180deg);
  transition: none;
}

.catalog-sheet__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.catalog-sheet__face--back {
  transform: rotateY(180deg);
}

.catalog-page__inner--rear {
  background: linear-gradient(135deg, #0a1016 0%, #121a24 45%, #0d141c 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: clamp(0.9rem, 1.8vw, 1.15rem) clamp(0.95rem, 2vw, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.catalog-page__inner--rear::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #151c26 25%, transparent 25%) -12px 0 / 24px 24px,
    linear-gradient(225deg, #151c26 25%, transparent 25%) -12px 0 / 24px 24px;
  opacity: 0.2;
  pointer-events: none;
}

.catalog-page__inner--rear-cover {
  background: linear-gradient(160deg, #141c26 0%, #0a0f14 100%);
}

.catalog-page__inner {
  position: absolute;
  inset: 0;
  padding: clamp(0.9rem, 1.8vw, 1.15rem) clamp(0.95rem, 2vw, 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-align: right;
  background: #0d1118;
  color: #e8eaef;
  border-radius: inherit;
  overflow: hidden;
}

.catalog-page__tiles {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    linear-gradient(135deg, #151c26 25%, transparent 25%) -12px 0 / 24px 24px,
    linear-gradient(225deg, #151c26 25%, transparent 25%) -12px 0 / 24px 24px,
    linear-gradient(45deg, #1a232e 25%, transparent 25%) 0 0 / 24px 24px,
    linear-gradient(315deg, #1a232e 25%, #121820 25%) 0 0 / 24px 24px;
  pointer-events: none;
}

.catalog-page__inner--cover {
  padding-top: 0.65rem;
}

.catalog-page__inner--back {
  justify-content: flex-start;
}

.catalog-cover__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.catalog-logo {
  font-size: clamp(0.72rem, 1.4vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1eb8a8;
}

.catalog-cover__year {
  font-size: clamp(0.68rem, 1.2vw, 0.78rem);
  color: rgba(255, 255, 255, 0.45);
}

.catalog-cover__mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  flex: 1;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  overflow: hidden;
}

.catalog-cover__mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 72px;
}

.catalog-band {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 0.4rem 0.5rem;
  background: #1eb8a8;
  color: #061014;
  border-radius: 2px;
}

.catalog-band h4 {
  margin: 0;
  font-size: clamp(0.82rem, 1.6vw, 0.95rem);
  font-weight: 800;
  line-height: 1.3;
}

.catalog-band p {
  margin: 0.15rem 0 0;
  font-size: clamp(0.68rem, 1.3vw, 0.78rem);
  font-weight: 600;
  opacity: 0.85;
}

.catalog-band--sm {
  align-self: stretch;
  margin-top: 0;
  padding: 0.38rem 0.55rem;
  font-size: clamp(0.72rem, 1.4vw, 0.82rem);
  font-weight: 700;
  color: #061014;
}

.catalog-box {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font-size: clamp(0.68rem, 1.25vw, 0.78rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.catalog-box p {
  margin: 0;
}

.catalog-box--accent {
  border-color: rgba(30, 184, 168, 0.45);
  background: rgba(30, 184, 168, 0.08);
}

.catalog-box--accent strong {
  display: block;
  font-size: 0.6rem;
  color: #1eb8a8;
  margin-bottom: 0.25rem;
}

.catalog-box--accent ul {
  margin: 0;
  padding: 0 0.75rem 0 0;
  list-style: disc;
}

.catalog-box--accent li {
  margin-bottom: 0.12rem;
}

.catalog-product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  flex: 1;
  min-height: 0;
}

.catalog-product {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.45rem;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background:
    linear-gradient(160deg, rgba(30, 184, 168, 0.15) 0%, transparent 50%),
    #141b24;
}

.catalog-product span {
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
}

.catalog-note {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.catalog-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  overflow: hidden;
  min-height: 0;
}

.catalog-split__img {
  min-height: 44px;
  background: #141b24;
}

.catalog-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-split__text {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.35rem;
}

.catalog-split__text p {
  margin: 0;
  font-size: 0.52rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.catalog-icons {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.catalog-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  background: rgba(30, 184, 168, 0.06);
}

.catalog-icon span {
  font-size: 0.55rem;
  font-weight: 800;
  color: #1eb8a8;
  line-height: 1.2;
}

.catalog-icon small {
  font-size: 0.45rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.1rem;
}

.catalog-back {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
}

.catalog-qr {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(90deg, #fff 0 2px, #0d1118 2px 4px),
    repeating-linear-gradient(0deg, #fff 0 2px, #0d1118 2px 4px);
  background-size: 8px 8px;
  border: 2px solid #fff;
}

.catalog-qr span {
  font-size: 0.4rem;
  font-weight: 800;
  color: #0d1118;
  background: #fff;
  padding: 0.1rem 0.15rem;
}

.catalog-back__info {
  flex: 1;
  font-size: 0.55rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.catalog-back__info p {
  margin: 0;
}

.catalog-back__info strong {
  color: #1eb8a8;
  font-size: 0.6rem;
}

.catalog-flipbook__hint {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.catalog-flipbook__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.catalog-flipbook__count {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  min-width: 4.5rem;
  text-align: center;
}

.catalog-flipbook__btn {
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.catalog-flipbook__btn:hover:not(:disabled) {
  background: rgba(30, 184, 168, 0.12);
  color: #1eb8a8;
  border-color: rgba(30, 184, 168, 0.4);
}

.catalog-flipbook__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.feature--catalog.is-visible .catalog-flipbook__stage {
  animation: catalog-book-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes catalog-book-in {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateY(-10deg) rotateX(2deg) translateY(16px);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateY(-8deg) rotateX(2deg) translateY(0);
  }
}

/* منوی اختصاصی */
.feature--menu-compact {
  min-height: min(58vh, 560px);
  align-items: stretch;
}

.feature--menu-compact .feature__text {
  padding-block: clamp(2rem, 4vw, 3rem);
}

.feature--menu-compact .feature__media--menu-zone {
  min-height: min(58vh, 560px);
  height: 100%;
  padding: 0;
  background: var(--bg-elevated);
  transition: background 0.45s ease;
}

.menu-zone {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  transition: background 0.45s ease;
}

.feature__media--menu-zone:hover,
.menu-zone:hover {
  background: var(--accent-a07);
}

.menu-zone__orbs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.menu-zone__orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--accent-a14);
  background: var(--accent-a04);
  animation: menu-orb-float 7s ease-in-out infinite;
}

.menu-zone__orb:nth-child(1) {
  width: 140px;
  height: 140px;
  top: 12%;
  inset-inline-end: 8%;
  animation-delay: 0s;
}

.menu-zone__orb:nth-child(2) {
  width: 90px;
  height: 90px;
  top: 45%;
  inset-inline-end: 22%;
  animation-delay: -1.5s;
}

.menu-zone__orb:nth-child(3) {
  width: 200px;
  height: 200px;
  bottom: 5%;
  inset-inline-end: 2%;
  animation-delay: -3s;
}

.menu-zone__orb:nth-child(4) {
  width: 60px;
  height: 60px;
  top: 25%;
  inset-inline-end: 38%;
  animation-delay: -2s;
}

.menu-zone__orb:nth-child(5) {
  width: 110px;
  height: 110px;
  bottom: 28%;
  inset-inline-end: 28%;
  animation-delay: -4.5s;
}

@keyframes menu-orb-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translate(-10px, 8px) scale(1.06);
    opacity: 0.65;
  }
}

.menu-zone:hover .menu-zone__orb {
  border-color: var(--accent-a22);
  background: var(--accent-a07);
}

/* نمونه منوی تور — سمت راست، باز شدن با هاور */
.tour-menu-demo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  width: min(220px, 100%);
}

.tour-menu-demo__toggle {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(168, 140, 100, 0.7);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: background 0.2s, transform 0.2s;
}

.tour-menu-demo__toggle:hover {
  background: rgba(188, 155, 110, 0.85);
  transform: scale(1.05);
}

.tour-menu-demo__toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.tour-menu-demo__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.tour-menu-demo__panel {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s;
  pointer-events: none;
}

.menu-zone:hover .tour-menu-demo__panel,
.tour-menu-demo:hover .tour-menu-demo__panel,
.tour-menu-demo.is-open .tour-menu-demo__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.menu-zone:hover .tour-menu-demo__toggle span:nth-child(1),
.tour-menu-demo:hover .tour-menu-demo__toggle span:nth-child(1),
.tour-menu-demo.is-open .tour-menu-demo__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-zone:hover .tour-menu-demo__toggle span:nth-child(2),
.tour-menu-demo:hover .tour-menu-demo__toggle span:nth-child(2),
.tour-menu-demo.is-open .tour-menu-demo__toggle span:nth-child(2) {
  opacity: 0;
}

.menu-zone:hover .tour-menu-demo__toggle span:nth-child(3),
.tour-menu-demo:hover .tour-menu-demo__toggle span:nth-child(3),
.tour-menu-demo.is-open .tour-menu-demo__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-zone:hover .tour-menu-demo__toggle,
.tour-menu-demo:hover .tour-menu-demo__toggle,
.tour-menu-demo.is-open .tour-menu-demo__toggle {
  background: rgba(140, 115, 80, 0.9);
}

.tour-menu-demo__panel a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  text-align: right;
  border-bottom: 1px solid #eee;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}

.tour-menu-demo__panel a:last-child {
  border-bottom: none;
}

.tour-menu-demo__panel a:hover {
  background: #f5f5f5;
  color: #000;
}

.tour-menu-demo__panel a:active,
.tour-menu-demo__panel a.is-active {
  background: var(--accent-soft);
  color: #000;
}

/* آمار بازدید — نمودار تمام‌عرض */
.feature--stats-chart {
  align-items: stretch;
}

.feature--stats-chart .feature__media--chart {
  min-height: min(72vh, 720px);
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #121f38 0%, #0a1020 45%, #060a12 100%);
  border-inline-end: 1px solid var(--border);
}

.stats-chart {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.stats-chart__head {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.75rem 0.75rem;
}

.stats-chart__titles {
  text-align: right;
}

.stats-chart__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #f4f6fa;
  letter-spacing: -0.02em;
}

.stats-chart__subtitle {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #5ec4b3;
}

.stats-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
}

.stats-chart__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

.stats-chart__legend-item::before {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 2px;
}

.stats-chart__legend-item--primary::before {
  background: #fff;
  height: 3px;
}

.stats-chart__legend-item--secondary::before {
  background: #5b9cf5;
}

.stats-chart__body {
  position: relative;
  flex: 1;
  min-height: 0;
  padding: 0.25rem 1.25rem 1.5rem 1rem;
}

.stats-chart__body canvas {
  width: 100% !important;
  height: 100% !important;
  cursor: crosshair;
}

.feature--stats-chart.is-visible .stats-chart {
  animation: stats-chart-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes stats-chart-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* مارکرها و پاپ‌آپ */
.feature--markers {
  align-items: stretch;
}

.feature--markers .feature__media--markers {
  min-height: min(58vh, 560px);
  padding: 0;
  background: #0a0c10;
}

.markers-zone {
  position: relative;
  width: 100%;
  min-height: min(58vh, 560px);
  height: 100%;
  overflow: hidden;
}

.markers-zone__scene {
  position: absolute;
  inset: 0;
}

.markers-zone__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.72);
}

.markers-zone__shade {
  position: absolute;
  inset: 0;
  background: var(--video-scrim);
  pointer-events: none;
}

.markers-zone__hint {
  position: absolute;
  top: clamp(0.75rem, 2vw, 1.25rem);
  inset-inline-start: clamp(0.75rem, 2vw, 1.25rem);
  z-index: 2;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.45);
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  pointer-events: none;
}

.markers-zone__pins {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.tour-marker {
  position: absolute;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  z-index: 1;
}

.tour-marker__pulse {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--accent-a55);
  animation: marker-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.tour-marker__icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--accent);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.35),
    0 0 0 3px rgba(255, 255, 255, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-marker__icon svg {
  width: 20px;
  height: 20px;
}

.tour-marker__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tour-marker:hover .tour-marker__icon,
.tour-marker:focus-visible .tour-marker__icon {
  transform: scale(1.08);
  box-shadow:
    0 6px 22px var(--accent-a45),
    0 0 0 3px #fff;
}

.tour-marker:hover .tour-marker__label,
.tour-marker:focus-visible .tour-marker__label {
  opacity: 1;
  transform: translateY(0);
}

.tour-marker.is-active .tour-marker__icon {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 4px var(--accent-a35);
}

@keyframes marker-pulse {
  0% {
    transform: scale(0.65);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.feature--markers.is-visible .tour-marker {
  animation: marker-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.feature--markers.is-visible .tour-marker:nth-child(1) { animation-delay: 0.05s; }
.feature--markers.is-visible .tour-marker:nth-child(2) { animation-delay: 0.12s; }
.feature--markers.is-visible .tour-marker:nth-child(3) { animation-delay: 0.19s; }
.feature--markers.is-visible .tour-marker:nth-child(4) { animation-delay: 0.26s; }

@keyframes marker-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.marker-popup {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.marker-popup.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.marker-popup__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.52);
  cursor: pointer;
}

.marker-popup__card {
  position: relative;
  width: min(100%, 420px);
  background: #fff;
  color: #1a1d24;
  border-radius: 14px;
  padding: 1.35rem 1.35rem 1rem;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.06);
  transform: translateY(12px) scale(0.97);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  direction: rtl;
  text-align: right;
}

.marker-popup.is-open .marker-popup__card {
  transform: translateY(0) scale(1);
}

.marker-popup__close {
  position: absolute;
  top: 0.85rem;
  inset-inline-end: 0.85rem;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.marker-popup__close:hover {
  background: #f3f4f6;
  color: #111827;
}

.marker-popup__media {
  margin-bottom: 1rem;
  min-height: 0;
}

.marker-popup__media:empty {
  display: none;
  margin: 0;
}

.marker-popup__media--audio {
  background: #f1f3f5;
  border-radius: 999px;
  padding: 0.35rem 0.5rem;
}

.marker-popup__media--audio audio {
  width: 100%;
  height: 40px;
}

.marker-popup__media--video video {
  width: 100%;
  border-radius: 10px;
  background: #111;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.marker-popup__media--image img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.marker-popup__media--link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #f8f9fb;
  border-radius: 10px;
  border: 1px solid #e8eaef;
}

.marker-popup__media--link svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: var(--accent);
}

.marker-popup__media--link span {
  font-size: 0.88rem;
  color: #4b5563;
  line-height: 1.6;
}

.marker-popup__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.45rem;
  padding-inline-end: 2rem;
}

.marker-popup__desc {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.marker-popup__footer {
  border-top: 1px solid #eceef2;
  padding-top: 0.75rem;
}

.marker-popup__link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #374151;
  transition: color 0.2s ease;
}

.marker-popup__link:hover {
  color: var(--accent);
}

.feature--showcase.is-visible .tour-menu-demo {
  animation: tour-menu-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes tour-menu-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .feature,
  .feature--reverse {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .feature--reverse .feature__text,
  .feature--reverse .feature__media {
    order: unset;
  }

  .feature__text {
    max-width: none;
    padding: 2rem 1.5rem 1.25rem;
    order: 2;
  }

  .feature__media {
    order: 1;
    min-height: 52vw;
    border-inline: none !important;
    border-bottom: 1px solid var(--border);
  }

  .feature__video,
  .feature__video:not([src]),
  .feature__img {
    min-height: 52vw;
    aspect-ratio: 16 / 9;
  }

  .feature--radio-tour .feature__media--tour,
  .feature--radio-tour .tour-embed__frame-wrap,
  .feature--radio-tour .tour-embed__iframe {
    min-height: 52vw;
    height: 52vw;
  }

  .feature--stats-chart .feature__media--chart {
    min-height: min(340px, 65vw);
    border-inline: none !important;
    border-bottom: 1px solid var(--border);
  }

  .stats-chart__head {
    padding: 1.25rem 1.25rem 0.5rem;
  }


  .feature--catalog .feature__media--catalog {
    min-height: min(480px, 78vw);
  }

  .catalog-flipbook__stage {
    width: min(640px, 96vw);
    height: min(420px, 62vw);
    max-height: none;
    transform: rotateY(-3deg);
  }

  .feature--menu-compact {
    min-height: min(400px, 72vw);
  }

  .feature--menu-compact .feature__media--menu-zone {
    min-height: min(400px, 72vw);
  }

  .menu-zone {
    min-height: 100%;
    justify-content: center;
    align-items: flex-end;
  }

  .tour-menu-demo {
    width: min(240px, 88%);
    margin-inline: 0;
    align-items: stretch;
  }

  .feature--markers .feature__media--markers,
  .markers-zone {
    min-height: min(400px, 72vw);
  }

  .tour-marker__icon {
    width: 38px;
    height: 38px;
  }

  .tour-marker__label {
    opacity: 1;
    transform: none;
    font-size: 0.65rem;
  }

  .marker-popup__card {
    width: min(100%, 360px);
    padding: 1.1rem 1rem 0.85rem;
  }
}

/* Showcase — پیاده‌سازی‌ها */
.showcase {
  padding-bottom: 5rem;
}

.showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: min(1520px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.showcase-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.showcase-card:hover {
  border-color: var(--accent-a25);
  box-shadow: var(--shadow-md);
}

.showcase-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-elevated);
}

.showcase-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.showcase-card:hover .showcase-card__media img {
  transform: scale(1.04);
}

.showcase-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--radio-bar-bg);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.showcase-card:hover .showcase-card__overlay {
  opacity: 1;
}

.showcase-card__body {
  padding: 1.25rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.showcase-card__body h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.showcase-card__link {
  font-size: 0.78rem;
  color: var(--accent);
  word-break: break-all;
  transition: opacity 0.2s;
}

.showcase-card__link:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.showcase__more {
  max-width: min(1520px, calc(100% - 2.5rem));
  margin: 2.5rem auto 0;
  padding: 1.75rem clamp(1.25rem, 4vw, 3rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.showcase__more-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.showcase__more-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
}

.showcase__more-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
}

.showcase__more-list li {
  font-size: 0.85rem;
  color: var(--text-muted);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.4rem 0.95rem;
}

@media (max-width: 1200px) {
  .showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: min(1100px, calc(100% - 2.5rem));
  }
}

@media (max-width: 640px) {
  .showcase__grid {
    grid-template-columns: 1fr;
    max-width: min(520px, calc(100% - 2rem));
  }
}

/* تعامل با المان‌های فضا — داخل ویژگی‌ها */
.feature--interact .feature__media--interact {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(58vh, 560px);
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--bg);
}

.feature--interact .interact__demo {
  width: 100%;
  max-width: 720px;
}

.feature--interact .interact__list {
  list-style: none;
}

.interact__list li {
  position: relative;
  padding-right: 1.15rem;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.interact__list li::before {
  content: "◆";
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 0.45rem;
  top: 0.5rem;
}

.interact__demo {
  --lamp-cap: #3d3d42;
  --lamp-body-a: #6b4423;
  --lamp-body-b: #a0622a;
  --lamp-beam: rgba(180, 110, 50, 0.22);
  --room-warmth: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.interact__demo.is-toggled {
  --lamp-cap: #9a9aa3;
  --lamp-body-a: #e8d49a;
  --lamp-body-b: #f7efd4;
  --lamp-beam: rgba(255, 230, 160, 0.42);
  --room-warmth: 1;
}

.interact__scene {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #8ecae8 0%, #d4e4ef 38%, #e8e4dc 100%);
  overflow: hidden;
}

.room {
  position: absolute;
  inset: 0;
}

.room__sky {
  position: absolute;
  inset: 0 0 42%;
  background: linear-gradient(180deg, #7eb8d4 0%, #bdd9ea 100%);
}

.room__ceiling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(180deg, #f5f3ef 0%, #ebe8e2 100%);
}

.room__cove {
  position: absolute;
  top: 22%;
  left: 8%;
  right: 8%;
  height: 3%;
  background: linear-gradient(90deg, transparent, #ffe8c8, #ffd89a, #ffe8c8, transparent);
  opacity: calc(0.45 + var(--room-warmth) * 0.35);
  filter: blur(2px);
  transition: opacity 0.55s ease;
}

.room__window {
  position: absolute;
  top: 14%;
  left: 4%;
  width: 34%;
  height: 42%;
}

.room__window-frame {
  position: absolute;
  inset: 0;
  border: 3px solid #e8e6e1;
  border-radius: 2px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
  background: linear-gradient(160deg, #a8cfe8 0%, #dceaf5 55%, #8aabbc 100%);
}

.room__window-city {
  position: absolute;
  bottom: 12%;
  left: 10%;
  right: 10%;
  height: 35%;
  background:
    linear-gradient(90deg, #8b5a45 0 18%, transparent 18% 22%, #7a6b62 22% 40%, transparent 40% 48%, #9a8478 48% 68%, transparent 68% 76%, #6d5d54 76% 100%);
  opacity: 0.55;
}

.room__kitchen {
  position: absolute;
  top: 30%;
  right: 0;
  width: 42%;
  height: 38%;
  background: linear-gradient(180deg, #3a3f48 0%, #2a2e35 100%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.room__counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38%;
  background: linear-gradient(180deg, #5c636e 0%, #454b55 100%);
}

.room__hood {
  position: absolute;
  top: 8%;
  right: 18%;
  width: 28%;
  height: 22%;
  background: #1a1d22;
  border-radius: 2px 2px 0 0;
}

.room__sofa {
  position: absolute;
  bottom: 28%;
  left: 2%;
  width: 22%;
  height: 18%;
  background: linear-gradient(180deg, #3d8b8b 0%, #2d6a6a 100%);
  border-radius: 8px 8px 4px 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.room__floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent 18%),
    repeating-linear-gradient(90deg, #c9b8a8 0 8%, #b8a696 8% 16%);
}

.room__table {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  height: 8%;
  background: linear-gradient(180deg, #4a3428 0%, #2e1f18 100%);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.room__table::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 8%;
  width: 5%;
  height: 140%;
  background: #2e1f18;
}

.room__table::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 8%;
  width: 5%;
  height: 140%;
  background: #2e1f18;
}

.room__plate {
  position: absolute;
  top: -55%;
  width: 11%;
  height: 85%;
  background: radial-gradient(circle, #fff 35%, #e8e8e8 36%, #ddd 100%);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.room__plate:nth-of-type(1) { left: 12%; }
.room__plate:nth-of-type(2) { left: 44%; }
.room__plate:nth-of-type(3) { right: 12%; }

.room__centerpiece {
  position: absolute;
  top: -75%;
  left: 50%;
  transform: translateX(-50%);
  width: 16%;
  height: 55%;
  background: radial-gradient(ellipse, #6a9a5c 0%, #4a7a42 70%);
  border-radius: 50% 50% 40% 40%;
}

.room__chair {
  position: absolute;
  bottom: 22%;
  width: 7%;
  height: 14%;
  background: #1a1a1a;
  border-radius: 4px 4px 2px 2px;
}

.room__chair--1 { left: 20%; }
.room__chair--2 { right: 20%; }

.room__lamp {
  position: absolute;
  z-index: 2;
}

.room__lamp--far {
  top: 8%;
  left: 38%;
  width: 8%;
  height: 38%;
  opacity: 0.85;
  transform: scale(0.82);
}

.room__lamp--main {
  top: 6%;
  left: 52%;
  width: 11%;
  height: 44%;
}

.room__cord {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 22%;
  margin-left: -1px;
  background: #2a2a2a;
}

.room__shade-top {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  height: 14%;
  background: var(--lamp-cap);
  border-radius: 4px 4px 0 0;
  transition: background 0.55s ease;
}

.room__shade-body {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  height: 48%;
  background: linear-gradient(180deg, var(--lamp-body-b) 0%, var(--lamp-body-a) 55%, #3a2a1e 100%);
  border-radius: 0 0 50% 50% / 0 0 35% 35%;
  box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.15);
  transition: background 0.55s ease;
}

.interact__demo.is-toggled .room__shade-body {
  box-shadow: inset 0 -6px 20px rgba(255, 240, 200, 0.35);
}

.room__beam {
  position: absolute;
  top: 72%;
  left: -30%;
  right: -30%;
  height: 120%;
  background: radial-gradient(ellipse 50% 40% at 50% 0%, var(--lamp-beam), transparent 72%);
  pointer-events: none;
  transition: background 0.55s ease;
}

.room__ambient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 45% 35% at 58% 42%, rgba(255, 220, 150, 0.28), transparent 70%);
  opacity: var(--room-warmth);
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.room__nav {
  position: absolute;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.room__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -0.2rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.room__nav--1 { bottom: 38%; left: 58%; }
.room__nav--2 { bottom: 48%; right: 22%; }

.interact__hotspot {
  position: absolute;
  top: 38%;
  right: -18%;
  z-index: 4;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5);
  animation: interact-hotspot-pulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.interact__hotspot:hover {
  transform: scale(1.08);
  background: #2563eb;
}

.interact__hotspot:active {
  transform: scale(0.94);
}

.interact__hotspot[aria-pressed="true"] {
  animation: none;
  background: #1d4ed8;
}

.interact__tour-bar {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.interact__tour-bar span {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #d0d4dc, #aeb4c0);
}

.interact__tour-home {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep)) !important;
  border-radius: 50% !important;
}

.interact__hint {
  position: absolute;
  bottom: 0.65rem;
  right: 0.65rem;
  z-index: 4;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1a1f28;
  padding: 0.35rem 0.75rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.interact__state {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  padding: 0.65rem 1rem;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

@keyframes interact-hotspot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
  }
}

@media (max-width: 900px) {
  .feature--interact .feature__media--interact {
    min-height: min(52vw, 420px);
    padding: 1rem;
  }

  .interact__hotspot {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.4rem;
    right: -22%;
  }
}

/* نقشه دیواری سالن */
.feature--map-wall .feature__media--map-wall {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(58vh, 560px);
  padding: clamp(1rem, 2vw, 1.75rem);
  background: var(--map-section-bg);
}

.map-wall {
  width: 100%;
  max-width: 680px;
}

.map-wall__hint {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  margin: 0 0 0.85rem;
  padding: 0.5rem 0.75rem;
  border-radius: 100px;
  background: var(--chip-bg);
  border: 1px solid var(--border);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.map-wall__hint.is-updated {
  color: var(--accent);
  border-color: var(--accent-glow);
  background: var(--accent-soft);
}

.map-wall__panel {
  background: var(--map-panel-bg);
  border: 2px solid var(--map-panel-border);
  border-radius: 6px;
  padding: 0.65rem 0.55rem 0.7rem;
  box-shadow: var(--map-panel-shadow);
}

.map-wall__row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}

.map-wall__zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 4.5rem;
  padding: 0.35rem 0.2rem;
  margin: 0;
  font-family: inherit;
  text-decoration: none;
  color: var(--map-zone-text);
  background: var(--map-zone-bg);
  border: 1px solid var(--map-zone-border);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.map-wall__zone.is-active {
  background: var(--accent-a22);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-glow), 0 6px 20px var(--accent-a25);
}

.map-wall__zone:hover {
  background: var(--accent-a15);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--accent-a22);
}

.map-wall__zone:active {
  transform: translateY(0);
}

.map-wall__zone:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.map-wall__icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
  opacity: 0.95;
}

.map-wall__icon svg {
  width: 100%;
  height: 100%;
}

.map-wall__fa {
  font-size: 0.52rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.map-wall__en {
  font-size: 0.42rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.map-wall__center {
  position: relative;
  margin: 0.45rem 0;
  min-height: 7.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.map-wall__arrows {
  position: absolute;
  inset: 0.35rem;
  border: 2px dashed #c41e3a;
  border-radius: 2px;
  opacity: 0.75;
  pointer-events: none;
}

.map-wall__arrows::before,
.map-wall__arrows::after {
  content: "";
  position: absolute;
  background: #c41e3a;
}

.map-wall__arrows::before {
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  transform: translateY(-50%);
}

.map-wall__floor {
  position: absolute;
  inset: 18% 12% 22%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.35rem;
  opacity: 0.35;
  pointer-events: none;
}

.map-wall__floor span {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

.map-wall__zone--floor {
  position: absolute;
  inset: 0;
  min-height: unset;
  z-index: 1;
  background: transparent;
  border: none;
  border-radius: 0;
}

.map-wall__zone--floor:hover {
  background: rgba(196, 30, 58, 0.12);
  box-shadow: none;
}

.map-wall__floor-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.map-wall__zone--floor:hover .map-wall__floor-label {
  color: var(--accent);
}

@media (max-width: 700px) {
  .map-wall__row {
    grid-template-columns: repeat(7, minmax(3.6rem, 1fr));
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .map-wall__zone {
    min-height: 4rem;
  }

  .map-wall__fa {
    font-size: 0.48rem;
  }
}

/* امبد — داخل ویژگی‌ها */
.feature--embed-tools .feature__media--et {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(58vh, 560px);
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--bg);
}

.feature__cap-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.feature__cap-state {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  padding: 0.65rem 1rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.cap-feature__list {
  list-style: none;
}

.cap-feature__list li {
  position: relative;
  padding-right: 1.15rem;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.cap-feature__list li::before {
  content: "◆";
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 0.45rem;
  top: 0.5rem;
}

/* —— Color gallery demo */

.cg-scene {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #3a4555 0%, #252b35 55%, #1a1f28 100%);
  overflow: hidden;
}

.cg-scene__wall {
  position: absolute;
  inset: 0 0 28%;
  background: linear-gradient(180deg, #5a6578 0%, #3d4654 100%);
}

.cg-scene__floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32%;
  background: linear-gradient(180deg, #2a3038, #141820);
}

.cg-car {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
  height: 38%;
  --car-color: #f4f4f4;
}

.cg-car__body,
.cg-swatch__car::before,
.cg-swatch__car::after {
  transition: background 0.45s ease, box-shadow 0.45s ease;
}

.cg-car__body {
  position: absolute;
  bottom: 18%;
  left: 8%;
  right: 6%;
  height: 42%;
  background: var(--car-color);
  border-radius: 12% 28% 8% 8%;
  box-shadow: inset 0 -6px 12px rgba(0, 0, 0, 0.15);
}

.cg-car__roof {
  position: absolute;
  bottom: 48%;
  left: 22%;
  width: 48%;
  height: 28%;
  background: var(--car-color);
  border-radius: 18% 18% 4% 4%;
  filter: brightness(0.92);
}

.cg-car__glass {
  position: absolute;
  bottom: 50%;
  left: 28%;
  width: 36%;
  height: 18%;
  background: linear-gradient(135deg, #8ecae8 0%, #4a6a7a 100%);
  border-radius: 8% 8% 2% 2%;
  opacity: 0.85;
}

.cg-car__wheel {
  position: absolute;
  bottom: 0;
  width: 16%;
  height: 22%;
  background: #111;
  border-radius: 50%;
  border: 3px solid #333;
}

.cg-car__wheel--1 { left: 14%; }
.cg-car__wheel--2 { right: 12%; }

.cg-car__light {
  position: absolute;
  bottom: 28%;
  left: 2%;
  width: 8%;
  height: 10%;
  background: #ffe8a8;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(255, 232, 160, 0.6);
}

.cg-hotspot,
.et-hotspot {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  cursor: pointer;
  animation: interact-hotspot-pulse 2s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
}

.cg-hotspot {
  top: 38%;
  right: 22%;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: inherit;
}

.cg-hotspot[aria-expanded="true"] {
  animation: none;
  background: #1d4ed8;
}

.cg-hint,
.et-hint {
  position: absolute;
  bottom: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  background: rgba(0, 0, 0, 0.65);
  color: var(--text);
  border-radius: 100px;
  border: 1px solid var(--border);
  pointer-events: none;
}

.cg-modal,
.et-panel {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cg-modal[hidden],
.et-panel[hidden] {
  display: none !important;
}

.cg-modal__backdrop,
.et-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}

.cg-modal__card,
.et-panel__card {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  max-height: 92%;
  overflow: auto;
  background: #fff;
  color: #1a1f28;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.cg-modal__close,
.et-panel__close {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: #f0f2f5;
  color: #333;
  cursor: pointer;
}

.cg-modal__title {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  padding: 1.1rem 2rem 0.75rem;
  color: #333;
}

.cg-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  padding: 0 1rem 1.1rem;
}

.cg-swatch {
  margin: 0;
  padding: 0.35rem;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f8f9fb;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.cg-swatch:hover {
  border-color: #c5cad4;
  transform: scale(1.03);
}

.cg-swatch.is-active {
  border-color: var(--accent);
  background: #fff8f2;
}

.cg-swatch__car {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  --car-color: #ccc;
}

.cg-swatch__car::before {
  content: "";
  position: absolute;
  bottom: 22%;
  left: 12%;
  right: 10%;
  height: 38%;
  background: var(--car-color);
  border-radius: 10% 24% 6% 6%;
}

.cg-swatch__car::after {
  content: "";
  position: absolute;
  bottom: 48%;
  left: 26%;
  width: 44%;
  height: 26%;
  background: var(--car-color);
  border-radius: 16% 16% 4% 4%;
  filter: brightness(0.9);
}

.cg-swatch:nth-child(n + 5) {
  grid-column: span 1;
}

@media (max-width: 380px) {
  .cg-modal__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— Embed / survey demo */
.et-scene {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #1e2430 0%, #12151c 100%);
  overflow: hidden;
}

.et-scene__hall {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%),
    repeating-linear-gradient(90deg, #252b35 0 12%, #1e2430 12% 24%);
}

.et-scene__stand {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 42%;
  background: linear-gradient(180deg, #3a4555 0%, #2a3240 100%);
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.et-scene__logo {
  position: absolute;
  bottom: 48%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent);
  opacity: 0.9;
}

.et-hotspot {
  top: 32%;
  right: 28%;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
}

.et-hotspot__icon {
  display: grid;
  place-items: center;
  color: #fff;
}

.et-hotspot[aria-expanded="true"] {
  animation: none;
  background: #1d4ed8;
}

.et-panel__card {
  width: min(100%, 300px);
  padding: 0 0 1rem;
}

.et-panel__head {
  padding: 1.25rem 1.25rem 0.85rem;
  border-bottom: 1px solid #e8eaef;
}

.et-panel__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--on-accent);
  background: var(--accent);
  padding: 0.15rem 0.5rem;
  border-radius: 100px;
  margin-bottom: 0.45rem;
}

.et-panel__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1f28;
  margin-bottom: 0.25rem;
}

.et-panel__url {
  font-size: 0.72rem;
  color: #6b7280;
  direction: ltr;
  text-align: left;
}

.et-form {
  padding: 1rem 1.25rem 0;
}

.et-form fieldset {
  border: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

.et-form legend {
  font-size: 0.82rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.et-form__opt {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #4b5563;
  margin-bottom: 0.35rem;
  cursor: pointer;
}

.et-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #374151;
}

.et-form__field textarea {
  font-family: inherit;
  font-size: 0.8rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  resize: vertical;
  min-height: 3rem;
}

.et-form__submit {
  width: 100%;
  padding: 0.55rem 1rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--on-accent);
  background: var(--accent);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.et-form__submit:hover {
  filter: brightness(1.05);
}

.et-form__done {
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #166534;
  text-align: center;
}

@media (max-width: 900px) {
  .feature--map-wall .feature__media--map-wall {
    min-height: min(52vw, 420px);
    padding: 1rem;
  }

  .feature--embed-tools .feature__media--et {
    min-height: min(52vw, 420px);
    padding: 1rem;
  }
}

/* Gallery masonry */
.gallery {
  padding-bottom: 5rem;
}

.gallery__grid {
  columns: 3;
  column-gap: 1rem;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
}

.gallery__item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: default;
  transition: transform 0.3s ease;
}

.gallery__item:hover {
  transform: scale(1.02);
  z-index: 1;
}

.gallery__item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background: var(--surface);
}

@media (max-width: 900px) {
  .gallery__grid {
    columns: 2;
  }
}

@media (max-width: 500px) {
  .gallery__grid {
    columns: 1;
  }
}

/* Plans */
.plans {
  padding-bottom: 6rem;
  background: linear-gradient(to top, var(--bg-elevated), var(--bg));
}

.plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
}

.plan {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
}

.plan h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.plan__tagline {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.85rem;
}

.plan__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.plan__price-unit {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.plan__price-off {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
}

.plan--featured .plan__price-off {
  color: var(--on-accent);
  background: var(--accent);
}

.plan__price-final {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.25rem;
  width: 100%;
}

.plan__price-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.plan__price-final strong {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.3;
}

.plan--featured .plan__price-final strong {
  font-size: 1.45rem;
}

.plan__price-before {
  font-size: 0.78rem;
  color: var(--text-muted);
  opacity: 0.85;
}

.plan__price-before s {
  opacity: 0.7;
}

.plan__list {
  list-style: none;
  flex: 1;
  margin-bottom: 1.25rem;
}

.plan__list li {
  position: relative;
  padding-right: 1.25rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.plan__list li::before {
  content: "◆";
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 0.5rem;
  top: 0.45rem;
}

.plan__list strong {
  color: var(--text);
}

.plan__note {
  font-size: 0.8rem;
  color: var(--text-muted);
  opacity: 0.85;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

.plan--featured {
  border-color: var(--accent-glow);
  background: linear-gradient(160deg, var(--accent-a08), var(--surface));
  box-shadow: 0 0 48px var(--accent-soft);
  transform: scale(1.03);
}

.plan__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--on-accent);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .plans__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .plan--featured {
    transform: none;
    order: -1;
  }
}

/* Contact */
.contact {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 1.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
  border-top: 1px solid var(--border);
}

.contact__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, 90vw);
  height: min(320px, 60vw);
  background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
  opacity: 0.45;
  pointer-events: none;
}

.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.contact__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.04em;
  margin-bottom: 0.65rem;
}

.contact__title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.contact__desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 26rem;
  margin-inline: auto;
}

.contact__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 2.25rem 1.35rem;
  background: linear-gradient(160deg, var(--accent-a12), var(--surface));
  border: 1px solid var(--accent-glow);
  border-radius: var(--radius-lg);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 16px 48px rgba(0, 0, 0, 0.35),
    0 0 60px var(--accent-soft);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  color: inherit;
}

.contact__phone:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 20px 56px rgba(0, 0, 0, 0.4),
    0 0 80px var(--accent-glow);
}

.contact__phone:active {
  transform: translateY(-1px);
}

.contact__phone-icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid var(--accent-a25);
}

.contact__phone-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact__phone-num {
  font-size: clamp(1.65rem, 5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--text);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.contact__phone:hover .contact__phone-num {
  color: var(--accent);
}

/* Footer */
.footer {
  text-align: center;
  padding: 2rem;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer a {
  color: var(--accent);
}

.footer a:hover {
  text-decoration: underline;
}
