/* =========================================================
   DR M A SUBOOR SHAHEROSE
   HOME PAGE
========================================================= */

:root {
    --home-navy: #111a4a;
    --home-navy-dark: #0a123d;

    --home-purple: #7139a6;
    --home-purple-dark: #5d238d;

    --home-soft-purple: #f3eef8;
    --home-light: #f8f8fb;

    --home-white: #ffffff;

    --home-text: #31384d;
    --home-muted: #69728a;

    --home-border: #e7e4ed;

    --home-shadow:
        0 12px 34px rgba(17, 26, 74, 0.07);

    --home-shadow-hover:
        0 19px 42px rgba(17, 26, 74, 0.12);
}


/* =========================================================
   PAGE
========================================================= */

.home-page {
    width: 100%;
    overflow-x: hidden;
    background: var(--home-white);
    color: var(--home-text);
}


.home-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   COMMON
========================================================= */

.home-section {
    width: 100%;
    padding: 88px 0;
}


.home-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    color: var(--home-purple);

    font-size: 13px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.home-page h2 {
    color: var(--home-navy);

    font-size: clamp(32px, 3vw, 43px);
    line-height: 1.18;

    font-weight: 700;
}


.home-page h2 span {
    color: var(--home-purple);
}


.home-page h3 {
    color: var(--home-navy);

    font-size: 20px;
    line-height: 1.35;
}


.home-page p {
    color: var(--home-muted);

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   CENTER HEADING
========================================================= */

.home-center-heading {
    max-width: 900px;

    margin: 0 auto 46px;

    text-align: center;
}


.home-center-heading .home-eyebrow {
    display: block;

    width: fit-content;

    margin-left: auto;
    margin-right: auto;
}


.home-center-heading h2 {
    margin: 0 0 14px;
}


.home-center-heading p {
    max-width: 760px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   HERO
========================================================= */

.home-hero {
    position: relative;

    height: 500px;
    min-height: 500px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: var(--home-navy);
}


.home-hero-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.home-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10, 18, 61, 0.95) 0%,
            rgba(17, 26, 74, 0.84) 42%,
            rgba(93, 35, 141, 0.30) 76%,
            rgba(93, 35, 141, 0.08) 100%
        );
}


.home-hero-content {
    position: relative;

    z-index: 2;
}


.hero-eyebrow {
    color: #e0c8f5;
}


.home-hero h1 {
    max-width: 680px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.06;

    font-weight: 700;
}


.home-hero h1 span {
    display: block;

    color: #d8b9f2;
}


.home-hero-content > p {
    max-width: 620px;

    margin-top: 20px;

    color: rgba(255,255,255,0.88);

    font-size: 17px;
}


.home-hero-buttons {
    display: flex;

    gap: 13px;

    margin-top: 28px;
}


/* =========================================================
   BUTTONS
========================================================= */

.home-btn {
    min-height: 48px;

    padding: 12px 23px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;

    transition: 0.25s ease;
}


.home-btn:hover {
    transform: translateY(-2px);
}


.home-btn-primary,
.home-btn-purple {
    background: var(--home-purple);

    color: #ffffff;

    border: 1px solid var(--home-purple);
}


.home-btn-primary:hover,
.home-btn-purple:hover {
    background: var(--home-purple-dark);

    border-color: var(--home-purple-dark);
}


.home-btn-outline {
    background: rgba(255,255,255,0.06);

    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.7);
}


.home-btn-light {
    background: #ffffff;

    color: var(--home-navy);

    border: 1px solid #ffffff;
}


.home-btn-outline-light {
    background: transparent;

    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.7);
}


/* =========================================================
   ABOUT
========================================================= */

.home-about-section {
    background: #ffffff;
}


.home-about-grid {
    display: grid;

    grid-template-columns:
        minmax(300px, 410px)
        minmax(0, 1fr);

    align-items: center;

    gap: 70px;
}


.home-about-image-wrap {
    position: relative;
}


.home-about-image-wrap::before {
    content: "";

    position: absolute;

    top: -14px;
    left: -14px;

    width: 72px;
    height: 72px;

    border-top: 3px solid var(--home-purple);
    border-left: 3px solid var(--home-purple);
}


.home-about-image {
    position: relative;

    z-index: 1;

    width: 100%;
    height: 480px;

    object-fit: cover;
    object-position: center top;

    box-shadow:
        0 20px 50px rgba(17, 26, 74, 0.13);
}


.home-about-content h2 {
    margin: 0 0 20px;
}


.home-about-content > p {
    margin: 0 0 14px;
}


.home-about-highlights {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 12px;

    margin-top: 24px;
}


.home-highlight {
    min-height: 102px;

    padding: 16px 14px;

    display: flex;

    gap: 10px;

    background: var(--home-light);

    border: 1px solid var(--home-border);

    border-radius: 9px;
}


.home-highlight i {
    color: var(--home-purple);

    font-size: 18px;

    margin-top: 3px;
}


.home-highlight strong {
    display: block;

    color: var(--home-navy);

    font-size: 14px;
}


.home-highlight span {
    display: block;

    margin-top: 3px;

    color: var(--home-muted);

    font-size: 12.5px;
}


/* =========================================================
   TEXT LINK
========================================================= */

.home-text-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 22px;

    color: var(--home-purple-dark);

    font-size: 15px;
    font-weight: 800;

    text-decoration: none;
}


/* =========================================================
   SERVICES
========================================================= */

.home-services-section {
    background: var(--home-light);
}


.home-services-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;
}


.home-service-card {
    min-height: 245px;

    padding: 27px 22px;

    background: #ffffff;

    border: 1px solid var(--home-border);

    border-radius: 12px;

    box-shadow: var(--home-shadow);

    transition: 0.25s ease;
}


.home-service-card:hover {
    transform: translateY(-5px);

    box-shadow: var(--home-shadow-hover);
}


.service-icon {
    width: 50px;
    height: 50px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--home-soft-purple);

    color: var(--home-purple);

    font-size: 21px;
}


.home-service-card h3 {
    margin: 0 0 10px;
}


.home-service-card p {
    margin: 0;

    font-size: 14.5px;
}


/* =========================================================
   SECTION ACTION
========================================================= */

.home-section-action {
    margin-top: 35px;

    text-align: center;
}


/* =========================================================
   TREATMENT PROCESS
========================================================= */

.home-process-section {
    background: #ffffff;
}


.home-process-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;
}


.home-process-card {
    position: relative;

    min-height: 270px;

    padding: 28px 24px;

    background: #ffffff;

    border: 1px solid var(--home-border);

    border-radius: 12px;

    box-shadow: var(--home-shadow);
}


.process-number {
    display: block;

    margin-bottom: 18px;

    color: #b58ad6;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1px;
}


.process-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--home-purple);

    background: var(--home-soft-purple);

    border-radius: 50%;

    font-size: 20px;
}


.home-process-card h3 {
    margin: 0 0 10px;
}


.home-process-card p {
    margin: 0;

    font-size: 15px;
}


/* =========================================================
   APPROACH
========================================================= */

.home-approach-section {
    background: #f7f3fb;
}


.home-approach-grid {
    display: grid;

    grid-template-columns:
        0.92fr 1.08fr;

    align-items: center;

    gap: 75px;
}


.home-approach-content h2 {
    margin: 0 0 20px;
}


.home-approach-content p {
    margin: 0 0 14px;
}


.home-approach-points {
    border-top: 1px solid var(--home-border);
}


.home-approach-point {
    display: grid;

    grid-template-columns:
        48px minmax(0, 1fr);

    gap: 16px;

    padding: 23px 0;

    border-bottom: 1px solid var(--home-border);
}


.home-approach-point > span {
    color: var(--home-purple);

    font-size: 12px;
    font-weight: 800;
}


.home-approach-point h3 {
    margin: 0 0 6px;
}


.home-approach-point p {
    margin: 0;

    font-size: 15px;
}


/* =========================================================
   ABOUT CANCER
========================================================= */

.home-cancer-section {
    padding: 65px 0;

    background: #ffffff;
}


.home-cancer-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 45px;
}


.home-cancer-inner > div {
    max-width: 730px;
}


.home-cancer-inner h2 {
    margin: 0 0 12px;
}


/* =========================================================
   CTA
========================================================= */

.home-cta {
    padding: 70px 0;

    background:
        linear-gradient(
            110deg,
            var(--home-navy),
            #33217d 52%,
            var(--home-purple-dark)
        );
}


.home-cta-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;
}


.home-cta-inner > div:first-child {
    max-width: 700px;
}


.home-cta .home-eyebrow {
    color: #d8b9f2;
}


.home-cta h2 {
    margin: 0 0 12px;

    color: #ffffff;
}


.home-cta p {
    margin: 0;

    color: rgba(255,255,255,0.84);
}


.home-cta-actions {
    display: flex;

    gap: 11px;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1440px) {

    .home-container {
        width: min(1320px, calc(100% - 80px));
    }


    .home-section {
        padding: 96px 0;
    }


    .home-hero {
        height: 520px;
        min-height: 520px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .home-container {
        width: min(1140px, calc(100% - 44px));
    }


    .home-services-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .home-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-about-highlights {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .home-container {
        width: calc(100% - 40px);
    }


    .home-section {
        padding: 70px 0;
    }


    .home-hero {
        height: 460px;
        min-height: 460px;
    }


    .home-hero h1 {
        font-size: 46px;
    }


    .home-about-grid {
        grid-template-columns:
            minmax(270px, 330px)
            minmax(0, 1fr);

        gap: 38px;
    }


    .home-about-image {
        height: 430px;
    }


    .home-services-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-approach-grid {
        gap: 45px;
    }


    .home-cancer-inner {
        gap: 30px;
    }


    .home-cta-inner {
        align-items: flex-start;
    }


    .home-cta-actions {
        flex-direction: column;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .home-container {
        width: calc(100% - 32px);
    }


    .home-section {
        padding: 58px 0;
    }


    .home-page h2 {
        font-size: 29px;
    }


    .home-eyebrow {
        font-size: 11px;
    }


    /* HERO */

    .home-hero {
        height: auto;
        min-height: 480px;
    }


    .home-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(10,18,61,0.94),
                rgba(17,26,74,0.74)
            );
    }


    .home-hero-content {
        padding: 50px 0;
    }


    .home-hero h1 {
        font-size: 40px;
    }


    .home-hero-content > p {
        font-size: 15.5px;
    }


    .home-hero-buttons {
        max-width: 290px;

        flex-direction: column;
    }


    /* ABOUT */

    .home-about-grid {
        grid-template-columns: 1fr;

        gap: 36px;
    }


    .home-about-image-wrap {
        max-width: 390px;

        margin: 0 auto;
    }


    .home-about-image {
        height: 445px;
    }


    /* SERVICES */

    .home-services-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .home-service-card {
        min-height: auto;

        padding: 23px 20px;
    }


    /* PROCESS */

    .home-process-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .home-process-card {
        min-height: auto;

        padding: 23px 20px;
    }


    /* APPROACH */

    .home-approach-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* CANCER */

    .home-cancer-section {
        padding: 55px 0;
    }


    .home-cancer-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 24px;
    }


    /* CTA */

    .home-cta {
        padding: 55px 0;
    }


    .home-cta-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 26px;
    }


    .home-cta-actions {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .home-container {
        width: calc(100% - 28px);
    }


    .home-section {
        padding: 50px 0;
    }


    .home-page h2 {
        font-size: 27px;
    }


    .home-hero {
        min-height: 460px;
    }


    .home-hero h1 {
        font-size: 36px;
    }


    .home-about-image {
        height: 395px;
    }


    .home-btn {
        width: 100%;
    }

}

/* =========================================================
   FINAL TYPOGRAPHY UPGRADE
   Bigger content sizes across the complete Home page
   Layout, colors and existing content remain unchanged.
========================================================= */

/* Desktop / default typography */
.home-eyebrow {
    font-size: 14px;
    line-height: 1.45;
}

.home-page h2 {
    font-size: clamp(36px, 3.2vw, 48px);
    line-height: 1.18;
}

.home-page h3 {
    font-size: 22px;
    line-height: 1.38;
}

.home-page p {
    font-size: 17px;
    line-height: 1.8;
}

.home-center-heading p {
    font-size: 17px;
    line-height: 1.8;
}

.home-btn {
    font-size: 15px;
}

/* Hero */
.home-hero-content > p {
    font-size: 18px;
    line-height: 1.78;
}

/* About section */
.home-about-content .home-eyebrow {
    font-size: 14px;
}

.home-about-content h2 {
    font-size: clamp(38px, 3.3vw, 50px);
    line-height: 1.14;
    margin-bottom: 24px;
}

.home-about-content > p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.8;
}

.home-about-highlights {
    gap: 18px;
    margin-top: 30px;
}

.home-highlight {
    min-height: 124px;
    padding: 20px 18px;
    gap: 14px;
    align-items: flex-start;
}

.home-highlight > i {
    flex: 0 0 auto;
    width: 26px;
    margin-top: 3px;
    font-size: 21px;
    text-align: center;
}

.home-highlight > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.home-highlight strong {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.home-highlight span {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.home-about-content .home-text-link,
.home-text-link {
    font-size: 17px;
    line-height: 1.45;
}

/* Services */
.home-service-card h3 {
    font-size: 21px;
}

.home-service-card p {
    font-size: 16.5px;
    line-height: 1.75;
}

.service-icon {
    font-size: 22px;
}

/* Cancer treatment process */
.process-number {
    font-size: 14px;
}

.process-icon {
    font-size: 21px;
}

.home-process-card h3 {
    font-size: 21px;
}

.home-process-card p {
    font-size: 16.5px;
    line-height: 1.75;
}

/* Our approach */
.home-approach-point > span {
    font-size: 13px;
}

.home-approach-point h3 {
    font-size: 21px;
}

.home-approach-point p {
    font-size: 16.5px;
    line-height: 1.75;
}

/* About cancer */
.home-cancer-inner p {
    font-size: 17px;
    line-height: 1.8;
}

/* CTA */
.home-cta p {
    font-size: 17px;
    line-height: 1.78;
}

/* =========================================================
   LARGE DESKTOP / 24-INCH
========================================================= */
@media (min-width: 1440px) {
    .home-eyebrow {
        font-size: 15px;
    }

    .home-page h2 {
        font-size: clamp(40px, 3vw, 52px);
    }

    .home-page h3 {
        font-size: 23px;
    }

    .home-page p,
    .home-center-heading p,
    .home-cancer-inner p,
    .home-cta p {
        font-size: 18px;
    }

    .home-hero-content > p,
    .home-about-content > p {
        font-size: 19px;
    }

    .home-service-card p,
    .home-process-card p,
    .home-approach-point p {
        font-size: 17px;
    }
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 900px) {
    .home-eyebrow {
        font-size: 13px;
    }

    .home-page h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .home-page h3 {
        font-size: 20px;
    }

    .home-page p,
    .home-center-heading p {
        font-size: 16.5px;
        line-height: 1.75;
    }

    .home-hero-content > p {
        font-size: 17px;
    }

    .home-about-content h2 {
        font-size: 35px;
    }

    .home-about-content > p {
        font-size: 16.5px;
        line-height: 1.75;
    }

    .home-about-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .home-highlight {
        min-height: auto;
        padding: 17px 18px;
        gap: 14px;
    }

    .home-highlight > div {
        gap: 5px;
    }

    .home-highlight strong {
        font-size: 16px;
    }

    .home-highlight span {
        font-size: 14.5px;
    }

    .home-service-card p,
    .home-process-card p,
    .home-approach-point p {
        font-size: 16px;
    }

    .home-btn,
    .home-text-link {
        font-size: 15.5px;
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 700px) {
    .home-eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .home-page h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-page h3 {
        font-size: 19px;
    }

    .home-page p,
    .home-center-heading p {
        font-size: 16px;
        line-height: 1.72;
    }

    .home-hero-content > p {
        font-size: 16.5px;
        line-height: 1.72;
    }

    .home-about-content h2 {
        font-size: 32px;
        line-height: 1.17;
    }

    .home-about-content > p {
        font-size: 16px;
        line-height: 1.75;
    }

    .home-highlight {
        padding: 18px 17px;
        gap: 14px;
    }

    .home-highlight > div {
        gap: 6px;
    }

    .home-highlight strong {
        font-size: 16px;
    }

    .home-highlight span {
        font-size: 14px;
        line-height: 1.5;
    }

    .home-service-card h3,
    .home-process-card h3,
    .home-approach-point h3 {
        font-size: 19px;
    }

    .home-service-card p,
    .home-process-card p,
    .home-approach-point p,
    .home-cancer-inner p,
    .home-cta p {
        font-size: 15.5px;
        line-height: 1.72;
    }

    .home-btn,
    .home-text-link {
        font-size: 15px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
    .home-page h2 {
        font-size: 28px;
    }

    .home-page h3 {
        font-size: 18px;
    }

    .home-page p,
    .home-center-heading p {
        font-size: 15.5px;
    }

    .home-about-content h2 {
        font-size: 29px;
    }

    .home-about-content > p {
        font-size: 15.5px;
    }

    .home-highlight {
        padding: 17px 15px;
        gap: 12px;
    }

    .home-highlight strong {
        font-size: 15px;
    }

    .home-highlight span {
        font-size: 13.5px;
    }

    .home-service-card p,
    .home-process-card p,
    .home-approach-point p,
    .home-cancer-inner p,
    .home-cta p {
        font-size: 15px;
    }
}

