/* Home product overview only; shared page styles remain untouched. */
.home-product-overview .home-product-card{position:relative;isolation:isolate;overflow:hidden;display:flex;min-width:0;padding:1.5rem;border:1px solid #d3e3ec;border-radius:18px;background:#fcfeff;box-shadow:0 10px 26px -20px #194f6e40;color:var(--color-text);text-decoration:none}
.home-product-card::before{content:'';position:absolute;inset:0 16px auto;height:2px;background:linear-gradient(90deg,transparent,#a9dfef,var(--logo-blue),transparent);transform:translateX(-110%);opacity:0;pointer-events:none}
.home-product-overview .home-product-featured{display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center;padding:clamp(1.5rem,3.5vw,2.75rem);border-color:#b4d5e5;background:repeating-linear-gradient(90deg,transparent 0 79px,#a9ced512 80px),linear-gradient(115deg,#f0f9fd,#fff);margin-bottom:1.25rem}
.home-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.home-product-copy{display:flex;flex-direction:column;min-width:0;width:100%}
.home-product-icon{display:grid;place-items:center;flex-shrink:0;width:60px;height:60px;margin-bottom:1.25rem;border:1px solid #c5dfea;border-radius:50%;background:#edf7fc;color:var(--color-accent)}.home-product-icon svg{width:40px;height:40px}.home-product-featured .home-product-icon{width:72px;height:72px;border-color:#add4e5}
.home-product-card h3{font-size:1.16rem;font-weight:650;line-height:1.3;letter-spacing:-.025em;margin:0 0 .8rem}.home-product-featured h3{font-size:clamp(1.65rem,2.5vw,2.25rem)}.home-product-card p{font-size:.875rem;color:var(--color-muted);line-height:1.8;margin:0 0 1.35rem;max-width:55ch}.home-product-featured p{font-size:1rem}
.home-product-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;min-height:44px;padding-top:.75rem;border-top:1px solid #d5e5ed;color:var(--color-accent);font-size:.8rem;font-weight:650}.home-product-action>span{font-size:1.15rem}.home-product-featured .home-product-action{align-self:start;width:fit-content;max-width:100%;padding:.8rem 1.1rem;gap:1.5rem;border:1px solid var(--color-accent);border-radius:7px;background:var(--color-accent);color:#fff}
.home-product-image{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.2rem;min-height:250px;border:1px solid #d9e7ee;border-radius:12px;background:radial-gradient(ellipse,#fff,#f2f8fb);color:#86a8ba}.home-product-image>span{font-size:.6rem;letter-spacing:.16em}
.home-product-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-color:var(--color-accent);background-color:#f0faff}.home-product-card:focus-visible .home-product-icon{color:var(--logo-blue);background:#e4f5fc;box-shadow:0 0 0 3px #9cdae530,inset 0 0 12px #b9e7f225}
@media(hover:hover) and (pointer:fine){.home-product-card:hover{border-color:var(--color-accent);background-color:#f0faff;box-shadow:0 14px 30px -20px #194f6e55}.home-product-card:hover .home-product-icon{color:var(--logo-blue);background:#e4f5fc;box-shadow:0 0 0 3px #9cdae530,inset 0 0 12px #b9e7f225}.home-product-featured:hover{background-color:#edf8fd}}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 .home-product-card{transition:transform 300ms ease,border-color 300ms ease,box-shadow 300ms ease,background-color 300ms ease}.home-product-icon{transition:color 300ms ease,background-color 300ms ease,box-shadow 300ms ease,transform 300ms ease}.home-product-action>span{transition:transform 300ms ease}.home-product-card:is(:hover,:focus-visible){transform:translateY(-2px)}.home-product-card:is(:hover,:focus-visible) .home-product-icon{transform:scale(1.04)}.home-product-card:is(:hover,:focus-visible) .home-product-action>span{transform:translateX(3px)}.home-product-card:is(:hover,:focus-visible)::before{animation:home-product-sweep 750ms ease-out both}
}
@keyframes home-product-sweep{0%{transform:translateX(-110%);opacity:0}20%,75%{opacity:.65}100%{transform:translateX(110%);opacity:0}}
@media(max-width:1000px){.home-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.home-support-grid{grid-template-columns:1fr;gap:1rem}.home-product-overview .home-product-featured{grid-template-columns:1fr;gap:1.5rem}.home-product-image{min-height:160px}.home-product-card p{max-width:none}.home-product-action{margin-right:3.5rem}.home-product-featured .home-product-action{width:calc(100% - 3.5rem);gap:.5rem;padding-inline:.7rem;font-size:.74rem}}
@media(hover:none),(pointer:coarse){.home-product-card:active{border-color:var(--color-accent);background-color:#edf8fd}.home-product-card:active .home-product-icon{color:var(--logo-blue);background:#e4f5fc}}
@media(prefers-reduced-motion:reduce){.home-product-overview *,.home-product-overview *::before{animation:none!important;transition:none!important}}
