:root {
    --red:       #CE2029;
    --red-light: #f5e6e7;
    --red-dark:  #a3151c;

    --yellow:      #F5C542;
    --yellow-light:#FDF5E0;
    --yellow-dark: #D4A82A;

    --orange:      #F28C38;
    --orange-light: #ff9f41;
    --orange-dark: #CC6F1E;

    --green:       #2A9D6E;
    --green-light: #E6F4EF;
    --green-dark:  #1C6E4A;

    --dark:      #0f1a21;
    --dark2:     #1c2b35;
    --mid:       #3d5163;
    --muted:     #6b7f8e;
    --border:    #dde3e8;
    --border-light:    #f5f5f5;
    --bg:        #f7f9fb;
    --white:     #ffffff;
    --text:      #1c2b35;
    --text-soft: #4a5e6d;
}

* { box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--text);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'Sora', sans-serif;
    line-height: 1.2;
    font-weight: 700;
}

/* ─── TOP BAR ─── */
.topbar {
    background: var(--dark);
    color: rgba(255,255,255,0.7);
    font-size: 12.5px;
    padding: 9px 0;
    letter-spacing: 0.02em;
}
.topbar a { color: rgba(255,255,255,0.7); text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar .sep { margin: 0 14px; opacity: 0.3; }

/* ─── NAVBAR ─── */
.lmn-nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1045;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.lmn-nav .navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    text-decoration: none;
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 1px #0A0000;
}
.brand-logo { height: 72px; width: auto; }
.brand-text .name {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
    letter-spacing: -0.02em;
}
.brand-text .name span { color: var(--red); }
.brand-text .tagline {
    font-size: 10.5px;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 2px;
}
.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--mid) !important;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--dark) !important; background: var(--bg); }
.navbar-nav .nav-link.btn-nav-contact,
.navbar-nav .nav-link.btn-nav-contact:hover { color: #fff !important; }
.btn-nav-contact {
    background: var(--red);
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 9px 22px !important;
    border-radius: 4px !important;
    transition: background 0.15s;
}
.btn-nav-contact:hover { background: var(--red-dark) !important; color: #fff !important; }

.btn-product-info {
    text-transform:uppercase;
    background: var(--red, #CE2029);
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 6px 22px !important;
    border-radius: 6px !important;
    transition: background 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.btn-product-info:hover {
    background: var(--red-dark, #a3151c) !important;
    color: #fff !important;
}

/* Pagination white style */
.pagination .page-link {
    background-color: var(--white, #ffffff);
    border-color: var(--border, #dde3e8);
    color: var(--text, #1c2b35);
}

.pagination .page-link:hover {
    background-color: var(--border-light, #f5f5f5);
    border-color: var(--border, #dde3e8);
    color: var(--text, #1c2b35);
}

.pagination .page-item.active .page-link {
    background-color: var(--mid);
    border-color: var(--mid);
    color: var(--white, #ffffff);
}

.pagination .page-item.disabled .page-link {
    background-color: var(--border-light, #f5f5f5);
    color: var(--muted, #6b7f8e);
    border-color: var(--border, #dde3e8);
}
/* ─── SUBMENU (desktop) ─── */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: 0;
}
.dropdown-submenu > a.dropdown-toggle::after {
    border-top:    0.3em solid transparent;
    border-right:  0;
    border-bottom: 0.3em solid transparent;
    border-left:   0.3em solid;
    vertical-align: middle;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    padding: 0.5rem 0.6rem;
}
footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;

}
footer .btn.btn-social:hover {
    margin-right: 5px;
    color: var(--dark2);
    border: 1px solid #9B9B9B;

}

.navbar-nav .dropdown-menu .dropdown-item   {
    font-size: 14px;
    font-weight: 500;
    color: var(--mid) !important;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}
.brand-logo {
    height: 72px;
    width: auto;  /* Could cause overflow on very small screens */
}

#contactarea img{
    border-radius: 16px;
}

/* Overlay container – hidden by default, shown on hover */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);   /* dark semi-transparent backdrop */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Show overlay on parent hover */
.position-relative:hover .portfolio-overlay {
    opacity: 1;
}
/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--red);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--red);
    border-color: var(--red);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}
.shop-product-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.shop-filtre a{

   color:var(--dark2);
}

.shop-categorii .list-group-item.active{

    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--red);
    border-color: var(--red);
}

/* Fix horizontal overflow at 575px */
@media (max-width: 575px) {
    /* Reduce Bootstrap gutter-5 on mobile */
    .g-5,
    .gy-5 {
        --bs-gutter-y: 1.5rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1rem; /* 16px instead of 48px */
    }

    /* Ensure rows don't overflow */
    .row {
        margin-left: calc(-0.5 * var(--bs-gutter-x, 0));
        margin-right: calc(-0.5 * var(--bs-gutter-x, 0));
    }

    [class*="col-"] {
        padding-left: calc(0.5 * var(--bs-gutter-x, 0));
        padding-right: calc(0.5 * var(--bs-gutter-x, 0));
    }
}
@media (max-width: 480px) {
    .brand-logo {
        height: 52px;  /* Smaller on mobile */
    }

    .brand-text .name {
        font-size: 16px;  /* Smaller font */
    }
}

@media (max-width: 576px) {
    .hero-stats {
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .hero-stats > div {
        flex: 1 1 40%; /* Allows wrapping */
    }
}
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu { display: block; }
}

/* ─── MOBILE NAV ─── */
@media (max-width: 991.98px) {

    /* Top-level links */
    .navbar-nav .nav-link {
        font-size: 1rem !important;
        font-weight: 600 !important;
        color: var(--dark) !important;
        text-align: right !important;
        padding: 0.5rem 1.25rem !important;
        border-bottom: 1px solid var(--border-light) !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: var(--red) !important;
        background: var(--bg) !important;
    }

    /* Dropdown panel — full width, flush */
    .navbar-nav .dropdown-menu {
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: var(--bg) !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* First-level dropdown items */
    .navbar-nav .dropdown-item {
        font-size: 1rem !important;
        font-weight: 500 !important;
        color: var(--text) !important;
        text-align: right !important;
        padding: .75rem 1.25rem !important;
        background: var(--bg) !important;
        border: none !important;
        border-bottom: 1px solid var(--border) !important;
        border-radius: 0 !important;
        display: block !important;
        width: 100% !important;
    }
    .navbar-nav .dropdown-item:last-child { border-bottom: none !important; }
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        color: var(--red) !important;
        background: var(--red-light) !important;
    }

    /* Submenu panel — slightly darker to show depth */
    .dropdown-submenu > .dropdown-menu {
        position: static !important;
        margin-left: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: #edf0f3 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Second-level items — indented from the right */
    .dropdown-submenu .dropdown-item {
        padding-right: 2.5rem !important;
        font-size: 1rem !important;
        color: var(--text-soft) !important;
        background: #edf0f3 !important;
        border-bottom: 1px solid var(--border) !important;
        text-align: right !important;
    }
    .dropdown-submenu .dropdown-item:hover {
        color: var(--red) !important;
        background: var(--bs-light) !important;
    }


    /* CTA button */
    .btn-nav-contact {
        display: block !important;
        width: calc(100% - 2.5rem) !important;
        margin: 1rem 1.25rem 0 !important;
        text-align: center !important;
        border-radius: 8px !important;
        padding: .85rem 1rem !important;
        font-size: 1rem !important;
    }
}

/* ─── HERO ─── */
.hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark);
}
.hero-video { position: absolute; inset: 0; z-index: 0; }
.hero-video video { width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.hero-video::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(15,26,33,0.97) 35%, rgba(15,26,33,0.6) 70%, rgba(15,26,33,0.25) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 100px 0 90px; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(206,32,41,0.18);
    border: 1px solid rgba(206,32,41,0.35);
    color: #ff7b82;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.hero-badge::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--red);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(206,32,41,0.3);
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 0 3px rgba(206,32,41,0.3); }
    50%      { box-shadow: 0 0 0 6px rgba(206,32,41,0.1); }
}
.hero h1 {
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.65);
    max-width: 520px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.7;
}
.btn-hero-red {
    background: var(--red);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.15s, transform 0.1s;
}
.btn-hero-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }
.btn-hero-ghost {
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.15s, color 0.15s;
}
.btn-hero-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

.btn-addtocart-1 {

    background:  var(--orange-light);
    color: var(--white);
    text-shadow: 1px 1px 1px #000000;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid var(--orange-dark);
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.15s, color 0.15s;
}
#productTabs .nav-link{
    color: var(--dark2);
}
#productTabs  .nav-link.active{
    color: var(--red);
}
.btn-addtocart-1:hover, .btn-addtocart-1:active {

    background:  var(--orange);
    color: var(--white);
    text-shadow: 1px 1px 1px #000000;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid var(--orange-dark);
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.15s, color 0.15s;
}

.breadcrumb-item a{
    color: var(--red);

}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.hero-stat-num span { color: var(--red); }
.hero-stat-label {
    font-size: 12.5px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* ─── SECTION SHARED ─── */
.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.section-lead {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 560px;
    line-height: 1.7;
}

/* ─── ABOUT STRIP ─── */
.about-strip { background: var(--white); padding: 88px 0; }
.about-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--dark2);
}
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
    position: absolute;
    bottom: 24px; left: 24px;
    background: var(--red);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}
.about-badge small { display: block; font-weight: 400; font-size: 11px; opacity: 0.85; }
.about-text { padding-left: 20px; }
.about-text p { color: var(--text-soft); font-size: 15.5px; line-height: 1.75; margin-bottom: 18px; }
.about-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text);
    font-weight: 500;
}
.about-check .chk {
    width: 22px; height: 22px; flex-shrink: 0;
    background: var(--red-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-top: 1px;
}
.about-check .chk svg { width: 12px; height: 12px; }

/* ─── SERVICES ─── */
.services-section { background: var(--bg); padding: 88px 0; }
.srv-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 32px 28px;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.srv-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    border-color: var(--red);
}
.srv-icon {
    width: 52px; height: 52px;
    background: var(--red-light);
    color: var(--red);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    font-size: 1.3em;
}
.redlink { color: var(--red); text-decoration: none; }
.srv-icon svg { width: 26px; height: 26px; }
.srv-num {
    font-size: 11px; font-weight: 700;
    color: var(--red);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.srv-title {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.3;
}
.srv-desc { font-size: 14.5px; color: var(--text-soft); line-height: 1.65; }

/* ─── WHY ─── */
.why-section { background: var(--white); padding: 88px 0; }
.why-card {
    background: var(--bg);
    border-radius: 14px;
    padding: 28px 26px;
    height: 100%;
    border: 1px solid var(--border);
}
.why-num {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--red);
    opacity: 0.15;
    line-height: 1;
    margin-bottom: 8px;
}
.why-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.why-desc { font-size: 14px; color: var(--text-soft); line-height: 1.65; }

/* ─── COMPARISON TABLE ─── */
.compare-section { background: var(--bg); padding: 88px 0; }
.compare-col {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    overflow: hidden;
    height: 100%;
}
.compare-col.featured { border-color: var(--red); box-shadow: 0 8px 32px rgba(206,32,41,0.12); }
.compare-head {
    padding: 24px 28px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 14px;
}
.compare-col.featured .compare-head { background: var(--red); border-bottom-color: var(--red-dark); }
.compare-head-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--white);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.compare-col.featured .compare-head-icon { background: rgba(255,255,255,0.2); }
.compare-head-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--dark); line-height: 1.2; }
.compare-col.featured .compare-head-title { color: #fff; }
.compare-head-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
.compare-col.featured .compare-head-sub { color: rgba(255,255,255,0.7); }
.compare-body { padding: 24px 28px; }
.compare-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.5;
}
.compare-item:last-child { border-bottom: none; }
.ci-dot {
    width: 20px; height: 20px; flex-shrink: 0;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-top: 1px;
}
.ci-dot.green { background: #e6f9f0; }
.ci-dot.red-bg { background: var(--red-light); }
.ci-dot svg { width: 11px; height: 11px; }

/* ─── SECTORS ─── */
.sectors-section { background: var(--white); padding: 88px 0; }
.sector-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px 22px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.sector-chip:hover { border-color: var(--red); box-shadow: 0 4px 16px rgba(206,32,41,0.08); }
.sector-icon-wrap {
    width: 44px; height: 44px; flex-shrink: 0;
    background: var(--red-light);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.sector-icon-wrap i {
    color: var(--red);
}
.sector-icon-wrap svg { width: 22px; height: 22px; }
.sector-name { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: var(--dark); }
.sector-sub { font-size: 12.5px; color: var(--muted); margin-top: 1px; }

/* ─── CTA BAND ─── */
.cta-band { background: var(--dark); padding: 80px 0; position: relative; overflow: hidden; }
.cta-band::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(206,32,41,0.18) 0%, transparent 70%);
}
.cta-band h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.6); font-size: 17px; margin-bottom: 0; max-width: 480px; }
.btn-cta-white {
    background: #fff;
    color: var(--dark);
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.15s;
}
.btn-cta-white:hover { opacity: 0.92; color: var(--dark); }
.btn-cta-outline {
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.15s;
}
.btn-cta-outline:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

/* ─── FOOTER ─── */
footer { background: var(--dark2); padding: 64px 0 0; color: rgba(255,255,255,0.65); font-size: 14.5px; }
.footer-logo-name { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.footer-logo-name span { color: var(--red); }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-col-title {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14.5px; transition: color 0.15s; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 48px;
    padding: 20px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.status-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: #52d68a; font-weight: 500; }
.status-pill::before {
    content: '';
    width: 6px; height: 6px;
    background: #52d68a;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(82,214,138,0.2);
}

/* ─── DIVIDER ─── */
.section-divider { width: 48px; height: 3px; background: var(--red); border-radius: 2px; margin: 16px 0 24px; }