/* GENERATED from estimator.css — do not edit by hand.
   All tool styles scoped under .estimator-embed so they cannot leak to the
   site shell (header/footer/body). Regenerate if estimator.css changes. */
.estimator-embed{--ink:#23282f;
  --ink-soft:#454b53;
  --muted:#7c828a;
  --line:#e4e3de;
  --line-soft:#efeeea;
  --bg:#f4f4f1;
  --card:#ffffff;
  --brass:#70786e;        
  --brass-dark:#565d50;   
  --brass-tint:#ebeee8;   
  --navy:#2c3345;         
  --navy-soft:#394452;
  --spark:#fab200;        
  --ok:#3f7d52;
  --radius:16px;
  --radius-sm:12px;
  --shadow-sm:0 1px 2px rgba(22,24,29,.04), 0 2px 8px rgba(22,24,29,.04);
  --shadow-md:0 8px 30px rgba(22,24,29,.10);
  --shadow-lg:0 24px 60px rgba(22,24,29,.16);
  --ease:cubic-bezier(.16,1,.3,1);}
.estimator-embed *{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
.estimator-embed{height:100%;}
.estimator-embed{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.55;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
.estimator-embed h1, .estimator-embed h2, .estimator-embed h3{font-family:'Space Grotesk',Georgia,serif;font-weight:500;line-height:1.12;letter-spacing:-.01em;}
.estimator-embed .progress-wrap{position:fixed;top:0;left:0;right:0;height:3px;background:var(--line-soft);z-index:50;}
.estimator-embed .progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--spark),#e0a000);transition:width .5s var(--ease);}
.estimator-embed .app{min-height:100%;display:flex;flex-direction:column;}
.estimator-embed .brandbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;max-width:680px;margin:0 auto;width:100%;}
.estimator-embed .brand{display:flex;align-items:center;gap:11px;}
.estimator-embed .brand-mark{width:40px;height:40px;border-radius:10px;flex:none;background:var(--brass-tint);color:var(--brass);display:grid;place-items:center;}
.estimator-embed .brand-mark svg{width:23px;height:23px;}
.estimator-embed .brand-name{font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.1;}
.estimator-embed .brand-name .bn-af{color:var(--brass);}
.estimator-embed .brand-name small{display:block;font-family:'DM Sans',sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:1px;}
.estimator-embed .lang{font-size:12px;color:var(--muted);background:none;cursor:pointer;border:1px solid var(--line);padding:6px 11px;border-radius:20px;font-weight:600;white-space:nowrap;font-family:inherit;}
.estimator-embed .lang:active{transform:scale(.96);}
.estimator-embed .stage{flex:1;display:flex;flex-direction:column;max-width:680px;width:100%;margin:0 auto;padding:8px 22px 0;}
.estimator-embed .step{display:none;animation:fade .45s var(--ease);padding-bottom:120px;}
.estimator-embed .step.active{display:block;}
@keyframes fade{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}
.estimator-embed .eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--brass-dark);margin-bottom:14px;}
.estimator-embed .eyebrow::before{content:"";width:18px;height:1.5px;background:var(--brass);display:inline-block;}
.estimator-embed .q-title{font-size:clamp(25px,6vw,33px);margin-bottom:8px;}
.estimator-embed .q-sub{color:var(--muted);font-size:15px;margin-bottom:26px;max-width:30em;}
.estimator-embed .opts{display:grid;gap:11px;}
.estimator-embed .opts.two{grid-template-columns:1fr 1fr;}
.estimator-embed .opt{position:relative;display:block;cursor:pointer;}
.estimator-embed .opt input{position:absolute;opacity:0;pointer-events:none;}
.estimator-embed .opt-card{border:1.5px solid var(--line);background:var(--card);border-radius:var(--radius);padding:17px 18px;display:flex;align-items:center;gap:14px;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .15s var(--ease),background .2s;box-shadow:var(--shadow-sm);}
.estimator-embed .opt-card:hover{border-color:#d8cfbe;}
.estimator-embed .opt:active .opt-card{transform:scale(.99);}
.estimator-embed .opt input:checked + .opt-card{border-color:var(--brass);background:var(--brass-tint);box-shadow:0 0 0 3px rgba(112,120,110,.12);}
.estimator-embed .opt-ic{width:42px;height:42px;border-radius:11px;flex:none;display:grid;place-items:center;background:var(--line-soft);color:var(--navy);transition:background .2s,color .2s;}
.estimator-embed .opt input:checked + .opt-card .opt-ic{background:var(--navy);color:#fff;}
.estimator-embed .opt-ic svg{width:21px;height:21px;stroke-width:1.6;}
.estimator-embed .opt-txt{flex:1;min-width:0;}
.estimator-embed .opt-h{font-weight:600;font-size:15.5px;letter-spacing:-.01em;}
.estimator-embed .opt-d{font-size:12.8px;color:var(--muted);margin-top:1px;line-height:1.35;}
.estimator-embed .opt-check{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line);flex:none;display:grid;place-items:center;transition:all .2s;}
.estimator-embed .opt input:checked + .opt-card .opt-check{background:var(--brass);border-color:var(--brass);}
.estimator-embed .opt-check svg{width:13px;height:13px;stroke:#fff;stroke-width:3;opacity:0;transform:scale(.5);transition:all .2s var(--ease);}
.estimator-embed .opt input:checked + .opt-card .opt-check svg{opacity:1;transform:none;}
.estimator-embed .opt.check .opt-check{border-radius:6px;}
.estimator-embed .opt.hidden{display:none;}
.estimator-embed .two .opt-card{flex-direction:column;text-align:center;gap:10px;padding:18px 12px;}
.estimator-embed .two .opt-check{display:none;}
.estimator-embed .two .opt-d{font-size:12px;}
.estimator-embed .group{margin-bottom:24px;}
.estimator-embed .group:last-child{margin-bottom:0;}
.estimator-embed .group.hidden{display:none;}
.estimator-embed .group-label{font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:10px;display:flex;align-items:center;gap:8px;}
.estimator-embed .group-label .tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brass-dark);background:var(--brass-tint);padding:2px 7px;border-radius:5px;}
.estimator-embed .chips{display:flex;flex-wrap:wrap;gap:8px;}
.estimator-embed .chip{position:relative;cursor:pointer;}
.estimator-embed .chip input{position:absolute;opacity:0;pointer-events:none;}
.estimator-embed .chip span{display:block;border:1.5px solid var(--line);background:var(--card);border-radius:11px;padding:11px 15px;font-size:14px;font-weight:500;transition:all .18s var(--ease);box-shadow:var(--shadow-sm);}
.estimator-embed .chip:active span{transform:scale(.97);}
.estimator-embed .chip input:checked + span{border-color:var(--brass);background:var(--brass-tint);color:var(--brass-dark);font-weight:600;}
.estimator-embed .chip.hidden{display:none;}
.estimator-embed .toggle-card{border:1.5px solid var(--line);border-radius:var(--radius);background:var(--card);padding:20px;box-shadow:var(--shadow-sm);margin-bottom:22px;}
.estimator-embed .toggle-card .tc-h{font-weight:600;font-size:16px;margin-bottom:4px;}
.estimator-embed .toggle-card .tc-d{font-size:13px;color:var(--muted);margin-bottom:16px;}
.estimator-embed .yn{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.estimator-embed .yn .chip span{text-align:center;}
.estimator-embed .field{margin-bottom:16px;}
.estimator-embed .field label{display:block;font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:7px;}
.estimator-embed .field input[type=text], .estimator-embed .field input[type=email], .estimator-embed .field input[type=tel]{width:100%;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--card);padding:14px 15px;font-size:16px;font-family:inherit;color:var(--ink);transition:border-color .2s,box-shadow .2s;}
.estimator-embed .field input:focus{outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(112,120,110,.12);}
.estimator-embed .field.invalid input{border-color:#c0492f;}
.estimator-embed .err{display:none;color:#c0492f;font-size:12.5px;margin-top:6px;font-weight:500;}
.estimator-embed .field.invalid .err{display:block;}
.estimator-embed .nav{position:fixed;left:0;right:0;bottom:0;z-index:40;background:linear-gradient(to top,var(--bg) 72%,rgba(244,244,241,0));padding:14px 22px calc(16px + env(safe-area-inset-bottom));}
.estimator-embed .nav-inner{max-width:680px;margin:0 auto;display:flex;align-items:center;gap:12px;position:relative;}
.estimator-embed .btn{appearance:none;border:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:16px;border-radius:13px;padding:16px 22px;transition:transform .15s var(--ease),box-shadow .2s,background .2s,opacity .2s;}
.estimator-embed .btn-primary{flex:1;background:var(--navy);color:#fff;box-shadow:var(--shadow-md);}
.estimator-embed .btn-primary:hover{background:var(--navy-soft);}
.estimator-embed .btn-primary:active{transform:scale(.985);}
.estimator-embed .btn-primary .arrow{display:inline-block;margin-left:7px;transition:transform .2s var(--ease);}
.estimator-embed .btn-primary:not(:disabled):hover .arrow{transform:translateX(3px);}
.estimator-embed .btn-back{background:transparent;color:var(--muted);border:1.5px solid var(--line);width:54px;height:54px;padding:0;display:grid;place-items:center;flex:none;border-radius:13px;}
.estimator-embed .btn-back svg{width:20px;height:20px;stroke-width:2;}
.estimator-embed .btn-back.hide{display:none;}
.estimator-embed .stepcount{position:absolute;top:-26px;left:50%;transform:translateX(-50%);font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap;}
.estimator-embed .hero{text-align:center;padding:30px 0 0;animation:fade .5s var(--ease);}
.estimator-embed .hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--card);border:1px solid var(--line);border-radius:30px;padding:7px 15px;font-size:12.5px;font-weight:600;color:var(--ink-soft);box-shadow:var(--shadow-sm);margin-bottom:24px;}
.estimator-embed .hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 3px rgba(63,125,82,.18);}
.estimator-embed .hero h1{font-size:clamp(32px,8vw,46px);margin-bottom:16px;}
.estimator-embed .hero h1 em{font-style:normal;color:var(--brass-dark);font-weight:600;}
.estimator-embed .hero p{font-size:16.5px;color:var(--ink-soft);max-width:26em;margin:0 auto 30px;}
.estimator-embed .hero-meta{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:26px;}
.estimator-embed .hm{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);font-weight:500;}
.estimator-embed .hm svg{width:17px;height:17px;color:var(--brass-dark);stroke-width:1.8;}
.estimator-embed .calc{display:none;text-align:center;padding:90px 0;animation:fade .4s var(--ease);}
.estimator-embed .calc.active{display:block;}
.estimator-embed .spinner{width:46px;height:46px;border:3px solid var(--line);border-top-color:var(--brass);border-radius:50%;margin:0 auto 22px;animation:spin .8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.estimator-embed .calc h2{font-size:23px;margin-bottom:6px;}
.estimator-embed .calc p{color:var(--muted);font-size:14px;}
.estimator-embed .result{display:none;animation:fade .5s var(--ease);padding-bottom:60px;}
.estimator-embed .result.active{display:block;}
.estimator-embed .res-eyebrow{text-align:center;font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brass-dark);margin:8px 0 14px;}
.estimator-embed .res-name{text-align:center;font-size:15px;color:var(--ink-soft);margin-bottom:6px;}
.estimator-embed .range-card{background:var(--navy);color:#fff;border-radius:22px;padding:34px 26px;text-align:center;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;}
.estimator-embed .range-card::before{content:"";position:absolute;top:-40%;right:-20%;width:60%;height:160%;background:radial-gradient(circle,rgba(250,178,0,.20),transparent 70%);}
.estimator-embed .range-card .rl{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65);position:relative;}
.estimator-embed .range-val{font-family:'Space Grotesk',sans-serif;font-size:clamp(30px,8vw,48px);font-weight:600;letter-spacing:-.02em;margin:8px 0;position:relative;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;column-gap:10px;line-height:1.12;}
.estimator-embed .range-val .rv-sep{display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap;}
.estimator-embed .range-val .dash{color:var(--spark);font-style:normal;}
.estimator-embed .range-incl{position:relative;display:inline-flex;align-items:center;gap:6px;margin:0 auto 8px;font-size:12.5px;color:rgba(255,255,255,.85);font-weight:500;}
.estimator-embed .range-incl svg{width:14px;height:14px;stroke:var(--spark);stroke-width:2.6;}
.estimator-embed .range-card .rsub{font-size:13px;color:rgba(255,255,255,.7);position:relative;max-width:24em;margin:0 auto;}
.estimator-embed .timeline-card{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;background:var(--card);border:1.5px solid var(--line);border-radius:14px;padding:14px 18px;box-shadow:var(--shadow-sm);}
.estimator-embed .timeline-card .tl-ic{width:36px;height:36px;border-radius:9px;background:var(--brass-tint);color:var(--brass-dark);display:grid;place-items:center;flex:none;}
.estimator-embed .timeline-card .tl-ic svg{width:19px;height:19px;stroke-width:1.8;}
.estimator-embed .timeline-card .tl-label{font-size:12px;color:var(--muted);font-weight:500;letter-spacing:.02em;}
.estimator-embed .timeline-card .tl-val{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:18px;color:var(--ink);letter-spacing:-.01em;line-height:1.15;}
.estimator-embed .res-section{margin-top:26px;}
.estimator-embed .res-section h3{font-size:18px;margin-bottom:13px;}
.estimator-embed .incl{display:grid;gap:8px;}
.estimator-embed .incl-row{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;background:var(--card);border:1px solid var(--line);border-radius:11px;padding:12px 14px;box-shadow:var(--shadow-sm);}
.estimator-embed .incl-row .ck{width:19px;height:19px;border-radius:50%;background:var(--brass-tint);color:var(--brass-dark);flex:none;display:grid;place-items:center;margin-top:1px;}
.estimator-embed .incl-row .ck svg{width:12px;height:12px;stroke-width:2.5;}
.estimator-embed .incl-row b{font-weight:600;}
.estimator-embed .incl-row span{color:var(--muted);}
.estimator-embed .disclaim{margin-top:22px;font-size:12.5px;color:var(--muted);background:var(--line-soft);border-radius:12px;padding:14px 16px;line-height:1.5;}
.estimator-embed .disclaim b{color:var(--ink-soft);}
.estimator-embed .cta-card{margin-top:26px;background:var(--card);border:1.5px solid var(--brass);border-radius:20px;padding:26px 22px;text-align:center;box-shadow:var(--shadow-md);}
.estimator-embed .cta-card h3{font-size:22px;margin-bottom:8px;}
.estimator-embed .cta-card p{font-size:14px;color:var(--muted);margin-bottom:18px;max-width:26em;margin-left:auto;margin-right:auto;}
.estimator-embed .cta-btn{display:inline-block;background:var(--navy);color:#fff;text-decoration:none;font-weight:600;font-size:16px;padding:16px 30px;border-radius:13px;box-shadow:var(--shadow-md);transition:transform .15s var(--ease),background .2s;}
.estimator-embed .cta-btn:hover{background:var(--navy-soft);transform:translateY(-1px);}
.estimator-embed .cta-fine{font-size:12px;color:var(--muted);margin-top:13px;}
.estimator-embed .trust{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:24px;padding-top:22px;border-top:1px solid var(--line);}
.estimator-embed .trust .t{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);font-weight:500;}
.estimator-embed .trust svg{width:15px;height:15px;color:var(--brass-dark);stroke-width:1.8;}
.estimator-embed .revise{margin-top:26px;border:1.5px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-sm);overflow:hidden;}
.estimator-embed .revise-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;user-select:none;}
.estimator-embed .revise-head h3{font-size:18px;}
.estimator-embed .revise-head .rh-sub{font-size:12.5px;color:var(--muted);margin-top:2px;max-width:32em;}
.estimator-embed .revise-head .chev{transition:transform .3s var(--ease);color:var(--muted);flex:none;}
.estimator-embed .revise.open .revise-head .chev{transform:rotate(180deg);}
.estimator-embed .revise-body{display:none;padding:2px 20px 20px;}
.estimator-embed .revise.open .revise-body{display:block;animation:fade .3s var(--ease);}
.estimator-embed .rev-group{margin-top:18px;}
.estimator-embed .rev-group-title{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--brass-dark);margin-bottom:12px;padding-bottom:9px;border-bottom:1px solid var(--line-soft);}
.estimator-embed .rev-group-title::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brass);}
.estimator-embed .rev-group-title.minor::before{background:var(--line);}
.estimator-embed .rev-group-title.minor{color:var(--muted);}
.estimator-embed .rev-field{margin-bottom:15px;}
.estimator-embed .rev-field.hidden{display:none;}
.estimator-embed .rev-field .rfl{font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:8px;}
.estimator-embed .rchips{display:flex;flex-wrap:wrap;gap:7px;}
.estimator-embed .rchip{border:1.5px solid var(--line);background:var(--card);border-radius:10px;padding:8px 13px;font-size:13.5px;font-weight:500;font-family:inherit;color:var(--ink);cursor:pointer;transition:border-color .15s,background .15s,transform .12s var(--ease);}
.estimator-embed .rchip:active{transform:scale(.96);}
.estimator-embed .rchip.sel{border-color:var(--brass);background:var(--brass-tint);color:var(--brass-dark);font-weight:600;}
.estimator-embed .rchip.hidden{display:none;}
.estimator-embed .rev-actions{margin:2px 0 6px;padding-bottom:18px;border-bottom:1px solid var(--line-soft);display:flex;flex-direction:column;align-items:stretch;gap:10px;}
.estimator-embed .rev-recalc{width:100%;background:var(--navy);color:#fff;border:none;border-radius:12px;padding:15px 24px;font-weight:600;font-size:15px;font-family:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .15s var(--ease),background .2s,box-shadow .2s;}
.estimator-embed .rev-recalc:hover{background:var(--navy-soft);}
.estimator-embed .rev-recalc:active{transform:scale(.98);}
.estimator-embed .revise.dirty .rev-recalc{box-shadow:0 0 0 3px rgba(250,178,0,.45);}
.estimator-embed .rev-dirty{font-size:12.5px;color:var(--brass-dark);font-weight:500;display:none;line-height:1.4;text-align:center;}
.estimator-embed .revise.dirty .rev-dirty{display:block;}
.estimator-embed .collapse-head{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;user-select:none;padding:2px 0;}
.estimator-embed .collapse-head h3{font-size:18px;}
.estimator-embed .collapse-head .chev{transition:transform .3s var(--ease);color:var(--muted);flex:none;}
.estimator-embed .collapse.open .collapse-head .chev{transform:rotate(180deg);}
.estimator-embed .collapse-body{display:none;margin-top:13px;}
.estimator-embed .collapse.open .collapse-body{display:block;animation:fade .3s var(--ease);}
.estimator-embed .footer{text-align:center;font-size:11.5px;color:var(--muted);padding:30px 22px 24px;line-height:1.5;}
@media(max-width:560px){.estimator-embed .stage{padding:6px 16px 0;}
.estimator-embed .brandbar{padding:14px 16px;}
.estimator-embed .nav{padding:12px 14px calc(13px + env(safe-area-inset-bottom));}
.estimator-embed .step{padding-bottom:106px;}
.estimator-embed .hero{padding:14px 0 0;}
.estimator-embed .hero-badge{margin-bottom:20px;}
.estimator-embed .hero h1{font-size:33px;margin-bottom:14px;}
.estimator-embed .hero p{font-size:15.5px;margin-bottom:22px;}
.estimator-embed .hero-meta{gap:12px 16px;margin-top:18px;}
.estimator-embed .q-title{font-size:25px;}
.estimator-embed .q-sub{font-size:14.5px;margin-bottom:20px;}
.estimator-embed .opts{gap:10px;}
.estimator-embed .opt-card{padding:14px 14px;gap:12px;}
.estimator-embed .opt-ic{width:40px;height:40px;}
.estimator-embed .two .opt-card{padding:16px 10px;}
.estimator-embed .opt-h{font-size:15px;}
.estimator-embed .chip span{padding:12px 15px;font-size:14.5px;}
.estimator-embed .rchip{padding:11px 14px;font-size:14px;}
.estimator-embed .toggle-card{padding:18px;}
.estimator-embed .range-card{padding:28px 18px;border-radius:20px;}
.estimator-embed .res-section h3, .estimator-embed .revise-head h3, .estimator-embed .collapse-head h3{font-size:17px;}
.estimator-embed .revise-head, .estimator-embed .revise-body{padding-left:16px;padding-right:16px;}
.estimator-embed .cta-card{padding:24px 18px;}
.estimator-embed .cta-card h3{font-size:21px;}
.estimator-embed .btn{font-size:16px;}
.estimator-embed .btn-primary{padding:16px 18px;}
.estimator-embed .btn-back{width:50px;height:52px;}
.estimator-embed .trust{gap:14px;}}
@media(max-width:360px){.estimator-embed .hero h1{font-size:30px;}
.estimator-embed .two{grid-template-columns:1fr 1fr;}}

/* ---- embed adjustments: site header/footer replace the tool's own chrome ---- */
.estimator-embed .brandbar,
.estimator-embed .app > .footer { display: none; }
.estimator-embed .app { display: block; min-height: 0; }   /* block centering, natural height */
.estimator-embed .stage { padding-top: 24px; }
.estimator-embed .progress-wrap { position: static; }
.estimator-embed .nav { position: static; background: none; padding: 8px 22px 40px; }
.estimator-embed .step { padding-bottom: 32px; }
