:root{--primary:#0f766e;--accent:#ef6a5b;--ink:#12263a;--ink-soft:#42566b;--muted:#5f7183;--line:#dce5e8;--line-strong:#c9d7db;--surface:#ffffff;--surface-soft:#f4f8f7;--surface-warm:#fff8f3;--surface-mint:#e9f6f3;--navy:#102a43;--success:#18766f;--warning:#b85f36;--shadow-sm:0 8px 24px rgba(16,42,67,.07);--shadow-md:0 18px 48px rgba(16,42,67,.12);--radius-sm:12px;--radius:18px;--radius-lg:28px;--wrap:1180px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-lock-scroll{overflow:hidden}img{display:block;max-width:100%;height:auto}.icon{flex:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-family:var(--font)}button{cursor:pointer}.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;left:16px;top:12px;z-index:9999;padding:10px 16px;border-radius:10px;background:var(--navy);color:#fff;transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:none}.safety-bar{background:var(--navy);color:#eaf4f6}.safety-bar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}.safety-bar p{display:flex;align-items:center;gap:9px;margin:0}.safety-pulse{width:8px;height:8px;border-radius:50%;background:#77e4c8;box-shadow:0 0 0 5px rgba(119,228,200,.14)}.safety-bar a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:750;white-space:nowrap}.site-header{position:relative;z-index:50;border-bottom:1px solid rgba(201,215,219,.82);background:rgba(255,255,255,.97)}.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:28px}.site-branding{justify-self:start}.brand-link{display:inline-flex;align-items:center;gap:11px;min-width:0}.brand-logo{display:block;width:144px;max-width:100%;height:auto;max-height:42px;object-fit:contain}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,var(--primary),#1f9b8d);color:#fff;box-shadow:0 7px 18px rgba(15,118,110,.23);transform:rotate(-3deg)}.brand-mark span{display:grid;place-items:center;transform:rotate(3deg)}.brand-copy{display:flex;flex-direction:column;min-width:0}.site-title{font-size:18px;font-weight:850;letter-spacing:-.025em;line-height:1.1;white-space:nowrap}.site-tagline{margin-top:3px;color:var(--muted);font-size:10px;font-weight:600;line-height:1.1}.desktop-nav{justify-self:center}.desktop-nav .menu,.mobile-nav .menu,.footer-content .menu{list-style:none;padding:0;margin:0}.desktop-nav>.menu{display:flex;align-items:center;gap:4px}.desktop-nav a{display:flex;align-items:center;min-height:42px;padding:8px 13px;border-radius:11px;color:#364b60;font-size:13px;font-weight:700;transition:none}.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav .current-menu-item>a{background:var(--surface-mint);color:var(--primary)}.desktop-nav .menu-item-has-children{position:relative}.desktop-nav .sub-menu{position:absolute;left:0;top:calc(100% + 8px);width:220px;padding:9px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease}.desktop-nav .menu-item-has-children:hover>.sub-menu,.desktop-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.desktop-nav .sub-menu a{min-height:38px}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.icon-button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);transition:transform .2s ease}.icon-button:hover,.icon-button:focus-visible{border-color:var(--primary);background:var(--surface-mint);color:var(--primary)}.header-help-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 15px;border-radius:12px;background:var(--primary);color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 20px rgba(15,118,110,.19);transition:transform .2s ease}.header-help-button:hover,.header-help-button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,118,110,.25)}.menu-toggle{display:none}.menu-icon-close{display:none}.menu-toggle[aria-expanded=true] .menu-icon-open{display:none}.menu-toggle[aria-expanded=true] .menu-icon-close{display:inline-flex}.header-search-panel{border-top:1px solid var(--line);background:var(--surface-soft)}.header-search-inner{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(320px,1fr);align-items:center;gap:36px;padding-block:22px}.header-search-inner>div{display:flex;flex-direction:column}.header-search-inner strong{font-size:15px}.header-search-inner small{color:var(--muted);font-size:12px}.search-form{position:relative;display:flex;align-items:center;min-width:0}.search-form input[type=search]{width:100%;height:52px;padding:0 118px 0 18px;border:1px solid var(--line-strong);border-radius:14px;background:#fff;color:var(--ink);outline:none;box-shadow:0 5px 16px rgba(16,42,67,.04)}.search-form input[type=search]:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(15,118,110,.1)}.search-form button{position:absolute;right:5px;top:5px;bottom:5px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:104px;padding:0 15px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-size:12px;font-weight:800}.mobile-nav,.nav-backdrop{display:none}.breadcrumbs{display:flex;align-items:center;gap:8px;min-height:38px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden}.breadcrumbs a{display:inline-flex;align-items:center;gap:5px;color:#526579}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span[aria-current=page]{overflow:hidden;text-overflow:ellipsis}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:12px;font-size:13px;font-weight:800;line-height:1.1;text-align:center;transition:transform .18s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff;box-shadow:0 8px 18px rgba(15,118,110,.17)}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 12px 24px rgba(15,118,110,.25)}.button-secondary{border-color:var(--line-strong);background:#fff;color:var(--ink)}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--primary);color:var(--primary);background:var(--surface-mint)}.button-light{background:#fff;color:var(--navy);box-shadow:0 8px 20px rgba(4,25,44,.13)}.button-ghost{border-color:rgba(255,255,255,.33);background:transparent;color:#fff}.text-link,.resource-link{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:13px;font-weight:800}.text-link:hover,.resource-link:hover{gap:10px}.section-kicker{display:flex;align-items:center;gap:7px;margin:0 0 8px;color:var(--primary);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading-wide{align-items:flex-end}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(25px,3vw,38px);letter-spacing:-.035em;line-height:1.12}.section-heading p:not(.section-kicker){max-width:640px;margin:8px 0 0;color:var(--muted);font-size:14px}.badge-row{display:flex;flex-wrap:wrap;gap:7px}.badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:var(--surface-mint);color:var(--primary);font-size:10px;font-weight:800}.badge-outline{border:1px solid var(--line);background:#fff;color:#5c6f81}.verified-label{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 9px;border-radius:999px;background:#eef8f2;color:#347056;font-size:10px;font-weight:850;white-space:nowrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:36px;text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface-soft)}.empty-state>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:14px;border-radius:16px;background:var(--surface-mint);color:var(--primary)}.empty-state h2,.empty-state h3{margin:0 0 6px;color:var(--navy)}.empty-state p{max-width:520px;margin:0 0 18px;color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.resource-card{display:flex;flex-direction:column;min-width:0;min-height:230px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 6px 22px rgba(16,42,67,.04);transition:transform .2s ease}.resource-card:hover{transform:translateY(-3px);border-color:#bbd8d2;box-shadow:var(--shadow-sm)}.resource-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.resource-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--surface-mint);color:var(--primary)}.resource-tag{padding:5px 9px;border-radius:999px;background:#f2f5f7;color:#607183;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.resource-card h3{margin:0 0 9px;color:var(--navy);font-size:17px;letter-spacing:-.02em;line-height:1.3}.resource-card h3 a:hover{color:var(--primary)}.resource-card p{margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.65}.resource-card .resource-link{margin-top:auto}.site-footer{margin-top:0;background:#0d2539;color:#dfe9ed}.footer-top{display:grid;grid-template-columns:minmax(230px,.85fr) minmax(0,2fr);gap:70px;padding-block:62px 44px}.footer-brand .brand-link{color:#fff}.footer-brand .brand-mark{box-shadow:none}.footer-brand>p{max-width:310px;margin:20px 0;color:#9fb0bd;font-size:13px}.footer-trust{display:flex;flex-wrap:wrap;gap:9px}.footer-trust span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#bdcad2;font-size:9px;font-weight:750}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.footer-heading{margin:0 0 15px;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-content li+li{margin-top:9px}.footer-content a{color:#9fb0bd;font-size:12px}.footer-content a:hover{color:#fff}.footer-toggle{display:none}.footer-safety{display:flex;align-items:flex-start;gap:13px;padding-block:18px;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.footer-safety>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:rgba(239,106,91,.14);color:#ffa899}.footer-safety p{max-width:950px;margin:0;color:#9fb0bd;font-size:11px;line-height:1.65}.footer-bottom{background:#0a1f31}.footer-bottom .wrap{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom p,.footer-bottom a{margin:0;color:#8396a5;font-size:10px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.mobile-dock{display:none}.form-notice{margin-bottom:18px;padding:13px 15px;border-radius:12px;font-size:13px}.form-success{background:#edf8f2;color:#2c684f}.form-error{background:#fff0ed;color:#954a3f}@media (max-width:1000px){.header-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.menu-toggle{display:grid}.header-help-button{display:none}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-top{grid-template-columns:1fr;gap:38px}.footer-brand>p{max-width:560px}.mobile-nav{position:fixed;display:block;right:0;top:0;bottom:0;width:min(90vw,390px);z-index:100;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(16,42,67,.2);overflow:auto}.mobile-nav-inner{min-height:100%;padding:18px}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line);font-size:13px;font-weight:850}.mobile-nav-search{margin:17px 0}.mobile-nav .menu>li{border-bottom:1px solid var(--line)}.mobile-nav .menu a{display:flex;align-items:center;justify-content:space-between;min-height:51px;padding:10px 4px;color:var(--ink);font-size:14px;font-weight:750}.mobile-nav .sub-menu{list-style:none;padding:0 0 8px 16px;margin:0}.mobile-nav .sub-menu a{min-height:40px;color:var(--muted);font-size:12px}.mobile-nav-help{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:24px;padding:15px;border-radius:16px;background:var(--surface-mint)}.mobile-nav-help>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;color:var(--primary)}.mobile-nav-help strong{font-size:12px}.mobile-nav-help p{margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.mobile-nav-help>a{color:var(--primary)}.nav-backdrop{position:fixed;display:block;inset:0;z-index:90;background:rgba(7,28,45,.46);backdrop-filter:blur(2px)}.mobile-nav[hidden],.nav-backdrop[hidden]{display:none}.header-search-inner{grid-template-columns:1fr;gap:12px}}@media (max-width:720px){body{padding-bottom:64px}.wrap{width:min(calc(100% - 28px),var(--wrap))}.safety-bar-inner{min-height:34px}.safety-bar p{font-size:10px}.safety-bar a{display:none}.header-inner{min-height:64px;gap:12px}.brand-mark{width:36px;height:36px;border-radius:12px}.site-title{font-size:16px}.site-tagline{display:none}.header-actions{gap:6px}.icon-button{width:39px;height:39px}.header-search-panel{position:absolute;left:0;right:0;box-shadow:0 12px 30px rgba(16,42,67,.12)}.header-search-inner{padding-block:16px}.header-search-inner>div{display:none}.search-form input[type=search]{height:48px;padding-right:54px}.search-form button{width:40px;min-width:40px;height:40px;padding:0}.search-form button span{display:none}.breadcrumbs{min-height:33px;font-size:10px}.section-heading,.section-heading-wide{align-items:flex-start}.section-heading-wide{flex-direction:column}.section-heading h2{font-size:27px}.resource-grid{grid-template-columns:1fr;gap:12px}.resource-card{min-height:0;padding:18px}.footer-top{padding-block:42px 26px}.footer-grid{grid-template-columns:1fr;gap:0}.footer-column{border-top:1px solid rgba(255,255,255,.09)}.footer-heading{display:none}.footer-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 0;border:0;background:transparent;color:#fff;font-size:12px;font-weight:800;text-align:left}.footer-toggle .icon{transition:transform .2s}.footer-column.is-open .footer-toggle .icon{transform:rotate(180deg)}.footer-content{display:none;padding:0 0 14px}.footer-column.is-open .footer-content{display:block}.footer-safety{padding-block:16px}.footer-bottom .wrap{min-height:51px}.footer-bottom a{display:none}.mobile-dock{position:fixed;left:10px;right:10px;bottom:8px;z-index:80;display:grid;grid-template-columns:repeat(3,1fr);padding:6px;border:1px solid rgba(201,215,219,.85);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 12px 32px rgba(16,42,67,.18);backdrop-filter:blur(12px)}.mobile-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:47px;border-radius:12px;color:#647687;font-size:9px;font-weight:750}.mobile-dock a:hover,.mobile-dock a:focus-visible{background:var(--surface-mint);color:var(--primary)}.is-hotline-detail .mobile-dock{display:none}}@media (max-width:420px){.site-title{font-size:15px}.brand-link{gap:8px}.header-search-toggle{display:none}.footer-trust{display:none}}.footer-follow{margin-top:22px}.footer-follow h2{margin:0 0 10px;color:#fff;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.footer-google-news{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:10px;font-weight:800}.footer-google-news:hover{background:rgba(255,255,255,.11)}.footer-social-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.footer-social-links a{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:7px 9px;border:1px solid rgba(255,255,255,.11);border-radius:9px;color:#bdcad2;font-size:9px;font-weight:800}.footer-social-links a:hover{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.07)}@media(max-width:720px){.footer-follow{margin-bottom:21px}.footer-social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-social-links a{justify-content:center}}
/* Support Beacon 2.4.4: optional sticky main header. */
.has-sticky-header .site-header{position:sticky;top:0;z-index:90;box-shadow:0 8px 24px rgba(16,42,67,.07);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px)}body.admin-bar.has-sticky-header .site-header{top:32px}@media(max-width:782px){body.admin-bar.has-sticky-header .site-header{top:46px}}@media(prefers-reduced-transparency:reduce){.has-sticky-header .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}}
/* Support Beacon 2.5.0: Customizer-driven global layout states. */
.footer-top-no-brand{grid-template-columns:1fr}.footer-top-no-brand .footer-grid{width:100%}.has-flat-surfaces .site-header,.has-flat-surfaces .brand-mark,.has-flat-surfaces .header-help-button,.has-flat-surfaces .button,.has-flat-surfaces .icon-button,.has-flat-surfaces .search-form input,.has-flat-surfaces .resource-card,.has-flat-surfaces .empty-state,.has-flat-surfaces .sidebar-card,.has-flat-surfaces .article-card,.has-flat-surfaces .post-card,.has-flat-surfaces .hotline-card,.has-flat-surfaces .hotline-row,.has-flat-surfaces .filter-panel,.has-flat-surfaces .detail-section,.has-flat-surfaces .detail-contact-card,.has-flat-surfaces .fact-card,.has-flat-surfaces .trust-card,.has-flat-surfaces .error-card{box-shadow:none!important}.prefers-reduced-theme-motion *,.prefers-reduced-theme-motion *:before,.prefers-reduced-theme-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}body:not(.has-sticky-sidebar) .blog-sidebar,body:not(.has-sticky-sidebar) .article-aside,body:not(.has-sticky-sidebar) .filter-sidebar,body:not(.has-sticky-sidebar) .detail-side-column{position:static!important}.has-no-mobile-dock .mobile-dock{display:none!important}
.footer-grid-1{grid-template-columns:minmax(0,1fr)}.footer-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-community-only{align-self:start}.footer-community-only .footer-follow{margin-top:0}
@media(max-width:720px){.footer-grid-1,.footer-grid-2,.footer-grid-3,.footer-grid-4{grid-template-columns:1fr}}
/* Support Beacon 2.5.2: optional footer centring applies on mobile only. */
@media(max-width:720px){.footer-center-brand .footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-center-brand .footer-brand .brand-link{justify-content:center}.footer-center-brand .footer-brand>p{max-width:560px;margin:18px auto 0;text-align:center}.footer-center-follow .footer-follow{text-align:center}.footer-center-follow .footer-google-news{justify-content:center}.footer-center-follow .footer-social-links{width:min(100%,420px);justify-content:center;margin-inline:auto}.footer-center-safety .footer-safety{align-items:center;justify-content:center;flex-direction:column;gap:9px;text-align:center}.footer-center-safety .footer-safety p{max-width:560px;margin-inline:auto;text-align:center}.footer-center-bottom .footer-bottom .wrap{justify-content:center;flex-direction:column;gap:5px;padding-block:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));text-align:center}.footer-center-bottom .footer-bottom p{text-align:center}}

/* Support Beacon 2.5.6: resilient mobile header, drawer and no-JS footer fallbacks. */
@media(max-width:1000px){
.has-sticky-header .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}
.mobile-nav{top:0;bottom:0;width:min(92vw,var(--mobile-menu-width,390px));max-width:100%;height:100vh;height:100dvh;z-index:100010;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(16,42,67,.22);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.mobile-nav-right{right:0;left:auto;animation:shd-drawer-in-right .2s ease-out both}
.mobile-nav-left{left:0;right:auto;box-shadow:20px 0 55px rgba(16,42,67,.22);animation:shd-drawer-in-left .2s ease-out both}
.mobile-nav-inner{min-height:100%;padding:calc(18px + env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}
.nav-backdrop{position:fixed;display:block;inset:0;z-index:100000;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(7,28,45,.52);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);cursor:pointer;animation:shd-backdrop-in .18s ease-out both}
.mobile-nav[hidden],.nav-backdrop[hidden]{display:none!important}
body.menu-lock-scroll{overflow:hidden;overscroll-behavior:none}
.mobile-nav .menu>li{position:relative}
.mobile-nav .mobile-has-submenu>a{padding-right:52px}
.mobile-submenu-toggle{position:absolute;top:5px;right:-3px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:11px;background:transparent;color:var(--muted);cursor:pointer}
.mobile-submenu-toggle:hover,.mobile-submenu-toggle:focus-visible{background:var(--surface-mint);color:var(--primary)}
.mobile-submenu-toggle>span{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s}
.mobile-submenu-toggle[aria-expanded=true]>span{transform:rotate(225deg) translate(-1px,-1px)}
.mobile-nav .sub-menu[hidden]{display:none!important}
.mobile-nav-close{flex:0 0 auto}
@keyframes shd-drawer-in-right{from{opacity:.7;transform:translateX(24px)}to{opacity:1;transform:none}}
@keyframes shd-drawer-in-left{from{opacity:.7;transform:translateX(-24px)}to{opacity:1;transform:none}}
@keyframes shd-backdrop-in{from{opacity:0}to{opacity:1}}
}
@media(max-width:720px){
.footer-content{display:block}
.shd-js .footer-content{display:none}
.shd-js .footer-column.is-open .footer-content{display:block}
}
@media(prefers-reduced-motion:reduce){.mobile-nav-right,.mobile-nav-left,.nav-backdrop{animation:none}}
.safety-bar-inner{height:38px;min-height:38px}.safety-bar p{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-inner{height:76px;min-height:76px}body{text-rendering:auto}@media(max-width:720px){.safety-bar-inner{height:34px;min-height:34px}.header-inner{height:64px;min-height:64px}}.beacon-hero{position:relative;overflow:hidden;padding:72px 0 76px;background:linear-gradient(135deg,#f3faf8 0%,#fff 53%,#fff6f1 100%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-orb-one{width:310px;height:310px;right:-100px;top:-130px;background:radial-gradient(circle at 35% 35%,rgba(15,118,110,.17),rgba(15,118,110,0) 70%)}.hero-orb-two{width:260px;height:260px;left:-120px;bottom:-130px;background:radial-gradient(circle at 60% 45%,rgba(239,106,91,.14),rgba(239,106,91,0) 70%)}.beacon-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);align-items:center;gap:70px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--primary);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hero-kicker span{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#fff;box-shadow:0 5px 14px rgba(16,42,67,.08)}.beacon-hero-copy h1{max-width:760px;margin:0;color:var(--navy);font-size:clamp(43px,5.2vw,72px);letter-spacing:-.055em;line-height:.99}.hero-lead{max-width:690px;margin:23px 0 0;color:#53687a;font-size:clamp(17px,2vw,20px);line-height:1.6}.hero-search-form{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;max-width:740px;margin-top:32px;padding:7px;border:1px solid #cfdfdf;border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(16,42,67,.1)}.hero-search-icon{display:grid;place-items:center;width:45px;color:var(--primary)}.hero-search-form input[type=search]{min-width:0;height:48px;padding:0 8px;border:0;background:transparent;color:var(--ink);font-size:15px;outline:none}.hero-search-form button{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 18px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-size:13px;font-weight:850;box-shadow:0 7px 17px rgba(15,118,110,.2)}.popular-searches{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:15px;font-size:11px}.popular-searches span{color:#42566b;font-weight:800}.popular-searches a{color:#607284;border-bottom:1px dashed #a5b3bd}.popular-searches a:hover{color:var(--primary);border-color:var(--primary)}.hero-trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:25px}.hero-trust-row span{display:inline-flex;align-items:center;gap:7px;color:#617486;font-size:11px;font-weight:650}.hero-trust-row .icon{color:var(--primary)}.hero-support-card{position:relative;padding:25px;border:1px solid rgba(202,218,218,.9);border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 24px 60px rgba(16,42,67,.14);backdrop-filter:blur(10px)}.hero-support-card:before{content:"";position:absolute;inset:8px -8px -8px 8px;z-index:-1;border-radius:28px;background:linear-gradient(145deg,rgba(15,118,110,.1),rgba(239,106,91,.11))}.hero-card-head{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid var(--line)}.hero-card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--surface-mint);color:var(--primary)}.hero-card-head p{margin:0;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-card-head h2{margin:2px 0 0;color:var(--navy);font-size:20px;letter-spacing:-.025em;line-height:1.2}.quick-methods{display:grid;gap:9px;padding:15px 0}.quick-methods>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px;border:1px solid transparent;border-radius:15px;transition:transform .18s ease}.quick-methods>a:hover{transform:translateX(2px);border-color:var(--line);background:var(--surface-soft)}.method-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px}.method-phone{background:#e9f6f3;color:var(--primary)}.method-text{background:#fff0ed;color:#c95a4e}.method-browse{background:#edf3fb;color:#356b9d}.quick-methods strong{display:block;color:var(--ink);font-size:13px}.quick-methods small{display:block;margin-top:1px;color:var(--muted);font-size:10px}.quick-methods>a>.icon{color:#8a9aa7}.hero-card-note{display:flex;align-items:flex-start;gap:10px;padding:13px;border-radius:14px;background:#fff7ef;color:#80563e}.hero-card-note>span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#fff;color:var(--accent)}.hero-card-note p{margin:0;font-size:10px;line-height:1.55}.home-section{padding:72px 0}.issue-section{background:#fff}.issue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.issue-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:110px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .2s ease}.issue-card:after{content:"";position:absolute;width:70px;height:70px;right:-32px;bottom:-35px;border-radius:50%;background:currentColor;opacity:.06}.issue-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#b9d7d1}.issue-card-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px}.issue-tone-0 .issue-card-icon{background:#e9f6f3;color:#0f766e}.issue-tone-1 .issue-card-icon{background:#fff0ed;color:#cf5b50}.issue-tone-2 .issue-card-icon{background:#edf3fb;color:#356b9d}.issue-tone-3 .issue-card-icon{background:#fff7df;color:#9a7428}.issue-card-copy strong{display:block;color:var(--navy);font-size:14px;line-height:1.25}.issue-card-copy small{display:-webkit-box;margin-top:5px;color:var(--muted);font-size:10px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.issue-card-arrow{color:#91a0aa}.featured-section{background:var(--surface-soft)}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(235px,auto);gap:16px}.hotline-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(16,42,67,.05);overflow:hidden;transition:transform .2s ease}.hotline-card:first-child{grid-row:span 2;background:linear-gradient(150deg,#0f766e 0%,#0a5f59 100%);color:#fff;border-color:transparent;box-shadow:0 20px 40px rgba(15,118,110,.22)}.hotline-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#bdd9d4}.hotline-card:first-child:hover{box-shadow:0 25px 50px rgba(15,118,110,.29)}.hotline-card:first-child:after{content:"";position:absolute;width:210px;height:210px;right:-85px;bottom:-95px;border-radius:50%;background:rgba(255,255,255,.08)}.hotline-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.hotline-card-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--surface-mint);color:var(--primary)}.hotline-card:first-child .hotline-card-mark{background:rgba(255,255,255,.14);color:#fff}.hotline-card:first-child .verified-label{background:rgba(255,255,255,.14);color:#fff}.hotline-category{display:inline-flex;margin-bottom:7px;color:var(--primary);font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.hotline-card:first-child .hotline-category{color:#c9fff3}.hotline-card h3{margin:0;color:var(--navy);font-size:19px;letter-spacing:-.025em;line-height:1.25}.hotline-card:first-child h3{font-size:27px;color:#fff}.hotline-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hotline-card-copy>p{margin:10px 0 14px;color:var(--muted);font-size:12px;line-height:1.65}.hotline-card:first-child .hotline-card-copy>p{color:#d1ebe8;font-size:13px}.hotline-card:first-child .badge{background:rgba(255,255,255,.13);color:#fff}.card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px}.hotline-card .card-actions .button{flex:1}.hotline-card:first-child .button-primary{background:#fff;color:var(--primary);box-shadow:none}.hotline-card:first-child .button-secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.hotline-more{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:13px;border-top:1px solid var(--line);color:var(--primary);font-size:11px;font-weight:800}.hotline-card:first-child .hotline-more{position:relative;z-index:1;border-color:rgba(255,255,255,.16);color:#fff}.next-step-section{position:relative;background:var(--navy);color:#fff;overflow:hidden}.next-step-section:before{content:"";position:absolute;left:-120px;top:-180px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(91,211,190,.17),rgba(91,211,190,0) 68%)}.next-step-layout{position:relative;display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:80px}.next-step-copy .section-kicker{color:#75d8c8}.next-step-copy h2{max-width:480px;margin:0;font-size:clamp(34px,4.3vw,52px);letter-spacing:-.045em;line-height:1.05}.next-step-copy>p:not(.section-kicker){max-width:470px;margin:20px 0 26px;color:#b9c9d4;font-size:15px}.help-journey{position:relative;display:grid;gap:12px}.help-journey:before{content:"";position:absolute;left:28px;top:45px;bottom:45px;width:1px;background:rgba(255,255,255,.15)}.journey-step{position:relative;display:grid;grid-template-columns:36px 48px 1fr;align-items:center;gap:14px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.055);backdrop-filter:blur(5px)}.journey-number{color:#7e96a8;font-size:10px;font-weight:850}.journey-icon{position:relative;z-index:1;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff;color:var(--primary)}.journey-step h3{margin:0;font-size:14px}.journey-step p{margin:3px 0 0;color:#adbeca;font-size:10px}.resource-section{background:#fff}.home-cta-section{padding:0 0 72px;background:#fff}.home-cta-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:28px 30px;border-radius:24px;background:linear-gradient(130deg,#0f766e,#0c655f 58%,#15445a);color:#fff;box-shadow:0 20px 42px rgba(15,118,110,.2)}.home-cta-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:rgba(255,255,255,.14)}.home-cta-card p{margin:0;color:#bfe9e1;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.home-cta-card h2{margin:3px 0 0;font-size:26px;letter-spacing:-.03em}.home-cta-actions{display:flex;gap:9px}.home-cta-actions .button-primary{background:#fff;color:var(--primary);box-shadow:none}@media (max-width:1000px){.beacon-hero-grid{grid-template-columns:1fr;gap:42px}.beacon-hero-copy{max-width:780px}.hero-support-card{max-width:720px}.issue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hotline-card:first-child{grid-row:auto;grid-column:span 2}.next-step-layout{grid-template-columns:1fr;gap:42px}.next-step-copy{max-width:660px}.home-cta-card{grid-template-columns:auto 1fr}.home-cta-actions{grid-column:1/-1;padding-left:78px}}@media (max-width:720px){.beacon-hero{padding:45px 0 50px}.beacon-hero-grid{gap:30px}.beacon-hero-copy h1{font-size:42px}.hero-lead{margin-top:17px;font-size:16px}.hero-search-form{grid-template-columns:auto 1fr;margin-top:24px}.hero-search-form button{grid-column:1/-1;width:100%;margin-top:3px}.popular-searches{gap:7px 10px}.hero-trust-row{gap:10px 15px}.hero-support-card{padding:18px;border-radius:22px}.hero-support-card:before{display:none}.hero-card-head h2{font-size:18px}.home-section{padding:52px 0}.issue-grid{grid-template-columns:1fr;gap:10px}.issue-card{min-height:92px;padding:14px}.featured-grid{grid-template-columns:1fr;grid-auto-rows:auto}.hotline-card:first-child{grid-column:auto}.hotline-card{padding:18px;border-radius:18px}.hotline-card:first-child h3{font-size:23px}.next-step-layout{gap:30px}.next-step-copy h2{font-size:36px}.journey-step{grid-template-columns:30px 42px 1fr;padding:12px;gap:10px}.journey-icon{width:40px;height:40px}.help-journey:before{left:25px}.home-cta-section{padding-bottom:52px}.home-cta-card{grid-template-columns:auto 1fr;padding:22px;border-radius:20px}.home-cta-icon{width:48px;height:48px;border-radius:15px}.home-cta-card h2{font-size:21px}.home-cta-actions{grid-column:1/-1;padding-left:0;flex-direction:column}.home-cta-actions .button{width:100%}}@media (max-width:420px){.beacon-hero-copy h1{font-size:37px}.hero-search-form{padding:6px}.hero-search-icon{width:37px}.hero-support-card{padding:16px}.quick-methods>a{padding:9px}.method-icon{width:39px;height:39px}.hero-trust-row span:nth-child(3){display:none}.issue-card-arrow{display:none}}/* Support Beacon 2.5.0: Customizer-driven homepage layout. */
.beacon-hero-grid.hero-no-card{grid-template-columns:minmax(0,1fr);max-width:920px;margin-inline:auto}.beacon-hero-grid.hero-no-card .beacon-hero-copy{max-width:920px}.beacon-hero-grid.hero-no-card .beacon-hero-copy h1{max-width:880px}
.beacon-hero:before,.beacon-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.beacon-hero:before{width:310px;height:310px;right:-100px;top:-130px;background:radial-gradient(circle at 35% 35%,rgba(15,118,110,.17),rgba(15,118,110,0) 70%)}.beacon-hero:after{width:260px;height:260px;left:-120px;bottom:-130px;background:radial-gradient(circle at 60% 45%,rgba(239,106,91,.14),rgba(239,106,91,0) 70%)}.beacon-hero-grid{min-height:440px}.beacon-hero-grid.hero-no-card{min-height:360px}@media(max-width:1000px){.beacon-hero-grid,.beacon-hero-grid.hero-no-card{min-height:0}}.hero-support-card{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 18px 44px rgba(16,42,67,.12)}.has-content-visibility .featured-section,.has-content-visibility .next-step-section,.has-content-visibility .resource-section,.has-content-visibility .emergency-home-section,.has-content-visibility .home-cta-section,.has-content-visibility .site-footer{content-visibility:auto;contain-intrinsic-size:auto 650px}.emergency-home-section{position:relative;padding:72px 0;background:linear-gradient(180deg,#fff 0,#fff8f6 100%);overflow:hidden}.emergency-home-section:before,.emergency-home-section:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(1px)}.emergency-home-section:before{width:340px;height:340px;right:-150px;top:-120px;background:rgba(239,106,91,.1)}.emergency-home-section:after{width:280px;height:280px;left:-150px;bottom:-130px;background:rgba(15,118,110,.09)}.emergency-home-shell{position:relative;z-index:1}.emergency-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.emergency-heading-copy{display:flex;align-items:flex-start;gap:16px;max-width:760px}.emergency-heading-icon{display:grid;place-items:center;flex:0 0 auto;width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#fff0ed,#ffe4df);color:var(--accent);box-shadow:0 10px 25px rgba(239,106,91,.13)}.emergency-heading-copy h2{margin:3px 0 8px;color:var(--navy);font-size:clamp(30px,4vw,44px);letter-spacing:-.045em;line-height:1.08}.emergency-heading-copy>div>p:last-child{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.emergency-country-control{flex:0 0 auto}.emergency-country-control>label{display:block;margin:0 0 6px;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.emergency-select-wrap{position:relative;display:flex;align-items:center;min-width:210px;height:48px;border:1px solid #dbe4e8;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(16,42,67,.06)}.emergency-select-wrap .emergency-selector-flag{display:grid;place-items:center;width:43px;font-size:21px}.emergency-select-wrap select{width:100%;height:100%;padding:0 38px 0 0;border:0;background:transparent;color:var(--navy);font:inherit;font-size:12px;font-weight:800;appearance:none;outline:none;cursor:pointer}.emergency-select-wrap>.icon{position:absolute;right:13px;pointer-events:none;color:var(--muted)}.emergency-select-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.emergency-country-banner{display:flex;align-items:center;gap:12px;padding:14px 17px;margin-bottom:16px;border:1px solid #d9ebe7;border-radius:17px;background:linear-gradient(120deg,#f0faf7,#fff);box-shadow:0 7px 22px rgba(16,42,67,.04)}.emergency-country-banner .emergency-country-flag{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff;font-size:24px;box-shadow:0 5px 14px rgba(16,42,67,.07)}.emergency-country-banner p{margin:0;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.emergency-country-banner h3{margin:2px 0 0;color:var(--navy);font-size:17px}.emergency-last-checked{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#3f6a63;font-size:10px;font-weight:750}.emergency-last-checked .icon{color:var(--primary)}.emergency-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.emergency-call-card{position:relative;display:flex;flex-direction:column;min-height:235px;padding:20px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:0 10px 28px rgba(16,42,67,.055);overflow:hidden;transition:transform .18s ease}.emergency-call-card:hover{transform:translateY(-3px);border-color:#cbdedb;box-shadow:0 17px 38px rgba(16,42,67,.09)}.emergency-call-card.is-primary-emergency{grid-column:span 2;background:linear-gradient(135deg,#ef6a5b,#e65148 64%,#c9403c);border-color:transparent;color:#fff;box-shadow:0 18px 38px rgba(215,69,60,.22)}.emergency-call-card.is-only{grid-column:1/-1;max-width:650px;width:100%;justify-self:center}.emergency-call-card.is-primary-emergency:after{content:"";position:absolute;width:180px;height:180px;right:-60px;bottom:-70px;border-radius:50%;background:rgba(255,255,255,.1)}.emergency-call-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}.emergency-service-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#f4f7f8;color:var(--navy)}.emergency-tone-urgent .emergency-service-icon{background:rgba(255,255,255,.16);color:#fff}.emergency-tone-navy .emergency-service-icon,.emergency-compact-icon.emergency-tone-navy{background:#edf3f8;color:#25465f}.emergency-tone-medical .emergency-service-icon,.emergency-compact-icon.emergency-tone-medical{background:#edf8f5;color:#0f766e}.emergency-tone-fire .emergency-service-icon,.emergency-compact-icon.emergency-tone-fire{background:#fff0ed;color:#df4e43}.emergency-tone-road .emergency-service-icon,.emergency-compact-icon.emergency-tone-road{background:#fff8df;color:#9a6a00}.emergency-tone-health .emergency-service-icon,.emergency-compact-icon.emergency-tone-health{background:#eff6ff;color:#2e67a7}.emergency-tone-support .emergency-service-icon,.emergency-compact-icon.emergency-tone-support{background:#fff1f6;color:#b14371}.emergency-tone-child .emergency-service-icon,.emergency-compact-icon.emergency-tone-child{background:#f3f0ff;color:#6a55b1}.emergency-service-label{position:relative;z-index:1;margin:18px 0 2px;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.is-primary-emergency .emergency-service-label{color:#ffe3df}.emergency-number{position:relative;z-index:1;display:inline-block;width:max-content;max-width:100%;margin:0;color:var(--navy);font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.03em;line-height:1.1;word-break:break-word}.is-primary-emergency .emergency-number{color:#fff}.emergency-availability{position:relative;z-index:1;margin:8px 0 16px;color:var(--muted);font-size:10px;line-height:1.5}.is-primary-emergency .emergency-availability{color:#ffe8e5}.emergency-card-actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.emergency-call-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 14px;border-radius:12px;background:var(--accent);color:#fff;font-size:10px;font-weight:850;box-shadow:0 8px 18px rgba(239,106,91,.2)}.emergency-call-button:hover{filter:brightness(.95)}.is-primary-emergency .emergency-call-button{background:#fff;color:#d94b42;box-shadow:none}.emergency-source-link{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-size:9px;font-weight:800}.is-primary-emergency .emergency-source-link{color:#fff}.emergency-section-foot{display:flex;align-items:flex-start;gap:9px;margin-top:15px;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.78);color:#5e6f7a}.emergency-section-foot>span{display:grid;place-items:center;color:var(--primary)}.emergency-section-foot p{margin:0;font-size:10px;line-height:1.55}.emergency-compact-card{margin-top:15px;border:1px solid #e1e7e9;border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(16,42,67,.055);overflow:hidden}.emergency-compact-card details{margin:0}.emergency-compact-card summary{display:flex;align-items:center;gap:11px;padding:15px;list-style:none;cursor:pointer;background:linear-gradient(120deg,#fff6f4,#fff)}.emergency-compact-card summary::-webkit-details-marker{display:none}.emergency-compact-title-icon{display:grid;place-items:center;flex:0 0 auto;width:39px;height:39px;border-radius:12px;background:#ffe9e5;color:var(--accent)}.emergency-compact-card summary small{display:block;color:var(--accent);font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.emergency-compact-card summary strong{display:block;margin-top:2px;color:var(--navy);font-size:15px}.emergency-compact-chevron{display:grid;place-items:center;margin-left:auto;color:var(--muted);transition:transform .2s}.emergency-compact-card details[open] .emergency-compact-chevron{transform:rotate(180deg)}.emergency-compact-body{padding:13px;border-top:1px solid var(--line)}.emergency-compact-country{display:flex;align-items:center;gap:9px;margin-bottom:10px}.emergency-compact-country .emergency-country-flag{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--surface-soft);font-size:19px}.emergency-compact-country small{display:block;color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.emergency-compact-country strong{display:block;margin-top:1px;color:var(--navy);font-size:12px}.emergency-compact-card .emergency-country-control{margin-bottom:11px}.emergency-compact-card .emergency-country-control>label{display:none}.emergency-compact-card .emergency-select-wrap{min-width:0;width:100%;height:41px;border-radius:11px;box-shadow:none;background:var(--surface-soft)}.emergency-compact-card .emergency-select-wrap .emergency-selector-flag{width:36px;font-size:17px}.emergency-compact-card .emergency-select-wrap select{font-size:10px}.emergency-compact-list{display:grid;gap:7px}.emergency-compact-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:54px;padding:8px 9px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:none}.emergency-compact-row:hover{border-color:#bdd8d3;background:#f9fcfb}.emergency-compact-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#fff0ed;color:var(--accent)}.emergency-compact-row small{display:block;color:var(--muted);font-size:8px;font-weight:750}.emergency-compact-row strong{display:block;margin-top:1px;color:var(--navy);font-size:14px;letter-spacing:-.01em}.emergency-compact-call{display:inline-flex;align-items:center;gap:4px;padding:7px 8px;border-radius:9px;background:var(--accent);color:#fff;font-size:8px;font-weight:850}.emergency-compact-note{margin:10px 1px 0!important;color:var(--muted)!important;font-size:8px!important;font-weight:500!important;line-height:1.5!important;text-transform:none!important;letter-spacing:0!important}.article-aside .emergency-compact-card{margin-top:14px}.article-aside .emergency-compact-card p{margin:10px 1px 0}.emergency-inline-wrap{position:relative;z-index:3;margin-top:-25px}.emergency-inline-card{display:grid;grid-template-columns:auto minmax(0,1fr) 180px auto;align-items:center;gap:15px;padding:17px 19px;border:1px solid #ffd6d0;border-radius:18px;background:linear-gradient(120deg,#fff,#fff4f1);box-shadow:0 15px 32px rgba(89,44,40,.11)}.emergency-inline-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--accent);color:#fff;box-shadow:0 9px 20px rgba(239,106,91,.22)}.emergency-inline-copy p{margin:0;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.emergency-inline-copy h2{margin:2px 0 4px;color:var(--navy);font-size:18px;line-height:1.25}.emergency-inline-copy>span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;font-weight:750}.emergency-inline-card .emergency-country-control>label{display:none}.emergency-inline-card .emergency-select-wrap{min-width:0;width:100%;height:43px;border-radius:12px;box-shadow:none}.emergency-inline-card .emergency-select-wrap .emergency-selector-flag{width:38px;font-size:18px}.emergency-inline-card .emergency-select-wrap select{font-size:10px}.emergency-inline-call{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:126px;min-height:46px;padding:0 15px;border-radius:13px;background:var(--accent);color:#fff;font-size:16px;font-weight:900;box-shadow:0 9px 20px rgba(239,106,91,.2)}.emergency-inline-call:hover{filter:brightness(.95)}@media (max-width:1000px){.emergency-inline-card{grid-template-columns:auto minmax(0,1fr) auto}.emergency-inline-card .emergency-country-control{grid-column:2}.emergency-inline-call{grid-column:3;grid-row:1/3}.emergency-section-head{align-items:flex-start}.emergency-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.emergency-call-card.is-primary-emergency{grid-column:1/-1}.article-aside .emergency-compact-card{margin-top:12px}.article-aside{display:grid;gap:12px}.article-aside .emergency-compact-card{margin-top:0}}@media (max-width:720px){.emergency-home-section{padding:52px 0}.emergency-section-head{display:grid;gap:19px}.emergency-heading-copy{gap:12px}.emergency-heading-icon{width:48px;height:48px;border-radius:15px}.emergency-heading-copy h2{font-size:31px}.emergency-heading-copy>div>p:last-child{font-size:12px}.emergency-country-control,.emergency-select-wrap{width:100%}.emergency-country-banner{align-items:flex-start}.emergency-last-checked{display:none}.emergency-card-grid{grid-template-columns:1fr 1fr;gap:10px}.emergency-call-card{min-height:220px;padding:15px;border-radius:17px}.emergency-call-card.is-primary-emergency{grid-column:1/-1;min-height:210px}.emergency-service-icon{width:39px;height:39px;border-radius:12px}.emergency-number{font-size:25px}.emergency-card-actions{align-items:flex-start;flex-direction:column}.emergency-call-button{width:100%;min-height:44px}.emergency-source-link{min-height:26px}.emergency-inline-wrap{margin-top:-16px}.emergency-inline-card{grid-template-columns:auto 1fr;gap:11px;padding:14px}.emergency-inline-card .emergency-country-control{grid-column:1/-1}.emergency-inline-call{grid-column:1/-1;grid-row:auto;width:100%}.filter-sidebar .emergency-compact-card{margin-top:12px}}@media (max-width:480px){.emergency-card-grid{grid-template-columns:1fr}.emergency-call-card.is-primary-emergency{grid-column:auto}.emergency-call-card{min-height:0}.emergency-card-actions{flex-direction:row;align-items:center}.emergency-call-button{width:auto;flex:1}.emergency-heading-copy{display:block}.emergency-heading-icon{margin-bottom:12px}.emergency-country-banner .emergency-country-flag{width:38px;height:38px}.emergency-section-foot{padding:11px}.emergency-inline-copy h2{font-size:16px}}@media (prefers-reduced-motion:reduce){.emergency-call-card,.emergency-compact-row,.emergency-compact-chevron{transition:none}}.has-stable-home-hero .method-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px}.has-stable-home-hero .method-phone{background:#e9f6f3;color:var(--primary)}.has-stable-home-hero .method-text{background:#fff0ed;color:#c95a4e}.has-stable-home-hero .method-browse{background:#edf3fb;color:#356b9d}.has-stable-home-hero .quick-methods>a{min-height:64px}.has-stable-home-hero .hero-card-head{min-height:67px}.has-stable-home-hero .hero-card-note{min-height:57px}@media(max-width:420px){.has-stable-home-hero .method-icon{flex-basis:39px;width:39px;height:39px}.has-stable-home-hero .quick-methods>a{min-height:60px}}.has-stable-home-hero .hero-support-card{align-self:start;contain:layout;box-sizing:border-box}.has-stable-home-hero .quick-methods>a{box-sizing:border-box}@media(max-width:420px){.has-stable-home-hero .hero-support-card.hero-method-count-0{height:188px;min-height:188px}.has-stable-home-hero .hero-support-card.hero-method-count-1{height:248px;min-height:248px}.has-stable-home-hero .hero-support-card.hero-method-count-2{height:317px;min-height:317px}.has-stable-home-hero .hero-support-card.hero-method-count-3{height:386px;min-height:386px}}@media(min-width:421px) and (max-width:720px){.has-stable-home-hero .hero-support-card.hero-method-count-0{height:192px;min-height:192px}.has-stable-home-hero .hero-support-card.hero-method-count-1{height:258px;min-height:258px}.has-stable-home-hero .hero-support-card.hero-method-count-2{height:333px;min-height:333px}.has-stable-home-hero .hero-support-card.hero-method-count-3{height:408px;min-height:408px}}@media(min-width:721px) and (max-width:1000px){.has-stable-home-hero .hero-support-card.hero-method-count-0{height:206px;min-height:206px}.has-stable-home-hero .hero-support-card.hero-method-count-1{height:272px;min-height:272px}.has-stable-home-hero .hero-support-card.hero-method-count-2{height:347px;min-height:347px}.has-stable-home-hero .hero-support-card.hero-method-count-3{height:422px;min-height:422px}}@media(min-width:1001px) and (max-width:1125px){.has-stable-home-hero .hero-support-card.hero-method-count-0{height:225px;min-height:225px}.has-stable-home-hero .hero-support-card.hero-method-count-1{height:291px;min-height:291px}.has-stable-home-hero .hero-support-card.hero-method-count-2{height:366px;min-height:366px}.has-stable-home-hero .hero-support-card.hero-method-count-3{height:441px;min-height:441px}}@media(min-width:1126px){.has-stable-home-hero .hero-support-card.hero-method-count-0{height:206px;min-height:206px}.has-stable-home-hero .hero-support-card.hero-method-count-1{height:272px;min-height:272px}.has-stable-home-hero .hero-support-card.hero-method-count-2{height:347px;min-height:347px}.has-stable-home-hero .hero-support-card.hero-method-count-3{height:422px;min-height:422px}}@media(hover:none),(pointer:coarse){.button:hover,.button:focus-visible,.resource-card:hover,.issue-card:hover,.hotline-card:hover,.emergency-call-card:hover{transform:none}}.emergency-call-card>.emergency-service-icon{position:relative;z-index:1;flex:0 0 auto}
/* Support Beacon 2.5.11: reliable inline SVG icons and sharper mobile branding. */
svg.icon{display:inline-block;flex:none;width:var(--icon-size,20px);height:var(--icon-size,20px);overflow:visible;background:none!important;background-color:transparent!important;-webkit-mask:none!important;mask:none!important;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
@media(max-width:720px){.brand-logo{width:132px;max-height:39px}}
