/* ══════════════════════════════════════════════════════════════════════
   MITOS TURIZM — Kurumsal Tasarım Sistemi v3
   Corporate Navy + Steel Blue + Classic Gold | Montserrat + Open Sans
   ═════════════════════════════════════════════════════════════════════ */

:root {
    /* Primary — Corporate Navy */
    --primary-900: #0b1320;
    --primary-800: #162447;
    --primary-700: #1f4068;
    --primary-600: #2c5f8a;
    --primary-500: #3a7ab5;
    --primary-400: #5a9fd4;

    /* Accent — Classic Corporate Gold */
    --accent-700: #9a7b2e;
    --accent-600: #b8943f;
    --accent-500: #c8a951;
    --accent-400: #dbc07a;
    --accent-300: #ede0b5;

    /* Neutrals */
    --neutral-900: #0f172a;
    --neutral-800: #1e293b;
    --neutral-700: #334155;
    --neutral-600: #475569;
    --neutral-500: #64748b;
    --neutral-400: #94a3b8;
    --neutral-300: #cbd5e1;
    --neutral-200: #e2e8f0;
    --neutral-100: #f1f5f9;
    --neutral-50: #f7f8fa;

    /* Semantic aliases */
    --brand:       var(--primary-600);
    --brand-lite:  var(--primary-500);
    --brand-dark:  var(--primary-700);
    --brand-deep:  var(--primary-800);
    --gold:        var(--accent-500);
    --gold-light:  var(--accent-400);
    --gold-dark:   var(--accent-600);
    --light-bg:    var(--neutral-50);
    --border:      var(--neutral-200);
    --text:        var(--neutral-900);
    --muted:       var(--neutral-500);
    --muted-lite:  var(--neutral-400);

    /* Typography — Kurumsal */
    --font-primary: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;

    /* Radius */
    --radius-sm: 6px;
    --radius-base: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(15, 39, 68, 0.06);
    --shadow-base: 0 4px 16px rgba(15, 39, 68, 0.08);
    --shadow-md: 0 8px 30px rgba(15, 39, 68, 0.1);
    --shadow-lg: 0 20px 50px rgba(15, 39, 68, 0.14);
    --shadow-xl: 0 32px 64px rgba(15, 39, 68, 0.18);

    /* Transitions */
    --transition-base: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text);
    background: var(--light-bg);
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.display, .section-heading {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
}

a { color: var(--brand); text-decoration: none; transition: color var(--transition-base); }
a:hover { color: var(--brand-dark); }
img { max-width: 100%; height: auto; display: block; }

/* ─── Container ─── */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}
@media (min-width: 1024px) {
    .container { padding: 0 var(--space-8); }
}

/* ═══ KURUMSAL HEADER ═══ */
.corp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--primary-800);
}
.corp-header.is-scrolled {
    box-shadow: 0 8px 32px rgba(11, 19, 32, 0.35);
}
.corp-header__announce {
    background: var(--primary-900);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 0.45rem 0;
}
.corp-header__announce-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}
.corp-header__announce-inner i { color: var(--gold); margin-right: 0.35rem; }
.corp-header__announce-sep { color: rgba(255,255,255,.15); }
.corp-header__main { padding: 0.85rem 0; }
.corp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.corp-header__brand {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
    flex-shrink: 0;
}
.corp-header__logo-wrap {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(200,169,81,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.corp-header__logo { width: 100%; height: 100%; object-fit: contain; }
.corp-header__brand-name {
    display: block;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.corp-header__brand-tag {
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 2px;
}
.corp-header__nav {
    align-items: center;
    gap: 0.25rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50px;
    padding: 0.3rem 0.5rem;
}
.corp-nav-link {
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.88);
    padding: 0.55rem 1rem;
    border-radius: 50px;
    transition: all var(--transition-base);
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    white-space: nowrap;
}
.corp-nav-link:hover,
.corp-nav-link.is-active {
    color: #fff;
    background: rgba(200,169,81,.18);
}
.corp-nav-dropdown { position: relative; }
.corp-nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all var(--transition-base);
}
.corp-nav-dropdown:hover .corp-nav-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.corp-nav-dropdown__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--neutral-700);
    border-radius: 8px;
    text-decoration: none;
    transition: background var(--transition-base);
}
.corp-nav-dropdown__item i { color: var(--brand); width: 16px; font-size: 0.8rem; }
.corp-nav-dropdown__item:hover,
.corp-nav-dropdown__item.is-active {
    background: var(--light-bg);
    color: var(--brand);
}
.corp-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}
.corp-header__phone {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    padding-right: 1rem;
    border-right: 1px solid rgba(255,255,255,.12);
}
.corp-header__phone-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--primary-900);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}
.corp-header__phone-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
}
.corp-header__phone-num {
    display: block;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.corp-header__cta { padding: 0.7rem 1.25rem !important; min-height: 44px !important; font-size: 0.72rem !important; }
.corp-header__accent-line {
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--accent-400), var(--gold-dark));
}
.corp-header__burger {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}
.corp-header__burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all var(--transition-base);
}
.corp-header__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.corp-header__burger.is-open span:nth-child(2) { opacity: 0; }
.corp-header__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.corp-mobile-menu {
    background: var(--primary-900);
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 1.25rem 0;
}
.corp-mobile-menu__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.corp-mobile-link {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,.75);
    padding: 0.75rem 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.corp-mobile-link.is-active { color: var(--gold); }
.corp-mobile-submenu {
    padding: 0.75rem 0 0.75rem 1rem;
    border-left: 3px solid var(--gold);
    margin: 0.25rem 0;
}
.corp-mobile-submenu__title {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--neutral-500);
    margin-bottom: 0.5rem;
}
.corp-mobile-submenu a {
    display: block;
    font-size: 0.85rem;
    color: rgba(255,255,255,.65);
    padding: 0.4rem 0;
    text-decoration: none;
}
.corp-mobile-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--gold);
    padding: 0.75rem 0;
    text-decoration: none;
}

/* Legacy nav (inner pages fallback) */
.nav-link {
    position: relative;
    padding-bottom: 2px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--neutral-600);
}
.dropdown-menu {
    width: 250px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
}

/* ─── Buttons ─── */
.btn-primary, .btn-brand, .btn-gold, .btn-outline, .btn-on-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 48px;
    padding: 0.8rem 1.5rem;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition-base);
    white-space: nowrap;
}
.btn-primary, .btn-brand {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    box-shadow: 0 4px 14px rgba(44, 95, 138, 0.3);
}
.btn-primary:hover, .btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 64, 104, 0.35);
}
.btn-gold {
    background: var(--gold);
    color: var(--primary-900);
    border-color: var(--gold);
    box-shadow: 0 4px 14px rgba(200, 169, 81, 0.35);
    font-weight: 700;
}
.btn-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: #fff;
    transform: translateY(-2px);
}
.btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.btn-on-light {
    background: transparent;
    border-color: var(--border);
    color: var(--brand);
}
.btn-on-light:hover {
    background: rgba(44, 95, 138, 0.06);
    border-color: var(--brand);
}

/* ─── Badge & Section Labels ─── */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    font-family: var(--font-primary);
}
.badge::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--gold);
}
.section-badge {
    display: inline-block;
    background: rgba(44, 95, 138, 0.08);
    color: var(--brand);
    border: 1px solid rgba(44, 95, 138, 0.18);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
}
.section-heading { font-weight: 600; }
.gold-rule, .gold-rule-center {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--accent-400));
    margin-top: 0.875rem;
    border-radius: 2px;
}
.gold-rule-center { margin-left: auto; margin-right: auto; }

/* ─── Cards ─── */
.card {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-base);
    overflow: hidden;
    transition: all var(--transition-base);
    border: 1px solid var(--border);
}
.card:hover { box-shadow: var(--shadow-md); }
.card-lift { transition: transform var(--transition-base), box-shadow var(--transition-base); }
.card-lift:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

/* ─── Links ─── */
.link-brand, .link-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: gap var(--transition-base);
}
.link-brand { color: var(--brand); }
.link-gold { color: var(--gold-dark); }
.link-brand:hover, .link-gold:hover { gap: 0.75rem; }

/* ─── Page Hero (Unified) ─── */
.page-hero {
    position: relative;
    padding: 5.5rem 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(11, 19, 32, 0.92) 0%, rgba(22, 36, 71, 0.82) 55%, rgba(31, 64, 104, 0.65) 100%);
}
.page-hero__accent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--accent-400), var(--gold));
}
.page-hero__inner {
    position: relative;
    z-index: 1;
}
.page-hero__title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    color: #fff;
    margin-bottom: 0.75rem;
}
.page-hero__subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 540px;
    line-height: 1.75;
    margin: 0;
}

/* ─── Breadcrumb (Unified) ─── */
.page-breadcrumb { margin-bottom: 1.5rem; }
.page-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}
.page-breadcrumb__item a {
    color: rgba(255, 255, 255, 0.55);
    transition: color var(--transition-base);
}
.page-breadcrumb__item a:hover { color: #fff; }
.page-breadcrumb__item--active {
    color: #fff;
    font-weight: 500;
}
.page-breadcrumb__sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.55rem;
    list-style: none;
}

/* ─── Stats Strip ─── */
.stats-strip {
    background: var(--brand);
    background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-600) 100%);
}
.stats-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stats-strip__item {
    padding: 1.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.stats-strip__item:last-child { border-right: 0; }
.stats-strip__icon { color: var(--gold); font-size: 1.35rem; }
.stats-strip__number {
    font-family: var(--font-display);
    font-size: 1.75rem;
    color: #fff;
    line-height: 1;
}
.stats-strip__label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 2px;
}

/* ═══ HOME HERO — okunaklı, temiz ═══ */
.hero-clean {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-clean__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.hero-clean__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(11, 19, 32, 0.94) 0%,
        rgba(22, 36, 71, 0.82) 45%,
        rgba(22, 36, 71, 0.45) 100%
    );
}
.hero-clean__inner {
    position: relative;
    z-index: 2;
    padding: 4rem 0 5rem;
    max-width: 640px;
}
.hero-clean__label {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(200, 169, 81, 0.5);
    border-radius: 4px;
    background: rgba(200, 169, 81, 0.12);
}
.hero-clean__title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    margin-bottom: 1.25rem;
}
.hero-clean__title em {
    font-style: normal;
    color: var(--gold);
}
.hero-clean__desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 520px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hero-clean__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}
.hero-clean__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.hero-clean__trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffffff;
}
.hero-clean__trust-item i {
    color: var(--gold);
}
.hero-clean__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 560px;
}
.hero-clean__stat-num {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
}
.hero-clean__stat-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 4px;
    opacity: 0.9;
}

/* Koyu zemin üzerinde metin — her zaman okunaklı */
.on-dark,
.services-numbered,
.why-grid,
.service-showcase__card.is-featured,
.cta-banner__content,
.page-hero__inner {
    --text-on-dark: #ffffff;
    --text-on-dark-muted: rgba(255, 255, 255, 0.88);
}
.services-numbered__desc,
.why-grid__desc,
.service-strip__desc {
    color: rgba(255, 255, 255, 0.88) !important;
}
.services-numbered__title,
.why-grid__title {
    color: #ffffff !important;
}
.service-showcase__card.is-featured .service-showcase__body h3 {
    color: #ffffff !important;
}
.service-showcase__card.is-featured .service-showcase__body p {
    color: rgba(255, 255, 255, 0.9) !important;
}
.service-showcase__card.is-featured .service-showcase__body li {
    color: rgba(255, 255, 255, 0.92) !important;
}
.service-showcase__card.is-featured .link-gold {
    color: var(--gold) !important;
}
.page-hero__subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
}
.cta-banner__content p,
.cta-banner__content li {
    color: rgba(255, 255, 255, 0.92) !important;
}
.badge--on-dark {
    color: var(--gold) !important;
}

/* Numbered service blocks */
.services-numbered {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: var(--primary-800);
}
.services-numbered__item {
    padding: 2.5rem 2rem;
    border-right: 1px solid rgba(255,255,255,.08);
    position: relative;
    transition: background var(--transition-base);
}
.services-numbered__item:hover { background: rgba(255,255,255,.04); }
.services-numbered__item:last-child { border-right: 0; }
.services-numbered__num {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    color: rgba(200,169,81,.2);
    line-height: 1;
    margin-bottom: 1rem;
}
.services-numbered__icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(200,169,81,.15);
    border: 1px solid rgba(200,169,81,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.services-numbered__title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.services-numbered__desc {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin: 0;
}

/* About split — corporate */
.about-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.about-split__content {
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.about-split__visual {
    position: relative;
    overflow: hidden;
}
.about-split__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-split__visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,19,32,.5), transparent 50%);
}
.about-split__badge-float {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background: var(--gold);
    color: var(--primary-900);
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
}
.about-split__badge-num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}
.about-split__badge-text {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Service showcase — horizontal cards */
.service-showcase { display: flex; flex-direction: column; gap: 1.5rem; }
.service-showcase__card {
    display: grid;
    grid-template-columns: 340px 1fr;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-base);
    transition: box-shadow var(--transition-base);
}
.service-showcase__card:hover { box-shadow: var(--shadow-lg); }
.service-showcase__card.is-featured {
    background: linear-gradient(135deg, var(--primary-800), var(--primary-700));
    border-color: transparent;
}
.service-showcase__card.is-featured .service-showcase__body h3,
.service-showcase__card.is-featured .service-showcase__body p,
.service-showcase__card.is-featured .service-showcase__body li { color: #fff; }
.service-showcase__card.is-featured .service-showcase__body p { color: rgba(255,255,255,.7); }
.service-showcase__card.is-featured .service-showcase__body li { color: rgba(255,255,255,.75); }
.service-showcase__img { overflow: hidden; min-height: 260px; }
.service-showcase__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-showcase__card:hover .service-showcase__img img { transform: scale(1.05); }
.service-showcase__body { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.service-showcase__tag {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}
.service-showcase__body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-800);
    margin-bottom: 0.75rem;
}
.service-showcase__body p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.service-showcase__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.service-showcase__list li {
    font-size: 0.82rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.service-showcase__list li i { color: var(--brand); font-size: 0.7rem; }

/* Why grid — numbered corporate */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--primary-900);
}
.why-grid__item {
    padding: 2.5rem 2rem;
    border-right: 1px solid rgba(255,255,255,.06);
    text-align: center;
    transition: background var(--transition-base);
}
.why-grid__item:hover { background: rgba(255,255,255,.03); }
.why-grid__item:last-child { border-right: 0; }
.why-grid__num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(200,169,81,.25);
    line-height: 1;
    margin-bottom: 1rem;
}
.why-grid__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(200,169,81,.12);
    border: 1px solid rgba(200,169,81,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.15rem;
}
.why-grid__title {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.why-grid__desc {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin: 0;
}

/* Tips row */
.tips-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1.25rem;
}
.tips-row__main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 400px;
}
.tips-row__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 0.6s ease;
}
.tips-row__main:hover img { transform: scale(1.04); }
.tips-row__main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,19,32,.85) 0%, transparent 60%);
}
.tips-row__main-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
}
.tips-row__card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base);
}
.tips-row__card:hover { box-shadow: var(--shadow-md); }
.tips-row__card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.tips-row__card-body { padding: 1.25rem; }

/* Full-width CTA banner */
.cta-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
}
.cta-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11,19,32,.9) 0%, rgba(22,36,71,.75) 50%, rgba(22,36,71,.4) 100%);
}
.cta-banner__content {
    position: relative;
    z-index: 1;
    padding: 3.5rem 4rem;
    max-width: 560px;
}

/* ─── Service Strip ─── */
.service-strip { background: linear-gradient(135deg, var(--primary-800), var(--primary-700)); }
.service-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-strip__item {
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.service-strip__item:last-child { border-right: 0; }
.service-strip__icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.service-strip__icon { color: var(--gold); font-size: 1.1rem; }
.service-strip__title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.service-strip__desc { font-size: 0.75rem; color: rgba(255, 255, 255, 0.55); margin: 0; }

/* ─── Section Utilities ─── */
.section { padding: 6.5rem 0; }
.section--white { background: #fff; }
.section--light { background: var(--light-bg); }
.section--dark { background: var(--primary-800); }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header p { color: var(--muted); max-width: 480px; margin: 1rem auto 0; font-size: 0.9rem; }

/* ─── Feature List ─── */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--brand);
}
.feature-item__title {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--text);
    display: block;
    margin-bottom: 2px;
}
.feature-item__desc { font-size: 0.78rem; color: var(--muted); }

/* ─── Footer ─── */
.site-footer {
    background: var(--primary-900);
    color: rgba(255, 255, 255, 0.78);
}
.site-footer p,
.site-footer .text-slate-400,
.site-footer .text-slate-500,
.site-footer .text-slate-600 {
    color: rgba(255, 255, 255, 0.72) !important;
}
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer__accent { color: var(--gold); }
.site-footer__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.72);
    transition: color var(--transition-base);
}
.site-footer__link:hover { color: #fff; }
.site-footer__link-arrow { color: var(--gold); font-size: 0.55rem; }
.site-footer__social {
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-500);
    transition: all var(--transition-base);
}
.site-footer__social:hover {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}
#back-to-top {
    background: var(--brand);
    transition: all var(--transition-base);
}
#back-to-top:hover {
    background: var(--gold);
    transform: translateY(-3px);
}

/* ─── Legal Pages ─── */
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-card {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 4px solid var(--brand);
    border-radius: var(--radius-md);
    padding: 2rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-sm);
}
.legal-card h2 {
    font-family: var(--font-display) !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    color: var(--primary-800) !important;
    margin-bottom: 0.875rem !important;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.legal-card h2 i { color: var(--brand) !important; }
.legal-card h3, .legal-card h4 {
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--primary-800);
}
.legal-card p, .legal-card li {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.8;
}
.legal-info-box {
    background: linear-gradient(135deg, var(--primary-700), var(--primary-600));
    color: #fff;
    border-radius: var(--radius-base);
    padding: 1.25rem 1.5rem;
    margin-top: 1.25rem;
}
.legal-info-box h4 {
    font-weight: 700;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.legal-info-box p { color: rgba(255, 255, 255, 0.85) !important; font-size: 0.83rem; }
.legal-warning-box {
    background: linear-gradient(135deg, var(--accent-300), var(--accent-400));
    color: var(--primary-900);
    border-radius: var(--radius-base);
    padding: 1.25rem 1.5rem;
    margin-top: 1.25rem;
}
.legal-warning-box h4 {
    font-weight: 700;
    color: var(--primary-900);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.page-section-legal { padding: 4.5rem 0; background: #fff; }
.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1.75rem;
}
.legal-badge::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--brand);
}

/* ─── Forms ─── */
input, textarea, select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-primary);
    font-size: 0.875rem;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(44, 95, 138, 0.12);
}
.form-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.5rem;
}

/* ─── FAQ ─── */
.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.faq-item__btn {
    width: 100%;
    padding: 1.125rem 1.5rem;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: background var(--transition-base);
}
.faq-item__btn:hover { background: var(--light-bg); }
.faq-item__question {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--primary-800);
    padding-right: 1rem;
}
.faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq-item__answer {
    padding: 0 1.5rem 1.125rem;
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

.text-brand { color: var(--brand) !important; }
.hover\:text-brand-dark:hover { color: var(--brand-dark) !important; }

/* ─── Animations ─── */
.header-animate { animation: fadeInDown 0.4s ease-out; }
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── Scrollbar ─── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--neutral-100); }
::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 3px; }

/* ─── Responsive ─── */
@media (max-width: 1100px) {
    .hero-clean__stats { grid-template-columns: repeat(2, 1fr); }
    .services-numbered { grid-template-columns: 1fr; }
    .services-numbered__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .about-split { grid-template-columns: 1fr; }
    .about-split__visual { min-height: 360px; }
    .about-split__content { padding: 3rem 2rem; }
    .service-showcase__card { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid__item:nth-child(2) { border-right: 0; }
    .tips-row { grid-template-columns: 1fr; }
    .stats-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .stats-strip__item:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
    .section { padding: 4rem 0; }
    .page-hero { padding: 4rem 0; }
    .hero-clean { min-height: auto; }
    .hero-clean__inner { padding: 3rem 0 4rem; }
    .hero-clean__stats { grid-template-columns: 1fr 1fr; max-width: 100%; }
    .hero-clean__actions { flex-direction: column; }
    .hero-clean__actions .btn-gold,
    .hero-clean__actions .btn-outline { width: 100%; justify-content: center; }
    .why-grid { grid-template-columns: 1fr; }
    .why-grid__item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.06); }
    .service-showcase__list { grid-template-columns: 1fr; }
    .cta-banner__content { padding: 2.5rem 1.5rem; }
    .stats-strip__grid { grid-template-columns: 1fr; }
    .stats-strip__item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
    .btn-primary, .btn-brand, .btn-gold, .btn-outline { width: 100%; }
    .legal-card { padding: 1.25rem; }
    .corp-header__brand-name { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}
