.hero-section{z-index:1;background:0 0;flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-logo-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-logo-bg .floating-particles{display:none!important}.hero-logo-bg .animated-logo-background{opacity:.18;color:#1e9ad4;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-logo-bg .animated-logo-background svg{width:clamp(400px,65vw,780px)!important;height:auto!important}.hero-blobs{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-blob{will-change:transform;background-color:#e8eaed;border-radius:50%;animation:20s ease-in-out infinite blobFloat;position:absolute}.hero-blob--1{opacity:.65;width:520px;height:340px;animation-duration:22s;animation-delay:0s;top:-80px;right:15%;transform:rotate(-30deg)}.hero-blob--2{opacity:.45;width:300px;height:200px;animation-duration:18s;animation-delay:-6s;top:60px;left:8%;transform:rotate(20deg)}.hero-blob--3{opacity:.5;width:440px;height:280px;animation-duration:26s;animation-delay:-11s;top:40%;right:-6%;transform:rotate(-15deg)}.hero-blob--4{opacity:.35;width:200px;height:140px;animation-duration:21s;animation-delay:-4s;top:48%;left:22%;transform:rotate(40deg)}.hero-blob--5{opacity:.4;width:360px;height:240px;animation-duration:28s;animation-delay:-14s;bottom:-60px;right:28%;transform:rotate(10deg)}@keyframes blobFloat{0%{transform:rotate(var(--r,0deg)) translate(0px, 0px) scale(1)}25%{transform:rotate(var(--r,0deg)) translate(8px, -12px) scale(1.02)}50%{transform:rotate(var(--r,0deg)) translate(-6px, 8px) scale(.98)}75%{transform:rotate(var(--r,0deg)) translate(10px, 4px) scale(1.01)}to{transform:rotate(var(--r,0deg)) translate(0px, 0px) scale(1)}}.hero-layout{z-index:2;flex:1;grid-template-columns:1fr 1fr;align-items:end;gap:4rem;width:100%;max-width:1440px;margin-inline:auto;padding:clamp(7rem,12vh,10rem) clamp(2rem,5vw,5rem) clamp(3.5rem,6vh,5rem);display:grid;position:relative}.hero-text{flex-direction:column;align-self:end;display:flex}.hero-eyebrow{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero-eyebrow__line{background-color:#1e9ad4;flex-shrink:0;width:2rem;height:1px;display:inline-block}.hero-eyebrow__label{font-family:var(--font-inter), Inter, sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#737373;font-size:.68rem;font-weight:600}.hero-heading{letter-spacing:-.03em;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0 0 2.25rem;font-weight:300;line-height:1.08;display:flex;overflow:visible}.hero-heading__line1{font-family:var(--font-dm-sans), "DM Sans", sans-serif;color:#0a0a0a;letter-spacing:-.04em;padding-bottom:.04em;font-size:clamp(4rem,9vw,9.5rem);font-weight:200;line-height:1.08;display:block}.hero-heading__line2{font-family:var(--font-dm-sans), "DM Sans", sans-serif;color:#1e9ad4;letter-spacing:-.04em;padding-bottom:.06em;font-size:clamp(4rem,9vw,9.5rem);font-style:normal;font-weight:200;line-height:1.08;display:block}.hero-subctas{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.hero-link{font-family:var(--font-inter), Inter, sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .25s,border-color .25s}.hero-link--primary{color:#0a0a0a;border-bottom:1px solid #0a0a0a;padding-bottom:2px}.hero-link--primary:hover{color:#1e9ad4;border-color:#1e9ad4}.hero-link--muted{color:#a0a0a0}.hero-link--muted:hover{color:#0a0a0a}.hero-cards{flex-direction:column;align-self:center;gap:.75rem;display:flex}.hero-cards__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (min-width:1025px){.hero-cards__row{gap:1rem}.hero-card{gap:1rem;min-width:0}}.hero-card{border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;padding:1.75rem 1.4rem;text-decoration:none;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.hero-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001f}.hero-card--blue{color:#fff;background-color:#1e9ad4}.hero-card--blue:hover{background-color:#1a87bc}.hero-card--dark{color:#fff;background-color:#0a0a0a}.hero-card--dark:hover{background-color:#1a1a1a}.hero-card__arrow{flex-shrink:0;align-items:center;display:flex}.hero-card__arrow svg{background:#ffffff2e;border-radius:50%;width:32px;height:32px;padding:7px;transition:background .25s,transform .25s}.hero-card:hover .hero-card__arrow svg{background:#ffffff4d;transform:scale(1.1)}.hero-card__label{font-family:var(--font-inter), Inter, sans-serif;letter-spacing:-.02em;color:#fff;-webkit-font-smoothing:antialiased;flex-direction:column;gap:.1em;font-size:clamp(.95rem,1.4vw,1.25rem);font-weight:500;line-height:1.2;display:flex}.hero-card__label-line{display:block}.hero-card-feature{background:linear-gradient(135deg,#fff 0%,#f4faff 100%);border:1px solid #1e9ad424;border-radius:14px;grid-template-columns:minmax(160px,220px) 1fr;text-decoration:none;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94),border-color .35s;display:grid;overflow:hidden;box-shadow:0 8px 32px #0f32600f}.hero-card-feature:hover{border-color:#1e9ad447;transform:translateY(-4px);box-shadow:0 20px 48px #0f32601a}.hero-card-feature__img{background-color:#1e9ad4;height:100%;min-height:190px;overflow:hidden}.hero-card-feature__body{flex-direction:column;justify-content:center;gap:.45rem;padding:clamp(1.25rem,2.2vw,1.75rem) clamp(1.35rem,2.5vw,2rem);display:flex}.hero-card-feature__eyebrow{font-family:var(--font-inter), Inter, sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#1e9ad4;align-items:center;gap:.55rem;margin:0;font-size:.68rem;font-weight:700;display:inline-flex}.hero-card-feature__eyebrow-line{background:linear-gradient(90deg,#1e9ad4,#1e9ad440);flex-shrink:0;width:1.5rem;height:1px;display:block}.hero-card-feature__headline{font-family:var(--font-cormorant), "Cormorant Garamond", Georgia, serif;letter-spacing:-.02em;color:#0f3260;-webkit-font-smoothing:antialiased;margin:0;font-size:clamp(1.55rem,2.4vw,2rem);font-weight:500;line-height:1.12}.hero-card-feature__lead{font-family:var(--font-inter), Inter, sans-serif;color:#64748b;-webkit-font-smoothing:antialiased;max-width:28ch;margin:0;font-size:clamp(.92rem,1.15vw,1.05rem);font-weight:400;line-height:1.55}.hero-card-feature__lead strong{color:#0f3260;font-weight:600}.hero-animate{opacity:0;transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);transform:translateY(20px)}.hero-animate--visible{opacity:1;transform:translateY(0)}.hero-heading__line1.hero-animate,.hero-heading__line2.hero-animate{clip-path:inset(0 0 100%);opacity:1;transition:clip-path .85s cubic-bezier(.25,.46,.45,.94);transform:none}.hero-heading__line1.hero-animate--visible,.hero-heading__line2.hero-animate--visible{clip-path:inset(0 0 0%)}@media (max-width:1024px){.hero-layout{grid-template-columns:1fr;align-items:start;gap:1.25rem;padding-top:clamp(5.5rem,10vh,8rem)}.hero-text{order:1}.hero-cards{order:2;align-self:auto}.hero-heading{margin-bottom:1.5rem}.hero-heading__line1,.hero-heading__line2{font-size:clamp(3rem,12vw,6rem)}}@media (max-width:768px){.hero-card{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1.35rem 1.1rem}.hero-card__label{text-align:left;flex:1;min-width:0;font-size:clamp(1.05rem,5vw,1.2rem);line-height:1.22}.hero-card__arrow svg{width:30px;height:30px;padding:6px}.hero-heading__line1,.hero-heading__line2{padding-bottom:.08em;line-height:1.1}.hero-card-feature{grid-template-columns:140px 1fr}.hero-card-feature__img{min-height:150px}.hero-card-feature__headline{font-size:clamp(1.35rem,4.5vw,1.65rem)}.hero-blob--2,.hero-blob--4{display:none}}@media (max-width:480px){.hero-layout{gap:.65rem;padding:5rem 1.25rem 2.5rem}.hero-heading{margin-bottom:1.25rem}.hero-subctas{gap:1.25rem}.hero-cards__row{gap:.5rem}.hero-card{padding:1.2rem 1rem}.hero-card__label{font-size:clamp(1rem,5.2vw,1.12rem)}.hero-heading__line1,.hero-heading__line2{padding-bottom:.1em;font-size:clamp(2.6rem,11vw,3.5rem);line-height:1.12}.hero-card-feature{grid-template-columns:1fr}.hero-card-feature__img{min-height:200px}.hero-card-feature__body{padding:1.35rem 1.25rem 1.5rem}.hero-card-feature__lead{max-width:none}}@media (prefers-reduced-motion:reduce){.hero-blob{animation:none!important}.hero-animate,.hero-heading__line1.hero-animate,.hero-heading__line2.hero-animate{opacity:1!important;clip-path:none!important;transition:none!important;transform:none!important}.hero-card,.hero-card-feature{transition:none!important}}@media (hover:none){.hero-card:hover,.hero-card-feature:hover{box-shadow:none;transform:none}}
