:root{--primary: #c89a3c;--primary-dark: #8a6b27;--deep-blue: #0b1324;--soft-blue: #f3f5fa;--body-bg: #f1f5f9;--text-main: #0f172a;--text-muted: #475569;--border-subtle: #e2e8f0}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--body-bg);color:var(--text-main)}.page{min-height:100vh;display:flex;flex-direction:column}.max-width{max-width:1100px;margin:0 auto;padding:0 1.25rem}.section{padding:3.5rem 0}.section-light{background:#fff;border-bottom:1px solid var(--border-subtle)}.section-soft{background:#f8fafc;border-bottom:1px solid var(--border-subtle)}.section-dark{background:var(--deep-blue);color:#e5e7eb}h1,h2,h3{margin:0}.top-strip{background:var(--deep-blue);color:#e5e7eb;font-size:.75rem}.top-strip-inner{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;gap:1rem}.top-strip-text{display:none}.top-strip-actions{display:flex;align-items:center;gap:1.25rem}.top-strip a{color:inherit;text-decoration:none}.top-strip a:hover{color:var(--primary)}@media(min-width:768px){.top-strip-text{display:block}}.site-header{background:#fff;border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:20}.site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;gap:1.5rem}.logo-img{height:42px;width:auto;object-fit:contain;border-radius:8px}.logo-wrap{display:flex;align-items:center;gap:.75rem}.logo-mark{height:40px;width:40px;border-radius:10px;border:1px solid rgba(200,154,60,.4);background:#c89a3c14;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--primary)}.logo-text-main{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.logo-text-sub{font-size:.75rem;color:var(--text-muted)}.nav{display:none;align-items:center;gap:1.25rem;font-size:.9rem}.nav a{text-decoration:none;color:var(--text-muted)}.nav a:hover{color:var(--primary)}.nav-cta{border-radius:999px;background:var(--primary);color:#fff!important;padding:.45rem 1.1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:none}.nav-cta:hover{background:var(--primary-dark)}@media(min-width:768px){.nav{display:flex}}.hero{background:linear-gradient(90deg,#ffffff 0%,var(--soft-blue) 45%,var(--soft-blue) 100%);border-bottom:1px solid var(--border-subtle)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.1fr);gap:2.5rem;padding:3.5rem 0}.hero-tagline{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--primary);margin-bottom:.75rem}.hero-title{font-size:2.1rem;line-height:1.1;margin-bottom:1rem}.hero-title span{display:block;color:var(--primary)}.hero-lead{font-size:.95rem;color:var(--text-muted);max-width:36rem}.hero-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}.hero-small-row{display:flex;flex-wrap:wrap;gap:.6rem}.hero-pill-row{margin-top:1.5rem;display:grid;grid-template-columns:1fr;gap:.75rem;font-size:.8rem;color:var(--text-muted)}.hero-pill-title{font-weight:600;color:var(--text-main)}@media(min-width:640px){.hero-title{font-size:2.6rem}}@media(min-width:900px){.hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1.6rem;font-size:.85rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 18px 45px #0f172a24}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:#fff;color:var(--text-main);border:1px solid #cbd5e1}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.card{background:#fff;border-radius:18px;border:1px solid var(--border-subtle);box-shadow:0 18px 45px #0f172a1f;padding:1.5rem;font-size:.85rem}.card h2{font-size:.9rem;font-weight:600;margin-bottom:.2rem}.card p{font-size:.78rem;color:var(--text-muted);margin-top:.35rem}.form-grid{display:grid;gap:.7rem;margin-top:1rem}.form-row-two{display:grid;grid-template-columns:1fr;gap:.7rem}@media(min-width:640px){.form-row-two{grid-template-columns:1fr 1fr}}label{display:block;font-size:.75rem;font-weight:500;color:#0f172a;margin-bottom:.2rem}input,select,textarea{width:100%;padding:.45rem .6rem;font-size:.78rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:var(--text-main);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 1px #c89a3c66}textarea{resize:vertical}.form-checkbox-row{display:flex;align-items:flex-start;gap:.4rem;margin-top:.3rem}.form-checkbox-row input[type=checkbox]{width:12px;height:12px;margin-top:.15rem}.form-checkbox-row span{font-size:.7rem;color:var(--text-muted)}.section-heading-row{display:flex;flex-direction:column;gap:.8rem}.section-title{font-size:1.4rem;font-weight:600}.section-subtitle{font-size:.9rem;color:var(--text-muted);max-width:34rem}.section-tagline{font-size:.75rem;color:var(--text-muted)}@media(min-width:768px){.section-heading-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.cards-grid{margin-top:1.8rem;display:grid;gap:1rem}@media(min-width:768px){.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.info-card{background:#f8fafc;border:1px solid var(--border-subtle);border-radius:14px;padding:1.1rem;font-size:.8rem}.info-card h3{font-size:.9rem;margin-bottom:.3rem}.about-grid{display:grid;gap:1.8rem}@media(min-width:900px){.about-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}}.about-text p{font-size:.9rem;color:var(--text-muted);margin-top:.6rem}.process-card{background:#fff;border-radius:14px;border:1px solid var(--border-subtle);box-shadow:0 18px 45px #0f172a14;padding:1.3rem;font-size:.8rem}.process-step{display:flex;gap:.7rem;margin-top:.8rem}.process-step-number{height:24px;width:24px;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.process-step-title{font-weight:600;margin-bottom:.2rem}.callout-inner{display:flex;flex-direction:column;gap:1rem}.callout-text p{font-size:.9rem;color:#e5e7eb;margin-top:.6rem}.callout-actions{display:flex;flex-direction:column;gap:.6rem}@media(min-width:768px){.callout-inner{flex-direction:row;align-items:center;justify-content:space-between}.callout-actions{flex-direction:row}}.footer{background:#020617;color:#9ca3af;padding:2rem 0;font-size:.75rem}.footer-inner{display:flex;flex-direction:column;gap:1.2rem}.footer-disclaimer{max-width:32rem;font-size:.7rem;color:#6b7280}@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between}}
