:root {
    --moscca-bg: #070b14;
    --moscca-bg-2: #090e19;
    --moscca-shell: min(1180px, calc(100% - 32px));
    --moscca-card: rgba(16, 24, 38, 0.88);
    --moscca-card-strong: rgba(20, 32, 49, 0.94);
    --moscca-panel: #0d2430;
    --moscca-border: rgba(255, 255, 255, 0.08);
    --moscca-border-strong: rgba(255, 255, 255, 0.14);
    --moscca-text: #f3f7fa;
    --moscca-muted: #8a9aaf;
    --moscca-soft: #c7d7da;
    --moscca-green: #00c389;
    --moscca-teal: #18a99d;
    --moscca-cyan: #39d7dc;
    --moscca-blue: #1f5d99;
    --moscca-yellow: #ffb020;
    --moscca-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--moscca-bg);
    scroll-behavior: smooth;
}

body.moscca-monitor-page {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(0, 195, 137, 0.08), transparent 28rem),
        linear-gradient(225deg, rgba(31, 93, 153, 0.16), transparent 32rem),
        linear-gradient(180deg, #070b14 0%, #09111c 46%, #070b14 100%);
    color: var(--moscca-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
}

body.moscca-monitor-page::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    background-image:
        linear-gradient(rgba(78, 205, 211, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(78, 205, 211, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
    pointer-events: none;
}

a {
    color: inherit;
}

img,
svg {
    max-width: 100%;
}

.container {
    width: var(--moscca-shell);
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--moscca-border);
    background: rgba(7, 11, 20, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled {
    background: rgba(7, 11, 20, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.navbar {
    min-height: 76px;
    padding: 10px 0;
}

.brand-mark,
.navbar-brand.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    color: var(--moscca-text);
    text-decoration: none;
}

.brand-mark img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 8px 22px rgba(0, 195, 137, 0.22));
}

.brand-copy {
    display: grid;
    line-height: 1;
}

.brand-copy strong {
    color: var(--moscca-text);
    font-size: 1.02rem;
    font-weight: 900;
}

.brand-copy small {
    margin-top: 3px;
    color: var(--moscca-cyan);
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background: rgba(13, 21, 37, 0.74);
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(0, 195, 137, 0.18);
}

.navbar-toggler i {
    color: var(--moscca-soft);
    font-size: 24px;
    line-height: 1;
}

.navbar-nav {
    align-items: center;
    gap: 4px;
}

.navbar-dark .navbar-nav .nav-link {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--moscca-muted);
    font-size: 13px;
    font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    background: rgba(255, 255, 255, 0.045);
    color: var(--moscca-text);
}

.nav-link-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding-right: 11px !important;
    padding-left: 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.025);
    color: var(--moscca-text) !important;
}

.nav-link-login i {
    color: rgba(0, 195, 137, 0.82);
    font-size: 13px;
}

.hero-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 0 78px;
}

.hero-section::before,
.hero-section::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.hero-section::before {
    top: 28%;
    right: -8%;
    width: 54%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(57, 215, 220, 0.72), rgba(255, 176, 32, 0.58), transparent);
    box-shadow: 0 0 28px rgba(57, 215, 220, 0.22);
    transform: rotate(-7deg);
}

.hero-section::after {
    right: -8%;
    bottom: 16%;
    width: 48%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(31, 93, 153, 0.76), rgba(0, 195, 137, 0.52), transparent);
    box-shadow: 0 0 28px rgba(0, 195, 137, 0.16);
    transform: rotate(5deg);
}

.section-band {
    border-bottom: 1px solid var(--moscca-border);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--moscca-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 22px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--moscca-cyan), var(--moscca-green));
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

h1 {
    max-width: 760px;
    margin: 0;
    color: var(--moscca-text);
    font-size: 76px;
    font-weight: 900;
    line-height: 0.96;
}

h2 {
    margin: 0;
    color: var(--moscca-text);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.04;
}

h3 {
    margin: 0;
    color: var(--moscca-text);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.22;
}

.hero-copy {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(243, 247, 250, 0.78);
    font-size: 19px;
    line-height: 1.72;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.badge-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(145, 168, 174, 0.18);
    border-radius: 6px;
    background: rgba(13, 21, 37, 0.62);
    color: var(--moscca-soft);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 7px 11px;
    white-space: nowrap;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
    white-space: normal;
}

.btn-lg {
    min-height: 50px;
    padding: 12px 18px;
}

.btn-primary {
    border: 1px solid rgba(0, 195, 137, 0.36);
    background: linear-gradient(180deg, rgba(0, 195, 137, 0.96), rgba(0, 157, 110, 0.96));
    color: #03110c;
    box-shadow: 0 18px 40px rgba(0, 195, 137, 0.16);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: rgba(57, 215, 220, 0.82);
    background: linear-gradient(180deg, #26dca4, #00b57f);
    color: #03110c;
}

.btn-outline-light {
    border-color: rgba(57, 215, 220, 0.34);
    background: rgba(13, 21, 37, 0.72);
    color: var(--moscca-text);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    border-color: var(--moscca-cyan);
    background: rgba(57, 215, 220, 0.1);
    color: var(--moscca-text);
}

.monitor-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(0, 195, 137, 0.1), transparent 38%),
        linear-gradient(315deg, rgba(31, 93, 153, 0.18), transparent 46%),
        rgba(16, 24, 38, 0.94);
    box-shadow: var(--moscca-shadow);
}

.monitor-preview::before {
    position: absolute;
    right: -78px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    content: "";
    background: url("../img/logo/moscca-primary.png") center / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.monitor-preview::after {
    position: absolute;
    right: 12%;
    bottom: 0;
    left: 12%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 195, 137, 0.8), transparent);
}

.preview-topbar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--moscca-soft);
    font-size: 0.88rem;
}

.preview-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.preview-dot:nth-child(2) {
    background: rgba(57, 215, 220, 0.8);
}

.preview-dot:nth-child(3) {
    background: rgba(255, 176, 32, 0.78);
}

.preview-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
}

.preview-panel {
    min-height: 116px;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background: rgba(7, 11, 20, 0.38);
    padding: 14px;
}

.panel-wide {
    grid-column: span 2;
}

.panel-label {
    margin-bottom: 18px;
    color: var(--moscca-soft);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.panel-bars {
    display: grid;
    gap: 12px;
}

.panel-bars span {
    display: block;
    width: var(--bar-size);
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 195, 137, 0.86), rgba(57, 215, 220, 0.52));
    box-shadow: 0 10px 26px rgba(0, 195, 137, 0.08);
}

.panel-lines {
    display: grid;
    gap: 12px;
}

.panel-lines span {
    display: block;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.panel-lines span:nth-child(2) {
    width: 68%;
}

.timeline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
}

.timeline span {
    flex: 1;
    min-height: 40px;
    border: 1px solid rgba(31, 93, 153, 0.22);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(31, 93, 153, 0.34), rgba(255, 255, 255, 0.055));
}

.ring {
    width: 54px;
    height: 54px;
    border: 7px solid rgba(255, 255, 255, 0.1);
    border-top-color: var(--moscca-green);
    border-right-color: var(--moscca-cyan);
    border-radius: 50%;
}

.meter {
    position: relative;
    height: 12px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(31, 93, 153, 0.58), rgba(255, 176, 32, 0.5), rgba(0, 195, 137, 0.66));
}

.meter span {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 18px;
    height: 18px;
    border: 3px solid #071014;
    border-radius: 50%;
    background: var(--moscca-text);
    transform: translate(-50%, -50%);
}

.content-section {
    padding: 84px 0;
    scroll-margin-top: 88px;
}

.section-heading {
    max-width: 790px;
    margin-bottom: 30px;
}

.lead-text {
    margin: 0 0 18px;
    color: rgba(243, 247, 250, 0.78);
    font-size: 20px;
    line-height: 1.65;
}

.muted-text,
.feature-card p,
.value-card p,
.terminal-inner p,
.pricing-header span,
.pricing-note,
.accordion-body,
.disclaimer {
    color: var(--moscca-muted);
    line-height: 1.7;
}

.feature-card,
.value-card,
.pricing-card {
    height: 100%;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(31, 93, 153, 0.07), transparent 44%),
        var(--moscca-card);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2);
}

.feature-card,
.value-card {
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.feature-card:hover,
.value-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(23, 34, 51, 0.9);
    transform: translateY(-2px);
}

.feature-card {
    position: relative;
    min-height: 244px;
    padding: 20px;
}

.feature-card p,
.value-card p {
    margin: 12px 0 0;
}

.card-icon,
.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 195, 137, 0.2);
    border-radius: 8px;
    background: rgba(0, 195, 137, 0.08);
    color: var(--moscca-green);
    font-size: 20px;
}

.card-index {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(199, 215, 218, 0.42);
    font-size: 0.78rem;
    font-weight: 900;
}

.feature-card h3 {
    margin-top: 28px;
}

.value-card {
    min-height: 216px;
    padding: 22px;
}

.value-icon {
    margin-bottom: 30px;
}

.audience-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.audience-list li {
    position: relative;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background: rgba(13, 21, 37, 0.62);
    color: var(--moscca-soft);
    font-weight: 650;
    padding: 16px 18px 16px 44px;
}

.audience-list li::before,
.check-list li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: var(--moscca-green);
}

.audience-list li::before {
    top: 23px;
    left: 20px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 20px rgba(0, 195, 137, 0.36);
}

.compare-wrap {
    overflow: hidden;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background: rgba(16, 24, 38, 0.72);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.18);
}

.compare-table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--moscca-soft);
    min-width: 760px;
    margin: 0;
    color: var(--moscca-soft);
}

.compare-table caption {
    padding: 14px 18px;
    color: var(--moscca-muted);
    caption-side: bottom;
}

.compare-table th,
.compare-table td {
    border-color: rgba(255, 255, 255, 0.08);
    padding: 20px;
}

.compare-table thead th {
    color: var(--moscca-text);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.compare-table tbody th {
    width: 24%;
    color: var(--moscca-text);
    font-weight: 900;
}

.compare-check-col,
.compare-check-cell {
    width: 110px;
    text-align: center;
}

.compare-check-cell {
    color: var(--moscca-muted);
    font-weight: 900;
}

.compare-check-cell .bi {
    color: var(--moscca-accent);
    font-size: 1.1rem;
}

.highlight-row th,
.highlight-row td {
    background: rgba(0, 195, 137, 0.07) !important;
}

.pricing-row {
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
}

.pricing-card-featured {
    border-color: rgba(0, 195, 137, 0.32);
    background:
        linear-gradient(180deg, rgba(0, 195, 137, 0.1), rgba(255, 255, 255, 0.025)),
        var(--moscca-card-strong);
}

.pricing-ribbon {
    align-self: flex-start;
    margin-bottom: 18px;
    border: 1px solid rgba(57, 215, 220, 0.35);
    border-radius: 999px;
    background: rgba(57, 215, 220, 0.09);
    color: var(--moscca-cyan);
    font-size: 0.82rem;
    font-weight: 900;
    padding: 7px 12px;
}

.pricing-header p {
    margin: 0 0 8px;
    color: var(--moscca-muted);
    font-weight: 900;
}

.pricing-header h3 {
    margin-bottom: 12px;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
}

.check-list {
    display: grid;
    gap: 12px;
    padding: 26px 0;
    margin: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    color: var(--moscca-soft);
    padding-left: 27px;
}

.check-list li::before {
    top: 9px;
    left: 2px;
    width: 8px;
    height: 8px;
}

.pricing-card .btn {
    margin-top: auto;
}

.pricing-note {
    max-width: 840px;
    margin: 24px auto 0;
    text-align: center;
}

.pricing-note-terms {
    max-width: 760px;
    margin-top: 10px;
    color: rgba(138, 154, 175, 0.82);
    font-size: 0.86rem;
}

.terminal-cta {
    padding: 34px 0;
}

.terminal-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border: 1px solid rgba(0, 195, 137, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(31, 93, 153, 0.14), transparent 46%),
        rgba(16, 24, 38, 0.92);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
    padding: 30px;
}

.terminal-inner p:last-child {
    max-width: 720px;
    margin: 14px 0 0;
}

.faq-accordion {
    overflow: hidden;
    border: 1px solid var(--moscca-border);
    border-radius: 8px;
    background: rgba(16, 24, 38, 0.58);
}

.accordion-item {
    background: rgba(16, 24, 38, 0.72);
    border-color: rgba(255, 255, 255, 0.08);
}

.accordion-button {
    background: rgba(255, 255, 255, 0.025);
    color: var(--moscca-text);
    font-weight: 900;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: rgba(0, 195, 137, 0.08);
    color: var(--moscca-text);
}

.accordion-button:focus {
    border-color: rgba(0, 195, 137, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 195, 137, 0.18);
}

.accordion-button::after {
    filter: invert(1) grayscale(1) brightness(1.4);
}

.accordion-body {
    background: rgba(7, 11, 20, 0.22);
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 8, 14, 0.95);
    padding: 42px 0;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-main nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
}

.footer-main a {
    color: var(--moscca-soft);
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.footer-main a:hover,
.footer-main a:focus {
    color: var(--moscca-text);
}

.disclaimer {
    margin: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    padding-top: 22px;
}

.monitor-toast {
    border: 1px solid rgba(0, 195, 137, 0.28);
    border-radius: 8px;
    background: rgba(9, 15, 24, 0.96);
    color: var(--moscca-text);
    box-shadow: var(--moscca-shadow);
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 14px;
    }

    .navbar-nav {
        align-items: stretch;
        gap: 6px;
    }

    .navbar-dark .navbar-nav .nav-link {
        border-radius: 8px;
    }

    .hero-section {
        padding: 64px 0 54px;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 36px;
    }

    .preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .terminal-inner,
    .footer-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-main nav {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    :root {
        --moscca-shell: min(100% - 24px, 1180px);
    }

    .navbar {
        min-height: 68px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    h2 {
        font-size: 30px;
    }

    .hero-copy {
        font-size: 17px;
    }

    .hero-actions,
    .hero-actions .btn {
        width: 100%;
    }

    .badge-row span {
        white-space: normal;
    }

    .monitor-preview {
        max-height: 360px;
    }

    .monitor-preview::after {
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 86px;
        background: linear-gradient(180deg, rgba(16, 24, 38, 0), rgba(16, 24, 38, 0.96));
    }

    .preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 12px;
    }

    .panel-wide {
        grid-column: span 2;
    }

    .preview-panel {
        min-height: 88px;
        padding: 12px;
    }

    .panel-label {
        margin-bottom: 12px;
        font-size: 0.68rem;
    }

    .panel-bars,
    .panel-lines {
        gap: 9px;
    }

    .panel-bars span,
    .panel-lines span {
        height: 8px;
    }

    .timeline span {
        min-height: 32px;
    }

    .ring {
        width: 42px;
        height: 42px;
        border-width: 6px;
    }

    .meter {
        margin-top: 16px;
    }

    .content-section {
        padding: 62px 0;
    }

    .compare-table {
        min-width: 0;
        table-layout: fixed;
    }

    .compare-table th,
    .compare-table td {
        padding: 12px 9px;
        font-size: 0.72rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .compare-table thead th {
        font-size: 0.64rem;
    }

    .compare-table tbody th {
        width: 31%;
    }

    .compare-check-col,
    .compare-check-cell {
        width: 64px;
    }

    .feature-card,
    .value-card,
    .pricing-card,
    .terminal-inner {
        padding: 20px;
    }

    .pricing-header h3 {
        font-size: 40px;
    }
}

.cookie-notice {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1080;
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(calc(100% - 36px), 620px);
    border: 1px solid rgba(57, 215, 220, 0.18);
    border-radius: 8px;
    background: rgba(7, 11, 20, 0.94);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
    padding: 14px;
}

.cookie-notice[hidden] {
    display: none;
}

.cookie-notice-copy {
    min-width: 0;
}

.cookie-notice strong {
    display: block;
    margin-bottom: 4px;
    color: var(--moscca-text);
    font-size: 0.9rem;
    font-weight: 950;
}

.cookie-notice p {
    margin: 0;
    color: rgba(199, 215, 218, 0.84);
    font-size: 0.84rem;
    font-weight: 760;
    line-height: 1.5;
}

.cookie-notice a {
    color: var(--moscca-cyan);
    font-weight: 900;
    text-decoration: none;
}

.cookie-notice a:hover,
.cookie-notice a:focus {
    color: var(--moscca-green);
}

.cookie-notice .btn {
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    .cookie-notice {
        right: 12px;
        bottom: 12px;
        align-items: stretch;
        flex-direction: column;
        width: calc(100% - 24px);
    }

    .cookie-notice .btn {
        width: 100%;
    }
}
