:root {
    --brand: #0b3d6e;
    --brand-dark: #041f38;
    --brand-light: #1a5a96;
    --accent: #c9920e;
    --accent-light: #e8b84a;
    --site-bg: #f4f7fb;

    --bs-primary: #0b3d6e;
    --bs-primary-rgb: 11, 61, 110;
    --bs-warning: #c9920e;
    --bs-warning-rgb: 201, 146, 14;
    --bs-body-font-family: "Inter", system-ui, sans-serif;
    --bs-body-bg: var(--site-bg);
    --bs-body-color: #1e293b;
    --bs-border-color: #e2e8f0;
    --bs-link-color: var(--brand);
    --bs-link-hover-color: var(--brand-light);
    --bs-border-radius: 0.85rem;
    --bs-border-radius-lg: 1.15rem;
    --bs-border-radius-xl: 1.5rem;
}

body.site-body {
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

.container-site {
    max-width: 1240px;
}

/* ── Topbar ── */
.site-topbar {
    position: relative;
    z-index: 1045;
    background: linear-gradient(90deg, var(--brand-dark) 0%, #062a4a 50%, var(--brand-dark) 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-topbar-inner,
.site-topbar-end {
    overflow: visible;
}

.site-topbar-inner {
    padding: 0.5rem 0;
    font-size: 0.78rem;
}

.site-topbar-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    gap: 0.3rem;
}

.site-topbar-link:hover { color: #fff; }
.site-topbar-link i {
    color: var(--accent-light);
    font-size: 0.8rem;
}

.site-topbar-hours {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.76rem;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.site-topbar-start,
.site-topbar-end {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.site-topbar-end {
    flex-shrink: 0;
    margin-left: auto;
}

.site-topbar-link--phone span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11rem;
}

.site-translate {
    line-height: 1;
}

/* Özel dil seçici */
.site-lang {
    position: relative;
}

.site-lang__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.65rem 0.3rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    max-width: 100%;
}

.site-lang__toggle:hover,
.site-lang__toggle:focus,
.site-lang__toggle.show {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.38);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.site-lang__toggle::after {
    display: none;
}

.site-lang__flag {
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.site-lang__flag img,
.site-lang__option-flag {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-lang__label {
    white-space: nowrap;
    max-width: 6.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-lang__chevron {
    font-size: 0.62rem;
    opacity: 0.85;
    margin-left: 0.05rem;
    transition: transform 0.2s ease;
}

.site-lang__toggle.show .site-lang__chevron {
    transform: rotate(180deg);
}

.site-lang__menu {
    z-index: 1050;
    min-width: 11.5rem;
    max-height: 16rem;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 0.35rem;
    margin-top: 0.45rem !important;
}

.site-lang__option {
    border: none;
    border-radius: 0.5rem;
    padding: 0.45rem 0.6rem;
    font-size: 0.82rem;
    color: var(--bs-body-color);
    background: transparent;
    width: 100%;
    text-align: left;
}

.site-lang__option:hover,
.site-lang__option:focus,
.site-lang__option.is-active {
    background: rgba(11, 61, 110, 0.08);
    color: var(--brand);
}

.site-lang__option.is-active {
    font-weight: 600;
}

.site-lang__option-flag {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.gtranslate_engine {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}

/* Google çeviri toolbar / banner gizle */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
    visibility: hidden !important;
}

body {
    top: 0 !important;
    position: static !important;
}

iframe.goog-te-banner-frame,
body > .skiptranslate > iframe {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

/* ── Navbar ── */
.site-header {
    z-index: 1030;
}

.site-header-accent {
    height: 4px;
    background: linear-gradient(90deg, var(--brand-dark), var(--accent), var(--accent-light), var(--brand));
}

.site-navbar {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 32px rgba(11, 61, 110, 0.08);
}

.site-navbar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 5.25rem;
    gap: 0.75rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    margin-right: auto;
    text-decoration: none;
}

.site-brand-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    padding-left: 1rem;
    border-left: 3px solid rgba(11, 61, 110, 0.12);
    max-width: 16rem;
}

.site-brand-name {
    font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1.2;
}

.site-brand-tagline {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.3;
}

.site-logo {
    height: 3.25rem;
    width: auto;
    max-width: 14rem;
    object-fit: contain;
}

/* Mobile toggler */
.site-nav-toggler {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(11, 61, 110, 0.12);
    border-radius: 0.75rem;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.site-nav-toggler:hover,
.site-nav-toggler:focus {
    border-color: rgba(11, 61, 110, 0.25);
    box-shadow: 0 4px 12px rgba(11, 61, 110, 0.1);
}

.site-nav-toggler-bar {
    display: block;
    width: 1.15rem;
    height: 2px;
    border-radius: 999px;
    background: var(--brand);
    transition: transform 0.25s, opacity 0.25s;
}

.site-nav-toggler[aria-expanded="true"] .site-nav-toggler-bar:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.site-nav-toggler[aria-expanded="true"] .site-nav-toggler-bar:nth-child(2) {
    opacity: 0;
}

.site-nav-toggler[aria-expanded="true"] .site-nav-toggler-bar:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

/* Mobil: soldan açılan menü */
.site-mobile-nav {
    width: min(18.5rem, 88vw);
    border-right: 1px solid rgba(11, 61, 110, 0.1);
    box-shadow: 8px 0 32px rgba(11, 61, 110, 0.12);
}

.site-mobile-nav-header {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(11, 61, 110, 0.08);
}

.site-mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-mobile-nav-logo {
    height: 2.5rem;
    width: auto;
    max-width: 10rem;
    object-fit: contain;
}

.site-mobile-nav-body {
    padding: 1rem 1.15rem 1.5rem;
}

.site-mobile-nav-body .site-nav-panel {
    padding: 0;
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .site-navbar-row {
        flex-wrap: nowrap;
    }
}

/* Nav panel */
.site-nav-collapse {
    flex-grow: 1;
}

.site-nav-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.75rem 0 1rem;
}

.site-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
}

.site-nav-link {
    display: block;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #475569 !important;
    padding: 0.7rem 1rem !important;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.site-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: rgba(11, 61, 110, 0.07);
    color: var(--brand);
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}

.site-nav-link:hover {
    color: var(--brand) !important;
    background: rgba(11, 61, 110, 0.05);
    border-color: rgba(11, 61, 110, 0.08);
}

.site-nav-link:hover .site-nav-icon {
    background: rgba(11, 61, 110, 0.12);
}

.site-nav-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(11, 61, 110, 0.22);
}

.site-nav-link.active .site-nav-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.site-nav-link.active::after {
    display: none;
}

/* Tracking CTA */
.site-nav-cta {
    width: 100%;
}

.btn-nav-track {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    text-align: left;
    padding: 0.6rem 0.85rem;
    border: none;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    color: #1a2332;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 14px rgba(201, 146, 14, 0.3);
    transition: box-shadow 0.2s;
    text-decoration: none;
}

.btn-nav-track:hover {
    box-shadow: 0 6px 18px rgba(201, 146, 14, 0.38);
    color: #1a2332;
}

.btn-nav-track.is-active {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.btn-nav-track-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.35);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.btn-nav-track-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.btn-nav-track-label {
    font-size: 0.85rem;
    line-height: 1.2;
}

.btn-nav-track-hint {
    font-size: 0.68rem;
    font-weight: 500;
    opacity: 0.75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.btn-nav-track-arrow {
    font-size: 0.85rem;
    opacity: 0.7;
}

@media (max-width: 575.98px) {
    .site-topbar-inner {
        padding: 0.45rem 0;
        font-size: 0.72rem;
    }

    .site-topbar-link--phone span {
        max-width: 9.5rem;
    }

    .site-topbar-start {
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-lang__label {
        max-width: 4.5rem;
    }

    .site-lang__toggle {
        padding: 0.28rem 0.55rem 0.28rem 0.45rem;
    }
}

@media (min-width: 992px) {
    .site-topbar-inner {
        padding: 0.55rem 0;
        font-size: 0.8rem;
    }

    .site-topbar-link i {
        font-size: 0.82rem;
    }

    .site-topbar-hours {
        font-size: 0.78rem;
    }

    .site-logo {
        height: 4.25rem;
        max-width: 18rem;
    }

    .site-brand-name {
        font-size: 1.05rem;
    }

    .site-brand-tagline {
        font-size: 0.85rem;
    }

    .site-brand-meta {
        max-width: 18rem;
        padding-left: 1.15rem;
    }

    .site-navbar-row {
        min-height: 6rem;
        flex-wrap: nowrap;
    }

    .site-nav-collapse {
        display: flex !important;
        justify-content: flex-end;
    }

    .site-nav-panel {
        flex-direction: row;
        align-items: center;
        gap: 0.65rem;
        padding: 0;
        background: #f1f5f9;
        border: 1px solid rgba(11, 61, 110, 0.08);
        border-radius: 999px;
        padding: 0.35rem;
    }

    .site-nav-list {
        flex-direction: row;
        gap: 0.2rem;
        width: auto;
    }

    .site-nav-link {
        padding: 0.55rem 0.95rem !important;
        border-radius: 999px;
    }

    .site-nav-icon {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
        border-radius: 50%;
    }

    .site-nav-cta {
        width: auto;
        padding-left: 0.35rem;
        margin-left: 0.15rem;
        border-left: 1px solid rgba(11, 61, 110, 0.1);
    }

    .btn-nav-track {
        width: auto;
        padding: 0.4rem 0.5rem 0.4rem 0.4rem;
        border-radius: 999px;
    }

    .btn-nav-track-icon {
        width: 1.9rem;
        height: 1.9rem;
        font-size: 0.85rem;
    }

    .btn-nav-track-hint {
        max-width: 9rem;
    }
}

@media (min-width: 1200px) {
    .site-logo {
        height: 3.75rem;
        max-width: 16rem;
    }

    .site-nav-link {
        padding: 0.6rem 1.1rem !important;
    }

    .btn-nav-track-hint {
        max-width: 11rem;
    }
}

/* ── Buttons ── */
.site-body .btn-accent,
.site-body .btn-glass {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1.1rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-line-height: 1.4;
}

.site-body .btn-lg.btn-accent,
.site-body .btn-lg.btn-glass {
    --bs-btn-padding-y: 0.55rem;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-font-size: 0.9rem;
}

.btn-accent {
    --bs-btn-color: #1a2332;
    --bs-btn-bg: linear-gradient(135deg, var(--accent-light), var(--accent));
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-bg: var(--accent-light);
    --bs-btn-hover-border-color: var(--accent-light);
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(201, 146, 14, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 146, 14, 0.45);
    color: #1a2332;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    backdrop-filter: blur(8px);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

/* ── Section headers ── */
.section-head {
    max-width: 42rem;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-label::before,
.section-label::after {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent));
}

.section-label::after {
    background: linear-gradient(90deg, var(--accent), transparent);
}

.section-title {
    color: var(--brand);
    font-weight: 800;
    letter-spacing: -0.02em;
}

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

/* ── Hero creative ── */
.hero-creative {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, var(--brand-dark) 0%, var(--brand) 45%, #0e4a82 100%);
    color: #fff;
    padding: 4.5rem 0 4rem;
    border-bottom: 3px solid var(--accent);
}

.hero-creative::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(232, 184, 74, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 35%);
    pointer-events: none;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 32 L32 0 L32 32 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 32px 32px;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.hero-orb--gold {
    width: 280px;
    height: 280px;
    background: rgba(232, 184, 74, 0.25);
    top: -80px;
    right: 10%;
}

.hero-orb--blue {
    width: 200px;
    height: 200px;
    background: rgba(26, 90, 150, 0.5);
    bottom: 10%;
    left: -50px;
}

.hero-badge {
    background: rgba(232, 184, 74, 0.15);
    border: 1px solid rgba(232, 184, 74, 0.4);
    color: var(--accent-light);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 0.45rem 0.9rem;
}

.hero-title {
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, #fff, var(--accent-light));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.hero-ring {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: spin-slow 40s linear infinite;
}

.hero-ring-inner {
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(232, 184, 74, 0.3);
    border-radius: 50%;
}

.hero-ship-icon {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    font-size: 3.5rem;
    color: var(--brand);
}

.hero-float-stat {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: var(--bs-border-radius);
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

.hero-float-stat--1 { top: 8%; right: 0; }
.hero-float-stat--2 { bottom: 15%; left: 0; }
.hero-float-stat strong { color: var(--accent-light); }

@keyframes spin-slow {
    to { transform: rotate(360deg); }
}

/* ── Stats bar ── */
.stats-bar {
    position: relative;
    background: var(--site-bg);
}

.stat-card-creative {
    background: #fff;
    border-radius: var(--bs-border-radius-lg);
    padding: 1.25rem 1.5rem;
    box-shadow: 0 12px 40px rgba(11, 61, 110, 0.1);
    border: 1px solid rgba(11, 61, 110, 0.06);
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
}

.stat-card-creative:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(11, 61, 110, 0.14);
}

.stat-card-creative .icon-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(11,61,110,0.08), rgba(11,61,110,0.04));
    color: var(--brand);
    font-size: 1.25rem;
}

.stat-card-creative .value {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--brand);
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ── Service bento cards ── */
.service-bento {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: var(--bs-border-radius-xl);
    background: #fff;
    box-shadow: 0 4px 24px rgba(11, 61, 110, 0.07);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-bento::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.service-bento:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(11, 61, 110, 0.12);
}

.service-bento:hover::before {
    transform: scaleX(1);
}

.service-bento .service-num {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(11, 61, 110, 0.05);
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
}

.service-bento .icon-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 20px rgba(11, 61, 110, 0.25);
}

.service-bento-featured {
    background: linear-gradient(145deg, var(--brand-dark), var(--brand));
    color: #fff;
}

.service-bento-featured .service-num { color: rgba(255,255,255,0.08); }
.service-bento-featured .icon-circle {
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    color: #1a2332;
}
.service-bento-featured h3 { color: #fff; }
.service-bento-featured p { color: rgba(255,255,255,0.75) !important; }

/* ── Why panel ── */
.why-panel {
    position: relative;
    border-radius: var(--bs-border-radius-xl);
    overflow: hidden;
    background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 2.5rem;
}

.why-panel::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.15);
    bottom: -60px;
    right: -40px;
    filter: blur(20px);
}

.why-check-item {
    display: flex;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-check-item:last-child { border-bottom: none; }

.why-check-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.2);
    color: var(--accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.quote-panel {
    border-radius: var(--bs-border-radius-xl);
    border: 1px solid var(--bs-border-color);
    background: #fff;
    position: relative;
    overflow: hidden;
}

.quote-panel::before {
    content: "\201C";
    position: absolute;
    top: -0.5rem;
    right: 1.5rem;
    font-size: 8rem;
    font-family: Georgia, serif;
    color: rgba(11, 61, 110, 0.05);
    line-height: 1;
}

/* ── Process timeline ── */
.process-timeline {
    position: relative;
}

@media (min-width: 992px) {
    .process-timeline::before {
        content: "";
        position: absolute;
        top: 2rem;
        left: 12.5%;
        right: 12.5%;
        height: 3px;
        background: linear-gradient(90deg, var(--brand), var(--accent), var(--brand));
        border-radius: 999px;
        z-index: 0;
    }
}

.process-step-card {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.5rem 1rem;
    border: none;
    border-radius: var(--bs-border-radius-lg);
    background: #fff;
    box-shadow: 0 4px 20px rgba(11, 61, 110, 0.08);
    height: 100%;
    transition: transform 0.25s;
}

.process-step-card:hover { transform: translateY(-4px); }

.process-step-card .step-dot {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(11, 61, 110, 0.15);
}

/* ── CTA split ── */
.cta-split {
    border-radius: var(--bs-border-radius-xl);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(11, 61, 110, 0.12);
}

.cta-split-visual {
    background: linear-gradient(145deg, var(--brand-dark), var(--brand-light));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.cta-split-visual i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
}

.cta-split-visual .cta-icon-main {
    font-size: 4rem;
    color: var(--accent-light);
    position: relative;
    z-index: 1;
}

/* ── Page hero ── */
.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, var(--brand-dark), var(--brand));
    color: #fff;
    padding: 4rem 0;
    border-bottom: 3px solid var(--accent);
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(232,184,74,0.15), transparent 50%);
}

.page-hero-inner { position: relative; }

.page-hero-back {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
}

.page-hero-back:hover { color: #fff; }

.hero-eyebrow {
    color: var(--accent-light);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    font-weight: 700;
}

/* ── Contact cards ── */
.contact-card-creative {
    border: none;
    border-radius: var(--bs-border-radius-lg);
    border-left: 4px solid var(--accent);
    box-shadow: 0 4px 20px rgba(11, 61, 110, 0.08);
    transition: transform 0.2s;
}

.contact-card-creative:hover { transform: translateX(4px); }

.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(11,61,110,0.1), rgba(11,61,110,0.05));
    color: var(--brand);
    font-size: 1.2rem;
}

/* ── About values ── */
.value-card-creative {
    border: none;
    border-radius: var(--bs-border-radius-lg);
    background: #fff;
    box-shadow: 0 4px 20px rgba(11, 61, 110, 0.07);
    transition: all 0.3s;
    height: 100%;
}

.value-card-creative:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(11, 61, 110, 0.12);
}

.value-card-creative .value-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* ── Tracking search card ── */
.track-search-card {
    border: none;
    border-radius: var(--bs-border-radius-xl);
    box-shadow: 0 16px 48px rgba(11, 61, 110, 0.12);
    overflow: hidden;
}

.track-search-card .card-header-band {
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
    color: #fff;
    padding: 1.5rem;
}

/* ── Footer ── */
.site-footer {
    background: var(--brand-dark);
    color: #fff;
    border-top: 3px solid var(--accent);
}

.footer-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-light);
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-about, .footer-list li {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65);
}

.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 0.5rem; }
.footer-list a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-list a:hover { color: #fff; }
.footer-list i { color: var(--accent); width: 1.1rem; }

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.footer-social-link:hover {
    background: var(--accent);
    color: #1a2332;
}

/* Tracking vars */
:root {
    --color-primary: var(--brand);
    --color-primary-dark: var(--brand-dark);
    --color-primary-light: var(--brand-light);
    --color-accent: var(--accent);
    --color-accent-light: var(--accent-light);
    --color-bg: var(--site-bg);
    --color-text: #1e293b;
    --color-muted: #64748b;
}

.badge.bg-secondary-lt { background: #e2e8f0 !important; color: #475569; }
.badge.bg-info-lt      { background: #dbeafe !important; color: #1d4ed8; }
.badge.bg-warning-lt   { background: #fef3c7 !important; color: #b45309; }
.badge.bg-primary-lt   { background: #dbeafe !important; color: #1e40af; }
.badge.bg-indigo-lt    { background: #e0e7ff !important; color: #4338ca; }
.badge.bg-cyan-lt      { background: #cffafe !important; color: #0e7490; }
.badge.bg-teal-lt      { background: #ccfbf1 !important; color: #0f766e; }
.badge.bg-orange-lt    { background: #ffedd5 !important; color: #c2410c; }
.badge.bg-lime-lt      { background: #ecfccb !important; color: #4d7c0f; }
.badge.bg-success-lt   { background: #dcfce7 !important; color: #15803d; }
.badge.bg-danger-lt    { background: #fee2e2 !important; color: #b91c1c; }
.badge.bg-dark-lt      { background: #e5e7eb !important; color: #374151; }
.badge.bg-green-lt     { background: #dcfce7 !important; color: #15803d; }

@media (max-width: 991.98px) {
    .hero-creative { padding: 3rem 0 5rem; }
    .hero-visual { min-height: 200px; margin-top: 2rem; }
    .hero-ship-icon { width: 90px; height: 90px; font-size: 2.5rem; }
    .hero-ring { width: 200px; height: 200px; }
}
