*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;min-height:100vh;background-color:#fff;color:#1a1a1a}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 32px;transition:background-color .35s ease,box-shadow .35s ease}.navbar--scrolled{background-color:#141414eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px #00000040}.navbar--light{background-color:#fff;box-shadow:0 1px #00000014}.navbar--light .navbar__link{color:#1a1a1a}.navbar--light .navbar__cta{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.navbar--light .navbar__cta:hover{background-color:#333;border-color:#333}.navbar--light .navbar__social img{filter:brightness(0)}.navbar--light .navbar__hamburger span{background-color:#1a1a1a}.navbar__inner{max-width:1280px;margin:0 auto;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.navbar__logo{justify-self:start;display:flex;align-items:center}.navbar__logo img{height:44px;width:auto}.navbar__nav{display:flex;align-items:center;gap:36px}.navbar__links{list-style:none;display:flex;align-items:center;gap:32px}.navbar__link{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#fff;letter-spacing:.01em;transition:opacity .2s ease;white-space:nowrap}.navbar__link:hover{opacity:.7}.navbar__cta{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#fff;background-color:#ffffff1f;border:1.5px solid rgba(255,255,255,.6);border-radius:100px;padding:9px 22px;transition:background-color .2s ease,border-color .2s ease;white-space:nowrap}.navbar__cta:hover{background-color:#ffffff40;border-color:#fff}.navbar__social{justify-self:end;display:flex;align-items:center;gap:16px}.navbar__social a{display:flex;align-items:center;opacity:.9;transition:opacity .2s ease}.navbar__social a:hover{opacity:.6}.navbar__social img{width:26px;height:26px;filter:brightness(0) invert(1)}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:4px;justify-self:end;position:relative;z-index:101}.navbar__hamburger span{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.navbar__hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:0;z-index:99;background:#1a1a1a;flex-direction:column;overflow-y:auto;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);will-change:transform}.mobile-menu--open{z-index:99999999;transform:translate(0)}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:72px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-menu__logo img{height:40px;width:auto}.mobile-menu__close{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease}.mobile-menu__close:hover{background:#ffffff26}.mobile-menu__nav{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.mobile-menu__links{list-style:none;width:100%;max-width:320px;display:flex;flex-direction:column;gap:12px}.mobile-menu__links li{opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease;transition-delay:calc(var(--i) * 60ms + .1s)}.mobile-menu--open .mobile-menu__links li{opacity:1;transform:translateY(0)}.mobile-menu__link{display:block;width:100%;padding:18px 24px;font-family:Inter,sans-serif;font-size:17px;font-weight:500;color:#ffffffbf;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:background .2s ease,color .2s ease;text-align:left}.mobile-menu__link:hover{background:#ffffff17;color:#fff}.mobile-menu__cta{display:block;width:100%;padding:18px 24px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;color:#1a1a1a;background:#fff;border-radius:14px;text-align:center;transition:background .2s ease;margin-top:4px}.mobile-menu__cta:hover{background:#f0f0f0}.mobile-menu__footer{padding:24px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.mobile-menu__social{display:flex;gap:12px;justify-content:center}.mobile-menu__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.15);transition:border-color .2s ease}.mobile-menu__social-link:hover{border-color:#fff6}.mobile-menu__social-link img{width:18px;height:18px;filter:brightness(0) invert(1);opacity:.75}@media(max-width:900px){.navbar{padding:0 20px;z-index:100}.navbar__inner{grid-template-columns:1fr auto}.navbar__hamburger{display:flex}.navbar__nav,.navbar__social{display:none}.mobile-menu{display:flex}}.hero{position:relative;width:100%;height:100vh;max-height:800px;min-height:580px;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:0 0 0 60px;overflow:hidden;display:flex;align-items:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,#00000085,#0000002e 55%,#0000000d)}.hero__container{position:relative;z-index:1;width:100%;max-width:1344px;margin:0 auto;padding:0 32px}.hero__content{max-width:560px;display:flex;flex-direction:column;gap:32px}.hero__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(48px,6vw,84px);line-height:1.05;color:#fff;letter-spacing:-.02em}.hero__cta{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#1a1a1a;background-color:#fff;border:2px solid #ffffff;border-radius:100px;padding:14px 28px;width:fit-content;transition:background-color .2s ease,color .2s ease}.hero__cta:hover{background-color:transparent;color:#fff}.hero__cta-arrow{font-size:16px;transition:transform .2s ease}.hero__cta:hover .hero__cta-arrow{transform:translate(4px)}@media(max-width:768px){.hero{border-radius:0 0 0 36px;min-height:520px}.hero__container{padding:0 24px}.hero__title{font-size:clamp(36px,8vw,56px)}.hero__content{gap:24px}}@media(max-width:480px){.hero__container{padding:0 20px}}.prestations{width:100%;padding:160px 32px 80px;max-width:1344px;margin:0 auto;box-sizing:border-box}.prestations__header{text-align:center;margin-bottom:128px}.prestations__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(40px,5vw,72px);line-height:1.08;letter-spacing:-.025em;color:#1a1a1a}.prestations__events{margin-bottom:128px}.prestations__tags{display:flex;flex-wrap:wrap;gap:10px;border:1.5px solid #d0d0d0;border-radius:14px;padding:14px 18px;justify-content:center;width:fit-content;margin:0 auto}.prestations__tag{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a;background-color:transparent;border-radius:100px;padding:8px 18px;cursor:default;transition:background-color .2s ease,color .2s ease}.prestations__tag--active{background-color:#1a1a1a;color:#fff}.prestations__concepts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.concept-card-wrapper{position:relative;padding-top:90px}.concept-card__img{position:absolute;top:0;left:50%;transform:translate(-50%);width:180px;height:180px;object-fit:cover;border-radius:50%;z-index:1;pointer-events:none}.concept-card{border:1.5px solid #e8e8e8;border-radius:20px;background:#fff;padding:100px 20px 20px;box-sizing:border-box;transition:box-shadow .25s ease}.concept-card:hover{box-shadow:0 4px 24px #00000014}.concept-card__header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.concept-card__name{font-family:Inter,sans-serif;font-weight:600;font-size:18px;color:#1a1a1a;letter-spacing:-.01em}.concept-card__toggle{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.concept-card__arrow{font-size:18px;color:#1a1a1a}.concept-card__body{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:16px}.concept-card__desc{width:100%;text-align:left;display:flex;flex-direction:column;gap:10px}.concept-card__desc p{font-family:Inter,sans-serif;font-size:13.5px;line-height:1.65;color:#444}.concept-card__cta{display:inline-block;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#1a1a1a;border:1.5px solid #1a1a1a;border-radius:100px;padding:10px 28px;transition:background-color .2s ease,color .2s ease;align-self:center;text-decoration:none}.concept-card__cta:hover{background-color:#1a1a1a;color:#fff}.concept-card-wrapper:nth-child(2) .concept-card__cta{background-color:#1a1a1a;color:#fff}.concept-card-wrapper:nth-child(2) .concept-card__cta:hover{background-color:#333}@media(max-width:900px){.prestations{padding:72px 24px}.prestations__header,.prestations__events{margin-bottom:64px}.prestations__concepts{grid-template-columns:1fr;max-width:480px;margin:0 auto}.prestations__tags{justify-content:center}}@media(max-width:480px){.prestations{padding:60px 20px}.prestations__header,.prestations__events{margin-bottom:40px}.prestations__title{font-size:clamp(34px,8vw,52px)}}.split-section{width:100%;max-width:1344px;margin:0 auto;padding:160px 32px;box-sizing:border-box}.split-section__inner{display:flex;align-items:stretch;gap:0}.split-section__left{flex:0 0 38%;display:flex;align-items:center;padding-right:56px}.split-section__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(32px,3.5vw,48px);line-height:1.1;letter-spacing:-.02em;color:#1a1a1a}.split-section__divider{width:1px;background-color:#d8d8d8;flex-shrink:0;align-self:stretch}.split-section__right{flex:1;display:flex;flex-direction:column;justify-content:center;gap:14px;padding-left:56px}.split-section__para{font-family:Inter,sans-serif;font-size:14px;line-height:1.75;color:#3a3a3a}@media(max-width:768px){.split-section{padding:60px 24px}.split-section__inner{flex-direction:column;gap:28px}.split-section__left{flex:none;padding-right:0}.split-section__divider{width:40px;height:1px;align-self:auto}.split-section__right{padding-left:0}}@media(max-width:480px){.split-section{padding:48px 20px}}.slider-section{width:100%;max-width:1344px;margin:0 auto;padding:0 32px 160px;box-sizing:border-box}.slider{position:relative;width:100%;height:clamp(380px,52vh,580px);border-radius:24px;overflow:hidden;background:#e8e8e8}.slider__slide{position:absolute;inset:0}.slider__img{width:100%;height:100%;object-fit:cover;display:block}.slider__overlay{position:absolute;bottom:24px;left:24px;padding:24px 32px;border-radius:16px;background:#a0a0a047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.3);max-width:520px;z-index:2}.slider__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(17px,2vw,23px);color:#fff;letter-spacing:-.01em;line-height:1.2;margin-bottom:16px}.slider__tags{display:flex;flex-wrap:wrap;gap:8px}.slider__tag{font-family:Inter,sans-serif;font-size:12.5px;font-weight:500;color:#fff;border:1px solid rgba(255,255,255,.6);border-radius:100px;padding:5px 14px;letter-spacing:.01em}.slider__nav{position:absolute;bottom:24px;right:24px;display:flex;gap:8px;z-index:2}.slider__btn{width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:background-color .2s ease,transform .15s ease;flex-shrink:0}.slider__btn:hover{background:#fff;transform:scale(1.08)}.slider__btn:active{transform:scale(.95)}@media(max-width:768px){.slider-section{padding:0 24px 60px}.slider{height:clamp(300px,48vw,420px);border-radius:18px}.slider__overlay{bottom:16px;left:16px;right:80px;padding:16px 18px}.slider__nav{bottom:16px;right:16px}}@media(max-width:480px){.slider-section{padding:0 20px 48px}.slider{height:260px}.slider__title{font-size:15px;margin-bottom:10px}}.steps-section{width:100%;max-width:1344px;margin:0 auto;padding:80px 32px 100px;box-sizing:border-box}.steps-section__header{text-align:center;margin-bottom:64px}.steps-section__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(36px,4.5vw,56px);line-height:1.08;letter-spacing:-.025em;color:#1a1a1a}.steps-section__inner{max-width:580px;margin:0 auto}.steps-body{position:relative}.steps-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:0}.steps-section__steps{position:relative;z-index:1;padding:0 32px;display:flex;flex-direction:column;gap:48px}.steps-section__step{border-radius:16px;padding:24px 26px;background:#f8f8f8}.steps-section__step-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.steps-section__badge{width:28px;height:28px;border-radius:50%;background:#2a2a2a;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.steps-section__step-title{font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#1a1a1a}.steps-section__step-desc{font-family:Inter,sans-serif;font-size:13.5px;line-height:1.65;color:#555;white-space:pre-line}.steps-section__cta{display:inline-flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#fff;background:#1a1a1a;border-radius:100px;padding:13px 28px;text-decoration:none;width:fit-content;margin:0 auto;transition:background-color .2s ease}.steps-section__cta:hover{background-color:#333}.steps-section__cta-arrow{font-size:15px;transition:transform .2s ease}.steps-section__cta:hover .steps-section__cta-arrow{transform:translate(4px)}@media(max-width:768px){.steps-section{padding:60px 24px 80px}.steps-section__inner{max-width:100%}.steps-section__steps{padding:0 20px;gap:36px}}@media(max-width:480px){.steps-section{padding:48px 20px 64px}.steps-section__title{font-size:clamp(30px,7vw,42px)}.steps-section__steps{padding:0 12px;gap:28px}}.image-banner{width:100%;overflow:hidden}.image-banner__img{width:100%;max-height:500px;object-fit:cover;display:block}.faq-section{width:100%;background:#efefef;padding:160px 32px;box-sizing:border-box}.faq-section__inner{max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;gap:80px}.faq-section__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(56px,6vw,88px);line-height:1;letter-spacing:-.03em;color:#1a1a1a;flex-shrink:0;width:260px;position:sticky;top:120px}.faq-section__list{flex:1;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border-radius:16px;overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;background:none;border:none;cursor:pointer;text-align:left}.faq-item__question{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#1a1a1a;line-height:1.4}.faq-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;font-size:22px;font-weight:300;line-height:1;color:#1a1a1a;transform-origin:center center}.faq-item__collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1),opacity .24s cubic-bezier(.4,0,.2,1)}.faq-item__collapse--open{grid-template-rows:1fr;opacity:1}.faq-item__body{overflow:hidden;display:none;padding:0 24px 22px}.faq-item__collapse--open .faq-item__body{display:grid}.faq-item__answer{font-family:Inter,sans-serif;font-size:14px;line-height:1.75;color:#555}@media(max-width:900px){.faq-section__inner{flex-direction:column;gap:40px}.faq-section__title{width:auto;position:static}}@media(max-width:768px){.faq-section{padding:60px 24px 80px}}@media(max-width:480px){.faq-section{padding:48px 20px 64px}.faq-section__title{font-size:clamp(44px,12vw,64px)}}.newsletter{width:100%;background:#fff;padding:120px 32px 240px;box-sizing:border-box;text-align:center}.newsletter__inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.newsletter__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(24px,3vw,34px);letter-spacing:-.02em;color:#1a1a1a}.newsletter__subtitle{font-family:Inter,sans-serif;font-size:15px;line-height:1.6;color:#888;max-width:480px}.newsletter__form{display:flex;align-items:center;gap:10px;margin-top:12px;width:100%;max-width:440px}.newsletter__input-wrap{flex:1;display:flex;align-items:center;gap:10px;border:1.5px solid #e0e0e0;border-radius:12px;padding:10px 20px;background:#fff;transition:border-color .2s ease}.newsletter__input-wrap:focus-within{border-color:#1a1a1a}.newsletter__icon{width:16px;height:16px;color:#aaa;flex-shrink:0}.newsletter__input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:14px;color:#1a1a1a;background:transparent;min-width:0}.newsletter__input::placeholder{color:#aaa}.newsletter__btn{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#fff;background:#1a1a1a;border:none;border-radius:12px;padding:12px 24px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.newsletter__btn:hover{background-color:#333}.newsletter__btn:disabled{opacity:.65;cursor:not-allowed}.newsletter__success{font-family:Inter,sans-serif;font-size:15px;color:#2a7a4b;background:#edfaf3;border:1px solid #b2dfc5;border-radius:10px;padding:14px 20px;margin-top:12px;line-height:1.5;text-align:center;max-width:440px;width:100%}.newsletter__error{font-family:Inter,sans-serif;font-size:13px;color:#d64242;margin-top:8px}.footer-wrapper{width:100%;background-color:#2a2a2a;position:relative;padding-top:160px}.cta-card-section{padding:80px 32px;box-sizing:border-box}.cta-card{max-width:1100px;margin:0 auto;border:1.5px solid rgba(255,255,255,.15);border-radius:24px;padding:64px 80px;box-sizing:border-box}.cta-card__content{max-width:1100px;margin:0 auto;border:1.5px solid rgba(255,255,255,.15);border-radius:16px;padding:48px 80px;box-sizing:border-box;position:absolute;width:80%;top:-160px;background:#2a2a2a;left:50%;transform:translate(-50%)}.cta-card__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(24px,2.8vw,36px);line-height:1.2;letter-spacing:-.02em;color:#fff}.cta-card__subtitle{font-family:Inter,sans-serif;font-size:14px;color:#ffffff80}.cta-card__btn{display:inline-block;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#fff;border:1.5px solid rgba(255,255,255,.7);border-radius:100px;padding:11px 28px;margin-top:8px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.cta-card__btn:hover{background-color:#ffffff1f;border-color:#fff}.footer{width:100%;padding:64px 32px 40px;box-sizing:border-box}.footer__top{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:200px 1fr 1fr 160px;gap:48px;align-items:start;padding-bottom:56px}.footer__brand a{display:inline-flex}.footer__logo{height:56px;width:auto;filter:brightness(0) invert(1)}.footer__contact-label{font-family:Inter,sans-serif;font-size:13px;color:#ffffff73}.footer__contact-value{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#ffffffd9;transition:color .2s ease}.footer__contact-value:hover{color:#fff}.footer__social-label{font-family:Inter,sans-serif;font-size:13px;color:#ffffff73;margin-bottom:14px}.footer__social-icons{display:flex;align-items:center;gap:10px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#fffc;transition:border-color .2s ease,color .2s ease}.footer__social-link:hover{border-color:#fff9;color:#fff}.footer__social-link img,.footer__social-link svg{width:16px;height:16px;filter:brightness(0) invert(1);opacity:.8}.footer__social-link svg{filter:none}.footer__social-link:hover img,.footer__social-link:hover svg{opacity:1}.footer__nav{display:flex;flex-direction:column;gap:10px}.footer__nav-link{font-family:Inter,sans-serif;font-size:14px;color:#ffffffb3;transition:color .2s ease}.footer__nav-link:hover{color:#fff}.footer__bottom{max-width:1280px;margin:0 auto;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.footer__legal-link{font-family:Inter,sans-serif;font-size:12px;color:#ffffff59;transition:color .2s ease}.footer__legal-link:hover{color:#ffffffa6}@media(max-width:1024px){.footer__top{grid-template-columns:1fr 1fr;gap:40px}.footer__brand{grid-column:1 / -1}}@media(max-width:768px){.newsletter{padding:80px 24px 180px}.cta-card-section{padding:60px 24px}.cta-card{padding:48px 40px}.cta-card__content{padding:40px 32px;width:calc(100% - 48px);top:-140px;border-radius:12px}.footer-wrapper{padding-top:140px}.footer{padding:48px 24px 32px}.footer__top{grid-template-columns:1fr;gap:32px}.footer__bottom{gap:20px}}@media(max-width:480px){.newsletter{padding:64px 20px 140px}.newsletter__form{flex-direction:column;align-items:stretch}.newsletter__btn{width:100%;padding:13px 24px}.cta-card__content{padding:32px 24px;width:calc(100% - 40px);top:-100px;border-radius:12px}.footer-wrapper{padding-top:100px}.cta-card-section{padding:48px 20px}.cta-card{padding:40px 28px}.footer{padding:40px 20px 28px}.footer__bottom{gap:16px}}.contact-section{width:100%;padding:160px 32px 120px;box-sizing:border-box}.contact-section__inner{max-width:1280px;margin:0 auto}.contact-section__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(52px,7vw,96px);line-height:1;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:64px}.contact-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-slider{position:relative;width:100%;height:clamp(420px,56vh,620px);border-radius:24px;overflow:hidden;background:#e8e8e8}.contact-slider__slide{position:absolute;inset:0}.contact-slider__img{width:100%;height:100%;object-fit:cover;display:block}.contact-slider__overlay{position:absolute;bottom:24px;left:24px;width:75%;padding:24px 28px;border-radius:16px;background:#a0a0a047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.3);z-index:2}.contact-slider__quote{font-family:Inter,sans-serif;font-size:clamp(12px,1.3vw,14px);font-weight:400;font-style:italic;color:#fff;line-height:1.6;margin-bottom:14px}.contact-slider__author{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#fff;line-height:1.3}.contact-slider__role{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#fffc;margin-top:2px}.contact-slider__nav{position:absolute;bottom:24px;right:24px;display:flex;gap:8px;z-index:2}.contact-slider__btn{width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:background-color .2s ease,transform .15s ease;flex-shrink:0}.contact-slider__btn:hover{background:#fff;transform:scale(1.08)}.contact-slider__btn:active{transform:scale(.95)}.contact-form-wrap{padding:8px 0}.contact-form__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(20px,2.2vw,26px);color:#1a1a1a;letter-spacing:-.02em;line-height:1.2;margin-bottom:10px}.contact-form__subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#666;line-height:1.6;margin-bottom:28px}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form__field{display:flex;flex-direction:column;gap:6px}.contact-form__field--full{width:100%}.contact-form__label{font-family:Inter,sans-serif;font-size:12.5px;font-weight:500;color:#1a1a1a;letter-spacing:.01em}.contact-form__input{font-family:Inter,sans-serif;font-size:14px;color:#1a1a1a;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;padding:11px 14px;outline:none;transition:border-color .2s ease;width:100%;appearance:none;-webkit-appearance:none}.contact-form__input::placeholder{color:#aaa}.contact-form__input:focus{border-color:#1a1a1a}.contact-form__select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.contact-form__textarea{resize:vertical;min-height:100px}.contact-form__submit{width:100%;padding:15px;background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,transform .15s ease;margin-top:4px;letter-spacing:.01em}.contact-form__submit:hover{background:#333}.contact-form__submit:active{transform:scale(.99)}.contact-form__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-form__error{font-family:Inter,sans-serif;font-size:13px;color:#d64242;background:#fff0f0;border:1px solid #f5c6c6;border-radius:8px;padding:10px 14px;line-height:1.5}.contact-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:16px;height:100%}.contact-success__icon{font-size:56px;line-height:1}.contact-success__title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(22px,2.5vw,30px);color:#1a1a1a;letter-spacing:-.02em}.contact-success__text{font-family:Inter,sans-serif;font-size:15px;color:#555;line-height:1.7}@media(max-width:1024px){.contact-section__grid{gap:32px}}@media(max-width:900px){.contact-section{padding:120px 32px 80px}.contact-section__grid{grid-template-columns:1fr;gap:40px}.contact-slider{height:clamp(300px,48vw,460px)}}@media(max-width:768px){.contact-section{padding:100px 24px 64px}.contact-section__title{margin-bottom:40px}.contact-form__row{grid-template-columns:1fr}}@media(max-width:480px){.contact-section{padding:88px 20px 48px}.contact-section__title{font-size:clamp(40px,12vw,64px);margin-bottom:32px}.contact-slider{height:280px;border-radius:18px}.contact-slider__overlay{right:70px;padding:16px 18px}}
