:root {
  /* Noir Pine + Honey Saffron + Harvest accents */
  --deep: #0f221c;
  --moderate: #3a7058;
  --laurel: #c2d0c4;
  --cream: #f5f1e8;
  --gold: #d4a84b;
  --pine: #4f8a6a;
  --bone: #ebe5d8;
  --mist: #e7f0ea;
  --ink-fade: rgba(15, 34, 28, 0.72);

  --accent-apple: #c45c4a;
  --accent-leaf: #3f7d5a;
  --accent-berry: #a85a4e;
  --accent-water: #3f7f8f;
  --accent-pulse: #b85c5c;
  --accent-carrot: #d4783a;
  --accent-moss: #6a8f4e;
  --accent-clay: #b8896a;

  --bg: var(--cream);
  --bg-deep: var(--bone);
  --surface: rgba(245, 241, 232, 0.84);
  --ink: var(--deep);
  --ink-soft: var(--moderate);
  --muted: #66756c;
  --line: rgba(15, 34, 28, 0.12);
  --sage: var(--moderate);
  --sage-deep: var(--deep);
  --sage-soft: var(--mist);
  --olive: var(--moderate);
  --olive-deep: var(--deep);
  --leaf: var(--pine);
  --blush: var(--gold);
  --blush-deep: #b8892f;
  --blush-soft: #f0e6cf;
  --fog: var(--cream);
  --danger: #b94c4c;
  --shadow: 0 18px 48px rgba(15, 34, 28, 0.14);
  --shadow-soft: 0 10px 28px rgba(15, 34, 28, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1160px, calc(100% - 2.4rem));

  --section-light: var(--cream);
  --section-warm: var(--cream);
  --section-bg: var(--cream);
  --section-dark: var(--deep);
  --section-dark-mid: var(--moderate);

  font-family: "Vazirmatn", Tahoma, sans-serif;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--section-bg);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.brand-signal,
.brand__text strong,
.price-card h3,
.site-footer .brand__text strong {
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h1,
h2 {
  line-height: 1.15;
  color: var(--ink);
}

h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(2.7rem, 5.8vw, 4.6rem);
  max-width: 11ch;
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 3.8vw, 3rem);
}

h3 {
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-signal {
  margin: 0 0 0.55rem;
  color: var(--leaf);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
  animation: softRise 900ms ease both;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1100px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  box-shadow:
    0 10px 32px rgba(15, 34, 28, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  color: var(--ink);
  animation: softRise 700ms ease both;
  overflow: visible;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(255, 255, 255, 0.86);
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0.15rem 0.35rem;
  justify-self: start;
}

.brand__text {
  display: grid;
  gap: 0.06rem;
  line-height: 1.05;
}

.brand__text strong {
  font-size: 1.18rem;
  color: #142820;
}

.brand__text small {
  color: rgba(70, 86, 78, 0.75);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand--footer {
  margin-bottom: 0.85rem;
  padding: 0;
}

.brand--footer .brand__text strong {
  color: #f3f7f3;
}

.main-nav,
.footer-links,
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.main-nav {
  justify-content: center;
  justify-self: center;
  gap: 0.1rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #3a5248;
  font-size: 0.88rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  white-space: nowrap;
  color: #3a5248;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.main-nav a::after {
  display: none;
}

.main-nav a:hover {
  color: #142820;
  background: rgba(20, 40, 32, 0.06);
  transform: none;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  justify-self: end;
}

.header-action {
  padding: 0.68rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(212, 168, 75, 0.28);
  color: #f7f1e4;
  background: #142820;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition:
    background 180ms ease,
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-action:hover {
  color: #142820;
  background: linear-gradient(135deg, #e8c878 0%, var(--gold) 55%, #c4922f 100%);
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(184, 137, 47, 0.25);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  color: #142820;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.menu-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(0.42rem) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-0.42rem) rotate(-45deg);
}

.section-block,
.section-grid,
.page-hero,
.about-course__layout {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 7.2rem 0 4.6rem;
  overflow: visible;
  isolation: isolate;
  background: var(--section-bg);
}

.hero__atmosphere,
.hero__glow,
.hero__bg,
.hero__veil {
  display: none;
}

.hero__shell {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2.8rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4rem);
}

.hero__inner {
  position: relative;
  z-index: 2;
  justify-self: stretch;
  width: min(100%, 34rem);
  min-width: 0;
  display: grid;
  gap: 0;
  padding: 0.4rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__visual {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(100%, 31rem);
  aspect-ratio: 3 / 4;
  min-height: 0;
  margin-inline: 1.5rem;
  overflow: visible;
  animation: softRise 1100ms ease both;
}

.hero__visual-ring {
  position: absolute;
  inset: 6% 10% 10% 10%;
  z-index: 0;
  border-radius: 22px;
  border: 1px solid rgba(20, 40, 32, 0.14);
  background: linear-gradient(160deg, rgba(255, 250, 240, 0.35), rgba(212, 168, 75, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.hero__visual-halo {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 35%, rgba(212, 168, 75, 0.22), transparent 58%),
    radial-gradient(circle at 40% 80%, rgba(20, 40, 32, 0.1), transparent 62%);
  filter: blur(18px);
  animation: none;
}

.hero__visual .hero__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 12%;
  transform: none;
  animation: none;
  filter: saturate(1.03) contrast(1.06) brightness(1.01);
  -webkit-mask-image:
    linear-gradient(to left, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to top, transparent 0%, #000 12%, #000 90%, transparent 100%);
  mask-image:
    linear-gradient(to left, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to top, transparent 0%, #000 12%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  mask-mode: alpha;
}

.hero__float {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(20, 40, 32, 0.16);
  background: rgba(255, 252, 245, 0.9);
  box-shadow: 0 8px 18px rgba(15, 34, 28, 0.08);
  color: #142820;
  pointer-events: none;
  animation: none;
}

.hero__float iconify-icon {
  display: block;
  opacity: 0.95;
}

.hero__float--a {
  top: 6%;
  right: -4%;
  width: 3.15rem;
  height: 3.15rem;
  border-color: rgba(20, 40, 32, 0.22);
  background: #142820;
}

.hero__float--a iconify-icon {
  color: #e8c878;
}

.hero__float--b {
  top: 30%;
  left: -8%;
  border-color: rgba(20, 40, 32, 0.18);
  background: rgba(255, 252, 245, 0.92);
}

.hero__float--b iconify-icon {
  color: #1f6b55;
}

.hero__float--c {
  top: 54%;
  right: -10%;
  border-color: rgba(184, 137, 47, 0.4);
  background: linear-gradient(155deg, #fff8ea, #f0dfb0);
}

.hero__float--c iconify-icon {
  color: #9a6f1f;
}

.hero__float--d {
  bottom: 20%;
  left: -6%;
  border-color: rgba(20, 40, 32, 0.16);
  background: rgba(255, 252, 245, 0.92);
}

.hero__float--d iconify-icon {
  color: #2a6f7c;
}

.hero__float--e {
  bottom: 6%;
  right: 14%;
  border-color: rgba(20, 40, 32, 0.16);
  background: rgba(255, 252, 245, 0.92);
}

.hero__float--e iconify-icon {
  color: #a34d4d;
}

.hero__float--f {
  top: 14%;
  left: 12%;
  width: 2.65rem;
  height: 2.65rem;
  border-color: rgba(184, 137, 47, 0.35);
  background: #142820;
}

.hero__float--f iconify-icon {
  color: #e8c878;
}

.hero__chip {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(20, 40, 32, 0.14);
  background: rgba(255, 252, 245, 0.92);
  box-shadow: 0 10px 22px rgba(15, 34, 28, 0.08);
  pointer-events: none;
  animation: none;
}

.hero__chip--license {
  left: -5%;
  bottom: 28%;
  border-color: rgba(20, 40, 32, 0.2);
  background: #142820;
}

.hero__chip--license strong {
  color: rgba(232, 200, 120, 0.85);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero__chip--license span {
  color: #f7f1e4;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__chip--role {
  right: -3%;
  top: 18%;
  max-width: 9.2rem;
}

.hero__chip--role span {
  color: #142820;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero__orb--one {
  width: 5rem;
  height: 5rem;
  top: 8%;
  left: -2%;
  background: rgba(212, 168, 75, 0.2);
  animation: none;
}

.hero__orb--two {
  width: 3.4rem;
  height: 3.4rem;
  right: 0;
  bottom: 24%;
  background: rgba(20, 40, 32, 0.12);
  animation: none;
}

.hero__orb--three {
  width: 2.4rem;
  height: 2.4rem;
  top: 44%;
  right: 6%;
  background: rgba(232, 200, 120, 0.22);
  animation: none;
}

.hero__intro {
  display: grid;
  justify-items: start;
  gap: 1rem;
  min-width: 0;
}

.hero__intro-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
}

.hero__eyebrow,
.hero__license-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.hero__eyebrow {
  color: #b8892f;
}

.hero__eyebrow::before,
.hero__eyebrow::after {
  content: "";
  width: 1.6rem;
  height: 1px;
}

.hero__eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(184, 137, 47, 0.75));
}

.hero__eyebrow::after {
  background: linear-gradient(90deg, rgba(184, 137, 47, 0.75), transparent);
}

.hero__license-chip {
  color: var(--gold);
}

.hero__license-chip::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 0.75rem;
  border-radius: 50%;
  background: rgba(15, 34, 28, 0.28);
}

.hero__inner .brand-signal {
  margin: 0;
  max-width: 10ch;
  color: var(--deep);
  font-size: clamp(3.7rem, 7.6vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.hero__accent {
  display: block;
  width: 5.2rem;
  height: 1.5px;
  margin: 0.2rem 0 0.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8c878, var(--gold) 40%, rgba(212, 168, 75, 0.08));
  transform-origin: right center;
  animation: accentDraw 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.hero__rule {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hero__tagline {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--deep);
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: clamp(1.05rem, 1.55vw + 0.45rem, 1.65rem);
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  white-space: nowrap;
  opacity: 0.92;
}

.hero__lead {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: rgba(102, 117, 108, 0.92);
  font-size: clamp(0.88rem, 0.9vw + 0.55rem, 1.02rem);
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

.hero__inner .hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin: 0.75rem 0 0;
}

.hero__rise {
  animation: softRise 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--rise, 0) * 120ms + 140ms);
}

.hero .btn--light {
  min-height: 3.2rem;
  padding: 0.85rem 1.9rem;
  color: #f7f1e4;
  border-radius: 10px;
  border: 1px solid rgba(212, 168, 75, 0.35);
  background: #142820;
  box-shadow: none;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.hero .btn--light:hover {
  color: #142820;
  background: linear-gradient(135deg, #e8c878 0%, var(--gold) 55%, #c4922f 100%);
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(184, 137, 47, 0.28);
}

.hero .btn--outline-light {
  min-height: 3.2rem;
  padding: 0.85rem 1.7rem;
  color: #142820;
  border-radius: 10px;
  border: 1px solid rgba(20, 40, 32, 0.28);
  background: transparent;
  box-shadow: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.hero .btn--outline-light:hover {
  color: #142820;
  border-color: rgba(20, 40, 32, 0.55);
  background: rgba(255, 252, 245, 0.72);
  box-shadow: none;
  transform: translateY(-1px);
}

.social-dock {
  --dock-glass: rgba(255, 255, 255, 0.22);
  --dock-glass-border: rgba(255, 255, 255, 0.55);
  position: fixed;
  top: 50%;
  right: 1rem;
  z-index: 35;
  transform: translateY(-50%);
  padding: 0.65rem 0.45rem;
  border-radius: 24px;
  border: 1px solid var(--dock-glass-border);
  background: var(--dock-glass);
  background-color: var(--dock-glass);
  box-shadow:
    0 8px 32px rgba(15, 34, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .social-dock {
    background: rgba(255, 255, 255, 0.82);
  }
}

.social-dock__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.social-dock .social-links--icons a,
.social-dock__links a {
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
  color: rgba(15, 34, 28, 0.88);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.social-dock .social-links--icons a:hover,
.social-dock__links a:hover {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.back-top {
  position: fixed;
  left: 1rem;
  bottom: 1.4rem;
  z-index: 34;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.22);
  color: var(--deep);
  box-shadow:
    0 10px 28px rgba(15, 34, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.back-top[hidden] {
  display: none;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-top svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.back-top:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.7);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .back-top {
    background: rgba(255, 255, 255, 0.88);
  }
}

.expert-band {
  position: relative;
  isolation: isolate;
  overflow: clip;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 5.8rem 0;
  color: var(--ink);
  background: var(--section-bg);
}

.expert-band::before,
.expert-band::after {
  content: none;
  display: none;
}

.expert-band__inner {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 2.4rem));
  display: grid;
  gap: 1.45rem;
  padding: 2rem 2rem 1.65rem;
  border-radius: 26px;
  border: 1px solid rgba(212, 168, 75, 0.38);
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.96) 0%, rgba(250, 243, 226, 0.94) 100%);
  box-shadow:
    0 30px 60px rgba(15, 34, 28, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 1px 0 rgba(212, 168, 75, 0.2);
  color: var(--deep);
  overflow: hidden;
}

.expert-band__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(212, 168, 75, 0.1), transparent 55%),
    linear-gradient(90deg, transparent, rgba(212, 168, 75, 0.12), transparent);
  background-size: auto, 100% 1px;
  background-position: center, 0 0;
  background-repeat: no-repeat;
  opacity: 1;
}

.expert-band__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, #e8c878 50%, var(--gold) 80%, transparent);
  opacity: 0.85;
}

.expert-band__inner > * {
  position: relative;
  z-index: 1;
}

.expert-band__top {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.expert-band__top img {
  width: 4.6rem;
  height: 4.6rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  border: 1px solid rgba(212, 168, 75, 0.55);
  box-shadow:
    0 0 0 4px rgba(255, 252, 245, 0.95),
    0 0 0 5px rgba(212, 168, 75, 0.35),
    0 10px 24px rgba(15, 34, 28, 0.08);
}

.expert-band__eyebrow {
  margin: 0 0 0.35rem;
  color: #a07828;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.expert-band__top h2 {
  margin: 0;
  max-width: none;
  color: var(--deep);
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
}

.expert-band__license {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9a7424;
  font-size: 0.78rem;
  font-weight: 600;
}

.expert-band__license::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  margin-left: 0.55rem;
  background: rgba(212, 168, 75, 0.7);
}

.expert-band__quote {
  margin: 0;
  width: max-content;
  max-width: 100%;
  padding: 0 0 0 0;
  padding-right: 1rem;
  border: 0;
  border-right: 1.5px solid rgba(212, 168, 75, 0.65);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--ink-soft);
  font-size: clamp(0.88rem, 1.2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.9;
  box-shadow: none;
  white-space: nowrap;
}

.expert-band__creds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 1.15rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(212, 168, 75, 0.22);
}

.expert-band__creds li {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  min-height: 100%;
  padding: 0.15rem 1.15rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.expert-band__creds li + li {
  border-right: 0;
}

.expert-band__creds li:nth-child(even) {
  border-right: 1px solid rgba(212, 168, 75, 0.18);
}

.expert-band__creds li:nth-child(n + 3) {
  margin-top: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 168, 75, 0.18);
}

.expert-band__creds strong {
  color: var(--deep);
  font-size: 0.84rem;
  font-weight: 800;
}

.expert-band__creds span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.expert-band__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(212, 168, 75, 0.22);
}

.expert-band__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.1rem;
}

.expert-band__contact a {
  direction: ltr;
  width: fit-content;
  color: #8a6420;
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 160ms ease;
}

.expert-band__contact a:hover {
  color: var(--deep);
}

.expert-band__contact p {
  margin: 0;
  flex: 1 1 100%;
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.expert-band__bottom .btn {
  min-height: 2.7rem;
  padding-inline: 1.45rem;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  color: var(--deep);
  background: transparent;
  border: 1px solid rgba(212, 168, 75, 0.75);
  box-shadow: none;
}

.expert-band__bottom .btn:hover {
  color: var(--deep);
  background: linear-gradient(135deg, rgba(232, 200, 120, 0.45), rgba(212, 168, 75, 0.35));
  border-color: var(--gold);
  transform: none;
  box-shadow: 0 8px 20px rgba(184, 137, 47, 0.12);
}

.hero__byline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__byline img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.hero__byline strong,
.hero__byline span {
  display: block;
}

.hero__byline strong {
  color: #f3f7f3;
  font-size: 0.92rem;
}

.hero__byline span {
  color: rgba(215, 228, 216, 0.78);
  font-size: 0.78rem;
  font-weight: 600;
}

.icon-wrap {
  display: inline-grid;
  place-items: center;
  line-height: 0;
  color: var(--olive);
}

.icon-wrap--card {
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: 0.35rem;
  border-radius: 50%;
  color: var(--olive);
  background: rgba(90, 138, 77, 0.12);
  box-shadow: none;
}

.hero__actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  color: #fff;
  background: var(--olive);
  box-shadow: 0 12px 28px rgba(63, 82, 60, 0.22);
}

.btn--primary:hover {
  background: var(--olive-deep);
}

.btn--light {
  color: var(--olive-deep);
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 28, 22, 0.12);
}

.btn--light:hover {
  background: #f3f7f2;
}

.btn--outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.hero__actions .btn {
  min-height: 2.75rem;
  padding-inline: 1.15rem;
  font-size: 0.9rem;
}

.btn--ghost {
  color: var(--ink);
  border-color: rgba(36, 48, 40, 0.14);
  background: transparent;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.55);
}

.packages {
  position: relative;
  isolation: isolate;
  overflow: clip;
  width: 100%;
  padding: 6.5rem 0 7rem;
  background:
    radial-gradient(ellipse 48% 36% at 50% 0%, rgba(212, 168, 75, 0.12), transparent 70%),
    var(--section-bg);
}

.packages__inner {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  gap: 2.6rem;
}

.packages .section-heading {
  max-width: 34rem;
}

.packages .section-heading .eyebrow {
  color: #a07828;
  letter-spacing: 0.12em;
}

.packages .section-heading h2 {
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 2.85rem);
}

.packages .section-heading p {
  margin-inline: auto;
  max-width: 36rem;
  color: var(--muted);
}

.roadmap.section-block {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 7.8rem 0 8.2rem;
}

.roadmap {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  gap: 3rem;
  background: var(--section-bg);
}

.roadmap__atmosphere,
.roadmap::before {
  display: none;
}

.roadmap > *:not(.roadmap__atmosphere) {
  position: relative;
  z-index: 1;
}

.roadmap .section-heading {
  width: var(--container);
  margin-inline: auto;
}

.roadmap .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold);
  letter-spacing: 0.14em;
}

.roadmap .section-heading .eyebrow::before,
.roadmap .section-heading .eyebrow::after {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.roadmap .section-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
  color: var(--deep);
}

.roadmap .section-heading p {
  margin: 0.65rem auto 0;
  max-width: 36ch;
  color: var(--muted);
}

.roadmap__board {
  position: relative;
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.roadmap__track {
  --pin-size: 3.15rem;
  --pin-ring: 10px;
  --route-y: calc(var(--pin-size) / 2);
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.roadmap__track::before {
  content: "";
  position: absolute;
  top: var(--route-y);
  right: 12.5%;
  left: 12.5%;
  height: 0;
  border-top: 3px dashed rgba(212, 168, 75, 0.62);
  transform: translateY(-1.5px);
  z-index: 0;
  pointer-events: none;
}

.roadmap__track::after {
  content: "";
  position: absolute;
  top: var(--route-y);
  right: 12.5%;
  left: 12.5%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    to left,
    transparent,
    rgba(212, 168, 75, 0.22),
    transparent
  );
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.roadmap__route {
  display: none;
}

.roadmap__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.roadmap__step:nth-of-type(odd),
.roadmap__step:nth-of-type(even) {
  margin-top: 0;
}

.roadmap__pin {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-bottom: 0.15rem;
  flex: 0 0 auto;
}

.roadmap__num {
  display: grid;
  place-items: center;
  width: var(--pin-size);
  height: var(--pin-size);
  flex: 0 0 auto;
  border-radius: 50%;
  border: 2px solid rgba(255, 252, 245, 0.95);
  background:
    radial-gradient(circle at 30% 28%, #f0d58a, transparent 42%),
    linear-gradient(145deg, #e8c878 0%, var(--gold) 46%, #b07f28 100%);
  color: var(--deep);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    0 0 0 8px rgba(247, 243, 234, 0.95),
    0 0 0 var(--pin-ring) rgba(212, 168, 75, 0.42),
    0 12px 26px rgba(184, 137, 47, 0.3);
}

.roadmap__stem {
  width: 2px;
  height: 1.15rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(212, 168, 75, 0.75), rgba(212, 168, 75, 0.15));
}

.roadmap__card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.45rem;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  padding: 1.2rem 1.05rem 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 168, 75, 0.42);
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 241, 226, 0.94) 100%);
  text-align: center;
  box-shadow:
    0 16px 36px rgba(15, 34, 28, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.roadmap__card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 168, 75, 0.78);
  box-shadow:
    0 22px 44px rgba(184, 137, 47, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.roadmap__label {
  margin: 0 0 0.15rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  background: rgba(212, 168, 75, 0.16);
  color: #9a7424;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.roadmap__card .icon-wrap {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  margin: 0.1rem 0 0.15rem;
  border-radius: 50%;
  color: var(--deep);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.55), transparent 45%),
    rgba(212, 168, 75, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(212, 168, 75, 0.32),
    0 8px 16px rgba(184, 137, 47, 0.12);
}

.roadmap__card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 1.12rem;
}

.roadmap__card p:not(.roadmap__label) {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.75;
  max-width: 22ch;
}

.roadmap__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.4rem;
}

.roadmap__cta .btn {
  flex: 0 0 auto;
  width: auto;
  min-height: 3.15rem;
  padding-inline: 1.7rem;
  white-space: nowrap;
}

.roadmap__cta .btn--primary {
  color: var(--deep);
  background: linear-gradient(135deg, #e2bc63 0%, var(--gold) 48%, #c4922f 100%);
  box-shadow:
    0 14px 30px rgba(184, 137, 47, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.roadmap__cta .btn--primary:hover {
  color: var(--deep);
  background: linear-gradient(135deg, #ebc978 0%, #dcb255 48%, #c99a3a 100%);
}

.audience-band {
  position: relative;
  isolation: isolate;
  overflow: clip;
  width: 100%;
  padding: 5.5rem 0;
  color: var(--ink);
  background: var(--section-bg);
}

.audience-band__inner {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.audience-band__intro {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}

.audience-band__intro .eyebrow {
  color: var(--moderate);
}

.audience-band__intro h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.audience-band__intro p {
  margin: 0 0 0.5rem;
  max-width: 28rem;
  color: var(--ink-soft);
  line-height: 1.85;
}

.audience-band__intro .btn--primary {
  background: var(--deep);
  color: #fff;
  box-shadow: none;
}

.audience-band__intro .btn--primary:hover {
  background: var(--moderate);
}

.audience-band__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(15, 34, 28, 0.12);
}

.audience-band__list li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(15, 34, 28, 0.12);
}

.audience-band__list span {
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
  color: var(--moderate);
}

.audience-band__list h3 {
  margin: 0 0 0.35rem;
  color: var(--deep);
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.audience-band__list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.info-section,
.expert-section {
  width: var(--container);
  margin-inline: auto;
  padding-inline: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.expert-panel {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(1.8rem, 4vw, 3.2rem);
  align-items: center;
  padding: 1.2rem;
  border-radius: 32px;
  color: var(--ink);
  background: #f6f8f5;
  border: 1px solid rgba(63, 82, 60, 0.08);
  box-shadow: 0 16px 40px rgba(36, 48, 40, 0.06);
}

.expert-panel__visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #e4eee3;
  aspect-ratio: 4 / 5;
  min-height: 22rem;
}

.expert-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}

.expert-panel__badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.05rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  color: var(--olive-deep);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(20, 28, 22, 0.12);
}

.expert-panel__badge strong {
  font-size: 1rem;
  line-height: 1.2;
}

.expert-panel__badge span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.expert-panel__copy {
  display: grid;
  gap: 0.75rem;
  padding: 0.4rem 0.6rem 0.4rem 0;
}

.expert-panel__eyebrow,
.feature-panel__eyebrow {
  margin: 0;
  color: var(--leaf);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.expert-panel__brand {
  margin: 0;
  color: var(--olive);
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  line-height: 1;
}

.expert-panel__copy h1,
.expert-panel__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--olive-deep);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 1.1;
}

.expert-panel__role {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}

.expert-panel--hero {
  background: #fff;
  box-shadow: 0 20px 50px rgba(36, 48, 40, 0.08);
}

.expert-panel__quote {
  margin: 0.15rem 0 0.2rem;
  padding: 0 0 0 0;
  border: 0;
  border-right: 3px solid var(--leaf);
  padding-right: 1rem;
  color: var(--ink-soft);
  background: transparent;
  font-size: 1.02rem;
  line-height: 1.85;
}

.expert-panel__creds {
  display: grid;
  gap: 0.7rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.expert-panel__creds li {
  display: grid;
  gap: 0.15rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.expert-panel__creds strong {
  color: var(--olive);
  font-size: 0.95rem;
}

.expert-panel__creds span {
  color: var(--muted);
  font-size: 0.9rem;
}

.expert-panel__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.expert-panel__social a {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  border-color: rgba(63, 82, 60, 0.16);
  background: #fff;
  color: var(--olive);
}

.expert-panel__social a:hover {
  color: #fff;
  background: var(--olive);
  border-color: var(--olive);
}

.expert-panel__footer {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(63, 82, 60, 0.1);
}

.expert-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
}

.expert-panel__meta a {
  direction: ltr;
  color: var(--olive-deep);
  font-weight: 800;
}

.expert-panel__address {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hero__media {
  position: absolute;
  inset: 8% 4% 4% 10%;
  border-radius: 40% 60% 48% 52% / 46% 42% 58% 54%;
  overflow: hidden;
  background: #d7e4d8;
  box-shadow: 0 30px 80px rgba(36, 48, 40, 0.14);
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
  animation: morphFloat 12s ease-in-out infinite;
}

.hero__media .hero__photo,
.about-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  animation: kenBurns 14s ease-in-out infinite alternate;
}

.hero__media--photo,
.about-gallery__main--photo {
  background:
    linear-gradient(160deg, rgba(247, 250, 246, 0.08), rgba(36, 48, 40, 0.12)),
    #d7e4d8;
}

.hero__float-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 12%;
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.7rem;
  align-items: center;
  width: min(15rem, 70%);
  padding: 0.55rem 0.8rem 0.55rem 0.55rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.hero__float-card img {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 14px;
  object-fit: cover;
}

.hero__float-card span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.soft-band {
  padding-top: 0;
  padding-bottom: 0;
}

.soft-band__inner {
  width: var(--container);
  margin: 0 auto;
  padding: 2.8rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.soft-band__line {
  margin: 0 0 1.6rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.soft-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.soft-band__grid article {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  padding: 0 1.2rem;
}

.soft-band__grid article + article {
  border-right: 1px solid var(--line);
}

@media (max-width: 900px) {
  .soft-band__grid article + article {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding-top: 1.1rem;
  }
}

.soft-band__grid strong {
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.85rem;
  font-weight: 400;
  color: var(--ink);
}

.soft-band__grid span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about-list p,
.section-copy p,
.page-hero p,
.terms p,
.contact-card p,
.form-tip,
.price-card p,
.detail-columns li,
.about-course__intro {
  color: var(--ink-soft);
}

.section-block,
.intro {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 38rem;
  margin-bottom: 2.4rem;
}

.section-heading--center {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center h2,
.packages .section-heading h2 {
  color: var(--deep);
}

.section-heading--center > p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 32rem;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 52rem;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.audience-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.7rem 1.4rem;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.audience-item:nth-child(odd) {
  border-left: 1px solid var(--line);
}

.audience-item span {
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.35rem;
  color: var(--blush);
  line-height: 1;
  min-width: 2rem;
}

.audience-item h3 {
  margin: 0 0 0.35rem;
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--ink);
}

.audience-item p {
  margin: 0;
  max-width: 28ch;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.75;
}

.audience-item:hover h3 {
  color: var(--sage-deep);
}

.about-course__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.about-course__intro {
  margin-bottom: 1.8rem;
  max-width: 30rem;
}

.about-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.about-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.about-list li:last-child {
  border-bottom: 0;
}

.about-list span {
  color: var(--leaf);
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
}

.about-list h3 {
  margin: 0 0 0.2rem;
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.about-list p {
  margin: 0;
  font-size: 0.95rem;
}

.visual-gallery {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.visual-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 11.5rem;
  gap: 0.85rem;
}

.visual-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #e8eee8;
  box-shadow: var(--shadow-soft);
}

.visual-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms ease, filter 700ms ease;
  filter: saturate(1.05) contrast(1.02);
}

.visual-gallery__item:hover img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.04);
}

.visual-gallery__item--tall {
  grid-row: span 2;
}

.visual-gallery__item--wide {
  grid-column: span 2;
}

.about-gallery {
  position: relative;
  min-height: 30rem;
}

.about-gallery__main {
  position: absolute;
  inset: 0 36% 0 0;
  border-radius: 24px;
  overflow: hidden;
  background: #d7e4d8;
  box-shadow: var(--shadow-soft);
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.about-gallery__main img,
.about-gallery__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.06) contrast(1.03);
}

.about-gallery__side {
  position: absolute;
  top: 8%;
  bottom: 8%;
  right: 0;
  width: 32%;
  display: grid;
  gap: 0.75rem;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.about-gallery__side img {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  min-height: 0;
}

.expert-showcase {
  position: relative;
}

.expert-showcase__frame {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.expert-showcase__visual {
  position: relative;
  min-height: 32rem;
}

.expert-showcase__photo {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #e8eee8;
  box-shadow: var(--shadow);
}

.expert-showcase__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.expert-showcase__badge {
  position: absolute;
  z-index: 2;
  left: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  gap: 0.1rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.expert-showcase__badge strong {
  color: var(--sage-deep);
  font-size: 1.05rem;
  font-weight: 900;
  direction: ltr;
  text-align: right;
}

.expert-showcase__badge span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.expert-showcase__copy {
  padding: 0;
}

.expert-showcase__copy h2 {
  margin-bottom: 0.3rem;
  font-size: clamp(2.3rem, 4vw, 3.2rem);
}

.expert-showcase__role {
  margin: 0 0 1.1rem;
  color: var(--sage-deep);
  font-weight: 700;
}

.expert-showcase__quote {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 0;
  border: 0;
  border-right: 2px solid var(--blush);
  border-radius: 0;
  padding-right: 1rem;
  color: var(--ink);
  background: transparent;
  font-size: 1.05rem;
  line-height: 1.9;
  box-shadow: none;
}

.expert-showcase__quote::before {
  display: none;
}

.expert-showcase__creds {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.expert-showcase__creds li {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.expert-showcase__creds li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.expert-showcase__creds strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.expert-showcase__creds span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.expert-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.expert-showcase__social {
  margin: 0;
}

.expert-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 0.7rem;
}

.expert-showcase__meta a {
  color: var(--sage-deep);
  font-weight: 800;
  direction: ltr;
}

.expert-showcase__address {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.summary-card,
.detail-columns article,
.quick-contact,
.contact-card,
.terms article,
.bmi-card,
.consult-form {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background: rgba(244, 247, 243, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(36, 48, 40, 0.05);
}

.summary-card dl,
.contact-card dl,
.price-card dl {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0;
}

.summary-card dl div,
.contact-card dl div,
.price-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  text-align: left;
}

.social-links a {
  padding: 0.48rem 0.82rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  font-weight: 700;
}

.social-links--icons {
  gap: 0.65rem;
}

.social-links--icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border-color: rgba(127, 155, 132, 0.25);
  color: var(--sage-deep);
  background: rgba(127, 155, 132, 0.1);
}

.social-links--icons svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.social-links--icons a[aria-label="تلگرام"] svg {
  width: 1.32rem;
  height: 1.32rem;
}

.social-links--icons a[aria-label="واتساپ"] svg {
  width: 1.42rem;
  height: 1.42rem;
}

.social-links--icons a:hover {
  color: #fff;
  background: var(--sage);
}

.address-line {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: rgba(127, 155, 132, 0.12);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.price-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 0.85rem;
  padding: 1.55rem 1.4rem 1.45rem;
  border-radius: 28px;
  border: 1px solid rgba(15, 34, 28, 0.1);
  background: rgba(255, 252, 245, 0.88);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 16px 36px rgba(15, 34, 28, 0.05);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
  overflow: hidden;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 168, 75, 0.4);
  box-shadow: 0 26px 50px rgba(184, 137, 47, 0.12);
}

.price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.price-card__step {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #7a5818;
  background: rgba(212, 168, 75, 0.16);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.package-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  color: #8a6420;
  background: rgba(212, 168, 75, 0.12);
  border: 1px solid rgba(212, 168, 75, 0.2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.price-card h3 {
  margin: 0.15rem 0 0;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  color: var(--deep);
  line-height: 1.2;
}

.price-card__price,
.summary-card strong,
.bmi-card strong {
  display: block;
  margin: 0;
  color: #8a6420;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
}

.price-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
}

.price-card__meta span {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 241, 232, 0.95);
  border: 1px solid rgba(15, 34, 28, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.price-card__desc,
.price-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.price-card .card-actions {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.55rem;
}

.price-card .card-actions .btn {
  flex: none;
  width: 100%;
  min-height: 2.85rem;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.price-card .btn--primary {
  color: var(--deep);
  background: linear-gradient(135deg, #e2bc63 0%, var(--gold) 48%, #c4922f 100%);
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(184, 137, 47, 0.24);
}

.price-card .btn--primary:hover {
  background: linear-gradient(135deg, #ebc978 0%, #dcb255 48%, #c99a3a 100%);
}

.price-card .btn--ghost {
  color: #8a6420;
  border-color: rgba(212, 168, 75, 0.45);
  background: transparent;
}

.price-card .btn--ghost:hover {
  background: rgba(212, 168, 75, 0.1);
  border-color: rgba(212, 168, 75, 0.7);
}

.price-card.is-free {
  background: rgba(255, 252, 245, 0.7);
}

.price-card.is-featured {
  z-index: 1;
  border-color: rgba(212, 168, 75, 0.42);
  background: #fffef9;
  box-shadow:
    0 24px 52px rgba(184, 137, 47, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  transform: translateY(-0.55rem);
}

.price-card.is-featured:hover {
  transform: translateY(-0.85rem);
}

.price-card.is-featured .price-card__step {
  color: #fff;
  background: linear-gradient(145deg, #e8c878, var(--gold) 55%, #b07f28);
}

.price-card.is-featured .package-badge {
  color: #7a5818;
  background: rgba(212, 168, 75, 0.18);
  border-color: rgba(212, 168, 75, 0.35);
}

.price-card.is-special {
  color: var(--deep);
  border-color: rgba(212, 168, 75, 0.5);
  background:
    linear-gradient(165deg, #fff9ef 0%, #f7e7c2 48%, #efd59a 100%);
  box-shadow:
    0 28px 58px rgba(184, 137, 47, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.price-card.is-special::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, #e8c878 50%, var(--gold) 80%, transparent);
}

.price-card.is-special:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 168, 75, 0.7);
  box-shadow: 0 34px 64px rgba(184, 137, 47, 0.22);
}

.price-card.is-special .price-card__step {
  color: var(--deep);
  background: rgba(255, 252, 245, 0.85);
  box-shadow: inset 0 0 0 1px rgba(212, 168, 75, 0.35);
}

.price-card.is-special .package-badge {
  color: #7a5818;
  background: rgba(255, 252, 245, 0.72);
  border-color: rgba(212, 168, 75, 0.4);
}

.price-card.is-special .price-card__meta span {
  color: #7a5818;
  background: rgba(255, 252, 245, 0.65);
  border-color: rgba(212, 168, 75, 0.28);
}

.price-card.is-special .price-card__desc,
.price-card.is-special > p {
  color: rgba(15, 34, 28, 0.72);
}

.price-card.is-special .btn--primary {
  color: #f7f1e4;
  background: #142820;
  box-shadow: 0 12px 26px rgba(15, 34, 28, 0.22);
}

.price-card.is-special .btn--primary:hover {
  color: var(--deep);
  background: linear-gradient(135deg, #e2bc63 0%, var(--gold) 48%, #c4922f 100%);
}

.price-card.is-special .btn--ghost {
  color: #6f5218;
  border-color: rgba(122, 88, 24, 0.35);
  background: rgba(255, 252, 245, 0.45);
}

.price-card.is-special .btn--ghost:hover {
  background: rgba(255, 252, 245, 0.8);
  border-color: rgba(122, 88, 24, 0.55);
}

.page-main {
  padding-top: 7.5rem;
}

.page-main--pkg {
  padding-top: 6.4rem;
  padding-bottom: 3.5rem;
  background:
    radial-gradient(ellipse 55% 35% at 100% 0%, rgba(212, 168, 75, 0.1), transparent 60%),
    radial-gradient(ellipse 40% 30% at 0% 40%, rgba(194, 208, 196, 0.22), transparent 55%),
    var(--cream);
}

.pkg-page {
  width: min(980px, calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  gap: 1.15rem;
}

.pkg-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.75fr);
  gap: 1rem;
  align-items: stretch;
}

.pkg-page__intro {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1.45rem 1.5rem 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 168, 75, 0.28);
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.96), rgba(250, 243, 226, 0.9));
  box-shadow:
    0 18px 40px rgba(15, 34, 28, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.pkg-page__intro .eyebrow {
  margin: 0;
  color: #a07828;
  letter-spacing: 0.08em;
}

.pkg-page__intro h1 {
  margin: 0;
  max-width: none;
  color: var(--deep);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
}

.pkg-page__lead {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.pkg-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.45rem;
}

.pkg-page__actions .btn {
  min-height: 2.65rem;
  padding-inline: 1.15rem;
  font-size: 0.86rem;
}

.pkg-page__actions .btn--primary,
.pkg-page__summary .btn--primary {
  color: var(--deep);
  background: linear-gradient(135deg, #e2bc63 0%, var(--gold) 48%, #c4922f 100%);
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(184, 137, 47, 0.22);
}

.pkg-page__actions .btn--ghost {
  color: #8a6420;
  border-color: rgba(212, 168, 75, 0.45);
  background: transparent;
}

.pkg-page__actions .btn--ghost:hover {
  background: rgba(212, 168, 75, 0.1);
}

.pkg-page__summary {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 168, 75, 0.4);
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 236, 210, 0.95) 100%);
  box-shadow:
    0 20px 42px rgba(184, 137, 47, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  overflow: hidden;
}

.pkg-page__summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, #e8c878 50%, var(--gold) 70%, transparent);
}

.pkg-page__badge {
  margin: 0;
  width: fit-content;
  padding: 0.24rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 168, 75, 0.35);
  background: rgba(255, 252, 245, 0.7);
  color: #7a5818;
  font-size: 0.74rem;
  font-weight: 700;
}

.pkg-page__price {
  margin: 0;
  color: #8a6420;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 800;
  line-height: 1.25;
}

.pkg-page__meta {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0.7rem 0 0.15rem;
  list-style: none;
  border-top: 1px solid rgba(212, 168, 75, 0.22);
}

.pkg-page__meta li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pkg-page__meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.pkg-page__meta b {
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.pkg-page__summary .btn {
  width: 100%;
  min-height: 2.7rem;
  margin-top: 0.2rem;
  font-size: 0.86rem;
}

.pkg-page__full {
  margin: 0;
  padding: 0.95rem 1.15rem;
  border-radius: 18px;
  border-right: 1.5px solid rgba(212, 168, 75, 0.55);
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.8;
}

.pkg-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.pkg-page__panel {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.05rem 1.05rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(212, 168, 75, 0.22);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 12px 28px rgba(15, 34, 28, 0.04);
}

.pkg-page__panel h2 {
  margin: 0;
  max-width: none;
  color: var(--deep);
  font-size: 1.05rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(212, 168, 75, 0.2);
}

.pkg-page__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.pkg-page__panel li {
  position: relative;
  padding-right: 0.95rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.pkg-page__panel li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.page-hero {
  position: relative;
  isolation: isolate;
  padding: 5rem 0 2.5rem;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100vw;
  right: 50%;
  transform: translateX(50%);
  background: var(--section-bg);
}

.page-hero h1 {
  max-width: 14ch;
}

.page-hero p {
  max-width: 44rem;
}

.package-detail,
.form-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-items: start;
}

.summary-card,
.quick-contact,
.contact-card,
.terms article,
.detail-columns article {
  padding: 1.25rem;
}

.summary-card {
  position: sticky;
  top: 7.5rem;
}

.detail-columns {
  display: grid;
  gap: 1rem;
}

.detail-columns ul,
.terms ul {
  margin: 0;
  padding-right: 1.2rem;
}

.quick-contact {
  display: grid;
  gap: 0.8rem;
}

.form-layout {
  grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr);
}

.page-main--form {
  padding-top: 6.6rem;
  padding-bottom: 5rem;
  background:
    radial-gradient(ellipse 42% 28% at 8% 12%, rgba(212, 168, 75, 0.12), transparent 70%),
    radial-gradient(ellipse 36% 24% at 92% 70%, rgba(194, 208, 196, 0.22), transparent 68%),
    var(--section-bg);
}

.req-page {
  width: min(820px, calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.req-page__main {
  display: grid;
  gap: 2.2rem;
  min-width: 0;
}

.req-page__head {
  display: grid;
  gap: 0.7rem;
  padding: 0.2rem 0 1.35rem;
  border-bottom: 1px solid rgba(15, 34, 28, 0.12);
}

.req-page__eyebrow {
  margin: 0;
  color: #9a7424;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.req-page__head h1 {
  margin: 0;
  max-width: none;
  color: var(--deep);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.req-page__lead {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.req-page__rail {
  position: sticky;
  top: 6.5rem;
  align-self: start;
  min-width: 0;
}

.req-page__rail-inner {
  display: grid;
  gap: 1.35rem;
  padding: 1.45rem 1.35rem 1.5rem;
  border: 1px solid rgba(212, 168, 75, 0.38);
  border-radius: 24px;
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 236, 210, 0.92) 100%);
  box-shadow:
    0 22px 48px rgba(184, 137, 47, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.req-page__rail-title {
  margin: 0;
  color: #9a7424;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.req-page__pkg {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.req-page__badge {
  margin: 0;
  width: fit-content;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 168, 75, 0.35);
  background: rgba(255, 252, 245, 0.75);
  color: #7a5818;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.req-page__pkg strong {
  color: var(--deep);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
}

.req-page__price {
  color: #8a6420;
  font-size: 1.15rem;
  font-weight: 800;
}

.req-page__pkg-meta {
  color: var(--muted);
  font-size: 0.86rem;
}

.req-page__bmi {
  display: grid;
  gap: 0.25rem;
  justify-items: start;
  min-width: 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid rgba(212, 168, 75, 0.28);
}

.req-page__bmi span,
.req-form__bmi span {
  color: #9a7424;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.req-page__bmi strong,
.req-form__bmi strong {
  margin: 0;
  color: var(--deep);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
}

.req-page__bmi p,
.req-form__bmi p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.req-form__bmi {
  display: grid;
  gap: 0.35rem;
  justify-items: start;
  min-width: 0;
  margin: 0;
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid rgba(212, 168, 75, 0.38);
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 236, 210, 0.88) 100%);
  box-shadow: 0 14px 34px rgba(15, 34, 28, 0.04);
}

.req-page__steps {
  margin: 0;
  padding: 1.05rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  border-top: 1px solid rgba(212, 168, 75, 0.28);
}

.req-page__steps li {
  position: relative;
  padding-right: 1.35rem;
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.req-page__steps li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  right: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8c878, var(--gold));
  box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.18);
}

.req-form {
  display: grid;
  gap: 1.85rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.req-form__block {
  margin: 0;
  padding: 1.35rem 1.35rem 1.45rem;
  border: 1px solid rgba(15, 34, 28, 0.1);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.72);
  display: grid;
  gap: 1rem;
  min-width: 0;
  box-shadow: 0 14px 34px rgba(15, 34, 28, 0.04);
}

.req-form__block:last-of-type {
  padding-bottom: 1.45rem;
}

.req-form__block legend {
  float: none;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  margin: 0 0 0.2rem;
  padding: 0;
  color: var(--deep);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.req-form__block legend span {
  display: inline-grid;
  place-items: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding-inline: 0.35rem;
  border-radius: 999px;
  color: #7a5818;
  background: rgba(212, 168, 75, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.req-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.req-form .form-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.req-form .field {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.req-form .field label {
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.req-form .field input,
.req-form .field select,
.req-form .field textarea {
  width: 100%;
  margin: 0;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(212, 168, 75, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 2.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.req-form .field select {
  --select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.75L10 12.25L14.5 7.75' stroke='%238A6420' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-inline: 0.95rem 2.4rem;
  background-image: var(--select-arrow);
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 1rem;
}

.req-form .field textarea {
  min-height: 4rem;
  resize: vertical;
  padding-block: 0.8rem;
}

.req-form .field input:hover,
.req-form .field select:hover,
.req-form .field textarea:hover {
  border-color: rgba(212, 168, 75, 0.5);
}

.req-form .field input:focus,
.req-form .field select:focus,
.req-form .field textarea:focus {
  outline: none;
  border-color: rgba(212, 168, 75, 0.75);
  box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.14);
}

.req-form .field select:focus,
.req-form .field select:hover {
  background-image: var(--select-arrow);
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 1rem;
}

.req-form .field small,
.req-form .standalone-error {
  min-height: 0.75rem;
  color: var(--danger);
  font-size: 0.72rem;
}

.req-form__foot {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem 1.35rem 1.4rem;
  border: 1px solid rgba(212, 168, 75, 0.28);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.78);
}

.req-form .checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.req-form .checkbox-field input {
  margin-top: 0.35rem;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--gold);
}

.req-form .form-submit {
  width: 100%;
  min-height: 3.25rem;
  margin-top: 0.15rem;
  border: 0;
  border-radius: 14px;
  color: var(--deep);
  background: linear-gradient(135deg, #e2bc63 0%, var(--gold) 48%, #c4922f 100%);
  box-shadow: 0 16px 32px rgba(184, 137, 47, 0.28);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.req-form .form-submit:hover {
  color: var(--deep);
  background: linear-gradient(135deg, #ebc978 0%, #dcb255 48%, #c99a3a 100%);
}

.req-form .form-note {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
}

.page-hero--form {
  padding: 1.4rem 0 0.6rem;
}

.page-hero--form h1 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  max-width: 16ch;
}

.page-hero--form p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
}

.page-hero--form .eyebrow {
  margin-bottom: 0.35rem;
}

.form-layout--compact.section-block {
  padding-top: 1.4rem;
  padding-bottom: 2.4rem;
}

.form-layout--compact {
  gap: 0.85rem;
  grid-template-columns: minmax(13.5rem, 0.42fr) minmax(0, 1.58fr);
}

.form-aside {
  position: sticky;
  top: 6.2rem;
}

.form-layout--compact .form-aside {
  top: 5.8rem;
}

.bmi-card {
  padding: 1.25rem;
}

.form-layout--compact .bmi-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
}

.bmi-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-layout--compact .bmi-card span {
  font-size: 0.8rem;
}

.bmi-card strong {
  margin: 0.35rem 0;
  font-size: 2.4rem;
  line-height: 1;
}

.form-layout--compact .bmi-card strong {
  margin: 0.2rem 0;
  font-size: 1.85rem;
}

.form-layout--compact .bmi-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-tip {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.form-layout--compact .form-tip {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  line-height: 1.6;
}

.consult-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.form-layout--compact .consult-form {
  gap: 0.65rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.form-layout--compact .form-row {
  gap: 0.55rem;
}

.form-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.4rem;
}

.form-layout--compact .field {
  gap: 0.28rem;
}

.field label,
.checkbox-field {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-layout--compact .field label {
  font-size: 0.82rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(15, 34, 28, 0.12);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 0.85rem 0.95rem;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.form-layout--compact .field input,
.form-layout--compact .field select,
.form-layout--compact .field textarea {
  padding: 0.62rem 0.8rem;
  border-radius: 12px;
  font-size: 0.92rem;
}

.field textarea {
  resize: vertical;
  min-height: 6.5rem;
}

.form-layout--compact .field textarea {
  min-height: 3.6rem;
}

.form-layout--compact .field small,
.form-layout--compact .standalone-error {
  min-height: 0.85rem;
  font-size: 0.74rem;
}

.form-layout--compact .checkbox-field {
  gap: 0.55rem;
  padding: 0.75rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.6;
}

.form-layout--compact .form-submit {
  min-height: 2.7rem;
  padding-block: 0.75rem;
}

.form-layout--compact .form-note {
  font-size: 0.76rem;
}

.field select {
  --select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.75L10 12.25L14.5 7.75' stroke='%233A7058' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color-scheme: light;
  min-height: 3.1rem;
  padding-inline: 0.95rem 2.65rem;
  background-color: #fff;
  background-image: var(--select-arrow);
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.field select:hover {
  border-color: rgba(58, 112, 88, 0.35);
  background-color: #fff;
}

.field select:focus {
  border-color: rgba(58, 112, 88, 0.55);
  background-color: #fff;
  background-image: var(--select-arrow);
  box-shadow: 0 0 0 4px rgba(58, 112, 88, 0.14);
}

.field select:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: rgba(245, 241, 232, 0.7);
}

.field select option,
.field select optgroup {
  color: var(--ink);
  background: #fff;
}

.field select option:checked {
  background: rgba(248, 236, 210, 0.95);
  color: var(--deep);
}

.form-layout--compact .field select {
  min-height: 2.55rem;
  padding-inline: 0.8rem 2.35rem;
  background-position: left 0.7rem center;
  background-size: 0.95rem;
  font-weight: 600;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(15, 34, 28, 0.35);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(58, 112, 88, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(58, 112, 88, 0.12);
}

.field small,
.standalone-error {
  min-height: 1.1rem;
  color: var(--danger);
  font-size: 0.8rem;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--blush-soft);
}

.checkbox-field input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.35rem;
  accent-color: var(--blush);
}

.is-hidden {
  display: none;
}

.form-submit {
  width: 100%;
  border: 0;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-page.section-block {
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.contact-panel {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem 1.3rem;
  border: 1px solid rgba(15, 34, 28, 0.08);
  border-radius: 22px;
  background: rgba(245, 241, 232, 0.78);
  box-shadow: 0 12px 28px rgba(15, 34, 28, 0.05);
}

.contact-panel--side {
  gap: 0.85rem;
  background: #fff;
}

.contact-panel__head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.contact-panel__head img {
  width: 4.2rem;
  height: 4.2rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  outline: 1px solid rgba(15, 34, 28, 0.14);
  outline-offset: 3px;
}

.contact-panel__eyebrow {
  margin: 0 0 0.2rem;
  color: var(--moderate);
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-panel__head h2,
.contact-panel--side h2 {
  margin: 0;
  color: var(--deep);
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.1;
}

.contact-panel__license {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-panel--side p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 34, 28, 0.06);
}

.contact-list__icon {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(231, 240, 234, 0.95);
}

.contact-list__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.contact-list strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--deep);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}

.contact-list a:hover {
  color: var(--moderate);
}

.contact-panel__social {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.2rem;
}

.contact-panel__social > p {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-panel__social .social-links--icons a {
  width: 2.55rem;
  height: 2.55rem;
  border-color: rgba(15, 34, 28, 0.1);
  background: #fff;
  color: var(--deep);
}

.contact-panel__social .social-links--icons a:hover {
  background: var(--deep);
  color: #fff;
  border-color: transparent;
}

.contact-panel__hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: 16px;
  background: rgba(231, 240, 234, 0.9);
  color: var(--deep);
  font-weight: 800;
}

.contact-panel__hours span:nth-child(2) {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.85rem;
}

.contact-panel--side .btn {
  width: 100%;
  justify-content: center;
}

.terms {
  display: grid;
  gap: 1rem;
}

.success-hero {
  min-height: 70vh;
  display: grid;
  align-content: center;
}

.success-summary {
  width: fit-content;
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(127, 155, 132, 0.14);
}

.caution {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: rgba(245, 241, 232, 0.9);
  background: linear-gradient(155deg, #16352b 0%, var(--deep) 48%, #091612 100%);
}

.site-footer__glow {
  position: absolute;
  inset: -20% -10% auto auto;
  width: min(52vw, 34rem);
  height: min(52vw, 34rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 75, 0.28), transparent 68%);
  pointer-events: none;
  z-index: 0;
  animation: footerGlow 10s ease-in-out infinite alternate;
}

.site-footer__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(rgba(245, 241, 232, 0.08) 0.6px, transparent 0.7px);
  background-size: 3px 3px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
  padding: 3.2rem 0 1.5rem;
  display: grid;
  gap: 1.8rem;
}

.site-footer__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  padding: 1.45rem 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(245, 241, 232, 0.12);
  background: linear-gradient(
    135deg,
    rgba(245, 241, 232, 0.08),
    rgba(245, 241, 232, 0.03)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-col h3 {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.footer-col a {
  color: rgba(245, 241, 232, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  width: fit-content;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-col a:hover {
  color: #fff;
  transform: translateX(-3px);
}

.footer-col p {
  margin: 0;
  color: rgba(245, 241, 232, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-col__name {
  color: #fff !important;
  font-family: "Lalezar", "Vazirmatn", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.footer-col__license {
  color: rgba(212, 168, 75, 0.88) !important;
  font-size: 0.82rem !important;
  font-weight: 700;
}

.footer-col__address {
  max-width: 28ch;
}

.footer-col--expert {
  padding-right: 0.4rem;
  border-right: 1px solid rgba(245, 241, 232, 0.1);
}

.site-footer .footer-contact__link {
  color: rgba(245, 241, 232, 0.9);
  font-size: 0.92rem;
}

.site-footer .footer-contact__icon {
  color: var(--cream);
  background: rgba(245, 241, 232, 0.1);
}

.footer-contact__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  direction: ltr;
  width: fit-content;
  font-weight: 800;
}

.footer-contact__icon {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.footer-contact__icon svg {
  width: 1rem;
  height: 1rem;
}

.social-links--footer {
  justify-content: flex-start;
  margin-top: 0.55rem;
  gap: 0.45rem;
}

.site-footer .social-links--icons a {
  width: 2.55rem;
  height: 2.55rem;
  border-color: rgba(245, 241, 232, 0.14);
  background: rgba(245, 241, 232, 0.08);
  color: var(--cream);
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.site-footer .social-links--icons a:hover {
  background: var(--cream);
  color: var(--deep);
  border-color: transparent;
  transform: translateY(-3px);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 1.2rem;
  padding-top: 0.2rem;
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(245, 241, 232, 0.5);
  font-size: 0.8rem;
}

@keyframes footerGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translate3d(-8%, 10%, 0) scale(1.08);
    opacity: 1;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 700ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal[data-reveal="left"] {
  transform: translate3d(36px, 0, 0);
}

.reveal[data-reveal="right"] {
  transform: translate3d(-36px, 0, 0);
}

.reveal[data-reveal="zoom"] {
  transform: scale(0.94);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes morphFloat {
  0%,
  100% {
    border-radius: 40% 60% 48% 52% / 46% 42% 58% 54%;
  }

  50% {
    border-radius: 52% 48% 42% 58% / 50% 55% 45% 50%;
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes accentDraw {
  from {
    transform: scaleX(0);
    opacity: 0;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes kenBurns {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.6%, -1%, 0);
  }
}

@keyframes heroGlow {
  from {
    opacity: 0.55;
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0.95;
    transform: translate3d(-2%, 3%, 0) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__bg,
  .about-gallery__main,
  .about-gallery__stack {
    transform: none !important;
  }

  .hero__bg img,
  .hero__glow,
  .hero__rise,
  .hero__photo,
  .hero__accent,
  .hero__visual-halo,
  .hero__float,
  .hero__orb,
  .about-gallery__main img,
  .roadmap__atmosphere {
    animation: none;
  }

  .site-footer__glow {
    animation: none;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(12px, -16px);
  }
}

@media (max-width: 1100px) {
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card.is-special {
    grid-column: 1 / -1;
  }

  .price-card.is-featured {
    transform: none;
  }

  .price-card.is-featured:hover {
    transform: translateY(-4px);
  }

  .packages__inner {
    width: min(100% - 2.4rem, 1160px);
  }

  .visual-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 12rem;
  }

  .visual-gallery__item--tall {
    grid-row: span 1;
  }

  .visual-gallery__item--wide {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.55rem 0.55rem 0.55rem 0.65rem;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .header-tools {
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    width: auto;
    grid-column: 1 / -1;
    grid-row: 1;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    gap: 0.15rem;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid rgba(15, 34, 28, 0.1);
    border-radius: 16px;
    background: #fffcf5;
    background-color: #fffcf5;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 14px 36px rgba(15, 34, 28, 0.12);
    z-index: 50;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 0.78rem 0.9rem;
    border-radius: 10px;
  }

  .main-nav a:hover {
    transform: none;
    background: rgba(20, 40, 32, 0.06);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-action {
    display: none;
  }

  .about-course__layout,
  .expert-showcase__frame,
  .package-detail,
  .form-layout,
  .contact-grid,
  .contact-page__grid,
  .pkg-page__hero,
  .pkg-page__grid,
  .req-page {
    grid-template-columns: 1fr;
  }

  .req-page {
    width: min(100% - 1.6rem, 760px);
    gap: 1.4rem;
  }

  .req-page__rail {
    position: static;
    order: -1;
  }

  .req-page__rail-inner {
    gap: 1.1rem;
    padding: 1.2rem 1.15rem;
  }

  .req-page__steps {
    display: none;
  }

  .req-form__block,
  .req-form__foot {
    padding: 1.15rem 1.05rem 1.2rem;
    border-radius: 18px;
  }

  .req-page__head h1 {
    font-size: clamp(2.1rem, 9vw, 2.7rem);
  }

  .page-main--form {
    padding-top: 5.9rem;
    padding-bottom: 3rem;
  }

  .pkg-page {
    width: min(100% - 1.6rem, 980px);
    gap: 0.95rem;
  }

  .pkg-page__intro,
  .pkg-page__summary {
    padding: 1.2rem 1.15rem;
    border-radius: 20px;
  }

  .pkg-page__intro h1 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .page-main--pkg {
    padding-top: 6rem;
    padding-bottom: 2.8rem;
  }

  .site-footer__panel {
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
  }

  .footer-col--expert {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-top: 0.85rem;
    border-right: 0;
    border-top: 1px solid rgba(245, 241, 232, 0.1);
  }

  .hero {
    align-items: center;
    min-height: 92vh;
    padding: 6.8rem 0 3.4rem;
  }

  .hero__shell {
    width: min(100% - 1.6rem, 1160px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.4rem;
  }

  .hero__visual {
    order: -1;
    width: min(72vw, 19rem);
    aspect-ratio: 3 / 4;
    margin-inline: 1.6rem;
  }

  .hero__float {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 10px;
  }

  .hero__float--a {
    right: -8%;
    top: 2%;
    width: 2.85rem;
    height: 2.85rem;
  }

  .hero__float--b {
    left: -12%;
  }

  .hero__float--c {
    right: -14%;
  }

  .hero__float--d {
    left: -10%;
  }

  .hero__float--f {
    display: none;
  }

  .hero__chip {
    border-radius: 10px;
  }

  .hero__chip--license {
    left: -2%;
    bottom: 18%;
    padding: 0.5rem 0.7rem;
  }

  .hero__chip--role {
    right: -2%;
    top: 12%;
    max-width: 7.5rem;
    padding: 0.5rem 0.7rem;
  }

  .hero__visual .hero__photo {
    -webkit-mask-image:
      linear-gradient(to top, transparent 0%, #000 16%, #000 100%),
      linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image:
      linear-gradient(to top, transparent 0%, #000 16%, #000 100%),
      linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .hero__eyebrow {
    letter-spacing: 0.12em;
  }

  .hero__eyebrow::before,
  .hero__eyebrow::after {
    width: 1.1rem;
  }

  .hero__glow {
    inset-inline-end: auto;
    inset-inline-start: 10%;
    top: auto;
    bottom: 18%;
    width: min(80vw, 22rem);
    height: 14rem;
    opacity: 0.7;
  }

  .hero__inner {
    width: 100%;
    max-width: 28rem;
    padding: 0;
    justify-self: center;
  }

  .hero__intro {
    justify-items: center;
    text-align: center;
  }

  .hero__inner .brand-signal {
    font-size: clamp(2.9rem, 12vw, 4rem);
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .hero__accent {
    margin-inline: auto;
    transform-origin: center;
  }

  .hero__tagline {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(0.95rem, 3.4vw, 1.2rem);
    text-align: center;
    white-space: nowrap;
  }

  .hero__lead {
    width: auto;
    max-width: 22rem;
    margin-inline: auto;
    font-size: 0.95rem;
    text-align: center;
    white-space: normal;
  }

  .hero__inner .hero__actions {
    justify-content: center;
  }

  .social-dock {
    top: auto;
    right: 0.75rem;
    left: 0.75rem;
    bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
    transform: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.5rem 0.75rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 12px 40px rgba(15, 34, 28, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.75),
      inset 0 0 0 0.5px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(48px) saturate(190%);
    -webkit-backdrop-filter: blur(48px) saturate(190%);
  }

  .social-dock__links {
    flex-direction: row;
    justify-content: space-around;
    gap: 0.4rem;
    width: min(100%, 20rem);
    margin-inline: auto;
  }

  .social-dock .social-links--icons a,
  .social-dock__links a {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.45);
  }

  .social-dock .social-links--icons a:hover,
  .social-dock .social-links--icons a:active,
  .social-dock__links a:hover,
  .social-dock__links a:active {
    background: rgba(255, 255, 255, 0.48);
    color: var(--deep);
    transform: none;
  }

  body {
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom, 0px));
  }

  .back-top {
    left: 0.85rem;
    bottom: calc(5.1rem + env(safe-area-inset-bottom, 0px));
    width: 2.85rem;
    height: 2.85rem;
  }

  .hero__inner h1,
  .hero__inner h2 {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .expert-band {
    padding: 4.4rem 0;
  }

  .expert-band__inner {
    width: min(100% - 1.8rem, 920px);
    gap: 1.15rem;
    padding: 1.4rem 1.2rem 1.25rem;
    border-radius: 22px;
  }

  .expert-band__quote {
    width: auto;
    white-space: normal;
  }

  .expert-band__top {
    gap: 0.9rem;
  }

  .expert-band__top img {
    width: 4rem;
    height: 4rem;
  }

  .expert-band__creds {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-top: 1rem;
  }

  .expert-band__creds li {
    padding: 0;
  }

  .expert-band__creds li + li {
    border-right: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(212, 168, 75, 0.18);
  }

  .expert-band__creds li:nth-child(even) {
    border-right: 0;
  }

  .expert-band__creds li:nth-child(n + 3) {
    margin-top: 0;
    padding-top: 0.85rem;
  }

  .expert-band__bottom {
    align-items: start;
    flex-direction: column;
  }

  .roadmap__board {
    width: min(100% - 1.8rem, 560px);
  }

  .roadmap__track {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    width: 100%;
    padding: 0;
  }

  .roadmap__track::before {
    top: calc(var(--pin-size) / 2);
    bottom: calc(var(--pin-size) / 2);
    right: calc(var(--pin-size) / 2);
    left: auto;
    width: 0;
    height: auto;
    border-top: 0;
    border-right: 3px dashed rgba(212, 168, 75, 0.55);
    transform: translateX(1.5px);
  }

  .roadmap__track::after {
    display: none;
  }

  .roadmap__step,
  .roadmap__step:nth-of-type(even),
  .roadmap__step:nth-of-type(odd) {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    gap: 0.95rem;
    margin-top: 0;
    padding-top: 0;
  }

  .roadmap__pin {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    flex: 0 0 var(--pin-size);
  }

  .roadmap__stem {
    display: none;
  }

  .roadmap__num {
    box-shadow:
      0 0 0 6px rgba(247, 243, 234, 0.96),
      0 0 0 8px rgba(212, 168, 75, 0.38),
      0 8px 18px rgba(184, 137, 47, 0.24);
  }

  .roadmap__card {
    justify-items: start;
    text-align: right;
    flex: none;
    height: auto;
    min-height: 0;
    padding: 1.15rem 1.15rem 1.25rem;
  }

  .roadmap__card p:not(.roadmap__label) {
    max-width: none;
  }

  .roadmap__card:hover {
    transform: translateY(-2px);
  }

  .info-section,
  .expert-section {
    width: min(100% - 2.4rem, 1160px);
  }

  .audience-band__inner {
    grid-template-columns: 1fr;
    width: min(100% - 2.4rem, 1160px);
  }

  .audience-band__intro {
    position: static;
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-panel {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .expert-panel__visual {
    aspect-ratio: 5 / 4;
    min-height: 16rem;
  }

  .expert-panel__copy {
    padding: 0.2rem;
  }

  .expert-showcase__frame {
    padding: 1rem;
    gap: 1.4rem;
    border-radius: 28px;
  }

  .expert-showcase__visual {
    min-height: 22rem;
  }

  .expert-showcase__photo {
    inset: 0.6rem;
  }

  .expert-showcase__copy {
    padding: 0.2rem;
  }

  .summary-card,
  .form-aside {
    position: static;
  }

  .site-footer__inner {
    width: min(100% - 1.8rem, 1160px);
    padding-top: 2.4rem;
    gap: 1.4rem;
  }

  .site-footer__panel {
    grid-template-columns: 1fr;
    padding: 1.2rem 1.15rem;
  }

  .footer-col--expert {
    grid-column: auto;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .hero__tagline {
    font-size: 1.05rem;
  }

  .req-form .form-row,
  .req-form .form-row--three {
    grid-template-columns: 1fr;
  }

  .social-dock {
    right: 0.55rem;
    left: 0.55rem;
    bottom: calc(0.45rem + env(safe-area-inset-bottom, 0px));
    padding: 0.45rem 0.7rem;
    border-radius: 20px;
  }

  .social-dock__links a {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 14px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    width: min(100% - 1rem, 38rem);
    margin-top: 0.55rem;
    border-radius: 14px;
  }

  .brand__text small {
    display: none;
  }

  .brand__text strong {
    font-size: 1.15rem;
  }

  h1 {
    max-width: 12ch;
  }

  .audience-list,
  .price-grid,
  .visual-gallery__grid,
  .form-row,
  .form-row--three {
    grid-template-columns: 1fr;
  }

  .visual-gallery__item--wide {
    grid-column: auto;
  }

  .about-gallery__main {
    inset: 0 0 36% 0;
  }

  .about-gallery__side {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 32%;
    grid-template-columns: 1fr 1fr;
  }

  .audience-item:nth-child(odd) {
    border-left: 0;
  }

  .audience-item {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .about-gallery {
    min-height: 18rem;
  }

  .section-block {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

}
