:root {
    --bg: #f3f7fb;
    --surface: #ffffff;
    --surface-2: #eef5fb;
    --primary: #0f2746;
    --primary-2: #173f6d;
    --accent: #32c28a;
    --accent-soft: rgba(50, 194, 138, 0.14);
    --sky: #79c9ff;
    --text: #142236;
    --muted: #688098;
    --border: rgba(19, 52, 87, 0.1);
    --shadow: 0 18px 50px rgba(11, 44, 78, 0.08);
    --radius: 28px;
    --home-dark: #232323;
}

html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Inter", "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(121, 201, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #f8fbfe 0%, var(--bg) 100%);
}
.home-page {
    background: linear-gradient(180deg, #f0f0f0 0%, #eef3f8 100%);
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(248, 251, 254, 0.86);
    border-bottom: 1px solid rgba(15, 39, 70, 0.06);
    transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.header-home {
    background: transparent;
    border-bottom: 1px solid transparent;
    backdrop-filter: none;
    box-shadow: none;
}
.navbar {
    align-items: center;
}
.header-home .container {
    max-width: 1320px;
}
.header-home .navbar {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
}
.navbar-collapse {
    align-items: center;
    justify-content: flex-end;
}
.navbar-brand { color: var(--primary); }
.navbar-brand {
    flex-shrink: 0;
    margin-right: 2rem;
}
.navbar-brand span { display: flex; flex-direction: column; }
.navbar-brand > span:last-child {
    line-height: 1.1;
}
.navbar-brand strong,
.footer-wrap h5,
.section-title,
.hero-display,
.intro-strip h2,
.testimonial-card strong,
.feature-card strong,
.reason-card strong {
    font-family: "Playfair Display", serif;
}
.navbar-brand small { color: var(--muted); font-size: .78rem; letter-spacing: .02em; }
.navbar-nav {
    flex-wrap: nowrap;
}
.nav-item {
    flex-shrink: 0;
}
.header-home .navbar-nav {
    gap: 1.2rem !important;
}
.header-home .btn-accent {
    background: rgba(11, 138, 98, .94);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    box-shadow: none;
    min-width: 140px;
    min-height: 56px;
}
.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, var(--primary), #12355e);
    color: #fff;
    font-weight: 800;
    box-shadow: var(--shadow);
}
.header-home .brand-mark {
    background: linear-gradient(140deg, #0b8a62, #0e7a58);
    box-shadow: none;
}
.header-wrap.is-scrolled {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(15, 39, 70, 0.08);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 28px rgba(15, 39, 70, 0.05);
}
.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    padding: .35rem;
    box-shadow: var(--shadow);
}
.nav-link { color: #334155; font-weight: 600; padding-inline: .7rem !important; white-space: nowrap; }
.nav-link.active, .nav-link:hover { color: var(--primary); }
.site-dropdown-menu {
    border: 1px solid rgba(15, 39, 70, 0.08);
    border-radius: 18px;
    padding: .7rem;
    min-width: 240px;
    box-shadow: 0 22px 48px rgba(15, 39, 70, 0.12);
}
.site-dropdown-menu .dropdown-item {
    border-radius: 12px;
    padding: .7rem .85rem;
    font-weight: 600;
    color: #334155;
}
.site-dropdown-menu .dropdown-item:hover,
.site-dropdown-menu .dropdown-item:focus {
    background: rgba(35, 180, 122, 0.1);
    color: #0b8a62;
}
.header-home .site-dropdown-menu {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
}
.header-home .navbar-brand,
.header-home .nav-link {
    color: rgba(255,255,255,.92);
}
.header-home .navbar-brand small {
    color: rgba(255,255,255,.82);
}
.header-home .nav-link.active,
.header-home .nav-link:hover {
    color: #ffffff;
}
.header-home .nav-link.active {
    position: relative;
}
.header-home .nav-link.active::after {
    content: "";
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .15rem;
    height: 2px;
    border-radius: 999px;
    background: #22c8a0;
}
.header-wrap.is-scrolled .navbar-brand,
.header-wrap.is-scrolled .nav-link {
    color: #334155;
}
.header-wrap.is-scrolled .navbar-brand small {
    color: var(--muted);
}
.header-wrap.is-scrolled .nav-link.active,
.header-wrap.is-scrolled .nav-link:hover {
    color: #0b8a62;
}
.header-wrap.is-scrolled .nav-link.active::after {
    background: #10b981;
}
.header-wrap.is-scrolled .btn-accent {
    background: linear-gradient(135deg, #0b8a62, #0e7a58);
    border-color: transparent;
}
.btn {
    border-radius: 999px;
    padding: .9rem 1.4rem;
    font-weight: 700;
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    border-color: transparent;
}
.btn-accent, .btn-success {
    background: linear-gradient(135deg, var(--accent), #29a774);
    color: #fff;
    border: none;
}
.hero-section { padding: 0 0 1rem; }
.home-sections {
    display: flex;
    flex-direction: column;
}

.home-section-order-item {
    display: block;
}

.hero-stage {
    min-height: 100vh;
    background: linear-gradient(90deg, rgba(73,73,73,.94) 0%, rgba(130,130,130,.76) 56%, rgba(226,226,226,.5) 100%);
}
.hero-section .container.hero-frame {
    max-width: 1240px;
}
.hero-frame {
    padding-top: 5.6rem;
}
.hero-card, .page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #08203a, #143d67 52%, #1b5d7b 100%);
    border-radius: 38px;
    color: #fff;
    padding: 4rem;
    box-shadow: 0 28px 80px rgba(4, 23, 45, 0.24);
}
.hero-home-card {
    min-height: calc(100vh - 88px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
}
.hero-stage-classic {
    background: linear-gradient(90deg, #595959 0%, #8d8d8d 62%, #d8d8d8 100%);
}
.hero-classic-card {
    position: relative;
    overflow: hidden;
}
.hero-classic-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(37, 43, 53, .82) 0%, rgba(37, 43, 53, .55) 34%, rgba(37, 43, 53, .18) 58%, rgba(255,255,255,.03) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.2)),
        var(--hero-bg) center center / cover no-repeat;
    transition: opacity .75s ease, transform .9s ease;
    transform: scale(1);
    opacity: 1;
}
.hero-classic-backdrop-next {
    background:
        linear-gradient(90deg, rgba(37, 43, 53, .82) 0%, rgba(37, 43, 53, .55) 34%, rgba(37, 43, 53, .18) 58%, rgba(255,255,255,.03) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.2)),
        var(--hero-bg-next, var(--hero-bg)) center center / cover no-repeat;
    opacity: 0;
    transform: scale(1.035);
}
.hero-classic-card.is-transitioning .hero-classic-backdrop {
    opacity: 0;
    transform: scale(1.02);
}
.hero-classic-card.is-transitioning .hero-classic-backdrop-next {
    opacity: 1;
    transform: scale(1);
}
.page-hero.small { padding: 4rem 2rem 3rem; margin: 2rem auto 0; }
.hero-card::before, .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(121, 201, 255, .35), transparent 20%),
        radial-gradient(circle at 20% 80%, rgba(50, 194, 138, .18), transparent 18%);
}
.hero-home-card::before { display: none; }
.hero-layout {
    min-height: calc(100vh - 88px);
    position: relative;
    z-index: 2;
}
.hero-copy {
    max-width: 520px;
    padding: 7.2rem 0 6rem;
    position: relative;
    z-index: 3;
}
.hero-card > .row, .page-hero > .container { position: relative; z-index: 1; }
.section-chip {
    display: inline-flex;
    align-items: center;
    padding: .55rem .95rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.hero-chip {
    background: rgba(49, 176, 143, .2);
    border-color: rgba(49, 176, 143, .5);
    color: #a5f3d2;
    padding-inline: 1rem;
    gap: .55rem;
}
.hero-card h1, .page-hero h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.5rem, 4vw, 4.65rem);
    line-height: 1.04;
    margin: 1.25rem 0 1rem;
}
.hero-display {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(3rem, 5vw, 5.2rem) !important;
    line-height: .9 !important;
    letter-spacing: -.04em;
    max-width: 420px;
    text-wrap: balance;
    margin-top: 1.6rem !important;
    margin-bottom: 1.3rem !important;
}
.hero-card p, .page-hero p {
    color: rgba(255,255,255,.78);
    font-size: 1.08rem;
    max-width: 620px;
}
.hero-subcopy {
    max-width: 520px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 1.02rem !important;
    line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-home-actions { margin-top: 2.1rem; }
.hero-btn-solid {
    min-width: 208px;
    min-height: 54px;
    padding-inline: 1.9rem;
    box-shadow: 0 16px 30px rgba(31, 184, 128, .28);
}
.hero-btn-ghost {
    min-width: 210px;
    min-height: 54px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}
.hero-btn-ghost:hover {
    color: #fff;
    background: rgba(255,255,255,.12);
}
.media-card img, .detail-media img, .product-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-note {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 260px;
    padding: 1rem 1.1rem;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    display: flex;
    gap: .85rem;
}
.hero-scroll-mark {
    position: absolute;
    right: 2rem;
    bottom: 5.2rem;
    color: rgba(255,255,255,.56);
    font-size: .78rem;
    letter-spacing: .35em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.hero-scroll-mark::after {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    margin: 14px auto 0;
    background: rgba(255,255,255,.26);
}
.hero-dots {
    position: absolute;
    left: 22%;
    bottom: 2rem;
    display: flex;
    gap: .55rem;
    z-index: 3;
}
.hero-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.38);
}
.hero-dots .is-active {
    width: 34px;
    background: var(--accent);
}
.hero-waves {
    position: absolute;
    left: -4%;
    right: 36%;
    bottom: 1.7rem;
    height: 170px;
    background:
        radial-gradient(150% 94% at 0 100%, transparent 62%, rgba(54, 88, 180, .34) 62.4%, transparent 63%),
        radial-gradient(158% 104% at 0 100%, transparent 68%, rgba(71, 138, 231, .2) 68.3%, transparent 69%),
        radial-gradient(166% 114% at 0 100%, transparent 74%, rgba(39, 186, 145, .16) 74.2%, transparent 74.9%),
        radial-gradient(176% 124% at 0 100%, transparent 80%, rgba(101, 77, 173, .16) 80.2%, transparent 80.7%);
    pointer-events: none;
    z-index: 1;
    opacity: .95;
}
.hero-stats-bar {
    background: linear-gradient(180deg, #1d1d1f 0%, #20232a 100%);
    color: #fff;
    padding: 1.55rem 0 1.25rem;
}
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.hero-stat-item strong {
    display: block;
    font-family: "Playfair Display", serif;
    color: #27d7a0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
}
.hero-stat-item span {
    display: block;
    margin-top: .35rem;
    color: rgba(255,255,255,.72);
    font-weight: 600;
}
.hero-classic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(61,61,61,.22) 0%, rgba(61,61,61,.08) 40%, rgba(255,255,255,0) 100%);
    z-index: 0;
}
.section-testimonials {
    background: linear-gradient(180deg, #f4f6f9 0%, #eef3f8 100%);
}
.section-contact-home {
    background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, #eef4f8 100%);
}
.testimonial-card {
    height: 100%;
    padding: 1.8rem;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(19, 52, 87, 0.08);
    border-radius: 26px;
    box-shadow: var(--shadow);
}
.testimonial-card p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: 1.2rem;
}
.testimonial-card strong {
    color: var(--primary);
    font-size: 1rem;
}
.section { padding: 5.5rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,0), #edf5fb 24%, rgba(255,255,255,0) 100%); }
.section-dark {
    background: linear-gradient(180deg, #0b1f38, #0c2849 100%);
    color: #fff;
}
.section-customizable {
    position: relative;
    background-color: var(--section-bg-color, transparent);
    background-image:
        var(--section-bg-overlay, none),
        var(--section-bg-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-text-color, inherit);
}
.section-customizable .section-title,
.section-customizable .section-copy,
.section-customizable .section-copy-narrow,
.section-customizable .section-heading,
.section-customizable .mini-label,
.section-customizable .contact-info,
.section-customizable .contact-info a,
.section-customizable .contact-info p,
.section-customizable .hero-stat-item span,
.section-customizable .testimonial-card strong,
.section-customizable .feature-card strong,
.section-customizable .reason-card strong,
.section-customizable .industry-card h3,
.section-customizable .industry-card p {
    color: var(--section-text-color, inherit);
}
.section-customizable .section-chip-dark {
    background: color-mix(in srgb, var(--section-text-color, #0f2746) 10%, transparent);
    color: var(--section-text-color, #0f2746);
    border-color: color-mix(in srgb, var(--section-text-color, #0f2746) 18%, transparent);
}
.section-customizable .testimonial-card,
.section-customizable .feature-card,
.section-customizable .reason-card,
.section-customizable .contact-card,
.section-customizable .contact-info,
.section-customizable .map-card {
    backdrop-filter: blur(8px);
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2rem;
}
.section-heading-centered {
    justify-content: center;
    text-align: center;
}
.section-heading.light .section-title { color: #fff; }
.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: .8rem 0 0;
}
.section-copy { color: var(--muted); font-size: 1.05rem; }
.section-copy-narrow {
    max-width: 720px;
    margin: 1rem auto 0;
}
.section-chip-dark {
    background: rgba(4, 120, 87, .08);
    color: #047857;
    border-color: rgba(4, 120, 87, .16);
}
.mini-label {
    display: inline-block;
    color: #047857;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.section-intro-strip {
    padding: 3.2rem 0 2rem;
}
.intro-strip {
    display: grid;
    grid-template-columns: 1.3fr .9fr;
    gap: 2rem;
    align-items: center;
    padding: 2rem 2.2rem;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(19, 52, 87, 0.08);
    border-radius: 28px;
    box-shadow: var(--shadow);
}
.intro-strip h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.12;
    margin: 0;
}
.intro-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}
.text-link { color: var(--primary); font-weight: 800; }
.media-card, .contact-card, .contact-info, .map-card, .catalog-toolbar, .detail-media, .empty-state {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}
.media-card { padding: .9rem; }
.media-card.tall { min-height: 540px; overflow: hidden; }
.feature-grid, .reason-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.feature-card, .reason-card, .industry-card, .category-card, .product-card {
    background: var(--surface);
    border-radius: 26px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}
.feature-card, .reason-card { padding: 1.4rem; }
.feature-card strong, .reason-card strong { display: block; margin-bottom: .5rem; font-size: 1.05rem; }
.feature-card p, .reason-card p, .category-card p, .industry-card p, .product-card p, .footer-wrap p { color: var(--muted); margin-bottom: 0; }
.category-card { padding: 0 0 1.6rem; height: 100%; overflow: hidden; }
.category-card-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.category-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.category-card:hover .category-card-media img {
    transform: scale(1.05);
}
.icon-pill {
    width: 58px; height: 58px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    background: var(--accent-soft);
    color: var(--primary);
    font-size: 1.4rem;
}
.category-card .icon-pill {
    position: absolute;
    left: 1rem;
    top: 1rem;
    margin-bottom: 0;
    background: rgba(4, 120, 87, .92);
    color: #fff;
    box-shadow: 0 10px 24px rgba(4, 120, 87, .28);
}
.category-card h3, .industry-card h3, .product-card h3 { font-size: 1.2rem; margin-bottom: .65rem; }
.category-card h3,
.category-card p,
.category-card a {
    padding-inline: 1.6rem;
}
.category-card a { color: var(--primary); font-weight: 800; display: inline-block; margin-top: 1rem; }
.product-card { overflow: hidden; height: 100%; }
.product-card img { height: 260px; }
.product-body { padding: 1.35rem; }
.tag {
    display: inline-flex;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(15, 39, 70, .08);
    font-size: .8rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: .95rem;
}
.product-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.2rem; }
.featured-heading {
    position: relative;
}
.featured-carousel-controls {
    position: absolute;
    right: 0;
    bottom: .1rem;
    display: flex;
    gap: .75rem;
}
.featured-carousel-btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(15, 39, 70, .12);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.88);
    color: var(--primary);
    box-shadow: 0 12px 28px rgba(11, 44, 78, .08);
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.featured-carousel-btn:hover {
    transform: translateY(-2px);
    background: var(--primary);
    color: #fff;
}
.featured-carousel {
    position: relative;
}
.featured-carousel-viewport {
    overflow: hidden;
    padding: .25rem .15rem 1.4rem;
}
.featured-carousel-track {
    display: flex;
    gap: 1.5rem;
    will-change: transform;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
}
.featured-carousel-slide {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    min-width: 0;
}
.featured-carousel-slide .product-card {
    height: 100%;
}
.featured-carousel-dots {
    display: flex;
    justify-content: center;
    gap: .55rem;
    margin-top: .6rem;
}
.featured-carousel-dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(15, 39, 70, .22);
    transition: width .2s ease, background-color .2s ease;
}
.featured-carousel-dots button.is-active {
    width: 30px;
    background: var(--accent);
}
.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}
.industry-card {
    padding: 1.7rem;
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.08);
}
.industry-card.solid {
    background: var(--surface);
    color: var(--text);
}
.industry-card i { font-size: 1.6rem; margin-bottom: 1rem; display: inline-block; }
.cta-banner {
    min-height: 320px;
    border-radius: 34px;
    padding: 2.5rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 24, 44, .9), rgba(7, 24, 44, .35));
}
.cta-banner > * { position: relative; z-index: 1; }
.footer-wrap {
    background: #0b1a2d;
    color: #dbe7f4;
    padding: 4rem 0 2rem;
}
.footer-wrap h6, .footer-wrap h5 { color: #fff; }
.footer-wrap a { display: block; color: #dbe7f4; margin-bottom: .55rem; }
.footer-social-links {
    display: flex;
    gap: .7rem;
    margin-top: 1rem;
}
.footer-social-links a {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.1);
    color: #fff;
    transition: background-color .2s ease, transform .2s ease;
}
.footer-social-links a:hover {
    background: rgba(50, 194, 138, .24);
    color: #fff;
    transform: translateY(-2px);
}
.footer-brand { display: flex; gap: 1rem; }
.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(219,231,244,.75);
}
.contact-card, .catalog-toolbar, .contact-info, .map-card, .detail-media, .empty-state { padding: 1.6rem; }
.contact-home-stack {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1rem;
}
.section-contact-home .contact-card,
.section-contact-home .contact-info,
.section-contact-home .map-card {
    height: 100%;
}
.map-card iframe { width: 100%; min-height: 320px; border: 0; border-radius: 22px; }
.contact-showcase {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 1.8rem;
    align-items: start;
}
.contact-showcase__aside {
    display: grid;
    gap: 1rem;
}
.contact-info-panel-title {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #0b8a62;
    margin-bottom: .15rem;
}
.contact-info-card,
.contact-social-card {
    padding: 1.35rem 1.3rem;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(19, 52, 87, 0.08);
    box-shadow: var(--shadow);
}
.contact-info-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    align-items: start;
}
.contact-info-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(35, 180, 122, 0.14);
    color: #0b8a62;
    font-size: 1.2rem;
}
.contact-info-card strong {
    display: block;
    margin-bottom: .4rem;
    font-size: 1.05rem;
    color: var(--primary);
}
.contact-info-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    white-space: pre-line;
}
.contact-social-card {
    background: linear-gradient(135deg, #0f8a63, #0b7f5a 100%);
    color: #fff;
}
.contact-social-card h3 {
    margin-bottom: .55rem;
    color: #fff;
    font-size: 1.15rem;
}
.contact-social-card p {
    margin-bottom: 1rem;
    color: rgba(255,255,255,.82);
}
.contact-social-actions {
    display: flex;
    gap: .75rem;
}
.contact-social-actions a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 1rem;
}
.contact-form-shell {
    padding: 1.5rem;
}
.contact-form-shell__header {
    margin-bottom: 1rem;
}
.contact-form-shell__header h3 {
    margin: 0;
    font-size: 1.7rem;
    color: var(--primary);
    font-family: "Playfair Display", serif;
}
.contact-form-shell .form-control,
.contact-form-shell .form-select {
    min-height: 54px;
    border-radius: 14px;
    border-color: rgba(19, 52, 87, 0.12);
    color: var(--text);
}
.contact-form-shell textarea.form-control {
    min-height: 132px;
}
.contact-form-shell .form-label {
    font-size: .92rem;
    color: var(--primary);
}
.contact-map-wide iframe {
    min-height: 300px;
}
.detail-title { font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(2rem, 3vw, 3.2rem); margin: 1rem 0; }
.detail-lead { color: var(--muted); font-size: 1.05rem; }
.detail-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}
.detail-gallery img {
    height: 110px;
    object-fit: cover;
    border-radius: 18px;
}
.rich-copy {
    line-height: 1.9;
    color: var(--text);
    white-space: pre-line;
}
.page-hero-about {
    background:
        linear-gradient(135deg, rgba(8, 32, 58, 0.96), rgba(18, 53, 94, 0.88) 52%, rgba(20, 86, 113, 0.72) 100%),
        radial-gradient(circle at top right, rgba(121, 201, 255, 0.22), transparent 28%);
}
.about-hero-stats {
    display: grid;
    gap: 1rem;
}
.about-hero-stat {
    padding: 1.1rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}
.about-hero-stat strong {
    display: block;
    color: #a5f3d2;
    font-size: 2rem;
    line-height: 1;
    font-family: "Playfair Display", serif;
}
.about-hero-stat span {
    display: block;
    margin-top: .4rem;
    color: rgba(255,255,255,.78);
    font-weight: 600;
}
.about-media-card {
    position: relative;
    min-height: 620px;
}
.about-media-badge {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 24px;
    background: rgba(12, 26, 46, 0.76);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(12px);
    color: #fff;
}
.about-media-badge span {
    display: inline-flex;
    margin-bottom: .45rem;
    padding: .32rem .75rem;
    border-radius: 999px;
    background: rgba(50, 194, 138, 0.18);
    color: #a5f3d2;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.about-media-badge strong {
    display: block;
    font-size: 1.02rem;
    line-height: 1.5;
}
.about-content-stack {
    display: grid;
    gap: 1.5rem;
}
.rich-copy-lg {
    font-size: 1.08rem;
    line-height: 2;
    color: var(--text);
}
.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.about-feature-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(19, 52, 87, 0.08);
    box-shadow: 0 18px 44px rgba(11, 44, 78, 0.06);
}
.about-feature-index {
    display: inline-flex;
    margin-bottom: .8rem;
    color: #10b981;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
}
.about-feature-card strong {
    display: block;
    margin-bottom: .55rem;
    color: var(--primary);
    font-size: 1.08rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.about-feature-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}
.mission-card {
    height: 100%;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 251, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}
.mission-card__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: var(--primary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mission-card h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}
.mission-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.9;
}
.mission-card-primary {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(236, 249, 245, .94));
}
.mission-card-secondary {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(237, 245, 251, .94));
}
.about-cta {
    margin-top: 2rem;
    padding: 2rem 2.2rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f2746, #12355e 52%, #145671 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}
.about-cta h3 {
    margin: .25rem 0 0;
    max-width: 720px;
    color: #fff;
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}
.about-cta .mini-label {
    color: #8ff2cf;
    margin-bottom: 0;
}
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}
.about-cta .btn-outline-primary {
    border-color: rgba(255,255,255,.28);
    color: #fff;
}
.about-cta .btn-outline-primary:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.4);
}
.floating-social-bar {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.floating-social-link {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 16px 32px rgba(15, 39, 70, .22);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.floating-social-link:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 20px 36px rgba(15, 39, 70, .28);
}
.floating-social-link.is-whatsapp { background: #25d366; }
.floating-social-link.is-facebook { background: #1877f2; }
.floating-social-link.is-tiktok { background: #111111; }
.floating-social-link.is-instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af); }
.floating-social-link.is-linkedin { background: #0a66c2; }
.scroll-top-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 41;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 0 16px 32px rgba(15, 39, 70, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.floating-social-bar + .scroll-top-btn {
    right: 86px;
    bottom: 18px;
}
.scroll-top-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.scroll-top-btn:hover {
    box-shadow: 0 20px 36px rgba(15, 39, 70, .28);
    transform: translateY(-2px);
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 991px) {
    .hero-card, .page-hero { padding: 2.25rem; border-radius: 30px; }
    .industry-grid, .feature-grid, .reason-grid { grid-template-columns: 1fr; }
    .footer-bottom, .cta-banner, .section-heading { flex-direction: column; align-items: flex-start; }
    .featured-heading {
        align-items: center;
    }
    .featured-carousel-controls {
        position: static;
        margin-top: 1.2rem;
    }
    .featured-carousel-slide {
        flex-basis: calc((100% - 1.5rem) / 2);
    }
    .contact-showcase {
        grid-template-columns: 1fr;
    }
    .about-feature-grid,
    .about-hero-stats {
        grid-template-columns: 1fr;
    }
    .about-media-card {
        min-height: 420px;
    }
    .about-cta {
        padding: 1.6rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .header-home {
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(14px);
        border-bottom-color: rgba(15, 39, 70, .08);
        box-shadow: 0 8px 24px rgba(15, 39, 70, 0.05);
    }
    .hero-frame { padding-top: 0; }
    .hero-home-card,
    .hero-layout {
        min-height: auto;
    }
    .hero-home-card {
        border-radius: 0 0 28px 28px;
        padding: 0 0 2rem;
    }
    .hero-copy {
        max-width: 100%;
        padding: 7rem 0 2rem;
    }
    .hero-display { font-size: clamp(3rem, 10vw, 4.8rem) !important; }
    .hero-dots {
        left: 2.25rem;
        bottom: 1.15rem;
    }
    .hero-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .intro-strip {
        grid-template-columns: 1fr;
    }
    .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(15, 39, 70, .08);
    }
    .site-dropdown-menu {
        border: 0;
        box-shadow: none;
        padding: .35rem 0 0 .75rem;
        min-width: 100%;
        background: transparent;
    }
    .site-dropdown-menu .dropdown-item {
        padding: .55rem .75rem;
    }
    .hero-waves,
    .hero-scroll-mark {
        display: none;
    }
}
@media (max-width: 767px) {
    .section { padding: 4rem 0; }
    .product-card img { height: 220px; }
    .featured-carousel-track {
        gap: 1rem;
    }
    .featured-carousel-slide {
        flex-basis: 100%;
    }
    .detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-info-card {
        grid-template-columns: 1fr;
    }
    .about-feature-grid {
        grid-template-columns: 1fr;
    }
    .about-hero-stat strong {
        font-size: 1.7rem;
    }
    .about-cta h3 {
        font-size: 1.5rem;
    }
    .hero-copy {
        padding-top: 6rem;
    }
    .hero-subcopy {
        font-size: .95rem !important;
    }
    .hero-home-actions .btn {
        width: 100%;
    }
    .hero-stats-grid {
        grid-template-columns: 1fr;
    }
    .floating-social-bar {
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }
    .floating-social-link {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }
    .scroll-top-btn {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }
    .floating-social-bar + .scroll-top-btn {
        right: 78px;
        bottom: 14px;
    }
}

/* Premium frontend refresh */
:root {
    --bg: #f6f8f8;
    --surface: #ffffff;
    --surface-2: #edf3f2;
    --primary: #102234;
    --primary-2: #1f3b4f;
    --accent: #0aa77a;
    --accent-2: #c8a45d;
    --accent-soft: rgba(10, 167, 122, 0.12);
    --text: #132232;
    --muted: #607184;
    --border: rgba(16, 34, 52, 0.10);
    --shadow: 0 18px 44px rgba(16, 34, 52, 0.09);
    --shadow-strong: 0 28px 70px rgba(16, 34, 52, 0.16);
    --radius: 18px;
}

body {
    font-family: "Manrope", "Inter", sans-serif;
    color: var(--text);
    background:
        linear-gradient(180deg, #f9fbfb 0%, #f1f6f5 44%, #f7f9f8 100%);
    font-size: 16px;
    line-height: 1.65;
}

.container {
    max-width: 1180px;
}

.header-wrap {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(16, 34, 52, 0.08);
    box-shadow: 0 10px 34px rgba(16, 34, 52, 0.06);
}

.header-home {
    background: linear-gradient(180deg, rgba(7, 18, 28, 0.28), rgba(7, 18, 28, 0));
    border-bottom-color: transparent;
    box-shadow: none;
}

.header-wrap.is-scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 38px rgba(16, 34, 52, 0.08);
}

.navbar-brand strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.28rem;
    font-weight: 800;
}

.navbar-brand small {
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-logo,
.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 10px;
}

.nav-link {
    position: relative;
    font-size: .94rem;
    font-weight: 800;
    color: rgba(19, 34, 50, 0.82);
}

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

.btn,
.form-control,
.form-select {
    box-shadow: none;
}

.btn {
    border-radius: 999px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

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

.btn-accent,
.btn-success {
    background: linear-gradient(135deg, #078b66 0%, #0bb987 100%);
    box-shadow: 0 14px 28px rgba(10, 167, 122, 0.22);
}

.btn-primary {
    background: linear-gradient(135deg, #102234 0%, #203f54 100%);
    box-shadow: 0 14px 28px rgba(16, 34, 52, 0.18);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: rgba(16, 34, 52, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

.btn-outline-primary:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}

.hero-stage {
    min-height: 92vh;
    background: #101820;
}

.hero-home-card {
    min-height: calc(92vh - 0px);
}

.hero-layout {
    min-height: calc(92vh - 0px);
}

.hero-frame {
    padding-top: 5rem;
}

.hero-classic-backdrop,
.hero-classic-backdrop-next {
    background:
        linear-gradient(90deg, rgba(11, 20, 30, .82) 0%, rgba(11, 20, 30, .58) 38%, rgba(11, 20, 30, .18) 66%, rgba(11, 20, 30, .06) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.38)),
        var(--hero-bg) center center / cover no-repeat;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity .55s ease;
}

.hero-classic-backdrop,
.hero-classic-backdrop-next {
    z-index: 0;
}

.hero-classic-card.has-video .hero-video-bg {
    opacity: 1;
}

.hero-classic-card.has-video .hero-classic-backdrop,
.hero-classic-card.has-video .hero-classic-backdrop-next {
    opacity: 0;
}

.hero-classic-card::after {
    z-index: 1;
    pointer-events: none;
}

.hero-classic-card.has-video::after {
    background:
        linear-gradient(90deg, rgba(11, 20, 30, .82) 0%, rgba(11, 20, 30, .58) 38%, rgba(11, 20, 30, .18) 66%, rgba(11, 20, 30, .06) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.38));
}

.hero-copy {
    max-width: 560px;
    padding: 8rem 0 6rem;
}

.hero-display {
    font-size: 5rem !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
    max-width: 560px;
}

.hero-subcopy {
    max-width: 570px !important;
    font-size: 1.15rem !important;
    color: rgba(255,255,255,.86) !important;
}

.hero-chip,
.section-chip {
    border-radius: 999px;
    letter-spacing: .08em;
}

.hero-chip {
    background: rgba(10, 167, 122, .18);
    border-color: rgba(143, 242, 207, .38);
    color: #bdf5df;
}

.hero-btn-ghost {
    border-color: rgba(255,255,255,.44);
    background: rgba(255,255,255,.10);
}

.hero-stats-bar {
    background: linear-gradient(90deg, #101820 0%, #182231 55%, #101820 100%);
    padding: 1.35rem 0;
}

.hero-stat-item strong {
    color: #35dfad;
    font-size: 2.5rem;
}

.hero-stat-item span {
    font-size: .88rem;
}

.section {
    padding: 6rem 0;
}

.section-soft {
    background: linear-gradient(180deg, #f8fbfa 0%, #eef5f4 100%);
}

.section.section-customizable {
    background-color: var(--section-bg-color, transparent);
    background-image:
        var(--section-bg-overlay, none),
        var(--section-bg-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title {
    font-size: 2.75rem;
    line-height: 1.08;
    letter-spacing: 0;
    color: var(--primary);
}

.section-copy,
.section-copy-narrow {
    color: var(--muted);
    line-height: 1.8;
}

.section-chip-dark {
    background: rgba(10, 167, 122, .09);
    border-color: rgba(10, 167, 122, .18);
    color: #08785c;
}

.intro-strip {
    border-radius: 18px;
    border-color: rgba(16, 34, 52, .08);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 44px rgba(16, 34, 52, .08);
}

.intro-strip h2 {
    font-size: 2.35rem;
    line-height: 1.14;
    color: var(--primary);
}

.media-card,
.contact-card,
.contact-info,
.map-card,
.catalog-toolbar,
.detail-media,
.empty-state,
.feature-card,
.reason-card,
.industry-card,
.category-card,
.product-card,
.testimonial-card,
.mission-card,
.contact-info-card,
.contact-social-card {
    border-radius: 16px;
    border: 1px solid rgba(16, 34, 52, .09);
    box-shadow: 0 18px 48px rgba(16, 34, 52, .08);
}

.media-card,
.detail-media {
    padding: .55rem;
}

.media-card.tall {
    min-height: 500px;
}

.feature-card,
.reason-card {
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,250,.96));
}

.feature-card strong,
.reason-card strong,
.product-card h3,
.category-card h3,
.industry-card h3 {
    font-family: "Manrope", "Inter", sans-serif;
    font-weight: 850;
    color: var(--primary);
}

.category-card,
.product-card {
    overflow: hidden;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-card:hover,
.product-card:hover,
.testimonial-card:hover,
.reason-card:hover,
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
    border-color: rgba(10, 167, 122, .18);
}

.category-card-media {
    height: 230px;
}

.category-card .icon-pill {
    border-radius: 12px;
    background: linear-gradient(135deg, #08785c, #0bb987);
}

.product-card img {
    height: 250px;
}

.tag {
    background: rgba(200, 164, 93, .14);
    color: #775b20;
}

.industry-card {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.12);
}

.industry-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(53, 223, 173, .14);
    color: #8ff2cf;
}

.testimonial-card {
    background: #fff;
}

.testimonial-card p {
    color: #4f6172;
}

.mission-card {
    background: #fff;
}

.mission-card-primary {
    border-top: 4px solid #0aa77a;
}

.mission-card-secondary {
    border-top: 4px solid #c8a45d;
}

.contact-info-card {
    background: rgba(255,255,255,.96);
}

.contact-info-card__icon {
    border-radius: 12px;
    background: rgba(10, 167, 122, .12);
}

.contact-social-card {
    background:
        linear-gradient(135deg, rgba(8, 120, 92, .98), rgba(10, 167, 122, .96)),
        linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0));
}

.contact-form-shell .form-control,
.contact-form-shell .form-select {
    border-radius: 10px;
    background: #fbfdfd;
}

.contact-form-shell .form-control:focus,
.contact-form-shell .form-select:focus {
    border-color: rgba(10, 167, 122, .55);
    box-shadow: 0 0 0 .25rem rgba(10, 167, 122, .10);
}

.footer-wrap {
    background:
        linear-gradient(135deg, #0d1722 0%, #142336 58%, #0f1b28 100%);
    padding-top: 4.5rem;
}

.footer-wrap h6 {
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .85rem;
}

.footer-wrap a {
    color: rgba(219,231,244,.82);
}

.footer-wrap a:hover {
    color: #8ff2cf;
}

.footer-bottom {
    border-top-color: rgba(255,255,255,.1);
}

.floating-social-link {
    width: 54px;
    height: 54px;
}

.page-hero {
    border-radius: 0;
    margin-top: 0;
    padding: 8rem 0 4.5rem;
    background:
        linear-gradient(90deg, rgba(12, 26, 42, .92), rgba(20, 45, 63, .82)),
        url("https://images.unsplash.com/photo-1581093458791-9d09f7b1fc48?auto=format&fit=crop&w=1600&q=80") center / cover no-repeat;
    box-shadow: none;
}

.page-hero.small {
    padding: 8rem 0 4.5rem;
    margin: 0;
}

.page-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 3.6rem;
    line-height: 1.05;
    letter-spacing: 0;
    max-width: 820px;
}

.page-hero p {
    font-size: 1.08rem;
    color: rgba(255,255,255,.82);
}

.catalog-toolbar {
    border-radius: 16px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
}

.form-control,
.form-select {
    border-radius: 10px;
    border-color: rgba(16, 34, 52, .13);
    min-height: 48px;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(10, 167, 122, .55);
    box-shadow: 0 0 0 .25rem rgba(10, 167, 122, .10);
}

.detail-title {
    font-size: 3rem;
    line-height: 1.08;
    color: var(--primary);
}

.detail-lead,
.rich-copy {
    color: #4f6172;
}

.detail-gallery img {
    border-radius: 12px;
}

.about-media-badge,
.about-cta {
    border-radius: 16px;
}

.about-feature-card {
    border-radius: 16px;
}

.about-cta {
    background:
        linear-gradient(135deg, rgba(16, 34, 52, .98), rgba(25, 62, 78, .96)),
        linear-gradient(90deg, rgba(10, 167, 122, .18), rgba(200, 164, 93, .16));
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .header-home .navbar-brand,
    .header-home .nav-link {
        color: var(--primary);
    }

    .hero-copy {
        padding: 7rem 0 3.5rem;
    }

    .hero-display {
        font-size: 4rem !important;
    }

    .hero-subcopy {
        font-size: 1.05rem !important;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .page-hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 4.5rem 0;
    }

    .hero-stage,
    .hero-home-card,
    .hero-layout {
        min-height: 86vh;
    }

    .hero-display {
        font-size: 3.05rem !important;
        line-height: 1.02 !important;
    }

    .hero-actions .btn {
        min-height: 52px;
    }

    .hero-stat-item strong {
        font-size: 2.1rem;
    }

    .intro-strip {
        padding: 1.5rem;
    }

    .intro-strip h2,
    .section-title {
        font-size: 2rem;
    }

    .category-card-media,
    .product-card img {
        height: 220px;
    }

    .page-hero.small,
    .page-hero {
        padding: 7rem 0 3.5rem;
    }

    .page-hero h1,
    .detail-title {
        font-size: 2.35rem;
    }
}
