/* ==========================================================================
   BRIGHWAX — COMPREHENSIVE RESPONSIVE DESIGN SYSTEM
   The Trusted Name in Bike & Car Care
   Zero Horizontal Overflow • iOS Zoom Proof • Touch Optimized
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Global Responsive Baseline & Viewport Containment
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative;
}

img, video, iframe, picture, svg {
  max-width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, h5, h6, span, a, label, li, td, th {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* --------------------------------------------------------------------------
   1. Medium Laptops & Desktops (max-width: 1280px)
   -------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  .nav-list {
    gap: 14px;
  }

  .nav-link {
    font-size: 0.88rem;
    padding: 6px 10px;
  }

  .header-search-form {
    width: 170px;
  }

  .search-input {
    font-size: 0.80rem;
    padding: 8px 34px 8px 14px;
  }

  .header-cta-btn {
    padding: 8px 14px;
    font-size: 0.82rem;
  }

  .brand-logo-img {
    height: 48px;
  }
}

/* --------------------------------------------------------------------------
   2. Large Tablets & Compact Laptops (max-width: 1120px)
   -------------------------------------------------------------------------- */
@media (max-width: 1120px) {
  :root {
    --header-height: 70px;
  }

  .main-nav {
    display: none !important;
  }

  .hamburger-btn {
    display: flex !important;
  }

  .header-search-form {
    display: none !important;
  }

  .header-cta-btn {
    padding: 8px 14px;
    font-size: 0.82rem;
  }
}

/* --------------------------------------------------------------------------
   3. Tablets & Intermediate Breakpoints (max-width: 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .site-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
  }

  .catalog-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .catalog-cta-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px;
    text-align: center;
  }

  .catalog-cta-actions {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }

  .about-split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-choose-5-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vision-banner-box {
    grid-template-columns: 1fr;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-b2b-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
  }

  .product-b2b-actions {
    width: 100%;
  }

  .product-b2b-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cinematic-theater-wrapper {
    max-width: 100%;
  }
}

/* --------------------------------------------------------------------------
   4. Portrait Tablets & Mobile Devices (max-width: 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  :root {
    --header-height: 64px;
  }

  /* Prevent iOS Auto-Zoom on form input focus */
  input, select, textarea, .form-control, .select-control-block, .mobile-search-input {
    font-size: 16px !important;
  }

  /* Topbar hidden on mobile to save screen estate */
  .topbar {
    display: none !important;
  }

  /* Main Header */
  .main-header {
    height: var(--header-height);
  }

  .header-inner {
    height: 100%;
    gap: 12px;
  }

  .brand-logo-img {
    height: 42px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-cta-btn {
    padding: 7px 12px;
    font-size: 0.78rem;
    gap: 6px;
  }

  .hamburger-btn {
    width: 42px;
    height: 42px;
    padding: 9px;
    justify-content: center;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.05);
  }

  .hamburger-bar {
    width: 22px;
    height: 2px;
  }

  /* Mobile Drawer (Right Offcanvas) */
  .mobile-drawer {
    width: min(340px, 88vw);
    max-width: 88vw;
    overscroll-behavior: contain;
  }

  .mobile-drawer-header {
    padding: 16px 18px;
  }

  .mobile-drawer-logo {
    height: 36px;
  }

  .mobile-drawer-close {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }

  .mobile-drawer-body {
    padding: 18px 16px;
    gap: 16px;
  }

  .mobile-nav-link {
    padding: 13px 16px;
    font-size: 0.92rem;
  }

  .mobile-social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }

  /* Section Spacings & Typography */
  .section-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-spacing-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-header {
    margin-bottom: 32px;
  }

  .section-tag {
    font-size: 0.72rem;
    padding: 4px 12px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 1.65rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .section-subtitle {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  /* Hero Slider */
  .hero-slider-container {
    aspect-ratio: 4 / 5;
    min-height: 380px;
    max-height: 560px;
    height: auto;
  }

  .hero-slide-bg-img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

  .hero-slide-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.90) 100%);
  }

  .hero-slide-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content {
    max-width: 100%;
    padding: 24px 0 36px;
  }

  .hero-pill-badge {
    font-size: 0.70rem;
    padding: 4px 10px;
    margin-bottom: 8px;
  }

  .hero-title {
    font-size: 1.45rem;
    line-height: 1.22;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
  }

  .hero-desc {
    font-size: 0.84rem;
    line-height: 1.42;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 10px 18px;
    font-size: 0.88rem;
  }

  .slider-controls {
    display: none !important;
  }

  .slider-dots {
    bottom: 8px;
    gap: 6px;
  }

  .slider-dot {
    width: 8px;
    height: 8px;
  }

  .slider-dot.active {
    width: 22px;
  }

  /* Trust Strip */
  .trust-strip-section {
    padding: 16px 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .trust-card {
    padding: 12px 14px;
    gap: 12px;
    border-radius: var(--radius-sm);
  }

  .trust-icon-box {
    width: 38px;
    height: 38px;
    font-size: 1.05rem;
    border-radius: var(--radius-xs);
    flex-shrink: 0;
  }

  .trust-card-body h3 {
    font-size: 0.84rem;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .trust-card-body p {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  /* Category Grid */
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .category-card {
    padding: 20px 14px;
  }

  .category-icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    margin-bottom: 12px;
  }

  .category-card-title {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }

  .category-card-desc {
    font-size: 0.76rem;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .category-card-count {
    font-size: 0.70rem;
    padding: 3px 8px;
  }

  /* Product Cards & Grid */
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .product-card {
    border-radius: var(--radius-sm);
  }

  .product-badge-wrap {
    top: 10px;
    left: 10px;
    gap: 4px;
  }

  .badge-featured,
  .badge-category {
    font-size: 0.65rem;
    padding: 3px 7px;
  }

  .product-img-wrapper {
    padding: 20px 14px;
    min-height: 190px;
  }

  .product-card-img {
    max-height: 150px;
  }

  .product-card-body {
    padding: 14px 12px;
  }

  .product-card-header-meta {
    margin-bottom: 6px;
  }

  .product-rating-stars {
    font-size: 0.68rem;
  }

  .product-rating-val {
    font-size: 0.70rem;
  }

  .product-net-qty {
    font-size: 0.70rem;
    padding: 2px 6px;
  }

  .product-card-title {
    font-size: 0.92rem;
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .product-card-desc {
    font-size: 0.75rem;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .product-card-meta {
    padding-top: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .product-mrp-label {
    font-size: 0.64rem;
  }

  .product-mrp {
    font-size: 1.05rem;
  }

  .product-wholesale-tag {
    font-size: 0.68rem;
    padding: 2px 6px;
  }

  .product-card-actions {
    grid-template-columns: 1fr auto;
    gap: 6px;
  }

  .product-card-actions .btn {
    padding: 8px 10px;
    font-size: 0.76rem;
    min-height: 38px;
  }

  .product-card-actions .btn-sm.product-btn-icon {
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 0.85rem;
  }

  /* Catalog Page Filters */
  .catalog-hero {
    padding: 24px 0 28px;
  }

  .catalog-hero-title {
    font-size: 1.65rem;
  }

  .catalog-hero-desc {
    font-size: 0.85rem;
    margin-bottom: 14px;
  }

  .catalog-trust-pills-row {
    gap: 6px;
  }

  .catalog-trust-pill {
    font-size: 0.72rem;
    padding: 4px 8px;
  }

  .catalog-filter-card {
    padding: 16px 14px;
    margin-bottom: 24px;
    border-radius: var(--radius-md);
  }

  .catalog-filter-top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .catalog-filter-title {
    font-size: 0.95rem;
    justify-content: space-between;
    width: 100%;
  }

  .filter-sort-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-bg-light);
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border-light);
  }

  .sort-select-modern {
    padding: 6px 8px;
    font-size: 0.84rem;
    border: none;
    background: transparent;
    font-weight: 700;
    width: 100%;
  }

  .category-pills-modern {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px 8px;
    margin: 0 -14px;
    padding-left: 14px;
    padding-right: 14px;
    scroll-snap-type: x mandatory;
    gap: 8px;
  }

  .category-pills-modern::-webkit-scrollbar {
    display: none;
  }

  .modern-filter-pill {
    flex-shrink: 0;
    scroll-snap-align: start;
    padding: 8px 12px;
    font-size: 0.80rem;
    gap: 6px;
  }

  /* Product Detail Page */
  .product-gallery-stage {
    min-height: 280px;
    padding: 20px 14px;
  }

  .product-gallery-slider {
    min-height: 240px;
  }

  .gallery-nav-arrow {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
    background: rgba(10, 10, 14, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .gallery-arrow-prev { left: 8px; }
  .gallery-arrow-next { right: 8px; }

  .product-thumb-btn {
    width: 52px;
    height: 52px;
  }

  .product-detail-title {
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .product-price-badge-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .product-pricing-card {
    padding: 18px 16px;
  }

  .product-detail-price {
    font-size: 1.75rem;
  }

  .highlight-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .product-cta-group .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 0.92rem;
  }

  /* Product Tabs */
  .product-tabs-wrapper {
    margin: 32px 0;
    border-radius: var(--radius-md);
  }

  .tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 2px solid var(--color-border-light);
  }

  .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 0.84rem;
  }

  .tab-content-panel {
    padding: 22px 16px;
  }

  .tab-panel-title {
    font-size: 1.15rem;
  }

  .tab-benefits-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .caution-callout {
    flex-direction: column;
    gap: 10px;
    padding: 16px 14px;
  }

  .product-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
  }

  .product-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Cinematic Section */
  .cinematic-header .section-title {
    font-size: 1.55rem;
  }

  .cinematic-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
  }

  .cinematic-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .cinematic-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .cinematic-pillar-card {
    padding: 14px 10px;
    gap: 8px;
    border-radius: var(--radius-sm);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cinematic-pillar-card .pillar-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin-bottom: 2px;
  }

  .cinematic-pillar-card h4 {
    font-size: 0.84rem;
    margin-bottom: 2px;
  }

  .cinematic-pillar-card p {
    font-size: 0.70rem;
    line-height: 1.3;
  }

  /* Care Guide Page */
  .care-steps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .care-step-card {
    padding: 22px 18px;
  }

  .maintenance-topics-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-accordion-header {
    padding: 16px 14px;
  }

  .faq-accordion-header h3 {
    font-size: 0.92rem;
    gap: 8px;
  }

  .faq-accordion-body {
    padding: 0 14px 16px 14px;
    font-size: 0.85rem;
  }

  /* Contact Page */
  .contact-quick-channels-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .contact-channel-card {
    padding: 16px 14px;
    gap: 14px;
  }

  .contact-layout-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form-card-modern {
    padding: 24px 16px;
    border-radius: var(--radius-md);
  }

  .inquiry-type-selector-wrap {
    gap: 6px;
  }

  .inquiry-pill-btn {
    padding: 6px 12px;
    font-size: 0.76rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-group-full {
    grid-column: span 1;
  }

  .contact-assurance-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
  }

  /* Dealership ROI Calculator */
  .roi-calculator-card {
    padding: 22px 16px;
    margin-bottom: 28px;
    border-radius: var(--radius-md);
  }

  .roi-slider-labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .roi-range-slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }

  .roi-range-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }

  .roi-presets-bar {
    gap: 6px;
  }

  .roi-preset-btn {
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .roi-metrics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .roi-metric-box {
    padding: 16px 14px;
    width: 100%;
  }

  .roi-metric-value {
    font-size: 1.55rem;
  }

  .roi-range-ticks {
    font-size: 0.68rem;
  }

  /* About Us Page */
  .about-hero .section-title {
    font-size: 1.7rem;
  }

  .states-presence-bar {
    padding: 18px 16px;
  }

  .states-pills-list {
    gap: 6px;
  }

  .state-pill {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .capability-card {
    padding: 22px 18px;
  }

  /* CTA Banners */
  .cta-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 32px 18px;
  }

  .cta-banner-content h2 {
    font-size: 1.45rem;
  }

  .cta-banner-content p {
    font-size: 0.85rem;
  }

  .cta-banner-inner .btn {
    width: 100%;
    justify-content: center;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .testimonial-card {
    padding: 22px 18px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  /* Floating Floating Buttons */
  .floating-whatsapp-btn {
    bottom: 18px;
    right: 16px;
    width: 52px;
    height: 52px;
    font-size: 1.55rem;
    z-index: 999;
  }

  .whatsapp-tooltip {
    display: none !important;
  }

  .back-to-top-btn {
    bottom: 78px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
    z-index: 998;
  }
}

/* --------------------------------------------------------------------------
   5. Standard Mobiles (max-width: 540px)
   -------------------------------------------------------------------------- */
@media (max-width: 540px) {
  .site-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-logo-img {
    height: 38px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cta-btn {
    padding: 6px 10px;
    font-size: 0.74rem;
  }

  .header-cta-btn span {
    display: inline;
  }

  .hero-slider-container {
    aspect-ratio: 1 / 1;
    min-height: 330px;
    max-height: 450px;
    height: auto;
  }

  .hero-title {
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .hero-desc {
    font-size: 0.80rem;
    line-height: 1.38;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .trust-card {
    padding: 10px 10px;
    gap: 8px;
    align-items: center;
  }

  .trust-icon-box {
    width: 32px;
    height: 32px;
    font-size: 0.88rem;
    border-radius: var(--radius-xs);
  }

  .trust-card-body h3 {
    font-size: 0.76rem;
    margin-bottom: 1px;
    line-height: 1.2;
  }

  .trust-card-body p {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .category-card {
    padding: 14px 8px;
  }

  .category-icon-wrapper {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .category-card-title {
    font-size: 0.84rem;
  }

  .category-card-desc {
    display: none; /* Keep cards clean on small screens */
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .product-img-wrapper {
    min-height: 160px;
    padding: 16px 10px;
  }

  .product-card-img {
    max-height: 130px;
  }

  .product-card-body {
    padding: 10px 8px;
  }

  .product-card-title {
    font-size: 0.84rem;
    line-height: 1.25;
    margin-bottom: 4px;
    min-height: 34px;
  }

  .product-card-desc {
    display: none;
  }

  .product-mrp {
    font-size: 0.98rem;
  }

  .product-card-actions {
    grid-template-columns: 1fr auto;
    gap: 5px;
  }

  .product-card-actions .btn {
    font-size: 0.72rem;
    padding: 6px 8px;
    min-height: 36px;
  }

  .product-card-actions .btn-sm.product-btn-icon {
    width: 36px;
    height: 36px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .stat-box {
    padding: 16px 10px;
  }

  .stat-number {
    font-size: 1.6rem;
  }

  .stat-label {
    font-size: 0.72rem;
  }

  .cinematic-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .cinematic-pillar-card {
    padding: 12px 8px;
    gap: 6px;
  }

  .cinematic-pillar-card .pillar-icon {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }

  .cinematic-pillar-card h4 {
    font-size: 0.76rem;
  }

  .cinematic-pillar-card p {
    font-size: 0.65rem;
  }

  .form-card {
    padding: 20px 14px;
  }

  .tab-btn {
    padding: 10px 14px;
    font-size: 0.80rem;
    gap: 6px;
  }

  .tab-content-panel {
    padding: 18px 12px;
  }

  .roi-units-badge {
    font-size: 0.95rem;
    padding: 4px 12px;
  }

  .roi-metric-value {
    font-size: 1.40rem;
  }
}

/* --------------------------------------------------------------------------
   6. Ultra Small Mobiles (max-width: 360px)
   -------------------------------------------------------------------------- */
@media (max-width: 360px) {
  .site-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-logo-img {
    height: 34px;
  }

  .header-cta-btn span {
    display: none; /* Show icon only to prevent header squish */
  }

  .header-cta-btn {
    padding: 7px 10px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card-desc {
    display: -webkit-box;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .cinematic-pillars-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 1.20rem;
  }

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

  .tab-btn span {
    font-size: 0.76rem;
  }
}
