/* ============================================================
   Clinical Concierge – Global Widget Styles
   ============================================================ */

/* --- Reset & base ----------------------------------------- */
.telmob-widget * { box-sizing: border-box; }

/* --- Force 100% width — annule les contraintes Elementor -- */
.elementor-widget:has(.telmob-hero-section),
.elementor-widget:has(.telmob-contact-section),
.elementor-widget:has(.telmob-navbar-section),
.elementor-widget:has(.telmob-main-section),
.elementor-widget:has(.telmob-integration-section),
.elementor-widget:has(.telmob-footer-section) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-widget-wrap:has(.telmob-hero-section),
.elementor-widget-wrap:has(.telmob-contact-section),
.elementor-widget-wrap:has(.telmob-navbar-section),
.elementor-widget-wrap:has(.telmob-main-section),
.elementor-widget-wrap:has(.telmob-integration-section),
.elementor-widget-wrap:has(.telmob-footer-section) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.elementor-column:has(.telmob-hero-section),
.elementor-column:has(.telmob-contact-section),
.elementor-column:has(.telmob-navbar-section),
.elementor-column:has(.telmob-main-section),
.elementor-column:has(.telmob-integration-section),
.elementor-column:has(.telmob-footer-section) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.elementor-section:has(.telmob-hero-section),
.elementor-section:has(.telmob-contact-section),
.elementor-section:has(.telmob-navbar-section),
.elementor-section:has(.telmob-main-section),
.elementor-section:has(.telmob-integration-section),
.elementor-section:has(.telmob-footer-section) {
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-section:has(.telmob-hero-section) .elementor-container,
.elementor-section:has(.telmob-contact-section) .elementor-container,
.elementor-section:has(.telmob-navbar-section) .elementor-container,
.elementor-section:has(.telmob-main-section) .elementor-container,
.elementor-section:has(.telmob-integration-section) .elementor-container,
.elementor-section:has(.telmob-footer-section) .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}
/* Compatibilité Elementor 3.x (flexbox containers) */
.e-con:has(.telmob-hero-section),
.e-con:has(.telmob-contact-section),
.e-con:has(.telmob-navbar-section),
.e-con:has(.telmob-main-section),
.e-con:has(.telmob-integration-section),
.e-con:has(.telmob-footer-section) {
    --padding-top: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --padding-right: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.telmob-navbar-section {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 12px rgba(2,28,57,0.07);
}
.telmob-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    max-width: 1280px;
    margin: 0 auto;
}
.telmob-navbar__logo {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #4875DA;
    text-decoration: none;
}
.telmob-navbar__links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.telmob-navbar__links a {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s;
}
.telmob-navbar__links a:hover { color: #4875DA; }
.telmob-navbar__links a.active {
    color: #b8972a;
    border-bottom: 2px solid #b8972a;
    padding-bottom: 2px;
    font-weight: 700;
}
.telmob-navbar__cta {
    background: #2357ba;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s;
}
.telmob-navbar__cta:hover { opacity: 0.85; }

/* ============================================================
   HERO
   ============================================================ */
.telmob-hero-section {
    background-color: #021c39 !important;
    background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.15) 1px, transparent 0) !important;
    background-size: 32px 32px !important;
    position: relative;
    overflow: hidden;
    padding-top: 160px !important;
    padding-bottom: 128px !important;
    width: 100% !important;
}
.telmob-hero-section .elementor-container { max-width: 1280px; }
.telmob-hero__glow-1 {
    position: absolute; top: 25%; left: 25%;
    width: 384px; height: 384px;
    background: radial-gradient(circle, rgba(67,112,213,0.25) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.telmob-hero__glow-2 {
    position: absolute; bottom: 25%; right: 25%;
    width: 256px; height: 256px;
    background: radial-gradient(circle, rgba(186,174,0,0.18) 0%, transparent 70%);
    border-radius: 50%; pointer-events: none;
}
.telmob-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 2rem;
}
.telmob-hero__breadcrumb span.crumb { color: rgba(255,255,255,0.6); }
.telmob-hero__breadcrumb span.active { color: #b8972a; }
.telmob-hero__breadcrumb .material-symbols-outlined { color: #b8972a; font-size: 1rem; }
.telmob-hero__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    max-width: 900px;
    margin: 0 0 1.5rem 0;
}
.telmob-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #dae2ff;
    max-width: 680px;
    margin: 0;
}

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.telmob-main-section {
    background: #f9f9ff;
    padding: 96px 32px;
}
.telmob-main-section .elementor-container { max-width: 1280px; }
.telmob-main__image-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(2,28,57,0.06);
    background: #f0f3ff;
    padding: 8px;
}
.telmob-main__image-wrap img {
    border-radius: 8px;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
.telmob-main__image-glow {
    position: absolute; bottom: -24px; right: -24px;
    width: 128px; height: 128px;
    background: rgba(186,174,0,0.1);
    border-radius: 50%;
    filter: blur(32px);
    pointer-events: none;
}
.telmob-features__eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #676000;
    margin-bottom: 1rem;
    display: block;
}
.telmob-features__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #021c39;
    line-height: 1.15;
    margin: 0 0 1.5rem 0;
}
.telmob-features__intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4a5f80;
    margin: 0 0 2rem 0;
}
.telmob-feature-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.telmob-feature-item .material-symbols-outlined {
    color: #2357ba;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.telmob-feature-item h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #021c39;
    margin: 0 0 4px 0;
}
.telmob-feature-item p {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #4a5f80;
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   INTEGRATION STEPS
   ============================================================ */
.telmob-integration-section {
    background: #f0f3ff;
    padding: 96px 32px;
}
.telmob-integration-section .elementor-container { max-width: 1280px; }
.telmob-integration__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #021c39;
    text-align: center;
    margin: 0 0 12px 0;
}
.telmob-integration__divider {
    width: 96px;
    height: 4px;
    background: #676000;
    opacity: 0.4;
    margin: 0 auto 64px auto;
    border-radius: 2px;
}
.telmob-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
@media (max-width: 1024px) { .telmob-steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .telmob-steps-grid { grid-template-columns: 1fr; } }
.telmob-step-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(2,28,57,0.06);
    transition: background-color 0.5s ease;
    cursor: default;
}
.telmob-step-card:hover { background: #2357ba; }
.telmob-step-card .material-symbols-outlined {
    font-size: 2.5rem;
    color: #2357ba;
    margin-bottom: 1.5rem;
    display: block;
    transition: color 0.5s ease;
}
.telmob-step-card:hover .material-symbols-outlined { color: #ffffff; }
.telmob-step-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #021c39;
    transition: color 0.5s ease;
}
.telmob-step-card:hover h3 { color: #ffffff; }
.telmob-step-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #4a5f80;
    line-height: 1.65;
    margin: 0;
    transition: color 0.5s ease;
}
.telmob-step-card:hover p { color: #dae2ff; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.telmob-contact-section {
    background: #021c39 !important;
    position: relative;
    overflow: hidden;
    padding: 96px 32px !important;
}
.telmob-contact-section .elementor-container { max-width: 896px; }
.telmob-contact-section::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 33%; height: 100%;
    background: rgba(35,87,186,0.05);
    transform: skewX(-12deg);
    pointer-events: none;
}
.telmob-contact__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.telmob-contact__subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #b8972a;
    text-align: center;
    margin: 0 0 3rem 0;
}
.telmob-contact-form { position: relative; z-index: 2; }
.telmob-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) { .telmob-form-row { grid-template-columns: 1fr; } }
.telmob-field { margin-bottom: 1.5rem; }
.telmob-field:last-of-type { margin-bottom: 0; }
.telmob-form-row .telmob-field { margin-bottom: 0; }
.telmob-field label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dae2ff;
    margin-bottom: 8px;
}
.telmob-field input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    border-radius: 12px;
    padding: 16px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s, background 0.3s;
}
.telmob-field input::placeholder { color: rgba(255,255,255,0.2); }
.telmob-field input:focus {
    border-color: rgba(35,87,186,0.5);
    background: rgba(255,255,255,0.08);
}
.telmob-form-submit {
    margin-top: 1.5rem;
}
.telmob-form-submit button,
.telmob-btn-gold {
    display: block;
    width: 100%;
    background: #b8972a;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    padding: 20px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 8px 24px rgba(184,151,42,0.2);
}
.telmob-btn-gold:hover,
.telmob-form-submit button:hover { background: #a68826; transform: scale(1.005); }
.telmob-btn-gold:active,
.telmob-form-submit button:active { transform: scale(0.97); }

/* ============================================================
   FOOTER
   ============================================================ */
.telmob-footer-section {
    background: #f0f3ff !important;
    border-radius: 24px 24px 0 0;
    margin-top: 80px;
    padding: 48px 32px !important;
}
.telmob-footer-section .elementor-container { max-width: 1280px; }
.telmob-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.telmob-footer__logo {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #4875DA;
    text-decoration: none;
}
.telmob-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.telmob-footer__links a {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s;
}
.telmob-footer__links a:hover { color: #b8972a; }
.telmob-footer__copy {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: right;
    max-width: 240px;
}

/* ============================================================
   Elementor Editor – décaler le contenu sous la navbar fixe
   ============================================================ */
body.elementor-page .telmob-hero-section,
body:not(.elementor-editor-active) .telmob-hero-section {
    margin-top: 0;
}
body:not(.elementor-editor-active) {
    padding-top: 0;
}
