
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17211c;background:#f6f8f7}button,input,select,textarea{font:inherit}.top{height:68px;background:#fff;border-bottom:1px solid #e4e9e6;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#17211c}.brand span{width:36px;height:36px;border-radius:10px;background:#173f32;color:#fff;display:grid;place-items:center;font-weight:800}.top nav{display:flex;gap:10px;align-items:center}.link{border:0;background:none;cursor:pointer}.primary,.secondary,.danger{border:0;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer}.primary{background:#173f32;color:#fff}.secondary{background:#e9efec;color:#173f32}.danger{background:#fff0ee;color:#a3372b}.small{padding:9px 14px}.hero{max-width:1180px;margin:auto;padding:86px 24px 70px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#a36525}.hero h1{font-size:54px;line-height:1.04;margin:12px 0 20px}.hero p{font-size:19px;line-height:1.6;color:#56625c;max-width:680px}.hero-card,.panel,.card{background:#fff;border:1px solid #e2e8e5;border-radius:18px;box-shadow:0 10px 35px rgba(22,52,42,.06)}.hero-card{padding:28px}.steps{display:grid;gap:18px}.step{display:flex;gap:14px}.num{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:#f1e6d8;color:#9a5b1d;font-weight:800}.section{max-width:1180px;margin:auto;padding:48px 24px}.section h2{font-size:34px;margin:0 0 12px}.muted{color:#6d7872}.panel{max-width:760px;margin:36px auto;padding:30px}.panel.wide{max-width:1100px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:750}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd5d0;border-radius:10px;padding:12px;background:#fff}.field textarea{min-height:100px;resize:vertical}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.choice-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.choice{padding:16px 10px;border:1px solid #d7dfdb;border-radius:12px;background:#fff;cursor:pointer;text-align:center;font-weight:700}.choice.active{border-color:#173f32;background:#eef4f1;color:#173f32}.shell{max-width:1240px;margin:auto;padding:28px 20px;display:grid;grid-template-columns:230px 1fr;gap:24px}.side{background:#173f32;color:#fff;border-radius:18px;padding:18px;height:max-content;position:sticky;top:92px}.side h3{margin:5px 8px 20px}.side button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#dce8e3;padding:11px;border-radius:9px;cursor:pointer}.side button.active,.side button:hover{background:#285443;color:#fff}.content h1{margin-top:3px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.stat{background:#fff;border:1px solid #e2e8e5;border-radius:14px;padding:18px}.stat strong{display:block;font-size:28px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{padding:20px}.card h3{margin:0 0 8px}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.tag{font-size:12px;padding:5px 8px;border-radius:999px;background:#edf2ef}.price{font-size:22px;font-weight:800;margin:10px 0}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:14px 0}.gallery img{width:100%;height:150px;object-fit:cover;border-radius:10px}.gallery img:first-child{height:308px;grid-row:span 2}.notice{padding:12px;border-radius:10px;background:#fff8e8;color:#795716;margin:12px 0}.empty{text-align:center;padding:50px 20px;background:#fff;border:1px dashed #cad5cf;border-radius:16px}.back{border:0;background:none;color:#173f32;font-weight:700;cursor:pointer;padding:0 0 15px}.row{display:flex;align-items:center;justify-content:space-between;gap:15px}.notification{padding:14px 0;border-bottom:1px solid #e5e9e7}.notification.unread{font-weight:650}.hide{display:none!important}#toast{position:fixed;right:22px;bottom:22px;background:#17211c;color:#fff;padding:13px 17px;border-radius:10px;opacity:0;pointer-events:none;transition:.2s;z-index:20}#toast.show{opacity:1}@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{font-size:40px}.choice-grid{grid-template-columns:1fr 1fr}.shell{grid-template-columns:1fr}.side{position:static}.stats{grid-template-columns:1fr 1fr}.grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.top nav .link{display:none}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:220px;grid-row:auto}}

.budget-input{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:8px}
.budget-input input,.budget-input select{min-width:0}
@media(max-width:480px){.budget-input{grid-template-columns:minmax(0,1fr) 100px}}

.stat-link{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.stat-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.stat-link:focus{outline:2px solid currentColor;outline-offset:2px}

.brand-logo{max-height:78px;max-width:330px;width:auto;height:auto;object-fit:contain;display:block}
.public-footer{max-width:1180px;margin:0 auto;padding:28px 24px 40px;border-top:1px solid #e2e8e5;color:#6d7872;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:inherit}

.brand-logo{max-height:78px;max-width:330px;width:auto;height:auto;object-fit:contain;display:block}.builder-access,.portal-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.builder-access{border:1px solid #ccd5d0;border-radius:10px;padding:9px 14px;font-weight:700;color:#173f32;background:#fff}.builder-access:hover{background:#f2f6f4}@media(max-width:800px){.top nav .builder-access{display:inline-flex}}

/* Launch homepage expansion */
.home-section{padding:72px 0;border-top:1px solid var(--line,#e4e8e5)}
.home-section .section-head{max-width:760px;margin:0 auto 34px;text-align:center}
.home-section .section-head h2{font-size:34px;line-height:1.15;margin:8px 0 12px}
.home-section .section-head p{font-size:17px;color:var(--muted,#66716b);line-height:1.6}
.value-grid,.journey-grid,.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value-card,.journey-card,.use-card{background:#fff;border:1px solid var(--line,#e1e6e3);border-radius:18px;padding:26px;box-shadow:0 8px 24px rgba(16,40,30,.04)}
.value-card h3,.journey-card h3,.use-card h3{margin:10px 0 8px;font-size:19px}
.value-card p,.journey-card p,.use-card p{margin:0;color:var(--muted,#66716b);line-height:1.55}
.home-kicker{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:#a8611b}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.compare>div{border-radius:20px;padding:30px}
.compare .old-way{background:#f3f5f4;border:1px solid var(--line,#e1e6e3)}
.compare .new-way{background:#173f32;color:#fff}
.compare h3{font-size:24px;margin:0 0 18px}.compare ul{padding-left:20px;line-height:1.9;margin:0}.compare .new-way p{color:#dbe7e2}
.builder-band{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;background:#f4eee5;border-radius:24px;padding:38px}
.builder-band h2{font-size:34px;margin:8px 0 12px}.builder-band p{color:#59635e;font-size:17px;line-height:1.6}.builder-points{display:grid;gap:10px;margin:18px 0 0}.builder-points span{font-weight:700}
.privacy-band{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.privacy-box{background:#fff;border:1px solid var(--line,#e1e6e3);border-radius:20px;padding:28px}.privacy-box div{padding:12px 0;border-bottom:1px solid var(--line,#e1e6e3)}.privacy-box div:last-child{border-bottom:0}
.final-cta{text-align:center;background:#173f32;color:#fff;border-radius:26px;padding:54px 28px;margin:70px 0 24px}.final-cta h2{font-size:38px;margin:0 0 12px}.final-cta p{max-width:680px;margin:0 auto 24px;color:#dbe7e2;font-size:17px;line-height:1.6}.final-cta .primary{background:#fff;color:#173f32}
@media(max-width:800px){.value-grid,.journey-grid,.use-grid,.compare,.builder-band,.privacy-band{grid-template-columns:1fr}.home-section{padding:48px 0}.home-section .section-head h2,.builder-band h2{font-size:28px}.final-cta h2{font-size:30px}.builder-band{padding:26px}}

@media(max-width:600px){.brand-logo{max-height:58px;max-width:240px}}

/* Final homepage spacing refinement */
.home-section{padding-left:24px;padding-right:24px}
.home-section>.privacy-band,
.home-section>.value-grid,
.home-section>.journey-grid,
.home-section>.use-grid,
.home-section>.section-head,
.home-section>.builder-band,
.home-section>.final-cta{max-width:1180px;margin-left:auto;margin-right:auto}
.privacy-band{width:100%}
@media(max-width:800px){
  .home-section{padding-left:18px;padding-right:18px}
  .privacy-band{grid-template-columns:1fr}
}

/* Final social footer polish */
.footer-copy{display:flex;flex-direction:column;gap:5px}.footer-copy small{font-size:12px;color:#89938e}.footer-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-email{color:inherit;text-decoration:none}.footer-email:hover{text-decoration:underline}.social-links{display:flex;align-items:center;gap:9px}.social-icon{width:36px;height:36px;border:1px solid #d6dfda;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#173f32;background:#fff;transition:.18s ease}.social-icon:hover{transform:translateY(-2px);border-color:#173f32;box-shadow:0 5px 14px rgba(23,63,50,.10)}.social-icon svg{width:17px;height:17px;fill:currentColor}.home-section:has(.privacy-band){padding-bottom:28px}.final-cta{margin-top:34px}
@media(max-width:700px){.public-footer,.footer-right{align-items:flex-start}.footer-right{flex-direction:column;gap:12px}.social-icon{width:38px;height:38px}}
