* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7fbff;
  color: #111827;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

a {
  color: inherit;
}

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

.page {
  overflow-x: hidden;
  padding-top: 64px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e4ebf2;
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px max(18px, calc((100vw - 1120px) / 2));
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.brand,
.nav a,
.button {
  text-decoration: none;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand span {
  color: #0f766e;
  font-size: 18px;
  font-weight: 900;
}

.brand small,
.nav a {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.nav a.nav-cta {
  align-items: center;
  background: #d1aa4d;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(176, 132, 37, 0.22);
  color: #ffffff;
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
}

.nav a.nav-cta:hover {
  background: #bd9333;
}

.hero {
  background:
    linear-gradient(112deg, rgba(248, 251, 255, 0.98) 0 58%, rgba(248, 251, 255, 0.64) 58% 100%),
    #f8fbff;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: min(760px, calc(100vh - 64px));
  padding: 46px 24px 30px;
  position: relative;
}

.hero::before {
  background: #d1aa4d;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.hero-copy,
.hero-visual,
.hero-flow {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 660px;
  min-width: 0;
  padding-top: 10px;
}

.kicker {
  background: #d1aa4d;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 28px;
  padding: 10px 22px;
}

.hero h1 {
  color: #030712;
  font-size: clamp(42px, 5.6vw, 68px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.ribbon {
  display: grid;
  gap: 6px;
  margin: 18px 0 14px;
  max-width: 610px;
}

.ribbon span {
  background: #d1aa4d;
  color: #ffffff;
  display: block;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.35;
  padding: 9px 20px;
  transform: skewX(-10deg);
  width: fit-content;
}

.ribbon span:nth-child(2) {
  margin-left: 34px;
}

.lead {
  color: #111827;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 850;
  line-height: 1.82;
  margin: 0;
  max-width: 620px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-reassurance span {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 999px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
}

.primary {
  background: #d1aa4d;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(176, 132, 37, 0.24);
}

.secondary {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  color: #0f766e;
}

.hero-visual {
  align-self: center;
  display: grid;
  min-height: 500px;
}

.visual-photo {
  align-self: center;
  justify-self: end;
  width: min(48vw, 560px);
}

.visual-photo img {
  border-radius: 90px 0 0 90px;
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.18);
  height: 410px;
  object-fit: cover;
  width: 100%;
}

.impact-panel {
  align-self: end;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe5ed;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
  display: grid;
  gap: 12px;
  justify-self: start;
  margin-top: -150px;
  padding: 18px;
  width: min(360px, 88%);
}

.panel-head,
.panel-alert,
.impact-panel li {
  border-radius: 10px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.panel-head {
  background: #0f766e;
  color: #ffffff;
}

.panel-alert {
  background: #fff8e6;
  border: 1px solid #e6ca83;
}

.panel-head span,
.panel-alert span {
  font-size: 13px;
  font-weight: 900;
}

.panel-head strong {
  font-size: 28px;
}

.panel-alert strong {
  color: #d1aa4d;
  font-size: 44px;
  line-height: 1;
}

.panel-alert small {
  color: #334155;
  font-weight: 800;
}

.impact-panel ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.impact-panel li {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  grid-template-columns: 1fr auto;
}

.impact-panel b {
  font-size: 16px;
}

.impact-panel em {
  background: #fef3c7;
  border-radius: 999px;
  color: #9a6500;
  font-style: normal;
  font-weight: 900;
  padding: 5px 9px;
}

.hero-flow {
  align-self: end;
  display: grid;
  gap: 6px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 18px 1fr 18px 1fr;
  max-width: 560px;
}

.hero-flow article {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.14);
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 96px;
  padding: 14px 10px;
  text-align: center;
}

.hero-flow strong {
  color: #111827;
  font-size: clamp(15px, 1.65vw, 19px);
  line-height: 1.28;
}

.hero-flow i {
  align-self: center;
  background: #d1aa4d;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 28px;
}

.icon {
  background: #d1aa4d;
  border-radius: 50%;
  display: block;
  height: 38px;
  position: relative;
  width: 38px;
}

.icon::before,
.icon::after {
  background: #ffffff;
  content: "";
  position: absolute;
}

.price::before {
  border-radius: 5px;
  height: 21px;
  left: 10px;
  top: 9px;
  width: 18px;
}

.price::after {
  background: #d1aa4d;
  height: 3px;
  left: 14px;
  top: 18px;
  width: 10px;
}

.link::before {
  border-radius: 999px;
  height: 8px;
  left: 8px;
  top: 15px;
  width: 22px;
}

.link::after {
  background: #d1aa4d;
  height: 12px;
  left: 17px;
  top: 13px;
  width: 4px;
}

.check::before {
  background: transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  height: 9px;
  left: 11px;
  top: 12px;
  transform: rotate(-45deg);
  width: 19px;
}

.section,
.faq,
.footer {
  margin: 0 auto;
  max-width: 1120px;
  width: calc(100% - 40px);
}

.section {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  margin-top: 28px;
  padding: 34px;
}

.section-label {
  color: #0f766e;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 12px;
}

.section h2,
.faq h2 {
  color: #0f172a;
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.section-copy {
  max-width: 860px;
}

.section-copy p,
.origin > p,
.start p,
.pricing p,
.faq p {
  color: #475569;
  font-weight: 750;
  line-height: 1.85;
}

.impact-cards,
.issue-grid,
.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.impact-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.impact-cards article,
.feature-list article {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.impact-preview-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}

.impact-preview-trigger:focus-visible {
  outline: 3px solid #0ea5e9;
  outline-offset: -3px;
}

.impact-cards article {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.impact-cards article:hover {
  border-color: #d1aa4d;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.impact-cards img {
  aspect-ratio: 1.85 / 1;
  border-bottom: 1px solid #e2e8f0;
  object-fit: cover;
  object-position: top left;
  width: 100%;
}

.feature-list article {
  padding: 20px;
}

.impact-cards span {
  background: #d1aa4d;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin: 18px 20px 14px;
  padding: 7px 10px;
}

.impact-cards h3,
.issue-grid h3,
.feature-list h3 {
  color: #0f172a;
  font-size: 22px;
  margin: 0 20px 8px;
}

.impact-cards p,
.issue-grid p,
.feature-list p {
  color: #475569;
  font-weight: 750;
  line-height: 1.75;
  margin: 0 20px 14px;
}

.impact-cards b {
  color: #0f766e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin: 0 20px 22px;
}

.mid-cta {
  align-items: center;
  background: #f2fbfa;
  border: 1px solid #b7e4df;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px;
}

.mid-cta p {
  color: #0f172a;
  font-weight: 900;
  line-height: 1.7;
  margin: 0;
}

.mid-cta .button {
  flex: 0 0 auto;
}

.feature-list h3,
.feature-list p {
  margin-left: 0;
  margin-right: 0;
}

.problems {
  background: #fffaf0;
  border-color: #e9d59a;
}

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

.issue-grid article {
  background: #ffffff;
  border: 1px solid #e7d69f;
  border-radius: 8px;
  overflow: hidden;
}

.issue-grid img {
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  width: 100%;
}

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

.issue-grid h3 {
  margin-top: 18px;
}

.issue-grid p {
  margin-bottom: 22px;
}

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

.seo-intent {
  background: #f8fafc;
}

.seo-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.seo-grid article {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  padding: 18px;
}

.seo-grid h3 {
  color: #0f172a;
  font-size: 20px;
  margin: 0 0 8px;
}

.seo-grid p {
  color: #475569;
  font-weight: 750;
  line-height: 1.75;
  margin: 0;
}

.origin {
  align-items: center;
  background: #ffffff;
  border-left: 5px solid #b7e4df;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1.18fr);
  padding: 28px 34px;
}

.origin h2 {
  font-size: clamp(28px, 4.1vw, 46px);
  line-height: 1.2;
}

.origin > p {
  background: #f2fbfa;
  border: 1px solid #d4f0ed;
  border-radius: 8px;
  margin: 0;
  padding: 18px 20px;
}

.start-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.start-tags span {
  background: #ffffff;
  border: 1px solid #b7e4df;
  border-radius: 999px;
  color: #0f766e;
  font-weight: 900;
  padding: 10px 14px;
}

.pricing {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  padding: 28px 32px;
}

.pricing .price-copy h2 {
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.15;
}

.pricing .price-copy p {
  max-width: 520px;
}

.price-card {
  border: 2px solid #d1aa4d;
  border-radius: 8px;
  display: grid;
  gap: 12px 14px;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 1.05fr);
  padding: 18px;
}

.pricing-page {
  background: #f7fbff;
}

.pricing-hero {
  background:
    linear-gradient(112deg, rgba(248, 251, 255, 0.98) 0 64%, rgba(238, 250, 248, 0.86) 64% 100%),
    #f8fbff;
  margin: 0 auto;
  max-width: 1120px;
  padding: 72px 24px 44px;
}

.pricing-hero h1 {
  color: #030712;
  font-size: clamp(44px, 7vw, 74px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 18px;
}

.pricing-detail {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr minmax(320px, 460px);
}

.price-card-large {
  background: #ffffff;
}

.included-list,
.scope-grid ul {
  color: #334155;
  display: grid;
  gap: 8px;
  font-weight: 850;
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}

.trial-section {
  background: #eefaf8;
  border-color: #b7e4df;
}

.trial-steps,
.compare-grid,
.scope-grid,
.support-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.trial-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trial-steps article,
.compare-grid article,
.scope-grid article,
.support-grid article,
.setup-price-box {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  padding: 20px;
}

.trial-steps span {
  background: #d1aa4d;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  padding: 7px 10px;
}

.trial-steps h3,
.compare-grid h3,
.scope-grid h3 {
  color: #0f172a;
  font-size: 21px;
  margin: 0 0 8px;
}

.trial-steps p,
.compare-grid p,
.setup-pricing p,
.pricing-cta p {
  color: #475569;
  font-weight: 750;
  line-height: 1.8;
  margin: 0;
}

.setup-pricing {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.setup-pricing .scope-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.support-pricing {
  background: #fffaf0;
  border-color: #e9d59a;
}

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

.support-grid span {
  color: #0f766e;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.support-grid strong {
  color: #b9851e;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.support-grid p {
  color: #475569;
  font-weight: 750;
  line-height: 1.75;
  margin: 0;
}

.setup-price-box {
  border-color: #e6ca83;
  display: grid;
  gap: 8px;
}

.setup-price-box span {
  color: #0f766e;
  font-size: 14px;
  font-weight: 900;
}

.setup-price-box strong {
  color: #b9851e;
  font-size: 34px;
}

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

.compare-grid strong {
  color: #0f766e;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.pricing-cta {
  background: #0f766e;
  border-color: #0f766e;
  color: #ffffff;
}

.pricing-cta h2,
.pricing-cta .section-label,
.pricing-cta p {
  color: #ffffff;
}

.pricing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pricing-cta-actions .secondary {
  color: #0f766e;
}

.price-card > span {
  color: #0f766e;
  font-size: 14px;
  font-weight: 900;
  grid-column: 1 / -1;
}

.price-card > strong {
  color: #0f172a;
  font-size: 30px;
  grid-column: 1 / -1;
  line-height: 1.15;
  margin-bottom: 0;
}

.price-card > p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.setup {
  background: #fff8e6;
  border: 1px solid #e6ca83;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.trial-flow {
  background: #f2fbfa;
  border: 1px solid #b7e4df;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.price-card > .button {
  grid-column: 1 / -1;
}

.trial-flow b {
  color: #0f172a;
}

.trial-flow ol {
  color: #334155;
  display: grid;
  gap: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
  padding-left: 20px;
}

.billing-note {
  background: #f8fafc;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  margin: 0;
  padding: 12px;
}

.contact-note {
  background: #f2fbfa;
  border: 1px solid #b7e4df;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.contact-note b {
  color: #0f172a;
}

.contact-note p {
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.setup b {
  color: #0f172a;
}

.setup em {
  color: #b9851e;
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
}

.setup small {
  color: #475569;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.65;
}

.faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 8px;
}

details {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  padding: 18px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.footer {
  align-items: center;
  color: #64748b;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 34px 0 52px;
}

.footer div {
  display: grid;
  gap: 4px;
}

.footer strong {
  color: #0f172a;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: flex-end;
}

.legal-links a {
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.legal-links a:hover {
  color: #0f766e;
}

@media (max-width: 860px) {
  .page {
    padding-top: 108px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    min-height: 108px;
    padding: 10px 12px 9px;
  }

  .nav {
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(5px, 1.8vw, 10px);
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
  }

  .nav a {
    flex: 0 0 auto;
    font-size: clamp(10px, 2.8vw, 11px);
    line-height: 1;
    white-space: nowrap;
  }

  .nav a.nav-cta {
    min-height: 30px;
    padding: 0 clamp(8px, 2.2vw, 12px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 0 22px;
  }

  .hero::before {
    height: 60px;
  }

  .hero-copy,
  .hero-flow {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .hero-copy {
    padding-top: 0;
  }

  .kicker {
    font-size: 16px;
    margin: 0 0 22px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(35px, 9.6vw, 40px);
    max-width: 100%;
  }

  .ribbon span {
    font-size: clamp(17px, 5vw, 22px);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .lead {
    line-break: anywhere;
    max-width: 100%;
    word-break: break-all;
    width: 100%;
  }

  .ribbon span:nth-child(2) {
    margin-left: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 0;
    margin-top: 10px;
  }

  .visual-photo {
    width: 100%;
  }

  .visual-photo img {
    border-radius: 0;
    height: 250px;
    width: 100%;
  }

  .impact-panel {
    align-items: stretch;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 0.62fr);
    margin: -56px 14px 0;
    padding: 14px;
    width: auto;
  }

  .panel-head {
    align-content: center;
    justify-self: stretch;
    min-width: 0;
    padding: 12px 14px;
    width: auto;
  }

  .panel-head strong {
    font-size: clamp(23px, 7.2vw, 30px);
    line-height: 1.15;
    white-space: nowrap;
  }

  .panel-alert {
    align-content: center;
    min-width: 0;
    padding: 12px;
  }

  .panel-alert strong {
    font-size: clamp(34px, 10vw, 44px);
  }

  .panel-alert small {
    font-size: 11px;
    line-height: 1.45;
  }

  .impact-panel ul {
    grid-column: 1 / -1;
  }

  .impact-panel li {
    min-height: 54px;
    padding: 10px 12px;
  }

  .hero-flow {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: calc(100% - 28px);
  }

  .hero-flow i {
    display: none;
  }

  .hero-flow article {
    aspect-ratio: 1 / 1.08;
    gap: 6px;
    min-height: 0;
    min-width: 0;
    padding: 12px 4px;
  }

  .hero-flow strong {
    font-size: 15px;
    line-height: 1.22;
  }

  .icon {
    height: 36px;
    width: 36px;
  }

  .price::before {
    height: 20px;
    left: 10px;
    top: 8px;
    width: 16px;
  }

  .price::after {
    left: 13px;
    top: 17px;
    width: 10px;
  }

  .link::before {
    height: 8px;
    left: 8px;
    top: 14px;
    width: 20px;
  }

  .link::after {
    height: 12px;
    left: 16px;
    top: 12px;
    width: 4px;
  }

  .check::before {
    border-bottom-width: 5px;
    border-left-width: 5px;
    height: 9px;
    left: 10px;
    top: 11px;
    width: 18px;
  }

  .section,
  .faq,
  .footer {
    width: calc(100% - 28px);
  }

  .section {
    padding: 24px;
  }

  .impact-cards,
  .issue-grid,
  .feature-list,
  .seo-grid,
  .origin,
  .pricing,
  .price-card,
  .pricing-detail,
  .setup-pricing,
  .setup-pricing .scope-grid,
  .trial-steps,
  .compare-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .origin {
    background: #eefaf8;
    border-color: #b7e4df;
    border-left-width: 1px;
    gap: 26px;
  }

  .origin h2 {
    font-size: clamp(32px, 5vw, 58px);
  }

  .origin > p {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .pricing-cta-actions .button {
    width: 100%;
  }

  .legal-links {
    justify-content: flex-start;
  }
}

.modal-open {
  overflow: hidden;
}

.preview-modal {
  display: none;
  inset: 0;
  padding: 24px;
  position: fixed;
  z-index: 30;
}

.preview-modal[aria-hidden="false"] {
  display: grid;
  place-items: center;
}

.preview-backdrop {
  background: rgba(15, 23, 42, 0.62);
  inset: 0;
  position: absolute;
}

.preview-dialog {
  background: #ffffff;
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
  max-height: calc(100vh - 48px);
  max-width: 980px;
  overflow: auto;
  padding: 24px;
  position: relative;
  width: min(100%, 980px);
}

.preview-close {
  align-items: center;
  background: #0f172a;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
}

.preview-copy {
  padding-right: 54px;
}

.preview-copy p:first-child {
  color: #0f766e;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 8px;
}

.preview-copy h2 {
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 10px;
}

.preview-copy p:last-child {
  color: #475569;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.7;
  margin: 0 0 18px;
}

.preview-dialog img {
  border: 1px solid #dbe5ed;
  border-radius: 8px;
  display: block;
  width: 100%;
}

.preview-points {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.preview-points li {
  background: #f2fbfa;
  border: 1px solid #b7e4df;
  border-radius: 8px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  padding: 10px 12px;
}

@media (max-width: 420px) {
  .hero h1 span {
    white-space: nowrap;
  }

  .section h2,
  .faq h2 {
    font-size: 25px;
    line-height: 1.28;
  }

  .mid-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .mid-cta .button {
    width: 100%;
  }

  .preview-points {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 12mm;
  }

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 10.5pt;
  }

  body {
    margin: 0;
  }

  a {
    color: #111827 !important;
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
  }

  .site-header {
    align-items: flex-start;
    border-bottom: 1px solid #cbd5e1;
    gap: 6mm;
    margin: 0 0 8mm;
    padding: 0 0 5mm;
    position: static !important;
  }

  .nav,
  .hero-actions,
  .mid-cta,
  .pricing-cta-actions,
  .preview-overlay,
  .preview-close {
    display: none !important;
  }

  .hero,
  .pricing-hero,
  .section,
  .faq,
  .footer {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 0 9mm !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .hero,
  .pricing-hero {
    display: block !important;
    min-height: auto !important;
    padding-bottom: 7mm !important;
    border-bottom: 2px solid #d1aa4d !important;
  }

  .hero::before {
    display: none !important;
  }

  .hero-visual {
    display: none !important;
  }

  .hero-flow,
  .problem-grid,
  .feature-grid,
  .impact-grid,
  .usecase-grid,
  .pricing-grid,
  .scope-grid,
  .support-grid,
  .compare-grid {
    display: block !important;
  }

  .hero-flow article,
  .problem-card,
  .feature-card,
  .impact-card,
  .usecase-card,
  .price-card,
  .price-card-large,
  .setup-price-box,
  .scope-grid article,
  .support-grid article,
  .compare-grid article,
  details,
  .trial-flow,
  .setup {
    border: 1px solid #cbd5e1 !important;
    border-radius: 0 !important;
    margin: 0 0 5mm !important;
    page-break-inside: avoid;
    padding: 5mm !important;
  }

  h1,
  h2,
  h3,
  p,
  li,
  summary,
  strong,
  small,
  em,
  span {
    color: #111827 !important;
  }

  h1,
  .pricing-hero h1 {
    font-size: 24pt !important;
    line-height: 1.2 !important;
    margin: 0 0 5mm !important;
  }

  h2,
  .section h2,
  .faq h2 {
    font-size: 18pt !important;
    line-height: 1.25 !important;
    margin: 0 0 4mm !important;
  }

  h3 {
    font-size: 13pt !important;
    margin: 0 0 2mm !important;
  }

  p,
  li,
  summary,
  small {
    font-size: 10.5pt !important;
    line-height: 1.55 !important;
  }

  .price-card > strong,
  .price-card-large > strong,
  .setup-price-box strong,
  .support-grid strong {
    font-size: 18pt !important;
  }

  .button {
    border: 1px solid #94a3b8 !important;
    color: #111827 !important;
    display: inline-block !important;
    padding: 2mm 4mm !important;
  }

  .button[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    font-weight: 600;
  }

  details {
    break-inside: avoid;
  }

  details > * {
    display: block !important;
  }

  .footer {
    border-top: 1px solid #cbd5e1 !important;
    padding-top: 5mm !important;
  }

  body .hero-flow {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}






.tax-note {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  margin: 10px 0 0;
}
