:root {
    --ink: #062f2f;
    --deep: #013634;
    --deep-2: #002a28;
    --lime: #cce216;
    --cream: #fff8e9;
    --paper: #ffffff;
    --muted: #6b7675;
    --line: rgba(6, 47, 47, 0.12);
    --shadow: 0 24px 80px rgba(2, 36, 35, 0.18);
    --header-offset: 176px;
}

@media (max-width: 1080px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-header-shell {
        width: 100%;
        border-radius: 0;
        box-shadow: 0 12px 34px rgba(2, 36, 35, 0.08);
    }

    .site-header {
        min-height: 86px;
        padding-inline: 18px;
    }

    .brand {
        min-width: 0;
    }

    .brand-copy strong,
    .brand-copy small {
        white-space: nowrap;
    }

    .main-nav {
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }

    .dropdown-panel {
        max-height: 60vh;
        overflow-y: auto;
    }

    .hero {
        height: auto;
        min-height: calc(100svh - var(--header-offset));
    }

    .hero-copy,
    .hero p,
    .hero h1 {
        max-width: 100%;
    }

    .hero-proof {
        margin-bottom: 88px;
    }

    .hero-slider-controls {
        left: 24px;
        bottom: 28px;
    }

    .section-heading {
        align-items: start;
    }

    .success-video-shell {
        width: 100%;
    }

    .appointment-layout,
    .login-layout,
    .student-login-section .login-layout,
    .page-content-grid {
        gap: 32px;
    }
}

@media (max-width: 720px) {
    :root {
        --header-offset: 126px;
    }

    body {
        font-size: 15px;
    }

    .top-info-bar {
        min-height: 44px;
        padding: 6px 12px;
        grid-template-columns: 1fr;
    }

    .top-contact-pill {
        min-height: 36px;
        padding: 0 12px;
        justify-content: center;
    }

    .site-header {
        min-height: 78px;
        padding-inline: 14px;
    }

    .brand {
        gap: 8px;
    }

    .brand img {
        width: 48px;
    }

    .brand-copy strong {
        font-size: 19px;
        line-height: 1;
    }

    .brand-copy small {
        margin-left: 2px;
        font-size: 9px;
        letter-spacing: .04em;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .main-nav {
        top: calc(100% + 6px);
        max-height: calc(100vh - 118px);
        padding: 10px;
        border-radius: 14px;
    }

    .main-nav > a,
    .nav-dropdown > button {
        min-height: 42px;
        padding: 0 12px;
        font-size: 14px;
    }

    .mega-service-page {
        grid-template-columns: 1fr;
    }

    .mega-service-card {
        min-height: 70px;
    }

    .hero {
        min-height: calc(100svh - var(--header-offset));
        margin-top: calc(var(--header-offset) - 1px);
        padding: 44px 0 92px;
    }

    .hero-inner {
        gap: 24px;
    }

    .eyebrow {
        gap: 9px;
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hero h1 {
        margin-bottom: 14px;
        font-size: clamp(34px, 12vw, 46px);
        line-height: 1.04;
    }

    .hero p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-actions .btn {
        min-height: 46px;
        padding-inline: 16px;
        font-size: 14px;
    }

    .hero-video-stage {
        max-width: 100%;
        padding: 8px;
        border-radius: 16px;
    }

    .student-proof {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .avatar-list {
        grid-row: auto;
    }

    .avatar-list span {
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .hero-proof {
        margin-bottom: 82px;
    }

    .hero-slider-controls {
        left: 14px;
        right: 14px;
        bottom: 22px;
        justify-content: space-between;
        gap: 8px;
    }

    .hero-slider-controls > button {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .hero-dots {
        min-width: 0;
        flex: 1;
        gap: 7px;
    }

    .section-copy h2,
    .section-heading h2,
    .cta h2,
    .subpage-hero h1 {
        font-size: clamp(30px, 10vw, 42px);
        line-height: 1.12;
    }

    .section-heading {
        gap: 18px;
    }

    .section-heading .btn {
        width: 100%;
        justify-content: center;
    }

    .random-service-card,
    .process-card,
    .service-card,
    .post-card {
        min-height: auto;
        padding: 24px;
        border-radius: 14px;
    }

    .random-service-card span,
    .icon-box {
        margin-bottom: 24px;
    }

    .announcements-inline {
        gap: 28px;
    }

    .success-video-head h2 {
        font-size: 28px;
    }

    .success-modal-dialog {
        width: min(94vw, 390px);
        border-radius: 18px;
    }

    .success-modal-close {
        top: 14px;
        right: 14px;
    }

    .subpage-hero {
        min-height: 300px;
        padding: calc(var(--header-offset) + 34px) 0 56px;
    }

    .subpage-hero .container {
        padding-top: 0;
    }

    .page-image-card img {
        max-height: 360px;
        object-fit: cover;
    }

    .modern-form,
    .login-card .modern-form {
        gap: 14px;
        padding: 18px;
    }

    .modern-form input,
    .modern-form textarea,
    .modern-form select {
        min-height: 52px;
        font-size: 15px;
    }

    .modern-form button {
        width: 100%;
    }

    .package-content .paketler-container {
        gap: 18px;
    }

    .cta {
        padding: 72px 0;
    }

    .cta-inner {
        padding: 34px 20px;
        border-radius: 18px;
    }

    .cta-inner > div {
        justify-content: stretch;
    }

    .cta-inner .btn {
        width: 100%;
        justify-content: center;
    }

    .site-footer {
        padding-top: 64px;
    }

    .footer-grid {
        gap: 28px;
    }
}

@media (max-width: 420px) {
    .container,
    .hero-inner,
    .footer-bottom {
        width: min(100% - 22px, 1280px);
    }

    .brand-copy strong {
        font-size: 17px;
    }

    .brand-copy small {
        font-size: 8px;
    }

    .hero h1 {
        font-size: clamp(31px, 11.8vw, 40px);
    }

    .btn,
    .hero-actions .btn {
        min-height: 44px;
        padding-inline: 14px;
    }

    .success-video-track {
        grid-auto-columns: minmax(230px, 88%);
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--ink);
    background: #f7faf9;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header-shell {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    width: 100%;
    margin: 0;
    color: var(--ink);
    transition: 0.25s ease;
}

.top-info-bar {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 10px 18px;
    border-radius: 0;
    background: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 34px rgba(2, 36, 35, 0.08);
}

.top-contact-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 12px;
    border: 1px solid rgba(6, 47, 47, 0.12);
    background: #f5f9f8;
    color: var(--ink);
    box-shadow: none;
}

.top-contact-pill span,
.top-contact-pill strong {
    display: block;
    white-space: nowrap;
}

.top-contact-pill svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: var(--deep);
}

.top-contact-pill.whatsapp svg {
    color: #20d466;
}

.top-contact-pill span {
    font-size: 12px;
    color: var(--muted);
}

.top-contact-pill strong {
    font-size: 13px;
    letter-spacing: 0;
}

.top-socials {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

.top-socials a {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(1, 54, 52, 0.92), rgba(3, 50, 72, 0.78));
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.top-socials a::after {
    content: "";
    position: absolute;
    inset: auto 9px 7px;
    height: 2px;
    border-radius: 99px;
    background: var(--lime);
    opacity: 0;
    transform: scaleX(0.35);
    transition: 0.2s ease;
}

.top-socials a:hover {
    transform: translateY(-3px);
    border-color: rgba(204, 226, 22, 0.54);
    color: var(--lime);
}

.top-socials a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.top-socials svg {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 22px;
    border: 0;
    border-top: 1px solid rgba(6, 47, 47, 0.08);
    border-radius: 0;
    background: #fff;
    color: var(--ink);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 44px rgba(2, 36, 35, 0.08);
    transition: 0.25s ease;
}

.site-header-shell.is-scrolled .site-header,
.site-header-shell.menu-open .site-header,
.site-header-shell.is-scrolled .top-info-bar,
.site-header-shell.menu-open .top-info-bar {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border-color: transparent;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.site-header-shell.is-scrolled .top-contact-pill,
.site-header-shell.menu-open .top-contact-pill {
    border-color: rgba(6, 47, 47, 0.12);
    background: rgba(6, 47, 47, 0.06);
    color: var(--ink);
    box-shadow: none;
}

.site-header-shell.is-scrolled .top-contact-pill span,
.site-header-shell.menu-open .top-contact-pill span {
    color: var(--muted);
}

.site-header-shell.is-scrolled .top-contact-pill svg,
.site-header-shell.menu-open .top-contact-pill svg {
    color: var(--deep);
}

.site-header-shell.is-scrolled .top-contact-pill.whatsapp svg,
.site-header-shell.menu-open .top-contact-pill.whatsapp svg {
    color: #20b85a;
}

.site-header-shell.is-scrolled .top-socials a,
.site-header-shell.menu-open .top-socials a {
    border-color: rgba(6, 47, 47, 0.12);
    background: var(--deep);
    color: #fff;
}

.site-header-shell.is-scrolled .main-nav > a,
.site-header-shell.is-scrolled .nav-dropdown > button,
.site-header-shell.menu-open .main-nav > a,
.site-header-shell.menu-open .nav-dropdown > button {
    color: var(--ink);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 222px;
}

.brand img {
    width: 78px;
    height: auto;
    flex: 0 0 auto;
}

.brand-copy {
    display: grid;
    gap: 1px;
    line-height: 1;
}

.brand-copy strong {
    color: #0094ff;
    font-family: "Arial Black", "Inter", Arial, sans-serif;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.brand-copy small {
    display: block;
    margin-left: 5px;
    color: #ff6b00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.7px;
    white-space: nowrap;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: auto;
}

.main-nav > a,
.nav-dropdown > button {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: inherit;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.main-nav > a:hover,
.nav-dropdown:hover > button {
    background: rgba(204, 226, 22, 0.16);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -24px;
    right: -24px;
    height: 38px;
}

.nav-dropdown > button::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 2px solid var(--lime);
    border-bottom: 2px solid var(--lime);
    transform: rotate(45deg) translateY(-2px);
}

.dropdown-panel {
    position: fixed;
    top: 104px;
    left: 50%;
    width: min(1280px, calc(100vw - 96px));
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding: 28px 32px;
    border: 1px solid rgba(6, 47, 47, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--ink);
    box-shadow: 0 34px 90px rgba(2, 36, 35, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 18px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(1, 54, 52, 0.32) transparent;
}

.mega-service-pages {
    width: 100%;
}

.mega-service-page {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 20px;
}

.mega-service-page.is-active {
    display: grid;
}

.mega-pager {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(6, 47, 47, 0.12);
}

.mega-pager button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(6, 47, 47, 0.14);
    border-radius: 999px;
    background: #f2f7f6;
    color: var(--deep);
    font-weight: 900;
    cursor: pointer;
}

.mega-pager button.is-active,
.mega-pager button:hover {
    background: var(--lime);
    border-color: var(--lime);
    color: var(--deep);
}

.dropdown-panel::-webkit-scrollbar {
    width: 8px;
}

.dropdown-panel::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: rgba(1, 54, 52, 0.28);
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.mega-service-card {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 124px;
    padding: 24px 30px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--card-color);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 34px rgba(0, 24, 23, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.mega-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.mega-service-card::after {
    content: "↗";
    position: absolute;
    right: 22px;
    bottom: 18px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    opacity: 0;
    transform: translate(8px, 8px);
    transition: 0.22s ease;
}

.mega-service-card:hover,
.mega-service-card:focus-visible {
    transform: translateY(-7px);
    filter: saturate(1.1) brightness(0.96);
    box-shadow: 0 18px 42px rgba(0, 24, 23, 0.28);
}

.mega-service-card:hover::after,
.mega-service-card:focus-visible::after {
    opacity: 1;
    transform: translate(0, 0);
}

.mega-service-card span {
    max-width: 180px;
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 800;
    white-space: nowrap;
}

.header-cta {
    border: 1px solid rgba(0, 148, 255, 0.36);
    background: #0094ff;
    color: #fff;
    box-shadow: 0 14px 34px rgba(0, 148, 255, 0.22);
}

.site-header-shell.is-scrolled .header-cta,
.site-header-shell.menu-open .header-cta,
.header-cta:hover,
.header-cta:focus-visible {
    border-color: rgba(0, 148, 255, 0.48);
    background: #0094ff;
    color: #fff;
}

.btn.primary {
    background: var(--lime);
    color: var(--ink);
}

.btn.dark {
    background: var(--deep);
    color: #fff;
}

.btn.light {
    background: #fff;
    color: var(--ink);
}

.btn.ghost {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.btn.outline-dark {
    border-color: var(--line);
    color: var(--ink);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 12px;
    color: inherit;
    background: transparent;
}

.menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--header-offset) + 1px);
    min-height: 520px;
    margin-top: calc(var(--header-offset) - 1px);
    padding: 72px 0 72px;
    color: #fff;
    background: var(--deep-2);
}

.hero-bg-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: none;
    transition: opacity 0.75s ease;
}

.hero-bg-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 30, 29, 0.95) 0%, rgba(0, 36, 35, 0.78) 38%, rgba(0, 38, 37, 0.32) 68%, rgba(0, 38, 37, 0.1) 100%),
        radial-gradient(circle at 34% 50%, rgba(0, 0, 0, 0.34), transparent 42%);
}

.hero-bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-bg-slide.is-active {
    opacity: 1;
    transform: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    gap: 36px 54px;
    width: min(1280px, calc(100% - 48px));
    min-height: 100%;
    margin: 0 auto;
}

.hero.has-video .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: center;
}

.hero-inner:has(.hero-video-stage.is-visible) {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--lime);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eyebrow i {
    width: 20px;
    height: 20px;
    background:
        linear-gradient(var(--lime), var(--lime)) 0 0 / 7px 7px,
        linear-gradient(var(--lime), var(--lime)) 13px 0 / 7px 7px,
        linear-gradient(var(--lime), var(--lime)) 0 13px / 7px 7px,
        linear-gradient(var(--lime), var(--lime)) 13px 13px / 7px 7px;
    background-repeat: no-repeat;
}

.eyebrow.dark {
    color: var(--ink);
}

.eyebrow.light {
    color: #fff;
}

.hero h1 {
    max-width: 880px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(44px, 5.2vw, 78px);
    line-height: 1.03;
    letter-spacing: 0;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.22),
        0 14px 36px rgba(0, 0, 0, 0.72);
}

.hero p {
    max-width: 650px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.8;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.45),
        0 10px 24px rgba(0, 0, 0, 0.62);
}

.hero-copy {
    max-width: 900px;
    filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.34));
}

.hero-video-stage {
    display: none;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 440px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 22px;
    background: rgba(4, 18, 22, 0.58);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(14px);
}

.hero-video-stage.is-visible {
    display: block;
    animation: heroTextIn 0.55s ease both;
}

.hero-video-slide {
    display: none;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.34);
}

.hero-video-slide.is-active {
    display: block;
}

.hero-video-slide iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-text-slide {
    display: none;
}

.hero-text-slide.is-active {
    display: block;
    animation: heroTextIn 0.55s ease both;
}

@keyframes heroTextIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-actions,
.cta-inner > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.hero-actions {
    justify-content: flex-start;
}

.hero-aside,
.hero-proof {
    display: grid;
    justify-items: start;
    gap: 18px;
}

.hero-proof {
    grid-column: 1;
    margin-top: 14px;
    margin-bottom: 72px;
}

.video-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 430px);
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow);
}

.video-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    object-fit: cover;
}

.play {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(204, 226, 22, 0.88);
    color: var(--ink);
    font-size: 23px;
    transform: translate(-50%, -50%);
}

.student-proof {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px 14px;
    color: #fff;
}

.avatar-list {
    display: flex;
    grid-row: span 2;
}

.avatar-list span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: -8px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    font-size: 11px;
    font-weight: 900;
}

.avatar-list span:first-child {
    margin-left: 0;
}

.student-proof strong {
    font-size: 18px;
}

.student-proof small {
    color: rgba(255, 255, 255, 0.78);
    text-transform: capitalize;
}

.hero-slider-controls {
    position: absolute;
    left: max(24px, calc((100% - 1280px) / 2));
    bottom: 56px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: auto;
    margin: 0;
}

.hero-slider-controls > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.hero-slider-controls > button span {
    display: block;
    height: 20px;
    color: currentColor;
    font-size: 34px;
    font-weight: 400;
    line-height: 16px;
    transform: translateY(-1px);
}

.hero-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 184px;
    height: 44px;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.hero-dots button.is-active {
    width: 28px;
    border-radius: 999px;
    background: var(--lime);
}

.section {
    padding: 120px 0;
}

.home-random-services {
    background:
        radial-gradient(circle at 15% 15%, rgba(204, 226, 22, 0.08), transparent 28%),
        #f5f8f7;
}

.compact-heading {
    align-items: center;
}

.random-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.random-service-card {
    min-height: 250px;
    padding: 34px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(2, 36, 35, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.random-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(204, 226, 22, 0.75);
    box-shadow: 0 28px 70px rgba(2, 36, 35, 0.14);
}

.random-service-card span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 42px;
    border-radius: 14px;
    background: var(--deep);
    color: var(--lime);
    font-weight: 900;
}

.random-service-card h3 {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.18;
}

.random-service-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.success-video-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0 104px;
    background:
        linear-gradient(135deg, rgba(204, 226, 22, 0.1) 0 18%, transparent 18% 100%),
        linear-gradient(315deg, rgba(204, 226, 22, 0.13) 0 22%, transparent 22% 100%),
        #232524;
    color: #fff;
}

.success-video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 36%, rgba(0, 0, 0, 0.2)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
    pointer-events: none;
}

.success-video-section .container {
    position: relative;
    z-index: 1;
}

.success-video-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 34px;
}

.success-video-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
}

.success-trophy {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 9px;
    background:
        linear-gradient(var(--lime), var(--lime)) center 8px / 18px 11px no-repeat,
        linear-gradient(var(--lime), var(--lime)) center 21px / 8px 8px no-repeat,
        linear-gradient(var(--lime), var(--lime)) center 28px / 20px 4px no-repeat;
    box-shadow: inset 0 0 0 2px rgba(204, 226, 22, 0.35);
}

.success-video-shell {
    position: relative;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.success-video-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 31%);
    gap: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 6px 8px;
}

.success-video-track::-webkit-scrollbar {
    display: none;
}

.success-video-card {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 520px;
    aspect-ratio: 9 / 16;
    width: 100%;
    padding: 0;
    border: 0;
    scroll-snap-align: start;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    isolation: isolate;
    cursor: pointer;
    text-align: left;
}

.success-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.86) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 44%);
}

.success-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.success-video-card:hover img {
    transform: scale(1.04);
}

.success-play {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--deep);
    font-size: 26px;
    text-indent: 4px;
}

.success-video-copy {
    position: absolute;
    left: 34px;
    right: 28px;
    bottom: 34px;
    z-index: 2;
    display: grid;
    gap: 4px;
    color: #fff;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.success-video-copy strong {
    font-size: 29px;
    line-height: 1.04;
}

.success-video-copy em {
    color: var(--lime);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.success-video-copy small {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.success-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 56px;
    line-height: 1;
    cursor: pointer;
}

.success-nav.prev {
    left: -58px;
}

.success-nav.next {
    right: -58px;
}

.success-video-cta {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.success-video-cta .btn {
    border-radius: 999px;
    padding-inline: 30px;
}

.success-video-empty {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
}

.success-video-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: none;
    place-items: center;
    padding: 28px;
    background: rgba(1, 18, 18, 0.82);
    backdrop-filter: blur(12px);
}

.success-video-modal.is-open {
    display: grid;
}

.success-modal-dialog {
    width: min(92vw, 440px);
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: #000;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.success-modal-dialog iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.success-modal-close {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 301;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.split {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
    align-items: center;
    gap: 86px;
}

.image-stack {
    position: relative;
    min-height: 560px;
}

.image-main,
.image-float {
    position: absolute;
    width: 76%;
    height: 78%;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.image-main {
    inset: 0 auto auto 0;
}

.image-float {
    right: 0;
    bottom: 0;
    width: 52%;
    height: 43%;
    border: 10px solid #fff;
}

.section-copy h2,
.section-heading h2,
.cta h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 64px);
    line-height: 1.14;
    letter-spacing: 0;
}

.section-copy p,
.cta p {
    max-width: 760px;
    margin: 28px 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.85;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 100px;
}

.stats strong {
    display: block;
    font-size: 42px;
    line-height: 1;
}

.stats span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.6;
}

.services,
.process-section {
    overflow: hidden;
    background: var(--deep-2);
    color: #fff;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 72px;
}

.section-heading h2 {
    max-width: 860px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.process-card {
    min-height: 310px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(204, 226, 22, 0.6);
    background: rgba(255, 255, 255, 0.11);
}

.process-card.highlight {
    background: var(--cream);
    color: var(--ink);
}

.process-card span {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 72px;
    border-radius: 12px;
    background: var(--lime);
    color: var(--deep);
    font-size: 22px;
    font-weight: 900;
}

.process-card.highlight span {
    background: var(--deep);
    color: var(--lime);
}

.process-card h3 {
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.18;
}

.process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.process-card.highlight p {
    color: var(--muted);
}

.process-card.compact {
    min-height: 190px;
    display: grid;
    align-content: end;
    background: rgba(204, 226, 22, 0.1);
}

.process-card.compact strong {
    display: block;
    margin-bottom: 12px;
    color: var(--lime);
    font-size: 54px;
    line-height: 1;
}

.service-card {
    min-height: 320px;
    padding: 44px;
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card.cream {
    background: var(--cream);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.icon-box {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin-bottom: 72px;
    border-radius: 10px;
    background: var(--deep);
    color: var(--lime);
    font-size: 22px;
    font-weight: 900;
}

.service-card h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.25;
}

.service-card p {
    margin: 0 0 22px;
    color: var(--muted);
    line-height: 1.75;
}

.service-card a {
    font-weight: 900;
}

.academy {
    background: #f3f7f6;
}

.announcements-inline {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    margin-top: 86px;
    padding-top: 64px;
    border-top: 1px solid rgba(6, 47, 47, 0.1);
}

.announcements-copy h2 {
    margin: 0;
    max-width: 560px;
    color: var(--ink);
    text-transform: capitalize;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
}

.announcements-copy p {
    max-width: 520px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.announcement-list-modern {
    display: grid;
    gap: 16px;
}

.announcement-card {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 24px 28px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 18px 50px rgba(2, 36, 35, 0.07);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.announcement-card:hover {
    transform: translateX(8px);
    border-color: rgba(204, 226, 22, 0.8);
    background: #fbfdf7;
}

.announcement-card span {
    color: var(--deep);
    font-size: 13px;
    font-weight: 900;
}

.announcement-card strong {
    font-size: 20px;
    line-height: 1.35;
}

.announcement-card em {
    color: var(--muted);
    font-style: normal;
    font-weight: 800;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.post-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 18px;
    color: #fff;
    box-shadow: var(--shadow);
}

.post-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 35, 33, 0.8));
}

.post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.post-card:hover img {
    transform: scale(1.05);
}

.post-card span,
.post-card strong {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
}

.post-card span {
    bottom: 84px;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
}

.post-card strong {
    bottom: 28px;
    font-size: 24px;
    line-height: 1.22;
}

.academy-video-card .video-play-badge {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    padding-left: 4px;
    border-radius: 50%;
    background: rgba(204, 226, 22, 0.92);
    color: var(--deep);
    font-style: normal;
    font-size: 24px;
    font-weight: 900;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transition: transform 0.25s ease, background 0.25s ease;
}

.academy-video-card:hover .video-play-badge {
    transform: translate(-50%, -50%) scale(1.08);
    background: #fff;
}

.academy-empty {
    grid-column: 1 / -1;
    padding: 42px;
    border: 1px dashed rgba(6, 47, 47, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--muted);
    text-align: center;
    font-weight: 800;
}

.cta {
    padding: 96px 0;
    background: #fff;
}

.cta-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 56px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 18%, rgba(204, 226, 22, 0.18), transparent 24%),
        radial-gradient(circle at 88% 74%, rgba(0, 148, 255, 0.12), transparent 26%),
        linear-gradient(135deg, #003f3b 0%, #002f2d 58%, #071f2c 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 28px 80px rgba(2, 36, 35, 0.18);
}

.cta-inner::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    pointer-events: none;
}

.cta-inner > * {
    position: relative;
    z-index: 1;
}

.cta-inner > * {
    margin-left: auto;
    margin-right: auto;
}

.cta span {
    display: block;
    margin-bottom: 18px;
    color: var(--lime);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta h2 {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cta p {
    width: 100%;
    max-width: 760px;
    margin: 24px auto 32px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.site-footer {
    padding: 72px 0 22px;
    background: var(--deep-2);
    color: #fff;
}

.subpage {
    min-height: 100vh;
    background: #f5f8f7;
}

.subpage-hero {
    position: relative;
    overflow: hidden;
    padding: 280px 0 96px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 34%, rgba(204, 226, 22, 0.16), transparent 24%),
        radial-gradient(circle at 78% 20%, rgba(0, 156, 186, 0.2), transparent 28%),
        linear-gradient(135deg, #002d2b 0%, #043b38 48%, #071f2c 100%);
}

.subpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.subpage-hero::after {
    content: "";
    position: absolute;
    right: min(8vw, 120px);
    bottom: -76px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(204, 226, 22, 0.34);
    border-radius: 50%;
    box-shadow: inset 0 0 0 42px rgba(204, 226, 22, 0.04);
}

.subpage-hero .container {
    position: relative;
    z-index: 1;
}

.subpage-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: 0;
}

.subpage-hero p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    line-height: 1.8;
}

.narrow {
    max-width: 900px;
}

.page-content-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.subpage-content {
    background: #f5f8f7;
}

.subpage-content h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.15;
}

.subpage-content p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.85;
}

.subpage-image {
    width: 100%;
    max-height: 430px;
    margin-bottom: 34px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.subpage-image.wide {
    max-height: 360px;
}

.rich-content {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.85;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4 {
    color: var(--ink);
    line-height: 1.18;
}

.rich-content h2 {
    margin: 0 0 22px;
    font-size: clamp(30px, 4vw, 48px);
}

.rich-content p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.rich-content ul,
.rich-content ol {
    padding-left: 22px;
    color: var(--muted);
}

.rich-content li {
    margin: 8px 0;
}

.package-content .paketler-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.package-content .paket-card {
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(2, 36, 35, 0.08);
}

.package-content .paket-card h2,
.package-content .paket-card h3 {
    font-size: 24px;
}

.appointment-layout,
.login-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
}

.modern-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 34px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}

.modern-form label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-weight: 800;
}

.modern-form input,
.modern-form select,
.modern-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(6, 47, 47, 0.14);
    border-radius: 12px;
    font: inherit;
    color: var(--ink);
    background: #f7faf9;
}

.modern-form .full,
.modern-form button {
    grid-column: 1 / -1;
}

.modern-form button {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: var(--lime);
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
}

.login-form {
    grid-template-columns: 1fr;
}

.student-login-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0 112px;
    background:
        radial-gradient(circle at 18% 28%, rgba(204, 226, 22, 0.14), transparent 28%),
        linear-gradient(135deg, #f6faf8 0%, #eef5f2 52%, #f9fbfa 100%);
}

.student-login-section::before {
    content: "";
    position: absolute;
    inset: 34px max(24px, calc((100% - 1280px) / 2)) auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(1, 54, 52, 0.12);
    background: radial-gradient(circle, rgba(1, 54, 52, 0.08) 0 38%, transparent 39%);
    pointer-events: none;
}

.student-login-section .login-layout {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(320px, 0.58fr) minmax(380px, 0.62fr);
    align-items: stretch;
    gap: 42px;
    max-width: 1180px;
}

.login-copy {
    min-height: 100%;
    padding: 38px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 22px 70px rgba(2, 36, 35, 0.08);
}

.login-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.login-kicker::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background:
        linear-gradient(var(--lime) 0 0) 0 0 / 7px 7px no-repeat,
        linear-gradient(var(--lime) 0 0) 11px 0 / 7px 7px no-repeat,
        linear-gradient(var(--lime) 0 0) 0 11px / 7px 7px no-repeat,
        linear-gradient(var(--lime) 0 0) 11px 11px / 7px 7px no-repeat;
}

.login-copy h2 {
    max-width: 520px;
    font-size: clamp(32px, 3.4vw, 48px);
}

.login-copy p {
    max-width: 540px;
}

.login-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.login-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(6, 47, 47, 0.1);
    background: #fff;
    color: var(--deep);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(2, 36, 35, 0.06);
}

.login-benefits span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lime);
}

.login-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid rgba(6, 47, 47, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(1, 54, 52, 0.92), rgba(5, 27, 39, 0.95)),
        var(--deep);
    box-shadow: 0 30px 90px rgba(2, 36, 35, 0.2);
}

.login-card::before {
    content: "";
    position: absolute;
    right: -86px;
    top: -86px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid rgba(204, 226, 22, 0.32);
    box-shadow: inset 0 0 0 38px rgba(204, 226, 22, 0.06);
}

.login-card-head {
    position: relative;
    z-index: 1;
    padding: 26px 32px 0;
    color: #fff;
}

.login-card-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--lime);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.login-card-head strong {
    display: block;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
}

.login-card .modern-form {
    position: relative;
    z-index: 1;
    margin: 18px 14px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
}

.login-card .modern-form label {
    color: var(--deep);
}

.login-card .modern-form input {
    min-height: 56px;
    background: #f4f8f7;
}

.login-card .modern-form input:focus {
    outline: 0;
    border-color: rgba(204, 226, 22, 0.85);
    box-shadow: 0 0 0 4px rgba(204, 226, 22, 0.18);
}

.login-card .modern-form button {
    min-height: 58px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-card .modern-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(204, 226, 22, 0.2);
}

.login-help {
    position: relative;
    z-index: 1;
    margin: 16px 34px 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    margin: 12px 0;
    padding-left: 30px;
    position: relative;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--deep);
    font-weight: 900;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 48px;
}

.site-footer img {
    width: 170px;
    margin-bottom: 22px;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.site-footer strong {
    display: block;
    margin-bottom: 18px;
}

.site-footer a {
    display: block;
    margin: 8px 0;
}

.footer-bottom {
    width: min(1280px, calc(100% - 48px));
    margin: 54px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    font-size: 13px;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    :root {
        --header-offset: 150px;
    }

    .site-header-shell {
        width: 100%;
        margin-top: 0;
    }

    .top-info-bar {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .top-contact-pill:nth-of-type(2),
    .top-socials {
        display: none;
    }

    .site-header {
        position: relative;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 18px;
        background: #fff;
        color: var(--ink);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav > a,
    .nav-dropdown > button {
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-panel {
        position: static;
        width: 100%;
        padding: 10px;
        margin-top: 4px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        background: rgba(1, 54, 52, 0.92);
    }

    .mega-service-page {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .mega-service-card {
        min-height: 86px;
        padding: 18px;
        border-radius: 14px;
        font-size: 13px;
    }

    .header-cta {
        display: none;
    }

    .hero-inner,
    .split,
    .page-content-grid,
    .appointment-layout,
    .login-layout,
    .announcements-inline {
        grid-template-columns: 1fr;
    }

    .hero-inner {
        align-items: center;
        gap: 48px;
    }

    .hero-inner:has(.hero-video-stage.is-visible),
    .hero.has-video .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-video-stage {
        grid-column: 1;
        grid-row: auto;
        max-width: 520px;
        justify-self: start;
    }

    .student-login-section .login-layout {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .process-grid,
    .random-service-grid,
    .post-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .success-video-track {
        grid-auto-columns: minmax(230px, 46%);
    }

    .success-nav.prev {
        left: 8px;
    }

    .success-nav.next {
        right: 8px;
    }
}

@media (max-width: 720px) {
    .container,
    .hero-inner,
    .footer-bottom {
        width: min(100% - 28px, 1280px);
    }

    .brand {
        min-width: 180px;
    }

    .brand img {
        width: 56px;
    }

    .brand-copy strong {
        font-size: 22px;
    }

    .brand-copy small {
        font-size: 10px;
    }

    .hero {
        padding-top: 76px;
        padding-bottom: 96px;
    }

    .hero h1 {
        font-size: 42px;
    }


    .section {
        padding: 76px 0;
    }

    .success-video-section {
        padding: 72px 0 82px;
    }

    .success-video-head {
        align-items: flex-start;
    }

    .success-video-track {
        grid-auto-columns: minmax(248px, 82%);
        gap: 16px;
        padding-inline: 2px;
    }

    .success-video-card {
        min-height: 440px;
        border-radius: 22px;
    }

    .success-video-copy {
        left: 24px;
        right: 22px;
        bottom: 26px;
    }

    .success-video-copy strong {
        font-size: 24px;
    }

    .success-nav {
        display: none;
    }

    .image-stack {
        min-height: 410px;
    }

    .stats,
    .service-grid,
    .process-grid,
    .random-service-grid,
    .package-content .paketler-container,
    .post-grid,
    .footer-grid,
    .dropdown-panel,
    .mega-service-page {
        grid-template-columns: 1fr;
    }

    .stats {
        margin-top: 48px;
    }

    .section-heading {
        display: grid;
        margin-bottom: 40px;
    }

    .service-card {
        min-height: auto;
        padding: 30px;
    }

    .modern-form {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .announcement-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .icon-box {
        margin-bottom: 44px;
    }

    .cta-inner {
        padding: 42px 22px;
    }
}

/* Final mobile polish: public pages only */
@media (max-width: 1180px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-header-shell {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .top-info-bar,
    .site-header {
        width: 100%;
        border-radius: 0;
        padding-inline: clamp(14px, 3vw, 28px);
    }

    .site-header {
        min-height: 88px;
    }

    .brand {
        flex: 0 0 auto;
        min-width: 0;
    }

    .main-nav {
        gap: clamp(14px, 2vw, 24px);
    }

    .hero {
        min-height: calc(100svh - 150px);
        padding-top: clamp(70px, 10vw, 118px);
        padding-bottom: clamp(70px, 10vw, 118px);
    }

    .hero-inner,
    .container {
        width: min(100% - 32px, 1280px);
    }

    .hero h1 {
        max-width: 860px;
        font-size: clamp(54px, 8vw, 96px);
        text-shadow: 0 8px 28px rgba(0, 0, 0, .45);
    }

    .hero p,
    .hero-kicker,
    .hero-proof strong,
    .hero-proof small {
        text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
    }

    .hero-actions,
    .hero-proof,
    .hero-slider-controls {
        justify-content: flex-start;
    }

    .service-grid,
    .process-grid,
    .post-grid,
    .footer-grid,
    .page-content-grid,
    .appointment-layout,
    .login-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .success-video-track {
        grid-auto-columns: minmax(260px, 34%);
    }
}

@media (max-width: 860px) {
    .top-info-bar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-contact-pill {
        min-height: 42px;
        width: 100%;
        justify-content: center;
        padding-inline: 12px;
    }

    .top-socials {
        justify-content: center;
    }

    .site-header {
        min-height: 76px;
        gap: 12px;
    }

    .brand img {
        width: 50px;
    }

    .brand-copy strong {
        font-size: 21px;
        line-height: 1;
    }

    .brand-copy small {
        font-size: 10px;
        margin-left: 3px;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 14px;
        right: 14px;
        display: none;
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 14px;
        border: 1px solid rgba(8, 47, 47, .08);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 22px 60px rgba(8, 47, 47, .22);
    }

    .main-nav.is-open {
        display: grid;
    }

    .main-nav > a,
    .nav-dropdown > button {
        width: 100%;
        justify-content: space-between;
        min-height: 44px;
        color: var(--ink);
    }

    .dropdown-panel {
        position: static;
        width: 100%;
        margin-top: 8px;
        padding: 12px;
        max-height: min(68vh, 560px);
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        border-radius: 18px;
    }

    .mega-service-page {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .mega-service-card {
        min-height: 82px;
        padding: 16px;
        border-radius: 14px;
        font-size: 13px;
    }

    .header-cta {
        min-height: 46px;
        padding-inline: 16px;
    }

    .hero {
        min-height: calc(100svh - 138px);
        padding-top: 68px;
        padding-bottom: 70px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        align-items: center;
    }

    .hero h1,
    .subpage-hero h1,
    .section-heading h2 {
        font-size: clamp(38px, 11vw, 58px);
        line-height: 1.03;
    }

    .hero p {
        max-width: 100%;
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
        max-width: 440px;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 48px;
        padding-inline: 12px;
    }

    .hero-proof {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-slider-controls {
        width: 100%;
        max-width: 360px;
        gap: 10px;
    }

    .hero-slider-controls > button {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .hero-dots {
        flex: 1;
        justify-content: center;
        gap: 8px;
    }

    .hero-dots button {
        width: 9px;
        height: 9px;
    }

    .hero-dots button.is-active {
        width: 28px;
    }

    .hero-video-stage {
        width: 100%;
        max-width: 430px;
        justify-self: center;
        margin-top: 18px;
    }

    .section {
        padding: 72px 0;
    }

    .service-grid,
    .process-grid,
    .post-grid,
    .footer-grid,
    .page-content-grid,
    .appointment-layout,
    .login-layout,
    .announcements-inline,
    .random-service-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .process-card,
    .post-card,
    .package-card,
    .modern-form,
    .login-card,
    .content-card {
        border-radius: 16px;
    }

    .success-video-head {
        align-items: flex-start;
    }

    .success-video-track {
        grid-auto-columns: minmax(250px, 84%);
        gap: 14px;
        scroll-padding-inline: 2px;
    }

    .success-video-card {
        min-height: 430px;
    }

    .success-nav {
        display: none;
    }

    .cta-inner {
        padding: 42px 22px;
    }
}

@media (max-width: 520px) {
    .container,
    .hero-inner,
    .footer-bottom {
        width: min(100% - 24px, 1280px);
    }

    .top-contact-pill {
        justify-content: flex-start;
        font-size: 12px;
    }

    .top-contact-pill strong {
        margin-left: auto;
        font-size: 12px;
    }

    .site-header {
        padding-block: 12px;
    }

    .brand-copy strong {
        font-size: 18px;
    }

    .brand-copy small {
        font-size: 9px;
    }

    .header-cta {
        display: none;
    }

    .mega-service-page {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .hero h1 {
        font-size: clamp(34px, 13vw, 48px);
    }

    .hero-actions {
        grid-template-columns: 1fr;
    }

    .hero-proof-badges span {
        width: 38px;
        height: 38px;
        font-size: 11px;
    }

    .success-video-track {
        grid-auto-columns: 86%;
    }

    .success-video-card {
        min-height: 390px;
    }

    .subpage-hero {
        padding-top: 64px;
        padding-bottom: 62px;
    }

    .modern-form,
    .login-card {
        padding: 20px;
    }
}

/* Mobile menu fix: compact contact area and services as a clean list */
@media (max-width: 860px) {
    :root {
        --header-offset: 140px;
    }

    .site-header-shell {
        position: fixed !important;
        inset: 0 0 auto !important;
        overflow: visible;
        background: #fff;
    }

    .top-info-bar {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        min-height: 52px;
        padding: 6px 10px;
        border-bottom: 1px solid rgba(8, 47, 47, .08);
        background: #fff;
    }

    .top-contact-pill,
    .top-contact-pill:nth-of-type(2) {
        display: flex !important;
        min-width: 0;
        min-height: 40px;
        width: 100%;
        max-width: none;
        justify-content: center;
        gap: 6px;
        padding: 0 8px;
        border-radius: 12px;
        background: #f5f8f7;
        color: var(--ink);
    }

    .top-contact-pill span {
        display: none !important;
    }

    .top-contact-pill strong {
        min-width: 0;
        overflow: hidden;
        font-size: 10px;
        text-overflow: ellipsis;
    }

    .top-contact-pill svg {
        width: 15px;
        height: 15px;
    }

    .top-socials {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .top-socials a {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        border-radius: 9px;
        background: var(--deep);
        color: #fff;
    }

    .top-socials svg {
        width: 14px;
        height: 14px;
    }

    .site-header {
        position: relative;
        min-height: 88px;
        padding: 12px 16px;
        border-radius: 0;
        background: #fff;
        box-shadow: 0 8px 26px rgba(8, 47, 47, .08);
    }

    .menu-toggle {
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        border: 1px solid rgba(8, 47, 47, .28);
        border-radius: 12px;
        background: #fff;
    }

    .menu-toggle span {
        width: 20px;
        height: 2px;
        margin: 0;
        border-radius: 99px;
        background: var(--ink);
    }

    .main-nav {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100svh - 210px);
        overflow-y: auto;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 14px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 24px 70px rgba(8, 47, 47, .24);
        z-index: 1002;
    }

    .main-nav.is-open {
        display: flex !important;
    }

    .main-nav > a,
    .nav-dropdown > button {
        min-height: 48px;
        padding: 0 4px;
        border-bottom: 1px solid rgba(8, 47, 47, .08);
        border-radius: 0;
        color: var(--ink) !important;
        font-size: 15px;
        text-align: left;
    }

    .nav-dropdown {
        position: static;
    }

    .nav-dropdown::after {
        display: none;
    }

    .dropdown-panel {
        display: none !important;
        position: static !important;
        width: 100% !important;
        max-height: none !important;
        margin: 6px 0 10px !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .nav-dropdown.is-open .dropdown-panel {
        display: block !important;
    }

    .nav-dropdown.is-open > button::after {
        transform: rotate(225deg) translate(-2px, -1px);
    }

    .mega-service-pages {
        display: grid;
        gap: 0;
        width: 100%;
    }

    .mega-service-page,
    .mega-service-page.is-active {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .mega-service-card {
        min-height: 44px !important;
        padding: 0 12px !important;
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(8, 47, 47, .08);
        background: #fff !important;
        color: var(--ink) !important;
        box-shadow: none !important;
        font-size: 14px !important;
        font-weight: 750 !important;
        line-height: 1.25 !important;
        transform: none !important;
    }

    .mega-service-card::before,
    .mega-service-card::after {
        display: none !important;
    }

    .mega-service-card span {
        max-width: none !important;
    }

    .mega-pager {
        display: none !important;
    }

    .hero {
        height: calc(100svh - var(--header-offset));
        min-height: 620px;
        margin-top: var(--header-offset) !important;
        padding: 32px 0 76px;
    }

    .hero-inner {
        width: min(100% - 30px, 720px);
        min-height: 100%;
        margin-inline: auto;
        align-items: center;
    }

    .hero-copy {
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 480px) {
    :root {
        --header-offset: 140px;
    }

    .top-info-bar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-inline: 6px;
    }

    .top-contact-pill {
        justify-content: center;
        padding-inline: 4px;
    }

    .top-contact-pill strong {
        display: none;
    }

    .top-socials a {
        width: 26px;
        height: 30px;
        flex-basis: 26px;
    }

    .site-header {
        padding-inline: 14px;
    }

    .brand img {
        width: 42px;
    }

    .brand-copy strong {
        font-size: 20px;
    }

    .brand-copy small {
        font-size: 9px;
    }

    .hero {
        min-height: 590px;
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .hero-inner {
        width: min(100% - 24px, 720px);
    }
}

/* Keep mobile slider controls clear of embedded videos */
@media (max-width: 860px) {
    .hero.has-video {
        height: auto;
        min-height: calc(100svh - var(--header-offset));
        padding-bottom: 34px;
    }

    .hero.has-video .hero-inner {
        min-height: 0;
        align-items: start;
    }

    .hero.has-video .hero-video-stage {
        width: min(100%, 520px);
        margin: 24px auto 0;
    }

    .hero.has-video .hero-proof {
        margin-top: 22px;
        margin-bottom: 0;
    }

    .hero.has-video .hero-slider-controls {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: min(100% - 30px, 360px);
        margin: 22px auto 0;
    }
}
