@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");

:root {
  --line-green: #06c755;
  --line-green-dark: #00a846;
  --line-green-pale: #e9faef;
  --black: #111;
  --text: #202020;
  --muted: #6f6f6f;
  --gray: #f5f6f6;
  --border: #e4e6e5;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
.content-width { width: min(1180px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.header-inner { width: min(1320px,calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 800; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; padding: 28px 0 24px; color: #555; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--black); }
.site-nav a[aria-current="page"]::after { content: ""; height: 3px; position: absolute; right: 0; bottom: 0; left: 0; border-radius: 3px; background: var(--line-green); }
.header-cta { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--line-green); border-radius: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-cta:hover { background: var(--line-green-dark); }

.home-hero { min-height: 720px; padding: 80px max(32px,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; overflow: hidden; color: #fff; background: var(--line-green); }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { margin-bottom: 22px; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.home-hero h1 { margin-bottom: 28px; font-size: clamp(46px,4.8vw,64px); line-height: 1.2; letter-spacing: -.055em; }
.home-hero h1 span { display: block; white-space: nowrap; }
.hero-copy > p:not(.hero-kicker) { font-size: 17px; font-weight: 600; line-height: 2; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border: 2px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-2px); }
.button-black { color: #fff; background: var(--black); }
.button-white { color: var(--black); background: #fff; }
.button-green { color: #fff; background: var(--line-green); }
.button-outline { border-color: var(--black); background: transparent; }
.hero-tags { margin: 27px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.hero-tags li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: 10px; font-weight: 700; }
.hero-art { height: 570px; position: relative; }
.hero-circle { width: 560px; height: 560px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.hero-circle::before { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.chat-phone { width: 270px; height: 540px; padding: 30px 15px 16px; position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-48%,-50%) rotate(3deg); overflow: hidden; color: var(--text); background: #e9eff5; border: 8px solid var(--black); border-radius: 45px; box-shadow: 0 36px 80px rgba(0,80,32,.35); }
.phone-notch { width: 105px; height: 22px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: var(--black); }
.chat-head { padding: 7px 3px 11px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.chat-head span { font-size: 22px; font-weight: 400; }
.chat-day { margin: 4px auto 17px; width: fit-content; padding: 2px 8px; color: #fff; background: #aeb9c4; border-radius: 999px; font-size: 8px; }
.chat-row { display: flex; align-items: flex-start; gap: 7px; }
.line-bubble { width: 29px; height: 29px; padding-top: 8px; flex: 0 0 auto; color: #fff; background: var(--line-green); border-radius: 50%; text-align: center; font-size: 7px; font-weight: 900; }
.chat-message { padding: 12px; background: #fff; border-radius: 4px 13px 13px 13px; font-size: 10px; font-weight: 600; line-height: 1.7; box-shadow: 0 7px 18px rgba(0,0,0,.06); }
.mobile-coupon { margin: 14px 0 0 36px; padding: 20px 14px 14px; display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 15px; box-shadow: 0 7px 18px rgba(0,0,0,.06); }
.mobile-coupon small { color: var(--line-green-dark); font-size: 8px; font-weight: 900; }
.mobile-coupon strong { margin: 7px 0; color: var(--line-green-dark); font-size: 48px; line-height: 1.1; }
.mobile-coupon em { font-size: 18px; font-style: normal; }
.mobile-coupon > span { padding-top: 10px; width: 100%; color: #666; border-top: 1px solid var(--border); text-align: center; font-size: 8px; }
.mobile-coupon b { width: 100%; margin-top: 12px; padding: 8px; color: #fff; background: var(--line-green); border-radius: 999px; text-align: center; font-size: 9px; }
.hero-ticket { min-width: 180px; padding: 22px; position: absolute; z-index: 4; right: 1%; top: 85px; transform: rotate(5deg); color: var(--black); background: #fff; border: 3px solid var(--black); text-align: center; clip-path: polygon(0 0,100% 0,100% 37%,94% 50%,100% 63%,100% 100%,0 100%,0 63%,6% 50%,0 37%); box-shadow: 0 24px 55px rgba(0,70,28,.2); }
.hero-ticket small, .hero-ticket span { display: block; font-size: 8px; font-weight: 800; }
.hero-ticket strong { display: block; font-size: 25px; }
.hero-app-icon { width: 92px; height: 92px; position: absolute; z-index: 4; left: 2%; bottom: 62px; border: 4px solid #fff; border-radius: 25px; box-shadow: 0 20px 45px rgba(0,80,32,.25); transform: rotate(-6deg); }

.quick-benefits { border-bottom: 1px solid var(--border); }
.quick-benefits > div { min-height: 130px; display: grid; grid-template-columns: repeat(3,1fr); }
.quick-benefits article { padding: 28px 34px; display: grid; grid-template-columns: 38px 1fr; align-content: center; border-left: 1px solid var(--border); }
.quick-benefits article:last-child { border-right: 1px solid var(--border); }
.quick-benefits span { grid-row: 1/3; color: var(--line-green); font-size: 12px; font-weight: 900; }
.quick-benefits strong { font-size: 16px; }
.quick-benefits p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p:last-child { margin: auto; }
.section-kicker { margin-bottom: 18px; color: var(--line-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.section-kicker.white { color: #fff; }
.section-heading h2, .split-copy h2, .pricing-teaser h2 { margin-bottom: 22px; color: var(--black); font-size: clamp(36px,4vw,56px); line-height: 1.35; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: 14px; }
.three-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.simple-card { padding: 38px; background: var(--gray); border-radius: 22px; }
.card-icon { width: 56px; height: 56px; margin-bottom: 30px; display: grid; place-items: center; color: #fff; background: var(--line-green); border-radius: 18px; font-size: 24px; }
.simple-card h3 { margin-bottom: 12px; font-size: 20px; }
.simple-card p { margin: 0; color: var(--muted); font-size: 12px; }

.green-section { color: #fff; background: var(--line-green); }
.split-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.split-feature.reverse { grid-template-columns: 1.18fr .82fr; }
.split-feature.reverse .split-copy { order: 2; }
.split-feature.reverse .official-shot { order: 1; }
.split-copy h2 { color: inherit; }
.split-copy > p:not(.section-kicker) { color: inherit; opacity: .85; font-size: 14px; }
.check-list { margin: 28px 0; padding: 0; display: grid; gap: 12px; list-style: none; font-size: 12px; font-weight: 700; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; margin-right: 9px; display: inline-grid; place-items: center; color: var(--line-green); background: #fff; border-radius: 50%; font-size: 10px; }
.white-section .check-list li::before { color: #fff; background: var(--line-green); }
.text-arrow { display: inline-flex; align-items: center; gap: 22px; padding: 10px 0; border-bottom: 2px solid currentColor; font-size: 12px; font-weight: 800; }
.official-shot { padding: 42px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: rgba(255,255,255,.2); border-radius: 28px; }
.official-shot.pale { background: var(--line-green-pale); }
.official-shot img { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; margin: 0; border-radius: 14px; box-shadow: 0 28px 65px rgba(0,80,32,.18); }

.feature-index-teaser { background: var(--gray); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.feature-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.feature-mini-grid a { min-height: 180px; padding: 28px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 16px; transition: border-color .15s, transform .15s; }
.feature-mini-grid a:hover { transform: translateY(-3px); border-color: var(--line-green); }
.feature-mini-grid span { color: var(--line-green); font-size: 10px; font-weight: 900; }
.feature-mini-grid strong { margin-top: auto; font-size: 17px; }
.feature-mini-grid p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }

.pricing-teaser-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; }
.pricing-teaser-inner > div:first-child > p:last-child { color: var(--muted); font-size: 13px; }
.price-bubbles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.price-bubbles article { padding: 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; background: var(--gray); border-radius: 18px; }
.price-bubbles article.active { color: #fff; background: var(--line-green); }
.price-bubbles small { grid-column: 1/-1; font-size: 9px; font-weight: 900; }
.price-bubbles strong { font-size: 46px; line-height: 1.2; }
.price-bubbles span { padding-bottom: 5px; font-size: 10px; }
.pricing-teaser-inner > .button { grid-column: 2; justify-self: start; }

.final-cta { padding: 110px 24px; color: #fff; background: var(--line-green); text-align: center; }
.final-cta img { width: 78px; height: 78px; margin: 0 auto 25px; border: 3px solid #fff; border-radius: 22px; }
.final-cta h2 { margin-bottom: 15px; font-size: clamp(42px,5vw,68px); line-height: 1.3; letter-spacing: -.05em; }
.final-cta > p:not(.section-kicker) { font-size: 13px; font-weight: 600; }
.final-cta > div { margin-top: 30px; display: flex; justify-content: center; gap: 12px; }

.site-footer { padding: 55px 0 25px; color: #fff; background: var(--black); }
.footer-main { padding-bottom: 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.footer-brand img { width: 42px; height: 42px; border-radius: 12px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 25px; color: #aaa; font-size: 11px; font-weight: 600; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; color: #777; border-top: 1px solid #333; font-size: 9px; }

/* Internal pages */
.page-hero { padding: 100px 0 90px; position: relative; overflow: hidden; background: var(--line-green-pale); }
.page-hero::after { content: ""; width: 420px; height: 420px; position: absolute; right: -70px; top: -170px; border: 80px solid rgba(6,199,85,.12); border-radius: 50%; }
.breadcrumbs { margin-bottom: 38px; display: flex; gap: 8px; color: #6e7a72; font-size: 10px; font-weight: 600; }
.breadcrumbs span { color: #a3aaa5; }
.page-hero h1 { margin-bottom: 24px; color: var(--black); font-size: clamp(44px,5vw,70px); line-height: 1.25; letter-spacing: -.055em; }
.page-hero .lead { max-width: 720px; margin: 0; color: #4d5b53; font-size: 16px; line-height: 2; }
.anchor-nav { position: sticky; z-index: 20; top: 76px; overflow-x: auto; background: #fff; border-bottom: 1px solid var(--border); }
.anchor-nav > div { min-height: 60px; display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.anchor-nav a { font-size: 11px; font-weight: 700; }
.anchor-nav a:hover { color: var(--line-green-dark); }
.internal-section { padding: 95px 0; scroll-margin-top: 145px; }
.internal-section.gray { background: var(--gray); }
.internal-heading { max-width: 720px; margin-bottom: 45px; }
.internal-heading > span { color: var(--line-green); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.internal-heading h2 { margin: 13px 0 16px; color: var(--black); font-size: clamp(32px,3.6vw,48px); line-height: 1.4; letter-spacing: -.04em; }
.internal-heading p { color: var(--muted); font-size: 13px; }
.feature-detail { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.feature-detail.reverse { grid-template-columns: 1.18fr .82fr; }
.feature-detail.reverse .feature-detail-copy { order: 2; }
.feature-detail.reverse .feature-detail-visual { order: 1; }
.feature-detail-copy h2 { margin-bottom: 20px; font-size: clamp(31px,3.5vw,47px); line-height: 1.4; letter-spacing: -.04em; }
.feature-detail-copy > p { color: var(--muted); font-size: 13px; }
.detail-list { margin: 25px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; font-size: 11px; font-weight: 700; }
.detail-list li { padding: 12px 0; border-bottom: 1px solid var(--border); }
.detail-list li::before { content: "✓"; margin-right: 9px; color: var(--line-green); }
.feature-detail-visual { min-height: 430px; padding: 40px; display: grid; place-items: center; overflow: hidden; background: var(--line-green-pale); border-radius: 24px; }
.feature-detail-visual.green { background: var(--line-green); }
.feature-detail-visual > img { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; margin: 0; border-radius: 12px; box-shadow: 0 24px 50px rgba(0,80,32,.16); }
.reminder-demo { width: 270px; padding: 24px; background: #e8eef4; border: 7px solid var(--black); border-radius: 35px; box-shadow: 0 25px 55px rgba(0,80,32,.14); }
.demo-label { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--line-green); border-radius: 50%; font-size: 7px; font-weight: 900; }
.demo-message { margin: -30px 0 12px 38px; padding: 12px; background: #fff; border-radius: 4px 12px 12px 12px; font-size: 10px; }
.demo-coupon { padding: 18px; display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 14px; }
.demo-coupon small { color: var(--line-green-dark); font-size: 8px; font-weight: 900; }
.demo-coupon strong { margin: 8px 0; color: var(--line-green-dark); font-size: 27px; }
.demo-coupon span { color: var(--muted); font-size: 8px; }
.demo-coupon b { width: 100%; margin-top: 12px; padding: 8px; color: #fff; background: var(--line-green); border-radius: 999px; text-align: center; font-size: 9px; }
.restock-demo { width: 270px; padding: 18px; background: #fff; border-radius: 20px; box-shadow: 0 24px 50px rgba(0,80,32,.14); }
.restock-demo > span { color: var(--line-green-dark); font-size: 9px; font-weight: 900; }
.product-thumb { height: 135px; margin: 12px 0; display: grid; place-items: center; color: #9ca69f; background: var(--gray); border-radius: 12px; font-size: 11px; font-weight: 900; }
.restock-demo strong { display: block; font-size: 15px; line-height: 1.5; }
.restock-demo p { margin: 6px 0 12px; font-size: 11px; }
.restock-demo b { padding: 9px; display: block; color: #fff; background: var(--line-green); border-radius: 8px; text-align: center; font-size: 10px; }
.link-demo { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; color: #fff; }
.link-demo > div { width: 150px; min-height: 145px; padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border-radius: 20px; color: var(--text); }
.link-demo > div span { width: 50px; height: 50px; margin-bottom: 12px; display: grid; place-items: center; color: #fff; background: var(--line-green); border-radius: 15px; font-weight: 900; }
.link-demo > div strong { font-size: 11px; }
.link-demo > i { font-size: 28px; font-style: normal; font-weight: 900; }
.link-demo > b { width: 100%; padding: 8px; color: var(--line-green-dark); background: #fff; border-radius: 999px; text-align: center; font-size: 10px; }
.all-features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.all-feature-card { min-height: 280px; padding: 32px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.all-feature-card > span { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--line-green); border-radius: 16px; font-size: 19px; font-weight: 900; }
.all-feature-card h3 { margin: 28px 0 10px; font-size: 18px; }
.all-feature-card p { margin: 0; color: var(--muted); font-size: 11px; }
.all-feature-card a { margin-top: auto; padding-top: 18px; color: var(--line-green-dark); font-size: 10px; font-weight: 800; }

.pricing-page { padding: 95px 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan-card { padding: 45px; position: relative; border: 2px solid var(--border); border-radius: 22px; }
.plan-card.pro { border-color: var(--line-green); }
.plan-badge { padding: 7px 12px; position: absolute; right: 28px; top: 28px; color: #fff; background: var(--line-green); border-radius: 999px; font-size: 8px; font-weight: 900; }
.plan-name { color: var(--line-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.plan-price { margin: 25px 0 20px; display: flex; align-items: end; gap: 8px; }
.plan-price strong { color: var(--black); font-size: 72px; line-height: 1; letter-spacing: -.06em; }
.plan-price span { padding-bottom: 6px; color: var(--muted); font-size: 12px; }
.plan-card > p { min-height: 55px; color: var(--muted); font-size: 12px; }
.plan-features { margin: 25px 0 32px; padding: 25px 0 0; display: grid; gap: 13px; border-top: 1px solid var(--border); list-style: none; font-size: 12px; font-weight: 700; }
.plan-features li::before { content: "✓"; margin-right: 9px; color: var(--line-green); }
.plan-card .button { width: 100%; }
.pricing-note { margin-top: 22px; color: var(--muted); text-align: center; font-size: 10px; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.compare-table th, .compare-table td { padding: 18px; border-bottom: 1px solid var(--border); text-align: center; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; }
.compare-table thead th { color: var(--line-green-dark); background: var(--line-green-pale); }

.guide-steps { display: grid; gap: 18px; }
.guide-step { padding: 38px; display: grid; grid-template-columns: 80px 1fr .9fr; gap: 35px; align-items: start; background: #fff; border: 1px solid var(--border); border-radius: 20px; }
.guide-step > span { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: var(--line-green); border-radius: 18px; font-size: 20px; font-weight: 900; }
.guide-step h3 { margin-bottom: 10px; font-size: 20px; }
.guide-step p { margin: 0; color: var(--muted); font-size: 11px; }
.guide-step ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; font-size: 10px; font-weight: 700; }
.guide-step li::before { content: "✓"; margin-right: 8px; color: var(--line-green); }
.requirements { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.requirements article { padding: 30px; background: var(--line-green-pale); border-radius: 17px; }
.requirements span { color: var(--line-green-dark); font-size: 10px; font-weight: 900; }
.requirements h3 { margin: 12px 0 8px; font-size: 16px; }
.requirements p { margin: 0; color: var(--muted); font-size: 10px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 22px 5px; display: flex; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--line-green); font-weight: 900; }
.faq-list summary::after { content: "＋"; margin-left: auto; color: var(--line-green); font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 35px 22px; color: var(--muted); font-size: 11px; }

@media (max-width: 920px) {
  .header-inner { flex-wrap: wrap; gap: 0; padding-top: 10px; }
  .brand { margin-right: auto; }
  .site-nav { width: 100%; margin: 7px 0 0; order: 3; justify-content: center; gap: 28px; border-top: 1px solid var(--border); }
  .site-nav a { padding: 11px 0 9px; }
  .home-hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy > p:not(.hero-kicker) { font-size: 15px; }
  .hero-actions, .hero-tags { justify-content: center; }
  .hero-art { width: 100%; max-width: 620px; margin: auto; }
  .split-feature, .split-feature.reverse, .feature-detail, .feature-detail.reverse { grid-template-columns: 1fr; }
  .split-feature.reverse .split-copy, .feature-detail.reverse .feature-detail-copy { order: 1; }
  .split-feature.reverse .official-shot, .feature-detail.reverse .feature-detail-visual { order: 2; }
  .three-columns, .all-features-grid { grid-template-columns: 1fr 1fr; }
  .feature-mini-grid { grid-template-columns: 1fr 1fr; }
  .pricing-teaser-inner { grid-template-columns: 1fr; }
  .pricing-teaser-inner > .button { grid-column: 1; }
  .anchor-nav { top: 117px; }
  .guide-step { grid-template-columns: 65px 1fr; }
  .guide-step ul { grid-column: 2; }
}

@media (max-width: 620px) {
  .content-width { width: min(100% - 32px,1180px); }
  .header-inner { width: calc(100% - 24px); }
  .brand span { font-size: 12px; }
  .brand img { width: 37px; height: 37px; }
  .header-cta { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .site-nav { gap: 20px; overflow-x: auto; justify-content: flex-start; }
  .site-nav a { font-size: 10px; white-space: nowrap; }
  .home-hero { min-height: auto; padding: 55px 16px 70px; }
  .home-hero h1 { font-size: clamp(34px,10.8vw,42px); }
  .hero-copy > p:not(.hero-kicker) br { display: none; }
  .hero-actions { display: grid; }
  .hero-art { height: 480px; }
  .hero-circle { width: 440px; height: 440px; }
  .chat-phone { width: 220px; height: 450px; border-width: 6px; border-radius: 36px; }
  .mobile-coupon strong { font-size: 38px; }
  .hero-ticket { min-width: 135px; padding: 15px; right: -4%; top: 55px; }
  .hero-app-icon { width: 69px; height: 69px; left: -1%; bottom: 45px; border-radius: 20px; }
  .quick-benefits > div { grid-template-columns: 1fr; }
  .quick-benefits article, .quick-benefits article:last-child { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .section, .internal-section, .pricing-page { padding: 78px 0; }
  .section-heading h2, .split-copy h2, .pricing-teaser h2 { font-size: 32px; }
  .three-columns, .feature-mini-grid, .all-features-grid, .pricing-grid, .requirements { grid-template-columns: 1fr; }
  .simple-card { padding: 28px; }
  .official-shot, .feature-detail-visual { min-height: auto; padding: 20px; }
  .official-shot img, .feature-detail-visual > img { width: 100%; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .price-bubbles article { padding: 22px; }
  .final-cta > div { display: grid; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-main nav { gap: 16px; }
  .page-hero { padding: 70px 0 65px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero .lead { font-size: 14px; }
  .anchor-nav { top: 112px; }
  .anchor-nav > div { gap: 20px; }
  .plan-card { padding: 32px 24px; }
  .plan-price strong { font-size: 58px; }
  .compare-wrap { overflow-x: auto; }
  .compare-table { min-width: 600px; }
  .guide-step { padding: 26px; grid-template-columns: 50px 1fr; gap: 20px; }
  .guide-step > span { width: 48px; height: 48px; border-radius: 13px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .feature-mini-grid a { transition: none; }
}
