:root{--bg:#0a0a0a;--fg:#fff;--muted:#a1a1aa;--olive:#2d3319;--cream:#e8e0c8;--gold:#fcd34d;--gold-hover:#fbbf24;--blue:#3b82f6;--card-bg:#ffffff0a;--card-border:#ffffff14;--glass:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.nav-wrap{z-index:100;background:0 0;transition:background .3s;position:fixed;top:0;left:0;right:0}.nav-scrolled{-webkit-backdrop-filter:blur(16px);background:#2d3319d9}.nav{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1.25rem 2rem;display:flex}.logo{color:#ffffffe6;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;display:flex}.logo-icon{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.nav-links{color:#fff9;gap:2rem;font-size:.95rem;font-weight:500;display:flex}.nav-links a:hover{color:#fff}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-gold{background:var(--cream);color:var(--olive);border:none}.btn-gold:hover{background:#fff;transform:translateY(-2px)}.btn-ghost{color:#fff;background:0 0;border:1px solid #fff3}.btn-ghost:hover{background:#ffffff1a;border-color:#fff6}.hero{background:var(--olive);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-floats{z-index:1;pointer-events:none;position:absolute;inset:0}.float-item{border:3px solid #ffffff1a;border-radius:50%;transition:transform 6s ease-in-out;position:absolute;overflow:hidden;box-shadow:0 8px 30px #0000004d}.float-item img{object-fit:cover;width:100%;height:100%}.float-1{width:110px;height:110px;top:8%;left:5%}.float-2{width:130px;height:130px;top:5%;left:28%}.float-3{width:100px;height:100px;top:6%;right:6%}.float-4{width:90px;height:90px;bottom:20%;left:8%}.float-5{width:120px;height:120px;bottom:15%;right:5%}.float-6{width:80px;height:80px;top:40%;left:3%}.float-card{pointer-events:none;z-index:2;background:#2d3319eb;border:1px solid #ffffff1f;border-radius:14px;padding:1rem 1.25rem;position:absolute;box-shadow:0 8px 24px #00000059}.float-card.colors{align-items:center;gap:.5rem;display:flex;top:30%;left:4%}.color-dot{border-radius:50%;width:22px;height:22px}.float-card.typography{color:#fff9;padding:1rem 1.5rem;font-size:.8rem;top:18%;right:15%}.float-card.typography span{color:#fff;margin-bottom:.25rem;font-size:1.8rem;font-weight:700;display:block}.hero-inner{z-index:2;text-align:center;padding:6rem 2rem 4rem;position:relative}.hero-inner h1{color:var(--cream);letter-spacing:-.04em;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:8rem;font-style:italic;font-weight:400;line-height:1}.hero-inner>p{color:#ffffff8c;margin-bottom:3rem;max-width:480px;margin-inline:auto;font-size:1.25rem}.hero-btns{justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-note{color:#ffffff73;align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.hero-note a{color:var(--cream);font-weight:600;text-decoration:underline}.section{padding:7rem 0}.section-dark{background:var(--bg)}.section-olive{background:var(--olive)}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.section-title p{color:var(--muted);max-width:550px;margin:0 auto;font-size:1.2rem}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.step:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-8px)}.step-num{background:linear-gradient(#ffffff14,#0000);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:900;line-height:1;position:absolute;top:-.5rem;right:1rem}.step h3{margin-bottom:.75rem;font-size:1.5rem;position:relative}.step p{color:var(--muted);font-size:1.05rem;position:relative}.bento{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.bento-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;transition:all .3s;overflow:hidden}.bento-card:hover{border-color:#fff3}.bento-card.full{grid-column:1/-1}.bento-img{aspect-ratio:16/9;width:100%;overflow:hidden}.bento-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bento-card:hover .bento-img img{transform:scale(1.03)}.bento-body{padding:2rem 2.5rem}.bento-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.bento-body h3{margin-bottom:.75rem;font-size:1.75rem}.bento-body p{color:var(--muted);font-size:1.1rem;line-height:1.6}.cta-wrap{text-align:center;padding:6rem 2rem}.cta-card{border:1px solid var(--card-border);background:linear-gradient(#ffffff0d,#ffffff03);border-radius:32px;max-width:900px;margin:0 auto;padding:6rem 4rem;position:relative;overflow:hidden}.cta-card:before{content:"";background:linear-gradient(90deg,#0000,#fcd34d99,#0000);height:1px;position:absolute;top:0;left:20%;right:20%}.cta-card h2{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem}.cta-card p{color:var(--muted);margin-bottom:2.5rem;max-width:500px;margin-inline:auto;font-size:1.15rem}.faq{border:1px solid var(--card-border);background:#111;border-radius:32px;margin-bottom:4rem;padding:5rem 2rem}.faq-inner{max-width:800px;margin:0 auto}.faq h2{text-align:center;margin-bottom:3rem;font-size:3rem}.faq-item{border-bottom:1px solid #ffffff0f;padding:1.5rem 0}.faq-q{cursor:pointer;justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:600;transition:color .2s;display:flex}.faq-q:hover{color:var(--gold)}.faq-a{color:var(--muted);margin-top:1rem;font-size:1.05rem;line-height:1.7}.footer{border-top:1px solid var(--card-border);padding:4rem 0;grid-template-columns:2fr 1fr 1fr;gap:4rem;max-width:1280px;margin:0 auto;padding-inline:2rem;display:grid}.footer-col h4{margin-bottom:1rem;font-weight:700}.footer-col ul{list-style:none}.footer-col li{color:var(--muted);cursor:pointer;margin-bottom:.75rem;transition:color .2s}.footer-col li:hover{color:#fff}.footer-desc{color:var(--muted);max-width:260px;margin-top:.75rem;font-size:.9rem}.footer-col a{color:var(--muted);transition:color .2s}.footer-col a:hover{color:#fff}.legal-page{padding:8rem 0 5rem}.legal-page h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:3rem;font-weight:800}.legal-updated{color:var(--muted);margin-bottom:3rem;font-size:.9rem}.legal-page section{margin-bottom:2.5rem}.legal-page section h2{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.legal-page section p{color:var(--muted);margin-bottom:.75rem;font-size:1.05rem;line-height:1.8}.legal-page section ul{color:var(--muted);margin-top:.5rem;padding-left:1.5rem}.legal-page section ul li{margin-bottom:.5rem;font-size:1.05rem;line-height:1.7}.legal-page a{color:var(--gold);text-decoration:underline}.disclaimer-banner{background:#fcd34d14;border:1px solid #fcd34d40;border-radius:16px;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;padding:2rem;display:flex}.disclaimer-banner h3{color:var(--gold);margin-bottom:.5rem;font-size:1.3rem}.disclaimer-banner p{color:var(--muted);font-size:1rem;line-height:1.7}.disclaimer-banner svg{flex-shrink:0;margin-top:.25rem}.contact-form{max-width:600px;margin-top:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--card-bg);border:1px solid var(--card-border);color:#fff;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#fcd34d80}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff40}.form-group select option{background:#1a1a1a}.contact-success{text-align:center;padding:4rem 0}.contact-success h2{margin:1.5rem 0 .75rem;font-size:1.75rem}.contact-success p{color:var(--muted);font-size:1.1rem}.guide-article{max-width:820px;margin:0 auto}.guide-header{margin-bottom:3rem}.guide-label{color:var(--gold);letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-block}.guide-header h2{letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1.15}.guide-article>p{color:var(--muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.85}.guide-img{border:1px solid var(--card-border);border-radius:16px;margin:2rem 0;overflow:hidden}.guide-img img{width:100%;height:auto;transition:transform .4s;display:block}.guide-img:hover img{transform:scale(1.02)}.guide-article h2{letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem;font-size:2rem;font-weight:800;line-height:1.2}.guide-article h3{color:#fff;margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.guide-article ul{color:var(--muted);margin-bottom:1.5rem;padding-left:1.5rem}.guide-article ul li{margin-bottom:.6rem;font-size:1.05rem;line-height:1.75}.guide-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;margin:3.5rem 0}.guide-section-num{background:linear-gradient(#fcd34d99,#fcd34d1a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:0;margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1}.guide-steps-list{flex-direction:column;gap:1.25rem;margin:1.5rem 0;display:flex}.guide-step-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:1.5rem 2rem}.guide-step-item h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.guide-step-item p{color:var(--muted);margin-bottom:0;font-size:1rem;line-height:1.7}.guide-feature-box{border:1px solid var(--card-border);background:#ffffff08;border-radius:20px;margin:1.5rem 0 2rem;padding:2.5rem}.guide-feature-box h3{margin-top:0;font-size:1.5rem}.guide-powered{text-transform:uppercase;letter-spacing:.06em;color:var(--gold);vertical-align:middle;margin-left:.5rem;font-size:.75rem;font-weight:600}.guide-feature-box p{color:var(--muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.guide-feature-box ul{color:var(--muted);padding-left:1.5rem}.guide-feature-box ul li{margin-bottom:.5rem;font-size:1.02rem;line-height:1.7}.guide-comparison{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0;display:grid}.guide-vs-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2rem}.guide-vs-card h4{color:var(--cream);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.guide-vs-card p{color:var(--muted);margin-bottom:.75rem;font-size:1rem;line-height:1.75}.guide-cta-box{text-align:center;background:linear-gradient(135deg,#2d331999,#fcd34d14);border:1px solid #fcd34d33;border-radius:16px;margin-top:2rem;padding:2rem}.guide-cta-box p{color:#ffffffbf;margin-bottom:0;font-size:1.15rem;line-height:1.7}.guide-cta-box a{color:var(--gold);font-weight:700;text-decoration:underline}@media (max-width:1024px){.hero-inner h1{font-size:4rem}.steps,.bento{grid-template-columns:1fr}.bento-card.full{grid-column:auto}.nav-links{display:none}.footer{text-align:center;grid-template-columns:1fr}.footer-desc{margin-inline:auto}.guide-header h2{font-size:2rem}.guide-article h2{font-size:1.6rem}.guide-feature-box{padding:1.5rem}}@media (max-width:640px){.hero-inner h1{font-size:3rem}.hero-btns{flex-direction:column;align-items:center}.section-title h2{font-size:2.5rem}.cta-card{padding:4rem 2rem}.faq{margin:1rem;padding:3rem 1.5rem}.guide-header h2{font-size:1.5rem}.guide-section-num{font-size:2.5rem}.guide-step-item{padding:1.25rem}.disclaimer-banner{flex-direction:column}}
