/* ============================================================
   GEOPAGE TEMPLATE
   Single-geopage view for Hirzel Law city pages.
   Renders inside the existing site header/footer.
   Brand: #2B3990 (navy), #F36F21 (orange), #FC914D (light orange).
   ============================================================ */

/* HERO */
.geo-hero { position: relative; padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 3.75rem); text-align: center; color: #ffffff; background-color: #2B3990; background-position: center; background-size: cover; background-repeat: no-repeat; }
.geo-hero .container { width: 100%; }
.geo-hero__breadcrumb { font-size: clamp(0.75rem, 0.4vw + 0.65rem, 0.8125rem); margin-bottom: 1rem; opacity: 0.9; letter-spacing: 0.3px; }
.geo-hero__breadcrumb a { color: #ffffff; opacity: 0.85; }
.geo-hero__breadcrumb a:hover, .geo-hero__breadcrumb a:focus-visible { opacity: 1; color: #F36F21; text-decoration: underline; }
.geo-hero__breadcrumb span { margin: 0 0.375rem; opacity: 0.6; }
.geo-hero__breadcrumb .current { color: #ffffff; opacity: 1; font-weight: 600; }
.hero-divider { width: 3.75rem; height: 4px; background: #F36F21; margin: 1.25rem auto 1rem; border-radius: 2px; }
.geo-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.875rem, 3vw + 1rem, 2.625rem); font-weight: 800; line-height: 1.15; margin: 0 0 0.75rem; color: #ffffff; }
.geo-hero__sub { font-family: 'Montserrat', sans-serif; font-size: clamp(1rem, 0.6vw + 0.85rem, 1.125rem); font-weight: 400; color: #F36F21; margin: 0 0 1.75rem; }
.hero-stats { display: flex; justify-content: center; gap: clamp(1.5rem, 4vw, 3rem); margin-top: 0.5rem; flex-wrap: wrap; }
.hero-stat { text-align: center; min-width: 9rem; }
.hero-stat__number { font-family: 'Montserrat', sans-serif; font-size: clamp(1.375rem, 1.2vw + 0.85rem, 1.625rem); font-weight: 800; color: #ffffff; line-height: 1.2; }
.hero-stat__label { font-size: clamp(0.7rem, 0.3vw + 0.6rem, 0.75rem); color: rgba(255, 255, 255, 0.72); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.125rem; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255, 255, 255, 0.25); padding-left: clamp(1.5rem, 4vw, 3rem); }

/* MAIN CONTENT WRAPPER */
.geo-content { padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 3.75rem); }
.geo-content .row { display: flex; flex-wrap: wrap; gap: 2rem; }
.geo-content .eight.columns, .geo-content .four.columns { width: auto; }
.geo-content .eight.columns { flex: 2 1 32rem; }
.geo-content .four.columns { flex: 1 1 18rem; }

/* MAIN COLUMN TYPOGRAPHY */
.geo-main h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.375rem, 1.4vw + 0.85rem, 1.75rem); font-weight: 800; color: #2B3990; margin: 1.0rem 0 1rem; line-height: 1.2; }
.geo-main h2:first-of-type { margin-top: 0; }
.geo-main h3 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.125rem, 0.7vw + 0.95rem, 1.25rem); font-weight: 700; color: #2B3990; margin: 1.75rem 0 0.625rem; line-height: 1.3; }
.geo-main p { font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); line-height: 1.7; margin-bottom: 1rem; color: #333333; }
.geo-main ul { margin: 0.75rem 0 1.25rem 1.25rem; list-style: disc; }
.geo-main li { font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); line-height: 1.7; margin-bottom: 0.375rem; color: #333333; }
.geo-main a { color: #2B3990; font-weight: 600; }
.geo-main a:hover, .geo-main a:focus-visible { color: #F36F21; text-decoration: underline; }
.geo-main p.section-label { font-family: 'Montserrat', sans-serif; font-size: 15px;font-weight: 700; text-transform: uppercase;     letter-spacing: 1.5px; color: black;  margin-bottom: 6px; }




   

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0 2rem; }
.service-card { background: #F0F1F8; border: 1px solid #e0e1ec; border-radius: 0.5rem; padding: 0.875rem 1rem; display: grid; grid-template-columns: 2.5rem 1fr; column-gap: 0.8rem; row-gap: 0.2rem; align-items: start; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.service-card .svc-icon { grid-row: 1 / 3; width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: #ffffff; display: flex; align-items: center; justify-content: center; align-self: start; }
.service-card .svc-icon svg { width: 1.3rem; height: 1.3rem; stroke: #2B3990; }
.service-card:hover, .service-card:focus-within { border-color: #2B3990; box-shadow: 0 4px 12px rgba(43, 57, 144, 0.08); transform: translateY(-1px); }
.service-card a { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); color: #2B3990; text-decoration: none; line-height: 1.3; }
.service-card a:hover, .service-card a:focus-visible { color: #F36F21; }
.service-card .service-desc { font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); color: #555555; line-height: 1.4; }

/* MID-PAGE CTA */
.mid-cta { background: #F0F1F8; border-left: 4px solid #F36F21; padding: 1.5rem 1.75rem; margin: 2rem 0; border-radius: 0 0.5rem 0.5rem 0; }
.mid-cta p { margin: 0 0 0.75rem; font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem); font-weight: 600; color: #000; }

/* CTA BUTTON (shared) */
.mid-cta a.btn-cta { display: inline-block; background: #F36F21; color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(0.875rem, 0.4vw + 0.8rem, 0.9375rem); text-decoration: none; padding: 0.50rem 1.75rem; border-radius: 0.55rem; border: 0; cursor: pointer; transition: background-color 0.2s ease, transform 0.15s ease; }
.mid-cta a.btn-cta:hover, .btn-cta:focus-visible { background: #FC914D; color: #ffffff; transform: translateY(-1px); text-decoration: none; }
.mid-cta a.btn-cta--sm { padding: 0.625rem 1.5rem; font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); }

/* FAQ LIST */
.faq-list { margin: 1.25rem 0 1.5rem; }
.faq-item { border: 1px solid #e0e1ec; border-left: 3px solid #2B3990; border-radius: 0.375rem; margin-bottom: 0.625rem; background: #ffffff; }
.faq-item[open] { border-left-color: #F36F21; }
.faq-question { font-family: 'Montserrat', sans-serif; font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); font-weight: 700; color: #000; padding: 0.875rem 2.5rem 0.875rem 1.125rem; cursor: pointer; position: relative; list-style: none; line-height: 1.4; }
.faq-question:hover { font-family: 'Montserrat', sans-serif; font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); font-weight: 700; color: #2B3990; padding: 0.875rem 2.5rem 0.875rem 1.125rem; cursor: pointer; position: relative; list-style: none; line-height: 1.4; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: '+'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); font-size: 1.25rem; font-weight: 400; color: #F36F21; line-height: 1; }
.faq-item[open] .faq-question::after { content: '−'; }
.faq-answer { padding: 0 1.125rem 0.875rem; color: #444444; }
.faq-answer p { font-size: clamp(0.9rem, 0.4vw + 0.8rem, 0.9375rem); line-height: 1.7; margin: 0 0 0.75rem; color: #444444; }
.faq-answer p:last-child { margin-bottom: 0; }

/* HOW IT WORKS */
.how-it-works { background: #F0F1F8; padding: clamp(1.5rem, 3vw, 2rem); border-radius: 0.75rem; margin: 2rem 0; text-align: center; }
.how-it-works .section-label { margin-top: 0; }
.how-it-works h2 { color: #2B3990; margin-top: 0.5rem; }
.how-it-works__subtitle { color: #555555; margin-bottom: 1.5rem; }
.how-it-works .steps { display: flex; gap: 1rem; align-items: stretch; justify-content: space-between; flex-wrap: wrap; }
.how-it-works .step { flex: 1 1 0; min-width: 0; background: #ffffff; padding: 1.25rem 1.125rem; border-radius: 0.5rem; position: relative; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
.how-it-works .step__number { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; background: #2B3990; color: #ffffff; border-radius: 50%; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; margin-bottom: 0.625rem; }
.how-it-works .step__title { font-family: 'Montserrat', sans-serif; font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); font-weight: 800; color: #2B3990; margin-bottom: 0.375rem; line-height: 1.3; }
.how-it-works .step__desc { font-size: clamp(0.85rem, 0.3vw + 0.75rem, 0.9rem); color: #444444; line-height: 1.5; }
.how-it-works .step__arrow { position: absolute; right: -0.5rem; top: 50%; transform: translate(50%, -50%); color: #F36F21; font-size: 1.5rem; font-weight: 700; line-height: 1; }
.how-it-works__cta { text-align: center; margin-top: 1.25rem; }
.how-it-works__cta .btn-cta { display: inline-block; background: #F36F21; color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; padding: 0.75rem 1.75rem; border-radius: 2rem; border: 0; transition: background-color 0.2s ease, transform 0.15s ease; }
.how-it-works__cta .btn-cta:hover, .how-it-works__cta .btn-cta:focus-visible { background: #FC914D; color: #ffffff; transform: translateY(-1px); text-decoration: none; }

/* ATTORNEY PHOTO */
.attorney-photo { margin: 1.5rem 0; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.attorney-photo img { width: 100%; height: auto; display: block; }

/* SIDEBAR */
.geo-sidebar { position: sticky; top: 7.5rem; align-self: flex-start; }
.sidebar-form { background: #2B3990; border-radius: 0.75rem; padding: 1.5rem 1.25rem; color: #ffffff; }
.sidebar-form h3 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.125rem, 0.6vw + 0.95rem, 1.375rem); font-weight: 800; color: #ffffff; margin: 0 0 0.375rem; text-align: center; }
.sidebar-form .form-sub { font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); text-align: center; opacity: 0.85; margin: 0 0 1rem; color: #ffffff; }
.sidebar-form .proposal-form { display: flex; flex-direction: column; gap: 0.875rem; }
.sidebar-form .pf-field { display: flex; flex-direction: column; gap: 0.25rem; }
.sidebar-form .pf-field label { color: #ffffff; font-weight: 700; font-size: 0.8125rem; }
.sidebar-form .pf-req { color: #F36F21; }
.sidebar-form .pf-field input, .sidebar-form .pf-field textarea, .sidebar-form .pf-field select { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); color: #ffffff; border-radius: 0.375rem; padding: 0.625rem 0.75rem; font-size: 0.9375rem; width: 100%; box-sizing: border-box; font-family: inherit; }
.sidebar-form .pf-field textarea { resize: vertical; min-height: 5.5rem; }
.sidebar-form .pf-field select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2rem; }
.sidebar-form .pf-field select option { color: #1a1a1a; background: #ffffff; }
.sidebar-form .pf-field input::placeholder, .sidebar-form .pf-field textarea::placeholder { color: rgba(255, 255, 255, 0.55); }
.sidebar-form .pf-field input:focus, .sidebar-form .pf-field textarea:focus, .sidebar-form .pf-field select:focus { outline: 2px solid #F36F21; outline-offset: 1px; border-color: rgba(255, 255, 255, 0.4); }
.sidebar-form .pf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sidebar-form .pf-submit { background: #F36F21; color: #ffffff; border: 0; font-weight: 700; padding: 0.875rem 1.25rem; border-radius: 2rem; cursor: pointer; width: 100%; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.06em; font-family: 'Montserrat', sans-serif; margin-top: 0.25rem; transition: background 0.2s ease; }
.sidebar-form .pf-submit:hover, .sidebar-form .pf-submit:focus-visible { background: #FC914D; }
.sidebar-form .pf-submit:disabled { opacity: 0.7; cursor: default; }
.sidebar-form .pf-status { margin: 0.25rem 0 0; font-size: 0.8125rem; min-height: 1rem; line-height: 1.4; }
.sidebar-form .pf-status.is-success { color: #b9f6c8; }
.sidebar-form .pf-status.is-error { color: #ffb3b3; }
.sidebar-form .pf-status.is-pending { color: rgba(255, 255, 255, 0.75); }
.sidebar-phone { text-align: center; margin-top: 1rem; font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); color: rgba(255, 255, 255, 0.85); }
.sidebar-phone a { color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem); display: block; margin-top: 0.25rem; text-decoration: none; }
.sidebar-phone a:hover, .sidebar-phone a:focus-visible { color: #F36F21; }

/* REVIEWS SECTION */
.geo-reviews { padding: clamp(2rem, 4vw, 3rem) 0; background: #F0F1F8; }
.geo-reviews .container { text-align: center; }

/* RESULTS BAR */
.geo-results { padding: clamp(2rem, 4vw, 3rem) 0; background: #ffffff; }
.results-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; text-align: center; }
.results-bar__item { padding: 1rem; }
.results-bar__number { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 2vw + 1.25rem, 2.75rem); font-weight: 800; color: #000; line-height: 1.1; margin-bottom: 0.375rem; }
.results-bar__label { font-size: clamp(0.8125rem, 0.3vw + 0.75rem, 0.875rem); color: #444444; line-height: 1.4; }

/* CTA BAND */
.cta-band { background: #2B3990; color: #ffffff; padding: clamp(2.5rem, 5vw, 4rem) 0; text-align: center; }
.cta-band__label { font-family: 'Montserrat', sans-serif; font-size: clamp(0.75rem, 0.3vw + 0.65rem, 0.8125rem); text-transform: uppercase; letter-spacing: 0.15em; color: #F36F21; font-weight: 700; margin: 0 0 0.75rem; }
.cta-band h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.625rem, 2vw + 1rem, 2.25rem); font-weight: 800; color: #ffffff; line-height: 1.2; margin: 0 0 1rem; }
.cta-band p { font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1rem); margin: 0 0 1.5rem; color: rgba(255, 255, 255, 0.92); }
.cta-band__or { font-size: 0.875rem; opacity: 0.7; margin: 1.25rem 0 0.5rem; text-transform: uppercase; letter-spacing: 0.2em; }
.cta-band__call { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(0.9375rem, 0.4vw + 0.85rem, 1rem); text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.5rem; color: #ffffff; }
.cta-phone { margin: 0 0 0.5rem; }
.cta-phone a { font-family: 'Montserrat', sans-serif; font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem); font-weight: 800; color: #ffffff; text-decoration: none; }
.cta-phone a:hover, .cta-phone a:focus-visible { color: #F36F21; }
.cta-band__tagline { font-size: clamp(0.875rem, 0.3vw + 0.8rem, 0.9375rem); opacity: 0.75; margin-top: 0.5rem; color: #ffffff; }

/* RESPONSIVE */
@media (max-width: 900px) {
	.results-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.geo-content .row { gap: 1.5rem; }
}
@media (max-width: 700px) {
	.services-grid { grid-template-columns: 1fr; }
	.how-it-works .steps { flex-direction: column; }
	.how-it-works .step__arrow { display: none; }
	.geo-sidebar { position: static; }
}
@media (max-width: 600px) {
	.hero-stats { flex-direction: column; gap: 1rem; }
	.hero-stat + .hero-stat { border-left: 0; padding-left: 0; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.2); }
	.results-bar { grid-template-columns: 1fr; gap: 1rem; }
	.geo-hero { padding: 3rem 0 2.5rem; }
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
	.btn-cta, .service-card, .faq-item { transition: none; }
	.btn-cta:hover, .btn-cta:focus-visible, .service-card:hover, .service-card:focus-within { transform: none; }
}
.btn-cta:focus-visible, .geo-main a:focus-visible, .geo-hero__breadcrumb a:focus-visible { outline: 2px solid #F36F21; outline-offset: 3px; }
