/* ==========================================================
   DM HEALTH TECHNOLOGY
   ABOUT PAGE - ULTRA PREMIUM LUXURY EDITION
========================================================== */

:root{

    --primary:#0B6EFD;
    --primary-dark:#0849A8;
    --secondary:#12C2E9;
    --success:#18c37e;

    --dark:#081120;
    --dark-2:#0f172a;
    --dark-3:#1e293b;

    --white:#ffffff;

    --gray:#64748b;
    --gray-light:#94a3b8;
    --border:rgba(255,255,255,.12);

    --shadow-sm:0 10px 30px rgba(0,0,0,.08);
    --shadow-md:0 20px 50px rgba(0,0,0,.12);
    --shadow-lg:0 30px 80px rgba(0,0,0,.18);
    --shadow-xl:0 40px 120px rgba(0,0,0,.25);

    --radius:24px;
    --radius-lg:35px;

    --transition:.4s ease;
}

/* ==========================================================
   GLOBAL
========================================================== */

.section-padding{
    padding:120px 0;
}

.section-heading{
    margin-bottom:70px;
}

.section-subtitle{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 24px;

    background:rgba(11,110,253,.08);

    border:1px solid rgba(11,110,253,.15);

    border-radius:100px;

    color:var(--primary);

    font-size:.85rem;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-heading h2{

    margin-top:20px;

    font-size:clamp(2rem,4vw,3.4rem);

    font-weight:800;

    color:var(--dark);

    line-height:1.2;
}

.section-heading p{

    max-width:700px;
    margin:20px auto 0;

    color:var(--gray);

    font-size:1.05rem;
}

/* ==========================================================
   HERO
========================================================== */

.about-hero{

    position:relative;

    min-height:850px;

    display:flex;
    align-items:center;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        rgba(6,17,37,.94),
        rgba(9,29,67,.88)
    ),
    url("../images/medical-bg.jpg");

    background-size:cover;
    background-position:center;
}

.about-hero::before{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    top:-200px;
    right:-150px;

    border-radius:50%;

    background:rgba(18,194,233,.15);

    filter:blur(120px);
}

.about-hero::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    bottom:-150px;
    left:-100px;

    border-radius:50%;

    background:rgba(11,110,253,.20);

    filter:blur(120px);
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
}

.about-hero .container{
    position:relative;
    z-index:2;
}

.hero-badge{

    display:inline-flex;

    padding:12px 28px;

    border-radius:100px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    font-size:.85rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;
}

.about-hero h1{

    color:#fff;

    font-weight:900;

    line-height:1.1;

    font-size:clamp(3rem,6vw,5.7rem);

    margin-bottom:25px;
}

.about-hero p{

    max-width:850px;

    margin:auto;

    color:rgba(255,255,255,.85);

    font-size:1.25rem;

    line-height:1.9;
}

/* ==========================================================
   MISSION / VISION
========================================================== */

.mission-vision{

    background:#f8fbff;
}

.premium-card{

    height:100%;

    padding:50px;

    border-radius:35px;

    background:#fff;

    border:1px solid rgba(15,23,42,.05);

    box-shadow:var(--shadow-sm);

    transition:var(--transition);

    position:relative;

    overflow:hidden;
}

.premium-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );
}

.premium-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-lg);
}

.card-icon{

    width:90px;
    height:90px;

    border-radius:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:#fff;

    font-size:2rem;

    margin-bottom:30px;
}

.premium-card h3{

    font-size:2rem;

    font-weight:800;

    color:var(--dark);

    margin-bottom:20px;
}

.premium-card p{

    color:var(--gray);

    line-height:1.9;
}

/* ==========================================================
   VALEURS
========================================================== */

.values-section{

    padding:120px 0;

    background:#fff;
}

.value-card{

    text-align:center;

    background:#fff;

    padding:55px 35px;

    border-radius:32px;

    border:1px solid rgba(15,23,42,.05);

    box-shadow:var(--shadow-sm);

    transition:var(--transition);

    height:100%;
}

.value-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-lg);
}

.value-icon{

    width:95px;
    height:95px;

    margin:auto auto 25px;

    border-radius:30px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:2rem;
}

.value-card h4{

    font-weight:800;

    margin-bottom:15px;

    color:var(--dark);
}

.value-card p{

    color:var(--gray);

    line-height:1.8;
}

/* =====================================================
   FONDATEUR • LEADERSHIP EXECUTIF ULTIMATE PREMIUM 2026
===================================================== */

.founder-section{
    position:relative;
    padding:140px 0;
    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fafc 40%,
        #f1f5f9 100%
    );
}

/* =====================================================
   BACKGROUND EFFECTS
===================================================== */

.founder-pattern{
    position:absolute;
    inset:0;
    pointer-events:none;
    overflow:hidden;
}

.founder-pattern::before{
    content:"";
    position:absolute;
    top:-200px;
    right:-150px;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.08),
        transparent 70%
    );

    animation:floatOrb 12s ease-in-out infinite;
}

.founder-pattern::after{
    content:"";
    position:absolute;
    bottom:-250px;
    left:-150px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(212,175,55,.08),
        transparent 70%
    );

    animation:floatOrb 14s ease-in-out infinite reverse;
}

/* =====================================================
   CARD
===================================================== */

.founder-card{
    position:relative;
    overflow:hidden;

    padding:75px;

    border-radius:36px;

    background:
    rgba(255,255,255,.85);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.6);

    box-shadow:
        0 30px 80px rgba(15,23,42,.08),
        0 15px 40px rgba(37,99,235,.05);

    transition:.5s ease;
}

.founder-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 40px 100px rgba(15,23,42,.12),
        0 20px 50px rgba(37,99,235,.08);
}

.founder-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:6px;

    background:
    linear-gradient(
        90deg,
        #0f172a,
        #2563eb,
        #0ea5e9,
        #d4af37
    );

    background-size:300% 300%;

    animation:gradientFlow 8s ease infinite;
}

.founder-card::after{
    content:"";
    position:absolute;

    width:300px;
    height:300px;

    top:-120px;
    right:-120px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(37,99,235,.08),
        transparent 70%
    );
}

/* =====================================================
   IMAGE
===================================================== */

.founder-image-area{
    text-align:center;
}

.founder-image-frame{
    position:relative;
    max-width:440px;
    margin:auto;
}

.founder-image-frame::before{
    content:"";
    position:absolute;
    inset:-18px;

    border-radius:42px;

    background:
    linear-gradient(
        135deg,
        rgba(37,99,235,.25),
        rgba(212,175,55,.25)
    );

    z-index:-1;

    animation:borderGlow 5s linear infinite;
}

.founder-image-frame::after{
    content:"";
    position:absolute;
    inset:-30px;

    border-radius:50px;

    border:1px dashed rgba(37,99,235,.15);

    animation:rotateSlow 25s linear infinite;

    z-index:-2;
}

.founder-image{
    width:100%;
    display:block;

    border-radius:32px;
    object-fit:cover;

    border:8px solid #fff;

    box-shadow:
        0 30px 80px rgba(15,23,42,.15);

    transition:.6s ease;
}

.founder-image:hover{
    transform:
        translateY(-10px)
        scale(1.03);
}

.founder-signature{
    margin-top:30px;

    color:#64748b;

    font-size:.95rem;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:3px;
}

/* =====================================================
   CONTENT
===================================================== */

.founder-content,
.founder-content *{
    color:#0f172a;
}

.founder-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:14px 26px;

    border-radius:60px;

    background:
    linear-gradient(
        135deg,
        rgba(37,99,235,.12),
        rgba(14,165,233,.08)
    );

    border:1px solid rgba(37,99,235,.15);

    color:#2563eb !important;

    font-size:.9rem;
    font-weight:800;

    margin-bottom:25px;

    transition:.4s ease;
}

.founder-badge:hover{
    transform:translateY(-3px);
}

.founder-badge i{
    color:#2563eb !important;
}

.founder-name{
    font-size:3.5rem;
    font-weight:900;
    line-height:1.1;

    color:#0f172a !important;

    margin-bottom:15px;

    letter-spacing:-1px;
}

.founder-position{
    font-size:1.2rem;
    font-weight:600;

    color:#475569 !important;
}

.founder-divider{
    width:120px;
    height:5px;

    border-radius:50px;

    margin:35px 0;

    background:
    linear-gradient(
        90deg,
        #2563eb,
        #0ea5e9,
        #d4af37
    );

    background-size:300%;

    animation:gradientFlow 6s ease infinite;
}

/* =====================================================
   BIOGRAPHY
===================================================== */

.founder-bio{
    font-size:1.08rem;
    line-height:2.1;

    color:#475569 !important;

    text-align:justify;

    margin-bottom:40px;
}

/* =====================================================
   QUOTE PREMIUM
===================================================== */

.founder-quote{
    position:relative;

    padding:40px;

    border-radius:28px;

    background:
    linear-gradient(
        145deg,
        #ffffff,
        #f8fafc
    );

    border:1px solid rgba(15,23,42,.06);

    overflow:hidden;

    box-shadow:
        0 15px 40px rgba(15,23,42,.06);

    transition:.4s ease;
}

.founder-quote:hover{
    transform:translateY(-5px);
}

.founder-quote::before{
    content:"";
    position:absolute;
    left:0;
    top:0;

    width:5px;
    height:100%;

    background:
    linear-gradient(
        180deg,
        #2563eb,
        #d4af37
    );
}

.quote-mark{
    font-size:4rem;

    color:#d4af37 !important;

    line-height:1;

    margin-bottom:10px;

    opacity:.8;
}

.founder-quote p{
    margin:0;

    font-size:1.12rem;
    line-height:2;

    font-style:italic;

    color:#334155 !important;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes gradientFlow{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }
}

@keyframes rotateSlow{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes borderGlow{

    0%{
        filter:hue-rotate(0deg);
    }

    100%{
        filter:hue-rotate(360deg);
    }
}

@keyframes floatOrb{

    0%,100%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-30px);
    }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width:991px){

    .founder-card{
        padding:50px 35px;
    }

    .founder-name{
        font-size:2.7rem;
        margin-top:35px;
    }
}

@media (max-width:768px){

    .founder-section{
        padding:90px 0;
    }

    .founder-card{
        padding:35px 25px;
        border-radius:28px;
    }

    .founder-name{
        font-size:2.2rem;
    }

    .founder-position{
        font-size:1rem;
    }

    .founder-bio{
        font-size:1rem;
        line-height:1.9;
    }

    .founder-quote{
        padding:30px;
    }
}


/* ==========================================================
   CTA FINAL
========================================================== */

.about-cta{

    padding:120px 0;

    background:
    linear-gradient(
        135deg,
        #061125,
        #0b6efd
    );
}

.cta-box{

    max-width:950px;

    margin:auto;
}

.cta-box h2{

    color:#fff;

    font-size:clamp(2.2rem,5vw,4rem);

    font-weight:900;

    margin-bottom:20px;
}

.cta-box p{

    color:rgba(255,255,255,.85);

    font-size:1.15rem;

    margin-bottom:40px;
}

.btn-premium{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 45px;

    border-radius:100px;

    background:#fff;

    color:var(--primary);

    font-weight:800;

    text-decoration:none;

    transition:var(--transition);

    box-shadow:0 20px 50px rgba(255,255,255,.18);
}

.btn-premium:hover{

    transform:translateY(-5px);

    color:var(--primary-dark);

    box-shadow:0 30px 60px rgba(255,255,255,.25);
}

/* ===================================
   ABOUT HERO PREMIUM
=================================== */

.about-hero{
    position: relative;
    overflow: hidden;
    min-height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0 120px;
    text-align: center;
    color: #fff;
    background: linear-gradient(
        135deg,
        #041E42 0%,
        #0A84FF 50%,
        #00D4FF 100%
    );
}

/* Overlay */

.hero-overlay{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top,
            rgba(255,255,255,.15),
            transparent 60%
        );
    pointer-events: none;
}

/* Container */

.about-hero .container{
    position: relative;
    z-index: 10;
}

/* Floating Shapes */

.hero-shape{
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .35;
    animation: floating 8s ease-in-out infinite;
    pointer-events: none;
}

.shape-1{
    width: 400px;
    height: 400px;
    background: #00E5C7;
    top: -100px;
    left: -100px;
}

.shape-2{
    width: 350px;
    height: 350px;
    background: #ffffff;
    top: 120px;
    right: -80px;
    animation-delay: 2s;
}

.shape-3{
    width: 300px;
    height: 300px;
    background: #00D4FF;
    bottom: -100px;
    left: 45%;
    animation-delay: 4s;
}

/* Badge */

.hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* Title */

.about-hero h1{
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.about-hero h1 span{
    color: #00E5C7;
}

/* Description */

.about-hero p{
    max-width: 850px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 2;
    opacity: .95;
}

/* Buttons */

.hero-buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.btn-hero-primary{
    padding: 18px 40px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(
        135deg,
        #00E5C7,
        #00D4FF
    );
    box-shadow: 0 20px 40px rgba(0,212,255,.35);
    transition: all .4s ease;
}

.btn-hero-primary:hover{
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,212,255,.45);
    color: #fff;
}

.btn-hero-outline{
    padding: 18px 40px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all .4s ease;
}

.btn-hero-outline:hover{
    background: rgba(255,255,255,.15);
    transform: translateY(-5px);
    color: #fff;
}

/* Stats */

.hero-stats{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 90px;
}

.stat-item{
    padding: 35px;
    border-radius: 30px;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    transition: all .4s ease;
}

.stat-item:hover{
    transform: translateY(-8px);
    background: rgba(255,255,255,.12);
    box-shadow: 0 25px 50px rgba(0,0,0,.15);
}

.stat-item h3{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}

.stat-item span{
    display: block;
    opacity: .95;
    font-size: 1rem;
}

/* Floating Animation */

@keyframes floating{
    0%,100%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-30px);
    }
}

/* ==================================================
   MISSION & VISION PREMIUM
================================================== */

.mission-vision{

    position:relative;

    padding:140px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f4f8ff 50%,
        #ffffff 100%
    );

    overflow:hidden;
}

/* Background Decoration */

.mission-vision::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(10,132,255,.08),
        transparent 70%
    );

    top:-200px;
    left:-150px;
}

.mission-vision::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(118,77,255,.08),
        transparent 70%
    );

    bottom:-200px;
    right:-150px;
}

/* =================================
   MISSION CARD
================================= */

.mission-card{

    background:
    linear-gradient(
        135deg,
        rgba(10,132,255,.04),
        rgba(0,212,255,.04)
    );
}

.mission-card .card-icon{

    background:
    linear-gradient(
        135deg,
        #0A84FF,
        #00D4FF
    );
}

.mission-card .card-label{

    color:#0A84FF;
}

/* =================================
   VISION CARD
================================= */

.vision-card{

    background:
    linear-gradient(
        135deg,
        rgba(118,77,255,.05),
        rgba(0,229,199,.05)
    );
}

.vision-card .card-icon{

    background:
    linear-gradient(
        135deg,
        #764DFF,
        #00E5C7
    );
}

.vision-card .card-label{

    color:#764DFF;
}

/* =================================
   GLOW EFFECT
================================= */

.card-glow{

    position:absolute;

    width:250px;
    height:250px;

    border-radius:50%;

    top:-100px;
    right:-100px;

    opacity:.15;

    filter:blur(50px);
}

.mission-card .card-glow{

    background:#0A84FF;
}

.vision-card .card-glow{

    background:#764DFF;
}

/* =================================
   ICON
================================= */

.card-icon{

    width:95px;
    height:95px;

    border-radius:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    margin-bottom:30px;

    box-shadow:
    0 20px 45px rgba(10,132,255,.25);
}

.card-icon i{

    font-size:2.5rem;
}

/* =================================
   LABEL
================================= */

.card-label{

    display:inline-block;

    margin-bottom:18px;

    font-size:.85rem;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;
}

/* =================================
   TITLE
================================= */

.premium-card h3{

    font-size:2rem;

    font-weight:800;

    color:#071A2F;

    margin-bottom:20px;

    line-height:1.3;
}

/* =================================
   TEXT
================================= */

.premium-card p{

    color:#64748B;

    line-height:2;

    font-size:1.05rem;
}

/* =================================
   HOVER BORDER
================================= */

.premium-card::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:35px;

    padding:1px;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,.9),
        transparent
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    opacity:0;

    transition:.5s;
}

.premium-card:hover::before{

    opacity:1;
}

/* =================================
   MOBILE
================================= */

@media(max-width:991px){

    .premium-card{

        padding:45px 35px;
    }

    .premium-card h3{

        font-size:1.7rem;
    }
}

@media(max-width:768px){

    .mission-vision{

        padding:100px 0;
    }

    .premium-card{

        padding:35px 28px;
    }

    .card-icon{

        width:80px;
        height:80px;
    }

    .card-icon i{

        font-size:2rem;
    }
}

/* ==================================================
   VALUES SECTION PREMIUM
================================================== */

.values-section{

    position:relative;

    overflow:hidden;

    padding:140px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

/* Background Effects */

.values-bg-circle{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    opacity:.15;
}

.values-circle-1{

    width:400px;
    height:400px;

    background:#0A84FF;

    top:-100px;
    left:-120px;
}

.values-circle-2{

    width:350px;
    height:350px;

    background:#00E5C7;

    bottom:-120px;
    right:-100px;
}

/* Section Intro */

.section-text{

    max-width:800px;

    margin:25px auto 0;

    font-size:1.1rem;

    line-height:1.9;

    color:#64748B;
}

/* Cards */

.value-card{

    position:relative;

    height:100%;

    padding:50px 40px;

    border-radius:35px;

    background:#fff;

    overflow:hidden;

    text-align:center;

    transition:.5s ease;

    box-shadow:
    0 20px 50px rgba(15,23,42,.07);

    border:
    1px solid rgba(255,255,255,.7);
}

.value-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 35px 80px rgba(15,23,42,.12);
}

/* Top Gradient Line */

.value-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:6px;
}

/* Excellence */

.excellence-card::before{

    background:
    linear-gradient(
        90deg,
        #0A84FF,
        #0057D9
    );
}

/* Innovation */

.innovation-card::before{

    background:
    linear-gradient(
        90deg,
        #8B5CF6,
        #00D4FF
    );
}

/* Professionnalisme */

.professional-card::before{

    background:
    linear-gradient(
        90deg,
        #00C897,
        #00E5C7
    );
}

/* Icon */

.value-icon{

    width:95px;
    height:95px;

    border-radius:28px;

    margin:auto auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:2.2rem;

    box-shadow:
    0 20px 40px rgba(0,0,0,.10);
}

/* Excellence Icon */

.excellence-card .value-icon{

    background:
    linear-gradient(
        135deg,
        #0A84FF,
        #0057D9
    );
}

/* Innovation Icon */

.innovation-card .value-icon{

    background:
    linear-gradient(
        135deg,
        #8B5CF6,
        #00D4FF
    );
}

/* Professionnalisme Icon */

.professional-card .value-icon{

    background:
    linear-gradient(
        135deg,
        #00C897,
        #00E5C7
    );
}

/* Tag */

.value-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    font-size:.8rem;

    font-weight:700;

    margin-bottom:18px;
}

/* Tag Colors */

.excellence-card .value-tag{

    color:#0A84FF;

    background:
    rgba(10,132,255,.10);
}

.innovation-card .value-tag{

    color:#7C3AED;

    background:
    rgba(124,58,237,.10);
}

.professional-card .value-tag{

    color:#00A884;

    background:
    rgba(0,168,132,.10);
}

/* Titles */

.value-card h4{

    font-size:1.7rem;

    font-weight:800;

    color:#071A2F;

    margin-bottom:18px;
}

/* Text */

.value-card p{

    color:#64748B;

    line-height:1.9;

    margin:0;
}

/* Hover Glow */

.excellence-card:hover{

    box-shadow:
    0 35px 90px rgba(10,132,255,.18);
}

.innovation-card:hover{

    box-shadow:
    0 35px 90px rgba(139,92,246,.18);
}

.professional-card:hover{

    box-shadow:
    0 35px 90px rgba(0,200,151,.18);
}

/* Mobile */

@media(max-width:768px){

    .values-section{

        padding:90px 0;
    }

    .value-card{

        padding:35px 25px;
    }

    .value-icon{

        width:80px;
        height:80px;

        font-size:1.8rem;
    }

    .value-card h4{

        font-size:1.4rem;
    }
}
/* =====================================================
   BROCHURE INSTITUTIONNELLE ULTIMATE PREMIUM 2026
===================================================== */

.brochure-section{
    position:relative;
    padding:120px 0;
    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
    overflow:hidden;
}

/* Floating background */

.brochure-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(11,61,145,.04);
    top:-200px;
    right:-100px;
    filter:blur(80px);
    animation:floatSoft 10s ease-in-out infinite;
}

.brochure-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(0,184,148,.05);
    bottom:-150px;
    left:-100px;
    filter:blur(90px);
    animation:floatSoft 12s ease-in-out infinite;
}

.brochure-box{

    position:relative;
    z-index:2;

    background:
    rgba(255,255,255,.95);

    backdrop-filter:blur(20px);

    border-radius:36px;

    padding:70px;

    border:
    1px solid rgba(11,61,145,.08);

    box-shadow:
    0 30px 80px rgba(15,23,42,.08);

    transition:.5s ease;
}

.brochure-box:hover{

    transform:
    translateY(-8px);

    box-shadow:
    0 40px 90px rgba(15,23,42,.12);
}

.brochure-badge{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:12px 22px;

    background:
    linear-gradient(
        135deg,
        rgba(11,61,145,.10),
        rgba(20,87,197,.15)
    );

    color:#0B3D91;

    border-radius:60px;

    font-size:14px;

    font-weight:800;

    letter-spacing:.5px;

    margin-bottom:25px;

    border:
    1px solid rgba(11,61,145,.08);
}

.brochure-box h2{

    font-size:48px;

    font-weight:900;

    line-height:1.15;

    color:#102A43;

    margin-bottom:25px;
}

.brochure-box p{

    color:#52667A;

    line-height:2;

    font-size:17px;
}

.brochure-features{

    list-style:none;

    padding:0;

    margin-top:35px;
}

.brochure-features li{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    color:#102A43;

    font-weight:600;

    transition:.3s;
}

.brochure-features li:hover{

    transform:translateX(8px);
}

.brochure-features i{

    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    rgba(0,184,148,.10);

    color:#00B894;
}

/* CARD */

.brochure-card{

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0B3D91 0%,
        #1457C5 50%,
        #1E7CF2 100%
    );

    color:white;

    padding:55px 35px;

    border-radius:32px;

    text-align:center;

    box-shadow:
    0 35px 80px rgba(11,61,145,.30);

    transition:.5s ease;
}

.brochure-card::before{

    content:'';

    position:absolute;

    width:220px;
    height:220px;

    border-radius:50%;

    background:
    rgba(255,255,255,.10);

    top:-100px;
    right:-100px;
}

.brochure-card:hover{

    transform:
    translateY(-10px);
}

.brochure-card i{

    font-size:80px;

    margin-bottom:25px;

    animation:pulseSoft 4s infinite;
}

.brochure-card h4{

    font-size:30px;

    font-weight:800;

    margin-bottom:15px;
}

.brochure-card p{

    color:
    rgba(255,255,255,.90);

    margin-bottom:30px;

    line-height:1.8;
}

/* PREMIUM BUTTON */

.brochure-btn{

    position:relative;

    overflow:hidden;

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:17px 34px;

    border-radius:16px;

    text-decoration:none;

    font-weight:800;

    color:#0B3D91;

    background:white;

    box-shadow:
    0 15px 35px rgba(255,255,255,.15);

    transition:.4s ease;
}

.brochure-btn::before{

    content:'';

    position:absolute;

    top:0;
    left:-120%;

    width:120%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );

    transition:.8s;
}

.brochure-btn:hover::before{

    left:120%;
}

.brochure-btn:hover{

    transform:
    translateY(-5px);

    box-shadow:
    0 20px 40px rgba(255,255,255,.25);

    color:#0B3D91;
}

/* =====================================================
   FOUNDER SECTION ULTIMATE EXECUTIVE PREMIUM
===================================================== */

.founder-section{

    position:relative;

    overflow:hidden;

    padding:160px 0;

    background:
    linear-gradient(
        135deg,
        #02101f 0%,
        #041528 30%,
        #082d55 100%
    );
}

/* Animated Glow */

.founder-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    opacity:.35;

    pointer-events:none;

    animation:floatShape 12s ease-in-out infinite;
}

.shape-1{
    width:450px;
    height:450px;
}

.shape-2{
    width:380px;
    height:380px;
    animation-delay:3s;
}

.shape-3{
    width:280px;
    height:280px;
    animation-delay:5s;
}

.founder-wrapper{

    position:relative;

    z-index:2;

    padding:80px;

    border-radius:45px;

    background:
    rgba(255,255,255,.06);

    backdrop-filter:blur(30px);

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 35px 100px rgba(0,0,0,.35);

    transition:.6s ease;
}

.founder-wrapper:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 50px 120px rgba(0,0,0,.45);
}

.founder-image{

    border-radius:40px;

    overflow:hidden;

    position:relative;

    border:
    3px solid rgba(255,255,255,.15);
}

.founder-image img{

    width:100%;

    transition:1.2s ease;
}

.founder-image:hover img{

    transform:
    scale(1.08);
}

.founder-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 24px;

    border-radius:60px;

    background:
    rgba(255,255,255,.08);

    color:#00E5C7;

    font-weight:800;

    letter-spacing:.5px;

    margin-bottom:25px;

    backdrop-filter:blur(20px);
}

.founder-name{

    font-size:
    clamp(3rem,5vw,4.5rem);

    font-weight:900;

    line-height:1.1;

    color:white;

    margin-bottom:18px;
}

.founder-position{

    font-size:1.25rem;

    color:#00D4FF;

    font-weight:700;

    margin-bottom:30px;
}

.founder-divider{

    width:120px;

    height:6px;

    border-radius:50px;

    background:
    linear-gradient(
        90deg,
        #00D4FF,
        #00E5C7
    );

    margin-bottom:35px;
}

.founder-bio{

    font-size:1.1rem;

    line-height:2;

    color:
    rgba(255,255,255,.88);
}

.founder-quote{

    position:relative;

    margin-top:40px;

    padding:40px;

    border-radius:30px;

    background:
    rgba(255,255,255,.06);

    backdrop-filter:blur(25px);

    border:
    1px solid rgba(255,255,255,.08);

    transition:.4s ease;
}

.founder-quote:hover{

    background:
    rgba(255,255,255,.09);
}

.quote-icon{

    width:70px;
    height:70px;

    border-radius:22px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #00D4FF,
        #00E5C7
    );

    box-shadow:
    0 15px 40px rgba(0,212,255,.35);
}

.quote-icon i{

    font-size:2rem;
}

.founder-quote p{

    margin-top:20px;

    color:white;

    font-size:1.08rem;

    line-height:2;
}

/* ===================================
   ANIMATIONS
=================================== */

@keyframes floatSoft{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-25px);
    }
}

@keyframes pulseSoft{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }
}

@keyframes floatShape{

    0%,100%{
        transform:translateY(0) translateX(0);
    }

    50%{
        transform:translateY(-30px) translateX(20px);
    }
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px){

    .brochure-box,
    .founder-wrapper{

        padding:45px;
    }

    .brochure-box h2{

        font-size:38px;
    }
}

@media(max-width:768px){

    .brochure-section,
    .founder-section{

        padding:90px 0;
    }

    .brochure-box,
    .founder-wrapper{

        padding:30px;
        border-radius:28px;
    }

    .brochure-box h2{

        font-size:30px;
    }

    .founder-name{

        font-size:2.2rem;
    }

    .founder-bio{

        font-size:1rem;
    }

    .brochure-btn{

        width:100%;
        justify-content:center;
    }
}

/* ===================================
DOCUMENTATION INSTITUTIONNELLE PREMIUM
DM HEALTH TECHNOLOGY
=================================== */

.documentation-section{
    position:relative;
    padding:120px 0;
    background:
        linear-gradient(
            180deg,
            #f8fafc 0%,
            #ffffff 50%,
            #f8fafc 100%
        );
    overflow:hidden;
}

/* ===================================
SECTION HEADER
=================================== */

.documentation-section .section-heading{
    max-width:900px;
    margin:auto;
}

.documentation-section .section-subtitle{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(14,165,233,.1);
    color:#0284c7;
    font-weight:700;
    font-size:.9rem;
    letter-spacing:.5px;
    margin-bottom:20px;
}

.documentation-section .section-heading h2{
    font-size:3rem;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.2;
}

.documentation-section .section-heading p{
    color:#64748b;
    font-size:1.08rem;
    line-height:1.9;
}

/* ===================================
DOCUMENT CARD
=================================== */

.document-card{
    position:relative;
    background:#ffffff;
    border-radius:30px;
    padding:40px;
    height:100%;
    overflow:hidden;
    transition:all .45s ease;
    border:1px solid rgba(226,232,240,.8);

    box-shadow:
        0 10px 40px rgba(15,23,42,.05),
        0 2px 8px rgba(15,23,42,.04);

    animation:fadeUp .8s ease forwards;
    will-change:transform;
}

.document-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;

    background:
        linear-gradient(
            90deg,
            #0ea5e9,
            #2563eb,
            #14b8a6
        );

    opacity:0;
    transition:.4s;
}

.document-card:hover{
    transform:translateY(-12px);
    box-shadow:
        0 30px 80px rgba(15,23,42,.12),
        0 10px 30px rgba(15,23,42,.08);
}

.document-card:hover::before{
    opacity:1;
}

/* ===================================
FEATURED CARD
=================================== */

.featured-document{
    border:2px solid #0ea5e9;
    transform:scale(1.02);
}

.featured-document:hover{
    transform:
        scale(1.04)
        translateY(-12px);
}

.featured-ribbon{
    position:absolute;
    top:22px;
    right:-42px;
    z-index:2;

    background:
        linear-gradient(
            135deg,
            #0ea5e9,
            #2563eb
        );

    color:#fff;
    padding:10px 55px;
    font-size:.8rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;

    transform:rotate(45deg);

    box-shadow:
        0 10px 25px rgba(37,99,235,.25);
}

/* ===================================
ICON
=================================== */

.document-icon{
    width:90px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:24px;

    margin-bottom:25px;

    background:
        linear-gradient(
            135deg,
            #0ea5e9,
            #2563eb
        );

    color:#fff;
    font-size:2.3rem;

    box-shadow:
        0 20px 40px rgba(37,99,235,.25);

    transition:.4s ease;
}

.document-card:hover .document-icon{
    transform:rotate(-8deg) scale(1.08);
}

/* ===================================
BADGE
=================================== */

.document-badge{
    display:inline-flex;
    align-items:center;

    padding:8px 18px;

    border-radius:50px;

    background:#e0f2fe;
    color:#0284c7;

    font-size:.82rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.6px;

    margin-bottom:18px;
}

/* ===================================
TITLE
=================================== */

.document-card h3{
    font-size:1.6rem;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.4;
}

/* ===================================
TEXT
=================================== */

.document-card p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:25px;
}

/* ===================================
FEATURE LIST
=================================== */

.document-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.document-features li{
    display:flex;
    align-items:flex-start;
    gap:10px;

    margin-bottom:14px;

    color:#334155;
    font-weight:500;
}

.document-features i{
    color:#10b981;
    font-size:1rem;
    margin-top:3px;
}

/* ===================================
BUTTON
=================================== */

.btn-document{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:100%;

    padding:16px 25px;

    border-radius:14px;

    background:
        linear-gradient(
            135deg,
            #0f172a,
            #1e293b
        );

    color:#fff;
    text-decoration:none;

    font-weight:700;
    font-size:.95rem;

    transition:.35s ease;
}

.btn-document:hover{
    color:#fff;

    background:
        linear-gradient(
            135deg,
            #0ea5e9,
            #2563eb
        );

    transform:translateY(-3px);

    box-shadow:
        0 15px 35px rgba(37,99,235,.30);
}

/* ===================================
ANIMATION
=================================== */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ===================================
RESPONSIVE
=================================== */

@media (max-width:991px){

    .documentation-section{
        padding:90px 0;
    }

    .documentation-section .section-heading h2{
        font-size:2.3rem;
    }

    .featured-document{
        transform:none;
    }

    .featured-document:hover{
        transform:translateY(-10px);
    }

}

@media (max-width:768px){

    .documentation-section{
        padding:70px 0;
    }

    .documentation-section .section-heading h2{
        font-size:2rem;
    }

    .document-card{
        padding:30px;
    }

    .document-icon{
        width:75px;
        height:75px;
        font-size:2rem;
    }

    .document-card h3{
        font-size:1.35rem;
    }

    .featured-ribbon{
        font-size:.7rem;
        padding:8px 45px;
        right:-38px;
    }

}

@media (max-width:576px){

    .documentation-section .section-heading h2{
        font-size:1.8rem;
    }

    .document-card{
        padding:25px;
        border-radius:22px;
    }

    .btn-document{
        font-size:.9rem;
    }

}