:root{--c3-red: #ff2428;--c3-black: #000000;--c3-white: #ffffff;--c3-gray: #a7a7a7;--c3-header-height: 88px;--c3-active-height: 106px;--c3-font: Arial,Helvetica,sans-serif;}*{box-sizing: border-box;}body{margin: 0;font-family: var(--c3-font);color: var(--c3-black);background: var(--c3-white);}.c3-page{min-height: 100vh;}.c3-header{position: relative;z-index: 50;width: 100%;min-height: var(--c3-header-height);display: grid;grid-template-columns: 390px 1fr;align-items: center;background: var(--c3-white);box-shadow:
 0 8px 20px rgba(0,0,0,0.08),0 20px 50px rgba(0,0,0,0.10);}.c3-header__logo{height: var(--c3-header-height);display: flex;align-items: center;padding-left: 44px;text-decoration: none;}.c3-header__logo img{display: block;width: 255px;max-width: 82%;height: auto;}.c3-header__nav{height: var(--c3-header-height);display: flex;align-items: center;justify-content: space-between;}.c3-header__link{height: var(--c3-header-height);min-width: 132px;padding: 0 28px;display: flex;align-items: center;justify-content: center;color: var(--c3-black);text-decoration: none;font-size: 12px;font-weight: 700;line-height: 1;white-space: nowrap;cursor: pointer;transition: background-color 180ms ease,color 180ms ease,transform 180ms ease;}.c3-header__link:hover{color: var(--c3-red);}.c3-header__link.is-active{position: relative;height: var(--c3-header-height);margin: 0;color: var(--c3-white);overflow: visible;isolation: isolate;}.c3-header__link.is-active::before{content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;height: var(--c3-header-height);background: linear-gradient(180deg,#ff2b2f 0%,var(--c3-red) 56%,#e2161b 100%);box-shadow:
 0 16px 26px rgba(0,0,0,0.24),inset 0 1px 0 rgba(255,255,255,0.24);pointer-events: none;}.c3-header__link.is-active::after{content: "";position: absolute;z-index: -1;left: 0;right: 0;bottom: -8px;height: 8px;background: #b90f13;transform: skewX(18deg);transform-origin: top right;box-shadow: 0 8px 14px rgba(0,0,0,0.22);pointer-events: none;}.c3-header__link.is-active:hover{color: var(--c3-white);}.c3-header__toggle{display: none;width: 48px;height: 48px;margin-right: 20px;border: 0;background: transparent;cursor: pointer;}.c3-header__toggle span{display: block;width: 28px;height: 3px;margin: 6px auto;background: var(--c3-black);}.c3-main{min-height: calc(100vh - var(--c3-header-height));padding: 48px;}.c3-page-title{margin: 0;font-size: 32px;font-weight: 700;}@media (max-width: 1280px){.c3-header{grid-template-columns: 310px 1fr;}.c3-header__logo{padding-left: 28px;}.c3-header__logo img{width: 225px;}.c3-header__link{min-width: auto;padding: 0 18px;font-size: 15px;}}@media (max-width: 980px){:root{--c3-header-height: 88px;--c3-active-height: 88px;}.c3-header{grid-template-columns: 1fr auto;}.c3-header__logo{height: var(--c3-header-height);padding-left: 22px;}.c3-header__logo img{width: 220px;}.c3-header__toggle{display: block;}.c3-header__nav{position: absolute;top: var(--c3-header-height);left: 0;right: 0;height: auto;display: none;flex-direction: column;align-items: stretch;background: var(--c3-white);border-top: 1px solid rgba(0,0,0,0.08);box-shadow: 0 18px 40px rgba(0,0,0,0.14);}.c3-header.is-open .c3-header__nav{display: flex;}.c3-header__link{width: 100%;height: 64px;justify-content: flex-start;padding: 0 24px;font-size: 15px;border-bottom: 1px solid rgba(0,0,0,0.06);}.c3-header__link.is-active{height: 64px;margin: 0;background: var(--c3-red);color: var(--c3-white);box-shadow: none;transform: none;}.c3-header__link.is-active::before,.c3-header__link.is-active::after{display: none;}.c3-main{padding: 32px 22px;}}@media (max-width: 520px){.c3-header__logo img{width: 178px;}}.c3-nav-group{position: relative;height: var(--c3-header-height);display: flex;align-items: center;}.c3-nav-group > .c3-header__link{height: var(--c3-header-height);}.c3-dropdown-arrow{display: inline-block;flex: 0 0 auto;margin-left: 9px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 6px solid currentColor;transform: translateY(1px);}.c3-dropdown{position: absolute;top: var(--c3-header-height);left: 0;right: auto;width: 100%;min-width: 100%;max-width: none;box-sizing: border-box;background: #8f8f8d;border-top: 6px solid var(--c3-red);border-bottom: 6px solid var(--c3-red);box-shadow: 0 22px 40px rgba(0,0,0,0.30);opacity: 0;visibility: hidden;pointer-events: none;transform: translateY(10px);transition: opacity 160ms ease,transform 160ms ease,visibility 160ms ease;z-index: 200;}.c3-nav-group:hover .c3-dropdown,.c3-nav-group:focus-within .c3-dropdown{opacity: 1;visibility: visible;pointer-events: auto;transform: translateY(0);}.c3-dropdown a{display: block;padding: 10px 12px;color: var(--c3-white);text-decoration: none;font-size: 12px;font-weight: 700;line-height: 1.25;border-bottom: 2px dotted rgba(0,0,0,0.55);}.c3-dropdown a:last-child{border-bottom: 0;}.c3-dropdown a:hover{background: rgba(0,0,0,0.08);}@media (max-width: 1280px){.c3-dropdown{width: 100%;min-width: 100%;}.c3-dropdown a{padding: 10px 12px;font-size: 12px;}}@media (max-width: 980px){.c3-nav-group{height: auto;display: block;}.c3-nav-group > .c3-header__link{height: 64px;}.c3-dropdown{position: static;width: 100%;display: none;opacity: 1;visibility: visible;pointer-events: auto;transform: none;box-shadow: none;border-top: 0;border-bottom: 0;}.c3-nav-group:hover .c3-dropdown,.c3-nav-group:focus-within .c3-dropdown{display: block;}.c3-dropdown a{padding: 18px 34px;font-size: 17px;border-bottom: 1px dotted rgba(0,0,0,0.45);}}.c3-footer{background: #bfbfbf;color: #22222c;padding: 72px 48px 46px;border-top: 1px solid rgba(0,0,0,0.08);}.c3-footer__inner{width: min(1680px,100%);margin: 0 auto;display: grid;grid-template-columns: minmax(380px,520px) minmax(560px,760px);column-gap: clamp(180px,14vw,320px);row-gap: 56px;align-items: center;justify-content: center;}.c3-footer__company{max-width: 520px;justify-self: start;}.c3-footer__brand{display: inline-flex;align-items: center;margin-bottom: 34px;text-decoration: none;}.c3-footer__brand img{width: 210px;height: auto;display: block;filter: drop-shadow(0 12px 22px rgba(0,0,0,0.14));}.c3-footer__legal{display: grid;gap: 9px;padding-left: 2px;}.c3-footer__legal p{margin: 0;color: rgba(34,34,44,0.82);font-size: 14px;line-height: 1.48;font-weight: 700;letter-spacing: -0.01em;}.c3-footer__legal strong{color: #1f1f28;font-weight: 900;}.c3-footer__socials{display: flex;gap: 14px;margin-top: 30px;}.c3-footer__socials a{width: 42px;height: 42px;display: inline-flex;align-items: center;justify-content: center;border-radius: 999px;background: var(--c3-red);color: #ffffff;text-decoration: none;font-size: 15px;font-weight: 900;letter-spacing: -0.02em;box-shadow: 0 12px 24px rgba(255,36,40,0.24);transition: transform 160ms ease,box-shadow 160ms ease,background-color 160ms ease;}.c3-footer__socials a:hover{transform: translateY(-2px);background: #e2161b;box-shadow: 0 16px 30px rgba(255,36,40,0.32);}.c3-footer__faq{width: min(620px,100%);justify-self: end;display: grid;gap: 0;background: rgba(255,255,255,0.17);border: 1px solid rgba(255,255,255,0.32);border-radius: 22px;overflow: hidden;box-shadow: 0 24px 54px rgba(0,0,0,0.12);backdrop-filter: blur(2px);}.c3-footer__faq a{display: flex;align-items: center;gap: 16px;min-height: 64px;padding: 0 30px;color: rgba(31,31,40,0.78);text-decoration: none;font-size: 19px;font-weight: 900;line-height: 1.15;letter-spacing: -0.02em;border-bottom: 1px dotted rgba(31,31,40,0.24);transition: color 160ms ease,background-color 160ms ease,padding-left 160ms ease;}.c3-footer__faq a:last-child{border-bottom: 0;}.c3-footer__faq a span{flex: 0 0 34px;color: var(--c3-red);font-size: 32px;font-weight: 900;line-height: 1;text-align: center;}.c3-footer__faq a:hover{color: #1f1f28;background: rgba(255,255,255,0.23);padding-left: 36px;}@media (max-width: 980px){.c3-footer{padding: 48px 22px 32px;}.c3-footer__inner{grid-template-columns: 1fr;gap: 36px;align-items: start;}.c3-footer__company,.c3-footer__faq{justify-self: stretch;width: 100%;max-width: none;}.c3-footer__brand{margin-bottom: 24px;}.c3-footer__brand img{width: 170px;}.c3-footer__faq a{min-height: 56px;padding: 0 20px;font-size: 17px;}.c3-footer__faq a span{flex-basis: 28px;font-size: 28px;}.c3-footer__faq a:hover{padding-left: 24px;}}@media (max-width: 520px){.c3-footer__legal p{font-size: 13px;}.c3-footer__faq a{font-size: 15px;gap: 10px;}}.c3-home-main{padding: 0;overflow: hidden;background:
 radial-gradient(circle at 8% 0%,rgba(255,36,40,0.10),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f5f5f5 48%,#ffffff 100%);}.home-hero,.home-section,.home-proof,.home-final-cta{width: min(1440px,calc(100% - 44px));margin-left: auto;margin-right: auto;}.home-hero{min-height: calc(100vh - 90px);display: grid;grid-template-columns: minmax(0,1.02fr) minmax(420px,0.82fr);gap: 70px;align-items: center;padding: 118px 0 86px;}.home-eyebrow{margin: 0 0 18px;color: var(--c3-red);font-size: 13px;font-weight: 900;line-height: 1.1;letter-spacing: 0.14em;text-transform: uppercase;}.home-hero h1,.home-section h2,.home-final-cta h2{margin: 0;color: #111116;font-weight: 900;letter-spacing: -0.055em;}.home-hero h1{max-width: 760px;font-size: clamp(44px,5.4vw,78px);line-height: 0.94;}.home-hero__lead{max-width: 650px;margin: 28px 0 0;color: rgba(17,17,22,0.70);font-size: clamp(18px,1.55vw,23px);font-weight: 700;line-height: 1.45;letter-spacing: -0.025em;}.home-hero__actions,.home-final-cta{display: flex;align-items: center;gap: 16px;}.home-hero__actions{margin-top: 38px;flex-wrap: wrap;}.home-hero__summary{max-width: 700px;margin-top: 34px;display: grid;gap: 12px;}.home-hero__summary span{position: relative;display: block;padding: 15px 18px 15px 48px;border-radius: 18px;background: rgba(255,255,255,0.72);border: 1px solid rgba(17,17,22,0.08);color: #17171d;font-size: 15px;font-weight: 850;line-height: 1.35;box-shadow: 0 16px 34px rgba(0,0,0,0.06);}.home-hero__summary span::before{content: "";position: absolute;left: 18px;top: 50%;width: 12px;height: 12px;border-radius: 999px;background: var(--c3-red);transform: translateY(-50%);box-shadow: 0 0 0 6px rgba(255,36,40,0.10);}.home-btn{min-height: 54px;display: inline-flex;align-items: center;justify-content: center;padding: 0 28px;border-radius: 999px;text-decoration: none;font-size: 13px;font-weight: 900;letter-spacing: 0.08em;text-transform: uppercase;transition: transform 180ms ease,box-shadow 180ms ease,background-color 180ms ease,color 180ms ease;}.home-btn:hover{transform: translateY(-2px);}.home-btn--primary{background: linear-gradient(180deg,#ff383c 0%,var(--c3-red) 58%,#d91216 100%);color: #ffffff;box-shadow: 0 18px 36px rgba(255,36,40,0.30);}.home-btn--primary:hover{box-shadow: 0 22px 44px rgba(255,36,40,0.38);}.home-btn--secondary{background: #ffffff;color: #17171d;border: 1px solid rgba(17,17,22,0.14);box-shadow: 0 14px 34px rgba(0,0,0,0.08);}.home-hero__certifications{position: relative;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 18px;padding: 26px;border-radius: 36px;background:
 linear-gradient(145deg,rgba(255,255,255,0.92),rgba(255,255,255,0.62)),radial-gradient(circle at 85% 10%,rgba(255,36,40,0.18),transparent 34%);border: 1px solid rgba(17,17,22,0.08);box-shadow: 0 34px 90px rgba(0,0,0,0.13);overflow: hidden;}.home-hero__certifications::before{content: "";position: absolute;inset: 0 auto 0 0;width: 8px;background: linear-gradient(180deg,#ff383c 0%,var(--c3-red) 100%);}.home-certification-hero-card{position: relative;min-height: 230px;display: flex;flex-direction: column;justify-content: space-between;gap: 18px;padding: 24px;border-radius: 26px;background: #ffffff;border: 1px solid rgba(17,17,22,0.08);box-shadow: 0 18px 44px rgba(0,0,0,0.08);}.home-certification-hero-card--wide{grid-column: 1 / -1;min-height: 250px;}.home-certification-hero-card img{width: 100%;height: 130px;object-fit: contain;object-position: center;display: block;}.home-certification-hero-card--wide img{height: 150px;}.home-certification-hero-card p{margin: 0;padding: 12px 14px;border-radius: 16px;background: linear-gradient(180deg,#ff383c 0%,var(--c3-red) 100%);color: #ffffff;font-size: 12px;font-weight: 950;line-height: 1.25;text-align: center;text-transform: uppercase;letter-spacing: 0.055em;box-shadow: 0 12px 26px rgba(255,36,40,0.22);}.home-proof{display: grid;grid-template-columns: repeat(4,1fr);gap: 14px;margin-bottom: 98px;}.home-proof article{min-height: 150px;padding: 28px 24px;border-radius: 26px;background: #ffffff;border: 1px solid rgba(0,0,0,0.06);box-shadow: 0 20px 48px rgba(0,0,0,0.08);}.home-proof strong{display: block;color: var(--c3-red);font-size: clamp(34px,3.4vw,54px);font-weight: 900;line-height: 0.95;letter-spacing: -0.06em;}.home-proof span{display: block;margin-top: 16px;color: rgba(17,17,22,0.70);font-size: 15px;font-weight: 800;line-height: 1.28;}.home-section{padding: 96px 0;}.home-section__heading{max-width: 760px;margin-bottom: 42px;}.home-section__heading--center{margin-left: auto;margin-right: auto;text-align: center;}.home-section h2,.home-final-cta h2{font-size: clamp(36px,4vw,58px);line-height: 0.98;}.home-section__heading p:not(.home-eyebrow),.home-final-cta p:not(.home-eyebrow),.home-trust__content p:not(.home-eyebrow){margin: 20px 0 0;color: rgba(17,17,22,0.66);font-size: 18px;font-weight: 700;line-height: 1.55;letter-spacing: -0.02em;}.home-card-grid{display: grid;grid-template-columns: repeat(4,1fr);gap: 18px;}.home-training-card{min-height: 360px;display: flex;flex-direction: column;padding: 30px;border-radius: 30px;background: #ffffff;color: #121217;text-decoration: none;border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 24px 58px rgba(0,0,0,0.08);transition: transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease;}.home-training-card:hover{transform: translateY(-7px);border-color: rgba(255,36,40,0.42);box-shadow: 0 32px 70px rgba(0,0,0,0.13);}.home-training-card__icon{width: 52px;height: 52px;display: inline-flex;align-items: center;justify-content: center;border-radius: 18px;background: rgba(255,36,40,0.11);color: var(--c3-red);font-size: 14px;font-weight: 900;}.home-training-card h3,.home-methods h3{margin: 28px 0 0;color: #111116;font-size: 24px;font-weight: 900;line-height: 1.05;letter-spacing: -0.04em;}.home-training-card p,.home-methods p{margin: 18px 0 0;color: rgba(17,17,22,0.64);font-size: 15px;font-weight: 700;line-height: 1.55;}.home-training-card strong{margin-top: auto;color: var(--c3-red);font-size: 13px;font-weight: 900;letter-spacing: 0.10em;text-transform: uppercase;}.home-methods{width: 100%;max-width: none;padding: 110px max(22px,calc((100vw - 1440px) / 2));background: #111116;}.home-methods .home-eyebrow,.home-methods h2{color: #ffffff;}.home-methods .home-eyebrow{color: #ff4a4e;}.home-methods__grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 18px;width: min(1440px,100%);margin: 44px auto 0;}.home-methods article{min-height: 260px;padding: 34px;border-radius: 30px;background: rgba(255,255,255,0.08);border: 1px solid rgba(255,255,255,0.12);box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);}.home-methods article > span{display: inline-flex;width: 58px;height: 58px;align-items: center;justify-content: center;border-radius: 20px;background: rgba(255,36,40,0.16);font-size: 26px;}.home-methods h3{color: #ffffff;}.home-methods p{color: rgba(255,255,255,0.70);}.home-trust{display: grid;grid-template-columns: minmax(0,0.85fr) minmax(420px,1fr);gap: 64px;align-items: center;}.home-trust__content h2{margin: 0;color: #111116;font-size: clamp(36px,4vw,56px);line-height: 0.98;font-weight: 900;letter-spacing: -0.055em;}.home-trust__list{display: grid;gap: 14px;}.home-trust__list div{display: grid;grid-template-columns: 48px 1fr;gap: 18px;align-items: center;min-height: 86px;padding: 18px 22px;border-radius: 24px;background: #ffffff;box-shadow: 0 18px 42px rgba(0,0,0,0.07);border: 1px solid rgba(0,0,0,0.06);}.home-trust__list strong{width: 48px;height: 48px;display: inline-flex;align-items: center;justify-content: center;border-radius: 999px;background: rgba(255,36,40,0.10);color: var(--c3-red);font-size: 28px;line-height: 1;}.home-trust__list span{color: rgba(17,17,22,0.72);font-size: 17px;font-weight: 800;line-height: 1.38;letter-spacing: -0.02em;}.home-final-cta{justify-content: space-between;gap: 34px;margin-top: 22px;margin-bottom: 96px;padding: 44px;border-radius: 34px;background:
 linear-gradient(135deg,rgba(255,36,40,0.12),transparent 42%),#f1f1f1;border: 1px solid rgba(0,0,0,0.06);box-shadow: 0 24px 58px rgba(0,0,0,0.08);}.home-final-cta > div{max-width: 700px;}@media (max-width: 1440px){.home-hero,.home-trust{grid-template-columns: 1fr;}.home-hero__certifications{max-width: 980px;}.home-card-grid,.home-proof{grid-template-columns: repeat(2,1fr);}}@media (max-width: 820px){.home-hero,.home-section{padding-top: 68px;padding-bottom: 68px;}.home-hero__certifications,.home-methods__grid,.home-card-grid,.home-proof{grid-template-columns: 1fr;}.home-certification-hero-card,.home-certification-hero-card--wide{grid-column: auto;min-height: 210px;}.home-final-cta{flex-direction: column;align-items: flex-start;padding: 30px;}.home-btn{width: 100%;}}@media (max-width: 520px){.home-hero,.home-section,.home-proof,.home-final-cta{width: min(100% - 32px,1440px);}.home-hero h1{font-size: 42px;}.home-proof article,.home-training-card,.home-methods article{border-radius: 24px;}}.home-certifications,.home-reviews{width: min(1440px,calc(100% - 44px));margin-left: auto;margin-right: auto;}.home-certifications{padding-top: 74px;padding-bottom: 74px;}.home-certifications__grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 18px;}.home-certifications__grid article{min-height: 245px;padding: 34px;border-radius: 30px;background: linear-gradient(180deg,#ffffff 0%,#f6f6f6 100%);border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 24px 58px rgba(0,0,0,0.08);}.home-certifications__grid span{width: 54px;height: 54px;display: inline-flex;align-items: center;justify-content: center;border-radius: 18px;background: #111116;color: #ffffff;font-size: 14px;font-weight: 900;}.home-certifications__grid h3{margin: 28px 0 0;color: #111116;font-size: 28px;font-weight: 900;letter-spacing: -0.045em;}.home-certifications__grid p{margin: 14px 0 0;color: rgba(17,17,22,0.66);font-size: 16px;font-weight: 750;line-height: 1.52;}.home-reviews{display: grid;grid-template-columns: 340px minmax(0,1fr);gap: 34px;align-items: stretch;padding: 22px 0 96px;}.home-reviews__score{padding: 34px;border-radius: 34px;background: #111116;color: #ffffff;box-shadow: 0 28px 72px rgba(0,0,0,0.16);}.home-reviews__score .home-eyebrow{color: #ff4a4e;}.home-reviews__score strong{display: block;margin-top: 20px;font-size: clamp(58px,6vw,86px);font-weight: 900;line-height: 0.88;letter-spacing: -0.07em;}.home-reviews__score span{display: block;margin-top: 18px;color: rgba(255,255,255,0.72);font-size: 16px;font-weight: 850;text-transform: uppercase;letter-spacing: 0.08em;}.home-reviews__content{padding: 38px;border-radius: 34px;background: #ffffff;border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 24px 58px rgba(0,0,0,0.08);}.home-reviews__content h2{margin: 0;color: #111116;font-size: clamp(34px,3.6vw,54px);font-weight: 900;line-height: 0.98;letter-spacing: -0.055em;}.home-reviews__cards{display: grid;grid-template-columns: repeat(2,1fr);gap: 16px;margin-top: 34px;}.home-reviews__cards article{padding: 26px;border-radius: 24px;background: #f5f5f5;border: 1px solid rgba(0,0,0,0.06);}.home-reviews__cards p{margin: 0;color: rgba(17,17,22,0.78);font-size: 17px;font-weight: 800;line-height: 1.42;}.home-reviews__cards span{display: block;margin-top: 20px;color: var(--c3-red);font-size: 18px;letter-spacing: 0.10em;}@media (max-width: 960px){.home-certifications__grid,.home-reviews,.home-reviews__cards{grid-template-columns: 1fr;}}@media (max-width: 520px){.home-certifications,.home-reviews{width: min(100% - 32px,1440px);}.home-certifications__grid article,.home-reviews__score,.home-reviews__content{border-radius: 24px;padding: 26px;}}.home-certification-card{overflow: hidden;position: relative;}.home-certification-card::after{content: "";position: absolute;right: -42px;top: -42px;width: 128px;height: 128px;border-radius: 999px;background: rgba(255,36,40,0.08);}.home-certification-logo{width: 122px;height: 70px;display: inline-flex;align-items: center;justify-content: center;border-radius: 20px;color: #ffffff;font-size: 18px;font-weight: 950;letter-spacing: -0.04em;text-transform: uppercase;box-shadow: 0 18px 34px rgba(0,0,0,0.12);}.home-certification-logo--qualiopi{background: linear-gradient(135deg,#b30f1a,#ff2428);}.home-certification-logo--draaf{background: linear-gradient(135deg,#173a2b,#2f7d55);}.home-social-proof{padding-top: 52px;padding-bottom: 52px;}.home-logo-cloud{display: grid;grid-template-columns: repeat(4,1fr);gap: 14px;}.home-logo-cloud span{min-height: 74px;display: flex;align-items: center;justify-content: center;padding: 18px;border-radius: 22px;background: #ffffff;color: #15151b;font-size: 16px;font-weight: 900;text-align: center;border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 18px 44px rgba(0,0,0,0.07);}.home-review-carousel{position: relative;overflow: hidden;margin-top: 34px;border-radius: 28px;background: #f5f5f5;border: 1px solid rgba(0,0,0,0.06);}.home-review-track{display: flex;width: max-content;animation: c3ReviewCarousel 26s linear infinite;}.home-review-carousel:hover .home-review-track{animation-play-state: paused;}.home-review-card{width: min(520px,calc(100vw - 88px));min-height: 220px;display: flex;flex-direction: column;justify-content: center;padding: 34px;background: #f5f5f5;}.home-review-card span{color: var(--c3-red);font-size: 20px;letter-spacing: 0.12em;}.home-review-card p{margin: 22px 0 0;color: rgba(17,17,22,0.82);font-size: clamp(20px,2vw,28px);font-weight: 900;line-height: 1.22;letter-spacing: -0.04em;}.home-review-card strong{display: block;margin-top: 24px;color: rgba(17,17,22,0.58);font-size: 13px;font-weight: 900;letter-spacing: 0.10em;text-transform: uppercase;}@keyframes c3ReviewCarousel{0%{transform: translateX(0);}16%{transform: translateX(0);}20%{transform: translateX(-20%);}36%{transform: translateX(-20%);}40%{transform: translateX(-40%);}56%{transform: translateX(-40%);}60%{transform: translateX(-60%);}76%{transform: translateX(-60%);}80%{transform: translateX(-80%);}96%{transform: translateX(-80%);}100%{transform: translateX(0);}}@media (max-width: 960px){.home-logo-cloud{grid-template-columns: repeat(2,1fr);}}@media (max-width: 520px){.home-logo-cloud{grid-template-columns: 1fr;}.home-review-card{min-height: 240px;padding: 28px;}}.home-proof--focused{grid-template-columns: repeat(3,1fr);max-width: 1440px;margin-bottom: 76px;}.home-proof--focused article{min-height: 260px;}.home-certifications__grid article{min-height: 285px;}.home-official-emblem{width: 172px;height: 96px;position: relative;display: inline-flex;flex-direction: column;align-items: center;justify-content: center;gap: 6px;border-radius: 22px;overflow: hidden;color: #ffffff;box-shadow: 0 20px 42px rgba(0,0,0,0.14);}.home-official-emblem::before{content: "";position: absolute;inset: 0;background: linear-gradient(135deg,rgba(255,255,255,0.18),transparent 48%);pointer-events: none;}.home-official-emblem span,.home-official-emblem small{position: relative;z-index: 1;display: block;text-align: center;}.home-official-emblem span{font-size: 28px;font-weight: 950;line-height: 0.95;letter-spacing: -0.055em;text-transform: uppercase;}.home-official-emblem small{max-width: 120px;color: rgba(255,255,255,0.78);font-size: 10px;font-weight: 900;line-height: 1.15;letter-spacing: 0.08em;text-transform: uppercase;}.home-official-emblem--qualiopi{background: linear-gradient(135deg,#9f0e17,#ff2428 62%,#ff7376);}.home-official-emblem--republique{background:
 linear-gradient(90deg,#1d3f91 0 33%,#ffffff 33% 66%,#d71920 66% 100%);color: #111116;border: 1px solid rgba(0,0,0,0.08);}.home-official-emblem--republique small{color: rgba(17,17,22,0.72);}.home-reviews{padding-top: 64px;}.home-reviews__content h2{max-width: 720px;}.home-review-carousel{isolation: isolate;}.home-review-track{animation: c3ReviewCarouselClean 34s ease-in-out infinite;}.home-review-card{border-right: 1px solid rgba(0,0,0,0.06);}.home-review-card p{min-height: 102px;}.home-trust--compact{padding-top: 88px;padding-bottom: 88px;}@keyframes c3ReviewCarouselClean{0%,14%{transform: translateX(0);}20%,34%{transform: translateX(-20%);}40%,54%{transform: translateX(-40%);}60%,74%{transform: translateX(-60%);}80%,94%{transform: translateX(-80%);}100%{transform: translateX(0);}}.cat-hero{width: 100%;padding: 88px 48px 72px;background: #111116;position: relative;overflow: hidden;}.cat-hero::before{content: "";position: absolute;inset: 0;background:
 radial-gradient(ellipse 60% 80% at 80% 50%,rgba(255,36,40,0.13),transparent 60%),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(255,36,40,0.07),transparent 55%);pointer-events: none;}.cat-hero__inner{position: relative;z-index: 1;width: min(1440px,100%);margin: 0 auto;display: grid;grid-template-columns: 1fr auto;gap: 48px;align-items: center;}.cat-hero__label{display: inline-flex;align-items: center;gap: 10px;margin-bottom: 22px;padding: 7px 16px;border-radius: 999px;background: rgba(255,36,40,0.15);border: 1px solid rgba(255,36,40,0.28);color: #ff6a6d;font-size: 12px;font-weight: 900;letter-spacing: 0.10em;text-transform: uppercase;}.cat-hero__label span{width: 6px;height: 6px;border-radius: 999px;background: var(--c3-red);display: inline-block;}.cat-hero h1{margin: 0 0 18px;color: #ffffff;font-size: clamp(36px,4.5vw,64px);font-weight: 900;line-height: 0.96;letter-spacing: -0.055em;}.cat-hero__lead{margin: 0 0 36px;color: rgba(255,255,255,0.68);font-size: 18px;font-weight: 700;line-height: 1.52;max-width: 640px;}.cat-hero__cta{display: inline-flex;align-items: center;gap: 10px;padding: 16px 32px;border-radius: 12px;background: var(--c3-red);color: #ffffff;font-size: 15px;font-weight: 900;text-decoration: none;letter-spacing: -0.01em;box-shadow: 0 16px 36px rgba(255,36,40,0.35);transition: transform 160ms ease,box-shadow 160ms ease;}.cat-hero__cta:hover{transform: translateY(-2px);box-shadow: 0 22px 44px rgba(255,36,40,0.44);}.cat-hero__badge{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 160px;height: 160px;border-radius: 999px;background: rgba(255,36,40,0.12);border: 2px solid rgba(255,36,40,0.25);color: #ffffff;text-align: center;padding: 22px;flex-shrink: 0;}.cat-hero__badge strong{display: block;font-size: 44px;font-weight: 900;line-height: 0.9;letter-spacing: -0.06em;color: var(--c3-red);}.cat-hero__badge span{display: block;margin-top: 8px;font-size: 11px;font-weight: 900;letter-spacing: 0.06em;text-transform: uppercase;color: rgba(255,255,255,0.65);line-height: 1.3;}.cat-breadcrumb{width: min(1440px,calc(100% - 96px));margin: 0 auto;padding: 18px 0;display: flex;align-items: center;gap: 10px;font-size: 13px;font-weight: 700;color: rgba(17,17,22,0.48);border-bottom: 1px solid rgba(0,0,0,0.07);}.cat-breadcrumb a{color: rgba(17,17,22,0.48);text-decoration: none;transition: color 140ms;}.cat-breadcrumb a:hover{color: var(--c3-red);}.cat-breadcrumb__sep{color: rgba(17,17,22,0.28);font-size: 11px;}.cat-breadcrumb__current{color: #111116;}.cat-section{width: min(1440px,calc(100% - 96px));margin: 0 auto;padding-top: 72px;padding-bottom: 72px;}.cat-eyebrow{display: block;margin-bottom: 14px;font-size: 12px;font-weight: 900;letter-spacing: 0.12em;text-transform: uppercase;color: var(--c3-red);}.cat-section__title{margin: 0 0 14px;color: #111116;font-size: clamp(32px,3.8vw,52px);font-weight: 900;line-height: 0.97;letter-spacing: -0.055em;}.cat-section__sub{margin: 0;color: rgba(17,17,22,0.62);font-size: 18px;font-weight: 700;line-height: 1.5;max-width: 620px;}.cat-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 18px;margin-top: 48px;}.cat-card{display: flex;flex-direction: column;padding: 34px;border-radius: 28px;background: #ffffff;border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 18px 44px rgba(0,0,0,0.07);text-decoration: none;color: inherit;transition: transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease;position: relative;overflow: hidden;}.cat-card::after{content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;background: var(--c3-red);transform: scaleX(0);transform-origin: left;transition: transform 220ms ease;}.cat-card:hover{transform: translateY(-4px);box-shadow: 0 28px 64px rgba(0,0,0,0.12);border-color: rgba(255,36,40,0.18);}.cat-card:hover::after{transform: scaleX(1);}.cat-card__icon{width: 52px;height: 52px;border-radius: 16px;background: rgba(255,36,40,0.09);display: flex;align-items: center;justify-content: center;margin-bottom: 22px;font-size: 22px;flex-shrink: 0;}.cat-card h3{margin: 0 0 12px;color: #111116;font-size: 20px;font-weight: 900;line-height: 1.15;letter-spacing: -0.03em;}.cat-card p{margin: 0;color: rgba(17,17,22,0.62);font-size: 15px;font-weight: 700;line-height: 1.56;flex: 1;}.cat-card__link{display: inline-flex;align-items: center;gap: 6px;margin-top: 24px;color: var(--c3-red);font-size: 13px;font-weight: 900;letter-spacing: 0.05em;text-transform: uppercase;}.cat-stats{background: #111116;padding: 56px 48px;}.cat-stats__inner{width: min(1440px,100%);margin: 0 auto;display: grid;grid-template-columns: repeat(4,1fr);gap: 2px;}.cat-stats__item{padding: 28px 34px;text-align: center;border-right: 1px solid rgba(255,255,255,0.08);}.cat-stats__item:last-child{border-right: 0;}.cat-stats__val{display: block;font-size: clamp(38px,4vw,58px);font-weight: 900;line-height: 0.9;letter-spacing: -0.065em;color: #ffffff;}.cat-stats__val em{font-style: normal;color: var(--c3-red);}.cat-stats__lbl{display: block;margin-top: 12px;font-size: 13px;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase;color: rgba(255,255,255,0.50);line-height: 1.3;}.cat-intro{display: grid;grid-template-columns: minmax(0,1fr) minmax(360px,0.85fr);gap: 48px;align-items: stretch;}.cat-intro__main{padding: 48px;border-radius: 32px;background: linear-gradient(135deg,rgba(255,36,40,0.07),transparent 48%),#ffffff;border: 1px solid rgba(0,0,0,0.07);box-shadow: 0 22px 52px rgba(0,0,0,0.07);}.cat-intro__main h2{margin: 0 0 20px;color: #111116;font-size: clamp(28px,3vw,42px);font-weight: 900;line-height: 1.0;letter-spacing: -0.045em;}.cat-intro__main p{margin: 0 0 16px;color: rgba(17,17,22,0.70);font-size: 17px;font-weight: 700;line-height: 1.60;}.cat-intro__aside{display: flex;flex-direction: column;gap: 14px;}.cat-info-block{padding: 28px 30px;border-radius: 24px;background: #111116;color: #ffffff;}.cat-info-block__label{display: block;font-size: 11px;font-weight: 900;letter-spacing: 0.10em;text-transform: uppercase;color: rgba(255,255,255,0.48);margin-bottom: 8px;}.cat-info-block__value{display: block;font-size: 18px;font-weight: 900;color: #ffffff;line-height: 1.3;letter-spacing: -0.025em;}.cat-info-block--red{background: var(--c3-red);}.cat-info-block--red .cat-info-block__label{color: rgba(255,255,255,0.72);}.cat-points{margin-top: 52px;}.cat-points__title{margin: 0 0 28px;color: #111116;font-size: clamp(26px,2.8vw,38px);font-weight: 900;letter-spacing: -0.04em;}.cat-points__list{display: grid;grid-template-columns: repeat(2,1fr);gap: 14px;list-style: none;margin: 0;padding: 0;}.cat-points__list li{display: flex;align-items: flex-start;gap: 14px;padding: 20px 24px;border-radius: 20px;background: #f7f7f7;border: 1px solid rgba(0,0,0,0.05);font-size: 15px;font-weight: 800;color: rgba(17,17,22,0.82);line-height: 1.45;}.cat-points__list li::before{content: "✓";display: inline-flex;flex-shrink: 0;width: 28px;height: 28px;align-items: center;justify-content: center;border-radius: 999px;background: rgba(255,36,40,0.10);color: var(--c3-red);font-size: 14px;font-weight: 900;margin-top: 1px;}.cat-cta{position: relative;isolation: isolate;margin: 0;width: 100%;min-height: clamp(820px,100vh,1100px);display: grid;grid-template-columns: minmax(0,1fr) auto;gap: clamp(28px,5vw,96px);align-items: center;padding: clamp(120px,12vw,190px) max(44px,calc((100vw - 1440px) / 2));border-radius: 0;overflow: hidden;background:
 radial-gradient(circle at 14% 20%,rgba(255,36,40,0.26),transparent 28%),radial-gradient(circle at 88% 78%,rgba(255,255,255,0.10),transparent 30%),linear-gradient(135deg,#09090d 0%,#111116 52%,#1a0b0c 100%);box-shadow: none;}.cat-cta::before{content: "";position: absolute;inset: clamp(34px,4vw,70px);border: 1px solid rgba(255,255,255,0.12);border-radius: clamp(28px,4vw,58px);pointer-events: none;z-index: -1;}.cat-cta::after{content: "";position: absolute;right: max(32px,calc((100vw - 1440px) / 2));top: 50%;width: clamp(220px,28vw,470px);aspect-ratio: 1;transform: translateY(-50%);border-radius: 999px;background: rgba(255,36,40,0.12);filter: blur(12px);z-index: -2;}.cat-cta h2{max-width: 920px;margin: 0 0 24px;color: #ffffff;font-size: clamp(58px,7.4vw,128px);font-weight: 950;line-height: 0.92;letter-spacing: -0.075em;}.cat-cta p{max-width: 720px;margin: 0;color: rgba(255,255,255,0.68);font-size: clamp(18px,1.6vw,24px);font-weight: 750;line-height: 1.48;letter-spacing: -0.025em;}.cat-cta__btn{display: inline-flex;align-items: center;justify-content: center;min-width: 270px;min-height: 82px;gap: 10px;padding: 26px 54px;border-radius: 999px;background: var(--c3-red);color: #ffffff;font-size: 18px;font-weight: 950;letter-spacing: 0.06em;text-transform: uppercase;text-decoration: none;white-space: nowrap;box-shadow: 0 28px 70px rgba(255,36,40,0.42);transition: transform 160ms ease,box-shadow 160ms ease,background 160ms ease;}.cat-cta__btn:hover{transform: translateY(-3px);background: #ff1116;box-shadow: 0 36px 86px rgba(255,36,40,0.52);}@media (max-width: 1024px){.cat-grid{grid-template-columns: repeat(2,1fr);}.cat-intro{grid-template-columns: 1fr;}.cat-stats__inner{grid-template-columns: repeat(2,1fr);}.cat-stats__item{border-right: 0;border-bottom: 1px solid rgba(255,255,255,0.08);}.cat-cta{grid-template-columns: 1fr;min-height: 900px;}}@media (max-width: 820px){.cat-hero{padding: 64px 22px 52px;}.cat-hero__inner{grid-template-columns: 1fr;}.cat-hero__badge{display: none;}.cat-section{width: calc(100% - 44px);padding-top: 52px;padding-bottom: 52px;}.cat-breadcrumb{width: calc(100% - 44px);}.cat-stats{padding: 40px 22px;}.cat-cta{width: 100%;min-height: 92vh;padding: 96px 28px;}.cat-cta::before{inset: 18px;border-radius: 32px;}.cat-cta__btn{width: fit-content;min-height: 64px;}.cat-intro__main{padding: 30px;}}@media (max-width: 580px){.cat-grid{grid-template-columns: 1fr;}.cat-points__list{grid-template-columns: 1fr;}.cat-stats__inner{grid-template-columns: 1fr;}}.home-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-why__grid article{padding:34px;border-radius:30px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 24px 58px rgba(0,0,0,.08)}.home-why__grid strong{color:var(--c3-red);font-size:13px;font-weight:950;letter-spacing:.14em}.home-why__grid h3{margin:18px 0 0;color:#111116;font-size:28px;font-weight:950;letter-spacing:-.045em}.home-why__grid p{margin:14px 0 0;color:rgba(17,17,22,.68);font-size:16px;font-weight:750;line-height:1.52}.home-human{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center}.home-human__visuals{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.home-human__visuals span{min-height:190px;display:flex;align-items:end;padding:24px;border-radius:30px;background:linear-gradient(135deg,rgba(255,36,40,.16),rgba(0,0,0,.08)),#e8e8e8;color:#111116;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 22px 48px rgba(0,0,0,.09)}.home-human__visuals span:first-child{grid-row:span 2;min-height:396px;background:linear-gradient(135deg,rgba(0,0,0,.13),rgba(255,36,40,.10)),#dedede}.home-faq{max-width:980px}.home-faq details,.detail-faq details{margin-top:14px;border-radius:22px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 18px 42px rgba(0,0,0,.06);overflow:hidden}.home-faq summary,.detail-faq summary{cursor:pointer;padding:22px 26px;color:#111116;font-size:18px;font-weight:950;letter-spacing:-.02em}.home-faq details p,.detail-faq details p{margin:0;padding:0 26px 24px;color:rgba(17,17,22,.68);font-size:16px;font-weight:700;line-height:1.55}.detail-main{padding:0;background:linear-gradient(180deg,#fff 0%,#f5f5f5 52%,#fff 100%);overflow:hidden}.detail-hero{width:min(1440px,calc(100% - 44px));margin:0 auto;padding:92px 0 70px;display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:center}.detail-back{display:inline-flex;margin-bottom:18px;color:rgba(17,17,22,.62);font-size:13px;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}.detail-eyebrow{margin:0 0 18px;color:var(--c3-red);font-size:13px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.detail-hero h1,.detail-section h2,.detail-faq h2{margin:0;color:#111116;font-size:clamp(38px,4.8vw,70px);line-height:.96;font-weight:950;letter-spacing:-.06em}.detail-hero p:not(.detail-eyebrow){max-width:720px;margin:24px 0 0;color:rgba(17,17,22,.70);font-size:clamp(18px,1.6vw,23px);font-weight:750;line-height:1.45;letter-spacing:-.025em}.detail-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.detail-proof{padding:30px;border-radius:32px;background:#111116;color:#fff;box-shadow:0 28px 72px rgba(0,0,0,.16)}.detail-proof strong{display:block;color:#fff;font-size:42px;font-weight:950;letter-spacing:-.06em;line-height:1}.detail-proof span{display:block;margin:10px 0 28px;color:rgba(255,255,255,.68);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}.detail-strip{width:min(1040px,calc(100% - 44px));margin:0 auto 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.detail-strip span{min-height:82px;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;border-radius:24px;background:#fff;color:#111116;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 18px 42px rgba(0,0,0,.07);border:1px solid rgba(0,0,0,.06)}.detail-section{width:min(1440px,calc(100% - 44px));margin:0 auto;padding:82px 0;display:grid;grid-template-columns:.9fr 1fr;gap:54px;align-items:start}.detail-section p:not(.detail-eyebrow){margin:22px 0 0;color:rgba(17,17,22,.68);font-size:18px;font-weight:750;line-height:1.55}.detail-section ul{margin:0;padding:0;display:grid;gap:14px;list-style:none}.detail-section li{padding:22px 24px;border-radius:22px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 18px 42px rgba(0,0,0,.06);color:rgba(17,17,22,.76);font-size:17px;font-weight:850;line-height:1.35}.detail-section--dark{width:100%;max-width:none;padding:92px max(22px,calc((100vw - 1440px)/2));background:#111116}.detail-section--dark h2,.detail-section--dark .detail-eyebrow{color:#fff}.detail-section--dark .detail-eyebrow{color:#ff4a4e}.detail-section--dark p:not(.detail-eyebrow){color:rgba(255,255,255,.72)}.detail-section--dark li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.82)}.detail-faq{width:min(980px,calc(100% - 44px));margin:0 auto;padding:88px 0}.detail-final{margin-top:0}.cat-section__sub{max-width:760px}.cat-card p,.cat-intro__main p,.cat-points__list li{font-weight:760}.cat-cta{box-shadow:0 28px 72px rgba(0,0,0,.11)}@media(max-width:960px){.home-why__grid,.home-human,.detail-hero,.detail-section{grid-template-columns:1fr}.detail-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.detail-strip{grid-template-columns:1fr}.home-human__visuals{grid-template-columns:1fr}.home-human__visuals span:first-child{grid-row:auto;min-height:220px}}@media(max-width:520px){.detail-hero,.detail-strip,.detail-section,.detail-faq{width:min(100% - 32px,1440px)}.detail-hero{padding-top:64px}.detail-actions .home-btn{width:100%}.detail-proof strong{font-size:34px}}html{scroll-behavior: smooth;}body{background: #f4f1ec;}.c3-main{background: #f4f1ec;}.c3-home-main,.detail-main{background:
 linear-gradient(90deg,rgba(0,0,0,0.035) 1px,transparent 1px),linear-gradient(180deg,#f4f1ec 0%,#ffffff 42%,#f4f1ec 100%);background-size: 72px 72px,auto;}.home-hero,.home-section,.home-proof,.home-certifications,.home-reviews,.home-final-cta,.cat-hero,.cat-section,.detail-hero,.detail-section,.detail-faq,.detail-strip{min-height: calc(100vh - var(--c3-header-height));}.home-hero,.home-section,.home-certifications,.home-reviews,.home-final-cta,.detail-hero,.detail-section,.detail-faq,.cat-section{display: grid;align-content: center;}.home-hero,.home-section,.home-proof,.home-certifications,.home-reviews,.home-final-cta{width: 100%;max-width: none;margin: 0;padding-left: max(32px,calc((100vw - 1440px) / 2));padding-right: max(32px,calc((100vw - 1440px) / 2));border-bottom: 1px solid rgba(17,17,22,0.08);}.home-hero,.detail-hero,.cat-hero{min-height: calc(100vh - var(--c3-header-height));background:
 linear-gradient(135deg,rgba(255,36,40,.12),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f4f1ec 100%);}.home-hero{grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr);gap: clamp(42px,6vw,86px);padding-top: 72px;padding-bottom: 72px;}.home-certifications,.home-trust,.home-human,.detail-section:not(.detail-section--dark),.cat-section:nth-of-type(odd){background: #fffaf3;}.home-formations,.home-reviews,.home-faq,.cat-section:nth-of-type(even){background: #f4f1ec;}.home-methods,.detail-section--dark,.cat-hero{background:
 radial-gradient(circle at 80% 20%,rgba(255,36,40,.20),transparent 34%),linear-gradient(135deg,#0d0d10 0%,#18181f 100%);}.home-section__heading,.home-trust__content,.home-reviews__content,.home-faq > .home-eyebrow,.home-faq > h2,.detail-section > div,.detail-faq > .detail-eyebrow,.detail-faq > h2,.cat-section > .cat-eyebrow,.cat-section > .cat-section__title,.cat-section > .cat-section__sub{max-width: 820px;}.home-hero h1,.home-section h2,.home-final-cta h2,.detail-hero h1,.detail-section h2,.detail-faq h2,.cat-hero h1,.cat-section__title{letter-spacing: -0.045em;text-wrap: balance;}.home-eyebrow,.detail-eyebrow,.cat-eyebrow,.cat-hero__label{width: fit-content;padding: 8px 12px;border-left: 4px solid var(--c3-red);background: rgba(255,36,40,.08);letter-spacing: .10em;}.home-hero__panel,.home-training-card,.home-certifications__grid article,.home-reviews__score,.home-reviews__content,.home-methods article,.home-trust__list div,.home-why__grid article,.detail-proof,.detail-section li,.cat-card,.cat-info-block,.cat-points__list li{border-radius: 18px !important;box-shadow: none !important;}.home-training-card,.home-certifications__grid article,.home-methods article,.home-trust__list div,.home-why__grid article,.cat-card,.detail-section li{border: 1px solid rgba(17,17,22,.12) !important;border-left: 6px solid var(--c3-red) !important;}.home-training-card:hover,.cat-card:hover{transform: translateY(-3px) rotate(-.25deg);}.home-proof{grid-template-columns: repeat(3,minmax(0,1fr));align-content: center;gap: 22px;background: #111116;}.home-proof article{min-height: 240px;display: flex;flex-direction: column;justify-content: center;background: transparent;color: #ffffff;border: 1px solid rgba(255,255,255,.14);border-radius: 0;box-shadow: none;}.home-proof span{color: rgba(255,255,255,.72);}.home-proof strong{color: #ffffff;}.home-human__visuals span{position: relative;overflow: hidden;background:
 linear-gradient(135deg,rgba(0,0,0,.30),rgba(255,36,40,.16)),repeating-linear-gradient(135deg,#d8d1c8 0 12px,#ece6dd 12px 24px) !important;color: #111116;}.home-human__visuals span::before{content: "à remplacer par une vraie photo";position: absolute;left: 22px;top: 22px;color: rgba(17,17,22,.48);font-size: 12px;font-weight: 950;letter-spacing: .10em;text-transform: uppercase;}.home-methods article > span,.cat-card__icon{width: auto;min-width: 58px;height: 38px;padding: 0 14px;border-radius: 999px;background: #ffffff;color: var(--c3-red);font-size: 12px;font-weight: 950;letter-spacing: .12em;}.home-methods article > span{background: rgba(255,255,255,.12);color: #fff;}.detail-hero,.detail-section,.detail-faq,.cat-section{width: 100%;max-width: none;margin: 0;padding-left: max(32px,calc((100vw - 1440px) / 2));padding-right: max(32px,calc((100vw - 1440px) / 2));border-bottom: 1px solid rgba(17,17,22,.08);}.detail-hero,.detail-section{grid-template-columns: minmax(0,.9fr) minmax(360px,1fr);gap: clamp(42px,6vw,84px);}.detail-strip{width: 100%;max-width: none;margin: 0;padding: 80px max(32px,calc((100vw - 1440px) / 2));align-content: center;background: #111116;}.detail-strip span{background: transparent;color: #fff;border: 1px solid rgba(255,255,255,.16);border-left: 6px solid var(--c3-red);box-shadow: none;border-radius: 12px;}.cat-hero{display: grid;align-content: center;padding-top: 72px;padding-bottom: 72px;}.cat-card__icon{font-family: var(--c3-font);}@media (max-width: 1440px){.home-hero,.detail-hero,.detail-section{grid-template-columns: 1fr;}.home-hero__panel{grid-template-columns: 1fr;}}@media (max-width: 820px){.home-hero,.home-section,.home-proof,.home-certifications,.home-reviews,.home-final-cta,.cat-hero,.cat-section,.detail-hero,.detail-section,.detail-faq,.detail-strip{min-height: auto;padding-left: 22px;padding-right: 22px;padding-top: 64px;padding-bottom: 64px;}.home-proof,.home-card-grid,.home-certifications__grid,.home-methods__grid,.home-why__grid,.cat-grid{grid-template-columns: 1fr;}}.home-final-cta{display: flex;align-items: center;justify-content: space-between;}.cat-breadcrumb{display:none !important;}@media (min-width: 1024px){section,.page-section,.hero,.content-section{min-height: 96vh !important;padding-top: 68px !important;padding-bottom: 68px !important;}}@media (max-width: 1023px){section,.page-section,.hero,.content-section{min-height: auto !important;padding-top: 54px !important;padding-bottom: 54px !important;}}:root{--c3-header-height: 88px;}.c3-header{position: fixed !important;top: 0 !important;left: 0 !important;right: 0 !important;width: 100% !important;height: var(--c3-header-height) !important;min-height: var(--c3-header-height) !important;z-index: 9999 !important;background: #ffffff !important;}.c3-main,main{margin-top: var(--c3-header-height) !important;padding-top: 0 !important;}body{padding-top: 0 !important;}.c3-header__link.is-active{position: relative !important;height: var(--c3-header-height) !important;margin: 0 !important;color: var(--c3-white) !important;overflow: visible !important;isolation: isolate !important;}.c3-header__link.is-active::before{content: "" !important;position: absolute !important;z-index: -1 !important;top: 0 !important;left: 0 !important;right: 0 !important;bottom: auto !important;height: var(--c3-header-height) !important;background: linear-gradient(180deg,#ff2b2f 0%,var(--c3-red) 56%,#e2161b 100%) !important;box-shadow:
 0 16px 26px rgba(0,0,0,0.24),inset 0 1px 0 rgba(255,255,255,0.24) !important;pointer-events: none !important;}.c3-header__link.is-active::after{content: "" !important;display: block !important;position: absolute !important;z-index: -1 !important;left: 0 !important;right: 0 !important;bottom: -8px !important;height: 8px !important;background: #b90f13 !important;transform: skewX(18deg) !important;transform-origin: top right !important;box-shadow: 0 8px 14px rgba(0,0,0,0.22) !important;pointer-events: none !important;}.home-hero,.cat-hero,.detail-hero{margin-top: 0 !important;}@media (max-width: 820px){.c3-main,main{margin-top: var(--c3-header-height) !important;}}.c3-home-main{background:
 linear-gradient(180deg,#ffffff 0%,#ffffff 15%,#f4f4f4 44%,#ffffff 72%,#f2f2f2 100%);}.home-hero{width: min(1280px,calc(100% - 56px));min-height: calc(100vh - var(--c3-header-height));padding-top: clamp(68px,7vw,104px);padding-bottom: clamp(62px,6vw,94px);}.home-hero__content{position: relative;}.home-hero__content::before{content: "20 ans de terrain";position: absolute;top: -38px;right: min(2vw,18px);padding: 10px 16px;border-radius: 999px;background: #111116;color: #ffffff;font-size: 12px;font-weight: 950;letter-spacing: 0.09em;text-transform: uppercase;transform: rotate(-2deg);box-shadow: 0 18px 34px rgba(0,0,0,0.18);}.home-hero h1{max-width: 850px;}.home-hero__lead{max-width: 720px;}.home-hero__actions{margin-top: 32px;}.home-hero__panel{min-height: 500px;align-content: center;background:
 radial-gradient(circle at 20% 18%,rgba(255,36,40,0.22),transparent 34%),linear-gradient(145deg,rgba(255,255,255,0.92),rgba(238,238,238,0.72));}.home-hero-card--main strong{font-size: 42px;letter-spacing: -0.07em;}.home-proof--focused{width: min(1120px,calc(100% - 56px));}.home-proof--focused article{position: relative;overflow: hidden;}.home-proof--focused article::after{content: "";position: absolute;right: -28px;bottom: -28px;width: 96px;height: 96px;border-radius: 999px;background: rgba(255,36,40,0.08);}.home-proof--focused article p{position: relative;z-index: 1;max-width: 92%;margin: 18px 0 0;color: rgba(255,255,255,0.62);font-size: clamp(14px,1vw,16px);font-weight: 650;line-height: 1.55;}.home-formations,.home-certifications,.home-reviews,.home-trust,.home-why,.home-human,.home-faq{min-height: min(760px,calc(100vh - 40px));display: grid;align-items: center;}.home-formations{width: 100%;max-width: none;padding-left: max(28px,calc((100vw - 1280px) / 2));padding-right: max(28px,calc((100vw - 1280px) / 2));background:
 linear-gradient(135deg,rgba(255,36,40,0.07),transparent 32%),#f3f3f3;}.home-formations .home-section__heading,.home-formations .home-card-grid{width: min(1280px,100%);margin-left: auto;margin-right: auto;}.home-training-card{min-height: 390px;}.home-training-card:nth-child(1){background: linear-gradient(180deg,#ffffff 0%,#fff5f5 100%);}.home-training-card:hover .home-training-card__icon{background: var(--c3-red);color: #ffffff;}.home-certifications{width: min(1280px,calc(100% - 56px));}.home-certifications__grid article,.home-reviews__content,.home-trust__list div,.home-final-cta,.home-human__visuals article,.home-faq details{box-shadow: 0 28px 68px rgba(0,0,0,0.10);}.home-why{width: 100%;max-width: none;padding-left: max(28px,calc((100vw - 1280px) / 2));padding-right: max(28px,calc((100vw - 1280px) / 2));background: #111116;}.home-why .home-section__heading,.home-why .home-why__grid{width: min(1280px,100%);margin-left: auto;margin-right: auto;}.home-why .home-eyebrow,.home-why h2,.home-why h3{color: #ffffff;}.home-why .home-section__heading p{color: rgba(255,255,255,0.68);}.home-why__grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 18px;margin-top: 44px;}.home-why__grid article{min-height: 300px;padding: 34px;border-radius: 30px;background: rgba(255,255,255,0.08);border: 1px solid rgba(255,255,255,0.12);}.home-why__grid article strong{display: inline-flex;width: 54px;height: 54px;align-items: center;justify-content: center;border-radius: 18px;background: rgba(255,36,40,0.16);color: #ff4a4e;font-size: 16px;font-weight: 950;}.home-why__grid article h3{margin: 28px 0 0;font-size: 26px;font-weight: 950;letter-spacing: -0.045em;}.home-why__grid article p{margin: 16px 0 0;color: rgba(255,255,255,0.70);font-size: 16px;font-weight: 760;line-height: 1.55;}.home-human{grid-template-columns: minmax(0,0.8fr) minmax(420px,1fr);gap: 54px;width: min(1280px,calc(100% - 56px));}.home-human__content p:not(.home-eyebrow){margin: 24px 0 0;color: rgba(17,17,22,0.68);font-size: 19px;font-weight: 760;line-height: 1.55;}.home-human__visuals{display: grid;gap: 16px;}.home-human__visuals article{position: relative;min-height: 138px;padding: 26px 30px 26px 96px;border-radius: 28px;background: #ffffff;border: 1px solid rgba(0,0,0,0.07);overflow: hidden;}.home-human__visuals article:nth-child(2){margin-left: 42px;}.home-human__visuals article span{position: absolute;left: 28px;top: 28px;width: 46px;height: 46px;display: inline-flex;align-items: center;justify-content: center;border-radius: 16px;background: var(--c3-red);color: #ffffff;font-size: 14px;font-weight: 950;}.home-human__visuals article strong{display: block;color: #111116;font-size: 25px;font-weight: 950;letter-spacing: -0.045em;}.home-human__visuals article p{margin: 10px 0 0;color: rgba(17,17,22,0.66);font-size: 16px;font-weight: 760;line-height: 1.45;}.home-faq{width: min(980px,calc(100% - 56px));align-content: center;}.home-faq details{margin-top: 14px;padding: 22px 26px;border-radius: 22px;background: #ffffff;border: 1px solid rgba(0,0,0,0.07);}.home-faq summary{cursor: pointer;color: #111116;font-size: 19px;font-weight: 950;letter-spacing: -0.025em;}.home-faq details p{margin: 14px 0 0;color: rgba(17,17,22,0.68);font-size: 16px;font-weight: 730;line-height: 1.5;}.home-final-cta{width: min(1280px,calc(100% - 56px));background:
 radial-gradient(circle at 85% 10%,rgba(255,255,255,0.14),transparent 30%),linear-gradient(135deg,#111116 0%,#20202a 62%,#ff2428 180%);color: #ffffff;}.home-final-cta h2,.home-final-cta .home-eyebrow{color: #ffffff;}.home-final-cta p:not(.home-eyebrow){color: rgba(255,255,255,0.72);}.home-final-cta__actions{display: flex;gap: 14px;flex-wrap: wrap;justify-content: flex-end;}.home-final-cta .home-btn--secondary{background: rgba(255,255,255,0.10);color: #ffffff;border-color: rgba(255,255,255,0.20);}@media (max-width: 1440px){.home-human,.home-why__grid{grid-template-columns: 1fr;}.home-human__visuals article:nth-child(2){margin-left: 0;}}@media (max-width: 820px){.home-hero,.home-proof--focused,.home-certifications,.home-human,.home-faq,.home-final-cta{width: min(100% - 32px,1280px);}.home-hero__content::before{position: static;display: inline-flex;margin-bottom: 18px;transform: none;}.home-formations,.home-certifications,.home-reviews,.home-trust,.home-why,.home-human,.home-faq{min-height: auto;}.home-human__visuals article{padding: 88px 24px 24px;}.home-human__visuals article span{left: 24px;top: 24px;}.home-final-cta__actions{width: 100%;justify-content: stretch;}}.c3-hero-clean{min-height:calc(100vh - 88px);padding:clamp(46px,6vh,72px) clamp(28px,6vw,112px);background:
 radial-gradient(circle at 94% 12%,rgba(227,6,19,.10),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f7f7f7 58%,#eeeeee 100%);display:flex;align-items:center;overflow:hidden;}.c3-hero-clean__inner{width:100%;max-width:1560px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(520px,.85fr);gap:clamp(56px,7vw,112px);align-items:center;}.c3-hero-clean__content{max-width:720px;}.c3-hero-clean__eyebrow{width:max-content;max-width:100%;margin:0 0 28px;padding:11px 18px;background:#111217;color:#ffffff;border-left:6px solid #e30613;border-radius:999px;font-size:.82rem;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 18px 46px rgba(0,0,0,.12);}.c3-hero-clean h1{margin:0;max-width:760px;color:#111217;font-size:clamp(3rem,4.55vw,5.65rem);line-height:1.02;letter-spacing:-.065em;font-weight:900;}.c3-hero-clean__lead{margin:30px 0 0;max-width:690px;color:#4b4b52;font-size:clamp(1.05rem,1.12vw,1.24rem);line-height:1.78;font-weight:600;}.c3-hero-clean__certifications{display:grid;grid-template-columns:1fr;gap:18px;padding:22px;background:#111217;border-radius:30px;border:1px solid rgba(255,255,255,.10);border-right:8px solid #e30613;box-shadow:0 34px 88px rgba(0,0,0,.22);}.c3-hero-clean__cert-card{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:26px;min-height:138px;padding:20px 24px;background:#ffffff;border:1px solid rgba(0,0,0,.07);border-radius:22px;box-shadow:0 16px 40px rgba(0,0,0,.10);}.c3-hero-clean__cert-logo{height:98px;display:flex;align-items:center;justify-content:center;padding:14px 18px;background:#ffffff;border:1px solid rgba(0,0,0,.07);border-radius:16px;overflow:hidden;}.c3-hero-clean__cert-logo img{display:block;width:auto;height:auto;max-width:150px;max-height:70px;object-fit:contain;}.c3-hero-clean__cert-content span{display:inline-flex;width:max-content;max-width:100%;margin:0 0 12px;padding:7px 12px;border-radius:999px;background:rgba(227,6,19,.09);color:#e30613;font-size:.7rem;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.09em;}.c3-hero-clean__cert-content h2{margin:0;color:#111217;font-size:clamp(1.35rem,1.55vw,1.9rem);line-height:1.1;letter-spacing:-.04em;font-weight:900;}@media(max-width:1180px){.c3-hero-clean{min-height:auto;overflow:visible;}.c3-hero-clean__inner{grid-template-columns:1fr;}}@media(max-width:680px){.c3-hero-clean{padding:38px 20px;}.c3-hero-clean__certifications{padding:16px;}.c3-hero-clean__cert-card{grid-template-columns:1fr;text-align:center;gap:16px;}.c3-hero-clean__cert-logo{width:100%;}.c3-hero-clean__cert-content span{margin-left:auto;margin-right:auto;}}html,body{width:100%;max-width:none;overflow-x:hidden;}body.c3-page,.c3-main,.c3-home-main{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0;overflow-x:hidden;}.c3-home-page .c3-main > section,.c3-home-main > section,section.c3-hero-clean{width:100%;max-width:none;margin-left:0;margin-right:0;box-sizing:border-box;}.c3-hero-clean{width:100%;max-width:none;}.c3-hero-clean__inner{width:100%;max-width:1560px;box-sizing:border-box;}.c3-home-page .section-inner,.c3-home-page .container,.c3-home-page .page-container,.c3-home-page .content-container,.c3-home-page [class*="__container"],.c3-home-page [class*="__inner"]{box-sizing:border-box;}@media(min-width:1281px){.c3-home-page .c3-main,.c3-home-main{display:block;}.c3-home-page .c3-main > section,.c3-home-main > section{left:auto;right:auto;}}.home-certification-card__visual{width: 100%;height: 118px;margin: 0;display: flex;align-items: center;justify-content: flex-start;padding: 18px;border-radius: 22px;background: #ffffff;border: 1px solid rgba(0,0,0,0.06);box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65),0 14px 34px rgba(0,0,0,0.06);overflow: hidden;}.home-certification-card__visual img{width: 100%;height: 100%;object-fit: contain;object-position: left center;display: block;}.home-certification-card h3{margin-top: 24px;}@media (max-width: 760px){.home-certification-card__visual{height: 104px;justify-content: center;}.home-certification-card__visual img{object-position: center;}}.home-proof--focused{align-items: stretch;}.home-proof--focused .home-proof__source{grid-column: 1 / -1;margin: 4px 0 0;padding: 18px 22px;border: 1px solid rgba(255,255,255,0.12);border-left: 4px solid var(--c3-red);border-radius: 18px;background: rgba(255,255,255,0.045);color: rgba(255,255,255,0.72);font-size: clamp(14px,1vw,16px);font-weight: 720;line-height: 1.5;}@media (max-width: 820px){.home-proof--focused .home-proof__source{grid-column: auto;}}.home-proof--focused{align-items: stretch;}.home-proof--focused article{min-height: 360px;padding: clamp(34px,3vw,52px) clamp(28px,2.5vw,44px);justify-content: center;}.home-proof--focused article strong{display: block;margin-bottom: 20px;line-height: .92;}.home-proof--focused article span{display: block;margin-bottom: 24px;line-height: 1.35;}.home-proof--focused article p{max-width: 96%;margin-top: 0;line-height: 1.7;}.home-proof--focused .home-proof__source{display: none;}@media (max-width: 980px){.home-proof--focused article{min-height: 320px;}}@media (max-width: 640px){.home-proof--focused article{min-height: auto;padding: 34px 26px;}}.home-training-grid{gap: 22px;}.home-training-card{min-height: 460px;padding: 34px;position: relative;overflow: hidden;}.home-training-card::after{content: "";position: absolute;right: -38px;bottom: -38px;width: 116px;height: 116px;border-radius: 999px;background: rgba(255,36,40,0.07);pointer-events: none;}.home-training-card--priority{background: linear-gradient(180deg,#ffffff 0%,#fff4f4 100%);border-left-width: 8px !important;}.home-training-card__promise{margin-top: 16px !important;color: #111116 !important;font-size: 16px !important;font-weight: 900 !important;line-height: 1.35 !important;letter-spacing: -0.03em;}.home-training-card__points{position: relative;z-index: 1;display: grid;gap: 10px;margin: 22px 0 28px;padding: 0;list-style: none;}.home-training-card__points li{position: relative;padding-left: 22px;color: rgba(17,17,22,0.68);font-size: 14px;font-weight: 750;line-height: 1.42;}.home-training-card__points li::before{content: "✓";position: absolute;left: 0;top: 0;color: var(--c3-red);font-weight: 950;}.home-training-card strong{position: relative;z-index: 1;width: fit-content;padding: 12px 16px;border-radius: 999px;background: rgba(255,36,40,0.10);}.home-training-card:hover strong{background: var(--c3-red);color: #ffffff;}@media (max-width: 1100px){.home-training-card{min-height: 420px;}}@media (max-width: 720px){.home-training-card{min-height: auto;padding: 28px;}}.home-formations .home-card-grid,.home-training-grid{gap: clamp(34px,3.2vw,52px) !important;}.home-formations .home-card-grid{width: min(1360px,100%);}.home-training-card{border-radius: 32px;}@media (max-width: 1100px){.home-formations .home-card-grid,.home-training-grid{gap: 28px !important;}}@media (max-width: 720px){.home-formations .home-card-grid,.home-training-grid{gap: 22px !important;}}.home-reviews--google{width: 100%;max-width: none;grid-template-columns: minmax(360px,0.9fr) minmax(0,1.35fr);gap: clamp(36px,4vw,72px);padding-left: max(28px,calc((100vw - 1440px) / 2));padding-right: max(28px,calc((100vw - 1440px) / 2));padding-top: 90px;padding-bottom: 110px;background: #111116;}.home-reviews__summary,.home-reviews__carousel-panel{min-height: 560px;border-radius: 34px;}.home-reviews__summary{display: flex;flex-direction: column;justify-content: center;padding: clamp(34px,4vw,56px);background: #ffffff;color: #111116;border: 1px solid rgba(255,255,255,0.1);box-shadow: 0 34px 90px rgba(0,0,0,0.26);}.home-reviews__summary .home-eyebrow,.home-reviews__panel-head .home-eyebrow{color: #ff2428;}.home-reviews__rating{display: flex;align-items: flex-end;gap: 22px;margin-top: 28px;}.home-reviews__rating strong{display: block;color: #111116;font-size: clamp(70px,8vw,118px);font-weight: 950;line-height: 0.82;letter-spacing: -0.08em;}.home-reviews__rating span{display: block;padding-bottom: 8px;color: #ff2428;font-size: clamp(22px,2.2vw,34px);letter-spacing: 0.08em;}.home-reviews__count{width: fit-content;margin: 26px 0 0;padding: 12px 18px;border-radius: 999px;background: rgba(255,36,40,0.09);color: #ff2428;font-size: 15px;font-weight: 950;letter-spacing: 0.05em;text-transform: uppercase;}.home-reviews__summary h2{margin: 34px 0 0;color: #111116;font-size: clamp(34px,3.8vw,58px);font-weight: 950;line-height: 0.96;letter-spacing: -0.065em;}.home-reviews__explain{margin: 26px 0 0;color: rgba(17,17,22,0.68);font-size: clamp(17px,1.25vw,20px);font-weight: 760;line-height: 1.58;}.home-reviews__button{display: inline-flex;align-items: center;justify-content: center;width: fit-content;margin-top: 34px;padding: 18px 24px;border-radius: 999px;background: #ff2428;color: #ffffff;font-size: 15px;font-weight: 950;letter-spacing: 0.08em;text-transform: uppercase;text-decoration: none;box-shadow: 0 18px 42px rgba(255,36,40,0.26);transition: transform 180ms ease,box-shadow 180ms ease,background 180ms ease;}.home-reviews__button:hover{transform: translateY(-2px);background: #111116;box-shadow: 0 22px 52px rgba(0,0,0,0.24);}.home-reviews__carousel-panel{min-width: 0;display: flex;flex-direction: column;justify-content: center;padding: clamp(34px,4vw,52px);background: linear-gradient(180deg,#ffffff 0%,#f6f6f6 100%);border: 1px solid rgba(255,255,255,0.12);box-shadow: 0 34px 90px rgba(0,0,0,0.24);overflow: hidden;}.home-reviews__panel-head h3{max-width: 760px;margin: 20px 0 0;color: #111116;font-size: clamp(32px,3.2vw,54px);font-weight: 950;line-height: 0.98;letter-spacing: -0.06em;}.home-reviews--google .home-review-carousel{margin-top: 42px;border-radius: 30px;background: #111116;border: 1px solid rgba(0,0,0,0.08);box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);}.home-reviews--google .home-review-track{animation: c3ReviewCarouselClean 34s ease-in-out infinite;}.home-reviews--google .home-review-card{width: min(520px,calc(100vw - 88px));min-height: 330px;justify-content: flex-start;padding: 34px;background: #111116;border-right: 1px solid rgba(255,255,255,0.08);}.home-review-card__author{display: flex;align-items: center;gap: 16px;}.home-review-card__avatar{width: 54px;height: 54px;display: inline-flex;align-items: center;justify-content: center;flex: 0 0 auto;border-radius: 50%;background: #ffffff;color: #ff2428;font-size: 16px;font-weight: 950;letter-spacing: -0.02em;}.home-review-card__author strong{margin: 0;color: #ffffff;font-size: 18px;font-weight: 950;letter-spacing: -0.02em;text-transform: none;}.home-review-card__author small{display: block;margin-top: 4px;color: rgba(255,255,255,0.58);font-size: 12px;font-weight: 850;letter-spacing: 0.08em;text-transform: uppercase;}.home-reviews--google .home-review-card__stars{display: block;margin-top: 30px;color: #ff2428;font-size: 22px;letter-spacing: 0.12em;}.home-reviews--google .home-review-card p{min-height: 0;margin: 26px 0 0;color: #ffffff;font-size: clamp(24px,2.2vw,34px);font-weight: 950;line-height: 1.12;letter-spacing: -0.05em;}@media (max-width: 1020px){.home-reviews--google{grid-template-columns: 1fr;padding-top: 72px;padding-bottom: 84px;}.home-reviews__summary,.home-reviews__carousel-panel{min-height: auto;}}@media (max-width: 620px){.home-reviews--google{padding-left: 18px;padding-right: 18px;}.home-reviews__summary,.home-reviews__carousel-panel{border-radius: 26px;padding: 28px;}.home-reviews__rating{align-items: flex-start;flex-direction: column;gap: 14px;}.home-reviews--google .home-review-card{width: calc(100vw - 92px);min-height: 340px;padding: 28px;}}.home-reviews__breakdown{display: grid;gap: 10px;margin-top: 26px;}.home-reviews__breakdown span{display: flex;align-items: center;justify-content: space-between;gap: 18px;padding: 12px 14px;border-radius: 16px;background: rgba(255,255,255,0.08);color: rgba(255,255,255,0.78);font-size: 14px;font-weight: 850;}.home-reviews__breakdown strong{color: #ffffff;font-size: 18px;font-weight: 950;}.home-reviews--google .home-review-track{animation: c3ReviewCarouselRealV18 42s ease-in-out infinite;}.home-reviews--google .home-review-card{width: min(500px,calc(100vw - 88px));min-height: 360px;padding: 34px 34px 30px;}.home-reviews--google .home-review-card p{margin-top: 24px;font-size: clamp(24px,2vw,32px);line-height: 1.12;}.home-reviews--google .home-review-card em{display: block;margin-top: auto;padding-top: 24px;color: rgba(255,255,255,0.52);font-size: 13px;font-style: normal;font-weight: 800;line-height: 1.45;}@keyframes c3ReviewCarouselRealV18{0%,11%{transform: translateX(0);}16%,27%{transform: translateX(-16.666%);}32%,43%{transform: translateX(-33.333%);}48%,59%{transform: translateX(-50%);}64%,75%{transform: translateX(-66.666%);}80%,91%{transform: translateX(-83.333%);}100%{transform: translateX(0);}}@media (max-width: 620px){.home-reviews__breakdown span{align-items: flex-start;flex-direction: column;}.home-reviews--google .home-review-card{min-height: 390px;}}.home-reviews--google{min-height: calc(100svh - 78px);padding-top: clamp(38px,4.2vh,54px);padding-bottom: clamp(38px,4.2vh,54px);align-items: stretch;gap: clamp(28px,3vw,44px);}.home-reviews--google .home-reviews__summary,.home-reviews--google .home-reviews__carousel-panel{min-height: 0;padding: clamp(26px,3vw,40px);}.home-reviews--google .home-reviews__rating{margin-top: 14px;}.home-reviews--google .home-reviews__rating strong{font-size: clamp(48px,5vw,74px);line-height: 0.92;}.home-reviews--google .home-reviews__rating span{font-size: clamp(18px,1.8vw,24px);}.home-reviews--google .home-reviews__count{margin-top: 12px;font-size: 14px;}.home-reviews--google #home-reviews-title{margin-top: 18px;font-size: clamp(34px,3.4vw,56px);line-height: 0.96;}.home-reviews--google .home-reviews__explain{margin-top: 18px;font-size: clamp(15px,1.05vw,17px);line-height: 1.55;}.home-reviews--google .home-reviews__breakdown{margin-top: 18px;gap: 8px;}.home-reviews--google .home-reviews__breakdown span{padding: 9px 12px;border-radius: 14px;font-size: 13px;}.home-reviews--google .home-reviews__breakdown strong{font-size: 16px;}.home-reviews--google .home-reviews__button{margin-top: 18px;min-height: 46px;padding: 0 22px;}.home-reviews--google .home-reviews__panel-head h3{margin-top: 14px;font-size: clamp(30px,3vw,48px);line-height: 0.98;}.home-reviews--google .home-review-carousel{margin-top: 28px;border-radius: 24px;}.home-reviews--google .home-review-card{width: min(470px,calc(100vw - 88px));min-height: clamp(250px,34vh,310px);padding: 28px;}.home-reviews--google .home-review-card__avatar{width: 48px;height: 48px;font-size: 15px;}.home-reviews--google .home-review-card__author strong{font-size: 17px;}.home-reviews--google .home-review-card__stars{margin-top: 22px;font-size: 19px;}.home-reviews--google .home-review-card p{margin-top: 18px;font-size: clamp(22px,1.8vw,29px);line-height: 1.12;}.home-reviews--google .home-review-card em{padding-top: 18px;font-size: 12px;}@media (max-height: 820px) and (min-width: 1021px){.home-reviews--google{min-height: calc(100svh - 70px);padding-top: 28px;padding-bottom: 28px;}.home-reviews--google .home-reviews__summary,.home-reviews--google .home-reviews__carousel-panel{padding: 26px;}.home-reviews--google #home-reviews-title{font-size: clamp(32px,3vw,48px);}.home-reviews--google .home-reviews__explain{font-size: 14px;line-height: 1.46;}.home-reviews--google .home-reviews__panel-head h3{font-size: clamp(28px,2.7vw,42px);}.home-reviews--google .home-review-carousel{margin-top: 22px;}.home-reviews--google .home-review-card{min-height: 248px;padding: 24px;}}@media (min-width: 1021px){.home-reviews--google{height: calc(100svh - var(--c3-header-height));min-height: 0;box-sizing: border-box;padding-top: clamp(22px,3vh,32px);padding-bottom: clamp(22px,3vh,32px);grid-template-columns: minmax(360px,0.82fr) minmax(0,1.18fr);gap: clamp(30px,3.2vw,52px);align-items: center;overflow: hidden;}.home-reviews--google .home-reviews__summary,.home-reviews--google .home-reviews__carousel-panel{height: 100%;max-height: 660px;min-height: 0;box-sizing: border-box;border-radius: 30px;padding: clamp(28px,3vw,40px);}.home-reviews--google .home-reviews__summary{justify-content: center;}.home-reviews--google .home-eyebrow{margin-bottom: 12px;font-size: 12px;}.home-reviews--google .home-reviews__rating{margin-top: 10px;gap: 16px;}.home-reviews--google .home-reviews__rating strong{font-size: clamp(48px,4.7vw,72px);letter-spacing: -0.075em;}.home-reviews--google .home-reviews__rating span{padding-bottom: 5px;font-size: clamp(18px,1.7vw,24px);}.home-reviews--google .home-reviews__count{margin-top: 12px;padding: 10px 16px;font-size: 13px;}.home-reviews--google #home-reviews-title{margin-top: 18px;font-size: clamp(30px,3vw,46px);line-height: 0.98;letter-spacing: -0.058em;}.home-reviews--google .home-reviews__explain{margin-top: 16px;font-size: clamp(14px,1vw,16px);line-height: 1.45;}.home-reviews--google .home-reviews__breakdown{display: none;}.home-reviews--google .home-reviews__button{margin-top: 22px;min-height: 44px;padding: 0 22px;font-size: 13px;}.home-reviews--google .home-reviews__carousel-panel{justify-content: center;}.home-reviews--google .home-reviews__panel-head h3{max-width: 680px;margin-top: 12px;font-size: clamp(28px,2.8vw,42px);line-height: 1;}.home-reviews--google .home-review-carousel{margin-top: 24px;border-radius: 24px;}.home-reviews--google .home-review-card{width: min(430px,calc(50vw - 88px));min-height: clamp(220px,29vh,270px);padding: 24px;}.home-reviews--google .home-review-card__avatar{width: 44px;height: 44px;font-size: 14px;}.home-reviews--google .home-review-card__author strong{font-size: 16px;}.home-reviews--google .home-review-card__author small{font-size: 11px;}.home-reviews--google .home-review-card__stars{margin-top: 18px;font-size: 18px;}.home-reviews--google .home-review-card p{margin-top: 16px;font-size: clamp(20px,1.65vw,26px);line-height: 1.13;}.home-reviews--google .home-review-card em{padding-top: 16px;font-size: 11px;line-height: 1.35;}}@media (max-height: 760px) and (min-width: 1021px){.home-reviews--google{padding-top: 18px;padding-bottom: 18px;}.home-reviews--google .home-reviews__summary,.home-reviews--google .home-reviews__carousel-panel{max-height: 610px;padding: 24px;}.home-reviews--google #home-reviews-title{font-size: clamp(28px,2.7vw,40px);}.home-reviews--google .home-reviews__explain{font-size: 13px;line-height: 1.38;}.home-reviews--google .home-review-card{min-height: 220px;}}.home-reviews--google .home-review-carousel{overflow: hidden;isolation: isolate;}.home-reviews--google .home-review-track{display: flex;width: max-content;will-change: transform;animation: c3ReviewCarouselInfiniteV22 58s linear infinite;}.home-review-carousel:hover .home-review-track,.home-reviews--google .home-review-carousel:hover .home-review-track{animation-play-state: running;}.home-reviews--google .home-review-card{flex: 0 0 clamp(300px,29vw,390px);width: clamp(300px,29vw,390px);min-height: clamp(230px,28vh,280px);justify-content: flex-start;padding: clamp(22px,2vw,28px);}.home-reviews--google .home-review-card__author{gap: 14px;}.home-reviews--google .home-review-card__avatar{width: 46px;height: 46px;}.home-reviews--google .home-review-card__author strong{font-size: clamp(15px,1.15vw,17px);line-height: 1.08;}.home-reviews--google .home-review-card__author small{font-size: 10.5px;}.home-reviews--google .home-review-card__stars{margin-top: 18px;font-size: clamp(17px,1.4vw,20px);}.home-reviews--google .home-review-card p{margin-top: 16px;font-size: clamp(20px,1.55vw,25px);line-height: 1.12;}.home-reviews--google .home-review-card em{padding-top: 16px;font-size: 10.5px;line-height: 1.35;}@keyframes c3ReviewCarouselInfiniteV22{from{transform: translateX(0);}to{transform: translateX(-50%);}}@media (max-width: 1020px){.home-reviews--google .home-review-card{flex-basis: min(340px,calc(100vw - 72px));width: min(340px,calc(100vw - 72px));}}.home-trust--enhanced{min-height: 82vh;padding-top: clamp(72px,8vh,104px);padding-bottom: clamp(72px,8vh,104px);grid-template-columns: minmax(360px,0.85fr) minmax(520px,1.15fr);gap: clamp(64px,7vw,112px);align-items: center;}.home-trust--enhanced .home-trust__content{max-width: 650px;}.home-trust__intro{margin: 24px 0 0;max-width: 560px;color: rgba(17,17,22,0.68);font-size: clamp(18px,1.4vw,21px);line-height: 1.5;font-weight: 750;letter-spacing: -0.025em;}.home-trust__cta{display: inline-flex;align-items: center;justify-content: center;margin-top: 34px;min-height: 54px;padding: 0 26px;border-radius: 999px;background: var(--c3-red);color: #ffffff;font-size: 14px;line-height: 1;font-weight: 950;letter-spacing: 0.11em;text-transform: uppercase;box-shadow: 0 18px 40px rgba(255,36,40,0.24);}.home-trust--enhanced .home-trust__list{gap: 18px;}.home-trust--enhanced .home-trust__list article{display: grid;grid-template-columns: 58px 1fr;gap: 20px;align-items: flex-start;min-height: 136px;padding: 24px 28px;border-radius: 28px;background: linear-gradient(135deg,#ffffff 0%,#fff8f8 100%);border: 1px solid rgba(17,17,22,0.08);border-left: 8px solid var(--c3-red);box-shadow: 0 22px 54px rgba(17,17,22,0.08);}.home-trust--enhanced .home-trust__list article strong{width: 56px;height: 56px;display: inline-flex;align-items: center;justify-content: center;border-radius: 999px;background: rgba(255,36,40,0.12);color: var(--c3-red);font-size: 30px;line-height: 1;}.home-trust--enhanced .home-trust__list h3{margin: 0 0 8px;color: #111116;font-size: clamp(20px,1.55vw,25px);line-height: 1.05;font-weight: 950;letter-spacing: -0.045em;}.home-trust--enhanced .home-trust__list p{margin: 0;color: rgba(17,17,22,0.66);font-size: clamp(15px,1vw,17px);line-height: 1.43;font-weight: 750;letter-spacing: -0.02em;}@media (max-width: 1100px){.home-trust--enhanced{grid-template-columns: 1fr;gap: 38px;min-height: auto;}}@media (max-width: 680px){.home-trust--enhanced{padding-top: 64px;padding-bottom: 64px;}.home-trust--enhanced .home-trust__list article{grid-template-columns: 48px 1fr;padding: 22px 20px;min-height: auto;}.home-trust--enhanced .home-trust__list article strong{width: 46px;height: 46px;font-size: 25px;}}.home-trust__cta{display: none !important;}.home-trust--enhanced{min-height: 74vh;padding-top: clamp(64px,7vh,92px);padding-bottom: clamp(64px,7vh,92px);}.home-trust--enhanced .home-trust__list article{grid-template-columns: 58px minmax(150px,0.55fr) minmax(0,1.45fr);gap: 22px;align-items: center;min-height: 118px;padding: 24px 30px;background: #ffffff;border: 1px solid rgba(17,17,22,0.10);border-left: 7px solid var(--c3-red);border-radius: 28px;box-shadow: 0 18px 46px rgba(17,17,22,0.07);}.home-trust--enhanced .home-trust__list h3{margin: 0;max-width: 220px;font-size: clamp(20px,1.4vw,24px);line-height: 1.02;}.home-trust--enhanced .home-trust__list p{max-width: 650px;font-size: clamp(15px,0.95vw,16.5px);line-height: 1.45;}@media (max-width: 1100px){.home-trust--enhanced .home-trust__list article{grid-template-columns: 54px 1fr;gap: 16px 20px;}.home-trust--enhanced .home-trust__list article p{grid-column: 2;}}@media (max-width: 680px){.home-trust--enhanced .home-trust__list article{grid-template-columns: 48px 1fr;padding: 22px 20px;min-height: auto;}}.cat-intro{grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:72px;align-items:stretch;}.cat-intro__main{padding:64px;min-height:520px;display:flex;flex-direction:column;justify-content:center;}.cat-intro__main h2{font-size:clamp(38px,4.2vw,64px);line-height:.94;}.cat-intro__main p{font-size:18px;line-height:1.72;max-width:880px;}.cat-intro__aside{justify-content:center;gap:18px;}.cat-info-block{padding:30px 34px;border-radius:26px;min-height:112px;display:flex;flex-direction:column;justify-content:center;}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:56px;}.cat-card{min-height:285px;padding:42px;border-radius:34px;box-shadow:0 26px 70px rgba(0,0,0,.10);}.cat-card__icon{width:58px;height:58px;border-radius:18px;font-size:18px;font-weight:950;}.cat-card h3{font-size:clamp(23px,2vw,31px);line-height:1.05;letter-spacing:-.045em;}.cat-card p{font-size:16px;line-height:1.7;}.cat-card__link{margin-top:30px;}@media(min-width:1400px){.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}.cat-form-section,.cat-news-section{padding-top:78px;padding-bottom:78px;}.cat-form{margin-top:38px;padding:42px;border-radius:34px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 26px 70px rgba(0,0,0,.09);}.cat-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;}.cat-form label{display:flex;flex-direction:column;gap:10px;color:#111116;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}.cat-form input,.cat-form textarea{width:100%;border:1px solid rgba(0,0,0,.11);border-radius:18px;background:#f7f7f7;padding:18px 20px;color:#111116;font:700 16px/1.35 var(--c3-font);outline:none;}.cat-form textarea{resize:vertical;min-height:140px;}.cat-form input:focus,.cat-form textarea:focus{border-color:rgba(255,36,40,.45);background:#fff;box-shadow:0 0 0 4px rgba(255,36,40,.08);}.cat-form__btn{margin-top:22px;border:0;border-radius:999px;background:var(--c3-red);color:#fff;padding:18px 30px;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;box-shadow:0 18px 42px rgba(255,36,40,.28);}.cat-article-card{margin-top:36px;padding:44px;border-radius:34px;background:#111116;color:#fff;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;box-shadow:0 26px 70px rgba(0,0,0,.14);}.cat-article-card span{display:block;color:#ff4a4e;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;}.cat-article-card h3{margin:0;color:#fff;font-size:clamp(28px,3vw,44px);line-height:1;font-weight:950;letter-spacing:-.05em;}.cat-article-card p{margin:16px 0 0;color:rgba(255,255,255,.66);font-size:17px;font-weight:750;line-height:1.55;max-width:760px;}.cat-article-card a,.cat-news-card{color:inherit;text-decoration:none;}.cat-article-card a{white-space:nowrap;padding:16px 24px;border-radius:999px;background:#fff;color:#111116;font-weight:950;text-transform:uppercase;font-size:13px;letter-spacing:.08em;}.cat-news-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.cat-news-card{padding:30px;border-radius:28px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 20px 50px rgba(0,0,0,.075);}.cat-news-card strong{display:block;color:var(--c3-red);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px;}.cat-news-card span{display:block;color:#111116;font-size:21px;font-weight:950;line-height:1.15;letter-spacing:-.035em;}@media(max-width:1024px){.cat-intro{grid-template-columns:1fr}.cat-form__grid,.cat-news-grid,.cat-article-card{grid-template-columns:1fr}.cat-article-card a{justify-self:start}}@media(max-width:820px){.cat-intro__main{padding:34px;min-height:auto}.cat-form{padding:28px}.cat-grid{grid-template-columns:1fr}}.cat-form--contact-format{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;max-width:1180px;margin:42px auto 0;}.cat-form--contact-format .cat-section__sub{display:none;}.cat-form__row{margin-bottom:28px;}.cat-form--contact-format .cat-field{display:flex;flex-direction:column;gap:8px;color:#777772;font-size:20px;font-weight:850;text-transform:none;letter-spacing:0;line-height:1.25;}.cat-form--contact-format .cat-field span,.cat-choice-group legend span{color:#ff1212;}.cat-form--contact-format input[type="text"],.cat-form--contact-format input[type="email"],.cat-form--contact-format select,.cat-form--contact-format textarea{width:100%;border:0;border-radius:0;background:#eeeeee;color:#111;font:400 26px/1.3 var(--c3-font);padding:14px 16px;min-height:68px;box-shadow:none;outline:none;}.cat-form--contact-format select{appearance:auto;cursor:pointer;}.cat-form--contact-format textarea{min-height:330px;resize:vertical;}.cat-form__two-cols{display:grid;grid-template-columns:1fr 1fr;gap:90px;margin:18px 0 42px;}.cat-choice-group{border:0;margin:0;padding:0;color:#111;}.cat-choice-group legend{margin:0 0 18px;color:#777772;font-size:20px;font-weight:850;line-height:1.3;}.cat-choice-group label{display:flex;align-items:center;gap:18px;margin:0 0 22px;color:#111;font-size:26px;font-weight:400;text-transform:none;letter-spacing:0;line-height:1.2;}.cat-choice-group input[type="radio"],.cat-choice-group input[type="checkbox"]{appearance:none;width:34px;height:34px;min-width:34px;border:0;background:#eeeeee;border-radius:0;margin:0;display:inline-block;position:relative;}.cat-choice-group input[type="radio"]{border-radius:50%;}.cat-choice-group input[type="radio"]:checked::after,.cat-choice-group input[type="checkbox"]:checked::after{content:"";position:absolute;inset:8px;background:#ff1212;border-radius:inherit;}.cat-choice-group p{margin:4px 0 0;color:#84847d;font-size:20px;font-weight:400;line-height:1.45;}.cat-choice-group--inline{display:flex;flex-wrap:wrap;column-gap:34px;row-gap:14px;margin:0 0 42px;}.cat-choice-group--inline legend{width:100%;margin-bottom:6px;}.cat-choice-group--inline label{margin:0;font-size:25px;}.cat-choice-group--handicap{margin-bottom:48px;}.cat-choice-group--handicap label{margin-bottom:16px;}.cat-choice-group--handicap p{max-width:1160px;}.cat-field--message{margin-bottom:8px;}.cat-form__note{margin:8px 0 48px;color:#777772;font-size:20px;line-height:1.45;}.cat-recaptcha{width:490px;max-width:100%;height:124px;border:1px solid #d2d2d2;border-radius:3px;background:#f9f9f9;display:flex;align-items:center;gap:22px;padding:20px;margin-bottom:52px;box-shadow:0 1px 4px rgba(0,0,0,.14);}.cat-recaptcha__box{width:44px;height:44px;border:3px solid #555;background:#fff;display:block;}.cat-recaptcha strong{font-size:24px;font-weight:700;color:#111;}.cat-recaptcha__logo{margin-left:auto;display:flex;flex-direction:column;align-items:center;color:#5576d9;font-size:34px;line-height:1;}.cat-recaptcha__logo small{font-size:12px;color:#555;}.cat-form--contact-format .cat-form__btn{margin-top:0;border-radius:0;background:#ff1212;color:#fff;padding:21px 44px;font-size:22px;font-weight:400;text-transform:none;letter-spacing:0;box-shadow:none;}@media(max-width:900px){.cat-form__two-cols{grid-template-columns:1fr;gap:26px}.cat-choice-group--inline{display:block}.cat-choice-group--inline label{margin-bottom:18px}.cat-form--contact-format input[type="text"],.cat-form--contact-format input[type="email"],.cat-form--contact-format select,.cat-form--contact-format textarea{font-size:20px}.cat-choice-group label{font-size:21px}.cat-form--contact-format .cat-field,.cat-choice-group legend{font-size:17px}.cat-recaptcha strong{font-size:19px}}.cat-form-section{padding-top:48px;padding-bottom:48px;}.cat-form-section .cat-eyebrow{margin-bottom:8px;}.cat-form-section .cat-section__title{margin-bottom:0;}.cat-form--contact-format{max-width:1180px;margin:22px auto 0;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 70px rgba(0,0,0,.08);}.cat-form__row{margin-bottom:14px;}.cat-form--contact-format .cat-field{gap:6px;font-size:15px;font-weight:850;color:#6f6f69;}.cat-form--contact-format input[type="text"],.cat-form--contact-format input[type="email"],.cat-form--contact-format select,.cat-form--contact-format textarea{min-height:46px;padding:10px 14px;border-radius:12px;background:#f1f1f1;border:1px solid transparent;font-size:18px;line-height:1.25;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;}.cat-form--contact-format input[type="text"]:focus,.cat-form--contact-format input[type="email"]:focus,.cat-form--contact-format select:focus,.cat-form--contact-format textarea:focus{background:#fff;border-color:rgba(255,18,18,.55);box-shadow:0 0 0 4px rgba(255,18,18,.08);}.cat-form--contact-format textarea{min-height:132px;max-height:180px;resize:vertical;}.cat-form__two-cols{grid-template-columns:1fr 1fr;gap:36px;margin:8px 0 16px;}.cat-choice-group{margin:0;padding:0;border:0;}.cat-choice-group legend{margin-bottom:10px;color:#6f6f69;font-size:15px;font-weight:850;}.cat-choice-group label{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:9px;color:#111;font-size:17px;font-weight:500;text-transform:none;letter-spacing:0;line-height:1.25;}.cat-choice-group input[type="radio"],.cat-choice-group input[type="checkbox"]{width:22px;height:22px;min-width:22px;margin:0;accent-color:#ff1212;}.cat-choice-group p{margin:2px 0 0;color:#8a8a84;font-size:13px;line-height:1.3;}.cat-choice-group--inline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:18px;row-gap:8px;margin:12px 0 18px;}.cat-choice-group--inline legend{grid-column:1/-1;margin-bottom:0;}.cat-choice-group--inline label{margin-bottom:0;}.cat-choice-group--inline label:nth-last-child(-n+2){grid-column:span 2;}.cat-choice-group--handicap{margin:0 0 12px;}.cat-choice-group--handicap p{font-size:15px;line-height:1.45;color:#777772;margin-top:6px;}.cat-field--message{margin-top:4px;}.cat-form__note{margin:6px 0 16px;color:#777772;font-size:15px;line-height:1.35;}.cat-recaptcha{width:320px;height:70px;margin:0 0 18px;padding:12px 14px;border-radius:12px;background:#fafafa;border:1px solid #d9d9d9;box-shadow:0 4px 14px rgba(0,0,0,.08);cursor:pointer;position:relative;}.cat-recaptcha__input{position:absolute;opacity:0;pointer-events:none;}.cat-recaptcha__box{width:28px;height:28px;border:2px solid #555;border-radius:4px;background:#fff;position:relative;}.cat-recaptcha__input:checked + .cat-recaptcha__box{border-color:#ff1212;background:#ff1212;}.cat-recaptcha__input:checked + .cat-recaptcha__box::after{content:"";position:absolute;left:8px;top:3px;width:8px;height:15px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg);}.cat-recaptcha:has(.cat-recaptcha__input:focus-visible){box-shadow:0 0 0 4px rgba(255,18,18,.12);}.cat-recaptcha strong{font-size:17px;font-weight:750;color:#111;}.cat-recaptcha__logo{font-size:24px;}.cat-recaptcha__logo small{font-size:10px;}.cat-form__status{min-height:20px;margin:0 0 10px;font-size:14px;font-weight:700;color:#777772;}.cat-form__status.is-error{color:#ff1212;}.cat-form__status.is-success{color:#149447;}.cat-form--contact-format .cat-form__btn{padding:14px 34px;border-radius:999px;font-size:17px;font-weight:700;box-shadow:0 14px 30px rgba(255,18,18,.22);}@media(min-width:960px){.cat-form--contact-format .cat-form__row:nth-of-type(1),.cat-form--contact-format .cat-form__row:nth-of-type(2){width:calc(50% - 8px);display:inline-block;vertical-align:top;}.cat-form--contact-format .cat-form__row:nth-of-type(1){margin-right:16px;}}@media(max-width:1100px){.cat-choice-group--inline{grid-template-columns:repeat(2,minmax(0,1fr));}.cat-choice-group--inline label:nth-last-child(-n+2){grid-column:span 1;}}@media(max-width:760px){.cat-form-section{padding-top:34px;padding-bottom:34px;}.cat-form--contact-format{padding:20px;border-radius:22px;}.cat-form__two-cols{grid-template-columns:1fr;gap:12px;}.cat-choice-group--inline{grid-template-columns:1fr;}.cat-form--contact-format input[type="text"],.cat-form--contact-format input[type="email"],.cat-form--contact-format select,.cat-form--contact-format textarea{font-size:16px;}.cat-recaptcha{width:100%;}}.cat-recaptcha{width:302px !important;max-width:100% !important;height:76px !important;margin:8px 0 26px !important;padding:0 14px 0 24px !important;display:flex !important;align-items:center !important;gap:14px !important;border:1px solid #d8d8d8 !important;border-radius:3px !important;background:#fafafa !important;box-shadow:0 1px 4px rgba(0,0,0,.14) !important;cursor:pointer !important;position:relative !important;overflow:hidden !important;transform:none !important;}.cat-recaptcha:hover{border-color:#c8c8c8 !important;box-shadow:0 1px 5px rgba(0,0,0,.18) !important;transform:none !important;}.cat-recaptcha::before{content:none !important;display:none !important;}.cat-recaptcha__input{position:absolute !important;opacity:0 !important;pointer-events:none !important;}.cat-recaptcha__box{width:28px !important;height:28px !important;min-width:28px !important;border:3px solid #555 !important;border-radius:2px !important;background:#fff !important;position:relative !important;box-shadow:none !important;}.cat-recaptcha__input:checked + .cat-recaptcha__box{border-color:#4285f4 !important;background:#fff !important;}.cat-recaptcha__input:checked + .cat-recaptcha__box::after{content:"" !important;position:absolute !important;left:7px !important;top:1px !important;width:9px !important;height:18px !important;border:solid #4285f4 !important;border-width:0 3px 3px 0 !important;transform:rotate(45deg) !important;}.cat-recaptcha:has(.cat-recaptcha__input:focus-visible){outline:2px solid rgba(66,133,244,.35) !important;outline-offset:2px !important;}.cat-recaptcha strong{font-size:18px !important;font-weight:400 !important;color:#111 !important;letter-spacing:0 !important;text-transform:none !important;white-space:nowrap !important;line-height:1 !important;}.cat-recaptcha__logo{margin-left:auto !important;width:52px !important;min-width:52px !important;height:58px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;color:#4285f4 !important;font-size:34px !important;font-weight:700 !important;line-height:.85 !important;}.cat-recaptcha__logo small{margin-top:7px !important;color:#555 !important;font-size:10px !important;font-weight:400 !important;letter-spacing:0 !important;text-transform:none !important;}@media(max-width:640px){.cat-recaptcha{width:302px !important;height:76px !important;padding-left:18px !important;}.cat-recaptcha strong{font-size:16px !important;}}.cat-recaptcha.cat-recaptcha--official{box-sizing:border-box !important;width:302px !important;max-width:100% !important;height:76px !important;min-height:76px !important;margin:8px 0 24px !important;padding:0 12px 0 18px !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important;border:1px solid #d5d5d5 !important;border-radius:3px !important;background:#fafafa !important;box-shadow:0 1px 4px rgba(0,0,0,.18) !important;cursor:pointer !important;position:relative !important;overflow:visible !important;transform:none !important;text-decoration:none !important;}.cat-recaptcha.cat-recaptcha--official::before,.cat-recaptcha.cat-recaptcha--official::after{content:none !important;display:none !important;}.cat-recaptcha.cat-recaptcha--official *{box-sizing:border-box !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__input{position:absolute !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__box{width:28px !important;height:28px !important;min-width:28px !important;min-height:28px !important;border:3px solid #555 !important;border-radius:2px !important;background:#fff !important;display:block !important;position:relative !important;box-shadow:none !important;margin:0 !important;padding:0 !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__input:checked + .cat-recaptcha__box{border-color:#4285f4 !important;background:#fff !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__input:checked + .cat-recaptcha__box::after{content:"" !important;position:absolute !important;left:7px !important;top:0px !important;width:9px !important;height:18px !important;border:solid #4285f4 !important;border-width:0 3px 3px 0 !important;transform:rotate(45deg) !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__text{display:block !important;flex:1 1 auto !important;min-width:0 !important;color:#111 !important;font-family:Arial,Helvetica,sans-serif !important;font-size:18px !important;line-height:1.2 !important;font-weight:400 !important;letter-spacing:0 !important;text-transform:none !important;white-space:nowrap !important;margin:0 !important;padding:0 !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__brand{width:60px !important;min-width:60px !important;height:64px !important;margin-left:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;overflow:visible !important;line-height:1 !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__mark{display:block !important;height:34px !important;color:#4285f4 !important;font-family:Arial,Helvetica,sans-serif !important;font-size:32px !important;font-weight:700 !important;line-height:32px !important;margin:0 0 4px !important;transform:none !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__name{display:block !important;color:#555 !important;font-family:Arial,Helvetica,sans-serif !important;font-size:10px !important;line-height:12px !important;font-weight:400 !important;letter-spacing:0 !important;text-transform:none !important;margin:0 !important;padding:0 !important;}.cat-recaptcha.cat-recaptcha--official:hover{border-color:#c7c7c7 !important;box-shadow:0 1px 5px rgba(0,0,0,.22) !important;transform:none !important;}.cat-recaptcha.cat-recaptcha--official:has(.cat-recaptcha__input:focus-visible){outline:2px solid rgba(66,133,244,.35) !important;outline-offset:2px !important;}@media(max-width:420px){.cat-recaptcha.cat-recaptcha--official{width:302px !important;max-width:100% !important;gap:12px !important;padding-left:14px !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__text{font-size:16px !important;}.cat-recaptcha.cat-recaptcha--official .cat-recaptcha__brand{width:54px !important;min-width:54px !important;}}.cat-actualites-section{padding-top:78px;padding-bottom:78px;}.cat-actualites-layout{margin-top:36px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:28px;align-items:stretch;}.cat-actualite-featured,.cat-actualite-previous{position:relative;overflow:hidden;border-radius:34px;text-decoration:none;}.cat-actualite-featured{min-height:430px;padding:52px;background:linear-gradient(135deg,#111116 0%,#1e1e25 58%,#ff161f 160%);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 32px 86px rgba(0,0,0,.18);}.cat-actualite-featured:before{content:"";position:absolute;inset:26px 26px auto auto;width:140px;height:140px;border-radius:999px;background:rgba(255,255,255,.06);}.cat-actualite-kicker{display:block;color:#ff343b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;}.cat-actualite-featured .cat-actualite-kicker{color:#fff;background:var(--c3-red);width:max-content;padding:9px 12px;border-radius:999px;}.cat-actualite-featured h3,.cat-actualite-previous h3{margin:0;font-weight:950;letter-spacing:-.055em;line-height:.98;}.cat-actualite-featured h3{font-size:clamp(34px,4.4vw,64px);max-width:780px;color:#fff;}.cat-actualite-featured p{margin:18px 0 28px;max-width:720px;color:rgba(255,255,255,.72);font-size:18px;font-weight:750;line-height:1.55;}.cat-actualite-featured a,.cat-actualite-previous a,.cat-actualites-all{width:max-content;text-decoration:none;border-radius:999px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:13px;}.cat-actualite-featured a{padding:16px 24px;background:#fff;color:#111116;}.cat-actualite-side{display:grid;grid-template-rows:1fr auto;gap:18px;}.cat-actualite-previous{padding:34px;background:#fff;border:1px solid rgba(0,0,0,.075);box-shadow:0 24px 62px rgba(0,0,0,.09);display:flex;flex-direction:column;justify-content:space-between;}.cat-actualite-previous h3{font-size:clamp(24px,2.35vw,36px);color:#111116;}.cat-actualite-previous p{margin:16px 0 26px;color:rgba(17,17,22,.62);font-size:16px;font-weight:750;line-height:1.5;}.cat-actualite-previous a{padding:14px 20px;background:#111116;color:#fff;}.cat-actualites-all{display:flex;align-items:center;justify-content:center;min-height:76px;padding:18px 24px;background:var(--c3-red);color:#fff;box-shadow:0 20px 50px rgba(255,22,31,.22);}.cat-actualites-all:hover,.cat-actualite-featured a:hover,.cat-actualite-previous a:hover{transform:translateY(-2px);}@media(max-width:1024px){.cat-actualites-layout{grid-template-columns:1fr}.cat-actualite-featured{min-height:360px}.cat-actualite-side{grid-template-rows:auto auto}}@media(max-width:640px){.cat-actualites-section{padding-top:54px;padding-bottom:54px}.cat-actualite-featured{padding:32px;min-height:320px}.cat-actualite-previous{padding:28px}.cat-actualite-featured p{font-size:16px}.cat-actualites-all{width:100%}}body[data-section="hygiene"] .cat-actualite-featured{background-image:url('../../../04_MEDIA/actualites/actualite-hygiene-alimentaire.lossless.webp');}body[data-section="commerce"] .cat-actualite-featured{background-image:url('../../../04_MEDIA/actualites/actualite-commerce-ventes.lossless.webp');}body[data-section="digital"] .cat-actualite-featured{background-image:url('../../../04_MEDIA/actualites/actualite-digitales-bureautiques.lossless.webp');}body[data-section="mutation"] .cat-actualite-featured{background-image:url('../../../04_MEDIA/actualites/actualite-mutations-entreprise.lossless.webp');}body[data-section] .cat-actualite-featured{background-size:cover;background-position:center;isolation:isolate;}body[data-section] .cat-actualite-featured::before{content:"";position:absolute;inset:0;width:auto;height:auto;border-radius:inherit;background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.22) 38%,rgba(0,0,0,.78) 100%);z-index:-1;}body[data-section] .cat-actualite-featured > *{position:relative;z-index:1;}body[data-section] .cat-actualite-featured p{color:rgba(255,255,255,.82);text-shadow:0 2px 16px rgba(0,0,0,.35);}body[data-section] .cat-actualite-featured h3{text-shadow:0 4px 24px rgba(0,0,0,.42);}.c3-service-carousel{position:relative;width:100%;min-height:calc(100svh - var(--c3-header-height,98px));overflow:hidden;background:#fff;color:#111;}.c3-service-carousel *{box-sizing:border-box}.c3-service-carousel__viewport{width:100%;overflow:hidden}.c3-service-carousel__track{display:flex;will-change:transform;transition:transform 700ms cubic-bezier(.22,.61,.36,1)}.c3-service-carousel__slide{flex:0 0 100%;width:100%;padding:clamp(28px,3.2vh,42px) 40px clamp(42px,5vh,58px);}.c3-service-carousel__content{width:min(1450px,100%);margin:0 auto}.c3-service-carousel :is(h1,h2){max-width:1200px;margin:0 auto clamp(28px,3.8vh,42px);text-align:center;font-size:clamp(25px,2.15vw,38px);line-height:1.16;font-weight:700;text-transform:uppercase;color:#111;}.c3-service-carousel :is(h1,h2) span{color:#ef1717}.c3-service-carousel__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,4vw,70px);align-items:start}.c3-service-carousel__card{text-align:center;min-width:0}.c3-service-carousel__image{width:100%;height:clamp(300px,43vh,430px);overflow:hidden;border:3px solid #ff2020;border-radius:22px;background:#f4f4f4;}.c3-service-carousel__image img{display:block;width:100%;height:100%;object-fit:cover}.c3-service-carousel__card h2{margin:18px 0 0;color:#f51c1c;font-size:clamp(17px,1.25vw,24px);line-height:1.15;font-weight:700;text-transform:uppercase}.c3-service-carousel__card p{margin:7px 0 0;color:#333;font-size:clamp(15px,1vw,19px);line-height:1.35}.c3-service-carousel__button{position:absolute;top:50%;z-index:5;width:48px;height:48px;border:1px solid rgba(0,0,0,.15);border-radius:50%;color:#111;background:rgba(255,255,255,.92);cursor:pointer;transform:translateY(-50%);font:inherit}.c3-service-carousel__button--previous{left:18px}.c3-service-carousel__button--next{right:18px}.c3-service-carousel__dots{position:absolute;bottom:16px;left:50%;z-index:5;display:flex;gap:9px;transform:translateX(-50%)}.c3-service-carousel__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#c8c8c8;cursor:pointer}.c3-service-carousel__dot.is-active{background:#ef1717}@media(max-width:1050px){.c3-service-carousel{min-height:auto}.c3-service-carousel__slide{padding:34px 28px 58px}.c3-service-carousel__cards{gap:30px}.c3-service-carousel__image{height:clamp(260px,39vw,380px)}.c3-service-carousel__button{width:42px;height:42px}}@media(max-width:760px){.c3-service-carousel__slide{padding:36px 20px 58px}.c3-service-carousel :is(h1,h2){margin-bottom:30px}.c3-service-carousel__cards{grid-template-columns:1fr;gap:36px}.c3-service-carousel__card{width:100%;max-width:460px;margin:0 auto}.c3-service-carousel__image{height:auto;aspect-ratio:1.06/1}.c3-service-carousel__button{display:none}.c3-service-carousel__dots{bottom:16px}}@media(prefers-reduced-motion:reduce){.c3-service-carousel__track{transition:none}}@media (min-width: 1051px){.c3-service-carousel{height: calc(100svh - var(--c3-header-height,98px));min-height: 650px;max-height: 900px;display: flex;flex-direction: column;overflow: hidden;}.c3-service-carousel__viewport{flex: 1 1 auto;min-height: 0;}.c3-service-carousel__track,.c3-service-carousel__slide{height: 100%;}.c3-service-carousel__slide{padding: clamp(22px,3vh,34px) 40px 0;}.c3-service-carousel__content{width: min(1370px,100%);height: 100%;display: flex;flex-direction: column;justify-content: center;}.c3-service-carousel :is(h1,h2){max-width: 1150px;margin: 0 auto clamp(34px,5vh,52px);}.c3-service-carousel__cards{gap: 70px;}.c3-service-carousel__image{width: 100%;height: clamp(300px,42vh,400px);}.c3-service-carousel__card h2{margin-top: clamp(18px,2.4vh,25px);}.c3-service-carousel__card p{margin-top: clamp(7px,1vh,11px);}.c3-service-carousel__dots{position: static;flex: 0 0 auto;justify-content: center;margin: clamp(18px,2.5vh,26px) 0 clamp(18px,2.5vh,25px);transform: none;}.c3-service-carousel__button{top: 50%;}}@media (min-width: 1051px) and (max-height: 760px){.c3-service-carousel{min-height: calc(100svh - var(--c3-header-height,98px));}.c3-service-carousel__slide{padding-top: 14px;}.c3-service-carousel :is(h1,h2){margin-bottom: 24px;font-size: clamp(24px,2vw,34px);}.c3-service-carousel__image{height: clamp(270px,38vh,330px);}.c3-service-carousel__card h2{margin-top: 14px;}.c3-service-carousel__card p{margin-top: 5px;}.c3-service-carousel__dots{margin-top: 14px;margin-bottom: 12px;}}.c3-footer__socials{display:flex;align-items:center;gap:14px;margin-top:24px;}.c3-footer__social{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:50%;background:#ff2027;color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(255,32,39,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}.c3-footer__social svg{width:22px;height:22px;fill:currentColor;display:block;}.c3-footer__social:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(255,32,39,.24);background:#e81118;}.c3-footer__social:focus-visible{outline:3px solid rgba(255,32,39,.28);outline-offset:3px;}.c3-nav-group{position:relative;}.c3-nav-group > .c3-header__link--dropdown{padding-right:48px;}.c3-dropdown-toggle{position:absolute;z-index:4;right:8px;top:50%;width:36px;height:36px;transform:translateY(-50%);display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;}.c3-dropdown-toggle:hover{background:rgba(0,0,0,.06);}.c3-header__link.is-active + .c3-dropdown-toggle{color:#fff;}.c3-nav-group.is-dropdown-open .c3-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}@media (max-width:980px){.c3-nav-group > .c3-header__link--dropdown{padding-right:64px;}.c3-dropdown-toggle{right:14px;top:32px;transform:translateY(-50%);}.c3-nav-group.is-dropdown-open .c3-dropdown{display:block;}.c3-nav-group:focus-within:not(.is-dropdown-open) .c3-dropdown{display:none;}}.c3-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.c3-skip-link{position: fixed;left: 1rem;top: 1rem;z-index: 100000;transform: translateY(-200%);padding: .75rem 1rem;background: #fff;color: #111;border-radius: .5rem;box-shadow: 0 4px 18px rgba(0,0,0,.2);}.c3-skip-link:focus{transform: translateY(0);}
