:root {
  --green: #75b843;
  --deep: #214f35;
  --ink: #19372a;
  --pale: #f1f8ea;
  --cream: #fbfcf8;
  --yellow: #f5bb4f;
  --line: #dfe9da;
  --text: #587060;
  --white: #fff;
  --shadow: 0 18px 45px rgba(35, 77, 48, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans JP", "DM Sans", sans-serif;
  line-height: 1.75;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}
.narrow {
  width: min(860px, calc(100% - 40px));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  background: var(--deep);
  color: #fff;
  padding: 8px 14px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font:
    700 30px/1 "DM Sans",
    sans-serif;
  letter-spacing: -1.5px;
  color: var(--deep);
}
.brand-mark {
  width: 38px;
  height: 38px;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
  font-weight: 600;
}
.primary-nav > a:not(.button):hover,
.site-footer a:hover {
  color: var(--green);
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 46px;
  height: 46px;
  padding: 12px;
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--deep);
  margin: 5px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  transition:
    0.2s transform,
    0.2s background;
}
.button:hover {
  transform: translateY(-2px);
  background: #64a833;
}
.button-small {
  padding: 10px 17px;
  font-size: 13px;
}
.button-large {
  padding: 17px 27px;
  font-size: 15px;
}
.button-outline {
  background: #fff;
  color: var(--deep);
  border-color: #cbdcc5;
}
.button-outline:hover {
  background: var(--pale);
}
.button-outline-green {
  background: #fff;
  color: var(--deep);
  border-color: var(--green);
}
.button-light {
  background: #fff;
  color: var(--deep);
  border-color: #fff;
}
.button-light:hover {
  background: var(--pale);
}
.button-full {
  width: 100%;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(116deg, #f7fbed 0%, #e7f4d7 100%);
  padding: 78px 0 105px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 44px;
}
.eyebrow {
  color: var(--green);
  font:
    700 12px/1 "DM Sans",
    sans-serif;
  letter-spacing: 1.5px;
  margin: 0 0 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.eyebrow span {
  height: 2px;
  width: 22px;
  background: currentColor;
  display: inline-block;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(38px, 4.2vw, 62px);
  letter-spacing: -3px;
  line-height: 1.28;
  margin: 0 0 22px;
  font-weight: 700;
}
.hero h1 em,
.page-hero em {
  font-style: normal;
  color: var(--green);
}
.hero-text {
  color: var(--text);
  font-size: 16px;
  margin: 0;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 31px 0 18px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--deep);
  border-bottom: 1px solid #91b786;
  padding-bottom: 3px;
}
.microcopy {
  font-size: 12px;
  color: #778b7d;
  margin: 0;
}
.microcopy span {
  color: var(--green);
  font-weight: 700;
}
.hero-visual {
  height: 390px;
  position: relative;
}
.dashboard-card {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 32px;
  width: min(100%, 420px);
  background: #fff;
  padding: 22px;
  border-radius: 15px;
  box-shadow: var(--shadow);
}
.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.dash-top strong {
  display: block;
  font-size: 16px;
}
.dash-label {
  display: block;
  color: #9aaca0;
  font:
    700 10px/1 "DM Sans",
    sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}
.status-orb {
  color: #62a536;
  background: #eff8e7;
  border-radius: 999px;
  padding: 5px 9px;
  font: 700 11px "DM Sans";
}
.status-orb span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #67b63c;
  border-radius: 50%;
  margin-right: 3px;
}
.site-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.site-icon {
  background: var(--deep);
  color: #fff;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.site-row strong,
.site-row small {
  display: block;
}
.site-row strong {
  font: 600 12px "DM Sans";
}
.site-row small {
  font-size: 10px;
  color: #819488;
}
.up-badge {
  margin-left: auto;
  background: #eff8e7;
  color: #59a12e;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 5px;
}
.chart {
  height: 94px;
  position: relative;
  margin-top: 13px;
}
.chart-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #edf1ea 30px
  );
}
.chart svg {
  width: 100%;
  height: 100%;
  position: relative;
}
.mascot-wrap {
  position: absolute;
  z-index: 3;
  left: 8px;
  bottom: -15px;
}
.mascot {
  width: 195px;
  filter: drop-shadow(0 8px 5px rgba(34, 83, 42, 0.12));
}
.speech-bubble {
  position: absolute;
  left: -22px;
  top: -11px;
  background: #fff;
  color: var(--deep);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 5px 12px #7590672e;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 15px;
  border: 7px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
}
.leaf {
  position: absolute;
  background: #b5dd8e;
  border-radius: 100% 0;
  transform: rotate(35deg);
}
.leaf-one {
  height: 70px;
  width: 38px;
  top: 15px;
  left: 15px;
}
.leaf-two {
  height: 46px;
  width: 24px;
  bottom: 35px;
  right: 5px;
}
.leaf-three {
  height: 35px;
  width: 18px;
  top: 5px;
  right: 62px;
}
.hero-wave {
  height: 35px;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #697e6e;
  font-size: 13px;
}
.trust-inner p {
  margin: 0;
}
.trust-inner strong {
  font: 700 22px "DM Sans";
  color: var(--deep);
}
.trust-stars {
  color: var(--yellow);
  letter-spacing: 2px;
}
.trust-stars span {
  color: #6e8374;
  letter-spacing: 0;
  font-size: 12px;
  margin-left: 8px;
}
.section {
  padding: 105px 0;
}
.section-heading {
  max-width: 570px;
}
.section-heading h2,
.steps-section h2 {
  font-size: clamp(30px, 3.2vw, 45px);
  line-height: 1.37;
  letter-spacing: -2px;
  margin: 0 0 16px;
}
.section-heading > p:last-child,
.section-intro {
  color: var(--text);
  font-size: 15px;
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 45px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
  transition:
    0.2s box-shadow,
    0.2s transform;
}
.feature-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.icon-box,
.detail-icon {
  height: 50px;
  width: 50px;
  border-radius: 13px;
  display: grid;
  place-items: center;
}
.icon-box svg,
.detail-icon svg {
  width: 27px;
  stroke: var(--deep);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-mint {
  background: #e3f4d8;
}
.icon-yellow {
  background: #fff1d1;
}
.icon-blue {
  background: #dff1ef;
}
.feature-card h3 {
  font-size: 18px;
  margin: 21px 0 9px;
}
.feature-card p {
  font-size: 13px;
  color: var(--text);
  margin: 0 0 18px;
}
.feature-card a {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}
.feature-card a span {
  padding-left: 4px;
}
.steps-section {
  background: var(--cream);
}
.steps-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: center;
}
.steps-section h2 strong {
  color: var(--green);
}
.steps-section .button {
  margin-top: 28px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  display: flex;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.step-number {
  font: 700 15px "DM Sans";
  color: var(--green);
  padding-top: 2px;
}
.steps h3 {
  font-size: 16px;
  margin: 0 0 3px;
}
.steps p {
  font-size: 13px;
  color: var(--text);
  margin: 0;
}
.cta {
  background: var(--deep);
  padding: 67px 0;
  color: #fff;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.eyebrow-light {
  color: #b6dd8e;
}
.cta h2 {
  font-size: clamp(30px, 3.3vw, 43px);
  letter-spacing: -2px;
  line-height: 1.38;
  margin: 0 0 10px;
}
.cta p:not(.eyebrow) {
  font-size: 14px;
  color: #d1dfd1;
  margin: 0;
}
.cta small {
  display: block;
  color: #c2d3c2;
  text-align: center;
  margin-top: 11px;
  font-size: 11px;
}
.site-footer {
  background: #f7faf5;
  padding: 48px 0 19px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.brand-footer {
  font-size: 27px;
}
.footer-main > p {
  font-size: 12px;
  color: var(--text);
  margin: 6px 0;
}
.footer-main nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 12px;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  color: #829185;
  font-size: 11px;
}
.footer-bottom a + a {
  margin-left: 18px;
}
.page-hero {
  background: linear-gradient(122deg, #f8fbed, #e5f3d6);
  text-align: center;
  padding: 82px 0 92px;
}
.page-hero .eyebrow {
  justify-content: center;
}
.page-hero h1 {
  margin-bottom: 17px;
}
.page-hero > div > p:last-child {
  color: var(--text);
  font-size: 15px;
}
.detail-features {
  padding-bottom: 66px;
}
.detail-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 52px;
  padding: 40px 0 67px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.detail-row-reverse .detail-icon {
  background: #fff1d1;
}
.detail-icon {
  width: 115px;
  height: 115px;
  border-radius: 28px;
}
.detail-icon svg {
  width: 52px;
}
.detail-row h2 {
  font-size: 32px;
  letter-spacing: -1.8px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.detail-row > div:last-child > p:last-of-type {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  max-width: 550px;
}
.check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  font-size: 13px;
  color: var(--text);
}
.check-list li {
  margin: 8px 0;
}
.check-list li:before {
  content: "✓";
  background: #e6f5dc;
  color: var(--green);
  font-weight: 700;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  font-size: 10px;
}
.plans {
  background: var(--cream);
}
.centered {
  text-align: center;
  margin-inline: auto;
}
.centered .eyebrow {
  justify-content: center;
}
.plan-grid {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 42px;
}
.plan-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 32px;
  width: min(100%, 350px);
}
.plan-card.featured {
  border: 2px solid var(--green);
  box-shadow: var(--shadow);
}
.plan-label {
  color: var(--green);
  font: 700 11px "DM Sans";
  letter-spacing: 1.5px;
  margin: 0;
}
.plan-card h3 {
  font-size: 18px;
  margin: 11px 0;
}
.price {
  font: 700 44px/1 "DM Sans";
  letter-spacing: -2px;
  margin: 18px 0 10px;
}
.price small {
  font-size: 19px;
}
.price span {
  font: 400 12px "Noto Sans JP";
  letter-spacing: 0;
  color: var(--text);
}
.plan-card > p:not(.plan-label):not(.price) {
  font-size: 12px;
  color: var(--text);
}
.plan-card .check-list {
  min-height: 140px;
}
.faq {
  padding-top: 88px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 17px 2px;
}
.faq summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}
.faq summary:after {
  content: "＋";
  float: right;
  color: var(--green);
  font-size: 20px;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 13px;
  color: var(--text);
  margin: 11px 0 2px;
}

.brand img {
  height: 50px;
}
@media (max-width: 760px) {
  .container,
  .narrow {
    width: min(100% - 32px, 1120px);
  }
  .header-inner {
    height: 70px;
  }
  .primary-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 12px 20px #1a422314;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 24px;
    gap: 4px;
  }
  .primary-nav.is-open {
    display: flex;
    z-index: 999;
  }
  .primary-nav > a:not(.button) {
    padding: 10px 0;
  }
  .primary-nav .button {
    margin-top: 5px;
  }
  .nav-toggle {
    display: block;
  }
  .hero {
    padding: 49px 0 68px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero h1,
  .page-hero h1 {
    letter-spacing: -2px;
  }
  .hero-text {
    font-size: 14px;
  }
  .hero-text br {
    display: none;
  }
  .hero-actions {
    gap: 19px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .hero-visual {
    height: 325px;
    margin-top: 3px;
  }
  .dashboard-card {
    top: 18px;
    width: calc(100% - 14px);
    padding: 17px;
  }
  .mascot-wrap {
    left: -8px;
    bottom: -15px;
  }
  .mascot {
    width: 166px;
  }
  .trust-inner {
    padding: 14px 0;
    min-height: 0;
    display: block;
    text-align: center;
  }
  .trust-inner p {
    font-size: 11px;
  }
  .trust-inner strong {
    font-size: 18px;
  }
  .trust-stars {
    font-size: 13px;
    margin-top: 4px;
  }
  .section {
    padding: 70px 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }
  .feature-card {
    padding: 24px;
  }
  .feature-card h3 {
    margin-top: 16px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .steps-section .button {
    margin-top: 22px;
  }
  .cta {
    padding: 53px 0;
  }
  .cta-inner {
    display: block;
  }
  .cta .button {
    margin-top: 22px;
    width: 100%;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .footer-main nav {
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    margin-top: 28px;
    gap: 10px;
  }
  .page-hero {
    padding: 59px 0 68px;
  }
  .page-hero > div > p:last-child {
    font-size: 13px;
  }
  .desktop-only {
    display: none;
  }
  .detail-features {
    padding-bottom: 35px;
  }
  .detail-row {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 0 45px;
    margin-bottom: 38px;
  }
  .detail-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }
  .detail-icon svg {
    width: 34px;
  }
  .detail-row h2 {
    font-size: 28px;
  }
  .plan-grid {
    display: grid;
    margin-top: 29px;
  }
  .plan-card {
    width: 100%;
  }
  .plan-card .check-list {
    min-height: 0;
    margin-bottom: 25px;
  }
  .faq {
    padding-top: 65px;
  }
  .brand {
    font-size: 27px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .feature-card {
    transition: none;
  }
}
