:root {
  --ink: #102033;
  --muted: #5c6b7c;
  --soft: #eef5ff;
  --blue: #0c66e4;
  --blue-dark: #0747a6;
  --green: #1f845a;
  --green-soft: #e6fcf5;
  --gold: #f5b700;
  --line: #d8e1ec;
  --paper: #ffffff;
  --wash: #f7faff;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(12, 102, 228, 0.13), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #ffffff 100%);
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(216, 225, 236, 0.8);
}

.nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(12, 102, 228, 0.22);
}

.brand.logo-brand img {
  width: auto;
  height: 46px;
  max-width: 42vw;
  border-radius: 0;
  box-shadow: none;
}

.footer .brand.logo-brand img {
  width: auto;
  height: 20px;
  max-width: 170px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(12, 102, 228, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.menu-icon {
  display: grid;
  gap: 3px;
}

.menu-icon span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(16, 32, 51, 0.04);
}

.button.primary {
  color: #ffffff;
  border-color: var(--blue);
  background: linear-gradient(135deg, var(--blue), #2684ff);
  box-shadow: 0 12px 24px rgba(12, 102, 228, 0.26);
}

.button:hover {
  transform: translateY(-1px);
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 22px 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: 46px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #baf3db;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
}

.hero h1 {
  margin: 22px 0 18px;
  max-width: 620px;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-family: "Nunito", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 7px 10px;
}

.product-shot {
  position: relative;
  padding: 18px;
}

.vendor-hero-card {
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 22px;
  background: #ffffff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.app-carousel {
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 22px;
  background: #ffffff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.carousel-button:hover {
  border-color: #85b8ff;
  color: var(--blue);
}

.carousel-track {
  position: relative;
  min-height: 560px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.carousel-copy {
  min-height: 130px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.carousel-copy img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(12, 102, 228, 0.18);
}

.carousel-copy span {
  display: inline-flex;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.carousel-copy h2 {
  margin: 6px 0 8px;
  font-size: 30px;
  line-height: 1.14;
  font-family: "Nunito", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.carousel-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #b7c7dc;
  cursor: pointer;
}

.carousel-dots button.active {
  width: 26px;
  background: var(--blue);
}

.app-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.app-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.06);
}

.app-card img {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(12, 102, 228, 0.18);
}

.app-card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.15;
}

.app-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.app-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.browser-frame {
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.browser-top {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  background: #f7faff;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f87168;
}

.dot:nth-child(2) {
  background: #f5cd47;
}

.dot:nth-child(3) {
  background: #22a06b;
}

.screenshot-panel {
  min-height: 380px;
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.10), rgba(31, 132, 90, 0.10)),
    repeating-linear-gradient(0deg, rgba(216, 225, 236, 0.48) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(216, 225, 236, 0.48) 0 1px, transparent 1px 70px),
    #ffffff;
}

.screenshot-panel.has-image {
  min-height: 0;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.10), rgba(31, 132, 90, 0.10)),
    #ffffff;
}

.screenshot-panel img {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.image-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.image-zoom:hover img {
  filter: saturate(1.06) contrast(1.02);
}

.video-panel {
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.12), rgba(31, 132, 90, 0.12)),
    #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-panel video {
  display: block;
  width: 100%;
  aspect-ratio: 1662 / 966;
  min-height: 0;
  object-fit: contain;
  background: #071322;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 34px;
  background: rgba(9, 30, 66, 0.82);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(100%, 1600px);
  max-height: calc(100vh - 96px);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.36);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font: inherit;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.play-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 18px 42px rgba(12, 102, 228, 0.28);
}

.video-copy {
  max-width: 500px;
  text-align: center;
  padding: 28px;
}

.video-copy strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 22px;
}

.video-copy span {
  color: var(--muted);
  line-height: 1.55;
}

.asset-card {
  width: min(420px, 100%);
  border: 1px dashed #85b8ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  padding: 28px;
  text-align: center;
}

.asset-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.asset-card span {
  color: var(--muted);
  line-height: 1.5;
}

.asset-card code {
  color: var(--blue-dark);
  background: var(--soft);
  border-radius: 6px;
  padding: 2px 6px;
}

.metric-strip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 22px 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 20px;
}

.metric strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
}

.metric span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 68px 22px;
}

.section.alt {
  max-width: none;
  background: #f4f8ff;
}

.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.content-page h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-family: "Nunito", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.section-heading p,
.content-page .lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.showcase-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.06);
}

.showcase-card b {
  display: block;
  margin: 14px 0 8px;
  font-size: 18px;
}

.showcase-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.screen-row .screenshot-panel,
.split .screenshot-panel {
  min-height: 320px;
}

.use-case-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.use-case-strip article {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
}

.use-case-strip span {
  display: inline-flex;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.use-case-strip b {
  display: block;
  margin: 18px 0 8px;
  font-size: 17px;
}

.use-case-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.mini-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.mini-feature-row.compact {
  grid-template-columns: repeat(2, 1fr);
}

.mini-feature-row article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
}

.mini-feature-row b,
.mini-feature-row span {
  display: block;
}

.mini-feature-row span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.forge-banner {
  border: 1px solid #baf3db;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(230, 252, 245, 0.95), rgba(238, 245, 255, 0.95)),
    #ffffff;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: center;
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.08);
}

.forge-banner h3 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.16;
}

.forge-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.forge-points {
  display: grid;
  gap: 10px;
}

.forge-points span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px;
  color: var(--ink);
  line-height: 1.45;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(16, 32, 51, 0.07);
}

.compare-table th,
.compare-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  background: #f7faff;
  color: var(--ink);
  font-size: 14px;
}

.compare-table th:nth-child(3) {
  background: #e6fcf5;
  color: #164b35;
}

.compare-table td:nth-child(3) {
  background: linear-gradient(90deg, rgba(230, 252, 245, 0.9), rgba(255, 255, 255, 0.96));
  border-left: 3px solid #22a06b;
}

.compare-table td:nth-child(2) {
  color: var(--muted);
  background: #fbfcfe;
}

.compare-table td:first-child {
  font-weight: 800;
  color: var(--ink);
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  color: #ae2e24;
  background: #ffedeb;
  font-weight: 900;
}

.neutral {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  color: #44546f;
  background: #f1f2f4;
  font-weight: 900;
}

.advantage-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #baf3db;
  border-radius: 999px;
  background: #dcfff1;
  color: #216e4e;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.benefit-card,
.feature-card,
.quote,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.06);
}

.benefit-card b,
.feature-card b {
  display: block;
  margin: 14px 0 8px;
  font-size: 19px;
}

.benefit-card p,
.feature-card p,
.legal-card p,
.quote p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.icon-tile {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  color: var(--blue);
  font-weight: 900;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.workflow-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 22px;
}

.workflow-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue);
  font-weight: 900;
}

.workflow-step h3 {
  margin: 18px 0 8px;
}

.workflow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.feature-card b {
  margin-top: 0;
}

.mini-shot {
  min-height: 320px;
}

.quote {
  background: linear-gradient(135deg, #ffffff, #f6fbff);
}

.quote p {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.45;
}

.quote span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 800;
}

.cta {
  max-width: 1180px;
  margin: 58px auto 70px;
  padding: 0 22px;
}

.cta-box {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.95), rgba(31, 132, 90, 0.95)),
    var(--blue);
  color: #ffffff;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.cta-box p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.cta-box .button {
  color: var(--blue);
  border-color: #ffffff;
  background: #ffffff;
  white-space: nowrap;
}

.asset-spec {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  margin: 22px 0;
}

.asset-spec code {
  color: var(--blue-dark);
  background: var(--soft);
  border-radius: 6px;
  padding: 2px 6px;
}

.footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.footer-credit {
  margin-top: 6px;
  color: #8590a2;
  font-size: 12px;
}

.content-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px 22px;
}

.content-page h2 {
  margin: 40px 0 12px;
  font-size: 26px;
}

.content-page h3 {
  margin: 26px 0 8px;
}

.content-page p,
.content-page li {
  color: var(--muted);
  line-height: 1.68;
}

.content-page ul {
  padding-left: 22px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.legal-card b {
  display: block;
  margin-bottom: 8px;
}

.notice {
  border: 1px solid #f5cd47;
  border-radius: 14px;
  background: #fff8db;
  color: #533f04;
  padding: 18px;
  margin: 26px 0;
  line-height: 1.55;
}

.ad-hero {
  align-items: stretch;
}

.ad-hero .product-shot {
  display: grid;
  align-items: center;
}

.visual-hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
}

.hero-media-stack {
  display: grid;
  gap: 14px;
}

.media-card {
  margin: 0;
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.11);
}

.media-card img,
.media-card video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f7faff;
}

.hero-media-card img {
  aspect-ratio: auto;
}

.media-card figcaption {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.mini-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mini-screen-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 32, 51, 0.08);
}

.mini-screen-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.mini-screen-grid figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.visual-band .split {
  align-items: start;
}

.compact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  border-left: 4px solid var(--blue);
  border-radius: 10px;
  background: #ffffff;
  padding: 12px 14px;
  color: var(--muted);
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(16, 32, 51, 0.05);
}

.media-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.media-mosaic .wide {
  grid-column: 1 / -1;
}

.video-showcase {
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 22px;
  background: #071322;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-showcase video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #071322;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tour-step {
  display: grid;
  gap: 12px;
}

.tour-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.feature-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.feature-visual {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 12px 36px rgba(16, 32, 51, 0.07);
}

.feature-visual h3 {
  margin: 18px 4px 8px;
  font-size: 24px;
  line-height: 1.16;
}

.feature-visual p {
  margin: 0 4px 4px;
  color: var(--muted);
  line-height: 1.55;
}

.feature-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-chip-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  padding: 10px 13px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(16, 32, 51, 0.04);
}

.product-hero {
  max-width: 1360px;
  min-height: 0;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 14%, rgba(12, 102, 228, 0.12), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
  box-shadow: 0 28px 86px rgba(16, 32, 51, 0.12);
  overflow: visible;
}

.hero-copy-panel {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 8px 0 8px 4px;
}

.product-hero h1 {
  max-width: 650px;
  margin-top: 18px;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.02;
}

.product-hero h1 span {
  color: var(--blue);
}

.product-hero .hero-copy {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.55;
}

.hero-benefits {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

.hero-benefits article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 116px;
  border: 1px solid rgba(216, 225, 236, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 14px;
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.06);
}

.hero-benefits b {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.22;
}

.hero-benefits p {
  margin: 0;
  color: #4d6382;
  font-size: 14px;
  line-height: 1.42;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(16, 32, 51, 0.14);
}

.benefit-icon.green {
  background: #22a06b;
}

.benefit-icon.blue {
  background: #2684ff;
}

.benefit-icon.gold {
  background: #f5b700;
}

.benefit-icon.jira {
  background: #0c66e4;
}

.hero-composition {
  position: relative;
  min-height: 560px;
  align-self: center;
  isolation: isolate;
}

.hero-composition::before {
  content: "";
  position: absolute;
  inset: 90px 0 -20px 40px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 45%, rgba(12, 102, 228, 0.13), transparent 38%),
    radial-gradient(circle at 58% 66%, rgba(34, 160, 107, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 94%);
  filter: blur(2px);
  mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
  z-index: -2;
}

.hero-composition::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 36px;
  height: 270px;
  border: 3px dashed rgba(38, 132, 255, 0.42);
  border-top-color: rgba(34, 160, 107, 0.42);
  border-radius: 50%;
  transform: rotate(8deg);
  z-index: -1;
}

.hero-video-composition {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  display: grid;
  align-content: stretch;
  gap: 12px;
}

.hero-video-composition::before {
  display: none;
}

.hero-video-composition::after {
  display: none;
}

.hero-video-card {
  position: relative;
  z-index: 1;
  align-self: center;
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 24px;
  background: #071322;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.18);
}

.hero-video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #071322;
}

.hero-video-note {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(216, 225, 236, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #36577d;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-progress {
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(8, minmax(48px, 1fr));
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.hero-progress span {
  position: relative;
  padding-top: 42px;
}

.hero-progress span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 6px 18px rgba(16, 32, 51, 0.14);
  transform: translateX(-50%);
}

.hero-progress span::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% + 18px);
  right: calc(-50% + 18px);
  height: 2px;
  background: linear-gradient(90deg, #cfe3ef 0%, rgba(207, 227, 239, 0.18) 100%);
}

.hero-progress span:last-child::before {
  background: var(--blue);
}

.hero-progress span:last-child::after {
  display: none;
}

.hero-screen {
  position: absolute;
  display: block;
  padding: 0;
  border: 1px solid rgba(12, 102, 228, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(16, 32, 51, 0.16);
  overflow: hidden;
  cursor: zoom-in;
}

.hero-screen::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18));
}

.hero-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-screen-upload {
  top: 78px;
  left: 16px;
  width: 360px;
  aspect-ratio: 16 / 10;
}

.hero-screen-sheet {
  top: 74px;
  right: 8px;
  width: 430px;
  aspect-ratio: 16 / 10;
}

.hero-screen-validate {
  top: 250px;
  left: 0;
  width: 500px;
  aspect-ratio: 16 / 10;
  z-index: 3;
}

.hero-screen-hierarchy {
  top: 278px;
  right: 86px;
  width: 320px;
  aspect-ratio: 16 / 10;
  z-index: 2;
}

.hero-screen-report {
  right: 16px;
  bottom: 10px;
  width: 340px;
  aspect-ratio: 16 / 10;
  z-index: 4;
  box-shadow: 0 22px 58px rgba(16, 32, 51, 0.13);
}

.hero-flow-icons {
  position: absolute;
  left: 0;
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 5;
}

.excel-badge,
.jira-badge,
.flow-arrow {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.2);
}

.excel-badge,
.jira-badge {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  font-size: 34px;
}

.excel-badge {
  background: #22a06b;
}

.jira-badge,
.flow-arrow {
  background: var(--blue);
}

.flow-arrow {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  font-size: 22px;
}

.importer-page {
  background:
    radial-gradient(circle at top right, rgba(12, 102, 228, 0.10), transparent 34rem),
    radial-gradient(circle at 10% 48%, rgba(34, 160, 107, 0.08), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #ffffff 100%);
}

.importer-page .breadcrumb {
  max-width: 1400px;
}

.importer-page .section {
  max-width: 1320px;
  padding: 88px 28px;
}

.importer-page .section.alt {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(239, 248, 255, 0.96)),
    #f7fbff;
}

.importer-page .section-inner {
  max-width: 1320px;
}

.importer-page .section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.importer-page .section-heading h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
}

.importer-page .section-heading p {
  max-width: 760px;
  color: #4d6382;
  font-size: 20px;
}

.importer-page .split {
  grid-template-columns: minmax(380px, 0.72fr) minmax(620px, 1fr);
  gap: 54px;
}

.importer-page .media-card,
.importer-page .feature-visual,
.importer-page .role-grid article,
.importer-page .usecase-grid article,
.importer-page .faq-item,
.importer-page .problem-list li,
.importer-page .check-list li {
  border-color: rgba(12, 102, 228, 0.14);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(16, 32, 51, 0.10);
}

.importer-page .media-card img,
.importer-page .media-card video {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.importer-page .media-card figcaption {
  min-height: 54px;
  padding: 14px 18px;
  color: #23466f;
  font-size: 14px;
}

.importer-page .media-mosaic {
  gap: 18px;
}

.importer-page .video-showcase {
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(16, 32, 51, 0.16);
}

.importer-page .tour-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.importer-page .tour-step {
  gap: 14px;
}

.importer-page .tour-step p {
  padding: 0 4px;
  color: #4d6382;
  font-size: 17px;
}

.importer-page .feature-showcase {
  gap: 28px;
}

.importer-page .feature-visual {
  padding: 18px;
}

.importer-page .feature-visual h3 {
  margin-top: 22px;
  font-size: 29px;
}

.importer-page .feature-visual p {
  color: #4d6382;
  font-size: 17px;
}

.visual-placeholder {
  min-height: 320px;
  border: 1px dashed rgba(12, 102, 228, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.09), rgba(34, 160, 107, 0.10)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.68) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0 1px, transparent 1px 64px),
    #f4f9ff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 24px;
  color: #12365f;
}

.visual-placeholder span {
  width: fit-content;
  border: 1px solid rgba(12, 102, 228, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 7px 11px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.visual-placeholder b {
  max-width: 420px;
  font-size: 26px;
  line-height: 1.1;
}

.visual-placeholder p {
  margin: 0;
  color: #5c6b7c;
}

.importer-page .feature-chip-grid {
  gap: 12px;
}

.importer-page .feature-chip-grid span {
  border-color: rgba(12, 102, 228, 0.16);
  border-radius: 14px;
  padding: 13px 16px;
  color: #12365f;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
}

.importer-page .compare-table {
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(16, 32, 51, 0.11);
}

.importer-page .compare-table th,
.importer-page .compare-table td {
  padding: 22px;
  line-height: 1.5;
}

.importer-page .usecase-grid,
.importer-page .role-grid,
.importer-page .faq-grid {
  gap: 20px;
}

.importer-page .usecase-grid article,
.importer-page .role-grid article,
.importer-page .faq-item {
  padding: 24px;
}

.importer-page .usecase-grid b,
.importer-page .role-grid b {
  color: #0c1f3d;
  font-size: 20px;
}

.importer-page .usecase-grid p,
.importer-page .role-grid p,
.importer-page .faq-item p {
  color: #4d6382;
  font-size: 16px;
}

.importer-page .forge-banner {
  border-color: rgba(34, 160, 107, 0.20);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 160, 107, 0.15), transparent 26rem),
    linear-gradient(135deg, #ffffff, #f1fff8);
  padding: 34px;
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.10);
}

.importer-page .forge-banner h3 {
  font-size: 34px;
}

.importer-page .forge-points span {
  border-radius: 16px;
  padding: 15px;
}

.importer-page .check-list li,
.importer-page .problem-list li {
  padding: 17px 18px;
  color: #4d6382;
}

.importer-page .cta {
  max-width: 1320px;
  margin-top: 74px;
}

.importer-page .cta-box {
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #0c66e4, #0b5ed0 48%, #22a06b);
  padding: 56px;
  box-shadow: 0 34px 88px rgba(12, 102, 228, 0.25);
}

.importer-page .cta-box h2 {
  font-size: clamp(38px, 4.5vw, 58px);
}

.vendor-page {
  background:
    radial-gradient(circle at top right, rgba(12, 102, 228, 0.10), transparent 34rem),
    radial-gradient(circle at 10% 46%, rgba(34, 160, 107, 0.08), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 46%, #ffffff 100%);
}

.vendor-page .product-hero {
  max-width: 1500px;
  padding-top: 58px;
  padding-right: 48px;
  padding-bottom: 54px;
}

.vendor-page .product-hero h1 span {
  color: var(--blue);
}

.vendor-page .section {
  max-width: 1320px;
  padding: 88px 28px;
}

.vendor-page .section.alt {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(239, 248, 255, 0.96)),
    #f7fbff;
}

.vendor-page .section-inner {
  max-width: 1320px;
}

.vendor-page .section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.vendor-page .section-heading h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
}

.vendor-page .section-heading p {
  max-width: 760px;
  color: #4d6382;
  font-size: 20px;
}

.vendor-page .showcase-grid {
  gap: 20px;
}

.vendor-page .showcase-card,
.vendor-page .app-card {
  border-color: rgba(12, 102, 228, 0.14);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(16, 32, 51, 0.10);
}

.vendor-page .showcase-card {
  padding: 26px;
}

.vendor-page .showcase-card b,
.vendor-page .app-card h3 {
  color: #0c1f3d;
}

.vendor-page .showcase-card p,
.vendor-page .app-card p {
  color: #4d6382;
  font-size: 16px;
}

.vendor-page .icon-tile {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(38, 132, 255, 0.14), rgba(34, 160, 107, 0.14));
}

.vendor-page .cta {
  max-width: 1320px;
  margin-top: 74px;
}

.vendor-page .cta-box {
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #0c66e4, #0b5ed0 48%, #22a06b);
  padding: 56px;
  box-shadow: 0 34px 88px rgba(12, 102, 228, 0.25);
}

.vendor-page .cta-box h2 {
  font-size: clamp(38px, 4.5vw, 58px);
}

.clean-shot {
  min-height: 420px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(12, 102, 228, 0.08), rgba(31, 132, 90, 0.10)),
    #ffffff;
}

.mock-ui {
  width: min(560px, 100%);
  display: grid;
  gap: 14px;
}

.mock-toolbar,
.mock-row,
.mock-card-line {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(216, 225, 236, 0.95);
}

.mock-toolbar {
  height: 46px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 10px;
  padding: 10px;
}

.mock-toolbar span,
.mock-card-line span,
.mock-row span {
  display: block;
  border-radius: 999px;
  background: #dce8fa;
}

.mock-toolbar span:nth-child(2) {
  background: #c9f2df;
}

.mock-toolbar span:nth-child(3) {
  background: #f8e3a3;
}

.mock-grid {
  display: grid;
  gap: 8px;
}

.mock-row {
  min-height: 46px;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr 1fr;
  gap: 10px;
  padding: 10px;
}

.mock-row span {
  min-height: 12px;
  align-self: center;
}

.mock-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-card-line {
  min-height: 72px;
  padding: 14px;
}

.mock-card-line span {
  height: 12px;
  margin-bottom: 9px;
}

.mock-card-line span:last-child {
  width: 64%;
}

.image-caption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.problem-list,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.problem-list li,
.check-list li {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 13px 15px;
  color: var(--muted);
  line-height: 1.45;
}

.feature-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-matrix article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
}

.feature-matrix b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.feature-matrix p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.ad-workflow {
  display: grid;
  grid-template-columns: repeat(7, minmax(180px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.ad-workflow article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
}

.step-visual {
  min-height: 82px;
  display: grid;
  gap: 7px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(238, 245, 255, 0.95), rgba(230, 252, 245, 0.9));
  padding: 12px;
}

.step-visual span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 102, 228, 0.24);
}

.step-visual span:nth-child(2) {
  width: 76%;
  background: rgba(31, 132, 90, 0.24);
}

.step-visual span:nth-child(3) {
  width: 54%;
  background: rgba(245, 183, 0, 0.34);
}

.ad-workflow strong {
  color: var(--blue);
  font-size: 13px;
}

.ad-workflow b {
  font-size: 17px;
}

.ad-workflow p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.role-grid,
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.role-grid article,
.usecase-grid article,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
}

.role-grid b,
.usecase-grid b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.role-grid p,
.usecase-grid p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 22px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.sample-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.media-card picture,
.hero-screen picture,
.worklog-panel-shot picture {
  display: block;
  width: 100%;
}

.sample-table th,
.sample-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.sample-table th {
  background: #f7faff;
}

.sample-table tr:last-child td {
  border-bottom: 0;
}

.seo-page {
  max-width: 980px;
}

.inline-cta {
  border: 1px solid #baf3db;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f2fff9);
  padding: 24px;
  margin: 32px 0;
}

.inline-cta h2 {
  margin-top: 0;
}

.docs-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 22px 82px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.docs-hero {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(34, 160, 107, 0.14), transparent 22rem),
    linear-gradient(135deg, #ffffff, #f6fbff);
  padding: 34px;
  box-shadow: 0 24px 70px rgba(16, 32, 51, 0.10);
}

.docs-hero > * {
  min-width: 0;
}

.docs-hero h1 {
  margin: 20px 0 18px;
  font-family: "Nunito", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.docs-hero .lead {
  max-width: 760px;
  margin: 0;
  color: #4d6382;
  font-size: 19px;
  line-height: 1.62;
}

.docs-hero .lead.secondary {
  margin-top: 14px;
}

.docs-hero-shot {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(12, 102, 228, 0.16);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(16, 32, 51, 0.12);
}

.docs-hero-shot img,
.docs-article figure img {
  display: block;
  width: 100%;
  height: auto;
}

.docs-hero-shot figcaption,
.docs-article figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.docs-sidebar {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 110px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(16, 32, 51, 0.06);
}

.docs-sidebar nav {
  padding: 18px;
}

.docs-sidebar h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 15px;
}

.docs-sidebar ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-sidebar a {
  display: block;
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.32;
}

.docs-sidebar a:hover {
  background: var(--soft);
  color: var(--blue);
}

.docs-article {
  min-width: 0;
  display: grid;
  gap: 22px;
}

.docs-article section {
  scroll-margin-top: 94px;
  border: 1px solid rgba(216, 225, 236, 0.96);
  border-radius: 18px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 12px 36px rgba(16, 32, 51, 0.06);
}

.docs-article h2 {
  margin: 0 0 16px;
  font-family: "Nunito", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
}

.docs-article h3 {
  margin: 26px 0 10px;
  color: #0c1f3d;
  font-size: 20px;
  line-height: 1.24;
}

.docs-article p,
.docs-article li,
.docs-article dd {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.docs-article p {
  margin: 0 0 13px;
}

.docs-article ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.docs-article li + li {
  margin-top: 7px;
}

.docs-article aside {
  border: 1px solid #baf3db;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #f2fff9);
  padding: 16px 18px;
  margin: 18px 0 0;
}

.docs-article aside p {
  margin: 0;
}

.docs-article figure {
  margin: 20px 0 24px;
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(16, 32, 51, 0.08);
}

.docs-article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.docs-article th,
.docs-article td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.docs-article th {
  background: #f7faff;
  color: var(--ink);
  font-size: 14px;
}

.docs-article tr:last-child td {
  border-bottom: 0;
}

.docs-article code {
  border-radius: 6px;
  background: var(--soft);
  color: var(--blue-dark);
  padding: 2px 6px;
}

.docs-article pre {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #071322;
  padding: 16px;
}

.docs-article pre code {
  background: transparent;
  color: #ffffff;
  padding: 0;
}

.docs-article dl {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 10px 18px;
  margin: 18px 0 0;
}

.docs-article dt {
  color: var(--ink);
  font-weight: 900;
}

.docs-article dd {
  margin: 0;
}

.docs-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.docs-link-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
}

.docs-link-card b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.docs-link-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.docs-link-card:hover {
  border-color: #85b8ff;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .metric-strip,
  .benefit-grid,
  .showcase-grid,
  .app-card,
  .docs-page,
  .docs-hero,
  .docs-link-grid,
  .visual-hero,
  .mini-screen-grid,
  .media-mosaic,
  .tour-grid,
  .feature-showcase,
  .feature-matrix,
  .role-grid,
  .usecase-grid,
  .faq-grid,
  .screen-row,
  .mini-feature-row,
  .mini-feature-row.compact,
  .workflow,
  .forge-banner,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    position: relative;
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .menu-toggle + .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 30;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(16, 32, 51, 0.18);
    font-size: 13px;
  }

  .menu-toggle + .nav-links.open {
    display: grid;
  }

  .menu-toggle + .nav-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    padding: 0 10px;
    text-align: center;
  }

  .menu-toggle + .nav-links .button {
    width: 100%;
  }

  .docs-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .docs-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .docs-hero > div,
  .docs-hero h1,
  .docs-hero .lead,
  .docs-hero-shot,
  .docs-article section {
    min-width: 0;
    max-width: 100%;
  }

  .docs-hero .lead {
    overflow-wrap: anywhere;
  }

  .hero {
    padding-top: 30px;
    gap: 22px;
  }

  .hero h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .product-shot {
    padding: 0;
  }

  .use-case-strip {
    grid-template-columns: repeat(6, 260px);
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ad-workflow {
    grid-template-columns: repeat(7, 240px);
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mock-summary,
  .mock-row,
  .mock-toolbar {
    grid-template-columns: 1fr;
  }

  .media-card img,
  .media-card video,
  .mini-screen-grid img {
    aspect-ratio: 16 / 10;
    object-fit: contain;
  }

  .product-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 14px;
    padding: 22px 16px 26px;
    border-radius: 24px;
    gap: 22px;
  }

  .product-hero h1 {
    margin-top: 18px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .product-hero .hero-copy {
    max-width: none;
    font-size: 18px;
  }

  .hero-benefits {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
  }

  .hero-benefits article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-height: 0;
    border: 1px solid rgba(216, 225, 236, 0.9);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    padding: 12px;
  }

  .benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 15px;
  }

  .hero-benefits b {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .hero-benefits p {
    font-size: 13px;
    line-height: 1.38;
  }

  .hero-composition {
    min-height: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    align-items: start;
    gap: 12px;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-composition::-webkit-scrollbar {
    display: none;
  }

  .lp-hero .hero-composition {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 4px auto 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .lp-hero .hero-media-card {
    width: 100%;
  }

  .hero-progress {
    display: none;
  }

  .hero-progress span::after {
    display: none;
  }

  .hero-screen {
    position: relative;
    inset: auto;
    width: min(82vw, 460px);
    min-width: min(82vw, 460px);
    margin: 0;
    border-radius: 16px;
    scroll-snap-align: center;
    box-shadow: 0 18px 42px rgba(16, 32, 51, 0.14);
  }

  .hero-screen-upload,
  .hero-screen-sheet,
  .hero-screen-validate {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(82vw, 460px);
  }

  .hero-screen-hierarchy,
  .hero-screen-report {
    display: none;
  }

  .hero-flow-icons {
    display: none;
  }

  .hero-composition::before,
  .hero-composition::after {
    display: none;
  }

  .hero-video-composition {
    grid-column: auto;
    grid-row: auto;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .hero-video-card {
    border-radius: 18px;
  }

  .hero-video-note {
    max-width: none;
    margin-top: 10px;
    font-size: 15px;
  }

  .importer-page .section {
    padding: 56px 16px;
  }

  .importer-page .split,
  .importer-page .tour-grid,
  .importer-page .feature-showcase,
  .importer-page .usecase-grid,
  .importer-page .role-grid,
  .importer-page .faq-grid {
    grid-template-columns: 1fr;
  }

  .importer-page .section-heading h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .importer-page .section-heading p,
  .importer-page .tour-step p {
    font-size: 16px;
  }

  .visual-band .split {
    gap: 26px;
  }

  .media-mosaic {
    display: flex;
    gap: 14px;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .media-mosaic::-webkit-scrollbar {
    display: none;
  }

  .media-mosaic .media-card,
  .media-mosaic .wide {
    flex: 0 0 min(calc(100vw - 32px), 520px);
    scroll-snap-align: start;
  }

  .tour-grid,
  .feature-showcase {
    display: flex;
    gap: 16px;
    margin: 0 -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tour-grid::-webkit-scrollbar,
  .feature-showcase::-webkit-scrollbar {
    display: none;
  }

  .tour-step,
  .feature-visual {
    flex: 0 0 min(calc(100vw - 32px), 520px);
    scroll-snap-align: start;
  }

  .tour-step p {
    padding: 0 2px;
  }

  .feature-visual {
    padding: 12px;
  }

  .feature-visual h3 {
    margin-top: 14px;
    font-size: 21px;
  }

  .feature-showcase .feature-visual:nth-child(n + 4) {
    display: none;
  }

  .importer-page .feature-showcase .feature-visual:nth-child(n + 4) {
    display: flex;
  }

  .video-showcase {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .video-showcase video {
    aspect-ratio: 16 / 10;
  }

  .feature-chip-grid {
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .feature-chip-grid::-webkit-scrollbar {
    display: none;
  }

  .feature-chip-grid span {
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .usecase-grid,
  .role-grid,
  .faq-grid,
  .showcase-grid,
  .app-card-grid {
    display: flex;
    gap: 14px;
    margin: 0 -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .usecase-grid::-webkit-scrollbar,
  .role-grid::-webkit-scrollbar,
  .faq-grid::-webkit-scrollbar,
  .showcase-grid::-webkit-scrollbar,
  .app-card-grid::-webkit-scrollbar {
    display: none;
  }

  .usecase-grid article,
  .role-grid article,
  .faq-item,
  .showcase-card,
  .app-card {
    flex: 0 0 min(82vw, 360px);
    scroll-snap-align: center;
  }

  .faq-grid .faq-item:nth-child(n + 7) {
    display: none;
  }

  .importer-page .cta-box {
    padding: 34px;
    border-radius: 24px;
  }

  .vendor-page .section {
    padding: 58px 16px;
  }

  .vendor-page .product-hero {
    padding-top: 30px;
    padding-right: 16px;
  }

  .vendor-page .section-heading h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .vendor-page .section-heading p {
    font-size: 16px;
  }

  .vendor-page .cta-box {
    padding: 34px;
    border-radius: 24px;
  }

  .section {
    padding: 46px 16px;
  }

  .metric-strip {
    padding-bottom: 36px;
  }

  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table th,
  .compare-table td,
  .compare-table tr {
    display: block;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table tr {
    border-bottom: 1px solid var(--line);
  }

  .compare-table td {
    padding: 14px 16px;
    border-bottom: 0;
  }

  .compare-table tr:nth-child(n + 6) {
    display: none;
  }

  .compare-table td:first-child {
    background: #f7faff;
  }

  .compare-table td:nth-child(2)::before {
    content: "Standard Jira CSV import";
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-weight: 900;
  }

  .compare-table td:nth-child(3)::before {
    content: "Excel to Jira Importer";
    display: block;
    margin-bottom: 8px;
    color: #164b35;
    font-weight: 900;
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
  }

.footer-inner {
    grid-template-columns: 1fr;
  }
}

.lp-hero {
  align-items: start;
  padding-bottom: 42px;
}

.lp-hero .hero-actions {
  margin-bottom: 10px;
}

.cta-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.illustration-card img {
  background: #ffffff;
}

.video-strip {
  padding-top: 28px;
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.walkthrough-card {
  display: grid;
  gap: 5px;
  max-width: 520px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 14px 16px;
  color: inherit;
  text-decoration: none;
}

.walkthrough-card b {
  color: var(--ink);
}

.walkthrough-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.problem-list article,
.feature-card-grid article,
.step-list li,
.admin-copy-card {
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 18px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
}

.problem-list h3,
.feature-card-grid h3,
.step-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.22;
}

.problem-list p,
.feature-card-grid p,
.step-list p {
  margin: 0;
  color: #4d6382;
  line-height: 1.58;
}

.usecase-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.steps-with-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
  gap: 34px;
  align-items: start;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lp-step;
}

.step-list li {
  position: relative;
  padding-left: 72px;
  counter-increment: lp-step;
}

.step-list li::before {
  content: counter(lp-step);
  position: absolute;
  left: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-copy-card {
  align-self: start;
}

.admin-copy-card label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 900;
}

.admin-copy-card textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fbff;
  color: var(--ink);
  padding: 16px;
  font: 500 15px/1.55 "Inter", ui-sans-serif, system-ui, sans-serif;
}

.copy-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.importer-page .forge-banner h2 {
  margin: 8px 0 10px;
  font-size: 34px;
  line-height: 1.16;
}

.partner-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
}

.partner-flow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(12, 102, 228, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.9)),
    #ffffff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.partner-flow-card {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
}

.partner-flow-card.featured {
  border-color: #baf3db;
  background: linear-gradient(180deg, #ffffff, #f0fff8);
}

.partner-flow-card b {
  font-size: 19px;
  line-height: 1.22;
}

.partner-flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.flow-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.flow-icon::before {
  content: "";
  display: block;
}

.sheet-icon {
  background: linear-gradient(135deg, #1f845a, #36b37e);
}

.sheet-icon::before {
  width: 24px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 4px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)) 6px 0 / 2px 100% no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)) 14px 0 / 2px 100% no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)) 0 8px / 100% 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)) 0 17px / 100% 2px no-repeat;
}

.map-icon {
  background: linear-gradient(135deg, var(--blue), #2684ff);
}

.map-icon::before {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.18),
    16px 0 0 -8px rgba(255, 255, 255, 0.94),
    -16px 0 0 -8px rgba(255, 255, 255, 0.94);
}

.jira-icon {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}

.jira-icon::before {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 3px solid rgba(255, 255, 255, 0.94);
  transform: rotate(45deg);
}

.flow-arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(12, 102, 228, 0.24);
}

.partner-safety-note {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border: 1px solid #baf3db;
  border-radius: 16px;
  background: var(--green-soft);
  color: #164b35;
  padding: 16px 18px;
  line-height: 1.5;
}

.partner-card-grid,
.partner-resource-grid {
  display: grid;
  gap: 16px;
}

.partner-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-card-grid article,
.partner-resource-grid article {
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 18px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
}

.partner-card-grid.large article {
  min-height: 250px;
  padding: 26px;
}

.card-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--soft);
  color: var(--blue);
  font-weight: 900;
}

.partner-card-grid h3,
.partner-resource-grid h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

.partner-card-grid p,
.partner-resource-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.partner-step-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-step-list li {
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 18px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
}

.partner-step-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.partner-step-list h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  line-height: 1.22;
}

.partner-step-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.partner-callout,
.partner-no-call-box {
  margin-top: 18px;
  border: 1px solid #baf3db;
  border-radius: 18px;
  background: linear-gradient(135deg, #e6fcf5, #f7faff);
  color: #164b35;
  padding: 20px 22px;
  box-shadow: 0 12px 32px rgba(16, 32, 51, 0.06);
}

.partner-no-call-box {
  display: grid;
  gap: 6px;
  font-size: 19px;
}

.partner-no-call-box span {
  color: var(--muted);
  font-size: 16px;
}

.partner-check-list {
  margin-top: 22px;
}

.partner-product-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.partner-message-card textarea {
  min-height: 220px;
}

.workbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.workbook-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 280px;
  border: 1px solid rgba(12, 102, 228, 0.14);
  border-radius: 18px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08);
  overflow: hidden;
}

.workbook-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--blue);
}

.workbook-card.simple::before {
  background: var(--green);
}

.workbook-card.advanced::before {
  background: var(--blue);
}

.workbook-card.messy {
  border-color: #f5cd47;
  background: linear-gradient(180deg, #ffffff, #fffaf0);
}

.workbook-card.messy::before {
  background: #f5b700;
}

.workbook-tag {
  justify-self: start;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7faff;
  color: var(--blue-dark);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.workbook-card.simple .workbook-tag {
  border-color: #baf3db;
  background: var(--green-soft);
  color: var(--green);
}

.workbook-card.messy .workbook-tag {
  border-color: #f5cd47;
  background: #fff7d6;
  color: #7f5f01;
}

.workbook-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

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

.workbook-card .button {
  align-self: end;
  justify-self: start;
  margin-top: 4px;
}

.workbook-callout {
  margin-top: 20px;
}

.partner-resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-resource-grid article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 230px;
}

.partner-resource-grid h3 {
  margin: 0;
}

.partner-resource-grid p {
  min-height: 78px;
}

.partner-resource-grid .button {
  width: 100%;
  min-height: 46px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
  white-space: normal;
}

.button.disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

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

@media (max-width: 980px) {
  .problem-list,
  .feature-card-grid,
  .step-list,
  .steps-with-visual,
  .partner-flow-panel,
  .partner-card-grid.four,
  .partner-card-grid.three,
  .partner-step-list,
  .workbook-grid,
  .partner-resource-grid,
  .partner-faq-grid {
    grid-template-columns: 1fr;
  }

  .steps-with-visual {
    gap: 22px;
  }

  .partner-flow-panel {
    gap: 12px;
  }

  .partner-flow-card {
    min-height: 0;
  }

  .flow-arrow {
    width: 100%;
    height: 32px;
    border-radius: 12px;
  }
}

@media (max-width: 720px) {
  .lp-hero {
    padding-top: 34px;
  }

  .problem-list {
    display: grid;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .compare-table tr:nth-child(n + 6),
  .faq-grid .faq-item:nth-child(n + 7),
  .hero-benefits article:nth-child(n + 4) {
    display: block;
  }

  .hero-benefits article:nth-child(n + 4) {
    display: grid;
  }

  .usecase-grid-four {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .usecase-grid-four article {
    min-width: 0;
    flex-basis: auto;
  }

  .admin-copy-card textarea {
    min-height: 360px;
    font-size: 14px;
  }

  .partner-hero {
    padding-top: 34px;
  }

  .partner-page .partner-card-grid,
  .partner-page .partner-resource-grid,
  .partner-page .partner-step-list,
  .partner-page .workbook-grid,
  .partner-page .partner-faq-grid {
    display: grid;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .partner-page .partner-card-grid article,
  .partner-page .partner-resource-grid article,
  .partner-page .partner-step-list li,
  .partner-page .workbook-card,
  .partner-page .faq-item {
    min-width: 0;
    flex-basis: auto;
  }

  .partner-split {
    gap: 22px;
  }
}

@media (max-width: 520px) {
  html,
  body {
    overflow-x: hidden;
  }

  .nav {
    padding: 12px;
  }

  .docs-page {
    padding: 22px 16px 58px;
  }

  .docs-sidebar {
    position: static;
    max-height: none;
  }

  .docs-sidebar ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .docs-article section,
  .docs-hero {
    padding: 22px;
  }

  .docs-article dl {
    grid-template-columns: 1fr;
  }

  .docs-hero > div,
  .docs-hero h1,
  .docs-hero .lead,
  .docs-hero-shot,
  .docs-article section {
    max-width: calc(100vw - 76px);
  }

  .brand span {
    font-size: 14px;
  }

  .brand.logo-brand img {
    width: auto;
    height: 38px;
    max-width: 58vw;
  }

  .hero,
  .section,
  .cta,
  .metric-strip {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-hero {
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-hero h1 {
    max-width: min(100%, 340px);
    font-size: clamp(31px, 8.8vw, 36px);
    overflow-wrap: break-word;
  }

  .product-hero .hero-copy {
    max-width: min(100%, 340px);
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero-copy-panel {
    min-width: 0;
    max-width: 100%;
  }

  .section-heading,
  .section-heading h2,
  .section-heading p {
    max-width: min(100%, 340px);
    overflow-wrap: break-word;
  }

  .section-heading h2 {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-benefits article > div,
  .hero-benefits b,
  .hero-benefits p {
    min-width: 0;
    max-width: 260px;
    overflow-wrap: break-word;
  }

  .hero-benefits article:nth-child(n + 4) {
    display: none;
  }

  .hero-composition,
  .hero-video-composition,
  .media-mosaic,
  .tour-grid,
  .feature-showcase,
  .feature-chip-grid,
  .usecase-grid,
  .role-grid,
  .faq-grid,
  .showcase-grid,
  .app-card-grid {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-video-composition {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-hero .hero-composition {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .media-mosaic,
  .tour-grid,
  .feature-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .media-mosaic .media-card,
  .media-mosaic .wide,
  .tour-step,
  .feature-visual {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    scroll-snap-align: none;
  }

  .feature-chip-grid {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .feature-chip-grid span {
    white-space: normal;
  }

  .hero-screen,
  .hero-screen-upload,
  .hero-screen-sheet,
  .hero-screen-validate,
  .usecase-grid article,
  .role-grid article,
  .faq-item,
  .showcase-card,
  .app-card {
    flex-basis: calc(100vw - 24px);
    min-width: calc(100vw - 24px);
    scroll-snap-align: start;
  }

  .tour-grid .tour-step:nth-child(n + 6) {
    display: none;
  }

  .importer-page .tour-grid .tour-step:nth-child(n + 6) {
    display: grid;
  }

  .vendor-page .showcase-grid .showcase-card:nth-child(n + 4) {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .docs-sidebar ul {
    grid-template-columns: 1fr;
  }

  .docs-page {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .docs-hero,
  .docs-article,
  .docs-sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .docs-hero {
    display: block;
    overflow: hidden;
  }

  .docs-hero > div,
  .docs-hero h1,
  .docs-hero .lead,
  .docs-hero-shot,
  .docs-article section {
    max-width: calc(100vw - 76px);
  }

  .docs-hero-shot {
    margin-top: 22px;
  }

  .docs-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.6vw, 38px);
    overflow-wrap: break-word;
  }

  .docs-hero .lead,
  .docs-article p,
  .docs-article li,
  .docs-article dd {
    font-size: 15px;
  }

  .docs-article table,
  .docs-article thead,
  .docs-article tbody,
  .docs-article th,
  .docs-article td,
  .docs-article tr {
    display: block;
  }

  .docs-article thead {
    display: none;
  }

  .docs-article tr {
    border-bottom: 1px solid var(--line);
  }

  .docs-article td {
    border-bottom: 0;
  }

  .trust-row span {
    width: 100%;
  }

  .cta-box {
    padding: 24px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox img {
    max-height: calc(100vh - 116px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 18px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }
}

@media (max-width: 720px) {
  .importer-page .compare-table tr:nth-child(n + 6),
  .importer-page .faq-grid .faq-item:nth-child(n + 7) {
    display: block;
  }

  .importer-page .hero-benefits article:nth-child(n + 4) {
    display: grid;
  }
}

