:root{--font-heading: "Space Grotesk", sans-serif;--font-body: "DM Sans", sans-serif;--color-primary: #fbae24;--color-dark: #1d212b;--color-light: #f7f5f2;--color-muted: #7e7e7e;--color-white: #ffffff;--shadow-soft: 0 20px 60px rgba(29, 33, 43, .12);--shadow-card: 0 12px 30px rgba(29, 33, 43, .08);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--container: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--color-white);color:var(--color-dark);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0 0 .6rem;line-height:1.1}p{margin:0 0 1rem}ul{margin:0;padding:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.feature-popup-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.feature-popup{background:#fff;border-radius:24px;width:min(1200px,90vw);max-height:min(750px,85vh);position:relative;overflow:auto;box-shadow:0 30px 60px -15px #0006;animation:slideUp .35s ease}.feature-popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#f7f5f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.feature-popup-close:hover{background:#e5e3e0;transform:rotate(90deg)}.modal__close-icon:before,.modal__close-icon:after{content:"";position:absolute;width:18px;height:2px;background-color:#333;top:8px;left:0;border-radius:1px}.modal__close-icon:before{transform:rotate(45deg)}.modal__close-icon:after{transform:rotate(-45deg)}.feature-popup-content{display:flex;height:100%;min-height:550px}.feature-popup-image{flex:1.2;background:#f7f5f2;width:"100%";display:flex;align-items:flex-end;justify-content:center;padding:40px 20px 0;position:relative;overflow:hidden}.phone-mockup{position:relative;height:560px;overflow:hidden;box-shadow:0 25px 40px -15px #0000004d;transform:translateY(20px)}.phone-mockup img{width:100%;height:100%;object-fit:top;display:block}.feature-popup-carousel{flex:1;padding:60px 50px 40px 40px;display:flex;flex-direction:column;background:#fff}.feature-popup-title{font-size:28px;font-weight:600;margin-bottom:40px;color:#1a1a1a;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.feature-popup-title:after{content:"";position:absolute;bottom:-12px;left:0;width:50px;height:3px;background:#333;border-radius:2px}.feature-slide{flex:1;display:flex;flex-direction:column;justify-content:center;animation:fadeSlide .35s ease}.feature-counter{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:15px;font-weight:500;color:#666}.feature-counter-current{font-size:32px;font-weight:600;color:#1a1a1a;line-height:1}.feature-counter-total{font-size:18px;color:#999;margin-left:4px}.feature-counter-total:before{content:"/";margin-right:8px;color:#ccc}.feature-title{font-size:26px;font-weight:600;color:#1a1a1a;margin-bottom:20px;line-height:1.3;letter-spacing:-.02em}.feature-description{font-size:17px;line-height:1.6;color:#4a4a4a;margin-bottom:30px;max-width:90%}.feature-navigation{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding-top:25px;border-top:1px solid #eee}.feature-nav-button{width:44px;height:44px;border-radius:50%;background:#f7f5f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#333}.feature-nav-button:hover{background:#e5e3e0;transform:scale(1.05)}.feature-nav-button:active{transform:scale(.95)}.feature-dots{display:flex;gap:8px}.feature-dot{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .25s ease}.feature-dot.active{width:28px;background:#333;border-radius:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@media(max-width:900px){.feature-popup-content{flex-direction:column}.feature-popup-image{padding:30px 20px 0;min-height:350px}.phone-mockup{width:300px;height:420px}.feature-popup-carousel{padding:40px 30px 30px}.feature-popup-title{font-size:24px;margin-bottom:30px}.feature-title{font-size:22px}.feature-description{font-size:15px;max-width:100%}}@media(max-width:600px){.feature-popup{width:95vw;max-height:95vh;border-radius:20px}.phone-mockup{width:310px;height:350px}.feature-popup-carousel{padding:30px 20px}.feature-counter-current{font-size:28px}.feature-title{font-size:20px}}.page{min-height:100vh;animation:pageFade .6s ease both}.page--login{min-height:fit-content}.container{width:min(var(--container),calc(100% - 2.5rem));margin:0 auto}.text-primary{color:var(--color-primary)}.muted{color:var(--color-muted)}.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem}.Phar-cont{padding-top:0;width:90%}.section-title{font-size:clamp(2rem,3vw,2.8rem)}.section{padding:2rem 0}.section--light{background:var(--color-light)}.section--dark{background:var(--color-dark);color:var(--color-white)}.section--dark .muted,.section--dark .feature-list li{color:#ffffffb8}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.align-center{align-items:center}.card{background:var(--color-white);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-card)}.icon-pill{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fbae2426;margin-bottom:1rem}.icon-pill img{width:24px;height:24px;object-fit:contain}.icon-pill--dark{background:#ffffff1a}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.6rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn--md{font-size:.95rem}.btn--lg{font-size:1rem;padding:1rem 2rem}.btn--primary{background:var(--color-primary);color:var(--color-dark);box-shadow:0 12px 24px #fbae244d}.btn--dark{background:var(--color-dark);color:var(--color-white)}.btn--light{background:var(--color-white);color:var(--color-dark);border:1px solid rgba(29,33,43,.15)}.btn--outline-dark{background:transparent;color:var(--color-dark);border:1px solid rgba(29,33,43,.5)}.btn--outline-light{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.6)}.btn:hover{transform:translateY(-2px)}.site-header{position:sticky;top:0;z-index:80;background:var(--color-white);border-bottom:1px solid rgba(73,74,78,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.1rem 0}.logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;color:var(--color-dark)}.logo img{width:100px;height:70px}@media(max-width:900px){.logo img{width:130px;height:70px}}.logo--footer{margin-bottom:1rem}.nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.menu-toggle{display:none;background:transparent;border:none;padding:0;width:40px;height:40px;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:var(--color-dark);border-radius:999px}.mobile-menu{position:fixed;inset:0;pointer-events:none;z-index:120}.mobile-menu__overlay{position:absolute;inset:0;background:#1d212b8c;opacity:0;transition:opacity .3s ease}.mobile-menu__panel{position:absolute;top:0;right:0;width:min(320px,90%);height:100%;background:var(--color-white);padding:2.5rem 1.8rem;display:flex;flex-direction:column;gap:1.5rem;transform:translate(100%);transition:transform .3s ease}.mobile-menu__nav{display:grid;gap:1rem}.mobile-menu__close{align-self:flex-end;width:36px;height:36px;border-radius:50%;border:1px solid rgba(29,33,43,.1);background:var(--color-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-menu.is-open{pointer-events:auto}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.nav__link{font-weight:500;color:#1d212bb3}.nav__link--active{color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:1rem}.header_button{display:flex}@media(max-width:768px){.header_button{display:none}}.hero{position:relative;padding:5.5rem;color:var(--color-white);background-size:cover;background-position:100% 35%}.hero:before{content:"";position:absolute;inset:0;background:#1d212b94}.hero--light{background:var(--color-light);color:var(--color-dark)}.hero--light:before{display:none}.hero__content{position:relative;max-width:640px;z-index:1}.hero__content--center{margin:0 auto;text-align:center}.hero__title{font-size:clamp(2.6rem,4vw,3.6rem)}.hero__subtitle{font-size:1.3rem;color:#ffffffd1}.hero--light .hero__subtitle{color:var(--color-muted)}.hero__copy{display:grid;gap:1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.logo-row{display:flex;flex-wrap:wrap;gap:5rem;align-items:center;margin-top:1.5rem}.logo-item{height:32px;opacity:.8}.stat-card h3{font-size:2.2rem}.stat-title{font-weight:600;margin-bottom:.75rem}.map-card{width:100%}.map-card picture{display:block;width:100%}.availability-text{font-size:12px;margin-top:8px;text-align:center;color:#000;font-weight:700}.map-card img{width:100%;height:auto;display:block;margin-top:2rem;border-radius:var(--radius-md)}.map-pin{position:absolute;transform:translate(-50%,-50%);background:var(--color-white);color:var(--color-dark);border-radius:999px;padding:.2rem .7rem;font-size:.7rem;font-weight:600;box-shadow:0 10px 20px #00000040}.cta-section{background-size:cover;background-position:center;color:var(--color-dark);background-repeat:no-repeat;padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:#ffffffb7;pointer-events:none}.cta-content{text-align:center;max-width:820px;margin:0 auto;position:relative;z-index:1}.cta-content h2{font-size:clamp(2rem,3vw,2.8rem);font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--color-muted);margin-bottom:2rem}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem);align-items:center}.split.partner-feature{gap:clamp(4.5rem,5vw,4rem)}@media(max-width:1024px){.split{gap:clamp(1.5rem,3vw,2.5rem)}}@media(max-width:768px){.split{grid-template-columns:1fr;gap:2rem}}.split.reverse{direction:ltr}.split.reverse>*{direction:ltr}.image-card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.image-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.image-card--tilt{background:transparent;box-shadow:none;padding:0;display:flex;justify-content:center}.image-card--tilt img{height:clamp(300px,60vw,550px);width:100%;object-fit:contain}@media(max-width:1024px){.image-card--tilt img{height:clamp(280px,50vw,380px)}}@media(max-width:768px){.image-card--tilt img{height:clamp(250px,70vw,350px);max-width:100%}}@media(max-width:480px){.image-card--tilt img{max-height:280px}}.float-mockup{animation:floaty 3s ease-in-out infinite}.icon-kicker{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem}.icon-kicker img{width:20px;height:20px}.icon-kicker.center{justify-content:center}.inline-icon{display:inline-flex;align-items:center;gap:.4rem;vertical-align:middle}.inline-icon img{width:40px;height:20px;object-fit:contain}.vw-brand{color:#005fb9;font-weight:700}.vw-logistics{color:inherit;font-weight:600}.center-heading{text-align:center;max-width:720px;margin:0 auto 2rem}.feature-list,.feature-list2{list-style:none;display:grid;gap:.7rem;margin:1.2rem 0 1.8rem;padding:0}.feature-list li{position:relative;padding-left:1.9rem;color:var(--color-muted)}.feature-list2 li{position:relative;padding-left:1.9rem;color:#fff}.feature-list li:before{content:"";position:absolute;left:0;top:.2rem;width:18px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAVdJREFUeAHtlT1Lw0Acxv93ByqiIraDiIovTauDo4ObgygugosIHR066ydwdRG6CvoFFKG0ixBQxMHdD6C4CIr1BSQ1uRcvJ4bUNte0SbY+490/v+fy5CEH0FULIUhGuHY992ENkaMkDLB9lbNRlRGEQMRtgO1LCX9jhHHBvoZ5AUN8+j25D55auT+J6w28WPxwuR5LRA2x/MHdzagGWnhUg5ZwNdShSSi4GnyqGLfOzTxbz0BvaLivLS8kGK6G01QswrODy8WsFcKkri3vPbwwsRkMVw8cnlYngSAhvjkqFw2dSUMVRzf0cE8H+ZFxp2Rw5zwjaCXLm5i4mVN3v3Y2S18vpneg3W+nMamHmx3Ag0yWp6Av6slRM5O9rdQjMIHk3xCETFhlPijbshYyc5/I/wXzzvocIHC8tNC/CxyQ1/PV9uFa7W+nx6iZ4w+lmTwkdzF1BfADb5kLVrctWwkAAAAASUVORK5CYII=) center / contain no-repeat}.feature-list2 li:before{content:"";position:absolute;left:0;top:.2rem;width:18px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAVdJREFUeAHtlT1Lw0Acxv93ByqiIraDiIovTauDo4ObgygugosIHR066ydwdRG6CvoFFKG0ixBQxMHdD6C4CIr1BSQ1uRcvJ4bUNte0SbY+490/v+fy5CEH0FULIUhGuHY992ENkaMkDLB9lbNRlRGEQMRtgO1LCX9jhHHBvoZ5AUN8+j25D55auT+J6w28WPxwuR5LRA2x/MHdzagGWnhUg5ZwNdShSSi4GnyqGLfOzTxbz0BvaLivLS8kGK6G01QswrODy8WsFcKkri3vPbwwsRkMVw8cnlYngSAhvjkqFw2dSUMVRzf0cE8H+ZFxp2Rw5zwjaCXLm5i4mVN3v3Y2S18vpneg3W+nMamHmx3Ag0yWp6Av6slRM5O9rdQjMIHk3xCETFhlPijbshYyc5/I/wXzzvocIHC8tNC/CxyQ1/PV9uFa7W+nx6iZ4w+lmTwkdzF1BfADb5kLVrctWwkAAAAASUVORK5CYII=) center / contain no-repeat}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.logo-tile{background:var(--color-white);border-radius:var(--radius-sm);padding:1rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card)}.logo-slider{overflow:hidden;position:relative;margin-top:1.5rem}.logo-slider-fade{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.logo-slider{overflow:hidden;width:100%}.logo-track{display:flex;gap:60px;animation:scrollLogos 25s linear infinite}.logo-slide img{height:50px;object-fit:contain}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-track{display:flex;align-items:center;gap:0;width:max-content;animation:logoScroll 30s linear infinite}.logo-slide{flex:0 0 auto;width:160px;height:120px;border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:1.5rem}.logo-slide img{max-width:100%;max-height:50px;object-fit:contain}.country-name{font-size:.85rem;font-weight:600;color:#1d212b;margin:0;text-align:center;white-space:nowrap}.logo-slider--institutions .logo-track{animation-duration:24s}.logo-slider--institutions .logo-slide{background:transparent;box-shadow:none;width:180px;height:60px}.logo-slider--institutions .logo-slide img{max-height:36px;opacity:.8}.testimonials-section{background:var(--color-white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.testimonial-card{background:var(--color-white);border-radius:22px;padding:1.8rem;box-shadow:0 1px 4px #1d212b14;display:flex;flex-direction:column;gap:1rem;min-height:280px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.testimonial-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.stat-card:hover .icon-pill img{transform:scale(1.1)}.icon-pill img{transition:transform .3s ease}.stat-card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.stat-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.testimonial-stars{color:var(--color-primary);letter-spacing:.2rem;font-size:.9rem}.testimonial-quote{color:var(--color-muted);font-size:.95rem}.testimonial-meta{display:flex;align-items:center;gap:.8rem;margin-top:auto}.testimonial-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:var(--color-white);display:flex;align-items:center;justify-content:center}.testimonial-avatar img{width:100%;height:100%;object-fit:contain}.testimonial-name{font-weight:700}.testimonial-role{font-size:.85rem;color:var(--color-muted)}.testimonials-dots{display:none;align-items:center;justify-content:center;gap:.5rem;margin-top:1.2rem}.steps-slider{position:relative}.steps-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.steps-scroll::-webkit-scrollbar{display:none}.step-card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.step-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.steps-scroll .step-card{min-width:320px;flex-shrink:0}.steps-scroll{scroll-snap-type:x mandatory;scroll-padding:0}.steps-scroll .step-card{scroll-snap-align:start}@media(max-width:900px){.steps-track{display:flex;overflow-x:auto;gap:20px;scroll-snap-type:x mandatory;padding-bottom:20px}.steps-track::-webkit-scrollbar{display:none}.step-card{min-width:100%;flex-shrink:0;scroll-snap-align:center}}.slider-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.5rem}.slider-dots .dot{width:8px;height:8px;border-radius:50%;background:#1d212b33;cursor:pointer;transition:background .3s ease}.slider-dots .dot.active{background:var(--color-primary)}.slider-dots--mobile-only{display:none}@media(max-width:900px){.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.slider-dots .dot{width:8px;height:8px;background:#d0d0d0;border-radius:50%}.slider-dots .dot.active{background:#000}.slider-dots--mobile-only{display:flex}}.testimonial-dot{width:8px;height:8px;border-radius:999px;background:#1d212b33}.testimonial-dot.is-active{background:var(--color-primary)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,420px));gap:2rem;justify-content:center;align-items:stretch}.pricing-card{background:#fff;border-radius:32px;padding:32px 24px;box-shadow:0 10px 25px #0000000d;transition:transform .4s ease,box-shadow .4s ease,background .4s ease;display:flex;flex-direction:column;gap:4px;cursor:pointer}.pricing-card--dark{background:var(--color-dark);color:var(--color-white)}.pricing-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 50px #0000001f}.pricing-card--dark .feature-list li,.pricing-card--dark .feature-list2 li{color:#ffffffb3}.pricing-card--dark .feature-list li:before{color:var(--color-primary)}.pricing-card--dark .feature-list2 li:before{color:#fff}.pricing-header{font-weight:700;margin-bottom:.6rem}.pricing-price{font-size:1.6rem;font-weight:700;margin-bottom:.8rem}.pricing-price span{font-size:2.2rem}.pricing-card .btn{width:100%;margin-top:auto}.payment-scroll{display:flex;gap:1.8rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.payment-scroll .payment-card{min-width:280px;flex-shrink:0}.payment-scroll{scroll-snap-type:x mandatory;scroll-padding:0}.payment-scroll .payment-card{scroll-snap-align:start}.payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.8rem}.payment-card{background:var(--color-white);border-radius:22px;padding:2rem 1.6rem;box-shadow:var(--shadow-card);text-align:center;display:grid;gap:.8rem}.payment-icon{width:72px;height:72px;border-radius:20px;background:#fbae2424;display:flex;align-items:center;justify-content:center;margin:0 auto .4rem}.payment-icon img{width:36px;height:36px;object-fit:contain;margin-top:15px}.payment-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.5rem}.dot{width:8px;height:8px;border-radius:50%;background:#1d212b33;cursor:pointer;transition:background .3s ease}.dot.active{background:var(--color-primary)}.dot:nth-child(n+3){display:none}@media(max-width:900px){.dot:nth-child(n+3){display:flex}}.step-card{min-height:320px}.step-label{color:var(--color-primary);font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em}.insurers-panel{background:var(--color-dark);color:var(--color-white);border-radius:32px;padding:3.5rem;box-shadow:0 30px 60px #1d212b4d}.insurers-panel .muted{color:#ffffffb3}.insurers-heading{text-align:center;max-width:720px;margin:0 auto 3rem}.insurers-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:10rem;align-items:center}.insurers-list{display:grid;gap:2rem}.insurers-item{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:start}.insurers-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fbae242e;border:1px solid rgba(251,174,36,.35)}.insurers-icon img{width:24px;height:24px}.insurers-mockup img{width:100%;border-radius:18px;animation:floaty 3s ease-in-out infinite}.ai-panel{background:var(--color-dark);color:var(--color-white);border-radius:32px;padding:3.5rem;box-shadow:0 30px 60px #1d212b4d}.ai-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem;align-items:center}.ai-content{max-width:520px}.ai-kicker{color:var(--color-primary)}.ai-title{font-size:clamp(2.4rem,3vw,3.1rem);margin-bottom:1rem}.ai-text{color:#fffc;font-size:1.05rem}.ai-note{margin-top:2rem;display:flex;align-items:center;gap:.6rem;background:#ffffff14;padding:.9rem 1.2rem;border-radius:14px;font-size:.9rem;color:#ffffffb3}.ai-note img{width:18px;height:18px}.ai-mockup img{width:100%;border-radius:18px;justify-self:end;animation:floaty 3s ease-in-out infinite}.mockup-card img{width:50%;border-radius:var(--radius-md)}.info-pill{margin-top:1.5rem;display:flex;align-items:center;gap:.6rem;background:#ffffff14;padding:.8rem 1rem;border-radius:999px;font-size:.85rem}.info-pill img{width:18px;height:18px}.role-grid{display:grid;gap:2rem}.role-group{background:var(--color-light);border-radius:var(--radius-md);padding:2rem}.role-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.role-header img{width:20px;height:20px}.role-list{display:grid;gap:.8rem}.role-item{background:var(--color-white);border-radius:var(--radius-sm);padding:.8rem 1.2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.role-item:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 20px 50px #0000001f}.role-arrow{color:var(--color-muted)}.cta-dark{background:var(--color-dark);color:var(--color-white);border-radius:var(--radius-lg);padding:3rem;text-align:center}.login-card{text-align:center;display:grid;place-items:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.login-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.site-footer{padding:3.5rem 0 2rem;border-top:1px solid rgba(29,33,43,.08)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:2rem}.footer-title{font-weight:700;margin-bottom:.8rem}.footer-list{list-style:none;display:grid;gap:.5rem;color:var(--color-muted)}.footer-bottom{margin-top:2rem;text-align:center;font-size:.85rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-social{display:inline-flex;align-items:center;gap:.8rem}.footer-social a{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.footer-social img{width:16px;height:16px}.modal-overlay{position:fixed;inset:0;background:#1d212ba6;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:200}.modal{background:var(--color-white);border-radius:var(--radius-lg);padding:2.5rem;position:relative;width:min(860px,100%);box-shadow:var(--shadow-soft)}.modal__close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:#1d212b14;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-muted)}.modal__close-icon{position:relative;width:18px;height:18px}.modal__close-icon:before,.modal__close-icon:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;background:var(--color-dark);border-radius:2px;transform-origin:center}.modal__close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.modal__close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.subscription-overlay{position:fixed;inset:0;background:#1d212b99;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:210}.subscription-modal{position:relative;width:min(1080px,100%);max-height:90vh;background:var(--color-white);border-radius:28px;padding:2.5rem 2.5rem 3rem;box-shadow:var(--shadow-soft);overflow:auto}.subscription-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:1px solid rgba(29,33,43,.1);background:var(--color-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.subscription-title{text-align:center;font-size:clamp(1.8rem,2.4vw,2.4rem);margin-bottom:2rem}.subscription-content{display:grid;gap:1.5rem}.subscription-body{display:grid;gap:2.5rem}.subscription-section+.subscription-section{padding-top:2.5rem;border-top:1px solid rgba(29,33,43,.08)}.subscription-dots{display:none;align-items:center;justify-content:center;gap:.6rem}.subscription-dot{width:8px;height:8px;border-radius:999px;background:#1d212b33}.subscription-dot.is-active{background:var(--color-primary)}.subscription-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2.5rem;align-items:stretch}.subscription-grid.reverse{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.subscription-tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.8rem;text-transform:uppercase;color:var(--color-primary);font-weight:700;letter-spacing:.08em;margin-bottom:1rem}.subscription-tag img{width:18px;height:18px}.subscription-list{list-style:none;display:grid;gap:.8rem;margin:0;padding:0}.subscription-list li{position:relative;padding-left:1.6rem;color:var(--color-dark)}.subscription-list li:before{content:"";position:absolute;left:0;top:.2rem;width:18px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAVdJREFUeAHtlT1Lw0Acxv93ByqiIraDiIovTauDo4ObgygugosIHR066ydwdRG6CvoFFKG0ixBQxMHdD6C4CIr1BSQ1uRcvJ4bUNte0SbY+490/v+fy5CEH0FULIUhGuHY992ENkaMkDLB9lbNRlRGEQMRtgO1LCX9jhHHBvoZ5AUN8+j25D55auT+J6w28WPxwuR5LRA2x/MHdzagGWnhUg5ZwNdShSSi4GnyqGLfOzTxbz0BvaLivLS8kGK6G01QswrODy8WsFcKkri3vPbwwsRkMVw8cnlYngSAhvjkqFw2dSUMVRzf0cE8H+ZFxp2Rw5zwjaCXLm5i4mVN3v3Y2S18vpneg3W+nMamHmx3Ag0yWp6Av6slRM5O9rdQjMIHk3xCETFhlPijbshYyc5/I/wXzzvocIHC8tNC/CxyQ1/PV9uFa7W+nx6iZ4w+lmTwkdzF1BfADb5kLVrctWwkAAAAASUVORK5CYII=) center / contain no-repeat}.subscription-list strong{font-weight:700}.subscription-image{height:100%;align-self:stretch}.subscription-image img{width:100%;height:100%;object-fit:cover;border-radius:18px;box-shadow:0 18px 40px #1d212b33;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.subscription-image img:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}.modal__title{text-align:center;margin-bottom:2rem}.modal__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.modal__cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;position:relative;z-index:1}.modal__dots{display:none;align-items:center;justify-content:center;gap:.5rem;margin-top:1.2rem}.modal__dot{width:8px;height:8px;border-radius:999px;background:#1d212b33}.modal__dot.is-active{background:var(--color-primary)}.modal-card{text-align:center}.feature-list2{list-style:none;padding-left:0;margin-top:20px}.feature-list2 li{position:relative;padding-left:30px;margin-bottom:12px;color:#fff;font-size:15px}.feature-list2 li:before{content:"✔";position:absolute;left:0;top:0;color:#fff;font-weight:700;font-size:16px}.insurance-text{margin-top:14px;margin-bottom:24px;font-size:16px;line-height:1.6}.modal-card .icon-pill{margin:0 auto 1rem}.modal-card .btn,.login-card .btn{width:100%}.modal__image{display:flex;align-items:center;justify-content:center;margin-left:-24px;position:relative;z-index:2}.modal__image img{width:min(420px,120%);transform:rotate(10deg) translate(-6%);filter:drop-shadow(0 24px 40px rgba(0,0,0,.25))}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}.clinics{padding-top:2.5rem;margin-left:95px}.clinics2{padding-top:2.5rem;margin-right:70px}@media(max-width:1024px){.clinics{margin-left:75px}.clinics2{margin-right:35px}}@media(max-width:768px){.clinics{margin-left:0}.clinics2{margin-right:0}}@media(max-width:425px){.clinics{margin-left:0;padding-right:0}.clinics2{margin-left:0}}@media(max-width:375px){.clinics,.clinics2{margin-left:0}}.insurance-content{display:flex;justify-content:center}@keyframes pageFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-7px)}to{transform:translateY(0)}}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){.grid-3,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal__grid{grid-template-columns:1fr}}@media(max-width:900px){.nav{display:none}.header__actions{width:100%;justify-content:space-between;display:none}.menu-toggle{display:inline-flex}.grid-2,.split,.pricing-grid,.insurers-grid,.ai-grid{grid-template-columns:1fr;gap:2rem}.hero{padding:4.5rem 0}.insurers-panel{padding:2.5rem}.insurers-mockup{justify-self:center}.split--stack-mobile>*:first-child{order:2}.split--stack-mobile>*:last-child{order:1}.ai-panel{padding:2.5rem}.ai-mockup{justify-self:center}.modal__image{display:none}.modal__cards{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1.2rem .5rem;-webkit-overflow-scrolling:touch;scroll-padding:1.2rem}.modal-card{max-width:100%;flex:0 0 auto;scroll-snap-align:center}.modal__cards::-webkit-scrollbar{display:none}.modal__dots{display:flex}.modal{padding:2.2rem 1.5rem 2.5rem;border-radius:24px;width:min(860px,100%)}.modal__title{font-size:1.6rem;margin-bottom:1.5rem}.subscription-modal{padding:2rem 1.5rem 2.5rem}.subscription-content{display:flex;gap:0rem;align-items:flex-start}.subscription-body{max-height:68vh;overflow-y:auto;scroll-snap-type:y mandatory;gap:1.5rem;padding-right:.5rem}.subscription-body::-webkit-scrollbar{display:none}.subscription-section{background:var(--color-white);border-radius:22px;padding:1.5rem;box-shadow:var(--shadow-card);scroll-snap-align:start}.subscription-section+.subscription-section{border-top:none;padding-top:1.5rem}.subscription-image{display:none}.subscription-dots{display:flex;flex-direction:column;gap:.5rem;padding-top:.6rem}.subscription-grid,.subscription-grid.reverse{grid-template-columns:1fr}.subscription-title{font-size:21px}.subscription-close{width:32px;height:32px}.subscription-close .modal__close-icon{width:14px;height:14px}.subscription-section[data-stack=true] .subscription-image{order:2}.subscription-section[data-stack=true] .subscription-copy{order:1}.subscription-image img{height:208.55px}.logo-slider--institutions .logo-track{gap:0}.logo-slider--institutions .logo-slide{width:150px;height:68px}.logo-slider--institutions .logo-slide img{max-height:44px}.payment-grid{display:flex;gap:24px;overflow-x:auto;padding-top:30px;scroll-behavior:smooth}.payment-grid::-webkit-scrollbar{display:none}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar,.payment-grid{-ms-overflow-style:none;scrollbar-width:none}.payment-card{min-width:280px;max-width:280px;flex-shrink:0;background:#fff;padding:28px;border-radius:18px;transition:all .3s ease}.payment-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.testimonials-grid{display:flex;overflow-x:auto;gap:1.2rem;scroll-snap-type:x mandatory;padding:0 1.2rem .6rem;scroll-padding:1.2rem;-webkit-overflow-scrolling:touch}.testimonial-card{max-width:100%;flex:0 0 auto;scroll-snap-align:center}.testimonials-grid::-webkit-scrollbar{display:none}.testimonials-dots{display:flex}.feature-list,.icon-kicker,.section-title.services{margin-left:1.2rem}.clinics{padding-top:0}.icon-kicker.center,.section-title{margin-left:0}.pharma-text,.btn--dark.btn--md{margin-left:1.2rem}}@media(max-width:720px){.grid-3,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.8rem}.cta-content{padding:2rem 1rem}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.page{animation:none}.btn{transition:none}.logo-track{animation:none}}.pharma-section{background:linear-gradient(180deg,#fff,#f8fbff)}.pharma-split{align-items:center;gap:50px}.pharma-content{max-width:520px}.highlight{color:#2563eb}.bullet{width:10px;height:10px;background:#fbae24;border-radius:50%;flex-shrink:0}.inline-icon img{height:14px;margin-left:4px}.pharma-image{border-radius:18px;overflow:hidden;padding:18px;transition:transform .4s ease}.pharma-image:hover{transform:translateY(-8px)}.pharma-image img{width:100%;display:block}.clinical-section{background-color:#fbae24;padding:100px 0}.clinical-split{display:flex;align-items:center;justify-content:space-between;gap:60px}.clinical-content{max-width:520px}.clinical-title{color:#fff}.clinical-text{color:#fff;margin-top:14px;margin-bottom:22px;line-height:1.6}.clinical-kicker span{color:#fff}.clinical-icon{width:40px;height:40px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50px}.clinical-list{color:#fff;padding-left:18px}.clinical-list li{margin-bottom:10px;color:#fff}.clinical-list li::marker{color:#fff}.feature-list li{display:flex;align-items:center;gap:12px;font-size:15px;color:#2b3645}.clinical-image{border-radius:18px;overflow:hidden;padding:18px;transition:transform .4s ease;max-height:80vh}.clinical-image img{width:100%;height:100%;object-fit:contain}.clinical-image:hover{transform:translateY(-8px)}.insurance-section{background:#f9fbff}.section-description{margin-top:16px;color:#5f6c7b;line-height:1.7;font-size:16px}.feature-list{margin-top:28px;display:flex;flex-direction:column;gap:14px}.feature-list li{display:flex;align-items:center;gap:0px;font-size:15px;color:#2b3645}.insurance-image{border-radius:18px;overflow:hidden;padding:18px;transition:transform .4s ease;height:600px;max-height:110vh}.insurance-image img{width:100%;height:100%;object-fit:cover}.insurance-image:hover{transform:translateY(-8px)}.payment-scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 5px 30px;scrollbar-width:none}.payment-scroll::-webkit-scrollbar{display:none}.payment-card{flex:0 0 320px;height:260px;background:#fff;border-radius:16px;padding:28px;scroll-snap-align:start;box-shadow:0 8px 30px #0000000d;transition:transform .3s ease}.payment-card:hover{transform:translateY(-6px)}.payment-icon img{width:42px;margin-bottom:18px}.payment-dots{display:flex;justify-content:center;gap:10px;margin-top:25px}.dot{width:10px;height:10px;background:#ddd;border-radius:50%;transition:all .3s ease}.dot.active{background:#fbae24;width:26px;border-radius:10px}.feature-popup-overlay{position:fixed;inset:0;background:#1d212ba6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:200;overflow-y:auto}.feature-popup{background:var(--color-white);border-radius:24px;padding:2.5rem;position:relative;width:min(1000px,100%);max-height:85vh;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column}.feature-popup-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:#1d212b14;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-muted);z-index:10}.feature-popup-close:hover{background:#1d212b1f}.feature-popup-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;flex:1;overflow-y:auto}.feature-popup-image{display:flex;align-items:center;justify-content:center;min-height:400px;height:300px;padding:0;border-radius:20px;background-color:#fff}.phone-mockup{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-popup-image img{width:100%;height:100%;object-fit:contain}.feature-popup-carousel{display:flex;flex-direction:column;justify-content:center;gap:2rem}.feature-popup-title{font-size:1.8rem;font-weight:700;color:var(--color-dark);margin:0}.feature-slide{display:flex;flex-direction:column;gap:1rem}.feature-counter{font-size:.9rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}.feature-title{font-size:1.6rem;font-weight:700;color:var(--color-dark);margin:0;line-height:1.3}.feature-description{font-size:1rem;color:var(--color-muted);line-height:1.6;margin:0}.feature-navigation{display:flex;align-items:center;justify-content:center;gap:1rem}.feature-dots{display:flex;gap:.8rem;align-items:center}.feature-dot{width:10px;height:10px;border-radius:50%;background:#1d212b33;cursor:pointer;transition:all .3s ease}.feature-dot:hover{background:#1d212b66}.feature-dot.active{background:var(--color-primary);transform:scale(1.2)}.culture-card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.culture-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #0000001f}@media(max-width:900px){.feature-popup{padding:2rem;max-height:90vh}.feature-popup-content{grid-template-columns:1fr;gap:1.5rem}.feature-popup-image{min-height:300px;order:-1}.phone-mockup{max-width:250px}.feature-popup-carousel{gap:1.5rem}.feature-popup-title{font-size:1.4rem}.feature-title{font-size:1.3rem}.feature-description{font-size:.95rem}.split.partner-feature{gap:clamp(1.5rem,4vw,3rem)}}@media(max-width:600px){.feature-popup-overlay{padding:1rem}.feature-popup{padding:1.5rem;border-radius:16px;max-height:70vh}.feature-popup-close{top:1rem;right:1rem;width:36px;height:36px}.feature-popup-content{gap:1rem}.feature-popup-image{min-height:250px}.phone-mockup{max-width:200px;padding:8px;border-radius:24px;border-width:6px}.feature-popup-carousel{gap:1rem}.feature-popup-title,.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}.feature-counter{font-size:.8rem}.feature-dots{gap:.6rem}.feature-dot{width:8px;height:8px}}.employee-container{width:100%;margin-top:40px;margin-bottom:20px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.employee-container::-webkit-scrollbar{display:none}.scroll-indicator{display:flex;gap:10px;justify-content:center;padding:24px 20px 16px;flex-wrap:nowrap;align-items:center}.indicator-dot{width:10px;height:10px;border-radius:50%;background-color:#d0d0d0;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0}.indicator-dot:hover{background-color:#9a9a9a;transform:scale(1.15)}.indicator-dot.active{background-color:#fbae24;transform:scale(1.3);box-shadow:0 2px 8px #3333334d}.employee-scroll-wrapper{display:flex;gap:24px;padding:20px 0;width:max-content}.available-text{font-size:20px;font-weight:500;width:350px;display:flex;align-items:center;margin-top:30px}.employee-card{width:350px;height:auto;display:flex;flex-direction:column;position:relative;flex-shrink:0;margin-right:280px;scroll-snap-align:start;scroll-snap-stop:always}.employee-image-holder{width:100%;height:100%;display:flex;flex-direction:column}.employee-image-card2{width:100%;height:380px;border-radius:20px;overflow:hidden;margin-bottom:16px;display:none}.employee-image-card{width:100%;height:380px;border-radius:20px;overflow:hidden;margin-bottom:16px}.employee-image-card img{width:100%;height:100%;object-fit:cover}.employee-details{flex:1}.employee-name{font-weight:600;font-size:18px;margin-bottom:4px}.employee-role{font-weight:500;font-size:14px;color:#666}.employee-review-card{position:absolute;width:300px;background-color:#fff;top:100px;right:-250px;padding:20px;border-radius:12px;box-shadow:#63636333 0 2px 8px;z-index:10;transition:transform .3s ease;animation:floaty 3s ease-in-out infinite}.employee-review-card2{position:absolute;width:300px;background-color:#fff;top:100px;right:-250px;padding:20px;border-radius:12px;box-shadow:#63636333 0 2px 8px;z-index:10;transition:transform .3s ease;display:none}.employee-card:hover .employee-review-card{transform:translateY(-5px)}.employee-review{font-weight:500;font-size:13px;line-height:1.6;color:#333}.employee-review2{font-weight:500;font-size:13px;line-height:1.6;color:#333;display:none}@media(max-width:768px){.employee-container{margin-bottom:0;padding:0 16px;-webkit-overflow-scrolling:touch}.employee-scroll-wrapper{gap:16px;padding:0 16px 0 0;scroll-snap-type:x mandatory}.employee-card{width:calc(100vw - 64px);max-width:100%;margin-right:0;flex-direction:column;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.employee-image-holder{display:flex;flex-direction:column}.employee-details{order:-1;margin-bottom:16px}.employee-image-card{display:none}.employee-image-card2{height:380px;width:100%;margin-bottom:16px;display:flex;background-color:#f5f5f5;border-radius:12px;overflow:hidden}.employee-image-card2 img{height:100%;width:100%;object-fit:cover}.employee-review-card{display:none}.employee-review2{font-weight:500;font-size:14px;line-height:1.7;color:#333;display:block}.employee-review-card2{position:relative;top:auto;right:auto;width:100%;margin-top:0;transform:none;display:block;border-radius:0;box-shadow:none;padding:0;background-color:transparent}.employee-name{font-size:18px;font-weight:700;margin-bottom:6px}.employee-role{font-size:13px;font-weight:600;color:#666;margin-bottom:8px}.scroll-indicator{gap:8px;padding:20px 0 12px}.indicator-dot{width:8px;height:8px}.indicator-dot.active{transform:scale(1.4)}}.quote{display:flex;justify-content:center;align-items:center;width:100%;margin-top:100px;padding-bottom:50px}.quote h2{font-size:45px;font-weight:600;text-align:center;width:500px}.quote span{background:linear-gradient(to top,rgba(251,174,36,.5) 50%,transparent 50%);padding:0 4px}.partner-detail .section{padding:2.5rem 0}.partner-hero{padding:3.5rem 0 2.5rem}.partner-hero__top{display:flex;align-items:center;margin-bottom:1.8rem}.partner-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#1d212b99}.partner-back:hover{color:#1d212be6}.partner-hero__content{text-align:center;max-width:760px;margin:0 auto;display:grid;gap:.9rem}.partner-hero__title{font-size:clamp(2.4rem,3.4vw,3.2rem)}.partner-hero__subtitle{color:var(--color-muted);font-size:1.05rem;line-height:1.6}.partner-category{display:grid;gap:2rem}.partner-category__kicker{font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.partner-feature{align-items:center}.partner-feature+.partner-feature{margin-top:2.4rem}.partner-feature__text{display:grid;gap:.7rem}.partner-feature__icon{width:48px;height:48px;border-radius:14px;background:#fbae2429;display:flex;align-items:center;justify-content:center}.partner-feature__icon img{width:24px;height:24px;object-fit:contain}.partner-feature__title{font-size:1.45rem;font-weight:700;margin:0}.partner-feature__description{color:var(--color-muted);line-height:1.6;margin:0}.partner-feature__badge{width:150px;height:48px;border-radius:24px;background:#fbae2429;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.partner-feature__image img{width:100%;max-height:320px;object-fit:contain;border-radius:16px;box-shadow:var(--shadow-card);animation:floaty 3s ease-in-out infinite}.partner-divider{border:none;height:1px;background:#1d212b1f;margin:2.6rem 0 0}.partner-learn-more{margin-top:.4rem}@media(max-width:900px){.partner-feature__image{padding:.9rem}.partner-feature__image img{max-height:260px}}
