/* ════════════════════════════════════════════════════
 * itsaryan — Editorial Polish Layer
 * Loaded LAST. Quiets noise, adds editorial rhythm, premium surfaces.
 * ════════════════════════════════════════════════════ */

/* ── EDITORIAL TYPOGRAPHIC SCALE ───────────────────── */
body.its-redesign {
  --kicker-color: rgba(74, 159, 255, 0.9);
  --gold-soft: rgba(232, 184, 90, 0.18);
  --surface-1: rgba(17, 23, 42, 0.62);
  --surface-2: rgba(22, 30, 54, 0.78);
  --hairline: rgba(244, 236, 216, 0.10);
  --hairline-strong: rgba(244, 236, 216, 0.22);
  --section-pad: clamp(4rem, 8vw, 7rem);
}

/* Stronger reading rhythm */
body.its-redesign .site-main {
  display: flex;
  flex-direction: column;
  gap: var(--section-pad);
}

body.its-redesign .site-main > section {
  margin: 0;
  scroll-margin-top: 100px;
}

body.its-redesign .display-h1 {
  letter-spacing: -0.025em;
  font-weight: 400;
}

body.its-redesign .display-h1 em,
body.its-redesign .display-h2 em {
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Hairline section labels — gives editorial structure */
body.its-redesign .section-label {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.6rem;
}

body.its-redesign .section-label::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent);
}

body.its-redesign .section-label strong {
  color: var(--blue);
  font-weight: 700;
}

/* ── NAV: refined ─────────────────────────────────── */
body.its-redesign .nav {
  background: rgba(10, 14, 26, 0.32);
}

body.its-redesign .nav.scrolled {
  background: rgba(10, 14, 26, 0.78);
  border-bottom-color: var(--hairline);
}

body.its-redesign .nav-links a:not(.nav-cta) {
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  color: rgba(244, 236, 216, 0.55);
}

body.its-redesign .nav-links a:not(.nav-cta):hover,
body.its-redesign .nav-links a.active { color: var(--ink); }

body.its-redesign .nav-cta {
  padding: 0.62rem 1.2rem;
  font-size: 0.84rem;
  background: rgba(244, 236, 216, 0.94);
  color: #0a0e1a !important;
  box-shadow: 0 12px 30px rgba(244, 236, 216, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.its-redesign .nav-cta:hover {
  background: #fff;
  transform: translateY(-1px);
}

/* ── HERO: clearer hierarchy, less visual conflict ── */
body.its-redesign .hero-v2 {
  padding: 11rem 0 5rem;
  min-height: auto;
}

body.its-redesign .hero-status {
  background: rgba(10, 14, 26, 0.55);
  border-color: var(--hairline-strong);
  padding: 0.55rem 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

body.its-redesign .hero-copy .eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  color: var(--blue);
  margin-bottom: 1.4rem;
}

body.its-redesign .display-h1 {
  font-size: clamp(3.2rem, 7.5vw, 6.4rem);
  line-height: 0.92;
}

body.its-redesign .lead {
  font-size: 1.13rem;
  line-height: 1.72;
  max-width: 540px;
  color: rgba(244, 236, 216, 0.82);
}

body.its-redesign .lead strong { color: #fff; }

/* Demote the floating stickers — they were too loud */
body.its-redesign .sticker {
  max-width: 174px;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.85em;
  opacity: 0.94;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}

body.its-redesign .sticker strong {
  font-size: 0.98rem;
  line-height: 1.18;
}

body.its-redesign .sticker:hover {
  opacity: 1;
  transform: rotate(var(--rot, 0deg)) translateY(-3px) scale(1.02);
}

/* Quiet the wax seal a bit */
body.its-redesign .seal-badge {
  width: 96px;
  height: 96px;
  opacity: 0.85;
}

body.its-redesign .seal-core {
  width: 46px;
  height: 46px;
  font-size: 0.84rem;
}

/* Hero stage — remove rotating ring, replace with subtle spotlight */
body.its-redesign .hero-stage::after {
  content: "";
  inset: 8%;
  border: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 60%, rgba(74, 159, 255, 0.20), transparent 65%);
  filter: blur(20px);
  animation: none;
}

/* ── PRESS / FEATURED STRIP ───────────────────────── */
.press-strip {
  position: relative;
  padding: 2.6rem clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.005)),
    rgba(10, 14, 26, 0.55);
  border: 1px solid var(--hairline);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.press-strip__label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
  text-align: center;
}

.press-strip__label strong { color: var(--blue); font-weight: 700; }

.press-strip__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem 2.4rem;
  align-items: center;
  justify-items: center;
}

.press-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: rgba(244, 236, 216, 0.7);
  font-weight: 400;
  white-space: nowrap;
  filter: grayscale(1) brightness(1.1);
  opacity: 0.78;
  transition: opacity 0.4s var(--ease), filter 0.4s var(--ease), color 0.4s;
  cursor: default;
}

.press-mark:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1.15);
  color: var(--ink);
}

.press-mark__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}

.press-mark--linkedin { color: #4a9fff; }
.press-mark--x { font-family: var(--font-main); font-weight: 800; letter-spacing: -0.04em; color: #f4ecd8; }
.press-mark--drdo { font-family: var(--font-mono); font-weight: 700; letter-spacing: 0.12em; font-size: 0.95rem; }
.press-mark--ph { color: #ff5b52; }
.press-mark--ih { color: #e8b85a; }
.press-mark--mit { font-family: var(--font-display); font-style: italic; color: rgba(244, 236, 216, 0.85); }

/* ── DESK / LANE CARDS: refined surfaces ──────────── */
body.its-redesign .lane-card {
  border-radius: 18px;
  padding: 1.9rem 1.7rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    rgba(10, 14, 26, 0.7);
  border: 1px solid var(--hairline);
}

body.its-redesign .lane-card::before {
  height: 2px;
  filter: blur(0.5px);
}

body.its-redesign .lane-card:hover {
  border-color: rgba(74, 159, 255, 0.5);
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.65),
    0 0 50px rgba(74, 159, 255, 0.18);
}

body.its-redesign .lane-card h3 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
  background: linear-gradient(180deg, #fff 0%, rgba(244, 236, 216, 0.72) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.its-redesign .lane-card p {
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(244, 236, 216, 0.6);
}

body.its-redesign .lane-foot {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hairline);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

body.its-redesign .lane-foot strong {
  font-size: 0.78rem;
  font-weight: 700;
}

/* ── NUMBERS STRIP: editorial ─────────────────────── */
body.its-redesign .numbers-strip { padding: 0; }

body.its-redesign .numbers-head {
  text-align: left;
  max-width: 760px;
  margin: 0 0 2.6rem;
}

body.its-redesign .numbers-head .eyebrow { justify-content: flex-start; }
body.its-redesign .numbers-head .eyebrow::before { display: block; }

body.its-redesign .numbers-grid { gap: 0; }

body.its-redesign .num-item {
  background: transparent;
  border: none;
  border-right: 1px solid var(--hairline);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 1rem 1.6rem;
}

body.its-redesign .num-item:last-child { border-right: none; }

body.its-redesign .num-item strong {
  font-size: clamp(3.4rem, 6vw, 5.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #6ab2ff 0%, #1d3f80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body.its-redesign .num-item:nth-child(2) strong,
body.its-redesign .num-item:nth-child(4) strong {
  background: linear-gradient(180deg, #ff7a72 0%, #c8362d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.its-redesign .num-item span {
  margin-top: 1.1rem;
  font-size: 0.92rem;
  letter-spacing: -0.005em;
}

body.its-redesign .num-item small {
  margin-top: 0.35rem;
  font-size: 0.76rem;
  letter-spacing: 0.005em;
}

/* ── MARQUEE: refined ─────────────────────────────── */
body.its-redesign .marquee {
  background: transparent;
  border-color: var(--hairline);
  margin: 0;
  padding: 1.4rem 0;
}

body.its-redesign .marquee-track span {
  font-size: 1.4rem;
  color: rgba(244, 236, 216, 0.55);
  font-style: italic;
}

body.its-redesign .marquee-track i { color: var(--blue); opacity: 0.6; }

/* ── "NOW" WIDGET — live working signal ───────────── */
.now-block {
  padding: 2.4rem clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(10, 14, 26, 0.55);
  border: 1px solid var(--hairline);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.now-block__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.now-block__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
  line-height: 1.05;
}

.now-block__head h2 em {
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

.now-block__updated {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.now-block__updated::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(77, 212, 155, 0.5);
  animation: pulse-ring 2s infinite;
}

.now-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.now-row {
  padding: 1.2rem 1.2rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--hairline);
}

.now-row__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.6rem;
}

.now-row__label i {
  width: 6px; height: 6px;
  border-radius: 50%;
}

.now-row--ship .now-row__label i { background: var(--blue); }
.now-row--writing .now-row__label i { background: var(--amber); }
.now-row--reading .now-row__label i { background: var(--red); }
.now-row--listening .now-row__label i { background: var(--green); }

.now-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.now-row small {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  color: var(--muted);
  line-height: 1.4;
  display: block;
}

/* ── TESTIMONIALS / VOICE OF DESK ─────────────────── */
.voices {
  position: relative;
}

.voices-head {
  max-width: 760px;
  margin: 0 0 3rem;
}

.voices-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.voices-head h2 em {
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

.voices-head p {
  font-size: 1.04rem;
  color: var(--muted);
  max-width: 580px;
  line-height: 1.65;
}

.voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}

.voice-card {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.8rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.005)),
    rgba(10, 14, 26, 0.55);
  border: 1px solid var(--hairline);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.voice-card::before {
  content: "\201C";
  position: absolute;
  top: -34px;
  left: 14px;
  font-family: var(--font-display);
  font-size: 9rem;
  color: var(--blue);
  opacity: 0.16;
  line-height: 1;
  pointer-events: none;
}

.voice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(74, 159, 255, 0.4);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.6),
    0 0 50px rgba(74, 159, 255, 0.16);
}

.voice-card blockquote {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 1.6rem;
}

.voice-card blockquote em {
  color: var(--blue);
  font-style: italic;
}

.voice-card cite {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-style: normal;
}

.voice-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.78rem;
  color: #fff;
  background: linear-gradient(135deg, #4a9fff, #1d3f80);
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

.voice-card__avatar.bg-red { background: linear-gradient(135deg, #ff7a72, #c8362d); }
.voice-card__avatar.bg-gold { background: linear-gradient(135deg, #f3b94a, #b07d18); }
.voice-card__avatar.bg-mono { background: linear-gradient(135deg, #f4ecd8, #6e6852); color: #0a0e1a; }

.voice-card__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.voice-card__who strong {
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.voice-card__who span {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.voice-card__metric {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px dashed var(--hairline);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.voice-card__metric strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: -0.01em;
}

/* ── PROCESS: how I work in 4 beats ───────────────── */
.process-section { position: relative; }

.process-head {
  max-width: 760px;
  margin: 0 0 3rem;
}

.process-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.process-head h2 em {
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

.process-head p {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 580px;
  line-height: 1.65;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  overflow: hidden;
}

.process-step {
  padding: 2rem 1.6rem 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.005)),
    rgba(10, 14, 26, 0.6);
  position: relative;
  transition: background 0.4s var(--ease);
}

.process-step:hover {
  background:
    linear-gradient(180deg, rgba(74, 159, 255, 0.10), rgba(74, 159, 255, 0.02)),
    rgba(10, 14, 26, 0.7);
}

.process-step__num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}

.process-step h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.7rem;
}

.process-step p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.process-step__time {
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: var(--muted-2);
}

/* ── VISIBLE FAQ — converts JSON-LD into actual content ── */
.faq-section { position: relative; }

.faq-head {
  max-width: 760px;
  margin: 0 0 2.6rem;
}

.faq-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.faq-head h2 em {
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

.faq-list {
  border-top: 1px solid var(--hairline);
}

.faq-item {
  border-bottom: 1px solid var(--hairline);
  padding: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.25;
  transition: color 0.3s;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--blue); }

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--hairline-strong);
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--muted);
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
}

.faq-item[open] summary { color: var(--blue); }
.faq-item[open] summary::after {
  content: "\2013";
  transform: rotate(180deg);
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.faq-item__body {
  padding: 0 0 1.8rem;
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(244, 236, 216, 0.78);
}

.faq-item__body p + p { margin-top: 0.8rem; }
.faq-item__body strong { color: var(--ink); }
.faq-item__body a { color: var(--blue); border-bottom: 1px solid rgba(74, 159, 255, 0.3); }
.faq-item__body a:hover { border-color: var(--blue); }

/* ── PRINCIPLES: editorial dividers, kicker quotes ─ */
body.its-redesign .principles { padding: 0; }

body.its-redesign .principle-list {
  border-top-color: var(--hairline);
}

body.its-redesign .principle-list li {
  border-bottom-color: var(--hairline);
  padding: 2.2rem 0.4rem;
}

body.its-redesign .principle-list li:hover {
  background: rgba(74, 159, 255, 0.04);
}

body.its-redesign .p-num {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--blue);
}

body.its-redesign .principle-list h3 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.018em;
  background: linear-gradient(180deg, #fff 0%, rgba(244, 236, 216, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.its-redesign .principle-list p {
  color: rgba(244, 236, 216, 0.65);
  font-size: 1rem;
}

/* ── BOOK: refined cover float ────────────────────── */
body.its-redesign .book-section {
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem);
  border-radius: 20px;
}

/* ── FOOTER: site-map style premium footer ────────── */
body.its-redesign .footer {
  background: rgba(6, 9, 18, 0.85);
  border-top: 1px solid var(--hairline);
  margin-top: var(--section-pad);
  padding: 3.5rem 1.5rem 1.8rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body.its-redesign .footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--hairline);
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 280px;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 1rem;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.footer-col a {
  font-size: 0.88rem;
  color: rgba(244, 236, 216, 0.62);
  transition: color 0.25s;
}

.footer-col a:hover { color: var(--blue); }

.footer-bottom {
  max-width: var(--maxw);
  margin: 1.8rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-bottom span strong { color: var(--ink); font-weight: 700; }

/* ── BUTTONS: more confident ──────────────────────── */
body.its-redesign .btn-primary {
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  font-size: 0.92rem;
  letter-spacing: 0.005em;
}

body.its-redesign .btn-secondary {
  padding: 0.95rem 1.7rem;
  font-size: 0.92rem;
  letter-spacing: 0.005em;
  background: rgba(244, 236, 216, 0.05);
  border: 1px solid var(--hairline-strong);
  color: var(--ink);
}

body.its-redesign .btn-secondary:hover {
  background: rgba(244, 236, 216, 0.1);
  border-color: rgba(244, 236, 216, 0.4);
  color: #fff;
}

/* ── ADDITIONAL TAGS: trust signals ───────────────── */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  align-items: center;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hairline);
}

.trust-row__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.trust-row__item strong {
  color: var(--ink);
  font-weight: 700;
}

.trust-row__item svg {
  flex: 0 0 auto;
  color: var(--blue);
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 900px) {
  body.its-redesign {
    --section-pad: clamp(3rem, 7vw, 4.5rem);
  }

  body.its-redesign .num-item {
    border-right: none;
    border-bottom: 1px solid var(--hairline);
    padding: 1.4rem 0.4rem;
  }

  body.its-redesign .num-item:last-child { border-bottom: none; }

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

  body.its-redesign .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  body.its-redesign .footer-brand { grid-column: span 2; }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  body.its-redesign .footer-inner {
    grid-template-columns: 1fr;
  }

  body.its-redesign .footer-brand { grid-column: span 1; }

  .faq-item summary {
    font-size: 1.05rem;
  }
}

/* ── REDUCE THE OVERLY-GLOWING DROP SHADOWS ───────── */
body.its-redesign .hero-cutout {
  filter:
    drop-shadow(0 14px 22px rgba(74, 159, 255, 0.22))
    drop-shadow(0 55px 70px rgba(0, 0, 0, 0.78));
}

body.its-redesign .hero-live {
  border-width: 4px;
  box-shadow:
    0 0 0 1px rgba(74, 159, 255, 0.35),
    0 22px 50px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(74, 159, 255, 0.4);
}

/* ── VIDEO BG: let premium-3d.css handle fit; only soften veil ── */
body.its-redesign .avatar-scroll-bg__veil {
  background:
    radial-gradient(ellipse 80% 65% at 50% 42%, rgba(10, 14, 26, 0.12), rgba(10, 14, 26, 0.62) 78%),
    linear-gradient(180deg, rgba(10, 14, 26, 0.52) 0%, rgba(10, 14, 26, 0.18) 34%, rgba(10, 14, 26, 0.36) 68%, rgba(10, 14, 26, 0.82) 100%) !important;
}
