:root {
  --navy-950: #00142f;
  --navy-900: #002453;
  --navy-800: #06376e;
  --navy-100: #e7edf4;
  --yellow: #ffc800;
  --ink: #101b2a;
  --muted: #5c6877;
  --line: #cfd6df;
  --paper: #f2f4f7;
  --white: #ffffff;
  --content-width: 1180px;
  --shadow: 0 18px 48px rgba(0, 20, 47, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Meiryo UI", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

.site-header {
  border-top: 4px solid var(--yellow);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.site-header__inner {
  width: min(var(--content-width), calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: block;
  text-decoration: none;
}

.brand-logo-viewport {
  position: relative;
  width: 240px;
  height: 38px;
  display: block;
  overflow: hidden;
}

.brand-logo-viewport img {
  position: absolute;
  top: -52px;
  left: -8px;
  width: 253px;
  max-width: none;
  height: auto;
  display: block;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header-meta > span {
  color: #8993a0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.header-link {
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.header-link b {
  margin-left: 6px;
  color: var(--yellow);
}

main {
  overflow: hidden;
}

.intro {
  position: relative;
  color: var(--white);
  background: var(--navy-950);
}

.intro::before {
  position: absolute;
  top: 0;
  right: max(-180px, calc((100vw - var(--content-width)) / 2 - 260px));
  width: 620px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, transparent 34%, rgba(255, 200, 0, 0.09) 34%, rgba(255, 200, 0, 0.09) 35%, transparent 35%),
    linear-gradient(45deg, transparent 58%, rgba(255, 255, 255, 0.035) 58%, rgba(255, 255, 255, 0.035) 59%, transparent 59%);
  content: "";
  transform: skewX(-12deg);
  pointer-events: none;
}

.intro__inner {
  position: relative;
  z-index: 1;
  width: min(var(--content-width), calc(100% - 48px));
  min-height: 390px;
  margin: 0 auto;
  padding: 72px 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: end;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.eyebrow span {
  margin-right: 10px;
}

.eyebrow b {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
}

.intro h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Meiryo UI", Meiryo, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.36;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.intro__copy > p:last-child {
  max-width: 690px;
  margin: 22px 0 0;
  color: #c7d0db;
  font-size: 15px;
  line-height: 1.9;
}

.price-strip {
  padding: 24px 0 5px 25px;
  border-left: 4px solid var(--yellow);
}

.price-strip > span {
  display: block;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.price-strip > span small {
  margin-left: 10px;
  color: #aeb9c6;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.price-strip strong {
  margin-top: 8px;
  display: block;
  color: var(--white);
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.price-strip strong small,
.price-strip strong em {
  font-family: "Meiryo UI", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
}

.price-strip p {
  margin: 13px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d7dee6;
  font-size: 12px;
  line-height: 1.6;
}

.content-shell {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 78px;
}

.industry-selector {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: end;
  gap: 24px;
}

.section-heading span,
.material-card__top span {
  color: #7f8a98;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.section-heading h2 {
  margin: 2px 0 0;
  color: var(--navy-950);
  font-family: "Meiryo UI", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.industry-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.industry-nav a {
  min-height: 48px;
  padding: 10px 8px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: #566273;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.industry-nav a:last-child {
  border-right: 0;
}

.industry-nav a:hover {
  color: var(--navy-900);
  background: #f7f9fb;
}

.industry-nav a[aria-current="page"] {
  position: relative;
  color: var(--white);
  background: var(--navy-900);
}

.industry-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.material-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 30px;
}

.material-card {
  overflow: hidden;
  border: 1px solid #c8d0d9;
  background: var(--white);
  box-shadow: var(--shadow);
}

.material-card__top {
  min-height: 68px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.material-card__top span,
.material-card__top strong {
  display: block;
}

.material-card__top strong {
  margin-top: 2px;
  color: var(--navy-950);
  font-size: 13px;
}

.material-card__top a {
  flex: 0 0 auto;
  color: var(--navy-900);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.material-card__top a b {
  margin-left: 5px;
  color: #b38400;
}

.material-card img {
  width: 100%;
  height: auto;
  display: block;
}

.conversion-card {
  position: sticky;
  top: 22px;
  padding: 30px 28px 26px;
  border-top: 5px solid var(--yellow);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(0, 20, 47, 0.08);
}

.conversion-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conversion-card__kicker {
  margin: 0;
  color: #8d7200;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.conversion-card__head > span {
  padding: 3px 7px;
  color: var(--navy-950);
  background: var(--yellow);
  font-size: 10px;
  font-weight: 700;
}

.conversion-card h2 {
  margin: 15px 0 0;
  color: var(--navy-950);
  font-family: "Meiryo UI", Meiryo, sans-serif;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.conversion-card__lead {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.conversion-card ol {
  margin: 22px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.conversion-card li {
  min-height: 49px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  color: #344153;
  font-size: 11px;
  font-weight: 700;
}

.conversion-card li span {
  color: #9a7b00;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.primary-cta,
.secondary-cta,
.pdf-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.primary-cta {
  min-height: 56px;
  padding: 13px 16px;
  gap: 9px;
  color: var(--white);
  background: var(--navy-900);
  font-size: 12px;
  font-weight: 700;
}

.primary-cta > span {
  padding: 3px 5px;
  color: var(--navy-950);
  background: #57d163;
  font-size: 9px;
  line-height: 1;
}

.primary-cta b {
  margin-left: auto;
  color: var(--yellow);
}

.secondary-cta {
  min-height: 48px;
  margin-top: 9px;
  padding: 11px 16px;
  border: 1px solid #aeb8c5;
  color: var(--navy-900);
  font-size: 11px;
  font-weight: 700;
}

.secondary-cta b {
  margin-left: 8px;
  color: #aa8500;
}

.reassurance {
  margin: 13px 0 0;
  color: #7b8694;
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.company-block {
  margin-top: 22px;
  padding-top: 18px;
  display: grid;
  border-top: 1px solid var(--line);
}

.company-block > span {
  color: #8a95a2;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.company-block strong {
  margin-top: 5px;
  color: var(--navy-950);
  font-size: 12px;
}

.company-block small,
.company-block a {
  color: #697584;
  font-size: 9px;
}

.company-block a {
  margin-top: 2px;
  text-decoration: none;
}

.next-step {
  margin-top: 38px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-left: 5px solid var(--yellow);
  background: var(--navy-950);
}

.next-step .eyebrow {
  margin-bottom: 6px;
}

.next-step h2 {
  margin: 0;
  color: var(--white);
  font-family: "Meiryo UI", Meiryo, sans-serif;
  font-size: 20px;
}

.pdf-cta {
  min-width: 230px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.pdf-cta b {
  margin-left: 8px;
  color: var(--yellow);
}

footer {
  border-top: 1px solid #1a314e;
  color: #8f9baa;
  background: #000d20;
}

.footer__inner {
  width: min(var(--content-width), calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

.footer__inner a {
  color: #c6ced7;
  text-decoration: none;
}

.footer__inner b {
  margin-left: 6px;
  color: var(--yellow);
}

.mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  .intro__inner {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 38px;
  }

  .industry-selector {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .industry-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .industry-nav a:nth-child(3) {
    border-right: 0;
  }

  .industry-nav a:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .material-layout {
    grid-template-columns: 1fr;
  }

  .conversion-card {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
  }

  .site-header__inner,
  .intro__inner,
  .content-shell,
  .footer__inner {
    width: min(100% - 28px, var(--content-width));
  }

  .site-header__inner {
    min-height: 70px;
  }

  .brand-logo-viewport {
    width: 174px;
    height: 28px;
  }

  .brand-logo-viewport img {
    top: -38px;
    left: -6px;
    width: 184px;
  }

  .header-meta > span {
    display: none;
  }

  .header-link {
    font-size: 9px;
  }

  .intro::before {
    right: -360px;
  }

  .intro__inner {
    min-height: 0;
    padding: 48px 0 42px;
    display: block;
  }

  .intro h1 {
    font-size: 34px;
    line-height: 1.42;
    letter-spacing: -0.04em;
  }

  .intro__copy > p:last-child {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.85;
  }

  .price-strip {
    margin-top: 32px;
    padding: 17px 0 2px 18px;
  }

  .price-strip strong {
    font-size: 38px;
  }

  .content-shell {
    padding: 34px 0 44px;
  }

  .industry-selector {
    margin-bottom: 22px;
    gap: 14px;
  }

  .industry-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-nav a,
  .industry-nav a:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .industry-nav a:nth-child(even) {
    border-right: 0;
  }

  .industry-nav a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .material-layout {
    gap: 20px;
  }

  .material-card__top {
    min-height: 60px;
    padding: 0 15px;
  }

  .material-card__top strong {
    font-size: 11px;
  }

  .conversion-card {
    padding: 25px 20px 22px;
  }

  .conversion-card h2 {
    font-size: 21px;
  }

  .next-step {
    margin-top: 20px;
    padding: 24px 20px;
    display: block;
  }

  .next-step h2 {
    font-size: 17px;
    line-height: 1.65;
  }

  .pdf-cta {
    min-width: 0;
    margin-top: 18px;
  }

  .footer__inner {
    min-height: 74px;
    display: block;
    padding: 18px 0;
    text-align: center;
  }

  .footer__inner a {
    margin-top: 4px;
    display: block;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    display: block;
    border-top: 1px solid #1c3452;
    background: rgba(0, 20, 47, 0.97);
  }

  .mobile-cta a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: var(--navy-800);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-cta span {
    padding: 3px 5px;
    color: var(--navy-950);
    background: #57d163;
    font-size: 8px;
    line-height: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .industry-nav a {
    transition: none;
  }
}
