:root {
  --ink: #13233a;
  --muted: #5f6f84;
  --line: #dbe5ef;
  --soft: #f4f8fc;
  --panel: #ffffff;
  --blue: #1f5c9e;
  --blue-dark: #123a70;
  --red: #c60016;
  --sky: #dff1ff;
  --shadow: 0 18px 48px rgba(16, 35, 64, 0.12);
  font-family: Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.top-actions,
.nav-links,
.hero-actions,
.offer-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 86px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.nav-links,
.section-head p,
.product-type,
.product-trust,
.service-list p,
.editor-head p {
  color: var(--muted);
}

.nav-links {
  gap: 18px;
  font-size: 14px;
}

.call-button,
.primary-action,
.secondary-action,
.ghost-action,
.cart-open,
.edit-toggle,
.add-cart,
.product-bottom a,
.offer-actions a,
.contact-actions a,
.editor-head button,
.cart-head button,
.cart-summary button,
.send-order,
.qty-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.call-button,
.primary-action,
.cart-open,
.add-cart,
.product-bottom a,
.offer-actions a:first-child,
.contact-actions a:first-child,
.send-order {
  color: #fff;
  background: var(--red);
}

.secondary-action,
.ghost-action,
.edit-toggle,
.editor-head button,
.cart-head button,
.cart-summary button,
.qty-controls button,
.offer-actions a,
.contact-actions a {
  color: var(--blue-dark);
  background: #fff;
  border-color: var(--line);
}

.promo-ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #072f62, #0e70b8);
  color: #fff;
}

.promo-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 11px 0;
  white-space: nowrap;
  animation: promoTicker 34s linear infinite;
}

.promo-track span {
  position: relative;
  padding-inline: 22px;
  font-weight: 900;
}

.promo-track span::after {
  content: "";
  position: absolute;
  inset-inline-end: -18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

@keyframes promoTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

.hero {
  display: grid;
  grid-template-columns: minmax(290px, 0.85fr) minmax(320px, 1.15fr);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(28px, 5vw, 76px);
  gap: clamp(26px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(244, 248, 252, 0.98) 0%, rgba(244, 248, 252, 0.9) 46%, rgba(223, 241, 255, 0.72) 100%),
    url("assets/hero-ac.jpg") center/cover no-repeat;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 22px;
  letter-spacing: 0;
}

.hero-subtitle {
  margin-top: -8px;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: clamp(22px, 3vw, 34px);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hero-card div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
}

.hero-card span {
  color: var(--muted);
}

.hero-video-card {
  background: #061d3d;
}

.hero-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #061d3d;
}

.hero-video-caption {
  display: grid !important;
  gap: 6px !important;
  padding: 16px 18px !important;
  color: #fff;
  background: linear-gradient(90deg, rgba(7, 47, 98, 0.96), rgba(14, 112, 184, 0.92));
}

.hero-video-caption strong,
.hero-video-caption span {
  display: block;
}

.hero-video-caption span {
  color: rgba(255, 255, 255, 0.86);
}

.offer-slider-actions {
  display: grid !important;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px !important;
  padding-top: 0 !important;
}

.offer-slider-actions button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.offer-slider-actions button:nth-child(2) {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(16px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  transform: translateY(-28px);
}

.stats-strip div {
  display: grid;
  gap: 6px;
  padding: 20px;
  background: #fff;
}

.stats-strip i {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.stats-strip strong,
.stats-strip span {
  display: block;
}

.stats-strip span {
  color: var(--muted);
}

.section-shell,
.services,
.offer-band,
.areas-band,
.contact-band {
  padding: clamp(34px, 5vw, 78px) clamp(16px, 4vw, 58px);
}

.section-head,
.editor-head,
.contact-band,
.areas-band,
.offer-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.filters {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(150px, 0.8fr));
  gap: 14px;
  margin: 26px 0;
}

.filters label,
.price-row {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

select,
input,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.editor-panel {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.price-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 35, 64, 0.06);
}

.product-image {
  position: relative;
  background: var(--sky);
}

.product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-image span {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 8px;
  padding: 6px 10px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.product-availability {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 8px;
  padding: 6px 10px;
  color: #fff;
  background: #128c4a;
  font-size: 13px;
  font-weight: 900;
}

.product-availability.unavailable {
  background: #5f6f84;
}

.product-card.is-unavailable img {
  filter: grayscale(0.55);
}

.product-card.is-unavailable .add-cart,
.add-cart[aria-disabled="true"],
.offer-slider-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  background: #5f6f84;
  border-color: #5f6f84;
}

.product-body {
  flex: 1;
  padding: 16px;
}

.product-top,
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-top span {
  color: var(--blue-dark);
  font-weight: 900;
}

.product-top small {
  color: var(--red);
  font-weight: 900;
}

.product-card ul {
  margin: 14px 0 0;
  padding: 0 20px 0 0;
  color: var(--muted);
}

.product-title-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-title-link:hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

.product-trust {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.product-trust span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 9px;
  background: var(--soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.product-bottom {
  padding: 0 16px 16px;
  flex-wrap: wrap;
}

.product-bottom strong {
  width: 100%;
  color: var(--red);
  font-size: 18px;
}

.price-offer {
  display: grid;
  width: 100%;
  gap: 3px;
}

.price-offer .old-price {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: line-through;
}

.price-offer strong {
  width: auto;
  color: var(--red);
}

.price-offer small {
  width: max-content;
  border-radius: 999px;
  padding: 3px 8px;
  color: #fff;
  background: var(--blue-dark);
  font-size: 11px;
  font-weight: 900;
}

.add-cart {
  flex: 1.45;
  min-width: 138px;
  min-height: 48px;
  font-size: 15px;
}

.product-bottom a {
  flex: 1;
  min-width: 112px;
}

.add-cart.is-added {
  background: #128c4a;
}

.product-bottom .installment-action {
  flex: 0.8;
  min-height: 38px;
  padding: 8px 12px;
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  font-size: 13px;
}

.offer-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 58, 112, 0.94), rgba(198, 0, 22, 0.86)),
    url("assets/tornado-15.jpg") center/cover no-repeat;
}

.offer-band p {
  max-width: 680px;
  color: #e7f2ff;
}

.offer-band .eyebrow {
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.services {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(280px, 1.3fr);
  gap: 32px;
  background: #fff;
}

.how-section {
  background: #fff;
}

.steps-grid,
.faq-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.steps-grid article,
.faq-grid details,
.article-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.steps-grid span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.steps-grid strong,
.faq-grid summary {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-weight: 900;
}

.article-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
}

.article-grid article {
  background: #fff;
}

.article-grid h3 {
  color: var(--blue-dark);
}

.article-grid p {
  margin: 0;
  color: var(--muted);
}

.keyword-section {
  background: #fff;
}

.keyword-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.keyword-links a {
  display: flex;
  min-height: 62px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--blue-dark);
  background: var(--soft);
  font-weight: 900;
}

.seo-page {
  background: #fff;
}

.seo-hero {
  padding: clamp(44px, 7vw, 92px) clamp(16px, 4vw, 58px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 58, 112, 0.95), rgba(31, 92, 158, 0.86)),
    url("assets/hero-ac.jpg") center/cover no-repeat;
}

.seo-hero .eyebrow,
.seo-hero p {
  max-width: 760px;
  color: #e7f2ff;
}

.seo-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.seo-content article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--soft);
}

.seo-content h2 {
  font-size: 24px;
  color: var(--blue-dark);
}

.seo-content p {
  color: var(--muted);
}

.reviews-section {
  background: #fff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.reviews-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--soft);
}

.reviews-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
}

.reviews-grid p {
  margin: 0;
  color: var(--muted);
}

.reviews-grid a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
}

.track-section {
  display: grid;
  gap: 18px;
  background: #fff;
}

.track-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.track-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
}

.track-result {
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.tracked-order-card {
  display: grid;
  gap: 14px;
}

.tracked-order-card strong,
.tracked-order-card span {
  display: block;
}

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

.status-steps span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  color: var(--muted);
  background: var(--soft);
  text-align: center;
  font-weight: 900;
}

.status-steps .is-active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px) clamp(16px, 4vw, 58px);
  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.product-detail-hero img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-detail-hero {
  display: none;
}

.product-detail-storefront {
  display: grid;
  grid-template-columns: minmax(210px, 0.68fr) minmax(360px, 1.08fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 4vw, 44px) clamp(14px, 4vw, 58px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.store-trust-panel,
.store-product-summary,
.store-gallery {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 35, 64, 0.08);
}

.store-trust-panel {
  position: sticky;
  top: 96px;
  padding: 20px;
}

.sold-by-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.sold-by-card span,
.store-trust-panel li span,
.store-feature-grid span,
.detail-breadcrumb,
.product-rating-line small {
  color: var(--muted);
  font-size: 13px;
}

.sold-by-card strong {
  font-size: 20px;
  color: var(--blue-dark);
}

.store-trust-panel ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.store-trust-panel li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.store-trust-panel li:last-child {
  border-bottom: 0;
}

.store-product-summary {
  padding: clamp(18px, 3vw, 30px);
}

.detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.detail-breadcrumb span::before {
  content: "/";
  margin-inline-end: 8px;
  color: #9aa8b7;
}

.store-product-summary h1 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.35;
}

.product-rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.product-rating-line strong {
  color: #0b7f42;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 6px;
  border-radius: 50%;
  background: #41b667;
}

.product-detail-storefront .product-detail-price {
  display: block;
  margin: 16px 0;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: var(--ink);
}

.product-detail-storefront .price-offer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.shipping-strip,
.monthly-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 12px 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 900;
}

.shipping-strip {
  background: #eaf8ef;
  color: #116734;
}

.monthly-strip {
  background: #f3f6fa;
  color: var(--blue-dark);
}

.store-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.store-feature-grid div {
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfe;
}

.store-feature-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.store-buy-row {
  display: grid;
  grid-template-columns: minmax(170px, 1.4fr) minmax(130px, 0.8fr) minmax(130px, 0.8fr);
  gap: 10px;
  align-items: stretch;
}

.store-buy-row a {
  width: 100%;
}

.store-gallery {
  padding: 12px;
}

.store-gallery > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fc;
}

.store-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.store-thumbs span,
.store-thumbs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
  color: var(--blue-dark);
}

.store-thumbs .active-thumb {
  border-color: var(--red);
}

.store-thumbs img {
  width: 72px;
  height: 58px;
  object-fit: contain;
}

.installment-offers-panel {
  display: block;
}

.installment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.installment-logos span {
  min-width: 92px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue-dark);
  text-align: center;
  font-weight: 900;
}

.installment-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.52fr) 1fr;
  gap: 22px;
  align-items: start;
}

.installment-layout aside {
  padding: 20px;
  border: 1px solid #f1df92;
  border-radius: 8px;
  background: #fff8dc;
}

.installment-table th,
.installment-table td {
  text-align: center;
}

.product-detail-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-detail-content article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.detail-card-wide {
  grid-column: 1 / -1;
}

.product-detail-price {
  margin: 12px 0;
}

.product-detail-note {
  max-width: 620px;
  color: var(--muted);
}

.product-rating-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.product-rating-line span,
.product-rating-line strong,
.product-rating-line small,
.product-category-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 9px;
  background: #fff;
  font-weight: 900;
}

.product-rating-line strong {
  color: #b98500;
}

.product-rating-line small {
  color: #128c4a;
}

.product-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
}

.product-category-links a {
  color: var(--blue-dark);
}

.product-info-tabs nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: -4px 0 20px;
  border-bottom: 1px solid var(--line);
}

.product-info-tabs nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  font-weight: 900;
}

.product-info-tabs nav a:first-child {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.product-info-tabs .tab-pane {
  max-width: 920px;
  margin-inline-start: auto;
  text-align: right;
}

.product-info-tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.product-info-tabs .tab-pane li {
  margin-bottom: 4px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: right;
}

.spec-table th {
  width: 34%;
  color: var(--blue-dark);
  background: var(--soft);
  font-weight: 900;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.product-detail-content ul {
  margin: 0;
  padding: 0 20px 0 0;
  color: var(--muted);
}

.faq-grid summary {
  cursor: pointer;
}

.steps-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.areas-band {
  color: #fff;
  background: linear-gradient(135deg, #0d2d57, #1f5c9e);
}

.areas-band p,
.areas-band .eyebrow {
  color: #d9ecff;
}

.areas-band a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 16px;
  color: var(--blue-dark);
  background: #fff;
  font-weight: 900;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-list article {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.contact-band {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), #071b35);
}

.contact-band .eyebrow,
.contact-band p {
  color: #d9ecff;
}

.contact-actions,
.offer-actions {
  flex-wrap: wrap;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px clamp(16px, 4vw, 58px);
  color: var(--muted);
  background: #fff;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.cart-open {
  position: relative;
}

.cart-open span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  place-items: center;
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  font-size: 13px;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 39;
  background: rgba(7, 27, 53, 0.42);
}

.cart-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: flex;
  width: min(430px, 100vw);
  height: 100vh;
  max-height: 100dvh;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-head strong,
.cart-head span {
  display: block;
}

.cart-head span,
.cart-item span,
.empty-cart {
  color: var(--muted);
}

.cart-head button {
  width: 42px;
  min-height: 42px;
  padding: 0;
  font-size: 26px;
  line-height: 1;
}

.cart-items {
  flex: 0 1 auto;
  max-height: 28vh;
  overflow: auto;
  padding: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--sky);
}

.cart-item strong,
.cart-item span {
  display: block;
}

.qty-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.qty-controls span {
  display: inline-grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
}

.qty-controls button {
  min-height: 36px;
  padding: 6px 10px;
}

.cart-summary {
  position: sticky;
  bottom: 0;
  z-index: 2;
  flex: 0 0 auto;
  display: grid;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line);
  background: var(--soft);
  box-shadow: 0 -14px 26px rgba(16, 35, 64, 0.08);
}

.checkout-fields,
.order-history {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.checkout-fields {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 20px;
}

.checkout-fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
}

.checkout-fields input,
.checkout-fields textarea,
.checkout-fields select {
  min-height: 40px;
}

.installment-fields {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.installment-fields[hidden] {
  display: none;
}

.installment-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.order-history > strong {
  color: var(--blue-dark);
}

.saved-order {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.saved-order span,
.saved-order small {
  color: var(--muted);
  font-size: 12px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.floating-actions a,
.floating-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
  background: var(--blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.floating-actions .floating-whatsapp {
  background: #128c4a;
}

.floating-actions .floating-call {
  background: var(--red);
}

.send-order.disabled {
  pointer-events: none;
  opacity: 0.55;
}

.send-order:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.order-thanks {
  display: grid;
  gap: 6px;
  border: 1px solid #b7dfc6;
  border-radius: 8px;
  padding: 12px;
  color: #0f5132;
  background: #e9f8ef;
}

.order-thanks span {
  color: #24724a;
  font-size: 14px;
}

.order-thanks a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
}

.empty-cart {
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .product-detail-storefront {
    grid-template-columns: 1fr;
  }

  .store-gallery {
    order: 1;
  }

  .store-product-summary {
    order: 2;
  }

  .store-trust-panel {
    position: static;
    order: 3;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .topbar,
  .section-head,
  .editor-head,
  .contact-band,
  .offer-band,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero,
  .services {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    gap: 18px;
  }

  .hero-copy {
    text-align: right;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .stats-strip,
  .price-table,
  .steps-grid,
  .faq-grid,
  .article-grid,
  .keyword-links,
  .seo-content,
  .reviews-grid,
    .product-detail-content,
  .service-list,
  .status-steps {
    grid-template-columns: 1fr;
  }

  .track-form {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  .store-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .installment-layout {
    grid-template-columns: 1fr;
  }

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

  .filters {
    display: flex;
    gap: 10px;
    margin: 18px -16px 22px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .filters label {
    min-width: 210px;
    scroll-snap-align: start;
  }
}

@media (max-width: 620px) {
  .top-actions,
  .hero-actions,
  .product-bottom {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .top-actions a,
  .hero-actions a,
  .product-bottom a {
    width: 100%;
  }

  .section-shell {
    padding-inline: 12px;
  }

  .product-detail-storefront {
    padding: 12px;
  }

  .store-product-summary,
  .store-trust-panel,
  .store-gallery {
    box-shadow: 0 8px 22px rgba(16, 35, 64, 0.08);
  }

  .store-product-summary h1 {
    font-size: 22px;
  }

  .store-feature-grid,
  .store-buy-row,
  .installment-layout {
    grid-template-columns: 1fr;
  }

  .store-gallery > img {
    aspect-ratio: 1.12 / 1;
  }

  .filters {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .filters label {
    min-width: 176px;
    gap: 5px;
    font-size: 12px;
  }

  .filters input,
  .filters select {
    min-height: 40px;
    padding: 7px 9px;
    font-size: 13px;
  }

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

  .topbar {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand img {
    width: 72px;
    height: 46px;
  }

  .brand span {
    display: none;
  }

  .nav-links {
    gap: 10px;
    font-size: 12px;
  }

  h1 {
    font-size: 31px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

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

  .product-card {
    min-height: 0;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(16, 35, 64, 0.06);
  }

  .product-image img {
    aspect-ratio: 1.18 / 1;
  }

  .product-image span,
  .product-availability {
    padding: 4px 7px;
    font-size: 10px;
  }

  .product-body {
    padding: 9px;
  }

  .product-top {
    gap: 6px;
    font-size: 12px;
  }

  .product-card h3 {
    display: -webkit-box;
    min-height: 42px;
    margin-bottom: 4px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-type {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .product-trust {
    gap: 4px;
    margin-top: 6px;
  }

  .product-trust span {
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .product-card ul {
    display: none;
  }

  .product-bottom {
    gap: 7px;
    padding: 0 9px 9px;
  }

  .product-bottom strong {
    font-size: 13px;
  }

  .add-cart,
  .product-bottom a {
    min-width: 0;
    min-height: 40px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .product-bottom .add-cart {
    min-height: 44px;
    font-size: 13px;
  }

  .product-bottom .installment-action {
    min-height: 34px;
    font-size: 11px;
  }

  .stats-strip {
    transform: none;
    margin-top: 16px;
  }

  .floating-actions {
    right: 10px;
    left: 10px;
    bottom: 10px;
    justify-content: stretch;
  }

  .floating-actions a,
  .floating-actions button {
    flex: 1;
  }

  .hero-card div {
    flex-direction: column;
  }
}
