.hero[data-astro-cid-mmc7otgs]{position:relative;z-index:1;min-height:calc(100vh - 64px);max-width:1100px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.hero-badge[data-astro-cid-mmc7otgs]{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--blue-soft);border:1px solid var(--blue-border);border-radius:100px;padding:5px 14px;margin-bottom:24px}.hero-badge[data-astro-cid-mmc7otgs] i[data-astro-cid-mmc7otgs]{font-size:10px}.hero-title[data-astro-cid-mmc7otgs]{font-family:var(--font-display);font-size:clamp(32px,4vw,56px);font-weight:900;letter-spacing:.02em;line-height:1.1;color:var(--text);margin-bottom:20px}.hero-brand[data-astro-cid-mmc7otgs]{display:block;background:linear-gradient(135deg,var(--blue) 0%,var(--purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.06em}.hero-desc[data-astro-cid-mmc7otgs]{font-size:16px;color:var(--text-2);font-weight:300;line-height:1.8;max-width:440px;margin-bottom:36px}.hero-desc[data-astro-cid-mmc7otgs] strong[data-astro-cid-mmc7otgs]{color:var(--text);font-weight:500}.hero-actions[data-astro-cid-mmc7otgs]{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.btn-primary[data-astro-cid-mmc7otgs],.btn-secondary[data-astro-cid-mmc7otgs]{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:100px;font-family:var(--font-body);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary[data-astro-cid-mmc7otgs]{background:var(--blue);color:#fff;box-shadow:0 4px 20px #37a9e159}.btn-primary[data-astro-cid-mmc7otgs]:hover{background:#2b96ce;box-shadow:0 6px 24px #37a9e180;transform:translateY(-1px)}.btn-secondary[data-astro-cid-mmc7otgs]{background:var(--surface);color:var(--text-2);border:1px solid var(--border)}.btn-secondary[data-astro-cid-mmc7otgs]:hover{border-color:var(--blue-border);color:var(--blue);transform:translateY(-1px)}.hero-stats[data-astro-cid-mmc7otgs]{display:flex;align-items:center;gap:20px}.stat[data-astro-cid-mmc7otgs]{display:flex;flex-direction:column;gap:2px}.stat-value[data-astro-cid-mmc7otgs]{font-family:var(--font-display);font-size:18px;font-weight:900;color:var(--blue)}.stat-value[data-astro-cid-mmc7otgs] i[data-astro-cid-mmc7otgs]{font-size:16px}.stat-label[data-astro-cid-mmc7otgs]{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.stat-divider[data-astro-cid-mmc7otgs]{width:1px;height:32px;background:var(--border)}.hero-image[data-astro-cid-mmc7otgs]{position:relative;display:flex;justify-content:center;align-items:center}.phone-glow[data-astro-cid-mmc7otgs]{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(55,169,225,.18) 0%,transparent 70%);filter:blur(40px);pointer-events:none}.phone-img[data-astro-cid-mmc7otgs]{position:relative;z-index:1;max-width:100%;height:auto;filter:drop-shadow(0 24px 48px rgba(26,28,46,.15));animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width: 860px){.hero[data-astro-cid-mmc7otgs]{grid-template-columns:1fr;padding:40px 24px 60px;text-align:center;min-height:auto;gap:40px}.hero-badge[data-astro-cid-mmc7otgs]{margin:0 auto 24px}.hero-desc[data-astro-cid-mmc7otgs]{margin-left:auto;margin-right:auto}.hero-actions[data-astro-cid-mmc7otgs],.hero-stats[data-astro-cid-mmc7otgs]{justify-content:center}.hero-image[data-astro-cid-mmc7otgs]{order:-1}.phone-img[data-astro-cid-mmc7otgs]{max-width:300px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #37a9e1;--blue-soft: rgba(55, 169, 225, .09);--blue-softer: rgba(55, 169, 225, .05);--blue-border: rgba(55, 169, 225, .2);--purple: #7B6EE0;--purple-soft: rgba(123, 110, 224, .07);--purple-border: rgba(123, 110, 224, .18);--bg: #F5F6FA;--surface: #FFFFFF;--surface-2: #EEEEF5;--border: #E2E4EE;--text: #1A1C2E;--text-2: #52556E;--text-muted: #9295AE;--text-faint: #C2C4D6;--font-display: "Montserrat", sans-serif;--font-body: "Poppins", sans-serif;--radius: 16px;--radius-sm: 10px}[data-theme=dark]{--bg: #0F1117;--surface: #181B27;--surface-2: #1E2130;--border: #2A2D3E;--text: #EEF0FA;--text-2: #9EA3C0;--text-muted: #636785;--text-faint: #3A3E56;--blue-soft: rgba(55, 169, 225, .12);--blue-softer: rgba(55, 169, 225, .07);--blue-border: rgba(55, 169, 225, .25);--purple-soft: rgba(123, 110, 224, .1);--purple-border: rgba(123, 110, 224, .22)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.7;min-height:100vh;overflow-x:hidden;transition:background .3s,color .3s}.bg-canvas{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-blob{position:absolute;border-radius:50%;filter:blur(80px)}.bg-blob--1{width:500px;height:500px;top:-180px;right:-100px;background:radial-gradient(circle,rgba(55,169,225,.1) 0%,transparent 70%)}.bg-blob--2{width:400px;height:400px;bottom:0;left:-120px;background:radial-gradient(circle,rgba(123,110,224,.08) 0%,transparent 70%)}.bg-blob--3{width:350px;height:350px;top:40%;right:-80px;background:radial-gradient(circle,rgba(55,169,225,.07) 0%,transparent 70%);filter:blur(70px)}.bg-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(55,169,225,.07) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%)}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);border-top:3px solid transparent;background-image:linear-gradient(color-mix(in srgb,var(--bg) 92%,transparent),color-mix(in srgb,var(--bg) 92%,transparent)),linear-gradient(90deg,var(--blue),var(--purple));background-origin:border-box;background-clip:padding-box,border-box;transition:background .3s,border-color .3s}.logo-link{display:flex;align-items:center;gap:10px;text-decoration:none;flex:1}.logo-img{height:60px;width:auto;display:block}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:block}.header-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1}.theme-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;cursor:pointer;color:var(--text-muted);transition:color .2s,background .2s,border-color .2s}.theme-btn:hover{color:var(--blue);border-color:var(--blue-border);background:var(--blue-soft)}.icon-sun,.icon-moon{display:block;font-size:14px}footer{position:relative;z-index:1;background:var(--surface);border-top:1px solid var(--border);padding:22px 48px;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}footer p{font-family:var(--font-body);font-size:12.5px;color:var(--text-muted)}footer a{color:var(--blue);font-weight:600;text-decoration:none}footer a:hover{text-decoration:underline}
