/* Override Webflow h1{color:var(--black)} interference */ .oteria-fc h1,.oteria-fc h2,.oteria-fc h3,.oteria-fc h4,.oteria-fc h5,.oteria-fc h6{color:inherit} .oteria-fc a{color:inherit}
:root{--ot-primary:#FF2C65;--ot-primary-deeper:#D42455;--ot-accent:#4ADE80;--ot-accent-blue:#FD3404;--ot-dark:#0D0D1A;--ot-dark-2:#1A1A2E;--ot-dark-3:#0F0F20;--ot-dark-4:#12121F;--ot-border:#1E1E3A;--ot-border-light:#2A2A4A;--ot-gray-700:#8888AA;--ot-gray-500:#A0A0C0;--ot-gray-300:#C0C0E0;--ot-text:#FFFFFF;--ot-text-muted:rgba(255,255,255,0.7);--ot-font:'Ubuntu',sans-serif;--ot-radius:0.5rem;--ot-radius-sm:0.25rem;--ot-radius-lg:0.75rem;--ot-shadow:0 4px 16px rgba(0,0,0,0.5);--ot-shadow-lg:0 8px 32px rgba(0,0,0,0.6);--ot-shadow-accent:0 4px 20px rgba(255,46,102,0.3);--ot-light-bg:#FFFFFF;--ot-light-alt:#F7F8FB;--ot-text-dark:#0D0D1A;--ot-text-dark-muted:#5B5B78;--ot-border-light-1:#EEF0F5;--ot-border-light-2:#E2E5EE;--ot-shadow-soft:0 2px 10px rgba(13,13,26,0.06);--ot-shadow-soft-lg:0 12px 40px rgba(255,46,102,0.15);--ot-light-pink:#fff2f6}.oteria-fc *,.oteria-fc *::before,.oteria-fc *::after{box-sizing:border-box;margin:0;padding:0}.oteria-fc{scroll-behavior:smooth}.oteria-fc{font-family:var(--ot-font);background:var(--ot-light-bg);color:var(--ot-text-dark);line-height:1.6;font-size:1rem}.oteria-fc .ot-badge{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;padding:0.3125rem 0.75rem;border-radius:2rem}.oteria-fc .ot-badge--primary{background:rgba(255,46,102,0.1);color:var(--ot-primary);border:1px solid rgba(255,46,102,0.2)}.oteria-fc .ot-badge--dark{background:rgba(255,46,102,0.15);color:var(--ot-primary);border:1px solid rgba(255,46,102,0.3)}.oteria-fc .ot-span-primary{color:var(--ot-primary)}.oteria-fc .ot-section-header{text-align:center;margin-bottom:3rem}.oteria-fc .ot-section-header h2{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:0.75rem}.oteria-fc .ot-section-header .ot-badge{margin-bottom:0.875rem}.oteria-fc .ot-container{width:100%;max-width:75rem;margin:0 auto;padding:0 1.5rem}.oteria-fc .ot-section{padding:5rem 0;position:relative;overflow:hidden}.oteria-fc .ot-section--dark{background:var(--ot-dark);color:var(--ot-text)}.oteria-fc .ot-section--white{background:var(--ot-light-bg);color:var(--ot-text-dark)}.oteria-fc .ot-section--alt{background:var(--ot-light-alt);color:var(--ot-text-dark)}.oteria-fc .ot-hero{background:var(--ot-dark);color:var(--ot-text);padding:6rem 0 5rem;position:relative;overflow:hidden}.oteria-fc .ot-hero::before{content:"";position:absolute;top:- 6rem;right:- 8rem;width:36rem;height:36rem;background:radial-gradient(circle,rgba(255,46,102,0.18) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-hero::after{content:"";position:absolute;bottom:- 4rem;left:- 4rem;width:24rem;height:24rem;background:radial-gradient(circle,rgba(253,52,4,0.12) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-hero__deco-grid{position:absolute;top:0;right:0;width:50%;height:100%;background-image:linear-gradient(rgba(255,46,102,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,46,102,0.04) 1px,transparent 1px);background-size:3rem 3rem;pointer-events:none;z-index:0}.oteria-fc .ot-hero__deco-line{position:absolute;top:50%;right:0;width:45%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,46,102,0.3),transparent);pointer-events:none;z-index:0}.oteria-fc .ot-hero__inner{position:relative;z-index:1;max-width:52rem}.oteria-fc .ot-hero__badge{margin-bottom:1.25rem}.oteria-fc .ot-hero h1{font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:1.25rem;position:relative;padding-right:2.5rem}.oteria-fc .ot-h-angle{position:absolute;top:0;right:0}@media (max-width:768px){.oteria-fc .ot-h-angle{width:22px;height:22px}.oteria-fc .ot-hero h1{padding-right:2rem}}.oteria-fc .ot-hero__intro{font-size:1.125rem;color:var(--ot-text-muted);line-height:1.7;margin-bottom:2.5rem;max-width:44rem}.oteria-fc .ot-hero__kpis{display:flex;gap:2rem;flex-wrap:wrap}.oteria-fc .ot-hero__kpi{display:flex;flex-direction:column;gap:0.25rem}.oteria-fc .ot-hero__kpi-num{font-size:2.25rem;font-weight:700;color:var(--ot-primary);line-height:1}.oteria-fc .ot-hero__kpi-label{font-size:0.8125rem;color:var(--ot-gray-500);max-width:8rem;line-height:1.4}.oteria-fc .ot-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.oteria-fc .ot-bento-card{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.5rem;box-shadow:var(--ot-shadow-soft);position:relative;overflow:hidden;transition:box-shadow 0.2s}.oteria-fc .ot-bento-card:hover{box-shadow:var(--ot-shadow-soft-lg)}.oteria-fc .ot-bento-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),transparent)}.oteria-fc .ot-bento-card__icon{width:2.5rem;height:2.5rem;border-radius:var(--ot-radius);background:linear-gradient(135deg,rgba(255,46,102,0.12),rgba(255,46,102,0.04));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.oteria-fc .ot-bento-card__icon svg{width:1.25rem;height:1.25rem}.oteria-fc .ot-bento-card h3{font-size:1rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.875rem}.oteria-fc .ot-bento-badges{display:flex;flex-wrap:wrap;gap:0.5rem;list-style:none}.oteria-fc .ot-bento-badges li{background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-radius:2rem;font-size:0.8125rem;font-weight:600;color:var(--ot-text-dark-muted);padding:0.25rem 0.75rem}.oteria-fc .ot-bento-badges li.highlight{background:rgba(255,46,102,0.08);border-color:rgba(255,46,102,0.2);color:var(--ot-primary)}.oteria-fc .ot-bento-bullets{list-style:none;display:flex;flex-direction:column;gap:0.5rem}.oteria-fc .ot-bento-bullets li{font-size:0.875rem;color:var(--ot-text-dark-muted);padding-left:1rem;position:relative;line-height:1.4}.oteria-fc .ot-bento-bullets li::before{content:"-";position:absolute;left:0;color:var(--ot-primary);font-weight:700}.oteria-fc .ot-bento-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem}.oteria-fc .ot-bento-stat-item{background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-radius:var(--ot-radius);padding:0.875rem;text-align:center}.oteria-fc .ot-bento-stat-item strong{display:block;font-size:1.375rem;font-weight:700;color:var(--ot-primary);line-height:1;margin-bottom:0.25rem}.oteria-fc .ot-bento-stat-item span{font-size:0.75rem;color:var(--ot-text-dark-muted);line-height:1.3}.oteria-fc .ot-section-close{text-align:center;font-size:0.9375rem;color:var(--ot-text-dark-muted);max-width:42rem;margin:2rem auto 0}.oteria-fc .ot-section--dark .ot-section-header h2{color:var(--ot-text)}.oteria-fc .ot-section--dark .ot-section-header p{color:var(--ot-text-muted)}.oteria-fc .ot-section--dark::before{content:"";position:absolute;top:- 8rem;right:- 6rem;width:28rem;height:28rem;background:radial-gradient(circle,rgba(255,46,102,0.08) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-section--dark::after{content:"";position:absolute;bottom:- 6rem;left:- 4rem;width:20rem;height:20rem;background:radial-gradient(circle,rgba(253,52,4,0.07) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-stepper-intro{font-size:1rem;color:var(--ot-text-muted);max-width:42rem;margin:0 auto 2.5rem;text-align:center}.oteria-fc .ot-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;position:relative;margin-bottom:1rem}.oteria-fc .ot-stepper::before{content:"";position:absolute;top:1.5rem;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,46,102,0.3),rgba(255,46,102,0.3),rgba(255,46,102,0.3),transparent);z-index:0}.oteria-fc .ot-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.oteria-fc .ot-step__num{width:3rem;height:3rem;border-radius:50%;background:rgba(255,46,102,0.1);border:2px solid rgba(255,46,102,0.3);display:flex;align-items:center;justify-content:center;color:var(--ot-primary);font-size:1rem;font-weight:700;margin-bottom:1rem;flex-shrink:0}.oteria-fc .ot-step--active .ot-step__num{background:var(--ot-primary);border-color:var(--ot-primary);color:#fff;box-shadow:0 0 1.25rem rgba(255,46,102,0.4)}.oteria-fc .ot-step__body{background:var(--ot-dark-4);border:1px solid var(--ot-border);border-radius:var(--ot-radius);padding:1rem 0.875rem;width:100%}.oteria-fc .ot-step__title{font-size:0.875rem;font-weight:700;color:var(--ot-text);margin-bottom:0.625rem}.oteria-fc .ot-step__list{list-style:none;display:flex;flex-direction:column;gap:0.375rem}.oteria-fc .ot-step__list li{font-size:0.75rem;color:var(--ot-gray-500);padding-left:0.875rem;position:relative;line-height:1.4;text-align:left}.oteria-fc .ot-step__list li::before{content:"·";position:absolute;left:0;color:var(--ot-primary);font-weight:700}.oteria-fc .ot-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.oteria-fc .ot-tool-card{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.5rem 1.25rem;box-shadow:var(--ot-shadow-soft);transition:box-shadow 0.2s,transform 0.15s;position:relative;overflow:hidden}.oteria-fc .ot-tool-card:hover{box-shadow:var(--ot-shadow-soft-lg);transform:translateY(-2px)}.oteria-fc .ot-tool-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),rgba(255,46,102,0.2))}.oteria-fc .ot-tool-card__icon{width:2.75rem;height:2.75rem;border-radius:var(--ot-radius);background:linear-gradient(135deg,rgba(255,46,102,0.12),rgba(255,46,102,0.04));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.oteria-fc .ot-tool-card__icon svg{width:1.375rem;height:1.375rem}.oteria-fc .ot-tool-card h3{font-size:0.9375rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.5rem}.oteria-fc .ot-tool-card p{font-size:0.8125rem;color:var(--ot-text-dark-muted);line-height:1.55}.oteria-fc .ot-compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.oteria-fc .ot-compare-card{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.5rem;box-shadow:var(--ot-shadow-soft);position:relative;overflow:hidden}.oteria-fc .ot-compare-card::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),rgba(255,46,102,0.3))}.oteria-fc .ot-compare-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.875rem;gap:0.75rem}.oteria-fc .ot-compare-card h3{font-size:1rem;font-weight:700;color:var(--ot-text-dark)}.oteria-fc .ot-compare-card__tag{font-size:0.75rem;font-weight:700;color:var(--ot-text-dark-muted);background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-radius:2rem;padding:0.1875rem 0.625rem;white-space:nowrap;flex-shrink:0}.oteria-fc .ot-compare-bullets{list-style:none;display:flex;flex-direction:column;gap:0.4375rem;margin-bottom:0.875rem}.oteria-fc .ot-compare-bullets li{font-size:0.875rem;color:var(--ot-text-dark-muted);padding-left:1rem;position:relative;line-height:1.35}.oteria-fc .ot-compare-bullets li::before{content:"✓";position:absolute;left:0;color:var(--ot-accent);font-weight:700;font-size:0.75rem}.oteria-fc .ot-compare-card__badge{display:inline-block;background:rgba(255,46,102,0.08);border:1px solid rgba(255,46,102,0.2);color:var(--ot-primary);font-size:0.8125rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:2rem}.oteria-fc .ot-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.oteria-fc .ot-program-card{background:var(--ot-dark-4);border:1px solid var(--ot-border);border-radius:var(--ot-radius-lg);padding:1.75rem 1.5rem;position:relative;overflow:hidden}.oteria-fc .ot-program-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),var(--ot-accent-blue))}.oteria-fc .ot-program-card__badge{display:inline-block;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--ot-primary);border:1px solid rgba(255,46,102,0.3);background:rgba(255,46,102,0.1);border-radius:2rem;padding:0.25rem 0.75rem;margin-bottom:0.875rem}.oteria-fc .ot-program-card h3{font-size:1.125rem;font-weight:700;color:var(--ot-text);margin-bottom:0.375rem}.oteria-fc .ot-program-card__hours{font-size:0.8125rem;color:var(--ot-gray-500);margin-bottom:1rem}.oteria-fc .ot-program-modules{list-style:none;display:flex;flex-direction:column;gap:0.4375rem}.oteria-fc .ot-program-modules li{font-size:0.875rem;color:var(--ot-gray-300);padding-left:1.125rem;position:relative;line-height:1.4}.oteria-fc .ot-program-modules li::before{content:"→";position:absolute;left:0;color:var(--ot-primary);font-weight:700;font-size:0.75rem}.oteria-fc .ot-partner-band{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem 2rem;padding:1.5rem 0;border-top:1px solid var(--ot-border-light-1)}.oteria-fc .ot-partner-band__label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--ot-text-dark-muted);width:100%;text-align:center;margin-bottom:0.25rem}.oteria-fc .ot-partner-pill{font-size:0.8125rem;font-weight:700;color:var(--ot-text-dark-muted);background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-radius:2rem;padding:0.4375rem 1rem}.oteria-fc .ot-job-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.oteria-fc .ot-job-card{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.375rem 1rem;box-shadow:var(--ot-shadow-soft);text-align:center;transition:box-shadow 0.2s,transform 0.15s;position:relative;overflow:hidden}.oteria-fc .ot-job-card:hover{box-shadow:var(--ot-shadow-soft-lg);transform:translateY(-2px)}.oteria-fc .ot-job-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--ot-primary),transparent);opacity:0;transition:opacity 0.2s}.oteria-fc .ot-job-card:hover::after{opacity:1}.oteria-fc .ot-job-card__icon{width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(135deg,rgba(255,46,102,0.12),rgba(255,46,102,0.04));display:flex;align-items:center;justify-content:center;margin:0 auto 0.875rem}.oteria-fc .ot-job-card__icon svg{width:1.25rem;height:1.25rem}.oteria-fc .ot-job-card h3{font-size:0.875rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.375rem;line-height:1.3}.oteria-fc .ot-job-card__salary{font-size:1rem;font-weight:700;color:var(--ot-primary);margin-bottom:0.25rem}.oteria-fc .ot-job-card__sector{font-size:0.75rem;color:var(--ot-text-dark-muted);line-height:1.35}.oteria-fc .ot-grad-num-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.oteria-fc .ot-grad-num-card{position:relative;overflow:hidden;background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.75rem 1.5rem 1.5rem;box-shadow:var(--ot-shadow-soft);transition:transform 0.25s ease,box-shadow 0.25s ease}.oteria-fc .ot-grad-num-card:hover{transform:translateY(-3px);box-shadow:var(--ot-shadow-soft-lg)}.oteria-fc .ot-grad-num-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),var(--ot-accent-blue))}.oteria-fc .ot-grad-num-card__num{position:absolute;top:-0.875rem;right:0.5rem;font-size:5.5rem;font-weight:900;line-height:1;background:linear-gradient(180deg,rgba(255,46,102,0.18),rgba(255,46,102,0));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;pointer-events:none;user-select:none}.oteria-fc .ot-grad-num-card__icon{position:relative;z-index:1;width:2.75rem;height:2.75rem;border-radius:var(--ot-radius);background:linear-gradient(135deg,var(--ot-primary),#ff6b9d);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 6px 18px rgba(255,46,102,0.25)}.oteria-fc .ot-grad-num-card__icon svg{width:1.375rem;height:1.375rem;stroke:#fff}.oteria-fc .ot-grad-num-card h3{position:relative;z-index:1;font-size:0.9375rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.5rem}.oteria-fc .ot-grad-num-card p{position:relative;z-index:1;font-size:0.8125rem;color:var(--ot-text-dark-muted);line-height:1.55}.oteria-fc .ot-compare-dark{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;position:relative;z-index:1}.oteria-fc .ot-compare-dark__card{position:relative;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:var(--ot-radius-lg);padding:2rem 1.75rem 1.75rem;backdrop-filter:blur(4px);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.oteria-fc .ot-compare-dark__card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(255,46,102,0.12)}.oteria-fc .ot-compare-dark__card--featured{background:rgba(255,46,102,0.08);border-color:rgba(255,46,102,0.35)}.oteria-fc .ot-compare-dark__card--featured::before{content:"RECOMMANDÉ POUR LE RGPD";position:absolute;top:-0.75rem;left:1.5rem;background:linear-gradient(90deg,var(--ot-primary),#ff6b9d);color:#fff;font-size:0.625rem;font-weight:700;letter-spacing:0.1em;padding:0.25rem 0.75rem;border-radius:2rem;box-shadow:0 4px 12px rgba(255,46,102,0.4)}.oteria-fc .ot-compare-dark__tag{display:inline-block;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--ot-primary);border:1px solid rgba(255,46,102,0.3);background:rgba(255,46,102,0.1);border-radius:2rem;padding:0.25rem 0.75rem;margin-bottom:0.875rem}.oteria-fc .ot-compare-dark__card h3{font-size:1.125rem;font-weight:700;color:var(--ot-text);margin-bottom:0.375rem}.oteria-fc .ot-compare-dark__hours{font-size:0.8125rem;color:var(--ot-gray-500);margin-bottom:1rem}.oteria-fc .ot-compare-dark__list{list-style:none;display:flex;flex-direction:column;gap:0.4375rem}.oteria-fc .ot-compare-dark__list li{font-size:0.875rem;color:var(--ot-gray-300);padding-left:1.5rem;position:relative;line-height:1.45}.oteria-fc .ot-compare-dark__list li::before{content:"";position:absolute;left:0;top:0.375rem;width:1rem;height:1rem;border-radius:50%;background:rgba(255,46,102,0.2);box-shadow:0 0 0 1px rgba(255,46,102,0.4)}.oteria-fc .ot-compare-dark__list li::after{content:"";position:absolute;left:0.3125rem;top:0.625rem;width:0.375rem;height:0.1875rem;border-left:2px solid var(--ot-primary);border-bottom:2px solid var(--ot-primary);transform:rotate(-45deg)}.oteria-fc .ot-city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.oteria-fc .ot-city-card{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);box-shadow:var(--ot-shadow-soft);overflow:hidden;transition:transform 0.25s ease,box-shadow 0.25s ease}.oteria-fc .ot-city-card:hover{transform:translateY(-3px);box-shadow:var(--ot-shadow-soft-lg)}.oteria-fc .ot-city-card__head{background:linear-gradient(135deg,var(--ot-primary),var(--ot-primary-deeper));color:#fff;padding:1.125rem 1rem 0.875rem;text-align:center;position:relative;overflow:hidden}.oteria-fc .ot-city-card__head::after{content:"";position:absolute;top:-50%;right:-30%;width:100%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.12),transparent 60%);pointer-events:none}.oteria-fc .ot-city-card__icon{width:2.25rem;height:2.25rem;border-radius:50%;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;margin:0 auto 0.5rem;position:relative;z-index:1}.oteria-fc .ot-city-card__icon svg{width:1.125rem;height:1.125rem;stroke:#fff}.oteria-fc .ot-city-card__title{font-size:0.875rem;font-weight:700;color:#fff;line-height:1.25;position:relative;z-index:1}.oteria-fc .ot-city-card__body{padding:1rem 1rem 1.125rem}.oteria-fc .ot-city-card__row{display:flex;justify-content:space-between;align-items:baseline;padding:0.4375rem 0;border-bottom:1px dashed var(--ot-border-light-1);font-size:0.75rem}.oteria-fc .ot-city-card__row:last-child{border-bottom:none}.oteria-fc .ot-city-card__label{color:var(--ot-text-dark-muted);font-weight:600;text-transform:uppercase;letter-spacing:0.04em;font-size:0.625rem}.oteria-fc .ot-city-card__value{color:var(--ot-text-dark);font-weight:700;text-align:right}.oteria-fc .ot-city-card__value--accent{color:var(--ot-primary)}.oteria-fc .ot-stat-grad{font-size:2.5rem;font-weight:900;line-height:1;background:linear-gradient(135deg,var(--ot-primary),var(--ot-accent-blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.oteria-fc .ot-highlight-banner{background:linear-gradient(135deg,var(--ot-dark) 0%,var(--ot-dark-2) 100%);border:1px solid rgba(255,46,102,0.25);border-radius:var(--ot-radius-lg);padding:1.75rem 2rem;margin:1.5rem 0;display:flex;gap:1.25rem;align-items:flex-start;position:relative;overflow:hidden}.oteria-fc .ot-highlight-banner::before{content:"";position:absolute;top:-3rem;right:-3rem;width:14rem;height:14rem;border-radius:50%;background:radial-gradient(circle,rgba(255,46,102,0.15),transparent 65%);pointer-events:none}.oteria-fc .ot-highlight-banner__icon{width:2.75rem;height:2.75rem;border-radius:var(--ot-radius);background:linear-gradient(135deg,var(--ot-primary),#ff6b9d);flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(255,46,102,0.25);position:relative;z-index:1}.oteria-fc .ot-highlight-banner__icon svg{width:1.375rem;height:1.375rem;stroke:#fff}.oteria-fc .ot-highlight-banner__body{position:relative;z-index:1;flex:1}.oteria-fc .ot-highlight-banner__label{color:var(--ot-primary);font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:0.375rem}.oteria-fc .ot-highlight-banner__title{color:#fff;font-size:1.0625rem;font-weight:700;margin-bottom:0.5rem;line-height:1.35}.oteria-fc .ot-highlight-banner__text{color:rgba(255,255,255,0.78);font-size:0.875rem;line-height:1.65}.oteria-fc .ot-highlight-banner__text strong{color:#fff}.oteria-fc .ot-fused-stack{display:grid;gap:1.5rem}.oteria-fc .ot-fused-block{position:relative;background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.75rem 2rem;box-shadow:var(--ot-shadow-soft);display:grid;grid-template-columns:14rem 1fr;gap:2rem;align-items:start;overflow:hidden}.oteria-fc .ot-fused-block::before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--ot-primary),var(--ot-accent-blue))}.oteria-fc .ot-fused-block:hover{box-shadow:var(--ot-shadow-soft-lg)}.oteria-fc .ot-fused-block__visual{background:linear-gradient(135deg,var(--ot-light-pink),#fff);border:1px solid rgba(255,46,102,0.12);border-radius:var(--ot-radius);padding:1.25rem;position:relative;overflow:hidden;min-height:11rem}.oteria-fc .ot-fused-block__visual::before{content:"";position:absolute;top:-2.5rem;right:-2.5rem;width:8rem;height:8rem;border-radius:50%;background:radial-gradient(circle,rgba(255,46,102,0.15),transparent 65%);pointer-events:none}.oteria-fc .ot-fused-block__icon{position:relative;z-index:1;width:2.5rem;height:2.5rem;border-radius:var(--ot-radius);background:linear-gradient(135deg,var(--ot-primary),#ff6b9d);display:flex;align-items:center;justify-content:center;margin-bottom:0.875rem;box-shadow:0 6px 18px rgba(255,46,102,0.22)}.oteria-fc .ot-fused-block__icon svg{width:1.25rem;height:1.25rem;stroke:#fff}.oteria-fc .ot-fused-block__chips{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:0.4rem;list-style:none}.oteria-fc .ot-fused-block__chips li{background:rgba(255,255,255,0.8);border:1px solid rgba(255,46,102,0.2);border-radius:2rem;font-size:0.75rem;font-weight:600;color:var(--ot-text-dark-muted);padding:0.25rem 0.625rem;backdrop-filter:blur(2px)}.oteria-fc .ot-fused-block__chips li.highlight{background:var(--ot-primary);color:#fff;border-color:var(--ot-primary)}.oteria-fc .ot-fused-block__bullets{position:relative;z-index:1;list-style:none;display:flex;flex-direction:column;gap:0.5rem}.oteria-fc .ot-fused-block__bullets li{font-size:0.8125rem;color:var(--ot-text-dark-muted);padding-left:1.25rem;position:relative;line-height:1.45}.oteria-fc .ot-fused-block__bullets li::before{content:"";position:absolute;left:0;top:0.45rem;width:0.5rem;height:0.5rem;border-radius:50%;background:var(--ot-primary)}.oteria-fc .ot-fused-block__text h3{font-size:1.0625rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.75rem;line-height:1.35}.oteria-fc .ot-fused-block__text p{font-size:0.9375rem;color:var(--ot-text-dark-muted);line-height:1.7;margin-bottom:0.75rem}.oteria-fc .ot-fused-block__text p:last-child{margin-bottom:0}.oteria-fc .ot-fused-block__text ol{counter-reset:oblig-counter;list-style:none;margin:0.75rem 0;padding:0;display:grid;gap:0.5rem}.oteria-fc .ot-fused-block__text ol li{counter-increment:oblig-counter;font-size:0.875rem;color:var(--ot-text-dark-muted);padding-left:2.25rem;position:relative;line-height:1.55}.oteria-fc .ot-fused-block__text ol li::before{content:counter(oblig-counter,decimal-leading-zero);position:absolute;left:0;top:0;width:1.625rem;height:1.625rem;border-radius:50%;background:linear-gradient(135deg,var(--ot-primary),#ff6b9d);color:#fff;font-size:0.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.oteria-fc .ot-tabs{margin-bottom:2rem}.oteria-fc .ot-tabs-nav{display:flex;gap:0.25rem;border-bottom:1px solid var(--ot-border-light-2);overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem;scrollbar-width:none}.oteria-fc .ot-tabs-nav::-webkit-scrollbar{display:none}.oteria-fc .ot-tab-btn{flex:1;min-width:max-content;background:transparent;border:none;padding:0.875rem 1.25rem;font-family:var(--ot-font);font-size:0.8125rem;font-weight:700;color:var(--ot-text-dark-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color 0.15s,border-color 0.15s;white-space:nowrap;display:flex;align-items:center;gap:0.5rem;justify-content:center}.oteria-fc .ot-tab-btn:hover{color:var(--ot-text-dark)}.oteria-fc .ot-tab-btn.is-active{color:var(--ot-primary);border-bottom-color:var(--ot-primary)}.oteria-fc .ot-tab-btn__tag{display:inline-block;font-size:0.625rem;font-weight:700;letter-spacing:0.04em;color:var(--ot-text-dark-muted);background:var(--ot-light-alt);border-radius:2rem;padding:0.125rem 0.5rem}.oteria-fc .ot-tab-btn.is-active .ot-tab-btn__tag{background:rgba(255,46,102,0.1);color:var(--ot-primary)}.oteria-fc .ot-tab-panel{display:none}.oteria-fc .ot-tab-panel.is-active{display:block;animation:ot-fade .25s ease-out}@keyframes ot-fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.oteria-fc .ot-tab-panel__inner{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:2rem;box-shadow:var(--ot-shadow-soft);display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start;position:relative;overflow:hidden}.oteria-fc .ot-tab-panel__inner::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),var(--ot-accent-blue))}.oteria-fc .ot-tab-panel__text h3{font-size:1.125rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.75rem;line-height:1.35}.oteria-fc .ot-tab-panel__text p{font-size:0.9375rem;color:var(--ot-text-dark-muted);line-height:1.7;margin-bottom:0.75rem}.oteria-fc .ot-tab-panel__text ul{margin:0.5rem 0 0.75rem 1.25rem;font-size:0.875rem;color:var(--ot-text-dark-muted);line-height:1.6}.oteria-fc .ot-tab-panel__text li{margin-bottom:0.25rem}.oteria-fc .ot-tab-panel__visual{background:linear-gradient(135deg,var(--ot-light-pink),#fff);border:1px solid rgba(255,46,102,0.12);border-radius:var(--ot-radius);padding:1.5rem;position:relative;overflow:hidden}.oteria-fc .ot-tab-panel__visual::before{content:"";position:absolute;top:-3rem;right:-3rem;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,rgba(255,46,102,0.18),transparent 65%);pointer-events:none}.oteria-fc .ot-tab-panel__metric{position:relative;z-index:1;font-size:0.6875rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ot-primary);margin-bottom:0.375rem}.oteria-fc .ot-tab-panel__big{position:relative;z-index:1;font-size:2rem;font-weight:900;line-height:1;background:linear-gradient(135deg,var(--ot-primary),var(--ot-accent-blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0.875rem}.oteria-fc .ot-tab-panel__rows{position:relative;z-index:1;list-style:none}.oteria-fc .ot-tab-panel__rows li{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed rgba(255,46,102,0.18);font-size:0.8125rem}.oteria-fc .ot-tab-panel__rows li:last-child{border-bottom:none}.oteria-fc .ot-tab-panel__rows .label{color:var(--ot-text-dark-muted);font-weight:600}.oteria-fc .ot-tab-panel__rows .value{color:var(--ot-text-dark);font-weight:700;text-align:right}.oteria-fc .ot-split-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:start;margin-bottom:2.5rem}.oteria-fc .ot-split-layout__text h3{font-size:1.125rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.875rem}.oteria-fc .ot-split-layout__text p{font-size:0.9375rem;color:var(--ot-text-dark-muted);line-height:1.7}.oteria-fc .ot-split-layout__visual{background:linear-gradient(135deg,var(--ot-light-pink),#fff);border:1px solid rgba(255,46,102,0.15);border-radius:var(--ot-radius-lg);padding:1.75rem;position:relative;overflow:hidden}.oteria-fc .ot-split-layout__visual::before{content:"";position:absolute;top:-3rem;right:-3rem;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,rgba(255,46,102,0.18),transparent 65%);pointer-events:none}.oteria-fc .ot-split-layout__acronym{position:relative;z-index:1;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--ot-primary),var(--ot-accent-blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0.75rem;line-height:1}.oteria-fc .ot-split-layout__acronym-text{position:relative;z-index:1;font-size:0.9375rem;font-weight:700;color:var(--ot-text-dark);line-height:1.4;margin-bottom:0.875rem}.oteria-fc .ot-split-layout__date{position:relative;z-index:1;display:inline-block;background:var(--ot-primary);color:#fff;font-size:0.6875rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:0.3125rem 0.75rem;border-radius:2rem}.oteria-fc .ot-faq{max-width:52rem;margin:0 auto}.oteria-fc .ot-faq-item{margin-bottom:0.625rem;border:1px solid var(--ot-border-light-2);border-left:3px solid var(--ot-primary);border-radius:var(--ot-radius);overflow:hidden}.oteria-fc .ot-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:1rem 1.125rem;cursor:pointer;list-style:none;font-size:0.9375rem;font-weight:700;color:var(--ot-text-dark);background:var(--ot-light-alt);transition:background 0.15s}.oteria-fc .ot-faq-item summary::-webkit-details-marker{display:none}.oteria-fc .ot-faq-item summary::after{content:"+";font-size:1.25rem;font-weight:300;color:var(--ot-primary);flex-shrink:0}.oteria-fc .ot-faq-item[open] summary::after{content:"−"}.oteria-fc .ot-faq-item[open] summary{border-bottom:1px solid var(--ot-border-light-2);background:#fff5f8}.oteria-fc .ot-faq-answer{padding:1rem 1.125rem;font-size:0.9375rem;line-height:1.7;color:var(--ot-text-dark-muted);background:var(--ot-light-bg)}.oteria-fc .ot-faq-answer strong{color:var(--ot-text-dark)}.oteria-fc .ot-cta-final{background:linear-gradient(135deg,var(--ot-primary) 0%,var(--ot-primary-deeper) 100%);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.oteria-fc .ot-cta-final::before{content:"";position:absolute;top:- 4rem;right:- 4rem;width:20rem;height:20rem;background:radial-gradient(circle,rgba(255,255,255,0.12) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-cta-final::after{content:"";position:absolute;bottom:- 3rem;left:- 3rem;width:16rem;height:16rem;background:radial-gradient(circle,rgba(0,0,0,0.15) 0%,transparent 70%);pointer-events:none}.oteria-fc .ot-cta-final__inner{position:relative;z-index:1}.oteria-fc .ot-cta-final h2{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:0.875rem;line-height:1.2}.oteria-fc .ot-cta-final p{font-size:1.0625rem;color:rgba(255,255,255,0.85);max-width:36rem;margin:0 auto 2rem;line-height:1.6}.oteria-fc .ot-btn-white{background:#fff;color:var(--ot-primary);font-family:var(--ot-font);font-size:1rem;font-weight:700;padding:1rem 2.25rem;border-radius:var(--ot-radius);text-decoration:none;display:inline-block;transition:opacity 0.2s}.oteria-fc .ot-btn-white:hover{opacity:0.9}.oteria-fc .ot-widget-conv .conv-encart{background:#12121f;border-left:4px solid #FF2C65;border-radius:8px;padding:24px 28px;margin:0;font-family:Ubuntu,sans-serif}.oteria-fc .ot-widget-conv .conv-header{color:#FF2C65;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.oteria-fc .ot-widget-conv .conv-header::before{content:"LE SAVIEZ-VOUS ?"}.oteria-fc .ot-widget-conv .conv-stats{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.oteria-fc .ot-widget-conv .conv-stat{background:rgba(255,46,102,0.08);border:1px solid rgba(255,46,102,0.2);border-radius:8px;padding:14px 18px;text-align:center;flex:1;min-width:140px}.oteria-fc .ot-widget-conv .conv-stat-number{color:#FF2C65;font-size:26px;font-weight:700;display:block;line-height:1}.oteria-fc .ot-widget-conv .conv-stat-label{color:#9a9ab0;font-size:12px;margin-top:6px;line-height:1.4}.oteria-fc .ot-widget-conv .conv-regs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;align-items:center}.oteria-fc .ot-widget-conv .conv-regs-label{color:#666;font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-right:4px}.oteria-fc .ot-widget-conv .conv-reg-badge{background:rgba(255,255,255,0.06);border:1px solid rgba(255,46,102,0.3);color:#e0e0f0;font-size:12px;font-weight:700;padding:4px 12px;border-radius:4px}.oteria-fc .ot-widget-conv .conv-reg-badge.highlight{background:rgba(255,46,102,0.15);border-color:#FF2C65;color:#FF2C65}.oteria-fc .ot-widget-conv .conv-text{color:#b0b8cc;font-size:14px;line-height:1.7;border-top:1px solid rgba(255,255,255,0.06);padding-top:14px;margin-top:4px}.oteria-fc .ot-widget-conv .conv-source{color:#555;font-size:11px;margin-top:10px;font-style:italic}@media (max-width:600px){.oteria-fc .ot-widget-conv .conv-stats{flex-direction:column}.oteria-fc .ot-widget-conv .conv-stat{min-width:auto}.oteria-fc .ot-widget-conv .conv-encart{padding:18px 16px}}.oteria-fc .ot-widget-conseil .conseil-encart{background:#12121f;border-radius:8px;border:1px solid rgba(255,255,255,0.07);padding:20px 24px;margin:0;font-family:Ubuntu,sans-serif;display:flex;gap:18px;align-items:flex-start}.oteria-fc .ot-widget-conseil .conseil-icon{width:42px;height:42px;background:rgba(255,46,102,0.12);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}.oteria-fc .ot-widget-conseil .conseil-label{color:#FF2C65;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}.oteria-fc .ot-widget-conseil .conseil-text{color:#ccccd8;font-size:14px;line-height:1.7}.oteria-fc .ot-widget-conseil .conseil-text strong{color:#ffffff}@media (max-width:480px){.oteria-fc .ot-widget-conseil .conseil-encart{flex-direction:column;gap:12px}}.oteria-fc .ot-widget-stepper .stepper-wrap{background:#12121f;border-radius:12px;padding:32px 28px 28px;margin:0;font-family:Ubuntu,sans-serif;overflow:hidden}.oteria-fc .ot-widget-stepper .stepper-header{margin-bottom:28px}.oteria-fc .ot-widget-stepper .stepper-eyebrow{color:#FF2C65;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}.oteria-fc .ot-widget-stepper .stepper-title{color:#ffffff;font-size:18px;font-weight:700}.oteria-fc .ot-widget-stepper .stepper-track{display:flex;align-items:stretch;position:relative}.oteria-fc .ot-widget-stepper .stepper-step{flex:1;position:relative;padding:0 8px}.oteria-fc .ot-widget-stepper .stepper-step::before{content:"";position:absolute;top:20px;left:50%;right:- 50%;height:2px;background:rgba(255,46,102,0.25);z-index:0}.oteria-fc .ot-widget-stepper .stepper-step:last-child::before{display:none}.oteria-fc .ot-widget-stepper .step-dot-wrap{display:flex;justify-content:center;margin-bottom:16px;position:relative;z-index:1}.oteria-fc .ot-widget-stepper .step-dot{width:40px;height:40px;border-radius:50%;background:rgba(255,46,102,0.1);border:2px solid rgba(255,46,102,0.3);display:flex;align-items:center;justify-content:center;color:#FF2C65;font-size:14px;font-weight:700;transition:all 0.2s}.oteria-fc .ot-widget-stepper .stepper-step.active .step-dot{background:#FF2C65;border-color:#FF2C65;color:#ffffff;box-shadow:0 0 20px rgba(255,46,102,0.4)}.oteria-fc .ot-widget-stepper .step-content{text-align:center;padding:0 4px}.oteria-fc .ot-widget-stepper .step-phase{color:#555;font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.oteria-fc .ot-widget-stepper .step-title{color:#ffffff;font-size:14px;font-weight:700;margin-bottom:6px;line-height:1.3}.oteria-fc .ot-widget-stepper .step-desc{color:#888;font-size:12px;line-height:1.5;margin-bottom:8px}.oteria-fc .ot-widget-stepper .step-stat{display:inline-block;background:rgba(255,46,102,0.1);border:1px solid rgba(255,46,102,0.2);color:#FF2C65;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.oteria-fc .ot-widget-stepper .stepper-footer{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.06);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.oteria-fc .ot-widget-stepper .footer-stat{text-align:center;flex:1;min-width:120px}.oteria-fc .ot-widget-stepper .footer-stat-number{color:#FF2C65;font-size:20px;font-weight:700;display:block}.oteria-fc .ot-widget-stepper .footer-stat-label{color:#666;font-size:11px;margin-top:2px;line-height:1.4}@media (max-width:580px){.oteria-fc .ot-widget-stepper .stepper-track{flex-direction:column}.oteria-fc .ot-widget-stepper .stepper-step::before{display:none}.oteria-fc .ot-widget-stepper .stepper-step{padding:0;margin-bottom:20px}.oteria-fc .ot-widget-stepper .step-dot-wrap{justify-content:flex-start}.oteria-fc .ot-widget-stepper .step-content{text-align:left}.oteria-fc .ot-widget-stepper .stepper-footer{flex-direction:column}}.oteria-fc .ot-widget-bofu .bofu-cta{background:linear-gradient(135deg,#1a0a1f 0%,#12121f 100%);border:1px solid rgba(255,46,102,0.3);border-radius:16px;padding:36px 40px;margin:0;font-family:Ubuntu,sans-serif;text-align:center;position:relative;overflow:hidden}.oteria-fc .ot-widget-bofu .bofu-cta::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF2C65,#ff6b9d,#FF2C65)}.oteria-fc .ot-widget-bofu .bofu-eyebrow{color:#FF2C65;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.oteria-fc .ot-widget-bofu .bofu-title{color:#ffffff;font-size:26px;font-weight:700;line-height:1.3;margin-bottom:10px}.oteria-fc .ot-widget-bofu .bofu-subtitle{color:#9a9ab0;font-size:15px;line-height:1.6;max-width:540px;margin:0 auto 24px}.oteria-fc .ot-widget-bofu .bofu-stats{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:28px}.oteria-fc .ot-widget-bofu .bofu-stat{text-align:center}.oteria-fc .ot-widget-bofu .bofu-stat-number{color:#FF2C65;font-size:24px;font-weight:700;display:block}.oteria-fc .ot-widget-bofu .bofu-stat-label{color:#666;font-size:12px;margin-top:2px}.oteria-fc .ot-widget-bofu .bofu-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.oteria-fc .ot-widget-bofu .bofu-btn-primary{display:inline-block;background:#FF2C65;color:#ffffff;font-family:Ubuntu,sans-serif;font-size:15px;font-weight:700;padding:14px 30px;border-radius:8px;text-decoration:none}.oteria-fc .ot-widget-bofu .bofu-btn-secondary{display:inline-block;background:transparent;color:#ffffff;font-family:Ubuntu,sans-serif;font-size:15px;font-weight:600;padding:14px 30px;border-radius:8px;text-decoration:none;border:1px solid rgba(255,255,255,0.2)}.oteria-fc .ot-widget-bofu .bofu-note{color:#444;font-size:12px;margin-top:14px}@media (max-width:540px){.oteria-fc .ot-widget-bofu .bofu-cta{padding:28px 20px}.oteria-fc .ot-widget-bofu .bofu-title{font-size:20px}.oteria-fc .ot-widget-bofu .bofu-stats{gap:20px}.oteria-fc .ot-widget-bofu .bofu-buttons{flex-direction:column;align-items:center}.oteria-fc .ot-widget-bofu .bofu-btn-primary,.oteria-fc .ot-widget-bofu .bofu-btn-secondary{width:100%;text-align:center}}.oteria-fc .ot-hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.oteria-fc .ot-hero-cta-btn{display:inline-flex;align-items:center;gap:0.5rem;background:var(--ot-primary);color:#fff;font-size:0.9375rem;font-weight:700;padding:0.875rem 1.75rem;border-radius:var(--ot-radius-sm);text-decoration:none;transition:background 0.2s,transform 0.15s;font-family:var(--ot-font)}.oteria-fc .ot-hero-cta-btn:hover{background:var(--ot-primary-deeper);transform:translateY(-1px)}.oteria-fc .ot-hero-cta-btn-ghost{display:inline-flex;align-items:center;gap:0.5rem;background:transparent;color:rgba(255,255,255,0.85);font-size:0.9375rem;font-weight:600;padding:0.875rem 1.5rem;border-radius:var(--ot-radius-sm);border:1.5px solid rgba(255,255,255,0.25);text-decoration:none;transition:border-color 0.2s,color 0.2s;font-family:var(--ot-font)}.oteria-fc .ot-hero-cta-btn-ghost:hover{border-color:rgba(255,255,255,0.6);color:#fff}.oteria-fc .ot-widget-mofu .mofu-cta{background:linear-gradient(135deg,#12121f 0%,#1a0a1f 100%);border:1px solid rgba(255,46,102,0.25);border-radius:12px;padding:28px 32px;margin:0;font-family:Ubuntu,sans-serif;display:flex;align-items:center;justify-content:space-between;gap:24px}.oteria-fc .ot-widget-mofu .mofu-content{flex:1}.oteria-fc .ot-widget-mofu .mofu-label{color:#FF2C65;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}.oteria-fc .ot-widget-mofu .mofu-title{color:#ffffff;font-size:20px;font-weight:700;line-height:1.3;margin-bottom:8px}.oteria-fc .ot-widget-mofu .mofu-desc{color:#9a9ab0;font-size:14px;line-height:1.6;max-width:480px}.oteria-fc .ot-widget-mofu .mofu-features{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px}.oteria-fc .ot-widget-mofu .mofu-feat{display:flex;align-items:center;gap:6px;color:#ccc;font-size:13px}.oteria-fc .ot-widget-mofu .mofu-feat::before{content:"";width:6px;height:6px;background:#FF2C65;border-radius:50%;flex-shrink:0}.oteria-fc .ot-widget-mofu .mofu-action{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.oteria-fc .ot-widget-mofu .mofu-btn{display:inline-block;background:#FF2C65;color:#ffffff;font-family:Ubuntu,sans-serif;font-size:14px;font-weight:700;padding:13px 24px;border-radius:8px;text-decoration:none;text-align:center;white-space:nowrap;transition:opacity 0.2s}.oteria-fc .ot-widget-mofu .mofu-btn:hover{opacity:0.88}.oteria-fc .ot-widget-mofu .mofu-note{color:#555;font-size:11px;text-align:center}@media (max-width:680px){.oteria-fc .ot-widget-mofu .mofu-cta{flex-direction:column;align-items:flex-start}.oteria-fc .ot-widget-mofu .mofu-action{align-items:flex-start;width:100%}.oteria-fc .ot-widget-mofu .mofu-btn{width:100%}}.oteria-fc .ot-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.oteria-fc .ot-detail-block{background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-left:3px solid var(--ot-primary);border-radius:var(--ot-radius);padding:1.25rem 1.5rem}.oteria-fc .ot-detail-block h3{font-size:0.9375rem;font-weight:700;color:var(--ot-text-dark);margin-bottom:0.75rem}.oteria-fc .ot-detail-block p{font-size:0.875rem;color:var(--ot-text-dark-muted);line-height:1.6;margin-bottom:0.5rem}.oteria-fc .ot-detail-block p:last-child{margin-bottom:0}.oteria-fc .ot-detail-block ol,.oteria-fc .ot-detail-block ul{margin:0.5rem 0 0.5rem 1.125rem;font-size:0.875rem;color:var(--ot-text-dark-muted);line-height:1.6}.oteria-fc .ot-detail-block li{margin-bottom:0.25rem}.oteria-fc .ot-formation-details{margin:0 0 2.5rem}.oteria-fc .ot-formation-detail{background:var(--ot-light-bg);border:1px solid var(--ot-border-light-2);border-radius:var(--ot-radius-lg);padding:1.5rem;box-shadow:var(--ot-shadow-soft);margin-bottom:1rem;position:relative;overflow:hidden}.oteria-fc .ot-formation-detail::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ot-primary),rgba(255,46,102,0.2))}.oteria-fc .ot-formation-detail__head{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}.oteria-fc .ot-formation-detail__head h3{font-size:1rem;font-weight:700;color:var(--ot-text-dark);flex:1}.oteria-fc .ot-formation-detail__tag{font-size:0.75rem;font-weight:700;color:var(--ot-primary);background:rgba(255,46,102,0.08);border:1px solid rgba(255,46,102,0.2);border-radius:2rem;padding:0.1875rem 0.625rem;white-space:nowrap}.oteria-fc .ot-formation-detail p{font-size:0.875rem;color:var(--ot-text-dark-muted);line-height:1.65;margin-bottom:0.5rem}.oteria-fc .ot-formation-detail ul{margin:0.25rem 0 0.5rem 1.125rem;font-size:0.875rem;color:var(--ot-text-dark-muted);line-height:1.55}.oteria-fc .ot-formation-detail li{margin-bottom:0.2rem}.oteria-fc .ot-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0;border-radius:var(--ot-radius-lg);border:1px solid var(--ot-border-light-2)}.oteria-fc .ot-table-scroll table{width:100%;border-collapse:collapse;font-size:0.875rem;min-width:600px}.oteria-fc .ot-table-scroll thead th{background:var(--ot-primary);color:#fff;padding:0.75rem 1rem;font-weight:700;text-align:left;border-bottom:2px solid var(--ot-primary-deeper)}.oteria-fc .ot-table-scroll tbody td{padding:0.75rem 1rem;border-bottom:1px solid var(--ot-border-light-1);color:var(--ot-text-dark-muted);vertical-align:top}.oteria-fc .ot-table-scroll tbody tr:last-child td{border-bottom:none}.oteria-fc .ot-table-scroll tbody tr:hover td{background:rgba(255,46,102,0.03)}.oteria-fc .ot-table-scroll tbody td:first-child{font-weight:700;color:var(--ot-text-dark)}.oteria-fc .ot-stat-para{background:var(--ot-light-alt);border:1px solid var(--ot-border-light-1);border-radius:var(--ot-radius);padding:1.25rem 1.5rem;font-size:0.9375rem;color:var(--ot-text-dark-muted);line-height:1.7;margin:2rem 0}.oteria-fc .ot-stat-para strong{color:var(--ot-text-dark)}.oteria-fc .ot-section--dark .ot-stat-para{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);color:var(--ot-text-muted);backdrop-filter:blur(4px)}.oteria-fc .ot-section--dark .ot-stat-para strong{color:#fff}.oteria-fc .ot-section--dark .ot-partner-band{border-top-color:rgba(255,255,255,0.1)}.oteria-fc .ot-section--dark .ot-partner-band__label{color:rgba(255,255,255,0.6)}.oteria-fc .ot-section--dark .ot-partner-pill{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.12);color:rgba(255,255,255,0.85)}.oteria-fc @media (max-width:56.25rem){.ot-hero h1{font-size:2.25rem}.ot-bento{grid-template-columns:1fr}.ot-stepper{grid-template-columns:1fr 1fr;gap:1.25rem}.ot-stepper::before{display:none}.ot-tool-grid{grid-template-columns:repeat(2,1fr)}.ot-compare-grid{grid-template-columns:1fr}.ot-split{grid-template-columns:1fr}.ot-job-grid{grid-template-columns:repeat(3,1fr)}.ot-section{padding:3.5rem 0}.ot-hero{padding:4rem 0 3.5rem}.ot-section-header h2{font-size:1.625rem}.ot-details-grid{grid-template-columns:1fr}.ot-grad-num-grid{grid-template-columns:repeat(2,1fr)}.ot-compare-dark{grid-template-columns:1fr}.ot-city-grid{grid-template-columns:repeat(3,1fr)}.ot-split-layout{grid-template-columns:1fr}.ot-fused-block{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}.ot-fused-block__visual{min-height:auto}.ot-tab-panel__inner{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}}@media (max-width:40rem){.oteria-fc .ot-hero h1{font-size:1.75rem}.oteria-fc .ot-hero__kpis{gap:1.25rem}.oteria-fc .ot-hero__kpi-num{font-size:1.75rem}.oteria-fc .ot-stepper{grid-template-columns:1fr}.oteria-fc .ot-tool-grid{grid-template-columns:1fr}.oteria-fc .ot-job-grid{grid-template-columns:repeat(2,1fr)}.oteria-fc .ot-cta-final h2{font-size:1.625rem}.oteria-fc .ot-bento-stat-grid{grid-template-columns:1fr 1fr}.oteria-fc .ot-grad-num-grid{grid-template-columns:1fr}.oteria-fc .ot-city-grid{grid-template-columns:1fr 1fr}.oteria-fc .ot-highlight-banner{flex-direction:column;padding:1.25rem 1.25rem}}.oteria-fc .ot-section-header{display:flex;flex-direction:column;align-items:center}.oteria-fc .ot-section-header h2{position:relative;display:inline-block}.oteria-fc .ot-section-header h2::after{content:'';position:absolute;top:-2px;right:-34px;width:28px;height:27px;background-image:url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.4612 0.0932993V1.71661e-05H-4.57764e-05V9.29541H18.5V27H27.4821V0.0932993H27.4612Z' fill='%23FF2C65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;pointer-events:none}.oteria-fc .ot-section--light-alt{background:#F6F6F6;color:var(--ot-text-dark)}.oteria-fc .ot-section--light-alt .ot-section-header h2{color:var(--ot-text-dark)}.oteria-fc .ot-section--light-alt .ot-section-header p{color:var(--ot-text-dark-muted)}.oteria-fc .ot-section--dark-2{background:#111126}.oteria-fc .ot-photo-ph{border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.875rem;overflow:hidden;margin:0}.oteria-fc .ot-photo-ph--dark{background:rgba(255,255,255,0.05);border:2px dashed rgba(255,44,101,0.4)}.oteria-fc .ot-photo-ph--light{background:#F0F0F8;border:2px dashed rgba(255,44,101,0.35)}.oteria-fc .ot-photo-ph__icon{color:#FF2C65;opacity:0.6}.oteria-fc .ot-photo-ph__label{font-size:0.875rem;font-weight:600;text-align:center;margin:0}.oteria-fc .ot-photo-ph--dark .ot-photo-ph__label{color:rgba(255,255,255,0.6)}.oteria-fc .ot-photo-ph--light .ot-photo-ph__label{color:#333}.oteria-fc .ot-photo-ph__hint{font-size:0.75rem;text-align:center;display:block;margin:0}.oteria-fc .ot-photo-ph--dark .ot-photo-ph__hint{color:rgba(255,255,255,0.35)}.oteria-fc .ot-photo-ph--light .ot-photo-ph__hint{color:#888}.oteria-fc .ot-hero__inner{max-width:100%;display:flex;align-items:center;gap:3rem}.oteria-fc .ot-hero__col-text{flex:1;min-width:0}.oteria-fc .ot-hero__col-photo{flex-shrink:0;width:380px}@media (max-width:62rem){.oteria-fc .ot-hero__col-photo{display:none}}