﻿.hero--cinematic{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:min(760px,90vh);overflow:hidden;background:#3d1a4b}.hero--cinematic .hero__bg-img,.hero--cinematic .hero__picture,.hero--cinematic picture{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero--cinematic .hero__bg-img{object-fit:cover;object-position:50% 32%;display:block}.hero--cinematic .hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(13, 23, 48, 0.12) 0%, rgba(13, 23, 48, 0.04) 38%, rgba(13, 23, 48, 0.78) 100%),linear-gradient(95deg, rgba(13, 23, 48, 0.8) 0%, rgba(13, 23, 48, 0.42) 46%, rgba(13, 23, 48, 0.08) 100%)}.hero--cinematic .hero__inner{position:relative;z-index:2;flex:1;display:flex;align-items:flex-end;padding-top:clamp(96px,16vh,190px);padding-bottom:clamp(36px,7vh,76px)}.hero--cinematic .hero__copy{max-width:720px;animation:hero-copy-rise .7s cubic-bezier(0.2, 0.8, 0.2, 1) both}.hero--cinematic .hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:22px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.26);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.01em}.hero--cinematic .hero__badge i{font-size:1rem;color:#e6f5f2}.hero--cinematic .hero__title{font-family:"Inter","Montserrat",system-ui,sans-serif;font-size:clamp(1.9rem,1.2rem + 2.6vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-0.025em;color:#fff;margin-bottom:18px;text-shadow:0 2px 24px rgba(0,0,0,.4)}.hero--cinematic .hero__lead{max-width:600px;font-size:clamp(1rem,.94rem + .35vw,1.2rem);line-height:1.6;color:hsla(0,0%,100%,.9);margin-bottom:0;text-shadow:0 1px 12px rgba(0,0,0,.35)}.hero--cinematic .hero__quickbar{position:relative;z-index:3;background:rgba(17,24,42,.58);backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);border-top:1px solid hsla(0,0%,100%,.12)}.hero--cinematic .hero__quickbar-inner{display:grid;grid-template-columns:repeat(3, 1fr)}.hero--cinematic .hero__quick{display:flex;align-items:center;gap:16px;padding:22px clamp(18px,2vw,30px);text-decoration:none;color:#fff;position:relative;transition:background .25s ease}.hero--cinematic .hero__quick+.hero--cinematic .hero__quick{box-shadow:inset 1px 0 0 hsla(0,0%,100%,.12)}.hero--cinematic .hero__quick::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent-color);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.hero--cinematic .hero__quick:hover{background:hsla(0,0%,100%,.07);color:#fff}.hero--cinematic .hero__quick:hover::before{transform:scaleY(1)}.hero--cinematic .hero__quick:hover .hero__quick-arrow{transform:translateX(4px);opacity:1}.hero--cinematic .hero__quick:hover .hero__quick-icon{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.hero--cinematic .hero__quick-icon{flex-shrink:0;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-size:1.3rem;color:#e6f5f2;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.16);transition:background .25s ease,border-color .25s ease,color .25s ease}.hero--cinematic .hero__quick-text{display:flex;flex-direction:column;gap:2px;min-width:0}.hero--cinematic .hero__quick-label{font-size:1rem;font-weight:700;letter-spacing:-0.01em;line-height:1.2}.hero--cinematic .hero__quick-desc{font-size:.82rem;line-height:1.3;color:hsla(0,0%,100%,.72)}.hero--cinematic .hero__quick-arrow{margin-left:auto;font-size:1.05rem;opacity:.55;transition:transform .25s ease,opacity .25s ease}@media(max-width: 991.98px){.hero--cinematic .hero__quick-desc{display:none}.hero--cinematic .hero__quick{gap:12px;padding:18px 16px}.hero--cinematic .hero__quick-icon{width:42px;height:42px;font-size:1.1rem}}@media(max-width: 767.98px){.hero--cinematic{display:block;min-height:0;background:linear-gradient(165deg, #2b1238 0%, #3d1a4b 55%, #1d1030 100%)}.hero--cinematic .hero__picture,.hero--cinematic picture{position:relative;inset:auto;width:100%;height:auto;display:block}.hero--cinematic .hero__picture::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg, rgba(35, 14, 46, 0.5) 0%, rgba(35, 14, 46, 0.38) 45%, rgba(29, 16, 48, 0.68) 100%)}.hero--cinematic .hero__bg-img{position:static;width:100%;height:auto;object-fit:contain;object-position:center;display:block}.hero--cinematic .hero__overlay{display:none}.hero--cinematic .hero__inner{position:static;flex:none;display:block;text-align:center;padding:26px 1.15rem 32px}.hero--cinematic .hero__copy{display:flex;flex-direction:column;align-items:center;gap:.85rem;max-width:100%;margin:0 auto;animation:none}.hero--cinematic .hero__badge{margin:0;padding:6px 14px;font-size:.62rem;letter-spacing:.05em;text-transform:uppercase}.hero--cinematic .hero__title{font-size:clamp(1.45rem,6.2vw,2rem);line-height:1.22;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.35)}.hero--cinematic .hero__lead{max-width:100%;margin:0;font-size:.92rem;line-height:1.55;text-shadow:none}}.hero-stats-band{padding-top:0;padding-bottom:clamp(18px,2.4vw,30px);background:#f8fafc;border-bottom:1px solid color-mix(in srgb, var(--heading-color), transparent 94%)}.hero-stats-row{position:relative;z-index:5;margin-top:20px;display:flex;flex-wrap:wrap;gap:18px;align-items:center}@media(min-width: 768px){.hero-stats-row{margin-top:clamp(-76px,-5vw,-46px)}}.hero-stats{flex:1 1 480px;display:grid;grid-template-columns:repeat(4, 1fr);background:#fff;border:1px solid color-mix(in srgb, var(--heading-color), transparent 92%);border-radius:22px;box-shadow:0 2px 4px rgba(15,23,42,.04),0 24px 60px rgba(15,23,42,.12);overflow:hidden}@media(max-width: 991.98px){.hero-stats{grid-template-columns:repeat(2, 1fr)}}.hero-mission{flex:0 1 320px;display:flex;flex-direction:column;gap:10px;padding:clamp(20px,2vw,28px);border-radius:22px;color:#fff;background:linear-gradient(150deg, var(--heading-color) 0%, color-mix(in srgb, var(--heading-color), black 22%) 100%);box-shadow:0 2px 4px rgba(15,23,42,.04),0 24px 60px rgba(61,26,75,.28)}.hero-mission__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;font-size:1.25rem;color:#fff;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.22)}.hero-mission__title{margin:2px 0 0;font-size:1.05rem;font-weight:800;letter-spacing:-0.01em;color:#fff}.hero-mission__text{margin:0;font-size:.86rem;line-height:1.5;color:hsla(0,0%,100%,.9)}@media(max-width: 991.98px){.hero-mission{flex-basis:100%}}.hero-stat{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:12px;row-gap:2px;padding:clamp(11px,1vw,14px) clamp(14px,1.3vw,20px);transition:background .25s ease;border-left:1px solid color-mix(in srgb, var(--heading-color), transparent 90%)}.hero-stat:first-child{border-left:none}.hero-stat__icon{grid-row:1/3;align-self:center;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:color-mix(in srgb, var(--heading-color), transparent 12%);transition:color .3s ease,transform .3s ease}.hero-stat__value{grid-column:2;align-self:end;font-size:clamp(1.35rem,1.9vw,1.8rem);font-weight:800;line-height:1;letter-spacing:-0.02em;color:var(--heading-color)}.hero-stat__label{grid-column:2;align-self:start;font-size:.74rem;font-weight:600;line-height:1.25;color:#64748b}@media(hover: hover)and (pointer: fine){.hero-stat:hover{background:color-mix(in srgb, var(--accent-color), white 96%)}.hero-stat:hover .hero-stat__icon{color:#006b5a;transform:translateY(-2px)}}@media(max-width: 991.98px){.hero-stat{grid-template-columns:1fr;justify-items:center;text-align:center;padding:16px 12px;border-left:none}.hero-stat:nth-child(2),.hero-stat:nth-child(4){border-left:1px solid color-mix(in srgb, var(--heading-color), transparent 92%)}.hero-stat:nth-child(3),.hero-stat:nth-child(4){border-top:1px solid color-mix(in srgb, var(--heading-color), transparent 92%)}.hero-stat__icon{grid-row:auto;grid-column:1;font-size:1.45rem;margin-bottom:2px}.hero-stat__value{grid-column:1;align-self:center}.hero-stat__label{grid-column:1;align-self:center}}@media(prefers-reduced-motion: reduce){.hero-stat,.hero--cinematic .hero__copy,.hero--cinematic .hero__quick,.hero--cinematic .hero__quick-arrow,.hero--cinematic .hero__quick-icon,.hero--cinematic .hero__bg-img{animation:none}}@keyframes hero-copy-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-enterprise,.section-hero{position:relative;padding:clamp(56px,8vw,100px) 0 clamp(64px,7vw,96px);overflow:hidden;background:#fff}.hero-enterprise__bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 92% 30%, color-mix(in srgb, var(--accent-color), transparent 83%) 0%, transparent 60%),radial-gradient(ellipse 50% 40% at 4% 88%, color-mix(in srgb, #3d1a4b, transparent 92%) 0%, transparent 55%);pointer-events:none}.hero-enterprise .container-xl,.section-hero .container-xl{position:relative;z-index:1}.hero-enterprise__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.78rem;font-weight:700;color:var(--accent-color);margin-bottom:1.4rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}.hero-enterprise__badge i{font-size:.9rem}.hero-enterprise h1,.section-hero h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.09;letter-spacing:-0.025em;color:var(--heading-color);margin-bottom:1.25rem;max-width:13ch}.hero-enterprise h1 span,.section-hero h1 span{color:var(--accent-color);display:block}@media(max-width: 991.98px){.hero-enterprise h1,.section-hero h1{max-width:none}}@media(max-width: 575.98px){.hero-enterprise h1,.section-hero h1{line-height:1.14;letter-spacing:-0.02em;margin-bottom:1rem}}.hero-enterprise__lead{font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.82;color:#64748b;max-width:510px;margin-bottom:1.75rem}@media(max-width: 575.98px){.hero-enterprise__lead{line-height:1.72;margin-bottom:1.5rem}}.hero-enterprise__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.hero-enterprise__actions .btn-e{width:100%;justify-content:center}@media(min-width: 992px){.hero-enterprise__actions{flex-direction:row;flex-wrap:wrap;margin-bottom:2.5rem}.hero-enterprise__actions .btn-e{width:auto}}.hero-enterprise__proof{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.35rem}.hero-enterprise__trust{display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}@media(min-width: 992px){.hero-enterprise__trust{display:none}}.hero-enterprise__trust .trust-item .trust-value{font-size:1.6rem;font-weight:800;color:var(--accent-color);line-height:1;letter-spacing:-0.025em}.hero-enterprise__trust .trust-item .trust-label{font-size:.74rem;color:#64748b;margin-top:4px;font-weight:500}.hero-enterprise__visual{position:relative}.hero-enterprise__panel{position:relative;z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px 24px;box-shadow:0 20px 48px rgba(61,26,75,.1)}.hero-enterprise__panel-icon{width:52px;height:52px;border-radius:12px;background:#e6f5f2;color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:14px}.hero-enterprise__panel h3{font-size:1.1rem;font-weight:700;line-height:1.35;margin-bottom:8px}.hero-enterprise__panel p{font-size:.875rem;line-height:1.65;color:#64748b;margin-bottom:18px}.hero-enterprise__emergency{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;background:#fef2f2;border:1px solid color-mix(in srgb, #b91c1c, transparent 72%);border-radius:12px}.hero-enterprise__emergency i{font-size:1.25rem;color:#b91c1c;flex-shrink:0}.hero-enterprise__emergency .label{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b91c1c}.hero-enterprise__emergency a{font-size:1.05rem;font-weight:800;color:var(--heading-color);text-decoration:none}.hero-enterprise__emergency a:hover{color:#b91c1c}@media(max-width: 991.98px){.hero-enterprise__visual{margin-top:2.5rem}}.hero-enterprise--signature{--hero-bg-image: none;position:relative;padding:0;min-height:clamp(560px,70vh,720px);overflow:hidden;background-color:#f7f8fb;border-top:1px solid color-mix(in srgb, var(--heading-color), transparent 94%)}.hero-enterprise--signature .hero-bg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;user-select:none;display:block;object-fit:cover;object-position:center 22%;will-change:transform;filter:saturate(1.03) contrast(1.03);animation:heroKenBurns 24s ease-in-out infinite alternate}@media(prefers-reduced-motion: reduce){.hero-enterprise--signature .hero-bg{animation:none;transform:none}}.hero-enterprise--signature .hero-overlay{position:absolute;inset:0;background:linear-gradient(92deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.26) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 64%);z-index:1;pointer-events:none}.hero-enterprise--signature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0) 26%, rgba(15, 23, 42, 0.14) 100%);z-index:1;pointer-events:none}body.has-cinematic-hero .hero-enterprise--signature{margin-top:calc(-1*var(--cinematic-hero-pull, 0px));padding-top:var(--cinematic-hero-pull, 0px)}.hero-enterprise--signature .container-xl{position:relative;z-index:2;padding-top:clamp(56px,6vw,80px);padding-bottom:clamp(48px,5vw,72px)}.hero-enterprise--signature .hero-enterprise__signature-grid{position:relative;display:block;min-height:clamp(420px,48vw,540px)}.hero-enterprise--signature .hero-enterprise__content-card{position:relative;z-index:3;background:hsla(0,0%,100%,.86);backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%);border:1px solid hsla(0,0%,100%,.85);border-radius:24px;padding:clamp(26px,3vw,38px) clamp(26px,3vw,38px) clamp(22px,2.6vw,30px);box-shadow:0 22px 52px rgba(15,23,42,.14);max-width:540px}.hero-enterprise--signature .hero-enterprise__badge{background:color-mix(in srgb, #3d1a4b, transparent 92%);border:1px solid color-mix(in srgb, #3d1a4b, transparent 82%);color:#3d1a4b;font-size:.74rem;font-weight:600;padding:.42rem .95rem;margin-bottom:1.4rem;border-radius:999px;display:inline-flex;align-items:center;gap:8px}.hero-enterprise--signature .hero-enterprise__badge i{color:#3d1a4b;font-size:.85rem}.hero-enterprise--signature h1{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;line-height:1.06;letter-spacing:-0.035em;color:var(--heading-color);max-width:14ch;margin-bottom:1.2rem;text-shadow:none}.hero-enterprise--signature h1 .hero-title__line{display:block}.hero-enterprise--signature h1 .hero-title__accent{color:var(--accent-color);display:inline}.hero-enterprise--signature .hero-enterprise__lead{max-width:46ch;margin-bottom:1.6rem;font-size:.95rem;line-height:1.65;color:color-mix(in srgb, var(--default-color), transparent 8%);font-weight:400;text-shadow:none}.hero-enterprise--signature .hero-enterprise__actions{margin-bottom:1.2rem;gap:12px;display:flex;flex-direction:row;flex-wrap:wrap}.hero-enterprise--signature .hero-enterprise__actions .btn-e{width:auto;min-height:48px;padding:.82rem 1.6rem;font-size:.92rem;font-weight:600}.hero-enterprise--signature .hero-enterprise__actions .btn-e-secondary{color:#3d1a4b;border-color:color-mix(in srgb, #3d1a4b, transparent 70%)}.hero-enterprise--signature .hero-enterprise__actions .btn-e-secondary:hover{background:color-mix(in srgb, #3d1a4b, transparent 94%);border-color:#3d1a4b;color:#3d1a4b}.hero-enterprise--signature .hero-enterprise__trustline{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:500;color:color-mix(in srgb, var(--default-color), transparent 14%)}.hero-enterprise--signature .hero-enterprise__trustline i{color:var(--accent-color);font-size:1rem}@media(max-width: 767.98px){.hero-enterprise--signature{min-height:clamp(520px,76vh,680px)}.hero-enterprise--signature .hero-bg{object-position:58% 24%}.hero-enterprise--signature .hero-overlay{background:linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.66) 52%, rgba(255, 255, 255, 0.24) 100%)}.hero-enterprise--signature .container-xl{padding-top:clamp(40px,6vw,60px);padding-bottom:32px}.hero-enterprise--signature .hero-enterprise__content-card{padding:24px 22px 22px;max-width:100%;background:hsla(0,0%,100%,.9)}.hero-enterprise--signature h1{font-size:clamp(2rem,8vw,2.6rem)}}.hero-proof-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;border:1px solid color-mix(in srgb, var(--accent-color), transparent 78%);background:hsla(0,0%,100%,.88);color:color-mix(in srgb, var(--heading-color), transparent 8%);font-size:.76rem;font-weight:700;letter-spacing:.01em}.hero-proof-chip i{color:var(--accent-color);font-size:.85rem}.hero-visual-wrap{position:relative;padding:36px 14px 36px 14px}@media(max-width: 991.98px){.hero-visual-wrap{padding:0}}.hero-visual-wrap--clean{padding:0}.hero-enterprise__media-shell{position:relative;border-radius:30px;overflow:visible;min-height:560px}@media(max-width: 991.98px){.hero-enterprise__media-shell{min-height:0}}.hero-enterprise__media-shell--clean{min-height:0;overflow:hidden;border-radius:24px;box-shadow:0 28px 64px rgba(15,23,42,.14);border:1px solid color-mix(in srgb, var(--heading-color), transparent 90%)}.hero-enterprise__media-image,.hero-enterprise__media-placeholder{width:100%;height:520px;border-radius:30px;object-fit:cover;display:block;border:1px solid color-mix(in srgb, var(--heading-color), transparent 90%);box-shadow:0 28px 64px rgba(15,23,42,.16)}@media(max-width: 991.98px){.hero-enterprise__media-image,.hero-enterprise__media-placeholder{height:360px}}@media(max-width: 575.98px){.hero-enterprise__media-image,.hero-enterprise__media-placeholder{height:280px}}.hero-enterprise__media-glass{position:absolute;left:18px;right:18px;bottom:16px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.55);background:rgba(15,23,42,.36);backdrop-filter:blur(10px);color:#fff;box-shadow:0 12px 28px rgba(15,23,42,.2)}.hero-enterprise__media-glass strong{display:block;font-size:.82rem;line-height:1.2;margin-bottom:2px}.hero-enterprise__media-glass span{display:block;font-size:.72rem;color:hsla(0,0%,100%,.85);line-height:1.3}@media(max-width: 575.98px){.hero-enterprise__media-glass{left:10px;right:10px;bottom:10px;padding:8px 10px}}.hero-enterprise__media-glass-icon{width:30px;height:30px;border-radius:10px;background:hsla(0,0%,100%,.2);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.hero-enterprise__media-placeholder{display:flex;align-items:center;justify-content:center;font-size:6rem;color:color-mix(in srgb, var(--accent-color), transparent 18%);background:linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 90%) 0%, #ffffff 100%)}.hero-enterprise__panel--overlay{position:absolute;left:-34px;right:auto;bottom:28px;max-width:340px}@media(max-width: 1199.98px){.hero-enterprise__panel--overlay{left:18px}}@media(max-width: 991.98px){.hero-enterprise__panel--overlay{position:relative;left:auto;bottom:auto;margin:-40px 14px 0;max-width:none}}@media(max-width: 575.98px){.hero-enterprise__panel--overlay{margin:-30px 10px 0}}.hero-blob{display:none}@keyframes blob-drift{0%{border-radius:42% 58% 56% 44%/48% 44% 56% 52%}100%{border-radius:58% 42% 44% 56%/52% 56% 44% 48%}}.hvw-float{position:absolute;z-index:3;background:#fff;border-radius:12px;padding:10px 14px;box-shadow:0 12px 32px rgba(61,26,75,.08);display:flex;align-items:center;gap:10px;white-space:nowrap;pointer-events:none;border:1px solid rgba(226,232,240,.7);animation:hvw-bob 5s ease-in-out infinite}.hvw-float__icon{width:36px;height:36px;border-radius:8px;background:#e6f5f2;color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.hvw-float__icon--green{background:#d1fae5;color:#059652}.hvw-float__icon--purple{background:color-mix(in srgb, #3d1a4b, transparent 87%);color:#3d1a4b}.hvw-float__icon--red{background:#fef2f2;color:#b91c1c}.hvw-float__value{font-size:1rem;font-weight:800;color:var(--heading-color);line-height:1;letter-spacing:-0.01em}.hvw-float__label{font-size:.67rem;color:#64748b;font-weight:500;margin-top:2px}.hvw-float--tl{top:2px;left:-4px;animation-delay:0s}.hvw-float--tr{top:18px;right:-8px;animation-delay:1.3s}.hvw-float--br{bottom:2px;right:-8px;animation-delay:2.6s}@media(max-width: 991.98px){.hvw-float{display:none}}@keyframes hvw-bob{0%,100%{transform:translateY(0px)}50%{transform:translateY(-8px)}}.stats-band{background:linear-gradient(180deg, color-mix(in srgb, var(--heading-color), transparent 96%) 0%, transparent 100%);padding:42px 0 56px}.stats-band__inner{background:linear-gradient(132deg, #3d1a4b 0%, #5c2d6e 100%);border-radius:24px;padding:clamp(20px,3vw,30px);box-shadow:0 24px 58px rgba(61,26,75,.28);border:1px solid hsla(0,0%,100%,.1)}.stats-band__intro{text-align:center;color:#fff;margin-bottom:12px}.stats-band__intro span{display:inline-block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;opacity:.72;margin-bottom:6px}.stats-band__intro h3{color:#fff;font-size:clamp(1rem,1.8vw,1.3rem);margin:0;font-weight:700;letter-spacing:-0.01em}.stats-band .stat-block{text-align:center;color:#fff;padding:14px 12px}.stats-band .stat-block .stat-icon{display:block;font-size:1.65rem;opacity:.72;margin-bottom:8px}.stats-band .stat-block .stat-value{font-size:clamp(1.85rem,3vw,2.75rem);font-weight:800;line-height:1;margin-bottom:6px;letter-spacing:-0.025em}.stats-band .stat-block .stat-label{font-size:.85rem;opacity:.8;font-weight:500}@media(min-width: 768px){.stats-band .stat-block+.stat-block{border-left:1px solid hsla(0,0%,100%,.15)}}.stats-band--floating{margin-top:-110px;padding:0;background:rgba(0,0,0,0);position:relative;z-index:4}.stats-band--floating+section.section,.stats-band--floating+.announcements-strip+section.section{padding-top:clamp(28px,4vw,48px)}.stats-band--floating .stats-band__row{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 320px);gap:20px;align-items:center}@media(max-width: 991.98px){.stats-band--floating .stats-band__row{grid-template-columns:1fr;gap:16px;align-items:stretch}}.stats-band--floating .stats-band__floating{background:hsla(0,0%,100%,.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:20px;border:1px solid color-mix(in srgb, var(--heading-color), transparent 92%);box-shadow:0 30px 80px rgba(15,23,42,.14);overflow:hidden;display:grid;grid-template-columns:repeat(4, 1fr);min-width:0}.stats-band--floating .stat-block{color:var(--heading-color);padding:16px 16px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;text-align:left}.stats-band--floating .stat-block .stat-icon-wrap{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:0;background:rgba(0,0,0,0);color:var(--heading-color);font-size:1.45rem;opacity:.85}.stats-band--floating .stat-block .stat-icon-wrap i{line-height:1}.stats-band--floating .stat-block .stat-text{display:flex;flex-direction:column;min-width:0}.stats-band--floating .stat-block .stat-value{font-size:clamp(1.4rem,2vw,1.75rem);font-weight:800;color:var(--heading-color);line-height:1;margin-bottom:2px;letter-spacing:-0.025em}.stats-band--floating .stat-block .stat-label{color:#64748b;opacity:1;font-size:.75rem;font-weight:500;line-height:1.3}@media(min-width: 768px){.stats-band--floating .stat-block+.stat-block{border-left:1px solid color-mix(in srgb, var(--heading-color), transparent 94%)}}@media(max-width: 991.98px){.stats-band--floating{margin-top:-48px}.stats-band--floating .stats-band__floating{grid-template-columns:repeat(2, 1fr)}.stats-band--floating .stat-block+.stat-block:nth-child(odd){border-left:none}}@media(max-width: 575.98px){.stats-band--floating{margin-top:-28px}.stats-band--floating .stats-band__floating{grid-template-columns:1fr;margin:0 8px}.stats-band--floating .stat-block{padding:20px 18px;justify-content:flex-start}.stats-band--floating .stat-block+.stat-block{border-left:none;border-top:1px solid color-mix(in srgb, var(--heading-color), transparent 94%)}}.mission-card-inline{position:relative;padding:28px 26px 28px;border-radius:20px;background:radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14) 0%, transparent 60%),linear-gradient(140deg, #3d1a4b 0%, color-mix(in srgb, #3d1a4b, black 10%) 100%);color:#fff;box-shadow:0 30px 70px rgba(61,26,75,.32);border:1px solid hsla(0,0%,100%,.22);display:flex;flex-direction:column;justify-content:flex-start;min-height:200px}.mission-card-inline>i{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:hsla(0,0%,100%,.18);margin-bottom:12px;font-size:1.1rem}.mission-card-inline h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:6px;letter-spacing:-0.01em}.mission-card-inline p{margin:0;color:hsla(0,0%,100%,.92);font-size:.82rem;line-height:1.55}@media(max-width: 991.98px){.mission-card-inline{padding:22px 22px;min-height:0}}.why-section-e{position:relative;overflow:hidden}.why-section-e::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 55% 45% at 5% 30%, color-mix(in srgb, #8e70ad, transparent 92%) 0%, transparent 60%),radial-gradient(ellipse 50% 40% at 96% 70%, color-mix(in srgb, var(--accent-color), transparent 93%) 0%, transparent 60%)}.why-section-e .container-xl{position:relative;z-index:1}.why-grid{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(0, 1fr);gap:clamp(20px,2.5vw,32px);align-items:stretch}@media(max-width: 991.98px){.why-grid{grid-template-columns:1fr}}.why-hero{position:relative;isolation:isolate;padding:clamp(32px,3.5vw,48px);border-radius:28px;background:radial-gradient(circle at 100% 0%, color-mix(in srgb, #8e70ad, transparent 78%) 0%, transparent 55%),radial-gradient(circle at 0% 100%, color-mix(in srgb, var(--accent-color), transparent 80%) 0%, transparent 55%),linear-gradient(160deg, #3d1a4b 0%, color-mix(in srgb, #5c2d6e, black 4%) 100%);color:hsla(0,0%,100%,.94);border:1px solid color-mix(in srgb, #8e70ad, transparent 70%);box-shadow:0 1px 0 hsla(0,0%,100%,.12) inset,0 28px 60px rgba(61,26,75,.28),0 12px 24px rgba(61,26,75,.16);overflow:hidden}.why-hero__year{position:absolute;top:-28px;right:-16px;z-index:0;font-size:clamp(180px,22vw,280px);font-weight:900;line-height:1;letter-spacing:-0.05em;background:linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 60%, transparent 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);pointer-events:none;user-select:none}.why-hero__year sup{font-size:.35em;vertical-align:super}.why-hero__body{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;height:100%}.why-hero__badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.22);border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:-0.005em;color:hsla(0,0%,100%,.94)}.why-hero__badge i{color:color-mix(in srgb, #fdfbe4, white 10%);font-size:.85rem}.why-hero__title{font-size:clamp(1.55rem,2.6vw,2.1rem);font-weight:800;line-height:1.18;letter-spacing:-0.022em;color:#fff;margin:0}.why-hero__desc{font-size:.98rem;line-height:1.72;color:hsla(0,0%,100%,.82);max-width:54ch;margin:0}.why-hero__points{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px}.why-hero__points li{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:500;color:hsla(0,0%,100%,.88)}.why-hero__points li i{color:color-mix(in srgb, #008b74, white 30%);font-size:1.1rem}.why-hero__cta{margin-top:auto;padding-top:14px;align-self:flex-start;display:inline-flex;align-items:center;gap:10px;font-size:.92rem;font-weight:700;color:#fff;text-decoration:none;padding:11px 22px 11px 24px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.25);border-radius:999px;transition:background .25s ease,transform .25s ease,border-color .25s ease}.why-hero__cta i{transition:transform .3s ease;font-size:.95rem}.why-hero__cta:hover{background:hsla(0,0%,100%,.22);border-color:hsla(0,0%,100%,.4);color:#fff;transform:translateY(-1px)}.why-hero__cta:hover i{transform:translateX(3px)}.why-hero__cta:focus-visible{outline:2px solid hsla(0,0%,100%,.55);outline-offset:3px}@media(max-width: 575.98px){.why-hero{padding:28px 22px}.why-hero__year{font-size:160px;top:-16px;right:-8px}.why-hero__title{font-size:1.5rem}}.why-stack{display:grid;grid-template-rows:repeat(3, minmax(0, 1fr));gap:clamp(14px,1.6vw,18px)}.why-card{--why-accent: #008b74;position:relative;isolation:isolate;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;column-gap:18px;row-gap:6px;padding:22px 24px 22px 24px;background:hsla(0,0%,100%,.88);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid color-mix(in srgb, var(--heading-color), transparent 92%);border-radius:22px;box-shadow:0 4px 18px rgba(15,23,42,.04);transition:transform .35s cubic-bezier(0.2, 0.8, 0.2, 1),box-shadow .35s cubic-bezier(0.2, 0.8, 0.2, 1),border-color .25s ease}.why-card::before{content:"";position:absolute;inset:-1px -1px auto auto;width:200px;height:200px;background:radial-gradient(circle at top right, color-mix(in srgb, var(--why-accent), transparent 88%) 0%, transparent 70%);opacity:.55;z-index:-1;pointer-events:none;transition:opacity .35s ease,transform .35s ease;border-radius:inherit}.why-card__step{grid-column:1;grid-row:1;display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:24px;padding:0 8px;font-family:var(--heading-font);font-size:.68rem;font-weight:700;letter-spacing:.14em;color:var(--why-accent);background:color-mix(in srgb, var(--why-accent), transparent 90%);border:1px solid color-mix(in srgb, var(--why-accent), transparent 78%);border-radius:999px;align-self:center;justify-self:start}.why-card__icon{display:none}.why-card__body{grid-column:1/-1;grid-row:2;display:flex;flex-direction:column;gap:6px;margin-top:4px}.why-card__body h4{font-size:1.06rem;font-weight:700;color:var(--heading-color);line-height:1.3;letter-spacing:-0.018em;margin:0;display:inline-flex;align-items:center;gap:10px}.why-card__body h4::before{content:"";display:inline-block;width:24px;height:24px;flex-shrink:0;border-radius:8px;background:linear-gradient(140deg, var(--why-accent) 0%, color-mix(in srgb, var(--why-accent), black 12%) 100%);box-shadow:0 4px 10px color-mix(in srgb, var(--why-accent), transparent 70%);background-image:radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55) 0%, transparent 50%),linear-gradient(140deg, var(--why-accent) 0%, color-mix(in srgb, var(--why-accent), black 12%) 100%)}.why-card__body p{font-size:.9rem;line-height:1.66;color:color-mix(in srgb, var(--heading-color), transparent 40%);margin:0}.why-card--teal{--why-accent: #008b74}.why-card--lavender{--why-accent: #8e70ad}.why-card--rose{--why-accent: #5c2d6e}@media(hover: hover)and (pointer: fine){.why-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(15,23,42,.08),0 10px 22px color-mix(in srgb, var(--why-accent), transparent 84%);border-color:color-mix(in srgb, var(--why-accent), transparent 62%)}.why-card:hover::before{opacity:.85;transform:translate(16px, -16px) scale(1.15)}}@media(max-width: 575.98px){.why-card{padding:20px 20px}}.gallery-preview{display:grid;grid-template-columns:repeat(4, 1fr);gap:clamp(12px,1.4vw,18px);border-radius:24px}.gallery-preview a,.gallery-preview .gp-demo-item{display:block;aspect-ratio:1;overflow:hidden;border-radius:20px;position:relative;isolation:isolate;border:1px solid color-mix(in srgb, var(--heading-color), transparent 91%);box-shadow:0 6px 22px rgba(15,23,42,.06);background:#fff;transition:transform .4s cubic-bezier(0.2, 0.8, 0.2, 1),box-shadow .35s cubic-bezier(0.2, 0.8, 0.2, 1),border-color .25s ease}.gallery-preview a img,.gallery-preview .gp-demo-item img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.2, 0.8, 0.2, 1);display:block;filter:saturate(1.04) contrast(1.02)}.gallery-preview a.gallery-tile--placeholder img,.gallery-preview a img.gallery-img--placeholder,.gallery-preview .gp-demo-item.gallery-tile--placeholder img,.gallery-preview .gp-demo-item img.gallery-img--placeholder{object-fit:contain;padding:clamp(14px,3vw,24px);background:linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 92%) 0%, color-mix(in srgb, var(--heading-color), transparent 94%) 100%);filter:none}.gallery-preview a::after,.gallery-preview .gp-demo-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.42) 100%);transition:opacity .35s ease;pointer-events:none;opacity:0;z-index:1}.gallery-preview a::before,.gallery-preview .gp-demo-item::before{content:"";font-family:"bootstrap-icons";position:absolute;top:14px;right:14px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--accent-color);border-radius:50%;background:hsla(0,0%,100%,.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 24px rgba(15,23,42,.18);opacity:0;transform:translate(6px, -6px) scale(0.92);transition:opacity .3s ease,transform .35s cubic-bezier(0.2, 0.8, 0.2, 1);pointer-events:none;z-index:2}@media(hover: hover)and (pointer: fine){.gallery-preview a:hover,.gallery-preview .gp-demo-item:hover{transform:translateY(-4px);border-color:color-mix(in srgb, var(--accent-color), transparent 62%);box-shadow:0 22px 50px rgba(15,23,42,.14),0 10px 22px color-mix(in srgb, var(--accent-color), transparent 84%)}.gallery-preview a:hover img,.gallery-preview .gp-demo-item:hover img{transform:scale(1.08)}.gallery-preview a:hover::after,.gallery-preview .gp-demo-item:hover::after{opacity:1}.gallery-preview a:hover::before,.gallery-preview .gp-demo-item:hover::before{opacity:1;transform:translate(0, 0) scale(1)}}.gallery-preview a:focus-visible,.gallery-preview .gp-demo-item:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.gallery-preview .gp-demo-item{cursor:default;display:flex;align-items:center;justify-content:center;font-size:2.4rem;position:relative}.gallery-preview .gp-demo-item>i{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:18px;background:hsla(0,0%,100%,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.7);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.4),0 12px 28px rgba(15,23,42,.1)}.gallery-preview .gp-demo-item::after,.gallery-preview .gp-demo-item::before{display:none}.gallery-preview .gp-demo-item:hover{transform:translateY(-2px)}.gallery-preview .gp-demo-item:nth-child(1){background:linear-gradient(135deg, #e6f5f2 0%, color-mix(in srgb, var(--accent-color), transparent 72%) 100%);color:var(--accent-color)}.gallery-preview .gp-demo-item:nth-child(2){background:linear-gradient(135deg, color-mix(in srgb, #3d1a4b, transparent 80%) 0%, color-mix(in srgb, #8e70ad, transparent 75%) 100%);color:#fff}.gallery-preview .gp-demo-item:nth-child(3){background:linear-gradient(135deg, #e0f2fe 0%, color-mix(in srgb, var(--accent-color), transparent 76%) 100%);color:var(--accent-color)}.gallery-preview .gp-demo-item:nth-child(4){background:linear-gradient(135deg, #e6f5f2 0%, color-mix(in srgb, #3d1a4b, transparent 80%) 100%);color:#5c2d6e}@media(max-width: 767.98px){.gallery-preview{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 399.98px){.gallery-preview{gap:10px}}.featured-testimonials-e{position:relative}.featured-testimonials-e .testimonials-14--kozle{padding-bottom:64px}.featured-testimonials-e .swiper-slide{height:auto;padding:6px 0 8px}.featured-testimonials-e .testimonial-item-e{--t-accent: #008b74;position:relative;isolation:isolate;display:flex;flex-direction:column;height:100%;min-height:100%;padding:36px clamp(26px,2.4vw,32px) 28px;background:#fff;border:1px solid color-mix(in srgb, var(--heading-color), transparent 92%);border-radius:20px;box-shadow:0 4px 14px rgba(15,23,42,.04);overflow:hidden;transition:transform .35s cubic-bezier(0.2, 0.8, 0.2, 1),box-shadow .35s cubic-bezier(0.2, 0.8, 0.2, 1),border-color .25s ease}.featured-testimonials-e .testimonial-item-e::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg, var(--t-accent) 0%, color-mix(in srgb, var(--t-accent), #8e70ad 35%) 100%);transform:scaleX(0.32);transform-origin:left center;transition:transform .55s cubic-bezier(0.2, 0.8, 0.2, 1)}.featured-testimonials-e .testimonial-item-e .quote-mark{position:absolute;top:22px;right:24px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:color-mix(in srgb, var(--t-accent), transparent 90%);color:var(--t-accent);font-size:1.1rem;z-index:1}.featured-testimonials-e .testimonial-item-e:nth-child(3n+1){--t-accent: #008b74}.featured-testimonials-e .testimonial-item-e:nth-child(3n+2){--t-accent: #8e70ad}.featured-testimonials-e .testimonial-item-e:nth-child(3n+3){--t-accent: #5c2d6e}@media(hover: hover)and (pointer: fine){.featured-testimonials-e .testimonial-item-e:hover{transform:translateY(-5px);border-color:color-mix(in srgb, var(--t-accent), transparent 62%);box-shadow:0 22px 46px rgba(15,23,42,.08),0 10px 22px color-mix(in srgb, var(--t-accent), transparent 84%)}.featured-testimonials-e .testimonial-item-e:hover::before{transform:scaleX(1)}}.featured-testimonials-e .testimonial-item-e .stars{display:flex;gap:4px;margin-bottom:18px;color:#e6a817;font-size:.95rem}.featured-testimonials-e .testimonial-item-e p{position:relative;z-index:1;margin:0 0 24px;color:color-mix(in srgb, var(--heading-color), transparent 22%);line-height:1.75;font-size:1rem;font-style:normal;letter-spacing:-0.005em;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.featured-testimonials-e .testimonial-item-e .profile{display:flex;align-items:center;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid color-mix(in srgb, var(--heading-color), transparent 93%)}.featured-testimonials-e .testimonial-item-e .testimonial-avatar{position:relative;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(140deg, var(--t-accent) 0%, color-mix(in srgb, var(--t-accent), black 12%) 100%);color:#fff;font-weight:800;font-size:.92rem;letter-spacing:.04em;flex-shrink:0;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.25),0 8px 20px color-mix(in srgb, var(--t-accent), transparent 65%)}.featured-testimonials-e .testimonial-item-e .testimonial-avatar::after{content:"";position:absolute;inset:-3px;border-radius:18px;border:1px solid color-mix(in srgb, var(--t-accent), transparent 75%);pointer-events:none}.featured-testimonials-e .testimonial-item-e .info{min-width:0;display:flex;flex-direction:column;gap:2px}.featured-testimonials-e .testimonial-item-e .info h3{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--heading-color);font-size:.98rem;font-weight:700;letter-spacing:-0.012em;line-height:1.3}.featured-testimonials-e .testimonial-item-e .info h3 i{color:var(--t-accent);font-size:.92rem}.featured-testimonials-e .testimonial-item-e .info span{display:inline-flex;align-items:center;gap:5px;color:var(--t-accent);font-size:.76rem;font-weight:600;letter-spacing:-0.005em}.featured-testimonials-e .testimonial-item-e .info span::before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--t-accent);opacity:.6}.featured-testimonials-e .swiper-pagination{bottom:8px !important}.featured-testimonials-e .swiper-pagination-bullet{width:9px;height:9px;background:color-mix(in srgb, var(--accent-color), transparent 70%);opacity:1;transition:background .25s ease,transform .25s ease,width .35s ease}.featured-testimonials-e .swiper-pagination-bullet-active{background:var(--accent-color);width:28px;border-radius:999px}.partners-section-e{position:relative;isolation:isolate;overflow:hidden}.partners-section-e::before,.partners-section-e::after{content:"";position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none;z-index:0;opacity:.5}.partners-section-e::before{width:420px;height:420px;top:-120px;left:-100px;background:radial-gradient(circle, color-mix(in srgb, #008b74, transparent 78%) 0%, transparent 70%)}.partners-section-e::after{width:380px;height:380px;bottom:-140px;right:-80px;background:radial-gradient(circle, color-mix(in srgb, #8e70ad, transparent 78%) 0%, transparent 70%)}.partners-section-e .container-xl{position:relative;z-index:1}.partners-showcase-e{position:relative;max-width:1180px;margin:0 auto;padding:clamp(10px,1.2vw,14px);border-radius:28px;background:linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 253, 0.88) 100%);border:1px solid color-mix(in srgb, var(--heading-color), transparent 91%);box-shadow:0 1px 0 hsla(0,0%,100%,.9) inset,0 24px 56px rgba(15,23,42,.06),0 8px 20px color-mix(in srgb, #008b74, transparent 92%);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%)}.partners-showcase-e::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%);pointer-events:none}.partners-grid-e{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0;align-items:stretch}@media(max-width: 991.98px){.partners-grid-e{grid-template-columns:1fr;gap:0}}.partner-card-e{--pc-accent: #008b74;position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(16px,2vw,22px);padding:clamp(28px,3vw,38px) clamp(22px,2.4vw,32px);text-decoration:none;color:inherit;overflow:hidden;background:rgba(0,0,0,0);transition:background .35s ease,transform .4s cubic-bezier(0.2, 0.8, 0.2, 1)}.partner-card-e:not(:last-child)::after{content:"";position:absolute;top:18%;bottom:18%;right:0;width:1px;background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--heading-color), transparent 88%) 20%, color-mix(in srgb, var(--heading-color), transparent 88%) 80%, transparent 100%);pointer-events:none}@media(max-width: 991.98px){.partner-card-e:not(:last-child)::after{top:auto;bottom:0;left:12%;right:12%;width:auto;height:1px;background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--heading-color), transparent 88%) 20%, color-mix(in srgb, var(--heading-color), transparent 88%) 80%, transparent 100%)}}.partner-card-e::before{content:"";position:absolute;left:12%;right:12%;top:0;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg, var(--pc-accent) 0%, color-mix(in srgb, var(--pc-accent), #8e70ad 45%) 100%);transform:scaleX(0);transform-origin:center;transition:transform .5s cubic-bezier(0.2, 0.8, 0.2, 1)}.partner-card-e:nth-child(3n+1){--pc-accent: #008b74}.partner-card-e:nth-child(3n+2){--pc-accent: #8e70ad}.partner-card-e:nth-child(3n+3){--pc-accent: #5c2d6e}.partner-card-e__glow{position:absolute;inset:20% 10%;border-radius:50%;background:radial-gradient(circle, color-mix(in srgb, var(--pc-accent), transparent 88%) 0%, transparent 72%);opacity:0;transition:opacity .4s ease,transform .4s ease;pointer-events:none;z-index:0}.partner-card-e__link-chip{position:absolute;top:16px;right:16px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:.88rem;color:var(--pc-accent);background:hsla(0,0%,100%,.92);border:1px solid color-mix(in srgb, var(--pc-accent), transparent 75%);box-shadow:0 6px 16px rgba(15,23,42,.08);opacity:0;transform:translate(4px, -4px) scale(0.9);transition:opacity .3s ease,transform .35s cubic-bezier(0.2, 0.8, 0.2, 1),background .25s ease,color .25s ease;z-index:3}.partner-card-e__shell{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(100%,200px);height:clamp(88px,10vw,108px);padding:clamp(14px,1.6vw,20px);border-radius:20px;background:linear-gradient(160deg, #fff 0%, color-mix(in srgb, var(--pc-accent), transparent 96%) 100%);border:1px solid color-mix(in srgb, var(--heading-color), transparent 92%);box-shadow:0 1px 0 hsla(0,0%,100%,.95) inset,0 12px 28px rgba(15,23,42,.06);transition:transform .4s cubic-bezier(0.2, 0.8, 0.2, 1),box-shadow .35s ease,border-color .25s ease}.partner-card-e__media{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.partner-card-e__media img{max-width:92%;max-height:72px;width:auto;height:auto;object-fit:contain;display:block;filter:grayscale(85%) contrast(1.02) saturate(0.9);opacity:.78;transition:filter .4s ease,opacity .35s ease,transform .5s cubic-bezier(0.2, 0.8, 0.2, 1)}.partner-card-e__body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;max-width:280px}.partner-card-e__name{display:block;font-family:var(--heading-font);font-size:clamp(.88rem,.8rem + .2vw,.98rem);font-weight:700;color:var(--heading-color);letter-spacing:-0.015em;line-height:1.32}.partner-card-e__desc{display:block;font-size:.8rem;font-weight:500;color:color-mix(in srgb, var(--default-color), transparent 22%);line-height:1.55;letter-spacing:-0.005em;max-width:26ch}@media(hover: hover)and (pointer: fine){.partner-card-e:not(.partner-card-e--static):hover{background:hsla(0,0%,100%,.65)}.partner-card-e:not(.partner-card-e--static):hover::before{transform:scaleX(1)}.partner-card-e:not(.partner-card-e--static):hover .partner-card-e__glow{opacity:.55;transform:scale(1.04)}.partner-card-e:not(.partner-card-e--static):hover .partner-card-e__link-chip{opacity:1;transform:translate(0, 0) scale(1);background:linear-gradient(140deg, var(--pc-accent) 0%, color-mix(in srgb, var(--pc-accent), black 10%) 100%);color:#fff;border-color:rgba(0,0,0,0)}.partner-card-e:not(.partner-card-e--static):hover .partner-card-e__shell{transform:translateY(-4px);border-color:color-mix(in srgb, var(--pc-accent), transparent 65%);box-shadow:0 1px 0 hsla(0,0%,100%,.95) inset,0 20px 40px color-mix(in srgb, var(--pc-accent), transparent 82%)}.partner-card-e:not(.partner-card-e--static):hover .partner-card-e__media img{filter:none;opacity:1;transform:scale(1.06)}}.partner-card-e:focus-visible{outline:2px solid var(--pc-accent);outline-offset:4px;border-radius:12px}.partner-card-e--static{cursor:default}@media(max-width: 575.98px){.partner-card-e{padding:24px 18px}.partner-card-e__shell{width:min(100%,180px);height:80px}.partner-card-e__media img{max-height:56px}}.access-section-e{position:relative;padding-top:clamp(56px,6vw,80px);padding-bottom:clamp(56px,6vw,80px);background:radial-gradient(ellipse 55% 80% at 8% 50%, color-mix(in srgb, #008b74, transparent 94%) 0%, transparent 55%),radial-gradient(ellipse 45% 70% at 95% 20%, color-mix(in srgb, #8e70ad, transparent 93%) 0%, transparent 50%),linear-gradient(180deg, #f8fafb 0%, #fff 48%, #fff 100%)}.access-section-e::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(92%,1120px);height:1px;background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--heading-color), transparent 90%), transparent)}.access-section-e .section-header{margin-bottom:clamp(28px,4vw,40px)}.access-section-e .access-grid>[class*=col-]{display:flex}.access-section-e .access-grid .access-card-e{width:100%}@media(max-width: 575.98px){.access-section-e .access-card-e__footer>span{font-size:.8rem}}@keyframes heroKenBurns{from{transform:scale(1.02)}to{transform:scale(1.1)}}
