/*
Theme Name: Wiskadelina
Theme URI: https://wiskadelina.com
Description: Tema personalizado para pantallas CarPlay con WooCommerce.
Version: 1.0
Author: Wiskadelina
Text Domain: wiskadelina
*/
:root {
  --ink: #111827;
  --muted: #64748b;
  --line: #e5e7eb;
  --panel: #f8fafc;
  --navy: #0f172a;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --green: #16a34a;
  --green-dark: #12813c;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 8px 56px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  height: 90px;
  width: auto;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #06b6d4);
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

.desktop-nav a:hover {
  color: var(--blue);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
}

.lang-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.lang-option.active {
  border-color: var(--blue);
  color: var(--blue-dark);
  background: #eff6ff;
}

.header-cta,
.button,
.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.header-cta {
  padding: 0 18px;
  color: #fff;
  background: var(--green);
}

.header-cta:hover {
  background: var(--green-dark);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 28px;
  min-height: 710px;
  padding: 72px 56px 64px;
  background:
    radial-gradient(circle at 72% 24%, rgba(37, 99, 235, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #fff 78%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 710px;
}

.eyebrow,
.kicker {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: #0f172a;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

h2 {
  color: #0f172a;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  color: #111827;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: #475569;
  font-size: 20px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  padding: 0 23px;
}

.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.button.primary:hover {
  background: var(--blue-dark);
}

.button.secondary {
  color: #0f172a;
  border: 1px solid #cbd5e1;
  background: #fff;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
}

.trust-row span {
  padding: 15px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.urgency-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin-top: 14px;
}

.urgency-bar span {
  padding: 10px 14px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 800;
}

.hero-media {
  display: flex;
  align-items: center;
}

.car-scene {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(96, 165, 250, 0.34), transparent 26%),
    linear-gradient(145deg, #111827 0%, #0f172a 50%, #020617 100%);
  box-shadow: 0 34px 80px rgba(2, 6, 23, 0.34);
}


.media-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 4;
  width: 228px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.media-badge strong,
.media-badge span {
  display: block;
}

.media-badge strong {
  margin-bottom: 5px;
  font-size: 15px;
}

.media-badge span {
  color: var(--muted);
  font-size: 13px;
}

/* ── Hero Carousel ───────────────────────── */
.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-track {
  position: relative;
  width: min(78%, 520px);
  height: 100%;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.6s ease;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots button.active,
.carousel-dots button:hover {
  background: #fff;
  border-color: #fff;
}

/* ── Gallery carousel ─────────────────────────────── */
.gallery-carousel {
  position: relative;
  width: 100%;
}

.gallery-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-carousel-track {
  display: flex;
  gap: 8px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.gallery-slide {
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8fafc;
  user-select: none;
  border-radius: 4px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.carousel-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}

.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

.gallery-dots {
  position: static;
  margin-top: 16px;
  justify-content: center;
  transform: none;
}

.gallery-dots button {
  border-color: var(--muted);
  width: 10px;
  height: 10px;
}

.gallery-dots button.active,
.gallery-dots button:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.hero-product-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: min(78%, 520px);
  height: auto;
  max-height: 78%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.38));
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.logo-strip span {
  display: grid;
  min-height: 74px;
  place-items: center;
  background: #fff;
  color: #475569;
  font-size: 15px;
  font-weight: 900;
}

.section,
.feature-section,
.split-section,
.gallery-section,
.lead-section,
.faq-section {
  padding: 86px 56px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -40px;
}

.feature-copy .kicker,
.lead-copy .kicker,
.split-copy .kicker {
  margin-bottom: 16px;
}

.section-heading p:not(.kicker),
.feature-copy p,
.split-copy p,
.lead-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.card,
.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.card {
  min-height: 228px;
  padding: 26px;
}

.card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-dark);
  background: #eff6ff;
  font-weight: 900;
}

.card p,
.feature-grid p {
  color: var(--muted);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  background: var(--navy);
}

.feature-section h2,
.feature-section h3 {
  color: #fff;
}

.feature-copy {
  align-self: center;
}

.feature-copy p {
  color: #cbd5e1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.feature-grid article {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.feature-grid p {
  color: #cbd5e1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 58px;
  align-items: center;
}

.device-shot {
  min-height: 440px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(34, 197, 94, 0.18), transparent 28%),
    linear-gradient(135deg, #f1f5f9, #ffffff);
}

.product-detail-image {
  display: block;
  width: min(430px, 100%);
  height: auto;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-detail-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.clean-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  font-weight: 700;
}

.clean-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: #dcfce7;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.gallery-section {
  background: #fff;
}

/* ── Pricing ──────────────────────────────── */
.pricing-section {
  background: var(--panel);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  gap: 20px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.pricing-featured {
  position: relative;
  border-color: var(--blue);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.14);
}

.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 18px;
  border-radius: 20px;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-img {
  display: block;
  width: auto;
  max-width: none;
  margin: -32px -32px 20px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #f8fafc;
}

.pricing-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #fff;
  padding: 16px;
}

.pricing-header h3 {
  margin-bottom: 6px;
  font-size: 24px;
  overflow-wrap: anywhere;
}

.pricing-header h3 a {
  color: inherit;
}

.pricing-desc {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.pricing-price {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  align-items: baseline;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-original {
  color: #94a3b8;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 8px;
}

.pricing-price strong {
  color: #dc2626;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.pricing-price .price {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.pricing-price .woocommerce-Price-amount {
  color: #dc2626;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.pricing-price del .woocommerce-Price-amount {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 700;
}

.pricing-price ins {
  text-decoration: none;
}

.pricing-price span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.pricing-features {
  margin: 0;
  gap: 8px;
}

.pricing-features li {
  font-size: 15px;
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.pricing-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.pricing-actions .button {
  margin: 0;
  padding: 0 14px;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: start;
  background: var(--panel);
}

.notice {
  display: grid;
  gap: 5px;
  max-width: 520px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
}

.notice strong {
  color: #1e3a8a;
}

.notice span {
  color: #475569;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.trust-bar span {
  padding: 8px 12px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #fff;
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 700;
}

.lead-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-form--embedded {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.lead-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  min-height: 1px !important;
  opacity: 0 !important;
}

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

label {
  display: block;
  color: #dc2626;
  font-size: 14px;
  font-weight: 900;
}

.lead-form label > span:last-child {
  margin-left: 2px;
  color: #dc2626;
  font-weight: 700;
}

.lead-form label > span:first-child {
  color: #334155;
}

.lead-form label input,
.lead-form label select {
  margin-top: 8px;
}

input,
select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #111827;
  font: inherit;
}

input:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.full {
  grid-column: 1 / -1;
}

.optional-note {
  margin: 2px 0;
  color: #64748b;
  font-size: 14px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #475569;
  font-weight: 600;
  line-height: 1.5;
}

.form-consent input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin: 3px 0 0;
}

.form-consent span,
.form-consent span:first-child,
.form-consent span:last-child {
  margin: 0;
  color: #475569;
}

.form-consent a {
  color: var(--blue-dark);
  text-decoration: underline;
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  color: #fff;
  background: var(--green);
}

.form-submit:hover {
  background: var(--green-dark);
}

.form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #166534;
  font-size: 14px;
  font-weight: 800;
}

.form-status.error {
  color: #b91c1c;
}

.trust-section {
  background: #fff;
}

.section-heading.compact {
  max-width: 920px;
  grid-template-columns: 1fr;
}

.section-heading.compact .kicker {
  margin-bottom: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.trust-grid span {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-weight: 800;
}

.proof-section {
  padding: 86px 56px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.proof-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.proof-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.review-section {
  padding: 0 56px 86px;
}

.review-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.review-copy h2,
.review-copy p {
  color: #fff;
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-step {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  font-weight: 700;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
}

.testimonial-section {
  padding: 0 56px 86px;
  background: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.stars {
  margin-bottom: 10px;
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.testimonial-card p {
  margin-bottom: 14px;
  color: #334155;
  line-height: 1.7;
}

.testimonial-card strong {
  color: #0f172a;
}

.contact-boost-section {
  padding: 0 56px 86px;
}

.contact-boost-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.contact-boost-card h2 {
  margin-bottom: 8px;
}

.contact-boost-card p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}

.contact-boost-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.faq-section {
  background: var(--panel);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1fr);
  gap: 36px;
  padding: 42px 56px;
  color: #94a3b8;
  background: #020617;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 440px;
  margin: 18px 0 0;
  color: #94a3b8;
}

.footer-cta {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-cta h3 {
  margin-bottom: 6px;
  color: #fff;
}

.footer-cta p {
  margin: 0 0 12px;
  color: #cbd5e1;
}

.footer-cta .button {
  width: auto;
  padding: 0 18px;
}

.footer-links {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 24px;
}

.footer-links a:hover {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

summary {
  min-height: 62px;
  padding: 20px 22px;
  cursor: pointer;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  justify-items: center;
  padding: 78px 56px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.34), transparent 34%),
    #0f172a;
}

.final-cta h2 {
  max-width: 780px;
  color: #fff;
}

.final-cta p {
  max-width: 620px;
  color: #cbd5e1;
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1fr);
  gap: 36px;
  padding: 42px 56px;
  color: #94a3b8;
  background: #020617;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 440px;
  margin: 18px 0 0;
  color: #94a3b8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 24px;
}

.footer-links a:hover {
  color: #fff;
}

.page-hero {
  padding: 92px 56px 76px;
  background:
    radial-gradient(circle at 76% 18%, rgba(37, 99, 235, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(42px, 5vw, 66px);
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  color: #475569;
  font-size: 19px;
  line-height: 1.65;
}

.page-hero.legal {
  padding-bottom: 54px;
}

.content-section,
.legal-content {
  padding: 72px 56px;
}

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

.content-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.content-card {
  padding: 28px;
}

.content-card h2,
.legal-content h2,
.contact-panel h2 {
  margin-bottom: 12px;
  font-size: 26px;
}

.content-card p,
.legal-content p,
.contact-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.contact-panel {
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
}

.contact-panel .button {
  flex: 0 0 auto;
}

/* ── WooCommerce catalog mode ─────────────────────────── */
.woocommerce-site-main {
  min-height: 70vh;
  background: #f8fafc;
}

.woocommerce-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 64px 56px 80px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 28px;
  color: var(--muted);
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product .product_title,
.woocommerce-products-header__title.page-title {
  max-width: none;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #dc2626;
  font-size: 30px;
  font-weight: 900;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.woocommerce ul.products li.product {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #0f172a;
  font-size: 20px;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button {
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #fff;
  background: var(--blue-dark);
}

/* ── WooCommerce single product ───────────────────────── */
.single-product .woocommerce-site-main {
  background:
    radial-gradient(circle at 5% 0%, rgba(37, 99, 235, 0.08), transparent 32%),
    #f8fafc;
}

.single-product .woocommerce-shell {
  width: min(100%, 1240px);
  padding-top: 42px;
}

.single-product .woocommerce .woocommerce-breadcrumb {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
}

.single-product .woocommerce div.product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  gap: 48px;
  align-items: start;
}

.single-product .woocommerce div.product span.onsale {
  top: 18px;
  left: 18px;
  z-index: 5;
  min-width: 0;
  min-height: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: #dc2626;
  line-height: 1;
  font-weight: 900;
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.single-product .woocommerce div.product div.images {
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.single-product .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f8fafc;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  border-radius: 16px;
  object-fit: contain;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 34px;
  right: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #f8fafc;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active {
  border-color: var(--blue);
}

.single-product .woocommerce div.product div.summary {
  position: sticky;
  top: 112px;
  padding: 32px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.product-summary-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: #eff6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .woocommerce div.product .product_title {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.single-product .woocommerce div.product .woocommerce-product-rating {
  margin: 0 0 14px;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.15;
}

.single-product .woocommerce div.product p.price del,
.single-product .woocommerce div.product span.price del {
  margin-right: 8px;
  color: #94a3b8;
  font-size: 0.58em;
  opacity: 1;
}

.single-product .woocommerce div.product p.price ins,
.single-product .woocommerce div.product span.price ins {
  text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 24px;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.single-product .woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.single-product .woocommerce div.product form.cart .quantity {
  margin: 0;
}

.single-product .woocommerce .quantity .qty {
  width: 74px;
  min-height: 56px;
  padding: 8px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
}

.single-product .woocommerce div.product form.cart .button {
  flex: 1 1 240px;
  min-height: 56px;
  padding: 15px 20px;
  border-radius: 12px;
  background: var(--green);
  font-size: 16px;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.22);
}

.single-product .woocommerce div.product form.cart .button:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.single-product .woocommerce div.product form.cart .variations {
  flex: 1 0 100%;
  margin-bottom: 6px;
}

.single-product .woocommerce div.product form.cart .variations th,
.single-product .woocommerce div.product form.cart .variations td {
  padding: 7px 0;
  text-align: left;
  vertical-align: middle;
}

.single-product .woocommerce div.product form.cart .variations select {
  width: 100%;
  min-height: 48px;
  padding: 9px 40px 9px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
}

.single-product .woocommerce div.product form.cart .variations_button {
  display: flex;
  width: 100%;
  gap: 12px;
}

.product-purchase-benefits {
  display: grid;
  gap: 10px;
  margin: 4px 0 22px;
  padding: 16px;
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 16px;
  background: #f0fdf4;
}

.product-purchase-benefit {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
}

.product-benefit-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.product-purchase-benefit strong,
.product-purchase-benefit small {
  display: block;
}

.product-purchase-benefit strong {
  color: #14532d;
  font-size: 14px;
}

.product-purchase-benefit small {
  margin-top: 2px;
  color: #3f6212;
  font-size: 12px;
  line-height: 1.45;
}

.single-product .woocommerce div.product .product_meta {
  display: grid;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.single-product .woocommerce div.product .product_meta a {
  color: var(--blue-dark);
  font-weight: 700;
}

.single-product .woocommerce div.product .woocommerce-tabs,
.single-product .woocommerce div.product .related.products,
.single-product .woocommerce div.product .up-sells {
  grid-column: 1 / -1;
  clear: none;
  padding-top: 40px;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e2e8f0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--navy);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 14px 0 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  color: #475569;
  line-height: 1.75;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.single-product .woocommerce div.product .woocommerce-tabs .panel h2,
.single-product .woocommerce div.product .related.products > h2,
.single-product .woocommerce div.product .up-sells > h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(26px, 3vw, 36px);
}

.single-product .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.single-product .woocommerce ul.products::before,
.single-product .woocommerce ul.products::after {
  display: none;
}

.single-product .woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.single-product .woocommerce ul.products li.product img {
  border-radius: 12px;
  background: #f8fafc;
}

.product-purchase-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 110px;
}

/* ── WooCommerce checkout ─────────────────────────────── */
.checkout-site-main {
  min-height: 76vh;
  padding: 42px 24px 88px;
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.09), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(22, 163, 74, 0.08), transparent 28%),
    #f8fafc;
}

.checkout-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.checkout-page-intro {
  margin-bottom: 28px;
  text-align: center;
}

.checkout-page-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #dcfce7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.checkout-page-intro h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.checkout-page-intro > p:not(.checkout-page-kicker) {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.checkout-progress {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.checkout-progress span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #64748b;
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 800;
}

.checkout-progress b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #64748b;
  background: #e2e8f0;
  font-size: 12px;
}

.checkout-progress .is-complete {
  color: var(--green-dark);
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.checkout-progress .is-complete b {
  color: #fff;
  background: var(--green);
}

.checkout-progress .is-current {
  color: var(--blue-dark);
  border-color: #bfdbfe;
  background: #eff6ff;
}

.checkout-progress .is-current b {
  color: #fff;
  background: var(--blue);
}

.checkout-no-charge-notice {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 16px;
  background: #f0fdf4;
  color: var(--ink);
}

.checkout-notice-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.checkout-no-charge-notice strong,
.checkout-no-charge-notice div > span {
  display: block;
}

.checkout-no-charge-notice strong {
  color: #14532d;
  font-size: 16px;
}

.checkout-no-charge-notice div > span {
  margin-top: 3px;
  color: #3f6212;
  font-size: 14px;
  line-height: 1.55;
}

.checkout-shell .woocommerce-form-coupon-toggle,
.checkout-shell .woocommerce-form-login-toggle {
  margin-bottom: 14px;
}

.checkout-shell .woocommerce-info,
.checkout-shell .woocommerce-message,
.checkout-shell .woocommerce-error {
  border: 1px solid #bfdbfe;
  border-top: 0;
  border-radius: 14px;
  background: #eff6ff;
  color: #1e3a8a;
}

.checkout-shell .woocommerce-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.checkout-shell .woocommerce-info::before,
.checkout-shell .woocommerce-message::before {
  color: var(--blue);
}

.checkout-shell .woocommerce form.checkout_coupon,
.checkout-shell .woocommerce form.login {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

/* Classic checkout */
.checkout-shell .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.82fr);
  gap: 30px;
  align-items: start;
}

.checkout-shell .woocommerce-checkout #customer_details {
  grid-column: 1;
  padding: 30px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.checkout-shell .woocommerce-checkout #customer_details .col-1,
.checkout-shell .woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.checkout-shell .woocommerce-checkout #customer_details .col-2 {
  margin-top: 28px;
}

.checkout-shell .woocommerce-billing-fields > h3,
.checkout-shell .woocommerce-shipping-fields > h3,
.checkout-shell .woocommerce-additional-fields > h3 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.2;
}

.checkout-shell .woocommerce form .form-row {
  margin: 0 0 17px;
  padding: 0;
}

.checkout-shell .woocommerce form .form-row label {
  margin-bottom: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.checkout-shell .woocommerce form .form-row .required {
  color: #dc2626;
}

.checkout-shell .woocommerce form .form-row input.input-text,
.checkout-shell .woocommerce form .form-row textarea,
.checkout-shell .woocommerce form .form-row select,
.checkout-shell .select2-container--default .select2-selection--single {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-shell .woocommerce form .form-row textarea {
  min-height: 110px;
  resize: vertical;
}

.checkout-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 26px;
}

.checkout-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 8px;
}

.checkout-shell .woocommerce form .form-row input.input-text:focus,
.checkout-shell .woocommerce form .form-row textarea:focus,
.checkout-shell .woocommerce form .form-row select:focus,
.checkout-shell .select2-container--focus .select2-selection--single {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.checkout-shell .woocommerce-checkout #order_review_heading {
  display: none;
}

.checkout-shell .woocommerce-checkout #order_review {
  grid-column: 2;
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.checkout-shell .woocommerce-checkout #order_review::before {
  display: block;
  margin-bottom: 18px;
  color: var(--navy);
  content: 'Resumen del pedido';
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.checkout-shell .woocommerce table.shop_table {
  margin: 0 0 22px;
  border: 0;
  border-collapse: collapse;
}

.checkout-shell .woocommerce table.shop_table th,
.checkout-shell .woocommerce table.shop_table td {
  padding: 14px 8px;
  border-color: #e2e8f0;
  color: #475569;
}

.checkout-shell .woocommerce table.shop_table th {
  color: var(--navy);
  font-size: 13px;
}

.checkout-shell .woocommerce table.shop_table .order-total th,
.checkout-shell .woocommerce table.shop_table .order-total td {
  color: var(--navy);
  font-size: 18px;
}

.checkout-shell .woocommerce table.shop_table .order-total .amount {
  color: var(--blue-dark);
  font-size: 22px;
}

.checkout-shell .woocommerce-checkout #payment,
.checkout-shell .wc-block-checkout__payment-method {
  border-radius: 16px;
  background: #f7faf8;
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods {
  padding: 18px;
  border-bottom-color: #dbe7df;
}

.checkout-shell .woocommerce-checkout #payment div.payment_box {
  margin-bottom: 0;
  border-radius: 12px;
  background: #eaf7ee;
  color: #315b3c;
  line-height: 1.6;
}

.checkout-shell .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #eaf7ee;
}

.checkout-shell .woocommerce-checkout #payment div.form-row {
  margin: 0;
  padding: 18px;
}

.checkout-shell .woocommerce-checkout #payment #place_order {
  float: none;
  width: 100%;
  min-height: 58px;
  margin-top: 14px;
  border-radius: 12px;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.22);
  font-size: 16px;
}

.checkout-shell .woocommerce-checkout #payment #place_order:hover {
  background: var(--green-dark);
}

.checkout-shell .woocommerce-privacy-policy-text,
.checkout-shell .woocommerce-terms-and-conditions-wrapper {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Checkout Block */
.checkout-shell .wp-block-woocommerce-checkout {
  max-width: none;
  margin: 0;
}

.checkout-shell .wc-block-components-sidebar-layout {
  gap: 30px;
}

.checkout-shell .wc-block-components-sidebar-layout .wc-block-components-main {
  width: calc(64% - 15px);
  padding-right: 0;
}

.checkout-shell .wc-block-components-sidebar {
  width: calc(36% - 15px);
  padding-left: 0;
}

.checkout-shell .wc-block-components-checkout-step {
  margin-bottom: 18px;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.checkout-shell .wc-block-components-checkout-step__heading {
  margin-bottom: 20px;
}

.checkout-shell .wc-block-components-checkout-step__title {
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
}

.checkout-shell .wc-block-components-checkout-step__description {
  color: var(--muted);
}

.checkout-shell .wc-block-components-text-input input,
.checkout-shell .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.checkout-shell .wc-block-components-address-form__country .wc-blocks-components-select__select {
  min-height: 54px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  background: #fff;
}

.checkout-shell .wc-block-components-text-input input:focus,
.checkout-shell .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.checkout-shell .wc-block-checkout__sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.checkout-shell .wc-block-components-order-summary .wc-block-components-order-summary-item__description,
.checkout-shell .wc-block-components-totals-wrapper {
  color: #475569;
}

.checkout-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--blue-dark);
  font-size: 21px;
  font-weight: 900;
}

.checkout-shell .wc-block-components-checkout-place-order-button {
  min-height: 58px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.22);
  font-size: 16px;
  font-weight: 900;
}

.checkout-shell .wc-block-components-checkout-place-order-button:hover {
  color: #fff;
  background: var(--green-dark);
}

/* Thank-you view */
.checkout-shell .woocommerce-order {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.checkout-shell .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  padding: 0;
}

.checkout-shell .woocommerce-order-overview li {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
}

@media (max-width: 900px) {
  .checkout-shell .woocommerce form.checkout {
    grid-template-columns: 1fr;
  }

  .checkout-shell .woocommerce-checkout #order_review {
    grid-column: 1;
    position: static;
  }

  .checkout-shell .wc-block-components-sidebar-layout {
    display: block;
  }

  .checkout-shell .wc-block-components-sidebar-layout .wc-block-components-main,
  .checkout-shell .wc-block-components-sidebar {
    width: 100%;
  }

  .checkout-shell .wc-block-checkout__sidebar {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .checkout-site-main {
    padding: 28px 14px 72px;
  }

  .checkout-page-intro {
    margin-bottom: 22px;
  }

  .checkout-page-intro h1 {
    font-size: 36px;
  }

  .checkout-page-intro > p:not(.checkout-page-kicker) {
    font-size: 15px;
  }

  .checkout-progress {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }

  .checkout-progress span {
    justify-content: flex-start;
  }

  .checkout-no-charge-notice {
    padding: 16px;
  }

  .checkout-shell .woocommerce-checkout #customer_details,
  .checkout-shell .woocommerce-checkout #order_review,
  .checkout-shell .wc-block-components-checkout-step,
  .checkout-shell .wc-block-checkout__sidebar {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .checkout-shell .woocommerce .form-row-first,
  .checkout-shell .woocommerce .form-row-last {
    float: none;
    width: 100%;
  }

  .checkout-shell .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
  }
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
  clear: both;
  padding-top: 48px;
}

.legal-content {
  max-width: 920px;
}

.legal-content h2 {
  margin-top: 34px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .site-header {
    padding: 0 28px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .hero,
  .feature-section,
  .split-section,
  .lead-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 56px 28px;
  }

  .hero-content {
    max-width: 100%;
  }

  .car-scene {
    min-height: 500px;
  }

  .section,
  .feature-section,
  .split-section,
  .gallery-section,
  .lead-section,
  .faq-section,
  .content-section,
  .legal-content {
    padding: 72px 28px;
  }

  .page-hero {
    padding: 72px 28px 58px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 10px;
  }

  .section-heading .kicker,
  .feature-copy .kicker,
  .split-copy .kicker,
  .lead-copy .kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    gap: 28px;
  }

  .single-product .woocommerce div.product div.summary {
    padding: 24px;
  }

  .single-product .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 72px;
    padding: 6px 18px;
  }

  .brand img {
    height: 60px;
  }

  .header-translate {
    display: none;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-cta {
    display: none;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: var(--blue);
    background: #eff6ff;
  }

  .menu-toggle[aria-expanded="true"] span {
    background: var(--blue);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #111827;
    border-radius: 1px;
  }

  .mobile-nav {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    z-index: 19;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 14px;
    border-bottom: 1px solid var(--line);
    color: #334155;
    font-weight: 800;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
    padding: 22px 18px 52px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 39px;
    line-height: 1.06;
  }

  h2 {
    font-size: 31px;
  }

  .hero-copy {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.56;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .trust-row,
  .urgency-bar {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .urgency-bar span {
    width: 100%;
    text-align: center;
  }

  .car-scene {
    min-height: 360px;
  }

  .carousel-dots {
    bottom: 12px;
  }

  .carousel-prev { left: 4px; }
  .carousel-next { right: 4px; }

  .media-badge {
    right: 14px;
    bottom: 14px;
    width: 188px;
    padding: 14px;
  }

  .logo-strip {
    grid-template-columns: 1fr;
  }

  .logo-strip span {
    min-height: 54px;
  }

  .section,
  .feature-section,
  .split-section,
  .gallery-section,
  .lead-section,
  .faq-section,
  .content-section,
  .legal-content,
  .proof-section,
  .review-section,
  .testimonial-section,
  .contact-boost-section {
    padding: 58px 18px;
  }

  .page-hero {
    padding: 54px 18px 42px;
  }

  .benefit-grid,
  .feature-grid,
  .pricing-grid,
  .trust-grid,
  .form-grid,
  .proof-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  .device-shot {
    min-height: auto;
  }

  .pricing-card {
    width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .pricing-img {
    margin: -20px -20px 16px;
    border-radius: 6px 6px 0 0;
  }

  .pricing-actions {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    overflow: hidden;
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 20px;
  }

  .pricing-header h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .pricing-desc {
    font-size: 13px;
  }

  .pricing-features li {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .woocommerce-shell {
    padding: 42px 18px 70px;
  }

  .single-product .woocommerce-shell {
    padding-top: 26px;
  }

  .single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .single-product .woocommerce div.product div.images {
    padding: 14px;
    border-radius: 18px;
  }

  .single-product .woocommerce div.product div.summary {
    position: static;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .single-product .woocommerce div.product form.cart .button {
    flex-basis: 190px;
  }

  .single-product .woocommerce div.product .woocommerce-tabs,
  .single-product .woocommerce div.product .related.products,
  .single-product .woocommerce div.product .up-sells {
    padding-top: 20px;
  }

  .single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .single-product .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .single-product .woocommerce ul.products li.product {
    padding: 14px;
  }

  .woocommerce div.product .product_title,
  .woocommerce-products-header__title.page-title {
    font-size: 36px;
  }

  .review-panel {
    display: flex;
    flex-direction: column;
    padding: 22px;
  }

  .process-step {
    align-items: flex-start;
  }

  .contact-boost-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .contact-boost-actions {
    width: 100%;
  }

  .contact-boost-actions .button {
    width: 100%;
  }

  .pricing-img {
    margin: -20px -20px 16px;
  }

  .pricing-img img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    padding: 10px;
  }

  .pricing-price strong {
    font-size: 34px;
  }

  .price-original {
    font-size: 15px;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-cta .button {
    width: 100%;
  }

  input,
  select {
    min-height: 50px;
    font-size: 16px;
  }

  .final-cta {
    padding: 62px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 34px 18px;
  }

  .contact-panel {
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
  }

  .footer-links {
    display: grid;
    justify-content: start;
  }
}

/* ── Requested vertical checkout and product layout ───── */
.checkout-shell {
  width: min(100%, 980px);
}

/* Classic Checkout: summary first, customer data second, payment last. */
.checkout-shell .woocommerce form.checkout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.checkout-shell .woocommerce-checkout #order_review {
  display: contents;
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.checkout-shell .woocommerce-checkout #order_review::before {
  display: none;
}

.checkout-shell .woocommerce-checkout #order_review_heading {
  display: block;
  order: 1;
  width: 100%;
  margin: 0;
  padding: 26px 30px 16px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  color: var(--navy);
  background: #fff;
  font-size: 26px;
  line-height: 1.2;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.checkout-shell .woocommerce-checkout #order_review table.shop_table {
  order: 2;
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  border-collapse: separate;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.checkout-shell .woocommerce-checkout #customer_details {
  order: 3;
  width: 100%;
  margin: 0 0 24px;
}

.checkout-shell .woocommerce-checkout #payment {
  order: 4;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

/* Checkout Block: order summary is 100% wide above all contact fields. */
.checkout-shell .wc-block-components-sidebar-layout {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.checkout-shell .wc-block-components-sidebar-layout .wc-block-components-main {
  order: 2;
  width: 100%;
  padding: 0;
}

.checkout-shell .wc-block-components-sidebar {
  order: 1;
  width: 100%;
  padding: 0;
}

.checkout-shell .wc-block-checkout__sidebar {
  position: static;
  width: 100%;
  margin: 0;
}

/* Payment radio options. */
.checkout-shell .woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 0;
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input[type="radio"]:checked) {
  border-color: var(--green);
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 16px 0 0 16px;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  background: #fff;
  vertical-align: top;
  cursor: pointer;
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"]:checked {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 4px #fff;
}

.checkout-shell .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  display: inline-flex;
  width: calc(100% - 48px);
  min-height: 52px;
  align-items: center;
  margin: 0;
  padding: 14px 14px 14px 8px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.checkout-shell .woocommerce-checkout #payment div.payment_box {
  margin: 0 14px 14px;
}

/* Local-only test card form. Inputs intentionally have no name attributes. */
.wiskadelina-demo-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 4px;
}

.wiskadelina-demo-card__notice,
.wiskadelina-demo-card__privacy,
.wiskadelina-demo-card__field--wide {
  grid-column: 1 / -1;
}

.wiskadelina-demo-card__notice {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #fbbf24;
  border-radius: 12px;
  color: #78350f;
  background: #fffbeb;
}

.wiskadelina-demo-card__notice strong,
.wiskadelina-demo-card__notice span {
  display: block;
  color: inherit;
}

.wiskadelina-demo-card__field label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.checkout-shell .wiskadelina-demo-card__field input.input-text {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
}

.checkout-shell .wiskadelina-demo-card__field input.input-text:focus {
  outline: 0;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.checkout-shell .wiskadelina-demo-card__field input[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.wiskadelina-demo-card__error {
  display: block;
  min-height: 18px;
  padding-top: 4px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
}

.wiskadelina-demo-card__privacy {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  color: #315b3c;
  background: #ecfdf5;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .wiskadelina-demo-card {
    grid-template-columns: 1fr;
  }

  .wiskadelina-demo-card__notice,
  .wiskadelina-demo-card__privacy,
  .wiskadelina-demo-card__field--wide {
    grid-column: auto;
  }
}

.checkout-shell .wc-block-components-radio-control__option,
.checkout-shell .wc-block-components-radio-control-accordion-option {
  margin-bottom: 10px;
  padding: 14px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.checkout-shell .wc-block-components-radio-control__option:has(input:checked),
.checkout-shell .wc-block-components-radio-control-accordion-option:has(input:checked) {
  border-color: var(--green);
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.checkout-shell input.wc-block-components-radio-control__input[type="radio"] {
  appearance: none;
  position: relative;
  inset: auto;
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 12px;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.checkout-shell input.wc-block-components-radio-control__input[type="radio"]:checked {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 4px #fff;
}

/* Product page: calmer, full-width vertical layout. */
.single-product .woocommerce-shell {
  width: min(100%, 1060px);
}

.single-product .woocommerce div.product {
  grid-template-columns: 1fr;
  gap: 26px;
  max-width: 1000px;
  margin: 0 auto;
}

.single-product .woocommerce div.product div.images {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.single-product .woocommerce-product-gallery__image img {
  max-height: 620px;
  object-fit: contain;
}

.single-product .woocommerce div.product div.summary {
  position: static;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 38px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.single-product .woocommerce div.product .product_title {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 52px);
}

.single-product .woocommerce-product-details__short-description {
  max-width: 760px;
}

.single-product .woocommerce div.product form.cart .button {
  min-height: 60px;
  font-size: 17px;
}

.single-product .product-purchase-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .product-purchase-benefit {
  padding: 14px;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  background: #f0fdf4;
}

.single-product .woocommerce div.product .woocommerce-tabs,
.single-product .woocommerce div.product .related.products,
.single-product .woocommerce div.product .up-sells {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 760px) {
  .checkout-shell .woocommerce-checkout #order_review_heading {
    padding: 20px 16px 12px;
    border-radius: 16px 16px 0 0;
    font-size: 22px;
  }

  .checkout-shell .woocommerce-checkout #order_review table.shop_table {
    border-radius: 0 0 16px 16px;
  }

  .checkout-shell .woocommerce-checkout #payment {
    padding: 4px;
    border-radius: 16px;
  }

  .single-product .woocommerce div.product div.images {
    padding: 10px;
  }

  .single-product .woocommerce div.product div.summary {
    padding: 24px 18px;
  }

  .single-product .product-purchase-benefits {
    grid-template-columns: 1fr;
  }

  .single-product .woocommerce div.product form.cart .variations_button {
    flex-wrap: wrap;
  }

  .single-product .woocommerce div.product form.cart .button {
    flex-basis: 100%;
    width: 100%;
  }
}

/* ── Checkout Block checkbox and payment control fixes ── */
.checkout-shell input[type="checkbox"],
.checkout-shell input[type="radio"] {
  width: auto;
  min-height: 0;
  padding: 0;
}

.checkout-shell .wc-block-components-checkbox,
.checkout-shell .wc-block-checkout__add-note {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 10px 0 0;
  padding: 14px 16px;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #f8fafc;
}

.checkout-shell .wc-block-components-checkbox label,
.checkout-shell .wc-block-checkout__add-note label {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.checkout-shell .wc-block-components-checkbox label > span,
.checkout-shell .wc-block-checkout__add-note label > span {
  margin: 0;
  color: inherit;
}

.checkout-shell input.wc-block-components-checkbox__input[type="checkbox"],
.checkout-shell .wc-block-components-checkbox input[type="checkbox"],
.checkout-shell .wc-block-checkout__add-note input[type="checkbox"] {
  appearance: none;
  position: relative;
  inset: auto;
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: 2px solid #94a3b8;
  border-radius: 5px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  opacity: 1;
  cursor: pointer;
}

.checkout-shell input.wc-block-components-checkbox__input[type="checkbox"]:checked,
.checkout-shell .wc-block-components-checkbox input[type="checkbox"]:checked,
.checkout-shell .wc-block-checkout__add-note input[type="checkbox"]:checked {
  border-color: var(--green);
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.3 12 13 4.5' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checkout-shell input.wc-block-components-checkbox__input[type="checkbox"]:focus,
.checkout-shell .wc-block-components-checkbox input[type="checkbox"]:focus,
.checkout-shell .wc-block-checkout__add-note input[type="checkbox"]:focus {
  outline: 0;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

/* One payment method = one card; title and description stay in that card. */
.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:has(input[type="radio"]:checked) {
  border-color: var(--green);
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  display: flex;
  min-height: 58px;
  align-items: center;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control__option:has(input:checked) {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.checkout-shell .wc-block-checkout__payment-method input[type="radio"],
.checkout-shell .wc-block-checkout__payment-method input.wc-block-components-radio-control__input[type="radio"] {
  appearance: none;
  position: relative;
  inset: auto;
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 12px 0 0;
  padding: 0;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.checkout-shell .wc-block-checkout__payment-method input[type="radio"]:checked,
.checkout-shell .wc-block-checkout__payment-method input.wc-block-components-radio-control__input[type="radio"]:checked {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 4px #fff;
}

.checkout-shell .wc-block-checkout__payment-method input[type="radio"]:focus {
  outline: 0;
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group,
.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
  color: var(--navy);
  font-weight: 900;
  line-height: 1.4;
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
  display: block;
  margin: 0;
  padding: 0 16px 16px 48px;
  color: #315b3c;
  background: transparent;
  font-size: 14px;
  line-height: 1.6;
}

.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p,
.checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content div {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

@media (max-width: 640px) {
  .checkout-shell .wc-block-components-checkbox,
  .checkout-shell .wc-block-checkout__add-note {
    padding: 12px;
  }

  .checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding: 14px 12px;
  }

  .checkout-shell .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    padding: 0 12px 14px 44px;
  }
}

/* ── WooCommerce cart page ────────────────────────────── */
.cart-site-main {
  min-height: 76vh;
  padding: 42px 24px 88px;
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
    #f8fafc;
}

.cart-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.cart-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.cart-page-kicker {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-page-intro h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cart-page-intro p:not(.cart-page-kicker) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.cart-continue-shopping {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 46px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  color: #334155;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.cart-continue-shopping:hover {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.cart-no-charge-note {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 26px;
  padding: 16px 18px;
  border: 1px solid #bbf7d0;
  border-radius: 15px;
  background: #f0fdf4;
}

.cart-no-charge-note > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.cart-no-charge-note strong,
.cart-no-charge-note small {
  display: block;
}

.cart-no-charge-note strong {
  color: #14532d;
  font-size: 15px;
}

.cart-no-charge-note small {
  margin-top: 3px;
  color: #3f6212;
  font-size: 13px;
  line-height: 1.5;
}

/* Cart Block */
.cart-shell .wp-block-woocommerce-cart {
  max-width: none;
  margin: 0;
}

.cart-shell .wc-block-cart .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cart-shell .wc-block-cart .wc-block-components-main,
.cart-shell .wc-block-cart .wc-block-cart__main {
  width: 100%;
  padding: 0;
}

.cart-shell .wc-block-cart .wc-block-components-sidebar,
.cart-shell .wc-block-cart .wc-block-cart__sidebar {
  position: sticky;
  top: 112px;
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.cart-shell .wc-block-cart-items {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  border-collapse: separate;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.cart-shell .wc-block-cart-items thead {
  background: #f8fafc;
}

.cart-shell .wc-block-cart-items th {
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  color: #475569;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-shell .wc-block-cart-items td {
  padding: 22px 20px;
  border-bottom-color: var(--line);
  vertical-align: top;
}

.cart-shell .wc-block-cart-items .wc-block-cart-item__image {
  width: 122px;
  padding-right: 18px;
}

.cart-shell .wc-block-cart-items .wc-block-cart-item__image img {
  width: 104px;
  height: 104px;
  border-radius: 13px;
  background: #f8fafc;
  object-fit: contain;
}

.cart-shell .wc-block-components-product-name {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.cart-shell .wc-block-components-product-price {
  margin-top: 7px;
  color: var(--blue-dark);
  font-weight: 900;
}

.cart-shell .wc-block-components-sale-badge {
  border: 0;
  border-radius: 999px;
  color: #166534;
  background: #dcfce7;
  font-size: 11px;
  font-weight: 900;
}

.cart-shell .wc-block-components-quantity-selector {
  overflow: hidden;
  min-width: 112px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
}

.cart-shell .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-weight: 800;
}

.cart-shell .wc-block-components-quantity-selector button {
  color: #475569;
  background: transparent;
}

.cart-shell .wc-block-cart-item__remove-link {
  margin-top: 9px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.cart-shell .wc-block-cart-item__total {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.cart-shell .wc-block-cart__totals-title {
  margin: 0;
  padding: 0 0 18px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  text-align: left;
}

.cart-shell .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.cart-shell .wc-block-components-totals-item__label {
  color: #475569;
  font-weight: 700;
}

.cart-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.cart-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.cart-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--blue-dark);
}

.cart-shell .wc-block-components-totals-coupon {
  border-radius: 12px;
}

.cart-shell .wc-block-cart__submit-container {
  margin-top: 18px;
}

.cart-shell .wc-block-cart__submit-button {
  min-height: 58px;
  border-radius: 12px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.22);
  font-size: 16px;
  font-weight: 900;
}

.cart-shell .wc-block-cart__submit-button:hover {
  color: #fff;
  background: var(--green-dark);
}

.cart-shell .wc-block-cart__empty-cart__title {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
}

.cart-shell .wp-block-woocommerce-empty-cart-block {
  padding: 48px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

/* Classic cart */
.cart-shell .woocommerce-cart-form,
.cart-shell .cart-collaterals .cart_totals {
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.cart-shell .woocommerce-cart-form table.shop_table {
  margin: 0;
  border: 0;
}

.cart-shell .woocommerce-cart-form table.shop_table th,
.cart-shell .woocommerce-cart-form table.shop_table td {
  padding: 16px 12px;
  border-color: var(--line);
}

.cart-shell .woocommerce-cart-form .product-thumbnail img {
  width: 90px;
  border-radius: 12px;
}

.cart-shell .woocommerce-cart-form .product-name a {
  color: var(--navy);
  font-weight: 900;
}

.cart-shell .woocommerce-cart-form .quantity .qty {
  width: 70px;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
}

.cart-shell .woocommerce-cart-form button.button,
.cart-shell .woocommerce-cart-form .coupon .button {
  min-height: 46px;
  border-radius: 10px;
}

.cart-shell .cart-collaterals {
  margin-top: 24px;
}

.cart-shell .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.cart-shell .cart-collaterals .cart_totals h2 {
  margin-top: 0;
  color: var(--navy);
}

.cart-shell .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  min-height: 58px;
  border-radius: 12px;
  background: var(--green);
  font-size: 16px;
}

.cart-shell .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--green-dark);
}

@media (max-width: 900px) {
  .cart-shell .wc-block-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .cart-shell .wc-block-cart .wc-block-components-sidebar,
  .cart-shell .wc-block-cart .wc-block-cart__sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .cart-site-main {
    padding: 28px 14px 72px;
  }

  .cart-page-intro {
    display: grid;
    align-items: start;
  }

  .cart-page-intro h1 {
    font-size: 38px;
  }

  .cart-continue-shopping {
    justify-self: start;
  }

  .cart-no-charge-note {
    padding: 14px;
  }

  .cart-shell .wc-block-cart-items th {
    padding: 12px;
  }

  .cart-shell .wc-block-cart-items td {
    padding: 16px 12px;
  }

  .cart-shell .wc-block-cart-items .wc-block-cart-item__image {
    width: 90px;
    padding-right: 12px;
  }

  .cart-shell .wc-block-cart-items .wc-block-cart-item__image img {
    width: 76px;
    height: 76px;
  }

  .cart-shell .wc-block-cart .wc-block-components-sidebar,
  .cart-shell .wc-block-cart .wc-block-cart__sidebar,
  .cart-shell .woocommerce-cart-form,
  .cart-shell .cart-collaterals .cart_totals {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .cart-shell .woocommerce-cart-form .product-thumbnail {
    display: block;
  }
}

/* ── About and contact content ─────────────────────────── */
.contact-page-section {
  background: #f8fafc;
}

.contact-page-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.contact-page-panel .kicker {
  margin: 0 0 8px;
}

.contact-page-panel h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 40px);
}

.contact-email-link {
  display: inline-flex;
  margin: 2px 0 12px;
  color: var(--blue-dark);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-email-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.contact-help-list {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.contact-help-list li {
  position: relative;
  padding-left: 28px;
  color: #475569;
  line-height: 1.55;
}

.contact-help-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: '✓';
  font-size: 11px;
  font-weight: 900;
}

.contact-panel-actions {
  display: grid;
  gap: 12px;
  min-width: 210px;
}

.contact-panel-actions .button {
  width: 100%;
}

.footer-contact-email {
  margin: 10px 0 0;
}

.footer-contact-email a {
  color: #cbd5e1;
  font-weight: 800;
}

.footer-contact-email a:hover {
  color: #fff;
}

@media (max-width: 760px) {
  .contact-page-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-panel-actions {
    width: 100%;
  }
}

/* ── Order received / thank-you page ──────────────────── */
.woocommerce-order-received .checkout-shell {
  width: min(100%, 1100px);
}

.woocommerce-order-received .checkout-shell .woocommerce-order {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 24px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 3px 16px;
  align-items: center;
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid #bbf7d0;
  border-radius: 17px;
  color: #315b3c;
  background: #f0fdf4;
  line-height: 1.55;
}

.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  display: grid;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: '✓';
  font-size: 24px;
  font-weight: 900;
}

.woocommerce-order-received .woocommerce-thankyou-order-received strong,
.woocommerce-order-received .woocommerce-thankyou-order-received span {
  display: block;
}

.woocommerce-order-received .woocommerce-thankyou-order-received strong {
  color: #14532d;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received span {
  font-size: 14px;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-overview {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-overview li {
  float: none;
  min-width: 0;
  margin: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #64748b;
  background: #f8fafc;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-overview li strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
  text-transform: none;
}

.thankyou-next-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  margin: 0 0 26px;
  padding: 18px 20px;
  border: 1px solid #bfdbfe;
  border-radius: 15px;
  background: #eff6ff;
}

.thankyou-next-step-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.thankyou-next-step strong {
  display: block;
  color: #1e3a8a;
  font-size: 16px;
}

.thankyou-next-step p {
  margin: 3px 0 0;
  color: #334e7d;
  font-size: 14px;
  line-height: 1.55;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details,
.woocommerce-order-received .checkout-shell .woocommerce-customer-details {
  margin: 24px 0 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details__title,
.woocommerce-order-received .checkout-shell .woocommerce-column__title {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details table.shop_table {
  margin: 0;
  border: 0;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details table.shop_table th,
.woocommerce-order-received .checkout-shell .woocommerce-order-details table.shop_table td {
  padding: 15px 10px;
  border-color: var(--line);
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details table.shop_table thead th {
  color: #475569;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details .product-name a {
  color: var(--navy);
  font-weight: 800;
}

.woocommerce-order-received .checkout-shell .woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-received .checkout-shell .woocommerce-order-details tfoot tr:last-child td {
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 900;
}

.woocommerce-order-received .checkout-shell .woocommerce-customer-details .woocommerce-columns {
  margin: 0;
}

.woocommerce-order-received .checkout-shell .woocommerce-customer-details .woocommerce-column {
  float: none;
  width: 100%;
}

.woocommerce-order-received .checkout-shell .woocommerce-customer-details address {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #334155;
  background: #f8fafc;
  font-size: 15px;
  line-height: 1.65;
}

.woocommerce-order-received .checkout-shell .woocommerce-customer-details address p {
  margin: 8px 0 0;
}

.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.thankyou-actions .button {
  min-width: 210px;
}

@media (max-width: 900px) {
  .woocommerce-order-received .checkout-shell .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .woocommerce-order-received .checkout-site-main {
    padding-right: 12px;
    padding-left: 12px;
  }

  .woocommerce-order-received .checkout-shell .woocommerce-order {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received {
    grid-template-columns: 42px 1fr;
    padding: 17px 14px;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .woocommerce-order-received .checkout-shell .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .checkout-shell .woocommerce-order-details,
  .woocommerce-order-received .checkout-shell .woocommerce-customer-details {
    padding: 18px 14px;
    border-radius: 15px;
  }

  .thankyou-actions {
    display: grid;
  }

  .thankyou-actions .button {
    width: 100%;
    min-width: 0;
  }
}
