/* Reset and base */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#fff;color:#222;line-height:1.6;min-height:100vh;scroll-behavior:smooth}
.container{max-width:1120px;margin:0 auto;padding:1rem 1.5rem 3rem}
.header{background:#102f4f;color:#fff;padding:.9rem 1rem;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.12)}
.header-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap}
.logo{width:100%;text-align:center;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:.13em;line-height:1.15;color:#f7f1e3;text-shadow:0 1px 2px rgba(0,0,0,.35);text-transform:uppercase;margin:0;text-decoration:none}.logo::after{content:'';display:block;width:48px;height:3px;margin:.42rem auto 0;background:#d88732;border-radius:3px}
.nav-list{list-style:none;display:flex;justify-content:center;width:100%;margin:0;padding:0;flex-wrap:wrap;gap:.15rem}.nav-list li{margin:0}.nav-list a{color:#fff;text-decoration:none;font-weight:600;font-size:.88rem;letter-spacing:.015em;padding:.35rem .65rem;border-radius:3px}.nav-list a:hover,.nav-list a:focus{background:#1d496f;outline:none}
.hero{background:#f3f1ec;padding:4.25rem 0 4.5rem;display:flex;justify-content:center}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap;max-width:1120px;width:100%}.hero-text{flex:1 1 430px;max-width:560px;padding:0 1rem}.eyebrow,.section-kicker{font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#d88732;margin:0 0 .8rem}.hero-text h2{font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.02;font-weight:800;margin:0 0 .8rem;color:#102f4f;letter-spacing:-.025em}.hero-text h3{font-size:1.05rem;font-weight:800;margin:0 0 1.25rem;color:#365d7c;letter-spacing:.11em}.hero-lead{font-size:1.08rem;max-width:520px;margin:0 0 1.7rem;color:#3e4449}.hero-buttons{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-block;font-weight:800;font-size:.9rem;letter-spacing:.045em;text-align:center;cursor:pointer;border:none;border-radius:3px;padding:.9rem 1.5rem;transition:background-color .2s ease,transform .2s ease;user-select:none;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#d88732;color:#fff}.btn-primary:hover,.btn-primary:focus{background:#b86f27;outline:none}.btn-secondary{background:#102f4f;color:#fff}.btn-secondary:hover,.btn-secondary:focus{background:#173f63;outline:none}.btn-light{background:#fff;color:#102f4f}.btn-light:hover,.btn-light:focus{background:#f3f1ec;outline:none}
.hero-image-container{flex:1 1 420px;max-width:520px;padding:0;display:flex;justify-content:center}.hero-image{display:block;width:100%;max-width:520px;height:auto;border-radius:2px;box-shadow:0 14px 35px rgba(16,47,79,.16)}
.trust-strip{background:#102f4f;color:#fff;border-top:4px solid #d88732}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:1.5rem;padding-bottom:1.5rem;gap:0}.trust-grid>div{min-width:0;padding:0 1.25rem;text-align:center;border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center}.trust-grid>div:last-child{border-right:0}.trust-grid strong{display:block;font-size:.78rem;line-height:1.2;letter-spacing:.09em;white-space:nowrap}.trust-grid span{display:block;font-size:.88rem;line-height:1.45;color:#dce6ee;margin-top:.4rem;white-space:normal}
.home-section{padding:5rem 0}.categories-section{background:#fff}.section-heading{max-width:720px;margin-bottom:2.5rem}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.08;color:#102f4f;margin:0 0 1rem;letter-spacing:-.02em}.section-heading p:not(.section-kicker){font-size:1.05rem;color:#555;margin:0}.home-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-category{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border:1px solid #dfdfdc;border-radius:3px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-category:hover,.home-category:focus{transform:translateY(-3px);box-shadow:0 10px 25px rgba(16,47,79,.1);outline:none}.home-category-image{height:220px;background:#f5f5f3;display:flex;align-items:center;justify-content:center;padding:1.1rem}.home-category-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.home-category>img{display:block;width:100%;height:220px;object-fit:contain;object-position:center;background:#f5f5f3;padding:1.1rem}.home-category>div{min-height:104px;padding:1.15rem 1.25rem 1.3rem;border-top:1px solid #e5e5e2}.home-category h3{font-size:1.05rem;line-height:1.25;color:#102f4f;margin:0 0 .4rem;letter-spacing:.04em;text-transform:uppercase}.home-category span{font-size:.9rem;line-height:1.45;color:#666;display:block}.section-action{margin-top:1.7rem}.text-link{color:#102f4f;font-weight:800;text-decoration:none;border-bottom:2px solid #d88732;padding-bottom:.18rem}.text-link:hover,.text-link:focus{color:#b86f27;outline:none}
.process-section{background:#f3f1ec}.process-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(420px,1.15fr);gap:4rem;align-items:start}.process-intro{margin-bottom:0}.process-list{border-top:1px solid #d5d2cb}.process-item{display:grid;grid-template-columns:58px 1fr;gap:1rem;padding:1.35rem 0;border-bottom:1px solid #d5d2cb}.process-item>span{font-size:.85rem;font-weight:800;color:#d88732;letter-spacing:.08em;padding-top:.15rem}.process-item h3{margin:0 0 .25rem;color:#102f4f;font-size:1.05rem;letter-spacing:.02em}.process-item p{margin:0;color:#5a5a5a;font-size:.94rem}
.sell-cta{background:#d88732;color:#fff}.sell-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:3.3rem;padding-bottom:3.3rem}.sell-cta .section-kicker{color:#fff;margin-bottom:.45rem}.sell-cta h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin:0 0 .5rem;max-width:650px}.sell-cta p:not(.section-kicker){margin:0;color:#fff;opacity:.9}
.intro-list{list-style:disc inside;margin-top:.75rem;margin-bottom:2rem;color:#444;font-size:1rem}.cards-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem;margin-bottom:3rem}.card{border:1px solid #ddd;border-radius:6px;padding:1rem;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .1);text-align:center;display:flex;flex-direction:column;justify-content:flex-start}.card img,.placeholder-image{width:100%;max-height:180px;object-fit:contain;margin-bottom:1rem;border-radius:4px;background:#eee;border:1px solid #ccc}.placeholder-image{display:inline-block;height:180px;background:#eee;border-radius:6px;border:1px dashed #bbb}
.process-steps{max-width:720px;margin:1rem auto 3rem}.process-step{background:#f9faff;border:1px solid #d0d7e8;padding:1rem 1.25rem;margin-bottom:1rem;border-radius:6px}.process-step h3{margin-top:0;color:#003366}.faq-list dt{font-weight:700;margin-top:1.25rem}.faq-list dd{margin-left:1.25rem;margin-bottom:1rem;color:#444}.contact-container address{font-style:normal;line-height:1.6;margin-top:1rem}
.footer{background:#102f4f;color:#fff;padding:2rem 1rem;margin-top:0;border-top:4px solid #d88732}.footer-container{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;font-size:.9rem}.footer strong{letter-spacing:.1em}.footer-nav{list-style:none;display:flex;gap:1rem;margin:0;padding:0;flex-wrap:wrap}.footer-nav a{color:#fff;text-decoration:none;font-weight:600}.footer-nav a:hover,.footer-nav a:focus{text-decoration:underline;outline:none}
.progress-indicator{list-style:none;padding-left:0;display:flex;overflow-x:auto;gap:.5rem;margin-bottom:1rem;font-size:.85rem}.progress-indicator li{flex:0 0 auto;background:#ccc;padding:.5rem .875rem;border-radius:14px;white-space:nowrap;color:#444;font-weight:600}.progress-indicator li[aria-current="step"]{background:#0070c0;color:#fff}.wizard-step{border:1px solid #ccc;border-radius:8px;padding:1.5rem 1.25rem;margin-bottom:2rem;background:#fefefe}fieldset{margin-bottom:1rem;border:none;padding:0}legend{font-weight:700;margin-bottom:.5rem}input[type="radio"],input[type="checkbox"]{margin-right:.5rem;vertical-align:middle;cursor:pointer}input[type="text"],input[type="email"],input[type="number"],input[type="tel"],select,textarea,input[type="file"]{font-size:1rem;padding:.5rem;border:1px solid #999;border-radius:4px;width:100%;max-width:100%;margin-bottom:1rem;box-sizing:border-box}input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="tel"]:focus,select:focus,textarea:focus,input[type="file"]:focus{outline:3px solid #005496;border-color:#005496}.navigation-buttons{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.btn-next,.btn-back,.btn-submit,.btn-accept,.btn-add{background-color:#0070c0;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:700;cursor:pointer;min-width:120px;text-align:center}.btn-back{background-color:#ccc;color:#222}.btn-next:hover,.btn-submit:hover,.btn-accept:hover,.btn-add:hover{background-color:#005496}.btn-back:hover{background-color:#bbb}.btn-next:focus,.btn-submit:focus,.btn-accept:focus,.btn-add:focus,.btn-back:focus{outline:3px solid #003366}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
main h2,main h3{font-weight:800;letter-spacing:.04em}.intro h2,.wizard-step h2{color:#003366;text-transform:uppercase;border-left:5px solid #d88732;padding-left:.75rem}
/* Account and authentication pages */
.auth-page{min-height:calc(100vh - 170px);background:#f3f1ec;padding:4rem 1rem;display:flex;align-items:flex-start;justify-content:center}.auth-card{width:100%;max-width:520px;background:#fff;padding:2.5rem;border:1px solid #dfdfdc;box-shadow:0 12px 30px rgba(16,47,79,.08)}.auth-card h1{font-size:2.4rem;line-height:1.1;color:#102f4f;margin:0 0 .8rem}.auth-intro{color:#5a5a5a;margin:0 0 2rem}.auth-form{display:flex;flex-direction:column}.auth-form label{font-weight:700;color:#102f4f;margin-bottom:.4rem}.auth-form input{margin-bottom:1.1rem}.auth-form small{margin-top:-.75rem;margin-bottom:1.1rem;color:#666}.auth-form .btn{margin-top:.3rem}.optional{font-weight:400;color:#777}.checkbox-label{display:flex!important;align-items:flex-start;gap:.45rem;font-weight:400!important;margin:0 0 1.2rem}.checkbox-label input{width:auto;margin:.3rem 0 0}.checkbox-label a,.auth-switch a,.auth-links a{color:#102f4f;font-weight:700}.form-message{min-height:1.5rem;margin:.9rem 0 0;color:#555}.form-message.error{color:#a33}.form-message.success{color:#286b45}.auth-switch,.auth-links{margin:1.25rem 0 0;color:#555}.account-page{background:#f3f1ec;min-height:calc(100vh - 170px);padding:3.5rem 0}.account-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.account-header h1{font-size:2.7rem;line-height:1.05;color:#102f4f;margin:0 0 .5rem}.account-header p:last-child{margin:0;color:#5a5a5a}.account-panel{background:#fff;border:1px solid #dfdfdc;padding:2rem}.account-panel .section-heading{margin-bottom:1.5rem}.valuation-list{display:flex;flex-direction:column;border-top:1px solid #ddd}.valuation-card{display:grid;grid-template-columns:1fr auto;gap:2rem;padding:1.4rem 0;border-bottom:1px solid #ddd}.valuation-ref{font-size:.75rem;font-weight:800;letter-spacing:.1em;color:#d88732}.valuation-card h3{margin:.25rem 0 .15rem;color:#102f4f}.valuation-card p{margin:0;color:#666}.valuation-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:180px}.valuation-meta strong{font-size:1.15rem;color:#102f4f}.valuation-meta small{color:#777}.status-badge{display:inline-block;background:#eef2f5;color:#102f4f;border-radius:20px;padding:.25rem .7rem;font-size:.78rem;font-weight:700;text-transform:capitalize}.empty-account{text-align:center;padding:2rem 1rem}.empty-account h3{color:#102f4f;margin-top:0}.empty-account p{color:#666;margin-bottom:1.4rem}
@media(max-width:850px){.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-layout{grid-template-columns:1fr;gap:2.5rem}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.18)}.sell-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.container{padding-left:1rem;padding-right:1rem}.hero{padding:3rem 0}.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text,.hero-image-container{max-width:100%}.hero-buttons{justify-content:center}.hero-text h2{font-size:2.45rem}.home-section{padding:3.5rem 0}.home-category-grid{grid-template-columns:1fr}.home-category>img{height:220px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:1rem}.trust-grid>div:last-child{border-bottom:0}.footer-container{flex-direction:column}.nav-list{gap:.2rem}.logo{font-size:1.35rem;letter-spacing:.09em}.nav-list a{font-size:.82rem}.navigation-buttons{justify-content:center}.progress-indicator{font-size:.75rem}.auth-page{padding:2rem .75rem}.auth-card{padding:1.6rem}.account-header{flex-direction:column}.account-header h1{font-size:2.25rem}.account-panel{padding:1.25rem}.valuation-card{grid-template-columns:1fr;gap:1rem}.valuation-meta{align-items:flex-start;min-width:0}}
