:root {
  --bg: #eef3f9;
  --bg-soft: rgba(255, 255, 255, 0.78);
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(15, 24, 42, 0.08);
  --text: #0d1728;
  --muted: rgba(13, 23, 40, 0.7);
  --accent: #9f7a2f;
  --accent-2: #2d7fb8;
  --shadow: 0 24px 70px rgba(19, 32, 52, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, sans-serif;
  background:
    radial-gradient(circle at top, rgba(45, 127, 184, 0.12), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(159, 122, 47, 0.12), transparent 25%),
    linear-gradient(180deg, #f9fbfe 0%, #eef3f9 45%, #e8eef6 100%);
  color: var(--text);
  overflow-x: hidden;
}

html { width: 100%; overflow-x: clip; }
body { width: 100%; overflow-x: clip; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(13,23,40,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(13,23,40,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 85%);
}

[hidden] { display: none !important; }

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.page-shell {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.ambient {
  position: fixed;
  inset: auto;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.22;
  pointer-events: none;
  z-index: -1;
}
.ambient-one { top: -120px; right: -140px; background: rgba(127, 214, 255, 0.28); }
.ambient-two { bottom: -180px; left: -180px; background: rgba(214, 179, 106, 0.18); }

.topbar, .hero, .section, .footer, .cookie-banner {
  backdrop-filter: blur(18px);
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 14px;
  z-index: 40;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); }
.quick-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.action-link, .btn, .cookie-btn, .spotlight-whatsapp {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 13px 18px;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.action-link:hover, .btn:hover, .cookie-btn:hover, .spotlight-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}
.action-link { background: rgba(255,255,255,0.04); }
.action-link-secondary { background: rgba(127,214,255,0.08); }

.hero, .section {
  margin-top: 22px;
  padding: 32px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 253, 0.88));
  box-shadow: var(--shadow);
}
.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 30px;
  min-height: 640px;
  align-items: center;
}
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0.18) 100%);
}
.hero-copy, .hero-visual {
  position: relative;
  z-index: 1;
}
.hero-copy {
  color: #fff;
  max-width: 720px;
  padding: 24px 26px 28px;
  border-radius: 28px;
  background: rgba(7, 11, 16, 0.14);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.12);
}
.hero-copy .hero-subtitle {
  color: rgba(255,255,255,0.95);
}
.hero-copy .eyebrow span {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.24);
  color: rgba(255,255,255,0.95);
  box-shadow: 0 12px 24px rgba(0,0,0,0.16);
}
.hero-copy .hero-cta .btn-primary {
  background: linear-gradient(135deg, #f2e4bf, #ffffff);
}
.hero-copy .hero-cta .btn-secondary {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
.eyebrow, .hero-marquee, .section-tag {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.eyebrow span, .section-tag, .hero-marquee span {
  background: rgba(13,23,40,0.04);
  border: 1px solid rgba(13,23,40,0.08);
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
}
.hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.12;
  margin: 16px 0 14px;
  max-width: 14ch;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.hero-subtitle { font-size: clamp(1rem, 1.15vw, 1.08rem); max-width: 58ch; line-height: 1.75; }
.hero-marquee { margin: 20px 0 26px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.btn-primary { background: linear-gradient(135deg, #d9c38b, #f3ead3); color: #0b1220; border-color: rgba(255,255,255,0.08); }
.btn-secondary { background: rgba(255,255,255,0.16); color: #fff; border-color: rgba(255,255,255,0.2); }
.btn-ghost { background: rgba(255,255,255,0.03); }
.hero-visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}
.visual-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(13,23,40,0.08);
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.22);
}
.visual-card-main {
  width: min(100%, 460px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(31,95,122,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(232,239,247,0.95));
}
.visual-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
}
.visual-card strong, .timeline-step h3, .advantage-item, .premium-card { font-family: Manrope, sans-serif; }
.visual-card span, .timeline-step p { color: var(--muted); display: block; margin-top: 6px; line-height: 1.6; }

.section-heading { margin-bottom: 22px; }
.section-heading h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(1.05rem, 1.65vw, 1.4rem);
  margin: 14px 0 0;
  max-width: 24ch;
  line-height: 1.12;
  font-weight: 700;
}
.section-heading.compact h2 { max-width: 26ch; }
.section-heading-centered {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-lead-centered {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.compact h2 { max-width: 20ch; }
.grid-benefits, .advantages-list, .audience-grid { display: grid; gap: 16px; }
.grid-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.advantages-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.premium-card, .advantage-item, .audience-card {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.96));
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
  min-height: 102px;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.premium-card:hover, .advantage-item:hover, .audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31,95,122,.18);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(245,249,253,0.98));
  box-shadow: 0 22px 42px rgba(15,23,42,0.09);
}
.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1080px;
  margin: 18px auto 0;
}
.premium-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}
.premium-card h3, .advantage-item strong, .audience-card strong, .timeline-step h3 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: .98rem;
  line-height: 1.25;
}
.premium-card p, .advantage-item span, .audience-card small {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: .87rem;
}
.card-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: .9rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-2), #9bb7c6);
  box-shadow: 0 12px 24px rgba(31,95,122,0.18);
}
.advantage-item {
  display: grid;
  align-content: start;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.advantage-item::before,
.timeline-step::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(45,127,184,0.04), transparent 45%);
  pointer-events: none;
}
.audience-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 162px;
  gap: 8px;
}
.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(45,127,184,0.08), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.98));
}
.audience-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(45,127,184,0.14), rgba(242,228,191,0.52));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  opacity: 0.9;
}
.audience-mark {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(45,127,184,0.16), rgba(242,228,191,0.7));
  box-shadow: 0 8px 18px rgba(15,23,42,0.08);
}
.audience-card strong, .audience-card small {
  position: relative;
  z-index: 1;
  text-align: left;
}
.audience-card strong {
  font-size: 1rem;
  margin: 4px 0 0;
  line-height: 1.3;
}
.audience-card small {
  max-width: 34ch;
  line-height: 1.7;
  font-size: .88rem;
  margin-top: 0;
}
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(19,32,52,.12);
  border-color: rgba(31,95,122,.16);
}

.timeline { display: grid; gap: 14px; max-width: 1000px; margin: 18px auto 0; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.timeline-step {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.95));
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
  text-align: left;
  position: relative;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease, background .26s ease;
  min-height: 128px;
}
.timeline-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(15,23,42,.10);
  border-color: rgba(31,95,122,.18);
}
.timeline-step p { margin: 0; }
.timeline-step-index {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  color: #0d1728;
  background: linear-gradient(135deg, rgba(45,127,184,0.16), rgba(242,228,191,0.55));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; }
.form-spotlight, .quote-form {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(13,23,40,0.08);
}
.spotlight-title { text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-size: .78rem; }
.spotlight-phone { font-size: 2rem; font-family: Manrope, sans-serif; font-weight: 800; margin: 14px 0; display: inline-block; }
.spotlight-whatsapp { display: inline-flex; background: rgba(127,214,255,0.1); margin-top: 6px; }
.spotlight-note { color: var(--muted); line-height: 1.7; }
.quote-form { position: relative; overflow: hidden; }
.success-message {
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(31,95,122,0.08);
  border: 1px solid rgba(31,95,122,0.16);
  color: #0d1728;
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid label { display: grid; gap: 10px; }
.form-grid .full-width { grid-column: 1 / -1; }
input, textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(244, 248, 252, 0.92);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
}
input:focus, textarea:focus { border-color: rgba(31,95,122,0.42); box-shadow: 0 0 0 4px rgba(31,95,122,0.08); }
.submit-btn { width: 100%; margin-top: 14px; min-height: 58px; }

.footer {
  margin-top: 22px;
  padding: 18px 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.76);
  text-align: center;
}
.footer a { color: var(--muted); }
.footer span { color: var(--text); font-weight: 800; letter-spacing: .08em; transition: color .28s ease; }
.footer a:hover span { color: var(--accent); }

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: min(460px, calc(100vw - 36px));
  z-index: 80;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(13,23,40,0.08);
  box-shadow: var(--shadow);
}
.cookie-banner p { margin: 0 0 14px; color: var(--muted); line-height: 1.65; }
.cookie-actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

.section-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease;
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}
.section-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

main,
.hero,
.section,
.topbar,
.footer,
.carousel-shell,
.carousel-viewport,
.carousel-track,
.video-feature-grid,
.grid-benefits,
.advantages-list,
.audience-grid,
.timeline,
.form-layout,
.machine-page-hero,
.machine-page-grid {
  min-width: 0;
  max-width: 100%;
}

.image-showcase,
.video-section,
.testimonials-section,
.machines-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.machine-card,
.testimonial-card,
.video-card,
.premium-card,
.advantage-item,
.audience-card,
.timeline-step {
  min-width: 0;
}


.machines-section {
  margin-top: 22px;
}
.machines-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 18px auto 0;
}
.machine-card {
  display: block;
  text-align: left;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.96));
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.machine-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31,95,122,.18);
  box-shadow: 0 22px 42px rgba(15,23,42,0.09);
}
.machine-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
}
.machine-card strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.machine-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.4;
}

.machine-page {
  padding: 28px 0 72px;
}
.machine-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 28px;
  align-items: center;
  margin-top: 22px;
}
.machine-page-figure {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,253,0.98));
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 24px 60px rgba(15,23,42,0.10);
  overflow: hidden;
}
.machine-page-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 22px;
}
.machine-page-copy .section-tag {
  margin-bottom: 14px;
}
.machine-page-copy h1 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}
.machine-page-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 58ch;
}
.machine-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.machine-page-panel {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.96));
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
}
.machine-page-panel h2 {
  margin: 0 0 10px;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
}
.machine-page-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.55;
}
.machine-page-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.machine-modal {
  border: 0;
  border-radius: 24px;
  width: min(720px, calc(100vw - 24px));
  padding: 0;
  box-shadow: 0 30px 80px rgba(15,23,42,0.25);
}
.machine-modal::backdrop {
  background: rgba(8, 12, 18, 0.66);
}
.machine-modal__inner {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(248,250,253,0.97));
}
.machine-modal__top {
  display: flex;
  gap: 18px;
  align-items: center;
}
.machine-modal__top img {
  width: 180px;
  max-width: 42%;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.machine-modal h2 {
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 1.35rem;
}
.machine-modal p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.6;
}
.machine-modal ul {
  margin: 0;
  padding-left: 18px;
}
.machine-modal li {
  margin: 6px 0;
  line-height: 1.5;
}
.machine-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.machine-modal__close {
  border: 0;
  background: rgba(13,23,40,0.08);
  color: var(--text);
}
.carousel-shell {
  position: relative;
  margin-top: 18px;
}
.carousel-viewport {
  overflow: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  border-radius: 26px;
  width: 100%;
  min-width: 0;
  cursor: grab;
}
.carousel-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 4px 2px 10px;
  min-width: 0;
  will-change: transform;
}
.carousel-shell .carousel-track > * {
  transform-origin: center center;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), box-shadow .65s cubic-bezier(.22, 1, .36, 1), opacity .65s cubic-bezier(.22, 1, .36, 1), border-color .65s cubic-bezier(.22, 1, .36, 1);
}

.carousel-shell .carousel-track > *.is-prev,
.carousel-shell .carousel-track > *.is-next {
  opacity: .82;
  transform: scale(.975);
}

.carousel-shell .carousel-track > *.is-active {
  opacity: 1;
  transform: scale(1.018);
  box-shadow: 0 22px 46px rgba(15,23,42,.12);
  border-color: rgba(31,95,122,.18);
}
.carousel-shell .carousel-prev,
.carousel-shell .carousel-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 16px 30px rgba(15,23,42,0.12);
  z-index: 2;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.carousel-shell .carousel-prev { left: -10px; }
.carousel-shell .carousel-next { right: -10px; }
.carousel-shell .carousel-prev::before,
.carousel-shell .carousel-next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  display: block;
}
.carousel-shell .carousel-prev::before { transform: rotate(135deg); margin-left: 3px; }
.carousel-shell .carousel-next::before { transform: rotate(-45deg); margin-right: 3px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(13,23,40,0.16);
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, width .24s ease;
}
.carousel-dot.is-active {
  width: 26px;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
}

[data-carousel="machines"] .carousel-track > * {
  flex: 0 0 clamp(280px, 31vw, 360px);
}
[data-carousel="gallery"] .carousel-track > * {
  flex: 0 0 clamp(240px, 28vw, 320px);
}
[data-carousel="reviews"] .carousel-track > * {
  flex: 0 0 clamp(260px, 29vw, 330px);
}

.machine-card-carousel {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.machine-card-carousel.is-active {
  transform: scale(1.035);
}
.machine-card-carousel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.96));
  margin: 0;
  padding: 18px 18px 6px;
}
.machine-card-body {
  padding: 0 18px 18px;
}
.machine-card-kicker {
  display: inline-flex;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31,95,122,0.08);
  color: var(--accent-2);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.machine-card-carousel strong {
  margin-top: 10px;
  font-size: 1.08rem;
}
.machine-card-carousel p {
  margin: 8px 0 12px;
  color: var(--muted);
  line-height: 1.5;
  font-size: .92rem;
}
.machine-card-carousel ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.5;
  font-size: .88rem;
}
.machine-card-carousel li { margin: 4px 0; }
.machine-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.machine-card-actions .btn-secondary {
  background: rgba(13,23,40,0.04);
  color: var(--text);
  border-color: rgba(15,23,42,0.08);
}
.btn-mini {
  padding: 10px 12px;
  font-size: .82rem;
  min-height: 38px;
}

.video-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 18px auto 0;
}
.video-card {
  padding: 14px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.96));
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
}
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  background: #0b1220;
}
.video-card-copy {
  padding: 14px 8px 2px;
}
.video-card-copy strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  margin-bottom: 6px;
}
.video-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: .9rem;
}

.image-showcase {
  overflow: hidden;
}
.section-note {
  margin: 18px auto 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}
.image-carousel {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 42px rgba(15,23,42,0.08);
}
.image-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 24vw);
  gap: 16px;
  padding: 16px;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.image-carousel:hover .image-carousel-track {
  animation-play-state: paused;
}
.image-slide {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 30px rgba(15,23,42,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,253,0.96));
}
.image-slide.is-active {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(15,23,42,0.12);
}
.image-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .7s ease, filter .7s ease;
}
.image-slide:hover img {
  transform: scale(1.08);
  filter: saturate(1.03) contrast(1.03);
}
.testimonials-section .section-heading {
  margin-bottom: 18px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 18px auto 0;
}
.testimonial-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.96));
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 16px 34px rgba(15,23,42,0.06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.testimonial-card.is-active {
  transform: scale(1.025);
  box-shadow: 0 24px 48px rgba(15,23,42,0.12);
  border-color: rgba(31,95,122,.18);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31,95,122,.18);
  box-shadow: 0 22px 42px rgba(15,23,42,0.09);
}
.testimonial-stars {
  color: #d2a84a;
  letter-spacing: 0.12em;
  font-size: 1rem;
  margin-bottom: 12px;
}
.testimonial-card h3 {
  margin: 0 0 10px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: .92rem;
}
.machine-card img {
  transition: transform .45s ease, filter .45s ease;
}
.machine-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.02) contrast(1.02);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .video-feature-grid { grid-template-columns: 1fr; }
  .image-carousel-track { grid-auto-columns: minmax(240px, 42vw); }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .image-carousel { border-radius: 22px; }
  .image-carousel-track {
    grid-auto-columns: minmax(220px, 72vw);
    padding: 12px;
    gap: 12px;
    animation-duration: 18s;
  }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 18px; border-radius: 20px; }
  .testimonial-card p { font-size: .88rem; line-height: 1.55; }
  .section-note { font-size: .9rem; line-height: 1.6; padding: 0 4px; }
  .carousel-shell .carousel-prev,
  .carousel-shell .carousel-next { display: none; }
  .carousel-track {
    gap: 12px;
    padding: 4px 0 8px;
  }
  .machine-card-carousel img {
    padding: 14px 14px 4px;
  }
  .machine-card-body {
    padding: 0 14px 14px;
  }
  .machine-card-carousel p,
  .machine-card-carousel ul,
  .video-card-copy p {
    font-size: .84rem;
  }
  .video-feature-grid {
    gap: 14px;
  }
  .video-card {
    padding: 12px;
    border-radius: 22px;
  }
  .video-card video {
    border-radius: 16px;
  }
  .audience-grid { gap: 12px; }
  .audience-card { min-height: auto; padding: 12px 14px; }
  .timeline { gap: 12px; }
  .premium-card, .advantage-item { min-height: auto; }
  .machines-section .section-heading h2,
  .video-section .section-heading h2,
  .image-showcase .section-heading h2,
  .testimonials-section .section-heading h2 {
    max-width: 16ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-carousel-track { animation: none; }
  .machine-card img, .image-slide img, .testimonial-card, .machine-card { transition: none; }
}

@media (max-width: 768px) {
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }

  .page-shell {
    width: calc(100vw - 16px);
    max-width: 100%;
    padding: 10px 0 32px;
    overflow-x: hidden;
  }

  .topbar {
    padding: 10px 12px;
    gap: 8px;
    border-radius: 18px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand strong {
    font-size: 0.95rem;
    line-height: 1.08;
  }

  .brand small {
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .hero,
  .section,
  .footer {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 20px;
    overflow-x: hidden;
  }

  .hero {
    min-height: 260px !important;
    max-height: 300px !important;
    height: auto !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  .hero-video-wrap {
    position: absolute;
    inset: 0;
  }

  .hero-copy {
    width: 52% !important;
    max-width: 52% !important;
    padding: 9px 10px !important;
    border-radius: 14px !important;
    background: rgba(0,0,0,0.26) !important;
  }

  .hero-badge,
  .eyebrow {
    display: none !important;
  }

  .hero h1 {
    font-size: 1.05rem !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.02em !important;
  }

  .hero-subtitle {
    font-size: 0.70rem !important;
    line-height: 1.3 !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
  }

  .hero-marquee,
  .eyebrow {
    gap: 8px;
  }

  .hero-cta,
  .cookie-actions,
  .machine-card-actions,
  .machine-page-cta {
    width: 100%;
  }

  .hero-cta {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .hero-cta .btn {
    min-height: 30px !important;
    height: 30px !important;
    padding: 6px 8px !important;
    font-size: 0.62rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  .quick-actions {
    display: none;
  }

  .carousel-shell {
    margin-top: 14px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .carousel-viewport {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
  }

  .carousel-track {
    gap: 12px;
    padding: 4px 0 8px;
    width: max-content;
    max-width: none;
    min-width: 0;
    justify-content: flex-start;
  }

  .carousel-shell .carousel-track > *,
  [data-carousel="machines"] .carousel-track > *,
  [data-carousel="gallery"] .carousel-track > *,
  [data-carousel="reviews"] .carousel-track > * {
    flex: 0 0 calc(100vw - 32px);
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin: 0;
  }

  .machine-card-carousel {
    border-radius: 18px;
    max-width: calc(100vw - 32px);
    width: calc(100vw - 32px);
    margin: 0 auto;
  }

  .machine-card-carousel img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    max-height: 180px;
    object-fit: contain;
    padding: 10px;
    display: block;
  }

  .machine-card-body {
    padding: 0 12px 14px;
    min-width: 0;
  }

  .machine-card-actions {
    flex-wrap: wrap;
  }

  .machine-card-actions .btn {
    flex: 1 1 100%;
  }

  .video-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
    margin-top: 14px;
    overflow-x: hidden;
    width: 100%;
  }

  .video-card {
    padding: 12px;
    border-radius: 20px;
  }

  .video-card video {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .form-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .quote-form {
    overflow: visible;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .submit-btn {
    min-height: 54px;
    white-space: normal;
    padding-inline: 14px;
  }

  .cookie-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    padding: 14px;
    border-radius: 18px;
  }

  .cookie-banner p {
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .cookie-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    padding: 12px 10px;
  }

  .section-heading h2,
  .machines-section .section-heading h2,
  .video-section .section-heading h2,
  .image-showcase .section-heading h2,
  .testimonials-section .section-heading h2 {
    max-width: 100%;
  }

  .grid-benefits,
  .audience-grid,
  .advantages-list,
  .timeline,
  .machines-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
  }

  .grid-benefits,
  .advantages-list,
  .audience-grid {
    gap: 10px;
  }

  .premium-card,
  .advantage-item,
  .audience-card {
    padding: 12px 14px;
    min-height: auto;
    border-radius: 18px;
  }

  .premium-card {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .card-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 0.75rem;
  }

  .premium-card h3,
  .advantage-item strong,
  .audience-card strong,
  .timeline-step h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .premium-card p,
  .advantage-item span,
  .audience-card small {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 6px;
  }

  .audience-card {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .page-shell {
    width: calc(100vw - 12px);
    max-width: 100%;
  }

  .hero {
    padding: 12px;
  }

  .hero-copy {
    padding: 16px;
  }

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