@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-border: var(--border);
  --color-ring: var(--ring);
  --radius-sm: 0.45rem;
  --radius-md: 0.7rem;
  --radius-lg: 1rem;
  --radius-xl: 1.35rem;
  --radius-2xl: 1.8rem;
}

:root {
  --background: #f7f8f6;
  --foreground: #16211f;
  --primary: #087c68;
  --primary-foreground: #fff;
  --secondary: #edf5f1;
  --secondary-foreground: #155b4f;
  --muted: #edf0ed;
  --muted-foreground: #64726f;
  --border: #dce3df;
  --ring: #0d8c76;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; }
.site-container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; background: rgba(247,248,246,.9); border-bottom: 1px solid rgba(22,33,31,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark, .preview-logo { display: inline-grid; place-items: center; background: #16211f; color: #fff; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; font-size: 13px; box-shadow: inset 0 -3px 0 rgba(255,255,255,.08); }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font-size: 15px; letter-spacing: -.02em; }
.brand small { color: #72807d; font-size: 10px; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #52615e; font-size: 14px; transition: color .2s ease; }
nav a:hover { color: #087c68; }

.hero { position: relative; overflow: hidden; padding: 94px 0 82px; background: radial-gradient(circle at 9% 15%,#e3f1eb 0,transparent 30%),linear-gradient(180deg,#f7f8f6 0%,#f3f6f3 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(22,33,31,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(22,33,31,.06) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,black,transparent 80%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); }
.hero-orb-one { width: 330px; height: 330px; right: 2%; top: -120px; background: rgba(247,199,114,.25); }
.hero-orb-two { width: 240px; height: 240px; right: 36%; bottom: -170px; background: rgba(26,166,139,.17); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: #087c68; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 24px; font-size: clamp(44px,5.3vw,72px); line-height: 1.05; letter-spacing: -.065em; font-weight: 760; }
.hero h1 em { color: #087c68; font-style: normal; }
.hero-lead { max-width: 620px; color: #52615e; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; padding: 0 20px; font-size: 14px; font-weight: 700; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #16211f; color: #fff; box-shadow: 0 12px 30px rgba(22,33,31,.17); }
.button-primary:hover { background: #087c68; box-shadow: 0 14px 34px rgba(8,124,104,.2); }
.button-secondary { border: 1px solid #cfd8d4; background: rgba(255,255,255,.72); }
.availability { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #71807c; font-size: 12px; }
.availability svg { color: #087c68; font-size: 15px; }

.product-preview { position: relative; background: #fff; border: 1px solid #e1e7e3; border-radius: 24px; padding: 15px; box-shadow: 0 32px 80px rgba(40,67,59,.13),0 2px 0 #fff inset; transform: rotate(1deg); }
.product-preview::before { content: ""; position: absolute; z-index: -1; inset: 20px -20px -20px 20px; border-radius: 24px; background: #dbe9e3; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 10px 18px; }
.preview-topbar > div { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.preview-logo { width: 26px; height: 26px; border-radius: 8px; font-size: 9px; }
.preview-status { padding: 7px 10px; background: #edf7f2; color: #087c68; border-radius: 999px; font-size: 10px; font-weight: 700; }
.preview-body { background: #f6f8f6; border: 1px solid #edf0ed; border-radius: 17px; padding: 17px; }
.summary-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.summary-row div { display: grid; gap: 5px; background: #fff; border: 1px solid #e7ece9; border-radius: 12px; padding: 13px; }
.summary-row span { color: #84908d; font-size: 9px; }
.summary-row strong { font-size: 21px; }
.comment-card { display: flex; gap: 12px; margin-top: 12px; padding: 16px; border-radius: 13px; background: #fff; border: 1px solid #e7ece9; box-shadow: 0 8px 20px rgba(22,33,31,.04); }
.avatar { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #16211f; color: #fff; font-size: 11px; }
.comment-content { min-width: 0; flex: 1; }
.comment-content > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.comment-content strong { font-size: 11px; }
.comment-content > div:first-child span { color: #a36512; background: #fff5e4; border-radius: 999px; padding: 4px 7px; font-size: 8px; }
.comment-content p { margin: 9px 0 14px; font-size: 12px; }
.comment-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.comment-meta span { display: inline-flex; align-items: center; gap: 3px; color: #6e7c78; font-size: 8px; }
.comment-meta span:first-child { color: #087c68; }
.flow-line { display: flex; align-items: center; margin: 17px 3px 2px; color: #89948f; font-size: 8px; }
.flow-line span.active { color: #087c68; font-weight: 700; }
.flow-line i { flex: 1; height: 1px; margin: 0 6px; background: #d8dfdc; }
.preview-note { margin: 13px 8px 4px; color: #89948f; text-align: center; font-size: 8px; }

.trust-strip { background: #fff; border-block: 1px solid #e6ebe8; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 13px; min-height: 102px; padding: 0 24px; border-right: 1px solid #e6ebe8; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { flex: 0 0 auto; color: #087c68; font-size: 23px; }
.trust-grid span { display: grid; gap: 4px; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { color: #7b8884; font-size: 11px; }

.section { padding: 112px 0; }
.section-soft { background: #eef3f0; }
.section-heading { max-width: 690px; margin: 0 auto 52px; text-align: center; }
.section-heading > span { color: #087c68; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.section-heading h2, .notice-card h2 { margin: 14px 0 16px; font-size: clamp(30px,4vw,46px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading p, .notice-card p { color: #65736f; font-size: 15px; line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.feature-card { position: relative; overflow: hidden; min-height: 290px; padding: 28px; border: 1px solid #e0e6e3; border-radius: 18px; background: #fff; transition: transform .25s ease,box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(28,53,47,.09); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #e7f4ee; color: #087c68; font-size: 22px; }
.feature-number { position: absolute; right: 22px; top: 25px; color: #d5dcd8; font-weight: 800; font-size: 12px; }
.feature-card h3 { margin: 54px 0 14px; font-size: 18px; }
.feature-card p { margin: 0; color: #71807c; font-size: 13px; line-height: 1.85; }
.process-grid { display: grid; grid-template-columns: .8fr 1.1fr; gap: 100px; align-items: center; }
.section-heading.left { margin: 0; text-align: left; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: #087c68; font-weight: 700; font-size: 13px; }
.steps { list-style: none; margin: 0; padding: 14px; border: 1px solid #dae3de; border-radius: 22px; background: rgba(255,255,255,.7); }
.steps li { display: flex; align-items: center; gap: 20px; min-height: 80px; padding: 12px 18px; border-bottom: 1px solid #e1e7e4; }
.steps li:last-child { border-bottom: 0; }
.steps li > span { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border: 1px solid #cbd8d2; border-radius: 50%; color: #087c68; background: #fff; font-size: 12px; font-weight: 800; }
.steps p { margin: 0; color: #42514d; font-size: 14px; }

.notice-section { padding: 90px 0; background: #16211f; color: #fff; }
.notice-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.eyebrow.dark { color: #69d3bd; }
.notice-card p { max-width: 650px; color: #aebcb8; }
.notice-meta { display: grid; grid-template-columns: auto 1fr; gap: 13px 18px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.04); }
.notice-meta span { color: #93a39e; font-size: 11px; }
.notice-meta strong { color: #edf3f1; font-size: 12px; font-weight: 600; }

footer { padding: 42px 0; background: #101816; color: #fff; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-grid strong { font-size: 14px; }
.footer-grid p { margin: 7px 0 0; color: #84938f; font-size: 11px; }
.footer-links { display: flex; gap: 24px; color: #c0cbc8; font-size: 12px; }
.footer-filing { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #6f7f7a; font-size: 10px; }
.footer-filing a:hover { color: #9eb0ab; }

.legal-shell { min-height: 100vh; background: #f7f8f6; }
.legal-container { width: min(900px,calc(100% - 48px)); margin-inline: auto; }
.legal-header { background: #fff; border-bottom: 1px solid #e4e9e6; }
.legal-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: #5e6c68; font-size: 13px; }
.back-link:hover { color: #087c68; }
.legal-article { padding-block: 82px 100px; }
.legal-title { padding-bottom: 42px; border-bottom: 1px solid #dce3df; }
.legal-title > span { color: #087c68; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.legal-title h1 { margin: 12px 0 16px; font-size: clamp(38px,6vw,62px); letter-spacing: -.06em; }
.legal-title p { margin: 0; color: #7a8783; font-size: 12px; }
.legal-intro { display: grid; grid-template-columns: 54px 1fr; gap: 22px; margin: 38px 0 58px; padding: 23px 26px; border: 1px solid #cfe0d8; border-radius: 14px; background: #ecf6f1; }
.legal-intro strong { color: #087c68; font-size: 12px; }
.legal-intro p { margin: 0; color: #52615d; font-size: 13px; line-height: 1.85; }
.legal-content { display: grid; gap: 48px; }
.legal-content section { scroll-margin-top: 20px; }
.legal-content h2 { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; font-size: 20px; letter-spacing: -.025em; }
.legal-content h2 span { color: #a1aca8; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.legal-content p, .legal-content li { color: #52615d; font-size: 14px; line-height: 2; }
.legal-content p { margin: 0 0 13px; }
.legal-content ul { display: grid; gap: 9px; margin: 0; padding-left: 22px; }
.legal-content li::marker { color: #087c68; }
.legal-footer { padding: 28px 0; background: #16211f; color: #91a09c; font-size: 11px; }
.legal-footer > div { display: flex; justify-content: space-between; }

@media (max-width: 960px) {
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .product-preview { width: min(590px,100%); margin-inline: auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid, .notice-card { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 680px) {
  .site-container { width: min(100% - 32px,1160px); }
  .nav-wrap { height: 68px; }
  .brand small, nav a:not(:last-child) { display: none; }
  nav { gap: 0; }
  .hero { padding: 62px 0 66px; }
  .hero h1 { margin-top: 18px; font-size: 42px; }
  .hero-lead { font-size: 15px; line-height: 1.8; }
  .button { width: 100%; }
  .product-preview { padding: 10px; border-radius: 20px; }
  .product-preview::before { inset: 12px -8px -10px 12px; }
  .summary-row div { padding: 10px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 82px; padding: 0; border-right: 0; border-bottom: 1px solid #e6ebe8; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .notice-section { padding: 70px 0; }
  .notice-meta { grid-template-columns: 1fr; }
  .notice-meta strong { margin-bottom: 5px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-filing { flex-direction: column; gap: 10px; }
  .legal-container { width: min(100% - 32px,900px); }
  .legal-nav { min-height: 68px; }
  .back-link { font-size: 0; }
  .back-link svg { font-size: 18px; }
  .legal-article { padding-block: 56px 76px; }
  .legal-intro { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .legal-content { gap: 42px; }
  .legal-content h2 { align-items: flex-start; font-size: 18px; }
  .legal-footer > div { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
