/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/

/* =============== Top Bar (Scroll) =============== */
.top-bar {
	position: fixed;
	z-index: 150;
	width: 100%;
	text-align: center;
}

.inside-top-bar.grid-container {
	display: block;
}

.top-bar p {
	margin-bottom: 0;
}

/* =============== Sticky Header — Desktop Only =============== */
@media (min-width: 769px) {
	.site-header {
		position: sticky;
		top: 0;
		z-index: 100;
		transition: box-shadow 0.3s ease;
	}
	.site-header.scrolled {
		box-shadow: 0 2px 20px rgba(0,0,0,0.15);
	}
}

/* =============== Top Bar — Desktop: Hidden =============== */
@media (min-width: 769px) {
	.top-bar {
		display: none !important;
	}

	.top-bar .inside-top-bar:last-child {
		background: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border: none;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}

	.top-bar .inside-top-bar:last-child.on-light {
		background: none;
		border-color: transparent;
		box-shadow: none;
	}

	.top-bar .inside-top-bar > .widget {
		display: flex;
	}

	.gallo-phone-btn__desktop,
	.gallo-phone-btn__mobile {
		display: none !important;
	}

	.gallo-phone-btn {
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 0;
	}

	.gallo-phone-btn__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 56px;
		min-width: 56px;
		border-radius: 50%;
		background: #34C759;
		box-shadow: 0 4px 12px rgba(52, 199, 89, 0.3);
		transition: box-shadow 0.3s ease, transform 0.2s ease;
	}

	.gallo-phone-btn:hover .gallo-phone-btn__icon {
		box-shadow: 0 6px 20px rgba(52, 199, 89, 0.45);
		transform: scale(1.05);
	}

	.gallo-phone-btn__icon svg {
		width: 28px;
		height: 28px;
	}
}

/* =============== Top Bar — Mobile: Bottom Right Icon =============== */
@media (max-width: 768px) {
	.top-bar {
		top: auto;
		bottom: 24px;
		right: 24px;
		left: auto;
		width: auto;
		box-shadow: none;
		background: none;
		display: block;
		text-align: right;
	}

	.top-bar .inside-top-bar > .widget {
		display: flex;
		justify-content: flex-end;
	}

	.top-bar .inside-top-bar:last-child {
		background: none;
		padding: 0;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border: none;
	}

	.top-bar .inside-top-bar:last-child.on-light {
		background: none;
		border-color: transparent;
		box-shadow: none;
	}

	span#desktop-only {
		display: none;
	}
}

/* =============== Phone Button — iOS Notification Style =============== */

@media (max-width: 900px) {
	.gallo-phone-btn__desktop,
	.gallo-phone-btn__mobile {
		display: none !important;
	}

	.gallo-phone-btn {
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 0;
	}

	.gallo-phone-btn__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		min-width: 52px;
		border-radius: 50%;
		background: #34C759;
		box-shadow: 0 4px 15px rgba(52, 199, 89, 0.35);
	}

	.gallo-phone-btn__icon svg {
		width: 24px;
		height: 24px;
	}
}

/* =============== Global =============== */

header#masthead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

a.button {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: linear-gradient(45deg, #fe0000, #b30000);
	color: var(--gl-white);
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: transform .2s, box-shadow .2s;
	border: none;
	cursor: pointer;
	padding: .55em 1.35em;
}

a.button:hover,
a.button:focus {
	background: linear-gradient(45deg, #ff3b2f, #c80000);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

/* =============== Global. [AI Summary Buttons] =============== */

/* =============== Global. [Header] =============== */

#menu-item-138>a {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: linear-gradient(45deg, #fe0000, #b30000);
	color: var(--gl-white);
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: transform .2s, box-shadow .2s;
	border: none;
	cursor: pointer;
}

#menu-item-138 > a:hover,
#menu-item-138 > a:focus {
	background: linear-gradient(45deg, #ff4a3f, #8f0000);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

#menu-item-138 {
	margin-left: 0.75em;
}

#menu-item-138 .call-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M2.00589 4.54166C1.905 3.11236 3.11531 2 4.54522 2H7.60606C8.34006 2 9.00207 2.44226 9.28438 3.1212L10.5643 6.19946C10.8761 6.94932 10.6548 7.81544 10.0218 8.32292L9.22394 8.96254C8.86788 9.24798 8.74683 9.74018 8.95794 10.1448C10.0429 12.2241 11.6464 13.9888 13.5964 15.2667C14.008 15.5364 14.5517 15.4291 14.8588 15.0445L15.6902 14.003C16.1966 13.3687 17.0609 13.147 17.8092 13.4594L20.8811 14.742C21.5587 15.0249 22 15.6883 22 16.4238V19.5C22 20.9329 20.8489 22.0955 19.4226 21.9941C10.3021 21.3452 2.65247 13.7017 2.00589 4.54166Z'/%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
	.inside-right-sidebar .content-area {
		max-width: 768px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	nav#mobile-header {
		background: #000f22;
	}
	img.is-logo-image {
		width: 120px !important;
		height: auto !important;
	}
	.gp-icon svg {
		height: 2em;
		width: 2em;
		top: .5em;
	}
}

/* =============== Page Hero / Title Bar (Pages + Blog Index) =============== */

.page-hero.page-title-bar {
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.page-hero .inner-banner-area {
	max-width: 960px;
	margin: 0 auto;
	padding: 64px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.page-hero .inner-banner-title {
	max-width: 720px;
}

.page-hero .inner-banner-title h1 {
	margin: 0 0 14px;
	font-size: clamp(2.6rem, 10vw, 4.2rem);
	line-height: 1.15;
	font-weight: 800;
	color: #001b3d;
}

.page-hero .page-overview {
	margin: 0 0 22px;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #3a3a3a;
}

.page-hero .inner-banner-title .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	padding: 13px 26px;
}

.page-hero #desktop-button {
	background: linear-gradient(135deg, #fe0000, #c60000);
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.page-hero #mobile-button {
	background: #001b3d;
	color: #ffffff;
	margin-top: 10px;
}

.page-hero .inner-banner-title .button svg {
	flex-shrink: 0;
}

.page-hero .inner-banner-title .button:hover {
	filter: brightness(1.03);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.page-hero .inner-banner-title .button:focus-visible {
	outline: 2px solid #001b3d;
	outline-offset: 2px;
}

#desktop-button {
	display: inline-flex;
}
#mobile-button {
	display: none;
}

@media (max-width: 768px) {
	.page-hero .inner-banner-area {
		padding: 32px 16px 28px;
	}

	.page-hero .inner-banner-title h1 {
		font-size: clamp(2rem, 8vw, 2.8rem);
	}

	.page-hero .page-overview {
		font-size: 1rem;
	}

	#desktop-button {
		display: none;
	}

	#mobile-button {
		display: inline-flex;
		width: 100%;
		justify-content: center;
	}
}

/* =============== Sidebar CTA (pages + press releases) =============== */

.gallo-sidebar-cta {
	margin-bottom: 30px;
	padding: 28px 26px;
	border-radius: 20px;
	background: linear-gradient(140deg, #3c6fa1 0%, #16325a 55%, #071328 100%);
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.gallo-sidebar-cta__title {
	margin: 0 0 10px;
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 700;
	color: #ffffff;
}

.gallo-sidebar-cta__subtitle {
	margin: 0 0 14px;
	font-size: 1rem;
	line-height: 1.65;
	font-weight: 500;
}

.gallo-sidebar-cta__phone {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 1.2rem;
}

.gallo-sidebar-cta__phone-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}

.gallo-sidebar-cta__phone-link:hover {
	text-decoration: underline;
}

.gallo-sidebar-cta__phone-link .icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.gallo-sidebar-cta__note {
	margin: 0 0 8px;
	font-size: 1rem;
	opacity: 0.9;
}

.gallo-sidebar-cta__form .gform_wrapper {
	margin: 0;
}

@media (max-width: 768px) {
	.page #right-sidebar,
	.page .right-sidebar,
	.page .inside-right-sidebar {
		display: none !important;
	}
}

/* =============== Gravity Forms – Gallo Sidebar CTA =============== */

.gallo-sidebar-cta .gform_wrapper {
	margin: 0;
}

.gallo-sidebar-cta .gform_fields {
	row-gap: 14px;
}

.gallo-sidebar-cta .gfield_label {
	font-size: 1rem;
	font-weight: 600;
	color: #f5f7ff;
	margin-bottom: 4px;
}

.gallo-sidebar-cta .gform_wrapper .gfield_label, .gallo-sidebar-cta .gform_wrapper label.gfield_label.gform-field-label {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.gallo-sidebar-cta .gfield_required,
.gallo-sidebar-cta .gfield_required_text {
	color: #fff;
	font-weight: 600;
}

.gallo-sidebar-cta .ginput_complex .ginput_full,
.gallo-sidebar-cta .ginput_complex .ginput_left,
.gallo-sidebar-cta .ginput_complex .ginput_right {
	margin-bottom: 6px;
}

.gallo-sidebar-cta .ginput_complex .gfield_description {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
}

.gallo-sidebar-cta .gform_wrapper .gfield_label,
.gallo-sidebar-cta .gform_wrapper label.gfield_label.gform-field-label {
	color: #ffffff;
}

.gallo-sidebar-cta .gform_wrapper input[type="text"],
.gallo-sidebar-cta .gform_wrapper input[type="email"],
.gallo-sidebar-cta .gform_wrapper input[type="tel"],
.gallo-sidebar-cta .gform_wrapper textarea {
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 11px 13px;
	font-size: 16px;
	color: #222222;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gallo-sidebar-cta .gform_wrapper textarea {
	min-height: 150px;
	resize: vertical;
}

.gallo-sidebar-cta .gform_wrapper input:focus,
.gallo-sidebar-cta .gform_wrapper textarea:focus {
	outline: none;
	border-color: #3c6fa1;
	box-shadow: 0 0 0 2px rgba(60, 111, 161, 0.45);
}

.gallo-sidebar-cta .gform_wrapper .gfield_error input,
.gallo-sidebar-cta .gform_wrapper .gfield_error textarea {
	border-color: #fe0000;
	box-shadow: 0 0 0 1px rgba(254, 0, 0, 0.5);
}

.gallo-sidebar-cta .gform_wrapper .validation_message {
	font-size: 1rem;
	color: #ffb3b3;
	margin-top: 4px;
}

input#gform_submit_button_1 {
	background: linear-gradient(45deg, #fe0000, #b30000);
	color: #ffffff;
	border-radius: 50px;
	border: none;
	padding: 12px 26px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
}

input#gform_submit_button_1:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

input#gform_submit_button_1:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

/* =============== Global. [Footer] =============== */

.site-footer {
	background: var(--gl-navy-deep);
}

.inside-footer-widgets {
	gap: 50px;
}

.footer-brand {
	font-size: 1rem;
	font-weight: 500;
	color: #d7d7d7;
}

p.footer-tagline {
	color: #ffffff;
	margin-bottom: 10px;
}

.footer-location {
	margin: 20px 0;
	font-size: 1rem;
	color: #d7d7d7;
}

.footer-directions-link {
	color: #f5f7ff;
	text-decoration: none;
	font-weight: 600;
	margin-left: 6px;
}

.footer-directions-link:hover {
	text-decoration: underline;
}

.footer-brand .footer-contact {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.footer-brand .footer-contact a {
	color: #f5f7ff;
	text-decoration: none;
}

.footer-brand .footer-contact a:hover {
	text-decoration: underline;
}

.footer-brand .footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-brand .footer-contact .icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	fill: currentColor;
}

.widget_nav_menu {
	background: none !important;
	margin: 0 !important;
}

h2.widget-title {
	font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 24px;
	color: #ffffff;
}

.widget ul li {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1em;
}

.widget ul li a {
	text-decoration: none;
	color: #d7d7d7;
}

.widget ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer.site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.copyright-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
  .copyright-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
	  text-align: left;
  }
}

/* =============== Template: About Page =============== */

body.gallo-custom-about-body .site-content .grid-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.gallo-custom-about-body .site-content {
	padding: 0 !important;
	display: block !important;
}

body.gallo-custom-about-body #primary,
body.gallo-custom-about-body #main {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gallo-custom-about-body .main-navigation a,
body.gallo-custom-about-body .site-title a,
body.gallo-custom-about-body .site-description {
	color: #ffffff !important;
}

:root {
	--gallo-bg-dark: #000000;
	--gallo-text-light: #ffffff;
	--gallo-text-gray: #cccccc;
	--gallo-accent: #333333;
	--gallo-font-main: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.gallo-about-container {
	overflow-x: hidden;
	color: var(--gallo-text-light);
	font-family: var(--gallo-font-main);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.gallo-about-hero {
	position: relative;
	width: 100%;
	height: 696px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-color: #000;
}

.gallo-hero-bg {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.gallo-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.gallo-hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 800px;
	padding: 0 20px 40px 20px;
	text-align: center;
	color: #ffffff;
}

.gallo-pre-title {
	display: block;
	font-size: 1.24rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 0.5rem;
	opacity: 0.9;
	font-weight: 800;
	text-shadow: 0 0 10px #000;
}

.gallo-main-title {
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 0.5rem 0;
	color: #ffffff;
	text-shadow: 0 0 10px #000;
}

.gallo-hero-arrow {
	display: inline-flex;
	opacity: 0.8;
	animation: galloBounce 2s infinite;
	color: #ffffff;
}

@keyframes galloBounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

.gallo-about-bio {
	background-color: var(--gl-white);
	color: #111;
	padding: 100px 20px;
}

.gallo-bio-inner {
	max-width: 720px;
	margin: 0 auto;
}

.gallo-bio-text {
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 400;
}

.gallo-bio-text p {
	margin-bottom: 24px;
}

.gallo-bio-text strong {
	font-weight: 700;
	color: #000;
}

.gallo-about-gallery {
	background-color: var(--gl-white);
	padding: 20px 10px;
	margin-bottom: 100px;
	overflow: hidden;
}

.gallo-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
}

.gallo-gallery-item {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 20px;
}

.gallo-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	filter: grayscale(100%);
	border-radius: 20px;
}

.gallo-gallery-item:hover img {
	transform: scale(1.03);
	filter: grayscale(0%);
}

.page-id-229 .global-cta {
	display: none;
}

@media (max-width: 768px) {
	.gallo-hero-bg {
		top: 0;
	}
	.gallo-main-title {
		font-size: clamp(2rem, 8vw, 2.8rem);
	}

	.gallo-about-hero {
		height: 80vh;
	}

	.gallo-gallery-grid {
		grid-template-columns: 1fr;
	}
}

/* =============== Home Page =============== */

/* =============== Home Page — GP Overrides & Wrapper =============== */
.page-template-template-home .site-content,
.page-template-template-home #content,
.page-template-template-home .content-area,
.page-template-template-home .inside-article,
.page-template-template-home article,
.page-template-template-home .entry-content {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page-template-template-home .site-main {
	width: 100% !important;
	max-width: 100% !important;
}

.page-template-template-home #page {
	max-width: 100% !important;
	padding: 0 !important;
}

.gl-home-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow-x: hidden;
}

.gl-home-wrap > * {
	width: 100%;
	flex-shrink: 0;
}

/* =============== Home Page — Variables =============== */
:root {
	--gl-red: #fe0000;
	--gl-navy: #001b3d;
	--gl-navy-deep: #000f22;
	--gl-white: #ffffff;
	--gl-cream: #f8f5f0;
	--gl-warm-gray: #e8e2da;
	--gl-text-light: #b8c4d4;
	--gl-text-body: #3a3a3a;
}

/* =============== Home Page — Hero =============== */
.gl-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	background: var(--gl-navy-deep);
	overflow: hidden;
}

.gl-hero::before {
	content: '';
position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(254, 0, 0, 0.05) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 30% 70%, rgba(184, 196, 212, 0.03) 0%, transparent 60%), linear-gradient(160deg, var(--gl-navy) 0%, var(--gl-navy-deep) 50%, var(--gl-navy) 100%);
}

.gl-hero::after {
	content: '';
	position: absolute;
	top: 10%;
	right: 5%;
	width: 45%;
	height: 70%;
	background: radial-gradient(ellipse at center, rgba(254, 0, 0, 0.04), transparent 70%);
	z-index: 1;
}

.gl-hero__bg-image {
	position: absolute;
	bottom: 0;
	right: calc((100vw - 1720px) / 2);
	left: auto;
	top: 0;
	transform: none !important;
	height: 100%;
	width: auto;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.gl-hero__bg-image img {
	height: 100%;
	width: auto;
	max-width: none;
	object-fit: contain;
	object-position: bottom right;
	filter: brightness(1.05) contrast(1.03);
}



.gl-hero__content {
	position: relative;
	z-index: 3;
	max-width: 1560px;
	margin: 0 auto;
	padding: 6rem 3rem 4rem;
	width: 100%;
	text-align: left;
}

.gl-hero__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--gl-white);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.gl-hero h1 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 8.32rem); /* Hero H1 stays bigger than section H2s */
	line-height: 1.1;
	color: var(--gl-white);
	margin-bottom: 1.5rem;
	text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.gl-hero h1 em {
	font-style: italic;
	color: var(--gl-red);
}

.gl-hero__sub {
	font-size: 1.25rem;
	line-height: 1.75;
	color: rgba(255,255,255,0.9);
	margin-bottom: 2.5rem;
	max-width: 580px;
}

.gl-hero__actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

/* =============== Home Page — Buttons =============== */
.gl-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: linear-gradient(45deg,#fe0000,#b30000);
	color: var(--gl-white);
	padding: 1rem 2rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: transform 0.2s, box-shadow 0.2s;
	border: none;
	cursor: pointer;
}

.gl-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(254, 0, 0, 0.3);
	color: var(--gl-white);
}

.gl-btn-secondary {
	color: rgba(255,255,255,0.9);
	text-decoration: underline;
	text-underline-offset: 4px;
	font-size: 1.05rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	transition: color 0.3s;
}

.gl-btn-secondary:hover {
	color: var(--gl-white);
}

.gl-btn-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	transition: color 0.3s;
}

.gl-btn-phone:hover {
	color: var(--gl-white);
}

/* =============== Home Page — Trust Bar =============== */
.gl-trust-bar {
	background: var(--gl-navy-deep);
	padding: 2.5rem 3rem;
	border-top: 1px solid rgba(255,255,255,0.12);
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.gl-trust-bar__inner {
	max-width: 1560px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 4rem;
	flex-wrap: wrap;
}

.gl-trust-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255,255,255,0.75);
	font-size: 0.88rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.gl-trust-icon {
	width: 20px;
	height: 20px;
	color: var(--gl-red);
}

/* =============== Home Page — Near You =============== */
.gl-nearyou {
	background: var(--gl-white);
	border-top: 1px solid rgba(0,0,0,0.06);
	border-bottom: 1px solid rgba(0,0,0,0.06);
}

.gl-nearyou__inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 6rem 3rem;
}

.gl-nearyou h2 {
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem);
	font-weight: 700;
	color: var(--gl-navy);
	line-height: 1.15;
	margin-bottom: 2rem;
}

.gl-nearyou__body {
	font-size: 1.15rem;
	line-height: 1.9;
	color: #3a3a3a;
	max-width: 960px;
}

.gl-nearyou__body p {
	margin-bottom: 1.5rem;
}

.gl-nearyou__body a {
	color: var(--gl-red);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
}

.gl-nearyou__body a:hover {
	color: var(--gl-navy);
}

.gl-nearyou__cta {
	margin-top: 2rem;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #3a3a3a;
}

.gl-nearyou__cta a {
	color: var(--gl-red);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
}

@media (max-width: 900px) {
	.gl-nearyou { padding: 3.5rem 1.25rem; }
	.gl-nearyou h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
	.gl-nearyou__body { font-size: 1.05rem; }
}

/* =============== Home Page — Section Base =============== */
.gl-section {
	padding: 6rem 3rem;
	max-width: 1560px;
	margin: 0 auto;
}

.gl-section-label {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--gl-red);
	display: flex;
	align-items: center;
	gap: 14px;
}

.gl-section-label span {
	display: none; /* CHANGED — removed eyebrow dash */
}

.gl-section h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% from clamp(2.6rem, 10vw, 4.2rem) */
	color: var(--gl-navy);
	line-height: 1.15;
	margin-bottom: 1.5rem;
}

.gl-section-lead {
	font-size: 1.25rem;
	line-height: 1.8;
	color: #3a3a3a;
	max-width: 740px;
	margin-bottom: 3.5rem;
}

/* =============== Home Page — Pain Points =============== */
.gl-pain-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.gl-pain-card {
	background: var(--gl-white);
	border-radius: 20px;
	padding: 2.5rem;
	border: 1px solid rgba(0,0,0,0.06);
	transition: transform 0.3s, box-shadow 0.3s;
}

.gl-pain-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.gl-pain-card__icon {
	padding: 16px;
	width: fit-content;
	border-radius: 10px;
	background: rgba(254, 0, 0, 0.07);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	color: var(--gl-red);
}
.gl-pain-card__icon svg {
	width: 48px;
	height: 48px;
}

.gl-pain-card h3 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 2.4rem;
	color: var(--gl-navy);
	margin-bottom: 2rem;
}

.gl-pain-card p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #3a3a3a;
}

/* =============== Home Page — Comparison Section =============== */
.gl-diff-section {
	background: var(--gl-navy-deep);
	padding: 6rem 3rem;
	position: relative;
	overflow: hidden;
}

.gl-diff-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(254,0,0,0.3), transparent);
}

.gl-diff-inner {
	max-width: 1560px;
	margin: 0 auto;
}

.gl-diff-section .gl-section-label {
	color: rgba(255,255,255,0.4);
}

.gl-diff-section .gl-section-label span {
	background: var(--gl-red);
}

.gl-diff-section h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-white);
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.gl-diff-section .gl-section-lead {
	color: rgba(255,255,255,0.75);
	margin-bottom: 3.5rem;
}

.gl-comparison {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.gl-comp-card {
	border-radius: 20px;
	padding: 2.5rem;
	position: relative;
}

.gl-comp-card--mills {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
}

.gl-comp-card--gallo {
	background: linear-gradient(135deg, rgba(254,0,0,0.08), rgba(254,0,0,0.02));
	border: 1px solid rgba(254,0,0,0.2);
}

.gl-comp-card__label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.gl-comp-card--mills .gl-comp-card__label {
	color: rgba(255,255,255,0.3);
}

.gl-comp-card--gallo .gl-comp-card__label {
	color: var(--gl-red);
}

.gl-comp-item {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	align-items: flex-start;
}

.gl-comp-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.gl-comp-card--mills .gl-comp-icon {
	color: rgba(255,255,255,0.2);
}

.gl-comp-card--gallo .gl-comp-icon {
	color: var(--gl-red);
}

.gl-comp-item p {
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255,255,255,0.75);
}

.gl-comp-card--gallo .gl-comp-item p {
	color: rgba(255,255,255,0.9);
}

/* =============== Home Page — Insurance Insight =============== */
.gl-insight-section {
	padding: 6rem 3rem;
	background: #e6e6e6;
}

.gl-insight-inner {
	max-width: 1560px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.gl-insight-quote {
	position: relative;
	background: var(--gl-white);
	border-radius: 20px;
	padding: 3rem;
}

.gl-insight-quote blockquote {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 1.8rem;
	line-height: 1.5;
	color: var(--gl-navy);
	font-style: normal;
	border: none;
	padding-left: 0px;
}

.gl-insight-quote cite {
	display: block;
	margin-top: 1.25rem;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
	font-size: 0.85rem;
	color: #888;
	font-weight: 500;
}

.gl-insight-text h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.gl-insight-text p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #3a3a3a;
	margin-bottom: 1rem;
}

.gl-insight-text p strong {
	color: var(--gl-navy);
	font-weight: 600;
}

/* =============== Home Page — Process / Roadmap =============== */
.gl-roadmap-section {
	padding: 6rem 3rem;
	background: var(--gl-white);
}

.gl-roadmap-inner {
	max-width: 1560px;
	margin: 0 auto;
}

.gl-roadmap-center {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 4rem;
}

.gl-roadmap-center h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
}

.gl-roadmap-center .gl-section-label {
	justify-content: center;
}

.gl-roadmap-center .gl-section-lead {
	margin: 0 auto;
}

.gl-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	position: relative;
}

.gl-steps::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 15%;
	right: 15%;
	height: 2px;
	background: linear-gradient(90deg, var(--gl-warm-gray), var(--gl-red), var(--gl-warm-gray));
	opacity: 0.3;
}

.gl-step {
	text-align: center;
	position: relative;
}

.gl-step__number {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--gl-navy);
	color: var(--gl-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
}

.gl-step h3 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 2.4rem;
	color: var(--gl-navy);
	margin-bottom: 2rem;
}

.gl-step p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #3a3a3a;
	max-width: 300px;
	margin: 0 auto;
}

/* =============== Home Page — Meet Attorney =============== */
.gl-meet-section {
	padding: 6rem 3rem;
	background: #e6e6e6;
}

.gl-meet-inner {
	max-width: 1560px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 4rem;
	align-items: center;
}

.gl-meet-image {
	position: relative;
}

.gl-meet-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	margin-left: -16px;
	margin-bottom: -21px;
}

.gl-meet-image::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: -1rem;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid var(--gl-red);
	z-index: -1;
	opacity: 0.2;
}

.gl-meet-text h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.gl-meet-text p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #3a3a3a;
	margin-bottom: 1rem;
}

.gl-meet-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--gl-red);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	margin-top: 0.5rem;
	transition: gap 0.3s;
}

.gl-meet-link:hover {
	gap: 0.7rem;
}

/* =============== Home Page — CTA Banner =============== */
.gl-cta-banner {
	background: var(--gl-navy-deep);
	padding: 5rem 3rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.gl-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(254, 0, 0, 0.05) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 30% 70%, rgba(184, 196, 212, 0.03) 0%, transparent 60%), linear-gradient(160deg, var(--gl-navy) 0%, var(--gl-navy-deep) 50%, var(--gl-navy) 100%);
}

.gl-cta-inner {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 1020px;
}

.gl-cta-banner h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-white);
	line-height: 1.2;
	margin-bottom: 1rem;
}

.gl-cta-banner p {
	font-size: 1.15rem;
	line-height: 1.8;
	color: rgba(255,255,255,0.9);
	margin-bottom: 2.5rem;
}

.gl-cta-actions {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	align-items: center;
	flex-wrap: wrap;
}



/* =============== Home Page — Responsive =============== */
@media (max-width: 900px) {

	.gl-hero {
		min-height: 100svh;
	}

	.gl-hero__content {
		padding: 0 1.25rem 2.5rem;
		padding-top: 40vh;
		text-align: center;
	}

	.gl-hero__text { max-width: 100%; }
	.gl-hero__sub {
		margin-left: auto;
		margin-right: auto;
		font-size: 0.95rem;
		line-height: 1.6;
		max-width: 100%;
		text-shadow: 0 1px 10px rgba(0,0,0,0.3);
	}

	.gl-hero__actions {
		justify-content: center;
		flex-direction: column;
		gap: 1rem;
	}

	.gl-btn-primary {
		width: 100%;
		justify-content: center;
		padding: 1rem 1.5rem;
	}

	.gl-hero__bg-image {
		position: absolute;
		right: auto;
		left: 50%;
		transform: translateX(-50%) !important;
		width: auto;
		top: 0;
		bottom: auto;
		height: 65vh;
		align-items: flex-start;
		justify-content: center;
	}

	.gl-hero__bg-image img {
		height: 100%;
		object-position: top center;
	}

	.gl-hero::before {
		background:
			linear-gradient(0deg,
				var(--gl-navy-deep) 0%,
				var(--gl-navy-deep) 30%,
				rgba(0,15,34,0.95) 40%,
				rgba(0,15,34,0.7) 50%,
				rgba(0,15,34,0.2) 65%,
				transparent 80%),
			linear-gradient(180deg, rgba(0,15,34,0.3) 0%, transparent 10%);
	}

	.gl-hero h1 {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
		text-shadow: 0 2px 20px rgba(0,0,0,0.5);
	}

	.gl-hero__label {
		justify-content: center;
		font-size: 0.7rem;
		background: rgba(0, 15, 34, 0.6);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		padding: 0.5rem 1rem;
		border-radius: 6px;
		display: inline-flex;
		text-shadow: 0 1px 8px rgba(0,0,0,0.5);
	}

	/* --- Sections --- */
	.gl-section { padding: 3.5rem 1.25rem; }
	.gl-section h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
	.gl-section-lead { font-size: 1.1rem; margin-bottom: 2.5rem; }
	.gl-section-label { font-size: 0.75rem; }

	/* --- Trust Bar --- */
	.gl-trust-bar { padding: 2rem 1.25rem; }
	.gl-trust-bar__inner { gap: 1.5rem; justify-content: center; flex-direction: column; align-items: center; }

	/* --- Results Bar --- */
	.gl-results-bar { padding: 2rem 1.25rem; }
	.gl-results-bar__label { margin-bottom: 1rem; justify-content: center; font-size: 0.85rem; }
	.gl-results-bar__cta { margin-top: 1.25rem; }
	.gl-result-slide__amount { font-size: 3.2rem; }
	.gl-result-slide__desc { font-size: 0.95rem; }

	/* --- Pain Cards --- */
	.gl-pain-card { padding: 2rem 1.5rem; }
	.gl-pain-card h3 { font-size: 1.8rem; margin-bottom: 1.25rem; }
	.gl-pain-card p { font-size: 1.05rem; }
	.gl-pain-card__icon { padding: 12px; }
	.gl-pain-card__icon svg { width: 36px; height: 36px; }

	/* --- Comparison / Diff --- */
	.gl-comparison { grid-template-columns: 1fr; }
	.gl-diff-section,
	.gl-insight-section,
	.gl-meet-section,
	.gl-roadmap-section { padding: 3.5rem 1.25rem; }
	.gl-diff-section h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
	.gl-insight-inner { grid-template-columns: 1fr; }

	/* --- Solutions --- */
	.gl-takecontrol { padding: 3rem 1.25rem; }
	.gl-takecontrol h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
	.gl-solutions-grid { grid-template-columns: 1fr; display: inline !important; }
	.gl-solution-card { margin-bottom: 40px; padding: 2rem 1.5rem; }

	/* --- Steps / Roadmap --- */
	.gl-steps { grid-template-columns: 1fr; gap: 2.5rem; }
	.gl-steps::before { display: none; }

	/* --- Meet Attorney --- */
	.gl-meet-inner { grid-template-columns: 1fr; text-align: center; }
	.gl-meet-image::after { margin-left: 16px; }
	.gl-meet-image img { margin-left: 0px; }
	.gl-meet-text h2 { font-size: clamp(2rem, 8vw, 2.8rem); }

	/* --- Practice Areas --- */
	.gl-practice-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }

	/* --- Reviews --- */
	.gl-reviews-grid { grid-template-columns: 1fr; display: inline !important; }
	.gl-review-card { margin-bottom: 40px; }
	.gl-reviews-section { padding: 3.5rem 1.25rem; }

	/* --- Locations --- */
	.gl-locations-section { padding: 3.5rem 1.25rem; }
	.gl-locations-tags { justify-content: center; }

	/* --- FAQ --- */
	.gl-faq-section { padding: 3.5rem 1.25rem; }

	/* --- Final CTA --- */
	.gl-final-cta { padding: 3.5rem 1.25rem; }
}

/* =============== Home Page — Results Bar (Slider) =============== */
.gl-results-bar {
	background: #e6e6e6;
	padding: 2.5rem 3rem;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.gl-results-bar__inner {
	max-width: 1560px;
	margin: 0 auto;
	text-align: center;
}

.gl-results-bar__label {
		font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--gl-navy-deep);
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 1.5rem;
}

.gl-results-slider {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	position: relative;
}

.gl-results-slider__viewport {
	flex: 1;
	overflow: hidden;
}

.gl-results-slider__track {
	display: flex;
	gap: 16px;
	transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

.gl-result-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	background: var(--gl-navy);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 20px;
	padding: 1.5rem 1.25rem;
	flex-shrink: 0;
	width: calc((100% - 32px) / 3);
	min-height: 110px;
}

@media (max-width: 1199px) {
	.gl-result-slide { width: calc((100% - 16px) / 2); }
}

@media (max-width: 899px) {
	.gl-result-slide { width: 100%; }
}

.gl-result-slide__amount {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 4.8rem;
	color: var(--gl-white);
	font-weight: 700;
	line-height: 1.1;
}

.gl-result-slide__desc {
	font-size: 1rem;
	color: rgba(255,255,255,0.7);
	line-height: 1.4;
	text-align: center;
}

.gl-results-slider__prev,
.gl-results-slider__next {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: var(--gl-navy-deep);
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	transition: opacity 0.3s, transform 0.2s;
}

.gl-results-slider__prev svg,
.gl-results-slider__next svg {
	width: 36px;
	height: 36px;
	stroke-width: 3;
}

.gl-results-slider__prev:hover,
.gl-results-slider__next:hover {
	transform: scale(1.1);
	color: var(--gl-white);
	background: var(--gl-red);
	border-radius: 50%;
}

.gl-results-slider__prev:focus,
.gl-results-slider__next:focus,
.gl-results-slider__prev:active,
.gl-results-slider__next:active {
	outline: none;
	color: var(--gl-white);
	background: var(--gl-red);
	border-radius: 50%;
}

@media (max-width: 599px) {
	.gl-results-slider__prev svg,
	.gl-results-slider__next svg {
		width: 28px;
		height: 28px;
	}
}

.gl-results-bar__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1.5rem;
	color: var(--gl-red);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: color 0.3s;
}

.gl-results-bar__cta:hover {
	color: var(--gl-red);
}

/* =============== Home Page — Take Control =============== */
.gl-takecontrol {
	background: var(--gl-navy-deep);
	padding: 5rem 3rem;
	position: relative;
	overflow: hidden;
}

.gl-takecontrol::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(254,0,0,0.3), transparent);
}

.gl-takecontrol__inner {
	max-width: 1560px;
	margin: 0 auto;
}

.gl-takecontrol__banner {
	text-align: center;
	margin-bottom: 3.5rem;
}

.gl-takecontrol__banner h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-white);
	line-height: 1.15;
}

.gl-solutions-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.gl-solution-card {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 20px;
	padding: 2.5rem;
	transition: transform 0.3s, border-color 0.3s;
}

.gl-solution-card:hover {
	transform: translateY(-3px);
	border-color: rgba(254,0,0,0.25);
}

.gl-solution-card__icon {
	background: rgb(255 255 255 / 7%);
	padding: 16px;
	width: fit-content;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	color: var(--gl-red);
}

.gl-solution-card__icon svg {
	width: 48px;
	height: 48px;
	color: var(--gl-white);
}

.gl-solution-card h3 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: 2.4rem;
	color: var(--gl-white);
	margin-bottom: 2rem;
}

.gl-solution-card p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: rgba(255,255,255,0.75);
}

/* =============== Home Page — Practice Areas =============== */
.gl-practice-section {
	background: var(--gl-white);
	max-width: none;
	margin: 0 auto;
	padding: 6rem 3rem;
}

.inner-gl-practice-section {
	max-width: 1560px;
	margin: 0 auto;
}

.gl-practice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.gl-practice-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.75rem;
	background: var(--gl-white);
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 20px;
	padding: 2rem 1.5rem 1.75rem;
	text-decoration: none;
	color: var(--gl-navy);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	position: relative;
	overflow: hidden;
}

.gl-practice-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--gl-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

a.gl-practice-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.08);
	border-color: rgba(254,0,0,0.2);
}

a.gl-practice-card:hover::before {
	transform: scaleX(1);
}

.gl-practice-card__icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	background: linear-gradient(135deg, rgba(254,0,0,0.08), rgba(254,0,0,0.03));
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gl-red);
	transition: background 0.3s, transform 0.3s;
}

a.gl-practice-card:hover .gl-practice-card__icon {
	background: linear-gradient(135deg, rgba(254,0,0,0.15), rgba(254,0,0,0.06));
	transform: scale(1.05);
}

.gl-practice-card__icon svg {
	width: 26px;
	height: 26px;
}

.gl-practice-card h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 2rem; /* CHANGED from 0.95rem — larger practice area tiles */
	font-weight: 600;
	margin: 0;
	line-height: 1.35;
	color: var(--gl-navy);
}

a.gl-practice-card:hover h3 {
	color: var(--gl-red);
}

/* =============== Home Page — Differentiation (1-to-1 Pairs) =============== */
.gl-diff-inner .gl-section-label {
    color: var(--gl-red);
}

.gl-diff-pairs {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 0.5rem;
}

.gl-diff-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	align-items: stretch;
}

.gl-diff-side {
	border-radius: 20px;
	padding: 1.5rem 1.75rem;
}

.gl-diff-side--gallo {
	background: rgb(255 255 255 / 6%);
	border: 1px solid rgb(255 255 255 / 15%);
}

.gl-diff-side--other {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.06);
}

.gl-diff-side__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.gl-diff-side--gallo .gl-diff-side__badge {
	color: var(--gl-white);
}

.gl-diff-side--gallo .gl-diff-side__badge svg {
	color: var(--gl-white);
}

.gl-diff-side--other .gl-diff-side__badge {
	color: var(--gl-red);
}

.gl-diff-side--other .gl-diff-side__badge svg {
	color: var(--gl-red);
}

.gl-diff-side p {
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
}

.gl-diff-side--gallo p {
	color: rgba(255,255,255,0.92);
}

.gl-diff-side--other p {
	color: rgba(255,255,255,0.65);
}

@media (max-width: 900px) {
	.gl-diff-pair {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.gl-diff-side {
		border-radius: 0;
	}
	.gl-diff-side--gallo {
		border-radius: 20px 20px 0 0;
		border-bottom: none;
	}
	.gl-diff-side--other {
		border-radius: 0 0 20px 20px;
		border-top: none;
	}
}

/* =============== Home Page — Client Reviews =============== */
.gl-reviews-section {
	padding: 6rem 3rem;
	background: var(--gl-white);
}

.gl-reviews-inner {
	max-width: 1560px;
	margin: 0 auto;
}

.gl-reviews-inner h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
	line-height: 1.2;
	margin-bottom: 2.5rem;
}

.gl-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.gl-review-card {
	background: var(--gl-white);
	border: 1px solid rgba(0,0,0,0.04);
	border-radius: 20px;
	padding: 2rem;
}

.gl-review-card__stars {
	display: flex;
	gap: 2px;
	margin-bottom: 1rem;
}

.gl-review-card blockquote {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #3a3a3a;
	font-style: normal;
	margin: 0 0 1rem;
	border: none;
	padding-left: 0px;
}

.gl-review-card cite {
	font-style: normal;
	font-weight: 600;
	font-size: 0.88rem;
	color: var(--gl-navy);
}

/* =============== Home Page — Locations =============== */
.gl-locations-section {
	padding: 5rem 3rem;
	background: var(--gl-white);
}

.gl-locations-inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.gl-locations-inner .gl-section-label {
	justify-content: center;
}

.gl-locations-inner h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
	line-height: 1.2;
	margin-bottom: 1rem;
}

.gl-locations-inner .gl-section-lead {
	margin: 0 auto 2.5rem;
	text-align: center;
}

.gl-locations-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.gl-location-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: var(--gl-white);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 999px;
	padding: 0.6rem 1.25rem;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--gl-navy);
	text-decoration: none;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.gl-location-tag svg {
	color: var(--gl-red);
	flex-shrink: 0;
}

a.gl-location-tag--linked:hover {
	border-color: var(--gl-red);
	box-shadow: 0 4px 15px rgba(254,0,0,0.08);
}

.gl-locations-footnote {
	font-size: 0.88rem;
	color: #888;
	font-style: italic;
}

/* =============== Home Page — FAQ =============== */
.gl-faq-section {
	padding: 6rem 3rem;
	background: #e6e6e6;
}

.gl-faq-inner {
	max-width: 800px;
	margin: 0 auto;
}

.gl-faq-inner .gl-section-label {
	justify-content: center;
	display: flex;
}

.gl-faq-inner h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-navy);
	line-height: 1.2;
	margin-bottom: 2.5rem;
	text-align: center;
}

.gl-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gl-faq-item {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.gl-faq-item:first-child {
	border-top: 1px solid rgba(0,0,0,0.08);
}

.gl-faq-item__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 0;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--gl-navy);
	list-style: none;
	transition: color 0.3s;
}

.gl-faq-item__question::-webkit-details-marker {
	display: none;
}

.gl-faq-item__question:hover {
	color: var(--gl-red);
}

.gl-faq-chevron {
	flex-shrink: 0;
	transition: transform 0.3s;
	color: #999;
}

.gl-faq-item[open] .gl-faq-chevron {
	transform: rotate(180deg);
}

.gl-faq-item__answer {
	padding: 0 0 1.5rem;
}

.gl-faq-item__answer p {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #3a3a3a;
	margin: 0;
}

/* =============== Home Page — Final CTA =============== */
.gl-final-cta {
	background: linear-gradient(135deg, var(--gl-navy-deep) 0%, #0a1929 100%);
	padding: 5rem 3rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.gl-final-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(254,0,0,0.06), transparent 70%);
}

.gl-final-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 1020px;
	margin: 0 auto;
}

.gl-final-cta h2 {
	font-family: 'Barlow Condensed', sans-serif; letter-spacing: -0.041em;
	font-size: clamp(3.38rem, 13vw, 5.46rem); /* CHANGED +30% */
	color: var(--gl-white);
	line-height: 1.2;
	margin-bottom: 1rem;
}

.gl-final-cta p {
	font-size: 1.15rem;
	line-height: 1.8;
	color: rgba(255,255,255,0.9);
	margin-bottom: 2rem;
}

.gl-cta-tagline {
    margin-top: 3rem;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* =============== Responsive — Small screens =============== */
@media (max-width: 600px) {
	.gl-practice-grid { grid-template-columns: 1fr; }
}