:root {
    --azure-bg: #0b1220;
    --azure-surface: #111827;
    --azure-surface-light: #f8fafc;
    --azure-text: #0f172a;
    --azure-text-soft: #475569;
    --azure-border: rgba(148, 163, 184, 0.3);
    --azure-primary: #2563eb;
    --azure-primary-dark: #1d4ed8;
    --azure-accent: #38bdf8;
    --azure-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
}

body.azure-theme {
    font-family: "Manrope", sans-serif;
    color: #e2e8f0;
    background: #0a1020;
}

h1, h2, h3, h4, h5 {
    font-family: "Space Grotesk", sans-serif;
    color: #f8fafc;
}

.azure-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(9, 12, 22, 0.75);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(56, 189, 248, 0.18);
    padding: 14px 0;
}

.azure-nav.azure-nav--scrolled {
    background: rgba(15, 23, 42, 0.95);
    border-bottom-color: rgba(148, 163, 184, 0.35);
}

.azure-nav .navbar-brand img {
    border-radius: 10px;
}

.azure-nav .brand-title {
    color: #e2e8f0;
    font-weight: 600;
}

.azure-nav .nav-link {
    color: rgba(226, 232, 240, 0.8);
    margin-left: 14px;
    font-weight: 500;
}

.azure-nav .nav-link:hover {
    color: #fff;
}

.azure-nav .navbar-toggler {
    border-color: rgba(226, 232, 240, 0.35);
}

.azure-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(226, 232, 240, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-pill {
    border-radius: 999px;
    padding: 8px 18px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(147, 51, 234, 0.18));
    color: #fff !important;
    border: 1px solid rgba(56, 189, 248, 0.45);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
}

.nav-lang .dropdown-toggle {
    font-weight: 600;
    letter-spacing: 1px;
}

.nav-lang .lang-flag {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 3px;
    display: inline-block;
}

.nav-lang .dropdown-menu {
    background: rgba(10, 16, 32, 0.95);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 12px;
    padding: 8px;
}

.nav-lang .dropdown-item {
    color: rgba(226, 232, 240, 0.85);
    border-radius: 8px;
    padding: 8px 12px;
}

.nav-lang .dropdown-item:hover {
    background: rgba(56, 189, 248, 0.2);
    color: #fff;
}

.hero {
    position: relative;
    padding: 120px 0 90px;
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.3), transparent 45%),
        radial-gradient(circle at 80% 10%, rgba(217, 70, 239, 0.35), transparent 40%),
        linear-gradient(160deg, #05070f 0%, #0a1020 45%, #10152b 100%);
    color: #e2e8f0;
    overflow: hidden;
}

.popular-services {
    padding: 24px 0 24px;
}

.popular-slider {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(10, 16, 32, 0.75);
    border: 1px solid rgba(56, 189, 248, 0.18);
    padding: 14px 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.45);
}

.popular-slider::after,
.popular-slider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.popular-slider::before {
    left: 0;
    background: linear-gradient(90deg, rgba(10, 16, 32, 0.9), transparent);
}

.popular-slider::after {
    right: 0;
    background: linear-gradient(270deg, rgba(10, 16, 32, 0.9), transparent);
}

.popular-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    cursor: grab;
    scroll-behavior: auto;
    padding: 6px 32px;
}

.popular-track::-webkit-scrollbar {
    display: none;
}

.popular-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(56, 189, 248, 0.22);
    color: #e2e8f0;
    min-width: 190px;
    max-width: 220px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.popular-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(56, 189, 248, 0.22);
    color: #fff;
}

.popular-pill .service-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.popular-pill .service-icons i {
    font-size: 14px !important;
    line-height: 1;
}

.popular-pill .service-icon-img {
    width: 20px !important;
    height: 20px !important;
}

.popular-pill .service-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.popular-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
}

.popular-icon .service-icons,
.popular-icon .service-icon-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popular-icon .service-icons i {
    font-size: 16px !important;
    line-height: 1;
}

.popular-icon .service-icon-img {
    width: 100% !important;
    height: 100% !important;
}

.popular-icon .service-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.popular-name {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#particles-js {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero > .container {
    position: relative;
    z-index: 2;
}

.hero-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    right: 10%;
    top: -80px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.45), transparent 70%);
    pointer-events: none;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(148, 163, 184, 0.8);
    margin-bottom: 12px;
}

.hero-title {
    font-size: 44px;
    line-height: 1.1;
    color: #f8fafc;
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(226, 232, 240, 0.8);
    margin: 18px 0 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.btn-hero {
    padding: 10px 22px;
    border-radius: 12px;
}

.btn-outline-light {
    color: #e2e8f0;
    border-color: rgba(226, 232, 240, 0.5);
}

.btn-outline-light:hover {
    color: #0b1220;
    background: #e2e8f0;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 18px;
}

.hero-metrics span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #f8fafc;
}

.hero-metrics small {
    color: rgba(226, 232, 240, 0.6);
}

.hero-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(8, 12, 24, 0.95));
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 0 35px rgba(56, 189, 248, 0.2);
    color: #e2e8f0;
}

.hero-card--visual {
    padding: 12px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-orbit {
    position: relative;
    width: 340px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.orbit-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed rgba(56, 189, 248, 0.3);
    box-shadow: inset 0 0 40px rgba(56, 189, 248, 0.25);
}

.orbit-center {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(6, 10, 20, 0.6);
    border: 1px solid rgba(56, 189, 248, 0.3);
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.orbit-center svg {
    width: 100%;
    height: 100%;
}

.orbit-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
    animation: orbit-pulse 3s ease-in-out infinite;
    transform: translate(-50%, -50%);
    transition: top 4s ease, left 4s ease, transform 4s ease, opacity 2s ease;
}

.neon-callout {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(9, 14, 26, 0.95));
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 18px;
    padding: 26px;
    margin-bottom: 40px;
    display: grid;
    gap: 18px;
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.18);
}

.neon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: rgba(226, 232, 240, 0.8);
}

.neon-list i {
    color: #38bdf8;
    margin-right: 8px;
}

@keyframes orbit-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.hero-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f8fafc;
}

.hero-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 22px;
}

.hero-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: rgba(226, 232, 240, 0.75);
}

.features, .services, .stats {
    padding: 40px 0;
    background: #0a1020;
}

.services-page {
    padding: 140px 0 70px;
    background: #0a1020;
    min-height: calc(100vh - 120px);
}

.services-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 24px;
    box-shadow: 0 14px 28px rgba(2, 8, 23, 0.4);
}

.services-search__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(226, 232, 240, 0.75);
    font-size: 14px;
}

.services-search__meta strong {
    color: #f8fafc;
}

.services-search__input {
    position: relative;
    min-width: 240px;
    flex: 1 1 280px;
}

.services-search__input i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(226, 232, 240, 0.6);
}

.services-search__input input {
    width: 100%;
    background: rgba(10, 16, 32, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 12px;
    padding: 12px 16px 12px 38px;
    color: #f8fafc;
}

.services-search__input input:focus {
    outline: none;
    border-color: rgba(56, 189, 248, 0.6);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}

.services-grid .service-card {
    height: 100%;
}

.services-load-more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.api-docs-page {
    padding-top: 90px;
    background: #0a1020;
}

.api-docs-hero {
    padding: 70px 0 40px;
    background: radial-gradient(circle at top, rgba(56, 189, 248, 0.2), transparent 55%);
}

.api-docs-hero__content h1 {
    color: #f8fafc;
    font-size: 36px;
    margin-bottom: 10px;
}

.api-docs-hero__content p {
    color: rgba(226, 232, 240, 0.7);
    max-width: 640px;
}

.api-docs-hero__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.api-docs-meta {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(226, 232, 240, 0.7);
}

.api-docs-meta strong {
    color: #f8fafc;
    font-size: 14px;
}

.api-docs-body {
    padding: 40px 0 80px;
}

.api-docs-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
}

.api-docs-nav {
    position: sticky;
    top: 110px;
    height: fit-content;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 16px;
    padding: 18px;
}

.api-docs-nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.api-docs-link {
    color: rgba(226, 232, 240, 0.75);
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.api-docs-link.is-active,
.api-docs-link:hover {
    color: #fff;
    background: rgba(56, 189, 248, 0.2);
}

.api-docs-section {
    margin-bottom: 30px;
}

.api-docs-card {
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 18px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(240px, 320px);
    gap: 22px;
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.35);
}

.api-docs-card h3 {
    color: #f8fafc;
    margin-bottom: 12px;
}

.api-docs-line {
    color: rgba(226, 232, 240, 0.7);
    font-size: 14px;
    margin-bottom: 6px;
}

.api-docs-output {
    margin-top: 14px;
}

.api-docs-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: 8px;
}

.api-docs-tag.success {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.api-docs-tag.error {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.api-docs-card pre {
    background: #0b1220;
    border-radius: 12px;
    padding: 12px;
    color: #e2e8f0;
    font-size: 12px;
}

.api-docs-code-title {
    color: rgba(226, 232, 240, 0.7);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .api-docs-layout {
        grid-template-columns: 1fr;
    }

    .api-docs-nav {
        position: relative;
        top: 0;
    }

    .api-docs-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .services-page {
        padding-top: 120px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

.section-title p {
    color: rgba(226, 232, 240, 0.65);
}

.feature-card {
    background: rgba(15, 23, 42, 0.9);
    border-radius: 18px;
    padding: 26px;
    height: 100%;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.35);
}

.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    margin-bottom: 18px;
    font-size: 18px;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.2);
}

.service-card {
    background: rgba(15, 23, 42, 0.9);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    border: 1px solid rgba(56, 189, 248, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
    color: inherit;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(56, 189, 248, 0.18);
    text-decoration: none;
}

.service-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 18px;
    box-shadow: inset 0 0 12px rgba(56, 189, 248, 0.3);
}

.service-icon .service-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.service-icon .service-icon-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.service-icon .service-icons i {
    font-size: 18px !important;
    line-height: 1;
}

.service-icon .service-icon-img {
    width: 100% !important;
    height: 100% !important;
}

.service-icon .service-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-name {
    font-weight: 600;
    font-size: 15px;
}

.features h3,
.services h2,
.services p,
.feature-card p,
.feature-card h3,
.service-name,
.services-total,
.contact-card h3,
.contact-card p,
.footer-content h4,
.footer-content p,
.footer-bottom {
    color: #e2e8f0;
}

.feature-card p {
    color: rgba(226, 232, 240, 0.7);
}

.contact-card .btn {
    border-color: rgba(226, 232, 240, 0.5);
    color: #e2e8f0;
}

.contact-card .btn:hover {
    background: #e2e8f0;
    color: #0a1020;
}

.service-stock {
    color: rgba(226, 232, 240, 0.65);
    font-size: 13px;
}

.services-total {
    text-align: center;
    margin-top: 24px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.8);
}

.services-total__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #38bdf8;
    font-weight: 600;
    text-decoration: none;
}

.services-total__link:hover {
    color: #fff;
}

.stats {
    background: linear-gradient(120deg, #0b1220, #0a1020);
    color: #e2e8f0;
}

.stat-card {
    padding: 18px;
}

.stat-card i {
    font-size: 22px;
    color: var(--azure-accent);
    margin-bottom: 10px;
}

.stat-card span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.stat-card small {
    color: rgba(226, 232, 240, 0.7);
}

.contact-band {
    padding: 60px 0 80px;
    background: radial-gradient(circle at top, rgba(56, 189, 248, 0.12), transparent 60%), #0a1020;
}

.contact-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(9, 14, 26, 0.96));
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(56, 189, 248, 0.28);
    box-shadow: 0 18px 40px rgba(56, 189, 248, 0.18);
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 55%);
    pointer-events: none;
}

.contact-card p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
    font-size: 15px;
}

.contact-card p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--azure-accent);
    font-size: 14px;
}

.contact-card p:nth-of-type(1)::before {
    content: "\f095";
}

.contact-card p:nth-of-type(2)::before {
    content: "\f0e0";
}

.footer {
    background: #05070f;
    color: rgba(226, 232, 240, 0.8);
    padding: 50px 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.footer-social a {
    color: rgba(226, 232, 240, 0.8);
    margin-right: 10px;
    font-size: 16px;
}

.footer-social a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding-top: 18px;
    font-size: 13px;
}

.footer-bottom a {
    color: rgba(226, 232, 240, 0.8);
}

.footer-bottom a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero {
        padding: 110px 0 70px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-card--visual {
        margin-top: -28px;
        margin-bottom: 24px;
    }

    .hero-orbit {
        margin-top: -8px;
    }

    .hero-subtitle {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-actions {
        flex-direction: column;
    }

    .contact-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

.php-env-banner {
    position: relative;
    margin: 14px 0 0;
    background: rgba(10, 16, 30, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-left: 4px solid rgba(56, 189, 248, 0.9);
    color: #f8fafc;
    z-index: 5;
}

.php-env-banner__inner {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.php-env-banner__title {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.php-env-banner__desc {
    opacity: 0.9;
    font-size: 0.95rem;
}

.php-env-banner__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.9);
}

@media (max-width: 768px) {
    .php-env-banner__inner {
        padding: 12px;
    }
}
.cookie-consent {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 18px;
    z-index: 1200;
    opacity: 0;
    transform: translate(-50%, 10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: min(980px, calc(100% - 36px));
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.cookie-consent__body {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 22px 50px rgba(2, 6, 23, 0.35);
    color: #e2e8f0;
    backdrop-filter: blur(12px);
}

.cookie-consent__text {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 0.94rem;
}

.cookie-consent__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cookie-consent__link {
    background: none;
    border: none;
    color: #93c5fd;
    font-weight: 600;
    cursor: pointer;
}

.cookie-consent__link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-consent {
        left: 50%;
        right: auto;
        bottom: 12px;
        width: calc(100% - 24px);
    }
    .cookie-consent__body {
        align-items: flex-start;
    }
    .cookie-consent__actions {
        width: 100%;
        justify-content: flex-start;
    }
}

.cookie-consent-modal .modal-content {
    background: #0f172a;
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
}

.cookie-consent-modal .modal-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.cookie-consent-modal .modal-body {
    color: #e2e8f0;
}

.cookie-consent-modal .close {
    color: #e2e8f0;
    opacity: 0.9;
}
