.orvex-shell{
    width:min(1240px,calc(100% - 40px));
    margin:0 auto;
}

/* ==========================
   HERO SECTION
========================== */

.orvex-hero-zone{
    position:relative;
    overflow:hidden;
    padding:90px 0 80px;
    background:
    radial-gradient(circle at 10% 10%,rgba(22,167,184,.14),transparent 30%),
    radial-gradient(circle at 90% 15%,rgba(125,211,252,.16),transparent 30%),
    radial-gradient(circle at 50% 120%,rgba(8,145,178,.10),transparent 45%),
    linear-gradient(180deg,#f9fdff 0%,#effcff 100%);
}

.orvex-hero-zone::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-260px;
    top:-300px;
    border-radius:50%;
    background:rgba(22,167,184,.08);
    filter:blur(60px);
}

.orvex-hero-zone::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    left:-180px;
    bottom:-220px;
    border-radius:50%;
    background:rgba(125,211,252,.14);
    filter:blur(60px);
}

.orvex-hero-layout{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:90px;
    align-items:center;
    position:relative;
    z-index:2;
}

.orvex-chip{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 22px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(15,23,42,.06);
    backdrop-filter:blur(22px);
    box-shadow:0 18px 40px rgba(15,23,42,.08);
    color:#0f766e;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:28px;
}

.orvex-chip::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#14b8a6;
}

.orvex-hero-content h1{
    margin:0 0 20px;
    font-size:48px;
    line-height:1.15;
    letter-spacing:-1px;
    color:#071827;
    font-weight:800;
    max-width:820px;
}

.orvex-lead{
    margin:0 0 20px;
    color:#516171;
    line-height:1.95;
    font-size:1.05rem;
}

.orvex-action-row{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:36px;
}

.orvex-btn-main,
.orvex-btn-alt{
    min-height:62px;
    padding:0 30px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    transition:.35s ease;
}

.orvex-btn-main{
    color:#fff;
    background:linear-gradient(135deg,#14b8a6,#0891b2);
    box-shadow:0 25px 60px rgba(20,184,166,.30);
}

.orvex-btn-main:hover{
    transform:translateY(-6px);
}

.orvex-btn-alt{
    background:#fff;
    color:#08111f;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.orvex-btn-alt:hover{
    transform:translateY(-6px);
}

.orvex-hero-media{
    position:relative;
}

.orvex-hero-media::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:42px;
    background:
    linear-gradient(135deg,
    rgba(20,184,166,.22),
    rgba(125,211,252,.24));
    z-index:0;
}

.orvex-hero-media::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    right:-35px;
    top:-35px;
    border-radius:30px;
    background:rgba(255,255,255,.55);
    backdrop-filter:blur(30px);
    z-index:1;
}

.orvex-hero-media img{
    width:100%;
    display:block;
    position:relative;
    z-index:2;
    border-radius:34px;
    box-shadow:0 45px 120px rgba(15,23,42,.18);
}

.orvex-float-card{
    position:absolute;
    z-index:3;
    padding:20px 24px;
    border-radius:24px;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(26px);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 25px 70px rgba(15,23,42,.12);
    max-width:220px;
}

.orvex-float-card strong{
    display:block;
    margin-bottom:6px;
    color:#08111f;
    font-size:1rem;
}

.orvex-float-card span{
    color:#617283;
    font-size:.9rem;
    line-height:1.7;
}

.orvex-card-a{
    left:-40px;
    bottom:50px;
}

.orvex-card-b{
    right:-35px;
    top:50px;
}

/* ==========================
   OVERVIEW SECTION
========================== */

.orvex-overview-section{
    padding:85px 0;
}

.orvex-overview-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:90px;
    align-items:center;
}

.orvex-overview-image{
    position:relative;
}

.orvex-overview-image::before{
    content:"";
    position:absolute;
    inset:-16px;
    border-radius:34px;
    background:linear-gradient(135deg,#14b8a6,#7dd3fc);
    opacity:.18;
}

.orvex-overview-image img{
    width:100%;
    display:block;
    border-radius:28px;
    position:relative;
    z-index:2;
    box-shadow:0 35px 90px rgba(15,23,42,.12);
}

.orvex-overview-content h2{
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
    margin:0 0 24px;
}

.orvex-overview-content p{
    color:#5a6a7b;
    line-height:1.95;
    margin-bottom:18px;
    font-size:1.02rem;
}

/* ==========================
   SYMPTOMS SECTION
========================== */

.orvex-symptoms-section{
    padding:85px 0;
    background:
    linear-gradient(180deg,#ffffff 0%,#f5fdff 100%);
}

.orvex-section-head{
    text-align:center;
    max-width:820px;
    margin:0 auto 55px;
}

.orvex-section-head span{
    display:inline-block;
    margin-bottom:16px;
    color:#0f766e;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:13px;
}

.orvex-section-head h2{
    margin:0 0 18px;
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
}

.orvex-section-head p{
    color:#627284;
    line-height:1.9;
}

.orvex-symptom-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.orvex-symptom-card{
    position:relative;
    padding:34px;
    border-radius:28px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
    transition:.35s ease;
}

.orvex-symptom-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#14b8a6,#7dd3fc);
}

.orvex-symptom-card:hover{
    transform:translateY(-10px);
    box-shadow:0 35px 90px rgba(15,23,42,.14);
}

.orvex-symptom-card:nth-child(2),
.orvex-symptom-card:nth-child(5){
    margin-top:35px;
}

.orvex-symptom-card h3{
    margin:0 0 14px;
    color:#08111f;
    font-size:1.35rem;
    line-height:1.3;
}

.orvex-symptom-card p{
    color:#667789;
    line-height:1.85;
}


/* ==========================
   CAUSE SECTION
========================== */

.orvex-cause-section{
    padding:85px 0;
}

.orvex-cause-layout{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:90px;
    align-items:center;
}

.orvex-cause-content h2{
    margin:0 0 24px;
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
}

.orvex-cause-content p{
    color:#607284;
    line-height:1.95;
    margin-bottom:18px;
    font-size:1.02rem;
}

.orvex-cause-image{
    position:relative;
}

.orvex-cause-image::before{
    content:"";
    position:absolute;
    inset:-20px;
    border-radius:36px;
    background:
    linear-gradient(135deg,
    rgba(20,184,166,.14),
    rgba(125,211,252,.16));
}

.orvex-cause-image img{
    width:100%;
    display:block;
    position:relative;
    z-index:2;
    border-radius:30px;
    box-shadow:0 40px 100px rgba(15,23,42,.14);
}

/* ==========================
   REHAB SECTION
========================== */

.orvex-rehab-section{
    padding:90px 0;
    background:
    linear-gradient(180deg,#f6fdff 0%,#ffffff 100%);
}

.orvex-rehab-grid{
    max-width:980px;
    margin:0 auto;
    position:relative;
}

.orvex-rehab-grid::before{
    content:"";
    position:absolute;
    left:32px;
    top:0;
    bottom:0;
    width:2px;
    background:
    linear-gradient(
    180deg,
    #14b8a6,
    #7dd3fc
    );
}

.orvex-rehab-card{
    position:relative;
    margin-left:90px;
    margin-bottom:35px;
    background:#fff;
    padding:32px 34px;
    border-radius:28px;
    box-shadow:0 22px 70px rgba(15,23,42,.08);
    transition:.35s ease;
}

.orvex-rehab-card:last-child{
    margin-bottom:0;
}

.orvex-rehab-card:hover{
    transform:translateY(-8px);
    box-shadow:0 35px 90px rgba(15,23,42,.14);
}

.orvex-rehab-number{
    position:absolute;
    left:-74px;
    top:28px;
    width:56px;
    height:56px;
    border-radius:18px;
    background:
    linear-gradient(135deg,#14b8a6,#0891b2);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:800;
    box-shadow:0 20px 50px rgba(20,184,166,.35);
}

.orvex-rehab-card h3{
    margin:0 0 12px;
    color:#08111f;
    font-size:1.45rem;
}

.orvex-rehab-card p{
    color:#637486;
    line-height:1.9;
}

/* ==========================
   TREATMENT SECTION
========================== */

.orvex-treatment-section{
    padding:90px 0;
}

.orvex-treatment-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:90px;
    align-items:center;
}

.orvex-treatment-image{
    position:relative;
}

.orvex-treatment-image::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:-25px;
    bottom:-25px;
    border-radius:32px;
    background:
    linear-gradient(135deg,
    rgba(20,184,166,.14),
    rgba(125,211,252,.16));
}

.orvex-treatment-image img{
    width:100%;
    display:block;
    border-radius:32px;
    position:relative;
    z-index:2;
    box-shadow:0 40px 100px rgba(15,23,42,.14);
}

.orvex-treatment-content{
    padding:42px;
    border-radius:34px;
    background:
    linear-gradient(135deg,
    rgba(20,184,166,.05),
    rgba(125,211,252,.08));
    border:1px solid rgba(20,184,166,.08);
}

.orvex-treatment-content h2{
    margin:0 0 24px;
    font-size:clamp(2.3rem,4vw,3.4rem);
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
}

.orvex-treatment-content p{
    color:#607284;
    line-height:1.95;
    margin-bottom:18px;
}

/* ==========================
   BENEFITS SECTION
========================== */

.orvex-benefit-section{
    padding:90px 0;
    background:
    linear-gradient(180deg,#ffffff 0%,#f6fdff 100%);
}

.orvex-benefit-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.orvex-benefit-box{
    position:relative;
    overflow:hidden;
    padding:36px 28px;
    border-radius:28px;
    background:#fff;
    box-shadow:0 22px 70px rgba(15,23,42,.08);
    transition:.35s ease;
}

.orvex-benefit-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:
    linear-gradient(90deg,#14b8a6,#7dd3fc);
}

.orvex-benefit-box:hover{
    transform:translateY(-10px);
    box-shadow:0 35px 90px rgba(15,23,42,.15);
}

.orvex-benefit-box h3{
    margin:0 0 14px;
    font-size:1.35rem;
    color:#08111f;
    line-height:1.3;
}

.orvex-benefit-box p{
    color:#68798b;
    line-height:1.85;
}

/* ==========================
   LIFESTYLE SECTION
========================== */

.orvex-lifestyle-section{
    padding:90px 0;
}

.orvex-lifestyle-content{
    max-width:980px;
    margin:0 auto;
    text-align:center;
    padding:60px;
    border-radius:40px;
    background:
    linear-gradient(135deg,
    rgba(20,184,166,.05),
    rgba(125,211,252,.10));
    border:1px solid rgba(20,184,166,.08);
    box-shadow:0 30px 90px rgba(15,23,42,.06);
}

.orvex-lifestyle-content h2{
    margin:0 0 24px;
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
}

.orvex-lifestyle-content p{
    color:#607284;
    line-height:1.95;
    margin-bottom:18px;
}

.orvex-lifestyle-content p:last-child{
    margin-bottom:0;
}

/* ==========================
   RECOVERY SECTION
========================== */

.orvex-recovery-section{
    padding:90px 0;
}

.orvex-recovery-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:90px;
    align-items:center;
}

.orvex-recovery-content h2{
    margin:0 0 24px;
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
    color:#08111f;
}

.orvex-recovery-content p{
    color:#607284;
    line-height:1.95;
    margin-bottom:18px;
}

.orvex-recovery-image img{
    width:100%;
    display:block;
    border-radius:34px;
    box-shadow:0 45px 110px rgba(15,23,42,.16);
}

/* ==========================
   CTA SECTION
========================== */

.orvex-cta-section{
    padding:90px 0;
    background:
    linear-gradient(180deg,#081827 0%,#0d2235 100%);
    overflow:hidden;
}

.orvex-cta-wrap{
    position:relative;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
    padding:60px;
    border-radius:40px;
    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.03)
    );
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(24px);
}

.orvex-cta-wrap::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    top:-180px;
    right:-120px;
    border-radius:50%;
    background:rgba(20,184,166,.14);
    filter:blur(70px);
}

.orvex-cta-wrap::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    bottom:-120px;
    left:-100px;
    border-radius:50%;
    background:rgba(125,211,252,.12);
    filter:blur(70px);
}

.orvex-cta-content{
    position:relative;
    z-index:2;
}

.orvex-cta-content span{
    display:inline-block;
    margin-bottom:18px;
    color:#7dd3fc;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.orvex-cta-content h2{
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(2.5rem,4vw,4rem);
    line-height:1.05;
    letter-spacing:-2px;
}

.orvex-cta-content p{
    color:rgba(255,255,255,.75);
    line-height:1.9;
    font-size:1.03rem;
}

.orvex-cta-actions{
    display:flex;
    gap:16px;
    margin-top:34px;
    flex-wrap:wrap;
}

.orvex-cta-primary,
.orvex-cta-secondary{
    min-height:62px;
    padding:0 32px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    transition:.35s ease;
}

.orvex-cta-primary{
    background:linear-gradient(135deg,#14b8a6,#7dd3fc);
    color:#08111f;
    box-shadow:0 25px 60px rgba(20,184,166,.30);
}

.orvex-cta-primary:hover{
    transform:translateY(-6px);
}

.orvex-cta-secondary{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
}

.orvex-cta-secondary:hover{
    transform:translateY(-6px);
}

.orvex-cta-image{
    position:relative;
    z-index:2;
}

.orvex-cta-image img{
    width:100%;
    display:block;
    border-radius:32px;
    box-shadow:0 40px 120px rgba(0,0,0,.35);
}

/* ==========================
   FAQ SECTION
========================== */

.orvex-faq-section{
    padding:90px 0;
    background:
    linear-gradient(180deg,#f7fdff 0%,#ffffff 100%);
}

.orvex-faq-head{
    text-align:center;
    max-width:820px;
    margin:0 auto 60px;
}

.orvex-faq-head span{
    display:inline-block;
    margin-bottom:16px;
    color:#0f766e;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.orvex-faq-head h2{
    margin:0;
    color:#08111f;
    font-size:42px;
line-height:1.15;
letter-spacing:-1px;
    line-height:1.08;
    letter-spacing:-1.5px;
}

.orvex-faq-stack{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.orvex-faq-item{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:40px;
    align-items:start;
    padding:34px;
    border-radius:30px;
    background:#fff;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
    transition:.35s ease;
}

.orvex-faq-item:hover{
    transform:translateY(-6px);
    box-shadow:0 35px 90px rgba(15,23,42,.14);
}

.orvex-faq-item h3{
    margin:0;
    color:#08111f;
    font-size:1.45rem;
    line-height:1.35;
}

.orvex-faq-item p{
    margin:0;
    color:#667789;
    line-height:1.9;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1100px){

    .orvex-hero-layout,
    .orvex-overview-grid,
    .orvex-cause-layout,
    .orvex-treatment-layout,
    .orvex-recovery-grid,
    .orvex-cta-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .orvex-benefit-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .orvex-symptom-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .orvex-faq-item{
        grid-template-columns:1fr;
        gap:20px;
    }

}

@media(max-width:768px){

    .orvex-hero-zone,
    .orvex-overview-section,
    .orvex-symptoms-section,
    .orvex-cause-section,
    .orvex-rehab-section,
    .orvex-treatment-section,
    .orvex-benefit-section,
    .orvex-lifestyle-section,
    .orvex-recovery-section,
    .orvex-cta-section,
    .orvex-faq-section{
        padding:70px 0;
    }

    .orvex-symptom-grid,
    .orvex-benefit-grid{
        grid-template-columns:1fr;
    }

    .orvex-symptom-card:nth-child(2),
    .orvex-symptom-card:nth-child(5){
        margin-top:0;
    }

    .orvex-float-card{
        display:none;
    }

    .orvex-lifestyle-content,
    .orvex-treatment-content,
    .orvex-cta-wrap{
        padding:32px;
    }

    .orvex-btn-main,
    .orvex-btn-alt,
    .orvex-cta-primary,
    .orvex-cta-secondary{
        width:100%;
    }

    .orvex-action-row,
    .orvex-cta-actions{
        flex-direction:column;
    }

    .orvex-rehab-grid::before{
        display:none;
    }

    .orvex-rehab-card{
        margin-left:0;
    }

    .orvex-rehab-number{
        position:relative;
        left:auto;
        top:auto;
        margin-bottom:18px;
    }

    .orvex-hero-content h1{
    font-size:30px;
    line-height:1.18;
}

    .orvex-overview-content h2,
    .orvex-section-head h2,
    .orvex-cause-content h2,
    .orvex-treatment-content h2,
    .orvex-lifestyle-content h2,
    .orvex-recovery-content h2,
    .orvex-faq-head h2{
        font-size:34px;
        letter-spacing:-1px;
    }

}

@media(max-width:480px){

    .orvex-shell{
        width:min(100% - 24px);
    }

    .orvex-hero-content h1{
    font-size:28px;
    line-height:1.2;
}

    .orvex-faq-item{
        padding:24px;
    }

    .orvex-symptom-card,
    .orvex-benefit-box,
    .orvex-rehab-card{
        padding:28px;
    }

}