/* ============================================================
   NOVA Digital — design-system replica (own palette)
   Ink / Emerald / Solar Coral / Sage / Cream
   ============================================================ */
:root {
  --ink: #0C0E0D;
  --ink-2: #101312;
  --paper: #ffffff;
  --grey: #F2F3F1;
  --muted: #6E7370;
  --green: #0E9F6E;
  --green-deep: #0B7E57;
  --coral: #FF6B35;
  --coral-deep: #E4572E;
  --coral-soft: #FFE3D6;
  --sage: #DCEAE1;
  --cream: #FFE9C9;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --shadow-card: 0 14px 40px rgba(12, 14, 13, .07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; }

/* ---------- utilities ---------- */
.section { padding: 110px 24px; }
.section > * { max-width: 1240px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.serif { font-family: var(--serif); }
.serif-light { font-family: var(--serif); font-weight: 400; }
.display {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -.01em;
}
.display em { font-weight: 600; }
.display-2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.12;
  letter-spacing: -.005em;
}
.eyebrow { font-size: clamp(1.15rem, 1.6vw, 1.45rem); font-weight: 400; margin-bottom: 14px; }
.accent { color: var(--coral); }
.accent-strong { color: var(--coral); font-weight: 700; }
.bar { width: 54px; height: 4px; background: var(--coral); border-radius: 2px; margin: 28px 0; }
.center-bar { margin: 28px auto; }
.white-bar { background: #fff; }
.u { color: inherit; font-weight: 600; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  border: 0; border-radius: 999px; cursor: pointer;
  padding: 17px 32px;
  font: 700 12.5px/1 var(--sans);
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0, 0, 0, .18); }
.btn-accent { background: var(--coral); color: #131010; }
.btn-accent:hover { background: var(--coral-deep); }
.btn-primary { background: var(--green-deep); color: #fff; }
.btn-primary:hover { background: var(--green); }
.btn-black { background: #111; color: #fff; }
.btn-sm { padding: 13px 24px; font-size: 11.5px; }

/* scroll-reveal */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s ease var(--d, 0s), transform .7s ease var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  color: #fff; background: transparent;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.nav.scrolled { background: #fff; color: var(--ink); box-shadow: 0 2px 24px rgba(0, 0, 0, .09); }
.nav-inner {
  max-width: 1400px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 42px; height: 42px; color: currentColor; flex: 0 0 auto; }
.logo-word { display: flex; flex-direction: column; line-height: 1; font: 700 19px var(--sans); letter-spacing: .24em; }
.logo-sub { font: 500 8px var(--sans); letter-spacing: .46em; text-transform: uppercase; color: var(--green); margin-top: 5px; }
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  text-decoration: none; font: 600 13px var(--sans);
  letter-spacing: .07em; text-transform: uppercase;
}
.nav-links a:hover { color: var(--coral); }
.caret { font-size: 9px; opacity: .7; }
.nav-cta { display: flex; align-items: center; gap: 22px; }
.nav-phone { text-decoration: none; font: 600 13.5px var(--sans); letter-spacing: .05em; white-space: nowrap; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink); color: #fff;
  min-height: 100vh; display: flex; align-items: center;
}
.hero-bg { position: absolute; inset: 0; }
.slide { position: absolute; inset: -6%; }
.slide-a {
  background:
    radial-gradient(1000px 720px at 78% 30%, rgba(14, 159, 110, .38), transparent 62%),
    radial-gradient(700px 560px at 20% 85%, rgba(255, 107, 53, .16), transparent 60%),
    var(--ink);
  animation: kburns 16s ease-in-out infinite alternate;
}
.slide-b {
  background:
    radial-gradient(900px 700px at 30% 25%, rgba(255, 107, 53, .26), transparent 60%),
    radial-gradient(800px 600px at 80% 75%, rgba(14, 130, 159, .25), transparent 62%),
    var(--ink);
  opacity: 0;
  animation: crossfade 16s ease-in-out infinite, kburns 16s ease-in-out infinite alternate-reverse;
}
@keyframes kburns { from { transform: scale(1); } to { transform: scale(1.1); } }
@keyframes crossfade { 0%, 38% { opacity: 0; } 50%, 88% { opacity: 1; } 100% { opacity: 0; } }

.hero-visual { position: absolute; top: 0; right: 0; width: 52%; height: 100%; }
.nebula {
  position: absolute; width: 58%; height: 58%; left: 22%; top: 18%;
  background: radial-gradient(circle, rgba(255, 107, 53, .35), rgba(14, 159, 110, .18) 55%, transparent 72%);
  filter: blur(38px); border-radius: 50%;
}
.orbits { position: absolute; width: 88%; height: 88%; left: 6%; top: 6%; animation: spin 90s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.astro { position: absolute; width: 46%; left: 28%; top: 24%; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .45)); }

.float-card {
  position: absolute; z-index: 3;
  background: rgba(255, 255, 255, .97); color: var(--ink);
  border-radius: 14px; padding: 14px 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  font-size: 13px; line-height: 1.45;
  animation: bob 7s ease-in-out infinite;
}
.float-card strong { display: block; font-size: 15px; }
.float-card small { color: var(--muted); }
.float-card .stars { color: var(--coral); letter-spacing: 2px; font-size: 14px; }
.float-review { right: 6%; top: 17%; }
.float-stat {
  left: 10%; bottom: 20%;
  background: rgba(14, 17, 15, .82); color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(6px);
  animation-delay: -3.5s;
}
.float-stat strong { font: 600 26px var(--serif); color: var(--coral); }
.float-stat small { color: rgba(255, 255, 255, .65); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.hero-content { position: relative; z-index: 4; max-width: 1240px; width: 100%; margin: 0 auto; padding: 150px 24px 130px; }
.hero-content > * { max-width: 600px; }
.hero-content .display { max-width: 700px; }
.hero-tag { margin-top: 26px; font-size: 18px; letter-spacing: .01em; }
.hero-copy { margin-top: 14px; color: rgba(255, 255, 255, .82); max-width: 560px; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }

.hero-badges { display: flex; gap: 16px; margin-top: 48px; flex-wrap: wrap; }
.award-chip {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px; padding: 13px 18px;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255, 255, 255, .85); text-align: center;
}
.award-chip strong { font: 600 14px var(--serif); letter-spacing: .08em; color: #fff; }
.award-gold, .award-ribbon { color: var(--coral); font-weight: 700; }

/* floating review badge */
.g-badge {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; gap: 12px; align-items: center;
  background: #101312; color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px; padding: 12px 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
  font-size: 12px; line-height: 1.45;
}
.g-badge strong { font-size: 13px; }
.g-badge-logo {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--coral); color: #131010;
  display: grid; place-items: center;
  font: 700 18px var(--serif);
}
.g-badge-stars { color: var(--coral); letter-spacing: 1px; }
.g-badge small { color: rgba(255, 255, 255, .6); }

/* ---------- testimonials ---------- */
.testimonials { background: var(--grey); padding-bottom: 70px; }
.reviews-mark { text-align: center; color: var(--coral); font-size: 30px; letter-spacing: 6px; margin-bottom: 6px; }
.quote { color: var(--muted); margin-top: 14px; font-size: 18px; }
.stars-row { text-align: center; color: var(--coral); font-size: 26px; letter-spacing: 5px; margin-top: 10px; }

.carousel-wrap { display: flex; align-items: center; gap: 6px; margin-top: 20px; }
.car-arrow {
  flex: 0 0 auto; width: 48px; height: 48px;
  background: none; border: 0; cursor: pointer;
  font-size: 44px; line-height: 1; color: #1c1e1d;
  transition: transform .2s;
}
.car-arrow:hover { transform: scale(1.25); }
.t-track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 3);
  gap: 28px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 64px 4px 30px;
  scrollbar-width: none;
}
.t-track::-webkit-scrollbar { display: none; }
.t-card {
  position: relative; scroll-snap-align: start;
  background: #fff; border-radius: 4px;
  padding: 84px 28px 30px; text-align: center;
  box-shadow: var(--shadow-card);
}
.t-avatar {
  position: absolute; top: -56px; left: 50%; transform: translateX(-50%);
  width: 118px; height: 118px; border-radius: 50%;
  background: var(--av, #ddd);
  display: grid; place-items: center;
  font: 600 30px var(--serif); color: #2c2f2d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  border: 7px solid #fff;
}
.t-card h3 { font: 700 18px var(--sans); }
.t-role { font: 600 11px var(--sans); letter-spacing: .08em; color: var(--green-deep); margin-top: 4px; text-transform: uppercase; }
.t-stars { color: var(--coral); letter-spacing: 3px; margin: 10px 0 12px; }
.t-quote { font-size: 15px; color: #434744; }
.t-more {
  display: inline-block; margin-top: 18px;
  font: 700 11px var(--sans); letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.t-more span { color: var(--coral); }

/* ---------- services ---------- */
.services { background: var(--grey); padding-top: 60px; }
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; margin-top: 96px;
}
.s-card {
  background: #fff; border-radius: 12px;
  padding: 0 26px 32px;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.s-icon {
  width: 92px; height: 92px; border-radius: 22px;
  background: var(--coral-soft);
  display: grid; place-items: center;
  margin: -46px auto 20px;
  box-shadow: 0 10px 26px rgba(228, 87, 46, .18);
}
.s-icon svg { width: 44px; height: 44px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.s-card h3 { text-align: center; font: 700 19px var(--sans); line-height: 1.3; }
.s-rule { width: 34px; height: 3px; background: var(--coral); margin: 12px auto 16px; border-radius: 2px; }
.checks { list-style: none; }
.checks li { position: relative; padding-left: 27px; margin: 9px 0; font-size: 15.5px; color: #3a3f3c; }
.checks li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--coral); font-weight: 700; }
.primary-checks li::before { color: var(--green); }
.s-card .btn { margin: 22px auto 0; }
.s-card .checks { flex: 1; }

/* ---------- logo wall ---------- */
.logowall { background: #fff; }
.logo-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 56px; border: 1px solid #E4E5E2;
}
.logo-cell {
  border: 1px solid #E4E5E2; height: 116px;
  display: grid; place-items: center;
}
.fake-logo { color: #A2A6A1; }
.fl-1 { font: 700 22px var(--sans); background: #A2A6A1; color: #fff; padding: 4px 16px; border-radius: 6px; transform: rotate(-2deg); }
.fl-2 { font: 700 24px var(--sans); letter-spacing: .34em; }
.fl-3 { font-family: var(--serif); font-style: italic; font-size: 27px; }
.fl-4 { font: 600 16px var(--sans); letter-spacing: .2em; }
.fl-5 { font: 600 28px var(--serif); }
.fl-6 { font: 500 18px var(--sans); border: 2px solid #B9BCB7; padding: 5px 16px; border-radius: 999px; }
.fl-7 { font: 700 23px var(--sans); letter-spacing: .06em; }
.fl-8 { font-family: var(--serif); font-size: 25px; font-style: italic; }
.more { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 44px; }
.more-circle {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid #CDCFCA; background: #fff;
  font-size: 20px; line-height: 1; cursor: pointer; color: var(--ink);
}
.more-label { font: 700 11px var(--sans); letter-spacing: .18em; text-transform: uppercase; }

/* ---------- web design ---------- */
.webdesign { background: linear-gradient(165deg, var(--sage), #CBDFD3); overflow: hidden; }
.wd-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.outline {
  color: transparent;
  -webkit-text-stroke: 2px #0F1110;
  font-weight: 600;
}
.wd-copy strong { font-weight: 700; }
.wd-copy p { color: #2A2E2B; max-width: 470px; margin-bottom: 30px; }
.wd-visual { position: relative; padding: 30px 0 0; }
.ribbon {
  position: absolute; top: 44px; left: -18px; z-index: 6;
  transform: rotate(-31deg);
  background: var(--coral); color: #131010;
  font: 700 12px var(--sans); letter-spacing: .2em;
  padding: 10px 48px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}
.laptop { width: 100%; }
.laptop-screen {
  position: relative; aspect-ratio: 16 / 9.6;
  background: #0e0e11;
  border: 13px solid #191a1e; border-bottom: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(20, 30, 25, .35);
}
.laptop-base {
  height: 17px; width: 112%; margin-left: -6%;
  background: linear-gradient(#DADBDF, #A7A9AF);
  border-radius: 2px 2px 20px 20px;
  box-shadow: 0 24px 50px rgba(20, 30, 25, .28);
}
.screen { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; display: flex; flex-direction: column; }
.screen.active { opacity: 1; }
.mini-nav { height: 15%; background: #fff; display: flex; align-items: center; gap: 8px; padding: 0 14px; }
.mini-nav.dark { background: #101418; }
.mini-logo { width: 14px; height: 14px; border-radius: 50%; background: #17191c; flex: 0 0 auto; }
.mini-nav.dark .mini-logo { background: #FECC5A; }
.mini-links { display: flex; gap: 7px; margin-left: auto; margin-right: 10px; }
.mini-links i { width: 24px; height: 3px; background: #D4D5D8; border-radius: 2px; }
.mini-nav.dark .mini-links i { background: #3B4048; }
.mini-cta { width: 52px; height: 13px; border-radius: 999px; background: var(--coral-deep); }
.mini-cta.yellow { background: #FFC53D; }
.mini-cta.blue { background: #2456F0; }
.mini-hero { flex: 1; display: flex; padding: 20px; gap: 14px; }
.mh-pink { background: linear-gradient(135deg, #C4838B, #8E5560); }
.mh-navy { background: linear-gradient(135deg, #16294A, #0B1526); }
.mh-cream { background: linear-gradient(135deg, #F2E7D6, #E2D0B5); }
.mini-copy { align-self: center; color: #fff; }
.mini-copy.dark { color: #17191c; }
.mini-copy b { font: 600 19px/1.2 var(--serif); display: block; margin-bottom: 9px; }
.mini-copy .dot { color: #FF9C7A; }
.mini-copy i { display: block; width: 140px; height: 4px; background: rgba(255, 255, 255, .4); border-radius: 2px; margin: 6px 0; }
.mini-copy.dark i { background: rgba(0, 0, 0, .22); }
.mini-btns { display: flex; gap: 8px; margin-top: 12px; }
.mini-btns u { width: 54px; height: 15px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 999px; }
.mini-copy.dark .mini-btns u { border-color: rgba(0, 0, 0, .38); }
.mini-btns u.yellow { background: #FFC53D; border: 0; }
.mini-btns u.blue { background: #2456F0; border: 0; }
.mini-art {
  margin-left: auto; align-self: center;
  width: 40%; height: 82%; border-radius: 10px;
  background:
    radial-gradient(120px 90px at 60% 32%, rgba(255, 255, 255, .35), transparent 60%),
    linear-gradient(160deg, #E0A17B, #9C5F52);
}
.mini-art.round { border-radius: 50%; aspect-ratio: 1; height: auto; width: 34%; background: linear-gradient(160deg, #2F6BFF, #7FE0C3); }
.mini-art.square { border-radius: 6px; background: linear-gradient(160deg, #1B4D3E, #FF8B5E); }
.wd-award { position: absolute; right: -8px; bottom: 88px; z-index: 6; background: #101210; border-color: rgba(255, 255, 255, .2); }
.wd-dots { text-align: center; margin-top: 26px; }
.dot-btn {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1.5px solid #2c2f2d; background: transparent;
  margin: 0 5px; padding: 0; cursor: pointer;
}
.dot-btn.active { background: #17191c; }

/* ---------- audiences ---------- */
.audiences { background: #fff; position: relative; overflow: hidden; }
.audiences::before, .audiences::after {
  content: ''; position: absolute; border: 1px dashed #D9DBD6; border-radius: 50%;
}
.audiences::before { width: 240px; height: 240px; left: -70px; top: 60px; }
.audiences::after { width: 130px; height: 130px; left: 110px; top: 240px; }
.aud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 60px; }
.aud-card {
  background: #fff; border: 1px solid #ECEDEA; border-radius: 14px;
  padding: 44px 42px;
  box-shadow: 0 24px 70px rgba(12, 14, 13, .09);
  display: flex; flex-direction: column; align-items: flex-start;
}
.aud-card h3 { font-size: 1.75rem; font-weight: 600; margin-bottom: 10px; }
.aud-card > p { font-weight: 600; margin-bottom: 6px; }
.aud-card .checks { margin-bottom: 26px; }
.aud-card .btn { margin-top: auto; }

/* ---------- stats ---------- */
.stats { background: var(--green); color: #fff; position: relative; overflow: hidden; padding-bottom: 150px; }
.stats-chart { width: 190px; margin: 0 auto 30px; }
.stats-chart line { stroke: var(--cream); }
.stats .display-2 { font-weight: 400; }
.stats .bar { background: var(--cream); }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 40px; margin-top: 70px; position: relative; z-index: 2;
}
.stat { border-bottom: 1px solid rgba(255, 255, 255, .35); padding-bottom: 26px; text-align: center; }
.stat-arrow { color: var(--cream); font-size: 30px; line-height: 1; margin-bottom: 8px; }
.stat-num { font: 600 clamp(2.4rem, 3.6vw, 3.3rem)/1.1 var(--serif); color: var(--cream); }
.stat-unit { font-size: .75em; }
.stat p { margin-top: 10px; font-size: 15px; color: rgba(255, 255, 255, .88); }
.globe { position: absolute; right: -70px; bottom: -90px; width: 400px; opacity: .8; }

/* ---------- process ---------- */
.process { background: var(--ink); color: #fff; }
.proc-grid { display: grid; grid-template-columns: .8fr 1.35fr; gap: 70px; align-items: center; }
.proc-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.proc-glow {
  position: absolute; width: 430px; height: 430px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, .4), rgba(14, 159, 110, .15) 55%, transparent 72%);
  filter: blur(34px);
}
.astro-2 { position: relative; width: min(380px, 92%); filter: drop-shadow(0 30px 70px rgba(0, 0, 0, .6)); }
.process .display-2 { max-width: 480px; }
.proc-copy p { color: rgba(255, 255, 255, .85); margin-bottom: 18px; max-width: 640px; }
.proc-copy .u { color: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.step {
  position: relative; background: #F3F4F2; color: var(--ink);
  border-radius: 10px; padding: 34px 16px 26px; text-align: center;
}
.step svg {
  width: 54px; height: 54px; margin: 0 auto 14px;
  fill: none; stroke: var(--ink); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
  position: relative; z-index: 1;
}
.step-n {
  position: absolute; top: 24px; left: 50%; margin-left: -52px; z-index: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--coral);
  display: grid; place-items: center;
  font: 700 15px var(--sans); color: #131010;
}
.step h3 { font: 700 17px var(--sans); }
.step p { font-size: 13.5px; color: #575B58; margin-top: 5px; line-height: 1.5; }

/* ---------- trust ---------- */
.trust { background: var(--ink-2); color: #fff; position: relative; overflow: hidden; padding-bottom: 150px; }
.trust-sub { margin-top: 18px; color: rgba(255, 255, 255, .85); }
.badge-wall {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 26px; max-width: 1060px; margin: 64px auto 56px;
}
.t-badge {
  aspect-ratio: .92; padding: 12px 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  text-align: center; text-transform: uppercase;
  font-size: 8.5px; letter-spacing: .1em; line-height: 1.5;
  color: rgba(255, 255, 255, .82);
}
.t-badge strong { font-size: 12px; letter-spacing: .05em; color: #fff; line-height: 1.25; }
.t-badge.sq { border: 1px solid rgba(255, 255, 255, .55); border-radius: 8px; background: #121514; }
.t-badge.sq.or strong { color: var(--coral); }
.t-badge.hex { position: relative; clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); background: rgba(255, 255, 255, .6); }
.t-badge.hex::before {
  content: ''; position: absolute; inset: 2px;
  clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%);
  background: #121514;
}
.t-badge.hex > * { position: relative; z-index: 1; }
.t-badge.hex.yl strong, .t-badge.hex.hl strong { color: var(--coral); }
.t-badge.dim { opacity: .5; transform: scale(.94); }
.trust-swoosh { position: absolute; right: 60px; bottom: 30px; width: 220px; }

/* ---------- faq ---------- */
.faq { background: var(--coral); color: #141010; }
.faq-list { max-width: 880px; margin-top: 40px; }
.faq details { border-bottom: 1px solid rgba(0, 0, 0, .3); }
.faq summary {
  cursor: pointer; list-style: none;
  font: 600 19px var(--sans); padding: 24px 40px 24px 0;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  font: 400 30px var(--serif); transition: transform .25s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 60px 26px 0; font-size: 16px; }

/* ---------- footer ---------- */
.footer { background: #0A0C0B; color: #fff; padding: 100px 24px 70px; }
.footer-top {
  max-width: 1240px; margin: 0 auto 70px;
  display: grid; grid-template-columns: 1.15fr 1fr 1fr .9fr; gap: 48px;
}
.f-logo { margin-bottom: 30px; }
.f-label { font: 700 12px var(--sans); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 16px; }
.socials { display: flex; gap: 9px; margin-bottom: 30px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  display: grid; place-items: center;
  color: #fff; text-decoration: none; font-size: 13px;
}
.socials a:hover { border-color: var(--coral); color: var(--coral); }
.f-phone, .f-mail { font: 600 14px var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.f-addr { color: rgba(255, 255, 255, .8); font-size: 15px; }
.f-photo {
  height: 150px; border-radius: 4px; margin: 18px 0;
  display: grid; place-items: center;
  font-size: 11px; letter-spacing: .4em; color: rgba(255, 255, 255, .45);
}
.f-photo-1 { background: linear-gradient(160deg, #2A3038, #14181D); }
.f-photo-2 { background: linear-gradient(160deg, #22312A, #101714); }
.f-directions {
  display: block; text-align: center;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 13px; text-decoration: none;
  font: 600 11px var(--sans); letter-spacing: .18em; text-transform: uppercase;
}
.f-directions:hover { border-color: var(--coral); color: var(--coral); }
.f-badges { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.f-badges .t-badge { width: 96px; }
.f-sitemap { max-width: 1240px; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, .16); padding-top: 44px; }
.f-cols { display: grid; grid-template-columns: 1fr 1.5fr .8fr; gap: 44px; }
.f-cols h4 {
  font: 700 13px var(--sans); letter-spacing: .1em; text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding-bottom: 12px; margin-bottom: 14px;
}
.f-cols a {
  display: inline-block; margin: 4px 22px 4px 0;
  color: rgba(255, 255, 255, .72); font-size: 14.5px; text-decoration: none;
}
.f-cols a:hover { color: var(--coral); }
.copyright {
  background: var(--green-deep); color: #fff; text-align: center;
  font: 600 11.5px var(--sans); letter-spacing: .14em; text-transform: uppercase;
  padding: 18px 24px;
}

/* ---------- responsive ---------- */
@media (max-width: 1120px) {
  .nav-links, .nav-phone { display: none; }
  .hero-visual { width: 100%; opacity: .3; }
  .float-card { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; row-gap: 76px; }
  .t-track { grid-auto-columns: calc((100% - 28px) / 2); }
  .wd-grid, .proc-grid { grid-template-columns: 1fr; gap: 50px; }
  .proc-visual { min-height: 380px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .badge-wall { grid-template-columns: repeat(4, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .f-badges { flex-direction: row; align-items: flex-start; }
}
@media (max-width: 680px) {
  .section { padding: 80px 18px; }
  .services-grid, .aud-grid, .stats-grid { grid-template-columns: 1fr; }
  .t-track { grid-auto-columns: 100%; }
  .steps { grid-template-columns: 1fr 1fr; }
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .badge-wall { grid-template-columns: repeat(3, 1fr); }
  .footer-top, .f-cols { grid-template-columns: 1fr; }
  .g-badge { display: none; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
