.main {
  --blue: #075ee8;
  --blue-dark: #003fbc;
  --blue-soft: #eaf3ff;
  --ink: #082052;
  --text: #273a63;
  --muted: #6d7a98;
  --line: #dce8f8;
  --panel: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #ffffff 100%);
  color: var(--ink);
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 132px 32px 40px;
}

.heroShape {
  position: absolute;
  top: 66px;
  right: -130px;
  width: min(62vw, 720px);
  height: min(62vw, 720px);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(202, 229, 255, 0.72), rgba(239, 247, 255, 0.15));
  z-index: 0;
}

.heroInner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.heroCopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.heroTitle {
  margin: 0;
  color: var(--ink);
  font-size: 54px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.heroLead {
  max-width: 560px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.heroChecklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.heroChecklist li {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(20, 75, 150, 0.08);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.heroChecklist svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: var(--blue);
  flex: 0 0 auto;
}

.heroActions,
.finalActions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.primaryButton,
.secondaryButton,
.finalPrimary,
.finalSecondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.primaryButton,
.finalPrimary {
  background: linear-gradient(180deg, #126fff 0%, #0359df 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(7, 94, 232, 0.28);
}

.secondaryButton,
.finalSecondary {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #a9c8f4;
  color: var(--blue);
}

.primaryButton:hover,
.secondaryButton:hover,
.finalPrimary:hover,
.finalSecondary:hover {
  transform: translateY(-1px);
}

.disabledPrimaryButton,
.disabledPrimaryButton:hover {
  cursor: default;
  transform: none;
  background: linear-gradient(180deg, #7c8ba0 0%, #5f6f85 100%);
  box-shadow: none;
}

.productPreview {
  position: relative;
  border: 1px solid #cdddf2;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 70px rgba(17, 80, 160, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.productChrome {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-bottom: 1px solid #e4edf9;
}

.productLogo {
  margin-right: auto;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.productChrome span:not(.productLogo) {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9e8fb;
}

.productImage {
  display: block;
  width: 100%;
  height: auto;
}

.proofStrip {
  padding: 0 32px 40px;
}

.proofStripInner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.proofCard,
.decisionCard,
.chartPanel,
.trustCard {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 14px 35px rgba(15, 72, 145, 0.08);
}

.proofCard {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  padding: 22px 24px;
  border-radius: 10px;
}

.proofCard svg {
  color: var(--blue);
  flex: 0 0 auto;
}

.proofCard h2 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink);
}

.proofCard p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 34px 32px;
}

.sectionNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, #1472ff, #0155d7);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 94, 232, 0.25);
}

.sectionHeading {
  max-width: 780px;
  margin-bottom: 22px;
}

.sectionHeading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

.sectionHeading p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.costGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
}

.chartPanel {
  min-height: 238px;
  padding: 26px;
  border-radius: 14px;
}

.chartPanel h3 {
  margin: 0 0 22px;
  text-align: center;
  color: var(--ink);
  font-size: 14px;
}

.chart {
  display: grid;
  grid-template-columns: 50px 1fr;
  min-height: 160px;
}

.chartAxis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text);
  font-size: 12px;
}

.chartBars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 64px;
  padding: 0 58px;
  border-left: 1px solid #cedef2;
  background:
    linear-gradient(#e5edf8 1px, transparent 1px) 0 0 / 100% 25%;
}

.barGroup {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.barTall,
.barShort {
  width: 116px;
  border-radius: 10px 10px 0 0;
}

.barTall {
  height: 120px;
  background: linear-gradient(180deg, #c6cfda, #aab5c3);
}

.barShort {
  height: 34px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  background: linear-gradient(180deg, #2b8dff, #075ee8);
  color: #ffffff;
}

.costBadge {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e8d9bc;
  background: radial-gradient(circle at 50% 18%, #fffdf8, #f4ead8);
  color: #8a651c;
  box-shadow: 0 18px 40px rgba(147, 105, 33, 0.13);
  text-align: center;
}

.costBadge span {
  font-size: 21px;
  font-weight: 800;
}

.costBadge strong {
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
}

.costBadge small {
  width: 190px;
  margin-top: 14px;
  color: #8d7b5c;
  font-size: 11px;
  line-height: 1.6;
}

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

.decisionCard {
  min-height: 294px;
  padding: 24px;
  border-radius: 14px;
}

.decisionCard h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.decisionCard p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.85;
  font-weight: 600;
}

.beforeAfter {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.beforeAfter div,
.thumbnailGrid span {
  border: 1px solid #dce8f8;
  border-radius: 8px;
  background: #ffffff;
}

.beforeAfter div {
  min-height: 98px;
  padding: 12px;
}

.beforeAfter span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.beforeAfter svg {
  color: var(--blue);
}

.thumbnailGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.thumbnailGrid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: var(--blue);
  font-weight: 800;
}

.themePicker {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.themePicker span,
.themePicker svg {
  height: 54px;
  border-radius: 8px;
  border: 1px solid #dce8f8;
  background: #ffffff;
}

.themePicker span:nth-child(1) { background: linear-gradient(135deg, #ffffff, #e9f2ff); }
.themePicker span:nth-child(2) { background: linear-gradient(135deg, #eef4ff, #ffffff); }
.themePicker span:nth-child(3) { background: linear-gradient(135deg, #d4ecff, #f8d7ff); }
.themePicker span:nth-child(4) { background: linear-gradient(135deg, #061c4b, #0c5ed8); }

.themePicker svg {
  padding: 12px;
  color: var(--blue);
}

.backgroundRailWrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.backgroundRail {
  display: flex;
  gap: 20px;
  padding: 0 max(32px, calc((100vw - 1180px) / 2 - 86px)) 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.backgroundRail::-webkit-scrollbar {
  display: none;
}

.backgroundCard {
  position: relative;
  flex: 0 0 clamp(280px, 33vw, 420px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  border: 1px solid #dce8f8;
  box-shadow: 0 12px 28px rgba(15, 72, 145, 0.08);
  overflow: hidden;
  background: #f3f7fd;
  scroll-snap-align: center;
}

.backgroundImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.uploadCard {
  flex: 0 0 clamp(280px, 33vw, 420px);
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px dashed #a9c8f4;
  box-shadow: 0 12px 28px rgba(15, 72, 145, 0.08);
  border-style: dashed;
  background: #ffffff;
  color: var(--blue);
  text-align: center;
  scroll-snap-align: center;
}

.uploadCard p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.layerFlow {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  align-items: center;
  gap: 18px;
}

.layerFlow article {
  min-height: 160px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #cfe5fb;
  background: linear-gradient(135deg, #f4f9ff, #ffffff);
}

.layerFlow article:nth-of-type(2) {
  border-color: #bdebdc;
  background: linear-gradient(135deg, #f0fff9, #ffffff);
}

.layerFlow article:nth-of-type(3) {
  border-color: #ddd5ff;
  background: linear-gradient(135deg, #f7f4ff, #ffffff);
}

.layerFlow svg {
  color: var(--blue);
}

.layerFlow h2 {
  margin: 12px 0 8px;
  font-size: 20px;
  color: var(--blue);
}

.layerFlow p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
}

.flowArrow {
  justify-self: center;
}

.trustGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trustCard {
  min-height: 186px;
  padding: 24px;
  border-radius: 10px;
}

.trustCard svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}

.trustCard h3 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 17px;
}

.trustCard p,
.trustCard small {
  color: var(--text);
  line-height: 1.7;
  font-weight: 600;
}

.trustCard p {
  margin: 0 0 14px;
  font-size: 13px;
}

.trustCard small {
  font-size: 11px;
}

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

.articleCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.articleCard:hover {
  border-color: #b6d4ff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 94, 232, 0.10);
}

.articleMeta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
}

.articleTitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--ink);
}

.articleDesc {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  color: var(--text);
  flex: 1;
}

.articleArrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
}

.articleAllAction {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.articleAllLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease;
}

.articleAllLink:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.finalCta {
  width: min(calc(100% - 64px), 1180px);
  margin: 26px auto 42px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 40, 111, 0.94), rgba(0, 82, 197, 0.96)),
    #003e9c;
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(5, 55, 140, 0.22);
}

.finalCta h2 {
  margin: 0 0 8px;
  font-size: 27px;
  line-height: 1.4;
}

.finalCta p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.84);
}

.finalFaqLink {
  margin-top: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.finalFaqLink a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.finalFaqLink a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.finalPrimary {
  background: #ffffff;
  color: var(--blue);
  box-shadow: none;
}

.finalSecondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 980px) {
  .heroInner,
  .costGrid,
  .decisionGrid,
  .layerFlow,
  .finalCta {
    grid-template-columns: 1fr;
  }

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

  .flowArrow {
    transform: rotate(90deg);
  }

  .finalCta {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 104px 18px 26px;
  }

  .heroInner {
    gap: 30px;
  }

  .heroTitle {
    font-size: 40px;
  }

  .heroLead {
    font-size: 15px;
  }

  .heroChecklist li {
    align-items: flex-start;
    height: auto;
    min-height: 42px;
    padding: 10px 14px 10px 12px;
    border-radius: 14px;
  }

  .proofStrip,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .proofStripInner,
  .trustGrid,
  .articleGrid {
    grid-template-columns: 1fr;
  }

  .backgroundRail {
    gap: 14px;
    padding: 0 18px 8px;
  }

  .chartBars {
    gap: 24px;
    padding: 0 22px;
  }

  .barTall,
  .barShort {
    width: 84px;
  }

  .costBadge {
    width: 220px;
    height: 220px;
  }

  .sectionHeading h2 {
    font-size: 25px;
  }

  .finalCta {
    width: calc(100% - 36px);
    padding: 24px;
  }
}


*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #ffffff; color: #082052; font-family: "BIZ UDPGothic", "Meiryo", "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.lp-site-header { position: fixed; inset: 0 0 auto; z-index: 300; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(0,0,0,.07); backdrop-filter: blur(18px) saturate(140%); }
.lp-header-inner { height: 60px; max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lp-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.lp-brand img { display: block; width: 99px; height: auto; }
.lp-nav { display: flex; align-items: center; gap: 18px; font-size: 13px; color: rgba(21,30,41,.58); }
.lp-nav a:hover { color: #075ee8; }
.lp-cta { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding: 0 18px; border-radius: 6px; background: #075ee8; color: #fff; font-weight: 700; box-shadow: 0 10px 22px rgba(7,94,232,.24); }
.lp-cta:hover { background: #004ec8 !important; color: #fff !important; }
.lp-cta.is-coming-soon { background: #d9e0ea; color: #526071; box-shadow: none; cursor: default; }
.lp-cta.is-coming-soon:hover { background: #d9e0ea !important; color: #526071 !important; }
.heroAccent { color: var(--blue); }
.heroChecklist .lp-check { width: 22px; margin-right: 10px; color: var(--blue); font-weight: 800; flex: 0 0 auto; }
.lp-feature-icon, .lp-flow-icon, .lp-trust-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--blue); font-size: 30px; font-weight: 800; flex: 0 0 auto; }
.lp-flow-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 14px; }
.lp-trust-icon { font-size: 26px; }
.lp-arrow { color: var(--blue); font-size: 22px; font-weight: 400; }
.themeMark { display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 26px; }
.lp-upload-icon { color: var(--blue); font-size: 38px; line-height: 1; }
.lp-footer { background: #040810; border-top: 1px solid rgba(255,255,255,.06); padding: 48px 24px; color: #fff; }
.lp-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.lp-footer-logo { color: rgba(255,255,255,.75); font-size: 18px; font-weight: 700; }
.lp-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; }
.lp-footer nav a { color: rgba(255,255,255,.42); font-size: 13px; }
.lp-footer nav a:hover { color: #fff; }
.lp-footer p { margin: 0; color: rgba(255,255,255,.24); font-size: 12px; }
@media (max-width: 980px) { .lp-nav a:not(.lp-cta) { display: none; } .lp-nav { gap: 10px; } }
@media (max-width: 640px) { .lp-header-inner { padding: 0 16px; } }
