/* AYO WINDO — PRODUCTION CSS — Mobile-first, CRO-optimized */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue-950:#050E1A; --blue-900:#0A1628; --blue-800:#0D47A1; --blue-700:#1565C0;
  --blue-600:#1976D2; --blue-500:#2196F3; --blue-400:#42A5F5; --blue-300:#90CAF9;
  --blue-100:#BBDEFB; --blue-50:#E3F2FD; --blue-10:#F0F7FF;
  --white:#FFFFFF;
  --gray-50:#F8FAFC; --gray-100:#F1F5F9; --gray-200:#E2E8F0;
  --gray-400:#94A3B8; --gray-500:#64748B; --gray-700:#334155; --gray-900:#0F172A;
  --green:#10B981; --orange:#F59E0B;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --radius-sm:8px; --radius-md:14px; --radius-lg:20px; --radius-xl:28px; --radius-full:999px;
  --shadow-sm:0 1px 4px rgba(0,0,0,0.08);
  --shadow-md:0 4px 20px rgba(21,101,192,0.12);
  --shadow-lg:0 8px 40px rgba(21,101,192,0.18);
  --shadow-xl:0 20px 60px rgba(21,101,192,0.22);
  --header-h:68px; --banner-h:44px;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); color: var(--gray-900); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
input, textarea, select { font-family: inherit; font-size: 16px; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.hidden { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* BUTTONS */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:600; border-radius:var(--radius-full); transition:all 0.22s ease; cursor:pointer; white-space:nowrap; text-decoration:none; line-height:1; }
.btn-sm{padding:10px 20px;font-size:13.5px;} .btn-md{padding:13px 26px;font-size:15px;}
.btn-lg{padding:16px 32px;font-size:16px;} .btn-xl{padding:18px 36px;font-size:16px;}
.btn-block{width:100%;}
.btn-primary { background:var(--blue-500); color:var(--white); box-shadow:0 4px 14px rgba(33,150,243,0.35); }
.btn-primary:hover { background:var(--blue-600); box-shadow:0 6px 20px rgba(33,150,243,0.45); transform:translateY(-1px); }
.btn-glow { box-shadow:0 0 24px rgba(33,150,243,0.5), 0 4px 14px rgba(33,150,243,0.35); }
.btn-glow:hover { box-shadow:0 0 32px rgba(33,150,243,0.65), 0 6px 20px rgba(33,150,243,0.45); }
.btn-outline { background:transparent; color:var(--blue-600); border:2px solid var(--blue-500); }
.btn-outline:hover { background:var(--blue-50); }
.btn-glass { background:rgba(255,255,255,0.14); color:var(--white); border:1.5px solid rgba(255,255,255,0.3); backdrop-filter:blur(8px); }
.btn-glass:hover { background:rgba(255,255,255,0.22); transform:translateY(-1px); }
.btn-white { background:var(--white); color:var(--blue-700); font-weight:700; box-shadow:0 4px 20px rgba(0,0,0,0.15); }
.btn-white:hover { background:var(--blue-50); transform:translateY(-1px); }

/* SECTION HEADERS */
.section-tag { display:inline-block; background:var(--blue-50); color:var(--blue-700); font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:5px 14px; border-radius:var(--radius-full); margin-bottom:14px; }
.section-header { text-align:center; margin-bottom:52px; }
.section-header h2 { font-size:clamp(28px,4.5vw,42px); font-weight:800; color:var(--gray-900); letter-spacing:-0.5px; margin-bottom:14px; }
.section-desc { color:var(--gray-500); font-size:17px; max-width:520px; margin:0 auto; }

/* URGENCY BANNER */
.urgency-banner { background:linear-gradient(90deg,var(--blue-800),var(--blue-600)); color:var(--white); text-align:center; font-size:13.5px; font-weight:500; padding:0 40px; height:var(--banner-h); display:flex; align-items:center; justify-content:center; position:relative; z-index:200; }
.urgency-banner strong { color:#FDD835; font-weight:700; }
.banner-close { position:absolute; right:14px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,0.7); font-size:16px; padding:4px 8px; line-height:1; }
.banner-close:hover { color:var(--white); }

/* HEADER */
.site-header { position:sticky; top:0; z-index:100; background:rgba(255,255,255,0.97); backdrop-filter:blur(12px); border-bottom:1px solid transparent; transition:border-color 0.3s, box-shadow 0.3s; height:var(--header-h); }
.site-header.scrolled { border-bottom-color:var(--gray-200); box-shadow:0 2px 20px rgba(0,0,0,0.08); }
.header-inner { display:flex; align-items:center; gap:24px; height:100%; max-width:1200px; margin:0 auto; padding:0 20px; }
.logo { display:flex; align-items:center; gap:10px; font-size:18px; font-weight:500; color:var(--gray-900); flex-shrink:0; }
.logo strong { font-weight:800; color:var(--blue-600); }
.logo--white { color:var(--white); }
.logo--white strong { color:var(--blue-300); }
.desktop-nav { display:none; flex:1; margin-left:8px; }
.desktop-nav ul { display:flex; gap:4px; }
.desktop-nav a { padding:8px 14px; border-radius:var(--radius-full); font-size:14.5px; font-weight:500; color:var(--gray-700); transition:all 0.18s; }
.desktop-nav a:hover { background:var(--blue-50); color:var(--blue-700); }
.header-actions { display:none; align-items:center; gap:12px; margin-left:auto; }
.header-phone { display:flex; align-items:center; gap:7px; font-size:14px; font-weight:600; color:var(--gray-700); }
.header-phone:hover { color:var(--blue-600); }
.mobile-menu-btn { margin-left:auto; display:flex; flex-direction:column; gap:5px; padding:8px; width:40px; }
.mobile-menu-btn span { display:block; height:2px; background:var(--gray-700); border-radius:2px; transition:all 0.3s ease; }
.mobile-menu-btn.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.mobile-menu-btn.open span:nth-child(2) { opacity:0; }
.mobile-menu-btn.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-nav { background:var(--white); border-top:1px solid var(--gray-100); max-height:0; overflow:hidden; transition:max-height 0.4s cubic-bezier(0.22,1,0.36,1), padding 0.3s; }
.mobile-nav.open { max-height:500px; padding-bottom:16px; }
.mobile-nav ul { padding:8px 20px 0; }
.mobile-nav li a { display:block; padding:13px 0; font-size:16px; font-weight:500; color:var(--gray-700); border-bottom:1px solid var(--gray-100); }
.mobile-nav li:last-child a { border-bottom:none; }
.mobile-nav-cta { display:flex; flex-direction:column; gap:10px; padding:16px 20px 0; }

/* HERO */
.hero { position:relative; background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 45%,var(--blue-600) 100%); color:var(--white); overflow:hidden; padding:72px 0 80px; min-height:calc(100svh - var(--header-h) - var(--banner-h)); display:flex; align-items:center; }
.hero-bg { position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.hero-blob { position:absolute; border-radius:50%; filter:blur(80px); opacity:0.5; }
.hero-blob-1 { width:600px; height:600px; background:radial-gradient(circle,rgba(33,150,243,0.6),transparent 70%); top:-200px; right:-100px; }
.hero-blob-2 { width:400px; height:400px; background:radial-gradient(circle,rgba(13,71,161,0.8),transparent 70%); bottom:-100px; left:-50px; }
.hero-grid-lines { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px); background-size:60px 60px; }
.hero-layout { display:flex; flex-direction:column; gap:48px; position:relative; z-index:1; }
.hero-live-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.2); backdrop-filter:blur(8px); border-radius:var(--radius-full); padding:7px 16px; font-size:13px; font-weight:600; color:rgba(255,255,255,0.95); margin-bottom:20px; width:fit-content; }
.pulse-dot { width:8px; height:8px; background:#4ADE80; border-radius:50%; flex-shrink:0; animation:pulseDot 2s ease-in-out infinite; }
@keyframes pulseDot { 0%,100% { box-shadow:0 0 0 0 rgba(74,222,128,0.5); } 50% { box-shadow:0 0 0 6px rgba(74,222,128,0); } }
.hero-headline { font-size:clamp(36px,7vw,70px); font-weight:900; line-height:1.08; letter-spacing:-1.5px; margin-bottom:22px; color:var(--white); }
.headline-gradient { background:linear-gradient(135deg,#90CAF9,#E3F2FD 60%,#fff); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-sub { font-size:clamp(16px,2.5vw,19px); color:rgba(255,255,255,0.82); line-height:1.65; max-width:540px; margin-bottom:36px; }
.hero-sub strong { color:#FDD835; font-weight:700; }
.hero-cta-row { display:flex; flex-wrap:wrap; gap:14px; margin-bottom:36px; }
.hero-trust-strip { display:flex; flex-wrap:wrap; align-items:center; gap:8px; font-size:13px; color:rgba(255,255,255,0.8); }
.trust-chip { display:flex; align-items:center; gap:5px; font-weight:500; background:rgba(255,255,255,0.1); padding:5px 12px; border-radius:var(--radius-full); border:1px solid rgba(255,255,255,0.15); }
.trust-sep { color:rgba(255,255,255,0.3); padding:0 2px; display:none; }
.hero-visual { display:none; }
.hero-card { position:relative; background:rgba(255,255,255,0.1); backdrop-filter:blur(20px); border:1px solid rgba(255,255,255,0.25); border-radius:var(--radius-xl); padding:28px; max-width:420px; margin:0 auto; }
.window-mockup { background:#E0E8F0; border-radius:var(--radius-md); padding:12px; box-shadow:inset 0 2px 8px rgba(0,0,0,0.15); }
.wm-frame { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:10px; aspect-ratio:4/3; }
.wm-pane { background:linear-gradient(135deg,#87CEEB 0%,#B8E0FF 40%,#D6F0FF 70%,rgba(255,255,255,0.95) 100%); border-radius:6px; position:relative; overflow:hidden; }
.wm-shine-1, .wm-shine-2 { position:absolute; background:rgba(255,255,255,0.6); border-radius:2px; transform:rotate(-30deg); }
.wm-shine-1 { width:3px; height:60%; top:10%; left:20%; }
.wm-shine-2 { width:2px; height:40%; top:15%; left:30%; }
.wm-reflect { position:absolute; bottom:20%; left:10%; right:10%; height:2px; background:rgba(255,255,255,0.4); border-radius:2px; }
.wm-reflect-2 { bottom:30%; }
.wm-sill { height:12px; background:#C8D4DC; border-radius:0 0 var(--radius-sm) var(--radius-sm); margin-top:8px; }
.float-chip { position:absolute; background:var(--white); border-radius:var(--radius-md); padding:10px 14px; box-shadow:0 8px 24px rgba(0,0,0,0.15); font-size:12.5px; font-weight:600; color:var(--gray-900); white-space:nowrap; }
.float-rating { top:-16px; right:-12px; }
.float-rating .float-stars { color:var(--blue-700); font-size:18px; font-weight:900; line-height:1; }
.float-rating .float-label { font-size:11px; color:var(--gray-500); font-weight:500; margin-top:2px; }
.float-spots { bottom:20px; left:-16px; display:flex; align-items:center; gap:7px; color:var(--blue-700); font-size:12px; }
.spot-live { width:8px; height:8px; background:#EF4444; border-radius:50%; animation:pulseDot 1.5s ease-in-out infinite; }
.float-badge { bottom:-14px; right:20px; background:var(--green); color:var(--white); font-size:12px; padding:8px 14px; }

/* STATS BAR */
.stats-bar { background:var(--gray-900); padding:36px 0; }
.stats-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.stat-item { text-align:center; }
.stat-num { font-size:clamp(24px,4.5vw,36px); font-weight:900; color:var(--white); letter-spacing:-1px; line-height:1; margin-bottom:6px; }
.stat-label { font-size:12px; color:var(--gray-400); font-weight:500; text-transform:uppercase; letter-spacing:0.05em; }

/* SERVICES */
.services { background:var(--gray-50); }
.services-grid { display:grid; grid-template-columns:1fr; gap:20px; }
.service-card { background:var(--white); border-radius:var(--radius-lg); padding:32px; border:1px solid var(--gray-200); transition:all 0.3s cubic-bezier(0.22,1,0.36,1); position:relative; overflow:hidden; }
.service-card:hover { border-color:var(--blue-300); box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.service-card--featured { background:linear-gradient(135deg,var(--blue-800) 0%,var(--blue-600) 100%); color:var(--white); border-color:transparent; }
.featured-badge { position:absolute; top:20px; right:20px; background:#FDD835; color:var(--blue-900); font-size:11px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; padding:4px 10px; border-radius:var(--radius-full); }
.svc-icon-wrap { width:60px; height:60px; background:rgba(33,150,243,0.12); color:var(--ic,#2196F3); border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.service-card--featured .svc-icon-wrap { background:rgba(255,255,255,0.15); color:var(--white); }
.service-card h3 { font-size:20px; font-weight:700; margin-bottom:10px; }
.service-card p { font-size:15px; color:var(--gray-500); line-height:1.6; margin-bottom:18px; }
.service-card--featured p { color:rgba(255,255,255,0.75); }
.svc-features { margin-bottom:24px; display:flex; flex-direction:column; gap:6px; }
.svc-features li { font-size:14px; color:#475569; font-weight:500; }
.service-card--featured .svc-features li { color:rgba(255,255,255,0.8); }
.svc-link { font-size:14.5px; font-weight:700; color:var(--blue-600); display:inline-flex; align-items:center; gap:4px; transition:gap 0.2s; }
.svc-link:hover { gap:8px; }
.svc-link--white { color:var(--white); }

/* WHY US */
.why-us { background:var(--white); }
.why-grid { display:flex; flex-direction:column; gap:52px; }
.why-content h2 { font-size:clamp(28px,4.5vw,40px); font-weight:800; color:var(--gray-900); margin-bottom:16px; letter-spacing:-0.5px; }
.why-intro { color:var(--gray-500); font-size:16px; margin-bottom:36px; line-height:1.65; }
.why-features { display:flex; flex-direction:column; gap:24px; margin-bottom:36px; }
.why-feat { display:flex; gap:16px; align-items:flex-start; }
.why-feat-icon { width:44px; height:44px; background:var(--blue-50); color:var(--blue-700); border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.why-feat strong { display:block; font-size:15.5px; font-weight:700; margin-bottom:4px; }
.why-feat p { font-size:14px; color:var(--gray-500); }
.why-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.wsg-card { background:var(--gray-50); border-radius:var(--radius-lg); padding:28px 20px; text-align:center; border:1px solid var(--gray-200); }
.wsg-card--blue { background:linear-gradient(135deg,var(--blue-800),var(--blue-600)); color:var(--white); border-color:transparent; }
.wsg-num { font-size:32px; font-weight:900; letter-spacing:-1px; color:var(--blue-700); margin-bottom:6px; }
.wsg-card--blue .wsg-num { color:var(--white); }
.wsg-lbl { font-size:13px; color:var(--gray-500); font-weight:600; }
.wsg-card--blue .wsg-lbl { color:rgba(255,255,255,0.75); }

/* FOUNDERS / "BE FIRST" SECTION */
.founders { background:var(--blue-10); padding:72px 0; }
.founders-card { background:var(--white); border-radius:var(--radius-xl); padding:44px 28px; box-shadow:var(--shadow-lg); border:2px solid var(--blue-100); text-align:center; max-width:780px; margin:0 auto; position:relative; overflow:hidden; }
.founders-card::before { content:''; position:absolute; top:-100px; right:-100px; width:300px; height:300px; background:radial-gradient(circle,rgba(33,150,243,0.1),transparent 70%); border-radius:50%; pointer-events:none; }
.founders-tag { display:inline-block; background:linear-gradient(135deg,var(--blue-700),var(--blue-500)); color:var(--white); font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:6px 16px; border-radius:var(--radius-full); margin-bottom:18px; box-shadow:0 4px 14px rgba(33,150,243,0.35); position:relative; z-index:1; }
.founders-card h2 { font-size:clamp(26px,4.5vw,38px); font-weight:800; letter-spacing:-0.5px; margin-bottom:14px; position:relative; z-index:1; }
.founders-card > p { color:var(--gray-500); font-size:16px; line-height:1.65; max-width:560px; margin:0 auto 32px; position:relative; z-index:1; }
.founders-card > p strong { color:var(--blue-700); font-weight:700; }
.founders-perks { display:grid; grid-template-columns:1fr; gap:14px; margin-bottom:32px; position:relative; z-index:1; }
.founders-perk { background:var(--blue-50); border:1px solid var(--blue-100); border-radius:var(--radius-md); padding:18px 16px; }
.fp-icon { font-size:28px; margin-bottom:6px; line-height:1; }
.founders-perk strong { display:block; font-size:18px; font-weight:800; color:var(--blue-700); margin-bottom:2px; }
.founders-perk span { font-size:13px; color:var(--gray-500); font-weight:500; }
.founders-cta { display:flex; flex-direction:column; gap:12px; align-items:center; position:relative; z-index:1; }

/* GALLERY (BEFORE/AFTER) */
.gallery { background:var(--gray-900); }
.gallery .section-tag { background:rgba(33,150,243,0.2); color:var(--blue-300); }
.gallery .section-header h2 { color:var(--white); }
.gallery .section-desc { color:var(--gray-400); }
.comparison-wrap { max-width:800px; margin:0 auto; }
.comparison-container { position:relative; width:100%; aspect-ratio:16/9; min-height:240px; border-radius:var(--radius-lg); overflow:hidden; cursor:ew-resize; user-select:none; -webkit-user-select:none; box-shadow:var(--shadow-xl); border:1px solid rgba(255,255,255,0.1); }
.comp-before, .comp-after { position:absolute; top:0; left:0; width:100%; height:100%; }
.dirty-window { width:100%; height:100%; background:linear-gradient(135deg,#5a7080 0%,#4a6070 40%,#3d5060 100%); padding:20px; display:flex; align-items:center; justify-content:center; }
.dirty-frame { display:grid; grid-template-columns:1fr 1fr; gap:12px; width:100%; height:100%; background:#8a9ba8; border-radius:8px; padding:10px; box-shadow:inset 0 2px 8px rgba(0,0,0,0.4); }
.dirty-pane { border-radius:4px; background:linear-gradient(135deg,rgba(70,90,100,0.8) 0%,rgba(100,120,130,0.9) 100%); position:relative; overflow:hidden; }
.dirty-pane::after { content:''; position:absolute; inset:0; background:radial-gradient(circle at 30% 40%,rgba(80,80,60,0.4) 0%,transparent 30%),radial-gradient(circle at 70% 60%,rgba(60,70,50,0.3) 0%,transparent 25%),radial-gradient(circle at 50% 20%,rgba(90,80,60,0.3) 0%,transparent 20%); }
.grime { position:absolute; inset:0; background:repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(50,40,30,0.06) 8px,rgba(50,40,30,0.06) 9px); }
.grime::after { content:''; position:absolute; width:40%; height:3px; background:rgba(60,50,30,0.4); top:35%; left:15%; border-radius:2px; transform:rotate(-5deg); }
.grime-2::after { top:55%; left:25%; width:30%; transform:rotate(8deg); }
.grime-3::after { top:25%; left:40%; width:20%; }
.comp-after { position:absolute; top:0; left:0; width:100%; height:100%; clip-path:inset(0 50% 0 0); will-change:clip-path; }
.clean-window { width:100%; height:100%; background:linear-gradient(135deg,#87CEEB 0%,#B0E0FF 30%,#D6F5FF 60%,#EBF8FF 80%,#fff 100%); padding:20px; display:flex; align-items:center; justify-content:center; position:relative; }
.clean-frame { display:grid; grid-template-columns:1fr 1fr; gap:12px; width:100%; height:100%; background:#d0e4ee; border-radius:8px; padding:10px; box-shadow:inset 0 2px 4px rgba(255,255,255,0.5); }
.clean-pane { border-radius:4px; background:linear-gradient(135deg,#87CEEB 0%,rgba(200,235,255,0.9) 50%,rgba(255,255,255,0.95) 100%); position:relative; overflow:hidden; }
.clean-pane::after { content:''; position:absolute; width:3px; height:55%; background:rgba(255,255,255,0.7); top:10%; left:22%; border-radius:2px; transform:rotate(-28deg); }
.clean-shine-1, .clean-shine-2 { position:absolute; border-radius:50%; filter:blur(40px); pointer-events:none; }
.clean-shine-1 { width:200px; height:200px; background:rgba(255,255,255,0.4); top:-50px; right:0; }
.clean-shine-2 { width:150px; height:150px; background:rgba(135,206,235,0.3); bottom:0; left:0; }
.comp-label { position:absolute; bottom:14px; padding:5px 12px; border-radius:var(--radius-full); font-size:11px; font-weight:800; letter-spacing:0.1em; text-transform:uppercase; }
.comp-label--before { left:14px; background:rgba(0,0,0,0.5); color:var(--white); }
.comp-label--after { right:14px; background:rgba(255,255,255,0.9); color:var(--blue-800); }
.comp-after .comp-label--after { right:unset; left:14px; }
.comp-handle { position:absolute; top:0; left:50%; transform:translateX(-50%); width:40px; height:100%; display:flex; align-items:center; justify-content:center; z-index:10; cursor:ew-resize; }
.comp-handle-line { position:absolute; left:50%; transform:translateX(-50%); width:3px; height:100%; background:var(--white); box-shadow:0 0 8px rgba(0,0,0,0.4); }
.comp-handle-circle { position:relative; z-index:2; width:44px; height:44px; background:var(--blue-600); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 16px rgba(0,0,0,0.35); border:3px solid var(--white); }
.comp-drag-hint { position:absolute; bottom:50px; left:50%; transform:translateX(-50%); background:rgba(0,0,0,0.65); color:var(--white); font-size:12px; font-weight:600; padding:7px 14px; border-radius:var(--radius-full); display:flex; align-items:center; gap:6px; transition:opacity 0.5s; }
.gallery-note { text-align:center; font-size:14px; color:var(--gray-500); margin-top:20px; }

/* FAQ */
.faq { background:var(--white); }
.faq-layout { display:flex; flex-direction:column; gap:44px; }
.faq-header h2 { font-size:clamp(28px,4.5vw,38px); font-weight:800; margin-bottom:12px; letter-spacing:-0.5px; }
.faq-header p { color:var(--gray-500); font-size:15px; margin-bottom:20px; }
.faq-cta-link { color:var(--blue-600); font-weight:600; text-decoration:underline; }
.faq-call-btn { width:fit-content; }
.faq-item { border-bottom:1px solid var(--gray-200); }
.faq-q { width:100%; display:flex; justify-content:space-between; align-items:center; padding:20px 0; font-size:16px; font-weight:600; color:var(--gray-900); text-align:left; gap:16px; }
.faq-q:hover { color:var(--blue-600); }
.faq-icon { font-size:22px; line-height:1; color:var(--blue-500); flex-shrink:0; transition:transform 0.3s cubic-bezier(0.22,1,0.36,1); font-weight:300; }
.faq-item.open .faq-icon { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.4s cubic-bezier(0.22,1,0.36,1), padding 0.3s; }
.faq-item.open .faq-a { max-height:300px; padding-bottom:20px; }
.faq-a p { font-size:15px; color:var(--gray-500); line-height:1.7; }

/* CTA SECTION */
.cta-section { background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 50%,var(--blue-500) 100%); position:relative; overflow:hidden; padding:80px 0; text-align:center; color:var(--white); }
.cta-bg { position:absolute; inset:0; background:radial-gradient(circle at 20% 50%,rgba(33,150,243,0.4),transparent 50%),radial-gradient(circle at 80% 50%,rgba(13,71,161,0.4),transparent 50%); }
.cta-inner { position:relative; z-index:1; max-width:680px; margin:0 auto; }
.cta-urgency-chip { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.2); border-radius:var(--radius-full); padding:7px 16px; font-size:13px; font-weight:600; margin-bottom:24px; }
.urgency-dot { width:8px; height:8px; background:#EF4444; border-radius:50%; animation:pulseDot 1.5s ease-in-out infinite; }
.cta-inner h2 { font-size:clamp(28px,5vw,46px); font-weight:900; letter-spacing:-0.5px; margin-bottom:16px; }
.cta-inner p { font-size:17px; color:rgba(255,255,255,0.8); margin-bottom:36px; line-height:1.65; }
.cta-buttons { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }

/* CONTACT */
.contact { background:var(--gray-50); }
.contact-grid { display:flex; flex-direction:column; gap:44px; }
.contact-info h2 { font-size:clamp(28px,4.5vw,38px); font-weight:800; margin-bottom:14px; letter-spacing:-0.5px; }
.contact-sub { color:var(--gray-500); font-size:15.5px; margin-bottom:28px; line-height:1.65; }
.contact-links { display:flex; flex-direction:column; gap:14px; margin-bottom:28px; }
.contact-link-item { display:flex; align-items:center; gap:14px; color:var(--gray-700); }
.contact-link-item:hover { color:var(--blue-600); }
.contact-link-item span { font-size:15px; font-weight:600; display:block; }
.contact-link-item small { font-size:12.5px; color:var(--gray-400); }
.cli-icon { width:44px; height:44px; background:var(--blue-50); color:var(--blue-600); border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-badges { display:flex; flex-wrap:wrap; gap:10px; }
.contact-badges span { font-size:13px; font-weight:600; color:#475569; background:var(--white); border:1px solid var(--gray-200); padding:6px 14px; border-radius:var(--radius-full); }
.contact-form-wrap { background:var(--white); border-radius:var(--radius-xl); padding:36px 28px; box-shadow:var(--shadow-lg); border:1px solid var(--gray-200); }
.quote-form { display:flex; flex-direction:column; gap:0; }
.form-row { display:flex; flex-direction:column; gap:0; }
.form-group { position:relative; margin-bottom:20px; }
.form-group input, .form-group textarea, .form-group select { width:100%; padding:22px 16px 8px; border:2px solid var(--gray-200); border-radius:var(--radius-md); font-size:15px; color:var(--gray-900); background:var(--white); outline:none; transition:border-color 0.2s, box-shadow 0.2s; appearance:none; -webkit-appearance:none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color:var(--blue-500); box-shadow:0 0 0 3px rgba(33,150,243,0.12); }
.form-group label { position:absolute; top:15px; left:16px; font-size:14px; color:var(--gray-400); font-weight:500; pointer-events:none; transition:all 0.2s cubic-bezier(0.22,1,0.36,1); }
.form-group input:not(:placeholder-shown) ~ label,
.form-group input:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label,
.form-group textarea:focus ~ label { top:7px; font-size:11px; font-weight:600; color:var(--blue-600); }
.select-lbl { top:7px !important; font-size:11px !important; font-weight:600 !important; color:var(--blue-600) !important; }
.form-group--select { position:relative; }
.select-arrow { position:absolute; right:14px; top:50%; transform:translateY(-50%); pointer-events:none; color:var(--gray-400); }
.form-group textarea { resize:vertical; min-height:90px; }
.form-note { text-align:center; font-size:12.5px; color:var(--gray-400); margin-top:12px; }
.form-success { text-align:center; padding:40px 20px; }
.success-icon { font-size:52px; margin-bottom:16px; }
.form-success h3 { font-size:24px; font-weight:800; margin-bottom:10px; }
.form-success p { color:var(--gray-500); font-size:15px; margin-bottom:24px; }
@keyframes spin { to { transform:rotate(360deg); } }
.spin { animation:spin 0.8s linear infinite; }

/* FOOTER */
.footer { background:var(--gray-900); color:rgba(255,255,255,0.7); padding:64px 0 0; }
.footer-grid { display:grid; grid-template-columns:1fr; gap:36px; margin-bottom:48px; }
.footer-brand p { font-size:14px; line-height:1.7; margin:14px 0 20px; max-width:280px; }
.footer-social { display:flex; gap:10px; }
.social-btn { width:36px; height:36px; background:rgba(255,255,255,0.08); border-radius:var(--radius-sm); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.6); transition:all 0.2s; }
.social-btn:hover { background:var(--blue-600); color:var(--white); }
.footer-col h4 { font-size:14px; font-weight:700; color:var(--white); margin-bottom:14px; text-transform:uppercase; letter-spacing:0.06em; }
.footer-col ul { display:flex; flex-direction:column; gap:10px; }
.footer-col a { font-size:14px; color:rgba(255,255,255,0.55); }
.footer-col a:hover { color:var(--white); }
.footer-contact-link { display:flex; align-items:center; gap:10px; font-size:14px; color:rgba(255,255,255,0.65); margin-bottom:12px; }
.footer-contact-link:hover { color:var(--white); }
.footer-trust { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.footer-trust span { font-size:12px; background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.65); padding:5px 10px; border-radius:var(--radius-full); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding:20px 0; display:flex; flex-direction:column; gap:8px; align-items:center; text-align:center; font-size:13px; color:rgba(255,255,255,0.35); }
.footer-bottom-links { display:flex; gap:16px; }
.footer-bottom-links a { color:rgba(255,255,255,0.4); }
.footer-bottom-links a:hover { color:rgba(255,255,255,0.8); }

/* CHATBOT */
.chatbot-wrapper { position:fixed; bottom:84px; right:20px; z-index:9999; display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.chatbot-bubble { width:58px; height:58px; background:linear-gradient(135deg,var(--blue-600),var(--blue-500)); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 24px rgba(33,150,243,0.5); position:relative; transition:all 0.3s cubic-bezier(0.22,1,0.36,1); }
.chatbot-bubble:hover { transform:scale(1.1); box-shadow:0 8px 30px rgba(33,150,243,0.6); }
.chat-notif { position:absolute; top:-3px; right:-3px; background:#EF4444; color:var(--white); font-size:11px; font-weight:700; width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; border:2px solid var(--white); animation:bounceNotif 2s ease-in-out infinite; }
@keyframes bounceNotif { 0%,100% { transform:scale(1); } 50% { transform:scale(1.2); } }
.chatbot-wrapper.open .bubble-icon--chat { display:none !important; }
.chatbot-wrapper.open .bubble-icon--close { display:block !important; }
.chatbot-window { position:fixed; bottom:150px; right:20px; width:calc(100vw - 40px); max-width:360px; height:500px; background:var(--white); border-radius:var(--radius-xl); box-shadow:0 20px 60px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.05); display:flex; flex-direction:column; overflow:hidden; transform-origin:bottom right; animation:chatOpen 0.3s cubic-bezier(0.22,1,0.36,1); }
@keyframes chatOpen { from { opacity:0; transform:scale(0.85) translateY(20px); } to { opacity:1; transform:scale(1) translateY(0); } }
.chat-header { background:linear-gradient(135deg,var(--blue-800),var(--blue-600)); padding:16px 18px; display:flex; align-items:center; justify-content:space-between; flex-shrink:0; }
.chat-agent-info { display:flex; align-items:center; gap:12px; }
.chat-agent-av { width:40px; height:40px; background:rgba(255,255,255,0.2); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; color:var(--white); border:2px solid rgba(255,255,255,0.3); }
.chat-agent-info strong { display:block; font-size:15px; font-weight:700; color:var(--white); }
.chat-agent-info span { font-size:12px; color:rgba(255,255,255,0.75); display:flex; align-items:center; gap:5px; }
.online-dot { width:7px; height:7px; background:#4ADE80; border-radius:50%; display:inline-block; animation:pulseDot 2s ease-in-out infinite; }
.chat-close-btn { color:rgba(255,255,255,0.7); font-size:18px; padding:6px; }
.chat-close-btn:hover { color:var(--white); }
.chat-messages { flex:1; overflow-y:auto; padding:16px 14px; display:flex; flex-direction:column; gap:10px; scroll-behavior:smooth; }
.chat-messages::-webkit-scrollbar { width:4px; }
.chat-messages::-webkit-scrollbar-thumb { background:var(--gray-200); border-radius:4px; }
.chat-msg { max-width:85%; padding:11px 14px; border-radius:16px; font-size:14px; line-height:1.5; animation:msgIn 0.25s cubic-bezier(0.22,1,0.36,1); }
@keyframes msgIn { from { opacity:0; transform:translateY(8px) scale(0.95); } to { opacity:1; transform:translateY(0) scale(1); } }
.chat-msg--bot { background:var(--gray-100); color:#1f2937; border-bottom-left-radius:4px; align-self:flex-start; }
.chat-msg--user { background:var(--blue-600); color:var(--white); border-bottom-right-radius:4px; align-self:flex-end; }
.chat-typing { display:flex; align-items:center; gap:5px; padding:12px 14px; background:var(--gray-100); border-radius:16px; border-bottom-left-radius:4px; width:fit-content; align-self:flex-start; }
.chat-typing span { width:7px; height:7px; background:var(--gray-400); border-radius:50%; animation:typingDot 1.2s ease-in-out infinite; }
.chat-typing span:nth-child(2) { animation-delay:0.2s; }
.chat-typing span:nth-child(3) { animation-delay:0.4s; }
@keyframes typingDot { 0%,80%,100% { transform:scale(0.8); opacity:0.5; } 40% { transform:scale(1.15); opacity:1; } }
.chat-footer { border-top:1px solid var(--gray-200); padding:12px; flex-shrink:0; }
.chat-options { display:flex; flex-direction:column; gap:8px; }
.chat-option-btn { width:100%; padding:11px 14px; background:var(--blue-50); color:var(--blue-700); border:1.5px solid var(--blue-100); border-radius:var(--radius-md); font-size:13.5px; font-weight:600; text-align:left; }
.chat-option-btn:hover { background:var(--blue-100); border-color:var(--blue-400); }
.chat-link-btn { display:block; width:100%; padding:12px; background:linear-gradient(135deg,var(--blue-700),var(--blue-500)); color:var(--white); border-radius:var(--radius-md); font-size:14px; font-weight:700; text-align:center; }
.chat-link-btn:hover { opacity:0.9; }
.chat-input-row { display:flex; gap:8px; align-items:center; }
.chat-input { flex:1; padding:11px 14px; border:2px solid var(--gray-200); border-radius:var(--radius-md); font-size:14px; outline:none; }
.chat-input:focus { border-color:var(--blue-500); }
.chat-send-btn { width:40px; height:40px; background:var(--blue-600); color:var(--white); border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.chat-send-btn:hover { background:var(--blue-700); }

/* MOBILE STICKY BAR */
.mobile-sticky-bar { display:flex; position:fixed; bottom:0; left:0; right:0; z-index:9998; background:var(--white); border-top:1px solid var(--gray-200); box-shadow:0 -4px 20px rgba(0,0,0,0.1); padding-bottom:env(safe-area-inset-bottom); }
.msb-btn { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:10px 6px; font-size:11.5px; font-weight:700; }
.msb-call { color:var(--blue-700); background:var(--blue-50); }
.msb-text { color:var(--gray-700); background:var(--gray-50); }
.msb-quote { color:var(--white); background:var(--blue-600); }
.msb-quote:hover { background:var(--blue-700); }

/* TABLET */
@media (min-width: 768px) {
  .section { padding:88px 0; }
  .hero { padding:88px 0 96px; }
  .hero-layout { flex-direction:row; align-items:center; gap:56px; }
  .hero-content { flex:1; min-width:0; }
  .hero-visual { display:block; flex:0 0 420px; }
  .trust-sep { display:block; }
  .stats-grid { grid-template-columns:repeat(4,1fr); }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .why-grid { flex-direction:row; align-items:flex-start; gap:64px; }
  .why-content { flex:1; }
  .why-stats { flex:0 0 360px; }
  .founders-perks { grid-template-columns:repeat(3,1fr); }
  .founders-cta { flex-direction:row; justify-content:center; }
  .faq-layout { flex-direction:row; gap:64px; }
  .faq-header { flex:0 0 280px; }
  .faq-list { flex:1; }
  .contact-grid { flex-direction:row; align-items:flex-start; gap:56px; }
  .contact-info { flex:1; }
  .contact-form-wrap { flex:1; }
  .form-row { flex-direction:row; gap:16px; }
  .form-row .form-group { flex:1; }
  .footer-grid { grid-template-columns:1.5fr 1fr 1fr 1.2fr; }
  .footer-bottom { flex-direction:row; justify-content:space-between; }
  .comparison-container { min-height:340px; }
  .chatbot-wrapper { bottom:32px; }
  .mobile-sticky-bar { display:none; }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .desktop-nav { display:flex; }
  .header-actions { display:flex; }
  .mobile-menu-btn { display:none; }
  .mobile-nav { display:none !important; }
  .services-grid { grid-template-columns:repeat(4,1fr); }
  .hero-visual { flex:0 0 460px; }
  .comparison-container { min-height:400px; }
}
