:root {
  --ink: #102b2b;
  --ink-soft: #294544;
  --green: #0e6f61;
  --green-dark: #073f39;
  --mint: #80d7b7;
  --mint-light: #e7f7f0;
  --cream: #f6f3eb;
  --white: #fff;
  --line: #dbe4df;
  --muted: #667a78;
  --sans: "Noto Sans JP", sans-serif;
  --latin: "DM Sans", sans-serif;
  --shadow: 0 24px 80px rgba(11, 56, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { height: 76px; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,43,43,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 23px/1 var(--latin); letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px 8px 8px 2px; color: var(--white); background: var(--green); font-size: 18px; }
.global-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.global-nav > a:not(.button) { transition: color .2s; }
.global-nav > a:not(.button):hover { color: var(--green); }
.login-link { padding-left: 22px; border-left: 1px solid var(--line); }
.nav-toggle, .nav-button { display: none; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 30px; padding: 0 25px; border: 0; border-radius: 7px; font-family: var(--sans); font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; color: var(--white); background: var(--green); font-size: 13px; gap: 10px; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 28px rgba(14,111,97,.2); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 15px 34px rgba(14,111,97,.28); }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); }
.accent-link { color: var(--green); border-bottom-color: var(--green); }

.hero { position: relative; overflow: hidden; padding: 96px 0 104px; background: linear-gradient(135deg, #f8f5ee 0%, #f5f3ec 58%, #edf6f1 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 65px; align-items: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--green); font: 700 12px/1.4 var(--latin); letter-spacing: 2px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 12px; letter-spacing: .8px; }
.eyebrow span { width: 25px; height: 2px; background: var(--green); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.22; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { position: relative; color: var(--green); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 7px; opacity: .55; background: radial-gradient(ellipse, var(--mint) 0, transparent 70%); }
.hero-lead { max-width: 570px; margin: 30px 0 35px; color: var(--ink-soft); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.trust-list { display: flex; gap: 24px; margin: 32px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 12px; font-weight: 600; }
.trust-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--green); background: var(--mint-light); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 420px; height: 420px; top: -200px; right: 22%; border: 1px solid rgba(14,111,97,.07); }
.hero-glow-two { width: 680px; height: 680px; right: -360px; bottom: -370px; background: rgba(128,215,183,.1); }

.hero-visual { position: relative; min-height: 480px; display: grid; align-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(14,111,97,.12); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; left: 70px; top: 35px; }
.orbit-two { width: 520px; height: 520px; left: 10px; top: -25px; }
.dashboard-card { position: relative; z-index: 3; width: 94%; margin-left: auto; border: 1px solid rgba(16,43,43,.1); border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: 0 32px 90px rgba(7,63,57,.18); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.dash-topbar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #edf0ee; }
.mini-brand { display: flex; align-items: center; gap: 7px; font: 700 11px var(--latin); }
.mini-brand span { display: grid; place-items: center; width: 19px; height: 19px; color: white; background: var(--green); border-radius: 5px; }
.mini-avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e5efe9; font: 700 8px var(--latin); }
.dash-body { min-height: 333px; display: grid; grid-template-columns: 48px 1fr; }
.dash-side { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 28px; border-right: 1px solid #edf0ee; background: #fafbf9; }
.dash-side i { width: 14px; height: 4px; border-radius: 5px; background: #cbd6d1; }
.dash-side i.active { height: 14px; background: var(--green); }
.dash-main { padding: 27px 30px 28px; }
.dash-label { color: #81908d; font: 600 8px var(--latin); }
.dash-title { margin: 5px 0 25px; font-size: 15px; font-weight: 700; }
.progress-row { display: flex; align-items: center; padding: 0 10px; }
.progress-row span { flex: 0 0 13px; height: 13px; border: 3px solid #dbe3df; border-radius: 50%; background: white; }
.progress-row span.done { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 3px white; }
.progress-row span.current { border-color: var(--green); box-shadow: 0 0 0 4px #e6f4ee; }
.progress-row b { flex: 1; height: 2px; background: #dbe3df; }
.progress-labels { display: flex; justify-content: space-between; margin: 7px 0 20px; color: #7d8b88; font-size: 7px; }
.task-card { display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 12px; padding: 14px; border: 1px solid #bce1d2; border-radius: 8px; background: #f0fbf6; }
.task-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: white; background: var(--green); font-size: 12px; }
.task-card small, .file-row small { display: block; color: #77908a; font: 600 6px var(--latin); letter-spacing: .5px; }
.task-card strong { display: block; margin-top: 2px; font-size: 10px; }
.task-card p { margin: 1px 0 0; color: #778784; font-size: 7px; }
.task-arrow { color: var(--green); }
.file-row { display: grid; grid-template-columns: 32px 1fr 20px; gap: 10px; align-items: center; margin-top: 13px; padding: 10px 13px; border: 1px solid #edf0ee; border-radius: 7px; }
.file-row strong { display: block; font-size: 9px; }
.file-icon { display: grid; place-items: center; width: 27px; height: 27px; color: #2c68a3; border-radius: 5px; background: #e8f1fa; font: 700 10px var(--latin); }
.download-icon { color: var(--green); }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 10px; background: white; box-shadow: 0 15px 40px rgba(11,56,51,.15); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 10px; }.floating-card small { color: #7d8b88; font-size: 7px; }
.floating-secure { left: -10px; bottom: 58px; }.floating-attorney { right: -25px; top: 68px; }
.round-icon, .avatar-photo { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--green); background: var(--mint-light); font-weight: 700; }
.avatar-photo { color: white; background: var(--ink); }

.logo-strip { padding: 24px 0; border-top: 1px solid rgba(16,43,43,.06); border-bottom: 1px solid rgba(16,43,43,.08); background: #faf9f5; }
.logo-row { display: flex; align-items: center; justify-content: center; gap: 46px; color: #81908d; }
.logo-row p { margin: 0 10px 0 0; font-size: 11px; }.logo-row span { font-size: 14px; font-weight: 700; letter-spacing: .05em; }

.section { padding: 120px 0; }
.section-heading h2, .review-copy h2, .estimate-copy h2, .security-copy h2, .attorney-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.45; letter-spacing: -.04em; }
.section-heading > p:last-child, .review-copy > p, .attorney-copy > p { color: var(--muted); }
.centered { text-align: center; }.narrow { max-width: 700px; margin-inline: auto; }
.problem-section { background: var(--white); }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.issue-card { position: relative; padding: 40px 34px 35px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.issue-no { position: absolute; top: 20px; right: 25px; color: #b4c0bc; font: 600 11px var(--latin); }
.line-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; color: var(--green); background: var(--mint-light); font-size: 23px; }
.issue-card h3 { margin: 0 0 12px; font-size: 18px; }.issue-card p { margin: 0; color: var(--muted); font-size: 13px; }
.bridge-copy { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 55px; text-align: center; }
.bridge-copy span { width: 60px; height: 1px; background: var(--line); }.bridge-copy p { margin: 0; }.bridge-copy strong { color: var(--green); }

.features-section { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 100px; margin-bottom: 55px; }
.split-heading > p { padding-bottom: 5px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 430px; padding: 40px; border-radius: 12px; background: white; overflow: hidden; }
.feature-card h3 { max-width: 430px; margin: 42px 0 15px; font-size: 24px; line-height: 1.5; }.feature-card > p { color: var(--muted); font-size: 14px; }
.feature-top { display: flex; align-items: center; justify-content: space-between; }
.feature-number { color: #91a19d; font: 600 11px var(--latin); }.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--green); background: white; font-size: 22px; }
.feature-icon.pale { background: var(--mint-light); }.feature-icon.light { background: rgba(255,255,255,.17); color: white; }
.feature-card ul { margin: 25px 0 0; padding: 0; list-style: none; }.feature-card li { position: relative; padding: 6px 0 6px 25px; font-size: 12px; }.feature-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); }
.feature-dark { color: white; background: var(--ink); }.feature-dark > p { color: #afc0bd; }.feature-dark .feature-number { color: #819795; }
.feature-accent { color: white; background: var(--green); }.feature-accent > p { color: #d0ebe3; }.feature-accent .feature-number { color: #b1dcd0; }
.mini-flow { display: flex; align-items: center; margin: 42px 10px 0; }.mini-flow span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 2px solid #d8e2de; border-radius: 50%; color: #a0afab; font: 600 10px var(--latin); }.mini-flow span.done { color: white; border-color: var(--green); background: var(--green); }.mini-flow span.active { color: var(--green); border-color: var(--green); box-shadow: 0 0 0 5px var(--mint-light); }.mini-flow b { flex: 1; height: 2px; background: #d8e2de; }.mini-flow-label { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); }
.estimate-mini { margin-top: 30px; border-top: 1px solid var(--line); }.estimate-mini div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }.estimate-mini .total { color: var(--green); font-size: 15px; }
.security-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.security-pills span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; font-size: 11px; }

.review-section { background: white; }.review-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 110px; align-items: center; }.review-copy > p { margin: 28px 0; }.review-list { border-top: 1px solid var(--line); }.review-item { display: grid; grid-template-columns: 52px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }.review-item > span { padding-top: 3px; color: var(--green); font: 700 12px var(--latin); }.review-item h3 { margin: 0 0 5px; font-size: 18px; }.review-item p { margin: 0; color: var(--muted); font-size: 13px; }

.flow-section { background: #f7f9f6; }.flow-grid { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); margin: 60px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }.flow-grid li { position: relative; min-height: 270px; padding: 38px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }.step-no { position: absolute; top: 24px; right: 24px; color: #afbbb7; font: 600 10px var(--latin); }.step-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 25px; border-radius: 50%; color: var(--green); background: var(--mint-light); font-size: 18px; }.flow-grid h3 { margin: 0 0 10px; font-size: 17px; }.flow-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.estimate-section { color: white; background: var(--ink); }.estimate-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; align-items: center; }.light-kicker { color: var(--mint); }.estimate-copy > p { color: #b5c8c5; }.estimate-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }.estimate-copy li { margin: 9px 0; color: #dce7e5; font-size: 13px; }.estimate-copy li span { margin-right: 10px; color: var(--mint); }.estimate-form { padding: 35px 42px 30px; border-radius: 12px; color: var(--ink); background: white; }.form-progress { display: flex; align-items: center; gap: 15px; color: var(--green); font: 700 10px var(--latin); }.form-progress div { flex: 1; height: 3px; background: #e3ebe7; }.form-progress i { display: block; width: 33%; height: 100%; background: var(--green); }.estimate-form h3 { margin: 24px 0; font-size: 20px; }.radio-card { position: relative; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 12px; margin: 10px 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }.radio-card:has(input:checked) { border-color: var(--green); background: #f1faf6; box-shadow: 0 0 0 1px var(--green); }.radio-card input { position: absolute; opacity: 0; }.radio-ui { width: 17px; height: 17px; border: 1px solid #9aaba6; border-radius: 50%; }.radio-card input:checked + .radio-ui { border: 5px solid var(--green); }.radio-card strong, .radio-card small { display: block; }.radio-card strong { font-size: 12px; }.radio-card small { color: var(--muted); font-size: 9px; }.form-button { width: 100%; margin-top: 18px; }.form-note { margin: 10px 0 0; color: #8d9b98; text-align: center; font-size: 9px; }

.pricing-section { background: var(--cream); }.price-panel { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; margin: 55px auto 20px; overflow: hidden; border-radius: 12px; background: white; box-shadow: var(--shadow); }.price-main { padding: 45px; border-right: 1px solid var(--line); }.price-main > p:first-child { margin: 0; color: var(--green); font-size: 11px; font-weight: 700; }.price-main h3 { margin: 8px 0 18px; font-size: 21px; }.price { margin: 24px 0; }.price small, .price span { color: var(--muted); font-size: 10px; }.price strong { display: block; font: 700 40px var(--latin); letter-spacing: -.04em; }.price-main > p { color: var(--muted); font-size: 12px; }.price-main .button { margin-top: 15px; }.price-details { padding: 58px 45px; }.price-details div { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }.price-details p { margin: 25px 0 0; color: var(--muted); font-size: 10px; }.pricing-note { max-width: 960px; margin: auto; color: var(--muted); font-size: 10px; }

.security-section { color: white; background: var(--green-dark); }.security-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; align-items: center; }.security-copy > p { color: #b9d0cc; }.outline-link { display: inline-block; margin-top: 15px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; font-weight: 700; }.security-grid-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }.security-grid-inner article { min-height: 190px; padding: 28px; background: var(--green-dark); }.security-grid-inner span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--mint); background: rgba(128,215,183,.09); font: 700 13px var(--latin); }.security-grid-inner h3 { margin: 21px 0 5px; font-size: 15px; }.security-grid-inner p { margin: 0; color: #a7c0bc; font-size: 11px; }

.attorney-section { background: white; }.attorney-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; align-items: center; }.attorney-visual { position: relative; min-height: 500px; }.portrait-placeholder { position: absolute; inset: 0 40px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: white; border-radius: 9px; background: radial-gradient(circle at 70% 25%, #4a6e69, transparent 35%), linear-gradient(145deg, #173d3b, #071f1e); }.portrait-placeholder::before, .portrait-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(128,215,183,.18); border-radius: 50%; }.portrait-placeholder::before { width: 350px; height: 350px; }.portrait-placeholder::after { width: 480px; height: 480px; }.portrait-placeholder b { position: relative; z-index: 2; display: grid; place-items: center; width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 56px; }.portrait-placeholder span { position: absolute; left: 30px; bottom: 25px; font: 600 10px var(--latin); letter-spacing: 1.5px; }.experience-card { position: absolute; z-index: 3; right: 0; bottom: 35px; padding: 20px 25px; border-radius: 8px; background: white; box-shadow: var(--shadow); }.experience-card strong, .experience-card span { display: block; }.experience-card strong { color: var(--green); font: 700 27px var(--latin); }.experience-card span { color: var(--muted); font-size: 10px; }.attorney-copy > p { margin: 25px 0 30px; }.attorney-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); }.attorney-points > div:last-child { border-bottom: 1px solid var(--line); }.attorney-points span { color: var(--green); font: 700 10px var(--latin); }.attorney-points p { margin: 0; color: var(--muted); font-size: 11px; }.attorney-points strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }

.faq-section { background: #f7f9f6; }.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; display: grid; grid-template-columns: 30px 1fr 20px; gap: 12px; align-items: center; padding: 24px 0; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--green); font: 700 15px var(--latin); }.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; width: 12px; height: 1px; background: var(--ink); }.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s; }.faq-list details[open] summary i::after { transform: rotate(0); }.faq-list details p { margin: -5px 25px 25px 42px; color: var(--muted); font-size: 12px; }

.final-cta { position: relative; overflow: hidden; padding: 105px 0; color: white; text-align: center; background: var(--green); }.final-cta-inner { position: relative; z-index: 2; }.final-cta h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.4; letter-spacing: -.05em; }.final-cta p { color: #d3ebe5; }.final-actions { display: flex; justify-content: center; gap: 12px; margin: 30px 0 15px; }.button-white { color: var(--green); background: white; }.outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid rgba(255,255,255,.5); border-radius: 7px; font-weight: 700; }.final-cta small { color: #c0e0d8; }.cta-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }.cta-orbit-one { width: 550px; height: 550px; left: -280px; top: -240px; }.cta-orbit-two { width: 700px; height: 700px; right: -370px; bottom: -470px; }

.site-footer { padding: 60px 0 25px; color: #bdceca; background: #071f1e; }.footer-top { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 45px; }.footer-brand .brand { color: white; }.footer-brand p { font-size: 11px; }.footer-links { display: flex; gap: 80px; }.footer-links div { display: flex; min-width: 110px; flex-direction: column; gap: 9px; }.footer-links strong { margin-bottom: 8px; color: white; font-size: 11px; }.footer-links a { font-size: 10px; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; }.footer-bottom a { margin-right: 20px; }.mobile-cta { display: none; }

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .site-header { height: 68px; }.global-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 25px 24px 30px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 20px 40px rgba(11,56,51,.1); }.global-nav a { padding: 12px 0; }.global-nav .button { margin-top: 12px; }.login-link { border-left: 0; border-top: 1px solid var(--line); }.nav-button { display: flex; width: 28px; height: 24px; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }.nav-button span { width: 24px; height: 2px; background: var(--ink); transition: transform .2s; }.nav-toggle:checked ~ .global-nav { display: flex; }.nav-toggle:checked + .nav-button span:first-child { transform: translateY(4px) rotate(45deg); }.nav-toggle:checked + .nav-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding: 75px 0 85px; }.hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 650px; }.hero-visual { width: min(650px, 100%); margin-inline: auto; }.floating-attorney { right: 0; }
  .logo-row { flex-wrap: wrap; gap: 16px 35px; }.logo-row p { flex-basis: 100%; text-align: center; }
  .section { padding: 90px 0; }.issue-grid { grid-template-columns: 1fr; }.issue-card { min-height: auto; }.split-heading, .review-grid, .estimate-grid, .security-grid, .attorney-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.flow-grid { grid-template-columns: repeat(2,1fr); }.estimate-copy { max-width: 600px; }.price-panel { grid-template-columns: 1fr; }.price-main { border-right: 0; border-bottom: 1px solid var(--line); }.security-grid-inner { max-width: 650px; }.attorney-visual { min-height: 480px; }.faq-grid .section-heading { max-width: 600px; }.footer-top { flex-direction: column; }.footer-links { gap: 50px; }
}

@media (max-width: 620px) {
  body { font-size: 14px; padding-bottom: 66px; }.container { width: calc(100% - 32px); }.site-header { height: 62px; }.global-nav { inset-block-start: 62px; }.brand { font-size: 20px; }.brand-mark { width: 29px; height: 29px; }
  .hero { padding: 55px 0 65px; }.hero h1 { font-size: 40px; }.hero-lead { margin: 25px 0 28px; font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }.hero-actions .button { width: 100%; }.text-link { align-self: flex-start; }.trust-list { flex-wrap: wrap; gap: 10px 16px; margin-top: 25px; }
  .hero-visual { min-height: 360px; margin-top: 0; }.dashboard-card { width: 100%; transform: none; }.dash-main { padding: 20px 16px; }.dash-side { display: none; }.dash-body { grid-template-columns: 1fr; min-height: 290px; }.floating-card { display: none; }.orbit-one { width: 280px; height: 280px; }.orbit-two { width: 380px; height: 380px; }.progress-labels { font-size: 6px; }
  .logo-row span { font-size: 11px; }.section { padding: 72px 0; }.section-heading h2, .review-copy h2, .estimate-copy h2, .security-copy h2, .attorney-copy h2 { font-size: 31px; }.section-heading p br { display: none; }.issue-grid { margin-top: 35px; }.issue-card { padding: 32px 25px; }.bridge-copy span { display: none; }
  .split-heading { gap: 20px; }.feature-card { padding: 30px 25px; }.feature-card h3 { margin-top: 30px; font-size: 21px; }.review-item { grid-template-columns: 35px 1fr; gap: 10px; }.flow-grid { grid-template-columns: 1fr; }.flow-grid li { min-height: auto; padding: 30px 25px; }
  .estimate-grid { gap: 40px; }.estimate-form { padding: 25px 18px 20px; }.radio-card { padding: 13px 12px; }.pricing-section .section-heading { text-align: left; }.price-main, .price-details { padding: 32px 25px; }.price strong { font-size: 34px; }.price-main .button { width: 100%; }.security-grid-inner { grid-template-columns: 1fr; }.security-grid-inner article { min-height: auto; }.attorney-visual { min-height: 380px; }.portrait-placeholder { right: 15px; }.portrait-placeholder b { width: 100px; height: 100px; font-size: 42px; }.experience-card { bottom: 20px; }.faq-list summary { font-size: 13px; }
  .final-cta { padding: 75px 0; }.final-actions { flex-direction: column; }.final-actions > * { width: 100%; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }.footer-bottom { flex-direction: column; }.mobile-cta { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: 24px; height: 66px; color: white; background: var(--green); font-weight: 700; box-shadow: 0 -8px 30px rgba(7,63,57,.18); }
}

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

/* Patent illustrations: keep intrinsic dimensions to avoid layout shifts. */
.patent-illustration { margin: 0; }
.patent-illustration img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.hero-illustration { display: flex; align-items: center; gap: 20px; margin-top: 26px; }
.hero-illustration img { width: 124px; flex: 0 0 124px; }
.hero-illustration figcaption { color: var(--ink-soft); font-size: 13px; font-weight: 600; line-height: 1.8; }
.hero-illustration figcaption span { display: block; margin-bottom: 7px; color: var(--green); font: 700 9px/1.5 var(--latin); letter-spacing: 1px; }
.review-illustration { max-width: 290px; margin: 24px auto 0; }
.flow-intro { display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 48px; }
.filing-illustration { width: 100%; max-width: 260px; justify-self: end; }
.flow-intro + .flow-grid { margin-top: 35px; }
section[id], main[id] { scroll-margin-top: 96px; }

/* JavaScript applies the hidden state only after observation is available. */
[data-scroll-reveal] { transition: opacity 650ms ease, translate 650ms cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
[data-scroll-reveal].is-reveal-pending { opacity: 0; translate: 0 24px; }
[data-scroll-reveal].is-revealed { opacity: 1; translate: 0 0; }
[data-scroll-reveal]:focus-within { opacity: 1; translate: 0 0; transition: none; }

@media (max-width: 620px) {
  .hero-illustration { gap: 15px; margin-top: 22px; }
  .hero-illustration img { width: 100px; flex-basis: 100px; }
  .hero-illustration figcaption { font-size: 12px; }
  .hero-illustration figcaption span { font-size: 8px; }
  .review-illustration { max-width: 230px; }
  .flow-intro { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .filing-illustration { max-width: 200px; justify-self: center; }
  section[id], main[id] { scroll-margin-top: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal], [data-scroll-reveal].is-reveal-pending { opacity: 1; translate: none; transition: none; }
}

@media print {
  [data-scroll-reveal], [data-scroll-reveal].is-reveal-pending { opacity: 1; translate: none; transition: none; }
}

:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
