/* ========================================
   Pratik Oku Akademi — Custom Styles
   ======================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --brand-navy: #14213d;
    --brand-orange: #ff9f43;
    --brand-orange-hover: #f97316;
    --brand-light: #f8f9fa;
    --brand-gray: #f1f3f5;
    --brand-dark: #212529;
    --brand-text: #495057;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --white: #ffffff;
    --orange-50: #fff7ed;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 10px 40px rgba(0, 0, 0, 0.08);
    --shadow-xl:
        0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --font-sans: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
    --container: 80rem; /* max-w-7xl */
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-full: 9999px;
}

/* Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

#egitim-hedefimiz,
#egitim-cesitleri,
#egitim-sureci,
#iletisim {
    scroll-margin-top: 5.5rem;
}

body {
    font-family: var(--font-sans);
    background-color: var(--white);
    color: var(--brand-text);
    line-height: 1.5;
}

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

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

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}

.material-symbols-outlined.filled {
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

/* Utilities */
.container {
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.text-orange {
    color: var(--brand-orange);
}

.smooth-shadow {
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.smooth-shadow:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

/* ========================================
   Components (reuse these — do not duplicate)
   btn, card, form-input, form-label, alert
   ======================================== */

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn--orange {
    background-color: var(--brand-orange);
    color: var(--white);
    box-shadow: var(--shadow-soft);
}

.btn--orange:hover {
    background-color: var(--brand-orange-hover);
}

.btn--light {
    background-color: var(--brand-light);
    color: var(--brand-navy);
    box-shadow: none;
}

.btn--light:hover {
    background-color: var(--brand-gray);
}

.btn--ghost {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
}

.btn--ghost:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn--navy {
    background-color: var(--brand-navy);
    color: var(--white);
}

.btn--navy:hover {
    background-color: #0f1a30;
}

.btn--blue {
    background-color: #5b8def;
    color: var(--white);
}

.btn--blue:hover {
    background-color: #4a7de0;
}

.btn--lg {
    padding: 1rem 2rem;
    border-radius: var(--radius-xl);
}

.btn--md {
    min-width: 8.5rem;
    padding: 0.8rem 1.35rem;
}

.btn--nav {
    padding: 0.625rem 1.5rem;
}

.btn--nav:hover {
    transform: none;
}

.btn--block {
    display: flex;
    width: 100%;
    padding: 1rem;
    font-weight: 700;
}

.card {
    background-color: var(--white);
    border: 1px solid var(--brand-gray);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
}

.card--narrow {
    width: 100%;
    max-width: 26rem;
    padding: 2.25rem 1.75rem;
}

.card--wide {
    width: 100%;
    max-width: 52rem;
    padding: 2rem 1.5rem;
}

.card--shadow {
    box-shadow: var(--shadow-xl);
}

.card--sticky {
    position: sticky;
    top: 5.5rem;
    max-height: calc(100vh - 6.5rem);
    overflow: auto;
}

.card__head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.card__title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.card__title--lg {
    font-size: 1.75rem;
}

.card__title--sm {
    font-size: 1.125rem;
}

.card__title--center {
    text-align: center;
    margin-bottom: 1.5rem;
}

.card__lead {
    font-size: 0.9375rem;
    color: var(--brand-text);
    line-height: 1.6;
}

.card__text {
    font-size: 0.9375rem;
    color: var(--brand-text);
    line-height: 1.65;
}

.card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: var(--radius-xl);
    background-color: var(--orange-50);
    color: var(--brand-orange);
    margin-bottom: 1rem;
}

.card__icon .material-symbols-outlined,
.card__icon.material-symbols-outlined {
    font-size: 1.75rem;
}

.card__icon--lg {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
}

.card__icon--lg .material-symbols-outlined {
    font-size: 1.875rem;
}

.card__num {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--brand-orange);
    margin-bottom: 0.75rem;
}

.card__meta {
    color: var(--brand-text);
    font-size: 0.9375rem;
    line-height: 1.7;
    max-width: 40rem;
    margin: 0 auto;
}

.card__meta p {
    margin-bottom: 0.35rem;
}

.card__meta strong {
    color: var(--brand-navy);
    font-weight: 600;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.form-input {
    width: 100%;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-300);
    background-color: var(--white);
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: var(--brand-text);
    outline: none;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.form-input:focus {
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 3px rgba(255, 159, 67, 0.2);
}

.form-input::placeholder {
    color: var(--gray-400);
}

.form-input--select {
    appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
}

.form-input[type="range"] {
    padding: 0;
    height: 1.5rem;
    border: none;
    background: transparent;
    accent-color: var(--brand-orange);
    cursor: pointer;
}

.form-input[type="range"]:focus {
    box-shadow: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--brand-text);
    cursor: pointer;
}

.form-check input {
    accent-color: var(--brand-orange);
    width: 1rem;
    height: 1rem;
}

.form-note {
    font-size: 0.75rem;
    text-align: center;
    color: var(--gray-500);
    margin-top: 0.25rem;
}

.alert {
    border-radius: var(--radius-lg);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.alert--error {
    background-color: #fee2e2;
    color: #b91c1c;
}

@media (min-width: 640px) {
    .form-row--2 {
        grid-template-columns: 1fr 1fr;
    }

    .form-row--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .card {
        padding: 1.75rem;
    }

    .card--narrow {
        padding: 2.5rem 2.25rem;
    }

    .card--wide {
        padding: 2.5rem 2.75rem;
    }

    .card__title--lg {
        font-size: 2rem;
    }

    .form-actions {
        gap: 1rem;
    }
}

/* ----------------------------------------
   Logo
   ---------------------------------------- */
.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo--sm {
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.site-logo__img {
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.site-logo__img--sm {
    height: 2.5rem;
    width: 2.5rem;
}

.site-logo__text {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--brand-navy);
}

/* ----------------------------------------
   Header
   ---------------------------------------- */
.site-header {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--brand-gray);
}

.site-header.is-menu-open {
    border-bottom-color: transparent;
}

.site-header__inner {
    position: relative;
    z-index: 52;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.site-nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

.site-nav__link {
    font-weight: 500;
    color: var(--brand-text);
    transition: color 0.15s ease;
}

.site-nav__link:hover {
    color: var(--brand-orange);
}

.site-nav__link--active {
    color: var(--brand-navy);
}

.site-header__menu-btn {
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: var(--radius-lg);
    background: transparent;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.site-header__menu-btn:hover {
    background-color: rgba(20, 33, 61, 0.06);
}

.site-header__menu-btn .material-symbols-outlined {
    font-size: 1.875rem;
}

.site-mobile-nav {
    display: none;
    flex-direction: column;
    gap: 0.35rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem 1.25rem;
    background-color: var(--white);
    border-bottom: 1px solid var(--brand-gray);
    box-shadow: var(--shadow-soft);
    z-index: 51;
}

.site-header.is-menu-open .site-mobile-nav {
    display: flex;
}

.site-mobile-nav__link {
    display: block;
    padding: 0.85rem 0.75rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    color: var(--brand-text);
    text-decoration: none;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.site-mobile-nav__link:hover {
    background-color: var(--brand-light);
    color: var(--brand-navy);
}

.site-mobile-nav__cta {
    width: 100%;
    margin-top: 0.5rem;
}

body.site-menu-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    .site-nav {
        display: flex;
    }

    .site-header__menu-btn,
    .site-mobile-nav {
        display: none !important;
    }
}

/* ----------------------------------------
   Hero (static)
   ---------------------------------------- */
.hero-slider {
    position: relative;
    overflow: hidden;
    height: 520px;
    background-color: var(--brand-navy);
}

.hero-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide__image {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-slide__image img {
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: center;
    transform: scaleX(-1);
}

.hero-slide__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(20, 33, 61, 0.58) 0%,
        rgba(20, 33, 61, 0.25) 100%
    );
}

.hero-slide__content {
    position: relative;
    z-index: 20;
    height: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hero-slide__text {
    max-width: 40rem;
    color: var(--white);
    flex-shrink: 0;
}

.hero-slide__title {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: var(--white);
}
.panel-sidebar__promo-content {
    padding: 1.25rem 1rem 0 1rem;
}

.hero-slide__lead {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 1.75rem;
}

.hero-slide__actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

@media (min-width: 640px) {
    .hero-slide__actions {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .hero-slider {
        height: 600px;
    }

    .hero-slide__title {
        font-size: 3.25rem;
    }

    .hero-slide__lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: auto;
        min-height: clamp(24rem, 72vh, 34rem);
    }

    .hero-slide {
        position: relative;
        inset: auto;
        min-height: clamp(24rem, 72vh, 34rem);
    }

    .hero-slide__overlay {
        background: linear-gradient(
            180deg,
            rgba(20, 33, 61, 0.88) 0%,
            rgba(20, 33, 61, 0.72) 100%
        );
    }

    .hero-slide__content {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        min-height: clamp(24rem, 72vh, 34rem);
        padding: 2rem 1.25rem;
        gap: 1.5rem;
    }

    .hero-slide__text {
        max-width: none;
        width: 100%;
    }

    .hero-slide__title {
        font-size: clamp(1.6rem, 7.5vw, 2.15rem);
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }

    .hero-slide__lead {
        font-size: 0.98rem;
        line-height: 1.65;
        margin-bottom: 1.25rem;
    }

    .hero-slide__actions {
        width: 100%;
    }

    .hero-slide__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-slide__image {
        display: none;
    }
}

/* ----------------------------------------
   Stats Bar
   ---------------------------------------- */
.stats-bar {
    padding: 4rem 0;
    background-color: var(--brand-light);
    border-top: 1px solid var(--brand-gray);
    border-bottom: 1px solid var(--brand-gray);
}

.stats-bar__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

.stats-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--gray-200);
}

.stats-bar__item:last-child {
    border-bottom: none;
}

.stats-bar__number {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.5rem;
}

.stats-bar__label {
    color: var(--brand-text);
    font-weight: 500;
}

@media (min-width: 768px) {
    .stats-bar__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-bar__item {
        border-bottom: none;
        border-right: 1px solid var(--gray-200);
    }

    .stats-bar__item:last-child {
        border-right: none;
    }
}

/* ----------------------------------------
   Sections
   ---------------------------------------- */
.section {
    padding: 6rem 0;
}

.section--white {
    background-color: var(--white);
}

.section--light {
    background-color: var(--brand-light);
}

.section--overflow {
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header__title {
    font-family: var(--font-heading);
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 1rem;
}

.section-header__text {
    color: var(--brand-text);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .section-header__title {
        font-size: 2.25rem;
    }
}

/* ----------------------------------------
   Feature Cards
   ---------------------------------------- */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.feature-grid .card {
    padding: 2rem;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ----------------------------------------
   Program Cards
   ---------------------------------------- */
.program-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.program-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-soft);
    position: relative;
}

.program-card--featured {
    background-color: var(--brand-navy);
    box-shadow: var(--shadow-hover);
    border: 2px solid var(--brand-orange);
}

.program-card__badge {
    position: absolute;
    top: 0;
    right: 2rem;
    transform: translateY(-50%);
    background-color: var(--brand-orange);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
}

.program-card__title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.5rem;
}

.program-card__title--white {
    color: var(--white);
}

.program-card__desc {
    color: var(--brand-text);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.program-card__desc--muted {
    color: var(--gray-300);
}

.program-card__price {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 2rem;
}

.program-card__price--white {
    color: var(--white);
}

.program-card__price--custom {
    font-size: 1.5rem;
}

.program-card__period {
    font-size: 1rem;
    font-weight: 400;
    color: var(--brand-text);
}

.program-card__period--muted {
    color: var(--gray-400);
}

.program-card__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.program-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.program-card__list .material-symbols-outlined {
    color: var(--brand-orange);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.program-card__list li > span:last-child {
    color: var(--brand-text);
    font-size: 0.875rem;
}

.program-card__list-text--muted {
    color: var(--gray-300) !important;
}

@media (min-width: 768px) {
    .program-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .program-card--featured {
        transform: translateY(-1rem);
    }
}

/* ----------------------------------------
   Testimonials
   ---------------------------------------- */
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.testimonial-card {
    background-color: var(--brand-light);
    padding: 2rem;
    border-radius: var(--radius-2xl);
}

.testimonial-card__stars {
    display: flex;
    color: var(--brand-orange);
    margin-bottom: 1rem;
}

.testimonial-card__stars .material-symbols-outlined {
    font-size: 1.125rem;
}

.testimonial-card__quote {
    color: var(--brand-text);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-card__avatar {
    width: 3rem;
    height: 3rem;
    background-color: var(--gray-300);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0;
}

.testimonial-card__name {
    font-weight: 700;
    color: var(--brand-navy);
}

.testimonial-card__role {
    font-size: 0.75rem;
    color: var(--brand-text);
}

@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ----------------------------------------
   CTA Section
   ---------------------------------------- */
.cta {
    padding: 6rem 0;
    background-color: var(--brand-navy);
    color: var(--white);
}

.cta__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

.cta__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta__title {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.cta__lead {
    color: var(--gray-300);
    font-size: 1.125rem;
}

.cta__contacts {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta__contact {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta__contact-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-orange);
    flex-shrink: 0;
}

.cta__contact-label {
    display: block;
    font-size: 0.875rem;
    color: var(--gray-400);
}

.cta__contact-value {
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

a.cta__contact-value:hover {
    color: var(--brand-orange);
}

.cta .card {
    color: var(--brand-text);
}

@media (min-width: 1024px) {
    .cta__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ----------------------------------------
   Footer
   ---------------------------------------- */
.site-footer {
    background-color: var(--white);
    border-top: 1px solid var(--brand-gray);
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.site-footer__desc {
    font-size: 0.875rem;
    color: var(--brand-text);
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.site-footer__social {
    display: flex;
    gap: 1rem;
    color: var(--brand-navy);
}

.site-footer__social a {
    transition: color 0.15s ease;
}

.site-footer__social a:hover {
    color: var(--brand-orange);
}

.site-footer__title {
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 1rem;
}

.site-footer__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--brand-text);
}

.site-footer__list a {
    transition: color 0.15s ease;
}

.site-footer__list a:hover {
    color: var(--brand-orange);
}

.site-footer__bottom {
    border-top: 1px solid var(--brand-gray);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    color: var(--gray-500);
}

.site-footer__made {
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .site-footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
    }

    .site-footer__made {
        margin-top: 0;
    }
}

/* ----------------------------------------
   Page Hero (inner pages)
   ---------------------------------------- */
.page-hero {
    padding: 4.5rem 0 3.5rem;
    background: linear-gradient(
        180deg,
        var(--brand-light) 0%,
        var(--white) 100%
    );
    border-bottom: 1px solid var(--brand-gray);
}

.page-hero__inner {
    max-width: 48rem;
}

.page-hero__eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--brand-orange);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.page-hero__title {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.page-hero__lead {
    font-size: 1.125rem;
    color: var(--brand-text);
    line-height: 1.625;
    max-width: 40rem;
}

@media (min-width: 768px) {
    .page-hero {
        padding: 5.5rem 0 4rem;
    }

    .page-hero__title {
        font-size: 2.75rem;
    }
}

/* ----------------------------------------
   About Page
   ---------------------------------------- */
.about-story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
}

.about-story__title {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 1.25rem;
}

.about-story__content p {
    color: var(--brand-text);
    line-height: 1.75;
    margin-bottom: 1rem;
    max-width: 38rem;
}

.about-story__content p:last-child {
    margin-bottom: 0;
}

.about-story__aside {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.about-highlight {
    background-color: var(--brand-light);
    border: 1px solid var(--brand-gray);
    border-radius: var(--radius-2xl);
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.about-highlight__number {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.about-highlight__label {
    font-size: 0.875rem;
    color: var(--brand-text);
    font-weight: 500;
}

.about-values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.about-value {
    background-color: var(--white);
    border: 1px solid var(--brand-gray);
    border-radius: var(--radius-2xl);
    padding: 2rem;
    box-shadow: var(--shadow-soft);
}

.about-value__icon {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-xl);
    background-color: var(--orange-50);
    color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.about-value__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.75rem;
}

.about-value__text {
    font-size: 0.9375rem;
    color: var(--brand-text);
    line-height: 1.625;
}

.about-cta {
    padding: 4.5rem 0;
    background-color: var(--brand-navy);
    text-align: center;
}

.about-cta__inner {
    max-width: 36rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.about-cta__title {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white);
}

.about-cta__text {
    color: var(--gray-300);
    margin-bottom: 0.75rem;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .about-story {
        grid-template-columns: 1.4fr 1fr;
        gap: 4rem;
        align-items: center;
    }

    .about-values {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-cta__title {
        font-size: 2rem;
    }
}

/* ----------------------------------------
   Content Page (text-based)
   ---------------------------------------- */
.content-page {
    max-width: 48rem;
}

.content-block {
    margin-bottom: 3rem;
}

.content-list {
    list-style: none;
    counter-reset: content-item;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.content-list li {
    counter-increment: content-item;
    position: relative;
    padding: 1.15rem 0 1.15rem 3.25rem;
    color: var(--brand-text);
    font-size: 1.0625rem;
    line-height: 1.6;
    border-bottom: 1px solid var(--brand-gray);
}

.content-list li:first-child {
    border-top: 1px solid var(--brand-gray);
}

.content-list li::before {
    content: counter(content-item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 1.15rem;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--brand-orange);
    letter-spacing: 0.02em;
}

.content-note {
    background-color: var(--brand-light);
    border: 1px solid var(--brand-gray);
    border-radius: var(--radius-2xl);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.content-note p {
    color: var(--brand-text);
    line-height: 1.7;
    font-size: 0.9875rem;
}

@media (min-width: 768px) {
    .content-list li {
        font-size: 1.125rem;
        padding-left: 3.75rem;
    }

    .content-note {
        padding: 2.25rem 2.5rem;
    }
}

/* ----------------------------------------
   Brief sections (home / subpages)
   ---------------------------------------- */
.brief-intro {
    max-width: 48rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.brief-intro p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--brand-text);
}

.feature-grid--3 {
    grid-template-columns: 1fr;
}

.philosophy-quote {
    margin: 3rem auto 0;
    max-width: 46rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--brand-navy);
    font-weight: 500;
    font-style: italic;
    padding: 1.75rem 1.5rem;
    background-color: var(--brand-light);
    border-left: 4px solid var(--brand-orange);
    border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
}

.philosophy-quote--inline {
    margin: 2.5rem 0 0;
    text-align: left;
}

.section-cta {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.module-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.section--light .card {
    border-color: transparent;
}

.process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 52rem;
    margin: 0 auto;
}

.process-item {
    background-color: var(--brand-light);
    border: 1px solid var(--brand-gray);
    border-radius: var(--radius-2xl);
    padding: 1.75rem;
}

.process-item__step {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-orange);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.process-item__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.75rem;
}

.process-item__text {
    font-size: 0.9875rem;
    color: var(--brand-text);
    line-height: 1.7;
}

.cta__note {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--gray-300);
    font-style: italic;
}

.content-page--wide {
    max-width: 52rem;
}

.content-prose h2 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin: 2rem 0 0.75rem;
}

.content-prose h2:first-child {
    margin-top: 0;
}

.content-prose p {
    color: var(--brand-text);
    line-height: 1.75;
    font-size: 1.02rem;
}

.content-note__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-header--left {
    text-align: left;
    margin-bottom: 2rem;
}

.section-header__text--left {
    margin-left: 0;
}

.site-footer__quote {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--brand-gray);
}

.site-footer__quote-text {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    color: var(--brand-navy);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.site-footer__quote-author {
    font-size: 0.875rem;
    color: var(--brand-text);
}

@media (min-width: 768px) {
    .feature-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .module-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .process-list {
        gap: 1.5rem;
    }

    .site-footer__quote-text {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .module-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ----------------------------------------
   User Dashboard
   ---------------------------------------- */
.dashboard-body {
    min-height: 100vh;
    background-color: var(--brand-light);
}

.dash-header {
    background-color: var(--white);
    border-bottom: 1px solid var(--brand-gray);
    position: sticky;
    top: 0;
    z-index: 50;
}

.dash-header__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.dash-nav {
    display: none;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    margin-left: 1rem;
}

.dash-nav__link {
    font-weight: 500;
    font-size: 0.9375rem;
    color: var(--brand-text);
    transition: color 0.15s ease;
}

.dash-nav__link:hover,
.dash-nav__link--active {
    color: var(--brand-navy);
}

.dash-nav__link--active {
    font-weight: 600;
}

.dash-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dash-user__welcome {
    display: none;
    font-size: 0.875rem;
    color: var(--brand-text);
}

.dash-user__welcome strong {
    color: var(--brand-navy);
    font-weight: 600;
}

.dash-user__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-full);
    background-color: var(--brand-navy);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-user__avatar .material-symbols-outlined {
    font-size: 1.25rem;
}

.dash-main {
    max-width: var(--container);
    margin: 0 auto;
    padding: 1.5rem;
}

.dash-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

.activity-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.activity-card {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-xl);
    border: 1px solid transparent;
    font-weight: 600;
    color: var(--brand-navy);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.activity-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
    border-color: rgba(20, 33, 61, 0.08);
}

.activity-card__icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.activity-card__name {
    font-size: 0.9875rem;
    line-height: 1.3;
}

.activity-card--rose {
    background-color: #fff1f2;
    color: #9f1239;
}
.activity-card--rose .activity-card__icon {
    color: #e11d48;
}

.activity-card--violet {
    background-color: #f5f3ff;
    color: #5b21b6;
}
.activity-card--violet .activity-card__icon {
    color: #7c3aed;
}

.activity-card--sky {
    background-color: #f0f9ff;
    color: #075985;
}
.activity-card--sky .activity-card__icon {
    color: #0284c7;
}

.activity-card--amber {
    background-color: #fffbeb;
    color: #92400e;
}
.activity-card--amber .activity-card__icon {
    color: #d97706;
}

.activity-card--teal {
    background-color: #f0fdfa;
    color: #115e59;
}
.activity-card--teal .activity-card__icon {
    color: #0d9488;
}

.activity-card--orange {
    background-color: #fff7ed;
    color: #9a3412;
}
.activity-card--orange .activity-card__icon {
    color: var(--brand-orange);
}

.activity-card--lime {
    background-color: #f7fee7;
    color: #3f6212;
}
.activity-card--lime .activity-card__icon {
    color: #65a30d;
}

.activity-card--pink {
    background-color: #fdf2f8;
    color: #9d174d;
}
.activity-card--pink .activity-card__icon {
    color: #db2777;
}

.activity-card--indigo {
    background-color: #eef2ff;
    color: #3730a3;
}
.activity-card--indigo .activity-card__icon {
    color: #4f46e5;
}

.activity-card--cyan {
    background-color: #ecfeff;
    color: #155e75;
}
.activity-card--cyan .activity-card__icon {
    color: #0891b2;
}

.homework-table-wrap {
    overflow-x: auto;
}

.homework-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.homework-table th,
.homework-table td {
    padding: 0.35rem 0.875rem;
    text-align: left;
    border-bottom: 1px solid var(--brand-gray);
}

.homework-table th {
    background-color: var(--brand-light);
    color: var(--brand-navy);
    font-weight: 600;
}

.homework-table th:first-child {
    border-radius: var(--radius-lg) 0 0 0;
}

.homework-table th:last-child {
    border-radius: 0 var(--radius-lg) 0 0;
    width: 8.5rem;
}

.homework-table td {
    color: var(--brand-text);
    vertical-align: middle;
}

.homework-table tbody tr:last-child td {
    border-bottom: none;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.65rem;
    border-radius: var(--radius-lg);
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-badge .material-symbols-outlined {
    font-size: 1rem;
}

.status-badge--pending {
    background-color: #fee2e2;
    color: #b91c1c;
}

.status-badge--done {
    background-color: #dcfce7;
    color: #15803d;
}

@media (min-width: 640px) {
    .activity-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-user__welcome {
        display: inline;
    }
}

@media (min-width: 768px) {
    .dash-nav {
        display: flex;
    }

    .dash-main {
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .dash-layout {
        grid-template-columns: 1.35fr 1fr;
        gap: 1.75rem;
    }
}

.dash-charts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.chart-wrap {
    position: relative;
    height: 280px;
    width: 100%;
}

@media (min-width: 1024px) {
    .dash-charts {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
        margin-top: 1.75rem;
    }

    .chart-wrap {
        height: 320px;
    }
}

/* ----------------------------------------
   Page layouts (unique to a screen)
   ---------------------------------------- */
.settings-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.settings-timer {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-navy);
    text-align: center;
}

.login-page {
    min-height: calc(100vh - 5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    background-color: var(--brand-light);
}

/* Exercise screens */
.btn--success {
    background-color: #22c55e;
    color: var(--white);
}

.btn--success:hover {
    background-color: #16a34a;
}

.exercise-benefit {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-xl);
    background: var(--brand-light);
}

.exercise-benefit__title {
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.5rem;
}

.exercise-benefit__text {
    color: var(--brand-text);
    line-height: 1.7;
}

.exercise-benefit__points {
    margin: 0.75rem 0 0;
    padding-top: 0.75rem;
    border-top: 1px solid var(--brand-gray);
    font-size: 0.9rem;
    color: var(--brand-navy);
}

.activity-card--disabled {
    opacity: 0.65;
    cursor: not-allowed;
    position: relative;
}

.activity-card__badge {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-500);
}

.exercise-play-main {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.exercise-play__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.exercise-play__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.exercise-play__meta {
    font-size: 0.875rem;
    color: var(--gray-500);
}

.exercise-play__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.exercise-play__board {
    padding: 2rem;
    min-height: 420px;
}

.exercise-play__board--block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercise-block-display {
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    color: var(--brand-navy);
    padding: 2rem;
    border-radius: var(--radius-lg);
    background: rgba(20, 33, 61, 0.04);
    transition:
        opacity 0.15s ease,
        transform 0.15s ease;
}

.exercise-block-display.is-changing {
    animation: blockFadeIn 0.2s ease;
}

@keyframes blockFadeIn {
    from {
        opacity: 0.35;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.exercise-word-board {
    line-height: 1.9;
    text-align: left;
}

.exercise-word {
    display: inline;
    padding: 0 2px;
    border-radius: 4px;
    transition:
        background-color 0.15s ease,
        opacity 0.15s ease;
}

.exercise-word.is-read {
    opacity: 0.35;
}

.exercise-word.is-shadow,
.exercise-word.is-group {
    background: rgba(20, 33, 61, 0.82);
    color: #fff;
    opacity: 1;
}

.exercise-play__done {
    text-align: center;
    padding: 3rem 1.5rem;
}

.exercise-play__toolbar--tekerleme {
    flex-wrap: wrap;
    gap: 1rem;
}

.exercise-tekerleme__levels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.exercise-level-btn {
    background: var(--white);
    color: var(--brand-navy);
    border: 2px solid var(--gray-200);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.exercise-level-btn.is-active {
    background: var(--brand-navy);
    color: var(--white);
    border-color: var(--brand-navy);
}

.exercise-tekerleme__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.exercise-tekerleme__font {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-600);
    white-space: nowrap;
}

.exercise-tekerleme__slider {
    width: 140px;
    min-width: 120px;
}

.exercise-play__board--tekerleme {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 2.5rem 1.5rem;
}

.exercise-tekerleme-list {
    width: 100%;
    max-width: 900px;
    max-height: 70vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
    text-align: center;
}

.exercise-tekerleme-item {
    margin: 0;
    font-weight: 700;
    line-height: 1.6;
    color: var(--brand-navy);
    max-width: 100%;
}

.exercise-tekerleme-empty {
    margin: 0;
    color: var(--gray-500);
    text-align: center;
}

.exercise-play__board--tachistoscope {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    background: #f8fafc;
}

.exercise-tachistoscope__flash {
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    color: var(--brand-navy);
    opacity: 0;
    transition: opacity 0.08s ease;
}

.exercise-tachistoscope__flash.is-visible {
    opacity: 1;
}

.exercise-tachistoscope__input {
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
}

.exercise-tachistoscope__field {
    width: 100%;
    max-width: 420px;
    padding: 0.9rem 1.1rem;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-lg);
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    color: var(--brand-navy);
    background: var(--white);
}

.exercise-tachistoscope__field:focus {
    outline: none;
    border-color: var(--brand-navy);
}

.exercise-tachistoscope__bonus {
    color: var(--brand-orange);
    font-weight: 700;
}

.exercise-tachistoscope__lobby {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.exercise-tachistoscope__lobby-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: #f8fafc;
    border: 1px solid var(--gray-200);
    text-align: center;
}

.exercise-tachistoscope__lobby-title {
    margin: 0;
    font-size: 1.25rem;
    color: var(--brand-navy);
}

.exercise-tachistoscope__lobby-text {
    margin: 0;
    color: var(--gray-500);
    line-height: 1.6;
}

.exercise-tachistoscope__lobby-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-weight: 600;
    font-size: 0.9rem;
}

.exercise-tachistoscope__join-input {
    width: 100%;
    max-width: 220px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
}

.exercise-tachistoscope__waiting {
    padding: 2.5rem 2rem;
    text-align: center;
}

.exercise-tachistoscope__waiting-label {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.exercise-tachistoscope__room-code-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.exercise-tachistoscope__room-code {
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.35em;
    color: var(--brand-navy);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-lg);
    background: #f8fafc;
    border: 2px dashed var(--brand-orange);
    min-width: 12rem;
}

.exercise-tachistoscope__waiting-text {
    margin: 0 0 1.25rem;
    color: var(--gray-600);
    line-height: 1.6;
}

.exercise-tachistoscope__waiting-players {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.exercise-tachistoscope__player {
    padding: 0.75rem 1rem;
    border-radius: var(--radius-lg);
    background: #f8fafc;
    border: 1px solid var(--gray-200);
    color: var(--brand-navy);
    font-weight: 600;
}

.exercise-tachistoscope__player--empty {
    color: var(--gray-500);
    font-weight: 500;
}

.exercise-tachistoscope__error {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto 1rem;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-lg);
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #b91c1c;
    text-align: center;
}

@media (min-width: 768px) {
    .exercise-tachistoscope__lobby {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }
}

.exercise-tachistoscope__duel-scores {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.exercise-simple-start__hint {
    margin: 0 0 1.5rem;
    color: var(--gray-500);
    text-align: center;
}

.exercise-play-main--stroop {
    padding-bottom: 5rem;
}

.exercise-stroop {
    padding: 1.5rem;
    background: #f8fafc;
}

.exercise-stroop__grid {
    display: grid;
    gap: 0.75rem;
}

.exercise-stroop__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0.5rem;
    border-radius: var(--radius-md);
    background: var(--white);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
}

.exercise-stroop__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 1rem 1.5rem 1.25rem;
    background: linear-gradient(
        180deg,
        rgba(248, 250, 252, 0) 0%,
        rgba(248, 250, 252, 0.95) 35%,
        #f8fafc 100%
    );
}

.exercise-dot-track {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #f8fafc;
    min-height: 680px;
}

.exercise-dot-track__canvas {
    width: 100%;
    max-width: 640px;
    height: auto;
    display: block;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius-lg);
}

.assessment-grade-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.assessment-grade-tabs__btn {
    border: 2px solid var(--gray-200);
    background: var(--white);
    color: var(--brand-navy);
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.assessment-grade-tabs__btn.is-active {
    background: var(--brand-navy);
    border-color: var(--brand-navy);
    color: var(--white);
}

.exercise-metronome {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 30;
}

.exercise-metronome__toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    background: var(--brand-navy);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.2);
    cursor: pointer;
}

.exercise-metronome__beat {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--brand-orange);
    transition: transform 0.08s ease;
}

.exercise-metronome__beat.is-active {
    transform: scale(1.45);
}

.exercise-metronome__panel {
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.12);
}

.exercise-play-main--assessment {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 5rem);
}

.exercise-play-main--assessment > .exercise-play__toolbar {
    width: 100%;
    max-width: 52rem;
}

.exercise-play-main--assessment > .assessment-reading,
.exercise-play-main--assessment > .assessment-questions,
.exercise-play-main--assessment > .assessment-results {
    width: 100%;
    max-width: 52rem;
    margin-inline: auto;
}

.exercise-play-main--assessment > .assessment-results:not(.d-none) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exercise-play-main--tachistoscope {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 5rem);
}

.exercise-play-main--tachistoscope > .exercise-play__toolbar {
    width: 100%;
    max-width: 52rem;
}

.exercise-play-main--tachistoscope > .exercise-tachistoscope__error,
.exercise-play-main--tachistoscope > .exercise-tachistoscope__lobby,
.exercise-play-main--tachistoscope > .exercise-tachistoscope__waiting,
.exercise-play-main--tachistoscope > .exercise-number-track__layout,
.exercise-play-main--tachistoscope > .exercise-play__done {
    width: 100%;
    max-width: 52rem;
    margin-inline: auto;
}

.exercise-play-main--tachistoscope
    > .exercise-tachistoscope__lobby:not(.d-none),
.exercise-play-main--tachistoscope
    > .exercise-tachistoscope__waiting:not(.d-none),
.exercise-play-main--tachistoscope
    > .exercise-number-track__layout:not(.d-none),
.exercise-play-main--tachistoscope > .exercise-play__done:not(.d-none) {
    margin-block: auto;
}

.exercise-play-main--tachistoscope > .exercise-tachistoscope__waiting {
    max-width: 36rem;
}

.exercise-play-main--tachistoscope > .exercise-number-track__layout {
    max-width: none;
    width: 100%;
    align-self: stretch;
}

.assessment-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 33, 61, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
    padding: 1rem;
}

.assessment-overlay__card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    max-width: 420px;
    text-align: center;
}

.assessment-reading {
    padding: 2rem;
}

.assessment-overlay__font {
    margin: 1.25rem 0;
    text-align: left;
}

.assessment-overlay__font .form-label {
    margin-bottom: 0.5rem;
}

.assessment-reading__text {
    line-height: 1.9;
    color: var(--brand-navy);
    margin-bottom: 2rem;
}

.assessment-reading__footer {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.assessment-questions {
    padding: 2rem;
}

.assessment-questions__progress {
    color: var(--gray-500);
    margin-bottom: 0.75rem;
}

.assessment-questions__title {
    margin-bottom: 1.5rem;
}

.assessment-questions__options {
    display: grid;
    gap: 0.75rem;
}

.assessment-questions__option {
    text-align: left;
    padding: 1rem 1.1rem;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-lg);
    background: var(--white);
    font-weight: 600;
    color: var(--brand-navy);
    cursor: pointer;
}

.assessment-questions__option span {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gray-100);
    margin-right: 0.5rem;
}

.assessment-questions__option.is-selected {
    border-color: var(--brand-navy);
    background: rgba(20, 33, 61, 0.04);
}

.assessment-results {
    padding: 2rem;
    text-align: center;
}

.assessment-results__card {
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: var(--gray-100);
}

.assessment-results__card.is-excellent {
    background: rgba(22, 163, 74, 0.12);
}
.assessment-results__card.is-balanced {
    background: rgba(202, 138, 4, 0.12);
}
.assessment-results__card.is-needs-work {
    background: rgba(220, 38, 38, 0.12);
}

.assessment-results__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.assessment-results__metric {
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: #f8fafc;
}

.exercise-emoji-track {
    width: calc(100% + 3rem);
    max-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.exercise-emoji-track__canvas {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-200);
}

.exercise-toggle-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.exercise-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    color: var(--brand-navy);
    background: var(--white);
}

.exercise-toggle:has(input:checked) {
    border-color: var(--brand-navy);
    background: rgba(20, 33, 61, 0.06);
}

.exercise-toggle input {
    accent-color: var(--brand-navy);
}

.exercise-number-track__layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.exercise-number-track__canvas-area {
    min-width: 0;
}

.exercise-number-track {
    width: calc(100% + 3rem);
    max-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    overflow: hidden;
}

.exercise-number-track__panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.exercise-number-track__canvas {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-200);
}

.exercise-number-track__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.exercise-number-track__stat {
    padding: 0.9rem 1rem;
    border-radius: var(--radius-lg);
    background: #f8fafc;
    text-align: center;
    border: 1px solid var(--gray-200);
}

.exercise-number-track__stat span {
    display: block;
    font-size: 0.85rem;
    color: var(--gray-500);
    margin-bottom: 0.25rem;
}

.exercise-number-track__stat strong {
    font-size: 1.35rem;
    color: var(--brand-navy);
}

.exercise-number-track__stat--correct strong {
    color: #16a34a;
}

.exercise-number-track__stat--wrong strong {
    color: #dc2626;
}

.exercise-number-track__input-card {
    margin-top: 0;
    width: 100%;
    max-width: none;
    padding: 1.25rem;
}

.exercise-number-track__hint {
    margin: 0 0 1rem;
    color: var(--gray-600);
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
}

.exercise-number-track__form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.exercise-number-track__input {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.exercise-passing-main {
    max-width: 960px;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.exercise-passing__head {
    text-align: center;
    margin-bottom: 1.5rem;
}

.exercise-passing__title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--brand-navy);
}

.exercise-passing__subtitle {
    margin: 0.35rem 0 1.25rem;
    font-size: 1rem;
    color: var(--gray-500);
}

.exercise-passing__info {
    max-width: 42rem;
    margin: 0 auto;
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 0.95rem;
}

.exercise-passing__info p {
    margin: 0 0 0.35rem;
}

.exercise-passing__stage {
    width: calc(100% + 3rem);
    max-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 1.5rem;
}

.exercise-passing__canvas {
    width: 100%;
    display: block;
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-200);
}

.exercise-passing__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.exercise-passing__timer {
    margin: 1rem 0 0;
    text-align: center;
    color: var(--gray-500);
    font-weight: 600;
}

.btn--stop {
    background: #f4a6a6;
    color: #7f1d1d;
}

.btn--stop:hover:not(:disabled) {
    background: #ef8f8f;
}

.btn--stop:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.exercise-jumping__stage .exercise-passing__canvas {
    min-height: 360px;
}

.exercise-puzzle__layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
}

.exercise-puzzle__board-wrap {
    min-width: 0;
}

.exercise-puzzle__grid {
    display: grid;
    grid-template-columns: repeat(var(--puzzle-cols), minmax(0, 1fr));
    gap: 0.35rem;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.exercise-puzzle__cell {
    aspect-ratio: 1;
    border: 1px solid #d1d5db;
    border-radius: 0.35rem;
    background: #f3f4f6;
    color: #111827;
    font-size: clamp(0.85rem, 2.2vw, 1.35rem);
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        transform 0.1s ease;
}

.exercise-puzzle__cell:hover:not(:disabled) {
    background: #e5e7eb;
}

.exercise-puzzle__cell.is-found {
    background: #dcfce7;
    border-color: #16a34a;
    color: #166534;
}

.exercise-puzzle__cell.is-wrong {
    background: #fee2e2;
    border-color: #dc2626;
}

.exercise-puzzle__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.exercise-puzzle__timer {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #4b5563;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
}

.exercise-puzzle__targets {
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.exercise-puzzle__targets-title {
    font-weight: 700;
    color: var(--brand-navy);
    margin-bottom: 0.75rem;
}

.exercise-puzzle__target-list {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.exercise-puzzle__target {
    width: 42px;
    height: 42px;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--brand-navy);
}

.exercise-puzzle__target.is-found {
    background: #dcfce7;
    border-color: #16a34a;
    color: #166534;
}

.exercise-puzzle__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    max-width: 280px;
}

.exercise-puzzle__stat {
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: center;
    border: 1px solid var(--gray-200);
}

.exercise-puzzle__stat-icon {
    padding: 0.65rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.exercise-puzzle__stat strong {
    display: block;
    padding: 0.65rem 0;
    font-size: 1.35rem;
    background: #fff;
    color: var(--brand-navy);
}

.exercise-puzzle__stat--correct .exercise-puzzle__stat-icon {
    background: #16a34a;
}

.exercise-puzzle__stat--wrong .exercise-puzzle__stat-icon {
    background: #dc2626;
}

.exercise-puzzle__status {
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
    color: var(--brand-navy);
}

.library-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.library-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 5.5rem);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.library-page__card {
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
}

.library-search {
    margin-bottom: 1.25rem;
}

.library-search__label {
    display: block;
    font-weight: 600;
    color: var(--brand-navy);
    margin-bottom: 0.5rem;
}

.library-search__input {
    width: 100%;
}

.library-card {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 180px;
}

.library-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(132, 204, 22, 0.15);
    color: #65a30d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.library-card__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--brand-navy);
    flex: 1;
}

.library-empty {
    text-align: center;
    color: var(--gray-500);
    padding: 2rem 1rem;
}

@media (min-width: 900px) {
    .exercise-number-track__layout {
        flex-direction: row;
        align-items: stretch;
        gap: 1.25rem;
    }

    .exercise-number-track__canvas-area {
        flex: 1;
        min-height: 520px;
        display: flex;
    }

    .exercise-number-track {
        flex: 1;
        width: 100%;
        margin: 0;
        min-height: 520px;
        display: flex;
    }

    .exercise-number-track__canvas {
        flex: 1;
        min-height: 520px;
        border-radius: var(--radius-lg);
    }

    .exercise-number-track__panel {
        width: 280px;
        flex-shrink: 0;
        justify-content: flex-start;
    }

    .exercise-number-track__stats {
        grid-template-columns: 1fr;
    }

    .exercise-number-track__stat {
        padding: 1rem 1.1rem;
    }

    .exercise-number-track__stat strong {
        font-size: 1.75rem;
    }

    .exercise-number-track__input-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .exercise-number-track__hint {
        text-align: left;
    }

    .exercise-puzzle__layout {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }

    .exercise-puzzle__board-wrap {
        flex: 1;
    }

    .exercise-puzzle__grid {
        max-width: none;
        margin: 0;
    }

    .exercise-puzzle__panel {
        width: 280px;
        flex-shrink: 0;
    }
}

.exercise-match {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    text-align: center;
}

.exercise-match__target {
    font-size: 2.2em;
    font-weight: 700;
    color: var(--brand-navy);
}

.exercise-match__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 720px;
}

.exercise-match__option {
    min-width: 140px;
    padding: 0.85rem 1.25rem;
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-200);
    background: var(--white);
    font-weight: 600;
    color: var(--brand-navy);
    transition: all 0.15s ease;
}

.exercise-match__option:hover {
    border-color: var(--brand-orange);
}

.exercise-match__option.is-correct {
    background: #dcfce7;
    border-color: #22c55e;
    color: #166534;
}

.exercise-match__option.is-wrong {
    background: #fee2e2;
    border-color: #ef4444;
    color: #991b1b;
}

.exercise-match__feedback {
    font-weight: 600;
}

.exercise-match__feedback.is-success {
    color: #16a34a;
}

.exercise-match__feedback.is-error {
    color: #dc2626;
}

.exercise-match__scoreboard {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.95rem;
    color: var(--brand-navy);
}

/* ----------------------------------------
   Egzersiz tamamlama ve puan geri bildirimi
   ---------------------------------------- */
.exercise-complete {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem auto 0;
    text-align: center;
}

.exercise-complete__hint {
    margin: 0;
    font-size: 0.9rem;
    color: var(--gray-600, #6c757d);
}

.exercise-points {
    margin: 1rem 0 0;
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-lg);
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
    font-weight: 700;
    text-align: center;
}

.exercise-points--muted {
    background: rgba(20, 33, 61, 0.08);
    color: var(--brand-navy);
}

.exercise-points--toast {
    position: fixed;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    z-index: 80;
    max-width: min(92vw, 480px);
    box-shadow: var(--shadow-soft);
    background: #dcfce7;
}

.exercise-points--toast.exercise-points--muted {
    background: var(--brand-light);
}

.homework-summary {
    margin: 0 0 0.75rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--brand-text);
}

.homework-table__points {
    width: 4rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.homework-table td a {
    color: var(--brand-text);
    text-decoration: none;
}

.homework-table td a:hover {
    color: var(--brand-orange);
}

.dash-score-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.dash-score-summary__item {
    flex: 1 1 160px;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-lg);
    background: var(--brand-light);
    text-align: center;
}

.dash-score-summary__label {
    display: block;
    font-size: 0.85rem;
    color: var(--gray-600, #6c757d);
}

.dash-score-summary__value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-navy);
}

.chart-empty {
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--gray-600, #6c757d);
}

.d-none {
    display: none !important;
}
