/* ==========================================
   POST SURGERY REHABILITATION
   PART 1
========================================== */

.psr-shell{
    max-width:1320px;
    margin:0 auto;
    padding:0 30px;
}

/* HERO SECTION */

.psr-hero-section{
    position:relative;
    overflow:hidden;

    padding:95px 0 80px;

    background:
    linear-gradient(
        135deg,
        #faf7f2 0%,
        #f8fafc 45%,
        #ffffff 100%
    );
}

.psr-hero-section::before{
    content:'';

    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(14,165,233,.08),
        transparent 70%
    );

    top:-320px;
    right:-260px;
}

.psr-hero-section::after{
    content:'';

    position:absolute;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(249,115,22,.06),
        transparent 70%
    );

    left:-220px;
    bottom:-250px;
}

.psr-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:65px;
    align-items:center;
    position:relative;
    z-index:2;
}

.psr-label{
    display:inline-flex;
    align-items:center;

    padding:12px 22px;

    background:#fff;

    border:1px solid #e2e8f0;

    border-radius:999px;

    font-size:14px;
    font-weight:700;

    color:#0369a1;

    margin-bottom:18px;

    box-shadow:
    0 10px 25px rgba(15,23,42,.04);
}

.psr-title{
    font-size:60px;
    line-height:1.05;

    color:#0f172a;

    letter-spacing:-1.8px;

    margin-bottom:22px;

    font-weight:900;
}

.psr-lead{
    font-size:18px;
    line-height:1.9;

    color:#475569;

    margin-bottom:15px;
}

.psr-hero-image{
    position:relative;
}

.psr-hero-image img{
    width:100%;
    display:block;

    border-radius:34px;

    box-shadow:
    0 35px 90px rgba(15,23,42,.12);
}

.psr-info-card{
    position:absolute;

    background:#ffffff;

    border-radius:24px;

    padding:18px 22px;

    min-width:190px;

    box-shadow:
    0 18px 50px rgba(15,23,42,.10);
}

.psr-info-card strong{
    display:block;

    color:#0284c7;

    font-size:22px;

    margin-bottom:5px;
}

.psr-info-card span{
    color:#64748b;

    font-size:13px;

    line-height:1.5;
}

.psr-card-a{
    top:-15px;
    left:-20px;
}

.psr-card-b{
    bottom:20px;
    right:-20px;
}

/* OVERVIEW */

.psr-overview-section{
    padding:80px 0;
}

.psr-overview-layout{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:55px;
    align-items:center;
}

.psr-overview-image img{
    width:100%;
    display:block;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(15,23,42,.08);
}

.psr-overview-content{
    background:#ffffff;

    border-radius:34px;

    padding:42px;

    box-shadow:
    0 18px 55px rgba(15,23,42,.05);
}

.psr-overview-content h2{
    font-size:42px;

    color:#0f172a;

    line-height:1.2;

    margin-bottom:18px;
}

.psr-overview-content p{
    font-size:17px;

    line-height:1.9;

    color:#475569;

    margin-bottom:14px;
}

/* SECTION HEAD */

.psr-section-head{
    text-align:center;
    margin-bottom:42px;
}

.psr-section-head h2{
    font-size:46px;

    color:#0f172a;

    line-height:1.15;

    margin-bottom:14px;
}

.psr-section-head p{
    max-width:760px;
    margin:0 auto;

    color:#64748b;

    font-size:18px;

    line-height:1.8;
}

/* SURGERY GRID */

.psr-surgery-section{
    padding:80px 0;

    background:#f8fafc;
}

.psr-surgery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.psr-surgery-card{
    background:#ffffff;

    border-radius:28px;

    padding:30px;

    transition:.35s ease;

    border:1px solid #e2e8f0;

    box-shadow:
    0 12px 35px rgba(15,23,42,.04);
}

.psr-surgery-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 65px rgba(15,23,42,.08);
}

.psr-surgery-card h3{
    font-size:24px;

    color:#0f172a;

    margin-bottom:12px;
}

.psr-surgery-card p{
    color:#64748b;

    line-height:1.8;

    margin:0;
}

/* RECOVERY SECTION */

.psr-recovery-section{
    padding:80px 0;
}

.psr-recovery-layout{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
}

.psr-recovery-content h2{
    font-size:44px;

    color:#0f172a;

    line-height:1.2;

    margin-bottom:18px;
}

.psr-recovery-content p{
    font-size:17px;

    line-height:1.9;

    color:#475569;

    margin-bottom:14px;
}

.psr-recovery-image img{
    width:100%;
    display:block;

    border-radius:34px;

    box-shadow:
    0 30px 75px rgba(15,23,42,.10);
}

/* ==========================================
   POST SURGERY REHABILITATION
   PART 2
========================================== */

/* RECOVERY ROADMAP */

.psr-roadmap-section{
    padding:80px 0;
    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fafc 100%
    );
}

.psr-recovery-roadmap{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    position:relative;
}

.psr-recovery-roadmap::before{
    content:'';

    position:absolute;

    left:8%;
    right:8%;
    top:44px;

    height:3px;

    background:
    linear-gradient(
        90deg,
        #0ea5e9,
        #38bdf8,
        #f97316
    );

    z-index:1;
}

.psr-stage-card{
    position:relative;

    z-index:2;

    background:#ffffff;

    border-radius:30px;

    padding:32px;

    border:1px solid #e2e8f0;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);
}

.psr-stage-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 30px 70px rgba(15,23,42,.08);
}

.psr-stage-number{
    width:62px;
    height:62px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    font-weight:800;

    color:#ffffff;

    margin-bottom:18px;

    background:
    linear-gradient(
        135deg,
        #0ea5e9,
        #0284c7
    );
}

.psr-stage-card h3{
    font-size:24px;

    color:#0f172a;

    margin-bottom:12px;
}

.psr-stage-card p{
    color:#64748b;

    line-height:1.8;

    margin:0;
}

/* MOBILITY SECTION */

.psr-mobility-section{
    padding:80px 0;
}

.psr-mobility-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:60px;
    align-items:center;
}

.psr-mobility-image{
    position:relative;
}

.psr-mobility-image img{
    width:100%;
    display:block;

    border-radius:34px;

    box-shadow:
    0 30px 75px rgba(15,23,42,.10);
}

.psr-mobility-content h2{
    font-size:44px;

    line-height:1.15;

    color:#0f172a;

    margin-bottom:18px;
}

.psr-mobility-content p{
    font-size:17px;

    line-height:1.9;

    color:#475569;

    margin-bottom:14px;
}

/* BENEFITS SECTION */

.psr-benefits-section{
    padding:80px 0;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1e293b 100%
    );
}

.psr-benefits-section .psr-section-head h2,
.psr-benefits-section .psr-section-head p{
    color:#ffffff;
}

.psr-benefit-matrix{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.psr-benefit-card{
    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(16px);

    border:
    1px solid rgba(255,255,255,.10);

    border-radius:30px;

    padding:32px;

    transition:.35s ease;
}

.psr-benefit-card:hover{
    transform:translateY(-8px);

    background:
    rgba(255,255,255,.12);
}

.psr-benefit-card strong{
    display:block;

    color:#38bdf8;

    font-size:24px;

    margin-bottom:12px;
}

.psr-benefit-card span{
    display:block;

    color:#ffffff;

    line-height:1.8;
}

/* STRENGTH SECTION */

.psr-strength-section{
    padding:80px 0;
    background:#ffffff;
}

.psr-strength-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.psr-strength-layout.reverse .psr-strength-image{
    order:2;
}

.psr-strength-layout.reverse .psr-strength-content{
    order:1;
}

.psr-strength-image img{
    width:100%;
    display:block;

    border-radius:34px;

    box-shadow:
    0 30px 75px rgba(15,23,42,.10);
}

.psr-strength-content h2{
    font-size:44px;

    color:#0f172a;

    line-height:1.15;

    margin-bottom:18px;
}

.psr-strength-content p{
    font-size:17px;

    line-height:1.9;

    color:#475569;

    margin-bottom:14px;
}

/* TREATMENT PATH */

.psr-treatment-section{
    padding:80px 0;
    background:#f8fafc;
}

.psr-treatment-path{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.psr-treatment-card{
    position:relative;

    background:#ffffff;

    border-radius:28px;

    padding:30px;

    overflow:hidden;

    border:1px solid #e2e8f0;

    transition:.35s ease;

    box-shadow:
    0 12px 35px rgba(15,23,42,.04);
}

.psr-treatment-card::before{
    content:'';

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
        90deg,
        #0ea5e9,
        #38bdf8
    );
}

.psr-treatment-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(15,23,42,.08);
}

.psr-treatment-card h3{
    font-size:23px;

    color:#0f172a;

    margin-bottom:12px;
}

.psr-treatment-card p{
    color:#64748b;

    line-height:1.8;

    margin:0;
}

/* ==========================================
   POST SURGERY REHABILITATION
   PART 3
========================================== */

/* PERSONALIZED SECTION */

.psr-personalized-section{
    padding:80px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fafc 100%
    );
}

.psr-personalized-layout{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:60px;
    align-items:center;
}

.psr-personalized-image img{
    width:100%;
    display:block;

    border-radius:36px;

    box-shadow:
    0 35px 80px rgba(15,23,42,.10);
}

.psr-personalized-content{
    position:relative;
}

.psr-personalized-content h2{
    font-size:46px;
    line-height:1.15;

    color:#0f172a;

    margin-bottom:18px;
}

.psr-personalized-content h2::after{
    content:'';

    display:block;

    width:80px;
    height:4px;

    margin-top:14px;

    border-radius:999px;

    background:
    linear-gradient(
        90deg,
        #0ea5e9,
        #f97316
    );
}

.psr-personalized-content p{
    font-size:17px;
    line-height:1.9;

    color:#475569;

    margin-bottom:14px;
}

/* LONG TERM SECTION */

.psr-longterm-section{
    padding:80px 0;
    background:#ffffff;
}

/* PROGRESS CARDS */

.psr-progress-section{
    padding:80px 0;

    background:#f8fafc;
}

.psr-progress-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.psr-progress-card{
    background:#ffffff;

    border-radius:30px;

    padding:32px;

    position:relative;

    overflow:hidden;

    border:1px solid #e2e8f0;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);
}

.psr-progress-card::before{
    content:'';

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
        90deg,
        #f97316,
        #fb923c
    );
}

.psr-progress-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 30px 70px rgba(15,23,42,.08);
}

.psr-progress-card h3{
    font-size:23px;

    color:#0f172a;

    margin-bottom:12px;
}

.psr-progress-card p{
    margin:0;

    color:#64748b;

    line-height:1.8;
}

/* FAQ */

.psr-faq-section{
    padding:80px 0;
    background:#ffffff;
}

.psr-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.psr-faq-card{
    background:#ffffff;

    border-radius:28px;

    padding:30px;

    border:1px solid #e2e8f0;

    transition:.35s ease;

    box-shadow:
    0 12px 35px rgba(15,23,42,.04);
}

.psr-faq-card:hover{
    transform:translateY(-6px);

    box-shadow:
    0 25px 60px rgba(15,23,42,.08);
}

.psr-faq-card h3{
    font-size:22px;

    color:#0f172a;

    line-height:1.5;

    margin-bottom:12px;
}

.psr-faq-card p{
    margin:0;

    color:#64748b;

    line-height:1.8;
}

/* CTA */

.psr-cta-section{
    padding:95px 0;

    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #1e293b 50%,
        #334155 100%
    );
}

.psr-cta-section::before{
    content:'';

    position:absolute;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    rgba(56,189,248,.08);

    top:-250px;
    right:-250px;
}

.psr-cta-section::after{
    content:'';

    position:absolute;

    width:450px;
    height:450px;

    border-radius:50%;

    background:
    rgba(249,115,22,.08);

    bottom:-220px;
    left:-220px;
}

.psr-cta-box{
    position:relative;
    z-index:2;

    max-width:980px;

    margin:0 auto;

    text-align:center;
}

.psr-cta-box h2{
    font-size:58px;

    line-height:1.12;

    color:#ffffff;

    margin-bottom:20px;
}

.psr-cta-box p{
    max-width:820px;

    margin:0 auto;

    font-size:19px;

    line-height:1.9;

    color:rgba(255,255,255,.92);
}

/* SUMMARY */

.psr-summary-section{
    padding:80px 0;
    background:#ffffff;
}

.psr-summary-box{
    max-width:1150px;

    margin:0 auto;

    padding:65px;

    border-radius:40px;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        #faf7f2,
        #ffffff
    );

    border:1px solid #e2e8f0;

    box-shadow:
    0 20px 60px rgba(15,23,42,.05);
}

.psr-summary-box h2{
    font-size:48px;

    color:#0f172a;

    line-height:1.15;

    margin-bottom:18px;
}

.psr-summary-box p{
    max-width:850px;

    margin:0 auto 16px;

    font-size:17px;

    line-height:1.9;

    color:#64748b;
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:1024px){

    .psr-hero-grid,
    .psr-overview-layout,
    .psr-recovery-layout,
    .psr-mobility-layout,
    .psr-strength-layout,
    .psr-personalized-layout{
        grid-template-columns:1fr;
        gap:40px;
    }

    .psr-strength-layout.reverse .psr-strength-image,
    .psr-strength-layout.reverse .psr-strength-content{
        order:unset;
    }

    .psr-recovery-roadmap{
        grid-template-columns:repeat(2,1fr);
    }

    .psr-benefit-matrix{
        grid-template-columns:repeat(2,1fr);
    }

    .psr-treatment-path{
        grid-template-columns:repeat(2,1fr);
    }

    .psr-progress-cards{
        grid-template-columns:repeat(2,1fr);
    }

    .psr-faq-grid{
        grid-template-columns:1fr;
    }

    .psr-title{
        font-size:50px;
    }

    .psr-cta-box h2{
        font-size:44px;
    }

    .psr-summary-box h2,
    .psr-section-head h2,
    .psr-personalized-content h2,
    .psr-strength-content h2,
    .psr-mobility-content h2,
    .psr-recovery-content h2{
        font-size:38px;
    }

    .psr-info-card{
        display:none;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

    .psr-shell{
        padding:0 18px;
    }

    .psr-hero-section,
    .psr-overview-section,
    .psr-surgery-section,
    .psr-recovery-section,
    .psr-roadmap-section,
    .psr-mobility-section,
    .psr-benefits-section,
    .psr-strength-section,
    .psr-treatment-section,
    .psr-personalized-section,
    .psr-longterm-section,
    .psr-progress-section,
    .psr-faq-section,
    .psr-cta-section,
    .psr-summary-section{
        padding:60px 0;
    }

    .psr-title{
        font-size:36px;
        line-height:1.15;
    }

    .psr-section-head{
        margin-bottom:30px;
    }

    .psr-recovery-roadmap,
    .psr-surgery-grid,
    .psr-benefit-matrix,
    .psr-treatment-path,
    .psr-progress-cards{
        grid-template-columns:1fr;
    }

    .psr-overview-content,
    .psr-stage-card,
    .psr-surgery-card,
    .psr-treatment-card,
    .psr-benefit-card,
    .psr-progress-card,
    .psr-faq-card{
        padding:24px;
    }

    .psr-summary-box{
        padding:35px 24px;
    }

    .psr-summary-box h2,
    .psr-section-head h2,
    .psr-personalized-content h2,
    .psr-strength-content h2,
    .psr-mobility-content h2,
    .psr-recovery-content h2{
        font-size:30px;
    }

    .psr-cta-box h2{
        font-size:34px;
    }

    .psr-lead,
    .psr-overview-content p,
    .psr-recovery-content p,
    .psr-mobility-content p,
    .psr-strength-content p,
    .psr-personalized-content p,
    .psr-summary-box p{
        font-size:16px;
    }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media(max-width:480px){

    .psr-shell{
        padding:0 15px;
    }

    .psr-title{
        font-size:30px;
    }

    .psr-summary-box h2,
    .psr-section-head h2,
    .psr-personalized-content h2,
    .psr-strength-content h2,
    .psr-mobility-content h2,
    .psr-recovery-content h2{
        font-size:26px;
    }

    .psr-cta-box h2{
        font-size:28px;
    }

    .psr-summary-box{
        padding:28px 20px;
    }
}



/* Premium Content Width Fix */

.psr-shell{
    padding-left:60px !important;
    padding-right:60px !important;
}

@media(max-width:1024px){

    .psr-shell{
        padding-left:40px !important;
        padding-right:40px !important;
    }

}

@media(max-width:768px){

    .psr-shell{
        padding-left:22px !important;
        padding-right:22px !important;
    }

}

@media(max-width:480px){

    .psr-shell{
        padding-left:18px !important;
        padding-right:18px !important;
    }

}