@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#17231f;--graphite:#25352f;--emerald:#008a62;--emerald-deep:#006b4d;--mint:#e5f5ee;--canvas:#f7f9f6;--paper:#fff;--line:#dce5df;--muted:#52635b;--warning:#875b16;--danger:#a83232;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:16px/1.55 'DM Sans',Arial,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,'DM Sans',sans-serif;letter-spacing:-.04em;line-height:1.14}h1{font-size:clamp(2.3rem,4.2vw,4.6rem);font-weight:800}h2{font-size:clamp(1.55rem,2.3vw,2.5rem)}h3{font-size:1.16rem}a{color:inherit;text-decoration:none}a:hover{color:var(--emerald)}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}select{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px 15px;background:#fff;color:var(--ink)}select:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #44bc94;outline-offset:3px}.container{width:min(1200px,calc(100% - 48px));margin:auto}.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:12px;z-index:40}.skip:focus{left:12px}.demo-bar{background:#102c22;color:#fff;text-align:center;font-size:11px;font-weight:800;letter-spacing:.15em;padding:7px 12px}.demo-bar span{font-size:12px;font-weight:500;letter-spacing:0;margin-left:12px;color:#c7e9da}.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.header-inner{min-height:77px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;gap:10px;font:800 21px Manrope,sans-serif;letter-spacing:-.05em;white-space:nowrap}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;color:#fff;background:var(--emerald);font-size:22px}.desktop-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:700}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--emerald)}.header-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 13px;font-weight:700}.mobile-nav{padding:12px 24px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:9px 0;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:12px 17px;font-size:14px;font-weight:800;line-height:1.2;transition:background .2s,color .2s,transform .2s;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--emerald);color:#fff}.button-primary:hover{background:var(--emerald-deep);color:#fff}.button-outline{border-color:var(--line);background:#fff;color:var(--ink)}.button-outline:hover{border-color:var(--emerald);color:var(--emerald)}.eyebrow{display:inline-block;color:var(--emerald-deep);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.hero{display:grid;grid-template-columns:.96fr 1.04fr;gap:45px;align-items:center;padding-top:65px;padding-bottom:70px}.hero-copy h1{margin:18px 0 24px;max-width:570px}.hero-copy>p{max-width:510px;color:var(--muted);font-size:19px}.hero-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-proof{display:flex;align-items:center;gap:9px;margin-top:32px;font-size:13px;color:var(--muted);font-weight:700}.dot{width:8px;height:8px;border-radius:50%;background:var(--emerald)}.hero-workspace{position:relative;padding:22px 0 0 20px}.hero-workspace:before{content:'';position:absolute;inset:0 0 48px 0;border-radius:28px;background:#e8f2eb;z-index:-1}.selector-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 45px #1d3c2d13;padding:26px}.selector-head h2{font-size:24px;margin:5px 0 22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field-row label{display:block;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.02em}.field-row select{margin-top:7px}.selector-card button{margin-top:18px;width:100%}.fine-print{color:var(--muted);font-size:12px;margin:15px 0 0}.ledger-preview{background:var(--graphite);color:#fff;border-radius:var(--radius);padding:23px;margin:12px 0 0 28px;box-shadow:0 18px 35px #17231f24}.ledger-top,.ledger-line,.ledger-total{display:flex;justify-content:space-between;gap:15px;align-items:center}.ledger-top{font-weight:800;font-size:13px;padding-bottom:17px}.ledger-line{font-size:13px;color:#cde0d5;padding:10px 0;border-top:1px solid #47594e}.ledger-line strong{font:700 19px Manrope;color:#fff;font-variant-numeric:tabular-nums}.ledger-line .negative{color:#e5f5ee}.ledger-total{border-top:1px solid #758b7d;padding-top:15px;margin-top:5px;font-weight:800}.ledger-total strong{font:800 28px Manrope;font-variant-numeric:tabular-nums}.ledger-preview p{font-size:12px;color:#bad0c2;margin:13px 0 0}.status{display:inline-block;border-radius:100px;padding:4px 9px;font-size:10px;font-weight:800;letter-spacing:.03em}.status-soft{background:var(--mint);color:var(--emerald-deep)}.ledger-preview .status-soft{background:#3e5949;color:#d6f7e7}.status-warn{background:#fff4d9;color:var(--warning)}.status-error{background:#fceaea;color:var(--danger)}.section{padding-top:60px;padding-bottom:65px}.first-section{padding-top:65px}.section-head{max-width:640px;margin-bottom:25px}.section-head h2{margin:8px 0}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.info-card,.panel,.catalog-panel,.pricing-table,.price-aside,.guide-card,.quick-order{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.info-card{padding:24px}.info-card h3{margin-bottom:11px}.info-card p{color:var(--muted);font-size:14px;margin:0}.split-band{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;background:#e7f2e9;border-radius:25px;padding:45px 54px;margin-bottom:75px}.split-band h2{max-width:450px;margin:12px 0}.split-band p{max-width:450px;color:var(--muted)}.sample-rows{background:#fff;border-radius:17px;padding:13px 23px}.sample-rows div{display:flex;justify-content:space-between;gap:10px;padding:19px 0;border-bottom:1px solid var(--line);font-size:14px}.sample-rows div:last-child{border:0}.sample-rows strong,.pricing-table strong{font-variant-numeric:tabular-nums}.positive{color:var(--emerald-deep)!important}.site-footer{background:#1b2b24;color:#e8f2eb;padding-top:47px}.footer-grid{display:flex;justify-content:space-between;gap:40px}.footer-grid p{max-width:300px;color:#b6c8bc;font-size:13px;margin-top:20px}.site-footer nav{display:grid;grid-template-columns:repeat(3,max-content);gap:12px 28px;font-size:13px}.site-footer nav a:hover{color:#97edc3}.footer-bottom{border-top:1px solid #43574a;color:#a9bfb1;padding:17px 0;margin-top:35px;font-size:11px}.page-heading{max-width:780px;margin-bottom:33px}.page-heading h1{margin:12px 0 17px}.page-heading p{font-size:18px;color:var(--muted);max-width:750px}.catalog-grid{display:grid;grid-template-columns:400px 1fr;gap:18px;align-items:start}.catalog-panel{min-height:330px;padding:26px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:15px}.panel-head h2{font-size:21px;margin:0}.panel-head p{color:var(--muted);font-size:13px;margin:5px 0 0}.panel-head a{font-weight:800;color:var(--emerald-deep);font-size:13px}.empty-state{border:1px dashed #bbccc1;border-radius:13px;background:#fbfdfb;padding:36px;text-align:center;color:var(--muted);font-size:14px}.catalog-option{border:1px solid var(--line);border-radius:12px;padding:17px;display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;margin-top:15px}.catalog-option strong{display:block;font:800 19px Manrope}.catalog-option small{color:var(--muted)}.narrow-note{max-width:850px;margin-bottom:70px;border-left:3px solid var(--emerald);padding-left:25px}.narrow-note h2{font-size:23px}.narrow-note p{color:var(--muted)}.pricing-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.pricing-table,.price-aside{padding:25px}.pricing-table>div{display:flex;justify-content:space-between;gap:20px;padding:18px 2px;border-bottom:1px solid var(--line)}.pricing-table .table-header{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800;padding-top:0}.pricing-table p{color:var(--muted);font-size:12px;margin:20px 0 0}.price-aside{background:var(--graphite);color:#fff}.price-aside p{color:#c5d8ca}.price-aside .button{margin-top:15px}.steps{max-width:860px}.steps article{display:grid;grid-template-columns:70px 1fr;gap:16px;padding:25px 0;border-bottom:1px solid var(--line)}.step-count{font:800 27px Manrope;color:var(--emerald)}.steps h2{font-size:23px;margin:0 0 9px}.steps p{color:var(--muted);margin:0}.section-action{margin-top:30px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.guide-card{padding:28px;transition:border .2s,transform .2s}.guide-card:hover{border-color:var(--emerald);transform:translateY(-2px)}.guide-card h2{font-size:23px;margin:14px 0}.guide-card p{color:var(--muted);font-size:14px;min-height:45px}.guide-arrow{font-weight:800;color:var(--emerald-deep);font-size:13px}.article{max-width:880px;padding-top:58px;padding-bottom:80px}.article h1{margin:12px 0 25px}.article-lead{font-size:20px;color:var(--muted);max-width:750px}.article-body{max-width:700px}.article-body section{padding-top:22px;margin-top:24px;border-top:1px solid var(--line)}.article-body h2{font-size:24px}.article-body p{color:var(--muted);line-height:1.75}.article-action{display:flex;gap:10px;margin-top:40px}.breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:12px;margin-bottom:30px}.breadcrumb a{color:var(--emerald-deep)}.simple-page{min-height:58vh}.notice{background:#fff4d9;border:1px solid #e9d5a2;padding:18px;border-radius:12px;color:#604816;margin:20px 0}.faq-page{max-width:920px}.faq-list{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.faq-list details{border-bottom:1px solid var(--line);padding:0 24px}.faq-list details:last-child{border:0}.faq-list summary{cursor:pointer;list-style:none;padding:20px 25px 20px 0;font-weight:800;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;color:var(--emerald);font-size:23px;top:12px}.faq-list details[open] summary:after{content:'−'}.faq-list p{color:var(--muted);max-width:720px;padding-bottom:18px}.help-callout{margin-top:24px;background:var(--mint);padding:28px;border-radius:18px}.help-callout h2{font-size:22px}.help-callout p{color:var(--muted)}.auth-card{max-width:570px;background:#fff;border:1px solid var(--line);border-radius:18px;margin-top:70px;margin-bottom:100px;padding:38px}.auth-card h1{font-size:34px;margin:12px 0}.auth-card p{color:var(--muted)}.account-layout{display:grid;grid-template-columns:215px 1fr;gap:32px;min-height:69vh;padding-top:40px;padding-bottom:75px}.account-rail{background:var(--graphite);color:#fff;border-radius:18px;padding:22px;height:max-content;position:sticky;top:15px;display:flex;flex-direction:column;gap:4px}.account-rail a{padding:10px 12px;border-radius:9px;font-size:13px;font-weight:700;color:#d5e5d9}.account-rail a:hover,.account-rail a[aria-current]{background:#446451;color:#fff}.rail-title{font:800 13px Manrope;padding:9px 12px 13px}.rail-note{border-top:1px solid #56705d;margin-top:13px;padding:17px 12px 0;font-size:11px;color:#c1d5c7}.account-heading{margin-bottom:27px}.account-heading h1{font-size:39px;margin:8px 0}.account-heading p{color:var(--muted);margin:0}.account-top{display:grid;grid-template-columns:1.1fr .9fr;gap:15px}.balance-card{background:var(--graphite);color:#fff;border-radius:18px;padding:27px;display:flex;flex-direction:column}.balance-card>span{font-size:13px;color:#c3d8ca}.balance-card>strong{font:800 50px Manrope;font-variant-numeric:tabular-nums;letter-spacing:-.06em;margin:8px 0}.balance-card small{color:#bbd1c0}.balance-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:27px}.quick-order{padding:27px}.quick-order h2{font-size:25px;margin:14px 0}.quick-order p{color:var(--muted);font-size:14px}.account-columns{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.panel{padding:23px}.activity-list{display:flex;flex-direction:column}.activity-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line);padding:15px 0;font-size:13px}.activity-row:first-child{border-top:0}.activity-row strong{font-variant-numeric:tabular-nums}.activity-row small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.activity-row a{font-weight:800;color:var(--emerald-deep)}.balance-strip{display:flex;align-items:center;justify-content:space-between;background:var(--mint);border-radius:16px;padding:23px;margin-bottom:17px}.balance-strip strong{font:800 27px Manrope;font-variant-numeric:tabular-nums}.topup-panel p,.panel>p{color:var(--muted)}.quote-line{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0}.quote-line strong{font-variant-numeric:tabular-nums}.topup-panel button{margin-top:16px}.inline-message{font-size:13px;color:var(--emerald-deep);margin-top:14px}.order-card{border-top:1px solid var(--line);padding:16px 0;display:flex;justify-content:space-between;gap:15px;align-items:center}.order-card:first-child{border-top:0}.order-card p{color:var(--muted);font-size:12px;margin:4px 0 0}.order-card strong{font-variant-numeric:tabular-nums}.order-detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.detail-list div{border-top:1px solid var(--line);padding:14px 0}.detail-list span{display:block;font-size:12px;color:var(--muted)}.detail-list strong{font:800 16px Manrope}.detail-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.toast{position:fixed;bottom:20px;right:20px;background:var(--graphite);color:#fff;border-radius:12px;padding:12px 17px;box-shadow:0 10px 25px #0003;z-index:50;max-width:320px;font-size:13px}
@media(max-width:970px){.desktop-nav{gap:14px}.desktop-nav a{font-size:12px}.hero{gap:20px}.catalog-grid{grid-template-columns:350px 1fr}.account-layout{gap:19px}.container{width:min(100% - 36px,1200px)}}
@media(max-width:760px){.desktop-nav{display:none}.menu-toggle{display:block}.header-actions .button{display:none}.hero{grid-template-columns:1fr;padding-top:44px}.hero-workspace{padding-left:0}.hero-copy h1{max-width:650px}.three-grid,.guide-grid,.split-band,.pricing-layout,.catalog-grid,.account-top,.account-columns,.order-detail-grid{grid-template-columns:1fr}.split-band{gap:25px;padding:30px;margin-bottom:35px}.site-footer nav{grid-template-columns:repeat(2,max-content)}.account-layout{grid-template-columns:1fr;padding-top:25px}.account-rail{position:static;flex-direction:row;overflow:auto;align-items:center;white-space:nowrap;padding:9px}.rail-title,.rail-note{display:none}.account-rail a{flex:none}.account-heading h1{font-size:32px}.footer-grid{flex-direction:column}.catalog-panel{min-height:220px}}
@media(max-width:520px){.container{width:calc(100% - 28px)}.demo-bar span{display:block;margin:0;letter-spacing:0}.header-inner{min-height:65px}.brand{font-size:19px}.hero{padding-top:35px;padding-bottom:45px}.hero-copy h1{font-size:37px}.hero-copy>p{font-size:16px}.hero-workspace:before{inset:0 0 30px 0}.selector-card{padding:20px}.field-row{grid-template-columns:1fr}.ledger-preview{margin:10px 0 0 13px;padding:18px}.ledger-top .status{display:none}.section,.first-section{padding-top:45px;padding-bottom:45px}.page-heading p{font-size:16px}.catalog-option{grid-template-columns:1fr auto}.catalog-option button{grid-column:1/-1;width:100%}.article{padding-top:38px}.article-action{flex-wrap:wrap}.auth-card{margin-top:40px;padding:25px}.balance-card>strong{font-size:42px}.detail-list{grid-template-columns:1fr}.site-footer nav{gap:11px 17px}.footer-grid{gap:15px}}
.hero-compact{padding-top:34px;padding-bottom:26px;grid-template-columns:minmax(0,1.6fr) minmax(240px,.7fr);gap:35px;align-items:end}
.hero-compact .hero-copy h1{font-size:clamp(2.2rem,3.4vw,3.7rem);margin:9px 0 13px;max-width:790px}
.hero-compact .hero-copy>p{font-size:16px;max-width:740px;margin-bottom:0}
.hero-compact .hero-links{margin-top:16px}
.hero-aside{background:var(--mint);border-radius:15px;padding:20px 22px}
.hero-aside p{font-size:13px;color:var(--muted);margin:8px 0 0}
.catalogue-section{padding-bottom:58px}
.catalogue-page{padding-top:38px}
.catalogue-page .page-heading{margin-bottom:22px}
.account-feature{background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px}
.account-feature h3{margin-bottom:10px}
.account-feature p{font-size:14px;color:var(--muted);margin:0}
.catalog-panel{--cp-accent:var(--emerald);--cp-ink:var(--ink);--cp-muted:var(--muted);--cp-line:var(--line)}
.catalog-panel .cp-flag{font-family:'Segoe UI Emoji','Apple Color Emoji','Noto Color Emoji',sans-serif}
.catalog-panel .cp-column-head h3 span{margin-left:7px}
@media(max-width:760px){.hero-compact{grid-template-columns:1fr;padding-top:30px;gap:18px}.hero-aside{display:none}.catalogue-section{padding-bottom:35px}}
.hero-compact{display:block;padding-top:20px;padding-bottom:20px}
.hero-compact .hero-copy h1{font-size:clamp(29px,3vw,35px);line-height:1.1;margin:5px 0 7px;max-width:none}
.hero-compact .hero-copy>p{font-size:14px;line-height:1.35;margin:0;max-width:none}
.catalogue-section>.catalog-panel{padding:0;min-height:0;--cp-accent:#008a62;--cp-ink:#17231f;--cp-muted:#52635b;--cp-line:#dce5df}
.catalogue-section .cp-heading{padding:15px 22px}
.catalogue-section .cp-heading h2{font-size:21px;margin:2px 0 0}
.catalogue-section .cp-column-head{padding:11px 14px 8px}
.catalogue-section .cp-column-head h3{margin-bottom:7px}
.catalogue-section .cp-search-label input{height:35px}
.catalogue-section .cp-live-status{margin-top:6px}
.catalogue-section .cp-service{min-height:48px;padding-top:8px;padding-bottom:8px}
@media(max-width:760px){.hero-compact{padding-top:18px;padding-bottom:18px}}
.header-text-link{font-size:13px;font-weight:800;color:var(--ink);padding:10px 6px;white-space:nowrap}
.header-text-link:hover{color:var(--emerald)}
@media(max-width:760px){.header-text-link{display:none}}
.sd-shell{--sd-accent:var(--emerald);--sd-ink:var(--ink);--sd-muted:var(--muted);--sd-line:var(--line);--sd-surface:#fff;--sd-bg:var(--canvas)}
.sd-shell .sd-brand{font-family:Manrope,'DM Sans',sans-serif;font-weight:800}
@media(max-width:360px){.sd-shell .sd-mobile-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.sd-shell .sd-mobile-nav button{min-width:0}}
.editorial{padding-top:12px}.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.editorial-card{border-top:2px solid var(--emerald);padding:22px 4px 12px}.editorial-card h2{font-size:clamp(20px,2vw,25px);margin-bottom:12px}.editorial-card p{color:var(--muted);font-size:14px;line-height:1.75;margin-bottom:14px}.editorial-card a{color:var(--emerald-deep);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.editorial-grid{grid-template-columns:1fr}.editorial-card{padding:20px 0 8px}}
.comparison-selection{padding-top:38px}.comparison-selection .section-head{max-width:780px}.comparison-selection .guide-card h3{font-size:19px;margin:9px 0}.comparison-article{max-width:950px;padding-top:54px;padding-bottom:85px}.comparison-article h1{font-size:clamp(34px,4vw,52px);max-width:830px;margin:14px 0 22px}.comparison-answer{background:var(--mint);border-left:4px solid var(--emerald);padding:20px 23px;border-radius:0 12px 12px 0;font-size:18px;line-height:1.65}.comparison-section{padding-top:30px;margin-top:30px;border-top:1px solid var(--line)}.comparison-section h2,.comparison-related h2{font-size:clamp(22px,2.5vw,29px);margin-bottom:15px}.comparison-section p,.comparison-section li,.comparison-method{color:var(--muted);line-height:1.75;font-size:15px}.comparison-section ul,.comparison-section ol{padding-left:22px}.comparison-section li{margin:7px 0}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.comparison-table-wrap table{border-collapse:collapse;width:100%;min-width:680px}.comparison-table-wrap caption{text-align:left;padding:15px 17px;color:var(--muted);font-size:12px}.comparison-table-wrap th,.comparison-table-wrap td{vertical-align:top;text-align:left;padding:15px;border-top:1px solid var(--line);font-size:13px;line-height:1.55}.comparison-table-wrap thead th{background:var(--mint);font-size:12px}.comparison-table-wrap tbody th{width:110px;color:var(--ink)}.comparison-sources{display:block;margin-top:9px;color:var(--muted);font-size:11px;line-height:1.6}.comparison-sources a,.comparison-related a,.guide-context-link a{color:var(--emerald-deep);text-decoration:underline;text-underline-offset:2px;font-weight:800}.comparison-sources a{font-size:11px}.comparison-faq details{background:#fff;border:1px solid var(--line);border-radius:10px;margin:8px 0;padding:0 17px}.comparison-faq summary{cursor:pointer;padding:15px 0;font-weight:800}.comparison-faq details p{margin:0 0 17px}.comparison-method{margin-top:35px;padding:17px 20px;background:#f0f5f1;border-radius:12px;font-size:13px}.comparison-related{margin-top:35px}.comparison-related a{display:inline-block;margin:0 20px 10px 0;font-size:13px}.guide-context-link{margin-top:24px;font-size:13px}.calculator-section{background:#f6faf7;border:1px solid var(--line);border-radius:16px;padding:25px}.calculator-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:20px 0}.calculator-inputs label{display:grid;gap:5px;color:var(--ink);font-weight:800;font-size:12px}.calculator-inputs input{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px;background:#fff;font:inherit}.calculator-output{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.calculator-output[data-error]{border-color:#c65b5b;color:#9a3838}.calculator-output dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.calculator-output dl div{display:grid;gap:3px}.calculator-output dt{font-size:11px;color:var(--muted)}.calculator-output dd{margin:0;font:800 22px Manrope,'DM Sans',sans-serif;color:var(--ink)}
@media(max-width:760px){.comparison-article{padding-top:35px}.comparison-answer{font-size:16px}.comparison-table-wrap table{min-width:620px}.calculator-inputs,.calculator-output dl{grid-template-columns:1fr}}

.rich-depth{max-width:950px;padding-top:42px;padding-bottom:72px}.rich-intro{max-width:760px;margin-bottom:30px}.rich-intro h2{margin:8px 0 14px}.rich-intro p{font-size:18px;line-height:1.65;color:var(--muted)}.rich-sections>section{padding:30px 0;border-top:1px solid var(--line)}.rich-sections h3{font-size:clamp(21px,2.3vw,27px);margin-bottom:15px}.rich-sections p{max-width:760px;line-height:1.75;color:var(--muted);margin-bottom:15px}.rich-sources{font-size:12px!important}.rich-sources a,.rich-next a,.rich-related a{color:var(--emerald-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}.rich-next{margin-top:16px}.rich-faq{margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}.rich-faq h2{font-size:clamp(22px,2.5vw,30px)}.rich-faq details{background:#fff;border:1px solid var(--line);border-radius:10px;padding:0 18px;margin:9px 0}.rich-faq summary{cursor:pointer;font-weight:800;padding:16px 0}.rich-faq details p{line-height:1.7;color:var(--muted);margin:0 0 18px}.rich-guide-head{max-width:950px;padding-bottom:0}.rich-guide-head h1{font-size:clamp(34px,4vw,52px)}.rich-guide-head .article-lead{background:var(--mint);border-left:4px solid var(--emerald);padding:20px 23px;border-radius:0 12px 12px 0;max-width:850px}.rich-related{max-width:950px;padding-bottom:80px}.rich-related h2{font-size:24px}.rich-related a{display:inline-block;margin:0 20px 10px 0;font-size:14px}

.buyer-quick-answer{max-width:830px;margin:20px 0 30px;padding:14px 18px;background:var(--mint);border-left:4px solid var(--emerald);border-radius:0 10px 10px 0;font-size:15px;line-height:1.65}.buyer-quick-answer a,.buyer-example a,.buyer-next a,.commercial-choice-grid a{color:var(--emerald-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}.buyer-content{max-width:1050px;padding-top:48px}.buyer-intro{max-width:850px}.buyer-intro h2{margin:8px 0 14px}.buyer-intro p,.commercial-answer{font-size:17px;line-height:1.7;color:var(--muted)}.buyer-table{margin:28px 0 40px}.buyer-table table{min-width:720px}.buyer-table tbody th{width:190px}.buyer-example{padding:30px 0;border-top:1px solid var(--line);max-width:850px}.buyer-example p,.buyer-use-cases p{line-height:1.75;color:var(--muted)}.buyer-use-cases{padding:30px 0;border-top:1px solid var(--line)}.commercial-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.commercial-choice-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.commercial-choice-grid h3{font-size:19px;margin-bottom:10px}.commercial-choice-grid p{font-size:14px;margin-bottom:12px}.commercial-choice-grid a{font-size:13px}.buyer-faq{max-width:850px}.buyer-next{max-width:850px;margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}.buyer-next h2{font-size:23px}.buyer-next a{display:inline-block;margin:0 18px 12px 0;font-size:13px}.commercial-home{padding-top:45px}.commercial-home h2{max-width:700px;margin:8px 0 14px}.commercial-answer{max-width:850px;margin-bottom:24px}
@media(max-width:760px){.commercial-choice-grid{grid-template-columns:1fr}.buyer-table table{min-width:690px}.buyer-quick-answer{margin-bottom:22px}}

/* SMSMeter home: budget-led product composition; intentionally scoped to the home wrapper. */
.home-budget{--hb-dark:#17251f;--hb-dark-2:#22382c;--hb-acid:#c8f78d;--hb-line:#d8e4d6;--hb-muted:#526257}.home-budget .budget-hero{background:radial-gradient(circle at 85% 5%,#345344 0,transparent 35%),var(--hb-dark);color:#f4fbf3;padding:74px 0 78px}.home-budget .budget-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:clamp(28px,5vw,85px);align-items:center}.home-budget .budget-kicker,.home-budget .budget-tool-head>span,.home-budget .budget-section-heading>span,.home-budget .budget-ledger-grid>div:first-child>span,.home-budget .budget-guides nav span{display:block;font:700 11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.home-budget .budget-kicker{color:var(--hb-acid)}.home-budget .budget-hero h1{max-width:690px;margin:18px 0 18px;font-size:clamp(2.6rem,4.7vw,4.7rem);letter-spacing:-.055em;line-height:1.05}.home-budget .budget-hero-copy>p{max-width:630px;color:#d2e1d5;font-size:18px;line-height:1.65}.home-budget .budget-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:28px 0}.home-budget .budget-primary,.home-budget .budget-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 18px;font-size:14px;font-weight:800}.home-budget .budget-primary{background:var(--hb-acid);color:#1c2b20}.home-budget .budget-secondary{border:1px solid #64806c;color:#eff9ef}.home-budget .budget-primary:hover{background:#e0ffb6;color:#1c2b20}.home-budget .budget-secondary:hover{color:var(--hb-acid);border-color:var(--hb-acid)}.home-budget .budget-hero-copy .budget-hero-note{max-width:580px;margin:26px 0 0;color:#a9c4af;font-size:13px}.home-budget .budget-tool{min-width:0;background:#f4f8ec;color:#1b2d21;border:1px solid #c8deb9;border-radius:20px;padding:27px;box-shadow:0 20px 70px #07150d5c}.home-budget .budget-tool-head>span{color:#39734d}.home-budget .budget-tool h2{font-size:clamp(23px,2.4vw,31px);margin:9px 0}.home-budget .budget-tool-head p{font-size:13px;color:#55695a;margin-bottom:19px}.home-budget .budget-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-budget .budget-fields label{display:grid;gap:6px;font-size:12px;font-weight:800;min-width:0}.home-budget .budget-fields input{width:100%;min-width:0;border:1px solid #b9cbb8;border-radius:9px;padding:12px;background:#fff;color:#1b2d21;font:700 17px ui-monospace,SFMono-Regular,Consolas,monospace}.home-budget .budget-tool button{margin:15px 0 0;background:#264a30;color:#fff;border:0;border-radius:9px;padding:11px 15px;font-size:13px;font-weight:800}.home-budget .budget-tool button:hover{background:#356b40}.home-budget .budget-results{margin-top:17px;border-top:1px solid #c9d8c4;padding-top:17px}.home-budget .budget-results dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.home-budget .budget-results dl div{min-width:0}.home-budget .budget-results dt{font-size:11px;line-height:1.35;color:#526857;min-height:30px}.home-budget .budget-results dd{margin:5px 0 0;font:800 clamp(18px,2vw,25px)/1.1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:-.04em;overflow-wrap:anywhere}.home-budget .budget-results[data-error]{color:#9b283b;font-weight:700;line-height:1.5}.home-budget .budget-tool-foot{font-size:11px;line-height:1.55;color:#617464;margin:15px 0 0}.home-budget .budget-breakdown{padding-top:82px;padding-bottom:88px}.home-budget .budget-section-heading{max-width:720px}.home-budget .budget-section-heading>span{color:#42724f}.home-budget .budget-section-heading h2{margin:11px 0 12px;font-size:clamp(28px,3.4vw,42px)}.home-budget .budget-section-heading p{color:var(--hb-muted);line-height:1.65}.home-budget .budget-lines{margin-top:32px;border-top:1px solid var(--hb-line)}.home-budget .budget-lines article{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:22px;align-items:center;padding:27px 0;border-bottom:1px solid var(--hb-line)}.home-budget .budget-line-number{font:700 20px ui-monospace,SFMono-Regular,Consolas,monospace;color:#6a9a66}.home-budget .budget-lines h3{font-size:22px;margin:0 0 6px}.home-budget .budget-lines p{max-width:650px;margin:0;color:var(--hb-muted);line-height:1.6}.home-budget .budget-lines a,.home-budget .budget-ledger a,.home-budget .budget-faq a,.home-budget .budget-guides>p a{color:#236a3a;text-decoration:underline;text-underline-offset:3px;font-weight:800}.home-budget .budget-lines a{font-size:13px;white-space:nowrap}.home-budget .budget-ledger{background:#e8f0e5;padding:74px 0}.home-budget .budget-ledger-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(350px,.85fr);gap:clamp(30px,6vw,110px);align-items:center}.home-budget .budget-ledger-grid>div:first-child>span{color:#42724f}.home-budget .budget-ledger h2{max-width:520px;margin:11px 0 16px;font-size:clamp(29px,3.7vw,44px)}.home-budget .budget-ledger-grid>div:first-child p{max-width:570px;color:#526257;line-height:1.7}.home-budget .budget-ledger-sheet{background:#fff;border:1px solid #cbdcca;border-radius:17px;padding:29px;box-shadow:0 12px 40px #17332312}.home-budget .budget-ledger-sheet>div{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #dbe7da}.home-budget .budget-ledger-sheet span{font-size:14px;color:#526257}.home-budget .budget-ledger-sheet strong{font:800 22px ui-monospace,SFMono-Regular,Consolas,monospace;color:#1e3c29;white-space:nowrap}.home-budget .budget-ledger-sheet .budget-ledger-total{border:0;padding-top:21px}.home-budget .budget-ledger-total strong{color:#1e703a}.home-budget .budget-ledger-sheet p{margin:12px 0 0;padding-top:15px;border-top:1px solid #dbe7da;color:#58695b;font-size:12px;line-height:1.6}.home-budget .budget-faq{padding-top:83px;padding-bottom:83px}.home-budget .budget-faq-list{max-width:920px;margin-top:26px;border-top:1px solid var(--hb-line)}.home-budget .budget-faq details{border-bottom:1px solid var(--hb-line);padding:0 3px}.home-budget .budget-faq summary{cursor:pointer;padding:20px 0;font-size:17px;font-weight:800}.home-budget .budget-faq details p{max-width:790px;color:var(--hb-muted);line-height:1.7;padding-bottom:15px}.home-budget .budget-guides{padding-top:76px;padding-bottom:94px;border-top:1px solid var(--hb-line)}.home-budget .budget-guides nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.home-budget .budget-guides nav a{display:grid;align-content:start;gap:12px;min-width:0;background:#fff;border:1px solid var(--hb-line);border-radius:14px;padding:22px}.home-budget .budget-guides nav a:hover{border-color:#57995f;color:#236a3a}.home-budget .budget-guides nav span{color:#578b5b}.home-budget .budget-guides nav strong{font:800 20px/1.2 Manrope,'DM Sans',sans-serif}.home-budget .budget-guides nav small{color:#63736a;font-size:13px;line-height:1.5}.home-budget .budget-guides>p{margin-top:22px;font-size:14px}
@media(max-width:900px){.home-budget .budget-hero-grid,.home-budget .budget-ledger-grid{grid-template-columns:1fr}.home-budget .budget-hero{padding:52px 0}.home-budget .budget-tool{max-width:600px}.home-budget .budget-lines article{grid-template-columns:44px minmax(0,1fr)}.home-budget .budget-lines article>a{grid-column:2;justify-self:start}.home-budget .budget-guides nav{grid-template-columns:1fr}}
@media(max-width:520px){.home-budget .budget-hero{padding:42px 0 48px}.home-budget .budget-hero h1{font-size:clamp(37px,11vw,53px)}.home-budget .budget-hero-copy>p{font-size:16px}.home-budget .budget-hero-actions{align-items:stretch}.home-budget .budget-primary,.home-budget .budget-secondary{width:100%}.home-budget .budget-tool{padding:20px}.home-budget .budget-fields{grid-template-columns:1fr}.home-budget .budget-results dl{grid-template-columns:1fr;gap:11px}.home-budget .budget-results dl div{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.home-budget .budget-results dt{min-height:0;max-width:150px}.home-budget .budget-results dd{font-size:21px}.home-budget .budget-breakdown,.home-budget .budget-faq,.home-budget .budget-guides{padding-top:56px;padding-bottom:62px}.home-budget .budget-lines article{gap:9px;padding:23px 0}.home-budget .budget-lines h3{font-size:19px}.home-budget .budget-lines p{font-size:14px}.home-budget .budget-ledger{padding:57px 0}.home-budget .budget-ledger-sheet{padding:20px}.home-budget .budget-ledger-sheet strong{font-size:18px}.home-budget .budget-faq summary{font-size:15px}}
.comparison-toc{display:flex;flex-wrap:wrap;gap:9px 17px;align-items:center;padding:15px 18px;background:#f4f8f5;border:1px solid var(--line);border-radius:12px;font-size:12px}.comparison-toc strong{color:var(--ink)}.comparison-toc a{color:var(--emerald-deep);text-decoration:underline;text-underline-offset:2px}.compare-count,.compare-inputs label{display:grid;gap:5px;color:var(--ink);font-weight:800;font-size:12px}.compare-count{max-width:250px;margin:18px 0}.compare-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:17px 0}.compare-inputs fieldset{display:grid;gap:11px;min-width:0;border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.compare-inputs legend{font-weight:800;padding:0 6px}.compare-count input,.compare-inputs input{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px;background:#fff;font:inherit}.compare-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compare-results section{border:1px solid var(--line);border-radius:10px;padding:14px;min-width:0}.compare-results h3{font-size:16px;margin-bottom:10px}.compare-results dl{display:grid;grid-template-columns:1fr;gap:10px;margin:0}.compare-results dt{font-size:11px;color:var(--muted)}.compare-results dd{margin:0;font:800 18px Manrope,'DM Sans',sans-serif}.compare-verdict{font-weight:800!important;color:var(--ink)!important;margin:14px 0 3px!important}.compare-note{font-size:12px!important;margin:0!important}.single-calculator{margin-top:22px;border-top:1px solid var(--line);padding-top:17px}.single-calculator summary{cursor:pointer;color:var(--emerald-deep);font-weight:800}.single-calculator form{padding-top:8px}
@media(max-width:650px){.compare-inputs,.compare-results{grid-template-columns:1fr}.comparison-toc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-toc strong{grid-column:1/-1}}
.scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:19px}.scenario-grid article{background:#f4f8f5;border:1px solid var(--line);border-radius:12px;padding:17px}.scenario-grid h3{font-size:16px;margin-bottom:9px}.scenario-grid p{font-size:13px;margin-bottom:0}.comparison-conclusion{border-left:4px solid var(--emerald);background:var(--mint);border-radius:0 12px 12px 0;padding:20px 22px}.comparison-conclusion p{color:var(--ink)}
@media(max-width:760px){.scenario-grid{grid-template-columns:1fr}}
.order-dialog{border:0;border-radius:18px;box-shadow:0 30px 90px #081a1255;max-width:580px;width:calc(100% - 28px);padding:0;color:var(--ink)}.order-dialog::backdrop{background:#0b2116aa}.review-card{padding:27px}.review-card>p{color:var(--muted);font-size:14px}.review-card .panel-head h2{margin:0}.review-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:23px}.message-box{margin-top:20px;padding:18px;background:var(--mint);border-radius:12px}.message-box h3{font-size:15px;margin-bottom:6px}.message-box p{margin:0;font-variant-numeric:tabular-nums}
.account-form,#live-topup-form{display:flex;flex-direction:column;gap:10px;margin:22px 0}.account-form label,#live-topup-form label{font-size:13px;font-weight:800}.account-form input,#live-topup-form input{border:1px solid var(--line);border-radius:10px;padding:13px 14px;font:inherit;width:100%;background:#fff;color:var(--ink)}.account-form input:focus-visible,#live-topup-form input:focus-visible{outline:3px solid #44bc94;outline-offset:2px}.account-form button,#live-topup-form button{margin-top:9px;align-self:flex-start}.auth-divider{border-top:1px solid var(--line);padding-top:18px;margin:20px 0 14px;color:var(--muted);font-size:13px}.inline-message a{color:var(--emerald-deep);font-weight:800;text-decoration:underline}
.auth-links{font-size:13px;color:var(--muted)}.auth-links a,.notice a{color:var(--emerald-deep);font-weight:800;text-decoration:underline}.rail-button{border:0;background:transparent;color:#d5e5d9;text-align:left;padding:10px 12px;border-radius:9px;font:700 13px 'DM Sans',sans-serif}.rail-button:hover{background:#446451;color:#fff}

/* Dated activation offer: the shared module switches these paired messages. */

.home-budget .budget-promo{max-width:590px;margin:24px 0 22px;padding:19px 22px;border:1px solid #9ad9a0;border-radius:14px;background:#e3f8d8;color:#183c21;box-shadow:0 12px 34px #071c0b22}
.home-budget .budget-promo>span{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;line-height:1.4}
.home-budget .budget-promo>strong{display:block;margin:5px 0;font:800 clamp(31px,4vw,48px)/1.1 Manrope,'DM Sans',sans-serif;letter-spacing:-.05em}
.home-budget .budget-promo small{font:700 16px/1.3 'DM Sans',sans-serif;letter-spacing:0}
.home-budget .budget-promo p{margin:6px 0 0;color:#275433;font-size:13px;line-height:1.55}
.home-budget .budget-promo-ended{background:#f5f4ec;border-color:#c8d3c4}
.home-budget .budget-promo-ended a,.commercial-promo a{font-weight:800;text-decoration:underline;text-underline-offset:2px}
.commercial-promo{max-width:940px;margin:0 0 25px;padding:15px 19px;background:#e5f5ee;border:1px solid #b4d6be;border-radius:12px;color:#244634;font-size:14px;line-height:1.6}
.commercial-promo-ended{background:#f4f6f2;border-color:#d4ded2}
.comparison-own-offer{margin:22px 0 26px;padding:20px 23px;border:1px solid #add8b8;border-left:4px solid #188953;border-radius:12px;background:#eff9ef;font-size:14px;line-height:1.65}
.comparison-own-offer>span{display:block}
.comparison-own-offer p{margin:10px 0 0;color:#425c49}
.comparison-own-offer a{text-decoration:underline;font-weight:800;color:var(--emerald-deep)}
.comparison-own{background:#f0f8ed}
.comparison-own th{color:#245b35}
@media(max-width:520px){.home-budget .budget-promo{padding:17px}.home-budget .budget-promo>strong{font-size:34px}.home-budget .budget-promo small{display:block;margin-top:3px;font-size:14px}}

/* Service cost guides */
.service-teaser{border-top:1px solid var(--line)}.service-teaser-links{display:flex;flex-wrap:wrap;gap:9px}.service-teaser-links a{padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--emerald-deep);font-size:13px;font-weight:800}.service-teaser>p{margin-top:19px;font-weight:800;color:var(--emerald-deep)}
.service-hub-answer{max-width:800px;background:var(--mint);border:1px solid #b7d8c4;border-radius:18px;padding:28px;margin-bottom:30px}.service-hub-answer h2{font-size:24px}.service-hub-answer p,.service-hub-guide{color:var(--muted)}.service-hub-guide{margin-top:28px}.service-hub-guide a,.service-sources a,.service-related>p a{color:var(--emerald-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.service-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-card{min-width:0;display:grid;align-content:start;gap:10px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px;transition:border-color .2s,transform .2s}.service-card:hover{border-color:var(--emerald);transform:translateY(-2px)}.service-card span{color:var(--emerald-deep);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.service-card strong{font:800 20px/1.25 Manrope,'DM Sans',sans-serif;letter-spacing:-.03em}.service-card small{color:var(--muted);font-size:13px;line-height:1.55}.service-card b{color:var(--emerald-deep);font-size:12px;margin-top:3px}
.service-page{padding-top:36px;padding-bottom:90px}.service-page .breadcrumb{margin-bottom:24px}.service-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(315px,.7fr);align-items:start;gap:clamp(25px,5vw,75px);padding:28px 0 55px}.service-hero h1{font-size:clamp(35px,4.2vw,60px);margin:12px 0 23px;max-width:820px}.service-answer{font-size:19px;line-height:1.65;max-width:780px}.service-hero-note{color:var(--muted);max-width:720px}.service-offer{background:#fff;border:1px solid var(--line);border-top:5px solid var(--emerald);border-radius:17px;padding:26px;box-shadow:0 14px 40px #133d2610}.service-offer-label{color:var(--emerald-deep);font-size:11px;font-weight:800;letter-spacing:.16em}.service-offer h2{font-size:24px;margin:10px 0}.service-offer p,.service-offer small{color:var(--muted);font-size:13px;line-height:1.6}.service-offer form{display:grid;gap:11px;margin:20px 0 12px}.service-offer label,.service-budget label{font-size:13px;font-weight:800}.service-offer select,.service-budget input{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:12px 13px;font:inherit}.service-offer button{width:100%;white-space:normal}
.service-budget{display:grid;grid-template-columns:minmax(0,1fr) minmax(315px,.75fr);gap:clamp(25px,5vw,70px);padding:32px;background:#e8f3ea;border:1px solid #cadfcf;border-radius:20px;margin-bottom:65px}.service-budget h2{margin:10px 0 17px}.service-budget p{color:#365244;line-height:1.65}.service-budget form{display:grid;align-content:start;gap:13px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px}.service-budget label{display:grid;gap:6px}.service-budget button{justify-self:start}.service-budget-result{background:#f5f8f5;border-radius:11px;padding:17px;font-size:13px;color:var(--muted)}.service-budget-result[data-error]{color:var(--danger)}.service-budget-result dl{margin:0;display:grid;gap:10px}.service-budget-result dl div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:8px}.service-budget-result dl div:last-child{border-bottom:0;padding-bottom:0}.service-budget-result dt{max-width:180px}.service-budget-result dd{margin:0;font-weight:800;color:var(--ink);font-variant-numeric:tabular-nums}.service-budget small{color:var(--muted);font-size:11px;line-height:1.5}
.service-reading{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.42fr);gap:clamp(30px,6vw,90px)}.service-reading-main{max-width:780px}.service-reading-main section{padding:22px 0;border-bottom:1px solid var(--line)}.service-reading-main h2{font-size:clamp(22px,2.1vw,29px);margin-bottom:14px}.service-reading-main p{color:#43574b;line-height:1.8}.service-reading-side{align-self:start;position:sticky;top:25px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px;font-size:13px}.service-reading-side h2{font-size:20px}.service-reading-side ol{padding-left:20px;color:var(--muted)}.service-reading-side li{margin:11px 0}.service-reading-side a{color:var(--emerald-deep);font-weight:800}.service-faq,.service-sources,.service-related{max-width:850px;padding-top:64px}.service-faq h2,.service-sources h2,.service-related h2{font-size:clamp(25px,2.4vw,34px)}.service-faq details{border-bottom:1px solid var(--line);padding:17px 0}.service-faq summary{cursor:pointer;font-weight:800}.service-faq p,.service-sources p{color:var(--muted);line-height:1.7;margin:13px 0 0}.service-sources ul{padding-left:20px}.service-sources li{margin:9px 0}.service-related{max-width:none}.service-related .service-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-related>p{margin-top:25px}
@media(max-width:900px){.service-hero,.service-budget,.service-reading{grid-template-columns:1fr}.service-offer{max-width:620px}.service-reading-side{position:static;max-width:620px}.service-related .service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.service-page{padding-top:24px}.service-hero{padding-top:12px;gap:24px}.service-answer{font-size:17px}.service-offer,.service-budget{padding:20px}.service-budget form{padding:18px}.service-card-grid,.service-related .service-card-grid{grid-template-columns:1fr}.service-budget-result dl div{align-items:baseline}.service-budget-result dd{white-space:nowrap}.service-reading-main p{line-height:1.7}}
.comparison-quick-cta{margin:14px 0 0}.comparison-quick-cta .button{display:inline-flex;align-items:center;justify-content:center}@media(max-width:760px){.comparison-article{padding-top:22px}.comparison-article h1{font-size:32px;line-height:1.13;margin:9px 0 13px}.comparison-answer{padding:14px 16px;font-size:15px;line-height:1.5}.comparison-quick-cta{margin:12px 0 0}.comparison-quick-cta .button{min-height:44px;padding:10px 14px}}
