/* Florya Doğa Exam Page Set */
.fdexam-hero, .fdexam-scope, .fdexam-checkup, .fdexam-process, .fdexam-cta,
.fdexam-hero *, .fdexam-scope *, .fdexam-checkup *, .fdexam-process *, .fdexam-cta * {
    box-sizing: border-box;
}

.fdexam-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.fdexam-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 56px 92px;
    background: #fff;
}

.fdexam-hero::before,
.fdexam-scope::before,
.fdexam-process::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(58px);
    z-index: 0;
    background: rgba(11,138,130,.10);
}

.fdexam-hero::before {
    width: 520px;
    height: 520px;
    right: -260px;
    top: 80px;
}

.fdexam-bg-paw {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: #0B8A82;
    color: #fff;
    opacity: .08;
    font-size: 34px;
}

.fdexam-bg-paw-one {
    left: 6%;
    bottom: 52px;
    transform: rotate(-18deg);
}

.fdexam-bg-paw-two {
    right: 8%;
    top: 50px;
    transform: rotate(18deg);
}

.fdexam-hero-grid,
.fdexam-checkup-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    gap: 58px;
    align-items: center;
}

.fdexam-eyebrow,
.fdexam-scope-eyebrow,
.fdexam-checkup-eyebrow,
.fdexam-process-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #0B8A82;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fdexam-eyebrow span {
    width: 46px;
    height: 3px;
    border-radius: 99px;
    background: #0B8A82;
}

.fdexam-hero-title,
.fdexam-scope-title,
.fdexam-checkup-title,
.fdexam-process-title,
.fdexam-cta-title {
    margin: 0;
    color: #101828;
    font-size: clamp(40px, 5vw, 78px);
    line-height: 1.02;
    letter-spacing: -.058em;
    font-weight: 800;
}

.fdexam-hero-desc,
.fdexam-scope-desc,
.fdexam-checkup-desc,
.fdexam-cta-desc {
    max-width: 720px;
    margin: 26px 0 0;
    color: #475467;
    font-size: clamp(17px, 1.22vw, 22px);
    line-height: 1.72;
}

.fdexam-button,
.fdexam-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 58px;
    margin-top: 32px;
    padding: 17px 26px;
    border-radius: 999px;
    background: #0B8A82;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease;
}

.fdexam-button:hover,
.fdexam-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px -26px rgba(11,138,130,.82);
}

.fdexam-hero-media,
.fdexam-checkup-media {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    border: 1px solid rgba(11,138,130,.14);
    border-radius: 36px;
    background: #E8F8F5;
    box-shadow: 0 28px 80px -54px rgba(16,24,40,.42), inset 0 1px 0 rgba(255,255,255,.82);
}

.fdexam-hero-media::after,
.fdexam-checkup-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.58));
    pointer-events: none;
}

.fdexam-hero-image,
.fdexam-hero-video,
.fdexam-checkup-image,
.fdexam-checkup-video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fdexam-hero-chip {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    background: #0B8A82;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Scope */
.fdexam-scope {
    position: relative;
    overflow: hidden;
    padding: 76px 56px 82px;
    background: #F7FCFB;
}

.fdexam-scope::before {
    width: 460px;
    height: 460px;
    left: -240px;
    top: 90px;
}

.fdexam-section-head {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin-bottom: 38px;
}

.fdexam-scope-title,
.fdexam-checkup-title,
.fdexam-process-title {
    font-size: clamp(34px, 4vw, 62px);
}

.fdexam-scope-desc {
    font-size: clamp(16px, 1.2vw, 20px);
}

.fdexam-scope-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fdexam-scope-card,
.fdexam-step {
    position: relative;
    min-width: 0;
    min-height: 230px;
    padding: 30px 26px;
    border: 1px solid rgba(11,138,130,.14);
    border-radius: 26px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 20px 54px -42px rgba(16,24,40,.36), inset 0 1px 0 rgba(255,255,255,.82);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.fdexam-scope-card::before,
.fdexam-step::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: #0B8A82;
}

.fdexam-scope-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 999px;
    color: #0B8A82;
    background: rgba(11,138,130,.10);
}

.fdexam-scope-icon i,
.fdexam-scope-icon svg {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.fdexam-scope-card-title,
.fdexam-step-title {
    margin: 0 0 12px;
    color: #101828;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.025em;
}

.fdexam-scope-card-text,
.fdexam-step-text {
    margin: 0;
    color: #475467;
    font-size: 15.5px;
    line-height: 1.66;
}

/* Checkup */
.fdexam-checkup {
    position: relative;
    overflow: hidden;
    padding: 84px 56px;
    background: #fff;
}

.fdexam-checkup-media {
    min-height: 560px;
}

.fdexam-checkup-note {
    position: relative;
    margin-top: 28px;
    padding: 24px 26px 24px 32px;
    border-radius: 22px;
    color: #0B8A82;
    background: rgba(11,138,130,.07);
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.45;
    font-weight: 800;
}

.fdexam-checkup-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 5px;
    border-radius: 999px;
    background: #0B8A82;
}

/* Process */
.fdexam-process {
    position: relative;
    overflow: hidden;
    padding: 78px 56px 88px;
    background: #F7FCFB;
}

.fdexam-process::before {
    width: 480px;
    height: 480px;
    right: -240px;
    bottom: 60px;
}

.fdexam-process-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.fdexam-step-number {
    display: block;
    margin-bottom: 28px;
    color: #0B8A82;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.05em;
}

/* CTA */
.fdexam-cta {
    position: relative;
    overflow: hidden;
    padding: 62px 56px;
    background: #0B8A82;
}

.fdexam-cta::before {
    content: "🐾";
    position: absolute;
    right: 8%;
    top: 22px;
    color: #fff;
    opacity: .12;
    font-size: 92px;
    transform: rotate(16deg);
}

.fdexam-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.fdexam-cta-title {
    color: #fff;
}

.fdexam-cta-desc {
    color: rgba(255,255,255,.84);
}

.fdexam-cta-button {
    margin-top: 0;
    background: #fff;
    color: #0B8A82 !important;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .fdexam-hero-grid,
    .fdexam-checkup-grid {
        grid-template-columns: 1fr;
    }

    .fdexam-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .fdexam-hero,
    .fdexam-scope,
    .fdexam-checkup,
    .fdexam-process {
        padding-left: 28px;
        padding-right: 28px;
    }

    .fdexam-scope-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fdexam-hero-media,
    .fdexam-checkup-media {
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .fdexam-hero,
    .fdexam-scope,
    .fdexam-checkup,
    .fdexam-process {
        padding: 48px 18px 56px;
    }

    .fdexam-bg-paw {
        display: none;
    }

    .fdexam-hero-title {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.08;
    }

    .fdexam-hero-desc,
    .fdexam-checkup-desc,
    .fdexam-scope-desc {
        font-size: 16px;
        line-height: 1.65;
    }

    .fdexam-button {
        width: 100%;
    }

    .fdexam-hero-media,
    .fdexam-checkup-media {
        min-height: 380px;
        border-radius: 24px;
    }

    .fdexam-hero-chip {
        left: 14px;
        right: 14px;
        bottom: 14px;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .fdexam-scope-grid,
    .fdexam-process-grid {
        grid-template-columns: 1fr !important;
    }

    .fdexam-scope-card,
    .fdexam-step {
        min-height: auto;
        padding: 26px 22px;
    }

    .fdexam-checkup-note {
        padding: 20px 20px 20px 26px;
        font-size: 17px;
    }

    .fdexam-cta {
        padding: 46px 18px;
    }

    .fdexam-cta-inner {
        grid-template-columns: 1fr;
    }

    .fdexam-cta-button {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}
