/*
Theme Name: Grounded Therapy
Theme URI: https://grounded-therapy.org
Author: Grounded Therapy
Description: A focused, accessible custom theme for Grounded Therapy PLLC.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: grounded-therapy
*/

:root {
  --gt-red: #ed1c24;
  --gt-red-dark: #c71219;
  --gt-ink: #111111;
  --gt-charcoal: #1c1b1b;
  --gt-cream: #f7f3ee;
  --gt-paper: #ffffff;
  --gt-muted: #6b6763;
  --gt-line: #e7e0d9;
  --gt-shadow: 0 24px 70px rgba(20, 17, 15, 0.12);
  --gt-radius: 28px;
  --gt-content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gt-ink);
  background: var(--gt-paper);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 {
  margin: 0 0 0.55em;
  font-family: "Jost", "Avenir Next", sans-serif;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(3rem, 6.2vw, 6.1rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
p { margin: 0 0 1.3em; }
.gt-container { width: min(calc(100% - 40px), var(--gt-content)); margin-inline: auto; }
.gt-skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; background: #fff; color: #000; }
.gt-skip-link:focus { top: 20px; }

.gt-topbar { background: var(--gt-red); color: #fff; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; }
.gt-topbar .gt-container { display: flex; justify-content: space-between; gap: 24px; padding-block: 8px; }
.gt-topbar a { text-decoration: none; }
.gt-header { position: relative; z-index: 20; background: var(--gt-ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.gt-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 28px; }
.gt-brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.gt-brand img { width: 45px; max-height: 52px; object-fit: contain; }
.gt-brand-copy { display: grid; line-height: 1; }
.gt-brand-name { font-family: "Jost", sans-serif; font-size: 1.36rem; font-weight: 700; letter-spacing: -0.02em; }
.gt-brand-tagline { margin-top: 7px; color: #bbb6b2; font-size: 0.61rem; letter-spacing: 0.1em; text-transform: uppercase; }
.gt-nav { display: flex; align-items: center; gap: clamp(17px, 2.2vw, 32px); }
.gt-nav a { color: #fff; font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.gt-nav a:not(.gt-button):hover, .gt-nav a:not(.gt-button):focus { color: #ff6b70; }
.gt-menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 14px; background: transparent; color: #fff; font: inherit; }
.gt-mobile-actions { display: none; }

.gt-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--gt-red); color: #fff !important; font-size: 0.87rem; font-weight: 700; text-decoration: none; box-shadow: 0 12px 30px rgba(237,28,36,.25); transition: transform .2s ease, background .2s ease; }
.gt-button:hover, .gt-button:focus { transform: translateY(-2px); background: var(--gt-red-dark); }
.gt-button--small { min-height: 42px; padding: 0 18px; margin: 10px 8px 0 0; font-size: .76rem; }
.gt-cta-note, .gt-form-note { max-width: 650px; margin-top: 18px; color: #c9c2bd; font-size: .86rem; }
.gt-cta-note a { color: #fff; font-weight: 700; }
.gt-form-note { color: var(--gt-muted); }
.gt-button--light { background: #fff; color: var(--gt-ink) !important; box-shadow: none; }
.gt-text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; text-decoration: none; }
.gt-text-link::after { content: "→"; color: var(--gt-red); transition: transform .2s ease; }
.gt-text-link:hover::after { transform: translateX(4px); }
.gt-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--gt-red); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.gt-eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.gt-lead { max-width: 760px; color: var(--gt-muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }

.gt-hero { position: relative; overflow: hidden; background: var(--gt-ink); color: #fff; }
.gt-hero::after { content: ""; position: absolute; right: -14%; bottom: -60%; width: 620px; aspect-ratio: 1; border: 1px solid rgba(237,28,36,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(237,28,36,.035), 0 0 0 140px rgba(237,28,36,.025); }
.gt-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 72px; min-height: 690px; padding-block: 92px; }
.gt-hero h1 { max-width: 760px; }
.gt-hero h1 span { color: var(--gt-red); }
.gt-hero-copy > p { max-width: 670px; color: #cdc8c3; font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.gt-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.gt-actions .gt-text-link { color: #fff; }
.gt-hero-art { position: relative; min-height: 490px; }
.gt-symbol-card { position: absolute; inset: 0 6% 8% 8%; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 190px 190px 32px 32px; background: linear-gradient(160deg, #2b2828, #141313); box-shadow: var(--gt-shadow); }
.gt-symbol-card::after { content: ""; position: absolute; inset: auto -20% -45% 20%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(237,28,36,.32), transparent 67%); }
.gt-symbol-card img { position: relative; z-index: 1; width: min(58%, 225px); filter: drop-shadow(0 24px 50px rgba(237,28,36,.24)); }
.gt-note-card { position: absolute; right: 0; bottom: 0; z-index: 2; max-width: 255px; padding: 22px 24px; border-radius: 18px; background: var(--gt-red); color: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.3); font-size: .85rem; font-weight: 600; line-height: 1.5; }

.gt-trust { border-bottom: 1px solid var(--gt-line); background: var(--gt-paper); }
.gt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gt-trust-item { padding: 25px 24px; border-right: 1px solid var(--gt-line); }
.gt-trust-item:first-child { padding-left: 0; }
.gt-trust-item:last-child { border-right: 0; }
.gt-trust-item strong { display: block; font-family: "Jost", sans-serif; font-size: 1.05rem; }
.gt-trust-item span { color: var(--gt-muted); font-size: .76rem; }

.gt-section { padding-block: clamp(84px, 10vw, 142px); }
.gt-section--cream { background: var(--gt-cream); }
.gt-section--dark { background: var(--gt-ink); color: #fff; }
.gt-section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.gt-section-heading p { color: var(--gt-muted); }
.gt-section--dark .gt-section-heading p { color: #bbb5b1; }

.gt-pain-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.gt-pain-grid h2 { position: sticky; top: 40px; }
.gt-story { padding-left: 32px; border-left: 3px solid var(--gt-red); }
.gt-story p { color: #5f5a56; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.gt-story strong { color: var(--gt-ink); }

.gt-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gt-service-card { position: relative; min-height: 540px; overflow: hidden; border-radius: var(--gt-radius); background: #222; color: #fff; box-shadow: var(--gt-shadow); }
.gt-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gt-service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.82) 100%); }
.gt-service-card:hover img { transform: scale(1.025); }
.gt-service-card-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 42px; }
.gt-service-card p { max-width: 500px; color: #e3dfdc; }
.gt-service-card .gt-text-link { color: #fff; }

.gt-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.gt-portrait { position: relative; }
.gt-portrait::before { content: ""; position: absolute; top: -22px; left: -22px; width: 120px; height: 120px; border-top: 4px solid var(--gt-red); border-left: 4px solid var(--gt-red); }
.gt-portrait img { aspect-ratio: 4 / 4.4; width: 100%; object-fit: cover; object-position: 50% 30%; border-radius: 24px; filter: saturate(.84) contrast(1.03); box-shadow: var(--gt-shadow); }
.gt-about-copy ul, .gt-page-content ul { padding-left: 1.2em; }
.gt-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.gt-pill { padding: 8px 14px; border: 1px solid var(--gt-line); border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 700; }

.gt-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: steps; }
.gt-step { min-height: 280px; padding: 34px; border: 1px solid #373434; border-radius: 22px; counter-increment: steps; }
.gt-step::before { content: "0" counter(steps); display: block; margin-bottom: 50px; color: var(--gt-red); font-family: "Jost", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.gt-step p { color: #bdb7b3; }

.gt-fees-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.gt-price-cards { display: grid; gap: 18px; }
.gt-price-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 30px; border: 1px solid var(--gt-line); border-radius: 18px; background: #fff; }
.gt-price-card strong { font-family: "Jost", sans-serif; font-size: 1.26rem; }
.gt-price-card span { color: var(--gt-red); font-family: "Jost", sans-serif; font-size: 1.4rem; font-weight: 700; white-space: nowrap; }
.gt-insurance { margin-top: 22px; padding: 26px 30px; border-radius: 18px; background: var(--gt-ink); color: #fff; }
.gt-insurance p { color: #c8c1bc; font-size: .9rem; }

.gt-cta { position: relative; overflow: hidden; padding-block: clamp(90px, 11vw, 150px); background: var(--gt-red); color: #fff; text-align: center; }
.gt-cta::before { content: ""; position: absolute; inset: -150% 15% auto; height: 800px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.04), 0 0 0 180px rgba(255,255,255,.025); }
.gt-cta .gt-container { position: relative; z-index: 1; }
.gt-cta h2 { max-width: 900px; margin-inline: auto; }
.gt-cta p { max-width: 650px; margin: 0 auto 30px; color: #ffe7e7; }

.gt-page-hero { padding-block: 86px 96px; background: var(--gt-ink); color: #fff; }
.gt-page-hero h1 { max-width: 900px; }
.gt-page-hero p { max-width: 760px; color: #c9c2bd; font-size: 1.2rem; }
.gt-page-content { width: min(calc(100% - 40px), 880px); margin-inline: auto; padding-block: 90px; }
.gt-page-content > * { margin-top: 0; }
.gt-page-content img { border-radius: 20px; }
.gt-page-content h2, .gt-page-content h3 { margin-top: 1.7em; }
.gt-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.gt-bullets { display: grid; gap: 14px; padding: 0; list-style: none; }
.gt-bullets li { position: relative; padding-left: 30px; }
.gt-bullets li::before { content: ""; position: absolute; top: .65em; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--gt-red); }
.gt-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.gt-contact-card { padding: 34px; border-radius: 22px; background: var(--gt-cream); }
.gt-contact-card a { color: var(--gt-red-dark); font-weight: 700; }

/* Resource library */
.gt-resource-hero { padding-block: 74px 82px; background: var(--gt-ink); color: #fff; }
.gt-resource-hero .gt-lead { color: #c9c2bd; }
.gt-resource-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gt-resource-library { padding-block: clamp(70px, 9vw, 118px); }
.gt-resource-group + .gt-resource-group { margin-top: clamp(76px, 9vw, 124px); }
.gt-resource-group-heading { display: grid; grid-template-columns: 1fr minmax(280px, 520px); gap: 44px; align-items: end; margin-bottom: 34px; }
.gt-resource-group-heading h2 { margin: 0; }
.gt-resource-group-heading p { margin: 0; color: var(--gt-muted); }
.gt-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.gt-resource-card { display: flex; flex-direction: column; min-height: 340px; padding: 34px; border: 1px solid var(--gt-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(20,17,15,.07); }
.gt-resource-card--featured { background: var(--gt-cream); }
.gt-resource-card--soon { min-height: 230px; background: #fbfaf8; box-shadow: none; }
.gt-resource-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 38px; }
.gt-resource-number { color: var(--gt-red); font-family: "Jost", sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gt-resource-card h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
.gt-resource-card h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.gt-resource-card p { color: var(--gt-muted); }
.gt-resource-card .gt-actions { margin-top: auto; padding-top: 18px; }
.gt-resource-badge { display: inline-flex; align-self: flex-start; margin-top: auto; padding: 7px 11px; border-radius: 999px; background: #eee9e4; color: var(--gt-muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gt-use-badge { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 11px; border: 1px solid transparent; border-radius: 999px; font: 700 .68rem/1 "Jost", sans-serif; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.gt-use-badge--individual { border-color: #f1b7b9; background: #fdebec; color: #9d151a; }
.gt-use-badge--individual-first { border-color: #d8c9bb; background: #f3eee9; color: #5d4f46; }
.gt-use-badge--couple { border-color: #b9d4cb; background: #eaf4f1; color: #245c4d; }

/* Interactive resource */
.gt-tool-shell { background: var(--gt-cream); }
.gt-tool-intro { padding-block: 62px 54px; background: var(--gt-ink); color: #fff; }
.gt-tool-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 18px; }
.gt-tool-meta .gt-eyebrow { margin-bottom: 0; }
.gt-tool-intro .gt-use-badge { border-color: rgba(255,255,255,.28); }
.gt-tool-intro-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; }
.gt-tool-intro h1 { max-width: 920px; font-size: clamp(2.75rem, 5.3vw, 5.3rem); }
.gt-tool-intro p { max-width: 780px; color: #c9c2bd; font-size: 1.08rem; }
.gt-tool-privacy { max-width: 330px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: #d8d1cd; font-size: .78rem; }
.gt-tool-privacy strong { display: block; margin-bottom: 4px; color: #fff; }
.gt-tool-privacy span { display: block; margin-top: 10px; color: #aaa29e; }
.gt-tool-toolbar { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--gt-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.gt-tool-toolbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.gt-tool-progress-wrap { flex: 1; max-width: 500px; }
.gt-tool-progress-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.gt-tool-progress { overflow: hidden; height: 7px; border-radius: 99px; background: #ece7e2; }
.gt-tool-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gt-red); transition: width .25s ease; }
.gt-tool-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gt-tool-button { min-height: 42px; padding: 0 16px; border: 1px solid var(--gt-line); border-radius: 999px; background: #fff; color: var(--gt-ink); font: 700 .76rem/1 "Poppins", sans-serif; cursor: pointer; text-decoration: none; }
.gt-tool-button:hover, .gt-tool-button:focus { border-color: var(--gt-red); color: var(--gt-red-dark); }
.gt-tool-button--primary { border-color: var(--gt-red); background: var(--gt-red); color: #fff; }
.gt-tool-button--primary:hover, .gt-tool-button--primary:focus { background: var(--gt-red-dark); color: #fff; }
.gt-tool-form { width: min(calc(100% - 40px), 900px); margin-inline: auto; padding-block: 64px 110px; }
.gt-tool-status { min-height: 24px; margin-bottom: 12px; color: var(--gt-muted); font-size: .75rem; text-align: right; }
.gt-tool-step { margin-bottom: 30px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--gt-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(20,17,15,.055); }
.gt-tool-step-header { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; margin-bottom: 26px; }
.gt-tool-step-number { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--gt-red); color: #fff; font-family: "Jost", sans-serif; font-weight: 700; }
.gt-tool-step h2 { margin-bottom: 6px; font-size: clamp(1.85rem, 3.3vw, 2.75rem); }
.gt-tool-step-header p { margin: 0; color: var(--gt-muted); font-size: .9rem; }
.gt-field { margin-top: 24px; }
.gt-field label, .gt-field legend { display: block; margin-bottom: 9px; font-family: "Jost", sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1.3; }
.gt-field small { display: block; margin: -3px 0 10px; color: var(--gt-muted); font-size: .76rem; }
.gt-field textarea, .gt-field input[type="text"] { width: 100%; border: 1px solid #d9d1ca; border-radius: 12px; background: #fff; color: var(--gt-ink); font: inherit; }
.gt-field textarea { min-height: 126px; padding: 15px 16px; resize: vertical; line-height: 1.55; }
.gt-field input[type="text"] { min-height: 50px; padding: 10px 14px; }
.gt-field textarea:focus, .gt-field input:focus, .gt-field input[type="range"]:focus { outline: 3px solid rgba(237,28,36,.18); outline-offset: 2px; border-color: var(--gt-red); }
.gt-range-row { display: grid; grid-template-columns: 1fr 64px; gap: 18px; align-items: center; }
.gt-range-row input { width: 100%; accent-color: var(--gt-red); }
.gt-range-value { display: grid; place-items: center; width: 58px; height: 48px; border-radius: 12px; background: var(--gt-cream); color: var(--gt-red-dark); font-family: "Jost", sans-serif; font-size: 1.25rem; font-weight: 700; }
.gt-check-list { display: grid; gap: 11px; margin: 20px 0 0; padding: 0; list-style: none; }
.gt-check-list label { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 500; }
.gt-check-list input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--gt-red); }
.gt-repair-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.gt-repair-card { padding: 20px; border-radius: 16px; background: var(--gt-cream); }
.gt-repair-card strong { display: block; margin-bottom: 5px; color: var(--gt-red-dark); font-family: "Jost", sans-serif; }
.gt-repair-card p { margin: 0; color: var(--gt-muted); font-size: .82rem; }
.gt-tool-note { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--gt-red); border-radius: 0 12px 12px 0; background: #fdebec; font-size: .85rem; }
.gt-tool-note strong { display: block; margin-bottom: 4px; }
.gt-tool-finish { padding: 34px; border-radius: 22px; background: var(--gt-ink); color: #fff; text-align: center; }
.gt-tool-finish p { max-width: 650px; margin-inline: auto; color: #c9c2bd; }
.gt-tool-finish .gt-tool-actions { justify-content: center; }

@media print {
  .gt-topbar, .gt-header, .gt-footer, .gt-tool-toolbar, .gt-tool-finish, .gt-menu-toggle { display: none !important; }
  .gt-tool-shell { background: #fff; }
  .gt-tool-intro { padding: 24px 0; background: #fff; color: #000; }
  .gt-tool-intro p, .gt-tool-privacy { color: #333; }
  .gt-tool-privacy { border-color: #ccc; }
  .gt-tool-form { width: 100%; padding: 20px 0; }
  .gt-tool-step { break-inside: avoid; margin-bottom: 16px; padding: 20px; box-shadow: none; }
  .gt-tool-step-number { border: 1px solid #000; background: #fff; color: #000; }
  .gt-field textarea, .gt-field input[type="text"] { border-color: #777; }
}

.gt-footer { background: #0d0d0d; color: #fff; }
.gt-footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; padding-block: 74px 54px; }
.gt-footer p, .gt-footer a { color: #aaa39f; }
.gt-footer a:hover { color: #fff; }
.gt-footer h3 { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.gt-footer-brand img { width: 82px; margin-bottom: 24px; }
.gt-footer-nav { display: grid; gap: 9px; }
.gt-footer-nav a { text-decoration: none; }
.gt-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid #282626; color: #77716e; font-size: .72rem; }

@media (max-width: 980px) {
  .gt-topbar .gt-container { justify-content: center; text-align: center; }
  .gt-topbar span:last-child { display: none; }
  .gt-menu-toggle { display: block; }
  .gt-nav { display: none; position: absolute; top: 88px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; padding: 22px; border: 1px solid #343030; border-radius: 18px; background: #181717; box-shadow: var(--gt-shadow); }
  .gt-nav.is-open { display: flex; }
  .gt-nav a { padding: 8px; }
  .gt-nav .gt-button { margin-top: 6px; }
  .gt-hero-grid, .gt-section-heading, .gt-pain-grid, .gt-about-grid, .gt-fees-grid, .gt-split, .gt-contact-grid { grid-template-columns: 1fr; }
  .gt-hero-grid { gap: 20px; min-height: auto; }
  .gt-hero-art { min-height: 430px; max-width: 520px; width: 100%; margin-inline: auto; }
  .gt-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gt-trust-item:nth-child(2) { border-right: 0; }
  .gt-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--gt-line); }
  .gt-pain-grid h2 { position: static; }
  .gt-card-grid { grid-template-columns: 1fr; }
  .gt-process-grid { grid-template-columns: 1fr; }
  .gt-tool-intro-grid { grid-template-columns: 1fr; }
  .gt-tool-privacy { max-width: none; }
  .gt-step { min-height: 220px; }
  .gt-step::before { margin-bottom: 28px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .gt-container { width: min(calc(100% - 28px), var(--gt-content)); }
  .gt-brand-tagline { display: none; }
  .gt-header-inner { min-height: 76px; }
  .gt-mobile-actions { position: sticky; top: 0; z-index: 19; display: grid; grid-template-columns: .7fr .7fr 1.6fr; border-bottom: 1px solid var(--gt-line); background: #fff; box-shadow: 0 5px 18px rgba(20,17,15,.08); }
  .gt-mobile-actions a { display: grid; place-items: center; min-height: 48px; border-right: 1px solid var(--gt-line); color: var(--gt-ink); font-size: .77rem; font-weight: 700; text-decoration: none; }
  .gt-mobile-actions-primary { background: var(--gt-red); color: #fff !important; }
  .gt-nav { top: 76px; right: 14px; left: 14px; }
  .gt-hero-grid { padding-block: 70px; }
  .gt-hero-art { min-height: 350px; }
  .gt-symbol-card { inset: 0 3% 9%; }
  .gt-note-card { max-width: 210px; padding: 17px 18px; font-size: .76rem; }
  .gt-trust-item { padding: 20px 12px; }
  .gt-service-card { min-height: 470px; }
  .gt-service-card-content { padding: 30px 25px; }
  .gt-price-card { align-items: flex-start; flex-direction: column; }
  .gt-resource-grid, .gt-repair-grid, .gt-resource-group-heading { grid-template-columns: 1fr; }
  .gt-resource-card-top { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
  .gt-tool-toolbar { position: static; }
  .gt-tool-toolbar-inner { align-items: stretch; flex-direction: column; padding-block: 14px; }
  .gt-tool-progress-wrap { max-width: none; }
  .gt-tool-actions { width: 100%; }
  .gt-tool-button { flex: 1; }
  .gt-tool-form { width: min(calc(100% - 28px), 900px); }
  .gt-tool-step-header { grid-template-columns: 42px 1fr; }
  .gt-tool-step-number { width: 42px; height: 42px; }
  .gt-footer-main { grid-template-columns: 1fr; gap: 36px; }
  .gt-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
