body.site-shell {
    background: #f3f5f8;
    color: #122033;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.btn {
    --bs-btn-border-radius: 999px;
    border-radius: 999px !important;
    padding: 0.82rem 1.35rem;
    font-weight: 600;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.18);
}

.btn-lg,
.btn.btn-lg {
    --bs-btn-border-radius: 999px;
    border-radius: 999px !important;
    padding: 1rem 1.8rem;
}

.btn-sm,
.btn.btn-sm {
    --bs-btn-border-radius: 999px;
    border-radius: 999px !important;
    padding: 0.58rem 1rem;
}

.btn-primary,
.btn-dark,
.btn-success,
.btn-danger,
.btn-outline-dark,
.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-light,
.btn-light {
    --bs-btn-border-radius: 999px;
    border-radius: 999px !important;
}

.btn-primary,
.btn-dark,
.btn-success {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

h1,
h2,
h3,
h4,
.navbar-brand,
.footer-title {
    font-family: Cambria, Georgia, serif;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: linear-gradient(180deg, rgba(8, 14, 24, 0.96), rgba(8, 14, 24, 0.82));
    backdrop-filter: blur(10px);
}

.site-header .navbar {
    padding-block: 0.7rem;
}

.site-header .container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.navbar .nav-link:hover {
    color: #ffffff;
}

.site-brand-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-right: 1.2rem;
    flex: 0 0 auto;
}

.site-logo {
    display: block;
    width: auto;
    max-width: min(100%, 220px);
    height: 56px;
    object-fit: contain;
    object-position: left center;
    background: transparent;
}

.site-logo-placeholder {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
    color: #ffffff;
    font-weight: 800;
}

.portal-user-trigger {
    min-width: 170px;
    text-align: left;
    font-weight: 700;
    border-radius: 999px !important;
    padding-inline: 1.15rem;
}

.site-nav-list {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    row-gap: 0.5rem;
}

.portal-user-menu {
    min-width: 220px;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

.site-header .navbar-collapse {
    flex: 1 1 auto;
}

.site-header .nav-link {
    padding-inline: 0.72rem;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.site-header .btn {
    min-height: 2.65rem;
    border-radius: 999px !important;
}

.site-header-cta {
    border-radius: 999px !important;
    padding-inline: 1.1rem;
    font-weight: 700;
    white-space: nowrap;
}

.btn-group {
    gap: 0.45rem;
}

.btn-group > .btn,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-radius: 999px !important;
    margin-left: 0 !important;
}

.navbar-toggler {
    border-radius: 999px;
    padding: 0.62rem 0.9rem;
}

.btn-close {
    border-radius: 999px;
}

.dropdown-item {
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .site-logo {
        max-width: min(100%, 195px);
        height: 50px;
    }

    .site-header .nav-link {
        padding-inline: 0.56rem;
        font-size: 0.92rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .container {
        gap: 0.9rem;
    }

    .site-header .navbar-collapse {
        margin-top: 0.9rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-nav-list {
        align-items: stretch;
    }

    .site-header .nav-link,
    .site-header .btn {
        width: 100%;
    }

    .portal-user-trigger {
        min-width: 0;
        width: 100%;
    }
}

.portal-user-logout-form {
    margin: 0;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    color: #ffffff;
}

.brand-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.brand-copy strong {
    font-size: 1rem;
    font-weight: 700;
}

.corporate-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid rgba(167, 243, 208, 0.28);
    border-radius: 999px;
    padding-inline: 1.15rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.96), rgba(37, 211, 102, 0.98));
    box-shadow: 0 16px 32px rgba(34, 197, 94, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.corporate-whatsapp-btn:hover,
.corporate-whatsapp-btn:focus-visible {
    background: linear-gradient(135deg, rgba(54, 211, 113, 0.98), rgba(37, 211, 102, 1));
    box-shadow: 0 22px 42px rgba(34, 197, 94, 0.26);
    transform: translateY(-2px);
}

.corporate-whatsapp-icon,
.whatsapp-float-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
}

.min-vh-70 {
    min-height: 70vh;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-home {
    background:
        linear-gradient(rgba(8, 14, 24, 0.72), rgba(8, 14, 24, 0.58)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 42%),
        linear-gradient(130deg, #0b1f33 15%, #123a62 50%, #1f5b8b 100%);
    background-size: cover;
    background-position: center;
}

.hero-soft {
    background:
        linear-gradient(rgba(8, 14, 24, 0.76), rgba(8, 14, 24, 0.64)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 40%),
        linear-gradient(130deg, #0b1f33 15%, #123a62 55%, #1d4e72 100%);
}

.hero-soft .eyebrow {
    color: rgba(255, 255, 255, 0.92);
}

.glass-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 34px rgba(2, 12, 27, 0.18);
}

.hero-layout {
    position: relative;
}

.hero-copy {
    max-width: 42rem;
}

.hero-brand-intro {
    display: inline-flex;
    flex-direction: column;
    gap: 0.2rem;
}

.hero-brand-name {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 1.02;
    max-width: 12ch;
}

.hero-subtitle {
    max-width: 48rem;
    font-size: 1.15rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 42rem;
}

.hero-stat-card {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.hero-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
}

.hero-stat-card span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
}

.hero-carousel-shell {
    position: relative;
    padding: 1.25rem;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(2, 12, 27, 0.28);
    backdrop-filter: blur(14px);
}

.hero-carousel-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hero-carousel-header h2 {
    margin: 0.4rem 0 0;
    color: #ffffff;
    font-size: 1.5rem;
}

.hero-carousel-header p {
    max-width: 17rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.hero-carousel .carousel-indicators {
    margin-bottom: 1rem;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}

.hero-carousel-dots {
    justify-content: flex-start;
    gap: 0.35rem;
    margin-left: 0;
    margin-right: 0;
}

.hero-carousel-dots [data-bs-target] {
    margin: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.hero-carousel-dots .active {
    width: 2rem;
    border-radius: 999px;
    background: #ffffff;
}

.hero-slide-card {
    position: relative;
    overflow: hidden;
    min-height: 30rem;
    border-radius: 1.5rem;
    background: #0f172a;
}

.hero-slide-image {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

.hero-slide-fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 30rem;
    padding: 2rem;
    background:
        linear-gradient(160deg, rgba(14, 165, 233, 0.24), transparent 35%),
        linear-gradient(180deg, rgba(8, 14, 24, 0.4), rgba(8, 14, 24, 0.92)),
        linear-gradient(135deg, #0b1f33, #123a62 55%, #1f5b8b);
    color: #ffffff;
}

.hero-slide-fallback h3 {
    margin: 0.8rem 0 0.5rem;
    font-size: 2rem;
}

.hero-slide-fallback p {
    margin: 0;
    max-width: 26rem;
    color: rgba(255, 255, 255, 0.78);
}

.hero-slide-overlay {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    gap: 1rem;
    align-items: end;
    padding: 1.5rem;
    background: linear-gradient(180deg, transparent, rgba(8, 14, 24, 0.95));
    color: #ffffff;
}

.hero-slide-overlay h3 {
    margin: 0;
    font-size: 1.35rem;
}

.hero-slide-overlay p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.hero-slide-index {
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.45);
}

.hero-carousel-empty {
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(8, 14, 24, 0.3), rgba(8, 14, 24, 0.9)),
        linear-gradient(135deg, #0b1f33, #123a62 55%, #1f5b8b);
    color: #ffffff;
}

.hero-carousel-empty h3 {
    margin: 0.8rem 0 0.5rem;
}

.hero-carousel-empty p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.hero-thumbnail-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.hero-thumbnail {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    padding: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-thumbnail:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.hero-thumbnail.active,
.hero-thumbnail[aria-current="true"] {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 28px rgba(2, 12, 27, 0.2);
}

.hero-thumbnail-image,
.hero-thumbnail-fallback {
    width: 72px;
    height: 72px;
    border-radius: 0.9rem;
    flex-shrink: 0;
}

.hero-thumbnail-image {
    object-fit: cover;
}

.hero-thumbnail-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(160deg, rgba(14, 165, 233, 0.24), transparent 35%),
        linear-gradient(135deg, #0b1f33, #123a62 55%, #1f5b8b);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.hero-thumbnail-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hero-thumbnail-copy strong {
    display: block;
    font-size: 0.95rem;
    line-height: 1.2;
}

.hero-thumbnail-copy small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.3;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin: 0.5rem 0;
}

.section-heading p {
    margin: 0;
    color: #64748b;
    max-width: 52rem;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #0f172a;
    min-height: 340px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.gallery-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gallery-ribbon-card {
    position: relative;
    overflow: hidden;
    min-height: 15rem;
    border-radius: 1.25rem;
    background: #0f172a;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.gallery-ribbon-image {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.gallery-ribbon-fallback {
    height: 15rem;
    background:
        linear-gradient(160deg, rgba(14, 165, 233, 0.24), transparent 35%),
        linear-gradient(135deg, #0b1f33, #123a62 55%, #1f5b8b);
}

.gallery-ribbon-copy {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, transparent, rgba(8, 14, 24, 0.92));
    color: #ffffff;
}

.gallery-ribbon-copy h3 {
    margin: 0;
    font-size: 1rem;
}

.gallery-image,
.product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-image {
    min-height: 340px;
}

.gallery-fallback,
.product-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(16, 36, 61, 0.94), rgba(24, 78, 119, 0.86)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 38%);
    color: rgba(255, 255, 255, 0.85);
    min-height: 100%;
}

.gallery-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.5rem;
    background: linear-gradient(180deg, transparent, rgba(8, 14, 24, 0.92));
    color: #ffffff;
}

.gallery-content h3 {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
}

.gallery-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.video-section {
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.video-shell {
    overflow: hidden;
    border-radius: 1.5rem;
    background: #0f172a;
}

.content-card,
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.content-card {
    padding: 2rem;
}

.product-card-image {
    height: 280px;
}

.product-card-placeholder {
    min-height: 280px;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.75rem;
}

.product-card-body h2,
.product-card-body h3 {
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
}

.product-meta {
    color: #64748b;
    font-size: 0.9rem;
}

.product-copy {
    color: #475569;
}

.quote-inline-form {
    display: flex;
    gap: 0.5rem;
    align-items: end;
}

.quote-inline-form-detail {
    max-width: 18rem;
}

.quote-quantity-input {
    min-width: 5.5rem;
}

.cart-quantity-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.detail-main-image,
.detail-thumb {
    overflow: hidden;
}

.detail-placeholder {
    min-height: 420px;
    border-radius: 1.5rem;
}

.detail-copy p:last-child,
.about-copy p:last-child {
    margin-bottom: 0;
}

.about-visual-grid {
    display: grid;
    gap: 1rem;
}

.about-image-card {
    min-height: 260px;
    overflow: hidden;
    border-radius: 1rem;
}

.about-image,
.about-wide-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.about-image {
    height: 100%;
    min-height: 260px;
}

.about-wide-image {
    height: 320px;
}

.about-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    background:
        linear-gradient(135deg, rgba(16, 36, 61, 0.94), rgba(24, 78, 119, 0.86)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 38%);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    text-align: center;
    padding: 1rem;
}

.payments-hero {
    background:
        linear-gradient(rgba(8, 14, 24, 0.8), rgba(10, 38, 66, 0.74)),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.18), transparent 28%),
        linear-gradient(135deg, #0b1f33, #123a62 55%, #1d4e72);
}

.payments-hero-copy {
    max-width: 48rem;
}

.payments-section {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    color: #122033;
}

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

.payments-card {
    height: 100%;
    border: 1px solid rgba(15, 35, 63, 0.08);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    color: #122033;
}

.payments-card-body {
    padding: 2rem;
    color: #122033;
}

.payments-card h2 {
    margin: 0;
    font-size: 1.55rem;
    color: #122033;
}

.payments-card p {
    margin: 0.85rem 0 0;
    color: #5f6f82;
    line-height: 1.75;
}

.payments-primary-card {
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.2), transparent 30%),
        linear-gradient(180deg, #ffffff, #f6f9fc);
}

.payments-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-top: 1.35rem;
}

.payments-config-note {
    color: #0f4c81;
    font-size: 0.92rem;
    font-weight: 700;
}

.payments-bank-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.payments-bank-card {
    overflow: hidden;
    min-height: 15rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(15, 35, 63, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.payments-bank-image {
    width: 100%;
    height: 100%;
    min-height: 15rem;
    object-fit: contain;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 1.1rem;
}

.payments-bank-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 15rem;
    padding: 1.3rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
}

.payments-bank-placeholder span {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    opacity: 0.76;
}

.payments-bank-placeholder strong {
    margin-top: 0.35rem;
    font-size: 1.2rem;
}

.footer-title {
    margin-bottom: 0.85rem;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer {
    padding: 3rem 0;
    background: #08111d;
    margin-top: 4rem;
}

.footer-brand-logo {
    width: min(100%, 240px);
    height: 78px;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.footer-link {
    display: block;
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-link-disabled {
    color: rgba(255, 255, 255, 0.38);
    cursor: default;
    pointer-events: none;
}

.footer-logout-form {
    margin: 0;
}

.footer-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.footer-social-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-social-link svg {
    width: 18px;
    height: 18px;
}

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

.label-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.dashboard-hero {
    background: linear-gradient(135deg, #10243d, #184e77 55%, #0f172a);
}

.dashboard-hero-card {
    background:
        radial-gradient(circle at top right, rgba(29, 78, 216, 0.12), transparent 35%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.dashboard-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dashboard-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

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

.dashboard-item-list {
    display: grid;
    gap: 0.9rem;
}

.dashboard-item-card {
    padding: 1rem 1.05rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
}

.dashboard-panel-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.dashboard-form-grid {
    display: grid;
    gap: 1.25rem;
}

.dashboard-form-section {
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
}

.dashboard-form-section h2 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.dashboard-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-summary-card {
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);
}

.dashboard-observability-card-active {
    outline: 2px solid rgba(29, 78, 216, 0.18);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.09);
}

.dashboard-log-viewer {
    display: grid;
    gap: 0.65rem;
    max-height: 70vh;
    overflow: auto;
}

.dashboard-log-line {
    margin: 0;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.84rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}

.admin-shortcut {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-shortcut:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
}

.admin-dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.admin-dashboard-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.05rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.admin-dashboard-row:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.admin-dashboard-status {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
}

.admin-dashboard-status.status-new {
    background: #fef3c7;
    color: #92400e;
}

.admin-dashboard-status.status-reviewed {
    background: #dbeafe;
    color: #1d4ed8;
}

.admin-dashboard-status.status-responded {
    background: #d1fae5;
    color: #065f46;
}

.admin-dashboard-status.status-closed {
    background: #e5e7eb;
    color: #4b5563;
}

.admin-dashboard-thumb {
    width: 54px;
    height: 54px;
    border-radius: 0.9rem;
    object-fit: cover;
    flex-shrink: 0;
}

.admin-dashboard-thumb-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.74rem;
    text-align: center;
}

.admin-dashboard-empty {
    padding: 1rem 1.05rem;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    color: #64748b;
    background: #f8fafc;
}

.dashboard-bulk-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.dashboard-table {
    min-width: 1120px;
}

.dashboard-table thead th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom-width: 1px;
}

.dashboard-table-thumb,
.dashboard-form-main-image {
    object-fit: cover;
    border-radius: 1rem;
    background: #e2e8f0;
}

.dashboard-table-thumb {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    color: #475569;
    text-align: center;
}

.dashboard-table-thumb-placeholder {
    padding: 0.35rem;
}

.dashboard-form-main-image {
    width: 100%;
    height: 240px;
}

.dashboard-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
}

.dashboard-pill-success {
    background: #d1fae5;
    color: #065f46;
}

.dashboard-pill-muted {
    background: #e5e7eb;
    color: #4b5563;
}

.dashboard-pill-info {
    background: #dbeafe;
    color: #1d4ed8;
}

.dashboard-pill-warning {
    background: #fef3c7;
    color: #92400e;
}

.dashboard-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.dashboard-row-actions form {
    margin: 0;
}

.dashboard-empty-state {
    padding: 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
}

.dashboard-gallery-forms {
    display: grid;
    gap: 1rem;
}

.dashboard-gallery-card {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
}

.internal-admin-shell {
    min-height: calc(100vh - 7rem);
}

.internal-admin-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.internal-admin-sidebar {
    position: sticky;
    top: 6.5rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #0f172a, #10243d 42%, #123a62);
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.internal-admin-favicon-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.internal-admin-favicon-card:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.internal-admin-favicon-card.is-static:hover {
    transform: none;
}

.internal-admin-favicon-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.internal-admin-favicon-image {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.internal-admin-favicon-image--logo {
    width: 32px;
    height: 32px;
}

.internal-admin-favicon-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #113554, #1f5b8b);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.internal-admin-favicon-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.internal-admin-favicon-copy strong {
    font-size: 0.88rem;
    line-height: 1.2;
}

.internal-admin-favicon-copy small {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.35;
}

.internal-admin-sidebar-top h1 {
    margin: 0.5rem 0 0.4rem;
    font-size: 1.3rem;
    line-height: 1.15;
}

.internal-admin-sidebar-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.internal-admin-group {
    margin-top: 1.5rem;
}

.internal-admin-group.is-separated {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.internal-admin-group.is-technical {
    margin-top: 1.85rem;
}

.internal-admin-group-header h2 {
    margin: 0;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.internal-admin-group-header p {
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.internal-admin-nav-list {
    display: grid;
    gap: 0.6rem;
    margin-top: 1rem;
}

.internal-admin-link {
    display: block;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.internal-admin-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.internal-admin-link.is-active {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.internal-admin-link-label {
    display: block;
    font-weight: 700;
}

.internal-admin-link-topline {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.internal-admin-link-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.24rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    white-space: nowrap;
}

.internal-admin-link-badge.is-django {
    background: rgba(251, 191, 36, 0.16);
    color: #fde68a;
}

.internal-admin-link small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.35;
}

.internal-admin-main > section:first-child {
    padding-top: 0;
}

.object-fit-cover {
    object-fit: cover;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 168px;
    padding: 14px 18px;
    border-radius: 1.2rem;
    background:
        linear-gradient(145deg, #1fa855, #188c47);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(31, 168, 85, 0.28);
}

.whatsapp-float:hover {
    background:
        linear-gradient(145deg, #188c47, #15753c);
    color: #ffffff;
}

.whatsapp-float-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.whatsapp-float-copy strong {
    font-size: 0.95rem;
}

.whatsapp-float-copy small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.72rem;
    font-weight: 600;
}

.whatsapp-widget-shell {
    position: fixed;
    bottom: 24px;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    pointer-events: none;
}

.whatsapp-widget-shell--right {
    right: 24px;
    align-items: flex-end;
}

.whatsapp-widget-shell--left {
    left: 24px;
    align-items: flex-start;
}

.whatsapp-widget-tooltip {
    max-width: 240px;
    padding: 0.72rem 0.95rem;
    border: 1px solid rgba(167, 243, 208, 0.28);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.96), rgba(37, 211, 102, 0.98));
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 32px rgba(34, 197, 94, 0.22);
    backdrop-filter: blur(14px);
    opacity: 0.98;
}

.whatsapp-widget {
    position: relative;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    padding: 0.9rem 1rem 0.9rem 0.88rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.45rem;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px) scale(0.96);
    transition:
        transform 220ms ease,
        opacity 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background 220ms ease;
    box-shadow: 0 22px 46px rgba(8, 16, 30, 0.2);
    backdrop-filter: blur(16px);
}

.whatsapp-widget.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.whatsapp-widget:hover,
.whatsapp-widget:focus-visible {
    color: #ffffff;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 28px 52px rgba(8, 16, 30, 0.24);
}

.whatsapp-widget:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.32);
    outline-offset: 3px;
}

.whatsapp-widget--emerald {
    background: linear-gradient(135deg, rgba(11, 73, 44, 0.96), rgba(37, 211, 102, 0.98));
}

.whatsapp-widget--emerald:hover,
.whatsapp-widget--emerald:focus-visible {
    border-color: rgba(187, 247, 208, 0.52);
    background: linear-gradient(135deg, rgba(16, 104, 61, 0.98), rgba(57, 225, 119, 0.99));
}

.whatsapp-widget--slate {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(51, 65, 85, 0.96));
}

.whatsapp-widget--slate:hover,
.whatsapp-widget--slate:focus-visible {
    border-color: rgba(148, 163, 184, 0.38);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(71, 85, 105, 0.98));
}

.whatsapp-widget--navy {
    border-color: rgba(167, 243, 208, 0.36);
    background: linear-gradient(135deg, rgba(8, 76, 44, 0.98), rgba(37, 211, 102, 0.98));
    box-shadow: 0 24px 48px rgba(19, 122, 67, 0.28);
}

.whatsapp-widget--navy:hover,
.whatsapp-widget--navy:focus-visible {
    border-color: rgba(220, 252, 231, 0.56);
    background: linear-gradient(135deg, rgba(10, 96, 55, 0.99), rgba(44, 228, 112, 0.99));
    box-shadow: 0 30px 56px rgba(19, 122, 67, 0.34);
}

.whatsapp-widget--navy .whatsapp-widget__halo {
    background: radial-gradient(circle, rgba(187, 247, 208, 0.28), rgba(255, 255, 255, 0));
}

.whatsapp-widget__halo {
    position: absolute;
    inset: auto auto -28px -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.whatsapp-widget__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.whatsapp-widget__icon-image {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.whatsapp-widget__icon-svg {
    width: 26px;
    height: 26px;
}

.whatsapp-widget__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
    min-width: 0;
}

.whatsapp-widget__copy strong {
    display: block;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.whatsapp-widget__copy small {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
}

.whatsapp-widget--icon {
    padding-right: 0.88rem;
}

.whatsapp-widget--text .whatsapp-widget__icon {
    display: none;
}

.whatsapp-widget.is-pulsing::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0;
    animation: whatsapp-widget-pulse 3.4s ease-out infinite;
}

@keyframes whatsapp-widget-pulse {
    0% {
        opacity: 0;
        transform: scale(0.94);
    }
    12% {
        opacity: 0.28;
    }
    42% {
        opacity: 0;
        transform: scale(1.06);
    }
    100% {
        opacity: 0;
        transform: scale(1.06);
    }
}

.corporate-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 32%),
        linear-gradient(135deg, #071525 12%, #0d345b 48%, #123a62 100%);
    background-size: cover;
    background-position: center;
}

.corporate-hero::after {
    content: "";
    position: absolute;
    inset: auto -8rem -6rem auto;
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(132, 204, 255, 0.3), rgba(132, 204, 255, 0));
    pointer-events: none;
}

.corporate-hero-shell {
    position: relative;
    z-index: 1;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.corporate-hero-copy {
    color: #ffffff;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    font-weight: 800;
    color: #0f4c81;
}

.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

.corporate-hero .section-kicker {
    color: rgba(255, 255, 255, 0.88);
}

.corporate-hero-title {
    max-width: 11ch;
    color: #f7fbff;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin-bottom: 1.2rem;
    text-wrap: balance;
    text-shadow: 0 12px 28px rgba(3, 12, 24, 0.28);
}

.corporate-hero-subtitle {
    max-width: 38rem;
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.84);
}

.corporate-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.25rem;
    max-width: 46rem;
}

.hero-insight-card {
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 38px rgba(2, 12, 27, 0.14);
    backdrop-filter: blur(10px);
}

.hero-insight-card strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.hero-insight-card span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.hero-board {
    padding: 1rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 56px rgba(2, 12, 27, 0.24);
    backdrop-filter: blur(16px);
}

.hero-editorial-carousel .carousel-indicators {
    margin-bottom: 0.9rem;
}

.hero-editorial-dots {
    justify-content: flex-start;
    gap: 0.4rem;
    margin-left: 0;
    margin-right: 0;
}

.hero-editorial-dots [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    opacity: 1;
}

.hero-editorial-dots .active {
    width: 2rem;
    background: #ffffff;
}

.hero-editorial-slide {
    position: relative;
    overflow: hidden;
    min-height: 34rem;
    border-radius: 1.4rem;
    background:
        linear-gradient(145deg, rgba(15, 76, 129, 0.8), rgba(9, 22, 39, 0.96)),
        #0f172a;
}

.hero-editorial-image {
    width: 100%;
    height: 34rem;
    object-fit: cover;
}

.hero-editorial-carousel-images-only .carousel-inner,
.hero-editorial-carousel-images-only .carousel-item {
    border-radius: 1.4rem;
    overflow: hidden;
}

.hero-editorial-placeholder {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(15, 76, 129, 0.8), rgba(9, 22, 39, 0.96));
}

.hero-editorial-slide-image-only::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 15, 29, 0.02), rgba(5, 15, 29, 0.18));
    pointer-events: none;
}

.hero-editorial-empty-image-only {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 22%),
        radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(15, 76, 129, 0.84), rgba(9, 22, 39, 0.98));
}

.hero-editorial-empty-brand {
    width: 8rem;
    height: 8rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.hero-editorial-empty-logo {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(5, 15, 29, 0.25));
}

.hero-editorial-empty-monogram {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hero-focus-card {
    padding: 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-focus-card strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
}

.hero-focus-card span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.4;
}

.hero-branch-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.hero-branch-strip span {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
}

.home-section {
    padding: 5.5rem 0;
}

.home-section-services {
    background:
        linear-gradient(180deg, #ffffff, #f4f7fb);
}

.home-section-benefits {
    background: #f8fafc;
}

.home-section-portfolio {
    background:
        linear-gradient(180deg, #ffffff, #f5f8fb);
}

.home-section-statistics {
    background:
        radial-gradient(circle at top left, rgba(132, 204, 255, 0.16), transparent 20%),
        linear-gradient(135deg, #071525 10%, #0c2f52 58%, #10243d 100%);
}

.home-section-testimonials {
    background: #eef4f9;
}

.home-section-news {
    background: #ffffff;
}

.section-heading-shell {
    margin-bottom: 2rem;
}

.section-heading-shell-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
}

.section-heading-shell h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
}

.section-heading-shell p {
    max-width: 48rem;
    margin: 0.7rem 0 0;
    line-height: 1.7;
    color: #5f6f82;
}

.section-heading-shell-light h2,
.section-heading-shell-light p,
.section-heading-shell-light .section-kicker {
    color: #ffffff;
}

.section-heading-shell-light p {
    color: rgba(255, 255, 255, 0.72);
}

.section-empty-state {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(15, 35, 63, 0.08);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 251, 0.96));
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.section-empty-state-light {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.section-empty-state-copy {
    max-width: 40rem;
}

.section-empty-state h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #10243d;
}

.section-empty-state p {
    margin: 0.55rem 0 0;
    color: #5f6f82;
    line-height: 1.7;
}

.section-empty-state-light h3,
.section-empty-state-light p {
    color: #ffffff;
}

.service-card,
.news-card {
    height: 100%;
    border-radius: 1.4rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 35, 63, 0.06);
}

.service-card-media,
.news-card-media {
    position: relative;
    overflow: hidden;
}

.service-card-image,
.news-card-image {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.service-card-placeholder,
.news-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
    font-weight: 700;
}

.service-card-placeholder {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.35rem;
    gap: 0.4rem;
}

.service-card-placeholder span {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    opacity: 0.78;
}

.service-card-placeholder strong {
    font-size: 1.75rem;
    line-height: 1;
}

.service-card-highlight {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #10243d;
    font-size: 0.78rem;
    font-weight: 800;
}

.service-card-body,
.news-card-body {
    padding: 1.5rem;
}

.service-card-body h3,
.news-card-body h3 {
    margin: 0;
    font-size: 1.4rem;
}

.service-card-body p,
.news-card-body p {
    margin: 0.8rem 0 0;
    color: #5f6f82;
    line-height: 1.65;
}

.service-card-link,
.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.service-card-link:hover,
.news-card-link:hover {
    color: #0b365b;
}

.benefits-media-card {
    position: relative;
    overflow: hidden;
    min-height: 38rem;
    border-radius: 1.6rem;
    background: #10243d;
    color: #ffffff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}

.benefits-media-image,
.benefits-media-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.benefits-media-image {
    object-fit: cover;
}

.benefits-media-placeholder {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(145deg, #0f4c81, #10243d);
}

.benefits-media-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 38rem;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(7, 21, 37, 0.12), rgba(7, 21, 37, 0.92));
}

.benefits-media-copy .section-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.benefits-media-copy .section-kicker::before {
    background: rgba(255, 255, 255, 0.58);
}

.benefits-media-copy h2 {
    margin: 0;
    font-size: 2.2rem;
    color: #ffffff;
    text-wrap: balance;
}

.benefits-media-copy p {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.benefits-stack {
    display: grid;
    gap: 1rem;
}

.benefit-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    border-radius: 1.2rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.benefit-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 1.1rem;
    background: linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
}

.benefit-item-copy h3 {
    margin: 0;
    font-size: 1.25rem;
}

.benefit-item-copy p {
    margin: 0.55rem 0 0;
    color: #5f6f82;
    line-height: 1.65;
}

.benefit-item-support {
    display: inline-flex;
    margin-top: 0.9rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: #e9f2fa;
    color: #0f4c81;
    font-size: 0.8rem;
    font-weight: 700;
}

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

.stat-card {
    padding: 1.5rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.stat-card.is-highlighted {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(132, 204, 255, 0.12));
    transform: translateY(-6px);
}

.stat-card-value {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
    font-weight: 800;
}

.stat-card-value span {
    font-size: 0.48em;
    opacity: 0.75;
}

.stat-card h3 {
    margin: 1rem 0 0;
    font-size: 1.2rem;
}

.stat-card p {
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
    color: #0f4c81;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.portfolio-group-stack {
    display: grid;
    gap: 2rem;
}

.portfolio-group-header {
    margin-bottom: 1rem;
}

.portfolio-group-header h3 {
    margin: 0;
    font-size: 1.5rem;
}

.portfolio-product-card,
.testimonial-card {
    height: 100%;
    border-radius: 1.4rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 35, 63, 0.06);
}

.portfolio-product-media {
    position: relative;
}

.portfolio-product-image,
.portfolio-product-placeholder {
    width: 100%;
    height: 16rem;
}

.portfolio-product-image {
    object-fit: cover;
}

.portfolio-product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
}

.portfolio-product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #10243d;
    font-size: 0.78rem;
    font-weight: 800;
}

.portfolio-product-body {
    padding: 1.4rem;
}

.portfolio-product-category {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: #0f4c81;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portfolio-product-body h4 {
    margin: 0;
    font-size: 1.3rem;
}

.portfolio-product-body p {
    margin: 0.7rem 0 0;
    color: #5f6f82;
    line-height: 1.65;
}

.portfolio-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1rem;
    color: #0f4c81;
    font-size: 0.86rem;
    font-weight: 700;
}

.portfolio-product-link {
    display: inline-flex;
    margin-top: 1rem;
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.testimonial-card {
    padding: 1.5rem;
}

.testimonial-card-top {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.testimonial-avatar,
.testimonial-avatar-placeholder {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    flex-shrink: 0;
}

.testimonial-avatar {
    object-fit: cover;
}

.testimonial-avatar-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
}

.testimonial-card-top h3 {
    margin: 0;
    font-size: 1.15rem;
}

.testimonial-card-top p {
    margin: 0.25rem 0 0;
    color: #5f6f82;
}

.testimonial-card blockquote {
    margin: 1rem 0 0;
    color: #23364c;
    font-size: 1rem;
    line-height: 1.8;
}

.home-section-events,
.home-section-events-list,
.event-detail-section {
    background:
        radial-gradient(circle at top right, rgba(15, 76, 129, 0.08), transparent 28rem),
        linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

.event-card,
.event-gallery-card,
.event-video-shell,
.event-detail-shell {
    border: 1px solid rgba(15, 76, 129, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.event-card {
    height: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 76, 129, 0.18);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.event-card-media {
    position: relative;
}

.event-card-image,
.event-card-placeholder {
    width: 100%;
    height: 15.5rem;
    display: block;
}

.event-card-logo-shell {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.event-card-logo,
.event-detail-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-card-image,
.event-detail-image,
.event-gallery-image {
    object-fit: cover;
}

.event-card-placeholder,
.event-detail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0f4c81, #10243d);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
}

.event-card-badges,
.event-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.event-card-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
}

.event-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(8, 34, 61, 0.92);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.event-card-badge-soft {
    background: rgba(255, 255, 255, 0.92);
    color: #10243d;
}

.event-card-badge-accent {
    background: linear-gradient(135deg, #0f8c63, #11a779);
}

.event-card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.event-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: #5f6f82;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.event-card h3 {
    margin: 0;
    color: #10243d;
    font-size: 1.32rem;
    line-height: 1.2;
}

.event-card p {
    margin: 0;
    color: #44566c;
    line-height: 1.72;
}

.event-card-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
}

.event-card-location {
    color: #0f4c81;
    font-size: 0.92rem;
    font-weight: 700;
}

.event-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.event-card-link:hover {
    color: #0a3155;
}

.page-intro-events {
    padding: 5rem 0 1.5rem;
    background:
        linear-gradient(180deg, rgba(6, 21, 39, 0.96) 0%, rgba(11, 40, 71, 0.93) 100%),
        radial-gradient(circle at top left, rgba(79, 149, 212, 0.3), transparent 25rem);
    color: #ffffff;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.page-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.page-intro-shell {
    max-width: 48rem;
}

.page-intro-shell h1 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.05;
}

.page-intro-shell p {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.8;
}

.event-detail-section {
    padding: 4.5rem 0 5rem;
}

.event-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 2rem;
}

.event-detail-media {
    min-height: 100%;
}

.event-detail-image,
.event-detail-placeholder {
    width: 100%;
    height: 100%;
    min-height: 28rem;
    display: block;
}

.event-detail-copy {
    padding: 2rem;
}

.event-detail-logo-shell {
    width: 5rem;
    height: 5rem;
    padding: 0.8rem;
    border-radius: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(15, 76, 129, 0.1);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.event-detail-copy h1 {
    margin: 0.9rem 0 0;
    color: #10243d;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.event-detail-summary {
    margin: 1rem 0 0;
    color: #44566c;
    font-size: 1.08rem;
    line-height: 1.8;
}

.event-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.event-detail-meta div {
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: #f3f7fb;
}

.event-detail-meta dt {
    margin: 0;
    color: #5f6f82;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-detail-meta dd {
    margin: 0.45rem 0 0;
    color: #10243d;
    font-weight: 700;
}

.event-detail-body {
    margin-top: 1.5rem;
    color: #23364c;
    line-height: 1.85;
}

.event-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.event-detail-block {
    margin-top: 2rem;
}

.event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.event-gallery-card {
    overflow: hidden;
    border-radius: 1.35rem;
}

.event-gallery-image {
    width: 100%;
    height: 15rem;
    display: block;
}

.event-video-shell {
    overflow: hidden;
    border-radius: 1.5rem;
}

.event-video-shell iframe {
    width: 100%;
    min-height: 30rem;
    border: 0;
    display: block;
}

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

    .internal-admin-sidebar {
        position: static;
    }

    .hero-title {
        max-width: none;
    }

    .navbar .btn {
        margin-top: 0.75rem;
    }

    .hero-stats,
    .gallery-ribbon,
    .payments-bank-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corporate-hero-shell {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .corporate-hero-title {
        max-width: none;
        font-size: clamp(2.8rem, 7vw, 4.6rem);
        line-height: 0.94;
    }

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

    .benefits-media-card,
    .benefits-media-copy,
    .hero-editorial-slide,
    .hero-editorial-image,
    .hero-editorial-empty-image-only {
        min-height: 28rem;
        height: 28rem;
    }

    .portfolio-product-image,
    .portfolio-product-placeholder {
        height: 13rem;
    }

    .hero-thumbnail-nav {
        grid-template-columns: 1fr;
    }

    .dashboard-bulk-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-kpi-grid,
    .dashboard-summary-grid,
    .dashboard-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-empty-state {
        align-items: start;
    }

    .whatsapp-widget-tooltip {
        max-width: 220px;
    }

    .event-detail-shell {
        grid-template-columns: 1fr;
    }

    .event-detail-image,
    .event-detail-placeholder {
        min-height: 22rem;
    }

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

@media (max-width: 575.98px) {
    .corporate-hero-title {
        font-size: clamp(2.4rem, 11vw, 3.4rem);
        line-height: 0.93;
    }

    .corporate-hero-subtitle {
        font-size: 1rem;
        line-height: 1.68;
    }

    .hero-stats,
    .gallery-ribbon,
    .payments-bank-grid {
        grid-template-columns: 1fr;
    }

    .corporate-hero-actions,
    .benefits-actions,
    .section-heading-shell-inline,
    .hero-insight-grid,
    .statistics-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-insight-grid {
        display: grid;
    }

    .benefit-item {
        grid-template-columns: 1fr;
    }

    .benefit-item-icon {
        width: 58px;
        height: 58px;
    }

    .quote-inline-form,
    .cart-quantity-form {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-dashboard-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-row-actions {
        flex-direction: column;
    }

    .hero-slide-card,
    .hero-slide-image,
    .hero-slide-fallback {
        min-height: 22rem;
        height: 22rem;
    }

    .hero-editorial-slide,
    .hero-editorial-image,
    .hero-editorial-empty-image-only,
    .benefits-media-card,
    .benefits-media-copy {
        min-height: 24rem;
        height: auto;
    }

    .service-card-placeholder {
        min-height: 11rem;
    }

    .testimonial-card-top {
        align-items: flex-start;
    }

    .dashboard-kpi-grid,
    .dashboard-summary-grid,
    .dashboard-action-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-widget-shell--right,
    .whatsapp-widget-shell--left {
        right: 14px;
        left: auto;
        align-items: flex-end;
    }

    .whatsapp-widget-tooltip {
        display: none;
    }

    .whatsapp-widget {
        max-width: min(92vw, 330px);
        padding: 0.78rem 0.88rem 0.78rem 0.76rem;
        border-radius: 1.25rem;
    }

    .whatsapp-widget__icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
    }

    .whatsapp-widget__copy strong {
        font-size: 0.9rem;
    }

    .whatsapp-widget__copy small {
        font-size: 0.72rem;
    }

    .page-intro-events {
        padding-top: 4rem;
    }

    .event-card-image,
    .event-card-placeholder,
    .event-gallery-image,
    .event-detail-image,
    .event-detail-placeholder {
        height: auto;
        min-height: 16rem;
    }

    .event-detail-meta,
    .event-gallery-grid {
        grid-template-columns: 1fr;
    }

    .event-video-shell iframe {
        min-height: 16rem;
    }
}

/* Premium design system refresh */
:root {
    --font-sans: "IBM Plex Sans", "Segoe UI", sans-serif;
    --font-display: "Manrope", "IBM Plex Sans", "Segoe UI", sans-serif;
    --surface-base: #edf2f7;
    --surface-elevated: #ffffff;
    --surface-muted: #f5f8fb;
    --surface-panel: #e8eef4;
    --surface-dark: #0b1523;
    --surface-dark-alt: #112439;
    --surface-dark-soft: rgba(255, 255, 255, 0.06);
    --line-soft: rgba(15, 23, 42, 0.08);
    --line-strong: rgba(15, 23, 42, 0.16);
    --text-strong: #0f1d2d;
    --text-base: #344558;
    --text-muted: #617387;
    --text-inverse: rgba(255, 255, 255, 0.9);
    --text-inverse-muted: rgba(255, 255, 255, 0.74);
    --brand-500: #2c628d;
    --brand-600: #234e73;
    --brand-700: #163c5f;
    --brand-800: #112d49;
    --brand-900: #0b1a2a;
    --accent-400: #6ea7d3;
    --accent-500: #4c88b8;
    --success-500: #18745b;
    --warning-500: #a76c1c;
    --danger-500: #b54646;
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --shadow-xs: 0 10px 20px rgba(7, 16, 28, 0.04);
    --shadow-sm: 0 18px 34px rgba(7, 16, 28, 0.06);
    --shadow-md: 0 28px 56px rgba(7, 16, 28, 0.1);
    --section-space: clamp(4rem, 6vw, 5.75rem);
}

body.site-shell {
    background:
        radial-gradient(circle at top, rgba(76, 136, 184, 0.08), transparent 28rem),
        linear-gradient(180deg, #eef3f8 0%, #f8fafc 24%, #edf2f7 100%);
    color: var(--text-base);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.footer-title {
    font-family: var(--font-display);
    color: var(--text-strong);
    font-weight: 700;
    letter-spacing: -0.03em;
}

p,
li,
dd,
dt,
small,
span,
label,
input,
select,
textarea,
button {
    font-family: var(--font-sans);
}

a {
    color: inherit;
}

::selection {
    background: rgba(76, 136, 184, 0.18);
}

.btn {
    --bs-btn-border-radius: var(--radius-md);
    border-radius: var(--radius-md) !important;
    padding: 0.84rem 1.24rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    border-width: 1px;
    box-shadow: none;
}

.btn-lg,
.btn.btn-lg {
    --bs-btn-border-radius: var(--radius-md);
    border-radius: var(--radius-md) !important;
    padding: 1rem 1.45rem;
}

.btn-sm,
.btn.btn-sm {
    --bs-btn-border-radius: 12px;
    border-radius: 12px !important;
    padding: 0.62rem 0.95rem;
}

.btn-primary,
.btn-dark,
.btn-success,
.btn-danger,
.btn-outline-dark,
.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-light,
.btn-light {
    --bs-btn-border-radius: var(--radius-md);
    border-radius: var(--radius-md) !important;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:focus-visible {
    box-shadow: 0 0 0 0.22rem rgba(76, 136, 184, 0.18);
}

.btn-dark,
.btn-primary {
    background: linear-gradient(135deg, var(--brand-800), var(--brand-700));
    border-color: rgba(10, 24, 39, 0.9);
    color: #ffffff;
    box-shadow: var(--shadow-xs);
}

.btn-dark:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, var(--brand-900), var(--brand-800));
    border-color: rgba(10, 24, 39, 0.96);
    color: #ffffff;
    box-shadow: var(--shadow-sm);
}

.btn-outline-dark {
    border-color: rgba(11, 26, 42, 0.18);
    color: var(--text-strong);
    background: rgba(255, 255, 255, 0.72);
}

.btn-outline-dark:hover {
    border-color: rgba(11, 26, 42, 0.24);
    background: #ffffff;
    color: var(--text-strong);
    box-shadow: var(--shadow-xs);
}

.btn-light {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.68);
    color: var(--text-strong);
}

.btn-light:hover {
    background: #ffffff;
    color: var(--text-strong);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.32);
    color: #ffffff;
}

.btn-success {
    background: linear-gradient(135deg, #148264, #1c9c77);
    border-color: #148264;
}

.btn-ghost-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.84rem 1.24rem;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    color: var(--brand-700);
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.btn-ghost-dark:hover {
    color: var(--brand-800);
    background: rgba(22, 60, 95, 0.08);
    transform: translateY(-2px);
}

.form-control,
.form-select {
    min-height: 3.2rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.94);
    color: var(--text-strong);
    padding: 0.8rem 0.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

textarea.form-control {
    min-height: 10.5rem;
    resize: vertical;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #7f8ea0;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(76, 136, 184, 0.56);
    box-shadow: 0 0 0 0.22rem rgba(76, 136, 184, 0.14);
    background: #ffffff;
}

.form-label {
    margin-bottom: 0.55rem;
    color: var(--text-strong);
    font-size: 0.94rem;
    font-weight: 600;
}

.errorlist {
    margin: 0.55rem 0 0;
    padding: 0;
    list-style: none;
    color: var(--danger-500);
    font-size: 0.88rem;
    line-height: 1.45;
}

.label-title {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}

.eyebrow,
.section-kicker,
.news-card-meta,
.portfolio-product-category,
.event-card-meta,
.event-card-badge,
.benefit-item-support,
.service-card-highlight,
.brand-copy small {
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 0.82rem;
}

.section-kicker,
.eyebrow {
    margin-bottom: 0.9rem;
    font-weight: 700;
}

.section-kicker::before {
    width: 24px;
}

.section-heading,
.section-heading-shell {
    margin-bottom: 1.75rem;
}

.section-heading h2,
.section-heading-shell h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--text-strong);
}

.section-heading p,
.section-heading-shell p {
    margin: 0.7rem 0 0;
    max-width: 52rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.section-heading-shell-light h2,
.section-heading-shell-light p,
.section-heading-shell-light .section-kicker {
    color: #ffffff;
}

.section-heading-shell-light p {
    color: rgba(255, 255, 255, 0.74);
}

.section-heading-shell-light .section-kicker::before {
    background: rgba(255, 255, 255, 0.58);
}

.section-heading-meta {
    align-self: start;
    padding: 0.75rem 0.95rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--line-soft);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-muted);
    font-size: 0.9rem;
}

.site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(8, 14, 24, 0.96), rgba(8, 14, 24, 0.9));
    box-shadow: 0 18px 40px rgba(4, 12, 22, 0.12);
}

.site-logo {
    height: 52px;
}

.site-logo-placeholder {
    border-radius: 18px;
    background: linear-gradient(135deg, #244a72, #10243d);
}

.site-header .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    font-weight: 600;
}

.site-header .nav-link:hover {
    color: #ffffff;
}

.site-header .btn,
.site-header-cta,
.portal-user-trigger,
.navbar-toggler,
.btn-group > .btn,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.btn-close {
    border-radius: var(--radius-md) !important;
}

.portal-user-menu {
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.dropdown-item {
    border-radius: 12px;
}

.site-footer {
    padding-top: clamp(3rem, 5vw, 4rem);
    background:
        radial-gradient(circle at top right, rgba(76, 136, 184, 0.16), transparent 18rem),
        linear-gradient(180deg, #0b1523 0%, #0a121f 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
    color: #ffffff;
}

.footer-link,
.footer-link-disabled {
    color: rgba(255, 255, 255, 0.72);
}

.footer-link:hover,
.footer-social-link:hover {
    color: #ffffff;
}

.footer-social-link {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.content-card,
.product-card,
.service-card,
.news-card,
.portfolio-product-card,
.testimonial-card,
.event-card,
.benefit-item,
.payments-card,
.dashboard-hero-card,
.admin-shortcut,
.dashboard-kpi-grid > .card,
.dashboard-summary-grid > .card,
.dashboard-action-grid > .card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-xs);
}

.service-card,
.news-card,
.portfolio-product-card,
.testimonial-card,
.event-card,
.benefit-item,
.content-card,
.product-card,
.payments-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.98));
}

.hero-board,
.hero-insight-card,
.benefits-media-card,
.stat-card {
    border-radius: var(--radius-lg);
}

.hero-board {
    box-shadow: var(--shadow-md);
}

.hero-insight-card,
.stat-card,
.benefit-item {
    box-shadow: var(--shadow-xs);
}

.internal-admin-shell {
    background:
        radial-gradient(circle at top right, rgba(76, 136, 184, 0.12), transparent 28rem),
        linear-gradient(180deg, #f6f9fc 0%, #edf3f8 100%);
}

.internal-admin-sidebar {
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(11, 21, 35, 0.96), rgba(17, 36, 57, 0.94));
    box-shadow: var(--shadow-md);
}

.internal-admin-sidebar-top h1,
.internal-admin-group-header h2,
.internal-admin-link-label,
.internal-admin-link small,
.internal-admin-sidebar-top p,
.internal-admin-group-header p {
    color: #ffffff;
}

.internal-admin-link {
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.internal-admin-link:hover,
.internal-admin-link.is-active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.internal-admin-link-badge {
    border-radius: 999px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.75rem, 9vw, 6.5rem) 0 clamp(4.5rem, 8vw, 5.6rem);
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: auto auto -10rem -4rem;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(110, 167, 211, 0.22), transparent 70%);
    pointer-events: none;
}

.page-hero--catalog,
.page-hero--detail,
.page-hero--contact,
.page-hero--quote {
    background:
        radial-gradient(circle at top right, rgba(110, 167, 211, 0.18), transparent 30%),
        linear-gradient(135deg, #0b1523 10%, #173552 52%, #0f2339 100%);
}

.page-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 1.5rem;
    align-items: end;
}

.page-hero-shell--detail {
    align-items: start;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.page-hero-copy h1 {
    margin: 0;
    max-width: 13ch;
    color: #ffffff;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 0.96;
}

.page-hero-copy p {
    max-width: 40rem;
    margin: 1rem 0 0;
    color: var(--text-inverse-muted);
    font-size: 1.06rem;
    line-height: 1.78;
}

.page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.page-hero-panel {
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
}

.hero-panel-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hero-metric-grid {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.hero-metric {
    padding: 0.95rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.hero-metric span {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
}

.hero-metric strong {
    display: block;
    margin-top: 0.28rem;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 1.18rem;
    line-height: 1.25;
    word-break: break-word;
}

.hero-panel-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.6;
}

.premium-breadcrumb {
    position: relative;
    z-index: 1;
    margin-bottom: 1.4rem;
}

.premium-breadcrumb,
.premium-breadcrumb a {
    color: rgba(255, 255, 255, 0.76);
}

.section-premium {
    padding: 0 0 var(--section-space);
}

.section-premium--compact {
    padding-top: 0.5rem;
}

.section-overlap {
    position: relative;
    z-index: 2;
    margin-top: calc(var(--section-space) * -0.42);
}

.surface-panel {
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
    box-shadow: var(--shadow-sm);
    padding: 1.5rem;
}

.surface-panel--soft {
    background: linear-gradient(180deg, #f8fbfe, #eef3f8);
}

.surface-panel--raised {
    box-shadow: var(--shadow-md);
}

.surface-panel--dark {
    background:
        radial-gradient(circle at top right, rgba(110, 167, 211, 0.16), transparent 35%),
        linear-gradient(180deg, #0f2135 0%, #0b1523 100%);
    border-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.surface-panel--dark h2,
.surface-panel--dark strong,
.surface-panel--dark .section-kicker {
    color: #ffffff;
}

.surface-panel--dark p {
    color: rgba(255, 255, 255, 0.74);
}

.empty-state-panel {
    padding: 1.6rem;
    border: 1px dashed rgba(15, 23, 42, 0.18);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-base);
}

.empty-state-panel h3 {
    margin: 0;
    font-size: 1.2rem;
}

.empty-state-panel p {
    margin: 0.55rem 0 0;
    color: var(--text-muted);
}

.empty-state-panel--compact {
    padding: 1.2rem;
}

.ui-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: var(--text-strong);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.ui-pill--accent {
    background: rgba(36, 74, 114, 0.1);
    border-color: rgba(36, 74, 114, 0.12);
    color: var(--brand-700);
}

.ui-pill--warm {
    background: rgba(167, 108, 28, 0.12);
    border-color: rgba(167, 108, 28, 0.12);
    color: var(--warning-500);
}

.catalog-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.catalog-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.catalog-featured-card,
.catalog-product-card,
.related-product-card {
    overflow: hidden;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
    box-shadow: var(--shadow-xs);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.catalog-featured-card:hover,
.catalog-product-card:hover,
.related-product-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: var(--shadow-sm);
}

.catalog-featured-card.is-lead {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1fr);
    background:
        radial-gradient(circle at top right, rgba(110, 167, 211, 0.18), transparent 30%),
        linear-gradient(135deg, #0e1c2c 0%, #133757 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-md);
}

.catalog-featured-media,
.catalog-product-media,
.related-product-media {
    position: relative;
    background: linear-gradient(135deg, #dfe8f0, #eff4f8);
}

.catalog-featured-card.is-lead .catalog-featured-media {
    min-height: 100%;
}

.catalog-featured-image,
.catalog-product-image,
.related-product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.catalog-featured-card:not(.is-lead) .catalog-featured-media,
.related-product-media {
    aspect-ratio: 16 / 11;
}

.catalog-product-media {
    aspect-ratio: 4 / 3;
}

.catalog-featured-placeholder,
.catalog-product-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(145deg, #1a466e, #10243d);
    color: #ffffff;
}

.catalog-featured-placeholder span,
.catalog-product-placeholder span {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    opacity: 0.76;
}

.catalog-featured-placeholder strong,
.catalog-product-placeholder strong {
    margin-top: 0.35rem;
    font-size: 1.25rem;
    line-height: 1.2;
}

.catalog-featured-body,
.catalog-product-body,
.related-product-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.catalog-featured-card.is-lead .catalog-featured-body {
    padding: 2rem;
    color: #ffffff;
}

.catalog-featured-card:not(.is-lead) .catalog-featured-body {
    padding: 1.35rem;
}

.catalog-featured-copy h3,
.catalog-product-copy h3,
.related-product-body h3 {
    margin: 0;
    color: inherit;
    font-size: 1.42rem;
    line-height: 1.18;
}

.catalog-featured-copy p,
.catalog-product-copy p,
.related-product-body p {
    margin: 0.55rem 0 0;
    color: inherit;
    line-height: 1.7;
}

.catalog-featured-card.is-lead .catalog-featured-copy p {
    color: rgba(255, 255, 255, 0.74);
}

.catalog-featured-card:not(.is-lead) .catalog-featured-copy p,
.catalog-product-copy p,
.related-product-body p {
    color: var(--text-muted);
}

.catalog-featured-specs,
.catalog-product-meta {
    display: grid;
    gap: 0.85rem;
}

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

.catalog-featured-specs div,
.catalog-product-meta div,
.contact-data-card {
    padding: 0.95rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--line-soft);
}

.catalog-featured-card.is-lead .catalog-featured-specs div {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.catalog-featured-specs span,
.catalog-product-meta span,
.contact-data-card span,
.product-summary-row span {
    display: block;
    color: var(--text-muted);
    font-size: 0.8rem;
}

.catalog-featured-card.is-lead .catalog-featured-specs span {
    color: rgba(255, 255, 255, 0.62);
}

.catalog-featured-specs strong,
.catalog-product-meta strong,
.contact-data-card strong,
.product-summary-row strong {
    display: block;
    margin-top: 0.32rem;
    color: var(--text-strong);
    font-size: 1rem;
}

.catalog-featured-card.is-lead .catalog-featured-specs strong {
    color: #ffffff;
}

.catalog-featured-actions,
.catalog-product-footer,
.product-summary-actions,
.contact-detail-actions,
.quote-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.catalog-featured-actions {
    margin-top: auto;
}

.catalog-inline-form {
    display: grid;
    grid-template-columns: minmax(86px, 96px) minmax(0, 1fr);
    gap: 0.65rem;
    align-items: stretch;
}

.catalog-grid,
.related-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.catalog-product-body,
.related-product-body {
    padding: 1.35rem;
}

.catalog-product-footer {
    margin-top: auto;
    align-items: end;
}

.related-product-meta {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.product-detail-layout,
.contact-layout,
.quote-request-layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.product-detail-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
}

.product-detail-main,
.contact-content-stack,
.quote-side-stack {
    display: grid;
    gap: 1.25rem;
}

.product-gallery-stage {
    min-height: 35rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(135deg, #dfe8f0, #eff4f8);
}

.product-gallery-main-image {
    width: 100%;
    height: 100%;
    min-height: 35rem;
    object-fit: cover;
    display: block;
}

.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
    gap: 0.85rem;
    margin-top: 0.95rem;
}

.product-gallery-thumb {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--line-soft);
    background: var(--surface-panel);
    aspect-ratio: 1;
}

.product-gallery-thumb-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-description-panel h2,
.product-summary-panel h2,
.contact-selector-panel h2,
.contact-detail-panel h2,
.contact-map-panel h2,
.quote-form-panel h2,
.quote-summary-panel h2,
.quote-trust-panel h2 {
    margin: 0;
    font-size: 1.8rem;
}

.product-description-copy {
    margin-top: 1rem;
    color: var(--text-base);
    line-height: 1.78;
}

.product-summary-panel {
    position: sticky;
    top: 6.7rem;
}

.product-summary-copy,
.quote-form-intro,
.contact-detail-panel > p,
.contact-map-header p {
    margin: 0.9rem 0 0;
    color: var(--text-muted);
    line-height: 1.72;
}

.product-summary-matrix {
    display: grid;
    gap: 0.2rem;
    margin-top: 1rem;
}

.product-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line-soft);
}

.detail-inline-form {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.contact-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.15fr);
}

.contact-selector-panel,
.quote-summary-panel {
    padding: 1.5rem;
}

.contact-selector-helper {
    margin: 0.95rem 0 0;
    color: var(--text-muted);
    line-height: 1.65;
}

.contact-detail-header,
.contact-map-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.contact-detail-header p {
    margin: 0.7rem 0 0;
    color: var(--text-muted);
}

.contact-data-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.contact-map-shell {
    overflow: hidden;
    margin-top: 1rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line-soft);
    min-height: 26rem;
}

.contact-map-shell iframe {
    width: 100%;
    min-height: 26rem;
    display: block;
}

.quote-request-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
}

.quote-form-grid,
.quote-summary-list,
.quote-trust-list {
    display: grid;
    gap: 1rem;
}

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

.quote-summary-item {
    padding: 1rem 0;
    border-top: 1px solid var(--line-soft);
}

.quote-summary-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.quote-summary-top {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
}

.quote-summary-top strong {
    color: var(--text-strong);
    font-size: 1rem;
    line-height: 1.45;
}

.quote-summary-meta {
    margin-top: 0.45rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.quote-trust-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.quote-trust-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 700;
}

.quote-trust-item strong {
    display: block;
    color: #ffffff;
}

.quote-trust-item p {
    margin: 0.35rem 0 0;
}

@media (max-width: 1199.98px) {
    .catalog-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-featured-card.is-lead {
        grid-column: span 2;
    }

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

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

@media (max-width: 991.98px) {
    .page-hero {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .page-hero-shell,
    .product-detail-layout,
    .contact-layout,
    .quote-request-layout {
        grid-template-columns: 1fr;
    }

    .page-hero-copy h1 {
        max-width: none;
    }

    .catalog-featured-card.is-lead {
        grid-template-columns: 1fr;
    }

    .product-summary-panel {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .page-hero-panel,
    .surface-panel {
        padding: 1.2rem;
    }

    .page-hero-actions,
    .catalog-featured-actions,
    .catalog-product-footer,
    .product-summary-actions,
    .contact-detail-actions,
    .quote-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-metric-grid,
    .catalog-grid,
    .related-products-grid,
    .catalog-featured-grid,
    .quote-form-row,
    .contact-data-grid,
    .catalog-featured-specs {
        grid-template-columns: 1fr;
    }

    .catalog-inline-form {
        grid-template-columns: 1fr;
    }

    .product-gallery-stage,
    .product-gallery-main-image {
        min-height: 21rem;
    }

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

    .contact-map-shell,
    .contact-map-shell iframe {
        min-height: 18rem;
    }

    .quote-summary-top,
    .contact-detail-header,
    .contact-map-header {
        flex-direction: column;
    }
}
