@charset "UTF-8";
:root { --grx-lp-ink:#173d43; --grx-lp-text:#2c3e42; --grx-lp-main:#639094; --grx-lp-accent:#1f6f8a; --grx-lp-pale:#dce6e7; --grx-lp-cream:#eeeae1; --grx-lp-line:#d5e1e3; --grx-lp-container:1080px; }
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body.grx-area-lp-body { margin:0; color:var(--grx-lp-text); background:#fff; font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif; font-size:16px; line-height:1.9; -webkit-font-smoothing:antialiased; }
.grx-area-lp-body *, .grx-area-lp-body *::before, .grx-area-lp-body *::after { box-sizing:border-box; }
.grx-area-lp-body :is(h1,h2,h3,p,figure,ul,ol) { margin:0; padding:0; border:0; background:none; box-shadow:none; }
.grx-area-lp-body :is(h1,h2,h3)::before, .grx-area-lp-body :is(h1,h2,h3)::after { display:none !important; }
.grx-area-lp-body :is(h1,h2,h3) { color:inherit; font-family:inherit; font-style:normal; font-weight:800; }
.grx-area-lp-body img { display:block; max-width:100%; height:auto; }
.grx-area-lp-body a { color:inherit; text-decoration:none; }
.grx-area-lp-body :is(button,input,select,textarea) { font:inherit; }
.grx-area-lp-body :is(a,button,input,select,textarea,summary):focus-visible { outline:3px solid #c99620; outline-offset:5px; }
.grx-lp-container { width:min(calc(100% - 64px),var(--grx-lp-container)); margin-inline:auto; }
.grx-lp-nowrap { white-space:nowrap; }
.grx-lp-mobile-break { display:none; }
.grx-lp-skip { position:fixed; top:0; left:12px; z-index:100001; padding:12px; background:#fff; transform:translateY(-130%); }
.grx-lp-skip:focus { transform:none; }
.grx-lp-header { position:sticky; top:0; z-index:1000; background:rgba(255,255,255,.98); border-bottom:1px solid var(--grx-lp-line); }
.admin-bar .grx-lp-header { top:32px; }
.grx-lp-header__inner { display:flex; align-items:center; justify-content:space-between; min-height:82px; gap:20px; }
.grx-lp-logo { display:flex; flex-direction:column; flex-shrink:0; line-height:1.4; }
.grx-lp-logo > span { font-family:Georgia,serif; font-size:30px; font-weight:700; color:var(--grx-lp-ink); letter-spacing:-1px; }
.grx-lp-logo > small { font-size:12px; font-weight:600; color:#526d72; }
.grx-lp-header__actions { display:flex; gap:24px; align-items:center; }
.grx-lp-header__area { font-size:14px; color:#526d72; }
.grx-area-lp-body .grx-lp-button { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:66px; padding:16px 28px; border:0; border-radius:8px; background:var(--grx-lp-accent); color:#fff; font-size:18px; font-weight:800; line-height:1.5; text-align:center; cursor:pointer; box-shadow:0 5px 0 #11495d,0 12px 24px #1f6f8a18; transition:background .18s,transform .18s; }
.grx-area-lp-body .grx-lp-button:hover { background:#185c74; transform:translateY(-2px); color:#fff; }
.grx-area-lp-body .grx-lp-button--small { min-height:46px; padding:10px 20px; font-size:14px; box-shadow:none; }
.grx-lp-button > span { font-size:24px; }
.grx-lp-hero { background:linear-gradient(120deg,#edf5f5,#fff 75%); }
.grx-lp-hero__area { padding:11px 20px; text-align:center; background:var(--grx-lp-ink); color:#fff; font-size:16px; font-weight:700; letter-spacing:.04em; }
.grx-lp-hero__area [data-area-name] { color:#fff1b6; }
.grx-lp-hero__grid { display:grid; grid-template-columns:1.18fr 1fr; align-items:center; gap:35px; padding-block:48px 52px; }
.grx-area-lp-body .grx-lp-eyebrow { color:#3f7079; font-size:14px; font-weight:700; }
.grx-area-lp-body .grx-lp-hero h1 { margin:16px 0 22px; font-size:clamp(34px,4.3vw,52px); font-weight:900; letter-spacing:-.035em; line-height:1.45; color:var(--grx-lp-ink); }
.grx-lp-hero h1 em { font-style:normal; color:var(--grx-lp-accent); text-decoration:underline; text-decoration-color:#efd582; text-decoration-thickness:10px; text-underline-offset:-4px; text-decoration-skip-ink:none; }
.grx-lp-hero__lead { font-size:16px; line-height:1.85; }
.grx-lp-hero__proof { display:flex; margin:25px 0; gap:0; }
.grx-lp-hero__proof > span { flex:1; display:flex; flex-direction:column; padding:0 12px; border-right:1px solid #c5d7da; font-size:12px; text-align:center; font-weight:700; }
.grx-lp-hero__proof > span:first-child { padding-left:0; }
.grx-lp-hero__proof > span:last-child { border:0; }
.grx-lp-hero__proof strong { font-family:Arial,sans-serif; color:var(--grx-lp-ink); font-size:38px; line-height:1.6; }
.grx-lp-hero__proof strong small { font-family:inherit; font-size:14px; margin-left:3px; }
.grx-lp-hero__proof .grx-lp-proof-word { font-family:inherit; font-size:24px; line-height:2.5; }
.grx-lp-hero__content > .grx-lp-button { width:100%; }
.grx-area-lp-body .grx-lp-hero__note { margin-top:16px; font-size:12px; color:#52676e; text-align:center; }
.grx-lp-hero__visual { align-self:center; padding-top:20px; }
.grx-area-lp-body .grx-lp-hero__bubble { margin:0 auto 16px; padding:16px 28px; width:fit-content; background:#fff; border:1px solid var(--grx-lp-line); border-radius:50% 50% 50% 5%; font-size:20px; text-align:center; transform:rotate(-3deg); }
.grx-lp-hero__bubble strong { font-size:24px; color:var(--grx-lp-accent); }
.grx-lp-hero__art { width:100%; mix-blend-mode:multiply; }
.grx-lp-hero__profile { display:flex; align-items:center; gap:14px; margin-top:20px; padding:18px; border-radius:12px; background:#fff; border:1px solid var(--grx-lp-line); box-shadow:0 10px 28px #173d4310; }
.grx-lp-hero__profile img { width:72px; height:72px; border-radius:50%; object-fit:cover; }
.grx-lp-hero__profile p { display:flex; flex-direction:column; }
.grx-lp-hero__profile small,.grx-lp-hero__profile span { font-size:12px; color:#52676e; }
.grx-lp-hero__profile strong { font-size:16px; }
.grx-lp-hero__channels { text-align:center; padding:18px 24px; background:var(--grx-lp-pale); font-size:14px; font-weight:700; }
.grx-lp-hero__channels i { color:#7e9ca2; font-style:normal; margin:0 8px; }
.grx-lp-hero__channels strong { display:inline-block; margin-left:25px; }
.grx-lp-section { padding:88px 0; }
.grx-lp-heading { text-align:center; margin:0 auto 42px !important; }
.grx-lp-heading > p { display:inline-block; margin-bottom:14px; color:#42777f; font-weight:700; font-size:16px; }
.grx-lp-heading h2 { font-size:clamp(28px,3.5vw,40px); line-height:1.55; letter-spacing:-.03em; }
.grx-lp-heading h2 em { font-style:normal; color:var(--grx-lp-accent); }
.grx-lp-heading > span { display:block; margin-top:20px; color:#52676e; }
.grx-lp-heading--left { text-align:left; margin-inline:0 !important; }
.grx-lp-problems { background:#f8f8f5; }
.grx-lp-problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grx-lp-problem-grid article { background:#fff; border:1px solid var(--grx-lp-line); padding:24px 24px 28px; border-radius:10px; }
.grx-lp-problem-grid article > img { width:100%; height:155px; object-fit:contain; margin-bottom:24px; }
.grx-lp-problem-grid h3 { font-size:20px; line-height:1.6; margin-bottom:16px; }
.grx-lp-problem-grid p { font-size:16px; color:#52676e; }
.grx-lp-problems__answer { position:relative; margin-top:45px; padding-top:25px; text-align:center; }
.grx-lp-problems__answer::before { content:""; position:absolute; top:0; left:calc(50% - 14px); border:14px solid transparent; border-top-color:var(--grx-lp-main); }
.grx-lp-problems__answer p { margin:16px 0 8px; color:#52676e; }
.grx-lp-problems__answer h3 { font-size:28px; line-height:1.6; }
.grx-lp-problems__answer mark { color:var(--grx-lp-ink); background:linear-gradient(transparent 55%,#f5e4a8 55%); }
.grx-lp-solution { background:#fff; }
.grx-lp-journey { display:grid; grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr; align-items:stretch; }
.grx-lp-journey article { padding:23px 18px; background:#edf5f5; border-top:4px solid var(--grx-lp-main); border-radius:8px; }
.grx-lp-journey article:nth-of-type(3) { background:var(--grx-lp-ink); border-top-color:#eed27c; color:#fff; }
.grx-lp-journey article > span { font-family:Georgia,serif; font-size:26px; line-height:1; color:var(--grx-lp-main); }
.grx-lp-journey article > b { display:block; margin-top:16px; font-size:12px; }
.grx-lp-journey h3 { font-size:20px; line-height:1.65; margin:8px 0 15px; }
.grx-lp-journey p { font-size:14px; }
.grx-lp-journey > i { align-self:center; text-align:center; font-size:20px; color:var(--grx-lp-main); font-style:normal; }
.grx-lp-solution__visual { display:grid; grid-template-columns:320px 1fr; gap:55px; align-items:center; margin:54px auto 0; max-width:880px; }
.grx-lp-solution__visual img { width:100%; height:230px; object-fit:contain; }
.grx-lp-solution__visual h3 { font-size:26px; line-height:1.6; margin:10px 0 18px; }
.grx-lp-solution__visual div > p:last-child { color:#52676e; }
.grx-lp-offer { padding:45px 24px 48px; background:var(--grx-lp-ink); color:#fff; text-align:center; }
.grx-lp-offer__tag { display:inline-block; padding:4px 16px; color:#fff1bc; border-bottom:1px solid #9fb8b9; font-size:14px; }
.grx-lp-offer h2 { font-size:30px; line-height:1.6; margin:16px 0 12px; }
.grx-lp-offer > div > p:not(.grx-lp-offer__tag) { color:#d3e5e6; font-size:16px; }
.grx-lp-offer__actions { display:flex; justify-content:center; align-items:center; gap:28px; margin:26px 0 20px; }
.grx-lp-offer .grx-lp-button { min-width:420px; border:1px solid #93c7d4; }
.grx-area-lp-body .grx-lp-text-line { font-size:14px; color:#fff; border-bottom:1px solid #97c8ac; padding:8px 0; }
.grx-lp-offer small { font-size:12px; color:#c8dfe1; }
.grx-lp-results { background:#f7fafb; }
.grx-lp-case-feature { display:grid; grid-template-columns:1.05fr 1fr; gap:46px; padding:40px; background:#fff; border:1px solid var(--grx-lp-line); border-radius:12px; }
.grx-lp-case-label { font-size:14px; font-weight:700; color:#42777f; }
.grx-lp-case-feature h3 { font-size:23px; line-height:1.65; margin:18px 0; }
.grx-lp-case-feature h3 > strong { font-family:Arial,sans-serif; color:var(--grx-lp-accent); font-size:40px; letter-spacing:-.04em; white-space:nowrap; }
.grx-lp-case-feature h3 > strong > span { font-size:16px; }
.grx-lp-case-feature__copy > p { color:#52676e; }
.grx-lp-case-metrics { display:flex; gap:32px; margin-top:24px; }
.grx-lp-case-metrics > span { display:flex; flex-direction:column; font-size:14px; }
.grx-lp-case-metrics strong { color:var(--grx-lp-accent); font-size:40px; line-height:1.5; font-family:Arial,sans-serif; }
.grx-lp-case-metrics small { font-family:inherit; font-size:14px; }
.grx-lp-chart { min-width:0; padding:24px 25px; background:#f0f6f6; border-radius:8px; }
.grx-lp-chart figcaption { text-align:center; font-size:16px; font-weight:700; }
.grx-lp-chart__bars { display:flex; gap:38px; justify-content:center; padding:25px 12px 0; }
.grx-lp-chart__bars > div { display:grid; grid-template-rows:34px 190px 34px; width:100px; text-align:center; }
.grx-lp-chart__bars b { font-size:24px; color:var(--grx-lp-accent); font-family:Arial,sans-serif; }
.grx-lp-chart__bars small { font-size:12px; }
.grx-lp-chart__bars span { align-self:end; width:100%; border-radius:5px 5px 0 0; }
.grx-lp-chart__before { height:10.34694%; background:#a8bec2; }
.grx-lp-chart__after { height:100%; background:var(--grx-lp-accent); }
.grx-lp-chart__bars strong { display:block; padding-top:8px; border-top:1px solid #78969b; font-size:14px; }
.grx-lp-chart > p { font-size:12px; line-height:1.65; margin-top:25px; color:#52676e; }
.grx-lp-result-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:28px; }
.grx-lp-result-card { overflow:hidden; border-radius:12px; background:#fff; border:1px solid var(--grx-lp-line); }
.grx-lp-result-card > img { width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; }
.grx-lp-result-card > div { padding:28px 30px; }
.grx-lp-result-card div > span { font-size:14px; color:#42777f; font-weight:700; }
.grx-lp-result-card h3 { font-size:23px; line-height:1.65; margin:16px 0; }
.grx-lp-result-card h3 strong { color:var(--grx-lp-accent); font-size:30px; }
.grx-lp-result-card p { color:#52676e; }
.grx-area-lp-body .grx-lp-result-card__link { display:inline-block; margin-top:20px; padding-bottom:4px; border-bottom:1px solid var(--grx-lp-accent); color:var(--grx-lp-accent); font-size:14px; font-weight:700; }
.grx-area-lp-body .grx-lp-results__note { font-size:12px; line-height:1.8; margin-top:22px; color:#61787e; }
.grx-lp-hero__proof--results { margin-bottom:12px; }
.grx-lp-hero__proof--results > span { min-width:0; padding-inline:8px; }
.grx-lp-hero__proof--results b { font-size:12px; line-height:1.6; min-height:3.2em; }
.grx-lp-hero__proof--results > span > small { font-size:12px; line-height:1.7; color:#52676e; font-weight:500; }
.grx-lp-hero__proof--results strong { white-space:nowrap; font-size:36px; }
.grx-area-lp-body .grx-lp-hero__results-note { margin:0 0 20px; font-size:12px; line-height:1.7; color:#52676e; }
.grx-lp-hero__results-note a { display:inline-block; color:var(--grx-lp-accent); text-decoration:underline; margin-left:6px; }
.grx-lp-outcome-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.grx-lp-outcome-card { padding:34px; border:1px solid var(--grx-lp-line); border-top:5px solid var(--grx-lp-main); border-radius:12px; background:#fff; }
.grx-lp-outcome-card--primary { border-top-color:var(--grx-lp-accent); }
.grx-lp-outcome-card h3 { font-size:23px; line-height:1.7; margin:20px 0 12px; }
.grx-lp-outcome-card h3 strong { display:flex; align-items:baseline; flex-wrap:wrap; gap:8px; color:var(--grx-lp-accent); font-family:Arial,sans-serif; font-size:72px; line-height:1.25; }
.grx-lp-outcome-card h3 small { font-family:inherit; font-size:20px; }
.grx-lp-outcome-card h3 strong > span { font-size:28px; }
.grx-area-lp-body .grx-lp-outcome-period { padding:10px 14px; margin:14px 0 18px; border-radius:5px; background:#edf5f5; color:var(--grx-lp-ink); font-size:14px; font-weight:700; }
.grx-area-lp-body .grx-lp-outcome-note { margin-top:18px; font-size:12px; line-height:1.8; color:#52676e; }
.grx-lp-seo-case { margin-top:28px; padding:36px; background:#fff; border:1px solid var(--grx-lp-line); border-radius:12px; }
.grx-lp-seo-case__intro { display:grid; grid-template-columns:1fr 230px; gap:32px; align-items:center; margin-top:18px; }
.grx-lp-seo-case h3 { font-size:30px; line-height:1.65; margin-bottom:20px; }
.grx-lp-seo-case h3 em { font-style:normal; color:var(--grx-lp-accent); }
.grx-lp-seo-rank { padding:25px 18px; text-align:center; border:1px solid #bdd2d7; background:#edf5f5; border-radius:10px; }
.grx-lp-seo-rank > span { font-size:14px; font-weight:700; }
.grx-lp-seo-rank > strong { display:block; font-size:20px; white-space:nowrap; color:var(--grx-lp-accent); }
.grx-lp-seo-rank strong span { font-size:76px; font-family:Arial,sans-serif; margin-inline:5px; line-height:1.4; }
.grx-lp-seo-rank p { font-size:12px; color:#52676e; }
.grx-lp-ai-callout { padding:22px; margin-top:28px; border-left:4px solid var(--grx-lp-accent); background:#edf5f5; }
.grx-lp-ai-callout strong { display:block; margin-bottom:10px; font-size:18px; color:var(--grx-lp-ink); }
.grx-lp-evidence { margin-top:24px; border:1px solid var(--grx-lp-line); border-radius:8px; background:#fff; }
.grx-lp-evidence summary { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:20px; font-size:16px; font-weight:700; cursor:pointer; list-style:none; }
.grx-lp-evidence summary::-webkit-details-marker { display:none; }
.grx-lp-evidence summary > span { color:var(--grx-lp-accent); flex-shrink:0; transition:transform .15s; }
.grx-lp-evidence[open] summary > span { transform:rotate(45deg); }
.grx-lp-evidence__body { padding:0 20px 24px; }
.grx-lp-evidence-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:24px; }
.grx-lp-evidence-image img { width:100%; height:auto; border:1px solid var(--grx-lp-line); border-radius:5px; }
.grx-lp-evidence-image figcaption { padding-top:12px; color:#52676e; font-size:14px; line-height:1.8; }
.grx-lp-evidence-image figcaption a { display:block; width:fit-content; padding-block:8px; color:var(--grx-lp-accent); font-weight:700; text-decoration:underline; text-underline-offset:4px; }
.grx-lp-search-growth { margin-top:32px; padding-top:28px; border-top:1px solid var(--grx-lp-line); }
.grx-lp-search-growth h4 { margin:0 0 14px; font-size:22px; line-height:1.6; color:var(--grx-lp-ink); }
.grx-lp-search-growth > p { margin-bottom:20px; }
@media(max-width:760px) {
.grx-lp-outcome-grid,.grx-lp-seo-case__intro,.grx-lp-evidence-grid { grid-template-columns:1fr; }
.grx-lp-outcome-card { padding:25px; }
.grx-lp-outcome-card h3 strong { font-size:64px; }
.grx-lp-seo-case { padding:25px 20px; }
.grx-lp-seo-case h3 { font-size:26px; }
.grx-lp-seo-rank { max-width:300px; width:100%; margin-inline:auto; }
.grx-lp-evidence__body { padding:0 14px 20px; }
.grx-lp-evidence summary { padding:18px 14px; }
.grx-lp-ai-callout { padding:18px; }
}
.grx-lp-restaurant-case { display:grid; grid-template-columns:1fr 1.1fr; gap:32px; align-items:center; margin-top:28px; padding:34px; background:#fff; border:1px solid var(--grx-lp-line); border-top:5px solid var(--grx-lp-main); border-radius:12px; }
.grx-lp-restaurant-case h3 { margin:18px 0 12px; font-size:22px; line-height:1.7; }
.grx-lp-restaurant-case h3 strong { display:flex; align-items:baseline; gap:6px; flex-wrap:wrap; color:var(--grx-lp-accent); font-family:Arial,sans-serif; font-size:52px; line-height:1.4; }
.grx-lp-restaurant-case h3 small { font-family:inherit; font-size:16px; }
.grx-lp-restaurant-case h3 strong > span { font-size:22px; }
@media(max-width:760px) { .grx-lp-restaurant-case { grid-template-columns:1fr; padding:25px 20px; gap:24px; } .grx-lp-restaurant-case h3 strong { font-size:46px; } }
.grx-lp-voices { background:#edf5f5; }
.grx-lp-voice-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.grx-area-lp-body .grx-lp-voice-card { display:flex; flex-direction:column; padding:28px; background:#fff; border:1px solid var(--grx-lp-line); border-top:4px solid var(--grx-lp-main); border-radius:10px; }
.grx-lp-voice-card figcaption { display:flex; flex-direction:column; gap:12px; padding-bottom:20px; border-bottom:1px solid var(--grx-lp-line); }
.grx-lp-voice-card figcaption span { color:var(--grx-lp-accent); font-size:14px; font-weight:700; }
.grx-lp-voice-card figcaption strong { font-size:17px; line-height:1.7; }
.grx-area-lp-body .grx-lp-voice-card blockquote { margin:22px 0; padding:0; border:0; background:none; box-shadow:none; font-style:normal; font-size:16px; color:var(--grx-lp-text); }
.grx-lp-voice-card blockquote::before,.grx-lp-voice-card blockquote::after { display:none; }
.grx-area-lp-body .grx-lp-voice-card__source { margin-top:auto; font-size:12px; color:#52676e; }
.grx-area-lp-body .grx-lp-voices__note { margin-top:24px; font-size:12px; color:#52676e; }
.grx-area-lp-body .grx-lp-voices__link { display:inline-block; margin-top:16px; color:var(--grx-lp-accent); font-size:14px; font-weight:700; text-decoration:underline; text-underline-offset:4px; }
@media(max-width:760px) { .grx-lp-voice-grid { grid-template-columns:1fr; gap:16px; } .grx-area-lp-body .grx-lp-voice-card { padding:24px; } }
.grx-lp-local { background:#fff; }
.grx-lp-local__grid { display:grid; grid-template-columns:1.1fr 1fr; align-items:center; gap:55px; }
.grx-lp-local__content > p { color:#52676e; }
.grx-lp-local__content ul { list-style:none; margin:24px 0 16px; border-top:1px solid var(--grx-lp-line); }
.grx-lp-local__content li { display:flex; gap:28px; padding:15px 0; border-bottom:1px solid var(--grx-lp-line); }
.grx-lp-local__content li strong { flex:0 0 60px; font-size:18px; }
.grx-lp-local__content li span { font-size:14px; color:#52676e; }
.grx-lp-local__content > small { font-size:12px; color:#61787e; }
.grx-lp-local__illustration { padding:20px; border:1px solid var(--grx-lp-line); background:#f4f8f8; border-radius:14px; }
.grx-lp-local__illustration img { width:100%; mix-blend-mode:multiply; }
.grx-lp-local__illustration figcaption { display:flex; flex-direction:column; gap:10px; text-align:center; padding:18px 0; }
.grx-lp-local__illustration figcaption strong { font-size:22px; }
.grx-lp-local__illustration figcaption span { font-size:14px; color:#52676e; }
.grx-lp-services { background:var(--grx-lp-cream); }
.grx-lp-service-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.grx-lp-service-grid article { position:relative; padding:30px; background:#fff; border-radius:10px; }
.grx-lp-service-grid article > span { display:block; color:var(--grx-lp-main); font-size:24px; font-family:Georgia,serif; line-height:1; margin-bottom:12px; }
.grx-lp-service-grid h3 { font-size:23px; line-height:1.5; margin-bottom:12px; }
.grx-lp-service-grid b { font-size:14px; color:var(--grx-lp-accent); }
.grx-lp-service-grid p { margin-top:16px; color:#52676e; }
.grx-lp-service-grid small { display:inline-block; margin-top:20px; padding:6px 14px; background:#eaf2f3; border-radius:4px; font-weight:700; font-size:14px; }
.grx-area-lp-body .grx-lp-services__note { margin-top:22px; font-size:12px; color:#52676e; }
.grx-lp-process { background:#eaf3f3; }
.grx-lp-process__intro { display:grid; grid-template-columns:1fr 300px; gap:40px; align-items:center; margin-bottom:30px; }
.grx-lp-process__intro .grx-lp-heading { margin-bottom:0 !important; }
.grx-lp-process__intro figure img { width:100%; height:220px; object-fit:contain; }
.grx-lp-process ol { display:grid; grid-template-columns:repeat(3,1fr); list-style:none; gap:24px; }
.grx-lp-process li { display:flex; gap:15px; padding:25px 20px; background:#fff; border-radius:8px; }
.grx-lp-process li > span { font-family:Georgia,serif; color:var(--grx-lp-main); font-size:24px; }
.grx-lp-process li h3 { font-size:19px; margin-bottom:12px; }
.grx-lp-process li p { font-size:16px; color:#52676e; }
.grx-area-lp-body .grx-lp-process__note { margin-top:24px; font-size:14px; text-align:center; color:#52676e; }
.grx-lp-profile { background:#fff; }
.grx-lp-profile__grid { display:grid; grid-template-columns:300px 1fr; align-items:center; gap:65px; }
.grx-lp-profile__photo { padding:0 18px 18px 0; }
.grx-lp-profile__photo img { width:100%; border-radius:10px; box-shadow:18px 18px 0 var(--grx-lp-pale); }
.grx-lp-profile__content h2 { font-size:30px; line-height:1.6; margin:14px 0 22px; }
.grx-lp-profile__content > p:not(.grx-lp-eyebrow) { margin-top:16px; color:#52676e; }
.grx-lp-profile__content > div { display:flex; flex-direction:column; gap:8px; margin-top:24px; padding-top:20px; border-top:1px solid var(--grx-lp-line); }
.grx-lp-profile__content > div span { font-size:12px; color:#61787e; }
.grx-lp-faq { background:#f7fafb; }
.grx-lp-faq__grid { display:grid; grid-template-columns:300px 1fr; gap:65px; }
.grx-lp-faq__list details { border-bottom:1px solid var(--grx-lp-line); }
.grx-lp-faq__list details:first-child { border-top:1px solid var(--grx-lp-line); }
.grx-lp-faq summary { display:flex; gap:12px; align-items:center; justify-content:space-between; list-style:none; padding:22px 0; font-size:16px; font-weight:700; cursor:pointer; }
.grx-lp-faq summary::-webkit-details-marker { display:none; }
.grx-lp-faq summary i { position:relative; flex:0 0 18px; width:18px; height:18px; }
.grx-lp-faq summary i::before,.grx-lp-faq summary i::after { position:absolute; content:""; background:var(--grx-lp-accent); inset:8px 0; }
.grx-lp-faq summary i::after { transform:rotate(90deg); }
.grx-lp-faq details[open] summary i::after { transform:none; }
.grx-lp-faq details > p { padding:0 0 24px; font-size:16px; color:#52676e; }
.grx-lp-consultation { padding:80px 0; color:#fff; background:var(--grx-lp-ink); }
.grx-lp-consultation__grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; align-items:start; }
.grx-lp-consultation__intro > p:first-child { color:#b2d5d5; font-size:12px; letter-spacing:.15em; font-weight:700; }
.grx-lp-consultation h2 { font-size:32px; line-height:1.6; margin:18px 0 24px; }
.grx-lp-consultation__intro > p { color:#d7e7e8; }
.grx-lp-consultation__intro ul { list-style:none; margin-top:22px; }
.grx-lp-consultation__intro li { margin-top:7px; font-size:14px; }
.grx-lp-consultation__intro li::before { content:"✓"; color:#ecd891; margin-right:10px; }
.grx-area-lp-body .grx-lp-line-card { display:flex; align-items:center; gap:15px; margin-top:30px; padding:20px; border-radius:8px; background:#fff; color:#176c3e; }
.grx-lp-line-card > span { display:block; padding:8px; background:#06a847; color:#fff; font-size:12px; font-weight:800; border-radius:6px; }
.grx-lp-line-card p { display:flex; flex-direction:column; }
.grx-lp-line-card strong { font-size:14px; }
.grx-lp-line-card small { color:#52676e; font-size:12px; }
.grx-lp-line-card > i { font-style:normal; }
.grx-lp-form-card { padding:30px; background:#fff; color:var(--grx-lp-text); border-radius:12px; }
.grx-lp-form-card__head { margin-bottom:24px; }
.grx-lp-form-card__head > span { font-size:12px; color:var(--grx-lp-accent); font-weight:700; }
.grx-lp-form-card__head h3 { font-size:26px; margin:6px 0; }
.grx-lp-form-card__head p { color:#52676e; font-size:12px; }
.grx-lp-form-card b { display:inline-block; padding:1px 5px; background:#eff5f6; color:#32697a; font-size:12px; border-radius:2px; margin-left:6px; }
.grx-lp-form { display:grid; gap:20px; }
.grx-lp-form__row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.grx-lp-form label { display:block; min-width:0; }
.grx-lp-form label > span { display:block; font-size:14px; margin-bottom:7px; }
.grx-lp-form :is(input,select,textarea) { width:100%; min-width:0; padding:12px; border:1px solid #bccfd2; border-radius:5px; background:#fff; color:var(--grx-lp-text); box-shadow:none; font-size:16px; }
.grx-lp-form textarea { min-height:140px; resize:vertical; }
.grx-lp-form .grx-lp-consent { display:flex; align-items:flex-start; gap:10px; }
.grx-lp-form .grx-lp-consent input { width:19px; height:19px; flex:0 0 19px; margin-top:5px; accent-color:var(--grx-lp-accent); }
.grx-lp-consent a { color:var(--grx-lp-accent); text-decoration:underline; }
.grx-lp-form .grx-lp-button--submit { width:100%; }
.grx-lp-form .grx-lp-button:disabled { opacity:.6; cursor:wait; }
.grx-lp-honeypot { position:absolute !important; width:1px !important; height:1px !important; overflow:hidden !important; clip:rect(1px,1px,1px,1px) !important; }
.grx-lp-form-fallback { text-align:center; padding:25px 0; }
.grx-lp-form-fallback p { margin:16px 0; }
.grx-lp-footer { padding:40px 0; background:#f3f7f7; }
.grx-lp-footer .grx-lp-container { display:grid; grid-template-columns:1fr auto; gap:24px; }
.grx-lp-footer p,.grx-lp-footer nav { font-size:14px; }
.grx-lp-footer nav { display:flex; flex-wrap:wrap; gap:22px; }
.grx-lp-footer .grx-lp-container > small { font-size:12px; color:#61787e; }
.grx-lp-mobile-cta { display:none; }
@media(max-width:1000px) {
.grx-lp-hero__grid { gap:20px; grid-template-columns:1.15fr 1fr; }
.grx-lp-header__area { display:none; }
.grx-lp-hero__proof > span { padding-inline:7px; }
.grx-lp-hero__profile { padding:12px; gap:10px; }
.grx-lp-hero__profile img { width:55px; height:55px; }
.grx-lp-hero__profile strong { font-size:14px; }
.grx-lp-hero__channels strong { display:block; margin:8px 0 0; }
.grx-lp-case-feature { padding:28px; gap:25px; }
.grx-lp-case-feature h3 > strong { font-size:34px; }
.grx-lp-process ol { gap:14px; }
.grx-lp-process li { display:block; }
.grx-lp-process li > span { display:block; margin-bottom:8px; }
.grx-lp-profile__grid { grid-template-columns:260px 1fr; gap:40px; }
.grx-lp-faq__grid { grid-template-columns:230px 1fr; gap:35px; }
}
@media(max-width:760px) {
html { scroll-padding-top:75px; }
.grx-lp-container { width:calc(100% - 36px); }
.grx-lp-header__inner { min-height:65px; }
.grx-lp-logo > span { font-size:25px; }
.grx-lp-header .grx-lp-logo > small { display:none; }
.grx-lp-logo > small { font-size:12px; }
.grx-area-lp-body .grx-lp-button--small { font-size:12px; padding:10px 12px; min-height:42px; }
.grx-lp-hero__area { font-size:14px; padding:11px 16px; letter-spacing:0; }
.grx-lp-hero__grid { grid-template-columns:1fr; padding:28px 0; }
.grx-lp-hero__content { max-width:560px; margin-inline:auto; width:100%; }
.grx-area-lp-body .grx-lp-hero h1 { font-size:clamp(31px,7.5vw,44px); line-height:1.45; margin-block:13px 18px; }
.grx-lp-hero__lead { font-size:16px; }
.grx-lp-hero__proof { margin:20px 0; }
.grx-lp-hero__visual { max-width:500px; margin:auto; padding-top:6px; }
.grx-lp-hero__bubble { display:none; }
.grx-lp-hero__art { max-height:255px; object-fit:contain; }
.grx-lp-hero__profile { margin-top:6px; }
.grx-lp-hero__profile img { width:58px; height:58px; }
.grx-lp-hero__channels { padding:16px 12px; font-size:12px; }
.grx-lp-hero__channels i { margin:0 4px; }
.grx-lp-hero__channels strong { font-size:14px; }
.grx-lp-desktop-break { display:none; }
.grx-lp-mobile-break { display:block; }
.grx-lp-section { padding:58px 0; }
.grx-lp-heading { margin-bottom:30px !important; }
.grx-lp-heading h2 { font-size:clamp(25px,6.3vw,34px); line-height:1.65; }
.grx-lp-heading > p { font-size:14px; }
.grx-lp-heading > span { font-size:16px; text-align:left; }
.grx-lp-problem-grid { grid-template-columns:1fr; gap:16px; }
.grx-lp-problem-grid article { display:grid; grid-template-columns:100px 1fr; gap:10px 20px; padding:24px 20px; align-items:center; }
.grx-lp-problem-grid article > img { width:100%; height:100px; grid-row:1 / 3; margin:0; }
.grx-lp-problem-grid h3 { font-size:18px; margin:0; }
.grx-lp-problem-grid p { font-size:14px; }
.grx-lp-problems__answer { margin-top:25px; }
.grx-lp-problems__answer h3 { font-size:24px; }
.grx-lp-journey { grid-template-columns:1fr; gap:8px; }
.grx-lp-journey article { display:grid; grid-template-columns:42px 1fr; gap:5px 12px; padding:20px; }
.grx-lp-journey article > span { grid-row:1/4; font-size:30px; }
.grx-lp-journey article > b { margin:0; }
.grx-lp-journey h3 { font-size:20px; margin:2px 0 8px; }
.grx-lp-journey h3 br { display:none; }
.grx-lp-journey > i { transform:rotate(90deg); line-height:1; }
.grx-lp-solution__visual { grid-template-columns:1fr; gap:22px; margin-top:35px; }
.grx-lp-solution__visual img { max-height:200px; }
.grx-lp-solution__visual h3 { font-size:24px; }
.grx-lp-offer { padding:35px 0 38px; }
.grx-lp-offer__tag { font-size:12px; }
.grx-lp-offer h2 { font-size:25px; }
.grx-lp-offer__actions { flex-direction:column; gap:15px; }
.grx-lp-offer .grx-lp-button { min-width:0; width:100%; }
.grx-area-lp-body .grx-lp-button { font-size:16px; padding:16px 18px; gap:12px; }
.grx-lp-case-feature { grid-template-columns:1fr; padding:25px 22px; gap:26px; }
.grx-lp-case-feature h3 { font-size:22px; }
.grx-lp-case-feature h3 > strong { font-size:clamp(29px,8vw,40px); }
.grx-lp-case-metrics { justify-content:space-between; gap:12px; }
.grx-lp-case-metrics strong { font-size:34px; }
.grx-lp-chart { padding:22px 16px; }
.grx-lp-chart__bars { gap:36px; }
.grx-lp-result-grid { grid-template-columns:1fr; gap:22px; }
.grx-lp-result-card > div { padding:24px; }
.grx-lp-result-card h3 { font-size:22px; }
.grx-lp-result-card h3 strong { font-size:27px; }
.grx-lp-local__grid { grid-template-columns:1fr; gap:30px; }
.grx-lp-local__content li { gap:20px; }
.grx-lp-local__illustration { max-width:500px; margin:auto !important; }
.grx-lp-local__illustration figcaption strong { font-size:20px; }
.grx-lp-service-grid { grid-template-columns:1fr; gap:16px; }
.grx-lp-service-grid article { padding:25px; }
.grx-lp-service-grid h3 { font-size:22px; }
.grx-lp-process__intro { grid-template-columns:1fr; gap:22px; }
.grx-lp-process__intro figure img { height:190px; }
.grx-lp-process ol { grid-template-columns:1fr; gap:16px; }
.grx-lp-process li { display:flex; gap:18px; padding:24px; }
.grx-lp-profile__grid { grid-template-columns:1fr; gap:30px; }
.grx-lp-profile__photo { max-width:265px; margin:auto; }
.grx-lp-profile__content h2 { font-size:26px; }
.grx-lp-faq__grid { grid-template-columns:1fr; gap:0; }
.grx-lp-consultation { padding:55px 0; }
.grx-lp-consultation__grid { grid-template-columns:1fr; gap:30px; }
.grx-lp-consultation h2 { font-size:28px; }
.grx-lp-form-card { padding:25px 20px; }
.grx-lp-form__row { grid-template-columns:1fr; gap:20px; }
.grx-lp-footer .grx-lp-container { grid-template-columns:1fr; gap:18px; }
.grx-lp-footer nav { gap:14px; font-size:12px; }
body.grx-area-lp-body { padding-bottom:calc(72px + env(safe-area-inset-bottom,0px)); }
.grx-lp-mobile-cta { position:fixed; z-index:1001; bottom:0; left:0; right:0; display:grid; grid-template-columns:.8fr 1.2fr; gap:10px; padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px)); background:#fff; border-top:1px solid var(--grx-lp-line); box-shadow:0 -4px 20px #173d4312; }
.grx-lp-mobile-cta a { display:flex; align-items:center; justify-content:center; min-height:48px; border-radius:6px; font-size:14px; font-weight:800; }
.grx-lp-mobile-cta a:first-child { background:#f0f8f2; color:#167740; border:1px solid #b9dec7; }
.grx-lp-mobile-cta a:last-child { color:#fff; background:var(--grx-lp-accent); }
}
@media(max-width:782px) { .admin-bar .grx-lp-header { top:46px; } }
@media(max-width:380px) {
.grx-lp-header .grx-lp-button--small { font-size:12px; padding:8px; }
.grx-lp-logo > small { font-size:12px; letter-spacing:-.06em; }
.grx-lp-problem-grid article { grid-template-columns:80px 1fr; gap:10px 14px; padding:20px 16px; }
.grx-lp-hero__proof strong { font-size:32px; }
.grx-lp-hero__proof .grx-lp-proof-word { font-size:21px; }
.grx-lp-hero__proof > span { font-size:12px; letter-spacing:-.035em; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .grx-area-lp-body *, .grx-area-lp-body *::before,.grx-area-lp-body *::after { animation:none !important; transition:none !important; } }

/* v2.2: narrative order, compact explanatory diagram and progressive evidence. */
.grx-lp-section { padding-block:64px; }
.grx-lp-hero__grid { grid-template-columns:1.3fr 1fr; padding-block:34px; }
.grx-area-lp-body .grx-lp-hero h1 { font-size:clamp(30px,3.5vw,44px); line-height:1.4; }
.grx-lp-hero__proof--results b { line-height:1.5; min-height:3em; }
.grx-lp-hero__proof--results strong { line-height:1.35; }
.grx-lp-hero__proof--results { margin-top:18px; }
.grx-lp-hero__channels { padding-block:12px; }
.grx-lp-flow-map { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; list-style:none; padding:0; margin:0; }
.grx-lp-flow-map li { position:relative; display:flex; gap:12px; align-items:flex-start; padding:22px 16px; border-top:3px solid var(--grx-lp-main); background:#edf5f5; border-radius:8px; }
.grx-lp-flow-map li:not(:last-child)::after { content:'→'; position:absolute; right:-25px; top:calc(50% - 15px); color:var(--grx-lp-main); font-size:22px; }
.grx-lp-flow-map li > span { color:var(--grx-lp-main); font:20px/1.6 Georgia,serif; }
.grx-lp-flow-map h3 { font-size:21px; line-height:1.5; margin:0 0 6px; }
.grx-lp-flow-map p { font-size:14px; line-height:1.7; }
.grx-lp-flow-map li:nth-child(3) { color:#fff; background:var(--grx-lp-ink); border-color:#eed27c; }
.grx-lp-flow-map li:nth-child(3) > span { color:#eed27c; }
.grx-area-lp-body .grx-lp-flow-conclusion { margin-top:28px; text-align:center; font-size:16px; }
.grx-lp-flow-conclusion strong { color:var(--grx-lp-accent); font-size:20px; }
.grx-lp-process__intro { grid-template-columns:1fr 180px; gap:24px; margin-bottom:20px; }
.grx-lp-process__intro figure img { height:150px; }
.grx-lp-process li { padding:20px; }
.grx-lp-process__action { text-align:center; margin-top:22px; }
.grx-lp-process__action .grx-lp-button { min-width:360px; }
.grx-lp-outcome-card { padding:26px; }
.grx-lp-outcome-card h3 { margin-block:12px 8px; font-size:21px; }
.grx-lp-outcome-card h3 strong { font-size:60px; }
.grx-area-lp-body .grx-lp-outcome-period { padding:8px 10px; margin-block:12px; }
.grx-area-lp-body .grx-lp-outcome-note { margin-top:12px; }
.grx-lp-seo-case { padding:28px; }
.grx-lp-seo-case h3 { font-size:26px; margin-bottom:14px; }
.grx-lp-seo-rank { padding:16px; }
.grx-lp-seo-rank strong span { font-size:56px; }
.grx-lp-restaurant-case { padding:26px; gap:24px; }
.grx-lp-evidence-point { display:block; color:var(--grx-lp-ink); font-size:14px; line-height:1.7; margin-bottom:8px; }
.grx-lp-evidence summary { min-height:48px; }
.grx-area-lp-body .grx-lp-voice-card { padding:22px; }
.grx-lp-voice-card figcaption { gap:6px; padding-bottom:12px; }
.grx-area-lp-body .grx-lp-voice-card blockquote { margin-block:14px; line-height:1.8; }
.grx-lp-local__grid { display:block; max-width:900px; }
.grx-lp-service-grid article { padding:24px; }
.grx-lp-service-grid article > span { position:absolute; right:22px; top:22px; font-size:20px; }
.grx-lp-service-grid h3 { padding-right:30px; font-size:21px; }
.grx-lp-service-grid p { margin-top:10px; }
.grx-lp-service-grid small { margin-top:12px; }
@media(max-width:1000px) and (min-width:761px) {
  .grx-lp-flow-map { gap:22px; }
  .grx-lp-flow-map li { display:block; padding:16px 12px; }
  .grx-lp-flow-map h3 { font-size:19px; }
  .grx-lp-flow-map li:not(:last-child)::after { right:-21px; }
}
@media(max-width:760px) {
  .grx-lp-section { padding-block:42px; }
  .grx-lp-heading { margin-bottom:24px !important; }
  .grx-lp-heading h2 { font-size:25px; line-height:1.55; }
  .grx-lp-hero__grid { grid-template-columns:1fr; padding-block:20px; }
  .grx-area-lp-body .grx-lp-hero h1 { font-size:clamp(28px,7.5vw,38px); line-height:1.4; margin-block:10px 16px; }
  .grx-lp-hero__lead { line-height:1.75; }
  .grx-lp-hero__proof--results { margin-block:16px 10px; }
  .grx-area-lp-body .grx-lp-hero__results-note { margin-bottom:12px; }
  .grx-lp-hero__art { max-height:160px; }
  .grx-lp-hero__profile { padding:10px; }
  .grx-area-lp-body .grx-lp-hero__note { margin-top:10px; }
  .grx-lp-hero__channels strong { margin-top:4px; }
  .grx-lp-problem-grid article { grid-template-columns:64px 1fr; gap:5px 12px; padding:16px; }
  .grx-lp-problem-grid article > img { height:70px; }
  .grx-lp-problem-grid h3 { font-size:18px; line-height:1.5; }
  .grx-lp-problem-grid p { font-size:16px; line-height:1.65; }
  .grx-lp-problems__answer { padding-top:18px; margin-top:20px; }
  .grx-lp-problems__answer h3 { font-size:22px; }
  .grx-lp-flow-map { grid-template-columns:1fr; gap:20px; }
  .grx-lp-flow-map li { align-items:center; padding:12px 16px; gap:14px; }
  .grx-lp-flow-map h3 { font-size:20px; margin:0; }
  .grx-lp-flow-map li:not(:last-child)::after { content:'↓'; top:auto; right:calc(50% - 8px); bottom:-23px; line-height:24px; }
  .grx-area-lp-body .grx-lp-flow-conclusion { text-align:left; margin-top:22px; }
  .grx-lp-flow-conclusion strong { font-size:19px; }
  .grx-lp-process__intro { grid-template-columns:minmax(0,1fr) 84px; gap:12px; }
  .grx-lp-process__intro figure img { height:auto; }
  .grx-lp-process__intro h2 { font-size:23px; }
  .grx-lp-process ol { gap:0; }
  .grx-lp-process li { border-radius:0; border-bottom:1px solid var(--grx-lp-line); padding:16px; gap:14px; }
  .grx-lp-process li h3 { margin-bottom:4px; font-size:18px; }
  .grx-lp-process li p { line-height:1.65; }
  .grx-lp-process__action .grx-lp-button { min-width:0; width:100%; }
  .grx-lp-outcome-card,.grx-lp-restaurant-case,.grx-lp-seo-case { padding:22px 18px; }
  .grx-lp-outcome-card h3 strong { font-size:54px; }
  .grx-lp-restaurant-case { gap:18px; }
  .grx-lp-seo-case__intro { gap:18px; }
  .grx-lp-seo-case h3 { font-size:23px; }
  .grx-lp-seo-rank { max-width:none; padding:10px 14px; }
  .grx-lp-seo-rank > span { display:inline; }
  .grx-lp-seo-rank > strong { display:inline-block; margin-left:10px; font-size:16px; }
  .grx-lp-seo-rank strong span { font-size:40px; }
  .grx-lp-seo-rank p br { display:none; }
  .grx-area-lp-body .grx-lp-voice-card { padding:20px; }
  .grx-lp-service-grid article { padding:20px; }
  .grx-lp-service-grid h3 { font-size:20px; }
}
