@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("https://d.productad.ai/admaker/fonts/ItalianPlateNo2Expanded-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Italian Plate No2 Expanded";
  src: url("https://d.productad.ai/admaker/fonts/ItalianPlateNo2Expanded-Bold.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --ink: #121413;
  --paper: #f5f6f3;
  --white: #fff;
  --muted: #626964;
  --line: #d8dcd8;
  --coral: #ff6f54;
  --coral-dark: #a73c29;
  --coral-soft: #fff0ec;
  --mint: #59e99d;
  --mint-dark: #12683f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Italian Plate No2 Expanded", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { max-width: 100%; display: block; }

.lp-header-wrap {
  position: absolute;
  inset: 24px 0 auto;
  z-index: 10;
  padding: 0 36px;
}

.lp-header {
  width: min(1380px, 100%);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(18,20,19,.94);
  color: #fff;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 800;
}

.lp-brand img { width: 34px; height: 34px; }
.lp-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.lp-header nav a:hover { color: var(--coral); }

.lp-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--coral);
  color: #111;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.lp-button:hover { background: #ff8068; transform: translateY(-2px); }
.lp-button.dark { background: #161817; color: #fff; }
.lp-button.dark:hover { background: #292c2a; }
.lp-button.outline { border-color: #59605b; background: transparent; color: #fff; }

.lp-hero {
  min-height: 880px;
  display: grid;
  align-items: center;
  padding: 142px max(42px, calc((100vw - 1380px) / 2)) 72px;
  background: #0d0f0e;
  color: #fff;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(620px, 1.08fr);
  align-items: center;
  gap: 50px;
}

.lp-kicker {
  margin: 0 0 20px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 800;
  line-height: .98;
  text-wrap: balance;
}

.lp-hero-copy > p:not(.lp-kicker) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #c7cbc8;
  font-size: 18px;
  line-height: 1.55;
}

.lp-hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.lp-hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #aeb4b0; font-size: 12px; font-weight: 700; }
.lp-hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.lp-hero-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }

.lp-hero-media {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  position: relative;
}

.lp-hero-media video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 1px solid #353936;
  border-radius: 8px;
  background: #202321;
  object-fit: cover;
}

.lp-hero-media video:nth-child(2) { transform: translateY(-42px); }
.lp-model-badge {
  position: absolute;
  right: 18px;
  bottom: -24px;
  width: 285px;
  padding: 15px 17px;
  border: 1px solid #7af2b5;
  border-radius: 6px;
  background: #eafff3;
  color: #164d32;
}
.lp-model-badge span { display: block; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.lp-model-badge strong { display: block; margin-top: 4px; font-size: 15px; }

.lp-platforms {
  padding: 30px max(42px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.lp-platforms-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.lp-platforms strong { font-size: 14px; }
.lp-platform-list { display: flex; align-items: center; gap: 34px; color: #676e69; font-size: 17px; font-weight: 800; }

.lp-section {
  padding: 112px max(42px, calc((100vw - 1380px) / 2));
}
.lp-section.white { background: #fff; }
.lp-section.dark { background: #171918; color: #fff; }
.lp-section.coral { background: var(--coral); }

.lp-section-head {
  max-width: 900px;
  margin-bottom: 50px;
}
.lp-section-head span { color: var(--coral-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.lp-section.dark .lp-section-head span { color: var(--coral); }
.lp-section-head h2 { margin: 8px 0 0; font-size: clamp(42px, 4.3vw, 68px); line-height: 1.02; text-wrap: balance; }
.lp-section-head p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.lp-section.dark .lp-section-head p { color: #b9bfbb; }

.lp-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd4d0;
  border-bottom: 1px solid #cfd4d0;
}
.lp-scenario-grid article { min-height: 230px; padding: 26px; }
.lp-scenario-grid article + article { border-left: 1px solid #cfd4d0; }
.lp-scenario-grid i { display: block; color: var(--coral-dark); font-size: 12px; font-style: normal; font-weight: 900; }
.lp-scenario-grid h3 { margin: 48px 0 10px; font-size: 27px; }
.lp-scenario-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.lp-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lp-workflow article { min-height: 310px; padding: 24px; border: 1px solid #3a3e3b; border-radius: 8px; background: #202321; }
.lp-workflow strong { color: var(--coral); font-size: 13px; }
.lp-workflow h3 { margin: 88px 0 12px; font-size: 28px; }
.lp-workflow p { margin: 0; color: #b9bfbb; font-size: 14px; line-height: 1.55; }

.lp-compare-wrap {
  overflow: hidden;
  border: 1px solid #d4d8d5;
  border-radius: 8px;
  background: #fff;
}
.lp-compare-head, .lp-compare-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
}
.lp-compare-head { background: #161817; color: #fff; }
.lp-compare-head > div { min-height: 92px; display: flex; align-items: center; padding: 20px 24px; font-size: 17px; font-weight: 800; }
.lp-compare-head > div:nth-child(2) { background: var(--coral); color: #111; }
.lp-compare-row > div { min-height: 92px; display: flex; align-items: center; padding: 18px 24px; border-top: 1px solid #dce0dd; color: #555d58; font-size: 14px; line-height: 1.45; }
.lp-compare-row > div + div { border-left: 1px solid #dce0dd; }
.lp-compare-row > div:first-child { color: #171918; font-weight: 800; }
.lp-compare-row > div:nth-child(2) { background: #fff5f2; color: #732d21; font-weight: 700; }

.lp-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.lp-fit-grid article { padding: 28px; border: 1px solid #d7dcd8; border-radius: 8px; background: #fff; }
.lp-fit-grid article:last-child { background: #f0f2ef; }
.lp-fit-grid h3 { margin: 0 0 18px; font-size: 26px; }
.lp-fit-grid p { display: flex; gap: 10px; margin: 12px 0 0; color: #555d58; font-size: 14px; line-height: 1.45; }
.lp-fit-grid p::before { content: "✓"; color: var(--coral-dark); font-weight: 900; }

.lp-video-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.lp-video-card { min-width: 0; }
.lp-video-card video { width: 100%; aspect-ratio: 9 / 16; border: 1px solid #353936; border-radius: 8px; background: #242724; object-fit: cover; }
.lp-video-card span { display: block; margin-top: 10px; color: #c4c9c6; font-size: 11px; font-weight: 700; }

.lp-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(0,0,0,.25); }
.lp-trust-grid article { min-height: 210px; padding: 28px 24px; }
.lp-trust-grid article + article { border-left: 1px solid rgba(0,0,0,.25); }
.lp-trust-grid strong { display: block; margin-top: 42px; font-size: 30px; }
.lp-trust-grid span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.lp-trust-grid p { margin: 8px 0 0; color: #47261f; font-size: 13px; line-height: 1.45; }

.lp-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding: 94px max(42px, calc((100vw - 1380px) / 2));
  background: #fff;
}
.lp-cta h2 { max-width: 900px; margin: 0; font-size: clamp(46px, 5vw, 78px); line-height: .98; }
.lp-cta p { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.lp-cta .lp-button { min-width: 300px; min-height: 64px; }

.lp-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.lp-faq h2 { margin: 0; font-size: 54px; line-height: 1; }
.lp-faq-list { border-top: 1px solid #d2d7d3; }
.lp-faq details { padding: 22px 0; border-bottom: 1px solid #d2d7d3; }
.lp-faq summary { cursor: pointer; font-size: 17px; font-weight: 800; }
.lp-faq details p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.lp-related { padding: 28px max(42px, calc((100vw - 1380px) / 2)); border-top: 1px solid #d8dcd8; background: #fff; }
.lp-related nav { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-related a { padding: 9px 11px; border: 1px solid #d4d9d5; border-radius: 5px; font-size: 11px; font-weight: 800; }
.lp-related a:hover { border-color: var(--coral); color: var(--coral-dark); }

.lp-footer {
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 60px max(42px, calc((100vw - 1380px) / 2));
  background: #0d0f0e;
  color: #fff;
}
.lp-footer p { max-width: 520px; margin: 14px 0 0; color: #929995; font-size: 12px; line-height: 1.55; }
.lp-footer nav { display: flex; gap: 22px; color: #b8bdb9; font-size: 12px; }

@media (max-width: 980px) {
  .lp-header nav { display: none; }
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-media { max-width: 720px; }
  .lp-scenario-grid, .lp-workflow, .lp-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-video-rail { grid-template-columns: repeat(3, 1fr); }
  .lp-cta, .lp-faq { grid-template-columns: 1fr; }
}
