/* ── Erişilebilirlik: Skip-to-content ── */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    padding: 8px 16px;
    background: #004A93;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 8px 0;
    text-decoration: none;
}
.skip-link:focus { left: 0; }

:root {
    --brand-blue: #004A93;
    --soft-gray: #F0F0F0;
    --white: #FFFFFF;
    --text-dark: #172033;
    --text-muted: #657085;
    --border-light: #e6ebf2;
    --section-bg: #f7f9fc;
    --shadow-sm: 0 8px 24px rgba(15, 34, 58, .08);
    --shadow-md: 0 16px 42px rgba(15, 34, 58, .12);
}

body {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.65;
}

a { text-decoration: none; }

/* Topbar */
.topbar { background: var(--white); border-bottom: 1px solid var(--border-light); font-size: .875rem; color: var(--text-muted); }
.topbar a { color: var(--brand-blue); font-weight: 600; }

/* Header */
.site-header { background: var(--white); padding: 22px 0; }
.brand-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--brand-blue); }
.brand-mark { width: 58px; height: 58px; border: 2px solid var(--brand-blue); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.4rem; letter-spacing: -.06em; }
.brand-title { display: block; font-size: 1.55rem; font-weight: 800; line-height: 1.1; letter-spacing: -.04em; }
.brand-subtitle { display: block; color: var(--text-muted); font-size: .83rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.header-contact { display: flex; align-items: center; gap: 14px; color: var(--text-dark); font-weight: 700; white-space: nowrap; }
.header-contact .icon-box { width: 42px; height: 42px; border-radius: 12px; color: var(--brand-blue); border: 1px solid rgba(0,74,147,.18); background: rgba(0,74,147,.05); display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem; }

/* Navbar */
.main-menu-strip { background: var(--brand-blue); }
.main-navbar { background: var(--brand-blue); min-height: 62px; }
.main-navbar .navbar-nav > .nav-item { display: flex; align-items: stretch; }
.main-navbar .navbar-nav > .nav-item > .nav-link { color: var(--white); font-size: .86rem; font-weight: 800; text-transform: uppercase; min-height: 62px; padding: 0 14px; letter-spacing: -.01em; display: flex; align-items: center; justify-content: center; line-height: 1.15; transition: background-color .18s ease, color .18s ease; }
.main-navbar .navbar-nav > .nav-item > .nav-link:hover, .main-navbar .navbar-nav > .nav-item > .nav-link:focus, .main-navbar .navbar-nav > .nav-item > .nav-link.active { background: rgba(255,255,255,.12); color: var(--white); }
.navbar-toggler { border-color: rgba(255,255,255,.5); }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { filter: brightness(0) invert(1); }
.dropdown-menu { border: 0; border-radius: 0 0 14px 14px; box-shadow: var(--shadow-md); padding: 10px 0; min-width: 245px; z-index: 1030; }
.dropdown-menu .dropdown-item { color: var(--brand-blue); font-weight: 700; font-size: .9rem; padding: 10px 18px; }
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus { background: rgba(0,74,147,.07); color: var(--brand-blue); }

@media (min-width: 992px) {
    .main-navbar .navbar-nav > .nav-item.dropdown { position: relative; }
    .main-navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu { top: 100% !important; left: 0 !important; margin-top: 0; transform: none !important; }
    .dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu { display: block; }
}

.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu { top: -10px; left: 100%; margin-left: 0; border-radius: 14px; }

/* Language Switcher */
.lang-switcher { display: flex; gap: 4px; }
.lang-switcher a { color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 700; padding: 2px 8px; border-radius: 6px; text-transform: uppercase; }
.lang-switcher a.active, .lang-switcher a:hover { color: #fff; background: rgba(255,255,255,.15); }

/* Hero */
.hero-carousel { position: relative; }
.hero-partner-overlay {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 20;
    pointer-events: none;
}
.hero-partner-overlay .container { position: relative; }
.hero-partner-badge {
    position: absolute;
    top: 20px;
    right: 0;
    pointer-events: auto;
    background: rgba(255,255,255,.92);
    border-radius: 12px;
    padding: 8px 14px;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 16px rgba(0,0,0,.18);
    line-height: 0;
}
.hero-partner-badge img { display: block; width: 110px; height: auto; }
.hero-carousel .carousel-item { min-height: 565px; background-position: center; background-size: cover; position: relative; }
.hero-carousel .carousel-item::before { content: ""; position: absolute; inset: 0; background: rgba(0,32,64,.48); }
.hero-content { position: relative; z-index: 2; min-height: 565px; display: flex; align-items: center; color: var(--white); }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.hero-title { font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1.08; font-weight: 850; letter-spacing: -.055em; max-width: 780px; }
.hero-text { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.88); margin-top: 20px; }
.carousel-control-prev-icon, .carousel-control-next-icon { width: 48px; height: 48px; background-size: 44%; background-color: rgba(0,0,0,.35); border-radius: 8px; }

/* Buttons */
.btn-brand { background: var(--brand-blue); color: var(--white); border: 1px solid var(--brand-blue); font-weight: 800; padding: 12px 20px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; line-height: 1.2; min-height: 48px; }
.btn-brand:hover { background: #003f7d; border-color: #003f7d; color: var(--white); }
.btn-outline-brand { background: var(--white); color: var(--brand-blue); border: 1px solid var(--brand-blue); font-weight: 800; padding: 12px 20px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; line-height: 1.2; min-height: 48px; }
.btn-outline-brand:hover { background: var(--brand-blue); border-color: var(--brand-blue); color: var(--white); }
.btn-white { background: var(--white); color: var(--brand-blue); border: 1px solid var(--white); display: inline-flex; align-items: center; justify-content: center; line-height: 1.2; min-height: 48px; font-weight: 800; padding: 12px 20px; border-radius: 10px; }
.btn-white:hover { background: var(--soft-gray); color: var(--brand-blue); }

/* Quick Cards */
.quick-card-wrapper { margin-top: -72px; position: relative; z-index: 5; }
.quick-card { height: 100%; background: var(--white); border: 1px solid var(--border-light); border-radius: 18px; padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.quick-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.quick-card .icon { width: 54px; height: 54px; border-radius: 15px; background: rgba(0,74,147,.08); color: var(--brand-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 1.55rem; margin-bottom: 18px; }

/* İçerik sayfası (Show.cshtml) – TinyMCE HTML stilleri */
.page-content { color: var(--text-dark); }
.page-content h2 { font-size: 1.55rem; font-weight: 800; color: var(--brand-blue); margin: 2rem 0 .75rem; }
.page-content h3 { font-size: 1.15rem; font-weight: 700; color: var(--brand-blue); margin: 1.5rem 0 .5rem; }
.page-content h4 { font-size: 1rem; font-weight: 700; margin: 1.25rem 0 .5rem; }
.page-content p { margin-bottom: .9rem; }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.page-content li { margin-bottom: .35rem; }
.page-content strong { color: var(--text-dark); }
.page-content hr { border-color: var(--border-light); margin: 2rem 0; }
.page-content table { width: 100%; border-collapse: collapse; margin-bottom: 1.25rem; }
.page-content table th, .page-content table td { border: 1px solid var(--border-light); padding: .5rem .75rem; }
.page-content table th { background: var(--section-bg); font-weight: 700; }
.page-content a:not(.btn) { color: var(--brand-blue); }
.page-content a.btn { color: #fff; }

/* Sections */
.section-padding { padding: 88px 0; }
.section-bg { background: var(--section-bg); }
.section-kicker { color: var(--brand-blue); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; margin-bottom: 10px; }
.section-title { font-size: clamp(1.85rem, 2.5vw, 2.75rem); line-height: 1.15; font-weight: 850; letter-spacing: -.045em; margin-bottom: 14px; }
.section-text { color: var(--text-muted); max-width: 720px; margin: 0 auto; }

/* Product Cards */
.product-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 18px; overflow: hidden; height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card img { width: 100%; height: 205px; object-fit: cover; }
.product-card-body { padding: 24px; }
.product-card h3 { font-size: 1.12rem; font-weight: 850; margin-bottom: 10px; }
.product-card p { color: var(--text-muted); font-size: .95rem; margin-bottom: 18px; }
.text-link { color: var(--brand-blue); font-weight: 850; display: inline-flex; align-items: center; gap: 6px; }

/* About / Feature */
.feature-panel { background: var(--white); border: 1px solid var(--border-light); border-radius: 22px; padding: 36px; box-shadow: var(--shadow-sm); }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; gap: 12px; margin-bottom: 14px; color: var(--text-muted); }
.feature-list i { color: var(--brand-blue); font-size: 1.1rem; flex: 0 0 auto; margin-top: 3px; }
.image-card { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.image-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.stats-card { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(255,255,255,.94); border-radius: 18px; padding: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats-card strong { display: block; color: var(--brand-blue); font-size: 1.45rem; line-height: 1; }
.stats-card span { color: var(--text-muted); font-size: .78rem; font-weight: 700; }

/* Step Cards */
.step-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 18px; padding: 28px; height: 100%; position: relative; }
.step-number { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-blue); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-weight: 850; margin-bottom: 18px; }

/* Quote Form */
.quote-box { background: var(--brand-blue); color: var(--white); border-radius: 24px; padding: 46px; overflow: hidden; position: relative; }
.quote-box::after { content: ""; position: absolute; width: 240px; height: 240px; border: 42px solid rgba(255,255,255,.1); border-radius: 50%; right: -60px; top: -80px; }
.form-control, .form-select { min-height: 48px; border-radius: 10px; }
.quote-box .form-control, .quote-box .form-select { background: rgba(255,255,255,.98); border-color: transparent; }

/* Testimonials */
.testimonial-card { height: 100%; background: var(--white); border: 1px solid var(--border-light); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; }
.testimonial-card p { flex: 1; }
.testimonial-stars { color: #ffc107; }

/* FAQ */
.accordion-button { font-weight: 800; color: var(--text-dark); }
.accordion-button:not(.collapsed) { color: var(--brand-blue); background: rgba(0,74,147,.05); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }

/* CTA */
.cta-strip { background: var(--soft-gray); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }

/* Footer */
.site-footer { background: #0f2037; color: rgba(255,255,255,.78); padding: 72px 0 24px; }
.site-footer h5 { color: var(--white); font-weight: 850; margin-bottom: 18px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 20px; font-size: .9rem; }

/* Floating Actions */
.floating-actions { position: fixed; left: 22px; bottom: 22px; z-index: 99; display: grid; gap: 12px; }
.floating-actions a {
    width: 54px; height: 54px; border-radius: 50%;
    color: var(--white); display: flex; align-items: center;
    justify-content: center; font-size: 1.35rem;
    box-shadow: var(--shadow-md);
    position: relative;
}
.float-phone { background: var(--brand-blue); }
.float-whatsapp { background: #25D366; }

/* Pulse halkası */
.floating-actions a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: float-pulse 2.4s ease-out infinite;
}
.float-phone::before  { background: var(--brand-blue); animation-delay: 0s; }
.float-whatsapp::before { background: #25D366; animation-delay: 1.2s; }

@keyframes float-pulse {
    0%   { transform: scale(1);   opacity: .6; }
    70%  { transform: scale(1.7); opacity: 0;  }
    100% { transform: scale(1.7); opacity: 0;  }
}

/* Scroll-to-top */
.scroll-top-btn {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: none;
    background: var(--brand-blue);
    color: var(--white);
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}
.scroll-top-btn.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.scroll-top-btn:hover { background: #003f7d; }

/* Responsive */
@media (max-width: 991.98px) {
    .site-header { padding: 16px 0; }
    .header-contact-wrap { margin-top: 18px; }
    .main-navbar .navbar-nav > .nav-item { display: block; }
    .main-navbar .navbar-nav > .nav-item > .nav-link { min-height: auto; padding: 13px 12px; justify-content: flex-start; }
    .dropdown-menu { box-shadow: none; border-radius: 10px; margin-bottom: 8px; }
    .dropdown-submenu > .dropdown-menu { left: 0; margin-left: 16px; }
    .hero-carousel .carousel-item, .hero-content { min-height: 500px; }
    .quick-card-wrapper { margin-top: 0; padding-top: 30px; }
    .stats-card { position: static; margin: 0; border-radius: 0; }
}
@media (max-width: 575.98px) {
    .topbar .container-fluid { justify-content: center !important; }
    .header-contact { font-size: .9rem; }
    .section-padding { padding: 64px 0; }
    .hero-title { font-size: 2.2rem; }
    .quote-box { padding: 30px; }
    .floating-actions { left: 14px; bottom: 14px; }
}

/* ────────────────────────────────────────────────────────────────────────────
   BLOG
   ──────────────────────────────────────────────────────────────────────────── */

/* Hero */
.blog-hero { background: var(--brand-blue); padding: 72px 0 56px; text-align: center; }
.blog-hero-inner { color: var(--white); max-width: 700px; margin: 0 auto; }
.blog-hero .breadcrumb-item a { color: rgba(255,255,255,.7); }
.blog-hero .breadcrumb-item.active { color: rgba(255,255,255,.55); }
.blog-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.blog-hero .section-title { color: var(--white); }
.blog-hero .section-text { color: rgba(255,255,255,.78); }

/* Kategori sekme çubuğu */
.blog-cat-bar { background: var(--white); border-bottom: 1px solid var(--border-light); position: sticky; top: 0; z-index: 40; }
.blog-cat-tabs { display: flex; gap: 4px; overflow-x: auto; padding: 10px 0; scrollbar-width: none; }
.blog-cat-tabs::-webkit-scrollbar { display: none; }
.blog-cat-tab { white-space: nowrap; padding: 7px 16px; border-radius: 999px; font-size: .84rem; font-weight: 700; color: var(--text-muted); transition: background .15s, color .15s; }
.blog-cat-tab:hover { background: rgba(0,74,147,.07); color: var(--brand-blue); }
.blog-cat-tab.active { background: var(--brand-blue); color: var(--white); }
.blog-cat-tab .badge { background: rgba(0,0,0,.12); font-size: .72rem; padding: 2px 7px; border-radius: 999px; margin-left: 5px; }

/* Kart */
.blog-card { height: 100%; background: var(--white); border: 1px solid var(--border-light); border-radius: 18px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-card-img, .blog-card-img-wrap { display: block; overflow: hidden; }
.blog-card-img img, .blog-card-img-wrap img { width: 100%; height: 210px; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card-img img, .blog-card:hover .blog-card-img-wrap img { transform: scale(1.04); }
.blog-card-body { padding: 22px; }
.blog-cat-badge { display: inline-block; background: rgba(0,74,147,.08); color: var(--brand-blue); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; margin-bottom: 10px; }
.blog-card-title { font-size: 1.05rem; font-weight: 850; line-height: 1.35; margin-bottom: 9px; color: var(--text-dark); }
.blog-card-title:hover { color: var(--brand-blue); }
.blog-card-excerpt { font-size: .9rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-meta { display: flex; align-items: center; gap: 14px; font-size: .8rem; color: var(--text-muted); border-top: 1px solid var(--border-light); padding-top: 12px; }
.blog-card-meta i { font-size: .85rem; }

/* Detail — hero */
.blog-detail-hero { min-height: 340px; background-size: cover; background-position: center; position: relative; }
.blog-detail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,32,64,.35) 0%, rgba(0,32,64,.72) 100%); display: flex; align-items: flex-end; padding-bottom: 36px; }

/* Detail — header */
.blog-detail-header { margin-bottom: 28px; }
.blog-detail-title { font-size: clamp(1.75rem, 3vw, 2.85rem); font-weight: 850; line-height: 1.12; letter-spacing: -.045em; margin: 12px 0 16px; }
.blog-detail-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: .87rem; color: var(--text-muted); }
.blog-detail-meta i { color: var(--brand-blue); margin-right: 3px; }

/* Detail — excerpt */
.blog-detail-excerpt { font-size: 1.12rem; color: var(--text-muted); line-height: 1.65; border-left: 4px solid var(--brand-blue); padding-left: 18px; margin-bottom: 28px; }

/* Detail — content (extends .page-content) */
.blog-detail-content { font-size: 1.01rem; line-height: 1.75; }
.blog-detail-content h2 { font-size: 1.55rem; font-weight: 850; color: var(--brand-blue); margin: 2.2rem 0 .8rem; }
.blog-detail-content h3 { font-size: 1.15rem; font-weight: 700; color: var(--text-dark); margin: 1.75rem 0 .6rem; }
.blog-detail-content p { margin-bottom: 1rem; }
.blog-detail-content ul, .blog-detail-content ol { padding-left: 1.6rem; margin-bottom: 1rem; }
.blog-detail-content li { margin-bottom: .4rem; }
.blog-detail-content img { max-width: 100%; border-radius: 12px; margin: 1rem 0; }
.blog-detail-content blockquote { border-left: 4px solid var(--brand-blue); padding: 12px 20px; margin: 1.5rem 0; background: var(--section-bg); border-radius: 0 10px 10px 0; color: var(--text-muted); font-style: italic; }

/* Tags */
.blog-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.blog-tag { background: var(--section-bg); color: var(--text-muted); font-size: .8rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; border: 1px solid var(--border-light); transition: background .15s, color .15s; }
.blog-tag:hover { background: rgba(0,74,147,.1); color: var(--brand-blue); }

/* Share */
.blog-share { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.blog-share-btn { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-light); background: var(--white); color: var(--text-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.blog-share-btn:hover { background: var(--brand-blue); color: var(--white); border-color: var(--brand-blue); }

/* Prev/Next nav */
.blog-nav-link { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--border-light); border-radius: 14px; transition: border-color .2s, box-shadow .2s; }
.blog-nav-link:hover { border-color: var(--brand-blue); box-shadow: var(--shadow-sm); }
.blog-nav-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-blue); }
.blog-nav-title { font-size: .9rem; font-weight: 700; color: var(--text-dark); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Sidebar related posts */
.blog-related-item { display: flex; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--border-light); transition: background .15s; }
.blog-related-item:last-child { border-bottom: 0; }
.blog-related-item:hover { background: var(--section-bg); }
.blog-related-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.blog-related-title { font-size: .88rem; font-weight: 700; color: var(--text-dark); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-related-date { font-size: .76rem; }

/* Responsive */
@media (max-width: 767.98px) {
    .blog-detail-hero { min-height: 220px; }
    .blog-detail-meta { gap: 10px; }
    .blog-nav-link { padding: 12px; }
}

/* ── Çerez / KVKK Onay Bandı ────────────────────────────────────────────── */
#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10500;
    padding: 20px 24px;
    background: #0d1e38;
    border-top: 3px solid var(--brand-blue);
    box-shadow: 0 -8px 32px rgba(0,0,0,.28);
    transform: translateY(110%);
    opacity: 0;
    transition: transform .42s cubic-bezier(.22,.61,.36,1), opacity .42s ease;
    will-change: transform, opacity;
}
#cookieConsent.cc-visible {
    transform: translateY(0);
    opacity: 1;
}
#cookieConsent.cc-hiding {
    transform: translateY(110%);
    opacity: 0;
}
.cc-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cc-icon {
    font-size: 2rem;
    color: var(--brand-blue);
    flex-shrink: 0;
    line-height: 1;
}
.cc-text {
    flex: 1 1 280px;
    color: rgba(255,255,255,.85);
    font-size: .88rem;
    line-height: 1.6;
}
.cc-text strong { color: #fff; }
.cc-text a { color: #7eb8ff; text-decoration: underline; text-underline-offset: 2px; }
.cc-text a:hover { color: #fff; }
.cc-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.cc-btn-accept {
    padding: 10px 28px;
    background: var(--brand-blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: .88rem;
    cursor: pointer;
    transition: background .18s, transform .12s;
    white-space: nowrap;
}
.cc-btn-accept:hover { background: #0057ad; transform: translateY(-1px); }
.cc-btn-accept:active { transform: translateY(0); }
.cc-btn-details {
    padding: 10px 18px;
    background: transparent;
    color: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    font-weight: 600;
    font-size: .85rem;
    cursor: pointer;
    transition: color .18s, border-color .18s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}
.cc-btn-details:hover { color: #fff; border-color: rgba(255,255,255,.5); }

@media (max-width: 575.98px) {
    .cc-icon { display: none; }
    .cc-inner { gap: 14px; }
    .cc-actions { width: 100%; }
    .cc-btn-accept { flex: 1; text-align: center; }
    .cc-btn-details { flex: 1; text-align: center; }
}
