:root{
      --navy:#08295b;--navy2:#0d376d;--blue:#0872cf;--red:#e21b1b;--red2:#c91414;
      --ink:#0c2c57;--muted:#53677d;--line:#dfe7f0;--soft:#f5f9fd;--white:#fff;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.35}
    a{color:inherit}
    img{display:block;max-width:100%}
    .wrap{width:min(1180px,calc(100% - 34px));margin:auto}
    .phone{width:1.05em;height:1.05em;fill:currentColor;flex:0 0 auto}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(#ef2626,#d91414);color:#fff;text-decoration:none;border-radius:5px;font-weight:900;text-transform:uppercase;box-shadow:0 3px 8px rgba(198,16,16,.18);transition:.15s ease}
    .btn:hover{transform:translateY(-1px);filter:brightness(.96)}

    /* HEADER — no navigation */
    .header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e8edf2}
    .header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}
    .brand{display:flex;align-items:center;gap:8px;text-decoration:none}
    .brandmark{width:43px;height:42px}
    .brandcopy{font-size:18px;font-weight:900;line-height:.95;color:#0766be;letter-spacing:-.6px}
    .brandcopy span{display:block}
    .headcall{display:flex;align-items:center;gap:18px}
    .headnum{display:flex;align-items:center;gap:7px;color:var(--red);font-size:16px;font-weight:900;text-decoration:none}
    .headbtn{padding:12px 21px;font-size:14px}

    /* HERO */
    .hero{background:#fff}
    .hero-grid{display:grid;grid-template-columns:51% 49%;min-height:303px;overflow:hidden}
    .hero-copy{padding:23px 20px 18px 0;position:relative;z-index:2}
    .hero h1{margin:0;color:#0a2451;font-size:40px;line-height:1;letter-spacing:-1.8px;font-weight:900}
    .hero h2{margin:7px 0 7px;font-size:22px;line-height:1.08;letter-spacing:-.7px;font-weight:900}
    .hero p{margin:0 0 8px;font-size:15px;line-height:1.35;max-width:570px}
    .geo-line{display:flex;align-items:center;gap:6px;margin:7px 0 3px;color:#0872cf;font-size:11px;font-weight:900}
    .geo-line:before{content:"●";font-size:8px;line-height:1}
    .typesline{font-size:11px;font-weight:800;margin:6px 0 12px;color:#133b69}
    .hero-btn{font-size:22px;padding:13px 25px;border-radius:6px}
    .hero-sub{font-size:11px!important;font-weight:800;text-align:center;width:430px;max-width:100%;margin-top:7px!important}
    .hero-photo{position:relative;min-height:303px;overflow:hidden}
    .hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% center}
    .hero-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.28) 12%,rgba(255,255,255,0) 38%)}
    .hero-note{position:absolute;z-index:2;right:22px;bottom:15px;text-align:right;color:#fff;font-weight:800;font-size:18px;line-height:1.05;font-style:italic;transform:rotate(-3deg);text-shadow:0 2px 8px rgba(0,0,0,.55)}


    /* 3 benefit strip */
    .benefits{border-top:1px solid #dfe7ee;border-bottom:1px solid #dfe7ee;background:#f8fbfe}
    .benefit-grid{display:grid;grid-template-columns:repeat(3,1fr)}
    .benefit{display:flex;align-items:center;gap:12px;min-height:59px;padding:8px 22px;border-right:1px solid #dfe6ee}
    .benefit:last-child{border-right:0}
    .benefit-icon{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#0873ce;font-size:20px;font-weight:900;flex:0 0 auto}
    .benefit strong{display:block;font-size:14px}
    .benefit small{display:block;color:#5e6f81;font-size:10px;margin-top:1px}

    /* APPLIANCE GRID */
    .appliances{padding:14px 0 16px}
    .section-title{margin:0 0 10px;text-align:center;font-size:28px;line-height:1;font-weight:900;letter-spacing:-1px}
    .appliance-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}
    .card{border:1px solid #d8e4ee;border-radius:5px;background:#fff;text-align:center;padding:8px 5px 7px;text-decoration:none;min-height:173px;box-shadow:0 1px 2px rgba(10,40,80,.02)}
    .card:hover{box-shadow:0 5px 14px rgba(10,40,80,.08);transform:translateY(-1px)}
    .pic{height:83px;display:grid;place-items:center}
    .pic svg{width:74px;height:78px}
    .card strong{display:block;font-size:11px;margin-top:1px}
    .card .symptoms{display:block;color:#53667a;font-size:8.7px;line-height:1.25;min-height:22px;margin-top:4px}
    .card .micro{display:block;font-size:8.7px;color:#0670c8;font-weight:800;text-decoration:underline;margin-top:5px}

    /* MID CTA */
    .mid{position:relative;overflow:hidden;border-top:1px solid #e1e6ea;border-bottom:1px solid #e1e6ea}
    .mid:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,.72)),url('/assets/premium-refrigeration-technician-v2.jpg') center 54%/cover no-repeat;filter:saturate(.75)}
    .mid-inner{position:relative;z-index:1;min-height:118px;display:flex;align-items:center;justify-content:center;gap:24px;padding:14px}
    .mid-copy{text-align:center}
    .mid-copy h2{margin:0;font-size:26px;line-height:1;font-weight:900}
    .mid-copy p{margin:3px 0 5px;font-size:12px}
    .mid-phone{font-size:25px;font-weight:900;color:var(--red);text-decoration:none;display:inline-flex;align-items:center;gap:7px}
    .mid-btn{padding:11px 20px;font-size:12px}
    .mid-small{display:block;font-size:8.7px;font-weight:700;color:#243d5d;margin-top:4px}

    /* LOWER 3 COLUMNS */
    .lower{padding:14px 0 16px}
    .lower-grid{display:grid;grid-template-columns:1.03fr 1.08fr .89fr;gap:0}
    .lower-col{padding:0 18px;border-right:1px solid #dfe6ed}
    .lower-col:first-child{padding-left:0}.lower-col:last-child{border-right:0;padding-right:0}
    .lower h3{margin:0;font-size:17px;line-height:1.05;font-weight:900}
    .lower .sub{font-size:10px;color:#5d6d7d;margin:3px 0 8px}
    .problems{columns:2;column-gap:12px;list-style:none;margin:0 0 9px;padding:0}
    .problems li{break-inside:avoid;position:relative;padding-left:18px;font-size:9.5px;margin-bottom:5px}
    .problems li:before{content:"✓";position:absolute;left:0;top:0;width:13px;height:13px;border-radius:50%;background:#0872cf;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:900}
    .small-btn{padding:9px 15px;font-size:10px}
    .steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:11px}
    .step{text-align:center;padding:0 10px;border-right:1px solid #dfe6ee}.step:last-child{border-right:0}
    .stepnum{width:34px;height:34px;border-radius:50%;background:#0872cf;color:#fff;font-size:15px;font-weight:900;display:grid;place-items:center;margin:0 auto 6px}
    .step strong{display:block;font-size:10px}.step span{display:block;font-size:8.3px;line-height:1.25;color:#5c6e80;margin-top:4px}
    details{border:1px solid #d9e3ed;border-radius:4px;margin:0 0 6px;background:#fff}
    summary{list-style:none;position:relative;padding:8px 22px 8px 9px;font-size:9px;font-weight:800;cursor:pointer}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"⌄";position:absolute;right:9px;color:#0a66b9}
    details p{font-size:8.5px;color:#57697b;margin:0;padding:0 9px 8px}

    /* LOWER BANNER */
    .family{position:relative;overflow:hidden;background:#f8fafc;border-top:1px solid #e2e8ee}
    .family:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,41,91,.82) 0 27%,rgba(255,255,255,.96) 47%,rgba(255,255,255,.90) 100%),url('/assets/premium-refrigeration-technician-v2.jpg') left 48%/cover no-repeat}
    .family-inner{position:relative;z-index:1;min-height:122px;display:grid;grid-template-columns:29% 71%;align-items:center}
    .family-tag{color:#fff;font-size:17px;line-height:1.03;font-weight:800;font-style:italic;padding-left:18px;text-shadow:0 1px 6px rgba(0,0,0,.35)}
    .family-copy{text-align:center;padding:16px 12px}
    .family-copy h2{margin:0;font-size:20px;line-height:1.05;font-weight:900}
    .family-copy p{margin:4px auto 8px;font-size:9.5px;max-width:560px}
    .family-actions{display:flex;align-items:center;justify-content:center;gap:18px}
    .family-number{font-size:23px;font-weight:900;color:var(--red);text-decoration:none;display:flex;align-items:center;gap:6px}
    .family-btn{padding:9px 24px;font-size:11px}
    .family-small{display:block;font-size:8px;font-weight:700;margin-top:4px}

    /* FOOTER */
    footer{padding:12px 0 78px;background:#fff;border-top:1px solid #e0e6ed}
    .footer-grid{display:grid;grid-template-columns:210px 1fr 150px;gap:18px;align-items:start}
    .footer-brand{display:flex;align-items:center;gap:6px}
    .footer-brand .brandmark{width:34px;height:34px}.footer-brand .brandcopy{font-size:13px}
    .legal{font-size:7.4px;line-height:1.45;color:#5a6776}
    .legal p{margin:0 0 5px}
    .links{text-align:right;font-size:8px;color:#3f668e}
    .links a{margin-left:8px}
    .sticky-mobile{display:none}
    .cta-mobile{display:none}


    /* DESKTOP PROPORTION / ALIGNMENT PASS */
    @media(min-width:1100px){
      .wrap{width:min(1380px,calc(100% - 72px))}
      .header-inner{height:78px}
      .brandmark{width:50px;height:48px}
      .brandcopy{font-size:20px}
      .headnum{font-size:18px}
      .headbtn{padding:13px 24px;font-size:15px}

      .hero-grid{grid-template-columns:46% 54%;min-height:390px}
      .hero-copy{padding:42px 44px 34px 0;display:flex;flex-direction:column;justify-content:center}
      .hero h1{font-size:56px;line-height:.98;letter-spacing:-2.4px}
      .hero h2{font-size:29px;line-height:1.06;margin:9px 0 10px}
      .hero p{font-size:18px;line-height:1.4;max-width:620px}
      .typesline{font-size:13px;margin:9px 0 18px}
      .hero-btn{font-size:24px;padding:16px 28px;width:max-content}
      .hero-sub{font-size:12px!important;width:505px;margin-top:9px!important}
      .hero-photo{min-height:390px}
      .hero-appliance-scene{max-width:620px;padding:34px 42px;gap:22px}
      .hero-fridge{width:215px;height:320px}
      .hero-fridge svg{width:136px;height:254px}
      .hero-range,.hero-washer{width:205px;height:146px}
      .hero-range svg,.hero-washer svg{width:110px;height:116px}

      .benefit{min-height:76px;padding:12px 30px}
      .benefit-icon{width:46px;height:46px;font-size:22px}
      .benefit strong{font-size:16px}
      .benefit small{font-size:11px}

      .appliances{padding:24px 0 28px}
      .section-title{font-size:34px;margin-bottom:18px}
      .appliance-grid{gap:10px}
      .card{min-height:205px;padding:12px 8px 10px}
      .pic{height:100px}
      .pic svg{width:88px;height:94px}
      .card strong{font-size:13px}
      .card .symptoms{font-size:10px;min-height:28px;margin-top:5px}
      .card .micro{font-size:10px;margin-top:7px}

      .mid-inner{min-height:150px;gap:38px;padding:20px}
      .mid-copy h2{font-size:32px}
      .mid-copy p{font-size:14px;margin:5px 0 8px}
      .mid-phone{font-size:30px}
      .mid-btn{padding:13px 26px;font-size:13px}
      .mid-small{font-size:9.5px}

      .lower{padding:24px 0 28px}
      .lower-col{padding:0 26px}
      .lower h3{font-size:20px}
      .lower .sub{font-size:11px;margin:4px 0 10px}
      .problems li{font-size:10.5px;margin-bottom:7px}
      .small-btn{padding:10px 18px;font-size:11px}
      .stepnum{width:38px;height:38px;font-size:16px}
      .step strong{font-size:11px}
      .step span{font-size:9px}
      summary{padding:10px 26px 10px 11px;font-size:10px}
      details p{font-size:9.5px}

      .family-inner{min-height:155px;grid-template-columns:28% 72%}
      .family-tag{font-size:20px;padding-left:28px}
      .family-copy{padding:20px 16px}
      .family-copy h2{font-size:25px}
      .family-copy p{font-size:11px;margin:5px auto 10px}
      .family-number{font-size:27px}
      .family-btn{padding:11px 27px;font-size:12px}
      .family-small{font-size:9px}

      footer{padding:16px 0 78px}
      .footer-grid{grid-template-columns:240px 1fr 180px;gap:28px}
      .footer-brand .brandmark{width:40px;height:40px}
      .footer-brand .brandcopy{font-size:15px}
      .legal{font-size:8px}
      .links{font-size:8.5px}
    }

    /* MOBILE — intentionally composed, not just collapsed desktop */
    @media(max-width:700px){
      body{padding-bottom:66px}
      .wrap{width:min(100% - 22px,680px)}
      .header-inner{height:68px}
      .brandmark{width:36px;height:36px}.brandcopy{font-size:13px}
      .headcall{gap:8px}.headnum{display:none}.headbtn{padding:10px 16px;font-size:11px}
      .cta-desktop{display:none}.cta-mobile{display:inline}
      .hero-grid{display:block;position:relative;min-height:331px}
      .hero-copy{padding:13px 0 12px;position:relative;z-index:3}
      .hero h1{font-size:32px;line-height:.98;max-width:300px}
      .hero h2{font-size:18px;max-width:250px;margin:6px 0}
      .hero p{font-size:11px;max-width:260px}
      .geo-line{font-size:10px;margin:6px 0 4px;max-width:250px}
      .typesline{display:none}
      .hero-photo{position:absolute;right:-11px;top:0;width:54%;height:230px;min-height:0;z-index:1}
      .hero-appliance-scene{max-width:220px;padding:14px 10px;gap:10px}
      .hero-fridge{width:84px;height:138px}
      .hero-fridge svg{width:56px;height:108px}
      .hero-range,.hero-washer{width:74px;height:60px}
      .hero-range svg,.hero-washer svg{width:42px;height:48px}
      .hero-btn{position:absolute;left:0;right:0;top:240px;width:100%;font-size:17px;padding:12px}
      .hero-sub{position:absolute;left:0;right:0;top:290px;width:100%;font-size:9px!important}
      .benefit-grid{grid-template-columns:repeat(3,1fr)}
      .benefit{display:block;text-align:center;padding:8px 3px;min-height:84px}.benefit-icon{width:34px;height:34px;margin:0 auto 5px;font-size:16px}.benefit strong{font-size:9px;line-height:1.05}.benefit small{display:none}
      .appliances{padding:13px 0 14px}.section-title{font-size:22px;margin-bottom:10px}
      .appliance-grid{grid-template-columns:repeat(4,1fr);gap:6px}
      .card{min-height:110px;padding:5px 2px}.pic{height:65px}.pic svg{width:55px;height:58px}.card strong{font-size:8.5px}.card .symptoms,.card .micro{display:none}
      .mid-inner{min-height:137px;display:block;padding:17px 4px;text-align:center}.mid-copy h2{font-size:20px}.mid-copy p{font-size:10px}.mid-phone{display:none}.mid-btn{display:flex;width:100%;max-width:280px;margin:10px auto 0;font-size:12px}
      .lower{padding:15px 0}.lower-grid{grid-template-columns:1fr;gap:18px}.lower-col{padding:0;border-right:0}.lower h3{font-size:17px}.lower .sub{font-size:10px}.problems{columns:1}.problems li{font-size:10px;margin-bottom:6px}.small-btn{width:100%}
      .steps,.faq-col{display:none}
      .family{display:none}
      footer{padding-bottom:82px}.footer-grid{grid-template-columns:1fr;gap:10px}.footer-brand{display:none}.links{text-align:left}
      .legal{font-size:7px}
      .sticky-mobile{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:100;height:64px;background:linear-gradient(#ef2828,#dd1010);color:#fff;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:17px;font-weight:900;box-shadow:0 -4px 18px rgba(0,0,0,.2)}
    }

/* Config-driven card-count support */
.appliance-grid.cards-4{grid-template-columns:repeat(4,1fr);max-width:900px;margin-inline:auto}
@media(max-width:700px){.appliance-grid.cards-4{grid-template-columns:repeat(4,1fr);max-width:none}}


/* CONFIG-DRIVEN SUPPORTED BRAND STRIP */
.brands{padding:15px 0 12px;background:#fff;border-bottom:1px solid #e5ebf1}
.brands h2{margin:0 0 9px;text-align:center;font-size:18px;line-height:1;font-weight:900}
.brand-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
.brand-chips span{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;border:1px solid #d7e1eb;border-radius:999px;background:#f8fbfe;color:#15395f;font-size:11px;font-weight:800}
.brands p{margin:8px 0 0;text-align:center;color:#607286;font-size:9px}
@media(min-width:1100px){
  .brands{padding:19px 0 15px}
  .brands h2{font-size:21px;margin-bottom:11px}
  .brand-chips{gap:9px}
  .brand-chips span{padding:8px 16px;font-size:12px}
  .brands p{font-size:10px}
}
@media(max-width:700px){
  .brands{padding:11px 0 10px}
  .brands h2{font-size:15px;margin-bottom:7px}
  .brand-chips{gap:5px}
  .brand-chips span{padding:6px 9px;font-size:9px}
  .brands p{font-size:7.5px;line-height:1.25}
}
