.page-hero{background:linear-gradient(135deg,#0c2c54,#0d3a6e);padding:7rem 3rem 5rem;position:relative;overflow:hidden;padding-top:var(--navbar-offset)!important;min-height:60vh;display:flex;align-items:center}.page-hero:before{top:-80px;right:-80px;width:420px;height:420px;background:rgba(0,166,162,.08)}.page-hero:after,.page-hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.page-hero:after{bottom:-100px;left:-60px;width:320px;height:320px;background:rgba(0,166,162,.05)}.page-hero--skip-offset{padding-top:calc(var(--navbar-gap, 41px) + var(--navbar-height, 68px) + 2.75rem + env(safe-area-inset-top))!important}.page-hero-inner{position:relative;width:100%;max-width:1200px;margin:0 auto;text-align:center}.page-hero-inner--split{display:flex;align-items:center;gap:3rem;text-align:left}.page-hero-content{flex:2;min-width:0}.page-hero-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(0,166,162);margin-bottom:1rem}.page-hero-title{font-size:clamp(2.25rem,5vw,4rem);font-weight:700;color:#ffffff;margin-bottom:1.25rem;line-height:1.15}.page-hero-desc{font-size:1.1rem;font-weight:500;color:rgba(255,255,255,.72);line-height:1.75;margin-bottom:0;max-width:560px}.page-hero-inner:not(.page-hero-inner--split) .page-hero-desc{margin-inline:auto}.page-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.page-hero-btn,.page-hero-inner:not(.page-hero-inner--split) .page-hero-actions{justify-content:center}.page-hero-btn{display:inline-flex;align-items:center;padding:.5rem 1rem!important;border-radius:.375rem;font-size:.95rem;text-decoration:none;transition:opacity .2s ease,transform .2s ease;font-weight:700!important}.page-hero-btn:hover{opacity:.88;transform:scale(1.1)}.page-hero-btn--primary{background-color:#00a6a2!important;border-color:#00a6a2!important;color:#fff}.page-hero-btn--secondary{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.35)}.page-hero-image-wrap{flex:2;border-radius:20px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.3);aspect-ratio:4/3;position:relative}.page-hero-slot{flex:1.5;min-width:0;display:flex;align-items:center;justify-content:center}.page-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:900px){.page-hero-inner--split{flex-direction:column;text-align:center}.page-hero-inner--split .page-hero-desc{max-width:100%}.page-hero-inner--split .page-hero-actions{justify-content:center}.page-hero-image-wrap,.page-hero-slot{flex:none;width:100%;max-width:480px;margin:0 auto}}@media (max-width:576px){.page-hero{padding:6rem 1.25rem 3.5rem}.page-hero-image-wrap{border-radius:14px}}@media (min-height:1000px){.page-hero{min-height:60vh}}@media (max-height:1000px){.page-hero{min-height:80vh}}@media (max-height:600px){.page-hero{min-height:90vh}}