/* ============================================================
   DClan — dclan.agency
   Built from Figma: "dclan white" homepage
   Fonts: Inter (UI) + Fraunces italic (accent words)
   Accent green: #87c601 (brand)
   ============================================================ */

:root {
  --green: #87c601;
  --green-soft: #8cc63e;
  --green-pale: #c1dd48;
  --black: #0a0a0a;
  --dark: #0d0d0e;
  --card-dark: #161617;
  --card-darker: #1c1c1d;
  --white: #ffffff;
  --off-white: #f4f5f3;
  --ink: #1b1b1c;
  --body: #303030;
  --body-light: #c9c9c9;
  --radius: 20px;
  --radius-lg: 28px;
  --container: 1180px;
  --font-ui: 'Inter', system-ui, -apple-system, sans-serif;
  --font-accent: 'Fraunces', Georgia, serif;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--font-ui);
  color: var(--body);
  background: var(--off-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- shared ---------- */
.section { padding: 96px 0; }
.section--light { background: var(--off-white); color: var(--body); }
.section--tint { background: #eef0ec; }
.section--dark { background: var(--black); color: var(--body-light); }

.h2 {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 18px 0 48px;
}
.h2--light { color: #f5eef0; }
.h2 em, .hero__title em, .offer__accent em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
}

.section__sub { max-width: 560px; margin: -32px 0 48px; }

.pill {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 6px 16px;
}
.pill--dark { color: #eaeaea; }

.stars { color: #f5b301; letter-spacing: 2px; font-size: 14px; }
.stars--sm { display: block; margin-top: 4px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }

.btn--dark {
  color: var(--white);
  background: linear-gradient(180deg, #3a3a3c 0%, #111112 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 20px rgba(0,0,0,.35);
}
.btn--green { color: #17250a; background: linear-gradient(180deg, #a4dc3c 0%, var(--green) 100%); }
.btn--black { color: var(--white); background: #0c0c0c; border-radius: 999px; justify-content: center; }
.btn--lg { padding: 16px 28px; }
.btn--block { width: 100%; justify-content: center; }

.btn__logo {
  width: 22px; height: 22px; object-fit: contain;
  background: var(--white);
  border-radius: 50%;
  padding: 2px;
}
.vs__logo { width: 32px; height: 32px; object-fit: contain; }

/* ---------- nav ---------- */
.nav-wrap {
  position: sticky; top: 0; z-index: 100;
  padding: 18px 24px;
  background: rgba(244,245,243,.85);
  backdrop-filter: blur(14px);
}
.nav {
  max-width: var(--container);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(255,255,255,.65);
  border: 1px solid var(--green);
  border-radius: 16px;
  padding: 10px 14px 10px 20px;
}
.nav__logo { display: flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 600; color: var(--ink); }
.nav__logo-img { width: 30px; height: 30px; object-fit: contain; }
.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 16px; color: #3a3a3c; transition: color .15s; }
.nav__links a:hover { color: var(--ink); }
.nav__links a.is-active { color: var(--ink); font-weight: 600; }
.nav__burger { display: none; background: none; border: 0; width: 40px; height: 34px; flex-direction: column; justify-content: center; gap: 6px; }
.nav__burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 24px 140px;
  text-align: center;
  background: linear-gradient(180deg, #f2f4ef 0%, #eef1ea 60%, #e9eee3 100%);
}
.hero__glow {
  position: absolute; inset: auto 0 -30%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(135,198,1,.28) 0%, rgba(135,198,1,0) 65%);
  pointer-events: none;
}
.hero__torus {
  position: absolute;
  left: 50%; bottom: -420px;
  width: 900px; height: 900px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(255,255,255,.35) 45%, rgba(220,228,215,.25) 70%);
  box-shadow:
    inset 0 0 120px rgba(255,255,255,.9),
    inset 0 -60px 120px rgba(190,205,180,.5),
    0 -30px 90px rgba(255,255,255,.8);
  filter: blur(2px);
  pointer-events: none;
}
.hero__torus::after {
  content: "";
  position: absolute; inset: 22%;
  border-radius: 50%;
  background: linear-gradient(180deg, #eff2ec 0%, #e7ece1 100%);
}
.hero__inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.hero__rating { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 15px; color: var(--body); margin-bottom: 18px; }
.hero__rating-icon { width: 40px; }
.hero__pill {
  display: inline-block;
  font-size: 14px;
  color: var(--body);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 28px;
}
.hero__title {
  font-size: clamp(40px, 6.4vw, 72px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero__sub { font-size: 20px; font-weight: 500; max-width: 560px; margin: 0 auto 34px; }

/* ---------- logo marquee ---------- */
.marquee-band { background: var(--black); padding: 42px 0 48px; text-align: center; }
.marquee-band__label { color: var(--white); font-size: 18px; font-weight: 500; letter-spacing: .12em; margin-bottom: 30px; }
.marquee { overflow: hidden; }
.marquee__track {
  display: flex; gap: 72px; width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__track span {
  color: #8a8a8a; font-size: 26px; font-weight: 700; white-space: nowrap;
  letter-spacing: .02em;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- industries slider ---------- */
.ind-slider-wrap { position: relative; margin-top: -12px; }

.ind-slider {
  display: flex; gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px max(24px, calc((100vw - var(--container)) / 2 + 24px)) 24px;
  scrollbar-width: none;
}

.ind-slider::-webkit-scrollbar { display: none; }

.ind-card {
  position: relative;
  flex: 0 0 300px;
  min-height: 420px;
  scroll-snap-align: start;
  background: var(--card-bg, #444);
  border-radius: var(--radius);
  padding: 26px 24px;
  color: var(--white);
  display: flex; flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.ind-card h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.ind-card__body {
  font-size: 14px;
  opacity: 0;
  position: absolute;
  inset: 74px 24px auto;
  z-index: 2;
  transition: opacity .25s ease;
}

.ind-card:hover .ind-card__body,
.ind-card:focus-within .ind-card__body { opacity: 1; }

.ind-card__cta {
  display: block;
  margin-top: 14px;
  font-weight: 600;
}


/* ============ SCROLLING WORK GALLERY ============ */
.work-marquee {
  --wm-bg: #0a0a0f;
  --wm-card-radius: 20px;
  --wm-row-h: 300px;        /* card height desktop */
  --wm-gap: 20px;           /* gap between cards */
  --wm-speed-1: 45s;        /* row 1 loop duration */
  --wm-speed-2: 55s;        /* row 2 loop duration */

  position: relative;
  background: var(--wm-bg);
  padding: 64px 0;
  overflow: hidden;
}

/* dotted purple texture (reference er moto) */
.work-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(120, 100, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}

/* left/right edge fade */
.work-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    var(--wm-bg) 0%, transparent 8%,
    transparent 92%, var(--wm-bg) 100%);
  pointer-events: none;
  z-index: 2;
}

.wm-row {
  display: flex;
  gap: var(--wm-gap);
  width: max-content;
  will-change: transform;
}

.wm-row + .wm-row { margin-top: var(--wm-gap); }

.wm-track {
  display: flex;
  gap: var(--wm-gap);
  padding-right: var(--wm-gap);
  animation: wm-scroll-left var(--wm-speed-1) linear infinite;
}

/* second row opposite direction */
.wm-row--reverse .wm-track {
  animation: wm-scroll-right var(--wm-speed-2) linear infinite;
}

/* hover korle scroll pause */
.work-marquee:hover .wm-track { animation-play-state: paused; }

@keyframes wm-scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}
@keyframes wm-scroll-right {
  from { transform: translateX(-100%); }
  to   { transform: translateX(0); }
}

/* ---------- cards ---------- */
.wm-card {
  position: relative;
  height: var(--wm-row-h);
  border-radius: var(--wm-card-radius);
  overflow: hidden;
  flex: 0 0 auto;
  background: #16161f;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wm-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  z-index: 3;
}

.wm-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* width variants — mix koro reference er moto */
.wm-card--sm { width: 300px; }
.wm-card--md { width: 380px; }
.wm-card--lg { width: 560px; }
.wm-card--xl { width: 680px; }

/* project name pill (top corner) */
.wm-card .wm-label {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  .wm-track { animation: none; }
}

/* mobile responsive */
@media (max-width: 768px) {
  .work-marquee { --wm-row-h: 190px; --wm-gap: 12px; padding: 40px 0; }
  .wm-card--sm { width: 190px; }
  .wm-card--md { width: 240px; }
  .wm-card--lg { width: 340px; }
  .wm-card--xl { width: 420px; }
}



/* image full-bleed: text padding thakbe, image edge porjonto jabe */
.ind-card img {
  margin-top: auto;
  display: block;
  width: calc(100% + 48px);
  max-width: none;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -26px;
  border-radius: 0;
  object-fit: cover;
  transition: opacity .25s ease;
}

.ind-card:hover img { opacity: .25; }

.ind-slider__arrow {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  border: 0; background: #101010; color: var(--white); font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
/* ---------- about ---------- */
.about__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; margin-top: 40px; align-items: start; }
.about__media img { border-radius: 6px; width: 100%; object-fit: cover; }
.about__content p { margin-bottom: 22px; font-size: 17px; }
.about__content .h2 { margin-bottom: 28px; }
.quote-card {
  margin-top: 36px;
  border: 1px solid var(--green);
  border-radius: 16px;
  padding: 24px 26px;
  background: rgba(255,255,255,.02);
}
.quote-card blockquote { color: #eaeaea; font-size: 16px; margin-bottom: 16px; }
.quote-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.quote-card__name { color: var(--green-soft); font-size: 14px; }
.quote-card__role { display: block; font-size: 13px; color: #bdbdbd; }
.quote-card figcaption img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }

/* ---------- case studies ---------- */
.cases { display: grid; grid-template-columns: repeat(12, 1fr); gap: 26px; }
.case { grid-column: span 6; border-radius: var(--radius); overflow: hidden; }
.case--wide { grid-column: span 12; }
.case img {
  width: 100%;
  background: var(--card-bg, #ccc);
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.case--wide img {
  aspect-ratio: 21 / 9;
  object-fit: contain;
  padding: 32px 48px 0;
  box-sizing: border-box;
}
.case img.img-missing { min-height: 320px; object-fit: contain; }
.case__meta { padding: 18px 4px 8px; }
.case__meta h3 { font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.case__meta p { font-size: 14px; margin-bottom: 12px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span {
  font-size: 12px; color: var(--body);
  background: #e7e9e4; border-radius: 999px; padding: 5px 12px;
}


/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service {
  background: var(--card-bg, #888);
  border-radius: var(--radius);
  padding: 28px 26px 0;
  color: var(--white);
  min-height: 360px;
  display: flex; flex-direction: column;
  overflow: hidden;
  background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255,255,255,.35), transparent 60%);
  transition: transform .2s ease;
}
.service:hover { transform: translateY(-6px); }
.service h3 { font-size: 22px; font-weight: 600; margin-bottom: 20px; }
.service img {
  margin-top: auto;
  margin-left: -26px;
  margin-right: -26px;
  width: calc(100% + 52px);
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}
.service img.img-missing { min-height: 220px; }



/* ---------- comparison ---------- */
.vs__head {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 24px;
  max-width: 900px; margin: 0 auto 40px;
  font-size: 24px; font-weight: 600; color: var(--white); text-align: center;
}
.vs__vs { font-family: var(--font-accent); font-style: italic; color: var(--green-soft); font-size: 28px; }
.vs__brand { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.vs { display: grid; gap: 16px; }
.vs__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.vs__bad, .vs__good {
  padding: 26px 28px;
  font-size: 17px;
  display: flex; align-items: center; gap: 12px;
}
.vs__bad {
  background: var(--card-dark);
  color: #dedede;
  border-radius: 16px 0 0 16px;
}
.vs__bad::first-letter { color: #e5484d; }
.vs__good {
  background: linear-gradient(180deg, #93cf35 0%, #79b525 100%);
  color: #10200a;
  font-weight: 500;
  border-radius: 16px;
  margin-left: -8px;
}

/* ---------- process ---------- */
.section--process { position: relative; overflow: hidden; padding-top: 140px; padding-bottom: 120px; }
.process__cube {
  position: absolute; left: -80px; top: 40px;
  width: 480px; height: 480px;
  background:
    conic-gradient(from 210deg at 50% 50%, #12163a, #3b2a7a, #0d0d0e, #7a2f6a, #1a2f6e, #0d0d0e);
  clip-path: polygon(50% 4%, 92% 27%, 92% 73%, 50% 96%, 8% 73%, 8% 27%);
  opacity: .55;
  filter: blur(1px) saturate(1.4);
  pointer-events: none;
}
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; z-index: 2; }
.process__card {
  background: rgba(22,22,23,.92);
  border: 1px solid #232324;
  border-radius: 16px;
  padding: 26px 20px;
  min-height: 340px;
}
.process__card:nth-child(4) { margin-top: 34px; }
.process__card:nth-child(5) { margin-top: 34px; }
.process__num { font-size: 22px; color: var(--white); font-weight: 600; display: block; margin-bottom: 46px; }
.process__card h3 { font-size: 22px; color: #d9d9d9; font-weight: 500; margin-bottom: 16px; line-height: 1.25; }
.process__card p { font-size: 14px; color: #a9a9a9; }

/* ---------- pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.plan {
  background: linear-gradient(180deg, #1a1a1b 0%, #141415 100%);
  border: 1px solid #242425;
  border-radius: var(--radius);
  padding: 30px 28px;
  position: relative;
}
.plan--featured { border-color: var(--green); }
.plan__price { color: var(--white); font-size: 44px; font-weight: 700; margin: 20px 0 6px; }
.plan__price sup { color: var(--green-soft); font-size: 22px; font-weight: 600; margin-right: 2px; }
.plan__price span { font-size: 16px; font-weight: 600; color: #dcdcdc; }
.plan__desc { font-size: 15px; margin-bottom: 22px; }
.plan .btn { margin-bottom: 26px; }
.plan__list li {
  position: relative;
  padding: 8px 0 8px 32px;
  font-size: 15px; color: #d6d6d6;
}
.plan__list li::before {
  content: "✓";
  position: absolute; left: 0; top: 8px;
  width: 20px; height: 20px;
  background: var(--green);
  color: #10200a;
  font-size: 12px; font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.offer {
  margin-top: 64px;
  background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  border: 1px solid rgba(135,198,1,.45);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
}
.offer p { color: #f0f0f0; font-size: 17px; margin-bottom: 24px; }
.offer__accent { color: var(--green-soft); }

/* ---------- benefits ---------- */
.benefits { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.benefit {
  grid-column: span 2;
  background: var(--card-dark);
  border: 1px solid #232324;
  border-radius: var(--radius);
  padding: 28px 26px;
  min-height: 380px;
  display: flex; flex-direction: column;
}
.benefit--wide { grid-column: span 3; min-height: 320px; }
.benefit h3 { color: var(--white); font-size: 21px; font-weight: 600; margin-bottom: 14px; }
.benefit p { font-size: 14.5px; margin-top: auto; }
.benefit--wide p { max-width: 320px; }
.benefit__icon { width: 150px; height: 150px; margin: 10px auto 22px; position: relative; }
.benefit--wide .benefit__icon { margin: 0 0 0 auto; }
.benefit__icon::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 24px;
  background: radial-gradient(circle at 35% 30%, #d3f27a, #87c601 55%, #4c7a00);
  opacity: .9;
  filter: drop-shadow(0 12px 30px rgba(135,198,1,.35));
}
.benefit__icon--grid::before { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.benefit__icon--clock::before { border-radius: 50%; }
.benefit__icon--layers::before { clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%); }
.benefit__icon--search::before { border-radius: 50%; clip-path: none; transform: scale(.9); }
.benefit__icon--ring::before {
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, transparent 34%, #000 36%);
  mask: radial-gradient(circle, transparent 34%, #000 36%);
}

/* ---------- review ---------- */
.review {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 520px;
  background: linear-gradient(160deg, #2c3a24, #1a2317);
}
.review > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.review > img.img-missing { opacity: 0; }
.review__play {
  position: absolute; left: 50%; top: 42%;
  transform: translate(-50%, -50%);
  width: 96px; height: 96px;
  border-radius: 50%;
  border: 0;
  background: var(--green-soft);
  color: var(--white);
  font-size: 26px;
  box-shadow: 0 0 0 0 rgba(140,198,62,.5);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(140,198,62,.45); }
  70% { box-shadow: 0 0 0 26px rgba(140,198,62,0); }
  100% { box-shadow: 0 0 0 0 rgba(140,198,62,0); }
}
.review__overlay {
  position: absolute; left: 40px; bottom: 36px; right: 200px;
}
.review__name { color: var(--white); font-size: 17px; margin-bottom: 14px; }
.review__quote { color: var(--green-soft); font-size: clamp(18px, 2.4vw, 26px); font-weight: 500; line-height: 1.4; }
.review__nav { position: absolute; right: 36px; bottom: 36px; display: flex; gap: 12px; }
.review__nav button {
  width: 52px; height: 52px; border-radius: 50%;
  border: 0; background: rgba(20,20,20,.7); color: var(--white); font-size: 18px;
}

/* ---------- faq ---------- */
.faq { display: grid; gap: 16px; }
.faq__item {
  background: var(--white);
  border-radius: 14px;
  padding: 0 26px;
}
.faq__item[open] { border: 1px solid var(--green); }
.faq__item summary {
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 0;
  font-size: 19px; font-weight: 500; color: var(--ink);
  cursor: pointer;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__toggle { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq__toggle::before, .faq__toggle::after {
  content: ""; position: absolute; background: #6aa000; border-radius: 2px;
  left: 0; top: 8px; width: 18px; height: 2px;
}
.faq__toggle::after { transform: rotate(90deg); transition: transform .2s; }
.faq__item[open] .faq__toggle::after { transform: rotate(0); }
.faq__item p { padding: 0 0 24px; color: var(--body); font-size: 15.5px; }
.faq__item p a { color: #6aa000; font-weight: 600; }

/* ---------- contact ---------- */
.section--contact {
  background:
    radial-gradient(ellipse 60% 50% at 15% 10%, rgba(135,198,1,.08), transparent),
    var(--black);
}
.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 64px; align-items: start; }
.contact__info .h2 { color: #f3e6ea; }
.contact__info > p { font-size: 17px; max-width: 440px; }
.contact__founder { display: flex; align-items: flex-end; gap: 18px; margin-top: 120px; }
.contact__founder img { width: 130px; height: 160px; object-fit: cover; border-radius: 8px; }
.contact__founder img.img-missing { background: #1e1e1e; }
.contact__founder-name { color: var(--green-soft); font-size: 18px; font-weight: 600; }
.contact__card { background: var(--white); border-radius: 6px; padding: 42px 40px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; }
.form__field { display: flex; flex-direction: column; gap: 10px; }
.form__field--full { grid-column: 1 / -1; }
.form__field span { font-size: 15px; font-weight: 600; color: var(--ink); }
.form__field input, .form__field select, .form__field textarea {
  border: 0; border-bottom: 1.5px solid #111;
  background: transparent;
  font: inherit; font-size: 15px; color: var(--ink);
  padding: 6px 2px 10px;
}
.form__field ::placeholder { color: #a5a5a5; }
.form__field select:invalid { color: #a5a5a5; }
.form__field input:focus, .form__field select:focus, .form__field textarea:focus {
  outline: none; border-bottom-color: var(--green);
}
.form .btn--black { grid-column: 1 / -1; padding: 17px; }
.form__status { grid-column: 1 / -1; font-size: 14px; color: #4c7a00; min-height: 1em; }
.contact__alt { margin-top: 40px; text-align: right; color: #eaeaea; font-size: 19px; }
.contact__book { color: var(--green-soft); text-decoration: underline; text-underline-offset: 5px; }

/* ---------- footer ---------- */
.footer { background: var(--black); color: #9a9a9a; padding: 80px 0 0; overflow: hidden; }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 56px; border-bottom: 1px solid #1c1c1c; }
.footer h4 { color: var(--white); font-size: 16px; font-weight: 600; margin-bottom: 20px; }
.footer li { margin-bottom: 12px; }
.footer li a { font-size: 15px; transition: color .15s; }
.footer li a:hover { color: var(--white); }
.footer__dl {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green); color: #10200a; font-size: 11px;
}
.footer__badges {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px;
  padding: 44px 24px;
}
.badge { text-align: center; }
.badge strong { display: block; color: #dcdcdc; font-size: 19px; margin-bottom: 4px; }
.badge span { font-size: 12.5px; color: #8a8a8a; }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 10px 24px 40px;
  font-size: 14px;
}
.footer__top {
  border: 1px solid var(--green); background: transparent; color: #eaeaea;
  border-radius: 999px; padding: 9px 18px; font-size: 14px;
}
.footer__wordmark { display: flex; align-items: center; justify-content: center; gap: .04em; }
.footer__wordmark-logo {
  width: .82em; height: .82em; object-fit: contain;
  filter: grayscale(1) brightness(1.6);
}
.footer__wordmark {
  font-size: clamp(90px, 16.5vw, 260px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #d7d7d7;
  text-align: center;
  line-height: .78;
  margin-bottom: -0.08em;
  user-select: none;
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .services { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .process__card, .process__card:nth-child(4), .process__card:nth-child(5) { margin-top: 0; min-height: 300px; }
  .plans { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit, .benefit--wide { grid-column: span 1; min-height: 0; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav.is-open { flex-wrap: wrap; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column; gap: 14px;
    width: 100%; order: 3; padding: 16px 6px 8px;
  }
  .nav.is-open .nav__cta { display: inline-flex; order: 4; margin: 6px 6px 10px; }
  .about__grid, .contact { grid-template-columns: 1fr; gap: 40px; }
  .case, .case--wide { grid-column: span 12; }
  .case--wide img, .case img { aspect-ratio: 4 / 3; }
  .vs__row { grid-template-columns: 1fr; gap: 10px; }
  .vs__bad { border-radius: 16px; }
  .vs__good { margin-left: 0; }
  .vs__head { font-size: 19px; }
  .process { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr; }
  .review__overlay { right: 40px; }
  .review__nav { bottom: auto; top: 24px; }
  .form { grid-template-columns: 1fr; }
  .contact__founder { margin-top: 48px; }
  .footer__bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .process { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .hero { padding: 60px 20px 100px; }
  .hero__torus { width: 560px; height: 560px; bottom: -300px; }
  .ind-card { flex-basis: 260px; }
}

/* ---------- subpage head ---------- */
.page-head { min-height: 55vh; }
