:root {
  --ink: #133b38;
  --ink-deep: #0b2e2c;
  --teal: #16635b;
  --teal-bright: #238579;
  --mint: #cfe2d5;
  --mint-pale: #e7efe8;
  --ivory: #f7f1e5;
  --paper: #fffdf8;
  --sand: #e6d4b5;
  --gold: #f1b940;
  --coral: #e77951;
  --coral-dark: #ce603c;
  --muted: #667b76;
  --line: rgba(19, 59, 56, .16);
  --shadow: 0 24px 70px rgba(19, 59, 56, .12);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::selection { background: var(--gold); color: var(--ink-deep); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }

.notice-bar { background: var(--coral); color: #fffaf1; font-size: 13px; }
.notice-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.notice-inner b { margin-right: 10px; letter-spacing: .08em; }
.notice-inner a { font-weight: 700; }
.notice-inner a span { display: inline-block; margin-left: 6px; }

.site-header {
  height: 80px;
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(247, 241, 229, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; color: var(--teal); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--ink-deep); font-size: 20px; font-weight: 800; letter-spacing: .09em; }
.brand-copy small { color: var(--teal); font-size: 9px; margin-top: 6px; font-weight: 700; letter-spacing: .11em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--muted); font-size: 14px; font-weight: 600; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--coral); transition: .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { color: #fff; background: var(--ink); border-radius: 999px; padding: 13px 19px; font-size: 13px; font-weight: 700; }
.header-cta span { margin-left: 10px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 790px; padding: 95px 0 0; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18;
  background-image: radial-gradient(circle, var(--ink) .7px, transparent .8px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 48%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(22, 99, 91, .16); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 680px; height: 680px; right: -140px; top: 5px; }
.orbit-two { width: 490px; height: 490px; right: -45px; top: 100px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 16px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--teal); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
.eyebrow.light { color: #d5e7dd; }
.eyebrow.light span { background: var(--gold); }
.hero h1 { margin: 25px 0 27px; color: var(--ink-deep); font-size: clamp(52px, 5.1vw, 76px); line-height: 1.06; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { color: var(--coral); position: relative; white-space: nowrap; }
.hero h1 span::after { content: ""; position: absolute; left: 2px; right: -2px; bottom: -7px; height: 7px; background: url("data:image/svg+xml,%3Csvg width='300' height='8' viewBox='0 0 300 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C62 1 130 2 298 4' stroke='%23F1B940' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin: 37px 0 35px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--ink-deep); }
.button-ghost { border-color: var(--line); background: rgba(255, 253, 248, .4); }
.button-ghost:hover { background: var(--paper); }
.button-coral { background: var(--coral); color: white; min-width: 180px; }
.button-coral:hover { background: var(--coral-dark); }
.button-outline { background: transparent; border-color: rgba(19,59,56,.3); color: var(--ink); border-radius: 14px; min-width: 125px; }
.button-light { background: var(--paper); color: var(--ink-deep); }
.hero-proof { display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars i { width: 32px; height: 32px; margin-left: -5px; display: grid; place-items: center; color: white; background: var(--teal); border: 3px solid var(--ivory); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 700; }
.avatars i:first-child { margin-left: 0; background: var(--coral); }
.avatars i:nth-child(3) { background: #44779a; }
.avatars i:nth-child(4) { background: var(--gold); color: var(--ink); }
.hero-proof p { display: flex; flex-direction: column; margin: 0; font-size: 12px; }
.hero-proof p strong { font-size: 13px; }
.hero-proof p span { color: var(--muted); margin-top: 3px; }

.hero-visual { min-width: 0; padding-left: 8px; }
.visual-frame { position: relative; border-radius: 48% 48% 39% 44% / 39% 43% 47% 52%; overflow: hidden; box-shadow: 0 35px 100px rgba(19, 59, 56, .18); background: var(--mint); }
.visual-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.visual-frame img { width: 100%; height: auto; aspect-ratio: 1.35 / 1; object-fit: cover; object-position: center; }
.float-card { position: absolute; z-index: 2; padding: 13px 16px; display: grid; background: rgba(255,253,248,.87); box-shadow: 0 12px 40px rgba(19,59,56,.16); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(12px); }
.float-a { top: 18%; left: 4%; grid-template-columns: auto auto; column-gap: 9px; border-radius: 12px; }
.float-a i { width: 8px; height: 8px; align-self: center; border-radius: 50%; background: #4ca66b; box-shadow: 0 0 0 5px rgba(76,166,107,.13); }
.float-a span { font-size: 10px; color: var(--muted); }
.float-a strong { grid-column: 2; margin-top: 2px; font-size: 13px; letter-spacing: .09em; }
.float-b { right: 6%; bottom: 14%; min-width: 130px; border-radius: 18px; }
.float-b span, .float-b small { font-size: 10px; color: var(--muted); }
.float-b strong { color: var(--coral); font-size: 32px; line-height: 1; margin: 5px 0; }
.coordinate { position: absolute; z-index: 2; right: 9%; top: 11%; color: rgba(19,59,56,.6); font-size: 9px; line-height: 1.6; letter-spacing: .12em; }
.stats-row { position: relative; z-index: 2; margin-top: 74px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-row > div { padding: 24px 25px; display: flex; align-items: baseline; gap: 12px; border-right: 1px solid var(--line); }
.stats-row > div:first-child { padding-left: 0; }
.stats-row > div:last-child { border: 0; }
.stats-row strong { color: var(--coral); font-size: 27px; letter-spacing: -.03em; }
.stats-row span { color: var(--muted); font-size: 12px; }

.section-head { margin-bottom: 55px; }
.split-head { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; }
.section-head h2, .faq-intro h2, .workflow-copy h2 { margin: 16px 0 0; color: var(--ink-deep); font-size: clamp(38px, 4vw, 55px); line-height: 1.15; letter-spacing: -.045em; }
.split-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.routes { background: var(--paper); position: relative; }
.routes::before { content: "ISLET / 07"; position: absolute; right: -14px; top: 38px; color: rgba(19,59,56,.04); font-size: 118px; font-weight: 800; letter-spacing: -.08em; }
.route-layout { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 600px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.route-feature { position: relative; overflow: hidden; padding: 48px; color: white; background: var(--teal); }
.route-number { position: absolute; right: 36px; top: 20px; color: rgba(255,255,255,.12); font-size: 90px; font-weight: 800; }
.route-icon { width: 57px; height: 57px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 30px; }
.route-kicker { margin: 80px 0 10px; color: var(--gold); font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.route-feature h3 { margin: 0 0 18px; font-size: 38px; letter-spacing: -.04em; }
.route-feature > p:not(.route-kicker) { max-width: 380px; color: rgba(255,255,255,.68); line-height: 1.85; font-size: 14px; }
.route-feature > a { display: inline-flex; gap: 80px; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 700; }
.route-map { position: absolute; left: 35px; right: 20px; bottom: 12px; height: 150px; color: rgba(255,255,255,.35); }
.route-map svg { width: 100%; height: 100%; }
.route-map i { position: absolute; z-index: 1; width: 9px; height: 9px; background: var(--gold); border: 2px solid var(--teal); box-shadow: 0 0 0 3px rgba(241,185,64,.25); border-radius: 50%; }
.route-map i:nth-child(1) { left: 1%; bottom: 27px; }
.route-map i:nth-child(2) { left: 31%; bottom: 50px; }
.route-map i:nth-child(3) { left: 62%; bottom: 62px; }
.route-map i:nth-child(4) { right: 1%; bottom: 107px; }
.route-list { background: var(--ivory); padding: 12px 30px; }
.route-item { min-height: 94px; display: grid; grid-template-columns: 46px 1fr 30px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.route-item:last-child { border-bottom: 0; }
.route-item:hover { padding-left: 10px; color: var(--coral); }
.route-item > span { font-size: 12px; color: var(--coral); font-weight: 800; }
.route-item small { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.route-item h3 { margin: 4px 0 0; color: var(--ink-deep); font-size: 18px; }
.route-item > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; font-style: normal; }

.workflow { color: white; background: var(--ink-deep); overflow: hidden; position: relative; }
.workflow::after { content: ""; position: absolute; width: 600px; height: 600px; left: -250px; bottom: -430px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.workflow-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.workflow-copy h2 { color: white; }
.workflow-copy > p { max-width: 380px; color: rgba(255,255,255,.6); line-height: 1.9; }
.text-link { display: inline-flex; gap: 50px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 13px; font-weight: 700; }
.light-link { margin-top: 25px; color: var(--gold); border-color: rgba(241,185,64,.4); }
.workflow-steps { margin: 0; padding: 0; list-style: none; }
.workflow-steps li { min-height: 125px; display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.workflow-steps li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.workflow-steps b { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink-deep); background: var(--mint); border-radius: 50%; font-size: 12px; }
.workflow-steps h3 { margin: 0 0 8px; font-size: 18px; }
.workflow-steps p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.submit-section { background: var(--mint-pale); }
.submit-shell { display: grid; grid-template-columns: 300px 1fr; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.submit-sidebar { padding: 42px 35px; display: flex; flex-direction: column; color: white; background: var(--teal); position: relative; overflow: hidden; }
.submit-sidebar::after { content: ""; position: absolute; width: 260px; height: 260px; right: -150px; top: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.submit-sidebar h2 { margin: 20px 0 13px; font-size: 32px; }
.submit-sidebar > p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.75; }
.console-progress { margin-top: 50px; display: flex; flex-direction: column; gap: 25px; position: relative; z-index: 1; }
.console-progress::before { content: ""; position: absolute; left: 14px; top: 27px; bottom: 27px; width: 1px; background: rgba(255,255,255,.22); }
.console-progress span { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.55); font-size: 13px; }
.console-progress i { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 50%; font-style: normal; font-size: 10px; font-weight: 800; }
.console-progress .done { color: white; }
.console-progress .done i { background: var(--gold); color: var(--ink); }
.support-card { margin-top: auto; padding-top: 150px; display: flex; flex-direction: column; position: relative; z-index: 1; }
.support-card small { color: rgba(255,255,255,.55); }
.support-card strong { margin: 4px 0 12px; font-size: 16px; }
.support-card a { width: fit-content; color: var(--gold); font-size: 12px; border-bottom: 1px solid rgba(241,185,64,.4); }
.submit-main { padding: 45px 50px 55px; }
.form-block { padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.form-block:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.form-heading { display: flex; gap: 16px; align-items: center; margin-bottom: 25px; }
.form-heading > span { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.form-heading h3 { margin: 0; color: var(--ink-deep); font-size: 20px; }
.form-heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.form-heading p strong { color: var(--teal); }
.mode-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.mode-card { min-height: 78px; padding: 13px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--line); border-radius: 13px; background: white; cursor: pointer; transition: .2s; }
.mode-card:hover { border-color: var(--teal); transform: translateY(-2px); }
.mode-card.selected { color: white; border-color: var(--teal); background: var(--teal); box-shadow: 0 8px 20px rgba(22,99,91,.18); }
.mode-card span { font-size: 14px; font-weight: 700; }
.mode-card small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.mode-card.selected small { color: rgba(255,255,255,.6); }
.field-label { margin: 22px 0 10px; display: flex; justify-content: space-between; color: var(--ink); font-size: 12px; font-weight: 700; }
.field-label em { color: var(--muted); font-style: normal; font-weight: 400; }
.spider-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.spider-chips input { position: absolute; opacity: 0; pointer-events: none; }
.spider-chips span { min-width: 77px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 600; transition: .2s; }
.spider-chips input:checked + span { color: white; background: var(--ink-deep); border-color: var(--ink-deep); }
.dropzone { height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(22,99,91,.42); border-radius: 16px; background: rgba(207,226,213,.22); cursor: pointer; transition: .2s; }
.dropzone:hover, .dropzone.dragging { border-color: var(--coral); background: rgba(231,121,81,.06); }
.dropzone.has-file { border-style: solid; border-color: var(--teal); background: rgba(207,226,213,.4); }
.dropzone input { display: none; }
.upload-icon { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 9px; color: white; background: var(--coral); border-radius: 50%; }
.dropzone strong { font-size: 13px; }
.dropzone small { margin-top: 6px; color: var(--muted); }
.auth-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-wrap { height: 58px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 17px; padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; }
.input-wrap label { font-size: 12px; font-weight: 700; }
.input-wrap input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.input-wrap input::placeholder { color: #a2b0ac; }
.verify-result, .submit-result { display: none; margin-top: 12px; padding: 12px 15px; border-radius: 10px; font-size: 12px; }
.verify-result.visible, .submit-result.visible { display: block; }
.verify-result.success, .submit-result.success { color: #17623a; background: #e6f4e9; border: 1px solid #b9dfc2; }
.verify-result.error, .submit-result.error { color: #a5422d; background: #fff0eb; border: 1px solid #f1c5b8; }
.submit-row { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.submit-row p { color: var(--muted); font-size: 12px; }
.submit-row p a { color: var(--coral); font-weight: 700; }
button:disabled { opacity: .6; cursor: wait; }

.pricing { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--ivory); position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.price-card.featured { color: white; border-color: var(--teal); background: var(--teal); }
.popular { position: absolute; top: 0; right: 0; padding: 8px 17px; color: var(--ink); background: var(--gold); border-radius: 0 0 0 14px; font-size: 10px; font-weight: 800; }
.price-top { display: flex; justify-content: space-between; }
.price-top small { color: var(--muted); letter-spacing: .12em; font-weight: 700; }
.price-top span { color: var(--coral); font-size: 11px; font-weight: 800; }
.featured .price-top small, .featured p { color: rgba(255,255,255,.58); }
.featured .price-top span { color: var(--gold); }
.price-card h3 { margin: 48px 0 12px; display: flex; align-items: flex-end; gap: 10px; }
.price-card h3 b { font-size: 43px; letter-spacing: -.06em; }
.price-card h3 em { margin-bottom: 8px; color: var(--muted); font-size: 11px; font-style: normal; font-weight: 400; }
.featured h3 em { color: rgba(255,255,255,.6); }
.price-card p { margin: 0; color: var(--muted); font-size: 13px; }
.price-card a { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.featured a { border-color: rgba(255,255,255,.2); }
.price-note { margin-top: 18px; padding: 25px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; border: 1px solid var(--line); border-radius: 16px; }
.price-note span { font-weight: 800; }
.price-note p { color: var(--muted); font-size: 13px; }
.price-note a { color: var(--coral); font-size: 13px; font-weight: 700; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 120px; }
.faq-intro p { color: var(--muted); line-height: 1.8; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--ink-deep); font-size: 16px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-size: 22px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

.final-cta { color: white; background: var(--coral); overflow: hidden; }
.final-cta-inner { min-height: 225px; display: grid; grid-template-columns: 1fr auto; align-items: center; position: relative; }
.final-cta small { color: rgba(255,255,255,.65); letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.final-cta h2 { margin: 10px 0 0; font-size: 42px; letter-spacing: -.04em; }
.final-cta svg { width: 330px; position: absolute; right: 215px; bottom: 0; color: rgba(255,255,255,.35); }
.final-cta .button { position: relative; z-index: 1; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.72); background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; }
.site-footer .brand-copy strong { color: white; }
.site-footer .brand-copy small { color: var(--mint); }
.site-footer .brand-mark { color: var(--mint); }
.footer-brand p { max-width: 270px; color: rgba(255,255,255,.43); font-size: 13px; line-height: 1.8; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer-grid h4 { margin: 5px 0 12px; color: white; font-size: 13px; }
.footer-grid a, .footer-grid span { font-size: 12px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { margin-top: 65px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); font-size: 10px; letter-spacing: .08em; }

/* Inner pages */
.inner-hero { padding: 80px 0 65px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.inner-hero::after { content: attr(data-number); position: absolute; right: 3%; bottom: -65px; color: rgba(19,59,56,.045); font-size: 260px; font-weight: 800; line-height: 1; }
.breadcrumb { display: flex; gap: 9px; color: var(--muted); font-size: 11px; }
.breadcrumb span { color: var(--coral); }
.inner-hero-grid { margin-top: 45px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; position: relative; z-index: 1; }
.inner-hero h1 { margin: 15px 0 22px; color: var(--ink-deep); font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; line-height: 1.04; }
.inner-hero h1 em { display: block; color: var(--coral); font-size: 15px; font-style: normal; letter-spacing: .18em; margin-bottom: 18px; }
.inner-hero-lead { color: var(--muted); line-height: 1.9; font-size: 15px; }
.inner-hero-side { padding: 28px; border-left: 1px solid var(--line); }
.inner-hero-side small { color: var(--coral); font-size: 10px; letter-spacing: .15em; }
.inner-hero-side p { margin: 14px 0 25px; color: var(--ink); font-size: 15px; line-height: 1.8; }
.inner-content { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: paths; }
.path-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--ivory); counter-increment: paths; }
.path-card::before { content: "0" counter(paths); color: var(--coral); font-size: 11px; font-weight: 800; }
.path-card h3 { margin: 80px 0 12px; font-size: 19px; }
.path-card p { color: var(--muted); line-height: 1.8; font-size: 13px; }
.scenario-section { background: var(--mint-pale); }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.scenario-card { padding: 30px; border-radius: var(--radius-md); background: var(--paper); }
.scenario-card i { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-style: normal; }
.scenario-card h3 { margin: 30px 0 10px; }
.scenario-card p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.detail-note { margin-top: 45px; padding: 25px 28px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(231,121,81,.25); border-radius: 14px; background: rgba(231,121,81,.06); color: var(--muted); font-size: 12px; line-height: 1.7; }
.detail-note b { color: var(--coral); white-space: nowrap; }

.plans-hero { text-align: center; }
.plans-hero .eyebrow { justify-content: center; }
.plans-hero h1 { margin: 20px 0; font-size: clamp(48px, 6vw, 74px); letter-spacing: -.055em; }
.plans-hero p { max-width: 640px; margin: auto; color: var(--muted); line-height: 1.85; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); position: relative; }
.plan-card.primary { color: white; background: var(--teal); transform: translateY(-14px); }
.plan-badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; color: var(--ink); background: var(--gold); border-radius: 999px; font-size: 9px; font-weight: 800; }
.plan-card > small { color: var(--coral); font-weight: 700; letter-spacing: .1em; }
.plan-card.primary > small { color: var(--gold); }
.plan-card h2 { margin: 48px 0 8px; font-size: 42px; letter-spacing: -.05em; }
.plan-card h2 span { font-size: 12px; font-weight: 400; letter-spacing: 0; }
.plan-card h3 { margin: 0; font-size: 17px; }
.plan-card ul { padding: 0; margin: 24px 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 2; }
.plan-card.primary ul { color: rgba(255,255,255,.65); }
.plan-card ul li::before { content: "✓"; margin-right: 8px; color: var(--coral); }
.plan-card.primary ul li::before { color: var(--gold); }
.plan-card .button { margin-top: auto; }
.plan-card.primary .button { color: var(--ink); background: var(--paper); }
.all-plans { margin-top: 50px; }
.all-plans table { width: 100%; border-collapse: collapse; }
.all-plans th, .all-plans td { padding: 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 13px; }
.all-plans th { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.all-plans td strong { color: var(--coral); }
.all-plans td:last-child { text-align: right; }
.all-plans a { color: var(--teal); font-weight: 700; }
.service-timeline { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.service-step { min-height: 285px; padding: 28px; border-right: 1px solid var(--line); background: var(--paper); }
.service-step:last-child { border-right: 0; }
.service-step b { color: var(--coral); font-size: 11px; }
.service-step h3 { margin: 90px 0 12px; font-size: 17px; }
.service-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-feature { min-height: 190px; padding: 30px; border-radius: var(--radius-md); background: var(--paper); }
.service-feature span { color: var(--coral); font-size: 11px; font-weight: 800; }
.service-feature h3 { margin: 35px 0 10px; }
.service-feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

@media (max-width: 980px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero { min-height: 0; padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 15px; }
  .route-layout, .workflow-grid, .submit-shell { grid-template-columns: 1fr; }
  .route-feature { min-height: 540px; }
  .workflow-grid { gap: 60px; }
  .submit-sidebar { min-height: 300px; }
  .support-card { padding-top: 45px; }
  .mode-grid { grid-template-columns: repeat(3, 1fr); }
  .split-head, .faq-grid { gap: 50px; }
  .footer-grid { gap: 35px; }
  .inner-hero-grid { gap: 50px; }
  .service-timeline { grid-template-columns: repeat(3, 1fr); }
  .service-step { border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 76px 0; }
  .notice-inner span > b { display: none; }
  .notice-inner { font-size: 10px; }
  .notice-inner a { white-space: nowrap; }
  .site-header { height: 70px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 18px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav {
    position: fixed; left: 15px; right: 15px; top: 116px; padding: 25px;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--paper);
    border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
    opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s;
  }
  .main-nav a { padding: 13px; font-size: 14px; }
  .main-nav a::after { display: none; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { padding-top: 64px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(45px, 13vw, 59px); }
  .hero-visual { margin-top: 34px; padding: 0; }
  .visual-frame { border-radius: 30% 30% 25% 30% / 25% 30% 25% 35%; }
  .float-b { right: 4%; bottom: 9%; transform: scale(.88); transform-origin: bottom right; }
  .float-a { top: 11%; left: 3%; }
  .coordinate { display: none; }
  .stats-row { margin-top: 55px; grid-template-columns: repeat(2, 1fr); }
  .stats-row > div { padding: 19px 8px; border-bottom: 1px solid var(--line); }
  .stats-row > div:nth-child(2) { border-right: 0; }
  .stats-row > div:first-child { padding-left: 8px; }
  .split-head, .faq-grid, .inner-hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2, .faq-intro h2, .workflow-copy h2 { font-size: 39px; }
  .routes::before { font-size: 60px; }
  .route-feature { min-height: 510px; padding: 33px; }
  .route-number { font-size: 70px; }
  .route-feature h3 { font-size: 31px; }
  .route-list { padding: 8px 22px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 50px; }
  .submit-shell { border-radius: 22px; }
  .submit-sidebar { padding: 33px 25px; }
  .console-progress { display: none; }
  .support-card { padding-top: 40px; }
  .submit-main { padding: 34px 20px 38px; }
  .mode-grid { grid-template-columns: repeat(2, 1fr); }
  .field-label { flex-direction: column; gap: 5px; }
  .spider-chips span { min-width: 70px; }
  .auth-row { grid-template-columns: 1fr; }
  .button-outline { min-height: 46px; }
  .submit-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .submit-row .button { width: 100%; }
  .price-grid, .path-grid, .scenario-grid, .plans-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 280px; }
  .price-note { grid-template-columns: 1fr; gap: 5px; }
  .faq-grid { gap: 45px; }
  .final-cta-inner { min-height: 270px; grid-template-columns: 1fr; align-content: center; gap: 25px; }
  .final-cta h2 { font-size: 34px; }
  .final-cta svg { display: none; }
  .final-cta .button { width: fit-content; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .inner-hero { padding: 55px 0; }
  .inner-hero-grid { margin-top: 30px; }
  .inner-hero-side { padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .inner-hero::after { font-size: 140px; }
  .detail-note { align-items: flex-start; flex-direction: column; }
  .plan-card.primary { transform: none; }
  .all-plans { overflow-x: auto; }
  .all-plans table { min-width: 650px; }
  .service-timeline { grid-template-columns: 1fr; }
  .service-step { min-height: 210px; border-right: 0; }
  .service-step h3 { margin-top: 50px; }
  .service-feature-grid { grid-template-columns: 1fr; }
}

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