:root{--bg-body:#f8f9fa;--bg-surface:#fff;--bg-glass:hsla(0,0%,100%,.9);--border-glass:#e9ecef;--brand-primary:#e8652b;--brand-secondary:#f09c3b;--text-main:#212529;--text-muted:#6c757d;--text-on-brand:#fff;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--shadow-card:0 4px 12px rgba(0,0,0,.05);--font-main:"Manrope",sans-serif;--font-display:"Barlow Condensed",sans-serif;--max-width:1200px}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-main);background-color:var(--bg-body);color:var(--text-main);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;color:#1a1d20}a{color:inherit;text-decoration:none;transition:color .2s ease}ul{list-style:none;padding:0;margin:0}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.text-brand{color:var(--brand-primary)}.text-muted{color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75em 1.5em;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-primary{background:var(--brand-primary);color:var(--text-on-brand);box-shadow:0 4px 14px rgba(232,101,43,.2)}.btn-primary:hover{background:#d6551e;transform:translateY(-1px)}.btn-outline{background:transparent;border-color:#dee2e6;color:var(--text-main)}.btn-outline:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:rgba(232,101,43,.05)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-glass);box-shadow:0 2px 10px rgba(0,0,0,.02)}.header-inner{display:flex;justify-content:space-between;align-items:center;height:72px}.brand-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:800;letter-spacing:.05em;color:#000;text-decoration:none;flex-shrink:0}.brand-logo span{color:var(--brand-primary)}.header-right-side{align-items:center}.desktop-nav,.header-right-side{display:flex;gap:2rem}.nav-link{font-weight:600;font-size:.95rem;color:var(--text-muted);transition:color .2s ease}.nav-link.active,.nav-link:hover{color:var(--brand-primary)}.auth-action-group{display:flex;align-items:center}.quote-link{font-size:.9rem;font-weight:700;color:var(--text-muted)}.user-dropdown{position:relative}.user-btn{display:flex;align-items:center;gap:.5rem;background:#f1f3f5;border:none;padding:.4rem .6rem;border-radius:99px;cursor:pointer;transition:all .2s ease}.user-btn:hover{background:#e9ecef}.user-icon{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-main);box-shadow:0 2px 5px rgba(0,0,0,.05)}.chevron{color:var(--text-muted);transition:transform .2s ease}.chevron.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:120%;right:0;width:200px;background:#fff;border:1px solid var(--border-glass);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:.5rem;animation:fadeIn .2s ease}.dropdown-header{padding:.5rem .75rem;border-bottom:1px solid #f1f3f5;margin-bottom:.5rem}.user-email{display:block;font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;border:none;background:none;text-align:left;cursor:pointer;border-radius:var(--radius-sm);font-size:.9rem;color:var(--text-main)}.dropdown-item:hover{background:#f8f9fa}.dropdown-item.danger{color:#fa5252}.dropdown-item.danger:hover{background:#fff5f5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.mobile-toggle{display:none;background:none;border:none;color:var(--text-main);font-size:1.5rem;cursor:pointer;margin-left:1rem}.mobile-nav-overlay{position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:900;display:flex;flex-direction:column;border-top:1px solid var(--border-glass)}.mobile-nav-overlay.active{transform:translateX(0)}.mobile-nav-content{display:flex;flex-direction:column;padding:2rem;gap:1.5rem}.mobile-link{font-size:1.25rem;font-weight:700;color:var(--text-main);border-bottom:1px solid #f1f3f5;padding-bottom:1rem}.mobile-link.active{color:var(--brand-primary)}.mobile-auth{margin-top:2rem}.full-width{width:100%;justify-content:center}.hero{padding:4rem 0;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2rem;gap:2rem;align-items:center;min-height:60vh}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;color:#111}.hero-tagline{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:50ch}.hero-actions{display:flex;gap:1rem}.hero-visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.hero-card{background:var(--bg-surface);border:1px solid var(--border-glass);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);width:100%}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:.4rem;color:var(--text-muted)}.form-input,.form-select,.form-textarea{width:100%;padding:.8rem;background:#fff;border:1px solid #ced4da;border-radius:var(--radius-sm);color:var(--text-main);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(232,101,43,.1)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.feature-card{background:var(--bg-surface);border:1px solid var(--border-glass);padding:1.5rem;border-radius:var(--radius-md);transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-card)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:var(--brand-primary)}.feature-icon{width:48px;height:48px;background:rgba(232,101,43,.1);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--brand-primary);margin-bottom:1rem;font-size:1.5rem}.feature-title{font-size:1.25rem;margin-bottom:.5rem}.feature-desc{color:var(--text-muted);font-size:.9rem}.stats-strip{background:#fff;border-top:1px solid var(--border-glass);border-bottom:1px solid var(--border-glass);padding:3rem 0;margin:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;text-align:center}.stat-number{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--brand-primary);line-height:1}.stat-label{color:var(--text-muted);text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;margin-top:.5rem}.page-header{padding:4rem 0 2rem;text-align:center;border-bottom:1px solid var(--border-glass);margin-bottom:3rem;background:linear-gradient(180deg,#fffcf9,#fff)}.page-title{font-size:3rem;margin-bottom:.5rem;color:#111}.page-subtitle{color:var(--text-muted);max-width:60ch;margin:0 auto}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:4rem}.text-group h2{font-size:2rem;margin-bottom:1rem}.text-group p{color:var(--text-muted);margin-bottom:1.5rem}.site-footer{background:#1a1d20;padding:4rem 0 2rem;margin-top:4rem;color:#adb5bd}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.footer-brand .brand-logo{color:#fff}.footer-brand p{color:#6c757d;font-size:.9rem;max-width:25ch;margin-top:.5rem}.footer-col h4{font-size:.9rem;margin-bottom:1rem;color:#fff}.auth-container{max-width:480px;margin:0 auto}.auth-card{background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden;border:1px solid var(--border-glass)}.auth-tabs{display:flex;background:#f8f9fa;border-bottom:1px solid var(--border-glass)}.auth-tab{flex:1 1;padding:1rem;text-align:center;background:none;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s ease;border:none;border-bottom:2px solid transparent}.auth-tab:hover{color:var(--text-main);background:rgba(0,0,0,.02)}.auth-tab.active{color:var(--brand-primary);background:#fff;border-bottom-color:var(--brand-primary)}.auth-body{padding:2rem}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:var(--text-muted);font-size:.85rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border-glass)}.auth-divider span{padding:0 1rem}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #ced4da;border-radius:var(--radius-sm);font-weight:600;color:var(--text-main);cursor:pointer;transition:all .2s ease}.google-btn:hover{background:#f8f9fa;border-color:#adb5bd}.footer-col a{display:block;color:#adb5bd;font-size:.9rem;margin-bottom:.5rem}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #343a40;padding-top:2rem;color:#6c757d;font-size:.85rem}@media (max-width:768px){.header-inner{height:60px}.mobile-toggle{display:block}.header-right-side{display:none}.hero{grid-template-columns:1fr;text-align:center;padding-top:2rem}.hero-tagline{margin-inline:auto}.hero-actions{justify-content:center}.content-grid,.footer-top{grid-template-columns:1fr}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.72rem;gap:.72rem}.form-grid .full{grid-column:1/-1}.search-field{display:grid;grid-gap:.3rem;gap:.3rem}.search-field label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--text-muted)}.search-field input,.search-field select,.search-field textarea{border:1px solid #ced4da;border-radius:var(--radius-sm);background:#fff;color:var(--text-main);padding:.56rem .62rem;font:inherit;transition:border-color .14s ease,box-shadow .14s ease;width:100%}.search-field input:focus,.search-field select:focus,.search-field textarea:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(232,101,43,.12)}.page-panel{background:var(--bg-surface);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:400px;width:90%;text-align:center;border:1px solid var(--border-glass)}.modal-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.modal-text{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:center}.btn-secondary{background:#f1f3f5;color:var(--text-main);border:1px solid #ced4da}.btn-secondary:hover{background:#e9ecef}@font-face{font-family:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:__Manrope_73ee6c;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:__Manrope_Fallback_73ee6c;src:local("Arial");ascent-override:102.96%;descent-override:28.98%;line-gap-override:0.00%;size-adjust:103.53%}.__className_73ee6c{font-family:__Manrope_73ee6c,__Manrope_Fallback_73ee6c;font-style:normal}.__variable_73ee6c{--font-main:"__Manrope_73ee6c","__Manrope_Fallback_73ee6c"}@font-face{font-family:__Barlow_Condensed_17b670;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/05af89ad76258aac-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c047de4e6e16a01b-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f54c84255ccf44e-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5de5dda68c9a1053-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac44098818d287e8-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3667c091265cf81b-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d6e015f239232eb3-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55b35d87b6156eea-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5fb5c05ff73c0616-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8599be8653318abe-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3352fdb488e19d84-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/437e5f23c97e320c-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bd4099f982a70777-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/adc67d25e358ad72-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:__Barlow_Condensed_17b670;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/79f0f365efbf4f90-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:__Barlow_Condensed_Fallback_17b670;src:local("Arial");ascent-override:129.44%;descent-override:25.89%;line-gap-override:0.00%;size-adjust:77.25%}.__className_17b670{font-family:__Barlow_Condensed_17b670,__Barlow_Condensed_Fallback_17b670;font-style:normal}.__variable_17b670{--font-display:"__Barlow_Condensed_17b670","__Barlow_Condensed_Fallback_17b670"}