:root {
  --navy: #153a5b;
  --navy-dark: #0b263f;
  --ink: #17202b;
  --muted: #5f6e7c;
  --muted-2: #8793a0;
  --gold: #d9ae55;
  --gold-dark: #8b681f;
  --gold-pale: #f8f0df;
  --green: #18724a;
  --green-pale: #e7f4ed;
  --line: #dfe6ec;
  --surface: #f2f5f7;
  --white: #fff;
  --shadow: 0 24px 60px rgba(15, 44, 66, .14);
  --shadow-soft: 0 14px 34px rgba(15, 44, 66, .1);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
p, h1, h2, h3, figure { margin: 0; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(1050px, calc(100% - 48px)); }
.mobile-only { display: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 76px;
  border-bottom: 1px solid rgba(210, 219, 227, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(1420px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.brand span { display: grid; gap: 2px; }
.brand b { font-size: 19px; line-height: 1; letter-spacing: -.02em; }
.brand small { color: var(--muted-2); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.global-nav { margin-left: auto; display: flex; gap: 34px; align-items: center; }
.global-nav a { color: #526170; font-size: 13px; font-weight: 800; }
.global-nav a:hover { color: var(--navy); }
.header-actions { display: flex; gap: 10px; }

.button {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: #372707; background: var(--gold); box-shadow: 0 10px 24px rgba(184, 134, 47, .18); }
.button-gold:hover { background: #e2b85f; box-shadow: 0 14px 30px rgba(184, 134, 47, .25); }
.button-ghost { color: var(--navy); background: var(--white); border-color: #b9cad8; }
.button-large { min-height: 60px; padding-inline: 28px; border-radius: 16px; font-size: 16px; }
.button-large > span, .button-large > b { font-size: 29px; line-height: 0; font-weight: 400; }
.header-choice { min-height: 58px; padding-block: 7px; flex-direction: column; gap: 1px; line-height: 1.2; }
.header-choice small { font-size: 9px; font-weight: 800; opacity: .72; }
.header-choice strong { font-size: 14px; font-weight: 900; }
.login-link { min-width: 116px; }
.header-cta { min-width: 174px; }

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  padding: 44px 0 48px;
  overflow: hidden;
  background-color: #f5f7f8;
  background-image: linear-gradient(rgba(21, 58, 91, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 58, 91, .035) 1px, transparent 1px);
  background-size: 42px 42px;
}
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-gold { width: 540px; height: 540px; right: -140px; top: -210px; background: rgba(217, 174, 85, .1); }
.hero-glow-blue { width: 680px; height: 680px; right: -190px; bottom: -340px; background: rgba(21, 58, 91, .055); }
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(0, 1.55fr);
  column-gap: 28px;
  align-items: center;
}
.hero-copy { padding: 6px 0 0 10px; }
.eyebrow {
  width: fit-content;
  min-height: 36px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  border: 1px solid #ead8b2;
  border-radius: 999px;
  background: var(--gold-pale);
  font-size: 12px;
  font-weight: 900;
}
.eyebrow span { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.hero h1 { margin-top: 16px; font-size: clamp(44px, 3.55vw, 54px); line-height: 1.16; letter-spacing: -.055em; font-weight: 950; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--navy); font-style: normal; }
.easy-banner {
  width: fit-content;
  min-height: 52px;
  margin-top: 15px;
  padding: 7px 20px 7px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--gold);
  color: #3d2b09;
  font-size: 19px;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
}
.easy-banner .check-mark { width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold-dark); background: rgba(255,255,255,.9); border-radius: 50%; }
.easy-banner strong { margin-left: 3px; color: var(--navy); font-size: 24px; }
.hero-lead { margin-top: 15px; color: #566674; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 23px; display: flex; gap: 12px; }
.hero-actions .button:first-child { min-width: 278px; }
.trial-points { margin: 17px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; list-style: none; }
.trial-points li { position: relative; padding-left: 20px; color: #455462; font-size: 12px; }
.trial-points li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 15px; height: 15px; display: grid; place-items: center; color: var(--green); background: var(--green-pale); border-radius: 50%; font-size: 9px; font-weight: 900; }
.price-note { margin-top: 14px; color: var(--muted-2); font-size: 11px; }
.hero-tags { margin-top: 26px; display: flex; gap: 9px; flex-wrap: wrap; }
.hero-tags span { padding: 9px 20px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 900; }

.hero-product { min-width: 0; padding-top: 0; }
.browser-window { overflow: hidden; background: var(--white); border-radius: 23px; box-shadow: var(--shadow); }
.browser-bar { height: 43px; padding: 0 16px; display: flex; align-items: center; gap: 9px; background: var(--navy-dark); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #e67373; }
.browser-bar i:nth-child(2) { background: #e8b955; }
.browser-bar i:nth-child(3) { background: #65bc78; }
.browser-bar span { height: 21px; margin: 0 auto; width: 72%; display: flex; align-items: center; justify-content: center; color: #b9c9d6; background: #173b58; border-radius: 8px; font-size: 8px; }
.main-screen { width: 100%; }
.compose-screen { margin: 7px 9px 9px; padding: 7px 8px 8px; overflow: hidden; border: 1px solid #dfe6ec; border-radius: 13px; background: #f3f6f8; box-shadow: inset 0 1px 0 #fff; }
.compose-storebar { min-height: 29px; padding: 0 4px; display: flex; align-items: center; gap: 7px; color: #4d5d6b; font-size: 6px; }
.compose-storebar > b { color: var(--navy-dark); font-size: 10px; }
.compose-storebar > span { padding-left: 8px; display: flex; flex-direction: column; border-left: 1px solid #d9e1e7; font-weight: 900; line-height: 1.2; }
.compose-storebar > span small { color: var(--muted-2); font-size: 4px; letter-spacing: .08em; }
.compose-storebar em { padding: 3px 6px; color: var(--green); border-radius: 999px; background: var(--green-pale); font-size: 5px; font-style: normal; font-weight: 900; }
.compose-storebar > i { margin-left: auto; color: #71808d; font-size: 5px; font-style: normal; font-weight: 800; }
.compose-nav { height: 30px; padding: 3px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 3px; color: #778491; border-radius: 8px; background: #e3e9ee; text-align: center; font-size: 6px; }
.compose-nav strong { height: 24px; display: grid; place-items: center; color: var(--navy); border-radius: 7px; background: #fff; box-shadow: 0 3px 9px rgba(15,44,66,.08); }
.compose-panel { margin-top: 5px; padding: 7px; border: 1px solid #d9e2e9; border-radius: 12px; background: #fff; }
.compose-panel > h3 { font-size: 12px; }
.compose-step-title { min-height: 24px; display: flex; align-items: center; gap: 7px; }
.compose-step-title > b { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 7px; background: var(--navy); font-size: 9px; }
.compose-step-title p { min-width: 0; }
.compose-step-title strong, .compose-step-title small { display: block; }
.compose-step-title strong { font-size: 8px; }
.compose-step-title small { margin-top: 1px; color: var(--muted-2); font-size: 5px; }
.compose-types { margin-top: 4px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.compose-types > span { min-width: 0; height: 34px; padding: 4px 6px; display: grid; grid-template-columns: 18px 1fr; align-content: center; color: #273440; border: 1px solid #dce4ea; border-radius: 8px; background: #fff; font-size: 7px; }
.compose-types > span.is-selected { border-color: var(--gold); background: #fff9ec; }
.compose-types b, .compose-types small { grid-column: 2; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.compose-types b { font-size: 6px; }
.compose-types small { color: var(--muted-2); font-size: 4px; }
.compose-work { margin-top: 5px; padding: 6px; border: 1px solid #dbe3e9; border-radius: 10px; background: #f9fbfc; }
.compose-work-head { display: flex; align-items: center; justify-content: space-between; }
.compose-work-head > span { padding: 4px 7px; color: var(--navy); border-radius: 999px; background: #eaf1f6; font-size: 5px; font-weight: 900; }
.compose-body { margin-top: 5px; display: grid; grid-template-columns: 24% 28% 28% 20%; gap: 5px; }
.compose-product, .compose-copy { min-width: 0; height: 194px; padding: 6px; overflow: hidden; border: 1px solid #dfe6ec; border-radius: 8px; background: #fff; }
.compose-product > span, .compose-product > small { display: block; color: #445361; font-size: 6px; font-weight: 900; }
.compose-product-stage { height: 136px; margin: 4px 0 5px; overflow: hidden; border-radius: 7px; background: radial-gradient(circle at 50% 44%, #795631 0%, #20160f 55%, #090b0d 100%); }
.compose-product-stage img, .post-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.compose-product p { margin-top: 4px; color: #596876; font-size: 6px; line-height: 1.45; }
.compose-copy header { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 4px; }
.compose-copy header span { width: 16px; height: 16px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--navy); font-size: 7px; font-weight: 900; }
.compose-copy-instagram header span { background: #e45493; }
.compose-copy-x header span { background: #111; }
.compose-copy header b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 7px; }
.compose-copy header em { color: var(--green); font-size: 5px; font-style: normal; font-weight: 900; white-space: nowrap; }
.compose-copy > p { margin-top: 7px; color: #4e5c68; font-size: 5px; line-height: 1.52; }
.compose-copy > p strong { color: #25333f; }
.compose-actions { min-height: 31px; margin-top: 5px; padding-top: 5px; display: flex; align-items: center; gap: 5px; border-top: 1px solid #e0e6eb; }
.compose-actions button { min-height: 24px; padding: 0 10px; color: #3d2b09; border: 0; border-radius: 7px; background: var(--gold); font-size: 5px; font-weight: 900; }
.compose-actions span { margin-left: auto; color: var(--muted-2); font-size: 4px; }
.compose-actions button.outline { color: var(--navy); border: 1px solid #b9cad8; background: #fff; }
.compose-actions button.primary { color: #fff; background: var(--navy); }
.hero-comment { position: relative; width: min(650px, 88%); min-height: 82px; margin: 18px 4px 0 auto; padding: 14px 20px 13px 64px; border: 1px solid #d7e1e8; border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: 0 14px 34px rgba(15, 44, 66, .12); }
.hero-comment::before { content: ""; position: absolute; left: 31px; top: -8px; width: 16px; height: 16px; border-top: 1px solid #d7e1e8; border-left: 1px solid #d7e1e8; background: var(--white); transform: rotate(45deg); }
.comment-avatar { position: absolute; left: 15px; top: 17px; width: 36px; height: 36px; display: grid; place-items: center; color: #3d2b09; border-radius: 50%; background: var(--gold); box-shadow: 0 5px 12px rgba(139, 104, 31, .2); font-size: 13px; font-weight: 950; }
.comment-author { display: flex; align-items: center; gap: 8px; }
.comment-author cite { color: var(--navy); font-size: 10px; font-style: normal; font-weight: 950; }
.comment-author span { padding: 3px 7px; color: var(--green); border-radius: 999px; background: var(--green-pale); font-size: 7px; font-weight: 900; }
.hero-comment p { margin-top: 6px; color: #2c3944; font-size: 13px; line-height: 1.55; font-weight: 900; }
.flow-cue { height: 39px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--gold-dark); }
.flow-arrow { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: var(--white); box-shadow: var(--shadow-soft); font-size: 21px; line-height: .7; }
.flow-cue strong { padding: 9px 18px; border: 1px solid #ead8b2; border-radius: 999px; background: var(--gold-pale); font-size: 10px; }
.publish-heading { margin-top: 3px; }
.publish-heading span { color: var(--muted-2); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.publish-heading h2 { margin-top: 3px; font-size: 18px; line-height: 1.25; }
.publish-grid { margin-top: 9px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.publish-card { min-width: 0; padding: 10px 10px 7px; background: var(--white); border-radius: 16px; box-shadow: var(--shadow-soft); }
.publish-card header { margin-bottom: 9px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 7px; }
.publish-card header b { overflow: hidden; white-space: nowrap; font-size: 10px; text-overflow: ellipsis; }
.publish-card header em { padding: 5px 7px; color: var(--green); background: var(--green-pale); border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 900; white-space: nowrap; }
.channel { width: 26px; height: 26px; display: grid; place-items: center; color: var(--white); border-radius: 50%; font-size: 12px; font-weight: 900; }
.channel-google { background: #4285f4; }
.channel-instagram { background: #e45493; }
.channel-x { background: #111; }
.platform-post { height: 210px; overflow: hidden; border-radius: 10px; font-size: 7px; }
.platform-post i { font-style: normal; }
.platform-post > p { line-height: 1.45; }
.post-media { overflow: hidden; background: radial-gradient(circle at 50% 44%, #76522d 0%, #1b130e 54%, #07090b 100%); }
.google-post { padding: 9px; color: #f1f3f4; background: #202124; }
.google-post-head, .x-post-head { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 6px; }
.google-post-head > span, .x-post-head > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3f76db; font-size: 8px; font-weight: 900; }
.google-post-head p, .x-post-head p { min-width: 0; }
.google-post-head b, .x-post-head b { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 7px; }
.google-post-head small, .x-post-head small { display: block; margin-top: 2px; color: #aeb4ba; font-size: 5px; }
.google-post > p { margin: 8px 0; color: #d5d8da; }
.google-post .post-media { height: 110px; }
.google-post footer { margin-top: 6px; display: flex; align-items: center; justify-content: space-between; color: #8ab4f8; font-size: 6px; }
.instagram-post { color: #1f2429; border: 1px solid #e0e3e6; background: #fff; }
.instagram-post-head { height: 31px; padding: 5px 7px; display: grid; grid-template-columns: 21px 1fr auto; align-items: center; gap: 6px; }
.instagram-post-head > span { width: 21px; height: 21px; display: grid; place-items: center; color: #fff; border: 2px solid #ec5c8e; border-radius: 50%; background: var(--navy); font-size: 7px; font-weight: 900; }
.instagram-post-head b { font-size: 6px; }
.instagram-post .post-media { height: 119px; }
.instagram-actions { height: 25px; padding: 4px 7px; display: flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1; }
.instagram-actions b { margin-left: auto; }
.instagram-post > p { padding: 0 7px 7px; font-size: 6px; }
.x-post { padding: 9px; color: #f2f2f2; background: #000; }
.x-post-head > span { background: var(--navy); }
.x-post > p { margin: 7px 0; color: #e7e9ea; }
.x-post .post-media { height: 110px; border: 1px solid #2f3336; border-radius: 8px; }
.x-post footer { margin-top: 6px; display: flex; justify-content: space-between; color: #71767b; font-size: 6px; }
.publish-card small { margin-top: 6px; display: block; color: var(--muted-2); text-align: center; font-size: 7px; }

.section { padding: 110px 0; }
.section-white { background: var(--white); }
.section-kicker { margin-bottom: 13px; color: var(--gold-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.section-kicker.light { color: #e7c475; }
.section-title { font-size: clamp(34px, 4vw, 52px); line-height: 1.35; letter-spacing: -.04em; }
.section-lead { margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.center-heading { text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading > p { max-width: 420px; padding-bottom: 10px; color: var(--muted); line-height: 1.9; }

.problems { text-align: center; }
.problem-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.problem-grid article { --card-accent: #d9ae55; position: relative; min-height: 294px; padding: 34px 30px 30px; overflow: hidden; border: 1px solid #d9e2e9; border-radius: 26px; background: linear-gradient(145deg, #fff 0%, #fbfcfd 72%, #f4f7f9 100%); box-shadow: 0 18px 45px rgba(18, 48, 71, .08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-grid article:nth-child(2) { --card-accent: #7297b4; }
.problem-grid article:nth-child(3) { --card-accent: #6fa08d; }
.problem-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--card-accent), rgba(255,255,255,0)); }
.problem-grid article::after { content: ""; position: absolute; z-index: 0; width: 180px; height: 180px; right: -72px; top: -88px; border-radius: 50%; background: color-mix(in srgb, var(--card-accent) 13%, transparent); }
.problem-grid article:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--card-accent) 55%, #d9e2e9); box-shadow: 0 24px 54px rgba(18, 48, 71, .14); }
.problem-number { position: absolute; z-index: 1; right: 23px; top: 20px; color: color-mix(in srgb, var(--card-accent) 42%, #dfe5ea); font-size: 34px; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.problem-icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); border-radius: 18px; background: var(--navy); box-shadow: 0 11px 23px rgba(21, 58, 91, .2); font-size: 25px; font-weight: 900; }
.problem-icon::after { content: ""; position: absolute; right: -4px; bottom: -4px; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--card-accent); }
.problem-tag { position: absolute; z-index: 1; top: 45px; left: 102px; padding: 6px 10px; color: var(--navy); border: 1px solid color-mix(in srgb, var(--card-accent) 45%, #d9e2e9); border-radius: 999px; background: color-mix(in srgb, var(--card-accent) 11%, #fff); font-size: 10px; font-weight: 900; }
.problem-grid h3 { position: relative; z-index: 1; margin-top: 31px; font-size: 20px; line-height: 1.5; }
.problem-grid p { position: relative; z-index: 1; margin-top: 15px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.answer-band { margin-top: 28px; padding: 25px 30px; display: flex; align-items: center; justify-content: center; gap: 16px; color: #3d2b09; background: var(--gold-pale); border: 1px solid #ead8b2; border-radius: var(--radius-md); }
.answer-band span { font-size: 16px; font-weight: 800; }
.answer-band strong { color: var(--navy); font-size: 24px; }

.how { background-color: #f1f4f6; background-image: linear-gradient(rgba(21,58,91,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(21,58,91,.03) 1px, transparent 1px); background-size: 42px 42px; }
.steps-grid { margin-top: 58px; display: grid; grid-template-columns: 1fr 50px 1fr; align-items: center; }
.step-card { min-height: 400px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.featured-step { border: 2px solid #e7c77f; transform: translateY(-10px); }
.step-no { color: var(--gold-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.step-card h3 { margin-top: 24px; font-size: 21px; }
.step-card > p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.step-link { color: var(--gold); text-align: center; font-size: 48px; font-weight: 300; }
.step-link-down { grid-column: 1 / -1; height: 64px; display: grid; place-items: center; font-size: 35px; line-height: 1; }
.publish-step { grid-column: 1 / -1; min-height: 0; }
.publish-step-head { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.publish-step-head > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.publish-step-head > p strong { color: var(--navy); font-weight: 900; }
.step-visual { height: 190px; margin-top: 20px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background: #edf2f5; }
.actual-step-screen { position: relative; overflow: hidden; border: 1px solid #dbe4eb; background: var(--white); }
.actual-step-screen img { position: absolute; top: 50%; width: auto; max-width: none; height: 150%; transform: translateY(-50%); }
.photo-capture { position: relative; height: 300px; overflow: hidden; border: 1px solid #263e50; background: radial-gradient(circle at 50% 42%, #76522d 0%, #211710 55%, #08111a 100%); }
.photo-capture::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 28px 28px; }
.photo-capture::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -60px 60px rgba(3,9,14,.2); pointer-events: none; }
.photo-capture-bag { position: relative; z-index: 1; width: 94%; height: 94%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 18px 25px rgba(0,0,0,.34)); }
.photo-capture-label { position: absolute; z-index: 1; left: 12px; bottom: 11px; padding: 7px 11px; color: var(--white); background: rgba(11, 38, 63, .9); border-radius: 9px; font-size: 10px; font-weight: 900; }
.step-writing { height: 300px; background: #e8edf1; }
/* 実際の投稿画面から「投稿する文章」の欄（Google・X の2媒体）を切り出した画像（3585×940、Google・Instagram・X）。
   枠の高さいっぱいに出し、狭い幅では左（Google の文章）を優先して見せる */
.step-writing img { left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: left top; transform: none; }
.actual-screen-label { position: absolute; left: 10px; bottom: 9px; padding: 6px 9px; color: var(--white); background: rgba(11, 38, 63, .88); border-radius: 8px; font-size: 9px; font-weight: 900; }
.actual-posts { height: auto; padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; overflow: visible; background: #e8edf1; }
.actual-posts figure { min-width: 0; overflow: hidden; border: 3px solid var(--white); border-radius: 14px; background: var(--white); box-shadow: 0 8px 18px rgba(15, 44, 66, .14); }
.actual-posts .platform-post { height: 330px; border-radius: 10px 10px 0 0; font-size: 9px; }
.actual-posts .google-post-head b, .actual-posts .x-post-head b { font-size: 9px; }
.actual-posts .google-post-head small, .actual-posts .x-post-head small { font-size: 7px; }
.actual-posts .google-post .post-media, .actual-posts .x-post .post-media { height: 211px; }
.actual-posts .instagram-post .post-media { height: 218px; }
.actual-posts .instagram-post-head b, .actual-posts .instagram-post > p { font-size: 8px; }
.actual-posts figcaption { min-height: 48px; padding: 9px 10px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--navy); text-align: center; font-size: 10px; font-weight: 900; }
.actual-posts figcaption .channel { width: 24px; height: 24px; flex: 0 0 auto; font-size: 11px; }
.easy-statement { width: fit-content; margin: 38px auto 0; padding: 16px 24px; display: flex; align-items: baseline; gap: 8px; border-radius: 16px; color: #3d2b09; background: var(--gold); box-shadow: var(--shadow-soft); }
.easy-statement span { font-weight: 800; }
.easy-statement strong { color: var(--navy); font-size: 22px; }

.features .center-heading { margin-bottom: 80px; }
.feature-row { padding: 60px 0; display: grid; grid-template-columns: 37% 63%; gap: 66px; align-items: center; border-top: 1px solid var(--line); }
.feature-row.reverse { grid-template-columns: 63% 37%; }
.feature-row.reverse .feature-copy { grid-column: 2; grid-row: 1; }
.feature-row.reverse .feature-screen { grid-column: 1; grid-row: 1; }
.feature-no { color: var(--muted-2); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.feature-tag { width: fit-content; margin-top: 14px; padding: 7px 12px; color: var(--gold-dark); background: var(--gold-pale); border-radius: 999px; font-size: 11px; font-weight: 900; }
.feature-copy h3 { margin-top: 18px; color: var(--navy-dark); font-size: clamp(30px, 3vw, 43px); line-height: 1.35; letter-spacing: -.04em; }
.feature-copy > p:not(.feature-tag) { margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.check-list { margin: 22px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { position: relative; padding-left: 26px; font-size: 13px; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 18px; height: 18px; display: grid; place-items: center; color: var(--green); background: var(--green-pale); border-radius: 50%; font-size: 10px; }
.feature-screen { padding: 13px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.feature-screen img { width: 100%; border-radius: 14px; }
.feature-screen figcaption { padding: 11px 4px 2px; color: var(--muted-2); text-align: center; font-size: 10px; }

.dashboard-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-dark); }
.dashboard-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -260px; border-radius: 50%; background: rgba(217,174,85,.11); }
.dashboard-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 34% 66%; align-items: center; gap: 52px; }
.dashboard-copy h2 { font-size: clamp(36px, 4vw, 52px); line-height: 1.35; letter-spacing: -.04em; }
.dashboard-copy > p:not(.section-kicker) { margin-top: 20px; color: #c4d0d9; font-size: 15px; line-height: 1.9; }
.dashboard-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.dashboard-points span { padding: 8px 13px; color: #e6edf2; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; font-weight: 900; }
.dashboard-screen { padding: 12px; border-radius: 22px; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.dashboard-screen img { border-radius: 13px; }

.onboarding { background: #f4f6f8; }
.onboarding-list { position: relative; max-width: 790px; margin: 58px auto 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.onboarding-list::before { content: ""; position: absolute; left: 31px; top: 54px; bottom: 54px; width: 2px; background: #d7c18f; }
.onboarding-list li { position: relative; padding: 24px 28px; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.onboarding-list li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; color: #3d2b09; background: var(--gold); border-radius: 14px; font-size: 17px; font-weight: 950; }
.onboarding-list b { font-size: 18px; }
.onboarding-list p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.pricing { overflow: hidden; }
.price-card { position: relative; max-width: 760px; margin: 52px auto 0; padding: 54px 60px 45px; overflow: hidden; text-align: center; border: 2px solid #dfc078; border-radius: 30px; background: #fffdf8; box-shadow: var(--shadow); }
.trial-ribbon { position: absolute; top: 0; left: 50%; min-width: 240px; padding: 10px 24px; transform: translateX(-50%); color: #3d2b09; background: var(--gold); border-radius: 0 0 14px 14px; font-size: 13px; font-weight: 900; }
.plan-name { margin-top: 11px; color: var(--navy); font-size: 18px; font-weight: 900; }
.price { margin-top: 15px; display: flex; align-items: baseline; justify-content: center; gap: 7px; }
.price strong { color: var(--navy-dark); font-size: 68px; line-height: 1; letter-spacing: -.04em; }
.price span { color: #4f5f6d; font-size: 15px; font-weight: 900; }
.price-caption { margin-top: 18px; color: var(--muted); font-size: 14px; }
.included-grid { margin: 30px 0; padding: 25px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; text-align: left; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.included-grid span { color: #344451; font-size: 13px; font-weight: 800; }
.price-cta { min-width: 330px; }
.price-small { margin-top: 14px; color: var(--muted-2); font-size: 11px; }

.faq { background: #f1f4f6; }
.faq-layout { display: grid; grid-template-columns: 30% 70%; gap: 70px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:not(.section-kicker) { margin-top: 15px; color: var(--muted); line-height: 1.8; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.faq-list summary { position: relative; padding: 24px 60px 24px 26px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); background: #eaf1f6; border-radius: 50%; font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 26px 24px; color: var(--muted); font-size: 14px; line-height: 1.9; }

.final-cta { position: relative; padding: 105px 0; overflow: hidden; color: var(--white); text-align: center; background: var(--navy); }
.final-orb { position: absolute; width: 500px; height: 500px; top: -280px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(217,174,85,.13); }
.final-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final-inner > p { color: #e7c475; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.final-inner h2 { margin-top: 17px; font-size: clamp(38px, 5vw, 58px); line-height: 1.35; letter-spacing: -.04em; }
.final-inner > span { margin-top: 17px; color: #c7d3dd; font-size: 16px; }
.final-inner .button { min-width: 350px; margin-top: 31px; }
.final-inner small { margin-top: 14px; color: #acbbc7; }

.site-footer { padding: 46px 0; color: #42515f; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.footer-brand img { width: 40px; height: 40px; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.footer-grid nav a { font-size: 11px; font-weight: 800; }
.footer-grid > p { color: var(--muted-2); text-align: right; font-size: 11px; line-height: 1.8; }

@media (max-width: 1120px) {
  .global-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { min-height: calc(100svh - 76px); padding-top: 38px; }
  .hero-grid { grid-template-columns: minmax(360px, 39fr) minmax(0, 61fr); column-gap: 20px; }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: 42px; }
  .easy-banner { font-size: 16px; }
  .easy-banner strong { font-size: 20px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .publish-card header { grid-template-columns: 25px 1fr; }
  .publish-card header em { display: none; }
  .feature-row { gap: 42px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .container, .narrow { width: min(100% - 36px, 680px); }
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .site-header { height: 64px; }
  .header-inner { width: calc(100% - 28px); }
  .brand img { width: 35px; height: 35px; border-radius: 10px; }
  .brand b { font-size: 17px; }
  .brand small, .login-link { display: none; }
  .header-choice { min-height: 44px; padding: 5px 10px; }
  .header-choice small { font-size: 7px; }
  .header-choice strong { font-size: 10px; }
  .login-link { min-width: 74px; }
  .header-cta { min-width: 108px; }

  .hero { min-height: auto; padding: 28px 0 44px; }
  .hero-grid { width: min(100% - 34px, 680px); display: block; }
  .hero-copy { padding: 0; }
  .eyebrow { min-height: 31px; width: 100%; padding-inline: 12px; font-size: 10px; }
  .hero h1 { margin-top: 14px; font-size: clamp(32px, 9.8vw, 47px); line-height: 1.18; }
  .easy-banner { min-height: 38px; margin-top: 9px; padding: 5px 13px 5px 8px; border-radius: 12px; font-size: 14px; }
  .easy-banner .check-mark { width: 24px; height: 24px; }
  .easy-banner strong { font-size: 17px; }
  .hero-lead { margin-top: 12px; font-size: 13px; line-height: 1.8; }
  .hero-actions { max-width: none; margin-top: 26px; }
  .hero-actions .button:first-child { min-width: 0; }
  .hero-actions .button-ghost { display: none; }
  .button-large { min-height: 57px; }
  .trial-points { justify-content: center; gap: 10px 14px; }
  .trial-points li { font-size: 10px; }
  .price-note { text-align: center; }
  .hero-tags { display: none; }
  .hero-product { margin-top: 28px; padding-top: 0; }
  .browser-window { border: 5px solid #101c28; border-radius: 25px; }
  .browser-bar { height: 39px; background: var(--white); }
  .browser-bar i { display: none; }
  .browser-bar::before { content: ""; width: 23px; height: 23px; border-radius: 7px; background: var(--navy); }
  .browser-bar::after { content: "SNS Hub"; color: var(--ink); font-size: 11px; font-weight: 900; }
  .browser-bar span { margin-left: auto; width: 72px; color: var(--navy); background: #eaf1f6; font-size: 0; }
  .browser-bar span::after { content: "青葉店⌄"; font-size: 7px; }
  .compose-screen { margin: 4px 5px 7px; padding: 6px; }
  .compose-storebar { min-height: 21px; }
  .compose-storebar b { font-size: 7px; }
  .compose-storebar span { font-size: 5px; }
  .compose-body { gap: 3px; }
  .compose-product, .compose-copy { padding: 4px; }
  .compose-product-stage { height: 145px; }
  .compose-copy header { grid-template-columns: 14px 1fr; }
  .compose-copy header em { display: none; }
  .compose-copy > p { font-size: 5px; }
  .hero-comment { width: calc(100% - 8px); min-height: 78px; margin: 14px auto 0; padding: 12px 13px 11px 57px; border-radius: 15px; }
  .comment-avatar { left: 12px; top: 15px; width: 33px; height: 33px; }
  .comment-author { align-items: flex-start; flex-direction: column; gap: 3px; }
  .comment-author cite { font-size: 9px; }
  .hero-comment p { margin-top: 5px; font-size: 11px; }
  .flow-cue { height: 42px; }
  .flow-arrow { width: 31px; height: 31px; font-size: 21px; }
  .publish-heading span { display: none; }
  .publish-heading { display: flex; align-items: center; justify-content: space-between; }
  .publish-heading h2 { font-size: 10px; }
  .publish-heading::after { content: "✓ PUBLISHED"; color: var(--green); font-size: 7px; }
  .publish-grid { max-width: 440px; margin-inline: auto; grid-template-columns: 1fr; gap: 12px; }
  .publish-card { padding: 12px; border-radius: 16px; }
  .publish-card header { grid-template-columns: 28px 1fr auto; gap: 7px; margin-bottom: 9px; }
  .channel { width: 26px; height: 26px; font-size: 12px; }
  .publish-card header b { font-size: 11px; }
  .publish-card header em { display: block; }
  .platform-post { height: 360px; font-size: 10px; }
  .google-post-head b, .x-post-head b { font-size: 10px; }
  .google-post-head small, .x-post-head small { font-size: 8px; }
  .google-post .post-media, .x-post .post-media { height: 235px; }
  .instagram-post .post-media { height: 248px; }
  .instagram-post-head { height: 38px; }
  .instagram-post-head b, .instagram-post > p { font-size: 9px; }
  .publish-card small { font-size: 9px; }

  .section { padding: 76px 0; }
  .section-title { font-size: 32px; }
  .section-lead { font-size: 14px; }
  .problem-grid { grid-template-columns: 1fr; gap: 12px; }
  .problem-grid article { min-height: 0; padding: 24px; }
  .problem-grid h3 { margin-top: 18px; }
  .answer-band { padding: 22px; flex-direction: column; gap: 6px; }
  .answer-band strong { font-size: 20px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 18px; padding: 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 12px; }
  .step-card, .featured-step { min-height: 0; padding: 24px; transform: none; }
  .step-visual { height: 160px; }
  .photo-capture { height: 280px; }
  .step-writing { height: 300px; }
  .step-writing img { width: 100%; height: 100%; object-fit: cover; object-position: left top; transform: none; }
  .step-link { height: 23px; transform: rotate(90deg); font-size: 34px; line-height: 18px; }
  .step-link-down { grid-column: auto; transform: none; line-height: 1; }
  .publish-step { grid-column: auto; }
  .publish-step-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .publish-step-head > p { font-size: 13px; }
  .actual-posts { height: auto; padding: 10px; grid-template-columns: 1fr; gap: 10px; }
  .easy-statement { flex-direction: column; align-items: center; gap: 3px; }
  .easy-statement strong { font-size: 19px; }
  .features .center-heading { margin-bottom: 40px; }
  .feature-row, .feature-row.reverse { padding: 50px 0; display: flex; flex-direction: column; gap: 30px; }
  .feature-row.reverse .feature-copy, .feature-row.reverse .feature-screen { grid-column: auto; grid-row: auto; }
  .feature-copy h3 { font-size: 32px; }
  .feature-screen { padding: 8px; border-radius: 18px; }
  .dashboard-grid { grid-template-columns: 1fr; gap: 34px; }
  .dashboard-screen { transform: none; }
  .onboarding-list li { padding: 20px; grid-template-columns: 50px 1fr; gap: 12px; }
  .onboarding-list::before { left: 41px; }
  .price-card { padding: 52px 18px 35px; }
  .price strong { font-size: 52px; }
  .included-grid { padding: 18px; grid-template-columns: 1fr; }
  .price-cta { width: 100%; min-width: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading { position: static; }
  .faq-list summary { padding: 21px 55px 21px 20px; font-size: 14px; }
  .faq-list details p { padding: 0 20px 21px; }
  .final-cta { padding: 82px 0; }
  .final-inner > span { font-size: 14px; line-height: 1.8; }
  .final-inner .button { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-grid nav { gap: 15px; }
  .footer-grid > p { text-align: center; }
}

@media (max-width: 390px) {
  .hero-grid, .container, .narrow { width: calc(100% - 28px); }
  .hero h1 { font-size: 34px; }
  .easy-banner { font-size: 12px; }
  .easy-banner strong { font-size: 15px; }
  .hero-lead { font-size: 12px; }
  .flow-cue strong { padding-inline: 12px; }
  .publish-card { padding-inline: 4px; }
  .price strong { font-size: 47px; }
}

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

/* 準備中の注記（hero） */
.soon-note{display:block;font-size:.8em;opacity:.75;margin-top:.3em}
