@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Sora:wght@300;400;600;700&display=swap");:root{--primary:#c56b3c;--primary-dark:#a35630;--primary-light:#d9845d;--black:#0a0a0a;--charcoal:#1a1a1a;--warm-white:#fdfbf7;--cream:#f5f1e8;--text-secondary:#6b6b6b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Sora,sans-serif;background:var(--warm-white);color:var(--black);overflow-x:hidden}.page-root{min-height:100vh;background:linear-gradient(180deg,var(--warm-white) 0,var(--cream) 60%,#fff 100%)}.nav{position:fixed;top:0;width:100%;z-index:1000;background:hsla(40,60%,98%,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,180,79,.1)}.nav-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;justify-content:space-between}.logo,.nav-content{display:flex;align-items:center}.logo{gap:1rem;text-decoration:none;color:var(--black)}.logo-image{width:50px;height:50px}.logo-text{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--black)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:var(--black);font-weight:400;font-size:.95rem;transition:color .3s}.nav-links a:hover{color:var(--primary)}.nav-cta{background:var(--primary);color:var(--black);padding:.75rem 1.75rem;border-radius:50px;font-weight:600;border:none;cursor:pointer;transition:all .3s}.nav-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(232,180,79,.3)}.mobile-menu{display:none;flex-direction:column;gap:.4rem;cursor:pointer}.mobile-menu span{width:25px;height:2px;background:var(--black);transition:all .3s}.hero{padding:140px 2rem 100px;max-width:1400px;margin:0 auto;min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative}.hero-content{max-width:900px;animation:fadeInUp 1s ease-out;text-align:center;width:100%}.hero-badge{display:inline-block;background:linear-gradient(135deg,rgba(232,180,79,.15),rgba(232,180,79,.05));border:1px solid rgba(232,180,79,.3);padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;color:var(--primary-dark);margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(3rem,8vw,5.5rem);line-height:1.1;margin-bottom:1.5rem;color:var(--black);animation:fadeInUp 1s ease-out .3s both}.hero h1 .highlight{color:var(--primary);font-style:italic;position:relative;display:inline-block}.hero p{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);margin-bottom:3rem;max-width:820px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .4s both}.hero-input-group{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp 1s ease-out .5s both;max-width:700px;margin:0 auto}.hero-input{width:100%;padding:1.5rem 2rem;border:2px solid rgba(232,180,79,.2);border-radius:24px;font-size:1rem;font-family:Sora,sans-serif;background:#fff;transition:all .3s;resize:vertical;min-height:140px;line-height:1.6}.hero-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(232,180,79,.1)}.hero-btn{padding:1.2rem 3rem;background:var(--primary);color:var(--black);border:none;border-radius:60px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Sora,sans-serif;align-self:center}.hero-btn:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 12px 30px rgba(232,180,79,.4)}.hero-decoration{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:500px;height:500px;opacity:.08;pointer-events:none;animation:float 6s ease-in-out infinite}.how-it-works{padding:100px 2rem;background:linear-gradient(180deg,var(--warm-white) 0,var(--cream) 100%)}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{display:inline-block;font-size:.85rem;font-weight:600;color:var(--primary-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);color:var(--black);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;margin-top:4rem}.step-card{background:#fff;padding:3rem;border-radius:24px;border:1px solid rgba(232,180,79,.1);transition:all .4s;position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light));transform:scaleX(0);transform-origin:left;transition:transform .4s}.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.08)}.step-card:hover:before{transform:scaleX(1)}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:1.5rem}.step-card h3,.step-number{color:var(--black);font-size:1.5rem}.step-card h3{margin-bottom:1rem}.step-card p{color:var(--text-secondary);line-height:1.7}.features{padding:100px 2rem;background:var(--warm-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:4rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid rgba(232,180,79,.1);text-align:center}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,rgba(232,180,79,.15),rgba(232,180,79,.05));border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--black)}.feature-card p{color:var(--text-secondary);line-height:1.6}.cta-section{padding:100px 2rem;background:linear-gradient(135deg,var(--charcoal) 0,var(--black) 100%);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(232,180,79,.15) 0,transparent 70%);top:-200px;right:-200px;border-radius:50%}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-content h2{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4rem);color:#fff;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;color:hsla(0,0%,100%,.7);margin-bottom:3rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{padding:1.2rem 3rem;background:var(--primary);color:var(--black);border:none;border-radius:60px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;font-family:Sora,sans-serif}.btn-primary:hover{background:var(--primary-light);transform:translateY(-3px);box-shadow:0 12px 30px rgba(232,180,79,.5)}.btn-secondary{padding:1.2rem 3rem;background:transparent;color:#fff;border:2px solid #fff;border-radius:60px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;font-family:Sora,sans-serif}.btn-secondary:hover{background:#fff;color:var(--black)}footer{background:var(--charcoal);color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1400px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 3rem}.footer-brand h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.footer-brand p{color:hsla(0,0%,100%,.6);line-height:1.6}.footer-links h4{font-size:1rem;margin-bottom:1.5rem;color:var(--primary)}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{display:inline-block;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:hsla(0,0%,100%,.4);font-size:.9rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s}.social-link:hover{background:var(--primary);color:var(--black)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-55%) translateX(-15px)}to{transform:translateY(-50%) translateX(0)}}.result-card{background:hsla(0,0%,100%,.95);border-radius:16px;padding:1.4rem;border:1px solid rgba(31,26,23,.08);box-shadow:0 15px 40px rgba(31,26,23,.12)}.result-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.label{font-size:.82rem;text-transform:uppercase;letter-spacing:.16em;color:rgba(31,26,23,.6);margin-bottom:.3rem}.value{font-size:1.1rem;font-weight:600}.legal-page{min-height:100vh;padding:2.5rem clamp(1.2rem,4vw,5rem) 3rem}.legal-body{width:min(860px,100%);margin:2rem auto 0;display:grid;grid-gap:1rem;gap:1rem;background:hsla(0,0%,100%,.9);border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.06);padding:1.8rem}.legal-body h1{font-family:"DM Serif Display",serif;font-size:clamp(2rem,3.6vw,3.1rem);line-height:1.1}.legal-body h2{margin-top:.7rem;font-size:1.05rem}.legal-body p{color:rgba(31,26,23,.82);line-height:1.6}.legal-meta{color:rgba(31,26,23,.6);font-size:.9rem}@media (max-width:768px){.nav-links{display:none}.mobile-menu{display:flex}.hero{padding:120px 1.5rem 60px;min-height:auto}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-input-group{flex-direction:column;max-width:100%}.hero-input{min-height:120px}.hero-btn{width:100%}.hero-decoration{width:300px;height:300px;opacity:.05}.section-title{font-size:2rem}.features-grid,.steps-grid{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.cookie-modal{left:1rem;right:1rem;width:auto}.cookie-modal-actions{flex-direction:column}.cookie-modal .cta,.cookie-modal .ghost{width:100%;flex:1 1 100%}}@media (min-width:769px) and (max-width:1024px){.hero{padding:140px 2rem 80px}.hero-decoration{width:400px;height:400px}}.cookie-modal{position:fixed;right:1.2rem;bottom:1.2rem;width:min(420px,calc(100vw - 2.4rem));background:hsla(0,0%,100%,.96);border:1px solid rgba(31,26,23,.12);border-radius:18px;box-shadow:0 22px 45px rgba(31,26,23,.22);padding:1rem;z-index:1000;display:grid;grid-gap:.7rem;gap:.7rem}.cookie-modal-title{font-family:var(--font-fraunces),serif;font-size:1.2rem}.cookie-modal-copy{color:rgba(31,26,23,.75);font-size:.95rem;line-height:1.45}.cookie-modal-copy a{text-decoration:underline;text-underline-offset:3px}.cookie-modal-actions{display:flex;gap:.6rem;justify-content:flex-end}.cookie-modal-button{box-shadow:none}@media (max-width:680px){.cookie-modal{right:.8rem;left:.8rem;bottom:.8rem;width:auto}.cookie-modal-actions{flex-direction:column-reverse}.cookie-modal-button{width:100%;justify-content:center}}.cta{background:var(--primary);color:#fff;border:none;border-radius:999px;padding:.75rem 1.6rem;font-weight:700;box-shadow:var(--shadow)}.cta,.ghost{cursor:pointer}.ghost{background:transparent;border:1px solid rgba(31,26,23,.2);border-radius:999px;padding:.65rem 1.4rem;font-weight:600}a{color:inherit;text-decoration:none}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fraunces_eb41fe;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_Fallback_eb41fe;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:__Fraunces_eb41fe,__Fraunces_Fallback_eb41fe;font-style:normal}.__variable_eb41fe{--font-fraunces:"__Fraunces_eb41fe","__Fraunces_Fallback_eb41fe"}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_646807;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_Fallback_646807;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_646807{font-family:__Plus_Jakarta_Sans_646807,__Plus_Jakarta_Sans_Fallback_646807;font-style:normal}.__variable_646807{--font-jakarta:"__Plus_Jakarta_Sans_646807","__Plus_Jakarta_Sans_Fallback_646807"}