/** Shopify CDN: Minification failed

Line 289:13 Expected identifier but found whitespace
Line 289:18 Unexpected ";"

**/
:root {
  --font-primary: "Averta", "Segoe UI", Arial, sans-serif;
}

/* ===== RESET & BASE ===== */
*,

*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Force system fonts across all elements */
* {
  font-family: var(--font-primary) !important;
}

body {
  font-family: var(--font-primary) !important;
  font-size: 16px;
  color: #313131;
  background: #fff;
  overflow-x: hidden;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}

button, input, select, textarea {
  font-family: var(--font-primary) !important;
}

.mega-link,
.capsule-tab,
.btn-quote,
.quote-free,
.quote-dark,
.sidebar-link {
  font-family: var(--font-primary) !important;
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .site-header.header-hidden {
    transform: translateY(calc(-100% - 40px));
  }
}
.site-header * {
  font-family: var(--font-primary) !important;
}
.navbar-bg {
  background: #131a31;
  color: #fff;
  position: relative;
  padding-bottom: 24px;
  z-index: 200;
}
.navbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* Capsule bar: absolute at bottom of dark bar, centered */
.capsule-bar {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  padding: 0 16px;
  z-index: 0;
}
.capsule-tabs-wrap {
  position: relative;
  display: inline-flex;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 340px;
}
@media (min-width: 1024px) {
  .capsule-tabs-wrap {
    max-width: 340px;
  }
}
.capsule-tabs-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 48px;
  flex: 1;
}
.capsule-tabs-scroll::-webkit-scrollbar {
  display: none;
}
.capsule-tabs-inner {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.capsule-tab {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 9999px;
}
.capsule-tab:hover {
  color: #111;
  transform: scale(1.05);
}
.capsule-tab.is-active {
  background: linear-gradient(135deg, #ff8a2a, #ff6c1a);
  color: #fff;
  padding: 10px 28px;
  box-shadow: 0 8px 18px rgba(255, 108, 26, 0.28);
  margin: 4px 0 4px 4px;
}
.capsule-tab.is-active:hover {
  color: #fff;
}
.capsule-tab-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0 9999px 9999px 0;
  box-shadow: -4px 0 8px rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.capsule-arrow-inner {
  background: #ff6c1a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s;
}
.capsule-tab-arrow:hover .capsule-arrow-inner {
  background: #141a32;
}

/* Logo */
.logo-wrap {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .logo-wrap {
    flex: 1;
    justify-content: center;
  }
}
.logo {
  display: flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.navbar-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
}
.logo-fineyst {
  background: #f97316;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 900;
}
.logo-patches {
  color: #fff;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 900;
}

/* Desktop Nav — centered */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.nav-item {
  position: relative;
}
.nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  font-family: var(--font-primary) !important;
}
.nav-link:hover {
  color: #f97316;
}
.chevron {
  transition: transform 0.2s;
}
.has-mega:hover .chevron {
  transform: rotate(180deg);
}
/* Mega menu */
.mega-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 1400px;
  max-width: 100vw;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px 32px 28px;
  border-top: 3px solid #f97316;
}
.mega-menu * {
  font-family: var(--font-primary) !important;
}

  background: #fff;
  border-top: 2px solid #f97316;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 16px 24px 12px;
  max-width: 1400px;
  margin: 0 auto;
}
.mega-inner {
  background: #ffffff;
  border-top: 2px solid #f97316;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px 32px 24px;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
}
.mega-section-label {
  font-size: 13px;
  font-weight: 800;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(249, 115, 22, 0.2);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px 8px;
  margin-bottom: 10px;
}
.mega-link {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.mega-link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #f97316;
  transition: color 0.15s;
}
.mega-link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mega-link:hover {
  background: #fff7ed;
  color: #f97316;
}
.mega-link:hover .mega-link-icon {
  color: #f97316;
}
.mega-footer {
  display: flex;
  gap: 24px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}
.mega-footer a {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
  transition: color 0.2s;
}
.mega-footer a:hover {
  color: #f97316;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}

/* FREE QUOTE button */
.quote-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.quote-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ea580c, #f97316, #1e3a8a);
  border-radius: 30px;
  filter: blur(8px);
  opacity: 0.35;
  transition: opacity 0.3s;
}
.quote-wrap:hover .quote-glow {
  opacity: 0.65;
}
.btn-quote {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #f97316, #ea580c);
  border-radius: 30px;
  padding: 2px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-quote-inner {
  display: flex;
  align-items: center;
}
.quote-free {
  color: #fed7aa;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.quote-dark {
  background: linear-gradient(to right, #1e3a8a, #0f172a);
  color: #fff;
  border-radius: 24px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
}
.quote-arrow {
  transition: transform 0.2s;
}
.btn-quote:hover .quote-arrow {
  transform: translateX(2px);
}

.icon-btn {
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px;
  transition: color 0.2s;
}
.icon-btn:hover {
  color: #f97316;
}

/* Mobile */
.mobile-only {
  display: none;
}
.mobile-cart {
  margin-left: auto;
}
.hamburger-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: background 0.2s;
}
.hamburger-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 340px;
  background: linear-gradient(135deg, #0f172a, #1e293b, #0f172a);
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
}
.mobile-sidebar * {
  font-family: var(--font-primary) !important;
}
.mobile-sidebar.open {
  transform: translateX(0);
}
.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.sidebar-overlay.open {
  display: block;
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(to right, rgba(249, 115, 22, 0.15), transparent);
}
.sidebar-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.2s;
  display: flex;
}
.sidebar-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: rotate(90deg);
}
.sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.sidebar-link:hover {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-footer {
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background: rgba(30, 41, 59, 0.4);
}
.sidebar-footer p {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 6px;
}
.sidebar-footer a {
  color: #f97316;
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}
.sidebar-footer span {
  color: #64748b;
  font-size: 12px;
}

/* ===== HEADER TABS ROW (CAPSULE) ===== */
.header-tabs-row {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  padding-bottom: 0;
  position: relative;
  z-index: 101;
}
.capsule-tabs-wrap {
  position: relative;
  display: inline-flex;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(50%);
  width: 100%;
  max-width: 340px;
  z-index: 102;
}
@media (min-width: 1024px) {
  .capsule-tabs-wrap {
    max-width: 340px;
  }
}
.capsule-tabs-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 48px;
}
.capsule-tabs-scroll::-webkit-scrollbar {
  display: none;
}
.capsule-tabs-inner {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.capsule-tab {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 0;
}
.capsule-tab:hover {
  color: #111;
  transform: scale(1.05);
}
.capsule-tab-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0 9999px 9999px 0;
  box-shadow: -4px 0 8px rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.capsule-arrow-inner {
  background: #ff6c1a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s;
}
.capsule-tab-arrow:hover .capsule-arrow-inner {
  background: #141a32;
}

/* ===== HERO SECTION ===== */
.hero-section {
  width: 100%;
}
.hero-bg-wrap {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #ffedd5, #fed7aa);
}
@media (min-width: 768px) {
  .hero-bg-wrap {
    background: none;
  }
}
.hero-bg-overlay {
  display: none;
}
@media (min-width: 768px) {
  .hero-bg-overlay {
    display: block;
    position: absolute;
    inset: 0;
  }
}
.hero-inner-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 8px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 640px) {
  .hero-inner-wrap {
    padding-top: 176px;
  }
}
@media (min-width: 768px) {
  .hero-inner-wrap {
    padding-top: 192px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .hero-inner-wrap {
    padding-top: 128px;
    padding-bottom: 16px;
  }
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-inner {
  position: relative;
  left: -120px;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.hero-heading {
  margin-bottom: 12px;
}
.hero-title-main {
  display: block;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -1px;
  white-space: nowrap;
  background: linear-gradient(to right, #0a2463, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.hero-subtitle {
  display: block;
  max-width: 600px;
  font-size: clamp(18px, 1.9vw, 30px);
  font-weight: 700;
  color: #0a2463;
  opacity: 0.85;
  line-height: 1.2;
  white-space: normal;
  -webkit-text-fill-color: #0a2463;
}
.hero-desc {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.5;
}

.averta-thin {
  font-weight: 100;
}

.averta-regular {
  font-weight: 400;
}

.averta-bold {
  font-weight: 700;
}

.averta-black {
  font-weight: 900;
}
.hero-btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.btn {
  padding: 18px 32px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  white-space: nowrap;
  border: none;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.btn-dark {
  background: linear-gradient(to right, #0a2463, #1e3a8a);
  color: #fff;
}
.btn-dark:hover {
  background: linear-gradient(to right, #081d52, #162d6f);
}
.btn-orange {
  background: linear-gradient(to right, #ea580c, #f97316);
  color: #fff;
}
.btn-orange:hover {
  background: linear-gradient(to right, #f97316, #fb923c);
}
.btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.btn-arrow {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s;
}
.btn-orange:hover .btn-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}
.badge-icon {
  background: #f97316;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-right {
  display: none;
}
@media (min-width: 768px) {
  .hero-right {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hero-inner-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1550px) {
  .hero-inner-wrap {
    max-width: 1180px;
    padding: 132px 32px 32px;
    gap: 24px;
  }
  .hero-inner {
    left: 0;
    max-width: 560px;
    margin-bottom: 24px;
  }
  .hero-title-main {
    font-size: clamp(48px, 5vw, 64px);
  }
  .hero-subtitle {
    max-width: 540px;
    font-size: clamp(20px, 2vw, 26px);
  }
  .hero-desc {
    max-width: 520px;
    margin-bottom: 16px;
  }
  .hero-btns {
    gap: 14px;
    margin-bottom: 20px;
  }
  .hero-btns .btn {
    min-height: 48px;
    padding: 12px 20px;
  }
  .hero-badges {
    gap: 14px 18px;
  }
  .hero-badges .badge {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1550px) {
  .hero-inner-wrap {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-inner {
    left: -48px;
    max-width: 600px;
  }
  .hero-title-main {
    font-size: clamp(58px, 4.7vw, 70px);
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .hero-inner-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  }
  .hero-title-main {
    font-size: clamp(42px, 5.3vw, 56px);
  }
  .hero-subtitle {
    font-size: clamp(18px, 2.4vw, 23px);
  }
}
@media (max-width: 768px) {
  .hero-inner-wrap {
    grid-template-columns: 1fr;
    padding: 100px 16px 40px;
    gap: 0;
  }
  .hero-title-main {
    white-space: normal;
    font-size: clamp(36px, 10vw, 62px);
    margin-left:8px ;
  }
  .hero-subtitle {
    max-width: none;
    font-size: clamp(18px, 3.5vw, 16px);
    padding-inline: 14px;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    text-align: center;
    width: 100%;
    max-width: 280px;
  }
  .hero-badges {
    justify-content: center;
  }
  .hero-subtitle,
  .hero-desc {
    text-align: center;
  }
  .hero-desc {
    display: none;
  }
  .hero-inner {
    left: 0;
    top: 0;
    max-width: none;
    align-items: center;
    margin-top: 54px;
  }
}

/* ===== GALLERY SLIDER ===== */
.gallery-slider-section {
  padding: 16px 0;
  background: #fff;
  overflow: hidden;
}
.gallery-title-wrap {
  text-align: center;
  margin-bottom: 16px;
  padding: 0 16px;
}
.section-title {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 800;
  color: #111827;
}

.section-title-soft {
  font-weight: 700;
}
.gallery-track-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.gallery-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: none;
}
.gallery-slide {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ===== AFFORDABLE SECTION ===== */
.affordable-section {
  padding: 48px 0 64px;
  background: #fff;
}
.affordable-section * {
  font-family: var(--font-primary) !important;
}
.affordable-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Header */
.affordable-header {
  text-align: center;
  margin-bottom: 32px;
}
.affordable-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #0a2463;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.2;
}
.affordable-subtitle {
  font-size: 18px;
  color: #6b7280;
  font-weight: 600;
  margin-top: 16px;
  display: block;
}

/* Collapsible */
.collapse-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collapse-btn {
  width: 96px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
  margin: 16px auto 0;
}
.collapse-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #f97316, #fb923c);
  border-radius: 9999px;
}
.collapse-chevron {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  transition: transform 0.3s;
  display: flex;
}
.collapse-body {
  width: min(1600px, calc(100vw - 32px));
  max-width: none;
  background: #fff7ed;
  border-radius: 12px;
  padding: 24px;
  margin-top: 12px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  line-height: 1.7;
}
.collapse-body a {
  color: #1f3b6d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.collapse-text {
  max-width: 1380px;
  margin-bottom: 16px;
  text-align: center;
}
.collapse-heading {
  font-size: 16px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
}
.collapse-list {
  padding-left: 24px;
  margin-bottom: 16px;
}
.collapse-list li {
  margin-bottom: 10px;
}
.collapse-ready {
  font-size: 17px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}

/* Shop heading */
.shop-heading {
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 24px;
}

/* Patch product grid */
.patch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.patch-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.patch-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.patch-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
.patch-card-fig {
  position: relative;
  background: #f5f5f5;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}
.patch-card-fig img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.3s;
}
.patch-card:hover .patch-card-fig img {
  transform: scale(1.05);
}
.patch-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  z-index: 5;
}
.patch-card-body {
  padding: 14px 16px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.patch-card-name {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 4px;
}
.patch-card-price {
  font-size: 13px;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 8px;
}
.patch-card-desc {
  font-size: 13px;
  color: #6b7280;
  flex-grow: 1;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.patch-card-cta {
  margin-top: 16px;
}
.patch-card-btn {
  display: inline-block;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  transition: background 0.2s;
}
.patch-card:hover .patch-card-btn {
  background: #1f2937;
}

@media (max-width: 1024px) {
  .patch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .patch-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* ===== SCROLLING REVIEWS ===== */
.scroll-reviews-section {
  padding: 48px 0;
  background: #141a32;
  overflow: hidden;
}
.scroll-reviews-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  margin-bottom: 32px;
}
.scroll-reviews-title {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.scroll-reviews-sub {
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
}

.scroll-row-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}
.scroll-row {
  display: flex;
  gap: 16px;
  width: max-content;
}
.scroll-left {
  animation: scrollLeft 90s linear infinite;
}
.scroll-right {
  animation: scrollRight 90s linear infinite;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.scroll-card {
  flex-shrink: 0;
  background: #1a1a1a;
  border-radius: 10px;
  padding: 20px 24px;
  width: 350px;
  height: 220px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s;
}
.scroll-card:hover {
  background: #2a2a2a;
}
.scroll-card-header {
  margin-bottom: 10px;
}
.scroll-stars {
  display: flex;
  gap: 1px;
  margin-bottom: 6px;
}
.scroll-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.scroll-verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4ade80;
}
.scroll-verified img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.scroll-text {
  font-size: 13px;
  font-weight: 600;
  color: #d1d5db;
  line-height: 1.5;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 640px) {
  .scroll-card {
    width: 280px;
    height: 200px;
    padding: 14px;
  }
}

.faq-section {
  padding: 24px 0;
  background: #fff;
}
.faq-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #111827;
  margin-bottom: 12px;
}
.faq-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.faq-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.faq-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  min-height: 60px;
  transition: background 0.2s;
  font-family: inherit;
}
.faq-btn:hover {
  background: #f9fafb;
}
.faq-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #fd6633;
}
.faq-question {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  padding: 0 16px 0 12px;
  line-height: 1.4;
}
.faq-chevron {
  flex-shrink: 0;
  color: #6b7280;
  transition: transform 0.3s;
}
.faq-answer {
  padding: 0 16px 16px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.7;
  border-top: 1px solid #f3f4f6;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.case-studies-section {
  padding: 32px 0;
  background: #131a31;
}
@media (min-width: 768px) {
  .case-studies-section {
    padding: 48px 0;
  }
}
.case-studies-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.case-studies-header {
  text-align: center;
  margin-bottom: 32px;
}
.case-studies-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.case-studies-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #d1d5db;
}
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.case-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.case-card:hover {
  border-color: rgba(234, 88, 12, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.case-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #ea580c;
  transition: height 0.5s;
}
.case-card:hover .case-card-accent {
  height: 100%;
}
.case-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px 24px;
  text-align: center;
}
.case-card-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.case-card-logo img {
  width: 120px;
  height: 60px;
  object-fit: contain;
}
.case-card-name {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}
.case-card-tagline {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  color: #ea580c;
  line-height: 1.4;
}
.case-card-footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px 24px;
  display: flex;
  justify-content: center;
}
.case-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f97316, #fb923c);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
  transition: all 0.3s;
}
.case-card-btn:hover {
  background: linear-gradient(to right, #ea580c, #f97316);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}
@media (max-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

.apply-section {
  padding: 0 0 32px;
  background: #fff;
}
@media (min-width: 768px) {
  .apply-section {
    padding: 48px 0;
  }
}
.apply-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.apply-header {
  text-align: center;
  margin-bottom: 40px;
}
.apply-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  color: #0a2463;
  margin-bottom: 10px;
  line-height: 1.3;
}
.apply-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
}
.apply-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.apply-card {
  background: #131a31;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.apply-card:hover {
  border-color: #fd6633;
  box-shadow: 0 6px 20px rgba(253, 102, 51, 0.25);
  transform: scale(1.02);
}
.apply-card-img {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.apply-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.apply-card:hover .apply-card-img img {
  transform: scale(1.05);
}
.apply-card-label {
  padding: 10px 12px;
  text-align: center;
}
.apply-card-label p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .apply-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .apply-card-label p {
    font-size: 11px;
  }
}

.solutions-section {
  width: 100%;
  background: linear-gradient(to right, #ffedd5, #fed7aa);
  padding: 48px 0;
}
.solutions-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.solutions-header {
  text-align: center;
  margin-bottom: 40px;
}
.solutions-title {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 500;
  color: #ff6c1a;
  margin-bottom: 8px;
  line-height: 1.3;
}
.solutions-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #4b5563;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.solution-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.solution-card:hover {
  box-shadow: 0 10px 25px rgba(255, 108, 26, 0.2);
}
.solution-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.solution-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: #ff6c1a;
  display: flex;
  align-items: center;
}
.solution-card-title {
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 500;
  color: #0a2463;
  line-height: 1.3;
}
.solution-card-desc {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
  flex: 1;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solution-card-footer {
  display: flex;
  justify-content: center;
}
.solution-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff6f0;
  color: #ff6c1a;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 9999px;
  transition: all 0.3s;
}
.solution-card:hover .solution-card-btn {
  background: #131a31;
  color: #fff;
}
@media (max-width: 640px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .solution-card-desc {
    -webkit-line-clamp: 3;
  }
}

.custom-opts-section {
  width: 100%;
  padding: 64px 0;
  background: #131a31;
}
.custom-opts-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.custom-opts-title {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}
.custom-opts-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Sidebar */
.custom-opts-sidebar {
  width: 25%;
  flex-shrink: 0;
}
.custom-opts-sidebar-inner {
  background: #1a2234;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.custom-opts-sidebar-hint {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 20px;
}
.custom-opts-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.custom-opts-nav-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #d1d5db;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
  font-family: inherit;
}
.custom-opts-nav-btn:hover {
  background: #2a3347;
}
.custom-opts-nav-btn.active {
  background: #f26522;
  color: #fff;
}
.custom-opts-nav-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2a3347;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.custom-opts-nav-btn.active .custom-opts-nav-icon {
  background: rgba(255, 255, 255, 0.2);
}

/* Content panel */
.custom-opts-content {
  flex: 1;
}
.custom-opts-panel {
  background: #1a2234;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.custom-opts-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.custom-opts-panel-icon {
  background: #f26522;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  color: #fff;
}
.custom-opts-panel-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.custom-opts-panel-desc {
  font-size: 14px;
  font-weight: 600;
  color: #d1d5db;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Cards grid */
.custom-opts-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.custom-opts-card {
  background: #2a3347;
  border-radius: 10px;
  padding: 18px;
  display: block;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  color: inherit;
}
.custom-opts-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.custom-opts-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}
.custom-opts-card-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}
.custom-opts-card-desc {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  line-height: 1.5;
}
.custom-opts-popular {
  background: #f26522;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 9999px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* View all */
.custom-opts-view-all {
  margin-top: 28px;
  text-align: center;
}
.custom-opts-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #f97316, #fb923c);
  color: #fff;
  padding: 10px 24px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}
.custom-opts-view-btn:hover {
  background: linear-gradient(to right, #ea580c, #f97316);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

@media (max-width: 1024px) {
  .custom-opts-layout {
    flex-direction: column;
  }
  .custom-opts-sidebar {
    width: 100%;
  }
  .custom-opts-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-opts-nav-btn {
    width: auto;
    flex: 1 1 auto;
  }
  .custom-opts-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .custom-opts-section {
    padding: 40px 0;
  }
  .custom-opts-title {
    font-size: clamp(20px, 5vw, 28px);
    margin-bottom: 24px;
  }
  .custom-opts-nav-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  .custom-opts-nav-icon {
    width: 24px;
    height: 24px;
  }
  .custom-opts-cards {
    grid-template-columns: 1fr;
  }
}

.uses-section {
  padding: 64px 0;
  background: #fff;
}
.uses-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.uses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.uses-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  color: #141a32;
  margin-bottom: 24px;
  line-height: 1.2;
}
.uses-block {
  margin-bottom: 24px;
}
.uses-subheading {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
  color: #141a32;
  margin-bottom: 10px;
}
.uses-body {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  line-height: 1.7;
}
.uses-body a {
  color: #f97316;
  text-decoration: underline;
}
.uses-body a:hover {
  color: #ea580c;
}
.uses-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .uses-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .uses-text {
    text-align: center;
  }
  .uses-image {
    display: flex;
    justify-content: center;
  }
  .uses-image img {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .uses-container {
    padding: 0 16px;
  }
  .uses-title {
    font-size: clamp(22px, 6vw, 32px);
  }
}

.why-section {
  margin: 40px 0;
  padding: 64px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .why-section {
    background: #141a32;
  }
}
.why-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.why-header {
  text-align: center;
  margin-bottom: 48px;
}
.why-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 5why-card-tagline00;
  color: #141a32;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .why-title {
    color: #fff;
  }
}
.why-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .why-subtitle {
    color: #d1d5db;
  }
}

/* Feature cards */
.why-rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.why-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-card-body {
  flex: 1;
}
.why-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #141a32;
  margin-bottom: 4px;
}
.why-card-tagline {
  font-size: 13px;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 10px;
}
.why-card-desc {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 14px;
}
.why-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.why-bullet {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.why-dot {
  width: 8px;
  height: 8px;
  background: #f97316;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

/* CTA Banner */
.why-cta-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.why-cta-banner {
  background: linear-gradient(to right, #f97316, #fb923c);
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  color: #fff;
}
.why-cta-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  margin-bottom: 12px;
}
.why-cta-sub {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 28px;
}
.why-cta-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #f97316;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 9999px;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.why-cta-btn:hover {
  background: #f9fafb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .why-section {
    margin: 0;
    padding: 48px 0;
  }
}
@media (max-width: 640px) {
  .why-card {
    flex-direction: column;
    gap: 12px;
  }
  .why-bullets {
    grid-template-columns: 1fr;
  }
  .why-cta-banner {
    padding: 28px 20px;
  }
}

.reviews-section {
  padding: 24px 0 48px;
  background: #fff;
  margin-top: 16px;
}
.reviews-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.reviews-header {
  text-align: center;
  margin-bottom: 32px;
}
.reviews-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: #141a32;
}

/* Layout: 3/7 + 4/7 */
.reviews-layout {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 16px;
  align-items: stretch;
}

/* Featured card */
.review-featured {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.review-featured-inner {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.review-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.review-featured:hover .review-bg-img {
  transform: scale(1.05);
}

/* Overlay */
.review-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.review-info {
  color: #fff;
  width: 100%;
  margin-bottom: 12px;
}
.review-name-lg {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.review-name-sm {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}
.review-stars-sm {
  margin-bottom: 4px;
}
.review-stars svg {
  width: 14px;
  height: 14px;
}
.review-stars-sm svg {
  width: 11px;
  height: 11px;
}
.review-rating {
  font-size: 11px;
  color: #d1d5db;
  margin-left: 4px;
}
.review-text-lg {
  font-size: 15px;
  font-weight: 700;
  color: #e5e7eb;
  line-height: 1.5;
}
.review-text-sm {
  font-size: 12px;
  font-weight: 700;
  color: #d1d5db;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-view-btn {
  background: linear-gradient(to right, #fd6633, #fd6633);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(253, 102, 51, 0.3);
}
.review-view-btn:hover {
  background: #e55a2d;
  box-shadow: 0 4px 12px rgba(253, 102, 51, 0.4);
}
.review-view-sm {
  padding: 5px 12px;
  font-size: 11px;
}

/* Desktop 6-card grid: 3 cols */
.review-grid-desktop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.review-small-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3/4;
  transition: box-shadow 0.3s;
}
.review-small-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.review-small-card:hover .review-bg-img {
  transform: scale(1.05);
}

/* Mobile grid */
.review-grid-mobile {
  display: none;
}
.review-mobile-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }
  .review-featured-inner {
    height: 360px;
  }
  .review-grid-desktop {
    display: none;
  }
  .review-grid-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: -4px;
  }
}

.steps-section {
  padding: 64px 0;
  background: #fff;
}
.steps-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.steps-header {
  text-align: center;
  margin-bottom: 48px;
}
.steps-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: #141a32;
  margin-bottom: 10px;
  line-height: 1.3;
}
.steps-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 20px;
}
.steps-cta-mobile {
  display: none;
  background: linear-gradient(to right, #f97316, #ef4444);
  color: #fff;
  padding: 12px 32px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
  transition: all 0.3s;
}
.steps-cta-mobile:hover {
  background: linear-gradient(to right, #ea580c, #dc2626);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.step-card {
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #f3f4f6;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  padding: 16px;
  padding-top: 24px;
}
.step-card:hover {
  border-color: #f26522;
  box-shadow: 0 6px 20px rgba(242, 101, 34, 0.15);
}

.step-img-wrap {
  position: relative;
  width: 100%;
  height: 176px;
  background: #f9fafb;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.step-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.step-body {
  padding: 24px 0 8px;
}
.step-name {
  font-size: 16px;
  font-weight: 700;
  color: #141a32;
  margin-bottom: 10px;
  line-height: 1.4;
}
.step-desc {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-cta-mobile {
    display: inline-block;
  }
  .step-name,
  .step-desc {
    text-align: center;
  }
}

.bulk-orders-section {
  background: linear-gradient(135deg, #0a1628 0%, #0f2044 40%, #1a1040 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.bulk-orders-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.bulk-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.bulk-content {
  max-width: 720px;
}

.bulk-badge {
  display: inline-block;
  background: linear-gradient(to right, #0a2463, #1e3a8a);
  padding: 10px 20px;
  border-radius: 9999px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.bulk-badge p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0;
}
.bulk-badge-highlight {
  color: #fb923c;
  font-weight: 700;
}

.bulk-heading {
  color: #fff;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.3;
}

.bulk-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 640px;
}

.bulk-trust {
  margin-bottom: 32px;
}
.bulk-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22, 163, 74, 0.85);
  color: #fff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
}

.bulk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f97316;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 9999px;
  transition: background 0.2s;
}
.bulk-cta:hover {
  background: #ea580c;
}

@media (max-width: 768px) {
  .bulk-orders-section {
    padding: 48px 0;
  }
  .bulk-content {
    text-align: center;
    max-width: 100%;
  }
  .bulk-trust {
    display: flex;
    justify-content: center;
  }
  .bulk-heading {
    font-size: clamp(20px, 5vw, 28px);
  }
  .bulk-badge p {
    font-size: 14px;
  }
}

.chat-bubble {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #f97316;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4);
  z-index: 999;
  transition: transform 0.2s;
}
.chat-bubble:hover {
  transform: scale(1.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .mega-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .mobile-only {
    display: flex;
    align-items: center;
  }
  .hero-section {
    height: auto;
  }
  .hero-inner {
    width: 100%;
  }
  .hero-title-main {
    white-space: normal;
  }
  .gallery-slide {
    width: 100px;
    height: 100px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .capsule-bar {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .btn {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .patch-card-name {
    font-size: 13px;
  }
  .affordable-section {
    padding: 32px 0 48px;
  }
  .steps-section {
    padding: 40px 0;
  }
  .faq-section {
    padding: 40px 0;
  }
  .solutions-section {
    padding: 32px 0;
  }
  .reviews-section {
    padding: 16px 0 32px;
  }
}

/* ===== NAVBAR OVERRIDES ===== */
.navbar-inner {
  position: relative !important;
}
.nav-item {
  position: relative;
}
.mega-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 1400px;
  max-width: 100vw;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px 32px 28px;
  border-top: 3px solid #f97316;
}
.capsule-bar {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  transform: translateY(50%);
  display: flex;
  justify-content: center;
  padding: 0 16px;
  z-index: 0;
}
.capsule-tabs-wrap {
  position: relative;
  display: inline-flex;
  background: #fff;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 340px;
}
.capsule-tabs-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 48px;
  flex: 1;
}
.capsule-tabs-scroll::-webkit-scrollbar {
  display: none;
}
.capsule-tabs-inner {
  display: flex;
  align-items: center;
}
.capsule-tab {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 0;
}
.capsule-tab:hover {
  color: #111;
  transform: scale(1.05);
}
.capsule-tab-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0 9999px 9999px 0;
  box-shadow: -4px 0 8px rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.capsule-arrow-inner {
  background: #ff6c1a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s;
}
.capsule-tab-arrow:hover .capsule-arrow-inner {
  background: #141a32;
}
@media (min-width: 768px) {
  .hero-inner-wrap {
    padding-top: 150px !important;
  }
}
@media (min-width: 769px) and (max-width: 1550px) {
  .hero-inner-wrap {
    padding-top: 132px !important;
  }
}

/* ===== FOOTER ===== */
footer {
  background: #131a31;
  padding: 40px 16px;
  color: #fff;
}
footer * {
  font-family: var(--font-primary) !important;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.gap-8 {
  gap: 32px;
}
.mb-12 {
  margin-bottom: 48px;
}
.space-y-6 > * + * {
  margin-top: 24px;
}
.space-y-4 > * + * {
  margin-top: 16px;
}
.space-y-2 > * + * {
  margin-top: 8px;
}
.space-x-3 > * + * {
  margin-left: 12px;
}
.col-span-1 {
  grid-column: span 1;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.text-gray-300 {
  color: #d1d5db;
}
.text-gray-400 {
  color: #9ca3af;
}
.text-white {
  color: #fff;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.text-lg {
  font-size: 18px;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mt-2 {
  margin-top: 8px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-8 {
  margin-top: 32px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.ml-4 {
  margin-left: 16px;
}
.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-8 {
  padding-top: 32px;
}
.pb-2 {
  padding-bottom: 8px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.p-2 {
  padding: 8px;
}
.w-full {
  width: 100%;
}
.h-8 {
  height: 32px;
}
.w-auto {
  width: auto;
}
.max-w-md {
  max-width: 448px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-700 {
  border-color: #374151;
}
.border-gray-800 {
  border-color: #1f2937;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-md {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-r-md {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cursor-pointer {
  cursor: pointer;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:text-white:hover {
  color: #fff;
}
.transition-opacity {
  transition: opacity 0.2s;
}
.transition-colors {
  transition: color 0.2s, background-color 0.2s;
}
.transition-all {
  transition: all 0.3s;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.hidden {
  display: none;
}
footer .text-\[\#FF6C1A\] {
  color: #ff6c1a;
}
footer .hover\:text-\[\#FF6C1A\]:hover {
  color: #ff6c1a;
}
footer .border-\[\#FF6C1A\/50\] {
  border: 2px solid rgba(255, 108, 26, 0.5);
}
footer .hover\:border-\[\#FF6C1A\]:hover {
  border-color: #ff6c1a;
}
footer .hover\:bg-\[\#FF6C1A\/10\]:hover {
  background-color: rgba(255, 108, 26, 0.1);
}
footer .bg-\[\#1E2144\] {
  background-color: #1e2144;
}
footer .bg-\[\#FF6C1A\] {
  background-color: #ff6c1a;
}
footer .hover\:bg-\[\#e55116\]:hover {
  background-color: #e55116;
}
footer .focus\:border-\[\#FF6C1A\]:focus {
  border-color: #ff6c1a;
}
footer .focus\:outline-none:focus {
  outline: none;
}
footer button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
footer input {
  font-family: inherit;
}
footer .h-\[48px\] {
  height: 48px;
}
footer .w-\[270px\] {
  width: 270px;
}
footer .w-\[350px\] {
  width: 350px;
}
footer .h-4 {
  height: 16px;
}
footer .w-4 {
  width: 16px;
}
footer .h-5 {
  height: 20px;
}
footer .w-5 {
  width: 20px;
}
footer .gap-3 {
  gap: 12px;
}
footer .gap-4 {
  gap: 16px;
}
footer svg {
  fill: currentColor;
}
footer .duration-300 {
  transition-duration: 300ms;
}
footer .bg-transparent {
  background-color: transparent;
}
footer .border-2 {
  border-width: 2px;
}

@media (min-width: 640px) {
  footer .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  footer .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  footer .md\:col-span-2 {
    grid-column: span 2;
  }
  footer .md\:pr-8 {
    padding-right: 32px;
  }
  footer .md\:items-start {
    align-items: flex-start;
  }
  footer .md\:text-left {
    text-align: left;
  }
  footer .md\:text-right {
    text-align: right;
  }
  footer .md\:text-center {
    text-align: center;
  }
  footer .md\:border-0 {
    border-width: 0;
  }
  footer .md\:pb-0 {
    padding-bottom: 0;
  }
  footer .md\:block {
    display: block;
  }
  footer .md\:hidden {
    display: none;
  }
  footer .md\:cursor-default {
    cursor: default;
  }
  footer .md\:flex-row {
    flex-direction: row;
  }
  footer .md\:mb-0 {
    margin-bottom: 0;
  }
  footer .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .md\:w-1\/3 {
    width: 33.333333%;
  }
  footer .md\:justify-end {
    justify-content: flex-end;
  }
  footer .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
