:root {
  --navy-950: #061a2c;
  --navy-900: #0b2f55;
  --navy-800: #10466f;
  --blue-700: #0f6cbd;
  --blue-600: #1677c8;
  --blue-100: #e8f4ff;
  --blue-50: #f4faff;
  --cyan-100: #dff6ff;
  --accent: #ffd43b;
  --accent-hover: #ffc928;
  --green: #12814a;
  --ink: #172b3a;
  --text: #405666;
  --muted: #738695;
  --line: #dce6ee;
  --surface: #ffffff;
  --surface-alt: #f6f9fb;
  --shadow-sm: 0 8px 30px rgba(7, 39, 65, .08);
  --shadow-lg: 0 24px 70px rgba(7, 39, 65, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); line-height: 1.75; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 920px; }
.sp-only { display: none; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -60px; padding: 10px 16px; background: #fff; color: var(--navy-900); border-radius: 8px; box-shadow: var(--shadow-sm); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(210,225,236,.8); }
.header-inner { width: min(calc(100% - 40px), 1240px); min-height: 78px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { flex: 0 0 42px; color: var(--blue-700); }
.brand-copy { display: grid; line-height: 1.35; }
.brand-copy strong { font-size: 16px; letter-spacing: .02em; }
.brand-copy small { color: var(--muted); font-size: 11px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-tel { display: grid; text-align: right; line-height: 1.2; }
.header-tel small { color: var(--muted); font-size: 11px; }
.header-tel a { color: var(--navy-900); font-size: 24px; font-weight: 800; text-decoration: none; letter-spacing: .02em; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(255,212,59,.85); outline-offset: 3px; }
.button-primary { background: var(--navy-900); color: #fff; box-shadow: 0 8px 22px rgba(11,47,85,.18); }
.button-primary:hover { background: var(--blue-700); }
.button-accent { background: var(--accent); color: var(--navy-950); box-shadow: 0 12px 30px rgba(255,201,40,.28); }
.button-accent:hover { background: var(--accent-hover); box-shadow: 0 16px 34px rgba(255,201,40,.35); }
.button-small { min-height: 46px; padding: 0 22px; font-size: 14px; }
.button-large { min-height: 60px; padding: 0 32px; font-size: 16px; }
.button-large svg { width: 20px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7fbff 0%, #e9f6ff 50%, #f9fcff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(15,108,189,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15,108,189,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .55; }
.hero-glow-one { width: 480px; height: 480px; background: rgba(90,195,255,.22); right: -140px; top: -190px; }
.hero-glow-two { width: 330px; height: 330px; background: rgba(255,212,59,.13); left: -130px; bottom: 30px; }
.hero-grid { position: relative; z-index: 2; min-height: 690px; padding-block: 76px 68px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 52px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-700); font-weight: 800; font-size: 15px; letter-spacing: .08em; }
.eyebrow span { display: inline-block; margin-right: 8px; padding: 5px 11px; color: #fff; background: var(--blue-700); border-radius: 999px; letter-spacing: .04em; }
.hero h1 { margin: 0; color: var(--navy-950); font-size: clamp(42px, 5.1vw, 68px); line-height: 1.24; letter-spacing: -.035em; }
.hero h1 span { color: var(--blue-700); font-size: 1.15em; letter-spacing: -.05em; }
.hero-lead { margin: 22px 0 28px; color: var(--text); font-size: 18px; font-weight: 600; line-height: 1.8; }
.price-summary { display: flex; align-items: stretch; gap: 12px; max-width: 570px; }
.price-item { flex: 1; min-width: 0; padding: 16px 18px 14px; background: rgba(255,255,255,.88); border: 1px solid #cfe2f1; border-radius: 16px; box-shadow: var(--shadow-sm); }
.price-item > span { display: block; color: var(--text); font-size: 13px; font-weight: 800; }
.price-item strong { display: block; margin-top: -2px; color: var(--navy-900); white-space: nowrap; font-size: 20px; line-height: 1.2; }
.price-item strong b { font-size: 38px; letter-spacing: -.04em; }
.price-item small { color: var(--muted); font-size: 11px; }
.price-item-accent { border-color: rgba(15,108,189,.32); background: var(--navy-900); }
.price-item-accent > span, .price-item-accent strong, .price-item-accent small { color: #fff; }
.price-plus { align-self: center; color: var(--blue-700); font-size: 24px; font-weight: 900; }
.hero-cta { margin-top: 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: var(--navy-900); font-weight: 800; text-underline-offset: 4px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; margin: 20px 0 0; padding: 0; color: var(--text); font-size: 13px; font-weight: 700; }
.hero-notes li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; }
.hero-visual { position: relative; }
.visual-card { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 42px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.camera-illustration { border-radius: 28px; overflow: hidden; background: linear-gradient(150deg, #e5f5ff, #fff 70%); }
.recording-badge { position: absolute; top: 38px; left: 38px; display: flex; align-items: center; gap: 8px; padding: 7px 12px; background: rgba(255,255,255,.9); border-radius: 999px; color: #d3202b; font-size: 12px; font-weight: 900; box-shadow: var(--shadow-sm); }
.recording-dot { width: 8px; height: 8px; background: #e12635; border-radius: 50%; animation: pulse 1.7s infinite; }
.monthly-badge { position: absolute; right: -22px; bottom: 34px; min-width: 160px; padding: 18px 20px; background: var(--accent); border: 6px solid #fff; border-radius: 24px; color: var(--navy-950); box-shadow: var(--shadow-lg); transform: rotate(-3deg); }
.monthly-badge small, .monthly-badge span { display: block; font-weight: 800; line-height: 1.2; }
.monthly-badge strong { display: block; font-size: 27px; line-height: 1.2; letter-spacing: -.04em; }
.monthly-badge span { font-size: 10px; text-align: right; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
.trust-strip { position: relative; z-index: 2; background: var(--navy-900); color: #fff; }
.trust-strip-inner { min-height: 66px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-strip-inner span { padding: 0 18px; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .03em; border-right: 1px solid rgba(255,255,255,.2); }
.trust-strip-inner span:last-child { border-right: 0; }

.section { padding-block: 100px; }
.section-kicker { margin: 0 0 10px; color: var(--blue-700); font-size: 18px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.section-kicker-light { color: #8bd7ff; text-align: left; }
.section h2 { margin: 0 0 46px; color: var(--navy-950); font-size: clamp(32px, 4vw, 48px); line-height: 1.4; letter-spacing: -.025em; text-align: center; }

.problem-section { background: #fff; }
.problem-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.problem-list article { display: flex; align-items: center; gap: 18px; min-height: 92px; padding: 17px 22px; background: var(--surface-alt); border: 1px solid #e5edf3; border-radius: 16px; }
.problem-list article span { flex: 0 0 40px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-weight: 900; font-size: 12px; }
.problem-list p { margin: 0; font-weight: 700; color: var(--text); line-height: 1.6; }
.solution-lead { position: relative; margin-top: 44px; padding: 35px 40px; text-align: center; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); border-radius: 22px; box-shadow: var(--shadow-sm); overflow: hidden; }
.solution-lead::after { content: ""; position: absolute; width: 180px; height: 180px; right: -50px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.08); }
.solution-lead span { display: block; margin-bottom: 8px; color: #bce8ff; font-size: 14px; font-weight: 700; }
.solution-lead strong { font-size: clamp(22px, 3vw, 30px); line-height: 1.5; }

.features-section { background: var(--blue-50); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.feature-card { position: relative; min-height: 390px; padding: 38px 34px 34px; background: #fff; border: 1px solid #dbe9f3; border-radius: 24px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature-card-featured { border: 2px solid var(--blue-700); }
.feature-card-featured::before { content: "MOST POPULAR"; position: absolute; top: 18px; right: -35px; width: 150px; padding: 5px 0; background: var(--blue-700); color: #fff; transform: rotate(40deg); text-align: center; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.feature-number { color: #bfd5e5; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.feature-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 24px 0 25px; border-radius: 20px; color: var(--blue-700); background: var(--blue-100); }
.feature-icon svg { width: 44px; }
.feature-card h3 { margin: 0 0 14px; color: var(--navy-900); font-size: 25px; }
.feature-card p { margin: 0; color: var(--text); }

.pricing-section { color: #fff; background: radial-gradient(circle at 85% 15%, rgba(26,132,211,.35), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-900)); }
.pricing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.pricing-heading h2 { margin: 0; color: #fff; text-align: left; }
.pricing-heading > p { max-width: 440px; margin: 0 0 9px; color: #bcd0df; }
.pricing-card { max-width: 980px; margin-inline: auto; color: var(--ink); background: #fff; border-radius: 28px; box-shadow: 0 32px 80px rgba(0,0,0,.22); overflow: hidden; }
.pricing-card-header { min-height: 72px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--blue-700); }
.pricing-card-header > span { font-size: 20px; font-weight: 900; }
.pricing-card-header > strong { padding: 5px 12px; color: var(--navy-950); background: var(--accent); border-radius: 999px; font-size: 12px; }
.pricing-main { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; padding: 48px; }
.pricing-block { text-align: center; }
.pricing-block > p { display: inline-block; margin: 0 0 8px; padding: 3px 12px; color: var(--text); background: var(--surface-alt); border-radius: 999px; font-size: 12px; font-weight: 800; }
.pricing-value { display: flex; align-items: baseline; justify-content: center; gap: 3px; color: var(--navy-900); line-height: 1; }
.pricing-value small { margin-right: 6px; font-size: 14px; font-weight: 800; }
.pricing-value strong { font-size: clamp(48px, 6.5vw, 68px); letter-spacing: -.055em; }
.pricing-value span { font-size: 22px; font-weight: 900; }
.pricing-block > em { display: block; color: var(--muted); font-size: 11px; font-style: normal; }
.pricing-block ul { display: inline-grid; gap: 6px; margin: 20px 0 0; padding: 0; list-style: none; text-align: left; color: var(--text); font-weight: 700; }
.pricing-block li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.pricing-symbol { display: grid; place-items: center; width: 48px; height: 48px; margin-inline: auto; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-size: 24px; font-weight: 900; }
.pricing-block-accent { position: relative; padding: 26px 12px; background: #f5fbff; border: 2px solid #c4e7fb; border-radius: 22px; }
.pricing-footer { padding: 28px 34px 34px; text-align: center; border-top: 1px solid var(--line); }
.pricing-footer p { margin: 0 0 18px; color: var(--text); }
.fine-print { max-width: 980px; margin: 18px auto 0; color: #9fb7c8; font-size: 11px; }

.comparison-section { background: #fff; }
.comparison-grid { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; gap: 20px; max-width: 980px; margin-inline: auto; }
.comparison-panel { padding: 34px; border-radius: 24px; }
.comparison-panel > span { display: block; margin-bottom: 20px; font-weight: 900; font-size: 14px; }
.comparison-panel ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.comparison-panel li { padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.comparison-old { color: var(--text); background: #f2f4f5; border: 1px solid #e4e8eb; }
.comparison-old li { background: rgba(255,255,255,.72); }
.comparison-old li::before { content: "×"; margin-right: 10px; color: #adbac3; font-weight: 900; }
.comparison-new { color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); box-shadow: var(--shadow-lg); }
.comparison-new li { background: rgba(255,255,255,.1); }
.comparison-new li::before { content: "✓"; margin-right: 10px; color: var(--accent); font-weight: 900; }
.comparison-arrow { color: var(--blue-700); }
.comparison-arrow svg { width: 60px; margin-inline: auto; }

.trust-section { background: var(--blue-50); overflow: hidden; }
.trust-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.trust-copy .section-kicker { text-align: left; }
.trust-copy h2 { text-align: left; margin-bottom: 28px; }
.trust-copy > p { margin: 0 0 15px; color: var(--text); font-size: 16px; }
.trust-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 32px; }
.trust-stats div { padding: 20px 12px; text-align: center; background: #fff; border: 1px solid #dce9f2; border-radius: 16px; box-shadow: var(--shadow-sm); }
.trust-stats strong { display: block; color: var(--blue-700); font-size: 30px; line-height: 1.2; }
.trust-stats strong span { font-size: 14px; }
.trust-stats small { color: var(--text); font-size: 11px; font-weight: 800; }
.trust-visual { position: relative; display: grid; place-items: center; min-height: 430px; }
.trust-visual::before, .trust-visual::after { content: ""; position: absolute; border-radius: 50%; }
.trust-visual::before { width: 360px; height: 360px; background: #d8efff; }
.trust-visual::after { width: 280px; height: 280px; border: 1px dashed rgba(15,108,189,.35); animation: rotate 24s linear infinite; }
.shield-large { position: relative; z-index: 2; width: 240px; filter: drop-shadow(0 22px 22px rgba(15,108,189,.2)); }
.trust-label { position: absolute; z-index: 3; padding: 10px 18px; color: var(--navy-900); background: #fff; border-radius: 999px; box-shadow: var(--shadow-sm); font-size: 13px; font-weight: 900; }
.trust-label-one { left: 0; top: 92px; }
.trust-label-two { right: 0; top: 178px; }
.trust-label-three { left: 42px; bottom: 70px; }
@keyframes rotate { to { transform: rotate(360deg); } }

.flow-section { background: #fff; }
.flow-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; left: 10%; right: 10%; top: 65px; height: 2px; background: #cde1ef; }
.flow-list li { position: relative; padding: 0 12px; text-align: center; }
.flow-number { display: block; color: var(--blue-700); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.flow-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 88px; height: 88px; margin: 14px auto 20px; color: var(--blue-700); background: #fff; border: 2px solid #beddf1; border-radius: 50%; box-shadow: var(--shadow-sm); }
.flow-icon svg { width: 46px; }
.flow-list h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 19px; }
.flow-list p { margin: 0; color: var(--text); font-size: 14px; }

.faq-section { background: var(--surface-alt); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 5px 16px rgba(7,39,65,.035); }
.faq-list summary { position: relative; display: flex; align-items: center; gap: 16px; min-height: 76px; padding: 16px 62px 16px 22px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--blue-700); font-size: 28px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list summary span, .faq-list details > div > span { flex: 0 0 36px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 16px; font-weight: 900; }
.faq-list summary span { color: #fff; background: var(--blue-700); }
.faq-list details > div { display: flex; gap: 16px; padding: 0 22px 22px; }
.faq-list details > div > span { color: var(--navy-900); background: var(--accent); }
.faq-list details p { margin: 4px 0 0; color: var(--text); }

.contact-section { position: relative; overflow: hidden; padding-block: 100px; color: #fff; background: linear-gradient(135deg, var(--navy-950), var(--navy-900)); }
.contact-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(25,139,219,.3), transparent 28%); }
.contact-glow { position: absolute; right: -180px; bottom: -260px; width: 600px; height: 600px; border-radius: 50%; background: rgba(15,108,189,.18); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy .section-kicker { text-align: left; }
.contact-copy h2 { margin-bottom: 24px; color: #fff; text-align: left; }
.contact-copy > p { color: #c6d8e5; }
.contact-phone { margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-phone small, .contact-phone span { display: block; color: #bcd0df; }
.contact-phone a { display: inline-block; margin-block: 5px; color: #fff; font-size: clamp(34px, 4vw, 48px); line-height: 1.1; font-weight: 900; text-decoration: none; letter-spacing: .02em; }
.contact-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.form-heading strong { color: var(--navy-900); font-size: 22px; }
.form-heading span { padding: 4px 10px; color: var(--blue-700); background: var(--blue-100); border-radius: 999px; font-size: 11px; font-weight: 900; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; }
.contact-form label > span { color: var(--text); font-size: 13px; font-weight: 800; }
.contact-form em { margin-left: 5px; padding: 2px 6px; color: #fff; background: #e33c4c; border-radius: 4px; font-size: 9px; font-style: normal; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #fbfdff; border: 1px solid #cfdde7; border-radius: 10px; transition: border .2s, box-shadow .2s; }
.contact-form input:not([type="checkbox"]), .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 4px rgba(15,108,189,.1); outline: 0; }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 10px !important; }
.privacy-check input { width: 18px; height: 18px; accent-color: var(--blue-700); }
.privacy-check a { color: var(--blue-700); }
.button-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.site-footer { padding-top: 58px; color: #bccbd6; background: #061725; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding-bottom: 50px; }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: #8fa6b7; }
.footer-grid p { margin: 20px 0 0; font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; align-content: start; }
.footer-nav a { color: #d7e2e9; font-size: 13px; text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); color: #7890a1; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .header-tel { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 58px; gap: 48px; }
  .hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
  .price-summary { margin-inline: auto; }
  .hero-cta, .hero-notes { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; padding-block: 8px; }
  .trust-strip-inner span { padding: 8px; }
  .trust-strip-inner span:nth-child(2) { border-right: 0; }
  .feature-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .feature-card { min-height: auto; }
  .pricing-heading { display: block; }
  .pricing-heading > p { margin-top: 18px; }
  .trust-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-copy { max-width: 760px; }
  .trust-visual { max-width: 600px; width: 100%; margin-inline: auto; }
  .flow-list { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .flow-list::before { display: none; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container, .header-inner { width: min(calc(100% - 28px), var(--container)); }
  .sp-only { display: initial; }
  .site-header { position: sticky; }
  .header-inner { min-height: 66px; }
  .brand { gap: 9px; }
  .brand-mark { flex-basis: 34px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; }
  .header-actions .button { display: none; }
  .hero-grid { padding-block: 44px 42px; }
  .eyebrow { margin-bottom: 14px; font-size: 12px; }
  .eyebrow span { padding: 4px 8px; }
  .hero h1 { font-size: clamp(35px, 10.2vw, 48px); }
  .hero-lead { margin: 18px 0 22px; font-size: 15px; }
  .price-summary { gap: 7px; }
  .price-item { padding: 12px 10px 11px; border-radius: 13px; }
  .price-item strong { font-size: 14px; }
  .price-item strong b { font-size: 27px; }
  .price-item small { font-size: 9px; }
  .price-plus { font-size: 18px; }
  .hero-cta { margin-top: 22px; }
  .hero-cta .button { width: 100%; }
  .hero-notes { gap: 8px 12px; font-size: 11px; }
  .hero-visual { width: 100%; }
  .visual-card { padding: 10px; border-radius: 28px; }
  .camera-illustration { border-radius: 21px; }
  .recording-badge { top: 20px; left: 20px; }
  .monthly-badge { right: -4px; bottom: 16px; min-width: 128px; padding: 13px 14px; border-width: 4px; border-radius: 18px; }
  .monthly-badge strong { font-size: 21px; }
  .trust-strip-inner { font-size: 11px; }
  .trust-strip-inner span { font-size: 10px; }
  .section { padding-block: 72px; }
  .section h2 { margin-bottom: 34px; font-size: 30px; }
  .section-kicker { font-size: 11px; }
  .problem-list { grid-template-columns: 1fr; }
  .problem-list article { min-height: 78px; padding: 14px 16px; }
  .problem-list p { font-size: 14px; }
  .solution-lead { margin-top: 32px; padding: 28px 20px; }
  .solution-lead strong { font-size: 21px; }
  .feature-card { padding: 30px 26px; }
  .pricing-section { padding-block: 72px; }
  .pricing-heading h2 { font-size: 30px; }
  .pricing-card-header { min-height: 62px; padding: 0 20px; }
  .pricing-card-header > span { font-size: 16px; line-height: 1.3; }
  .pricing-main { grid-template-columns: 1fr; gap: 20px; padding: 30px 20px; }
  .pricing-symbol { width: 40px; height: 40px; transform: rotate(90deg); }
  .pricing-block-accent { width: 100%; }
  .pricing-value strong { font-size: 50px; }
  .pricing-footer { padding: 24px 20px 28px; }
  .pricing-footer .button { width: 100%; padding-inline: 18px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); }
  .comparison-panel { padding: 26px 20px; }
  .trust-grid { gap: 30px; }
  .trust-copy .section-kicker, .trust-copy h2, .contact-copy .section-kicker, .contact-copy h2 { text-align: center; }
  .trust-copy > p, .contact-copy > p { font-size: 14px; }
  .trust-stats { gap: 7px; }
  .trust-stats div { padding: 14px 6px; }
  .trust-stats strong { font-size: 23px; }
  .trust-stats small { font-size: 8px; }
  .trust-visual { min-height: 350px; transform: scale(.88); margin-block: -30px; }
  .flow-list { grid-template-columns: 1fr; gap: 38px; }
  .flow-list li { display: grid; grid-template-columns: 78px 1fr; grid-template-areas: "icon number" "icon title" "icon text"; column-gap: 18px; text-align: left; padding: 0; }
  .flow-number { grid-area: number; align-self: end; }
  .flow-icon { grid-area: icon; width: 72px; height: 72px; margin: 0; }
  .flow-icon svg { width: 38px; }
  .flow-list h3 { grid-area: title; margin: 0; }
  .flow-list p { grid-area: text; }
  .faq-list summary { min-height: 70px; padding: 14px 48px 14px 14px; gap: 10px; font-size: 14px; }
  .faq-list summary::after { right: 15px; }
  .faq-list summary span, .faq-list details > div > span { flex-basis: 30px; width: 30px; height: 30px; font-size: 13px; }
  .faq-list details > div { padding: 0 14px 18px; gap: 10px; font-size: 13px; }
  .contact-section { padding-block: 72px; }
  .contact-grid { gap: 36px; }
  .contact-copy { text-align: center; }
  .contact-phone { margin-top: 24px; }
  .contact-phone a { font-size: 36px; }
  .contact-form { padding: 25px 18px; border-radius: 18px; }
  .form-heading strong { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-nav { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .42fr .58fr; min-height: 66px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid #d8e3eb; box-shadow: 0 -8px 24px rgba(7,39,65,.12); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 900; }
  .mobile-cta-tel { flex-direction: column; gap: 1px; color: var(--navy-900); font-size: 10px; }
  .mobile-cta-tel svg { width: 22px; }
  .mobile-cta-form { color: var(--navy-950); background: var(--accent); border-radius: 999px; font-size: 15px; }
}

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