:root {
  --ink: #111936;
  --muted: #4a5875;
  --blue: #1f63f2;
  --blue-dark: #164bd4;
  --sky: #dff4ff;
  --sky-strong: #91d9ff;
  --cream: #fff8e8;
  --gold: #ffd84d;
  --gold-dark: #b57a12;
  --green: #31aa68;
  --purple: #7645dc;
  --orange: #f59e0b;
  --line: #d7e4f7;
  --surface: #ffffff;
  --soft: #f6fbff;
  --shadow: 0 14px 34px rgba(27, 43, 79, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(220, 243, 255, 0.55) 0, rgba(255, 255, 255, 0) 360px),
    #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 10px max(28px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(215, 228, 247, 0.76);
  backdrop-filter: blur(14px);
}

section[id],
#cta {
  scroll-margin-top: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 224px;
  overflow: hidden;
}

.brand img {
  width: 224px;
  height: auto;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  font-weight: 800;
  font-size: 0.94rem;
}

.global-nav a {
  position: relative;
  padding: 12px 0;
}

.global-nav a.is-active,
.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--blue);
}

.global-nav a.is-active::after,
.global-nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--blue);
  border-radius: 2px;
}

.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  background: var(--blue);
  border: 2px solid var(--blue-dark);
  border-radius: 8px;
  box-shadow: 0 6px 0 var(--blue-dark), 0 16px 30px rgba(31, 99, 242, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
  min-height: 44px;
  padding: 0 20px;
  font-size: 0.92rem;
}

.primary-button {
  min-width: 248px;
  min-height: 62px;
  gap: 18px;
  font-size: 1.15rem;
}

.primary-button span {
  font-size: 2rem;
  line-height: 0.5;
}

.header-cta:hover,
.header-cta:focus-visible,
.primary-button:hover,
.primary-button:focus-visible {
  background: #2d74ff;
  box-shadow: 0 3px 0 var(--blue-dark), 0 10px 22px rgba(31, 99, 242, 0.2);
  transform: translateY(3px);
}

.section-pad {
  padding: 76px max(28px, calc((100vw - var(--container)) / 2));
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 20px;
  min-height: calc(100svh - 74px);
  overflow: hidden;
}

.hero.section-pad {
  padding-top: 44px;
  padding-bottom: 34px;
}

.hero::after,
.bottom-cta::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 118px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(174, 218, 249, 0.36)),
    repeating-linear-gradient(90deg, rgba(79, 130, 177, 0.18) 0 18px, transparent 18px 54px);
  opacity: 0.45;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.section-kicker,
.pixel-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-weight: 900;
  line-height: 1.5;
}

.section-kicker {
  font-size: 1.04rem;
}

.pixel-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.34rem;
}

.pixel-label::before,
.pixel-label::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background:
    linear-gradient(var(--blue), var(--blue)) 4px 0 / 2px 10px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 4px / 10px 2px no-repeat;
}

.pixel-label.green {
  color: #009f7f;
}

.pixel-label.green::before,
.pixel-label.green::after {
  background:
    linear-gradient(#009f7f, #009f7f) 4px 0 / 2px 10px no-repeat,
    linear-gradient(#009f7f, #009f7f) 0 4px / 10px 2px no-repeat;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.45rem, 4.9vw, 4.2rem);
  font-weight: 950;
  line-height: 1.12;
}

.nowrap {
  white-space: nowrap;
}

.hero-lead {
  max-width: 550px;
  margin: 24px 0;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.18rem;
}

.hero-actions p,
.bottom-cta p {
  margin: 14px 0 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 610px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 12px 13px;
  color: var(--ink);
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.08);
}

.hero-benefits img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.hero-art {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.hero-art::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 24%;
  content: "";
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0));
}

.hero-art::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 86%);
}

.hero-art img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 106%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.speech {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  color: var(--ink);
  font-weight: 900;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 rgba(17, 25, 54, 0.14);
}

.speech-top {
  top: 62px;
  right: 48px;
}

.speech-bottom {
  right: 96px;
  bottom: 104px;
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.solution-copy h2,
.wide-banner h2,
.use-hero h2,
.pricing-hero h2,
.faq h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 950;
  line-height: 1.28;
}

.problems {
  background: linear-gradient(180deg, #fff 0, var(--soft) 100%);
}

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

.problem-grid article,
.mini-scene-grid article,
.feature-card,
.option-grid article,
.use-grid article,
.price-card,
.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.08);
}

.problem-grid article {
  display: grid;
  min-height: 170px;
  place-items: center;
  padding: 26px 18px;
  text-align: center;
}

.problem-grid img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.problem-grid h3 {
  margin: 10px 0 0;
  font-size: 1.1rem;
  line-height: 1.45;
}

.solution {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 44px;
  background:
    linear-gradient(180deg, var(--soft), #fff),
    #fff;
}

.solution-image img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: 46% center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.check-list img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.check-list strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 1.08rem;
}

.check-list span {
  color: var(--muted);
  font-weight: 700;
}

.mini-scenes {
  background: #fff;
}

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

.mini-scene-grid article {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.mini-scene-grid h3,
.mini-scene-grid p {
  margin-right: 18px;
  margin-left: 18px;
}

.mini-scene-grid h3 {
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5;
}

.mini-scene-grid p {
  min-height: 46px;
  margin-top: 0;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.45;
}

.mini-scene-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-top: 1px solid var(--line);
}

.functions {
  background:
    linear-gradient(180deg, #fff 0, #f8fcff 42%, #fff 100%);
}

.wide-banner,
.use-hero,
.pricing-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0.78) 42%, rgba(237, 247, 255, 0.85));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.wide-banner > div,
.use-hero > div,
.pricing-hero > div {
  padding: 38px 0 38px 40px;
}

.wide-banner img,
.pricing-hero img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center;
}

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

.feature-card {
  position: relative;
  min-height: 500px;
  padding: 24px;
  overflow: hidden;
}

.feature-wide {
  grid-column: span 2;
}

.feature-number {
  display: block;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

.feature-card h3 {
  margin: 8px 0 14px;
  font-size: 1.45rem;
  line-height: 1.35;
}

.feature-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
  color: var(--ink);
  font-weight: 750;
  font-size: 0.93rem;
  list-style: none;
}

.feature-card li {
  position: relative;
  padding-left: 20px;
}

.feature-card li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: "✓";
  font-weight: 900;
}

.image-card img {
  width: calc(100% + 2px);
  max-width: none;
  height: 230px;
  margin: 18px -1px -25px;
  object-fit: cover;
  object-position: center;
  border-top: 1px solid var(--line);
}

.feature-wide img {
  height: 245px;
  object-position: center;
}

.member-panel,
.chat-panel,
.calendar-widget {
  margin-top: 24px;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 4px;
  box-shadow: 6px 6px 0 rgba(17, 25, 54, 0.14);
}

.panel-bar {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  color: #fff;
  font-weight: 900;
  background: #2b3957;
}

.member-panel p {
  display: grid;
  grid-template-columns: 34px 58px 1fr;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 9px 12px;
  font-weight: 850;
  border-bottom: 1px solid #e8eef7;
}

.member-panel img {
  width: 28px;
  height: 38px;
  object-fit: contain;
}

.status {
  justify-self: end;
  font-size: 0.75rem;
}

.status::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: "";
  border-radius: 50%;
}

.status.blue::before {
  background: var(--blue);
}

.status.green::before {
  background: var(--green);
}

.status.orange::before {
  background: var(--orange);
}

.chat-panel {
  padding-bottom: 10px;
}

.bubble {
  width: fit-content;
  max-width: 78%;
  margin: 14px 14px 0;
  padding: 12px;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 8px;
}

.bubble.left {
  background: #f3f6fb;
  border: 1px solid #d6deeb;
}

.bubble.right {
  margin-left: auto;
  background: #dff5df;
  border: 1px solid #9fd79e;
}

.input-line {
  margin: 16px 12px 0;
  padding: 8px 10px;
  color: #8b98ab;
  font-size: 0.85rem;
  border: 1px solid #d9e2ef;
  border-radius: 999px;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.integration-grid span {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 950;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.line {
  color: #06c755;
  font-size: 1.28rem;
}

.slack {
  color: #222;
  font-size: 1.32rem;
}

.chatwork {
  color: #1d4e89;
}

.gchat {
  color: #497d46;
}

.calendar-widget {
  padding: 0 16px 16px;
}

.calendar-head {
  margin: 0 -16px 14px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 900;
  background: #3a61b3;
}

.calendar-widget strong {
  display: block;
  margin-bottom: 10px;
}

.calendar-widget p {
  padding: 12px;
  margin: 0 0 12px;
  background: #e7efff;
  border-left: 5px solid var(--blue);
  border-radius: 5px;
}

.calendar-widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 32px;
  color: #fff;
  font-weight: 900;
  background: var(--blue);
  border-radius: 5px;
}

.optional-heading {
  margin-top: 54px;
}

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

.option-grid article {
  position: relative;
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #f5fffb, #fff);
  border-color: #bcebd8;
}

.option-grid span {
  color: #009f7f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 950;
}

.option-grid h3 {
  margin: 4px 0 12px;
  color: #087b6d;
  font-size: 1.35rem;
}

.option-grid p {
  max-width: 72%;
  margin: 0;
  color: #24414a;
  font-weight: 750;
}

.option-grid img {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 8px;
}

.option-grid article:nth-child(3) img {
  width: 150px;
  height: 92px;
}

.use-cases {
  background:
    linear-gradient(180deg, #fff, #f6fbff 48%, #fff);
}

.use-hero {
  grid-template-columns: minmax(340px, 0.78fr) minmax(540px, 1.22fr);
  border: 0;
  box-shadow: none;
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0.8) 40%, rgba(228, 242, 255, 0.56));
}

.use-hero p {
  max-width: 440px;
  margin: 18px 0 24px;
  color: var(--ink);
  font-weight: 750;
}

.use-hero > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}

.benefits span {
  display: grid;
  min-height: 120px;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-weight: 900;
  line-height: 1.45;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.08);
}

.benefits img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

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

.use-grid article {
  overflow: hidden;
}

.use-grid h3,
.use-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.use-grid h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.35;
}

.use-grid p {
  min-height: 96px;
  margin-top: 0;
  color: var(--muted);
  font-weight: 760;
}

.use-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.example-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.example-row span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.08);
}

.example-row img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.voice-strip {
  margin-top: 58px;
  padding: 34px;
  background: linear-gradient(180deg, #eaf7ff, #f8fcff);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.voice-strip h3 {
  margin: 0 0 22px;
  text-align: center;
}

.voice-strip > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

blockquote {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.08);
}

blockquote img {
  grid-row: span 2;
  width: 48px;
  height: 64px;
  object-fit: contain;
}

blockquote p {
  margin: 0;
  font-weight: 850;
  line-height: 1.55;
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  font-size: 0.86rem;
}

.pricing {
  background: #fff;
}

.pricing-hero {
  grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr);
  background: linear-gradient(90deg, #fff 0, #fff 38%, #fff8ed 100%);
}

.pricing-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--ink);
  font-weight: 750;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.price-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 430px;
  padding: 28px 18px 22px;
  text-align: center;
}

.price-card h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.35;
}

.price-card p {
  min-height: 50px;
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.price-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.price-card strong {
  color: var(--ink);
  font-size: 2.95rem;
  font-weight: 950;
  line-height: 1;
}

.price-card strong span {
  font-size: 1.1rem;
}

.price-card small {
  color: var(--muted);
  font-weight: 900;
}

.price-card a {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: var(--ink);
  font-weight: 900;
  background: #f4f4f4;
  border: 1px solid #d4d8df;
  border-radius: 6px;
}

.price-card.starter {
  border-color: rgba(49, 170, 104, 0.5);
  background: linear-gradient(180deg, #fbfffd, #fff);
}

.price-card.starter h3,
.price-card.starter strong {
  color: var(--green);
}

.price-card.starter a {
  color: #fff;
  background: var(--green);
  border-color: #23824f;
}

.price-card.business {
  border-color: rgba(31, 99, 242, 0.42);
  background: linear-gradient(180deg, #fbfdff, #fff);
}

.price-card.business h3,
.price-card.business strong {
  color: var(--blue);
}

.price-card.business a {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue-dark);
}

.price-card.pro {
  border-color: rgba(118, 69, 220, 0.42);
  background: linear-gradient(180deg, #fdfbff, #fff);
}

.price-card.pro h3,
.price-card.pro strong {
  color: var(--purple);
}

.price-card.pro a {
  color: #fff;
  background: var(--purple);
  border-color: #5230ac;
}

.recommend {
  position: absolute;
  top: -14px;
  right: 18px;
  padding: 4px 12px;
  color: #fff;
  font-weight: 900;
  background: var(--purple);
  border-radius: 999px;
}

.table-wrap {
  margin-top: 48px;
  overflow-x: auto;
}

.table-wrap h3,
.plan-change h3 {
  margin: 0 0 16px;
  font-size: 1.42rem;
}

table {
  width: 100%;
  min-width: 840px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-weight: 780;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(30, 58, 138, 0.08);
}

th,
td {
  padding: 13px 16px;
  text-align: center;
  border-right: 1px solid #e7edf7;
  border-bottom: 1px solid #e7edf7;
}

th:first-child,
td:first-child {
  text-align: left;
}

th {
  color: var(--ink);
  font-weight: 950;
  background: #f7f9fc;
}

th:nth-child(3) {
  color: var(--green);
  background: #f4fff9;
}

th:nth-child(4) {
  color: var(--blue);
  background: #f3f8ff;
}

th:nth-child(5) {
  color: var(--purple);
  background: #faf5ff;
}

td:nth-child(n + 2) {
  color: #14213d;
}

tr:last-child td {
  border-bottom: 0;
}

th:last-child,
td:last-child {
  border-right: 0;
}

.plan-change {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 30px;
  align-items: center;
  margin-top: 58px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.plan-change p {
  margin: 0;
  color: var(--muted);
  font-weight: 760;
}

.plan-change img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

.faq {
  background: linear-gradient(180deg, #f7fcff, #fff);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--blue);
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  font-weight: 760;
}

.bottom-cta {
  position: relative;
  min-height: 270px;
  padding: 42px max(28px, calc((100vw - var(--container)) / 2)) 24px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(66, 115, 220, 0.18) 0, rgba(34, 70, 174, 0.2) 100%),
    url("images/footer-city.png") center bottom / cover no-repeat,
    #274db9;
}

.bottom-cta::before {
  display: none;
}

.bottom-cta::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(31, 68, 178, 0.18), rgba(31, 68, 178, 0) 18%, rgba(31, 68, 178, 0) 82%, rgba(31, 68, 178, 0.18)),
    linear-gradient(180deg, rgba(20, 48, 139, 0.06), rgba(9, 28, 91, 0.16));
}

.bottom-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}

.bottom-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 950;
  text-shadow: 0 2px 0 rgba(9, 28, 91, 0.22);
}

.bottom-cta p {
  margin-top: 14px;
  color: #fff;
}

.bottom-cta small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.primary-button.yellow {
  position: relative;
  z-index: 2;
  color: var(--ink);
  background: var(--gold);
  border-color: #9f710a;
  box-shadow: 0 6px 0 #9f710a, 0 16px 30px rgba(17, 25, 54, 0.18);
}

.primary-button.yellow:hover,
.primary-button.yellow:focus-visible {
  background: #ffe066;
  box-shadow: 0 3px 0 #9f710a, 0 10px 22px rgba(17, 25, 54, 0.18);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .global-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hero,
  .solution,
  .wide-banner,
  .use-hero,
  .pricing-hero,
  .plan-change {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-art {
    min-height: 480px;
  }

  .hero-art::before {
    display: none;
  }

  .hero-art img {
    width: 100%;
    border-radius: 8px;
  }

  .problem-grid,
  .mini-scene-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid,
  .use-grid,
  .option-grid,
  .voice-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-wide {
    grid-column: span 1;
  }

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

  .wide-banner > div,
  .use-hero > div,
  .pricing-hero > div {
    padding: 34px 34px 0;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 188px;
  }

  section[id],
  #cta {
    scroll-margin-top: 188px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 64px;
    gap: 12px;
    padding: 10px 16px;
  }

  .brand,
  .brand img {
    width: 176px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .global-nav {
    gap: 15px;
    padding-bottom: 2px;
    font-size: 0.82rem;
  }

  .section-pad {
    padding: 56px 18px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.55rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .primary-button {
    width: 100%;
    min-width: 0;
  }

  .hero-benefits,
  .problem-grid,
  .mini-scene-grid,
  .feature-grid,
  .option-grid,
  .use-grid,
  .pricing-grid,
  .voice-strip > div {
    grid-template-columns: 1fr;
  }

  .hero-benefits {
    gap: 12px;
    margin-top: 28px;
  }

  .hero-art {
    min-height: 300px;
    border-radius: 8px;
  }

  .hero-art::after {
    height: 92px;
  }

  .speech {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.78rem;
    border-width: 2px;
  }

  .speech-top {
    top: 24px;
    right: 12px;
  }

  .speech-bottom {
    right: 18px;
    bottom: 36px;
  }

  .section-heading h2,
  .solution-copy h2,
  .wide-banner h2,
  .use-hero h2,
  .pricing-hero h2,
  .faq h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .pixel-label {
    font-size: 1.05rem;
  }

  .solution {
    gap: 28px;
  }

  .check-list li {
    grid-template-columns: 44px 1fr;
  }

  .check-list img {
    width: 44px;
    height: 44px;
  }

  .wide-banner,
  .use-hero,
  .pricing-hero {
    gap: 16px;
  }

  .wide-banner > div,
  .use-hero > div,
  .pricing-hero > div {
    padding: 26px 22px 0;
  }

  .wide-banner img,
  .pricing-hero img,
  .use-hero > img {
    height: 260px;
  }

  .feature-card {
    min-height: auto;
    padding: 20px;
  }

  .image-card img {
    height: 210px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .use-grid p {
    min-height: 0;
  }

  .example-row {
    grid-template-columns: 1fr;
  }

  .voice-strip {
    padding: 22px;
  }

  blockquote {
    grid-template-columns: 48px 1fr;
    padding: 15px;
  }

  .bottom-cta {
    min-height: 300px;
    padding-right: 18px;
    padding-left: 18px;
    background-position: center bottom;
  }

  .bottom-cta-inner {
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
