/* ITIA Homepage Hero Slider — presentation only, no WordPress runtime dependency. */
.itia-hero-slider-enabled{transition:background .55s ease}
.itia-hero-slider-enabled[data-itia-slide="1"]{background:radial-gradient(circle at 83% 24%,rgba(10,159,154,.22),transparent 31%),linear-gradient(180deg,#fff 0%,#f4fbfb 100%)}
.itia-hero-slider-enabled[data-itia-slide="2"]{background:radial-gradient(circle at 83% 24%,rgba(214,161,44,.18),transparent 31%),linear-gradient(180deg,#fff 0%,#fbf9f3 100%)}
.itia-hero-copy{transition:opacity .24s ease,transform .24s ease,filter .24s ease}
.itia-hero-copy.itia-slide-changing{opacity:.12;transform:translateY(12px);filter:blur(2px)}
.itia-hero-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;max-width:520px}
.itia-hero-dots{display:flex;align-items:center;gap:8px}
.itia-hero-dot{appearance:none;border:0;width:9px;height:9px;padding:0;border-radius:999px;background:#bfd2db;cursor:pointer;transition:width .22s ease,background .22s ease,transform .22s ease;box-shadow:none}
.itia-hero-dot:hover{transform:scale(1.12);background:#7eabb5}
.itia-hero-dot.is-active{width:30px;background:var(--itia-teal,#0a9f9a)}
.itia-hero-arrows{display:flex;gap:8px}
.itia-hero-arrow{appearance:none;width:40px;height:40px;border-radius:50%;border:1px solid #cddde5;background:rgba(255,255,255,.92);color:var(--itia-navy,#06295a);font-size:20px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 8px 22px rgba(6,41,90,.07)}
.itia-hero-arrow:hover{transform:translateY(-2px);border-color:var(--itia-teal,#0a9f9a);color:var(--itia-teal,#0a9f9a);box-shadow:0 12px 28px rgba(6,41,90,.12)}
.itia-hero-arrow:focus-visible,.itia-hero-dot:focus-visible{outline:3px solid rgba(10,159,154,.25);outline-offset:3px}
.itia-hero-slider-enabled .itia-kicker,.itia-hero-slider-enabled h1,.itia-hero-slider-enabled .itia-lead{will-change:contents}
@media(max-width:680px){.itia-hero-controls{margin-top:18px;max-width:none}.itia-hero-arrow{width:38px;height:38px}.itia-hero-dot.is-active{width:24px}}
@media(prefers-reduced-motion:reduce){.itia-hero-slider-enabled,.itia-hero-copy,.itia-hero-dot,.itia-hero-arrow{transition:none!important}.itia-hero-copy.itia-slide-changing{opacity:1;transform:none;filter:none}}
