:root{--brand: #1f4d3d;--brand-dark: #143327;--brand-light: #2f6b54;--brand-pale: #e9f1ec;--accent: #d9932e;--accent-dark: #b87a20;--accent-pale: #faecd4;--ink: #16211c;--ink-muted: #55645c;--ink-faint: #8a988f;--paper: #faf9f5;--surface: #ffffff;--surface-sunken: #f2f0e9;--border: #dee2da;--border-strong: #c3ccc2;--footer-bg: #1a1e1c;--footer-ink: #d8ded9;--footer-ink-muted: rgba(216, 222, 217, .68);--footer-ink-faint: rgba(216, 222, 217, .4);--footer-border: rgba(216, 222, 217, .12);--logo-chip: #ffffff;--logo-chip-border: #dee2da;--logo-chip-dark: #143327;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(20, 30, 24, .06), 0 1px 1px rgba(20, 30, 24, .04);--shadow-md: 0 6px 20px rgba(20, 30, 24, .08), 0 2px 6px rgba(20, 30, 24, .05);--font-display: "Barlow Semi Condensed", "Arial Narrow", sans-serif;--font-body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--measure: 42rem;--measure-wide: 62rem;--measure-header: 74rem;--brand-rgb: 31, 77, 61;--accent-rgb: 217, 147, 46;color-scheme:light}:root[data-theme=dark]{--brand: #4a9678;--brand-dark: #2f6b54;--brand-light: #6bb497;--brand-pale: #1c2622;--accent: #d9a35a;--accent-dark: #c48f45;--accent-pale: #2a2318;--ink: #d8ded9;--ink-muted: #96a49c;--ink-faint: #66746d;--paper: #181f1d;--surface: #1f2724;--surface-sunken: #252d2a;--border: #303934;--border-strong: #3f4a44;--footer-bg: #0e1210;--footer-ink: #d8ded9;--footer-ink-muted: rgba(216, 222, 217, .68);--footer-ink-faint: rgba(216, 222, 217, .4);--footer-border: rgba(216, 222, 217, .12);--brand-rgb: 74, 150, 120;--accent-rgb: 217, 163, 90;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;height:auto;display:block}a{color:var(--brand-dark);text-decoration-thickness:1.5px;text-underline-offset:.15em}a:hover{color:var(--accent-dark)}:root[data-theme=dark] a{color:var(--brand-light)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:.01em;color:var(--ink);text-wrap:balance}h1{font-size:clamp(1.9rem,1.5rem + 1.8vw,2.75rem);font-weight:800;margin:0 0 .6rem}h2{font-size:clamp(1.35rem,1.2rem + .7vw,1.7rem);margin:0 0 .85rem}h3{font-size:1.15rem;margin:0 0 .5rem}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.3em}li{margin-bottom:.45em}h1+p{font-size:1.2em;color:var(--ink-muted);max-width:52ch}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--ink);color:var(--paper);padding:.6rem 1rem;border-radius:var(--radius-sm);z-index:100;transition:top .15s ease}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--border)}.site-header .header-inner{position:relative;max-width:var(--measure-header);margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-scrim{display:none;position:fixed;inset:0;background:#0a0e0c47;z-index:19}body.menu-open .nav-scrim{display:block}.breadcrumbs{border-bottom:1px solid var(--border);background:var(--paper)}.breadcrumbs ol{max-width:var(--measure-header);margin:0 auto;padding:.55rem 1.25rem;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem}.breadcrumbs li{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--ink-faint);min-width:0}.breadcrumbs a{color:var(--ink-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--brand-dark);text-decoration:underline}.breadcrumbs [aria-current=page]{color:var(--ink);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:22rem}.breadcrumb-sep{color:var(--border-strong)}.brand-mark{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:800;font-size:1.35rem;color:var(--ink);text-decoration:none;flex-shrink:0}.brand-mark:hover{color:var(--ink)}.brand-mark .shield{width:30px;height:30px;flex-shrink:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;order:2;margin-left:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-sunken);color:var(--ink);cursor:pointer;padding:0}.mobile-nav-toggle svg{width:1.25rem;height:1.25rem}.mobile-nav-toggle .icon-close,body.mobile-nav-open .mobile-nav-toggle .icon-open{display:none}body.mobile-nav-open .mobile-nav-toggle .icon-close{display:block}.primary-nav{order:10;width:100%;display:none;flex-direction:column;gap:.1rem;max-height:calc(100vh - 4.5rem);overflow-y:auto;padding-bottom:.5rem}body.mobile-nav-open .primary-nav{display:flex}.nav-item{width:100%;border-top:1px solid var(--border)}.nav-item:first-child{border-top:none}.nav-trigger{display:flex;align-items:center;gap:.65rem;width:100%;padding:.75rem .4rem;background:none;border:none;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.98rem;font-weight:600;color:var(--ink);cursor:pointer;text-align:left;box-shadow:none;white-space:nowrap}.nav-trigger:hover{background:var(--brand-pale);color:var(--brand-dark)}.nav-trigger span{flex:1}.nav-trigger-chevron{width:.9rem;height:.9rem;flex-shrink:0;color:var(--ink-faint);transition:transform .15s ease}.nav-item.is-open .nav-trigger-chevron{transform:rotate(180deg)}.mega-panel{display:none;padding:.15rem 0 .85rem .5rem}.nav-item.is-open .mega-panel{display:block}.mega-panel-inner{display:flex;flex-direction:column;gap:1.1rem}.mega-panel-columns{display:grid;grid-template-columns:1fr;gap:.9rem}.mega-col h3{font-family:var(--font-display);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-dark);margin:0 0 .35rem}.mega-col ul{list-style:none;padding:0;margin:0}.mega-col li{margin:0}.mega-col a{display:block;padding:.32rem .4rem;border-radius:var(--radius-sm);color:var(--ink-muted);text-decoration:none;font-size:.9rem}.mega-col a:hover{background:var(--brand-pale);color:var(--brand-dark)}.mega-featured{display:flex;flex-direction:column;gap:.15rem;padding:.85rem 2.1rem .85rem 1rem;background:var(--brand-pale);border-radius:var(--radius-md);text-decoration:none;position:relative}.mega-featured-label{font-family:var(--font-display);font-weight:700;color:var(--brand-dark);font-size:.98rem}.mega-featured-desc{color:var(--ink-muted);font-size:.83rem}.mega-featured-arrow{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);color:var(--accent-dark);font-weight:700;font-size:1.1rem}@media (min-width: 900px){.mobile-nav-toggle{display:none}.primary-nav{order:2;display:flex!important;flex-direction:row;width:auto;flex:1;gap:.1rem;max-height:none;overflow:visible;padding-bottom:0}.nav-item{width:auto;border-top:none}.nav-trigger{width:auto;gap:.35rem;padding:.5rem .55rem;font-size:.88rem}.mega-panel{display:block;position:absolute;top:calc(100% + .7rem);left:50%;transform:translate(-50%) translateY(-6px);min-width:320px;max-width:min(92vw,720px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.4rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:30}.nav-item.is-open .mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.mega-panel-inner{flex-direction:row;align-items:flex-start;gap:2.25rem}.mega-panel-columns{grid-template-columns:repeat(var(--col-count, 1),minmax(130px,1fr));gap:1.75rem;flex:1}.mega-featured{width:210px;flex-shrink:0}}.header-cta{display:none;order:3;flex-shrink:0;white-space:nowrap;background:var(--accent);color:#1a1206;font-family:var(--font-display);font-weight:700;font-size:.86rem;letter-spacing:.01em;text-decoration:none;padding:.5rem 1rem;border-radius:999px;box-shadow:var(--shadow-sm)}:root[data-theme=dark] .header-cta{color:#1a1206}.header-cta:hover{background:var(--accent-dark);color:#1a1206}@media (min-width: 900px){.header-cta{display:inline-block;margin-left:.25rem}}.header-cta-mobile{display:block;text-align:center;margin:.5rem 0 .75rem}@media (min-width: 900px){.header-cta-mobile{display:none}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;flex-shrink:0;order:4;border:1px solid var(--border);border-radius:50%;background:var(--surface-sunken);color:var(--ink-muted);cursor:pointer;padding:0}@media (min-width: 900px){.theme-toggle{margin-left:.5rem}}.theme-toggle:hover{color:var(--brand-dark);border-color:var(--border-strong)}.theme-toggle svg{width:1.1rem;height:1.1rem}.theme-toggle .icon-moon{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:block}main{display:block}main>article{max-width:var(--measure);margin:0 auto;padding:2.25rem 1.25rem 4rem}#hero{position:relative;margin:-2.25rem -1.25rem 2.5rem;padding:2.75rem 1.25rem 2.25rem;background:linear-gradient(160deg,var(--brand-dark),var(--brand));color:#fdfcf8;border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden}#hero:before{content:"";position:absolute;left:0;right:0;bottom:0;height:130px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 130'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.16)' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpolygon points='8,88 36,58 64,88'/%3E%3Crect x='16' y='88' width='40' height='32'/%3E%3Crect x='30' y='104' width='12' height='16'/%3E%3Crect x='21' y='94' width='9' height='9'/%3E%3Crect x='42' y='94' width='9' height='9'/%3E%3Crect x='76' y='30' width='60' height='90'/%3E%3Crect x='86' y='38' width='12' height='9'/%3E%3Crect x='112' y='38' width='12' height='9'/%3E%3Crect x='86' y='52' width='12' height='9'/%3E%3Crect x='112' y='52' width='12' height='9'/%3E%3Crect x='86' y='66' width='12' height='9'/%3E%3Crect x='112' y='66' width='12' height='9'/%3E%3Crect x='86' y='80' width='12' height='9'/%3E%3Crect x='112' y='80' width='12' height='9'/%3E%3Crect x='86' y='94' width='12' height='9'/%3E%3Crect x='112' y='94' width='12' height='9'/%3E%3Crect x='148' y='88' width='50' height='32'/%3E%3Cline x1='148' y1='104' x2='198' y2='104'/%3E%3Crect x='198' y='98' width='20' height='22'/%3E%3Crect x='202' y='102' width='10' height='8'/%3E%3Ccircle cx='162' cy='120' r='6'/%3E%3Ccircle cx='206' cy='120' r='6'/%3E%3Crect x='236' y='45' width='48' height='75'/%3E%3Cline x1='252' y1='45' x2='252' y2='120'/%3E%3Cline x1='268' y1='45' x2='268' y2='120'/%3E%3Crect x='241' y='55' width='8' height='10'/%3E%3Crect x='257' y='55' width='8' height='10'/%3E%3Crect x='273' y='55' width='8' height='10'/%3E%3Crect x='241' y='75' width='8' height='10'/%3E%3Crect x='257' y='75' width='8' height='10'/%3E%3Crect x='273' y='75' width='8' height='10'/%3E%3Crect x='241' y='95' width='8' height='10'/%3E%3Crect x='257' y='95' width='8' height='10'/%3E%3Crect x='273' y='95' width='8' height='10'/%3E%3Cpolygon points='296,92 322,68 348,92'/%3E%3Crect x='304' y='92' width='36' height='28'/%3E%3Crect x='312' y='100' width='9' height='9'/%3E%3Crect x='329' y='100' width='9' height='9'/%3E%3Crect x='360' y='75' width='80' height='45'/%3E%3Crect x='372' y='85' width='12' height='12'/%3E%3Crect x='394' y='85' width='12' height='12'/%3E%3Crect x='416' y='85' width='12' height='12'/%3E%3Crect x='392' y='105' width='16' height='15'/%3E%3C/g%3E%3Cline x1='0' y1='120' x2='480' y2='120' stroke='rgba(255,200,120,0.32)' stroke-width='2' stroke-dasharray='14 10'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:bottom left;background-size:480px 130px;pointer-events:none}#hero>*{position:relative}#hero h1{color:#fff;max-width:24ch}#hero h1+p{color:#fdfcf8e0;max-width:56ch;font-size:1.15em}#hero a{color:#fff;text-decoration-color:#ffffff80}main>article>section{margin-top:2.5rem;padding-top:2.25rem;border-top:1px solid var(--border)}main>article>section:first-of-type,#hero+section{border-top:none;padding-top:0}table{width:100%;border-collapse:collapse;font-size:.96rem;background:var(--surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}caption{text-align:left;font-size:.85rem;color:var(--ink-muted);margin-bottom:.5rem}th,td{padding:.65rem .9rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}thead th{background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:.78rem}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n){background:var(--surface-sunken)}td a,th a{color:var(--brand-dark)}div[style*=overflow-x]{border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}div[style*=overflow-x] table{box-shadow:none}dl{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.3rem;margin:0 0 1.25rem}dt{font-family:var(--font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-dark);margin-top:.9rem}dt:first-child{margin-top:0}dd{margin:.2rem 0 0;color:var(--ink)}:root[data-theme=dark] dt{color:var(--brand-light)}blockquote{margin:0 0 1rem}.review-grid{column-count:2;column-gap:1rem}@media (max-width: 640px){.review-grid{column-count:1}}@media (min-width: 1000px){.review-grid{column-count:3}}.review-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.3rem 1.3rem;margin:0 0 1rem;box-shadow:var(--shadow-sm);transition:box-shadow .15s ease;break-inside:avoid}.review-card:hover{box-shadow:var(--shadow-md)}.review-card-head{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.7rem}.review-avatar{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.05rem;flex-shrink:0}.review-meta{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.review-author{font-weight:700;font-size:.94rem;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-stars{display:flex;gap:.1rem}.review-stars .star{width:.95rem;height:.95rem}.review-stars .star-filled{fill:#f5b400}.review-stars .star-empty{fill:var(--border-strong)}.review-date{font-size:.82rem;color:var(--ink-faint);flex-shrink:0;white-space:nowrap}.review-text{margin:0;color:var(--ink);font-size:.96rem;line-height:1.6}@media (max-width: 480px){.review-card-head{flex-wrap:wrap}.review-date{margin-left:3.2rem}}button,.button{font-family:var(--font-body);font-weight:700;font-size:.95rem;color:#fff;background:var(--brand);border:none;padding:.65rem 1.3rem;border-radius:999px;cursor:pointer;box-shadow:var(--shadow-sm)}button:hover,.button:hover{background:var(--brand-dark)}#show-more-reviews{display:block;width:fit-content;margin:.25rem auto 0;background:var(--surface);color:var(--brand-dark);border:1.5px solid var(--brand);box-shadow:none}#show-more-reviews:hover{background:var(--brand-pale)}#faq>div{padding:1rem 0;border-top:1px solid var(--border)}#faq>div:first-of-type{border-top:none;padding-top:.25rem}#faq h3{font-family:var(--font-body);font-size:1.02rem;font-weight:700;color:var(--ink);position:relative;padding-left:1.4rem}#faq h3:before{content:"Q";position:absolute;left:0;top:.05em;color:var(--accent-dark);font-family:var(--font-display);font-weight:800;font-size:.85em}#faq p{color:var(--ink-muted);margin:0}.quick-answer{background:var(--brand-pale);border-left:4px solid var(--brand);border-radius:var(--radius-sm) var(--radius-md) var(--radius-md) var(--radius-sm);padding:1rem 1.25rem;font-size:1.02rem;line-height:1.6}.quick-answer strong{color:var(--brand-dark)}.updated-date{font-size:.85rem;color:var(--ink-faint);margin:0 0 1rem}#cost-hero .updated-date{color:#fdfcf8bf}#related{background:var(--brand-pale);border-radius:var(--radius-md);padding:1.3rem 1.4rem 1.4rem;border-top:none!important}#related h2{font-size:1.05rem;margin-top:0}#related ul{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:0}#related li{margin:0}#related a{display:inline-block;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.4rem .9rem;font-weight:600;font-size:.86rem;text-decoration:none;color:var(--ink);transition:background .15s ease,border-color .15s ease}#related a:hover{background:var(--surface-sunken);border-color:var(--brand-light)}article em{color:var(--ink-muted);font-size:.94em}article em a{color:var(--ink-muted);text-decoration-color:var(--border-strong)}article em a:hover{color:var(--brand-dark)}.site-footer{background:var(--footer-bg);color:var(--footer-ink);margin-top:3rem}.site-footer .footer-inner{max-width:var(--measure-wide);margin:0 auto;padding:2.75rem 1.25rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}@media (min-width: 640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.footer-grid{grid-template-columns:1.4fr repeat(4,1fr);gap:1.75rem}}.footer-brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:#fff;text-decoration:none;margin-bottom:.6rem}.footer-brand .shield{width:26px;height:26px}.footer-tagline{font-size:.88rem;color:var(--footer-ink-muted);max-width:32ch;margin:0}.footer-tagline a{color:var(--footer-ink)}.footer-col h3{font-family:var(--font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .85rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.footer-col li{margin:0}.site-footer a{color:var(--footer-ink-muted);text-decoration:none;font-size:.9rem;font-weight:500}.site-footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--footer-border);padding-top:1.25rem}.footer-bottom p{margin:0;font-size:.82rem;color:var(--footer-ink-faint)}.company-badge{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:800;font-size:1.4rem;flex-shrink:0}.company-badge-md{width:2.6rem;height:2.6rem;font-size:1.1rem}.company-logo{display:inline-flex;align-items:center;justify-content:center;background:var(--logo-chip);border:1px solid var(--logo-chip-border);border-radius:var(--radius-sm);flex-shrink:0;padding:.4rem .55rem}.company-logo-dark{background:var(--logo-chip-dark);border-color:var(--logo-chip-dark)}.company-logo img{height:100%;width:auto;max-width:100%;object-fit:contain}.company-logo-lg{height:3.25rem;max-width:8rem}.company-logo-md{height:2.6rem;max-width:6.5rem}.narrow{max-width:42rem;margin-left:auto;margin-right:auto}.narrow h2{margin-top:0}.narrow-icon-row{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;max-width:58rem;margin-left:auto;margin-right:auto}.narrow-icon-row .narrow{margin:0;max-width:38rem}section.band{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);padding-bottom:2.25rem;background:var(--surface-sunken);border-top:none!important}.band.pattern-dots{background-color:var(--surface-sunken);background-image:radial-gradient(rgba(var(--brand-rgb),.16) 1.6px,transparent 1.6px);background-size:24px 24px}.band.pattern-grid{background-color:var(--surface-sunken);background-image:linear-gradient(rgba(var(--brand-rgb),.08) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--brand-rgb),.08) 1px,transparent 1px);background-size:28px 28px}.road-divider{position:relative;height:2.5rem;margin:0}.road-divider:before{content:"";position:absolute;top:50%;left:6%;right:6%;height:3px;transform:translateY(-50%);border-radius:2px;background-image:repeating-linear-gradient(90deg,rgba(var(--accent-rgb),.65) 0,rgba(var(--accent-rgb),.65) 16px,transparent 16px,transparent 32px)}.service-grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 640px){.service-grid{grid-template-columns:repeat(4,1fr)}}.service-grid.service-grid-3{grid-template-columns:repeat(2,1fr)}@media (min-width: 640px){.service-grid.service-grid-3{grid-template-columns:repeat(3,1fr)}}.service-card{display:flex;flex-direction:column;gap:.3rem;background:var(--brand-pale);border-radius:var(--radius-md);padding:1rem 1.1rem;text-decoration:none}.service-card:hover{background:var(--accent-pale)}.service-card-label{font-family:var(--font-display);font-weight:700;font-size:.98rem;color:var(--brand-dark)}.service-card-desc{font-size:.82rem;color:var(--ink-muted)}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chip{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.4rem .9rem;font-size:.88rem;font-weight:600;text-decoration:none}.chip:hover{background:var(--brand-pale);border-color:var(--brand-light)}.category-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.category-grid{grid-template-columns:repeat(3,1fr)}}.category-card{display:flex;align-items:flex-start;gap:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.25rem;box-shadow:var(--shadow-sm);text-decoration:none;transition:box-shadow .15s ease,transform .15s ease}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card-icon{flex-shrink:0;background:var(--brand-pale);border-radius:var(--radius-md);padding:.55rem;display:flex}.category-card-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.category-card-label{font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:var(--ink)}.category-card-count{font-size:.76rem;color:var(--accent-dark);font-weight:700}.category-card-desc{font-size:.85rem;color:var(--ink-muted);line-height:1.4}.guide-list{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.6rem;grid-template-columns:1fr}@media (min-width: 640px){.guide-list{grid-template-columns:repeat(2,1fr)}}.guide-list li{margin:0}.guide-list a{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;font-weight:600;font-size:.92rem;text-decoration:none;color:var(--ink);transition:box-shadow .15s ease}.guide-list a:hover{box-shadow:var(--shadow-sm);background:var(--brand-pale)}.mover-rank-list{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.7rem;grid-template-columns:1fr;counter-reset:mover-rank}@media (min-width: 560px){.mover-rank-list{grid-template-columns:repeat(2,1fr)}}.mover-rank-list li{margin:0;counter-increment:mover-rank}.mover-rank-card{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;text-decoration:none;box-shadow:var(--shadow-sm);position:relative}.mover-rank-card:before{content:counter(mover-rank);position:absolute;top:-.4rem;left:-.4rem;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--accent);color:#1a1206;font-family:var(--font-display);font-weight:800;font-size:.72rem;display:flex;align-items:center;justify-content:center}.mover-rank-card:hover{box-shadow:var(--shadow-md)}.mover-rank-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.mover-rank-name{font-family:var(--font-display);font-weight:700;font-size:.94rem;color:var(--ink)}.mover-rank-meta{font-size:.78rem;color:var(--ink-faint)}
