﻿@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,500;9..144,700&display=swap");
:root {
    --bg-900: #f5f5f5;
    --bg-800: #eeeeee;
    --surface-700: #fdfdfd;
    --surface-600: #f8f8f8;
    --accent-500: #ab1a1a;
    --accent-400: #c84040;
    --highlight-500: #15a31d;
    --text-100: #111111;
    --text-300: #444444;
    --danger-500: #8b0000;
    --border-soft: rgba(0, 0, 0, 0.1);
    --shadow-main: 0 4px 20px rgba(0, 0, 0, 0.08);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--text-100);
    font-family: "Manrope", "Segoe UI", sans-serif;
    background: #f5f5f5;
    transition: background 300ms ease, color 300ms ease;
}

body::before,
body::after {
    content: "";
    position: fixed;
    z-index: -1;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
}

body::before {
    display: none;
}

body::after {
    display: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 0;
    backdrop-filter: blur(6px);
}

header nav.navbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--border-soft);
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 0.55rem 1rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.navbar-brand img {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    padding: 0.2rem;
    background: rgba(255, 255, 255, 0.08);
    object-fit: contain;
}

.brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-wordmark strong {
    color: var(--text-100);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.36rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.brand-wordmark span {
    color: var(--highlight-500);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(171, 26, 26, 0.35) !important;
}

.navbar-nav {
    gap: 0.45rem;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #333333 !important;
    letter-spacing: 0.01em;
    border-radius: 999px;
    padding: 0.45rem 0.9rem !important;
    font-size: 0.9rem;
    transition: color 200ms ease, background-color 200ms ease;
}

.navbar-nav .nav-link:hover {
    color: var(--accent-500) !important;
    background: rgba(171, 26, 26, 0.08);
}

.navbar-nav .nav-link.active {
    color: var(--accent-500) !important;
    font-weight: 700;
}

.btn-shop-now {
    background: var(--accent-500) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.45rem 1.1rem !important;
    font-weight: 700;
    font-size: 0.88rem;
    transition: filter 200ms ease, transform 200ms ease;
}

.btn-shop-now:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.nav-social-icons {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.5rem;
}

.nav-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    color: #555 !important;
    text-decoration: none;
    transition: border-color 200ms, color 200ms;
}

.nav-social-icon:hover {
    border-color: var(--accent-500);
    color: var(--accent-500) !important;
}

main {
    flex: 1 0 auto;
    width: min(1200px, calc(100% - 1.5rem));
    margin: 0 auto 2rem;
    padding: 1.5rem;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.page-cover-image {
    width: 100%;
    max-width: 420px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: block;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .page-cover-image {
        height: 200px;
        max-width: 100%;
        margin: 1rem auto 0;
    }
}

.rating-stars {
    display: inline-flex;
    gap: 0.2rem;
}

.rating-star-btn {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background: #ffffff !important;
    color: #6b7280 !important;
    padding: 0 !important;
    font-size: 1.2rem;
    line-height: 1;
}

.rating-star-btn.is-active {
    background: rgba(171, 26, 26, 0.1) !important;
    color: var(--accent-500) !important;
    border-color: rgba(171, 26, 26, 0.45) !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Fraunces", Georgia, serif;
    color: #0f0f0f !important;
}

h2,
.display-5 {
    letter-spacing: -0.02em;
}

p,
li,
.text-dark,
.text-muted,
.text-secondary {
    color: #1f1f1f !important;
}

.card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.card::after {
    display: none;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-title {
    color: #0f0f0f !important;
}

.card-text {
    color: #222222 !important;
}

.card-img-top,
.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: radial-gradient(circle at 35% 15%, rgba(255, 0, 0, 0.13), rgba(235, 235, 235, 0.96));
}

.product-price {
    font-weight: 700;
    color: var(--accent-500) !important;
    font-size: 0.95rem;
}

.btn,
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    font-weight: 600;
    padding-inline: 0.88rem !important;
    border: none !important;
    width: auto !important;
    max-width: 100%;
}

.btn-primary,
.add-to-cart {
    color: #ffffff !important;
    background: var(--accent-500) !important;
    box-shadow: none;
}

.btn-primary:hover,
.add-to-cart:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.btn-success {
    color: #ffffff !important;
    background: linear-gradient(120deg, #117f17, var(--highlight-500)) !important;
}

.btn-danger {
    color: #ffffff !important;
    background: linear-gradient(120deg, #3a3a3a, #111111) !important;
}

.btn-outline-primary {
    color: #111111 !important;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    background: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary.active {
    color: #ffffff !important;
    border-color: transparent !important;
    background: linear-gradient(120deg, #8d1313, var(--accent-500)) !important;
}

.form-control,
.form-select,
.product-qty {
    background: #ffffff !important;
    color: #101010 !important;
    border: 1px solid rgba(0, 0, 0, 0.32) !important;
}

.form-control:focus,
.form-select:focus,
.product-qty:focus {
    border-color: rgba(171, 26, 26, 0.85) !important;
    box-shadow: 0 0 0 0.2rem rgba(171, 26, 26, 0.2) !important;
}

.alert-info {
    color: var(--text-100) !important;
    border: 1px solid rgba(21, 163, 29, 0.45) !important;
    background: rgba(13, 54, 16, 0.46) !important;
    border-radius: 14px;
}

.table {
    color: #111111;
    border-color: rgba(0, 0, 0, 0.15);
}

.table thead th {
    color: #111111;
    background: rgba(232, 232, 232, 0.95);
}

.table-bordered > :not(caption) > * {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

footer,
.footer {
    width: 100%;
    margin: 0;
    margin-top: auto;
    padding: 0.55rem 1rem !important;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e0e0e0;
    background: #ffffff !important;
    box-shadow: none;
    color: var(--text-100);
}

header nav.navbar .container-fluid,
footer .container-fluid,
.footer .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.site-footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
}

.site-footer-grid::-webkit-scrollbar {
    height: 6px;
}

.footer-details {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: max-content;
}

.footer-item {
    font-size: 0.83rem;
    color: #0b2a4a;
}

.footer-social-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-item a {
    color: #0b2a4a !important;
    text-decoration: none;
}

.footer-item a:hover {
    color: var(--highlight-500) !important;
    text-decoration: underline;
}

.footer-title-inline {
    font-size: 0.83rem;
    font-weight: 700;
    color: #d97706;
}

.footer-follow-label {
    color: #d97706;
}

.footer-social-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: max-content;
}

.social-set {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    justify-content: flex-start;
}

.social-icon-link {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    text-decoration: none;
    color: #374151 !important;
    background: #ffffff;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-icon-link:hover {
    border-color: var(--accent-500);
    color: var(--accent-500) !important;
    transform: translateY(-1px);
}

.footer-copy {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 0.78rem;
    color: #0b2a4a;
}

.global-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cta-btn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;

    text-align: center;
    box-shadow: 0 9px 20px rgba(6, 18, 30, 0.34);
}

.cta-btn.call-btn {
    background: linear-gradient(120deg, #3a3a3a, #111111);
}

.cta-btn.whatsapp-btn {
    background: linear-gradient(120deg, #117f17, var(--highlight-500));
}

.cart-count.badge {
    color: #ffffff !important;
    background: linear-gradient(120deg, #8d1313, var(--accent-500)) !important;
    border-radius: 999px;
    min-width: 1.25rem;
    font-weight: 700;
}

.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    width: 30px !important;
    height: 30px;
    border-radius: 0 !important;
    border: none !important;
    background: #f3f4f6;
    color: #111 !important;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.qty-btn:hover {
    background: rgba(171, 26, 26, 0.12);
}

.product-qty,
.cart-qty-input {
    width: 48px;
    text-align: center;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
    padding: 0.2rem !important;
    font-size: 0.86rem;
    background: #fff;
}

.qty-stepper-cart {
    min-width: 112px;
}

.theme-toggle {
    border: 1px solid rgba(0, 0, 0, 0.28) !important;
    background: rgba(0, 0, 0, 0.04);
    color: #111111;
    font-size: 0.78rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px !important;
    line-height: 1;
}

.theme-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
}

.price-tag {
    width: fit-content;
    max-width: 100%;
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal-item {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 480ms ease, transform 480ms ease;
    transition-delay: calc(var(--stagger-order, 0) * 36ms);
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.motion-ready header nav.navbar,
body.motion-ready main,
body.motion-ready footer,
body.motion-ready .footer {
    animation: riseIn 650ms ease both;
}

@media (max-width: 992px) {
    header {
        padding-top: 0;
    }

    .navbar-nav {
        padding-top: 0.55rem;
    }

    .site-footer-grid {
        white-space: normal;
        flex-wrap: wrap;
    }

    .footer-details {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    main {
        width: calc(100% - 1rem);
        padding: 1.1rem 0.9rem;
    }

    .brand-wordmark strong {
        font-size: 1.05rem;
    }

    .brand-wordmark span {
        font-size: 0.7rem;
    }

    .cta-btn {

        font-size: 0.8rem;
    }
}

body.page-cart main {
    min-height: calc(100vh - 176px);
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .reveal-item,
    .reveal-item.is-visible {
        opacity: 1;
        transform: none;
    }
}




.btn-fit { width: auto !important; }

/* =============================================
   SECTION PILL BADGES
   ============================================= */
.section-pill {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-pill-green {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.section-pill-pink {
    background: #fce7f3;
    color: #9d174d;
    border: 1px solid #fbcfe8;
}

.section-pill-amber {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}

/* =============================================
   HERO SECTION (INDEX)
   ============================================= */
.hero-new {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #7b1212 0%, var(--accent-500) 34%, #4a1a1a 65%, #114815 100%);
    padding: 3.5rem 2.5rem;
    position: relative;
    min-height: 340px;
}

.hero-new::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 80, 80, 0.28), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(46, 125, 50, 0.22), transparent 35%);
    pointer-events: none;
}

.hero-new-pill {
    display: inline-block;
    padding: 0.28rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-new h1 {
    color: #ffffff !important;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.15;
    font-weight: 800;
}

.hero-new h1 .hero-accent {
    color: #ff6b6b;
}

.hero-new p {
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 460px;
    font-size: 1rem;
}

.btn-hero-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 999px !important;
    font-weight: 600;
    padding: 0.55rem 1.4rem !important;
    transition: background 200ms, border-color 200ms;
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #ffffff !important;
}

.btn-hero-dark {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 999px !important;
    font-weight: 600;
    padding: 0.55rem 1.4rem !important;
    transition: background 200ms;
}

.btn-hero-dark:hover {
    background: rgba(255, 255, 255, 0.22) !important;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stat-num {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.hero-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    margin-top: 0.2rem;
}

.hero-logo-img {
    max-height: 200px;
    filter: drop-shadow(0 0 40px rgba(255, 100, 100, 0.4));
    object-fit: contain;
}

/* =============================================
   CATEGORY IMAGE TABS
   ============================================= */
.category-tabs {
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.category-tab {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

.category-tab img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border-color 200ms, transform 200ms;
}

.category-tab.active img,
.category-tab:hover img {
    border-color: var(--accent-500);
    transform: translateY(-2px);
}

.category-tab span {
    font-size: 0.72rem;
    font-weight: 600;
    color: #444;
}

.category-tab.active span {
    color: var(--accent-500);
}

/* =============================================
   PASTEL PRODUCT CARDS
   ============================================= */
.product-card-pastel {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07) !important;
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease;
    position: relative;
}

.product-card-pastel:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

.product-card-pastel.pastel-green { background: #f0fdf4 !important; }
.product-card-pastel.pastel-blue  { background: #eff6ff !important; }
.product-card-pastel.pastel-pink  { background: #fff1f2 !important; }
.product-card-pastel.pastel-peach { background: #fff7ed !important; }
.product-card-pastel.pastel-lavender { background: #f5f3ff !important; }
.product-card-pastel.pastel-mint  { background: #f0fdfa !important; }
.product-card-pastel.pastel-rose  { background: #fdf2f8 !important; }
.product-card-pastel.pastel-sky   { background: #f0f9ff !important; }

.product-card-pastel .product-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: transparent;
}

.product-card-pastel .product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-card-pastel:hover .product-img-wrapper img {
    transform: scale(1.06);
}

.product-card-pastel .card-body {
    padding: 0.85rem;
}

.product-card-pastel .card-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111 !important;
    margin-bottom: 0.25rem;
}

.product-card-pastel .card-desc {
    font-size: 0.78rem;
    color: #666 !important;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.product-card-pastel .product-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--accent-500) !important;
}

.add-to-cart-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--highlight-500);
    color: #ffffff;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 200ms, transform 200ms;
    line-height: 1;
    padding: 0;
}

.add-to-cart-circle:hover {
    background: #117f17;
    transform: scale(1.08);
}

.new-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--highlight-500);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

/* =============================================
   PROMO BANNER
   ============================================= */
.promo-banner {
    background: linear-gradient(135deg, #0d4c12 0%, #117f17 40%, var(--highlight-500) 100%) !important;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    color: #ffffff;
}

.promo-banner h2 {
    color: #ffffff !important;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
}

.promo-banner p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1rem;
}

.promo-banner .promo-code {
    font-weight: 800;
    color: #86efac !important;
    letter-spacing: 0.05em;
}

.btn-promo {
    background: #ffffff !important;
    color: var(--highlight-500) !important;
    border: none !important;
    border-radius: 999px !important;
    font-weight: 700;
    padding: 0.65rem 1.8rem !important;
    font-size: 0.95rem;
    transition: transform 200ms, box-shadow 200ms;
}

.btn-promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* =============================================
   CUSTOMER REVIEWS
   ============================================= */
.review-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.review-stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.review-text {
    color: #374151;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.6rem 0;
}

.review-author {
    font-weight: 700;
    font-size: 0.85rem;
    color: #111;
}

/* =============================================
   GLOBAL HERO NORMALIZATION
   ============================================= */
.global-hero-section {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    min-height: 340px !important;
    padding: 3rem 2rem !important;
    margin-bottom: 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: linear-gradient(135deg, #7b1212 0%, var(--accent-500) 34%, #4a1a1a 65%, #114815 100%) !important;
}

.global-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 80, 80, 0.26), transparent 36%),
        radial-gradient(circle at 85% 75%, rgba(46, 125, 50, 0.24), transparent 34%);
    pointer-events: none;
}

.global-hero-section > * {
    position: relative;
    z-index: 1;
}

.global-hero-section h1,
.global-hero-section h2,
.global-hero-section h3,
.global-hero-section h4,
.global-hero-section p {
    color: #ffffff !important;
}

.global-hero-section p {
    opacity: 0.9;
}

/* =============================================
   MEDIA QUERIES UPDATE
   ============================================= */
@media (max-width: 768px) {
    .global-hero-section {
        min-height: 300px !important;
        padding: 2.2rem 1.3rem !important;
    }

    .hero-new {
        padding: 2.5rem 1.5rem;
    }

    .hero-stats {
        gap: 1.2rem;
    }

    .hero-stat-num {
        font-size: 1.2rem;
    }

    .nav-social-icons {
        display: none;
    }
}

header nav.navbar.is-scrolled {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.08);
}

.btn,
.social-pill,
.cta-btn {
    position: relative;
    overflow: hidden;
}

.btn-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: rippleBurst 560ms ease-out forwards;
}

@keyframes rippleBurst {
    from { width: 0; height: 0; opacity: 0.9; }
    to { width: 280px; height: 280px; opacity: 0; }
}


.btn,
.cta-btn,
.social-pill {
    width: auto !important;
}

.img-tilt {
    transform: scale(1.04) rotate(-0.6deg);
    transition: transform 260ms ease;
}

.react-quick-actions {
    position: fixed;
    right: 14px;
    bottom: 116px;
    z-index: 1100;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    padding: 0.55rem;
    min-width: 150px;
}

.react-quick-tip {
    font-size: 0.74rem;
    color: #374151;
    margin-bottom: 0.35rem;
    min-height: 1.1rem;
}

.react-quick-links {
    display: flex;
    gap: 0.35rem;
}

.react-quick-link {
    text-decoration: none;
    background: var(--highlight-500);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.24rem 0.64rem;
    font-size: 0.74rem;
    font-weight: 700;
}

.react-quick-link-alt {
    background: var(--accent-500);
}

.clickable-enhanced {
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.clickable-enhanced:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.product-card-animate {
    animation: productRise 540ms ease both;
    animation-delay: calc(var(--product-stagger, 0) * 34ms);
}

@keyframes productRise {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* ─── OngApp Express page ───────────────────────────────────────── */
.is-hidden { display: none !important; }

.express-hero {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    padding: 2rem 1.2rem;
    margin-bottom: 1.4rem;
    background:
        radial-gradient(circle at 14% 20%, rgba(255,0,0,.22), transparent 34%),
        radial-gradient(circle at 84% 22%, rgba(124,252,0,.18), transparent 36%),
        linear-gradient(130deg, rgba(10,10,10,.95), rgba(20,20,20,.9));
}

.express-hero-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: clamp(120px, 16vw, 220px);
    height: auto;
    object-fit: contain;
    margin-bottom: .15rem;
}

.express-hero-label {
    color: var(--accent-400);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .12rem;
}

.express-hero-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    margin-top: 0;
    margin-bottom: .35rem;
}

.express-hero-desc {
    max-width: 760px;
    color: var(--text-300);
}

.step-card {
    border: 1px solid rgba(255,255,255,.14) !important;
}

.field-chip {
    display: inline-block;
    margin: .2rem .35rem .2rem 0;
    padding: .22rem .62rem;
    border-radius: 999px;
    background: rgba(255,0,0,.2);
    border: 1px solid rgba(255,0,0,.4);
    color: #fff;
    font-size: .78rem;
}

.rider-booking-card {
    border: 1px solid rgba(0,0,0,.14) !important;
    background: #fff !important;
}

.rider-booking-hint {
    color: var(--text-300);
    font-size: .92rem;
}

.order-result-card {
    background: linear-gradient(130deg, rgba(255,0,0,.16) 0%, rgba(124,252,0,.30) 100%) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
}

.order-result-desc {
    color: var(--text-300);
}
