:root{--navy:#34363b;--navy-2:#45484f;--blue:#F45301;--blue-2:#d74600;--teal:#F45301;--green:#16835b;--ink:#36383d;--muted:#666a72;--line:#dedfe3;--soft:#f5f5f5;--soft-blue:#fff2eb;--white:#fff;--shadow:0 12px 30px rgba(35,36,40,.08);font-family:Arial,Helvetica,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.65;background:#fff;color:var(--ink)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.container.narrow{width:min(820px,calc(100% - 32px))}.center{text-align:center}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px;z-index:999}.skip-link:focus{left:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;gap:26px;min-height:72px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--navy);font-size:20px;letter-spacing:-.03em;white-space:nowrap}.brand:hover{text-decoration:none}.brand-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-size:22px}.primary-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.primary-nav>a,.nav-dropdown>button{font:inherit;font-weight:700;color:#263954;background:none;border:0;padding:23px 0;cursor:pointer}.nav-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:60px;left:-18px;width:260px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.dropdown-menu a{display:block;padding:9px 11px;color:var(--ink);border-radius:8px}.dropdown-menu a:hover{background:var(--soft-blue);text-decoration:none}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:block}.header-search{display:flex;width:230px;border:1px solid #bcc8d8;border-radius:10px;overflow:hidden;background:#fff}.header-search input{width:100%;border:0;padding:10px 12px;font:inherit;outline:none}.header-search button{border:0;background:#fff;padding:0 12px;font-size:20px;color:var(--navy);cursor:pointer}.nav-toggle{display:none}.breadcrumb-wrap{background:var(--soft);border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;gap:9px;align-items:center;min-height:43px;font-size:13px;color:var(--muted);white-space:nowrap;overflow:auto}.breadcrumbs a{color:var(--muted)}.hero{background:linear-gradient(135deg,#f7fbff 0%,#eaf4ff 55%,#edfdf9 100%);padding:76px 0;border-bottom:1px solid var(--line)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:54px;align-items:center}.eyebrow,.calc-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px;color:var(--teal);margin-bottom:10px}.hero h1,.page-hero h1,.calculator-hero h1{font-size:clamp(40px,6vw,68px);line-height:1.03;letter-spacing:-.055em;margin:0 0 20px;color:var(--navy)}.hero p{font-size:20px;color:#44566f;max-width:700px}.hero-search{display:flex;gap:10px;margin:28px 0 14px}.hero-search input{flex:1;min-width:0;padding:15px 16px;border:1px solid #aebed1;border-radius:11px;font:inherit;background:#fff}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;padding:13px 20px;font:inherit;cursor:pointer}.button:hover{background:var(--blue-2);text-decoration:none}.button.full{width:100%}.hero-links{display:flex;flex-wrap:wrap;gap:10px;font-size:14px}.hero-links span{color:var(--muted)}.hero-links a{font-weight:700}.card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.hero-panel{padding:24px}.mini-calculator{display:grid;gap:16px}.mini-top{display:flex;justify-content:space-between;font-weight:900;color:var(--navy)}.status-dot{font-size:12px;color:var(--green);background:#eafaf3;padding:4px 8px;border-radius:999px}.mini-calculator label{display:grid;gap:6px;font-weight:700}.mini-calculator input,.contact-form input,.contact-form textarea,.sidebar-card input,.calc-aside input{width:100%;padding:12px;border:1px solid #bdc8d8;border-radius:9px;font:inherit}.mini-result{display:flex;justify-content:space-between;align-items:center;padding:18px;border-radius:12px;background:var(--navy);color:#fff}.mini-result strong{font-size:22px}.text-link{font-weight:800}.section{padding:76px 0}.section.alt{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2,.article-section h2{font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.035em;color:var(--navy);margin:0 0 14px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:20px;border:1px solid var(--line);border-radius:15px;color:var(--ink);background:#fff;transition:.2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none;border-color:#b8cef0}.category-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--soft-blue);color:var(--blue);font-size:22px;font-weight:900}.category-icon.large{width:72px;height:72px;font-size:32px}.category-card strong{display:block;font-size:16px;color:var(--navy)}.category-card small{display:block;color:var(--muted);line-height:1.35;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-arrow{font-size:20px;color:var(--blue)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tool-card{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink)}.tool-card:hover{text-decoration:none;border-color:#b8cef0;box-shadow:0 10px 28px rgba(22,43,78,.08)}.tool-mark{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:10px;background:var(--navy);color:#fff;font-weight:900}.tool-card strong{display:block;color:var(--navy)}.tool-card small{display:block;color:var(--muted);margin-top:4px;line-height:1.4}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.large-copy{font-size:20px;color:#4f5f75}.value-list{display:grid;gap:14px}.value-list>div{padding:18px 0;border-bottom:1px solid var(--line)}.value-list strong{display:block;color:var(--navy);font-size:18px}.value-list span{color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.article-card h3{font-size:21px;line-height:1.25;margin:12px 0}.article-card h3 a{color:var(--navy)}.article-card p{color:var(--muted)}.badge{display:inline-block;background:var(--soft-blue);color:var(--blue);font-weight:800;font-size:12px;padding:5px 9px;border-radius:999px}.site-footer{background:#0c1d37;color:#d8e1ef;padding:58px 0 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-brand{color:#fff}.site-footer h2{font-size:15px;color:#fff;margin:0 0 14px}.site-footer a{display:block;color:#c8d5e8;margin:8px 0}.footer-note{font-size:13px;color:#9fb0c8;max-width:420px}.footer-bottom{margin-top:40px;padding:22px 0;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#9fb0c8}.page-hero,.calculator-hero{padding:72px 0;background:linear-gradient(135deg,#f8fbff,#eef5ff);border-bottom:1px solid var(--line)}.page-hero.compact{padding:54px 0}.page-hero.compact h1,.calculator-hero h1{font-size:clamp(36px,5vw,56px)}.page-hero p,.calculator-hero p{font-size:19px;color:var(--muted);max-width:760px}.category-hero-row{display:flex;gap:22px;align-items:center}.category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:42px}.category-pills a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--navy);font-weight:700;background:#fff}.directory-section{scroll-margin-top:90px;margin-bottom:54px}.directory-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:10px}.directory-heading h2{font-size:27px;margin:0}.directory-list{display:grid}.directory-list>a{display:grid;grid-template-columns:minmax(220px,.6fr) 1fr;gap:20px;padding:15px 4px;border-bottom:1px solid var(--line);color:var(--ink)}.directory-list>a:hover{text-decoration:none;background:var(--soft)}.directory-list strong{color:var(--navy)}.directory-list span{color:var(--muted)}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px;align-items:start}.tool-list{display:grid;gap:10px}.tool-list>a{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:12px;color:var(--ink)}.tool-list>a:hover{text-decoration:none;box-shadow:0 8px 24px rgba(22,43,78,.07)}.tool-list strong{display:block;color:var(--navy)}.tool-list small{color:var(--muted)}.sidebar-card{padding:22px}.sidebar-card form,.calc-aside form{display:grid;gap:10px}.sidebar-card h2,.calc-aside h2{font-size:20px}.empty-state{padding:30px;border:1px dashed #b8c6d9;border-radius:14px;text-align:center;background:var(--soft)}.muted{color:var(--muted)}.calculator-hero{padding:55px 0}.calculator-hero .updated,.updated{font-size:13px;color:var(--muted)}.calculator-zone{padding:42px 0 0;background:#fff}.calc-layout{display:grid;grid-template-columns:minmax(0,790px) 280px;gap:34px;align-items:start}.calculator-shell{scroll-margin-top:90px}.calc-card{border:1px solid #cfd9e6;border-radius:18px;background:#fff;box-shadow:var(--shadow);padding:28px}.calc-header{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:24px}.calc-header h2{font-size:26px;margin:0;color:var(--navy)}.reset-button{border:0;background:var(--soft);padding:8px 11px;border-radius:8px;font-weight:700;color:var(--muted);cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.calc-card label,.contact-form label{display:grid;gap:7px;font-weight:750;color:#33445d}.calc-card input,.calc-card select,.contact-form input,.contact-form textarea{width:100%;min-height:46px;padding:11px 12px;border:1px solid #b9c6d7;border-radius:9px;background:#fff;color:var(--ink);font:inherit}.calc-card input:focus,.calc-card select:focus{outline:3px solid rgba(23,105,224,.16);border-color:var(--blue)}.input-unit{display:flex}.input-unit input{border-radius:9px 0 0 9px}.input-unit select,.unit-static{border-radius:0 9px 9px 0;border-left:0;max-width:140px}.unit-static{display:flex;align-items:center;padding:0 14px;border:1px solid #b9c6d7;background:var(--soft);font-weight:800}.currency-input{display:flex}.currency-input>span{display:flex;align-items:center;padding:0 13px;border:1px solid #b9c6d7;border-right:0;border-radius:9px 0 0 9px;background:var(--soft)}.currency-input input{border-radius:0 9px 9px 0}.calculate-button{width:100%;min-height:50px;font-size:17px;margin-top:2px}.calc-message{margin-top:14px;padding:12px;border-radius:9px;background:#fff1f1;color:#992222}.results{margin-top:22px;border:1px solid #b6dfcf;border-radius:14px;overflow:hidden;background:#f6fffb}.primary-result{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px;background:#eafaf3}.primary-result span{color:#2d5d49;font-weight:800}.primary-result strong{font-size:27px;color:#075d36;text-align:right}.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#d8e9e2}.result-grid>div{padding:16px;background:#fff}.result-grid span{display:block;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.result-grid strong{display:block;color:var(--navy);margin-top:4px}.results h3{font-size:15px;padding:14px 16px 7px;margin:0;color:var(--navy)}.result-actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 16px;border-top:1px solid #d8e9e2;background:#fff}.result-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;cursor:pointer}.mode-tabs{display:flex;gap:7px;margin-bottom:18px;overflow:auto}.mode-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:9px 11px;border-radius:8px;font-weight:700;cursor:pointer}.mode-tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.sentence-input{display:flex;align-items:center;gap:10px;margin-bottom:18px}.sentence-input input{min-width:0}.calc-aside{display:grid;gap:18px}.calc-aside .card{padding:20px;box-shadow:none}.toc{display:grid;margin-top:10px}.toc a{padding:7px 0;border-bottom:1px solid var(--line)}.ad-placeholder{min-height:250px;border:1px dashed #c6cfdb;background:var(--soft);display:grid;place-items:center;color:#8794a7;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.result-disclaimer{font-size:12px;color:var(--muted);padding:12px 6px}.article-section{padding-top:58px}.prose{font-size:18px;line-height:1.75}.prose h2{margin-top:44px}.prose h3{font-size:24px;color:var(--navy);margin-top:32px}.prose table{width:100%;border-collapse:collapse;font-size:15px}.prose th,.prose td{border:1px solid var(--line);padding:10px;text-align:left}.prose th{background:var(--soft)}.prose blockquote{border-left:4px solid var(--blue);background:var(--soft-blue);padding:12px 18px;margin-left:0}.method-note{margin-top:48px;padding:24px;border-radius:14px;background:var(--soft-blue);border:1px solid #cfe1f7}.method-note h2{margin-top:0;font-size:25px}.notice{padding:14px;border-radius:10px;margin-bottom:18px}.notice.success{background:#eafaf3;color:#075d36}.notice.error{background:#fff0f0;color:#932424}.contact-form{padding:24px;margin-top:20px}.contact-form>label{margin-bottom:16px}.hp{position:absolute!important;left:-9999px!important}.search-page{max-width:700px}.result-count{color:var(--muted)}.search-results{display:grid;gap:14px}.search-results>a{display:block;padding:20px;border:1px solid var(--line);border-radius:14px;color:var(--ink)}.search-results>a:hover{text-decoration:none;box-shadow:0 9px 26px rgba(22,43,78,.07)}.search-results h2{font-size:23px;margin:9px 0}.search-results p{color:var(--muted);margin:0}
.project-station-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;margin-top:22px;padding:24px;border:1px solid #bcd8ff;border-radius:18px;background:linear-gradient(135deg,#edf6ff 0%,#f3fffb 100%);box-shadow:0 14px 34px rgba(23,105,224,.08);scroll-margin-top:92px}.station-cta-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-weight:900;letter-spacing:-.04em}.station-cta-copy h2{font-size:25px;margin:0 0 7px;color:var(--navy)}.station-cta-copy p{margin:0;color:#4c6079}.station-cta-copy ul{display:flex;flex-wrap:wrap;gap:8px 18px;margin:12px 0 0;padding:0;list-style:none;font-size:13px;font-weight:750;color:#31516a}.station-cta-copy li:before{content:"✓";color:var(--green);margin-right:6px}.station-cta-button{white-space:nowrap}.station-card{border-color:#b9d5f7}.calc-intro{margin:8px 0 0;color:var(--muted);font-weight:500}.station-step{display:flex;align-items:center;gap:11px;margin:26px 0 14px;padding-top:20px;border-top:1px solid var(--line)}.calc-header+.station-step{margin-top:4px;padding-top:0;border-top:0}.station-step>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}.station-step strong,.station-step small{display:block}.station-step strong{color:var(--navy)}.station-step small{color:var(--muted);font-size:13px}.station-results h3{font-size:16px;padding:18px 18px 8px}.cost-summary,.shopping-list{display:grid;padding:0 18px 16px}.cost-summary>div,.shopping-list>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #dfeae5}.cost-summary span,.shopping-list span{color:var(--muted)}.cost-summary strong,.shopping-list strong{color:var(--navy);text-align:right}.cost-summary .cost-total{margin-top:4px;padding-top:14px;border-top:2px solid #b7d5c7;border-bottom:0;font-size:18px}.station-actions{flex-wrap:wrap}.station-actions button:first-child{background:var(--navy);color:#fff;border-color:var(--navy)}.project-stations-home{background:linear-gradient(135deg,#102a56,#173b70);color:#fff;border-radius:24px;padding:34px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center}.project-stations-home h2{color:#fff;margin-bottom:10px}.project-stations-home p{color:#dce8f8;margin:0;max-width:760px}.project-stations-home .eyebrow{color:#74e0cf}.project-stations-home .button{background:#fff;color:var(--navy)}.project-stations-home .button:hover{background:#eef5ff}.category-station-banner{margin-bottom:40px}.station-chip-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.station-chip{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#eaf2ff;font-size:13px;font-weight:750}
@media(max-width:980px){.project-station-cta{grid-template-columns:auto 1fr}.station-cta-button{grid-column:1/-1}.project-stations-home{grid-template-columns:1fr}.project-stations-home .button{justify-self:start}.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:14px 22px;box-shadow:var(--shadow)}.primary-nav.open{display:grid}.primary-nav>a,.nav-dropdown>button{padding:8px 0}.dropdown-menu{position:static;display:grid!important;box-shadow:none;border:0;padding:6px 0 0 14px;width:auto}.nav-toggle{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px}.header-search{width:190px}.hero-inner{grid-template-columns:1fr}.hero-panel{max-width:520px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-layout{grid-template-columns:1fr}.calc-aside{grid-template-columns:repeat(2,minmax(0,1fr))}.ad-placeholder{min-height:160px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.two-column{grid-template-columns:1fr}.sidebar-card{max-width:500px}}@media(max-width:650px){.project-station-cta{grid-template-columns:1fr;padding:20px}.station-cta-icon{width:48px;height:48px}.station-cta-copy ul{display:grid;gap:6px}.station-cta-button{width:100%}.project-stations-home{padding:24px;border-radius:18px}.cost-summary>div,.shopping-list>div{align-items:flex-start}.cost-summary strong,.shopping-list strong{text-align:right;max-width:55%}.container,.container.narrow{width:min(100% - 24px,1160px)}.header-inner{min-height:62px;gap:10px}.brand{font-size:17px}.brand-icon{width:31px;height:31px}.header-search{display:none}.primary-nav{top:62px}.hero{padding:54px 0}.hero h1{font-size:42px}.hero p{font-size:18px}.hero-search{display:grid}.section{padding:54px 0}.section-heading{align-items:start}.category-grid,.tool-grid,.article-grid,.value-grid,.footer-grid{grid-template-columns:1fr}.category-card{padding:16px}.calc-card{padding:20px 16px;border-radius:14px}.form-grid,.form-grid.three,.result-grid{grid-template-columns:1fr}.input-unit select{max-width:125px}.primary-result{align-items:start;flex-direction:column}.primary-result strong{text-align:left}.sentence-input{display:grid;grid-template-columns:1fr}.calc-aside{grid-template-columns:1fr}.directory-list>a{grid-template-columns:1fr;gap:4px}.category-hero-row{align-items:flex-start}.footer-grid>div:last-child{grid-column:auto}.mode-tabs{margin-inline:-4px}.page-hero,.calculator-hero{padding:44px 0}.hero-panel{padding:17px}}
@media print{.site-header,.site-footer,.breadcrumb-wrap,.calc-aside,.project-station-cta,.result-actions,.reset-button,.calculate-button,.result-disclaimer{display:none!important}.calculator-zone,.section{padding:0}.calc-layout{display:block}.calc-card{box-shadow:none;border:0}.results{break-inside:avoid}}


/* Calculator Stations v1.3 visual system — original implementation inspired by a compact calculator directory layout. */
.ui-icon{display:block;width:1em;height:1em}
body{font-size:15px;background:var(--white)}
a{color:var(--blue)}
.site-header{background:rgba(255,255,255,.98);box-shadow:0 1px 4px rgba(0,0,0,.08);border-bottom:0}
.header-inner{min-height:54px;gap:18px}
.brand{font-size:20px;color:#47494f;gap:7px;letter-spacing:-.025em}
.brand-icon{width:27px;height:27px;border-radius:0;background:none;color:var(--blue);font-size:27px}
.brand-icon .ui-icon{width:27px;height:27px}
.header-search{order:2;width:min(410px,38vw);height:38px;border-color:#d6d7db;border-radius:18px;margin-right:auto;align-items:center}
.header-search>span{display:grid;place-items:center;padding-left:12px;color:#999da5;font-size:16px}
.header-search input{font-size:13px;padding:8px 10px;background:transparent}
.primary-nav{order:3;margin-left:0;gap:18px}
.primary-nav>a,.nav-dropdown>button{font-size:13px;font-weight:600;color:#3f4146;padding:18px 0}
.dropdown-menu{top:48px;border-radius:8px;box-shadow:0 12px 26px rgba(0,0,0,.12)}
.dropdown-menu a{font-size:13px}
.nav-dropdown.open .dropdown-menu{display:block}
.theme-toggle{order:4;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#45474d;cursor:pointer;font-size:18px}
.theme-toggle:hover{background:var(--soft)}
.theme-toggle .theme-sun{display:none}
.nav-toggle{order:5;font-size:12px}
.home-hero{padding:64px 0 48px;text-align:center;background:var(--white)}
.home-hero-inner{max-width:850px}
.home-hero h1{margin:0;color:var(--blue);font-size:clamp(35px,4.5vw,51px);line-height:1.08;letter-spacing:-.045em}
.home-hero>div>p{max-width:740px;margin:14px auto 24px;color:#45474d;font-size:16px}
.home-search{position:relative;display:flex;align-items:center;width:min(560px,100%);height:46px;margin:0 auto 28px;border:1px solid #d4d5d9;border-radius:22px;background:var(--white);overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.03)}
.home-search .search-leading{display:grid;place-items:center;padding-left:16px;color:#a1a3a8;font-size:18px}
.home-search input{width:100%;height:100%;min-width:0;border:0;outline:0;padding:0 12px;font:inherit;font-size:14px;background:transparent;color:var(--ink)}
.home-search button{display:grid;place-items:center;flex:0 0 46px;height:46px;border:0;background:var(--blue);color:#fff;cursor:pointer;font-size:20px}
.home-station-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 auto 26px}
.home-station-card{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px 8px;border:1px solid #d9dade;border-radius:12px;background:#fff;color:#3e4045;font-size:13px;font-weight:600;transition:.18s ease}
.home-station-card:hover{border-color:var(--blue);box-shadow:0 8px 18px rgba(244,83,1,.10);transform:translateY(-2px);text-decoration:none}
.home-station-icon{display:grid;place-items:center;color:var(--blue);font-size:39px}
.home-station-icon .ui-icon{width:39px;height:39px;stroke-width:1.75}
.home-primary-button{display:inline-flex;align-items:center;justify-content:center;min-width:330px;min-height:43px;padding:10px 22px;border-radius:10px;background:var(--blue);color:#fff;font-size:14px;font-weight:800}
.home-primary-button:hover{background:var(--blue-2);text-decoration:none}
.home-section{padding:34px 0}
.home-trust-section{padding-top:16px}
.home-trust-panel,.home-about-panel{padding:34px 58px;border-radius:14px;background:#f3f3f3;text-align:center}
.home-trust-panel h2,.home-about-panel h2,.featured-tool-wrap h2,.home-section-heading h2{margin:0 0 12px;color:var(--blue);font-size:29px;line-height:1.15;letter-spacing:-.025em}
.home-trust-panel>p,.home-about-panel>p,.featured-tool-wrap>p,.home-section-heading p{color:#4f5157;max-width:900px;margin:0 auto 14px}
.trust-badge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 18px;margin-top:28px}
.trust-badge{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:10px;border-radius:8px;background:rgba(255,255,255,.72);color:#45474c}
.trust-badge span{color:var(--blue);font-size:23px}
.trust-badge strong{font-size:13px}
.featured-tool-section{text-align:center}
.featured-tool-wrap{max-width:800px}
.home-overline{margin-bottom:5px!important;color:#4d4f55!important;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.04em}
.featured-tool-wrap>p:not(.home-overline){font-size:14px}
.featured-inline-calculator{display:flex;align-items:stretch;width:min(610px,100%);margin:20px auto 12px;border:1px solid #cfd0d4;border-radius:10px;overflow:hidden;background:#fff}
.featured-inline-calculator label{display:flex;align-items:center;flex:1;min-width:0}
.featured-inline-calculator label:first-child{border-right:1px solid #dedfe2}
.featured-inline-calculator input{width:100%;min-width:0;height:44px;border:0;outline:0;padding:0 12px;font:inherit;text-align:center;background:transparent}
.featured-inline-calculator small{padding-right:11px;color:#7a7d84;white-space:nowrap}
.featured-inline-calculator button{display:grid;place-items:center;flex:0 0 52px;border:0;background:var(--blue);color:#fff;font-size:22px;cursor:pointer}
.featured-result-card{width:min(590px,100%);margin:auto;padding:18px 24px 16px;border:1px solid #cfd0d4;border-radius:12px;background:#fff}
.featured-result-card>strong{display:block;color:#3f4146;font-size:15px}
.featured-result-card>div{font-size:31px;font-weight:800;color:var(--blue);margin:3px 0}
.featured-result-card p{margin:0 0 5px;color:#64676e;font-size:13px}
.featured-result-card a{font-size:13px;font-weight:700}
.home-about-panel{text-align:left}
.home-about-panel h2{text-align:center}
.home-about-panel a{font-weight:700}
.home-section-heading{text-align:center;margin-bottom:26px}
.popular-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.popular-directory-card{display:flex;flex-direction:column;min-height:294px;padding:17px;border:1px solid #dadbdf;border-radius:12px;background:#fff}
.popular-card-heading{display:flex;align-items:center;gap:9px;padding-bottom:11px;border-bottom:1px solid #dedfe2;color:var(--blue)}
.popular-card-heading span{font-size:23px}
.popular-card-heading h3{margin:0;color:#44464b;font-size:15px}
.popular-card-links{display:grid;margin:9px 0 13px}
.popular-card-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:7px 1px;color:#37393e;font-size:13px;border-bottom:1px solid #eee}
.popular-card-links a:hover{color:var(--blue);text-decoration:none}
.popular-card-links .ui-icon{width:15px;height:15px;color:var(--blue)}
.popular-see-all{display:flex;align-items:center;justify-content:center;margin-top:auto;min-height:34px;border:1px solid var(--blue);border-radius:8px;color:#45474c;font-size:12px;font-weight:700}
.popular-see-all:hover{background:var(--blue);color:#fff;text-decoration:none}
.popular-view-all{text-align:center;margin-top:28px}
.site-footer{margin-top:38px;padding:26px 0 0;background:#fff;color:#47494e;border-top:1px solid #d7d8dc}
.footer-brand-row{display:flex;justify-content:center;padding-bottom:24px}
.footer-brand{color:#46484d}
.footer-grid{grid-template-columns:minmax(280px,1.5fr) .75fr .9fr;gap:70px;padding-bottom:30px}
.site-footer h2{color:#47494e;font-size:16px;margin:0 0 14px}
.site-footer a{color:#4b4d52;font-size:13px;margin:8px 0}
.site-footer a:hover{color:var(--blue)}
.footer-feedback form{display:grid;gap:8px;padding:14px;border:1px solid #d4d5d9;border-radius:12px;background:#fff}
.footer-feedback input,.footer-feedback textarea{width:100%;border:1px solid #dedfe2;border-radius:9px;padding:10px 11px;font:inherit;font-size:13px;resize:vertical;color:#3d3f44;background:#fff}
.footer-feedback button{min-height:37px;border:1px solid var(--blue);border-radius:8px;background:#fff;color:#44464b;font-weight:700;cursor:pointer}
.footer-feedback button:hover{background:var(--blue);color:#fff}
.footer-bottom{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2px;margin-top:0;padding:18px 0 24px;border-top:1px solid #dedfe2;color:#8a8d94;text-align:center;font-size:11px}
.footer-bottom p{margin:0;max-width:800px}
.button,.calculate-button{background:var(--blue)}
.button:hover,.calculate-button:hover{background:var(--blue-2)}
.eyebrow,.calc-kicker,.badge{color:var(--blue)}
.badge{background:var(--soft-blue)}
.category-icon{background:var(--soft-blue);color:var(--blue)}
.tool-mark,.mode-tabs button.active,.station-step>span{background:var(--blue);border-color:var(--blue)}
.project-stations-home{background:linear-gradient(135deg,#4a3429,#F45301)}
.project-stations-home .eyebrow{color:#fff0e8}
.project-stations-home .button{color:var(--blue)}
.project-station-cta{border-color:#ffc6aa;background:linear-gradient(135deg,#fff5f0 0%,#fffaf6 100%);box-shadow:0 14px 34px rgba(244,83,1,.08)}
.station-cta-icon{background:linear-gradient(135deg,#f7844b,#F45301)}
.calc-card input:focus,.calc-card select:focus{outline-color:rgba(244,83,1,.16);border-color:var(--blue)}
.prose blockquote{border-left-color:var(--blue);background:var(--soft-blue)}
.page-hero,.calculator-hero{background:linear-gradient(135deg,#fffaf7,#fff1e9)}

html[data-theme="dark"]{--navy:#f1f2f4;--navy-2:#d8dade;--ink:#eeeeef;--muted:#b4b6bc;--line:#3b3d43;--soft:#222329;--soft-blue:#33231c;--white:#17181c;--shadow:0 12px 30px rgba(0,0,0,.25)}
html[data-theme="dark"] body,html[data-theme="dark"] .site-header,html[data-theme="dark"] .home-hero,html[data-theme="dark"] .site-footer,html[data-theme="dark"] .card,html[data-theme="dark"] .home-station-card,html[data-theme="dark"] .popular-directory-card,html[data-theme="dark"] .featured-result-card,html[data-theme="dark"] .featured-inline-calculator,html[data-theme="dark"] .footer-feedback form,html[data-theme="dark"] .calc-card,html[data-theme="dark"] .result-grid>div,html[data-theme="dark"] .result-actions{background:#17181c;color:var(--ink)}
html[data-theme="dark"] .home-trust-panel,html[data-theme="dark"] .home-about-panel,html[data-theme="dark"] .breadcrumb-wrap,html[data-theme="dark"] .section.alt{background:#222329}
html[data-theme="dark"] .trust-badge{background:#2b2c31;color:#eee}
html[data-theme="dark"] .header-search,html[data-theme="dark"] .home-search,html[data-theme="dark"] .footer-feedback input,html[data-theme="dark"] .footer-feedback textarea,html[data-theme="dark"] .calc-card input,html[data-theme="dark"] .calc-card select{background:#202126;color:#eee;border-color:#3b3d43}
html[data-theme="dark"] .brand,html[data-theme="dark"] .primary-nav>a,html[data-theme="dark"] .nav-dropdown>button,html[data-theme="dark"] .theme-toggle,html[data-theme="dark"] .home-station-card,html[data-theme="dark"] .popular-card-heading h3,html[data-theme="dark"] .popular-card-links a,html[data-theme="dark"] .site-footer h2,html[data-theme="dark"] .site-footer a{color:#ececef}
html[data-theme="dark"] .dropdown-menu{background:#202126}
html[data-theme="dark"] .theme-toggle .theme-moon{display:none}
html[data-theme="dark"] .theme-toggle .theme-sun{display:block;color:#ffc98f}
html[data-theme="dark"] .page-hero,html[data-theme="dark"] .calculator-hero{background:#202126}

@media(max-width:980px){
  .header-inner{gap:10px}.header-search{order:3;width:min(300px,36vw)}.primary-nav{order:6;top:54px}.theme-toggle{margin-left:auto}.nav-toggle{display:block;margin-left:0}
  .home-station-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1.35fr 1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:680px){
  .header-inner{min-height:58px}.brand{font-size:16px}.brand-icon,.brand-icon .ui-icon{width:24px;height:24px}.header-search{display:none}.primary-nav{top:58px}.theme-toggle{margin-left:auto}
  .home-hero{padding:43px 0 35px}.home-hero h1{font-size:36px}.home-hero>div>p{font-size:14px}.home-station-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-station-card{min-height:100px;font-size:12px}.home-station-icon,.home-station-icon .ui-icon{width:34px;height:34px;font-size:34px}.home-primary-button{width:100%;min-width:0}
  .home-trust-panel,.home-about-panel{padding:26px 20px}.trust-badge-grid{grid-template-columns:1fr}.featured-inline-calculator{display:grid;grid-template-columns:1fr 1fr 48px}.featured-inline-calculator label:first-child{border-right:1px solid #dedfe2}.featured-inline-calculator input{padding:0 5px}.featured-result-card{padding:16px}
  .popular-directory-grid,.footer-grid{grid-template-columns:1fr}.footer-grid{gap:30px}.popular-directory-card{min-height:auto}.site-footer{margin-top:18px}
}
