:root {
  --paper: #f8f5ee;
  --white: #fffefa;
  --ink: #24291f;
  --muted: #626459;
  --line: #deded2;
  --accent: #be4828;
  --accent-soft: #f0e5d8;
  --sage: #e9ede3;
  --shell: min(1280px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
button, input, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
a { color: inherit; }
main, section, .shell, .hero-copy, .hero-media, .service-card, .benefit-copy, .audit-copy, .journey-card { min-width: 0; }
.shell { width: var(--shell); margin: 0 auto; }
section[id], article[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.skip { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgb(248 245 238 / 0.95); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); }
.site-header.scrolled { border-bottom-color: var(--line); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.055em; text-decoration: none; }
.brand img { width: 38px; height: 38px; flex-shrink: 0; }
.brand span { font-size: 1.17rem; }
.brand em { font-style: normal; color: var(--accent); }
.nav { display: flex; align-items: center; gap: 34px; font-size: 0.88rem; font-weight: 650; }
.nav > a { text-decoration: none; }
.nav > a:not(.nav-cta):hover { color: var(--accent); }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgb(255 254 250 / 0.76); }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 2.2rem; min-height: 30px; padding: 4px 8px; border-radius: 999px; color: var(--muted); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.language-switch a:hover, .language-switch a:focus-visible, .language-switch a[aria-current="page"] { color: var(--ink); background: var(--sage); }
.nav-phone { white-space: nowrap; font-variant-numeric: tabular-nums; }
.nav-cta, .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px; padding: 13px 25px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; text-decoration: none; transition: background-color 180ms ease, transform 180ms ease; }
.nav-cta { background: var(--ink); color: var(--white); min-height: 46px; padding: 10px 22px; }
.nav-cta::after, .hero-actions .button::after, .text-link::after { content: "↗"; }
.nav-cta:hover { background: #434c39; }
.button.primary { background: var(--accent); color: var(--white); }
.button.primary:hover { background: #9f361b; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 8px 0; font-size: 0.88rem; font-weight: 650; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.menu-btn { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; background: transparent; border: 1px solid var(--line); border-radius: 6px; font-size: 0.86rem; }

.hero { padding: 46px 0 98px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); align-items: center; gap: clamp(36px, 5vw, 72px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: var(--accent); }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(3.2rem, 5.1vw, 4.75rem); font-weight: 650; line-height: 1.07; letter-spacing: -0.065em; }
h1 em, h2 em { display: block; font-style: normal; color: var(--accent); }
.lede { max-width: 450px; margin: 25px 0 0; font-size: 1.08rem; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 23px; margin-top: 30px; }
.consultation-note { margin: 13px 0 0; color: var(--muted); font-size: 0.75rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 35px 0 0; list-style: none; font-size: 0.78rem; color: var(--muted); }
.trust-row li::before { content: "✓"; margin-right: 7px; color: #526641; font-weight: 700; }
.hero-media { position: relative; padding-bottom: 24px; }
.hero-photo { width: 100%; height: clamp(420px, 41vw, 570px); object-fit: cover; object-position: 54% center; border-radius: 16px; }
.photo-label { position: absolute; top: 20px; left: 20px; padding: 7px 13px; border-radius: 30px; background: var(--white); color: var(--ink); font-size: 0.73rem; font-weight: 600; }
.hero-badge { position: absolute; bottom: 0; left: -28px; display: flex; align-items: center; gap: 16px; padding: 18px 28px 18px 18px; background: var(--white); border: 1px solid #ebe8df; border-radius: 10px; box-shadow: 0 14px 40px rgb(36 41 31 / 0.07); }
.badge-mark { display: grid; place-items: center; width: 52px; height: 52px; background: var(--sage); border-radius: 50%; color: #536644; font-size: 1.75rem; }
.hero-badge div > span { display: block; font-size: 0.72rem; color: var(--muted); }
.hero-badge strong { display: block; font-size: 1.5rem; letter-spacing: -0.045em; font-weight: 650; line-height: 1.3; }
.hero-swoop { position: absolute; width: 112px; bottom: -26px; right: 15px; transform: rotate(-12deg); }
.hero-swoop path, .audit-visual path { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.section { padding: 90px 0; }
.section-head { margin-bottom: 44px; }
.section h2 { margin: 0; font-size: clamp(2.25rem, 3.6vw, 3.25rem); line-height: 1.13; font-weight: 600; letter-spacing: -0.055em; }
.section h3 { font-size: 1.5rem; font-weight: 650; line-height: 1.25; letter-spacing: -0.035em; }
.services { border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.service-visual { height: 345px; position: relative; border-radius: 12px; }
.campaign-visual { background: var(--accent-soft); overflow: hidden; }
.campaign-visual > img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 13px; background: var(--white); border-radius: 5px; font-size: 0.73rem; font-weight: 650; }
.image-tag .status-dot { background: #71835e; width: 6px; height: 6px; }
.service-copy { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding-top: 25px; }
.item-number { padding-top: 3px; color: var(--accent); font-size: 0.85rem; }
.service-copy h3 { margin: 0 0 10px; }
.service-copy p { margin: 0; max-width: 470px; color: var(--muted); font-size: 0.94rem; }
.tool-visual { display: flex; justify-content: center; align-items: flex-start; padding: 26px 36px 62px; background: var(--sage); }
.site-example { width: 100%; max-width: 510px; background: var(--white); border: 1px solid #d6dbce; border-radius: 7px; box-shadow: 0 12px 24px rgb(36 41 31 / 0.07); }
.browser-bar { display: flex; align-items: center; gap: 4px; height: 25px; padding: 0 10px; border-bottom: 1px solid #e5e7e0; }
.browser-bar > span { width: 4px; height: 4px; border-radius: 50%; background: #bbc1b2; }
.browser-bar i { height: 9px; width: 45%; background: #f1f2ed; margin-inline: auto; border-radius: 2px; }
.example-nav { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 17px; font-size: 0.6rem; font-weight: 750; }
.example-body { display: grid; grid-template-columns: 1fr 0.9fr; gap: 10px; padding: 0 17px 16px; }
.example-copy { min-width: 0; align-self: center; }
.example-copy strong { display: block; font-family: Georgia, serif; font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 400; line-height: 1.15; letter-spacing: -0.04em; }
.example-copy p { font-size: 0.57rem; max-width: 150px; line-height: 1.6; margin: 9px 0 12px; color: var(--muted); }
.example-button { display: inline-flex; align-items: center; gap: 11px; padding: 7px 9px; background: #536044; color: var(--white); border-radius: 2px; font-size: 0.54rem; font-weight: 600; }
.example-body img { width: 100%; height: 166px; object-fit: cover; object-position: 55% center; border-radius: 3px; }
.site-example figcaption { padding: 5px 12px; border-top: 1px solid #e5e7e0; font-size: 0.56rem; color: var(--muted); text-align: right; }

.pricing { border-top: 1px solid var(--line); }
.pricing-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.pricing-head > p { max-width: 365px; margin: 0; color: var(--muted); font-size: 0.94rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-top: 15px; }
.price-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 32px 28px 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.price-card.featured { background: var(--sage); border-color: #8a9879; }
.package-badge { position: absolute; top: -15px; left: 24px; right: 24px; width: fit-content; max-width: calc(100% - 48px); padding: 5px 12px; border-radius: 4px; background: #536044; color: var(--white); font-size: 0.7rem; font-weight: 650; }
.price-cadence { margin: 0 0 12px; color: var(--muted); font-size: 0.7rem; font-weight: 650; letter-spacing: 0.07em; text-transform: uppercase; }
.price-card h3 { margin: 0 0 12px; font-size: 1.45rem; }
.package-for { margin: 0; min-height: 3.2em; color: var(--muted); font-size: 0.86rem; }
.package-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; margin: 25px 0; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.package-price strong { font-size: clamp(2rem, 3.25vw, 3rem); font-weight: 650; letter-spacing: -0.06em; line-height: 1.15; }
.package-price > span { color: var(--muted); font-size: 0.85rem; }
.price-card ul { display: grid; gap: 13px; margin: 0 0 23px; padding: 0; list-style: none; font-size: 0.85rem; }
.price-card li { display: flex; align-items: flex-start; gap: 10px; }
.price-card li::before { content: "✓"; flex-shrink: 0; color: #536044; font-weight: 700; }
.package-note { margin: auto 0 20px; color: var(--muted); font-size: 0.74rem; }
.package-cta { width: 100%; gap: 12px; border-color: var(--ink); background: transparent; font-size: 0.86rem; }
.package-cta::after { content: "↗"; }
.package-cta:hover { background: var(--ink); color: var(--white); }
.featured .package-cta { border-color: var(--accent); background: var(--accent); color: var(--white); }
.featured .package-cta:hover { background: #9f361b; }
.pricing-note { max-width: 850px; margin: 21px 0 0; color: var(--muted); font-size: 0.76rem; }
.pricing-help { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; padding: 28px 32px; background: var(--accent-soft); border-radius: 10px; }
.pricing-help h3 { margin: 0 0 7px; font-size: 1.2rem; }
.pricing-help p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.pricing-help .button { flex-shrink: 0; font-size: 0.86rem; }

.benefit { background: var(--sage); padding: 72px 0; }
.benefit-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(40px, 7vw, 104px); align-items: center; }
.benefit-media { position: relative; }
.benefit-media img { width: 100%; height: 490px; object-fit: cover; object-position: 55% center; border-radius: 12px; }
.benefit-media figcaption { position: absolute; bottom: 18px; left: 18px; right: 18px; width: fit-content; padding: 8px 13px; background: var(--white); border-radius: 5px; font-size: 0.75rem; }
.benefit-copy > p:not(.eyebrow) { color: var(--muted); max-width: 430px; margin: 22px 0; }
.benefit-list { list-style: none; padding: 0; margin: 26px 0 21px; }
.benefit-list li { display: flex; align-items: center; gap: 12px; margin: 13px 0; font-size: 0.92rem; }
.benefit-list li span { width: 24px; height: 24px; flex-shrink: 0; display: grid; place-items: center; background: #dce3d3; color: #475b35; border-radius: 50%; font-size: 0.7rem; font-weight: 700; }

.journey .section-head { text-align: center; }
.journey .eyebrow { justify-content: center; }
.journey-stage { position: relative; }
.journey-path { position: absolute; top: -3px; left: 0; width: 100%; height: 90px; }
.journey-track, .journey-drawn { fill: none; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.journey-track { stroke: #d8d6c8; }
.journey-drawn { stroke: var(--accent); }
.cursor-core { fill: var(--accent); }
.journey-cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; padding-top: 21px; }
.journey-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #cfcec1; border-radius: 50%; background: var(--paper); color: var(--accent); font-size: 0.86rem; transition: background-color 180ms ease, color 180ms ease; }
.journey-card.is-active .journey-number { border-color: var(--accent); background: var(--accent); color: var(--white); }
.journey-card h3 { margin: 26px 0 12px; }
.journey-card p { margin: 0; color: var(--muted); font-size: 0.93rem; max-width: 285px; }

.audit { background: var(--accent-soft); }
.audit-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(40px, 7vw, 100px); }
.audit-copy { padding-top: 22px; }
.audit-copy > p:not(.eyebrow) { max-width: 370px; margin: 26px 0 0; color: var(--muted); }
.consultation-facts { display: flex; align-items: center; gap: 10px; margin-top: 25px; }
.consultation-facts > * { padding: 6px 13px; border: 1px solid #d2c2af; border-radius: 5px; font-size: 0.86rem; }
.consultation-facts strong { border-color: #dce3d3; background: #dce3d3; color: #475b35; }
.consultation-list { display: grid; gap: 9px; margin: 24px 0 30px; padding: 0; list-style: none; font-size: 0.85rem; }
.consultation-list li { display: flex; gap: 9px; }
.consultation-list li::before { content: "✓"; color: #536044; }
.call-block { padding-top: 25px; border-top: 1px solid #d7cbbb; }
.call-block p { margin: 0 0 5px; font-size: 0.78rem; color: var(--muted); }
.contact-phone { display: inline-block; padding: 5px 0; font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 650; letter-spacing: -0.045em; text-decoration: none; }
.contact-phone:hover, .footer-phone:hover { color: var(--accent); }
.call-block > span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.8rem; }
.form-intro h3 { margin: 0 0 7px; font-size: 1.35rem; }
.form-intro p { margin: 0 0 6px; color: var(--muted); font-size: 0.79rem; }
.audit-visual { display: flex; align-items: center; gap: 25px; margin: 35px 0 0 10px; }
.audit-visual > span { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50% 50% 6px; background: var(--accent); color: var(--white); font-family: Georgia, serif; font-style: italic; font-size: 1.6rem; transform: rotate(-9deg); }
.audit-visual svg { width: 140px; transform: rotate(-30deg); }
.audit-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 30px; background: var(--white); border: 1px solid #e4d8c9; border-radius: 12px; }
.audit-form label { min-width: 0; display: flex; flex-direction: column; gap: 6px; font-size: 0.76rem; font-weight: 650; }
.audit-form input, .audit-form textarea { display: block; width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #d7d7cb; border-radius: 5px; background: var(--white); font-size: 1rem; }
.audit-form textarea { resize: vertical; }
.audit-form input:focus, .audit-form textarea:focus { border-color: var(--accent); }
.audit-form input::placeholder { color: #77786d; font-size: 0.8rem; }
.wide { grid-column: 1 / -1; }
.audit-form .check { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 0.71rem; font-weight: 400; }
.audit-form .check input { width: 17px; height: 17px; min-height: 0; margin: 3px 0 0; flex-shrink: 0; accent-color: var(--accent); }
.audit-form .button { width: 100%; font-size: 0.88rem; }
.audit-form small { color: var(--muted); font-size: 0.67rem; text-align: center; }

footer { padding: 44px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
footer .brand img { width: 30px; height: 30px; }
footer .brand span { font-size: 1rem; }
footer p { margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; }
.footer-meta { display: flex; flex-direction: column; gap: 9px; align-items: flex-end; font-size: 0.71rem; color: var(--muted); }
.footer-meta a { text-underline-offset: 4px; }
.footer-phone { font-size: 1rem; font-weight: 650; color: var(--ink); text-decoration: none; }

@media (width <= 1100px) {
  :root { --shell: calc(100% - 56px); }
  .nav-wrap { min-height: 76px; }
  .menu-btn { display: inline-flex; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; align-items: stretch; gap: 7px; padding: 18px 28px 24px; background: var(--paper); border-bottom: 1px solid var(--line); max-height: calc(100dvh - 76px); overflow-y: auto; }
  .nav.open { display: flex; flex-direction: column; }
  .nav > a { padding: 12px 16px; }
  .language-switch { align-self: flex-start; margin: 4px 16px 8px; }
  .hero-layout { gap: 40px; }
  .hero h1 { font-size: clamp(3rem, 5.2vw, 4rem); }
  .hero-actions { gap: 12px 18px; }
  .hero-photo { height: 490px; }
  .hero-badge { left: -14px; }
  .trust-row { gap: 8px 12px; }
  .service-grid { gap: 26px; }
  .service-visual { height: 310px; }
  .tool-visual { padding: 23px 20px 65px; }
  .example-body img { height: 145px; }
  .benefit-layout, .audit-layout { gap: 48px; }
  .benefit-media img { height: 470px; }
  .journey-cards { gap: 40px; }
  .audit-form { padding: 24px; }
  .pricing-grid { gap: 18px; }
  .price-card { padding: 28px 22px 22px; }
  .price-card h3 { font-size: 1.25rem; }
  .package-price strong { font-size: 2.2rem; }
}

@media (width <= 820px) {
  .hero { padding: 34px 0 65px; }
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(3.3rem, 7.6vw, 4.4rem); }
  .lede { max-width: 550px; }
  .hero-media { margin-left: 14px; }
  .hero-photo { height: 470px; object-position: center 48%; }
  .hero-badge { left: -14px; }
  .section { padding: 65px 0; }
  .service-grid { gap: 26px; }
  .service-visual { height: 270px; }
  .tool-visual { padding: 24px 14px 62px; }
  .example-body { padding: 0 10px 10px; gap: 6px; }
  .example-nav { padding: 9px 10px; }
  .example-copy strong { font-size: 1.35rem; }
  .example-copy p { font-size: 0.52rem; }
  .example-button { font-size: 0.48rem; gap: 6px; padding: 6px; }
  .example-body img { height: 122px; }
  .service-copy { grid-template-columns: 26px 1fr; gap: 8px; }
  .service-copy h3 { font-size: 1.25rem; }
  .image-tag { left: 12px; right: 12px; width: fit-content; font-size: 0.62rem; padding: 7px 9px; }
  .benefit-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
  .benefit-media img { height: 445px; }
  .benefit-copy > p:not(.eyebrow), .benefit-list li { font-size: 0.86rem; }
  .journey-cards { gap: 28px; }
  .journey-card h3 { font-size: 1.35rem; }
  .audit-layout { grid-template-columns: 1fr; gap: 30px; }
  .audit-copy { padding: 0; }
  .audit-copy > p:not(.eyebrow) { max-width: 450px; }
  .audit-visual { display: none; }
  .pricing-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .pricing-head > p { max-width: 520px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 30px; }
  .price-card { padding: 30px; }
  .price-card h3 { font-size: 1.6rem; }
  .package-for { min-height: 0; }
  .package-price strong { font-size: 2.8rem; }
  .pricing-help { align-items: flex-start; flex-direction: column; padding: 26px; }
}

@media (width <= 620px) {
  :root { --shell: calc(100% - 36px); }
  .nav-wrap { gap: 12px; }
  .brand { gap: 7px; }
  .brand img { width: 30px; height: 30px; }
  .brand span { font-size: 1rem; }
  .menu-btn { font-size: 0.78rem; }
  .hero { padding-top: 24px; }
  .eyebrow { font-size: 0.62rem; letter-spacing: 0.1em; margin-bottom: 17px; }
  .hero h1 { font-size: clamp(2.5rem, 10.4vw, 3.8rem); letter-spacing: -0.06em; }
  .lede { margin-top: 20px; font-size: 0.96rem; line-height: 1.7; }
  .hero-actions { margin-top: 24px; gap: 12px 18px; }
  .hero-actions .button { min-height: 50px; padding: 12px 22px; }
  .hero-actions .text-link { font-size: 0.76rem; }
  .consultation-note { font-size: 0.7rem; }
  .trust-row { margin-top: 24px; font-size: 0.68rem; gap: 7px 12px; }
  .hero-layout { gap: 29px; }
  .hero-photo { height: 365px; object-position: 53% center; border-radius: 10px; }
  .photo-label { top: 14px; left: 14px; font-size: 0.65rem; }
  .hero-badge { padding: 13px 19px 13px 13px; gap: 12px; }
  .badge-mark { width: 43px; height: 43px; font-size: 1.4rem; }
  .hero-badge strong { font-size: 1.2rem; }
  .hero-badge div > span { font-size: 0.65rem; }
  .hero-swoop { width: 85px; right: 6px; bottom: -23px; }
  .section { padding: 54px 0; }
  .section-head { margin-bottom: 29px; }
  .section h2 { font-size: clamp(1.9rem, 7.8vw, 2.7rem); }
  .service-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-visual { height: 280px; }
  .image-tag { left: 15px; right: 15px; bottom: 15px; font-size: 0.68rem; padding: 8px 10px; }
  .service-copy { padding-top: 20px; grid-template-columns: 30px 1fr; }
  .service-copy h3 { font-size: 1.35rem; }
  .service-copy p { font-size: 0.87rem; }
  .tool-visual { padding: 21px 24px 63px; }
  .example-nav { font-size: 0.58rem; }
  .example-body img { height: 127px; }
  .example-copy strong { font-size: 1.45rem; }
  .benefit-layout { display: flex; flex-direction: column; align-items: stretch; gap: 28px; }
  .benefit-media img { height: 340px; }
  .benefit-media figcaption { font-size: 0.65rem; }
  .benefit-copy > p:not(.eyebrow) { margin: 18px 0; font-size: 0.94rem; }
  .benefit-list li { font-size: 0.87rem; }
  .journey .section-head { text-align: left; }
  .journey .eyebrow { justify-content: flex-start; }
  .journey-path { display: none; }
  .journey-cards { grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .journey-card { position: relative; display: grid; grid-template-columns: 42px 1fr; column-gap: 20px; padding-bottom: 30px; }
  .journey-card:last-child { padding-bottom: 0; }
  .journey-card:not(:last-child)::before { content: ""; position: absolute; top: 43px; bottom: 1px; left: 21px; width: 1px; background: #d8d6c8; }
  .journey-number { grid-row: 1 / 3; width: 42px; height: 42px; }
  .journey-card h3 { margin: 7px 0 8px; }
  .journey-card p { grid-column: 2; max-width: none; font-size: 0.88rem; }
  .audit-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 0.94rem; }
  .audit-form { grid-template-columns: 1fr; padding: 21px; gap: 16px; }
  .audit-form label { font-size: 0.77rem; }
  .audit-form .check { font-size: 0.73rem; }
  .audit-form small { font-size: 0.7rem; }
  .footer-grid { flex-direction: column; align-items: flex-start; gap: 25px; }
  .footer-meta { align-items: flex-start; }
  .price-card { padding: 28px 24px 24px; }
  .price-card h3 { font-size: 1.45rem; }
  .package-price strong { font-size: 2.5rem; }
  .pricing-note { font-size: 0.73rem; }
  .pricing-help { padding: 24px; }
  .pricing-help .button { width: 100%; }
  .contact-phone { max-width: 100%; overflow-wrap: anywhere; }
  .consultation-list { margin-bottom: 24px; }
  .call-block { padding-top: 20px; }
  .form-intro h3 { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .journey-cursor { display: none; }
}
