:root{--bg-dark:#061321;--bg-darker:#040d18;--bg-card:#ffffff08;--reef:#2cc4d6;--reef-soft:#8ee9f2;--reef-dark:#0ea5e9;--reef-glow:#2cc4d626;--green:#10b981;--yellow:#eab308;--text-light:#fff;--text-muted:#8b9eb3;--border:#ffffff0f;--border-hover:#2cc4d640;--radius:16px;--radius-lg:24px}*{box-sizing:border-box}html,body{background:var(--bg-dark);width:100%;color:var(--text-light);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.03em}.section-label{text-transform:uppercase;letter-spacing:3px;color:var(--reef);background:var(--reef-glow);border:1px solid #2cc4d626;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.section-sub{color:var(--text-muted);max-width:640px;margin:0 auto 60px;font-size:18px;line-height:1.7}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#040d18d9;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.logo{color:var(--text-light);letter-spacing:-.02em;align-items:center;gap:10px;font-size:18px;font-weight:900;display:flex}.nav-links{gap:32px;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:-.01em;font-size:14px;font-weight:600;transition:all .2s}.nav-links a:hover{color:var(--reef)}.hero{justify-content:center;align-items:flex-end;width:100%;min-height:750px;padding:80px 20px;display:flex;position:relative;overflow:hidden}.hero-bg-wrapper{z-index:0;position:absolute;inset:0}.hero-bg{object-fit:cover;object-position:center;opacity:.45}.hero-overlay{z-index:1;background:linear-gradient(#040d181a 0%,#040d1866 40%,#040d18f2 100%);position:absolute;inset:0}.hero-inner{z-index:2;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex;position:relative}.hero-content{text-align:center;max-width:700px}.hero-badge{text-transform:uppercase;letter-spacing:3px;color:var(--reef);background:#2cc4d61a;border:1px solid #2cc4d633;border-radius:999px;margin-bottom:24px;padding:8px 18px;font-size:12px;font-weight:700;animation:.8s both fadeInUp;display:inline-block}.hero h1{margin:0 0 24px;font-size:56px;font-weight:900;line-height:1.1;animation:.8s .1s both fadeInUp}.hero h1 span{background:linear-gradient(135deg,var(--reef)0%,var(--reef-soft)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:560px;margin:0 auto 36px;font-size:18px;line-height:1.7;animation:.8s .2s both fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:14px;animation:.8s .3s both fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .25s;display:inline-flex}.btn.large{padding:18px 40px;font-size:17px}.btn.primary{background:var(--reef);color:#001218;box-shadow:0 4px 20px #2cc4d640}.btn.primary:hover{background:var(--reef-soft);transform:translateY(-2px);box-shadow:0 8px 32px #2cc4d659}.btn.secondary{color:var(--reef);background:0 0;border:1.5px solid #2cc4d666}.btn.secondary:hover{border-color:var(--reef);background:#2cc4d614;transform:translateY(-2px)}.problem-section{background:var(--bg-darker);text-align:center;padding:120px 20px}.problem-section h2{max-width:700px;margin:0 auto 16px;font-size:40px;font-weight:900;line-height:1.15}.problem-card-single{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:24px;margin-top:48px;padding:36px 32px;display:flex}.problem-row{color:var(--text-muted);align-items:flex-start;gap:16px;font-size:15px;line-height:1.6;display:flex}.problem-row strong{color:var(--text-light);font-weight:800}.problem-icon{color:#ef4444;background:#ef44441a;border:1px solid #ef444426;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.features-section{background:var(--bg-dark);text-align:center;padding:120px 20px}.features-section h2{margin:0 0 16px;font-size:42px;font-weight:900}.feature-cards{text-align:left;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 32px;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg,transparent,var(--reef),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:var(--border-hover);background:#ffffff0a}.feature-card:hover:before{opacity:1}.feature-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.feature-number{color:var(--reef);letter-spacing:1px;font-size:13px;font-weight:900}.feature-icon-wrap{background:var(--reef-glow);width:44px;height:44px;color:var(--reef);border:1px solid #2cc4d626;border-radius:12px;justify-content:center;align-items:center;display:flex}.feature-card h3{color:var(--text-light);margin:0 0 12px;font-size:24px;font-weight:900}.feature-card p{color:var(--text-muted);margin:0 0 20px;font-size:15px;line-height:1.7}.feature-card p strong{color:var(--text-light);font-weight:700}.feature-tags{flex-wrap:wrap;gap:8px;display:flex}.feature-tags span{color:var(--reef);letter-spacing:.01em;background:#2cc4d614;border:1px solid #2cc4d61f;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.screenshots{background:var(--bg-darker);text-align:center;padding:120px 20px}.container{max-width:1200px;margin:0 auto}.screenshots h2{margin:0 0 16px;font-size:42px;font-weight:900}.screenshot-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.screenshot-grid-5{grid-template-columns:repeat(5,1fr);max-width:1200px}.screenshot-phone{flex-direction:column;align-items:center;gap:16px;display:flex}.screenshot-img{border-radius:24px;width:100%;height:auto;transition:transform .4s;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0f}.screenshot-phone:hover .screenshot-img{transform:translateY(-8px)}.screenshot-label{color:var(--text-muted);letter-spacing:.02em;font-size:14px;font-weight:800}.how-section{background:var(--bg-dark);text-align:center;padding:120px 20px}.how-section h2{margin:0 0 60px;font-size:40px;font-weight:900}.steps-grid{justify-content:center;align-items:center;gap:16px;max-width:900px;margin:0 auto;display:flex}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;flex:1;padding:36px 28px;transition:all .3s}.step-card:hover{border-color:var(--border-hover);background:#ffffff0a}.step-number{background:var(--reef-glow);width:40px;height:40px;color:var(--reef);border:1px solid #2cc4d633;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:16px;font-weight:900;display:flex}.step-card h4{color:var(--text-light);margin:0 0 10px;font-size:18px;font-weight:900}.step-card p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.step-connector{color:#ffffff26;flex-shrink:0}.cta-section{background:var(--bg-darker);padding:120px 20px}.container-narrow{max-width:1000px;margin:0 auto}.cta-card{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(145deg,#2cc4d614 0%,#0ea5e90f 100%);border:1px solid #2cc4d626;padding:80px 40px;position:relative;overflow:hidden}.cta-card h2{margin:0 0 16px;font-size:44px;font-weight:900;line-height:1.15}.cta-card p{color:var(--text-muted);margin:0 0 36px;font-size:18px}.cta-sub{color:var(--text-muted);margin-top:20px;font-size:14px;font-weight:500}.footer{background:var(--bg-darker);text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:48px 20px;font-size:14px}.footer a{color:var(--reef);transition:all .2s}.footer a:hover{color:var(--reef-soft)}.footer-social{justify-content:center;gap:16px;margin-bottom:20px;display:flex}.footer-social a{border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-social a:hover{background:var(--reef-glow);border-color:var(--border-hover);color:var(--reef);transform:translateY(-2px)}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:24px}.faq-question{color:var(--text-light)!important;margin-bottom:16px!important;font-size:18px!important;font-weight:900!important;line-height:1.4!important}.faq-answer{color:var(--text-muted)!important;margin:0!important;font-size:16px!important;font-weight:600!important;line-height:1.7!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.nav-links{gap:20px}.nav-links a{font-size:14px}.hero h1{font-size:42px}.problem-card-single{padding:28px 20px}.feature-cards{grid-template-columns:1fr;max-width:520px;margin:0 auto}.screenshot-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:600px}.screenshot-grid-5{grid-template-columns:repeat(3,1fr);max-width:700px}.steps-grid{flex-direction:column}.step-connector{transform:rotate(90deg)}.step-card{width:100%;max-width:400px}}@media (max-width:600px){.nav-container{padding:14px 16px}.logo{font-size:16px}.nav-links{gap:16px}.nav-links a{font-size:13px}.hero{min-height:620px;padding:60px 20px}.hero h1{font-size:34px}.hero-sub{font-size:16px}.screenshot-grid-5{grid-template-columns:repeat(2,1fr);max-width:400px}.hero-buttons{flex-direction:column;width:100%}.btn{text-align:center;justify-content:center;width:100%}.problem-section,.features-section,.screenshots,.how-section,.cta-section{padding:80px 20px}.problem-section h2,.features-section h2,.screenshots h2,.how-section h2{font-size:30px}.section-sub{font-size:16px}.feature-card{padding:28px 24px}.score-card{padding:36px 28px}.score-number{font-size:48px}.cta-card{padding:48px 24px}.cta-card h2{font-size:30px}.param-chip{padding:12px 16px}.params-note{text-align:center;flex-direction:column;gap:6px;font-size:13px}}.home-feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-screenshot-grid{grid-template-columns:repeat(3,1fr);align-items:flex-end;gap:16px;display:grid}@media (max-width:900px){.home-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home-feature-grid{grid-template-columns:1fr}.home-screenshot-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-direction:row;gap:12px;padding-bottom:8px;overflow-x:auto;display:flex!important}.home-screenshot-grid>div{scroll-snap-align:start;flex:0 0 42vw}}.home-hero{grid-template-columns:1fr 380px;align-items:center;gap:60px;max-width:1100px;margin:0 auto;padding:80px 24px 60px;display:grid}.home-hero-text{flex-direction:column;gap:24px;display:flex}.home-hero-phone{justify-content:center;display:flex;position:relative}.phone-trio-section{max-width:1200px;margin:0 auto;padding:80px 24px}.phone-trio{grid-template-columns:repeat(3,1fr);align-items:flex-start;gap:48px;display:grid}.phone-trio-item{flex-direction:column;align-items:center;gap:24px;display:flex}.phone-trio-item img{width:100%;height:auto;display:block}.feature-spotlight{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;padding:100px 24px;display:grid}.feature-spotlight.reverse>:first-child{order:2}.feature-spotlight.reverse>:last-child{order:1}.feature-spotlight-phone{justify-content:center;display:flex}.feature-spotlight-phone img{width:100%;max-width:340px;height:auto}@media (max-width:900px){.home-hero{grid-template-columns:1fr;gap:0;padding:60px 24px 40px}.home-hero-text{text-align:center;align-items:center}.home-hero-phone{display:none}.phone-trio{gap:24px}.feature-spotlight,.feature-spotlight.reverse{text-align:center;grid-template-columns:1fr;gap:40px;padding:60px 24px}.feature-spotlight>.feature-spotlight-phone,.feature-spotlight.reverse>.feature-spotlight-phone{order:2}.feature-spotlight>:not(.feature-spotlight-phone),.feature-spotlight.reverse>:not(.feature-spotlight-phone){order:1}}@media (max-width:600px){.phone-trio{grid-template-columns:1fr;max-width:320px;margin:0 auto}.feature-spotlight-phone img{max-width:280px}}.phone-trio-item img{max-height:65vh;width:auto!important;max-width:100%!important}.home-hero-phone img,.feature-spotlight-phone img{width:auto!important;max-width:260px!important;max-height:55vh!important}.feature-spotlight,.phone-trio-section{padding:60px 24px!important}.home-hero-phone img{width:auto!important;max-width:700px!important;max-height:80vh!important}.home-hero-phone img{width:140%!important;max-width:680px!important;max-height:none!important;margin-left:-20%!important}.home-hero-phone{position:relative}.home-hero-phone:before{content:"";filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(#2cc4d640 0%,#8b5cf626 40%,#0000 70%);width:70%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero-phone img{z-index:1;filter:drop-shadow(0 20px 60px #2cc4d633)drop-shadow(0 0 30px #8b5cf626);position:relative}.cta-card .btn-wrap{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.feature-spotlight-phone img{width:auto!important;max-width:100%!important;max-height:520px!important}@media (max-width:900px){.feature-spotlight,.feature-spotlight.reverse{gap:32px!important;padding:48px 20px!important}.phone-trio-section{padding:48px 20px!important}}@media (max-width:600px){.feature-spotlight,.feature-spotlight.reverse{gap:24px!important;padding:36px 16px!important}.phone-trio-section{padding:36px 16px!important}section{padding-top:48px!important;padding-bottom:48px!important}}.device-card-grid{grid-template-columns:240px 1fr!important}.device-specs-grid{grid-template-columns:1fr 1fr}@media (max-width:700px){.device-card-grid{grid-template-columns:1fr!important}.device-card-grid>:first-child{border-bottom:1px solid var(--border);border-right:none!important;min-height:160px!important}.device-specs-grid{grid-template-columns:1fr!important}}
