* { box-sizing: border-box; } body {margin: 0;}*, *::before, *::after{box-sizing:border-box;margin:0;padding:0;}:root{--orange:#FBAD41;--orange-dark:#E8921A;--orange-deep:#C97A10;--orange-light:#FFF5E5;--orange-pale:#FFFAF3;--dark:#1A1A2E;--dark-mid:#16213E;--slate:#2C3E50;--grey:#64748B;--grey-light:#E8ECF0;--grey-pale:#F7F8FA;--white:#FFFFFF;--radius:14px;}html{scroll-behavior:smooth;}body{font-family:'Inter', sans-serif;color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--grey-light);padding:0 6%;height:68px;display:flex;align-items:center;justify-content:space-between;}.nav-logo img{height:28px;}.nav-links a{text-decoration:none;color:var(--slate);font-size:.88rem;font-weight:500;margin-left:2rem;transition:color .2s;}.nav-links a:hover{color:var(--orange-dark);}.btn-nav{background:var(--orange) !important;color:var(--dark) !important;padding:.5rem 1.2rem;border-radius:8px;font-weight:700 !important;transition:background .2s, transform .15s !important;}.btn-nav:hover{background:var(--orange-dark) !important;transform:translateY(-1px);}.hero{min-height:100vh;padding:110px 6% 80px;display:flex;align-items:center;background:radial-gradient(ellipse 70% 55% at 55% -5%, rgba(251,173,65,.18) 0%, transparent 65%),
        linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);position:relative;overflow:hidden;}.hero::after{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle, rgba(251,173,65,.08) 0%, transparent 70%);right:-100px;bottom:-150px;pointer-events:none;}.hero-inner{max-width:1140px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;}.badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange-light);color:var(--orange-deep);font-size:.78rem;font-weight:700;padding:.38rem 1rem;border-radius:999px;border:1px solid rgba(251,173,65,.35);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;}.badge .dot{width:7px;height:7px;background:var(--orange);border-radius:50%;animation:pulse 2s infinite;}h1{font-size:clamp(2.4rem, 4.2vw, 3.4rem);font-weight:900;line-height:1.1;letter-spacing:-1.5px;color:var(--dark);margin-bottom:1.3rem;}h1 em{font-style:normal;position:relative;color:var(--orange-dark);}h1 em::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:4px;border-radius:2px;background:var(--orange);opacity:.4;}.hero-sub{font-size:1.05rem;color:var(--grey);line-height:1.75;margin-bottom:2rem;max-width:500px;}.hero-sub strong{color:var(--dark);font-weight:600;}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:var(--dark);padding:.85rem 2rem;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 4px 16px rgba(251,173,65,.4);transition:transform .2s, box-shadow .2s, background .2s;}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(251,173,65,.5);background:var(--orange-dark);}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);color:var(--slate);padding:.85rem 1.8rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;border:1.5px solid var(--grey-light);transition:border-color .2s, color .2s;}.btn-ghost:hover{border-color:var(--orange);color:var(--orange-dark);}.hero-visual{position:relative;}.score-card{background:var(--white);border-radius:20px;padding:1.6rem;box-shadow:0 24px 64px rgba(26,26,46,.13), 0 0 0 1px rgba(0,0,0,.06);}.score-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.3rem;}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:.9rem;flex-shrink:0;}.cand-name{font-weight:700;font-size:.95rem;color:var(--dark);}.cand-sub{font-size:.76rem;color:var(--grey);}.score-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.3rem;}.score-num{font-size:3.6rem;font-weight:900;line-height:1;color:var(--orange-dark);letter-spacing:-2px;}.score-denom{font-size:1rem;color:var(--grey);font-weight:500;}.score-chip{display:inline-flex;align-items:center;gap:.3rem;background:#ecfdf5;color:#065f46;font-size:.76rem;font-weight:700;padding:.22rem .7rem;border-radius:999px;margin-left:.3rem;}.pillars{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.2rem;}.pillar{display:flex;align-items:center;gap:.7rem;}.p-label{font-size:.72rem;color:var(--grey);width:130px;flex-shrink:0;}.p-track{flex:1;height:5px;background:var(--grey-light);border-radius:999px;overflow:hidden;}.p-fill{height:100%;border-radius:999px;background:linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%);}.p-score{font-size:.72rem;font-weight:700;color:var(--slate);width:42px;text-align:right;}.fraud-ok{background:#f0fdf4;border-radius:10px;border:1px solid #bbf7d0;padding:.65rem .9rem;display:flex;align-items:center;gap:.55rem;font-size:.8rem;color:#065f46;font-weight:600;}.float-card{position:absolute;background:var(--white);border-radius:12px;padding:.65rem 1rem;box-shadow:0 8px 28px rgba(26,26,46,.12), 0 0 0 1px rgba(0,0,0,.05);font-size:.78rem;font-weight:600;display:flex;align-items:center;gap:.45rem;white-space:nowrap;color:var(--slate);}.float-1{top:-20px;right:-16px;animation:float 3.2s ease-in-out infinite;}.float-2{bottom:16px;left:-24px;animation:float 3.2s ease-in-out infinite .9s;}.float-icon{font-size:1rem;}.stats-band{background:var(--dark);padding:3rem 6%;}.stats-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;text-align:center;}.stat-num{font-size:2.4rem;font-weight:900;letter-spacing:-1px;color:var(--orange);margin-bottom:.3rem;}.stat-label{font-size:.82rem;color:#94a3b8;line-height:1.5;}.problem-section{padding:90px 6%;background:var(--grey-pale);}.section-inner{max-width:1140px;margin:0 auto;}.section-tag{display:inline-block;background:var(--orange-light);color:var(--orange-deep);font-size:.75rem;font-weight:700;padding:.32rem .9rem;border-radius:999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.07em;border:1px solid rgba(251,173,65,.3);}.section-title{font-size:clamp(1.8rem, 3vw, 2.6rem);font-weight:900;letter-spacing:-.8px;line-height:1.2;margin-bottom:1rem;color:var(--dark);}.section-sub{font-size:1rem;color:var(--grey);line-height:1.7;max-width:560px;}.problem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:3.5rem;}.problem-card{background:var(--white);border-radius:var(--radius);padding:2rem;border-left:4px solid var(--orange);box-shadow:0 2px 12px rgba(0,0,0,.04);}.problem-card .big-stat{font-size:2.8rem;font-weight:900;color:var(--orange-dark);letter-spacing:-1px;margin-bottom:.4rem;}.problem-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--dark);}.problem-card p{font-size:.875rem;color:var(--grey);line-height:1.65;}.features-section{padding:90px 6%;background:var(--white);}.features-grid{max-width:1140px;margin:3.5rem auto 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;}.feature-card{background:var(--grey-pale);border-radius:var(--radius);padding:1.8rem;border:1px solid var(--grey-light);transition:box-shadow .2s, border-color .2s, transform .2s;}.feature-card:hover{box-shadow:0 12px 32px rgba(251,173,65,.15);border-color:rgba(251,173,65,.4);transform:translateY(-3px);background:var(--white);}.f-icon{width:48px;height:48px;border-radius:12px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.1rem;}.feature-card h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem;}.feature-card p{font-size:.875rem;color:var(--grey);line-height:1.65;}.how-section{padding:90px 6%;background:var(--dark);color:var(--white);}.how-section .section-title{color:var(--white);}.how-section .section-sub{color:#94a3b8;}.steps{max-width:960px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;position:relative;}.steps::before{content:'';position:absolute;top:27px;left:calc(12.5% + 2px);right:calc(12.5% + 2px);height:2px;background:linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%);opacity:.4;}.step{text-align:center;position:relative;z-index:1;}.step-num{width:56px;height:56px;border-radius:50%;background:var(--orange);color:var(--dark);font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 4px 16px rgba(251,173,65,.4);}.step h3{font-size:.9rem;font-weight:700;margin-bottom:.5rem;color:var(--white);}.step p{font-size:.82rem;color:#94a3b8;line-height:1.6;}.target-section{padding:90px 6%;background:var(--grey-pale);}.target-grid{max-width:1140px;margin:3.5rem auto 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;}.target-card{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid var(--grey-light);transition:box-shadow .2s, transform .2s;}.target-card:hover{box-shadow:0 12px 32px rgba(251,173,65,.12);transform:translateY(-3px);}.target-emoji{font-size:2rem;margin-bottom:1rem;}.target-card h3{font-size:1rem;font-weight:700;margin-bottom:.8rem;color:var(--dark);}.target-card ul{list-style:none;display:flex;flex-direction:column;gap:.45rem;}.target-card li{font-size:.85rem;color:var(--grey);display:flex;align-items:flex-start;gap:.5rem;}.target-card li::before{content:'→';color:var(--orange-dark);font-weight:700;flex-shrink:0;margin-top:1px;}.cta-section{padding:90px 6%;background:var(--white);text-align:center;}.cta-section h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);font-weight:900;letter-spacing:-1px;margin-bottom:.9rem;color:var(--dark);}.cta-section h2 span{color:var(--orange-dark);}.cta-section p{font-size:1rem;color:var(--grey);margin-bottom:2.2rem;}.waitlist-form input{flex:1;min-width:230px;padding:.85rem 1.3rem;border:1.5px solid var(--grey-light);border-radius:10px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s;color:var(--dark);}.waitlist-form input:focus{border-color:var(--orange);}.waitlist-form input::placeholder{color:#aab;}.perks{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;}.perk{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--grey);font-weight:500;}.perk::before{content:'✓';color:var(--orange-dark);font-weight:800;}section[id]{scroll-margin-top:80px;}.contact-section{padding:70px 6%;background:var(--grey-pale);text-align:center;border-top:1px solid var(--grey-light);}.contact-section h2{font-size:clamp(1.4rem, 2.5vw, 1.9rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.7rem;color:var(--dark);}.contact-section p{font-size:.95rem;color:var(--grey);margin-bottom:1.8rem;}.btn-contact{display:inline-flex;align-items:center;gap:.55rem;background:var(--dark);color:var(--white);padding:.85rem 2rem;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;border:2px solid transparent;transition:background .2s, border-color .2s, color .2s;}.btn-contact:hover{background:var(--white);color:var(--dark);border-color:var(--dark);}footer{background:var(--dark);color:#94a3b8;padding:2.5rem 6%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;}.footer-brand{font-family:'Whyst Wide Outline Caps', 'Nunito', sans-serif;font-size:1.4rem;letter-spacing:0.14em;text-decoration:none;line-height:1;}.brand-rent{color:var(--orange);}.brand-ymize{color:var(--white);}footer p{font-size:.8rem;}footer a{color:#94a3b8;text-decoration:none;font-size:.8rem;transition:color .2s;}footer a:hover{color:var(--orange);}.footer-links{display:flex;gap:1.5rem;}#icx3w{font-size:2.6rem;}#i421k{width:90%;}#i7j0l{width:85%;}#ie13x{width:89%;}#i0nvil{width:90%;}#icx70q{width:88%;}#ie6mlm{margin:0 auto;}#icyku7{text-align:center;}#iipj01{background:rgba(251,173,65,.15);color:var(--orange);border-color:rgba(251,173,65,.3);}#i48phj{margin:0 auto;}#i01oeg{text-align:center;}#ivp4gs{margin:0 auto;}#i19jnp{text-align:center;}#i1pbqd{white-space:nowrap;}@keyframes pulse{0%, 100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.5);}}@keyframes float{0%, 100%{transform:translateY(0);}50%{transform:translateY(-8px);}}@font-face{font-family:'Whyst Wide Outline Caps';src:url('whyst-wide-outline-caps.woff2') format('woff2'),
           url('whyst-wide-outline-caps.woff') format('woff'),
           url('whyst-wide-outline-caps.ttf') format('truetype');font-weight:normal;font-style:normal;}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr;}.hero-visual{display:none;}.stats-grid{grid-template-columns:1fr 1fr;}.problem-grid{grid-template-columns:1fr 1fr;}.features-grid{grid-template-columns:1fr 1fr;}.target-grid{grid-template-columns:1fr 1fr;}.steps{grid-template-columns:1fr 1fr;}.steps::before{display:none;}}@media (max-width: 580px){nav .nav-links{display:none;}.problem-grid{grid-template-columns:1fr;}.features-grid{grid-template-columns:1fr;}.target-grid{grid-template-columns:1fr;}.steps{grid-template-columns:1fr;}.stats-grid{grid-template-columns:1fr 1fr;}}