:root {
	--gfsm-ink: #12243a;
	--gfsm-blue: #075985;
	--gfsm-blue-dark: #063b59;
	--gfsm-sky: #dff3ff;
	--gfsm-coral: #ef6045;
	--gfsm-yellow: #f5c84c;
	--gfsm-mint: #d9f2e6;
	--gfsm-paper: #f7fafc;
	--gfsm-white: #ffffff;
	--gfsm-line: #cad8e3;
	--gfsm-muted: #526579;
	--gfsm-shadow: 0 20px 50px rgba(18, 36, 58, .12);
	--gfsm-radius: 18px;
	--gfsm-shell: 1180px;
}

html { scroll-behavior: smooth; }
body.gfsm-site { color: var(--gfsm-ink); background: var(--gfsm-white); font-size: 18px; line-height: 1.65; }
.gfsm-site, .gfsm-site button, .gfsm-site input, .gfsm-site select, .gfsm-site textarea { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.gfsm-site h1, .gfsm-site h2, .gfsm-site h3 { color: var(--gfsm-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.025em; line-height: 1.08; }
.gfsm-site a { color: var(--gfsm-blue); text-underline-offset: 3px; }
.gfsm-site a:focus-visible, .gfsm-site button:focus-visible, .gfsm-site input:focus-visible, .gfsm-site select:focus-visible, .gfsm-site textarea:focus-visible { outline: 4px solid var(--gfsm-yellow); outline-offset: 3px; }
.gfsm-shell { width: min(calc(100% - 40px), var(--gfsm-shell)); margin-inline: auto; }
.gfsm-reading-width { width: min(calc(100% - 40px), 780px); }
.gfsm-site .site { max-width: none; }
.gfsm-site .site-content { display: block; padding: 0; }

.gfsm-trust-strip { background: var(--gfsm-blue-dark); color: var(--gfsm-white); font-size: .78rem; letter-spacing: .025em; }
.gfsm-trust-strip__inner { display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center; min-height: 39px; }
.gfsm-trust-strip__inner span + span::before { content: "•"; color: var(--gfsm-yellow); margin-right: 28px; }

.gfsm-site .site-header { background: var(--gfsm-white); border-bottom: 1px solid var(--gfsm-line); }
.gfsm-site .inside-header { max-width: var(--gfsm-shell); padding: 22px 20px; }
.gfsm-site .site-logo img { max-height: 54px; width: auto; }
.gfsm-site .site-branding .main-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1; }
.gfsm-site .site-branding .main-title a { color: var(--gfsm-ink); text-decoration: none; }
.gfsm-site .site-description { color: var(--gfsm-muted); font-size: .78rem; margin-top: 5px; }
.gfsm-site .main-navigation { background: var(--gfsm-white); }
.gfsm-site .main-navigation .main-nav ul li a { color: var(--gfsm-ink); font-size: .92rem; font-weight: 750; padding-inline: 18px; }
.gfsm-site .main-navigation .main-nav ul li a:hover, .gfsm-site .main-navigation .main-nav ul li[class*="current-menu-"] > a { background: var(--gfsm-sky); color: var(--gfsm-blue-dark); }

.gfsm-hero { overflow: hidden; position: relative; padding: clamp(42px, 5vw, 68px) 0; background: linear-gradient(110deg, #eef9ff 0 60%, #d8f1ff 60%); }
.gfsm-hero::after { content: ""; position: absolute; width: 240px; height: 240px; border: 44px solid rgba(245, 200, 76, .75); border-radius: 50%; top: -120px; right: -60px; }
.gfsm-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr); gap: clamp(36px, 7vw, 88px); align-items: center; position: relative; z-index: 1; }
.gfsm-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gfsm-blue); font-size: .76rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; margin: 0 0 18px; }
.gfsm-eyebrow span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 2px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.gfsm-hero h1 { max-width: 740px; font-size: clamp(3rem, 6vw, 5.65rem); margin: 0 0 26px; }
.gfsm-hero__lead { max-width: 680px; color: #2e4962; font-size: clamp(1.12rem, 1.8vw, 1.4rem); line-height: 1.55; margin: 0; }
.gfsm-proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.gfsm-proof-row span { border: 1px solid #9fc9dc; background: rgba(255,255,255,.7); padding: 8px 12px; border-radius: 999px; color: var(--gfsm-blue-dark); font-size: .76rem; font-weight: 750; }

.gfsm-start-card { background: var(--gfsm-white); border: 2px solid var(--gfsm-ink); border-radius: var(--gfsm-radius); box-shadow: 12px 12px 0 var(--gfsm-yellow); padding: clamp(26px, 4vw, 42px); }
.gfsm-card-kicker { color: var(--gfsm-coral); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 8px; }
.gfsm-start-card h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); margin: 0 0 24px; }
.gfsm-find-form label, .gfsm-contact-card label { display: block; color: var(--gfsm-ink); font-size: .88rem; font-weight: 800; margin-bottom: 8px; }
.gfsm-search-control { display: grid; gap: 10px; }
.gfsm-site input[type="search"], .gfsm-site input[type="text"], .gfsm-site input[type="email"], .gfsm-site select, .gfsm-site textarea { width: 100%; min-height: 52px; border: 2px solid #97aabc; border-radius: 10px; background: var(--gfsm-white); color: var(--gfsm-ink); font-size: 1rem; padding: 12px 14px; }
.gfsm-site button, .gfsm-site input[type="submit"] { min-height: 52px; border: 0; border-radius: 10px; background: var(--gfsm-coral); color: var(--gfsm-white); cursor: pointer; font-size: .95rem; font-weight: 850; padding: 13px 20px; }
.gfsm-site button:hover, .gfsm-site input[type="submit"]:hover { background: #c83e28; }
.gfsm-small-note { color: var(--gfsm-muted); font-size: .78rem; line-height: 1.55; margin: 20px 0 0; }

.gfsm-need-section, .gfsm-docs-section, .gfsm-expect-section { padding: clamp(46px, 5.5vw, 72px) 0; }
.gfsm-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); gap: 40px; align-items: end; margin-bottom: 32px; }
.gfsm-section-heading h2, .gfsm-docs-section h2 { font-size: clamp(2.15rem, 3.4vw, 3.55rem); margin: 0; }
.gfsm-section-heading > p, .gfsm-docs-grid > div > p { color: var(--gfsm-muted); margin: 0; }
.gfsm-need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gfsm-need-card { min-height: 248px; display: flex; flex-direction: column; border: 1px solid var(--gfsm-line); border-top: 6px solid var(--gfsm-blue); border-radius: 15px; background: var(--gfsm-white); color: var(--gfsm-ink); padding: 24px 26px 26px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.gfsm-need-card:nth-child(1) { background: #e7f5ff; border-top-color: #2386b8; }
.gfsm-need-card:nth-child(2) { background: #fff3c9; border-top-color: #d49c00; }
.gfsm-need-card:nth-child(3) { background: #e5f7eb; border-top-color: #27875a; }
.gfsm-need-card:nth-child(4) { background: #ffe8e1; border-top-color: #d85840; }
.gfsm-need-card:nth-child(5) { background: #efeaff; border-top-color: #7056b8; }
.gfsm-need-card:nth-child(6) { background: #e3f5f2; border-top-color: #167d78; }
.gfsm-need-card:hover { transform: translateY(-5px); border-color: var(--gfsm-blue); box-shadow: var(--gfsm-shadow); }
.gfsm-need-card__number { color: var(--gfsm-coral); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.gfsm-need-card h3 { font-size: 1.55rem; margin: 30px 0 10px; }
.gfsm-need-card p { color: var(--gfsm-muted); font-size: .9rem; line-height: 1.55; margin: 0; }
.gfsm-text-link { color: var(--gfsm-blue); font-size: .85rem; font-weight: 850; margin-top: auto; padding-top: 24px; }

.gfsm-route-section { background: var(--gfsm-blue-dark); color: var(--gfsm-white); padding: clamp(46px, 5.5vw, 72px) 0; }
.gfsm-route-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(38px, 6vw, 76px); align-items: start; }
.gfsm-eyebrow--light { color: var(--gfsm-yellow); }
.gfsm-route-section h2, .gfsm-route-section h3 { color: var(--gfsm-white); }
.gfsm-route-intro h2 { max-width: 590px; font-size: clamp(2.15rem, 3.35vw, 3.45rem); line-height: 1.04; margin: 0 0 20px; }
.gfsm-route-intro > p:last-child { color: #c7dfeb; }
.gfsm-route-list { list-style: none; padding: 0; margin: 0; }
.gfsm-route-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.25); padding: 18px 0; }
.gfsm-route-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.gfsm-route-list li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--gfsm-yellow); color: var(--gfsm-ink); font-weight: 900; }
.gfsm-route-list h3 { font-family: inherit; font-size: 1.05rem; letter-spacing: 0; margin: 0 0 5px; }
.gfsm-route-list p { color: #c7dfeb; font-size: .88rem; line-height: 1.55; margin: 0; }

.gfsm-docs-section { background: var(--gfsm-paper); }
.gfsm-docs-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.gfsm-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; padding: 0; margin: 0; }
.gfsm-check-list li { position: relative; border: 1px solid var(--gfsm-line); border-radius: 10px; background: var(--gfsm-white); font-size: .9rem; font-weight: 750; padding: 17px 18px 17px 48px; }
.gfsm-check-list li::before { content: "✓"; position: absolute; left: 17px; color: var(--gfsm-blue); font-weight: 950; }

.gfsm-expect-section { background: #e7f5ef; border-top: 1px solid #c3e2d5; border-bottom: 1px solid #c3e2d5; }

.gfsm-fact-table-wrap { overflow-x: auto; border: 1px solid var(--gfsm-line); border-radius: 14px; box-shadow: var(--gfsm-shadow); }
.gfsm-fact-table { width: 100%; border-collapse: collapse; margin: 0; background: var(--gfsm-white); }
.gfsm-fact-table th { background: var(--gfsm-sky); color: var(--gfsm-blue-dark); font-size: .8rem; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.gfsm-fact-table th, .gfsm-fact-table td { border: 0; border-bottom: 1px solid var(--gfsm-line); padding: 20px; vertical-align: top; }
.gfsm-fact-table td { font-size: .88rem; }
.gfsm-fact-table tbody tr:last-child td { border-bottom: 0; }

.gfsm-final-cta { background: var(--gfsm-coral); color: var(--gfsm-white); padding: 42px 0; }
.gfsm-final-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.gfsm-final-cta h2 { color: var(--gfsm-white); font-size: clamp(2rem, 3.5vw, 3.5rem); margin: 0; }
.gfsm-final-cta form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.gfsm-final-cta button { background: var(--gfsm-ink); }

.gfsm-page-hero { background: var(--gfsm-sky); border-bottom: 1px solid var(--gfsm-line); padding: clamp(54px, 8vw, 92px) 0; }
.gfsm-page-hero h1 { font-size: clamp(3rem, 6vw, 5.1rem); margin: 0 0 20px; }
.gfsm-page-hero p:last-child { color: #36536c; font-size: 1.2rem; margin-bottom: 0; }
.gfsm-prose { padding-top: 64px; padding-bottom: 80px; }
.gfsm-prose > * { max-width: 760px; }
.gfsm-prose h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 2.1em 0 .6em; }
.gfsm-prose h2:first-child { margin-top: 0; }
.gfsm-prose h3 { font-size: 1.35rem; }
.gfsm-prose li { margin-bottom: .65em; }
.gfsm-callout { max-width: 860px; border-left: 8px solid var(--gfsm-yellow); background: #fff8dc; margin: 42px 0; padding: 24px 28px; }
.gfsm-callout h2, .gfsm-callout h3 { margin-top: 0; }
.gfsm-callout p:last-child { margin-bottom: 0; }
.gfsm-legal-note { border: 1px solid #e3a799; background: #fff1ed; border-radius: 10px; margin-top: 48px; padding: 20px; }

.gfsm-contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 8vw, 100px); padding-top: 68px; padding-bottom: 90px; align-items: start; }
.gfsm-contact-layout .gfsm-prose { padding: 0; }
.gfsm-contact-card { border: 2px solid var(--gfsm-ink); border-radius: var(--gfsm-radius); box-shadow: 12px 12px 0 var(--gfsm-yellow); padding: clamp(26px, 4vw, 42px); }
.gfsm-contact-card h2 { font-size: 2.3rem; margin-top: 0; }
.gfsm-contact-card p { margin-bottom: 18px; }
.gfsm-contact-card select { height: 54px; }
.gfsm-form-help { color: var(--gfsm-muted); font-size: .76rem; line-height: 1.5; }
.gfsm-honeypot { position: absolute !important; left: -10000px !important; }
.gfsm-form-message { border-radius: 8px; font-size: .86rem; font-weight: 750; margin-bottom: 18px; padding: 14px; }
.gfsm-form-message--success { background: var(--gfsm-mint); color: #135c3a; }
.gfsm-form-message--error { background: #ffebe7; color: #812617; }

.gfsm-inline-search { display: grid; grid-template-columns: minmax(0, 560px) auto; gap: 10px; margin-top: 30px; }
.gfsm-search-page .gfsm-page-hero h1 { max-width: 900px; }
.gfsm-results-wrap { padding-top: 64px; padding-bottom: 90px; }
.gfsm-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gfsm-result-card { display: flex; flex-direction: column; border: 1px solid var(--gfsm-line); border-radius: 14px; padding: 28px; }
.gfsm-result-card__type { color: var(--gfsm-coral); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.gfsm-result-card h2 { font-size: 1.65rem; margin: 8px 0 12px; }
.gfsm-result-card h2 a { color: var(--gfsm-ink); text-decoration: none; }
.gfsm-result-card > p:not(.gfsm-result-card__type) { color: var(--gfsm-muted); font-size: .9rem; }
.gfsm-result-card .gfsm-text-link { margin-top: auto; }
.gfsm-empty-state { max-width: 680px; border: 2px solid var(--gfsm-ink); box-shadow: 10px 10px 0 var(--gfsm-yellow); padding: clamp(28px, 5vw, 52px); }
.gfsm-empty-state__mark { color: var(--gfsm-coral); font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; font-weight: 800; line-height: 1; margin: 0 0 20px; }
.gfsm-not-found { background: var(--gfsm-sky); padding: clamp(70px, 10vw, 140px) 0; }
.gfsm-not-found__inner { max-width: 780px; }
.gfsm-not-found h1 { font-size: clamp(3rem, 7vw, 6rem); margin: 0 0 20px; }
.gfsm-home-link { display: inline-block; font-size: .86rem; font-weight: 800; margin-top: 24px; }

.gfsm-footer-notice { background: #fff4d5; border-top: 8px solid var(--gfsm-yellow); padding: 38px 0; }
.gfsm-footer-notice__inner { display: grid; grid-template-columns: 110px 1fr; gap: 26px; align-items: start; }
.gfsm-footer-notice__label { color: var(--gfsm-coral); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin: 5px 0 0; }
.gfsm-footer-notice h2 { font-family: inherit; font-size: 1.05rem; letter-spacing: 0; margin: 0 0 7px; }
.gfsm-footer-notice p:last-child { color: #4f5c69; font-size: .79rem; line-height: 1.55; margin: 0; }
.gfsm-site .site-footer { background: var(--gfsm-ink); color: var(--gfsm-white); }
.gfsm-site .site-info { background: var(--gfsm-ink); color: var(--gfsm-white); padding: 24px 20px; }
.gfsm-footer-credit { width: min(100%, var(--gfsm-shell)); display: flex; justify-content: space-between; gap: 20px; margin: auto; font-size: .76rem; }
.gfsm-footer-credit nav { display: flex; flex-wrap: wrap; gap: 18px; }
.gfsm-footer-credit a { color: var(--gfsm-white); }

@media (max-width: 900px) {
	.gfsm-hero { background: linear-gradient(180deg, #eef9ff 0 66%, #d8f1ff 66%); }
	.gfsm-hero__grid, .gfsm-section-heading, .gfsm-route-grid, .gfsm-docs-grid, .gfsm-final-cta__inner, .gfsm-contact-layout { grid-template-columns: 1fr; }
	.gfsm-need-grid { grid-template-columns: repeat(2, 1fr); }
	.gfsm-result-grid { grid-template-columns: 1fr; }
	.gfsm-section-heading { gap: 20px; }
}

@media (max-width: 620px) {
	body.gfsm-site { font-size: 17px; }
	.gfsm-shell, .gfsm-reading-width { width: min(calc(100% - 28px), var(--gfsm-shell)); }
	.gfsm-trust-strip__inner { justify-content: center; gap: 4px 14px; padding-block: 8px; text-align: center; }
	.gfsm-trust-strip__inner span + span::before { display: none; }
	.gfsm-hero { padding-block: 40px; }
	.gfsm-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
	.gfsm-start-card { box-shadow: 7px 7px 0 var(--gfsm-yellow); }
	.gfsm-need-grid, .gfsm-check-list { grid-template-columns: 1fr; }
	.gfsm-need-card { min-height: 235px; }
	.gfsm-final-cta form { grid-template-columns: 1fr; }
	.gfsm-inline-search { grid-template-columns: 1fr; }
	.gfsm-footer-notice__inner { grid-template-columns: 1fr; gap: 8px; }
	.gfsm-footer-credit { flex-direction: column; align-items: center; }
	.gfsm-fact-table th, .gfsm-fact-table td { min-width: 220px; padding: 16px; }
}

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

@media print {
	.gfsm-trust-strip, .main-navigation, .gfsm-final-cta, .site-footer { display: none !important; }
	.gfsm-site { color: #000; font-size: 12pt; }
	.gfsm-page-hero, .gfsm-route-section { background: #fff !important; color: #000 !important; }
	.gfsm-route-section h2, .gfsm-route-section h3 { color: #000 !important; }
}
