@charset "UTF-8";

:root {
  --green: #a9d63a;
  --green-dark: #36571f;
  --green-deep: #173721;
  --green-soft: #eff5df;
  --ink: #211d1a;
  --muted: #6d6a63;
  --paper: #fbfaf4;
  --white: #ffffff;
  --line: #d8d5ca;
  --header-height: 76px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

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

ul,
p,
h1,
h2,
h3,
figure {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}

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

.section {
  scroll-margin-top: var(--header-height);
  padding: 110px 0;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--container));
  height: 100%;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

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

.brand-copy,
.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-size: 22px;
}

.brand-copy small,
.footer-brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 38px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 27px 0 23px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--green);
  content: "";
  opacity: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--green-dark);
}

.site-nav a.is-active::after {
  opacity: 1;
}

.header-actions {
  display: none;
}

.hero {
  scroll-margin-top: var(--header-height);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
  background: var(--green-soft);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  align-items: stretch;
  width: min(calc(100% - 48px), var(--container));
  min-height: 700px;
  margin: 0 auto;
  border: 1px solid #cad6b8;
  background: var(--white);
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 68px;
}

.hero-copy::before {
  position: absolute;
  top: 0;
  left: 68px;
  width: 86px;
  height: 6px;
  background: var(--green);
  content: "";
}

.eyebrow,
.section-index,
.download-copy > p {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(72px, 6.4vw, 94px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.hero-slogan {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-intro {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
}

.hero-action-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.hero-action-row > span {
  color: var(--muted);
  font-size: 13px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 52px;
  padding: 12px 28px;
  color: var(--ink);
  background: var(--green);
  font-weight: 700;
}

.primary-link:hover,
.primary-link:focus-visible {
  color: var(--white);
  background: var(--green-deep);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-points span {
  padding: 17px 18px;
  border-left: 1px solid var(--line);
  font-size: 15px;
  text-align: center;
}

.hero-points span:first-child {
  border-left: 0;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 700px;
  overflow: hidden;
  background: var(--green-deep);
}

.hero-visual::before {
  position: absolute;
  top: 50%;
  left: 20px;
  color: rgba(169, 214, 58, 0.16);
  content: "03";
  font-family: Georgia, serif;
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-visual::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  border: 70px solid rgba(169, 214, 58, 0.2);
  border-radius: 50%;
  content: "";
}

.phone-frame {
  position: relative;
  z-index: 1;
  width: min(66%, 286px);
  margin-right: 34px;
  padding: 13px 10px 16px;
  border: 6px solid #171715;
  border-radius: 40px;
  background: #171715;
  box-shadow: 24px 28px 0 rgba(169, 214, 58, 0.18);
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  object-fit: contain;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: 76px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: #171715;
  transform: translateX(-50%);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 58px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 480px;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
}

.radar {
  background: #f8f6ee;
}

.radar-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.radar-tab {
  min-height: 72px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.radar-tab:first-child {
  border-left: 0;
}

.radar-tab:hover,
.radar-tab:focus-visible,
.radar-tab.is-active {
  color: var(--ink);
  background: var(--green);
}

.radar-panel {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 42px;
  min-height: 250px;
  padding: 48px 30px;
  border-bottom: 1px solid var(--ink);
}

.radar-number {
  color: var(--green-dark);
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
}

.radar-panel h3 {
  font-size: 27px;
}

.radar-panel p {
  max-width: 540px;
  margin-top: 10px;
  color: var(--muted);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list button {
  min-width: 74px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  font-size: 13px;
}

.tag-list button:hover,
.tag-list button:focus-visible,
.tag-list button.is-selected {
  border-color: var(--green-dark);
  background: var(--green-soft);
}

.tracking {
  color: var(--white);
  background: var(--green-deep);
}

.section-heading-light .section-index,
.section-heading-light > p {
  color: #bfd9aa;
}

.schedule-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 70px;
}

.week-selector {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.week-selector button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
}

.week-selector button span {
  color: #bfd9aa;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.week-selector button:hover,
.week-selector button:focus-visible,
.week-selector button.is-active {
  color: var(--ink);
  background: var(--green);
}

.week-selector button.is-active span {
  color: var(--green-deep);
}

.schedule-list {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.schedule-list article {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.schedule-list time {
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
}

.schedule-list h3 {
  font-size: 18px;
}

.schedule-list p {
  color: #bfd0c3;
  font-size: 13px;
}

.status {
  padding: 6px 12px;
  color: var(--green-deep);
  background: var(--green);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.interfaces {
  background: var(--paper);
}

.interface-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.interface-figure {
  width: 100%;
  align-self: start;
  border: 1px solid var(--line);
  background: var(--white);
}

.interface-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  line-height: 0;
}

.interface-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.interface-figure figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
}

.interface-figure figcaption span {
  color: var(--green-dark);
  font-family: Georgia, serif;
  font-size: 24px;
}

.faq {
  border-top: 1px solid var(--line);
  background: #f5f1e7;
}

.faq-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 80px;
}

.faq-heading {
  display: block;
  margin-bottom: 0;
}

.faq-heading > p {
  margin-top: 22px;
}

.accordion {
  border-top: 1px solid var(--ink);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  line-height: 1.4;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 16px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.faq-item button:hover,
.faq-item button:focus-visible {
  color: var(--green-dark);
}

.faq-item button i {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%);
}

.faq-answer {
  padding: 0 42px 24px 8px;
  color: var(--muted);
  font-size: 14px;
}

.reviews {
  background: #e9f0de;
}

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

.review-card {
  min-height: 150px;
  padding: 26px 28px;
  border: 1px solid #cad7b7;
  background: var(--white);
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-dark);
  font-size: 14px;
}

.review-user strong {
  font-size: 14px;
}

.review-user time {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}

.review-card > p {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.download {
  scroll-margin-top: var(--header-height);
  padding: 72px 0;
  background: var(--green-deep);
}

.download-ticket {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr 220px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: var(--paper);
}

.download-brand,
.download-copy {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 30px 38px;
  border-right: 1px solid var(--line);
}

.download-brand {
  gap: 18px;
}

.download-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.download-brand div {
  display: flex;
  flex-direction: column;
}

.download-brand strong {
  font-size: 26px;
}

.download-brand span {
  color: var(--muted);
  font-size: 12px;
}

.download-copy {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.download-copy h2 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.3;
}

.download-description {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--ink);
  background: var(--green);
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.download-link:hover,
.download-link:focus-visible {
  color: var(--white);
  background: var(--green-dark);
}

.site-footer {
  padding: 48px 0;
  color: var(--white);
  background: #181715;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.footer-brand strong {
  font-size: 20px;
}

.footer-brand small {
  color: #9f9d95;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.footer-nav a,
.footer-inner > p {
  color: #c9c6bc;
  font-size: 12px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--green);
}

.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--green);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.back-top:hover,
.back-top:focus-visible {
  color: var(--white);
  background: var(--green-dark);
}

.back-top i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../icons/top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 980px) {
  :root {
    --header-height: 68px;
  }

  .container,
  .header-inner,
  .hero-inner {
    width: min(calc(100% - 36px), var(--container));
  }

  .site-nav ul {
    gap: 22px;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.82fr;
  }

  .hero-copy {
    padding: 64px 42px;
  }

  .hero-copy::before {
    left: 42px;
  }

  .phone-frame {
    width: min(72%, 260px);
    margin-right: 22px;
  }

  .radar-panel {
    grid-template-columns: 80px 1fr;
  }

  .radar-panel .tag-list {
    grid-column: 2;
  }

  .interface-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .interface-figure {
    width: 100%;
  }

  .interface-media img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .faq-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 44px;
  }

  .download-ticket {
    grid-template-columns: 0.85fr 1.3fr 180px;
  }

  .download-brand,
  .download-copy {
    padding: 26px 24px;
  }

  .footer-inner {
    grid-template-columns: auto 1fr;
  }

  .footer-inner > p {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .container,
  .header-inner,
  .hero-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 76px 0;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .brand-copy small {
    display: none;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--ink);
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle i,
  .menu-toggle i::before,
  .menu-toggle i::after {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
    content: "";
  }

  .menu-toggle i {
    position: relative;
  }

  .menu-toggle i::before {
    position: absolute;
    top: -6px;
  }

  .menu-toggle i::after {
    position: absolute;
    top: 6px;
  }

  .menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .site-nav {
    position: absolute;
    top: var(--header-height);
    right: -14px;
    left: -14px;
    display: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: block;
  }

  .site-nav li {
    border-bottom: 1px solid #ece9df;
  }

  .site-nav li:last-child {
    border-bottom: 0;
  }

  .site-nav a {
    padding: 14px 20px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 20px 0;
  }

  .hero-copy {
    align-items: center;
    padding: 68px 24px 58px;
    text-align: center;
  }

  .hero-copy::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero h1 {
    font-size: clamp(64px, 22vw, 88px);
  }

  .hero-slogan {
    font-size: 28px;
  }

  .hero-intro {
    max-width: 560px;
    font-size: 15px;
  }

  .hero-action-row {
    flex-direction: column;
    gap: 12px;
  }

  .hero-points {
    width: 100%;
  }

  .hero-points span {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .hero-visual {
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 48px 20px;
  }

  .phone-frame {
    width: min(78%, 270px);
    margin: 0;
  }

  .hero-visual::before {
    left: 18px;
    font-size: 180px;
  }

  .hero-visual::after {
    right: -150px;
    bottom: -180px;
  }

  .section-heading {
    display: block;
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading > p {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .radar-tab {
    min-height: 60px;
    font-size: 13px;
  }

  .radar-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 34px 10px;
  }

  .radar-panel .tag-list {
    grid-column: auto;
  }

  .radar-number {
    font-size: 52px;
  }

  .schedule-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .week-selector {
    grid-template-columns: repeat(7, minmax(58px, 1fr));
    overflow-x: auto;
  }

  .week-selector button {
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
  }

  .schedule-list article {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .schedule-list .status {
    grid-column: 2;
    justify-self: start;
  }

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

  .interface-figure figcaption {
    min-height: 58px;
    padding: 12px 10px;
    gap: 8px;
    font-size: 13px;
  }

  .interface-figure figcaption span {
    font-size: 18px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .download {
    padding: 58px 0;
  }

  .download-ticket {
    grid-template-columns: 1fr;
  }

  .download-brand,
  .download-copy {
    justify-content: center;
    min-height: 0;
    padding: 28px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: center;
  }

  .download-copy {
    align-items: center;
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .download-description {
    margin-top: 18px;
  }

  .download-link {
    min-height: 64px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 390px) {
  .container,
  .header-inner,
  .hero-inner {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .mobile-download {
    padding-right: 11px;
    padding-left: 11px;
  }

  .hero-points span {
    font-size: 12px;
  }

  .radar-tab {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .interface-grid {
    gap: 10px;
  }

  .review-card {
    padding: 22px 18px;
  }

  .review-user {
    flex-wrap: wrap;
  }

  .review-user time {
    margin-left: 50px;
  }
}
