/* =========================================================
   GP Practice — Josephine Child Theme Design System
   Light blue theme, dark borders/content, tight spacing,
   animations, mobile-first responsive.
   ========================================================= */

:root {
	--gpc-primary: #0f5fa6;
	--gpc-primary-dark: #0a4478;
	--gpc-accent: #0e8c77;
	--gpc-border: #9fc1da;
	--gpc-text: #0b1a29;
	--gpc-text-muted: #33465a;
	--gpc-bg-alt: #eef4fa;
	--gpc-primary-light: #e8f2fb;
	--gpc-urgent-bg: #fdecea;
	--gpc-urgent-text: #a3231c;
	--gpc-urgent-border: #e6a8a1;
	--gpc-success-bg: #e6f5ee;
	--gpc-success-text: #12633f;
	--gpc-success-border: #9ed6bb;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
	font-family: 'Inter', -apple-system, sans-serif !important;
	color: var(--gpc-text);
	line-height: 1.6;
	background: #fff;
}
h1, h2, h3, h4, h5,
.gpc-hero__title, .gpc-card__title, .gpc-section__header h2 {
	font-family: 'Poppins', -apple-system, sans-serif !important;
	color: #071220;
	font-weight: 700;
	letter-spacing: -0.01em;
}
p { color: var(--gpc-text-muted); }
a { color: var(--gpc-primary); text-decoration: none; }
a:hover { color: var(--gpc-primary-dark); }

.gpc-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.gpc-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.gpc-skip-link { position: absolute; left: 14px; top: -60px; background: var(--gpc-primary-dark); color: #fff; padding: 12px 20px; border-radius: 8px; z-index: 10000; text-decoration: none; font-weight: 700; transition: top 0.2s ease; }
.gpc-skip-link:focus { top: 14px; color: #fff; }
:focus-visible { outline: 3px solid var(--gpc-accent); outline-offset: 2px; }

/* ---------- Buttons ---------- */
.gpc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 7px;
	font-weight: 700; font-size: 0.93rem; padding: 11px 22px;
	border-radius: 999px; border: 2px solid transparent; text-decoration: none;
	cursor: pointer; transition: transform 0.18s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.18s ease, background-color 0.18s ease;
}
.gpc-btn--primary { background: var(--gpc-primary); color: #fff; box-shadow: 0 5px 14px rgba(15,95,166,0.28); }
.gpc-btn--primary:hover { background: var(--gpc-primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(15,95,166,0.34); }
.gpc-btn--outline { background: #fff; color: var(--gpc-primary-dark); border-color: var(--gpc-border); }
.gpc-btn--outline:hover { background: var(--gpc-primary-light); transform: translateY(-2px); }
.gpc-btn--white { background: #fff; color: var(--gpc-primary-dark); box-shadow: 0 5px 14px rgba(0,0,0,0.15); }
.gpc-btn--white:hover { background: var(--gpc-primary-light); transform: translateY(-2px) scale(1.02); }
.gpc-btn--sm { padding: 8px 16px; font-size: 0.85rem; margin-top: 6px; }
.gpc-btn:active { transform: translateY(0) scale(0.97); }

/* ---------- Utility bar + header ---------- */
.gpc-utility-bar { background: var(--gpc-primary-dark); color: #dcebf8; font-size: 0.83rem; }
.gpc-utility-bar__inner { display: flex; justify-content: space-between; align-items: center; padding: 7px 22px; flex-wrap: wrap; gap: 8px; }
.gpc-utility-bar__inner p { margin: 0; display: flex; align-items: center; gap: 7px; }
.gpc-utility-links { display: flex; gap: 18px; }
.gpc-utility-links a { color: #dcebf8; text-decoration: none; }
.gpc-utility-links a:hover { color: #fff; text-decoration: underline; }
.gpc-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #3fcfae; position: relative; }
.gpc-status-dot::after { content:""; position:absolute; inset:-4px; border-radius:50%; border:2px solid #3fcfae; animation: gpc-pulse 2s ease-out infinite; }
@keyframes gpc-pulse { 0% { transform:scale(0.6); opacity:0.9; } 100% { transform:scale(2); opacity:0; } }

.gpc-header { background: #fff; border-bottom: 1.5px solid var(--gpc-border); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 14px rgba(15,95,166,0.06); }
.gpc-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; gap: 18px; }
.gpc-brand { display: flex; align-items: center; gap: 9px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--gpc-primary-dark); text-decoration: none; white-space: nowrap; }
.gpc-brand__icon { color: var(--gpc-primary); }

.gpc-primary-nav { flex: 1; display: flex; justify-content: center; min-width: 0; }
.gpc-menu { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
.gpc-menu li { position: relative; margin: 0; }
.gpc-menu a { display: inline-block; padding: 8px 13px; border-radius: 999px; color: var(--gpc-text); font-weight: 600; font-size: 0.9rem; text-decoration: none; white-space: nowrap; transition: background-color 0.2s ease, color 0.2s ease; }
.gpc-menu a:hover { background: var(--gpc-primary-light); color: var(--gpc-primary-dark); }
.gpc-menu .current-menu-item > a, .gpc-menu .current_page_item > a { background: var(--gpc-primary-light); color: var(--gpc-primary-dark); }
.gpc-menu .sub-menu { list-style: none; margin: 0; padding: 6px; position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border: 1.5px solid var(--gpc-border); border-radius: 12px; box-shadow: 0 12px 30px rgba(15,95,166,0.16); min-width: 210px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
.gpc-menu li:hover > .sub-menu, .gpc-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.gpc-menu .sub-menu a { display: block; font-size: 0.87rem; }

.gpc-header__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.gpc-mobile-toggle { display: none; flex-direction: column; gap: 4px; width: 42px; height: 42px; border-radius: 8px; border: 1.5px solid var(--gpc-border); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.gpc-mobile-toggle span { width: 18px; height: 2px; background: var(--gpc-text); display: block; }
.gpc-mobile-menu { background: #fff; border-bottom: 1.5px solid var(--gpc-border); box-shadow: 0 10px 24px rgba(15,95,166,0.14); padding: 14px 22px 20px; }
.gpc-mobile-menu__list { list-style: none; margin: 0; padding: 0; }
.gpc-mobile-menu__list a { display: block; padding: 12px 4px; color: var(--gpc-text); text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--gpc-border); }
.gpc-mobile-menu .sub-menu { list-style: none; padding-left: 14px; margin: 0; }

/* ---------- Hero ---------- */
.gpc-hero { position: relative; padding: 52px 0 44px; background: linear-gradient(160deg, #e8f2fb 0%, #f7fafd 60%, #fff 100%); overflow: hidden; text-align: center; }
.gpc-hero__blob { position: absolute; top: -20%; right: -10%; width: 440px; height: 440px; background: radial-gradient(circle, rgba(15,95,166,0.14), rgba(14,140,119,0.10)); border-radius: 46% 54% 58% 42% / 44% 46% 54% 56%; animation: gpc-float 8s ease-in-out infinite; }
@keyframes gpc-float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-12px,12px) scale(1.03); } }
.gpc-hero--photo { background-size: cover; background-position: center; color: #fff; padding: 68px 0 56px; }
.gpc-hero--photo::before { content:""; position:absolute; inset:0; background: linear-gradient(160deg, rgba(10,68,120,0.86), rgba(14,140,119,0.7)); }
.gpc-hero--photo .gpc-container { position: relative; z-index: 2; }
.gpc-hero--photo .gpc-eyebrow { color: #bfe3d8; }
.gpc-hero--photo .gpc-hero__title { color: #fff; }
.gpc-hero--photo .gpc-hero__subtitle { color: #e4f0fa; }
.gpc-hero--photo .gpc-btn--outline { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.5); }

.gpc-eyebrow { display: block; width: fit-content; margin: 0 auto 10px; position: relative; padding-left: 20px; font-weight: 800; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gpc-accent); }
.gpc-eyebrow::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:12px; height:2.5px; background:var(--gpc-accent); border-radius:2px; }
.gpc-hero__title { font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.7rem); margin: 0 0 14px; line-height: 1.16; }
.gpc-hero__subtitle { max-width: 620px; margin: 0 auto 22px; font-size: 1.03rem; color: var(--gpc-text-muted); }
.gpc-hero--photo .gpc-hero__subtitle { color: #e4f0fa; }
.gpc-hero__ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections (tighter spacing) ---------- */
.gpc-section { padding: 44px 0; }
.gpc-section--alt { background: var(--gpc-bg-alt); }
.gpc-section__header { max-width: 620px; margin: 0 auto 28px; text-align: center; }
.gpc-section__header h2 { position: relative; display: inline-block; padding-bottom: 12px; font-size: clamp(1.4rem, 1.15rem + 0.9vw, 1.9rem); margin: 0 0 8px; }
.gpc-section__header h2::after { content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:48px; height:3px; background:linear-gradient(90deg,var(--gpc-primary),var(--gpc-accent)); border-radius:3px; }
.gpc-section__header p { margin: 0; }

/* ---------- Cards ---------- */
.gpc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gpc-grid--2 { grid-template-columns: repeat(2,1fr); }
.gpc-grid--4 { grid-template-columns: repeat(4,1fr); }
.gpc-card {
	background: #fff; border: 2px solid var(--gpc-border); border-radius: 14px;
	padding: 22px; box-shadow: 0 3px 12px rgba(15,95,166,0.08);
	transition: transform 0.25s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.gpc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(15,95,166,0.18); border-color: var(--gpc-primary); }
.gpc-card__icon { width: 46px; height: 46px; display: grid; place-items: center; background: linear-gradient(145deg,#e8f2fb,#d5e8f7); color: var(--gpc-primary); border-radius: 12px; font-size: 20px; margin-bottom: 12px; box-shadow: inset 0 0 0 1.5px rgba(15,95,166,0.15); transition: transform 0.25s ease, background 0.25s ease; }
.gpc-card:hover .gpc-card__icon { transform: scale(1.12) rotate(-5deg); background: linear-gradient(145deg,var(--gpc-primary),var(--gpc-primary-dark)); color: #fff; }
.gpc-card__title { font-size: 1.02rem; margin-bottom: 6px; }
.gpc-card__text { font-size: 0.9rem; margin-bottom: 10px; color: var(--gpc-text-muted); }
.gpc-link-arrow { font-weight: 700; font-size: 0.87rem; text-decoration: none; }
.gpc-link-arrow:hover { text-decoration: underline; }

/* highlighted / marked text */
.gpc-highlight, mark { background: linear-gradient(180deg, transparent 60%, #bfe3d8 60%); color: var(--gpc-text); padding: 0 2px; font-weight: 600; }

/* ---------- Steps ---------- */
.gpc-steps { display: flex; flex-direction: column; gap: 16px; max-width: 680px; margin: 0 auto; }
.gpc-step { display: flex; gap: 14px; align-items: flex-start; }
.gpc-step__number { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; background: var(--gpc-primary); color: #fff; border-radius: 50%; font-weight: 800; font-size: 0.98rem; box-shadow: 0 5px 14px rgba(15,95,166,0.3); }
.gpc-step h3 { font-size: 1rem; margin-bottom: 3px; }
.gpc-step p { margin: 0; font-size: 0.9rem; }

/* ---------- Callouts ---------- */
.gpc-callout { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; border: 1.5px solid; border-left-width: 4px; margin: 16px 0; }
.gpc-callout--urgent { background: var(--gpc-urgent-bg); border-color: var(--gpc-urgent-border); color: var(--gpc-urgent-text); }
.gpc-callout--info { background: var(--gpc-primary-light); border-color: var(--gpc-border); color: var(--gpc-primary-dark); }
.gpc-callout--success { background: var(--gpc-success-bg); border-color: var(--gpc-success-border); color: var(--gpc-success-text); }
.gpc-callout p { margin: 3px 0 0; color: inherit; font-size: 0.88rem; }
.gpc-callout strong { color: inherit; }

/* ---------- Hours / split ---------- */
.gpc-hours-list { list-style: none; margin: 0; padding: 0; }
.gpc-hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1.5px solid var(--gpc-border); font-size: 0.92rem; }
.gpc-hours-list li:last-child { border-bottom: none; }
.gpc-hours-list__day { font-weight: 700; }
.gpc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gpc-split__col { background: #fff; border: 2px solid var(--gpc-border); border-radius: 14px; padding: 22px; box-shadow: 0 3px 12px rgba(15,95,166,0.08); }
.gpc-split__col h2 { margin-top: 0; }

/* ---------- CTA banner ---------- */
.gpc-cta-banner { background: linear-gradient(135deg, var(--gpc-primary), var(--gpc-primary-dark)); color: #fff; padding: 40px 0; text-align: center; box-shadow: 0 14px 34px rgba(10,68,120,0.26); }
.gpc-cta-banner h2 { color: #fff; margin-bottom: 8px; }
.gpc-cta-banner p { color: #d6e8f7; max-width: 480px; margin: 0 auto 18px; }

/* ---------- FAQ ---------- */
.gpc-faq { max-width: 760px; margin: 0 auto; border: 2px solid var(--gpc-border); border-radius: 12px; overflow: hidden; background: #fff; }
.gpc-faq__item + .gpc-faq__item { border-top: 1.5px solid var(--gpc-border); }
.gpc-faq__trigger { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 0.96rem; color: var(--gpc-text); }
.gpc-faq__trigger:hover { background: var(--gpc-bg-alt); }
.gpc-faq__trigger[aria-expanded="true"] { background: var(--gpc-primary-light); color: var(--gpc-primary-dark); }
.gpc-faq__icon { width: 22px; height: 22px; display: grid; place-items: center; background: var(--gpc-primary-light); color: var(--gpc-primary); border-radius: 50%; font-size: 1rem; transition: transform 0.2s ease; }
.gpc-faq__trigger[aria-expanded="true"] .gpc-faq__icon { transform: rotate(45deg); background: #fff; }
.gpc-faq__panel { padding: 0 18px 16px; animation: gpc-faq-open 0.25s ease; }
@keyframes gpc-faq-open { from { opacity:0; transform:translateY(-6px);} to { opacity:1; transform:translateY(0);} }
.gpc-faq__panel p { margin: 0; font-size: 0.9rem; }

/* ---------- Help search (NEW) ---------- */
.gpc-help-search { background: linear-gradient(135deg,var(--gpc-primary),var(--gpc-primary-dark)); border-radius: 18px; padding: 32px clamp(18px,4vw,40px); text-align: center; box-shadow: 0 16px 38px rgba(10,68,120,0.26); max-width: 720px; margin: 0 auto; }
.gpc-help-search h2 { color: #fff; margin-bottom: 16px; }
.gpc-help-search__form { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 5px 5px 5px 18px; box-shadow: 0 8px 22px rgba(0,0,0,0.14); }
.gpc-help-search__form input { flex: 1 1 auto; min-width: 0; border: none; outline: none; font-size: 0.96rem; font-family: inherit; background: transparent; color: var(--gpc-text); }
.gpc-help-search__form .gpc-btn { flex: 0 0 auto; padding: 10px 22px; white-space: nowrap; }
.gpc-help-search__popular { margin-top: 14px; color: #d6e8f7; font-size: 0.85rem; }
.gpc-help-search__popular a { color: #fff; text-decoration: underline; margin: 0 5px; }

/* ---------- Testimonial (NEW) ---------- */
.gpc-testimonial { max-width: 680px; margin: 0 auto; text-align: center; background: #fff; border: 2px solid var(--gpc-border); border-radius: 16px; padding: 32px; box-shadow: 0 8px 22px rgba(15,95,166,0.1); }
.gpc-testimonial__mark { font-size: 4rem; color: var(--gpc-primary); opacity: 0.18; line-height: 1; font-family: Georgia,serif; display: block; }
.gpc-testimonial p { font-size: 1.08rem; font-style: italic; color: var(--gpc-text); margin: -8px 0 14px; }
.gpc-testimonial footer strong { color: var(--gpc-primary-dark); display: block; }
.gpc-testimonial footer span { color: var(--gpc-text-muted); font-size: 0.83rem; }

/* ---------- Stats (NEW) ---------- */
.gpc-stats { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; text-align: center; }
.gpc-stat { display: flex; flex-direction: column; gap: 2px; }
.gpc-stat__number { font-family: 'Poppins', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--gpc-primary); }
.gpc-stat__label { font-size: 0.85rem; color: var(--gpc-text-muted); font-weight: 600; }

/* ---------- Forms ---------- */
.gpc-form-wrap { max-width: 720px; margin: 0 auto; }
.gpc-form-notice { padding: 14px 16px; border-radius: 10px; margin-bottom: 20px; font-weight: 600; border: 1.5px solid; }
.gpc-form-notice--success { background: var(--gpc-success-bg); border-color: var(--gpc-success-border); color: var(--gpc-success-text); }
.gpc-form-notice--error { background: var(--gpc-urgent-bg); border-color: var(--gpc-urgent-border); color: var(--gpc-urgent-text); }
.gpc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.gpc-field { margin-bottom: 16px; }
.gpc-field label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 5px; }
.gpc-field input, .gpc-field textarea, .gpc-field select {
	width: 100%; padding: 11px 13px; border: 2px solid var(--gpc-border); border-radius: 8px;
	font-family: inherit; font-size: 0.96rem; color: var(--gpc-text); transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.gpc-field input:focus, .gpc-field textarea:focus, .gpc-field select:focus { border-color: var(--gpc-primary); outline: none; box-shadow: 0 0 0 3px var(--gpc-primary-light); }
.gpc-contact-notice-box { background: var(--gpc-bg-alt); border: 1.5px solid var(--gpc-border); border-radius: 10px; padding: 12px 14px; margin-bottom: 18px; font-size: 0.88rem; color: var(--gpc-text-muted); }
.gpc-contact-notice-box strong { color: var(--gpc-text); display: block; margin-bottom: 3px; }
.gpc-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--gpc-primary); color: #fff; font-weight: 700; font-size: 0.93rem; padding: 11px 26px; border-radius: 999px; border: none; cursor: pointer; box-shadow: 0 5px 14px rgba(15,95,166,0.28); transition: transform 0.18s ease, background-color 0.18s ease; }
.gpc-btn-primary:hover { background: var(--gpc-primary-dark); transform: translateY(-2px); }

/* ---------- Footer ---------- */
.gpc-footer { background: linear-gradient(160deg,#0d2137 0%,#0a1a2b 100%); color: #b9cfe3; padding-top: 40px; }
.gpc-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 32px; }
.gpc-footer__brand { font-family: 'Poppins', sans-serif; font-size: 1.1rem; font-weight: 700; color: #fff; text-decoration: none; display: inline-block; margin-bottom: 8px; }
.gpc-footer h2 { color: #fff; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.gpc-footer p { color: #9db8d0; font-size: 0.87rem; margin-bottom: 10px; }
.gpc-footer ul { list-style: none; margin: 0; padding: 0; }
.gpc-footer li { padding: 4px 0; font-size: 0.87rem; }
.gpc-footer a { color: #b9cfe3; text-decoration: none; }
.gpc-footer a:hover { color: #fff; text-decoration: underline; }
.gpc-footer-hours li { display: flex; justify-content: space-between; }
.gpc-footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 0; }
.gpc-footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.gpc-footer__bottom-inner p { margin: 0; color: #8aa6c2; font-size: 0.82rem; }
.gpc-footer__legal { display: flex; gap: 16px; }
.gpc-back-to-top { background: rgba(255,255,255,0.09); border: none; color: #fff; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; }
.gpc-back-to-top:hover { background: rgba(255,255,255,0.18); }

/* ---------- Scroll-reveal (JS adds .is-visible) ---------- */
.gpc-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s cubic-bezier(0.2,0.7,0.2,1), transform 0.55s cubic-bezier(0.2,0.7,0.2,1); }
.gpc-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.gpc-primary-nav { display: none; }
	.gpc-mobile-toggle { display: flex; }
	.gpc-header-cta { display: none; }
	.gpc-grid, .gpc-grid--4 { grid-template-columns: repeat(2,1fr); }
	.gpc-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.gpc-grid, .gpc-grid--2, .gpc-grid--4 { grid-template-columns: 1fr; }
	.gpc-split { grid-template-columns: 1fr; }
	.gpc-form-grid { grid-template-columns: 1fr; }
	.gpc-hero { padding: 40px 0 34px; }
	.gpc-section { padding: 34px 0; }
	.gpc-hero__ctas { flex-direction: column; }
	.gpc-hero__ctas .gpc-btn { width: 100%; }
	.gpc-footer__grid { grid-template-columns: 1fr; }
	.gpc-footer__bottom-inner { flex-direction: column; text-align: center; }
	.gpc-help-search__form { flex-direction: column !important; border-radius: 16px; padding: 12px; }
	.gpc-help-search__form .gpc-btn { width: 100%; }
	.gpc-stats { gap: 20px; }
}
