:root {
  --bg: #f5f2ea;
  --paper: rgba(255, 255, 255, 0.9);
  --ink: #13202b;
  --muted: #66727f;
  --line: rgba(19, 32, 43, 0.1);
  --deep: #0f1720;
  --accent: #ea6b2f;
  --accent-2: #f4c369;
  --soft: #dce8ef;
  --success: #1d7d62;
  --radius: 28px;
  --shadow: 0 24px 60px rgba(15, 23, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(244, 195, 105, 0.38), transparent 28%),
    linear-gradient(180deg, #faf6ee 0%, #f0ede7 100%);
  color: var(--ink);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(19, 32, 43, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 32, 43, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 18px 16px 100px;
}

.lang-switch {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.lang-button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.lang-button.active {
  background: var(--deep);
  color: #eff5f8;
}

.hero-card,
.section-block,
.trust-strip,
.signal-strip {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 195, 105, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(15, 23, 32, 0.98), rgba(21, 42, 56, 0.94));
  color: #eff5f8;
}

.hero-copy h1,
.section-head h2,
.value-card h2,
.value-card h3,
.product-card h3,
.process-steps h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  color: rgba(239, 245, 248, 0.7);
}

.section-head .eyebrow,
.value-card .eyebrow {
  color: var(--accent);
}

.hero-copy h1 {
  font-size: clamp(32px, 10vw, 62px);
  line-height: 0.98;
  max-width: 12ch;
}

.hero-text {
  margin: 14px 0 0;
  color: rgba(239, 245, 248, 0.82);
  line-height: 1.7;
  max-width: 54ch;
}

.hero-reassure {
  margin: 14px 0 0;
  color: rgba(239, 245, 248, 0.76);
  line-height: 1.65;
  max-width: 54ch;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.hero-cta-primary {
  background: linear-gradient(135deg, var(--accent), #ff9856);
  color: #fff;
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eff5f8;
}

.hero-pills span,
.product-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
}

.hero-pills span {
  background: rgba(255, 255, 255, 0.09);
  color: #f8fbfd;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

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

.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  min-height: 280px;
  background:
    radial-gradient(circle at top right, rgba(244, 195, 105, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-machine-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.28));
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 22, 0.06) 20%, rgba(8, 16, 22, 0.68) 100%);
  pointer-events: none;
}

.hero-visual figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 32, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eff5f8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.hero-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 16px;
}

.hero-stat strong {
  display: block;
  font-size: 22px;
  font-family: "Space Grotesk", sans-serif;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(239, 245, 248, 0.74);
  line-height: 1.55;
}

.trust-strip,
.section-block {
  margin-top: 16px;
}

.trust-facts {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.trust-strip,
.signal-strip {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--ink);
}

.signal-strip {
  display: grid;
  gap: 10px;
}

.signal-item {
  padding: 12px 0;
  border-top: 1px solid rgba(19, 32, 43, 0.08);
}

.signal-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.signal-item strong,
.compare-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.signal-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.6;
}

.fact-card {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.fact-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.fact-card p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.section-block {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 20px;
}

.section-head p {
  margin: 10px 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.product-grid,
.value-grid,
.process-steps,
.compare-grid,
.buyer-grid,
.media-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.product-card,
.value-card,
.process-steps article,
.inquiry-card,
.compare-card,
.buyer-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.product-card {
  overflow: hidden;
}

.product-card.compact h3 {
  font-size: 24px;
}

.product-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #edf0f3;
}

.product-placeholder {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(244, 195, 105, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(15, 23, 32, 0.96), rgba(31, 40, 58, 0.92));
  color: #eff5f8;
}

.product-placeholder span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.product-placeholder strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  line-height: 1.05;
}

.product-body {
  padding: 16px;
}

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

.product-badge {
  background: rgba(234, 107, 47, 0.12);
  color: var(--accent);
}

.product-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
}

.product-copy {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.product-features {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--ink);
}

.product-features li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.product-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 14px;
  font-weight: 800;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.product-action-primary {
  background: linear-gradient(135deg, var(--accent), #ff9856);
  color: #fff;
}

.product-action-secondary {
  background: rgba(15, 23, 32, 0.08);
  color: var(--ink);
}

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

.value-card,
.process-steps article {
  padding: 18px;
}

.value-card.large {
  background:
    radial-gradient(circle at top right, rgba(234, 107, 47, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(15, 23, 32, 0.94), rgba(23, 35, 49, 0.9));
  color: #eef5f9;
}

.value-card.large p {
  color: rgba(238, 245, 249, 0.78);
}

.process-steps article span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(234, 107, 47, 0.14);
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 12px;
}

.process-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.compare-card,
.buyer-card {
  padding: 18px;
}

.media-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.media-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0f1720;
}

.media-copy {
  padding: 16px 18px 18px;
}

.media-copy strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
}

.media-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.compare-kicker,
.buyer-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(15, 23, 32, 0.06);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.compare-card h3,
.buyer-card h3 {
  margin: 12px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
}

.compare-meta,
.buyer-copy {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.compare-list,
.buyer-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.compare-list li,
.buyer-list li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.compare-price {
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
}

.cta-banner {
  display: grid;
  gap: 16px;
  align-items: center;
  background:
    radial-gradient(circle at right top, rgba(234, 107, 47, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(15, 23, 32, 0.96), rgba(31, 40, 58, 0.92));
  color: #eff5f8;
}

.accessory-strip {
  display: grid;
  gap: 16px;
  align-items: center;
}

.banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--accent), #ff9856);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.inquiry-shell {
  background:
    radial-gradient(circle at top right, rgba(244, 195, 105, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

.inquiry-card {
  margin-top: 18px;
  padding: 16px;
}

.quote-reassure {
  margin-top: 10px;
  color: var(--success);
  font-weight: 700;
}

.overview-grid,
.faq-grid,
.catalog-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.overview-card,
.faq-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.overview-card strong,
.faq-card h3,
.catalog-head h2,
.catalog-meta strong {
  font-family: "Space Grotesk", sans-serif;
}

.overview-card span,
.faq-card p,
.catalog-head p,
.catalog-meta span {
  color: var(--muted);
  line-height: 1.65;
}

.faq-card h3 {
  margin: 0;
  font-size: 24px;
}

.faq-card p {
  margin: 10px 0 0;
}

.catalog-nav {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 4px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.catalog-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  background: rgba(15, 23, 32, 0.06);
  white-space: nowrap;
  scroll-snap-align: start;
}

.catalog-chip strong {
  display: inline-flex;
  min-width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(234, 107, 47, 0.14);
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
}

.catalog-stack {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.catalog-section {
  scroll-margin-top: 24px;
}

.catalog-head {
  display: grid;
  gap: 14px;
  align-items: start;
}

.catalog-head h2 {
  margin: 0;
  font-size: clamp(28px, 6vw, 40px);
}

.catalog-meta {
  width: fit-content;
  min-width: 100px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(15, 23, 32, 0.06);
}

.catalog-meta strong {
  display: block;
  font-size: 28px;
}

.selection-summary {
  margin-top: 8px;
  border-radius: 20px;
  padding: 16px;
  background: rgba(15, 23, 32, 0.06);
}

.selection-summary strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.selection-summary p {
  margin: 8px 0 0;
  line-height: 1.65;
}

.selection-summary span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.micro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.micro-points span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(29, 125, 98, 0.1);
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
}

.form-row {
  display: grid;
  gap: 12px;
}

label {
  display: block;
  margin-bottom: 12px;
}

label span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea,
button,
.cta-primary,
.cta-secondary {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  padding: 14px 14px;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.cta-row {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.cta-primary,
.cta-secondary {
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
}

.cta-primary {
  background: linear-gradient(135deg, var(--accent), #ff9550);
  color: white;
}

.cta-secondary {
  background: rgba(15, 23, 32, 0.08);
  color: var(--ink);
}

.sticky-bar {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background: rgba(15, 23, 32, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 32, 0.26);
}

.sticky-bar a,
.sticky-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 16px;
  text-decoration: none;
  color: #eff5f8;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  font-weight: 700;
}

#stickyWhatsAppButton {
  background: linear-gradient(135deg, var(--accent), #ff9856);
}

@media (min-width: 760px) {
  .page-shell {
    padding: 26px 20px 110px;
  }

  .hero-card {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    padding: 28px;
  }

  .hero-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .signal-strip,
  .compare-grid,
  .buyer-grid,
  .trust-facts,
  .media-grid,
  .overview-grid,
  .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compare-grid,
  .media-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid {
    grid-template-columns: 1.1fr 1fr 1fr;
  }

  .value-card.large {
    grid-row: span 2;
  }

  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-row,
  .cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-actions {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .cta-banner {
    grid-template-columns: 1.25fr auto;
  }

  .accessory-strip {
    grid-template-columns: 1.25fr auto;
  }

  .catalog-head {
    grid-template-columns: 1fr auto;
  }

  .sticky-bar {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(640px, calc(100% - 28px));
  }
}
