
    :root{--navy:#032f6f;--blue:#075aaa;--blue-2:#0b69c2;--yellow:#eeaf02;--yellow-soft:#ffd66d;--green:#137a49;--ink:#102c4a;--muted:#52677b;--pale:#edf4f9;--pale-2:#f7fafc;--line:#d8e3ec;--white:#fff;--shadow:0 16px 40px rgba(3,47,111,.10);--radius:18px;--wrap:min(1220px,calc(100% - 48px))}
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;color:var(--ink);background:#fff;font-family:"Aptos","Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
    body::selection{background:var(--yellow-soft);color:var(--navy)}
    img{max-width:100%} a{color:inherit;text-decoration:none} button,input{font:inherit} button,a,input{-webkit-tap-highlight-color:transparent}
    a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}
    .wrap{width:var(--wrap);margin-inline:auto}.hidden{display:none!important}
    .skip{position:fixed;top:-80px;left:16px;z-index:100;background:#fff;color:var(--navy);padding:12px 16px;border-radius:8px;font-weight:800;box-shadow:var(--shadow)}.skip:focus{top:16px}
    .topbar{background:#021f4a;color:#eaf2fb;font-size:.78rem;letter-spacing:.01em}.topbar .wrap{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(216,227,236,.9)}
    .header-main{min-height:78px;display:flex;align-items:center;gap:28px}
    .brand{width:126px;height:66px;display:flex;align-items:center;overflow:hidden;flex:0 0 auto}.brand img{width:126px;height:84px;object-fit:contain;transform:scale(1.12);display:block}
    .desktop-nav{display:flex;gap:28px;margin-left:auto;align-items:center}.desktop-nav a{font-size:.94rem;font-weight:750;color:#294866}.desktop-nav a:hover{color:var(--blue)}
    .btn{border:0;border-radius:11px;min-height:48px;padding:12px 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:.94rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
    .btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:#172c47;box-shadow:0 8px 20px rgba(238,175,2,.22)}.btn-primary:hover{background:#f7bd1b}.btn-wa{background:var(--green);color:#fff;box-shadow:0 8px 22px rgba(19,122,73,.18)}.btn-wa:hover{background:#0e6c3f}.btn-outline{background:#fff;color:var(--navy);border:1px solid #b8c9d9;box-shadow:none}
    .mobile-nav{display:none}
    .hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#032f6f 0%,#064c92 66%,#075aaa 100%);color:#fff;padding:64px 0 58px}
    .hero::after{content:"";position:absolute;width:440px;height:440px;border:90px solid rgba(238,175,2,.09);border-radius:50%;right:-170px;top:-250px;pointer-events:none}
    .hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:68px;align-items:center;position:relative;z-index:1}
    .eyebrow{margin:0 0 13px;text-transform:uppercase;letter-spacing:.15em;font-size:.73rem;font-weight:900;color:var(--blue)}.hero .eyebrow{color:var(--yellow-soft)}
    h1,h2,h3,p{overflow-wrap:break-word}h1{font-size:clamp(2.65rem,5vw,4.5rem);letter-spacing:-.055em;line-height:.99;margin:0 0 20px;font-weight:900;max-width:730px}h1 span{color:var(--yellow-soft)}
    .hero .lead{font-size:1.12rem;line-height:1.55;color:#dbe9f8;max-width:620px;margin:0 0 27px}
    .search-form{max-width:680px}.searchbox{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;border:2px solid transparent;border-radius:14px;padding:7px 7px 7px 16px;box-shadow:0 18px 35px rgba(0,20,55,.2)}.searchbox:focus-within{border-color:var(--yellow)}.search-icon{width:21px;height:21px;color:#58718a}.searchbox input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);font-size:1rem;padding:10px 2px;background:transparent}.searchbox button{border:0;border-radius:9px;background:var(--yellow);color:#172c47;min-height:44px;padding:10px 18px;font-weight:850;cursor:pointer}.hint{margin:11px 2px 0;font-size:.8rem;color:#cbdced}
    .hero-visual{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:center}.hero-visual img{width:100%;height:auto;aspect-ratio:1;display:block;object-fit:contain;background:#eaf1f7;border-radius:17px;box-shadow:0 18px 40px rgba(0,19,50,.25)}.hero-stack{display:grid;gap:14px}.hero-stack img:last-child{display:none}.hero-visual .hero-main{transform:rotate(-1.2deg)}.hero-stack img{transform:rotate(1.5deg)}
    .trustbar{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:92px}.trust-item{display:flex;align-items:center;justify-content:center;gap:13px;padding:18px 24px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-icon{width:38px;height:38px;border-radius:50%;background:#fff7dc;color:var(--navy);display:grid;place-items:center;font-weight:900}.trust-item strong{display:block;color:var(--navy);line-height:1.2}.trust-item small{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}
    .section{padding:70px 0}.section-soft{background:linear-gradient(180deg,#f8fbfd 0%,#eef4f8 100%)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px}.section-head h2,.section-title{font-size:clamp(2rem,3.4vw,2.85rem);line-height:1.08;letter-spacing:-.04em;margin:0 0 10px;color:var(--navy)}.section-head p,.muted{margin:0;color:var(--muted)}.count{flex:0 0 auto;border:1px solid #cbd9e4;background:#fff;color:var(--navy);border-radius:999px;padding:7px 13px;font-size:.8rem;font-weight:800}
    .sector-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}.sector-card{display:flex;flex-direction:column;min-width:0;border-radius:var(--radius);background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 3px 0 rgba(3,47,111,.03);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sector-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bdcfde}.sector-image{position:relative;background:#eaf1f7;overflow:hidden}.sector-image::after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(3,47,111,.05));pointer-events:none}.sector-card img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.sector-copy{padding:16px 17px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:78px}.sector-card h3{font-size:1rem;line-height:1.26;margin:0;color:#173b60}.sector-link{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:var(--navy);font-size:1.15rem;font-weight:900}
    .family-result{display:flex;flex-direction:column;min-width:0;border-radius:var(--radius);background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 3px 0 rgba(3,47,111,.03)}.family-result img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#eaf1f7}.family-result-copy{padding:16px 17px 18px}.family-result-copy h3{font-size:1.05rem;line-height:1.25;margin:0 0 6px;color:#173b60}.family-result-sector{margin:0 0 10px;color:var(--blue);font-size:.86rem;font-weight:800}.family-result-copy p{margin:0 0 14px;color:var(--muted);font-size:.93rem;line-height:1.45}.family-result-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.family-result-actions .btn{min-height:40px;padding:9px 13px;font-size:.86rem}.family-result-link{color:var(--navy);font-weight:850;font-size:.86rem}
    .empty{padding:34px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-align:center}.empty h3{margin:0 0 8px;color:var(--navy)}.empty p{margin:0 0 20px;color:var(--muted)}
    .help{background:var(--navy);color:#fff;border-radius:22px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;overflow:hidden}.help::after{content:"";position:absolute;width:180px;height:180px;border:38px solid rgba(238,175,2,.12);border-radius:50%;right:150px;bottom:-130px}.help h2{font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.12;letter-spacing:-.035em;margin:0 0 9px;position:relative;z-index:1}.help p{color:#d7e5f4;margin:0;position:relative;z-index:1}.help .btn{position:relative;z-index:1;flex:0 0 auto}
    .about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}.years{font-size:clamp(4.4rem,8vw,7rem);line-height:.82;letter-spacing:-.075em;color:var(--navy);font-weight:900}.years small{font-size:1rem;line-height:1.3;letter-spacing:0;color:var(--muted);display:block;margin-top:19px;font-weight:600}.about-copy p:last-child{font-size:1.08rem;color:var(--muted);max-width:680px;margin:0}.about-copy h2{font-size:clamp(2rem,3.4vw,2.85rem);letter-spacing:-.04em;line-height:1.08;color:var(--navy);margin:0 0 17px}
    .stores{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.store{padding:25px 26px;border:1px solid var(--line);background:#fff;border-radius:15px}.store-badge{display:inline-block;background:#fff4cc;color:#5b4300;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.store h3{margin:0 0 8px;color:var(--navy);font-size:1.25rem}.store p{margin:0;color:var(--muted)}
    .sector-hero{background:linear-gradient(125deg,#032f6f,#075aaa);color:#fff;padding:50px 0 45px}.breadcrumb{display:flex;align-items:center;gap:9px;color:#d7e5f4;font-size:.86rem;margin:0 0 20px}.breadcrumb a{font-weight:800;color:#fff}.breadcrumb span{opacity:.68}.sector-hero h1{font-size:clamp(2.7rem,5vw,4.4rem);margin-bottom:16px}.sector-hero .lead{font-size:1.08rem;color:#dbe9f8;max-width:700px;margin:0}.family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.family{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 5px 20px rgba(3,47,111,.06)}.family-media{background:#eaf1f7}.family img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;display:block}.family-content{padding:23px 22px 22px;display:flex;flex:1;flex-direction:column}.family h3{font-size:1.32rem;line-height:1.22;color:var(--navy);margin:0 0 10px}.family p{color:var(--muted);font-size:.94rem;margin:0 0 21px}.family .btn{width:100%;margin-top:auto}.notice{font-size:.83rem;color:var(--muted);margin:22px 0 0;padding-left:13px;border-left:3px solid var(--yellow)}
    footer{background:#021f4a;color:#c9d9e9;padding:42px 0 104px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:start}.footer-brand{color:#fff;font-weight:900;font-size:1.05rem}.footer-grid p{margin:8px 0 0;font-size:.88rem}.footer-contact{text-align:right}.footer-contact a{color:#fff;font-weight:750}.footer-contact a:hover{text-decoration:underline}.mobilebar{display:none}
    section{scroll-margin-top:116px}
    @media(max-width:1050px){.sector-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{gap:42px;grid-template-columns:1fr .9fr}.desktop-nav{gap:18px}.family-grid{gap:16px}.family-content{padding:20px 17px}.family h3{font-size:1.16rem}}
    @media(max-width:760px){:root{--wrap:calc(100% - 32px)}.topbar .wrap{justify-content:center;text-align:center}.topbar .wrap span:last-child{display:none}.site-header{position:relative}.header-main{min-height:70px;gap:14px}.brand{width:108px;height:58px}.brand img{width:108px;height:72px}.desktop-nav{display:none}.header-main>.btn{margin-left:auto;min-height:42px;padding:9px 13px;font-size:.82rem}.mobile-nav{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:#fff}.mobile-nav a{text-align:center;padding:10px 5px;font-size:.78rem;color:#36536f;font-weight:800}.mobile-nav a:first-child{color:var(--navy);background:#f5f9fc}.hero{padding:40px 0 35px}.hero-grid{display:block}.hero h1{font-size:2.62rem;max-width:520px;margin-bottom:16px}.hero .lead{font-size:1rem;margin-bottom:21px}.hero-visual{display:none}.searchbox{padding-left:13px;gap:7px}.searchbox button{padding-inline:13px}.hint{font-size:.76rem}.trust-grid{grid-template-columns:1fr}.trust-item{justify-content:flex-start;min-height:68px;border-right:0;border-bottom:1px solid var(--line);padding:13px 18px}.trust-item:last-child{border-bottom:0}.trust-icon{width:34px;height:34px}.section{padding:46px 0}.section-head{align-items:flex-start;margin-bottom:24px;gap:15px}.section-head h2,.section-title{font-size:2rem}.section-head>div>p:last-child{font-size:.9rem}.count{margin-top:3px}.sector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.sector-card{border-radius:13px}.sector-copy{padding:12px 11px 13px;min-height:67px}.sector-card h3{font-size:.88rem}.sector-link{width:27px;height:27px;flex-basis:27px;font-size:1rem}.help{padding:28px 22px;display:block;border-radius:17px}.help p{font-size:.93rem}.help .btn{margin-top:21px;width:100%}.about-grid{grid-template-columns:1fr;gap:27px}.years{font-size:4.7rem}.years small{font-size:.92rem;margin-top:13px}.about-copy p:last-child{font-size:1rem}.stores{grid-template-columns:1fr;gap:12px}.store{padding:21px}.sector-hero{padding:34px 0 32px}.breadcrumb{margin-bottom:15px}.sector-hero h1{font-size:2.7rem}.sector-hero .lead{font-size:1rem}.family-grid{grid-template-columns:1fr;gap:22px}.family-content{padding:22px}.family h3{font-size:1.3rem}.family p{font-size:.94rem}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-contact{text-align:left}footer{padding-bottom:98px}.mobilebar{display:block;position:fixed;z-index:40;left:0;right:0;bottom:0;padding:9px 14px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-top:1px solid var(--line)}.mobilebar .btn{width:100%;min-height:47px}}
    @media(max-width:390px){.header-main>.btn{padding-inline:10px;font-size:.76rem}.hero h1{font-size:2.35rem}.searchbox{grid-template-columns:auto 1fr}.searchbox button{grid-column:1/-1;width:100%}.sector-card h3{font-size:.82rem}.section-head{display:block}.count{display:inline-block;margin-top:14px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.sector-card{transition:none}}
  
    /* Refinamento da direção B: 20/09/2026. */
    body{font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
    :root{--radius:16px;--shadow:0 12px 32px rgba(3,47,111,.08)}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
    .header-main{min-height:90px}.brand{width:150px;height:80px;overflow:visible}.brand img{width:150px;height:90px;transform:none}
    .desktop-nav a{padding:12px 0}.btn{font-weight:700;box-shadow:none}.btn-wa:hover{box-shadow:0 5px 18px rgba(19,122,73,.16)}
    .hero{padding:52px 0}.hero::after{opacity:.45}
    .hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:64px}
    .hero h1{font-size:clamp(2.7rem,4.25vw,3.8rem);line-height:1.07;letter-spacing:-.045em;font-weight:800;max-width:640px}
    .hero .lead{font-size:1.05rem;max-width:500px;margin-bottom:24px}
    .hero-visual{grid-template-columns:1.15fr .85fr;gap:16px;align-items:center}
    .hero-stack img:last-child{display:block}.hero-visual img{border-radius:16px;box-shadow:0 12px 28px rgba(0,19,50,.18)}
    .hero-visual .hero-main,.hero-stack img{transform:none}.hero-stack{padding-top:70px}
    .search-label{display:block;font-weight:650;font-size:.9rem;margin-bottom:8px}
    .searchbox{border-radius:12px;box-shadow:0 8px 22px rgba(0,20,55,.12)}.searchbox input{font-size:16px}.searchbox button{font-weight:750}
    .searchbox input:focus-visible{outline:2px solid var(--navy);outline-offset:1px;border-radius:3px}
    .hero-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:18px;font-size:.86rem;font-weight:650}
    .hero-links a{display:inline-flex;align-items:center;gap:8px;min-height:36px;border-bottom:1px solid rgba(255,255,255,.35)}
    .hero-links a:hover{border-color:var(--yellow);color:var(--yellow-soft)}
    .trust-grid{min-height:82px}.trust-item{padding:16px 20px}.trust-icon{font-size:.86rem}.trust-item strong{font-size:.92rem}
    .section{padding:56px 0}.section-head{margin-bottom:28px}.section-head .eyebrow{color:var(--blue);margin-bottom:9px}
    .section-head h2,.section-title,.about-copy h2{font-weight:750;letter-spacing:-.035em}
    .sector-grid{gap:22px}.sector-image::after{display:none}.sector-copy{min-height:82px;padding:17px 18px}.sector-card h3{font-weight:700}
    .sector-card:hover{transform:translateY(-3px)}.sector-link{background:#fff4cf;width:30px;height:30px;flex-basis:30px}
    .sector-hero{padding:30px 0 32px}.sector-hero .eyebrow{color:var(--yellow-soft)}.sector-hero h1{font-weight:800;font-size:clamp(2.3rem,4vw,3.4rem);margin-bottom:14px}
    .breadcrumb{flex-wrap:wrap;margin-bottom:20px}.breadcrumb a{display:inline-flex;min-height:32px;align-items:center}.breadcrumb span{opacity:1}
    .family-grid{gap:24px}.family h3{font-weight:750}.family p{font-size:.95rem}.family .btn{font-size:.9rem;white-space:normal}
    .sector-intro{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.sector-intro h2{margin:0;color:var(--navy);font-size:1.4rem;letter-spacing:-.02em}.sector-intro p{margin:4px 0 0;color:var(--muted);font-size:.92rem}
    .sector-back{display:inline-flex;min-height:44px;align-items:center;gap:8px;font-size:.9rem;font-weight:700;color:var(--navy)}
    .family-jump{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 0}.family-jump a{font-size:.82rem;font-weight:650;min-height:40px;display:inline-flex;align-items:center;padding:8px 13px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:8px}.family-jump a:hover{background:rgba(255,255,255,.2)}
    .family{scroll-margin-top:115px}.help{padding:32px}.help h2{font-weight:750}.help .btn-wa{border:1px solid rgba(255,255,255,.3)}
    .empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hours{margin-top:24px;display:flex;gap:24px;align-items:flex-start;padding:24px 26px;border:1px solid var(--line);border-radius:15px;background:var(--pale-2)}.hours h3{font-size:1rem;color:var(--navy);margin:0;min-width:170px}.hours dl{display:flex;gap:28px;flex-wrap:wrap;margin:0}.hours dl div{min-width:150px}.hours dt{font-size:.82rem;color:var(--muted)}.hours dd{font-weight:700;margin:4px 0 0;color:var(--navy)}
    footer{padding:36px 0}.footer-contact a{display:inline-flex;min-height:32px;align-items:center}
    section{scroll-margin-top:112px}#main{scroll-margin-top:112px}.skip:focus{z-index:100}
    @media(max-width:1050px){.hero-grid{gap:32px}.hero h1{font-size:3rem}.desktop-nav{gap:20px}.family-grid{gap:16px}.family-content{padding:20px 16px}}
    @media(max-width:760px){
      .header-main{min-height:76px;gap:12px}.brand{width:118px;height:70px}.brand img{width:118px;height:79px}.header-main>.btn{font-size:.78rem;min-height:44px;padding:10px 12px}.mobile-nav a{min-height:44px;padding:11px 5px}
      .hero{padding:22px 0 18px}.hero-grid{display:block}.hero h1{font-size:2.25rem;line-height:1.08;letter-spacing:-.04em;margin-bottom:12px}.hero .eyebrow{font-size:.64rem;letter-spacing:.12em;margin-bottom:10px}.hero .lead{font-size:.95rem;line-height:1.45;margin-bottom:15px}
      .search-label{font-size:.85rem}.searchbox{grid-template-columns:auto minmax(0,1fr) auto;padding:5px 5px 5px 12px;gap:6px}.searchbox button{grid-column:auto;width:auto;padding:10px 12px;font-size:.85rem}.hint{font-size:14px;line-height:1.35;margin-top:8px}.hero-links{display:none}
      .trustbar{display:none}.trust-grid{grid-template-columns:1fr 1fr;min-height:68px}.trust-item{padding:12px 8px;gap:8px;min-height:68px;border-bottom:0;border-right:1px solid var(--line)}.trust-item:nth-child(2){border:0}.trust-item:last-child{display:none}.trust-icon{width:29px;height:29px;flex:0 0 29px;font-size:.72rem}.trust-item strong{font-size:.75rem;line-height:1.3}.trust-item small{font-size:.65rem}
      .section{padding:34px 0}.section-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px}.section-head h2,.section-title,.about-copy h2{font-size:1.8rem}.section-head>div>p:last-child{font-size:.85rem;max-width:250px}.count{margin-top:4px;padding:6px 9px;font-size:.72rem;white-space:nowrap}.section-head .eyebrow{font-size:.66rem}
      .sector-grid{gap:16px 12px}.sector-copy{padding:12px;min-height:78px}.sector-card h3{font-size:.86rem;line-height:1.35}.sector-link{width:23px;height:23px;flex-basis:23px;font-size:.95rem}.family-result-copy{padding:14px}.family-result-copy p{font-size:.95rem}.family-result-actions{align-items:stretch;flex-direction:column}.family-result-actions .btn,.family-result-link{text-align:center;width:100%}
      .sector-hero{padding:20px 0 24px}.sector-hero h1{font-size:2.4rem}.sector-hero .lead{font-size:.94rem}.breadcrumb{gap:8px;margin-bottom:14px;font-size:.8rem}.family-jump{gap:8px;margin-top:16px}.family-jump a{font-size:.76rem;min-height:44px}
      .sector-intro{display:block;margin-bottom:20px}.sector-back{margin-top:8px}.family-grid{gap:24px}.family-content{padding:20px}.family h3{font-size:1.25rem}.family .btn{min-height:48px}.family{scroll-margin-top:16px}
      .help{padding:26px 22px}.help h2{font-size:1.6rem}.hours{display:block;padding:22px}.hours h3{margin-bottom:16px}.hours dl{display:grid;gap:14px}.hours dl div{display:flex;justify-content:space-between;gap:20px}.hours dd{margin:0}.hours dt{font-size:.87rem}.hours dd{font-size:.9rem}
      footer{padding-bottom:108px}.mobilebar .btn{font-size:.86rem}.about-grid{gap:24px}.years{font-size:4.4rem}
      section,#main{scroll-margin-top:16px}.empty{padding:24px 18px}.empty-actions .btn{width:100%}
    }
    @media(max-width:360px){.hero h1{font-size:2.1rem}.brand{width:104px}.brand img{width:104px}.header-main>.btn{font-size:.72rem;padding-inline:10px}.trust-icon{display:none}.sector-copy{padding:10px}.sector-card h3{font-size:.8rem}.sector-link{width:20px;height:20px;flex-basis:20px}.section-head{display:block}.count{display:inline-block;margin-top:10px}}
  