@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");.slider-hero{position:relative;width:100%;height:100vh;height:calc(100vh - var(--header-height, 96px));height:calc(100svh - var(--header-height, 96px));min-height:700px;overflow:hidden;background-color:#1a1a2e;user-select:none;-webkit-user-select:none;touch-action:pan-y pinch-zoom}.slider-hero--dragging *{pointer-events:none!important}@media (max-width:1179px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 92px));height:calc(100svh - var(--header-height, 92px));min-height:620px}}@media (max-width:767px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 88px));height:calc(100svh - var(--header-height, 88px));min-height:550px}}@media (max-width:479px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 80px));height:calc(100svh - var(--header-height, 80px));min-height:500px}}.slider-hero__slides{position:relative;width:100%;height:100%}.slider-hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;transition:opacity .5s ease-in-out;pointer-events:none}.slider-hero__slide--active{opacity:1;z-index:2;pointer-events:auto}.slider-hero__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background:#1a1a2e}.slider-hero__img{position:absolute;top:50%;left:50%;display:block;width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;max-height:none;transform:translate(-50%,-50%)}.slider-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.slider-hero__slide[data-slide-id="1"] .slider-hero__overlay{background:rgba(0,0,0,.15)}.slider-hero__slide[data-slide-id="2"] .slider-hero__overlay,.slider-hero__slide[data-slide-id="3"] .slider-hero__overlay{background:rgba(0,0,0,.35)}.slider-hero__content{position:absolute;top:140px;left:0;width:100%;max-width:1440px;padding-left:calc(1rem + .5rem);padding-right:3rem;color:white;z-index:2}@media (max-width:479px){.slider-hero__content{top:60px}}@media (min-width:480px) and (max-width:767px){.slider-hero__content{top:80px;padding-left:calc(1.5rem + 1rem)}}@media (min-width:768px) and (max-width:1023px){.slider-hero__content{top:100px;padding-left:calc(2rem + 1.5rem)}}@media (min-width:1024px) and (max-width:1179px){.slider-hero__content{top:120px;padding-left:calc(2.5rem + 2rem)}}@media (min-width:1180px){.slider-hero__content{top:140px;padding-left:calc(3rem + 3rem)}}@media (min-width:1440px){.slider-hero__content{left:50%;transform:translateX(-50%);padding-left:calc(3rem + 3rem)}}.slider-hero__title{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:60px;font-weight:600;line-height:1.15;color:white;margin:0 0 2rem;max-width:600px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.slider-hero__subtitle{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.95);margin:0 0 2.5rem;max-width:450px}@media (max-width:1400px){.slider-hero__title{max-width:550px}.slider-hero__subtitle{max-width:400px}}@media (max-width:1200px){.slider-hero__title{font-size:52px;max-width:480px}.slider-hero__subtitle{max-width:350px}}@media (max-width:1023px){.slider-hero__title{font-size:3.5rem;max-width:400px}.slider-hero__subtitle{font-size:1.5rem;max-width:320px}}@media (max-width:767px){.slider-hero__title{font-size:2.5rem;max-width:75%}.slider-hero__subtitle{font-size:1.25rem;max-width:75%}}@media (max-width:479px){.slider-hero__title{font-size:2rem}.slider-hero__subtitle{font-size:1.125rem}}.slider-hero__button{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 0;background:none;border:none;color:white;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.slider-hero__button span{font-size:20px}.slider-hero__button-arrow{width:28px;height:28px;transition:transform .3s ease}.slider-hero__button:hover .slider-hero__button-arrow{transform:translateX(8px)}.slider-hero__button:focus-visible{outline:2px solid white;outline-offset:4px}@media (max-width:767px){.slider-hero__button{font-size:18px;gap:.75rem}.slider-hero__button span{font-size:18px}.slider-hero__button-arrow{width:24px;height:24px}}.slider-hero__tabs{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:stretch;z-index:100;padding:0 3rem;gap:0}.slider-hero__tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:1.25rem 2rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease;min-width:160px}.slider-hero__tab-indicator{position:absolute;top:0;left:2rem;right:2rem;height:3px;background:transparent;transition:background .3s ease}.slider-hero__tab--active .slider-hero__tab-indicator{background:#fff}.slider-hero__tab-label{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.5);transition:color .3s ease;white-space:nowrap}.slider-hero__tab:hover .slider-hero__tab-label{color:rgba(255,255,255,.85)}.slider-hero__tab--active .slider-hero__tab-label{color:white}.slider-hero__tab:focus-visible{outline:2px solid white;outline-offset:-2px}@media (max-width:1200px){.slider-hero__tabs{padding:0 2rem}.slider-hero__tab{padding:1rem 1.5rem;min-width:140px}.slider-hero__tab-indicator{left:1.5rem;right:1.5rem}}@media (max-width:767px){.slider-hero__tabs{padding:0 1rem;justify-content:space-between}.slider-hero__tab{padding:.875rem .75rem;min-width:auto;flex:1;align-items:center}.slider-hero__tab-indicator{left:.75rem;right:.75rem}.slider-hero__tab-label{font-size:.8rem}}@media (max-width:479px){.slider-hero__tabs{padding:0 .5rem}.slider-hero__tab{padding:.75rem .5rem}.slider-hero__tab-indicator{left:.5rem;right:.5rem}.slider-hero__tab-label{font-size:.7rem}}@media (prefers-reduced-motion:reduce){.slider-hero__button,.slider-hero__button-arrow,.slider-hero__slide,.slider-hero__tab,.slider-hero__tab-indicator,.slider-hero__tab-label{transition:none!important}}.about-section{background:#ffffff;padding:6rem 3rem 1.5rem;position:relative}.about-section__container{max-width:1300px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between}.about-section__left{flex:0 0 auto}.about-section__right{flex:0 0 580px;max-width:580px}.about-section__tagline{display:inline-flex;align-items:center;gap:.5rem;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#559495;margin:0}.about-section__tagline:before{content:"";display:inline-block;width:8px;height:8px;background:#559495}.about-section__description{font-size:1.75rem;font-weight:400;line-height:1.5;color:#000000;margin:0 0 2.5rem}.about-section__button,.about-section__description{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-section__button{display:inline-block;padding:.875rem 1.75rem;background:transparent;color:#559495;border:2px solid #559495;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease}.about-section__button:hover{background:#559495;border-color:#559495;color:#ffffff}@media (max-width:1200px){.about-section{padding:5rem 2rem 1rem}.about-section__container{gap:4rem}.about-section__left{flex:0 0 180px}.about-section__description{font-size:1.5rem}}@media (max-width:768px){.about-section{padding:3rem 1.5rem .5rem}.about-section__container{flex-direction:column;gap:1.5rem}.about-section__left{flex:none}.about-section__tagline{font-size:.8125rem}.about-section__description{font-size:1.25rem}}@media (max-width:480px){.about-section{padding:2.5rem 1rem .5rem}.about-section__tagline{font-size:.75rem}.about-section__description{font-size:1.125rem;line-height:1.55}.about-section__button{text-align:center;padding:1rem 1.5rem}}:root{--fc-teal:#559495;--fc-teal-light:#6bb6b8;--fc-teal-dark:#3d7273;--fc-teal-darker:#2a4a4a;--fc-sage:#4a7c7d;--fc-sage-dark:#3a6263;--fc-slate:#3d5a5a;--fc-slate-dark:#2d4545}.floating-cards{position:relative;background:#ffffff;overflow:visible;isolation:isolate;z-index:1}.floating-cards__stage{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:visible}.floating-cards__headline{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:600;color:#000000;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;line-height:1.1;letter-spacing:-.02em;z-index:1;pointer-events:none;width:90%;max-width:900px;padding:0 1rem;box-sizing:border-box}.floating-cards__presenter{position:absolute;inset:0;width:100%;height:100%;perspective:1200px;z-index:10;pointer-events:none}.floating-cards__card{position:absolute;top:0;left:50%;width:550px;height:365px;border-radius:0;overflow:hidden;cursor:pointer;visibility:hidden;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:box-shadow .4s ease;pointer-events:auto;touch-action:manipulation}.floating-cards__card-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:opacity .3s ease;pointer-events:none}.floating-cards__card--coral,.floating-cards__card--purple,.floating-cards__card--teal{background:linear-gradient(135deg,var(--fc-teal) 0,var(--fc-teal-dark) 100%);box-shadow:0 25px 60px rgba(85,148,149,.35)}@media (hover:hover){.floating-cards__card:hover{box-shadow:0 35px 80px rgba(0,0,0,.25)}.floating-cards__card:hover .floating-cards__card-bg,.floating-cards__card:hover .floating-cards__cover{opacity:0;transition-delay:.3s}.floating-cards__card:hover .floating-cards__detail{opacity:1;pointer-events:auto;transition-delay:.3s}}.floating-cards__card.is-expanded{box-shadow:0 35px 80px rgba(0,0,0,.25)}.floating-cards__card.is-expanded .floating-cards__card-bg,.floating-cards__card.is-expanded .floating-cards__detail{transition-delay:0s}.floating-cards__shape{fill:rgba(255,255,255,.1);stroke:rgba(255,255,255,.15);stroke-width:1}.floating-cards__shape--1{animation:floatShape1 8s ease-in-out infinite}.floating-cards__shape--2{animation:floatShape2 10s ease-in-out infinite}.floating-cards__shape--3{animation:floatShape3 12s ease-in-out infinite}.floating-cards__shape--wave{fill:none;stroke:rgba(255,255,255,.15);stroke-width:2;animation:waveMove 6s ease-in-out infinite}@keyframes floatShape1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-15px,20px) scale(1.05)}}@keyframes floatShape2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-15px) scale(.95)}}@keyframes floatShape3{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-10px,10px) rotate(5deg)}}@keyframes waveMove{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating-cards__cover{bottom:0;right:0;display:flex;align-items:flex-end;padding:2rem;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.floating-cards__cover,.floating-cards__toggle{position:absolute;left:0;top:0;background:transparent}.floating-cards__toggle{width:100%;height:100%;opacity:0;cursor:pointer;border:none}.floating-cards__title{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:#ffffff;margin:0;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2);transition:opacity .4s ease,transform .4s ease;transform:translateZ(0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.floating-cards__detail{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem;background:transparent;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .6s ease,transform .6s ease}.floating-cards__card:hover .floating-cards__detail{transition-delay:.3s}.floating-cards__card.is-expanded .floating-cards__detail,.floating-cards__card:hover .floating-cards__detail{opacity:1;transform:translateY(0);pointer-events:auto}.floating-cards__card.is-expanded .floating-cards__cover{opacity:0;transform:translateY(-10px);transition-delay:0s}.floating-cards__card:hover .floating-cards__cover{opacity:0;transition-delay:.3s}.floating-cards__card.is-expanded .floating-cards__card-bg{opacity:0}.floating-cards__card:hover .floating-cards__card-bg{opacity:0;transition-delay:.3s}.floating-cards__description{margin-bottom:0}.floating-cards__description p{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.125rem,2vw,1.35rem);font-weight:400;color:rgba(255,255,255,.95);line-height:1.5;margin:0;transform:translateZ(0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.floating-cards__cta{display:inline-flex;align-items:center;align-self:flex-end;gap:.5rem;padding:0;background:transparent;border:none;text-decoration:none}.floating-cards__cta-text{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#ffffff}.floating-cards__cta-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .3s ease}.floating-cards__cta-icon svg{width:100%;height:100%;stroke:#ffffff}.floating-cards__cta:hover .floating-cards__cta-icon{transform:translateX(4px)}@media (max-width:1400px){.floating-cards__stage{min-height:60vh}.floating-cards__card{width:min(380px,65vw)}}@media (max-width:1024px){.floating-cards__stage{padding:.5rem 1.5rem}.floating-cards__card{width:min(340px,60vw)}.floating-cards__cover,.floating-cards__detail{padding:1.5rem}.floating-cards__description p{font-size:1rem}}@media (max-width:768px){.floating-cards__stage{padding:0 1rem}.floating-cards__card{width:min(320px,75vw)}.floating-cards__cover{padding:1.25rem}.floating-cards__title{font-size:1rem}.floating-cards__detail{padding:1.25rem}.floating-cards__description p{font-size:.95rem;line-height:1.45}.floating-cards__cta-text{font-size:.875rem}}@media (max-width:480px){.floating-cards__stage{padding:0 .5rem}.floating-cards__card{width:min(280px,85vw)}.floating-cards__cover{padding:1rem}.floating-cards__title{font-size:.95rem}.floating-cards__detail{padding:1rem}.floating-cards__description p{font-size:.9rem;line-height:1.4}.floating-cards__cta-text{font-size:.8125rem}.floating-cards__cta-icon{width:16px;height:16px}}@media (max-height:550px),(max-width:380px){.floating-cards__stage{padding:0 .5rem}.floating-cards__card{width:min(260px,90vw)}.floating-cards__cover,.floating-cards__detail{padding:.875rem}.floating-cards__title{font-size:.85rem}.floating-cards__description p{font-size:.8rem;line-height:1.35}}.latest-insights{width:100%;background:#ffffff;padding:clamp(4rem,8vw,6rem) 0;position:relative}.latest-insights__container{max-width:1440px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.latest-insights__header{margin-bottom:clamp(2rem,4vw,3rem)}.latest-insights__title{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:#000000;margin:0;letter-spacing:-.02em;line-height:1.2}.latest-insights__view-all,.latest-insights__view-all-arrow{display:none}.latest-insights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2rem)}.insight-card,.insight-card__wrapper{display:flex;flex-direction:column}.insight-card__wrapper{text-decoration:none;height:100%}.insight-card__image-container{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#f5f5f5;margin-bottom:1rem}.insight-card__image{width:100%;height:100%}.insight-card__image img{width:100%;height:100%;object-fit:cover;object-position:center}.insight-card__meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.insight-card__meta-left{display:flex;align-items:center;gap:1rem}.insight-card__date{font-weight:400;color:#000000;letter-spacing:0}.insight-card__category-badge,.insight-card__date{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem}.insight-card__category-badge{font-weight:500;color:#559495;text-transform:uppercase}.insight-card__source-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1.5px solid #e0e0e0;border-radius:0;text-decoration:none;transition:all .3s ease;flex-shrink:0}.insight-card__source-badge svg{width:14px;height:14px;stroke:#000000;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.insight-card__wrapper:hover .insight-card__source-badge{border-color:#559495;background:#559495}.insight-card__wrapper:hover .insight-card__source-badge svg{stroke:#ffffff;transform:translate(4px,-4px)}.insight-card__content{flex:1;display:flex;flex-direction:column}.insight-card__title{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:500;color:#000000;line-height:1.35;margin:0 0 .75rem;transition:color .3s ease}.insight-card__wrapper:hover .insight-card__title{color:#559495}.insight-card__excerpt{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.05rem;font-weight:400;color:#000000;line-height:1.6;margin:0}.insight-card__meta,.insight-card__tags{display:none}.latest-insights__footer{margin-top:clamp(2.5rem,4vw,3.5rem)}.latest-insights__all-link{display:inline-flex;align-items:center;gap:.75rem;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#000000;text-decoration:none;position:relative;overflow:hidden;transition:color .3s ease;z-index:1;padding-right:1.5rem}.latest-insights__all-link:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#559495;z-index:0;transition:width .4s cubic-bezier(.4,0,.2,1)}.latest-insights__all-link:hover:before{width:100%}.latest-insights__all-link span,.latest-insights__all-link svg,.latest-insights__all-link-icon,.latest-insights__all-link-text{position:relative;z-index:2}.latest-insights__all-link-text{transition:color .3s ease}.latest-insights__all-link:hover,.latest-insights__all-link:hover .latest-insights__all-link-text{color:#fff}.latest-insights__all-link-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#559495;transition:background .3s ease;border-radius:0}.latest-insights__all-link-icon svg{width:14px;height:14px;color:#ffffff;transition:transform .3s ease}.latest-insights__all-link:hover .latest-insights__all-link-icon svg{transform:none}.latest-insights__arrows,.latest-insights__slider{display:none}@media (max-width:1024px){.insight-card__title{font-size:1.125rem}.insight-card__excerpt{font-size:.875rem}}@media (max-width:767px){.latest-insights{padding:clamp(3rem,6vw,4rem) 0}.latest-insights__grid{display:flex;flex-direction:column;gap:2rem}.insight-card__image-container{aspect-ratio:16/9;margin-bottom:.875rem}.insight-card__title{font-size:1.125rem}.insight-card__excerpt{font-size:.875rem}.insight-card__meta-row{flex-wrap:wrap}.latest-insights__footer{margin-top:2rem}}@media (max-width:480px){.insight-card__category-badge,.insight-card__date{font-size:.8125rem}.insight-card__source-badge{width:28px;height:28px}.insight-card__source-badge svg{width:12px;height:12px}}@media (prefers-reduced-motion:reduce){.insight-card,.insight-card__image,.insight-card__title,.latest-insights__arrow,.latest-insights__slider-track{transition:none!important}}.logo-showcase-section{width:100%;padding:80px 0;background-color:#fbfbfb;overflow:hidden}.logo-showcase-container{max-width:1440px;margin:0 auto;padding-left:calc(1rem + .5rem);padding-right:calc(1rem + .5rem)}@media (min-width:480px){.logo-showcase-container{padding-left:calc(1.5rem + 1rem);padding-right:calc(1.5rem + 1rem)}}@media (min-width:768px){.logo-showcase-container{padding-left:calc(2rem + 1.5rem);padding-right:calc(2rem + 1.5rem)}}@media (min-width:1024px){.logo-showcase-container{padding-left:calc(2.5rem + 2rem);padding-right:calc(2.5rem + 2rem)}}@media (min-width:1180px){.logo-showcase-container{padding-left:calc(3rem + 3rem);padding-right:calc(3rem + 3rem)}}.logo-showcase-header{text-align:center;margin-bottom:60px}.logo-showcase-title{font-size:62px;font-weight:500;line-height:1.2;color:#000000;margin-bottom:16px}.logo-showcase-subtitle{font-size:20px;font-weight:400;line-height:1.5;color:#000000}.logo-showcase-slider{width:100%;overflow:hidden;position:relative}.logo-showcase-track{display:flex;gap:40px;width:max-content;animation:scroll 40s linear infinite}.logo-showcase-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-showcase-item{display:flex;align-items:center;justify-content:center;width:360px;height:220px;padding:30px;background-color:transparent;border-radius:8px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.logo-showcase-image{width:100%;height:100%;object-fit:contain}@media (max-width:968px){.logo-showcase-section{padding:60px 0}.logo-showcase-header{margin-bottom:40px}.logo-showcase-title{font-size:36px}.logo-showcase-subtitle{font-size:18px}.logo-showcase-track{gap:30px}.logo-showcase-item{width:300px;height:180px}}@media (max-width:768px){.logo-showcase-section{padding:50px 20px}.logo-showcase-header{margin-bottom:30px}.logo-showcase-title{font-size:32px}.logo-showcase-subtitle{font-size:16px}.logo-showcase-track{gap:20px}.logo-showcase-item{width:320px;height:200px;padding:30px}}.cta-section{background:linear-gradient(135deg,#559495,#3d7a7b 50%,#2d5a5b);padding:clamp(3rem,6vw,4rem) 0;position:relative;overflow:hidden}.cta-section__container{max-width:1440px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-section__headline{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;color:#ffffff;line-height:1.2;margin:0;letter-spacing:-.02em}.cta-section__button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background:transparent;color:#ffffff;font-family:var(--font-manrope),sans-serif;font-size:1rem;font-weight:500;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s ease;border:2px solid rgb(255,255,255);white-space:nowrap;flex-shrink:0}.cta-section__button span{font-weight:500}.cta-section__button:hover{background:#ffffff;color:#2d5a5b;border-color:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,.15)}.cta-section__button-icon{width:18px;height:18px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.cta-section__button:hover .cta-section__button-icon{transform:translate(4px,-4px)}@media (max-width:768px){.cta-section__container{flex-direction:column;align-items:flex-start;gap:1.5rem}.cta-section__button{padding:.875rem 1.75rem}}@media (max-width:480px){.cta-section__button{padding:1rem 1.5rem}}@media (prefers-reduced-motion:reduce){.cta-section__button,.cta-section__button-icon{transition:none}}