/* =========================================================
   ADPOLITIX — DESIGN SYSTEM
========================================================= */
:root{
  --ink:#0A0E1A;
  --ink-2:#12172A;
  --ink-card:#161B32;
  --ink-line: rgba(255,255,255,.10);
  --paper:#FFFBF6;
  --paper-2:#FFF3E6;
  --cream:#FDF6ED;
  --text:#17181F;
  --text-soft:#5B5E70;
  --white:#FFFFFF;

  --rose:#FF3D6E;
  --orange:#FF7A18;
  --gold:#FFC83D;
  --violet:#6D3CE1;
  --purple:#A23CE1;
  --blue:#2F6FED;
  --green:#12B76A;

  --grad-sunrise: linear-gradient(120deg, var(--rose) 0%, var(--orange) 55%, var(--gold) 100%);
  --grad-violet: linear-gradient(135deg, var(--violet) 0%, var(--purple) 60%, var(--rose) 100%);
  --grad-dark: linear-gradient(180deg, #0A0E1A 0%, #171C33 100%);
  --grad-radial-warm: radial-gradient(circle at 30% 20%, rgba(255,122,24,.35), transparent 60%);

  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --container: 1240px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --ease: cubic-bezier(.16,.8,.24,1);
  --header-h: 108px;
  --shadow-soft: 0 20px 50px -20px rgba(10,14,26,.25);
  --shadow-lift: 0 30px 60px -25px rgba(10,14,26,.45);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* =========================================================
   RESET / BASE
========================================================= */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
input,textarea,select{ font-family:inherit; font-size:15px; }
h1,h2,h3,h4,h5{ font-family:var(--font-head); margin:0; line-height:1.15; letter-spacing:-.01em; }
p{ margin:0; }
::selection{ background:var(--rose); color:#fff; }

::-webkit-scrollbar{ width:11px; }
::-webkit-scrollbar-track{ background:var(--paper); }
::-webkit-scrollbar-thumb{ background:linear-gradient(var(--rose),var(--orange)); border-radius:10px; border:3px solid var(--paper); }

.skip-link{
  position:fixed; top:-60px; left:16px; z-index:9999;
  background:var(--ink); color:#fff; padding:12px 18px; border-radius:10px;
  transition:top .25s var(--ease);
}
.skip-link:focus{ top:16px; }

:focus-visible{ outline:2.5px solid var(--orange); outline-offset:3px; border-radius:4px; }

.container{ max-width:var(--container); margin:0 auto; padding:0 28px; }
.relative{ position:relative; }
.overflow-clip{ overflow:clip; }

/* grain texture overlay */
.grain{
  position:fixed; inset:0; z-index:2; pointer-events:none;
  opacity:.035; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.icon-sprite{ position:absolute; width:0; height:0; overflow:hidden; }
.icon{ fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }

/* =========================================================
   PRELOADER
========================================================= */
.preloader{
  position:fixed; inset:0; z-index:10000; background:var(--ink);
  display:flex; align-items:center; justify-content:center;
  transition:opacity .6s var(--ease), visibility .6s var(--ease);
}
.preloader-mark{
  color:#fff;
  width:84px; height:84px; border-radius:24px; display:flex; align-items:center; justify-content:center;
  background:var(--grad-sunrise);
  animation:pulseScale 1.1s ease-in-out infinite;
}
.preloader.is-hidden{ opacity:0; visibility:hidden; }
@keyframes pulseScale{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(.88); } }

/* =========================================================
   BUTTONS
========================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--font-head); font-weight:700; font-size:15px;
  padding:15px 26px; border-radius:100px; border:1.5px solid transparent;
  cursor:pointer; white-space:nowrap; transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  position:relative;
}
.btn svg{ transition:transform .3s var(--ease); }
.btn-primary{ background:var(--grad-sunrise); color:#fff; box-shadow:0 14px 30px -10px rgba(255,61,110,.55); }
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 20px 40px -12px rgba(255,61,110,.65); }
.btn-primary:hover svg{ transform:translateX(3px); }

.btn-outline{ background:transparent; border-color:rgba(23,24,31,.18); color:var(--text); }
.btn-outline:hover{ border-color:var(--orange); color:var(--orange); transform:translateY(-3px); }

.btn-ghost-light{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.28); color:#fff; backdrop-filter:blur(6px); }
.btn-ghost-light:hover{ background:rgba(255,255,255,.16); transform:translateY(-3px); }

.btn-sm{ padding:11px 20px; font-size:13.5px; }
.btn-lg{ padding:18px 32px; font-size:16px; }
.btn-block{ width:100%; }

/* =========================================================
   TOPBAR + HEADER
========================================================= */
.topbar{ background:var(--ink); color:rgba(255,255,255,.72); font-size:12.5px; }
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; height:38px; }
.topbar-left, .topbar-right{ display:flex; align-items:center; gap:22px; }
.topbar a{ display:inline-flex; align-items:center; gap:6px; transition:color .25s; }
.topbar a:hover{ color:var(--gold); }
.topbar-right span{ display:inline-flex; align-items:center; gap:6px; }
.topbar-states{ font-weight:600; color:var(--gold); }
.topbar-states::before{ content:'·'; margin-right:22px; color:rgba(255,255,255,.3); }

.header{
  position:sticky; top:0; z-index:1000;
  background:rgba(10,14,26,.72);
  backdrop-filter:blur(16px) saturate(140%);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:padding .35s var(--ease), background .35s var(--ease);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:84px; }
.header.is-scrolled .header-inner{ height:68px; }

.brand{ display:flex; align-items:center; gap:12px; }
.brand-mark{
  width:44px; height:44px; border-radius:13px; flex-shrink:0;
  background:var(--grad-sunrise); color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 18px -6px rgba(255,61,110,.5);
}
.brand-text{ display:flex; flex-direction:column; line-height:1.25; }
.brand-name{ font-family:var(--font-head); font-weight:800; font-size:19px; color:#fff; }
.brand-tag{ font-size:11px; color:rgba(255,255,255,.55); letter-spacing:.03em; }

.nav-main{ display:flex; align-items:center; gap:34px; }
.nav-main a{
  font-size:14.5px; font-weight:600; color:rgba(255,255,255,.75); position:relative; padding:6px 0;
  transition:color .25s;
}
.nav-main a::after{
  content:''; position:absolute; left:0; right:0; bottom:-2px; height:2px; border-radius:2px;
  background:var(--grad-sunrise); transform:scaleX(0); transform-origin:left; transition:transform .35s var(--ease);
}
.nav-main a:hover{ color:#fff; }
.nav-main a:hover::after, .nav-main a.is-active::after{ transform:scaleX(1); }
.nav-main a.is-active{ color:#fff; }

.header-actions{ display:flex; align-items:center; gap:18px; }
.hamburger{ display:none; flex-direction:column; justify-content:center; gap:5px; width:40px; height:40px; background:none; border:none; }
.hamburger span{ width:22px; height:2px; background:#fff; border-radius:2px; transition:transform .3s var(--ease), opacity .3s var(--ease); margin:0 auto; }

/* =========================================================
   MOBILE DRAWER
========================================================= */
.mobile-drawer{ position:fixed; inset:0; z-index:1200; visibility:hidden; pointer-events:none; }
.drawer-backdrop{ position:absolute; inset:0; background:rgba(8,10,18,.6); backdrop-filter:blur(3px); opacity:0; transition:opacity .4s var(--ease); }
.drawer-panel{
  position:absolute; top:0; right:0; height:100%; width:min(360px,86vw);
  background:var(--ink); padding:26px 26px 32px; display:flex; flex-direction:column;
  transform:translateX(100%); transition:transform .45s var(--ease);
  box-shadow:-30px 0 60px rgba(0,0,0,.35);
}
.mobile-drawer.is-open{ visibility:visible; pointer-events:auto; }
.mobile-drawer.is-open .drawer-backdrop{ opacity:1; }
.mobile-drawer.is-open .drawer-panel{ transform:translateX(0); }

.drawer-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:36px; }
.drawer-close{ background:rgba(255,255,255,.08); border:none; color:#fff; width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center; }
.drawer-nav{ display:flex; flex-direction:column; gap:4px; }
.drawer-nav a{ color:rgba(255,255,255,.85); font-family:var(--font-head); font-weight:700; font-size:19px; padding:13px 6px; border-bottom:1px solid rgba(255,255,255,.08); }
.drawer-foot{ margin-top:auto; padding-top:24px; display:flex; flex-direction:column; gap:16px; }
.drawer-contact{ display:flex; flex-direction:column; gap:12px; }
.drawer-contact a{ display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.7); font-size:14px; font-weight:600; }

body.drawer-open{ overflow:hidden; }

/* =========================================================
   TYPE / SECTION UTILITIES
========================================================= */
.kicker{
  display:inline-flex; align-items:center; gap:8px; font-family:var(--font-head); font-weight:700;
  font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--rose); margin-bottom:14px;
}
.kicker::before{ content:''; width:22px; height:2px; border-radius:2px; background:var(--grad-sunrise); }
.kicker-light{ color:var(--gold); }

.section-title{ font-size:clamp(28px,4vw,44px); font-weight:800; color:var(--text); max-width:720px; }
.title-light{ color:#fff; }
.section-head.center{ text-align:center; max-width:680px; margin:0 auto 56px; }
.section-head.center .section-title{ margin:0 auto; }
.section-sub{ margin-top:16px; font-size:16.5px; line-height:1.7; color:var(--text-soft); max-width:560px; }
.section-head.center .section-sub{ margin-left:auto; margin-right:auto; }
.sub-light{ color:rgba(255,255,255,.62); }

.divider{ width:64px; height:4px; border-radius:4px; background:var(--grad-sunrise); margin:18px auto 0; }
.section-head:not(.center) .divider{ margin-left:0; }

.section{ padding:112px 0; position:relative; }
.section-tight{ padding:64px 0; position:relative; }
@media (max-width:900px){ .section{ padding:80px 0; } .section-tight{ padding:48px 0; } }

.bg-paper{ background:var(--paper); }
.bg-ink{ background:var(--ink); color:#fff; }
.bg-dark-grad{ background:var(--grad-dark); color:#fff; }

.dot-grid{
  position:absolute; inset:0; opacity:.5; pointer-events:none;
  background-image:radial-gradient(rgba(23,24,31,.10) 1.4px, transparent 1.4px);
  background-size:26px 26px;
  mask-image:radial-gradient(ellipse 60% 50% at 50% 0%, #000 40%, transparent 100%);
}

/* section-scoped scroll offset for sticky header */
section[id]{ scroll-margin-top:96px; }

/* =========================================================
   REVEAL ANIMATIONS
========================================================= */
[data-reveal]{ opacity:0; transform:translateY(28px); transition:opacity .8s var(--ease), transform .8s var(--ease); will-change:transform,opacity; }
[data-reveal="left"]{ transform:translateX(-46px); }
[data-reveal="right"]{ transform:translateX(46px); }
[data-reveal="zoom"]{ transform:scale(.9); }
[data-reveal].is-visible{ opacity:1; transform:translate(0,0) scale(1); }

.stagger > [data-reveal]:nth-child(1){ transition-delay:.02s; }
.stagger > [data-reveal]:nth-child(2){ transition-delay:.10s; }
.stagger > [data-reveal]:nth-child(3){ transition-delay:.18s; }
.stagger > [data-reveal]:nth-child(4){ transition-delay:.26s; }
.stagger > [data-reveal]:nth-child(5){ transition-delay:.34s; }
.stagger > [data-reveal]:nth-child(6){ transition-delay:.42s; }
.stagger > [data-reveal]:nth-child(7){ transition-delay:.50s; }
.stagger > [data-reveal]:nth-child(8){ transition-delay:.58s; }

/* =========================================================
   BLOBS / MESH BACKGROUND
========================================================= */
.blob{ position:absolute; border-radius:50%; filter:blur(70px); opacity:.55; pointer-events:none; z-index:0; }
.blob-1{ width:520px; height:520px; background:var(--rose); top:-160px; left:-120px; animation:floatBlob 16s ease-in-out infinite; }
.blob-2{ width:460px; height:460px; background:var(--violet); bottom:-180px; right:-140px; animation:floatBlob 20s ease-in-out infinite reverse; }
.blob-3{ width:320px; height:320px; background:var(--gold); top:30%; right:8%; opacity:.35; animation:floatBlob 13s ease-in-out infinite; }
.blob-4{ width:420px; height:420px; background:var(--violet); top:-140px; right:-120px; opacity:.28; }
.blob-5{ width:460px; height:460px; background:var(--rose); bottom:-160px; left:-140px; opacity:.25; }
@keyframes floatBlob{
  0%,100%{ transform:translate(0,0) scale(1); }
  33%{ transform:translate(30px,-40px) scale(1.08); }
  66%{ transform:translate(-24px,26px) scale(.95); }
}

.hero-grid{
  position:absolute; inset:0; opacity:.25;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 100%);
}

.chakra-watermark{
  position:absolute; top:-60px; right:-60px; width:360px; height:360px; color:#fff; opacity:.05; pointer-events:none;
}

/* =========================================================
   HERO
========================================================= */
.hero{
  position:relative; overflow:clip; background:var(--ink); color:#fff;
  min-height:92vh; display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding:140px 0 100px;
}
.hero-mesh{ position:absolute; inset:0; z-index:0; }
.hero-content{ position:relative; z-index:2; text-align:center; max-width:900px; }

.hero-eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:700; font-size:13px;
  letter-spacing:.06em; color:rgba(255,255,255,.85); background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16);
  padding:9px 18px 9px 14px; border-radius:100px; margin-bottom:28px; backdrop-filter:blur(6px);
}
.dot-pulse{ width:8px; height:8px; border-radius:50%; background:var(--gold); position:relative; }
.dot-pulse::after{ content:''; position:absolute; inset:-4px; border-radius:50%; background:var(--gold); opacity:.6; animation:pulseRing 1.8s ease-out infinite; }
@keyframes pulseRing{ 0%{ transform:scale(.6); opacity:.7; } 100%{ transform:scale(2.2); opacity:0; } }

.hero-title{
  font-size:clamp(38px,6.4vw,74px); font-weight:800; letter-spacing:-.02em; line-height:1.08;
}
.hero-rotate-wrap{ display:inline-block; min-height:1.2em; overflow:hidden; vertical-align:top; }
.hero-rotate{
  display:inline-block; background:var(--grad-sunrise); -webkit-background-clip:text; background-clip:text; color:transparent;
  transition:opacity .4s var(--ease), transform .4s var(--ease);
}
.hero-rotate.is-swapping{ opacity:0; transform:translateY(14px); }

.hero-sub{
  margin:26px auto 0; max-width:640px; font-size:17.5px; line-height:1.75; color:rgba(255,255,255,.68);
}
.hero-cta{ display:flex; align-items:center; justify-content:center; gap:16px; margin-top:38px; flex-wrap:wrap; }

.hero-chips{ position:absolute; inset:0; z-index:1; pointer-events:none; display:none; }
.chip{
  position:absolute; display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:700; font-family:var(--font-head);
  color:#fff; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); padding:9px 16px; border-radius:100px;
  backdrop-filter:blur(6px); animation:chipFloat 6s ease-in-out infinite;
}
.chip-1{ top:20%; left:3%; animation-delay:0s; }
.chip-2{ top:66%; right:4%; animation-delay:1.1s; }
.chip-3{ bottom:12%; left:6%; animation-delay:2.1s; }
.chip-4{ top:38%; right:2%; animation-delay:.6s; }
.chip-5{ top:8%; right:16%; animation-delay:1.7s; }
@keyframes chipFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-14px); } }
@media (min-width:1340px){ .hero-chips{ display:block; } }
@media (min-width:1340px) and (max-width:1580px){ .chip-5{ display:none; } }

.scroll-cue{
  position:absolute; bottom:34px; left:50%; transform:translateX(-50%); z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:8px; font-size:11px; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(255,255,255,.5);
}
.mouse{ width:22px; height:34px; border:1.5px solid rgba(255,255,255,.45); border-radius:14px; position:relative; }
.mouse::after{ content:''; position:absolute; top:6px; left:50%; width:3px; height:7px; background:var(--gold); border-radius:3px; transform:translateX(-50%); animation:mouseScroll 1.6s ease-in-out infinite; }
@keyframes mouseScroll{ 0%{ opacity:1; top:6px; } 100%{ opacity:0; top:16px; } }

/* =========================================================
   MARQUEE
========================================================= */
.marquee-strip{ background:var(--grad-sunrise); overflow:hidden; padding:14px 0; }
.marquee-track{ display:flex; width:max-content; gap:44px; animation:marquee 32s linear infinite; }
.marquee-track span{
  display:inline-flex; align-items:center; gap:9px; font-family:var(--font-head); font-weight:700; font-size:13.5px;
  color:#fff; white-space:nowrap; text-transform:uppercase; letter-spacing:.03em;
}
@keyframes marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.marquee-strip:hover .marquee-track{ animation-play-state:paused; }

/* =========================================================
   TRUST STRIP
========================================================= */
.trust-strip{ background:var(--ink-2); border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); overflow:hidden; padding:26px 0; }
.trust-track{ display:flex; align-items:center; width:max-content; gap:36px; animation:marquee 34s linear infinite; }
.trust-strip:hover .trust-track{ animation-play-state:paused; }
.trust-item{ display:flex; align-items:center; gap:13px; flex-shrink:0; }
.trust-icon{
  width:36px; height:36px; border-radius:10px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);
  display:flex; align-items:center; justify-content:center; color:var(--gold); flex-shrink:0;
}
.trust-text{ display:flex; flex-direction:column; line-height:1.2; }
.trust-num{
  font-family:var(--font-head); font-weight:800; font-size:20px; white-space:nowrap;
  background:var(--grad-sunrise); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.trust-lbl{ font-size:10.5px; font-weight:600; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.04em; white-space:nowrap; margin-top:2px; }
.trust-divider{ width:1px; height:32px; background:rgba(255,255,255,.14); flex-shrink:0; }

/* =========================================================
   ABOUT
========================================================= */
.about-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }

.about-visual{ position:relative; min-height:460px; }
.collage-glow{ position:absolute; inset:8%; background:var(--grad-sunrise); filter:blur(90px); opacity:.35; border-radius:50%; }
.collage-card{
  position:absolute; width:200px; background:#fff; border-radius:var(--r-lg); padding:24px 22px;
  box-shadow:var(--shadow-lift); display:flex; flex-direction:column; gap:14px; z-index:2;
  animation:cardBob 7s ease-in-out infinite;
}
.collage-card svg{ color:var(--orange); }
.collage-card span{ font-family:var(--font-head); font-weight:700; font-size:14.5px; color:var(--text); line-height:1.35; }
.card-photo{ top:6%; left:2%; transform:rotate(-6deg); animation-delay:0s; }
.card-video{ top:38%; right:0; transform:rotate(4deg); animation-delay:1.4s; z-index:3; }
.card-mic{ bottom:4%; left:16%; transform:rotate(-3deg); animation-delay:2.6s; }
.card-video svg{ color:var(--violet); }
.card-mic svg{ color:var(--rose); }
@keyframes cardBob{ 0%,100%{ translate:0 0; } 50%{ translate:0 -14px; } }

.about-badge{
  position:absolute; right:-6%; bottom:-7%; z-index:4; background:var(--ink); color:#fff; border-radius:var(--r-lg);
  padding:20px 24px; display:flex; flex-direction:column; gap:4px; box-shadow:var(--shadow-lift); max-width:210px;
}
.about-badge .num{ font-family:var(--font-head); font-weight:800; font-size:30px; background:var(--grad-sunrise); -webkit-background-clip:text; background-clip:text; color:transparent; }
.about-badge .lbl{ font-size:12px; color:rgba(255,255,255,.65); line-height:1.4; }

.about-content .lead{ font-size:19px; font-weight:600; line-height:1.6; color:var(--text); margin:22px 0 16px; }
.about-content p{ font-size:15.5px; line-height:1.85; color:var(--text-soft); margin-bottom:14px; }

.about-facts{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:30px 0 34px; }
.fact{ display:flex; align-items:flex-start; gap:12px; background:#fff; border:1px solid rgba(23,24,31,.08); border-radius:var(--r-md); padding:16px; }
.fact svg{ color:var(--orange); margin-top:2px; }
.flbl{ font-size:10.5px; font-weight:700; letter-spacing:.08em; color:var(--text-soft); text-transform:uppercase; }
.fval{ font-size:14.5px; font-weight:700; color:var(--text); margin-top:3px; }

/* =========================================================
   STATS
========================================================= */
.stats-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.stat-card{
  background:var(--ink-card); border:1px solid var(--ink-line); border-radius:var(--r-lg); padding:30px 24px; text-align:center;
  transition:transform .4s var(--ease), border-color .4s var(--ease);
}
.stat-card:hover{ transform:translateY(-6px); border-color:rgba(255,122,24,.5); }
.stat-icon{
  width:46px; height:46px; border-radius:13px; background:var(--grad-sunrise); color:#fff; display:flex; align-items:center; justify-content:center;
  margin:0 auto 16px;
}
.stat-num{ font-family:var(--font-head); font-weight:800; font-size:38px; color:#fff; }
.stat-label{ margin-top:8px; font-size:13.5px; color:rgba(255,255,255,.6); }

/* =========================================================
   DUALITY
========================================================= */
.duality-grid{ display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.duality-card{
  position:relative; overflow:hidden; border-radius:var(--r-xl); padding:48px 40px; min-height:280px;
  display:flex; flex-direction:column; justify-content:flex-end; color:#fff;
  transition:transform .5s var(--ease);
}
.duality-card:hover{ transform:translateY(-8px); }
.duality-emotional{ background:linear-gradient(150deg,#FF3D6E,#FF7A18); }
.duality-bold{ background:linear-gradient(150deg,#3A1C8C,#6D3CE1 55%,#A23CE1); }
.duality-watermark{ position:absolute; top:-20px; right:-16px; color:#fff; opacity:.14; }
.duality-icon{ width:52px; height:52px; border-radius:16px; background:rgba(255,255,255,.18); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.duality-card h3{ font-size:28px; font-weight:800; margin-bottom:10px; }
.duality-card p{ font-size:15px; line-height:1.7; color:rgba(255,255,255,.85); max-width:420px; }

/* =========================================================
   SERVICES
========================================================= */
.services-label{
  display:flex; align-items:center; gap:14px; font-family:var(--font-head); font-weight:700; font-size:13.5px;
  letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.55); margin:8px 0 22px;
}
.services-label:not(:first-of-type){ margin-top:52px; }
.services-label-line{ width:34px; height:2px; background:var(--grad-sunrise); border-radius:2px; }

.services-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.services-grid-5{ grid-template-columns:repeat(5,1fr); }
.service-card{
  background:var(--ink-card); border:1px solid var(--ink-line); border-radius:var(--r-lg); padding:28px 24px;
  transition:transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
.service-card:hover{ transform:translateY(-6px); border-color:rgba(255,255,255,.28); background:#1B2140; }
.service-icon{
  width:48px; height:48px; border-radius:14px; display:flex; align-items:center; justify-content:center; color:#fff; margin-bottom:18px;
  transition:transform .4s var(--ease);
}
.service-card:hover .service-icon{ transform:rotate(-8deg) scale(1.06); }
.grad-sunrise{ background:var(--grad-sunrise); }
.grad-violet{ background:var(--grad-violet); }
.service-card h3{ font-size:16.5px; font-weight:700; color:#fff; margin-bottom:9px; }
.service-card p{ font-size:13.8px; line-height:1.65; color:rgba(255,255,255,.58); }

/* =========================================================
   STATES
========================================================= */
.states-wrap{ display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; }
.states-intro .section-sub{ max-width:460px; }
.states-count{ display:flex; align-items:baseline; gap:14px; margin-top:34px; }
.states-count-num{ font-family:var(--font-head); font-weight:800; font-size:60px; background:var(--grad-sunrise); -webkit-background-clip:text; background-clip:text; color:transparent; }
.states-count-lbl{ font-size:14px; font-weight:600; color:var(--text-soft); max-width:120px; line-height:1.4; }

.states-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.state-card{
  display:flex; align-items:center; gap:14px; background:#fff; border:1px solid rgba(23,24,31,.08); border-radius:var(--r-md);
  padding:18px 18px; transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.state-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-soft); border-color:transparent; }
.state-card svg{ color:var(--rose); flex-shrink:0; }
.state-card h4{ font-size:15px; font-weight:700; color:var(--text); }
.state-card span{ font-size:12px; color:var(--text-soft); }
.state-card-next{ background:var(--grad-sunrise); border-color:transparent; }
.state-card-next svg{ color:#fff; }
.state-card-next h4, .state-card-next span{ color:#fff; }
.state-card-next span{ color:rgba(255,255,255,.85); }

/* =========================================================
   PROMISE
========================================================= */
.promise-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.promise-card{
  background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.12); border-radius:var(--r-lg); padding:30px 26px;
  backdrop-filter:blur(8px); transition:transform .4s var(--ease), background .4s var(--ease);
}
.promise-card:hover{ transform:translateY(-6px); background:rgba(255,255,255,.08); }
.promise-icon{
  width:44px; height:44px; border-radius:13px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.16);
  display:flex; align-items:center; justify-content:center; color:var(--gold); margin-bottom:18px;
}
.promise-card h3{ font-size:16.5px; font-weight:700; color:#fff; margin-bottom:9px; }
.promise-card p{ font-size:13.8px; line-height:1.65; color:rgba(255,255,255,.62); }

/* =========================================================
   MANIFESTO
========================================================= */
.manifesto{ max-width:760px; margin:0 auto; text-align:center; position:relative; }
.manifesto-quote-icon{ width:38px; height:38px; color:var(--orange); opacity:.5; margin-bottom:18px; }
.manifesto-text{ font-family:var(--font-head); font-size:clamp(21px,3vw,30px); font-weight:700; line-height:1.5; color:var(--text); }
.manifesto-sub{ margin-top:18px; font-size:13.5px; font-weight:600; letter-spacing:.04em; color:var(--text-soft); text-transform:uppercase; }

/* =========================================================
   PORTFOLIO / WORK
========================================================= */
.portfolio-showcase{ position:relative; max-width:980px; margin:0 auto; perspective:1600px; }
.portfolio-glow{ position:absolute; inset:-40px; background:var(--grad-sunrise); filter:blur(100px); opacity:.28; z-index:0; }
.browser-mock{
  position:relative; z-index:1; background:#1A1F38; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-lift);
  border:1px solid rgba(255,255,255,.1); transform-style:preserve-3d; transition:transform .3s var(--ease);
}
.browser-bar{ display:flex; align-items:center; gap:16px; padding:14px 18px; background:#12172A; border-bottom:1px solid rgba(255,255,255,.08); }
.browser-dots{ display:flex; gap:7px; }
.browser-dots i{ width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.18); display:block; }
.browser-dots i:nth-child(1){ background:#FF5F57; }
.browser-dots i:nth-child(2){ background:#FEBC2E; }
.browser-dots i:nth-child(3){ background:#28C840; }
.browser-url{
  flex:1; text-align:center; font-size:12px; color:rgba(255,255,255,.45); background:rgba(255,255,255,.05);
  padding:6px 14px; border-radius:100px; max-width:280px; margin:0 auto;
}
.browser-frame{ position:relative; width:100%; aspect-ratio:16/10; background:#fff; overflow:hidden; }
.browser-frame iframe{ position:absolute; top:0; left:0; border:0; transform-origin:0 0; }

.portfolio-cta{ text-align:center; margin-top:44px; }
.portfolio-cta p{ margin-top:14px; font-size:13.5px; color:rgba(255,255,255,.5); }

/* =========================================================
   CONTACT
========================================================= */
.contact-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:56px; }
.contact-card{
  background:#fff; border:1px solid rgba(23,24,31,.08); border-radius:var(--r-lg); padding:26px 22px;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.contact-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-soft); border-color:transparent; }
.cc-icon{ width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; color:#fff; margin-bottom:16px; }
.cc-call .cc-icon{ background:var(--grad-sunrise); }
.cc-whatsapp .cc-icon{ background:#25D366; }
.cc-mail .cc-icon{ background:var(--grad-violet); }
.cc-map .cc-icon{ background:linear-gradient(135deg,#2F6FED,#12B76A); }
.contact-card h4{ font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--text-soft); margin-bottom:6px; }
.contact-card .cc-val{ font-size:15px; font-weight:700; color:var(--text); line-height:1.4; }

.contact-panel{ display:grid; grid-template-columns:1.1fr .9fr; gap:32px; align-items:stretch; }
.contact-form{ background:#fff; border:1px solid rgba(23,24,31,.08); border-radius:var(--r-xl); padding:40px; box-shadow:var(--shadow-soft); }
.contact-form h3{ font-size:22px; font-weight:800; margin-bottom:24px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }

.form-group{ position:relative; margin-bottom:18px; }
.form-group input, .form-group select, .form-group textarea{
  width:100%; border:1.5px solid rgba(23,24,31,.14); border-radius:var(--r-sm); padding:18px 16px 8px;
  background:var(--paper); color:var(--text); transition:border-color .3s; resize:vertical;
}
.form-group textarea{ padding-top:24px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{ outline:none; border-color:var(--orange); }
.form-group label{
  position:absolute; left:16px; top:17px; font-size:15px; color:var(--text-soft); pointer-events:none;
  transition:transform .2s var(--ease), font-size .2s var(--ease), color .2s var(--ease), top .2s var(--ease);
  background:var(--paper); padding:0 4px;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label{
  top:-9px; font-size:11.5px; font-weight:700; color:var(--orange); text-transform:uppercase; letter-spacing:.04em;
}
.form-group select{ padding:18px 16px; appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--text-soft) 50%),linear-gradient(135deg,var(--text-soft) 50%,transparent 50%); background-position:calc(100% - 22px) 24px,calc(100% - 17px) 24px; background-size:6px 6px; background-repeat:no-repeat; }
.form-group label.label-select{ position:static; display:block; font-size:11.5px; font-weight:700; color:var(--text-soft); text-transform:uppercase; letter-spacing:.04em; margin-bottom:8px; background:none; padding:0; }
.form-note{ margin-top:14px; font-size:12px; color:var(--text-soft); text-align:center; line-height:1.5; }

.field-error{ display:none; margin-top:7px; font-size:12px; font-weight:600; color:var(--rose); }
.form-group.has-error input{ border-color:var(--rose); }
.form-group.has-error .field-error{ display:block; }

.contact-map{ border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-soft); min-height:340px; position:relative; border:1px solid rgba(23,24,31,.08); }
.contact-map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; filter:grayscale(.15) contrast(1.05); }

/* =========================================================
   FOOTER
========================================================= */
.footer{ background:var(--ink); color:rgba(255,255,255,.6); padding-top:76px; }
.footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.fb-name{ font-family:var(--font-head); font-weight:800; font-size:19px; color:#fff; }
.fb-tag{ font-size:11.5px; color:rgba(255,255,255,.5); }
.footer-brand-col p{ font-size:13.8px; line-height:1.75; max-width:300px; }
.footer h5{ font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:#fff; margin-bottom:20px; }
.footer-links{ display:flex; flex-direction:column; gap:12px; }
.footer-links a, .footer-links span{ font-size:14px; color:rgba(255,255,255,.6); transition:color .25s, padding-left .25s; }
.footer-links a:hover{ color:var(--gold); padding-left:4px; }
.footer-contact{ display:flex; flex-direction:column; gap:14px; }
.footer-contact a{ display:flex; align-items:flex-start; gap:10px; font-size:13.8px; color:rgba(255,255,255,.6); line-height:1.5; transition:color .25s; }
.footer-contact a:hover{ color:var(--gold); }
.footer-contact svg{ flex-shrink:0; margin-top:2px; color:var(--orange); }

.footer-bottom{ padding:22px 0; }
.footer-bottom-inner{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; font-size:12.5px; color:rgba(255,255,255,.45); }
.footer-sample-link{ display:inline-flex; align-items:center; gap:7px; font-weight:700; color:var(--gold); transition:gap .25s; }
.footer-sample-link:hover{ gap:11px; }

/* =========================================================
   FLOATING BUTTONS
========================================================= */
.floating-stack{ position:fixed; right:24px; bottom:24px; z-index:900; display:flex; flex-direction:column; gap:14px; align-items:center; }
.fab-top{
  width:44px; height:44px; border-radius:50%; background:#fff; color:var(--text); border:1px solid rgba(23,24,31,.1);
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-soft);
  opacity:0; transform:translateY(10px) scale(.9); pointer-events:none; transition:opacity .3s var(--ease), transform .3s var(--ease);
}
.fab-top.is-visible{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.fab-whatsapp{
  width:58px; height:58px; border-radius:50%; background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -8px rgba(37,211,102,.6); position:relative;
}
.fab-whatsapp::after{ content:''; position:absolute; inset:0; border-radius:50%; background:#25D366; opacity:.55; animation:pulseRing 2.2s ease-out infinite; z-index:-1; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width:1100px){
  .nav-main, .header-cta{ display:none; }
  .hamburger{ display:flex; }

  .about-grid{ grid-template-columns:1fr; gap:90px; }
  .about-visual{ min-height:380px; max-width:420px; margin:0 auto; }
  .states-wrap{ grid-template-columns:1fr; gap:44px; }
  .contact-panel{ grid-template-columns:1fr; }
  .services-grid, .services-grid-5{ grid-template-columns:repeat(2,1fr); }
  .promise-grid{ grid-template-columns:repeat(2,1fr); }
  .stats-row{ grid-template-columns:repeat(2,1fr); }
  .contact-cards{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:720px){
  .topbar-left a:nth-child(2), .topbar-states{ display:none; }
  .container{ padding:0 20px; }
  .header-inner{ height:74px; }
  .header.is-scrolled .header-inner{ height:64px; }
  .brand-tag{ display:none; }

  .hero{ padding:120px 0 80px; min-height:auto; }
  .hero-cta{ flex-direction:column; width:100%; }
  .hero-cta .btn{ width:100%; }

  .duality-grid{ grid-template-columns:1fr; }
  .services-grid, .services-grid-5{ grid-template-columns:1fr; }
  .promise-grid{ grid-template-columns:1fr; }
  .stats-row{ grid-template-columns:1fr 1fr; gap:14px; }
  .stat-num{ font-size:30px; }
  .states-grid{ grid-template-columns:repeat(2,1fr); }
  .contact-cards{ grid-template-columns:1fr; }
  .form-row{ grid-template-columns:1fr; }
  .footer-top{ grid-template-columns:1fr 1fr; gap:36px 24px; }
  .footer-brand-col{ grid-column:1/-1; }
  .contact-form{ padding:28px 22px; }

  .about-visual{ min-height:auto; display:flex; flex-direction:column; align-items:center; gap:14px; padding:8px 0 4px; }
  .collage-glow{ display:none; }
  .collage-card{
    position:relative; top:auto; left:auto; right:auto; bottom:auto; transform:none !important;
    width:100%; max-width:300px; animation:none;
  }
  .about-badge{ position:relative; left:auto; right:auto; bottom:auto; margin-top:6px; max-width:none; width:100%; max-width:300px; }
}

@media (max-width:480px){
  .footer-top{ grid-template-columns:1fr; }
  .section-title{ font-size:clamp(26px,7vw,34px); }
}

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