/* Homepage Website Care theme discovery — 24 Sep 2026 */
.home-style-discovery{padding:68px 0;background:linear-gradient(135deg,#071f3a 0%,#0a3155 52%,#075946 100%);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(8,33,70,.14)}
.home-style-discovery .eyebrow{color:#8ed7ff}
.home-style-discovery__head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:28px;align-items:end;margin-bottom:26px}
.home-style-discovery__head h2{margin:.35rem 0 .6rem;color:#fff;font-family:"Barlow Condensed",Barlow,sans-serif;font-weight:900;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.92;letter-spacing:-.04em;max-width:850px}
.home-style-discovery__head .lede{margin:0;color:#e5f2f8;max-width:800px;font-size:1.08rem;line-height:1.62}
.home-style-discovery__actions{display:flex;gap:11px;justify-content:flex-end;flex-wrap:wrap}
.home-style-discovery__actions .btn-secondary{color:#fff;border-color:rgba(255,255,255,.62);background:rgba(255,255,255,.08)}
.home-style-discovery__actions .btn-secondary:hover{background:#fff;color:#10233f;border-color:#fff}
.home-style-discovery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-style-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:#fff;color:#10233f;text-decoration:none;box-shadow:0 18px 45px rgba(0,0,0,.18);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-style-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(0,0,0,.25);border-color:rgba(126,214,255,.75)}
.home-style-card:focus-visible{outline:3px solid #79d8ff;outline-offset:4px}
.home-style-card__media{aspect-ratio:4/3;overflow:hidden;background:#e9f0f5;border-bottom:1px solid #dfe9ef}
.home-style-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;background:#edf4f7;border-radius:0;box-shadow:none}
.home-style-card__body{display:flex;flex:1;flex-direction:column;padding:19px 19px 18px}
.home-style-card__body span{display:inline-flex;align-self:flex-start;padding:5px 9px;border-radius:999px;background:#edf7f2;color:#08634b;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.065em}
.home-style-card__body strong{display:block;margin:11px 0 7px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.65rem;line-height:1;color:#092146}
.home-style-card__body p{margin:0 0 14px;color:#4c5f70;line-height:1.5;font-size:.95rem}
.home-style-card__body b{margin-top:auto;color:#08634b;font-size:.94rem}
.home-style-discovery__help{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:22px;padding:22px 24px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.09);backdrop-filter:blur(4px)}
.home-style-discovery__help strong{font-size:1.15rem;color:#fff}.home-style-discovery__help p{margin:5px 0 0;color:#e5f2f8;max-width:760px;line-height:1.52}
.home-style-discovery__scope{margin:15px 2px 0;color:#d7e9f0;font-size:.9rem;line-height:1.5}.home-style-discovery__scope strong{color:#fff}
/* Explicitly repair homepage Business IT product media. A prior global image-polish rule set height:auto and could override the card media layout. */
.home-business-product__media{padding:0!important;border-radius:0!important}
.home-business-product__media img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;box-shadow:none!important;background:#eaf2fb!important}
@media(max-width:1120px){.home-style-discovery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-style-discovery__head{grid-template-columns:1fr}.home-style-discovery__actions{justify-content:flex-start}}
@media(max-width:720px){.home-style-discovery{padding:46px 0}.home-style-discovery__head h2{font-size:clamp(2.45rem,12vw,3.45rem)}.home-style-discovery__grid{grid-template-columns:1fr}.home-style-card{border-radius:21px}.home-style-card__media{aspect-ratio:16/10}.home-style-discovery__actions{display:grid;grid-template-columns:1fr;width:100%}.home-style-discovery__actions .btn{width:100%;justify-content:center;text-align:center}.home-style-discovery__help{grid-template-columns:1fr;padding:20px}.home-style-discovery__help .btn{width:100%;justify-content:center;text-align:center}.home-business-product__media{aspect-ratio:16/10!important}.home-business-product__media img{height:100%!important}}
@media(prefers-reduced-motion:reduce){.home-style-card{transition:none}.home-style-card:hover{transform:none}}

/* v13 typography refinement — softer homepage business headings */
.home-business-products__head h2,
.home-style-discovery__head h2{
  font-family:"Manrope",Barlow,sans-serif!important;
  font-weight:700!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
}
.home-business-products__head h2{font-size:clamp(2.25rem,4.2vw,4rem)!important;max-width:920px}
.home-style-discovery__head h2{font-size:clamp(2.2rem,4.2vw,4rem)!important;max-width:900px}
@media(max-width:720px){
  .home-business-products__head h2,.home-style-discovery__head h2{font-size:clamp(2.05rem,9.5vw,3rem)!important;line-height:1.08!important;letter-spacing:-.03em!important}
}
