:root {
  --ifm-dark: #114564;
  --ifm-beige: #cabba0;
  --ifm-sand: #d8ccb8;
  --ifm-cream: #e5ddce;
  --white: #ffffff;
  --black: #111716;
  --text: #183a38;
  --muted: #61716d;
  --line: rgba(17, 69, 100, .17);
  --shadow: 0 24px 70px rgba(17, 69, 100, .17);
  --radius-lg: 30px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--text);
  background: #fbfaf7;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--ifm-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(17, 69, 100, .1);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(17, 69, 100, .12); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { position: relative; display: inline-block; width: 210px; height: 88px; flex: 0 0 auto; }
.brand img { position: absolute; left: 0; top: 50%; width: 210px; height: auto; transform: translateY(-50%); }
.main-nav { display: flex; align-items: center; gap: 25px; color: var(--ifm-dark); font-size: .92rem; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ifm-beige); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-cta { padding: 11px 18px; color: var(--white); background: var(--ifm-dark); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ifm-dark); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  padding-top: 160px;
  color: var(--white);
  background: var(--ifm-dark);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(120deg, transparent 0 44%, rgba(229, 221, 206, .4) 44% 44.3%, transparent 44.3% 100%), linear-gradient(25deg, transparent 0 63%, rgba(202, 187, 160, .35) 63% 63.3%, transparent 63.3% 100%);
}
.hero-shape { position: absolute; opacity: .16; border: 1px solid var(--ifm-cream); transform: rotate(28deg); }
.hero-shape-one { width: 420px; height: 420px; left: -170px; top: 140px; }
.hero-shape-two { width: 520px; height: 520px; right: -220px; bottom: 20px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 56px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 16px; color: var(--ifm-dark); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--ifm-sand); }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 5.4vw, 5.1rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { color: var(--ifm-beige); }
.hero-intro { max-width: 690px; margin: 30px 0 0; color: rgba(255, 255, 255, .82); font-size: 1.14rem; }
.hero-intro strong { color: var(--ifm-cream); }
.hero-benefits { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 1.05rem; font-weight: 700; }
.hero-benefits li { position: relative; padding-left: 31px; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--ifm-beige); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { color: var(--ifm-dark); background: var(--ifm-cream); box-shadow: 0 13px 30px rgba(0, 0, 0, .16); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .04); }
.button-dark { color: var(--white); background: var(--ifm-dark); }
.hero-copy, .hero-visual { min-width: 0; }
.hero-visual { position: relative; }
.machine-frame { padding: 18px; background: var(--ifm-cream); border-radius: 32px 32px 8px 32px; box-shadow: 0 35px 90px rgba(0, 0, 0, .34); transform: rotate(1deg); }
.machine-frame picture { display: block; }
.machine-frame img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px 22px 5px 22px; }
.hero-stat { position: absolute; min-width: 175px; padding: 17px 20px; color: var(--ifm-dark); background: var(--ifm-sand); box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.hero-stat strong, .hero-stat span { display: block; }
.hero-stat strong { font-size: 2.2rem; line-height: 1; }
.hero-stat span { margin-top: 5px; font-size: .78rem; font-weight: 700; }
.hero-stat-top { top: -28px; right: -34px; border-radius: 5px 18px 18px 18px; }
.hero-stat-bottom { left: -35px; bottom: -32px; border-radius: 18px 18px 18px 5px; }

/* Modern product video directly below the hero area */
.video-section {
  position: relative;
  padding-top: 130px;
  background:
    radial-gradient(circle at 88% 10%, rgba(202, 187, 160, .3), transparent 24%),
    #fbfaf7;
  overflow: hidden;
}
.video-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -190px;
  bottom: -220px;
  border: 1px solid rgba(17, 69, 100, .13);
  transform: rotate(34deg);
}
.video-heading {
  margin-bottom: 44px;
}
.video-heading h2 {
  max-width: none;
  width: 100%;
  margin: 0;
  color: var(--ifm-dark);
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}
.video-stage {
  position: relative;
  isolation: isolate;
  padding: 12px;
  background: linear-gradient(135deg, var(--ifm-beige), var(--ifm-cream));
  border-radius: 32px;
  box-shadow: 0 35px 90px rgba(17, 69, 100, .24);
  overflow: hidden;
}
.video-stage::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 22px;
  pointer-events: none;
}
.ifm-trailer {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #081d2b;
  border-radius: 22px;
  object-fit: cover;
}
.video-start {
  position: absolute;
  inset: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 32px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 29, 43, .1), rgba(8, 29, 43, .78)),
    linear-gradient(90deg, rgba(17, 69, 100, .18), transparent 55%);
  border: 0;
  border-radius: 22px;
  text-align: left;
  transition: opacity .28s ease, visibility .28s ease, background .25s ease;
}
.video-start:hover,
.video-start:focus-visible {
  background:
    linear-gradient(180deg, rgba(8, 29, 43, .04), rgba(8, 29, 43, .7)),
    linear-gradient(90deg, rgba(17, 69, 100, .08), transparent 55%);
}
.video-stage.is-playing .video-start {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-play {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .3));
  transition: transform .2s ease;
}
.video-start:hover .video-play,
.video-start:focus-visible .video-play { transform: scale(1.08); }
.video-play svg { width: 100%; height: 100%; }
.video-play circle { fill: var(--ifm-cream); stroke: rgba(255,255,255,.8); stroke-width: 1; }
.video-play path { fill: var(--ifm-dark); }
.video-start-copy strong,
.video-start-copy small { display: block; }
.video-start-copy strong { font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.15; }
.video-start-copy small { margin-top: 7px; color: rgba(255, 255, 255, .78); font-size: .9rem; }
.video-badge {
  position: absolute;
  z-index: 4;
  top: 32px;
  right: 32px;
  display: grid;
  gap: 1px;
  min-width: 115px;
  padding: 12px 15px;
  color: var(--ifm-dark);
  background: rgba(229, 221, 206, .92);
  border-radius: 5px 15px 15px 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  pointer-events: none;
  backdrop-filter: blur(9px);
}
.video-badge span { font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.video-badge strong { font-size: .9rem; }
.section-heading { max-width: 830px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; color: var(--ifm-dark); font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; }
.section-heading.centered > p:last-child { max-width: 720px; margin-inline: auto; }

.challenge { background: var(--ifm-cream); }
.challenge .section-heading { max-width: 1100px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.story-card { position: relative; min-height: 390px; padding: 45px; border-radius: var(--radius-lg); overflow: hidden; }
.story-card h3 { margin: 0 0 17px; font-size: 1.65rem; }
.story-card p { margin: 0 0 15px; }
.story-card-dark { color: var(--white); background: var(--ifm-dark); }
.story-card-dark p { color: rgba(255,255,255,.75); }
.story-card-light { color: var(--ifm-dark); background: var(--ifm-beige); }
.story-card-light p { color: rgba(17,69,100,.78); }

.machine { background: #fff; }
.machine-heading { max-width: 1060px; }
.machine-heading h2 { margin: 0; color: var(--ifm-dark); font-size: clamp(2.35rem, 4vw, 4.1rem); line-height: 1.06; letter-spacing: -.045em; }
.machine-heading > p:not(.eyebrow) { max-width: 900px; margin-bottom: 0; color: var(--muted); }
.machine-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; margin-top: 55px; }
.machine-image { position: relative; }
.machine-image picture { display: block; }
.machine-image img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.patent-chip { position: absolute; left: 25px; bottom: 25px; padding: 12px 17px; color: var(--ifm-dark); background: var(--ifm-cream); border-radius: 999px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.spec-list { margin-top: 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list span { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.spec-list strong { color: var(--ifm-dark); }

.advantages { color: var(--white); background: var(--ifm-dark); }
.advantages .section-heading h2 { color: var(--white); }
.advantages .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advantage-card { position: relative; min-height: 265px; padding: 30px; border: 1px solid rgba(229,221,206,.18); background: rgba(255,255,255,.045); border-radius: var(--radius-md); transition: transform .2s ease, background .2s ease; }
.advantage-card:hover { transform: translateY(-4px); background: rgba(229,221,206,.1); }
.advantage-card span { display: inline-grid; place-items: center; width: 43px; height: 43px; color: var(--ifm-dark); background: var(--ifm-beige); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.advantage-card h3 { margin: 25px 0 11px; font-size: 1.15rem; }
.advantage-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.advantage-card:last-child { grid-column: 2 / 3; }

.process { background: #fff; }
.process-heading { max-width: none; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.process-card { display: grid; grid-template-columns: 250px 1fr; min-height: 200px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--ifm-cream); }
.process-card picture { display: block; min-width: 0; height: 100%; background: var(--ifm-dark); }
.process-card img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; background: var(--ifm-dark); }
.process-card:nth-child(6) img { object-position: right center; }
.process-card div { align-self: center; padding: 25px; }
.process-card span { color: var(--ifm-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.process-card h3 { margin: 8px 0; color: var(--ifm-dark); font-size: 1.25rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.partner { background: var(--ifm-cream); }
.partner-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 65px; padding: 55px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.partner-brand { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.partner-brand img { width: 100%; height: auto; }
.partner-copy h2 { margin: 0; color: var(--ifm-dark); font-size: clamp(2.1rem, 3.5vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.partner-copy > p { color: var(--muted); }
.partner-contact { display: grid; gap: 4px; margin-top: 25px; padding: 22px; color: var(--ifm-dark); background: var(--ifm-sand); border-radius: var(--radius-md); }
.partner-contact a { font-weight: 700; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq .section-heading { position: sticky; top: 120px; }
.faq .button { margin-top: 28px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 48px 24px 0; list-style: none; color: var(--ifm-dark); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 3px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--ifm-dark); border-radius: 50%; transition: transform .2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion p { margin: -6px 50px 23px 0; color: var(--muted); }

.contact { color: var(--white); background: var(--ifm-dark); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.4rem); line-height: 1.04; letter-spacing: -.05em; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.company-address { display: grid; gap: 4px; margin-top: 30px; padding: 20px; border: 1px solid rgba(229,221,206,.25); border-radius: var(--radius-md); }
.company-address a { color: var(--ifm-cream); font-weight: 800; }
.contact-form { display: grid; gap: 17px; padding: 34px; color: var(--ifm-dark); background: var(--ifm-cream); border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ifm-dark); background: #fff; border: 1px solid rgba(17,69,100,.16); border-radius: 10px; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ifm-dark); box-shadow: 0 0 0 3px rgba(17,69,100,.12); }
.contact-form textarea { resize: vertical; }
.checkbox-label { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; color: rgba(17,69,100,.75); font-weight: 500 !important; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 3px; }
.checkbox-label a { text-decoration: underline; }
.contact-form .button { justify-self: start; }
.contact-form .button:disabled { cursor: wait; opacity: .65; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin: 0; padding: 12px 14px; border-radius: 10px; font-size: .84rem; }
.form-status.success { display: block; color: #114564; background: #fff; }
.form-status.error { display: block; color: #6e241f; background: #f9d9d4; }
.form-hint { margin: 0; color: rgba(17,69,100,.65); font-size: .72rem; }

.site-footer { padding: 65px 0 24px; color: rgba(17,69,100,.72); background: var(--ifm-beige); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; text-align: center; }
.footer-grid > div { display: grid; align-content: start; justify-items: center; gap: 8px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--ifm-dark); font-size: .92rem; }
.footer-grid a:hover { color: var(--black); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(17,69,100,.2); font-size: .8rem; }

.cookie-note { position: fixed; left: 20px; bottom: 20px; z-index: 1200; width: min(430px, calc(100% - 40px)); padding: 18px; color: var(--white); background: var(--ifm-dark); border: 1px solid rgba(255,255,255,.2); border-radius: 15px; box-shadow: var(--shadow); }
.cookie-note p { margin: 0 0 12px; font-size: .78rem; }
.cookie-note button { padding: 8px 14px; color: var(--ifm-dark); background: var(--ifm-cream); border: 0; border-radius: 999px; font-weight: 800; }
.back-to-top-fixed { position: fixed; right: 20px; bottom: 20px; z-index: 1300; display: grid; place-items: center; width: 54px; height: 54px; color: var(--ifm-dark); background: var(--ifm-cream); border: 1px solid rgba(17, 69, 100, .18); border-radius: 50%; box-shadow: 0 14px 34px rgba(17, 69, 100, .25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.back-to-top-fixed:hover, .back-to-top-fixed:focus-visible { transform: translateY(-3px); background: var(--ifm-sand); box-shadow: 0 18px 40px rgba(17, 69, 100, .3); }
.back-to-top-fixed svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; color: var(--text); background: var(--ifm-cream); }
.legal-header { padding: 18px 0; background: #fff; border-bottom: 1px solid var(--line); }
.legal-header .brand img { width: 210px; }
.legal-main { padding: 158px 0 90px; }
.legal-content { width: 100%; max-width: none; padding: 48px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.legal-content h1, .legal-content h2 { color: var(--ifm-dark); }
.legal-content h1 { margin-top: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-content h2 { margin-top: 34px; }
.legal-content p, .legal-content li { color: var(--muted); }
.placeholder-box { padding: 18px; border-left: 5px solid var(--ifm-dark); background: var(--ifm-cream); border-radius: 8px; }
.back-link { display: inline-flex; margin-bottom: 25px; color: var(--ifm-dark); font-weight: 800; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 830px; }
  .hero-visual { max-width: 760px; margin-inline: auto; }
  .machine-grid { gap: 45px; }
  .advantages-grid { grid-template-columns: 1fr 1fr; }
  .advantage-card:last-child { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 78px; left: 20px; right: 20px; display: grid; gap: 0; padding: 10px; color: var(--ifm-dark); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .story-grid, .machine-grid, .partner-card, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .faq .section-heading { position: static; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .cookie-note { bottom: 80px; }
  .back-to-top-fixed { right: 14px; bottom: 14px; width: 48px; height: 48px; }
  .nav-wrap { min-height: 78px; }
  .brand { width: 165px; height: 78px; }
  .brand img { width: 165px; }
  .hero { padding-top: 118px; }
  .hero-grid { gap: 36px; padding-bottom: 56px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); line-height: .92; }
  .hero-intro { margin-top: 22px; font-size: 1rem; }
  .hero-benefits { margin-top: 22px; }
  .hero-actions { margin-top: 26px; }
  .hero-visual { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .machine-frame { grid-column: 1 / -1; padding: 10px; border-radius: 22px 22px 7px 22px; transform: none; }
  .machine-frame img { height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 15px 15px 4px 15px; }
  .hero-stat { position: static; min-width: 0; margin: 0; padding: 13px 14px; box-shadow: none; }
  .hero-stat strong { font-size: 1.65rem; }
  .hero-stat span { font-size: .7rem; line-height: 1.35; }
  .hero-stat-top, .hero-stat-bottom { border-radius: 12px; }
  .video-stage { padding: 7px; border-radius: 20px; }
  .video-stage::before, .video-start { inset: 7px; border-radius: 14px; }
  .ifm-trailer { border-radius: 14px; }
  .video-start { gap: 13px; padding: 20px; }
  .video-play { width: 64px; height: 64px; }
  .video-start-copy small { font-size: .75rem; }
  .video-badge { top: 19px; right: 19px; min-width: auto; padding: 8px 10px; }
  .story-card { min-height: auto; padding: 30px 25px; }
  .advantages-grid { grid-template-columns: 1fr; }
  .process-card { grid-template-columns: 1fr; grid-template-rows: auto auto; min-height: 0; }
  .process-card picture { height: auto; }
  .process-card img { display: block; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; }
  .partner-card { padding: 28px 22px; }
  .partner-brand { padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .legal-content { padding: 28px 22px; }
  .legal-content h1 { font-size: clamp(2rem, 9vw, 2.5rem); overflow-wrap: anywhere; }
}

@media (max-width: 430px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
