/* source: theme-v3.css */
:root {
  --ui-dark: #0E2436;
  --ui-light: #F4F0E7;
  --ui-accent: #B94717;
  --ui-dark-04: rgba(14, 36, 54, .04);
  --ui-dark-08: rgba(14, 36, 54, .08);
  --ui-dark-12: rgba(14, 36, 54, .12);
  --ui-dark-24: rgba(14, 36, 54, .24);
  --ui-light-08: rgba(244, 240, 231, .08);
  --ui-light-16: rgba(244, 240, 231, .16);
  --ui-accent-12: rgba(185, 71, 23, .12);
  --ui-accent-24: rgba(185, 71, 23, .24);

  --primary-dark: var(--ui-dark);
  --primary-blue: var(--ui-dark);
  --primary-blue-hover: var(--ui-dark);
  --cta-orange: var(--ui-accent);
  --cta-orange-hover: var(--ui-accent);
  --whatsapp-green: var(--ui-accent);
  --light-gray: var(--ui-light);
  --light-bg: var(--ui-light);
  --bg-light: var(--ui-light);
  --white: var(--ui-light);
  --text-primary: var(--ui-dark);
  --text-heading: var(--ui-dark);
  --text-body: var(--ui-dark);
  --text-secondary: var(--ui-dark);
  --text-light: var(--ui-dark);
  --border-color: var(--ui-dark-12);
  --shadow-sm: 0 2px 8px var(--ui-dark-08);
  --shadow-md: 0 6px 18px var(--ui-dark-12);
  --shadow-lg: 0 12px 30px var(--ui-dark-24);

  --rf-navy: var(--ui-dark);
  --rf-deep-lake: var(--ui-dark);
  --rf-ink: var(--ui-dark);
  --rf-mist: var(--ui-light);
  --rf-sand: var(--ui-light);
  --rf-white: var(--ui-light);
  --rf-orange: var(--ui-accent);
  --rf-teal: var(--ui-accent);
  --rf-green: var(--ui-accent);
  --rf-border: var(--ui-dark-12);
  --rf-muted: var(--ui-dark);
  --rf-shadow: 0 12px 30px var(--ui-dark-12);
}

body { color: var(--ui-dark); background: var(--ui-light); }
.navbar,
.site-footer { background: var(--ui-dark); }

.btn,
.rf-btn,
button { transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.btn:focus-visible,
.rf-btn:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid var(--ui-accent-24); outline-offset: 3px; }

.btn-primary-ui,
.btn-primary,
.btn-cta,
.btn-whatsapp,
.rf-btn--primary,
.rip-btn-primary,
.rip-btn-whatsapp,
button[type="submit"] {
  background: var(--ui-accent);
  border: 1px solid var(--ui-accent);
  color: var(--ui-light);
  box-shadow: none;
}
.btn-primary-ui:hover,
.btn-primary:hover,
.btn-cta:hover,
.btn-whatsapp:hover,
.rf-btn--primary:hover,
.rip-btn-primary:hover,
.rip-btn-whatsapp:hover,
button[type="submit"]:hover { background: var(--ui-dark); border-color: var(--ui-dark); color: var(--ui-light); }

.btn-secondary-ui,
.btn-outline-blue,
.btn-cta-outline,
.rf-btn--secondary,
.rf-btn--ink {
  background: transparent;
  border: 1px solid var(--ui-dark);
  color: var(--ui-dark);
  box-shadow: none;
}
.btn-secondary-ui:hover,
.btn-outline-blue:hover,
.btn-cta-outline:hover,
.rf-btn--secondary:hover,
.rf-btn--ink:hover { background: var(--ui-dark); color: var(--ui-light); }
.rf-dark .btn-secondary-ui,
.rf-dark .btn-outline-blue,
.rf-dark .btn-cta-outline,
.rf-dark .rf-btn--secondary,
.rf-dark .rf-btn--ink,
.rip-section-dark .btn-outline-blue { border-color: var(--ui-light); color: var(--ui-light); }

.btn-text-ui,
.rf-link,
.rip-card-link { color: var(--ui-accent); }

.filter-link.active,
.mobile-tab-btn.active,
.category-filter.active,
.nav-link.active,
.navbar-nav > a.active { background: var(--ui-accent); color: var(--ui-light); }

.product-tag,
.product-card-badge,
.rip-card-tag,
.rf-tag {
  background: transparent;
  border: 1px solid var(--ui-dark-24);
  color: var(--ui-dark);
  box-shadow: none;
}
.active > .product-tag,
.product-card-badge { border-color: var(--ui-accent); }

.card,
.product-card-new,
.rf-product-card,
.advantage-item,
.filter-box,
input,
select,
textarea { background-color: var(--ui-light); border-color: var(--ui-dark-12); box-shadow: none; }
input:focus,
select:focus,
textarea:focus { border-color: var(--ui-accent); box-shadow: 0 0 0 3px var(--ui-accent-12); }

.whatsapp-float { background: var(--ui-accent); box-shadow: 0 8px 20px var(--ui-accent-24); }
.whatsapp-float svg,
.btn-whatsapp svg { color: var(--ui-light); fill: currentColor; }

/* source: style.css */
/* ================================================
   HK LIANYIXIN RC Bait Boat - Global Styles
   Version: 2.0 (UI Upgrade 2026-04-12)
   Colors: #0E2436 (primary dark blue), #B94717 (primary blue)
           #B94717 (CTA orange), #F4F0E7 (light gray), #F4F0E7 (white)
================================================ */

:root {
  --primary-dark: #0E2436;
  --primary-blue: #B94717;
  --primary-blue-hover: #B94717;
  --cta-orange: #B94717;
  --cta-orange-hover: #B94717;
  --light-gray: #F4F0E7;
  --white: #F4F0E7;
  --text-body: #0E2436;
  --text-light: #0E2436;
  --border-color: #F4F0E7;
  --shadow-sm: 0 2px 8px rgba(14, 36, 54, 0.08);
  --shadow-md: 0 4px 16px rgba(14, 36, 54, 0.12);
  --shadow-lg: 0 8px 32px rgba(14, 36, 54, 0.16);
  --transition: 0.3s ease;
  --nav-height: 70px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--primary-dark);
  background: var(--white);
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }

/* ================================================
   TYPOGRAPHY
================================================ */
h1 { font-size: 2.2rem; font-weight: 700; }
h2 { font-size: 1.8rem; font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

.section-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 20px;
}

.text-blue { color: var(--primary-blue); }

/* ================================================
   LAYOUT
================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ================================================
   SECTION PADDING OPTIMIZATION (Phase 3.8)
   Tighter spacing for higher information density
================================================ */
.section {
  padding: 60px 0;
}

.section-gray {
  background: var(--light-gray);
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 20px;
}

/* ================================================
   NAVIGATION
================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--primary-dark);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(14, 36, 54, 0.2);
  transition: background var(--transition);
}

.navbar.scrolled {
  background: rgba(14, 36, 54, 0.97);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

/* --- Brand Text --- */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.5px;
}
.brand-tagline {
  font-size: 0.72rem;
  color: var(--primary-blue);
  letter-spacing: 0.3px;
  font-weight: 400;
}


.site-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.navbar-brand .brand-tagline {
  font-size: 0.72rem;
  color: var(--primary-blue);
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-nav a {
  color: rgba(244, 240, 231, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  transition: all var(--transition);
  white-space: nowrap;
}

.navbar-nav a:hover,
.navbar-nav a.active {
  color: var(--white);
  background: var(--primary-blue);
}

/* Hamburger */
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

.navbar-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-toggle.open span:nth-child(2) { opacity: 0; }
.navbar-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================
   BUTTONS
================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary-blue);
  color: var(--white);
  border-color: var(--primary-blue);
}

.btn-primary:hover {
  background: var(--primary-blue-hover);
  border-color: var(--primary-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(185, 71, 23, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--primary-dark);
}

.btn-outline-blue {
  background: transparent;
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-outline-blue:hover {
  background: var(--primary-blue);
  color: var(--white);
}

/* Orange CTA Button */
.btn-cta {
  background: var(--cta-orange);
  color: var(--white);
  border-color: var(--cta-orange);
}

.btn-cta:hover {
  background: var(--cta-orange-hover);
  border-color: var(--cta-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(185, 71, 23, 0.4);
}

.btn-cta-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(244, 240, 231, 0.7);
}

.btn-cta-outline:hover {
  background: var(--white);
  color: var(--primary-dark);
  border-color: var(--white);
}

.btn-lg { padding: 15px 36px; font-size: 1.05rem; }
.btn-sm { padding: 8px 18px; font-size: 0.85rem; }

/* ================================================
   HERO / BANNER (Split Layout: Left Text + Right Image)
================================================ */
.hero {
  margin-top: var(--nav-height);
  position: relative;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--nav-height));
  min-height: 520px;
  max-height: 700px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--primary-dark);
}

/* Split layout: left 50% text, right 50% image */
.slide-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.slide-text-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 60px 60px calc((100vw - 1200px) / 2 + 24px);
  position: relative;
  z-index: 2;
  background: var(--primary-dark);
}

.slide-text-panel .slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(185, 71, 23, 0.2);
  border: 1px solid rgba(185, 71, 23, 0.4);
  color: #F4F0E7;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: fit-content;
  letter-spacing: 0.3px;
}

.slide-text-panel h1 {
  font-size: 2.6rem;
  color: var(--white);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: none;
}

.slide-text-panel .slide-subtitle {
  font-size: 1.1rem;
  color: rgba(244, 240, 231, 0.75);
  margin-bottom: 36px;
  line-height: 1.7;
}

.slide-text-panel .slide-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.slide-image-panel {
  position: relative;
  overflow: hidden;
}

.slide-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--primary-dark) 0%, transparent 30%);
}

/* Full-width slide (gradient fallback for slide 3) */
.slide-full {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px calc((100vw - 1200px) / 2 + 24px);
}

.slide-full .slide-content {
  max-width: 680px;
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 36, 54, 0.85) 0%, rgba(185, 71, 23, 0.7) 100%);
}

/* Dot + Arrow controls */
.slider-controls {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(244, 240, 231, 0.45);
  cursor: pointer;
  transition: all var(--transition);
  border: none;
}

.slider-dot.active {
  background: var(--cta-orange);
  width: 28px;
  border-radius: 5px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(244, 240, 231, 0.15);
  border: 2px solid rgba(244, 240, 231, 0.3);
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  backdrop-filter: blur(4px);
}

.slider-arrow:hover {
  background: rgba(244, 240, 231, 0.25);
  border-color: rgba(244, 240, 231, 0.6);
  transform: translateY(-50%) scale(1.05);
}

.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }

.slider-arrow svg {
  width: 20px;
  height: 20px;
  stroke: var(--white);
  fill: none;
}

/* Progress bar */
.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--cta-orange);
  z-index: 10;
  transition: width 0.1s linear;
  width: 0%;
}

/* ================================================
   PAGE HERO (inner pages)
================================================ */
.page-hero {
  margin-top: var(--nav-height);
  background: linear-gradient(135deg, #0E2436 0%, #0E2436 50%, var(--primary-blue) 100%);
  padding: 60px 24px;
  text-align: center;
  color: var(--white);
}

.page-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-hero p {
  font-size: 1.05rem;
  color: rgba(244, 240, 231, 0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* ================================================
   CARDS
================================================ */
.card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

/* ================================================
   PRODUCT CARD
================================================ */
.product-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.product-card .product-img {
  width: 100%;
  height: 220px;
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #F4F0E7;
  gap: 8px;
}

.product-card .product-img-placeholder svg {
  width: 64px;
  height: 64px;
  opacity: 0.4;
}

.product-card .product-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card .product-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-card .product-params {
  font-size: 0.82rem;
  color: var(--text-body);
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-card .product-params span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-card .price-tag {
  display: inline-block;
  background: #F4F0E7;
  color: var(--primary-blue);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.product-card .product-footer {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

/* ================================================
   GRID SYSTEMS
================================================ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }

/* ================================================
   ADVANTAGE ICONS
================================================ */
.advantage-item {
  text-align: center;
  padding: 32px 20px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.advantage-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.advantage-item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-item .icon svg {
  width: 28px;
  height: 28px;
  color: var(--primary-blue);
  fill: var(--primary-blue);
}

.advantage-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.advantage-item p {
  font-size: 0.82rem;
  color: var(--text-light);
}

/* ================================================
   WHY CHOOSE SPLIT SECTION (Left Image + Right Content)
================================================ */
.why-choose-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.why-choose-image {
  height: 480px;
  overflow: hidden;
  position: relative;
}

.why-choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-image .img-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(14, 36, 54, 0.9);
  color: #F4F0E7;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.why-choose-content {
  padding: 56px 52px;
}

.why-choose-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F4F0E7;
  color: var(--primary-blue);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.why-choose-content h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 20px;
  line-height: 1.25;
}

.why-choose-content p {
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 28px;
  font-size: 0.95rem;
}

.why-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.why-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.why-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-blue), #B94717);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-feature-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.why-feature-text h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 3px;
}

.why-feature-text p {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Stats row in Why Choose */
.why-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--primary-dark);
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}

.why-stat {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(244, 240, 231, 0.1);
}

.why-stat:last-child { border-right: none; }

.why-stat .stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--cta-orange);
  display: block;
  margin-bottom: 4px;
}

.why-stat .stat-text {
  font-size: 0.75rem;
  color: rgba(244, 240, 231, 0.7);
  font-weight: 500;
}

/* ================================================
   COOKIE CONSENT POPUP (GDPR)
================================================ */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--primary-dark);
  padding: 20px 24px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 -4px 24px rgba(14, 36, 54, 0.2);
}

.cookie-consent.show {
  display: flex;
}

.cookie-consent-text {
  flex: 1;
  font-size: 0.87rem;
  color: rgba(244, 240, 231, 0.8);
  line-height: 1.6;
}

.cookie-consent-text a {
  color: #F4F0E7;
  text-decoration: underline;
}

.cookie-consent-text a:hover { color: #F4F0E7; }

.cookie-consent-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
}

.cookie-btn-accept {
  background: var(--cta-orange);
  color: var(--white);
  border-color: var(--cta-orange);
}

.cookie-btn-accept:hover {
  background: var(--cta-orange-hover);
  border-color: var(--cta-orange-hover);
}

.cookie-btn-reject {
  background: transparent;
  color: rgba(244, 240, 231, 0.7);
  border-color: rgba(244, 240, 231, 0.3);
}

.cookie-btn-reject:hover {
  background: rgba(244, 240, 231, 0.1);
  color: #F4F0E7;
}

/* ================================================
   SOCIAL ICONS (Footer & About)
================================================ */
.social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icon-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  flex-shrink: 0;
}

.social-icon-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(14, 36, 54, 0.2);
}

.social-icon-link svg, .social-icon-link img {
  width: 20px;
  height: 20px;
}

.social-wa { background: #B94717; }
.social-wa:hover { background: #B94717; }
.social-wa svg { fill: #F4F0E7; }

.social-email { background: var(--primary-blue); }
.social-email:hover { background: var(--primary-blue-hover); }
.social-email svg { fill: none; stroke: #F4F0E7; stroke-width: 2; }

.social-youtube { background: #B94717; }
.social-youtube:hover { background: #B94717; }

.social-linkedin { background: #B94717; }
.social-linkedin:hover { background: #B94717; }

.social-tiktok { background: #0E2436; }
.social-tiktok:hover { background: #0E2436; }

.social-facebook { background: #B94717; }
.social-facebook:hover { background: #B94717; }

/* ================================================
   NEWS CARD WITH COVER IMAGE
================================================ */
.news-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.news-card-img-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #F4F0E7;
  font-size: 0.82rem;
}

.news-card-img-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.4;
}

/* ================================================
   ABOUT SECTION ENHANCEMENT
================================================ */
.about-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-photo-item {
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.about-photo-item:first-child {
  grid-row: span 2;
  height: 416px;
}

.about-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-photo-item:hover img {
  transform: scale(1.04);
}

.about-photo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(14, 36, 54, 0.85);
  color: #F4F0E7;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* ================================================
   CATEGORY CARDS WITH IMAGE (No Emoji)
================================================ */
.cat-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.cat-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.cat-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  background: var(--light-gray);
}

.cat-card-img-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #F4F0E7;
  font-size: 0.78rem;
}

.cat-card-img-placeholder svg {
  width: 36px;
  height: 36px;
  opacity: 0.4;
}

.cat-card-body {
  padding: 20px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cat-card-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 6px;
}

.cat-card-body p {
  font-size: 0.82rem;
  color: var(--text-light);
  flex: 1;
}

.cat-card-body .cat-count {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--primary-blue);
  font-weight: 600;
}

/* ================================================
   CTA SECTION (Orange)
================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(185, 71, 23, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-section h2 {
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
}

.cta-section p {
  color: rgba(244, 240, 231, 0.8);
  font-size: 1.05rem;
  margin-bottom: 36px;
  position: relative;
}

/* ================================================
   STATS / DATA CARDS
================================================ */
.stat-card {
  background: var(--white);
  border-radius: 10px;
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--primary-blue);
}

.stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 8px;
}

.stat-card .stat-label {
  font-size: 0.9rem;
  color: var(--text-body);
}

/* ================================================
   INQUIRY FORM
================================================ */
.inquiry-section {
  background: linear-gradient(135deg, #F4F0E7 0%, #F4F0E7 100%);
  padding: 60px 24px;
  border-radius: 12px;
}

.inquiry-form {
  max-width: 640px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border-color);
  border-radius: 6px;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--primary-dark);
  background: var(--white);
  transition: border-color var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.1);
}

.form-group textarea { min-height: 120px; resize: vertical; }

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

.form-success {
  display: none;
  background: #F4F0E7;
  border: 1.5px solid #B94717;
  border-radius: 8px;
  padding: 16px 20px;
  color: #B94717;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

/* ================================================
   FLOATING WHATSAPP
================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.whatsapp-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #B94717;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(185, 71, 23, 0.4);
  transition: all var(--transition);
  animation: whatsapp-bounce 2s infinite;
}

.whatsapp-float a:hover {
  background: #B94717;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(185, 71, 23, 0.5);
}

.whatsapp-float a svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}

.whatsapp-float .wa-tooltip {
  background: var(--primary-dark);
  color: var(--white);
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  position: absolute;
  right: 64px;
  bottom: 50%;
  transform: translateY(50%);
}

.whatsapp-float a:hover + .wa-tooltip { opacity: 1; }

@keyframes whatsapp-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ================================================
   FOOTER
================================================ */
.footer {
  background: #0E2436;
  color: rgba(244, 240, 231, 0.85);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}


/* Footer Brand Logo */
.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  width: 176px;
  max-width: 100%;
  padding: 6px 10px;
  background: rgba(244, 240, 231, 0.08);
  border: 1px solid rgba(244, 240, 231, 0.12);
  border-radius: 10px;
}

.footer-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.site-logo-footer {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 52px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .site-logo-footer {
    max-width: 150px;
    max-height: 48px;
  }
}

.footer-brand .brand-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 0.87rem;
  color: rgba(244, 240, 231, 0.6);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(244, 240, 231, 0.1);
}

.footer-links { display: flex; flex-direction: column; gap: 7px; }

.footer-links a {
  font-size: 0.84rem;
  color: rgba(244, 240, 231, 0.6);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover { color: var(--primary-blue); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  fill: var(--primary-blue);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item a,
.footer-contact-item span {
  font-size: 0.87rem;
  color: rgba(244, 240, 231, 0.7);
  transition: color var(--transition);
}

.footer-contact-item a:hover { color: var(--primary-blue); }

.footer-bottom {
  border-top: 1px solid rgba(244, 240, 231, 0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(244, 240, 231, 0.4);
}

/* ================================================
   BREADCRUMB
================================================ */
.breadcrumb {
  background: var(--light-gray);
  padding: 12px 0;
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
}

.breadcrumb-inner a {
  color: var(--primary-blue);
  transition: color var(--transition);
}

.breadcrumb-inner a:hover { color: var(--primary-blue-hover); }

.breadcrumb-inner .sep { color: #F4F0E7; }

/* ================================================
   TAGS
================================================ */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  background: #F4F0E7;
  color: var(--primary-blue);
  font-size: 0.82rem;
  font-weight: 500;
  transition: all var(--transition);
  cursor: default;
}

.tag:hover {
  background: var(--primary-blue);
  color: var(--white);
}

/* ================================================
   TABLES
================================================ */
.info-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.info-table th {
  background: var(--primary-dark);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  width: 35%;
}

.info-table td {
  padding: 13px 18px;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-body);
}

.info-table tr:last-child td { border-bottom: none; }
.info-table tr:nth-child(even) td { background: var(--light-gray); }

/* ================================================
   PROCESS FLOW
================================================ */
.process-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 100px;
  max-width: 140px;
}

.process-step .step-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary-blue), #B94717);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.process-step .step-icon svg {
  width: 26px;
  height: 26px;
  fill: var(--white);
}

.process-step p {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary-dark);
  line-height: 1.4;
}

.process-arrow {
  color: var(--primary-blue);
  font-size: 1.6rem;
  margin: 0 8px;
  flex-shrink: 0;
  padding-bottom: 24px;
  opacity: 0.5;
}

/* ================================================
   CERT BADGES
================================================ */
.cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cert-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 32px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  transition: all var(--transition);
  min-width: 120px;
}

.cert-badge:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
}

.cert-badge .cert-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary-blue);
}

.cert-badge span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-dark);
}

/* ================================================
   CATEGORY TABS
================================================ */
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 10px 24px;
  border: 2px solid var(--primary-blue);
  border-radius: 25px;
  background: transparent;
  color: var(--primary-blue);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
}

.tab-btn:hover,
.tab-btn.active {
  background: var(--primary-blue);
  color: var(--white);
}

/* (Old slider styles removed - see split layout above) */

/* ================================================
   GUIDE CARDS (Boat Selection)
================================================ */
.guide-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border-top: 3px solid var(--primary-blue);
}

.guide-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.guide-card .guide-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.guide-card h3 {
  font-size: 1.1rem;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.guide-card p {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 16px;
  line-height: 1.6;
}

.guide-card .recommended {
  font-size: 0.8rem;
  color: var(--primary-blue);
  font-weight: 600;
  background: #F4F0E7;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 14px;
}

/* ================================================
   NEWS CARD
================================================ */
.news-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.news-card .news-date {
  font-size: 0.82rem;
  color: var(--primary-blue);
  font-weight: 600;
  padding: 16px 20px 0;
}

.news-card .news-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-dark);
  padding: 10px 20px;
  line-height: 1.4;
}

.news-card .news-excerpt {
  font-size: 0.87rem;
  color: var(--text-body);
  padding: 0 20px 16px;
  flex: 1;
  line-height: 1.6;
}

.news-card .news-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border-color);
}

/* ================================================
   PRODUCT DETAIL PAGE
================================================ */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.product-gallery .main-img {
  width: 100%;
  height: 360px;
  background: var(--light-gray);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-gallery .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery .thumb-list {
  display: flex;
  gap: 10px;
}

.product-gallery .thumb {
  width: 80px;
  height: 80px;
  background: var(--light-gray);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--transition);
}

.product-gallery .thumb:hover,
.product-gallery .thumb.active {
  border-color: var(--primary-blue);
}

.product-gallery .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================================================
   MOBILE RESPONSIVE
================================================ */
@media (max-width: 1024px) {
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .slide-split { grid-template-columns: 1fr; }
  .slide-image-panel { display: none; }
  .slide-text-panel { padding: 48px 32px; }
  .why-choose-split { grid-template-columns: 1fr; }
  .why-stats-row { grid-template-columns: repeat(2, 1fr); }
  .why-stats-row { border-radius: 0 0 16px 16px; }
  .why-choose-image { height: 280px; }
  .cookie-consent { flex-direction: column; }
  .about-split-layout { grid-template-columns: 1fr; gap: 40px; }
  .about-photo-grid { grid-template-columns: 1fr 1fr; }
  .about-photo-item.about-photo-tall { grid-row: span 1; height: 200px; }
}

@media (max-width: 768px) {
  :root { --nav-height: 60px; }

  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.4rem; }

  .section { padding: 56px 0; }

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

  .navbar-nav {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: #0E2436;
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(14, 36, 54, 0.3);
  }

  .navbar-nav.open { display: flex; }
  .navbar-nav a { padding: 12px 16px; width: 100%; border-radius: 6px; }

  .navbar-toggle { display: flex; }

  .slider-container { height: auto; min-height: 480px; max-height: none; }
  .slide-split { grid-template-columns: 1fr; }
  .slide-text-panel { padding: 40px 24px; }
  .slide-text-panel h1 { font-size: 1.8rem; }
  .slide-text-panel .slide-subtitle { font-size: 0.95rem; }
  .slide-image-panel { display: none; }
  .slide-full { padding: 40px 24px; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-5, .grid-6 { grid-template-columns: 1fr 1fr; }

  .why-choose-content { padding: 36px 24px; }
  .why-feature-list { gap: 12px; }

  .product-detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

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

  .process-flow { flex-direction: column; gap: 16px; }
  .process-arrow { transform: rotate(90deg); padding: 0; }

  .slider-arrow { display: none; }

  .cta-section { padding: 56px 20px; }
  .cta-section h2 { font-size: 1.6rem; }

  .site-logo { height: 36px; max-width: 140px; }
  .navbar-brand { gap: 6px; }
  .navbar-brand .brand-tagline { font-size: 0.65rem; }
}

@media (max-width: 480px) {
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 { grid-template-columns: 1fr; }
  .btn-lg { padding: 13px 28px; font-size: 0.95rem; }

  .product-gallery .thumb-list { flex-wrap: wrap; }

  .why-stats-row { grid-template-columns: repeat(2, 1fr); }
  .why-choose-image { height: 200px; }

  .cookie-consent { padding: 16px; }
  .cookie-consent-btns { flex-direction: column; width: 100%; }
  .cookie-btn { width: 100%; text-align: center; }

  .about-photo-grid { grid-template-columns: 1fr; }
  .about-photo-item:first-child { height: 200px; }
  .about-trust-badges { grid-template-columns: 1fr; }

  .site-logo { height: 32px; max-width: 120px; }
  .navbar-brand .brand-tagline { font-size: 0.6rem; }
}

/* ================================================
   ANIMATIONS
================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  animation: fadeInUp 0.6s ease forwards;
}

/* ================================================
   UTILITIES
================================================ */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.pt-0 { padding-top: 0 !important; }
.bg-white { background: var(--white); }
.bg-gray { background: var(--light-gray); }
.bg-dark { background: var(--primary-dark); }
.hidden { display: none; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fs-sm { font-size: 0.85rem; }
.divider {
  height: 1px;
  background: var(--border-color);
  margin: 40px 0;
}

/* Image placeholder styles */
.img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F4F0E7 0%, #F4F0E7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #F4F0E7;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 500;
}

.img-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.5;
}
.slide-3 .slide-bg {
  background: linear-gradient(135deg, #0E2436 0%, #0E2436 40%, #B94717 100%);
}

/* ================================================
   SECTION BACKGROUND VARIANTS (Page Rhythm)
================================================ */
.section-white {
  background: var(--white);
}

.section-gray {
  background: var(--light-gray);
}

/* ================================================
   ENHANCED PRODUCT CATEGORY CARD
================================================ */
.product-cat-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1.5px solid var(--border-color);
}

.product-cat-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  border-color: var(--primary-blue);
}

.product-cat-img-wrap {
  position: relative;
  overflow: hidden;
  height: 180px;
  background: var(--light-gray);
}

.product-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.product-cat-card:hover .product-cat-img {
  transform: scale(1.06);
}

.product-cat-img-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #F4F0E7;
  font-size: 0.78rem;
}

.product-cat-img-placeholder svg {
  width: 36px;
  height: 36px;
  opacity: 0.4;
}

.product-cat-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pcb-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(14, 36, 54, 0.85);
  color: #F4F0E7;
  backdrop-filter: blur(4px);
}

.pcb-tag.pcb-gps {
  background: rgba(185, 71, 23, 0.9);
}

.pcb-tag.pcb-sonar {
  background: rgba(185, 71, 23, 0.9);
}

.product-cat-body {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-cat-model {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.product-cat-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 3px;
}

.product-cat-body > p {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 12px;
}

.product-cat-specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
  flex: 1;
}

.product-cat-specs span {
  font-size: 0.78rem;
  color: var(--text-body);
}

.product-cat-count {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--primary-blue);
  font-weight: 600;
}

/* ================================================
   ABOUT SPLIT LAYOUT
================================================ */
.about-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text-col {}

.about-trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}

.trust-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-blue), #B94717);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-badge-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.trust-badge-item strong {
  font-size: 0.85rem;
  color: var(--primary-dark);
  font-weight: 700;
  display: block;
}

.trust-badge-item span {
  font-size: 0.75rem;
  color: var(--text-light);
}

.about-photo-col {}

.about-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-photo-item {
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.about-photo-item.about-photo-tall {
  grid-row: span 2;
  height: 414px;
}

.about-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-photo-item:hover img {
  transform: scale(1.04);
}

.about-photo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(14, 36, 54, 0.85);
  color: #F4F0E7;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* ================================================
   ENHANCED CTA SECTION
================================================ */
.cta-section .cta-sub {
  color: rgba(244, 240, 231, 0.8);
  font-size: 1.05rem;
  margin-bottom: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cta-reply-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(185, 71, 23, 0.2);
  border: 1px solid rgba(185, 71, 23, 0.4);
  color: #B94717;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.btn-whatsapp-strong {
  background: #B94717;
  color: var(--white);
  border-color: #B94717;
  font-weight: 700;
}

.btn-whatsapp-strong:hover {
  background: #B94717;
  border-color: #B94717;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(185, 71, 23, 0.4);
}

/* ================================================
   INQUIRY MODAL POPUP (Phase 3.8)
================================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 36, 54, 0.75);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  animation: modalFadeIn 0.25s ease;
}

.modal-overlay.show {
  display: flex;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modalSlideUp {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-box {
  background: var(--white);
  border-radius: 16px;
  max-width: 920px;
  width: 100%;
  max-height: 92vh;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(14, 36, 54, 0.3);
  animation: modalSlideUp 0.3s ease;
  position: relative;
  display: flex;
}

.modal-header {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
  border-radius: 16px 16px 0 0;
  padding: 28px 32px 24px;
  color: var(--white);
  position: relative;
}

.modal-header::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(185, 71, 23, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(244, 240, 231, 0.4);
  background: rgba(244, 240, 231, 0.1);
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  line-height: 1;
  font-family: Arial, sans-serif;
}

.modal-close:hover {
  background: rgba(244, 240, 231, 0.25);
  border-color: rgba(244, 240, 231, 0.7);
  transform: rotate(90deg);
}

.modal-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  padding-right: 40px;
}

.modal-header p {
  font-size: 0.87rem;
  color: rgba(244, 240, 231, 0.75);
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  padding: 28px 32px;
}

.modal-form-group {
  margin-bottom: 18px;
}

.modal-form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 6px;
}

.modal-form-group label .required {
  color: #B94717;
  margin-left: 2px;
}

.modal-form-group label .optional {
  color: var(--text-light);
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 4px;
}

.modal-form-group input,
.modal-form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--primary-dark);
  background: var(--white);
  transition: border-color 0.25s, box-shadow 0.25s;
  outline: none;
}

.modal-form-group input:focus,
.modal-form-group textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.1);
}

.modal-form-group textarea {
  min-height: 90px;
  resize: vertical;
}

.modal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.modal-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--cta-orange) 0%, #B94717 100%);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modal-submit-btn:hover {
  background: linear-gradient(135deg, var(--cta-orange-hover) 0%, #B94717 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(185, 71, 23, 0.4);
}

.modal-submit-btn:disabled {
  background: #F4F0E7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.modal-submit-btn .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(244, 240, 231, 0.4);
  border-top-color: #F4F0E7;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}

.modal-submit-btn.loading .spinner { display: block; }
.modal-submit-btn.loading .btn-text { display: none; }

@keyframes spin {
  to { transform: rotate(360deg); }
}

.modal-success {
  display: none;
  text-align: center;
  padding: 32px 24px;
}

.modal-success.show { display: block; }

.modal-success-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #B94717, #B94717);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem;
}

.modal-success h4 {
  font-size: 1.15rem;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.modal-success p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}

.modal-footer-contact {
  border-top: 1px solid var(--border-color);
  padding: 16px 32px 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-footer-contact a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--text-light);
  transition: color 0.2s;
}

.modal-footer-contact a:hover {
  color: var(--primary-blue);
}

.modal-footer-contact a svg {
  width: 14px;
  height: 14px;
  fill: var(--text-light);
  flex-shrink: 0;
  transition: fill 0.2s;
}

.modal-footer-contact a:hover svg {
  fill: var(--primary-blue);
}

/* Modal form area */
#modalFormArea { transition: opacity 0.2s; }
#modalFormArea.hidden { display: none; }

/* ================================================
   BLOG ARTICLE PAGE ENHANCEMENT (Phase 3.8)
================================================ */
.blog-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 36px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-blue);
  display: inline-block;
}

.blog-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin: 24px 0 10px;
}

.blog-content p {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 16px;
}

.blog-content ul, .blog-content ol {
  margin: 0 0 16px 20px;
}

.blog-content ul { list-style: disc; }
.blog-content ol { list-style: decimal; }

.blog-content li {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 6px;
}

.blog-content strong {
  color: var(--primary-dark);
  font-weight: 600;
}

.blog-content a {
  color: var(--primary-blue);
  text-decoration: underline;
  text-decoration-color: rgba(185, 71, 23, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s;
}

.blog-content a:hover {
  text-decoration-color: var(--primary-blue);
}

.blog-content blockquote {
  border-left: 4px solid var(--primary-blue);
  background: #F4F0E7;
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-style: italic;
  color: var(--text-body);
}

.blog-content blockquote p {
  margin-bottom: 0;
}

/* Inline article images */
.blog-inline-img {
  width: 100%;
  max-width: 680px;
  margin: 24px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(14, 36, 54, 0.1);
}

.blog-inline-img img {
  width: 100%;
  display: block;
}

.blog-inline-img .img-caption {
  font-size: 0.8rem;
  color: var(--text-light);
  text-align: center;
  padding: 8px 12px;
  background: var(--light-gray);
  font-style: italic;
}

/* Blog featured image */
.blog-featured-img {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
  position: relative;
  background: linear-gradient(135deg, #0E2436, #B94717);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured-img .featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(14, 36, 54, 0.5));
  height: 50%;
  border-radius: 0 0 12px 12px;
}

.blog-featured-placeholder {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
  background: linear-gradient(135deg, #0E2436 0%, #B94717 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.blog-featured-placeholder svg {
  width: 80px;
  height: 60px;
  opacity: 0.4;
  fill: white;
}

.blog-featured-placeholder p {
  color: rgba(244, 240, 231, 0.6);
  font-size: 0.87rem;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}

/* Article CTA box inside blog */
.blog-article-cta {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 100%);
  border-radius: 12px;
  padding: 28px 32px;
  margin: 36px 0;
  color: var(--white);
  text-align: center;
}

.blog-article-cta h3 {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.blog-article-cta p {
  color: rgba(244, 240, 231, 0.8);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.blog-article-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Related posts in blog */
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.related-post-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.related-post-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.related-post-card-img {
  height: 140px;
  background: linear-gradient(135deg, #F4F0E7, #F4F0E7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.related-post-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-card-body {
  padding: 14px;
  flex: 1;
}

.related-post-card-body .rpc-date {
  font-size: 0.75rem;
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 6px;
}

.related-post-card-body .rpc-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-dark);
  line-height: 1.4;
  margin: 0;
}

/* Application scenario cards */
.app-scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.app-scenario-card {
  background: var(--white);
  border-radius: 10px;
  padding: 22px;
  border: 1.5px solid var(--border-color);
  transition: all 0.3s;
}

.app-scenario-card:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.app-scenario-card .asc-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary-blue), #B94717);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.app-scenario-card .asc-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--white);
}

.app-scenario-card h4 {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.app-scenario-card p {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}

/* ================================================
   FAQ ACCORDION (Enhanced)
================================================ */
.faq-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.faq-item:hover {
  border-color: var(--primary-blue);
  box-shadow: 0 2px 8px rgba(185, 71, 23, 0.08);
}

.faq-item h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-dark);
  padding: 16px 20px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--white);
  transition: background 0.2s;
}

.faq-item h3::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-blue);
  transition: transform 0.25s;
  flex-shrink: 0;
}

.faq-item.open h3::after {
  transform: rotate(45deg);
}

.faq-item p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.7;
  padding: 0 20px 16px;
  margin: 0;
  display: none;
}

.faq-item.open p {
  display: block;
}

/* ================================================
   PRODUCT CARD CTA FIX
================================================ */
.product-card .product-cta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 8px;
}

.product-card .product-cta .btn {
  flex: 1;
  padding: 9px 12px;
  font-size: 0.82rem;
  text-align: center;
  justify-content: center;
}

/* Product grid - tighter gap */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* ================================================
   FAQ PAGE CARD STYLES
================================================ */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-card {
  background: #F4F0E7;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.faq-card:hover {
  box-shadow: 0 4px 16px rgba(14, 36, 54, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  background: #F4F0E7;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #F4F0E7;
}

.faq-question span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-body);
  flex: 1;
}

.faq-icon {
  width: 22px;
  height: 22px;
  color: var(--primary-blue);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-open .faq-icon {
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: #F4F0E7;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-card:has(.faq-open) .faq-answer {
  max-height: 500px;
}

/* ================================================
   v1.1.0 UI OPTIMIZATION PATCHES
================================================ */

/* --- Navigation spacing fix for FAQ entry --- */
.navbar-nav {
  gap: 2px;
}
.navbar-nav a {
  padding: 8px 12px;
  font-size: 0.88rem;
}

/* Active nav state more visible */
.navbar-nav a.active {
  background: var(--primary-blue);
  color: var(--white);
  font-weight: 600;
  border-radius: 4px;
}

/* --- Product card height consistency --- */
.product-card-new {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--border-color);
  transition: all 0.3s ease;
}
.product-card-new:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--primary-blue);
}
.product-card-new .product-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #F4F0E7;
}
.product-card-new .product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  background: #F4F0E7;
}
.product-card-new .product-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card-new .product-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}
.product-card-new .product-card-title a {
  color: inherit;
}
.product-card-new .product-card-title a:hover {
  color: var(--primary-blue);
}
.product-card-new .product-card-params {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.product-card-new .product-card-params .param-item {
  font-size: 0.78rem;
  color: var(--text-light);
  background: var(--light-gray);
  padding: 2px 8px;
  border-radius: 4px;
}
.product-card-new .product-card-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: auto;
  right: auto;
  background: rgba(185, 71, 23, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
}
.product-card-new .product-card-footer {
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* --- Filter button active state --- */
.filter-link.active {
  background: linear-gradient(135deg, #B94717, #B94717);
  color: #F4F0E7;
  border-color: #B94717;
}
.filter-link.active .filter-count {
  background: #F4F0E7;
  color: #B94717;
  opacity: 1;
  font-weight: 700;
}
.filter-link:hover:not(.active) {
  color: var(--primary-blue);
  background: rgba(185, 71, 23, 0.08);
  border-radius: 6px;
}
.filter-link:hover:not(.active) .filter-count {
  color: var(--primary-blue);
}

/* --- Product gallery thumbnail active --- */
.product-gallery .thumb {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
  opacity: 0.7;
}
.product-gallery .thumb:hover,
.product-gallery .thumb.active {
  border-color: var(--primary-blue);
  opacity: 1;
}

/* --- Spec table cleaner --- */
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table tr:nth-child(even) {
  background: var(--light-gray);
}
.spec-table td {
  padding: 10px 16px;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--border-color);
}
.spec-table td:first-child {
  font-weight: 600;
  color: var(--primary-dark);
  width: 40%;
}
.spec-table td:last-child {
  color: var(--text-body);
}

/* --- Modal mobile fix --- */
@media (max-width: 480px) {
  .modal-box {
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    margin: 20px auto;
  }
  .modal-form-row {
    grid-template-columns: 1fr;
  }
  .modal-submit-btn {
    width: 100%;
    min-height: 48px;
  }
}

/* --- Blog card consistent --- */
.news-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--border-color);
  transition: all 0.3s ease;
}
.news-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.news-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* --- Contact form enhancement --- */
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
  background: var(--white);
}
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.1);
}

/* --- Privacy page styles --- */
.privacy-section {
  background: var(--white);
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 24px;
  border: 1px solid var(--border-color);
}
.privacy-section h2 {
  font-size: 1.4rem;
  color: var(--primary-dark);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary-blue);
}
.privacy-section p {
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 12px;
}
.privacy-section ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}
.privacy-section ul li {
  color: var(--text-body);
  margin-bottom: 6px;
  line-height: 1.7;
}

/* --- Social icon disabled state --- */
.social-icon-link[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.45;
}

/* --- CTA section responsive --- */
@media (max-width: 768px) {
  .cta-section {
    padding: 40px 16px;
  }
  .cta-section h2 {
    font-size: 1.4rem;
  }
}

/* --- Prevent horizontal scroll --- */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* --- FAQ category badge --- */
.faq-category-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 4px;
}
.faq-category-badge.cat-product { background: #F4F0E7; color: #B94717; }
.faq-category-badge.cat-gps { background: #F4F0E7; color: #B94717; }
.faq-category-badge.cat-battery { background: #F4F0E7; color: #0E2436; }
.faq-category-badge.cat-oem { background: #F4F0E7; color: #B94717; }
.faq-category-badge.cat-shipping { background: #F4F0E7; color: #B94717; }
.faq-category-badge.cat-support { background: #F4F0E7; color: #0E2436; }

/* --- Products page sidebar mobile fix --- */
@media (max-width: 768px) {
  .products-layout {
    grid-template-columns: 1fr;
  }
  .products-sidebar {
    position: static;
  }
  .filter-box {
    padding: 16px;
  }
  .filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .filter-item {
    flex: 0 0 auto;
  }
  .filter-link {
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 0.85rem;
  }
  .filter-count {
    display: none;
  }
  .product-grid-outer {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .product-grid-outer {
    grid-template-columns: 1fr;
  }
  .product-card-new .product-card-img {
    height: 200px;
  }
}

/* --- Trust info bar refinement --- */
/* ================================================
   v1.5.8 — HOME TRUST BAR (Hero area)
   Compact 5-column grid, text always visible
   ================================================ */


.home-trust-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.home-trust-item {
  min-height: 58px;
  padding: 12px 14px;
  background: #F4F0E7;
  border: 1px solid #F4F0E7;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0E2436 !important;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.home-trust-item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #B94717 !important;
  stroke: #B94717 !important;
}

.home-trust-item span {
  color: #0E2436 !important;
  opacity: 1 !important;
  display: inline-block;
}

@media (max-width: 1024px) {
  .home-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-trust-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-trust-item {
    min-height: 46px;
    font-size: 0.82rem;
    justify-content: flex-start;
  }
}



.trust-bar {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 12px 0;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-body);
}
.trust-bar-item svg {
  width: 18px;
  height: 18px;
  fill: var(--primary-blue);
  flex-shrink: 0;
}


/* ================================================
   v1.2.0 — UI UNIFICATION + TRUST + CONVERSION
================================================ */

/* --- Nav Dropdown (Products submenu) --- */
.nav-dropdown {
  position: relative;
  display: inline-block;
}
.nav-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  min-width: 200px;
  padding: 8px 0;
  z-index: 1000;
  border: 1px solid var(--border-color);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}
.nav-dropdown-menu a {
  display: block;
  padding: 8px 16px;
  font-size: 0.88rem;
  color: var(--text-body);
  white-space: nowrap;
}
.nav-dropdown-menu a:hover {
  background: var(--light-gray);
  color: var(--primary-blue);
}

/* --- Nav CTA Group --- */
.nav-cta-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.btn-whatsapp {
  background: #B94717;
  color: #F4F0E7;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-whatsapp:hover {
  background: #B94717;
  color: #F4F0E7;
}

/* --- Brand Text --- */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-tagline {
  font-size: 0.72rem;
  color: var(--text-light);
  font-weight: 400;
}

/* --- Unified Footer (v1.2.0) --- */
.site-footer {
  background: var(--primary-dark);
  color: var(--white);
  padding: 48px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 24px;
  margin-bottom: 20px;
}
.footer-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--white);
}
.footer-desc {
  font-size: 0.82rem;
  color: rgba(244, 240, 231, 0.65);
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(244, 240, 231, 0.1);
  transition: background 0.2s;
}
.footer-social-link:hover {
  background: rgba(244, 240, 231, 0.2);
}
.footer-social-link svg {
  fill: var(--white);
}
.footer-bottom {
  border-top: 1px solid rgba(244, 240, 231, 0.1);
  padding-top: 14px;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(244, 240, 231, 0.5);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .site-footer {
    padding: 36px 0 16px;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* --- Trust Strip (v1.2.0) --- */
.trust-strip {
  background: var(--light-gray);
  padding: 32px 0;
  border-top: 1px solid var(--border-color);
}
.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-dark);
}
.trust-item svg {
  flex-shrink: 0;
  color: var(--primary-blue);
}
.trust-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 12px;
}

@media (max-width: 768px) {
  .trust-items {
    gap: 12px 20px;
  }
  .trust-item {
    font-size: 0.82rem;
  }
  .trust-strip {
    padding: 24px 0;
  }
}

/* --- Breadcrumb (v1.2.0) --- */
.breadcrumb {
  padding: 16px 0 8px;
  font-size: 0.85rem;
  color: var(--text-light);
}
.breadcrumb a {
  color: var(--primary-blue);
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--primary-blue-hover);
}
.breadcrumb span {
  margin: 0 6px;
  color: var(--border-color);
}
.breadcrumb .current {
  color: var(--text-body);
  font-weight: 500;
}

/* --- Unified Button Styles (v1.2.0) --- */
.btn-block {
  display: block;
  width: 100%;
}
.btn-sm {
  padding: 6px 14px;
  font-size: 0.85rem;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 1rem;
}
.btn-outline-blue {
  background: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline-blue:hover {
  background: var(--primary-blue);
  color: var(--white);
}

/* --- Modal Enhancement (v1.2.0) / Unified Form UI (v1.3.4) --- */
.modal-subtitle {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 16px;
}
.modal-content {
  background: var(--white);
  border-radius: 16px;
  padding: 0;
  max-width: 920px;
  width: 94%;
  max-height: 92vh;
  overflow: hidden;
  position: relative;
  display: flex;
  box-shadow: 0 24px 80px rgba(14, 36, 54, 0.3);
  animation: modalSlideUp 0.3s ease;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.5rem;
  border: none;
  background: rgba(14, 36, 54, 0.08);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--text-light);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s;
}
.modal-close:hover {
  background: rgba(14, 36, 54, 0.15);
  color: var(--text-body);
  transform: rotate(90deg);
}
.modal-success {
  text-align: center;
  display: none;
  padding: 48px 32px;
}
.modal-success.show {
  display: block;
}
.form-row {
  margin-bottom: 0;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  background: var(--white);
  color: var(--text-body);
  font-family: inherit;
}
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.08);
  outline: none;
}
.form-row input.error,
.form-row textarea.error,
.form-row select.error {
  border-color: #B94717;
}

/* --- Quote Modal v1.3.4: Two-Column Layout --- */
.quote-modal-trust {
  width: 34%;
  min-width: 240px;
  background: linear-gradient(160deg, #0E2436 0%, #0E2436 40%, #0E2436 100%);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.quote-modal-trust::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(185, 71, 23, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.quote-modal-trust::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(185, 71, 23, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.quote-modal-trust .trust-brand {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.quote-modal-trust .trust-tagline {
  font-size: 0.82rem;
  color: rgba(244, 240, 231, 0.65);
  margin-bottom: 28px;
}
.quote-modal-trust .trust-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}
.quote-modal-trust .trust-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(244, 240, 231, 0.88);
  margin-bottom: 14px;
  line-height: 1.4;
}
.quote-modal-trust .trust-features li svg {
  flex-shrink: 0;
}
.quote-modal-trust .trust-contact {
  border-top: 1px solid rgba(244, 240, 231, 0.15);
  padding-top: 20px;
}
.quote-modal-trust .trust-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(244, 240, 231, 0.7);
  margin-bottom: 8px;
}
.quote-modal-trust .trust-contact-item a {
  color: rgba(244, 240, 231, 0.9);
  text-decoration: none;
  transition: color 0.2s;
}
.quote-modal-trust .trust-contact-item a:hover {
  color: var(--cta-orange);
}

.quote-modal-form {
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  max-height: 92vh;
}
.quote-modal-form .modal-form-header {
  margin-bottom: 20px;
}
.quote-modal-form .modal-form-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 4px;
}
.quote-modal-form .modal-form-header p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.5;
}

.modal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.modal-form-grid .form-group {
  margin-bottom: 0;
}
.modal-form-grid .form-group.full {
  grid-column: 1 / -1;
}
.modal-form-grid .form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 5px;
}
.modal-form-grid .form-group label .required {
  color: #B94717;
  margin-left: 1px;
}
.modal-form-grid .form-group input,
.modal-form-grid .form-group textarea,
.modal-form-grid .form-group select {
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  background: var(--white);
  color: var(--text-body);
  font-family: inherit;
}
.modal-form-grid .form-group input:focus,
.modal-form-grid .form-group textarea:focus,
.modal-form-grid .form-group select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.08);
}
.modal-form-grid .form-group textarea {
  min-height: 110px;
  max-height: 160px;
  resize: vertical;
}
.modal-form-grid .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%236B7280' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.quote-modal-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quote-modal-actions .btn-cta {
  padding: 13px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  width: 100%;
}
.quote-modal-actions .btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(185, 71, 23, 0.35);
}
.quote-modal-actions .btn-whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px;
  background: #B94717;
  color: var(--white);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.25s;
}
.quote-modal-actions .btn-whatsapp-link:hover {
  background: #B94717;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(185, 71, 23, 0.4);
}

/* Mobile trust bar (shown on mobile instead of left column) */
.modal-trust-bar-mobile {
  display: none;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
  color: var(--white);
  padding: 12px 16px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .modal-content {
    flex-direction: column;
    max-width: 94vw;
    max-height: 92vh;
  }
  .quote-modal-trust {
    display: none;
  }
  .modal-trust-bar-mobile {
    display: block;
  }
  .quote-modal-form {
    padding: 20px;
    max-height: calc(92vh - 44px);
  }
  .modal-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .modal-form-grid .form-group.full {
    grid-column: 1;
  }
  .modal-close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
    background: rgba(14, 36, 54, 0.12);
  }
}

/* --- Contact Page v1.3.4: Inquiry Landing Page --- */
.inquiry-section {
  padding: 60px 0 80px;
}
.inquiry-section .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.inquiry-section .section-header h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.inquiry-section .section-header p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
}
.inquiry-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}
.inquiry-form-card {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(14, 36, 54, 0.08);
  padding: 36px;
}
.inquiry-contact-card {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(14, 36, 54, 0.08);
  padding: 32px;
  position: sticky;
  top: calc(var(--nav-height) + 20px);
}

.inquiry-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.inquiry-form-grid .form-group {
  margin-bottom: 0;
}
.inquiry-form-grid .form-group.full {
  grid-column: 1 / -1;
}
.inquiry-form-grid .form-group label {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 5px;
}
.inquiry-form-grid .form-group label .required {
  color: #B94717;
  margin-left: 1px;
}
.inquiry-form-grid .form-group input,
.inquiry-form-grid .form-group textarea,
.inquiry-form-grid .form-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  background: var(--white);
  color: var(--text-body);
  font-family: inherit;
}
.inquiry-form-grid .form-group input:focus,
.inquiry-form-grid .form-group textarea:focus,
.inquiry-form-grid .form-group select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.08);
}
.inquiry-form-grid .form-group textarea {
  min-height: 150px;
  resize: vertical;
}
.inquiry-form-grid .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%236B7280' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.inquiry-form-submit {
  grid-column: 1 / -1;
  margin-top: 4px;
}
.inquiry-form-submit .btn-cta {
  padding: 15px;
  font-size: 1.02rem;
  font-weight: 700;
  width: 100%;
  border-radius: 8px;
}
.inquiry-form-submit .form-helper {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-light);
  margin-top: 10px;
}
.inquiry-form-submit .form-helper a {
  color: #B94717;
  font-weight: 600;
  text-decoration: none;
}
.inquiry-form-submit .form-helper a:hover {
  text-decoration: underline;
}

.form-success-msg,
.form-error-msg {
  grid-column: 1 / -1;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}
.form-success-msg {
  background: #F4F0E7;
  color: #0E2436;
  border: 1px solid #F4F0E7;
}
.form-error-msg {
  background: #F4F0E7;
  color: #B94717;
  border: 1px solid #F4F0E7;
}

/* Contact card items */
.contact-card-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background: #B94717;
  color: var(--white);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.25s;
  margin-bottom: 24px;
}
.contact-card-whatsapp:hover {
  background: #B94717;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(185, 71, 23, 0.4);
}
.contact-card-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.contact-card-item:last-child {
  margin-bottom: 0;
}
.contact-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card-icon.green {
  background: #B94717;
}
.contact-card-label {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-bottom: 1px;
}
.contact-card-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-dark);
}
.contact-card-value a {
  color: var(--primary-blue);
  text-decoration: none;
}
.contact-card-value a:hover {
  text-decoration: underline;
}
.contact-tip-box {
  background: #F4F0E7;
  border-radius: 10px;
  padding: 16px;
  margin-top: 20px;
}
.contact-tip-box h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.contact-tip-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-tip-box ul li {
  font-size: 0.82rem;
  color: var(--text-body);
  padding: 3px 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.contact-tip-box ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #B94717;
  font-weight: 700;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .inquiry-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .inquiry-contact-card {
    position: static;
  }
  .inquiry-form-card,
  .inquiry-contact-card {
    padding: 24px;
  }
  .inquiry-form-grid {
    grid-template-columns: 1fr;
  }
  .inquiry-form-grid .form-group.full,
  .inquiry-section .inquiry-form-submit {
    grid-column: 1;
  }
  .inquiry-section .section-header h2 {
    font-size: 1.4rem;
  }
}

/* --- Card Unification (v1.2.0) --- */
.card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

/* --- FAQ Category Groups (v1.2.0) --- */
.faq-group {
  margin-bottom: 32px;
}
.faq-group-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary-dark);
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--primary-blue);
}

/* --- Cookie Consent (v1.2.0) --- */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  color: var(--white);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 9998;
  font-size: 0.88rem;
}
.cookie-consent a {
  color: var(--cta-orange);
  text-decoration: underline;
}
.cookie-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
    padding: 12px 16px;
  }
}

/* --- WhatsApp Float (v1.2.0) --- */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #B94717;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(185, 71, 23, 0.4);
  z-index: 9990;
  transition: transform 0.2s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

/* --- Product Feature Tags (v1.2.0) --- */
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0;
}
.product-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 600;
  background: #F4F0E7;
  color: #B94717;
}
.product-tag.tag-gps { background: #F4F0E7; color: #B94717; }
.product-tag.tag-sonar { background: #F4F0E7; color: #B94717; }
.product-tag.tag-range { background: #F4F0E7; color: #0E2436; }
.product-tag.tag-hopper { background: #F4F0E7; color: #B94717; }
.product-tag.tag-waterproof { background: #F4F0E7; color: #0E2436; }

/* --- Mobile Menu Toggle Fix (v1.2.0) --- */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary-dark);
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .mobile-menu-toggle {
    display: flex;
  }
  .navbar-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 16px;
    box-shadow: var(--shadow-md);
    border-top: 1px solid var(--border-color);
  }
  .navbar-nav.active {
    display: flex;
  }
  .navbar-nav a {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
  }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 16px;
  }
  .nav-dropdown-menu a {
    border-bottom: none;
    padding: 6px 0;
  }
  .nav-cta-group {
    margin-left: 0;
    margin-top: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-cta-group .btn {
    text-align: center;
  }
}

/* --- Section Spacing Unification (v1.2.0) --- */
.section {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

/* --- Model Recommendation CTA (v1.2.0) --- */
.model-recommendation {
  background: linear-gradient(135deg, #F4F0E7 0%, #F4F0E7 100%);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin-top: 32px;
}
.model-recommendation h3 {
  margin-bottom: 8px;
  color: var(--primary-dark);
}
.model-recommendation p {
  color: var(--text-light);
  margin-bottom: 16px;
}

/* --- Contact Form Enhancement (v1.2.0) - superseded by inquiry-form-grid in v1.3.4 --- */

/* --- Blog Grid Enhancement (v1.2.0) --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-card-body {
  padding: 16px;
}
.blog-card-meta {
  display: flex;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--text-light);
  margin-bottom: 8px;
}
.blog-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 6px;
  line-height: 1.4;
}
.blog-card-excerpt {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog-card-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-blue);
}

/* --- Factory Page Enhancement (v1.2.0) --- */
.factory-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.factory-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .factory-gallery {
    grid-template-columns: 1fr;
  }
  .factory-gallery img {
    height: 200px;
  }
}

.oem-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.oem-feature-item {
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.oem-feature-item h4 {
  color: var(--primary-blue);
  margin-bottom: 4px;
}
.oem-feature-item p {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* --- Quality Page Enhancement (v1.2.0) --- */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.cert-card {
  background: var(--white);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
.cert-card h3 {
  font-size: 1.3rem;
  color: var(--primary-blue);
  margin-bottom: 4px;
}
.cert-card p {
  font-size: 0.82rem;
  color: var(--text-light);
}
@media (max-width: 768px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.qc-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.qc-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--light-gray);
  border-radius: 8px;
}
.qc-step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* --- Active Nav Highlight (v1.2.0) --- */
.navbar-nav a.active,
.navbar-nav a[data-nav].active {
  color: var(--cta-orange);
  font-weight: 600;
}

/* Safety: prevent horizontal overflow on all viewports */
html { max-width: 100vw; overflow-x: hidden; }
body { overflow-x: hidden; }

/* ===============================================
   v1.3.5 FAQ PAGE NEW STYLES
   =============================================== */

/* FAQ Hero */
.faq-hero {
  background: linear-gradient(135deg, #0E2436 0%, var(--primary-blue) 100%);
  padding: 80px 24px 64px;
  text-align: center;
  color: #F4F0E7;
}
.faq-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #F4F0E7;
}
.faq-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(244, 240, 231, 0.85);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.faq-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* FAQ Category Navigation Pills */
.faq-category-nav {
  background: var(--light-bg);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  position: sticky;
  top: 72px;
  z-index: 90;
}
.faq-category-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.faq-category-pills::-webkit-scrollbar {
  display: none;
}
.faq-pill {
  background: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-body);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.faq-pill:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}
.faq-pill.active {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
  color: #F4F0E7;
}

/* FAQ Main - Two Column Layout */
.faq-main {
  padding: 48px 0 64px;
  background: var(--light-bg);
  min-height: 60vh;
}
.faq-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* FAQ Sidebar (sticky) */
.faq-sidebar {
  position: sticky;
  top: 140px;
  align-self: start;
  background: var(--white);
  border-radius: 14px;
  padding: 24px 20px;
  border: 1.5px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(14, 36, 54, 0.06);
}
.faq-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-sidebar-nav a {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-body);
  text-decoration: none;
  transition: all 0.2s;
}
.faq-sidebar-nav a:hover {
  background: #F4F0E7;
  color: var(--primary-blue);
}
.faq-sidebar-nav a.active {
  background: #F4F0E7;
  color: var(--primary-blue);
  font-weight: 700;
}

/* FAQ Content */
.faq-content {
  min-width: 0;
}

/* FAQ Section */
.faq-section {
  margin-bottom: 48px;
}
.faq-section:last-child {
  margin-bottom: 0;
}
.faq-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 8px;
}
.faq-section-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

/* FAQ Item (new button accordion) — v1.5.5: border on question, not item */
.faq-item {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  overflow: visible;
  transition: none;
}
.faq-item:hover {
  border-color: transparent;
  box-shadow: none;
}
.faq-item.active {
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(185, 71, 23, 0.1);
}

/* FAQ Question (button) — v1.5.5: proper border-radius for active state */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  width: 100%;
  min-height: 62px;
  background: #F4F0E7;
  border: 1.5px solid rgba(185, 71, 23, 0.12);
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.faq-question:hover {
  background: #F4F0E7;
  border-color: rgba(185, 71, 23, 0.25);
}
.faq-question:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: -2px;
}
.faq-item.active .faq-question {
  border-radius: 14px 14px 0 0;
  border-color: rgba(185, 71, 23, 0.35);
  border-bottom-color: transparent;
}
.faq-question-text {
  font-size: 1.02rem;
  font-weight: 700;
  color: #0E2436;
  flex: 1;
  line-height: 1.45;
}

/* FAQ Icon (+ / −) — v1.5.5: small circle, no oval */
.faq-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  background: rgba(185, 71, 23, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary-blue);
  flex: 0 0 34px;
  flex-shrink: 0;
  transition: all 0.25s;
  line-height: 1;
}
.faq-item.active .faq-icon {
  background: var(--primary-blue);
  color: #F4F0E7;
  transform: rotate(0deg);
}

/* FAQ Answer — v1.5.5 fix: override old max-height:0 */
.faq-answer {
  display: none !important;
  max-height: none !important;
  overflow: visible;
  background: #F4F0E7;
  padding: 0 24px;
  border-left: 1.5px solid var(--primary-blue);
  border-right: 1.5px solid var(--primary-blue);
  border-bottom: 1.5px solid var(--primary-blue);
  border-radius: 0 0 14px 14px;
}
.faq-item.active .faq-answer {
  display: block !important;
  max-height: none !important;
  padding: 16px 24px 12px;
}
.faq-answer p {
  margin: 0;
  padding: 0 0 12px;
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.75;
  display: block !important;
}
.faq-answer p:last-child {
  padding-bottom: 0;
}
.faq-answer a {
  color: var(--primary-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-answer a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* FAQ Bottom CTA */
.faq-bottom-cta {
  background: linear-gradient(135deg, #0E2436 0%, var(--primary-blue) 100%);
  padding: 64px 24px;
  text-align: center;
  color: #F4F0E7;
}
.faq-bottom-cta h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #F4F0E7;
  margin-bottom: 12px;
}
.faq-bottom-cta p {
  font-size: 1.05rem;
  color: rgba(244, 240, 231, 0.85);
  margin-bottom: 36px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.faq-bottom-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===============================================
   v1.3.5 FAQ PAGE - MOBILE STYLES
   =============================================== */
@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-sidebar {
    position: static;
    border-radius: 14px;
    padding: 16px;
  }
  .faq-sidebar-nav {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 8px;
    padding: 4px 0;
  }
  .faq-sidebar-nav::-webkit-scrollbar {
    display: none;
  }
  .faq-sidebar-nav a {
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 0.85rem;
  }
  .faq-hero h1 {
    font-size: 1.8rem;
  }
  .faq-hero {
    padding: 64px 20px 48px;
  }
}

@media (max-width: 600px) {
  .faq-hero h1 {
    font-size: 1.5rem;
  }
  .faq-hero-subtitle {
    font-size: 0.95rem;
  }
  .faq-question {
    padding: 16px 18px;
    gap: 12px;
  }
  .faq-question-text {
    font-size: 0.92rem;
  }
  .faq-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    flex: 0 0 30px;
    font-size: 1.1rem;
  }
  .faq-answer {
    padding: 0 18px;
  }
  .faq-item.active .faq-answer {
    padding: 12px 18px 4px;
  }
  .faq-answer p {
    font-size: 0.9rem;
    padding-bottom: 16px;
  }
  .faq-section-title {
    font-size: 1.25rem;
  }
  .faq-category-nav {
    top: 64px;
  }
  .faq-pill {
    padding: 7px 14px;
    font-size: 0.82rem;
  }
  .faq-bottom-cta h2 {
    font-size: 1.5rem;
  }
}

/* ===============================================
   v1.3.6 HOME PAGE IMAGE & LAYOUT FIXES
   =============================================== */

/* Product Eco Card hover image zoom */
.product-eco-card:hover img {
  transform: scale(1.05);
}
.product-eco-card > div:first-child {
  overflow: hidden;
}

/* Scenario grid - 5 columns on desktop */
@media (min-width: 1024px) {
  .scenario-card {
    padding: 20px 16px !important;
  }
  .scenario-card h3 {
    font-size: 0.95rem !important;
  }
  .scenario-card p {
    font-size: 0.78rem !important;
  }
}

/* Scenario grid - responsive */
@media (max-width: 1023px) {
  .scenario-card {
    padding: 20px 16px !important;
  }
}

@media (max-width: 900px) {
  /* Scenario: 3+2 layout or 2 cols */
}

@media (max-width: 600px) {
  /* Scenario: single column */
}

/* Detail card hover image zoom */
.detail-card > div:first-child {
  overflow: hidden;
}
.detail-card:hover img {
  transform: scale(1.05);
  transition: transform 0.3s;
}

/* Tutorial card hover image zoom */
a[href*="tutorials/"] > div:first-child {
  overflow: hidden;
}
a[href*="tutorials/"]:hover img {
  transform: scale(1.05);
  transition: transform 0.3s;
}

/* Guide card hover image zoom */
.guide-card {
  overflow: hidden;
}
.guide-card:hover img {
  transform: scale(1.05);
  transition: transform 0.3s;
}

/* Home-only trust bar: intentionally isolated from the shared trust strip. */
.home-trust-section {
  width: 100%;
  background: #F4F0E7;
  padding: 18px 20px;
  border-bottom: 1px solid #F4F0E7;
}

.home-trust-section .container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.home-trust-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.home-trust-item {
  min-width: 0 !important;
  min-height: 64px !important;
  padding: 12px 14px !important;
  background: #F4F0E7 !important;
  border: 1px solid #F4F0E7 !important;
  border-radius: 14px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  color: #0E2436 !important;
  text-align: left !important;
  box-shadow: 0 6px 18px rgba(14, 36, 54, 0.05) !important;
  box-sizing: border-box !important;
}

.home-trust-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #B94717 !important;
}

.home-trust-icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  stroke: #B94717 !important;
  color: #B94717 !important;
}

.home-trust-text {
  display: block !important;
  color: #0E2436 !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* OVERRIDE any .trust-bar or other flex that might affect .home-trust-grid */
section.home-trust-section .home-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

section.home-trust-section .home-trust-item {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1100px) {
  .home-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .home-trust-section {
    padding: 14px 16px !important;
  }
  .home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .home-trust-item {
    min-height: 56px !important;
    justify-content: flex-start !important;
  }
  .home-trust-text {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 480px) {
  .home-trust-grid {
    grid-template-columns: 1fr !important;
  }
}

/* source: rippton-style.css */
/* ================================================================
   v1.5.1 RIPPTON-INSPIRED STYLE LAYER
   Namespace: .rip-
   Purpose: Safely mimic Rippton's industrial tech style
   Constraints:
   - NO global selectors (img/.card/.grid/.hero)
   - ALL styles scoped under .rip- prefix
   - Safe for all pages
   ================================================================ */

/* --- Rippton Color Scheme (Dark Tech) --- */
:root {
  --rip-dark: #0E2436;
  --rip-dark-2: #0E2436;
  --rip-dark-3: #0E2436;
  --rip-gray: #0E2436;
  --rip-gray-2: #0E2436;
  --rip-text: #F4F0E7;
  --rip-text-2: rgba(244, 240, 231, 0.7);
  --rip-text-3: rgba(244, 240, 231, 0.5);
  --rip-orange: #B94717;
  --rip-orange-hover: #B94717;
  --rip-blue: #B94717;
  --rip-radius: 8px;
  --rip-radius-lg: 12px;
  --rip-shadow: 0 4px 20px rgba(14, 36, 54, 0.3);
  --rip-transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ================================================================
   RIPPTON-STYLE HERO
   ================================================================ */
.rip-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: var(--rip-dark);
  overflow: hidden;
}

.rip-hero img.rip-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.6;
}

.rip-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 36, 54, 0.8) 0%, rgba(185, 71, 23, 0.3) 100%);
}

.rip-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px 80px;
  color: var(--rip-text);
}

.rip-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(185, 71, 23, 0.15);
  border: 1px solid rgba(185, 71, 23, 0.3);
  color: var(--rip-orange);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.rip-hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--rip-text);
}

.rip-hero-subtitle {
  font-size: 1.1rem;
  color: var(--rip-text-2);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 600px;
}

.rip-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ================================================================
   RIPPTON-STYLE BUTTONS
   ================================================================ */
.rip-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: var(--rip-radius);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform var(--rip-transition), box-shadow var(--rip-transition), background var(--rip-transition);
  cursor: pointer;
  text-decoration: none;
  border: none;
}

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

.rip-btn-primary {
  background: var(--rip-orange);
  color: var(--rip-text);
}

.rip-btn-primary:hover {
  background: var(--rip-orange-hover);
  box-shadow: 0 6px 16px rgba(185, 71, 23, 0.4);
}

.rip-btn-outline {
  background: transparent;
  color: var(--rip-text);
  border: 1px solid rgba(244, 240, 231, 0.3);
}

.rip-btn-outline:hover {
  background: rgba(244, 240, 231, 0.1);
  border-color: rgba(244, 240, 231, 0.5);
}

.rip-btn-whatsapp {
  background: #B94717;
  color: var(--rip-text);
}

.rip-btn-whatsapp:hover {
  background: #B94717;
  box-shadow: 0 6px 16px rgba(185, 71, 23, 0.4);
}

/* ================================================================
   RIPPTON-STYLE SECTION
   ================================================================ */
.rip-section {
  padding: 80px 24px;
}

.rip-section-dark {
  background: var(--rip-dark);
  color: var(--rip-text);
}

.rip-section-gray {
  background: #F4F0E7;
}

.rip-section-white {
  background: #F4F0E7;
}

.rip-section-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
  color: inherit;
}

.rip-section-subtitle {
  font-size: 1rem;
  text-align: center;
  color: var(--rip-text-3);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================
   RIPPTON-STYLE PRODUCT ECOSYSTEM GRID
   ================================================================ */
.rip-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .rip-ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .rip-ecosystem-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   RIPPTON-STYLE CARD
   ================================================================ */

/* --- v1.5.2: Product Ecosystem card - preserve full product image (no crop) --- */
.rip-ecosystem-grid .rip-card-image {
  aspect-ratio: 16 / 10;
  background: #F4F0E7;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rip-ecosystem-grid .rip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}

.rip-ecosystem-grid .rip-card:hover .rip-card-image img {
  transform: scale(1.04);
}

/* --- v1.5.2: Real Product Details - force cover on detail cards (not ecosystem) --- */
.rip-product-detail-grid .rip-card-image {
  aspect-ratio: 16 / 9;
  background: var(--rip-gray);
  padding: 0;
  display: block;
}

.rip-product-detail-grid .rip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rip-card {
  background: var(--rip-dark-2);
  border-radius: var(--rip-radius-lg);
  overflow: hidden;
  transition: transform var(--rip-transition), box-shadow var(--rip-transition);
  border: 1px solid var(--rip-gray);
}

.rip-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rip-shadow);
  border-color: var(--rip-orange);
}

.rip-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--rip-gray);
}

.rip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rip-card:hover .rip-card-image img {
  transform: scale(1.08);
}

.rip-card-content {
  padding: 20px;
}

.rip-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--rip-text);
  margin-bottom: 8px;
}

.rip-card-desc {
  font-size: 0.9rem;
  color: var(--rip-text-2);
  line-height: 1.6;
  margin-bottom: 12px;
}

.rip-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.rip-card-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(185, 71, 23, 0.15);
  border: 1px solid rgba(185, 71, 23, 0.3);
  border-radius: 12px;
  font-size: 0.75rem;
  color: var(--rip-orange);
  font-weight: 500;
}

.rip-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--rip-orange);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap var(--rip-transition);
}

.rip-card-link:hover {
  gap: 8px;
}

/* ================================================================
   RIPPTON-STYLE SCENARIO GRID
   ================================================================ */
.rip-scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .rip-scenario-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .rip-scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rip-scenario-card {
  background: var(--rip-dark-2);
  border-radius: var(--rip-radius);
  padding: 20px;
  text-align: center;
  transition: transform var(--rip-transition), border-color var(--rip-transition);
  border: 1px solid var(--rip-gray);
}

.rip-scenario-card:hover {
  transform: translateY(-3px);
  border-color: var(--rip-orange);
}

.rip-scenario-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  background: rgba(185, 71, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rip-scenario-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--rip-text);
  margin-bottom: 4px;
}

.rip-scenario-desc {
  font-size: 0.82rem;
  color: var(--rip-text-3);
}

/* ================================================================
   RIPPTON-STYLE TUTORIAL GRID
   ================================================================ */
.rip-tutorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.rip-tutorial-card {
  background: var(--rip-dark-2);
  border-radius: var(--rip-radius-lg);
  overflow: hidden;
  transition: transform var(--rip-transition), box-shadow var(--rip-transition);
  border: 1px solid var(--rip-gray);
}

.rip-tutorial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rip-shadow);
}

.rip-tutorial-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--rip-gray);
}

.rip-tutorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rip-tutorial-content {
  padding: 16px;
}

.rip-tutorial-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--rip-text);
  margin-bottom: 8px;
}

.rip-tutorial-meta {
  font-size: 0.82rem;
  color: var(--rip-text-3);
}

/* ================================================================
   RIPPTON-STYLE BLOG GRID
   ================================================================ */
.rip-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.rip-blog-card {
  background: #F4F0E7;
  border-radius: var(--rip-radius-lg);
  overflow: hidden;
  transition: transform var(--rip-transition), box-shadow var(--rip-transition);
  border: 1px solid #F4F0E7;
}

.rip-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(14, 36, 54, 0.12);
}

.rip-blog-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #F4F0E7;
}

.rip-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rip-blog-content {
  padding: 16px;
}

.rip-blog-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0E2436;
  margin-bottom: 8px;
}

.rip-blog-excerpt {
  font-size: 0.9rem;
  color: #0E2436;
  line-height: 1.6;
}

/* ================================================================
   RIPPTON-STYLE CTA SECTION
   ================================================================ */
.rip-cta {
  background: linear-gradient(135deg, var(--rip-dark) 0%, #B94717 100%);
  padding: 80px 24px;
  text-align: center;
  color: var(--rip-text);
}

.rip-cta-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.rip-cta-desc {
  font-size: 1.05rem;
  color: var(--rip-text-2);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.rip-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ================================================================
   RIPPTON-STYLE TRUST BAR
   ================================================================ */
.rip-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
  margin-bottom: 28px;
  padding: 16px;
  background: rgba(244, 240, 231, 0.08);
  border-radius: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rip-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rip-text-2);
  font-size: 0.82rem;
}

/* ================================================================
   RIPPTON-STYLE ANIMATION (SAFE)
   ================================================================ */
.rip-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rip-animate.rip-visible {
  opacity: 1;
  transform: translateY(0);
}

.rip-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.rip-stagger.rip-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.rip-stagger.rip-visible > *:nth-child(1) { transition-delay: 0.05s; }
.rip-stagger.rip-visible > *:nth-child(2) { transition-delay: 0.10s; }
.rip-stagger.rip-visible > *:nth-child(3) { transition-delay: 0.15s; }
.rip-stagger.rip-visible > *:nth-child(4) { transition-delay: 0.20s; }
.rip-stagger.rip-visible > *:nth-child(5) { transition-delay: 0.25s; }
.rip-stagger.rip-visible > *:nth-child(6) { transition-delay: 0.30s; }

@media (prefers-reduced-motion: reduce) {
  .rip-animate,
  .rip-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ================================================================
   RIPPTON-STYLE INNER PAGE HERO
   ================================================================ */
.rip-inner-hero {
  background: var(--rip-dark);
  padding: 120px 24px 60px;
  text-align: center;
  color: var(--rip-text);
}

.rip-inner-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.rip-inner-hero p {
  font-size: 1.05rem;
  color: var(--rip-text-2);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ================================================================
   RIPPTON-STYLE COUNTER
   ================================================================ */
.rip-counter {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--rip-orange);
  line-height: 1;
}

/* ================================================================
   RESPONSIVE FIXES (SAFE)
   ================================================================ */
@media (max-width: 768px) {
  .rip-hero {
    min-height: 500px;
  }
  
  .rip-hero-title {
    font-size: 2rem;
  }
  
  .rip-hero-content {
    padding: 100px 16px 60px;
  }
  
  .rip-section {
    padding: 60px 16px;
  }
  
  .rip-section-title {
    font-size: 1.6rem;
  }
  
  body {
    overflow-x: hidden;
  }
  
  .rip-responsive-img {
    max-width: 100%;
  }
}


/* ========================================================
   v1.5.2 Inner Pages: Industrial Tech Style Enhancements
   ALL selectors use .rip-v152- or page-specific scope
   ======================================================== */

/* --- Factory / Quality / Blog / Contact / FAQ Hero Enhancement --- */
.rip-page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--rip-dark) 0%, #0E2436 60%, #0E2436 100%);
  padding: 72px 0 56px;
  overflow: hidden;
  border-bottom: 2px solid var(--rip-orange);
}

.rip-page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(185, 71, 23, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.rip-page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(185, 71, 23, 0.15);
  border: 1px solid rgba(185, 71, 23, 0.3);
  color: var(--rip-orange);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.rip-page-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--rip-text);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.rip-page-hero-title span {
  color: var(--rip-orange);
}

.rip-page-hero-subtitle {
  font-size: 1.05rem;
  color: var(--rip-text-2);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.rip-page-hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.rip-page-hero-stat {
  text-align: center;
}

.rip-page-hero-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--rip-orange);
  display: block;
}

.rip-page-hero-stat-label {
  font-size: 0.75rem;
  color: var(--rip-text-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* --- Factory Production Flow Steps --- */
.rip-flow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  counter-reset: flow-step;
  position: relative;
}

.rip-flow-step {
  position: relative;
  text-align: center;
  padding: 28px 16px;
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  counter-increment: flow-step;
}

.rip-flow-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rip-orange);
  font-size: 1.2rem;
  z-index: 2;
}

.rip-flow-step-num {
  width: 36px;
  height: 36px;
  background: var(--rip-orange);
  color: #F4F0E7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 auto 10px;
}

.rip-flow-step-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rip-text);
  line-height: 1.3;
}

/* --- QC / Process Cards --- */
.rip-qc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.rip-qc-card {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius);
  padding: 20px;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.rip-qc-card:hover {
  border-color: var(--rip-orange);
  transform: translateY(-2px);
}

.rip-qc-icon {
  width: 40px;
  height: 40px;
  background: rgba(185, 71, 23, 0.12);
  border-radius: var(--rip-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--rip-orange);
}

.rip-qc-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rip-text);
  margin-bottom: 4px;
}

.rip-qc-desc {
  font-size: 0.8rem;
  color: var(--rip-text-2);
  line-height: 1.5;
}

/* --- Cert / Guarantee Card --- */
.rip-cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.rip-cert-card {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius);
  padding: 20px;
  text-align: center;
  transition: border-color 0.3s;
}

.rip-cert-card:hover {
  border-color: var(--rip-orange);
}

.rip-cert-badge {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--rip-orange);
  background: rgba(185, 71, 23, 0.1);
  border: 2px solid rgba(185, 71, 23, 0.3);
  border-radius: var(--rip-radius);
  padding: 8px 16px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

.rip-cert-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rip-text);
  margin-bottom: 6px;
}

.rip-cert-note {
  font-size: 0.75rem;
  color: var(--rip-text-2);
  font-style: italic;
}

/* --- Blog / Guide cards (inner page) --- */
.rip-blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .rip-blog-featured {
    grid-template-columns: 1fr;
  }
}

.rip-blog-card {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius-lg);
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.rip-blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--rip-orange);
  box-shadow: 0 8px 24px rgba(14, 36, 54, 0.3);
}

.rip-blog-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--rip-gray);
}

.rip-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.rip-blog-card:hover .rip-blog-card-img img {
  transform: scale(1.05);
}

.rip-blog-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rip-blog-cat-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--rip-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.rip-blog-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--rip-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.rip-blog-card-excerpt {
  font-size: 0.85rem;
  color: var(--rip-text-2);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 14px;
}

.rip-blog-card-link {
  font-size: 0.85rem;
  color: var(--rip-orange);
  font-weight: 600;
  text-decoration: none;
}

.rip-blog-card-link:hover {
  text-decoration: underline;
}

/* --- Contact Form Card --- */
.rip-contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .rip-contact-grid {
    grid-template-columns: 1fr;
  }
}

.rip-contact-form-card {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius-lg);
  padding: 36px;
}

.rip-contact-info-card {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius-lg);
  padding: 28px;
}

.rip-form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--rip-text);
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}

.rip-form-input {
  width: 100%;
  background: var(--rip-dark-3);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius);
  padding: 10px 14px;
  color: var(--rip-text);
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-family: inherit;
}

.rip-form-input:focus {
  outline: none;
  border-color: var(--rip-orange);
  box-shadow: 0 0 0 3px rgba(185, 71, 23, 0.15);
}

.rip-form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* --- FAQ Accordion (premium style) --- */
.rip-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rip-faq-item {
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius);
  overflow: hidden;
  transition: border-color 0.25s;
}

.rip-faq-item.open {
  border-color: var(--rip-orange);
}

.rip-faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--rip-text);
  font-family: inherit;
  transition: color 0.25s;
}

.rip-faq-question:hover {
  color: var(--rip-orange);
}

.rip-faq-icon {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.25s, background 0.25s;
}

.rip-faq-item.open .rip-faq-icon {
  background: var(--rip-orange);
  border-color: var(--rip-orange);
  transform: rotate(45deg);
}

.rip-faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  font-size: 0.88rem;
  color: var(--rip-text-2);
  line-height: 1.7;
}

.rip-faq-item.open .rip-faq-answer {
  padding: 0 20px 18px;
  max-height: 600px;
}

/* --- Section divider for inner pages --- */
.rip-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rip-gray), transparent);
  margin: 0;
}

/* --- Warranty / guarantee list --- */
.rip-warranty-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.rip-warranty-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--rip-dark-2);
  border: 1px solid var(--rip-gray);
  border-radius: var(--rip-radius);
}

.rip-warranty-icon {
  color: var(--rip-orange);
  flex-shrink: 0;
  margin-top: 2px;
}

.rip-warranty-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rip-text);
  margin-bottom: 3px;
}

.rip-warranty-text {
  font-size: 0.8rem;
  color: var(--rip-text-2);
}

/* --- Mobile responsive for inner pages --- */
@media (max-width: 768px) {
  .rip-page-hero { padding: 48px 0 36px; }
  .rip-page-hero-stats { gap: 16px; }
  .rip-flow-steps { grid-template-columns: 1fr 1fr; }
  .rip-flow-step:not(:last-child)::after { display: none; }
  .rip-contact-form-card, .rip-contact-info-card { padding: 20px; }
}

/* source: design-system-v2.css */
:root {
  --rf-navy:#0E2436;--rf-deep-lake:#0E2436;--rf-ink:#0E2436;--rf-mist:#F4F0E7;
  --rf-sand:#F4F0E7;--rf-white:#F4F0E7;--rf-orange:#B94717;--rf-teal:#B94717;
  --rf-green:#B94717;--rf-border:#F4F0E7;--rf-muted:#0E2436;--rf-max:1240px;
  --rf-radius:18px;--rf-shadow:0 22px 60px rgba(14, 36, 54, 0.12);
}
.rf-page{margin:0;background:var(--rf-mist);color:var(--rf-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
.rf-page *{box-sizing:border-box}.rf-page a{color:inherit}.rf-page img{max-width:100%;display:block}
.rf-shell{width:min(calc(100% - 48px),var(--rf-max));margin-inline:auto}
.rf-eyebrow{margin:0 0 14px;color:var(--rf-teal);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.rf-display{max-width:900px;margin:0;font-size:clamp(2.45rem,6vw,5.8rem);font-weight:800;line-height:.96;letter-spacing:-.055em}
.rf-heading{max-width:780px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.7rem);font-weight:400;line-height:1.08;letter-spacing:-.035em}
.rf-lede{max-width:660px;margin:22px 0 0;color:var(--rf-muted);font-size:clamp(1rem,1.6vw,1.2rem)}
.rf-section{position:relative;padding:clamp(72px,9vw,128px) 0;overflow:clip}
.rf-section--light{background:var(--rf-white)}.rf-section--mist{background:var(--rf-mist)}.rf-section--sand{background:var(--rf-sand)}
.rf-section--navy{background:var(--rf-navy);color:var(--rf-white)}.rf-section--navy .rf-lede{color:#F4F0E7}
.rf-section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:46px}
.rf-section-head .rf-lede{margin:0;max-width:480px}
.rf-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.rf-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-size:.92rem;font-weight:750;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.rf-btn:hover{transform:translateY(-2px)}.rf-btn--primary{background:var(--rf-orange);color:#F4F0E7}.rf-btn--outline{border-color:currentColor;background:transparent}.rf-btn--whatsapp{background:var(--rf-green);color:#F4F0E7}.rf-btn--ink{background:var(--rf-navy);color:#F4F0E7}
.rf-header{position:relative;z-index:20;background:rgba(14, 36, 54, 0.96);color:#F4F0E7;border-bottom:1px solid rgba(244, 240, 231, 0.11)}
.rf-header__inner{min-height:78px;display:flex;align-items:center;gap:34px}.rf-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.08em}.rf-brand img{width:42px;height:42px;object-fit:contain}.rf-brand small{display:block;color:#F4F0E7;font-size:.63rem;font-weight:600;letter-spacing:.12em}
.rf-nav{display:flex;align-items:center;gap:23px;margin-left:auto}.rf-nav a{text-decoration:none;color:#F4F0E7;font-size:.88rem}.rf-nav a:hover{color:#F4F0E7}.rf-header .rf-btn{min-height:42px;padding-inline:18px}
.rf-hero{min-height:calc(100svh - 78px);display:grid;align-items:end;position:relative;background:var(--rf-navy);color:#F4F0E7;overflow:hidden}
.rf-hero__media{position:absolute;inset:0}.rf-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.rf-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14, 36, 54, 0.88) 0%,rgba(14, 36, 54, 0.55) 43%,rgba(14, 36, 54, 0.05) 78%),linear-gradient(0deg,rgba(14, 36, 54, 0.56),transparent 45%)}
.rf-hero__content{position:relative;z-index:1;padding:80px 0 72px}.rf-hero .rf-display{max-width:850px}.rf-hero .rf-lede{color:#F4F0E7}
.rf-metrics{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--rf-border);border-bottom:1px solid var(--rf-border)}
.rf-metric{min-height:150px;padding:26px 20px;border-right:1px solid var(--rf-border)}.rf-metric:last-child{border-right:0}.rf-metric__icon{color:var(--rf-teal);font-size:1.4rem}.rf-metric strong{display:block;margin-top:14px;font-size:1.2rem;line-height:1.15}.rf-metric span{display:block;margin-top:8px;color:var(--rf-muted);font-size:.78rem}
.rf-footer{padding:64px 0 28px;background:#0E2436;color:#F4F0E7}.rf-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.rf-footer h3{margin:0 0 16px;color:#F4F0E7;font-size:.9rem}.rf-footer a{display:block;margin:8px 0;color:#F4F0E7;text-decoration:none;font-size:.88rem}.rf-footer__base{margin-top:48px;padding-top:22px;border-top:1px solid #0E2436;font-size:.8rem}
.rf-reveal{opacity:1;transform:none}.rf-js .rf-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.rf-js .rf-reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.rf-nav{display:none}.rf-header__inner{min-height:68px}.rf-header .rf-btn{margin-left:auto}.rf-hero{min-height:calc(100svh - 68px)}.rf-metrics{grid-template-columns:repeat(2,1fr)}.rf-metric:nth-child(even){border-right:0}.rf-metric:last-child{grid-column:1/-1}.rf-section-head{display:block}.rf-section-head .rf-lede{margin-top:18px}.rf-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.rf-shell{width:min(calc(100% - 30px),var(--rf-max))}.rf-brand span{font-size:.85rem}.rf-brand small{display:none}.rf-header .rf-btn{font-size:.78rem;padding-inline:14px}.rf-hero__content{padding:56px 0 36px}.rf-hero .rf-display{font-size:clamp(2.35rem,13vw,3.45rem)}.rf-actions{display:grid}.rf-actions .rf-btn{width:100%}.rf-section{padding:68px 0}.rf-footer__grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.rf-page *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.rf-reveal{opacity:1;transform:none}}

/* source: page-modules-v2.css */
.rf-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rf-product-card{display:flex;flex-direction:column;min-width:0;background:#F4F0E7;border:1px solid var(--rf-border);border-radius:var(--rf-radius);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.rf-product-card:hover{transform:translateY(-5px);box-shadow:var(--rf-shadow)}
.rf-product-card__media{aspect-ratio:4/3;background:#F4F0E7;padding:18px;overflow:hidden}.rf-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.rf-product-card:hover .rf-product-card__media img{transform:scale(1.025)}.rf-product-card__body{display:flex;flex-direction:column;flex:1;padding:24px}.rf-product-card h3{margin:0;font-size:1.25rem}.rf-product-card p{color:var(--rf-muted);font-size:.92rem}.rf-tags{display:flex;flex-wrap:wrap;gap:7px;margin:6px 0 22px}.rf-tag{padding:5px 9px;border-radius:999px;background:#F4F0E7;color:#0E2436;font-size:.7rem;font-weight:750}.rf-product-card .rf-actions{margin-top:auto}
.rf-process{display:grid;grid-template-columns:repeat(5,1fr);counter-reset:step}.rf-process__item{position:relative;padding:30px 24px;border-top:1px solid rgba(244, 240, 231, 0.22)}.rf-process__item:before{counter-increment:step;content:"0" counter(step);display:block;margin-bottom:46px;color:var(--rf-orange);font-size:.8rem;font-weight:850}.rf-process__item:not(:last-child):after{content:"";position:absolute;top:-3px;right:-3px;width:6px;height:6px;border-radius:50%;background:var(--rf-orange)}.rf-process h3{font-size:1rem}.rf-process p{color:#F4F0E7;font-size:.82rem}
.rf-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:clamp(34px,6vw,92px);align-items:center}.rf-editorial__media{aspect-ratio:4/3;border-radius:var(--rf-radius);overflow:hidden}.rf-editorial__media img{width:100%;height:100%;object-fit:cover}.rf-checks{list-style:none;padding:0;margin:30px 0}.rf-checks li{display:grid;grid-template-columns:24px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--rf-border)}.rf-checks li:before{content:"✓";color:var(--rf-teal);font-weight:900}
.rf-evidence-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-template-rows:repeat(2,260px);gap:16px}.rf-evidence{position:relative;overflow:hidden;border-radius:14px;background:#F4F0E7}.rf-evidence:first-child{grid-row:1/3}.rf-evidence img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.rf-evidence:hover img{transform:scale(1.035)}.rf-evidence span{position:absolute;left:18px;bottom:16px;padding:7px 10px;border-radius:999px;background:rgba(14, 36, 54, 0.84);color:#F4F0E7;font-size:.75rem}
.rf-faq{border-top:1px solid var(--rf-border)}.rf-faq details{border-bottom:1px solid var(--rf-border)}.rf-faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;font-weight:750}.rf-faq summary::-webkit-details-marker{display:none}.rf-faq summary:after{content:"+";width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--rf-border);border-radius:50%;font-size:1.15rem}.rf-faq details[open] summary:after{content:"−"}.rf-faq p{max-width:760px;margin:0 0 26px;color:var(--rf-muted)}
.rf-cta-band{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:clamp(34px,5vw,64px);border-radius:24px;background:var(--rf-deep-lake);color:#F4F0E7}.rf-cta-band h2{max-width:720px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.08}.rf-cta-band .rf-actions{margin:0}
.rf-data-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rf-data-card{padding:24px;border:1px solid var(--rf-border);border-radius:14px;background:#F4F0E7}.rf-data-card strong{display:block;font-size:2rem;letter-spacing:-.04em}.rf-data-card span{color:var(--rf-muted);font-size:.78rem}
@media(max-width:900px){.rf-product-grid{grid-template-columns:1fr 1fr}.rf-process{grid-template-columns:1fr 1fr}.rf-process__item:last-child{grid-column:1/-1}.rf-editorial{grid-template-columns:1fr}.rf-evidence-grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 220px}.rf-evidence:first-child{grid-column:1/-1;grid-row:auto}.rf-cta-band{grid-template-columns:1fr}.rf-data-demo{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.rf-product-grid,.rf-process,.rf-data-demo{grid-template-columns:1fr}.rf-process__item:last-child{grid-column:auto}.rf-evidence-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.rf-evidence,.rf-evidence:first-child{height:240px;grid-column:auto}.rf-product-card .rf-actions{display:flex}.rf-product-card .rf-btn{width:auto;flex:1}.rf-cta-band{padding:32px 22px}}

/* Stage B: scoped integration for Home and Products only. */
.rf-v2{background:var(--rf-mist);color:var(--rf-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.rf-v2 .navbar{background:rgba(14, 36, 54, 0.97);border-bottom:1px solid rgba(244, 240, 231, 0.11);box-shadow:none}
.rf-v2 .navbar-container{max-width:1240px;min-height:78px}.rf-v2 .brand-name{color:#F4F0E7;letter-spacing:.08em}.rf-v2 .brand-tagline{color:#F4F0E7}.rf-v2 .navbar-nav>a,.rf-v2 .nav-dropdown>a{color:#F4F0E7}.rf-v2 .navbar-nav>a:hover,.rf-v2 .nav-dropdown>a:hover{color:#F4F0E7}.rf-v2 .nav-cta-group .btn-cta{background:var(--rf-orange);border-color:var(--rf-orange);border-radius:999px}.rf-v2 .nav-cta-group .btn-whatsapp{background:transparent;border:1px solid #0E2436;border-radius:999px}
.rf-home-v2 .rip-hero{min-height:calc(100svh - 78px);display:grid;align-items:end;background:var(--rf-navy)}.rf-home-v2 .rip-hero-bg{object-position:center 60%}.rf-home-v2 .rip-hero-overlay{background:linear-gradient(90deg,rgba(14, 36, 54, 0.9),rgba(14, 36, 54, 0.55) 46%,rgba(14, 36, 54, 0.04) 80%),linear-gradient(0deg,rgba(14, 36, 54, 0.5),transparent 48%)}.rf-home-v2 .rip-hero-content{padding-block:80px 70px}.rf-home-v2 .rip-hero-badge{border:0;background:transparent;padding:0;color:var(--rf-teal);font-size:.76rem;letter-spacing:.14em}.rf-home-v2 .rip-hero-title{max-width:900px;font-size:clamp(2.7rem,6vw,5.6rem);line-height:.97;letter-spacing:-.055em;text-shadow:none}.rf-home-v2 .rip-hero-subtitle{max-width:650px;color:#F4F0E7;font-size:1.08rem}.rf-v2 .rip-btn{border-radius:999px;min-height:48px}.rf-v2 .rip-btn-primary{background:var(--rf-orange);border-color:var(--rf-orange)}.rf-v2 .rip-btn-whatsapp{background:var(--rf-green);border-color:var(--rf-green)}
.rf-home-v2 .home-trust-section{background:#F4F0E7;border-bottom:1px solid var(--rf-border)}.rf-home-v2 .home-trust-grid{max-width:1240px;margin:auto;gap:0}.rf-home-v2 .home-trust-item{min-height:128px;padding:24px;border-right:1px solid var(--rf-border);border-radius:0;background:transparent}.rf-home-v2 .home-trust-item:last-child{border-right:0}.rf-home-v2 .home-trust-icon{color:var(--rf-teal)}.rf-home-v2 .home-trust-text{color:var(--rf-ink);font-size:.84rem}
.rf-v2 .rip-section{padding:clamp(72px,8vw,112px) 0}.rf-v2 .rip-section-dark{background:var(--rf-navy)}.rf-v2 .rip-section-gray{background:var(--rf-mist)}.rf-v2 .rip-section-white{background:#F4F0E7}.rf-v2 .rip-section-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;letter-spacing:-.035em;line-height:1.08}.rf-v2 .rip-section-subtitle{max-width:660px;margin:16px auto 42px;color:var(--rf-muted)}.rf-v2 .rip-section-dark .rip-section-subtitle{color:#F4F0E7}
.rf-home-v2 .rip-ecosystem-grid{grid-template-columns:repeat(3,1fr);gap:22px}.rf-v2 .rip-card{border:1px solid var(--rf-border);border-radius:18px;box-shadow:none}.rf-v2 .rip-section-dark .rip-card{background:#0E2436;border-color:#0E2436}.rf-v2 .rip-card-image{aspect-ratio:4/3;background:#F4F0E7}.rf-v2 .rip-card-image img{object-fit:contain}.rf-v2 .rip-card-content{padding:24px}.rf-v2 .rip-card-tag{background:#F4F0E7;color:#0E2436;border:0;border-radius:999px}.rf-v2 .rip-section-dark .rip-card-tag{background:#0E2436;color:#B94717}.rf-v2 .rip-card-link{color:var(--rf-orange)}
.rf-home-v2 .rip-scenario-grid{grid-template-columns:repeat(5,1fr);gap:0;border-block:1px solid var(--rf-border)}.rf-home-v2 .rip-scenario-card{border:0;border-right:1px solid var(--rf-border);border-radius:0;background:transparent;padding:26px 20px}.rf-home-v2 .rip-scenario-card:last-child{border-right:0}.rf-home-v2 .rip-scenario-icon{background:transparent}.rf-home-v2 .rip-scenario-title{color:var(--rf-ink)}
.rf-stage-b .rf-process a{color:#B94717;text-decoration:none;font-size:.75rem}.rf-home-v2 .rf-stage-b .rf-evidence-grid{grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,190px)}.rf-home-v2 .rf-stage-b .rf-evidence:first-child{grid-row:1/3}.rf-home-v2 .trust-strip{display:none}.rf-home-v2 .rip-cta{background:var(--rf-deep-lake)}
.rf-v2 .site-footer{background:#0E2436}.rf-v2 .footer-desc,.rf-v2 .footer-links a{color:#F4F0E7}

.rf-products-v2 .rip-page-hero{position:relative;min-height:540px;display:grid;align-items:end;padding:90px 0 66px;background:linear-gradient(90deg,rgba(14, 36, 54, 0.92),rgba(14, 36, 54, 0.58)),url('../images/products/lyx-001d/lyx-001d-black-scene.webp') center 58%/cover no-repeat}.rf-products-v2 .rip-page-hero .container{width:min(calc(100% - 48px),1240px);margin:auto}.rf-products-v2 .rip-page-hero-title{max-width:800px;font-size:clamp(2.6rem,5.5vw,5rem);line-height:.98;letter-spacing:-.05em;text-align:left}.rf-products-v2 .rip-page-hero-subtitle{max-width:650px;margin:20px 0;color:#F4F0E7;text-align:left}.rf-products-v2 .rip-page-hero-badge{text-align:left;color:var(--rf-teal)}.rf-products-v2 .rip-page-hero-stats{justify-content:flex-start}.rf-products-v2 .rip-page-hero-cta{justify-content:flex-start}
.rf-products-v2 .rip-divider,.rf-products-v2 .breadcrumb+.breadcrumb{display:none}.rf-products-v2 .products-choose-guide{background:#F4F0E7!important;padding:72px 0!important}.rf-products-v2 .products-page{background:var(--rf-mist);padding-block:56px 90px}.rf-products-v2 .products-layout{max-width:1240px}.rf-products-v2 .filter-box{border:0;border-radius:16px;background:#F4F0E7;box-shadow:none}.rf-products-v2 .filter-link{border-radius:10px}.rf-products-v2 .filter-link.active{background:var(--rf-navy);color:#F4F0E7}.rf-products-v2 .product-grid-outer{gap:22px}.rf-products-v2 .product-card-new{border:1px solid var(--rf-border);border-radius:18px;box-shadow:none;overflow:hidden;background:#F4F0E7}.rf-products-v2 .product-card-new:hover{transform:translateY(-4px);box-shadow:var(--rf-shadow)}.rf-products-v2 .product-card-img{aspect-ratio:4/3;padding:18px;background:#F4F0E7}.rf-products-v2 .product-card-img img{width:100%;height:100%;object-fit:contain}.rf-products-v2 .product-card-badge{top:14px;left:14px;bottom:auto;border-radius:999px;background:var(--rf-deep-lake);font-size:.67rem}.rf-products-v2 .product-card-body{padding:22px}.rf-products-v2 .product-card-title{font-size:1.03rem;line-height:1.35}.rf-products-v2 .product-tag{border-radius:999px;background:#F4F0E7;color:#0E2436}.rf-products-v2 .product-card-footer .btn-cta{background:var(--rf-orange);border-color:var(--rf-orange);border-radius:999px}.rf-products-v2 .product-card-footer .btn-outline-blue{border-radius:999px;color:var(--rf-navy);border-color:var(--rf-navy)}
.rf-comparison-wrap{overflow-x:auto;border:1px solid var(--rf-border);border-radius:16px}.rf-comparison{width:100%;min-width:760px;border-collapse:collapse;background:#F4F0E7}.rf-comparison th,.rf-comparison td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--rf-border)}.rf-comparison thead{background:var(--rf-navy);color:#F4F0E7}.rf-comparison tbody tr:last-child>*{border-bottom:0}.rf-comparison a{color:var(--rf-deep-lake);font-weight:750}
.rf-tutorial-links{border-top:1px solid rgba(14, 36, 54, 0.2)}.rf-tutorial-links a{display:block;padding:24px 4px;border-bottom:1px solid rgba(14, 36, 54, 0.2);text-decoration:none}.rf-tutorial-links span{display:block;color:var(--rf-teal);font-size:.7rem;font-weight:850;letter-spacing:.13em}.rf-tutorial-links strong{display:block;margin-top:6px;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:400}.rf-products-v2 .model-recommendation{display:none}.rf-products-v2 .trust-strip{display:none}.rf-sticky-quote{position:fixed;right:22px;bottom:22px;z-index:80;padding:14px 22px;border:0;border-radius:999px;background:var(--rf-orange);color:#F4F0E7;font-weight:800;box-shadow:0 12px 30px rgba(185, 71, 23, 0.28);cursor:pointer}
@media(max-width:900px){.rf-v2 .navbar-container{min-height:68px}.rf-home-v2 .rip-hero{min-height:calc(100svh - 68px)}.rf-home-v2 .rip-ecosystem-grid{grid-template-columns:1fr 1fr}.rf-home-v2 .rip-scenario-grid{grid-template-columns:repeat(2,1fr)}.rf-home-v2 .home-trust-grid{grid-template-columns:repeat(2,1fr)}.rf-home-v2 .home-trust-item:nth-child(even){border-right:0}.rf-products-v2 .products-layout{grid-template-columns:1fr}.rf-products-v2 .products-sidebar{display:none}.rf-products-v2 .mobile-filter-tabs{display:flex}}
@media(max-width:560px){.rf-home-v2 .rip-hero-content{padding:52px 18px 34px}.rf-home-v2 .rip-hero-title{font-size:clamp(2.35rem,12.5vw,3.35rem)}.rf-home-v2 .rip-hero-cta{display:grid}.rf-home-v2 .rip-hero-cta>*{width:100%}.rf-home-v2 .rip-ecosystem-grid,.rf-home-v2 .rip-scenario-grid{grid-template-columns:1fr}.rf-home-v2 .rip-scenario-card,.rf-home-v2 .home-trust-item{border-right:0}.rf-home-v2 .home-trust-grid{grid-template-columns:1fr 1fr}.rf-home-v2 .rf-stage-b .rf-evidence-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.rf-home-v2 .rf-stage-b .rf-evidence,.rf-home-v2 .rf-stage-b .rf-evidence:first-child{height:230px;grid-row:auto}.rf-products-v2 .rip-page-hero{min-height:560px}.rf-products-v2 .rip-page-hero .container{width:min(calc(100% - 30px),1240px)}.rf-products-v2 .rip-page-hero-title{font-size:clamp(2.3rem,12vw,3.3rem)}.rf-products-v2 .rip-page-hero-stats{display:grid;grid-template-columns:1fr 1fr}.rf-products-v2 .rip-page-hero-cta{display:grid}.rf-products-v2 .rip-page-hero-cta>*{width:100%}.rf-products-v2 .product-grid-outer{grid-template-columns:1fr}.rf-sticky-quote{left:15px;right:15px;bottom:12px;width:calc(100% - 30px)}.rf-products-v2 .site-footer{padding-bottom:84px}}

/* About v2 — scoped Phase C integration */
.rf-about-v2 .rf-about-hero{min-height:560px;display:grid;align-items:end;background:#0E2436!important}
.rf-about-v2 .rf-about-hero>div:first-child{opacity:.56!important}.rf-about-v2 .rf-about-hero>div:first-child:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14, 36, 54, 0.96),rgba(14, 36, 54, 0.62) 52%,rgba(14, 36, 54, 0.18))}.rf-about-v2 .rf-about-hero>div:last-child{padding:120px 0 76px!important}.rf-about-v2 .rf-about-hero .container{text-align:left!important}.rf-about-v2 .rf-about-hero h1{max-width:760px;font-size:clamp(3rem,5.4vw,5.8rem)!important;letter-spacing:-.055em;line-height:.96!important}.rf-about-v2 .rf-about-hero p:not(.rf-eyebrow){margin-left:0!important;max-width:620px!important}.rf-about-v2 .rf-about-hero .rf-eyebrow{color:var(--rf-teal);margin-bottom:20px}.rf-about-v2 .rf-about-hero .container>div{justify-content:flex-start!important}
.rf-about-v2 .breadcrumb{background:var(--rf-mist)}.rf-about-v2 .section-title,.rf-about-v2 .about-story-grid h2,.rf-about-v2 #oem-details h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.025em}.rf-about-v2 .about-story-grid img{border-radius:0!important;box-shadow:none!important;min-height:470px;object-fit:cover}.rf-about-v2 .about-story-grid{gap:clamp(40px,7vw,96px)!important}
.rf-about-journey{background:var(--rf-navy);color:var(--rf-white)}.rf-about-journey__intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:end;margin-bottom:64px}.rf-about-journey .rf-heading,.rf-about-journey .rf-lede{color:var(--rf-white)}.rf-about-timeline{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;border-top:1px solid rgba(244, 240, 231, 0.24)}.rf-about-timeline li{position:relative;padding:30px 28px 4px 0}.rf-about-timeline li:before{content:"";position:absolute;top:-6px;left:0;width:11px;height:11px;border-radius:50%;background:var(--rf-orange)}.rf-about-timeline span{display:block;color:var(--rf-teal);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rf-about-timeline strong{display:block;margin:12px 0;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}.rf-about-timeline p{color:rgba(244, 240, 231, 0.68);line-height:1.65}
.rf-about-markets{background:var(--rf-sand)}.rf-about-market-list{border-top:1px solid rgba(14, 36, 54, 0.2)}.rf-about-market-list>div{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;padding:22px 0;border-bottom:1px solid rgba(14, 36, 54, 0.2)}.rf-about-market-list span{color:var(--rf-muted);line-height:1.6}.rf-about-v2 .advantage-item{background:transparent;border:0;box-shadow:none;border-top:1px solid var(--rf-border);border-radius:0;text-align:left}.rf-about-v2 #oem-details{background:var(--rf-sand)!important}.rf-about-v2 #oem-details .container>div>div{border-radius:0!important;background:rgba(244, 240, 231, 0.56)!important}
@media(max-width:820px){.rf-about-v2 .rf-about-hero{min-height:620px}.rf-about-v2 .rf-about-hero>div:last-child{padding:110px 0 56px!important}.rf-about-v2 .rf-about-hero h1{font-size:clamp(2.75rem,13vw,4.5rem)!important}.rf-about-journey__intro,.rf-about-timeline,.rf-about-market-list>div{grid-template-columns:1fr}.rf-about-timeline{gap:0;border-top:0;border-left:1px solid rgba(244, 240, 231, 0.24)}.rf-about-timeline li{padding:0 0 34px 28px}.rf-about-timeline li:before{top:4px;left:-6px}}
