:root {
    --bg: #07111d;
    --bg-soft: #0d1b2b;
    --surface: rgba(255, 255, 255, 0.84);
    --surface-strong: #ffffff;
    --text: #122033;
    --muted: #5e6c7c;
    --line: rgba(17, 31, 49, 0.09);
    --brand: #ff5a14;
    --brand-dark: #d93608;
    --brand-soft: rgba(255, 90, 20, 0.14);
    --navy: #13253a;
    --navy-strong: #0b1726;
    --teal: #24b1a5;
    --shadow-lg: 0 30px 80px rgba(4, 15, 29, 0.16);
    --shadow-md: 0 18px 48px rgba(8, 22, 37, 0.12);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --teal-ui: #199f95;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(36, 177, 165, 0.11), transparent 22%),
        radial-gradient(circle at top right, rgba(242, 92, 58, 0.13), transparent 18%),
        linear-gradient(180deg, #f5f8fc 0%, #edf2f7 100%);
}

h1, h2, h3, .site-brand span, .footer-brand span {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    letter-spacing: -0.03em;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

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

.text-teal-ui {
    color: var(--teal-ui);
}

.site-shell {
    min-height: 100vh;
}

.site-topbar {
    position: relative;
    z-index: 1031;
    background: linear-gradient(90deg, var(--navy-strong) 0%, #142a42 60%, #163150 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-action {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.7rem 1.1rem;
    font-weight: 700;
    transition: background 0.2s ease, transform 0.2s ease;
}

.topbar-action:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.topbar-social,
.nav-social {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-phone,
.nav-phone {
    display: inline-flex;
    align-items: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    font-weight: 800;
}

.topbar-phone {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-phone {
    background: rgba(19, 37, 58, 0.05);
    color: var(--navy);
    border: 1px solid rgba(19, 37, 58, 0.08);
}

.site-navbar {
    background: rgba(248, 251, 255, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(13, 27, 43, 0.06);
}

.site-navbar.is-scrolled {
    box-shadow: 0 18px 40px rgba(10, 21, 38, 0.08);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: 700;
}

.site-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.footer-brand img {
    width: 190px;
    height: 78px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: rgba(19, 37, 58, 0.74);
    font-weight: 700;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--navy);
}

.site-toggler {
    border: 1px solid rgba(19, 37, 58, 0.12);
    border-radius: 16px;
    padding: 0.55rem 0.8rem;
}

.site-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 92, 58, 0.15);
}

.btn-brand,
.btn-ghost {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.95rem 1.4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-brand {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, #ff7b59 100%);
    box-shadow: 0 16px 34px rgba(242, 92, 58, 0.26);
}

.btn-brand:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(242, 92, 58, 0.3);
}

.btn-ghost {
    color: var(--navy);
    background: rgba(19, 37, 58, 0.04);
    border: 1px solid rgba(19, 37, 58, 0.08);
}

.btn-ghost:hover {
    color: var(--navy);
    background: rgba(19, 37, 58, 0.08);
    transform: translateY(-2px);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 5.2rem 0 2.5rem;
}

.hero-section::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(36, 177, 165, 0.13), transparent 22%),
        radial-gradient(circle at 90% 10%, rgba(242, 92, 58, 0.12), transparent 18%);
    pointer-events: none;
}

.hero-copy,
.page-hero {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(19, 37, 58, 0.06);
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.hero-copy h1,
.page-hero h1 {
    max-width: 12ch;
    margin: 1.15rem 0 1.35rem;
    color: var(--navy-strong);
    font-size: clamp(2.9rem, 5vw, 5.4rem);
    line-height: 0.98;
}

.hero-lead,
.page-hero p,
.section-heading p,
.modern-card p,
.content-panel p,
.signal-card p,
.timeline-item p,
.process-card p,
.info-tile p,
.notice-panel {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.hero-actions {
    margin-bottom: 1.35rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-pills span,
.coverage-notes span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    background: rgba(19, 37, 58, 0.05);
    color: var(--navy);
    font-weight: 700;
}

.hero-stack {
    position: relative;
}

.glass-card,
.modern-card,
.signal-card,
.info-tile {
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(16px);
}

.hero-panel,
.modern-card,
.signal-card {
    border-radius: var(--radius-xl);
}

.hero-panel {
    padding: 1.8rem;
}

.hero-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-kicker,
.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.status-dot {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--teal);
    font-size: 0.9rem;
    font-weight: 800;
}

.status-dot::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 6px rgba(36, 177, 165, 0.14);
}

.hero-panel h2,
.section-heading h2,
.content-panel h2,
.contact-panel h2,
.cta-surface h2,
.page-hero h1,
.timeline-card h3,
.signal-card h3,
.process-card h3,
.stats-panel h3,
.product-content h3,
.info-tile h3 {
    color: var(--navy-strong);
}

.hero-panel h2 {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    line-height: 1.1;
}

.mini-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.3rem;
}

.mini-metrics div,
.stats-list div {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(19, 37, 58, 0.05);
}

.mini-metrics strong,
.stats-list strong {
    display: block;
    color: var(--navy);
    font-size: 1.1rem;
    font-weight: 800;
}

.mini-metrics span,
.stats-list span {
    color: var(--muted);
    font-size: 0.95rem;
}

.hero-float {
    position: relative;
    width: min(88%, 320px);
    margin: -1.4rem 0 0 auto;
    padding: 1.05rem 1.15rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(19, 37, 58, 0.97) 0%, rgba(36, 177, 165, 0.88) 100%);
    color: #fff;
    box-shadow: var(--shadow-md);
}

.signal-band {
    padding: 0 0 1.5rem;
}

.signal-card {
    height: 100%;
    padding: 1.45rem;
}

.signal-card i {
    font-size: 1.45rem;
    color: var(--brand);
}

.signal-card h3 {
    margin: 1rem 0 0.75rem;
    font-size: 1.35rem;
}

.section-block {
    padding: 5rem 0;
}

.section-tinted {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(231, 239, 247, 0.72) 100%);
}

.section-dark {
    position: relative;
    background: linear-gradient(135deg, #0b1726 0%, #142a42 55%, #173755 100%);
}

.section-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(242, 92, 58, 0.18), transparent 22%);
    pointer-events: none;
}

.section-dark .eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.section-dark h2 {
    color: #fff;
}

.section-dark .coverage-notes span {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2.2rem;
}

.section-heading h2,
.content-panel h2,
.contact-panel h2,
.cta-surface h2 {
    margin: 1rem 0;
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    line-height: 1.03;
}

.product-card {
    overflow: hidden;
}

.product-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 11;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.04);
}

.product-content {
    padding: 1.45rem;
}

.product-content h3 {
    margin: 0.9rem 0 0.8rem;
    font-size: 1.45rem;
}

.product-content a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--brand);
    font-weight: 800;
}

.timeline-card,
.content-panel,
.stats-panel,
.contact-panel {
    padding: 1.6rem;
}

.timeline-card {
    background: rgba(255, 255, 255, 0.92);
}

.timeline-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.timeline-item + .timeline-item {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(19, 37, 58, 0.09);
}

.timeline-step,
.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
}

.timeline-step {
    min-width: 52px;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--brand) 0%, #ff8667 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(242, 92, 58, 0.24);
}

.timeline-item h3 {
    margin: 0.1rem 0 0.55rem;
    font-size: 1.25rem;
}

.coverage-notes {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.coverage-notes i {
    color: var(--brand);
}

.process-card {
    padding: 1.5rem;
}

.step-badge {
    padding: 0.45rem 0.85rem;
    margin-bottom: 1rem;
    background: rgba(19, 37, 58, 0.07);
    color: var(--navy);
}

.process-card h3,
.stats-panel h3,
.info-tile h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.cta-surface {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 32px;
    background: linear-gradient(135deg, #102136 0%, #173755 58%, #1f5b69 100%);
    box-shadow: 0 28px 56px rgba(8, 20, 33, 0.24);
}

.cta-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(242, 92, 58, 0.18), transparent 24%);
    pointer-events: none;
}

.cta-surface.compact {
    padding: 1.75rem;
}

.cta-surface h2,
.cta-surface p {
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 4.6rem 0 2rem;
}

.page-hero.page-hero-compact h1 {
    max-width: 15ch;
    font-size: clamp(2.5rem, 4.3vw, 4.6rem);
}

.stats-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.contact-list-modern {
    display: grid;
    gap: 0.9rem;
}

.contact-list-modern div {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(19, 37, 58, 0.05);
}

.contact-list-modern strong {
    display: block;
    color: var(--navy);
    font-size: 0.94rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.info-tile {
    height: 100%;
    padding: 1.15rem;
    border-radius: 24px;
}

.info-tile i {
    font-size: 1.45rem;
    color: var(--brand);
}

.info-tile h3 {
    margin-top: 0.95rem;
}

.notice-panel {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(242, 92, 58, 0.1);
    color: var(--navy);
}

.order-form-card,
.order-note-card,
.order-preview-card {
    padding: 1.6rem;
}

.order-side-stack {
    display: grid;
    gap: 1.5rem;
}

.order-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(36, 177, 165, 0.12);
    color: #12796f;
    font-weight: 800;
}

.order-control {
    border: 1px solid rgba(19, 37, 58, 0.1);
    border-radius: 18px;
    padding: 0.9rem 1rem;
    font-size: 0.98rem;
    color: var(--navy-strong);
    background: rgba(255, 255, 255, 0.92);
}

.order-control:focus {
    border-color: rgba(242, 92, 58, 0.45);
    box-shadow: 0 0 0 0.24rem rgba(242, 92, 58, 0.12);
}

.order-textarea {
    min-height: 120px;
    resize: vertical;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.choice-pill {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0.9rem 1rem 0.9rem 3rem;
    border-radius: 18px;
    border: 1px solid rgba(19, 37, 58, 0.09);
    background: rgba(255, 255, 255, 0.88);
    color: var(--navy);
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.choice-pill:hover {
    transform: translateY(-1px);
    border-color: rgba(242, 92, 58, 0.28);
}

.choice-pill input {
    position: absolute;
    left: 1rem;
    width: 18px;
    height: 18px;
    accent-color: var(--brand);
}

.timeline-mini {
    display: grid;
    gap: 1rem;
}

.timeline-mini div {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(19, 37, 58, 0.05);
}

.timeline-mini strong {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--navy);
}

.timeline-mini p {
    margin: 0;
}

.preview-box {
    min-height: 220px;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(19, 37, 58, 0.05) 0%, rgba(19, 37, 58, 0.02) 100%);
    border: 1px solid rgba(19, 37, 58, 0.08);
    color: var(--navy);
    line-height: 1.8;
    white-space: pre-line;
}

.catalog-panel,
.cart-panel {
    padding: 1.6rem;
}

.catalog-panel-full {
    position: relative;
}

.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 1.2rem;
}

.catalog-search {
    width: min(100%, 320px);
}

.catalog-search-form {
    width: min(100%, 360px);
}

.catalog-search-input {
    display: flex;
    gap: 0.75rem;
}

.catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.catalog-chip {
    border: 1px solid rgba(19, 37, 58, 0.08);
    border-radius: 999px;
    padding: 0.82rem 1.05rem;
    background: rgba(255, 255, 255, 0.8);
    color: var(--navy);
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.catalog-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(242, 92, 58, 0.25);
}

.catalog-chip.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand) 0%, #ff7b59 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(242, 92, 58, 0.2);
}

.catalog-results-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.4rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: rgba(19, 37, 58, 0.05);
    color: var(--muted);
}

.catalog-results-note strong {
    color: var(--navy-strong);
}

.catalog-card {
    overflow: hidden;
    padding: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(8, 20, 33, 0.16);
}

.catalog-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(19, 37, 58, 0.06) 0%, rgba(19, 37, 58, 0.02) 100%);
}

.catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.catalog-card:hover .catalog-media img {
    transform: scale(1.03);
}

.catalog-content {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding: 1.3rem;
}

.catalog-content h3 {
    margin: 0;
    color: var(--navy-strong);
    font-size: 1.26rem;
}

.catalog-content p {
    margin: 0;
}

.catalog-price {
    color: var(--navy-strong);
    font-size: 1.08rem;
    white-space: nowrap;
}

.catalog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.catalog-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.62rem 0.8rem;
    border-radius: 14px;
    background: rgba(19, 37, 58, 0.05);
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.catalog-actions {
    display: flex;
    align-items: end;
    gap: 0.9rem;
    margin-top: auto;
}

.catalog-qty {
    min-width: 112px;
}

.cart-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.2rem;
}

.cart-summary div {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(19, 37, 58, 0.05);
}

.cart-summary strong {
    display: block;
    color: var(--navy-strong);
    font-size: 1.28rem;
    font-weight: 800;
}

.cart-summary span {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.cart-items {
    display: grid;
    gap: 0.9rem;
}

.cart-item {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(19, 37, 58, 0.08);
    box-shadow: 0 14px 28px rgba(8, 20, 33, 0.07);
}

.cart-item-head,
.cart-item-foot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.cart-item-foot {
    align-items: center;
    margin-top: 0.95rem;
}

.cart-item-name {
    margin: 0 0 0.35rem;
    color: var(--navy-strong);
    font-size: 1rem;
    line-height: 1.35;
}

.cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.cart-item-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.6rem;
    border-radius: 999px;
    background: rgba(19, 37, 58, 0.05);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.cart-qty-group {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.38rem 0.5rem;
    border-radius: 999px;
    background: rgba(19, 37, 58, 0.05);
}

.cart-qty-group span {
    min-width: 24px;
    text-align: center;
    color: var(--navy-strong);
    font-weight: 800;
}

.cart-qty-btn,
.cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cart-qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
}

.cart-remove {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(242, 92, 58, 0.08);
    color: var(--brand);
}

.cart-qty-btn:hover,
.cart-remove:hover {
    transform: translateY(-1px);
}

.cart-qty-btn:hover {
    background: rgba(19, 37, 58, 0.1);
}

.cart-remove:hover {
    background: rgba(242, 92, 58, 0.16);
}

.empty-cart,
.empty-state {
    padding: 1.3rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(19, 37, 58, 0.04) 0%, rgba(19, 37, 58, 0.02) 100%);
    border: 1px dashed rgba(19, 37, 58, 0.16);
    color: var(--muted);
    text-align: center;
}

.empty-state {
    margin-top: 1rem;
}

.empty-state i {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: var(--brand);
    font-size: 1.6rem;
}

.empty-state h3 {
    margin-bottom: 0.55rem;
    color: var(--navy-strong);
    font-size: 1.2rem;
}

.catalog-cart-fab {
    position: fixed;
    right: 22px;
    bottom: 28px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.15rem;
    background: linear-gradient(135deg, var(--brand) 0%, #ff7b59 100%);
    color: #fff;
    box-shadow: 0 24px 42px rgba(242, 92, 58, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-cart-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 48px rgba(242, 92, 58, 0.32);
}

.catalog-cart-fab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.15rem;
}

.catalog-cart-fab-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.catalog-cart-fab-copy strong,
.catalog-cart-fab-copy small {
    color: #fff;
}

.catalog-cart-fab-copy small {
    opacity: 0.88;
}

.catalog-cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 1240;
    background: rgba(7, 17, 29, 0.5);
    backdrop-filter: blur(4px);
}

.catalog-cart-drawer {
    position: fixed;
    top: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1250;
    width: min(420px, calc(100vw - 24px));
    padding: 1.1rem;
    border-radius: 32px;
    background: rgba(248, 251, 255, 0.98);
    box-shadow: 0 28px 56px rgba(8, 20, 33, 0.26);
    transform: translateX(calc(100% + 28px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
    overflow-y: auto;
}

.catalog-cart-drawer.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.catalog-cart-drawer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.catalog-cart-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 16px;
    background: rgba(19, 37, 58, 0.06);
    color: var(--navy);
    transition: transform 0.2s ease, background 0.2s ease;
}

.catalog-cart-close:hover {
    transform: translateY(-1px);
    background: rgba(19, 37, 58, 0.1);
}

.cart-panel-inline + .cart-panel-inline {
    margin-top: 1rem;
}

.catalog-pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(19, 37, 58, 0.08);
}

.catalog-pagination-summary {
    color: var(--muted);
    font-weight: 700;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.catalog-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 46px;
    padding: 0.8rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(19, 37, 58, 0.08);
    background: rgba(255, 255, 255, 0.86);
    color: var(--navy);
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.catalog-page-link:hover {
    transform: translateY(-1px);
    border-color: rgba(242, 92, 58, 0.25);
    color: var(--navy);
}

.catalog-page-link.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--navy) 0%, #244564 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(19, 37, 58, 0.18);
}

.coverage-map {
    width: 100%;
    height: 320px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(19, 37, 58, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.coverage-map-shell {
    position: relative;
}

.coverage-map-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 700;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.map-expand-btn,
.map-close-btn {
    display: inline-flex;
    align-items: center;
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(9, 20, 34, 0.18);
}

.map-expand-btn {
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy);
}

.map-close-btn {
    display: none;
    background: linear-gradient(135deg, var(--brand) 0%, #ff7b59 100%);
    color: #fff;
}

.coverage-map-shell.is-fullscreen {
    position: fixed;
    inset: 18px;
    z-index: 2500;
    padding: 18px;
    border-radius: 32px;
    background: rgba(248, 251, 255, 0.98);
    box-shadow: 0 28px 60px rgba(6, 18, 30, 0.28);
}

.coverage-map-shell.is-fullscreen .coverage-map {
    height: calc(100vh - 96px);
    min-height: 420px;
}

.coverage-map-shell.is-fullscreen .map-close-btn {
    display: inline-flex;
}

body.map-expanded-lock {
    overflow: hidden;
}

.coverage-legend {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.leaflet-container {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    box-shadow: 0 18px 40px rgba(6, 18, 30, 0.18);
}

.leaflet-popup-content {
    margin: 0.9rem 1rem;
    color: var(--navy);
    line-height: 1.6;
}

.map-popup-title {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--navy-strong);
    font-weight: 800;
}

.site-footer {
    margin-top: 1rem;
    padding: 3rem 0 1.4rem;
    background: linear-gradient(180deg, #091321 0%, #0d1b2b 100%);
    color: rgba(255, 255, 255, 0.8);
}

.site-footer h3 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.05rem;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.footer-copy-text {
    max-width: 32rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.8;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li + li {
    margin-top: 0.55rem;
}

.footer-links a,
.footer-links span {
    color: rgba(255, 255, 255, 0.72);
}

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

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
}

.swal2-popup.minerva-swal {
    border-radius: 28px;
    padding: 1.2rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.swal2-title.minerva-swal-title {
    color: var(--navy-strong);
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.swal2-html-container.minerva-swal-html {
    color: var(--muted);
    line-height: 1.7;
}

.minerva-swal .swal2-styled.swal2-confirm {
    background: linear-gradient(135deg, var(--brand) 0%, #ff7b59 100%);
    border-radius: 999px;
    padding: 0.85rem 1.4rem;
    font-weight: 800;
}

.minerva-swal .swal2-styled.swal2-cancel {
    border-radius: 999px;
    padding: 0.85rem 1.4rem;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .site-topbar {
        display: none;
    }

    .hero-section,
    .page-hero {
        padding-top: 3.5rem;
    }

    .hero-copy h1,
    .page-hero h1 {
        max-width: 100%;
    }

    .hero-float {
        width: 100%;
        margin-top: 1rem;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid rgba(19, 37, 58, 0.06);
        box-shadow: var(--shadow-md);
    }

    .nav-social {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.25rem;
    }

    .catalog-search-form {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 3rem;
    }

    .section-block {
        padding: 4rem 0;
    }

    .hero-actions {
        display: grid;
    }

    .btn-brand,
    .btn-ghost,
    .btn-light,
    .btn-outline-light {
        width: 100%;
    }

    .mini-metrics {
        grid-template-columns: 1fr;
    }

    .choice-grid {
        grid-template-columns: 1fr;
    }

    .cta-surface,
    .cta-surface.compact,
    .hero-panel,
    .timeline-card,
    .content-panel,
    .stats-panel,
    .contact-panel {
        padding: 1.35rem;
    }

    .coverage-map-shell.is-fullscreen {
        inset: 10px;
        padding: 12px;
        border-radius: 24px;
    }

    .coverage-map-shell.is-fullscreen .coverage-map {
        height: calc(100vh - 82px);
        min-height: 360px;
    }

    .coverage-map-actions {
        top: 10px;
        right: 10px;
    }

    .catalog-actions,
    .cart-item-head,
    .cart-item-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-search,
    .catalog-qty {
        width: 100%;
    }

    .catalog-search-input,
    .catalog-pagination-wrap,
    .catalog-pagination {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-page-link {
        justify-content: center;
    }

    .catalog-cart-fab {
        right: 12px;
        bottom: 14px;
        padding: 0.88rem 1rem;
    }

    .catalog-cart-drawer {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        width: auto;
        border-radius: 24px;
    }

    .cart-summary {
        grid-template-columns: 1fr;
    }

    .cart-remove {
        align-self: flex-end;
    }
}

body.cart-drawer-open {
    overflow: hidden;
}
