:root {
  color-scheme: light;
  --blue-900: #123c5b;
  --blue-800: #185f91;
  --blue-700: #1e76b4;
  --blue-600: #349de7;
  --blue-500: #59abea;
  --blue-300: #9bd2f3;
  --blue-100: #dff1fc;
  --blue-050: #eff7fd;
  --ink: #17364d;
  --muted: #587083;
  --line: #d5e6f1;
  --white: #fff;
  --orange: #fd6c4a;
  --orange-dark: #e65434;
  --cream: #fff8f2;
  --green: #258563;
  --shadow: 0 24px 70px rgb(29 94 136 / 13%);
  --shadow-small: 0 12px 36px rgb(29 94 136 / 11%);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1160px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  line-break: strict;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.8; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
ul { margin-top: 0; }
em { font-style: normal; }
.phrase-heading span { white-space: nowrap; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 780px); }
.center { text-align: center; }
.section-pad { padding: 112px 0; }
.desktop-only { display: initial; }
.mobile-only { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 1000; padding: 10px 18px; border-radius: 8px; color: var(--white); background: var(--blue-900); transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; border-bottom: 1px solid rgb(30 118 180 / 8%); background: rgb(255 255 255 / 92%); backdrop-filter: blur(14px); transition: box-shadow .2s, height .2s; }
.site-header.is-scrolled { height: 68px; box-shadow: 0 8px 28px rgb(20 73 107 / 10%); }
.header-inner { width: min(calc(100% - 48px), 1240px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); line-height: 1; }
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.brand-wordmark { display: block; width: 110px; height: auto; }
.brand small { color: var(--ink); font-size: 9px; letter-spacing: .16em; }
.brand-mark { display: grid; flex: 0 0 auto; width: 49px; height: 35px; place-items: center; }
.brand-mark img { display: block; width: 49px; height: auto; }
.global-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; }
.global-nav > a:not(.nav-cta) { position: relative; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--blue-600); transition: width .2s; }
.global-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { padding: 12px 21px; color: var(--white); border-radius: 999px; background: var(--orange); box-shadow: 0 8px 20px rgb(253 108 74 / 22%); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-button { display: none; }

.hero { position: relative; min-height: 760px; padding: 150px 0 106px; overflow: hidden; background: linear-gradient(135deg, #f4fbff 0%, #e4f4fd 58%, #eff8fd 100%); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -180px; top: -240px; border-radius: 50%; border: 110px solid rgb(255 255 255 / 38%); }
.hero::after { content: ""; position: absolute; width: 380px; height: 380px; left: -190px; bottom: -100px; border-radius: 50%; background: rgb(123 187 232 / 15%); }
.hero-grid { position: relative; z-index: 2; width: min(calc(100% - 48px), 1240px); display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 42px; }
.hero-copy { padding-top: 5px; }
.eyebrow, .section-kicker { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 20px; color: var(--blue-700); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .17em; }
.center .section-kicker { justify-content: center; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue-600); }
.hero-question { margin-bottom: 15px; color: var(--blue-800); font-size: clamp(18px, 2vw, 23px); font-weight: 800; line-height: 1.55; letter-spacing: .025em; }
.hero h1 { margin-bottom: 24px; font-size: clamp(46px, 4.7vw, 68px); line-height: 1.22; letter-spacing: -.055em; }
.hero h1 em { position: relative; color: var(--blue-700); z-index: 1; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -3px; bottom: 3px; height: 14px; border-radius: 4px; background: #bfe5fa; transform: rotate(-1deg); }
.hero-lead { max-width: 625px; margin-bottom: 30px; color: #49687c; font-size: 17px; line-height: 1.95; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 14px 27px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; line-height: 1.35; text-align: center; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 13px 30px rgb(253 108 74 / 24%); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 15px 34px rgb(253 108 74 / 32%); }
.hero-actions .button { flex-direction: column; min-width: 290px; }
.hero-actions .button span { font-size: 11px; opacity: .88; }
.phone-link { display: flex; flex-direction: column; line-height: 1.2; }
.phone-link small { color: var(--muted); font-size: 10px; }
.phone-link strong { margin-top: 6px; color: var(--blue-800); font-size: 22px; letter-spacing: .02em; }
.hero-facts { display: flex; width: fit-content; margin: 0; padding: 0; border: 1px solid rgb(30 118 180 / 13%); border-radius: 14px; background: rgb(255 255 255 / 70%); list-style: none; }
.hero-facts li { display: grid; grid-template-columns: auto auto; align-items: baseline; padding: 10px 20px; font-weight: 700; font-size: 13px; }
.hero-facts li + li { border-left: 1px solid var(--line); }
.hero-facts strong { color: var(--blue-700); font-size: 25px; line-height: 1; }
.hero-facts small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; font-weight: 500; }
.hero-ai-demo { position: relative; width: 100%; margin: 0; padding: 17px; border: 1px solid rgb(255 255 255 / 88%); border-radius: 32px; background: linear-gradient(150deg, rgb(255 255 255 / 94%), rgb(224 243 254 / 92%)); box-shadow: 0 32px 80px rgb(27 88 127 / 25%); transform: rotate(1deg); }
.hero-ai-demo > figcaption { display: flex; align-items: center; justify-content: space-between; padding: 0 5px 12px; color: var(--muted); font-size: 10px; }
.hero-ai-demo > figcaption span { color: var(--blue-800); font-weight: 900; letter-spacing: .08em; }
.ai-demo-window { border: 1px solid #d2e4ef; border-radius: 22px; background: var(--white); box-shadow: 0 18px 45px rgb(21 78 114 / 15%); overflow: hidden; }
.ai-demo-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 17px; border-bottom: 1px solid #e6eef3; background: #f8fbfd; }
.ai-demo-bar i { width: 8px; height: 8px; border-radius: 50%; background: #bdd2df; }
.ai-demo-bar i:first-child { background: #ff9c83; }
.ai-demo-bar span { margin-left: auto; color: #92a8b7; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.ai-demo-body { display: grid; gap: 15px; padding: 20px; }
.ai-demo-query { width: 82%; display: flex; align-items: flex-start; justify-self: end; gap: 10px; padding: 13px 15px; border-radius: 16px 16px 4px 16px; color: var(--white); background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); box-shadow: 0 9px 22px rgb(30 118 180 / 20%); }
.ai-demo-query > span { flex: 0 0 auto; padding: 3px 6px; border-radius: 5px; color: #dff3ff; background: rgb(255 255 255 / 14%); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.ai-demo-query p { margin: 0; font-size: 12px; font-weight: 800; line-height: 1.7; }
.ai-demo-answer { position: relative; padding: 16px; border: 1px solid #dceaf2; border-radius: 4px 17px 17px; background: #fbfdfe; }
.ai-demo-answer-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--blue-800); font-size: 11px; }
.ai-demo-answer-head > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--blue-700); background: var(--blue-100); font-size: 14px; }
.ai-demo-answer > p { margin-bottom: 11px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.ai-recommend-card { padding: 13px 14px; border: 2px solid var(--blue-500); border-radius: 13px; background: var(--white); box-shadow: 0 8px 22px rgb(32 110 158 / 10%); }
.ai-recommend-card > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ai-recommend-card > div span { padding: 3px 7px; border-radius: 99px; color: var(--white); background: var(--orange); font-size: 7px; font-weight: 900; }
.ai-recommend-card > div strong { color: var(--blue-800); font-size: 15px; }
.ai-recommend-card em { display: block; margin-top: 6px; color: var(--ink); font-size: 9px; font-weight: 800; }
.ai-recommend-card ul { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 8px 0 0; padding: 8px 0 0; border-top: 1px solid #e4edf2; list-style: none; }
.ai-recommend-card li { position: relative; padding-left: 13px; color: var(--muted); font-size: 8px; }
.ai-recommend-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.ai-demo-sources { display: flex; gap: 6px; margin-top: 10px; }
.ai-demo-sources span { padding: 4px 7px; border-radius: 5px; color: var(--blue-800); background: var(--blue-050); font-size: 7px; font-weight: 700; }
.ai-demo-impact { position: absolute; left: -22px; bottom: 35px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow-small); font-size: 10px; line-height: 1.5; transform: rotate(-1deg); }
.ai-demo-impact i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-style: normal; }
.ai-demo-impact span { display: flex; flex-direction: column; color: var(--muted); }
.ai-demo-impact strong { color: var(--ink); font-size: 11px; }
.hero-cloud { position: absolute; border-radius: 999px; background: rgb(255 255 255 / 55%); }
.hero-cloud::before, .hero-cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.hero-cloud-one { width: 120px; height: 35px; left: 5%; top: 155px; }
.hero-cloud-one::before { width: 60px; height: 60px; left: 22px; bottom: 0; }
.hero-cloud-one::after { width: 42px; height: 42px; left: 62px; bottom: 2px; }
.hero-cloud-two { width: 100px; height: 28px; right: 4%; bottom: 100px; }
.hero-cloud-two::before { width: 46px; height: 46px; left: 15px; bottom: 0; }
.hero-cloud-two::after { width: 34px; height: 34px; left: 50px; bottom: 1px; }
.hero-bottom-wave { position: absolute; left: -5%; right: -5%; bottom: -49px; height: 90px; border-radius: 50% 50% 0 0; background: var(--white); }

.section-kicker { justify-content: flex-start; margin-bottom: 16px; }
.section-kicker.light { color: #aee1ff; }
.section-heading h2, .narrow h2, .faq-heading h2, .contact-heading h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 50px); line-height: 1.4; letter-spacing: -.04em; }
.section-intro { margin: 0; color: var(--muted); font-size: 17px; line-height: 2; }
.change-section { padding-top: 100px; background: var(--white); }
.journey-canvas { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; margin-top: 56px; padding: 24px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, #f9fdff, #edf7fd); box-shadow: var(--shadow); }
.journey-scene { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 25px 23px 22px; border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgb(29 94 136 / 8%); overflow: hidden; }
.journey-scene::after { content: ""; position: absolute; width: 120px; height: 120px; right: -63px; bottom: -68px; border: 20px solid rgb(91 172 224 / 8%); border-radius: 50%; }
.journey-scene-head { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.journey-scene-head span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-size: 10px; font-weight: 900; }
.journey-scene-head h3 { margin: 0; font-size: 18px; }
.journey-scene > p { position: relative; z-index: 1; margin: auto 0 0; color: var(--muted); font-size: 11px; }
.journey-flow-arrow { color: var(--blue-300); font-size: 25px; text-align: center; }
.search-field { display: flex; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid #cfe0eb; border-radius: 99px; background: #fbfdfe; }
.search-field i { position: relative; width: 14px; height: 14px; border: 2px solid var(--blue-600); border-radius: 50%; }
.search-field i::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: var(--blue-600); transform: rotate(45deg); }
.search-field span { color: #7690a2; font-size: 9px; }
.search-lines { display: grid; gap: 8px; padding: 17px 8px; }
.search-lines i { height: 7px; border-radius: 99px; background: #dbeaf3; }
.search-lines i:nth-child(2) { width: 78%; background: #e8f1f6; }
.search-lines i:nth-child(3) { width: 58%; background: #edf4f8; }
.compare-stack { position: relative; height: 105px; }
.compare-stack i { position: absolute; width: 78%; padding: 12px 14px; border: 1px solid #f2d7c9; border-radius: 12px; color: var(--orange); background: var(--white); box-shadow: 0 7px 18px rgb(116 84 58 / 8%); font-size: 11px; font-style: normal; letter-spacing: .08em; }
.compare-stack i:nth-child(1) { left: 0; top: 0; transform: rotate(-3deg); }
.compare-stack i:nth-child(2) { right: 0; top: 28px; color: #de9b32; transform: rotate(2deg); }
.compare-stack i:nth-child(3) { left: 10px; top: 58px; transform: rotate(-1deg); }
.journey-ai { border: 1px solid #a9d5f0; background: linear-gradient(160deg, var(--white), #eaf7ff); }
.journey-chat { display: grid; gap: 9px; }
.journey-chat span, .journey-chat strong { width: fit-content; padding: 10px 12px; border-radius: 13px 13px 4px; font-size: 9px; }
.journey-chat span { justify-self: end; border-radius: 13px 13px 13px 4px; color: var(--white); background: var(--blue-600); }
.journey-chat strong { color: var(--blue-800); background: var(--white); box-shadow: 0 8px 20px rgb(30 118 180 / 13%); }

.worry-section { background: var(--blue-050); }
.section-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.section-heading { position: sticky; top: 130px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { color: var(--muted); line-height: 2; }
.worry-section .section-heading h2 em { color: var(--orange-dark); }
.worry-visual { position: relative; margin: 32px 0 0; padding: 18px; border: 1px solid #cddfe9; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-small); overflow: hidden; }
.worry-visual::after { content: ""; position: absolute; width: 150px; height: 150px; right: -92px; top: -88px; border: 24px solid rgb(253 108 74 / 6%); border-radius: 50%; }
.worry-visual figcaption { position: relative; z-index: 1; display: grid; grid-template-columns: 26px auto; gap: 1px 9px; margin-bottom: 14px; padding: 12px 13px; border-radius: 13px 13px 4px 13px; color: var(--white); background: linear-gradient(135deg, var(--blue-800), var(--blue-600)); }
.worry-visual figcaption > span { grid-row: 1 / 3; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: var(--blue-700); background: var(--white); }
.worry-visual figcaption strong { font-size: 8px; letter-spacing: .08em; }
.worry-visual figcaption small { font-size: 10px; font-weight: 800; }
.competitor-answer { position: relative; z-index: 1; padding: 14px; border: 1px solid #dbe8f0; border-radius: 4px 15px 15px; background: #f9fcfe; }
.competitor-answer > p { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: var(--blue-800); font-size: 9px; font-weight: 800; }
.competitor-answer > p span { color: var(--blue-600); font-size: 14px; }
.competitor-answer ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.competitor-answer li { position: relative; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; padding: 9px 10px; border: 1px solid #dce7ee; border-radius: 10px; background: var(--white); box-shadow: 0 5px 14px rgb(29 94 136 / 5%); }
.competitor-answer li.is-top { border: 2px solid var(--blue-500); box-shadow: 0 7px 18px rgb(30 118 180 / 11%); }
.competitor-answer li > b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; color: var(--blue-700); background: var(--blue-100); font-size: 10px; }
.competitor-answer li > span { display: flex; flex-direction: column; line-height: 1.45; }
.competitor-answer li strong { color: var(--ink); font-size: 10px; }
.competitor-answer li small { color: var(--muted); font-size: 7px; }
.competitor-answer li em { padding: 3px 6px; border-radius: 99px; color: var(--white); background: var(--orange); font-size: 6px; font-style: normal; font-weight: 900; }
.worry-missing { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; padding: 11px 13px; border: 1px dashed #eb9a82; border-radius: 11px; color: #94503f; background: #fff7f4; }
.worry-missing > span { display: flex; flex-direction: column; font-size: 8px; line-height: 1.5; }
.worry-missing strong { color: var(--ink); font-size: 11px; }
.worry-missing > em { display: flex; align-items: baseline; color: var(--orange-dark); font-size: 9px; font-style: normal; font-weight: 900; }
.worry-missing > em b { margin-right: 2px; font-size: 22px; line-height: 1; }
.worry-score { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-top: 12px; padding: 9px; border-radius: 9px; color: var(--muted); background: #f0f6fa; font-size: 8px; }
.worry-score strong { color: var(--blue-700); font-size: 15px; }
.worry-score strong.is-zero { color: var(--orange-dark); }
.worry-score i { margin-inline: 7px; color: #a8bdca; font-style: normal; }
.worry-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.worry-card { --worry-accent: var(--blue-600); --worry-tint: #eff8fe; position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 21px 20px 22px; border: 1px solid color-mix(in srgb, var(--worry-accent) 20%, white); border-radius: 20px; background: linear-gradient(155deg, var(--white), var(--worry-tint)); box-shadow: 0 10px 27px rgb(29 94 136 / 7%); overflow: hidden; }
.worry-card.zero-mention { --worry-accent: var(--orange); --worry-tint: #fff4f0; }
.worry-card.outside-choice { --worry-accent: #6d7fc9; --worry-tint: #f1f3ff; }
.worry-card.lost-lead { --worry-accent: #b35d4a; --worry-tint: #fff5f2; }
.worry-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -57px; bottom: -58px; border: 18px solid color-mix(in srgb, var(--worry-accent) 8%, white); border-radius: 50%; }
.worry-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.worry-card-top > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--worry-accent); background: color-mix(in srgb, var(--worry-accent) 12%, white); font-size: 9px; font-weight: 900; }
.worry-card-top em { color: var(--worry-accent); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .13em; opacity: .72; }
.worry-card-visual { position: relative; z-index: 1; height: 92px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 15px; color: var(--worry-accent); background: rgb(255 255 255 / 80%); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--worry-accent) 10%, white); }
.worry-card-visual svg { width: 108px; height: 66px; fill: color-mix(in srgb, var(--worry-accent) 9%, white); stroke: var(--worry-accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.worry-card-visual svg circle { fill: var(--worry-accent); }
.worry-card.competitors .worry-card-visual > strong { position: absolute; right: 13px; bottom: 9px; padding: 3px 7px; border-radius: 99px; color: var(--white); background: var(--blue-700); font-size: 7px; }
.zero-mention .worry-card-visual { align-content: center; gap: 0; }
.zero-mention .worry-card-visual strong { color: var(--orange-dark); font-size: 60px; line-height: .9; letter-spacing: -.06em; }
.zero-mention .worry-card-visual small { color: var(--orange-dark); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.outside-choice .worry-card-visual { grid-template-columns: auto auto; gap: 8px 14px; padding: 14px; }
.outside-choice .worry-card-visual > div { display: flex; gap: 4px; }
.outside-choice .worry-card-visual i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; color: var(--white); background: #6d7fc9; font-size: 9px; font-style: normal; font-weight: 900; }
.outside-choice .worry-card-visual span { color: #66759f; font-size: 8px; font-weight: 900; }
.outside-choice .worry-card-visual b { grid-column: 1 / -1; width: 100%; padding: 5px; border: 1px dashed #c38f84; border-radius: 7px; color: #a65a4a; background: #fff6f3; font-size: 8px; text-align: center; }
.lost-lead .worry-card-visual svg .lost-line { stroke: #c5d4dc; stroke-dasharray: 4 4; }
.lost-lead .worry-card-visual svg .lost-mark { stroke: var(--orange-dark); stroke-width: 3; }
.worry-card h3 { position: relative; z-index: 1; margin: 0 0 8px; font-size: 17px; line-height: 1.55; }
.worry-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.definition-section { padding: 110px 0; color: var(--white); background: var(--blue-800); overflow: hidden; }
.definition-card { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: center; }
.definition-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -210px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; box-shadow: 0 0 0 80px rgb(255 255 255 / 3%), 0 0 0 160px rgb(255 255 255 / 2%); }
.definition-copy { position: relative; z-index: 1; }
.definition-copy h2 { margin-bottom: 25px; font-size: clamp(32px, 4vw, 48px); line-height: 1.55; letter-spacing: -.04em; }
.definition-copy h2 em { color: #aee1ff; }
.definition-copy > p:not(.section-kicker) { color: #e3f2fb; }
.definition-note { display: inline-block; margin: 12px 0 0; padding: 9px 14px; border-radius: 8px; background: rgb(255 255 255 / 10%); font-size: 13px; }
.definition-map { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 22px 1fr 22px 1fr; align-items: center; gap: 8px; margin: 0; padding: 28px 22px 20px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 26px; background: rgb(255 255 255 / 8%); box-shadow: 0 24px 55px rgb(5 37 59 / 22%); backdrop-filter: blur(6px); }
.definition-map > div { min-height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 10px; border-radius: 17px; color: var(--ink); background: var(--white); text-align: center; box-shadow: 0 12px 28px rgb(6 45 70 / 18%); }
.definition-map span { color: var(--muted); font-size: 9px; font-weight: 800; }
.definition-source ul { display: grid; gap: 6px; width: 100%; margin: 13px 0 0; padding: 0; list-style: none; }
.definition-source li { padding: 6px; border-radius: 7px; color: var(--blue-800); background: var(--blue-050); font-size: 9px; font-weight: 800; }
.definition-map .definition-ai { min-height: 185px; color: var(--blue-800); background: linear-gradient(160deg, #eef9ff, #d7effe); }
.definition-ai > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 14px; color: var(--blue-700); background: var(--white); font-size: 22px; }
.definition-ai strong, .definition-choice strong { font-size: 15px; }
.definition-ai small { margin-top: 6px; color: var(--muted); font-size: 8px; }
.definition-choice { position: relative; }
.definition-choice strong { margin-top: 13px; color: var(--blue-800); }
.definition-choice em { width: 34px; height: 34px; display: grid; place-items: center; margin-top: 12px; border-radius: 50%; color: var(--white); background: var(--green); font-style: normal; }
.definition-arrow { color: #aee1ff; font-size: 18px; font-style: normal; text-align: center; }
.definition-map figcaption { grid-column: 1 / -1; margin-top: 8px; color: #dff2fd; font-size: 10px; font-weight: 700; text-align: center; }
.definition-diagram { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr; align-items: center; padding: 35px 22px; border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius-lg); background: rgb(255 255 255 / 8%); backdrop-filter: blur(5px); }
.diagram-node { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; padding: 12px 7px; border-radius: 14px; color: var(--ink); background: var(--white); text-align: center; box-shadow: 0 10px 30px rgb(9 46 72 / 18%); }
.diagram-node span { font-size: 14px; font-weight: 800; }
.diagram-node small { color: var(--muted); font-size: 9px; }
.diagram-node i { color: var(--blue-600); font-size: 25px; font-style: normal; }
.ai-node { min-height: 135px; background: #dff3ff; }
.diagram-line { color: #aee1ff; text-align: center; }

.service-section { position: relative; background: var(--white); overflow: hidden; }
.service-section::before { content: ""; position: absolute; width: 420px; height: 420px; left: -260px; top: 250px; border: 70px solid #f2f9fd; border-radius: 50%; }
.service-section > .container { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.service-card { --card-accent: #2c93d4; --card-tint: #eef9ff; position: relative; min-height: 360px; padding: 32px 29px; border: 1px solid color-mix(in srgb, var(--card-accent) 22%, white); border-radius: var(--radius-lg); background: linear-gradient(150deg, var(--card-tint), var(--white) 42%); box-shadow: 0 10px 30px rgb(19 81 119 / 5%); transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden; }
.service-card:nth-child(2) { --card-accent: #1e9a75; --card-tint: #edf9f4; }
.service-card:nth-child(3) { --card-accent: #697bc8; --card-tint: #f1f3ff; }
.service-card:nth-child(4) { --card-accent: #eb7b59; --card-tint: #fff3ef; }
.service-card:nth-child(5) { --card-accent: #2c999e; --card-tint: #edfafa; }
.service-card:nth-child(6) { --card-accent: #397fba; --card-tint: #eff7fd; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: var(--card-accent); }
.service-card::after { content: ""; position: absolute; width: 115px; height: 115px; right: -54px; top: -49px; border: 20px solid color-mix(in srgb, var(--card-accent) 8%, white); border-radius: 50%; }
.service-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--card-accent) 48%, white); box-shadow: var(--shadow-small); }
.service-card > * { position: relative; z-index: 1; }
.service-number { position: absolute; right: 20px; top: 17px; color: var(--card-accent); font-size: 28px; font-weight: 900; opacity: .23; }
.service-symbol { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid color-mix(in srgb, var(--card-accent) 18%, white); border-radius: 21px; color: var(--card-accent); background: rgb(255 255 255 / 82%); box-shadow: 0 8px 20px color-mix(in srgb, var(--card-accent) 12%, transparent); transform: rotate(-2deg); }
.service-card:nth-child(even) .service-symbol { transform: rotate(2deg); }
.service-symbol svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-symbol .icon-accent { stroke: var(--orange); }
.service-card h3 { margin-bottom: 12px; font-size: 20px; }
.service-card p { margin-bottom: 17px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-card ul { margin: 0; padding: 13px 0 0; border-top: 1px solid #e8f0f5; list-style: none; }
.service-card li { position: relative; padding-left: 18px; color: var(--blue-800); font-size: 12px; font-weight: 700; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.hands-on { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 0; margin-top: 48px; padding: 0; border: 1px solid var(--line); border-radius: 28px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.hands-on-photo { min-height: 370px; margin: 0; overflow: hidden; }
.hands-on-photo img { width: 100%; height: 100%; object-fit: cover; }
.hands-on-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 44px 42px; background: linear-gradient(145deg, var(--white), var(--blue-050)); }
.hands-on-visual { width: 122px; height: 100px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 14%); border-radius: 20px; background: rgb(255 255 255 / 8%); }
.hands-on-visual svg { width: 108px; height: 83px; fill: none; stroke: #bfe7fc; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hands-on-visual .hands-on-check { fill: #248e6d; stroke: #7ce1bd; }
.hands-on-visual .hands-on-checkmark { stroke: var(--white); stroke-width: 3.2; }
.hands-on-visual .hands-on-spark { fill: #ffc5b3; stroke: #ff8a68; }
.hands-on-badge { display: inline-block; margin-bottom: 15px; padding: 7px 12px; border-radius: 99px; color: var(--blue-800); background: #d8effd; font-size: 11px; font-weight: 900; white-space: nowrap; }
.hands-on h3 { margin: 0 0 14px; font-size: 26px; line-height: 1.55; }
.hands-on p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.hands-on a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 24px; padding: 10px 18px; border-radius: 999px; color: var(--white); background: var(--blue-700); white-space: nowrap; font-size: 13px; font-weight: 800; }
.hands-on a span { margin-left: 7px; }

.fit-section { background: var(--blue-050); }
.industry-visual { margin-top: 48px; border: 7px solid var(--white); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.industry-visual img { width: 100%; height: auto; }
.fit-grid { position: relative; z-index: 2; width: min(calc(100% - 110px), 1040px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: -38px; }
.fit-card { padding: 29px 27px 27px; border-top: 4px solid var(--blue-500); border-radius: var(--radius-lg); background: rgb(255 255 255 / 97%); box-shadow: var(--shadow-small); overflow: hidden; }
.fit-card.local { border-top-color: var(--green); }
.fit-card.ecommerce { border-top-color: var(--orange); }
.fit-label { margin-bottom: 8px; color: var(--blue-700); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.fit-card h3 { margin-bottom: 12px; font-size: 20px; }
.fit-card > p:not(.fit-label) { min-height: 98px; margin-bottom: 19px; color: var(--muted); font-size: 14px; }
.fit-example { display: block; padding-top: 14px; border-top: 1px solid var(--line); color: var(--blue-800); font-size: 11px; font-weight: 700; }

.strength-section { color: var(--white); background: linear-gradient(120deg, #145782, #1e76b4 70%, #328fc7); }
.strength-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.strength-copy h2 { margin-bottom: 24px; font-size: clamp(33px, 3.6vw, 47px); line-height: 1.45; letter-spacing: -.04em; }
.strength-copy > p:last-child { color: #d9edf9; }
.strength-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius-lg); background: rgb(255 255 255 / 8%); }
.strength-stats article { min-height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px 16px; text-align: center; }
.strength-stats article + article { border-left: 1px solid rgb(255 255 255 / 16%); }
.strength-stats strong { color: #bce7ff; font-size: 39px; line-height: 1.1; letter-spacing: -.04em; }
.strength-stats strong small { font-size: 18px; }
.strength-stats span { margin: 7px 0 12px; font-size: 12px; font-weight: 800; }
.strength-stats p { margin: 0; color: #e1f1fa; font-size: 11px; line-height: 1.7; }

.case-section { background: var(--white); }
.draft-alert { margin: 25px auto 0; padding: 12px 16px; border: 1px solid #f4c5b8; border-radius: 9px; color: #7f4539; background: #fff6f3; font-size: 12px; line-height: 1.7; }
.draft-alert strong { margin-right: 7px; color: var(--orange-dark); letter-spacing: .1em; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.case-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--blue-500); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-small); }
.case-card.property { border-top-color: var(--green); }
.case-card.ecommerce { border-top-color: var(--orange); }
.case-photo { width: 100%; aspect-ratio: 16 / 9; margin: -8px -8px 20px; border-radius: 14px; background: var(--blue-050); overflow: hidden; }
.case-photo img { width: 100%; height: 100%; object-fit: cover; }
.case-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 20px; }
.case-top span { padding: 5px 10px; border-radius: 99px; color: var(--blue-800); background: var(--blue-100); font-size: 10px; font-weight: 800; }
.case-card.property .case-top span { color: #176348; background: #e1f3ec; }
.case-card.ecommerce .case-top span { color: #a3442e; background: #ffebe5; }
.case-top small { color: #8296a5; font-size: 9px; text-align: right; }
.case-card h3 { min-height: 92px; margin-bottom: 20px; font-size: 17px; line-height: 1.75; }
.case-result { padding: 17px; border-radius: 12px; background: var(--blue-050); text-align: center; }
.case-result p { margin: 0; color: var(--muted); font-size: 11px; }
.case-result strong { display: flex; align-items: baseline; justify-content: center; gap: 2px; color: var(--blue-700); font-size: 31px; letter-spacing: -.03em; }
.case-result small { font-size: 13px; }
.case-result i { margin: 0 7px; color: var(--blue-300); font-size: 18px; font-style: normal; }
.case-summary { min-height: 165px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.case-card ul { display: grid; gap: 5px; margin: auto 0 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.case-card li { position: relative; padding-left: 16px; color: var(--muted); font-size: 12px; }
.case-card li::before { content: "•"; position: absolute; left: 2px; color: var(--blue-600); }
.case-note { margin-top: 24px; color: #718696; font-size: 10px; line-height: 1.8; }

.price-section { background: var(--blue-050); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; margin-top: 58px; align-items: start; }
.price-card { position: relative; padding: 32px 27px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.price-card.recommended { margin-top: -14px; padding-top: 42px; border: 2px solid var(--blue-600); box-shadow: var(--shadow); }
.recommend-label { position: absolute; inset: 0 50px auto; padding: 6px; border-radius: 0 0 10px 10px; color: var(--white); background: var(--blue-600); font-size: 11px; font-weight: 900; text-align: center; letter-spacing: .05em; }
.price-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); text-align: center; }
.price-head > p { margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.price-head h3 { margin-bottom: 14px; color: var(--blue-800); font-size: 23px; }
.price { display: flex; align-items: baseline; justify-content: center; line-height: 1; }
.price span { margin-right: 4px; font-size: 12px; font-weight: 800; }
.price strong { color: var(--blue-700); font-size: 53px; letter-spacing: -.06em; }
.price em { font-size: 17px; font-weight: 900; }
.price small { margin-left: 3px; color: var(--muted); font-size: 9px; }
.price-list { min-height: 345px; display: grid; align-content: start; gap: 10px; margin: 24px 0 25px; padding: 0; list-style: none; }
.price-list li { position: relative; padding: 0 0 10px 25px; border-bottom: 1px dashed #dce8ef; color: #4a6578; font-size: 13px; }
.price-list li::before { content: "✓"; position: absolute; left: 2px; top: 0; color: var(--green); font-weight: 900; }
.price-card .button { width: 100%; min-height: 52px; padding-inline: 13px; font-size: 13px; }
.button-outline { border: 1px solid var(--blue-600); color: var(--blue-700); background: var(--white); }
.button-outline:hover { color: var(--white); background: var(--blue-700); }
.contract-notes { display: grid; grid-template-columns: 170px 210px 1fr; align-items: center; gap: 16px; margin-top: 33px; }
.contract-notes > div { padding: 16px 20px; border-radius: 13px; background: var(--white); text-align: center; }
.contract-notes strong { display: block; color: var(--muted); font-size: 10px; }
.contract-notes span { font-weight: 900; }
.contract-notes b { margin-right: 2px; color: var(--blue-700); font-size: 27px; }
.contract-notes p { margin: 0; color: #718696; font-size: 10px; line-height: 1.7; }

.diagnosis-section { background: var(--white); }
.diagnosis-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; padding: 62px 75px; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(135deg, var(--blue-800), var(--blue-600)); overflow: hidden; }
.diagnosis-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -170px; border: 80px solid rgb(255 255 255 / 7%); border-radius: 50%; }
.diagnosis-copy { position: relative; z-index: 2; }
.diagnosis-copy h2 { margin-bottom: 19px; font-size: clamp(34px, 4vw, 48px); line-height: 1.45; letter-spacing: -.04em; }
.diagnosis-copy > p:not(.section-kicker) { color: #e0f1fb; }
.button-white { margin-top: 16px; color: var(--blue-800); background: var(--white); box-shadow: 0 13px 30px rgb(8 55 87 / 18%); }
.diagnosis-visual { position: relative; z-index: 2; margin: 0; border: 6px solid rgb(255 255 255 / 18%); border-radius: 22px; background: var(--white); box-shadow: 0 22px 45px rgb(10 54 83 / 24%); overflow: hidden; transform: rotate(1deg); }
.diagnosis-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.diagnosis-visual figcaption { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid var(--line); color: var(--blue-800); background: var(--line); font-size: 10px; font-weight: 800; text-align: center; }
.diagnosis-visual figcaption span { padding: 8px 5px; background: var(--white); }
.diagnosis-sheet { position: relative; z-index: 2; padding: 35px 32px 28px; border-radius: 8px; color: var(--ink); background: var(--white); box-shadow: 0 22px 45px rgb(10 54 83 / 22%); transform: rotate(2deg); }
.sheet-clip { position: absolute; width: 105px; height: 25px; left: calc(50% - 52px); top: -12px; border-radius: 4px; background: rgb(195 220 234 / 88%); transform: rotate(-3deg); }
.diagnosis-sheet > p { margin-bottom: 14px; font-size: 12px; font-weight: 900; }
.sheet-score { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-radius: 9px; background: var(--blue-050); }
.sheet-score span { color: var(--muted); font-size: 10px; }
.sheet-score strong { color: var(--blue-700); font-size: 18px; letter-spacing: .08em; }
.diagnosis-sheet ul { display: grid; gap: 7px; margin: 17px 0 0; padding: 0; list-style: none; }
.diagnosis-sheet li { position: relative; padding-left: 20px; font-size: 11px; }
.diagnosis-sheet li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.flow-row { display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr; align-items: center; margin-top: 42px; }
.flow-row article { text-align: center; }
.flow-row article span { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; color: var(--white); background: var(--blue-700); font-size: 13px; font-weight: 900; }
.flow-row h3 { margin-bottom: 3px; font-size: 15px; }
.flow-row p { margin: 0; color: var(--muted); font-size: 11px; }
.flow-row > i { color: var(--blue-300); font-style: normal; }

.faq-section { background: var(--blue-050); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-list summary { position: relative; display: flex; align-items: center; gap: 14px; padding: 21px 58px 21px 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: 17px; color: var(--blue-600); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span, .faq-list details > div > span { flex: 0 0 auto; color: var(--blue-600); font-size: 18px; font-weight: 900; }
.faq-list details > div { display: flex; gap: 14px; padding: 0 22px 22px; }
.faq-list details > div > span { color: var(--orange); }
.faq-list details > div p { margin: 0; padding-top: 4px; color: var(--muted); font-size: 14px; }

.contact-section { color: var(--white); background: var(--blue-900); }
.contact-heading { margin-bottom: 47px; }
.contact-heading h2 { margin-bottom: 14px; }
.contact-heading > p:last-child { color: #d4eaf7; }
.contact-card { display: grid; grid-template-columns: .7fr 1.3fr; border-radius: var(--radius-xl); background: var(--white); box-shadow: 0 30px 70px rgb(4 35 56 / 25%); overflow: hidden; }
.contact-side { padding: 52px 43px; color: var(--white); background: var(--blue-700); }
.contact-side-label { margin-bottom: 4px; color: #cfeaff; font-size: 12px; }
.contact-side > a { display: block; font-size: 31px; font-weight: 900; letter-spacing: .025em; }
.contact-side > span { font-size: 11px; }
.contact-side hr { margin: 31px 0; border: 0; border-top: 1px solid rgb(255 255 255 / 25%); }
.contact-side h3 { margin-bottom: 14px; font-size: 17px; }
.contact-side ul { display: grid; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.contact-side li { position: relative; padding-left: 23px; font-size: 13px; }
.contact-side li::before { content: "✓"; position: absolute; left: 0; color: #b9edda; font-weight: 900; }
.contact-area { margin: 0; padding: 14px; border-radius: 9px; color: #dff2fd; background: rgb(255 255 255 / 10%); font-size: 11px; }
.form-wrap { padding: 48px 53px; color: var(--ink); }
.form-setup-note { padding: 18px; border: 1px solid #efb9aa; border-radius: 10px; color: #7f4539; background: #fff6f3; font-size: 13px; line-height: 1.8; }
.form-setup-note strong { display: block; margin-bottom: 6px; color: var(--orange-dark); }
.form-setup-note p { margin: 0; }
.form-setup-note code { padding: 2px 5px; border-radius: 4px; color: var(--blue-900); background: #edf5fa; font-size: .92em; }
.staging-form-note { margin-bottom: 28px; padding: 12px 14px; border: 1px solid #f4c5b8; border-radius: 9px; color: #7f4539; background: #fff6f3; font-size: 11px; }
.staging-form-note strong { display: inline-block; margin-right: 5px; color: var(--orange-dark); }
.form-wrap form { display: grid; gap: 20px; }
.form-row { display: grid; gap: 7px; }
.form-row label { font-size: 13px; font-weight: 800; }
.form-row > label > span:not(.wpcf7-form-control-wrap) { margin-left: 5px; padding: 3px 6px; border-radius: 4px; color: var(--white); background: var(--orange); font-size: 9px; vertical-align: 1px; }
.form-row > label > span.optional { color: var(--muted); background: #e5eef3; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #cbdce7; border-radius: 8px; color: var(--ink); background: #fbfdfe; transition: border-color .2s, box-shadow .2s; }
.form-row input, .form-row select { height: 51px; padding: 0 13px; font-size: 14px; font-weight: 400; }
.form-row textarea { padding: 12px 13px; resize: vertical; font-size: 14px; font-weight: 400; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgb(52 157 231 / 14%); }
label.privacy-check, .form-wrap .wpcf7-acceptance { display: flex; align-items: flex-start; justify-content: center; gap: 9px; color: var(--muted); font-size: 12px; }
label.privacy-check input, .form-wrap .wpcf7-acceptance input[type="checkbox"] { display: inline-block; flex: 0 0 auto; width: 17px; height: 17px; margin: 5px 0 0; padding: 0; accent-color: var(--blue-700); }
label.privacy-check a, .form-wrap .wpcf7-acceptance a { color: var(--blue-700); text-decoration: underline; }
.form-wrap .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.form-wrap .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 9px; }
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label { line-height: 1.8; }
.submit-button { width: min(100%, 370px); margin-inline: auto; }
.form-status { min-height: 24px; margin: -7px 0 0; color: var(--orange-dark); font-size: 12px; font-weight: 700; text-align: center; }
.form-wrap .wpcf7-form-control-wrap { display: block; }
.form-wrap .wpcf7-not-valid-tip { margin-top: 5px; color: var(--orange-dark); font-size: 11px; font-weight: 700; }
.form-wrap .wpcf7-response-output { margin: 0; padding: 12px 14px; border-radius: 8px; font-size: 12px; line-height: 1.7; }
.form-wrap .wpcf7 form.sent .wpcf7-response-output { border-color: var(--green); background: #eef9f5; }
.form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.form-wrap .wpcf7 form.unaccepted .wpcf7-response-output { border-color: var(--orange); background: #fff6f3; }
.form-wrap .wpcf7-spinner { margin: 12px auto 0; }

.site-footer { padding: 65px 0 20px; color: #c7dbe7; background: #0e2c40; }
.footer-main { display: grid; grid-template-columns: .8fr .9fr 1.3fr; gap: 55px; padding-bottom: 45px; }
.footer-brand small { color: var(--white); }
.footer-info p { margin: 0 0 12px; font-size: 11px; line-height: 1.9; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 10px 25px; font-size: 11px; }
.footer-main nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 11%); font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .global-nav { gap: 19px; }
  .hero-grid { width: min(calc(100% - 48px), var(--container)); grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-ai-demo { width: 100%; margin-right: 0; }
  .hero h1 { font-size: clamp(44px, 5.8vw, 62px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .phone-link { display: none; }
  .section-grid { gap: 60px; }
  .definition-card { gap: 45px; }
  .service-card { padding-inline: 23px; }
  .strength-grid { grid-template-columns: 1fr; gap: 45px; }
  .diagnosis-card { grid-template-columns: 1fr; max-width: 680px; gap: 46px; padding-inline: 55px; }
  .diagnosis-visual { width: min(100%, 520px); margin-inline: auto; transform: none; }
  .faq-layout { gap: 55px; }
  .form-wrap { padding-inline: 40px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 64px; }
  .section-pad { padding: 82px 0; }
  .site-header, .site-header.is-scrolled { height: 66px; }
  .header-inner { width: min(calc(100% - 32px), 1240px); }
  .brand-wordmark { width: 100px; }
  .menu-button { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--blue-050); cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: var(--blue-800); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 66px 0 auto; display: none; padding: 22px 24px 28px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 30px rgb(20 73 107 / 13%); }
  .global-nav.is-open { display: grid; }
  .global-nav a { padding: 8px 0; }
  .global-nav .nav-cta { margin-top: 5px; padding: 12px 20px; text-align: center; }
  .hero { min-height: auto; padding: 118px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { align-items: center; }
  .hero-facts { margin-inline: auto; }
  .hero-ai-demo { width: min(100%, 620px); margin-inline: auto; transform: none; }
  .journey-canvas { max-width: 620px; grid-template-columns: 1fr; gap: 15px; }
  .journey-flow-arrow { transform: rotate(90deg); }
  .journey-scene { min-height: 230px; }
  .section-grid { grid-template-columns: 1fr; }
  .section-heading, .faq-heading { position: static; }
  .definition-card { grid-template-columns: 1fr; }
  .definition-diagram { max-width: 560px; width: 100%; margin-inline: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .definition-map { width: min(100%, 620px); margin-inline: auto; }
  .hands-on { grid-template-columns: 1fr; max-width: 680px; }
  .hands-on-photo { min-height: 0; aspect-ratio: 3 / 2; }
  .hands-on-content { padding: 38px; }
  .industry-visual { margin-top: 40px; }
  .fit-grid { width: min(calc(100% - 100px), 600px); grid-template-columns: 1fr; margin-top: 22px; }
  .fit-card > p:not(.fit-label) { min-height: auto; }
  .strength-stats article { min-height: 210px; }
  .case-grid { grid-template-columns: 1fr; max-width: 620px; }
  .case-card h3 { min-height: auto; }
  .price-grid { grid-template-columns: 1fr; max-width: 620px; gap: 28px; }
  .price-card.recommended { margin-top: 0; }
  .price-list { min-height: auto; }
  .contract-notes { grid-template-columns: 1fr 1fr; max-width: 620px; }
  .contract-notes p { grid-column: 1 / -1; }
  .diagnosis-card { grid-template-columns: 1fr; max-width: 680px; gap: 46px; }
  .diagnosis-visual { width: min(100%, 520px); margin-inline: auto; transform: none; }
  .flow-row { grid-template-columns: 1fr; gap: 11px; }
  .flow-row > i { transform: rotate(90deg); text-align: center; }
  .faq-layout { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; max-width: 680px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 90; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -6px 22px rgb(10 47 71 / 17%); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; }
  .mobile-phone { flex-direction: column; color: var(--blue-800); background: var(--white); line-height: 1.1; }
  .mobile-phone small { font-size: 9px; }
  .mobile-phone strong { margin-top: 3px; font-size: 16px; }
  .mobile-form { color: var(--white); background: var(--orange); font-size: 14px; font-weight: 900; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .desktop-only { display: none; }
  .mobile-only { display: initial; }
  .section-heading h2, .narrow h2, .faq-heading h2, .contact-heading h2 { font-size: 31px; line-height: 1.45; }
  .section-intro { font-size: 15px; }
  .hero { padding: 106px 0 75px; }
  .hero-question { font-size: 17px; }
  .hero h1 { margin-bottom: 19px; font-size: 41px; line-height: 1.27; }
  .hero h1 em::after { height: 10px; }
  .hero-lead { font-size: 15px; text-align: left; }
  .hero-actions, .hero-actions .button { width: 100%; min-width: 0; }
  .hero-facts { width: 100%; }
  .hero-facts li { flex: 1; padding: 10px 7px; }
  .hero-facts strong { font-size: 22px; }
  .hero-ai-demo { width: calc(100% - 6px); padding: 10px; border-radius: 22px; }
  .hero-ai-demo > figcaption { padding-bottom: 8px; }
  .ai-demo-window { border-radius: 16px; }
  .ai-demo-bar { height: 34px; padding-inline: 12px; }
  .ai-demo-body { gap: 11px; padding: 12px; }
  .ai-demo-query { width: 92%; padding: 10px 11px; }
  .ai-demo-query p { font-size: 10px; }
  .ai-demo-answer { padding: 12px; }
  .ai-recommend-card > div { align-items: flex-start; flex-direction: column; }
  .ai-recommend-card > div strong { font-size: 14px; }
  .ai-demo-impact { left: -7px; bottom: 21px; padding: 10px 12px; }
  .change-section { padding-top: 67px; }
  .industry-visual { width: calc(100% - 20px); border-width: 4px; border-radius: 20px; }
  .journey-canvas { width: calc(100% - 20px); margin-top: 38px; padding: 14px; border-radius: 22px; }
  .journey-scene { min-height: 215px; padding: 22px 19px 19px; }
  .fit-grid { width: calc(100% - 45px); margin-top: 18px; }
  .section-grid { gap: 36px; }
  .worry-list { grid-template-columns: 1fr; }
  .worry-card { min-height: 0; padding: 20px 18px 22px; }
  .worry-card-visual { height: 105px; }
  .worry-card h3 { font-size: 17px; }
  .definition-section { padding: 72px 0; }
  .definition-copy h2 { font-size: 30px; }
  .definition-map { grid-template-columns: 1fr; gap: 9px; padding: 20px; }
  .definition-map > div, .definition-map .definition-ai { width: 100%; min-height: 112px; }
  .definition-source ul { grid-template-columns: repeat(3, 1fr); }
  .definition-arrow { transform: rotate(90deg); }
  .definition-map figcaption { grid-column: auto; }
  .definition-diagram { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .diagram-node { min-height: 86px; }
  .ai-node { min-height: 100px; }
  .diagram-line { transform: rotate(90deg); }
  .service-section::before { display: none; }
  .service-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card { min-height: auto; }
  .hands-on { width: calc(100% - 20px); border-radius: 22px; }
  .hands-on-content { padding: 31px 24px 34px; }
  .hands-on h3 { font-size: 23px; }
  .strength-grid { gap: 34px; }
  .strength-copy h2 { font-size: 31px; }
  .strength-stats { grid-template-columns: 1fr; }
  .strength-stats article { min-height: 165px; }
  .strength-stats article + article { border-left: 0; border-top: 1px solid rgb(255 255 255 / 16%); }
  .case-grid { margin-top: 36px; }
  .case-card h3, .case-summary { min-height: 0; }
  .price-grid { margin-top: 42px; }
  .contract-notes { grid-template-columns: 1fr 1fr; gap: 10px; }
  .contract-notes > div { padding-inline: 10px; }
  .diagnosis-card { width: calc(100% - 20px); padding: 44px 25px; border-radius: 24px; }
  .diagnosis-copy h2 { font-size: 31px; }
  .diagnosis-visual figcaption { font-size: 9px; }
  .faq-layout { gap: 34px; }
  .faq-list summary { padding: 18px 48px 18px 17px; font-size: 14px; line-height: 1.65; }
  .faq-list details > div { padding: 0 17px 19px; }
  .contact-heading { margin-bottom: 33px; }
  .contact-card { width: calc(100% - 20px); border-radius: 23px; }
  .contact-side { padding: 36px 25px; }
  .contact-side > a { font-size: 27px; }
  .form-wrap { padding: 35px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-main nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

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