.lgcfy-active .entry-header,
.lgcfy-active .entry-hero,
.lgcfy-active .page-header,
.lgcfy-active .page-title {
	display: none !important;
}

.lgcfy-active .entry-content,
.lgcfy-active .site-main,
.lgcfy-active article.page {
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.lgcfy-page {
	--lgcfy-navy: #061a2d;
	--lgcfy-navy-dark: #03111e;
	--lgcfy-navy-mid: #0b2c49;
	--lgcfy-ink: #152232;
	--lgcfy-muted: #5d6976;
	--lgcfy-paper: #fbfaf7;
	--lgcfy-cream: #f3eee4;
	--lgcfy-gold: #c9a056;
	--lgcfy-gold-deep: #9d712f;
	--lgcfy-gold-soft: #e3c783;
	--lgcfy-line: rgba(6, 26, 45, .14);
	--lgcfy-shadow: 0 24px 70px rgba(5, 22, 37, .13);
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	color: var(--lgcfy-ink);
	background: var(--lgcfy-paper);
	font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.lgcfy-page * { box-sizing: border-box; }
.lgcfy-page img { display: block; max-width: 100%; }
.lgcfy-page a { color: inherit; }
.lgcfy-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.lgcfy-page h1,
.lgcfy-page h2,
.lgcfy-page h3 {
	margin-top: 0;
	color: var(--lgcfy-navy-dark);
	font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	font-weight: 500;
	line-height: 1.07;
	letter-spacing: -.026em;
	text-wrap: balance;
}
.lgcfy-page h1 { max-width: 950px; margin-bottom: 24px; color: #fff; font-size: clamp(48px, 5.5vw, 78px); }
.lgcfy-page h2 { margin-bottom: 22px; font-size: clamp(38px, 4.4vw, 60px); }
.lgcfy-page h3 { margin-bottom: 12px; font-size: 28px; }
.lgcfy-page p { margin-top: 0; margin-bottom: 20px; }
.lgcfy-eyebrow { margin: 0 0 14px !important; color: var(--lgcfy-gold-deep); font-size: 12px; font-weight: 850; letter-spacing: .17em; line-height: 1.35; text-transform: uppercase; }
.lgcfy-lead { color: #475565; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.65; }
.lgcfy-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.lgcfy-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid var(--lgcfy-gold);
	border-radius: 2px;
	color: var(--lgcfy-navy-dark) !important;
	background: var(--lgcfy-gold);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .04em;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.lgcfy-button:hover { background: #d8b56d; transform: translateY(-2px); }
.lgcfy-button--outline { color: #fff !important; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.03); }
.lgcfy-button--outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.lgcfy-hero {
	position: relative;
	display: flex;
	min-height: 720px;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(90deg, rgba(3,17,30,.985) 0%, rgba(4,25,43,.91) 52%, rgba(4,25,43,.34) 100%), var(--lgcfy-hero-image) center/cover no-repeat;
}
.lgcfy-hero::after { position: absolute; right: -155px; bottom: -220px; width: 560px; height: 560px; border: 1px solid rgba(201,160,86,.26); border-radius: 50%; content: ""; }
.lgcfy-hero-grid { position: relative; z-index: 2; display: grid; padding: 180px 0 82px; grid-template-columns: minmax(0, 1fr) 302px; align-items: end; gap: 64px; }
.lgcfy-hero .lgcfy-eyebrow { color: var(--lgcfy-gold-soft); }
.lgcfy-hero .lgcfy-lead { max-width: 760px; margin-bottom: 31px; color: rgba(255,255,255,.84); font-size: 19px; }
.lgcfy-hero-note { padding: 24px 0 0 28px; border-left: 1px solid rgba(255,255,255,.32); }
.lgcfy-hero-note strong { display: block; margin-bottom: 8px; color: #fff; font: 500 24px/1.25 "Iowan Old Style", Georgia, serif; }
.lgcfy-hero-note span { display: block; color: rgba(255,255,255,.74); font-size: 14px; }
.lgcfy-hero-note span + span { margin-top: 8px; }

.lgcfy-facts { position: relative; z-index: 3; margin: -28px 0 0; }
.lgcfy-fact-grid { display: grid; min-height: 116px; padding: 0 24px; border-top: 4px solid var(--lgcfy-gold); background: #fff; box-shadow: var(--lgcfy-shadow); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lgcfy-fact-grid > div { display: flex; min-width: 0; padding: 23px 25px; align-items: center; gap: 15px; }
.lgcfy-fact-grid > div + div { border-left: 1px solid var(--lgcfy-line); }
.lgcfy-fact-grid b { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid rgba(169,124,55,.48); border-radius: 50%; color: var(--lgcfy-gold-deep); font: 500 18px/1 Georgia, serif; }
.lgcfy-fact-grid p { margin: 0; }
.lgcfy-fact-grid strong,
.lgcfy-fact-grid span { display: block; }
.lgcfy-fact-grid strong { color: var(--lgcfy-navy-dark); font-size: 15px; }
.lgcfy-fact-grid span { margin-top: 3px; color: var(--lgcfy-muted); font-size: 13px; line-height: 1.4; }

.lgcfy-byline { color: var(--lgcfy-muted); background: #fff; font-size: 12px; }
.lgcfy-byline .lgcfy-wrap { display: flex; padding: 26px 0 0; flex-wrap: wrap; gap: 9px 28px; }
.lgcfy-byline a { color: var(--lgcfy-navy-mid); font-weight: 800; text-underline-offset: 4px; }

.lgcfy-section { padding: 108px 0; }
.lgcfy-cream,
.lgcfy-attorney { background: var(--lgcfy-cream); }
.lgcfy-dark { color: #fff; background: var(--lgcfy-navy-dark); }
.lgcfy-dark h2,
.lgcfy-dark h3 { color: #fff; }
.lgcfy-dark .lgcfy-eyebrow { color: var(--lgcfy-gold-soft); }
.lgcfy-dark .lgcfy-lead { color: rgba(255,255,255,.72); }
.lgcfy-heading { display: grid; margin-bottom: 48px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 50px; }

.lgcfy-attorney-grid { display: grid !important; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr) !important; align-items: start !important; gap: clamp(48px, 7vw, 92px) !important; }
.lgcfy-portrait { position: relative; width: 100%; min-width: 0; height: 575px; margin: 0; overflow: hidden; background: var(--lgcfy-navy); box-shadow: 22px 22px 0 #fff; }
.lgcfy-portrait img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center top !important; }
.lgcfy-portrait figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 18px 21px; border-left: 3px solid var(--lgcfy-gold); color: #fff; background: rgba(3,17,30,.9); }
.lgcfy-portrait figcaption strong,
.lgcfy-portrait figcaption span { display: block; }
.lgcfy-portrait figcaption strong { font: 500 23px/1.2 "Iowan Old Style", Georgia, serif; }
.lgcfy-portrait figcaption span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.lgcfy-attorney-copy { min-width: 0 !important; padding-top: 10px !important; align-self: start !important; }
.lgcfy-attorney-copy > p:not(.lgcfy-eyebrow):not(.lgcfy-lead) { color: var(--lgcfy-muted); font-size: 16px; }
.lgcfy-appointment-note { margin-top: 31px; padding: 22px 24px; border-left: 3px solid var(--lgcfy-gold); background: #fff; }
.lgcfy-appointment-note strong { display: block; margin-bottom: 6px; color: var(--lgcfy-navy); }
.lgcfy-appointment-note p { margin: 0; color: var(--lgcfy-muted); font-size: 14px; }

.lgcfy-role-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.lgcfy-role-card { min-width: 0; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-top: 4px solid var(--lgcfy-gold); background: rgba(255,255,255,.045); }
.lgcfy-role-card + .lgcfy-role-card { border-top-color: #8fb2ce; }
.lgcfy-tag { display: inline-block; margin-bottom: 20px; padding: 6px 10px; color: #f1d89d; background: rgba(201,160,86,.13); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lgcfy-role-card + .lgcfy-role-card .lgcfy-tag { color: #cae0f0; background: rgba(143,178,206,.12); }
.lgcfy-role-summary { min-height: 88px; color: rgba(255,255,255,.76); font-size: 17px; }
.lgcfy-role-card ul { display: grid; margin: 26px 0 0; padding: 0; list-style: none; }
.lgcfy-role-card li { position: relative; padding: 13px 0 13px 27px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); font-size: 14px; }
.lgcfy-role-card li::before { position: absolute; top: 18px; left: 2px; width: 9px; height: 9px; border: 1px solid var(--lgcfy-gold); border-radius: 50%; content: ""; }
.lgcfy-role-card + .lgcfy-role-card li::before { border-color: #8fb2ce; }
.lgcfy-role-bottom { margin: 24px 0 0 !important; padding: 17px 18px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); font-size: 13px; }

.lgcfy-timeline { position: relative; display: grid; margin-top: 45px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lgcfy-timeline::before { position: absolute; top: 27px; right: 10%; left: 10%; height: 1px; content: ""; background: rgba(169,124,55,.34); }
.lgcfy-timeline article { position: relative; padding: 0 20px 24px; text-align: center; }
.lgcfy-timeline b { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; margin: 0 auto 20px; place-items: center; border: 1px solid rgba(169,124,55,.48); border-radius: 50%; color: var(--lgcfy-gold-deep); background: var(--lgcfy-paper); font: 500 22px/1 Georgia, serif; }
.lgcfy-timeline h3 { font-size: 23px; }
.lgcfy-timeline p { margin: 0; color: var(--lgcfy-muted); font-size: 14px; }

.lgcfy-privacy-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: start; gap: clamp(42px, 7vw, 82px); }
.lgcfy-caution-list { display: grid; margin: 30px 0 0; padding: 0; gap: 12px; list-style: none; }
.lgcfy-caution-list li { position: relative; padding: 18px 20px 18px 51px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.76); background: rgba(255,255,255,.035); }
.lgcfy-caution-list li::before { position: absolute; top: 19px; left: 18px; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid var(--lgcfy-gold); border-radius: 50%; color: #f0d291; content: "!"; font-size: 12px; font-weight: 900; }
.lgcfy-privacy-card { padding: 31px; border-top: 4px solid var(--lgcfy-gold); color: var(--lgcfy-ink); background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.lgcfy-privacy-card p { color: var(--lgcfy-muted); font-size: 14px; }
.lgcfy-privacy-card p:last-child { margin-bottom: 0; }

.lgcfy-source-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lgcfy-source-grid article { display: flex; min-width: 0; min-height: 242px; padding: 27px; border: 1px solid var(--lgcfy-line); border-top: 3px solid var(--lgcfy-gold); flex-direction: column; background: #fff; }
.lgcfy-source-grid h3 { font-size: 24px; }
.lgcfy-source-grid p { color: var(--lgcfy-muted); font-size: 14px; }
.lgcfy-source-grid a { margin-top: auto; color: var(--lgcfy-navy-mid); font-size: 13px; font-weight: 800; text-underline-offset: 5px; overflow-wrap: anywhere; }
.lgcfy-source-note { margin: 26px 0 0 !important; color: var(--lgcfy-muted); font-size: 13px; }

.lgcfy-faq-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(50px, 8vw, 100px); }
.lgcfy-faq-list details { border-top: 1px solid var(--lgcfy-line); }
.lgcfy-faq-list details:last-child { border-bottom: 1px solid var(--lgcfy-line); }
.lgcfy-faq-list summary { position: relative; padding: 23px 45px 23px 0; color: var(--lgcfy-navy-dark); cursor: pointer; font: 500 23px/1.3 "Iowan Old Style", Georgia, serif; list-style: none; }
.lgcfy-faq-list summary::-webkit-details-marker { display: none; }
.lgcfy-faq-list summary::after { position: absolute; top: 24px; right: 4px; color: var(--lgcfy-gold-deep); content: "+"; font: 400 25px/1 Arial, sans-serif; }
.lgcfy-faq-list details[open] summary::after { content: "–"; }
.lgcfy-faq-list details p { max-width: 780px; padding: 0 38px 22px 0; color: var(--lgcfy-muted); }

.lgcfy-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(6,26,45,.16); }
.lgcfy-related-grid a { display: flex; min-height: 215px; padding: 28px; color: #fff !important; background: var(--lgcfy-navy); flex-direction: column; text-decoration: none !important; transition: background .2s ease; }
.lgcfy-related-grid a:hover { background: var(--lgcfy-navy-mid); }
.lgcfy-related-grid span { color: var(--lgcfy-gold-soft); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lgcfy-related-grid strong { margin: 12px 0 8px; color: #fff; font: 500 27px/1.2 "Iowan Old Style", Georgia, serif; }
.lgcfy-related-grid small { margin-top: auto; color: rgba(255,255,255,.66); font-size: 13px; }

.lgcfy-cta { padding: 0; color: #fff; background: linear-gradient(90deg, rgba(3,17,30,.98), rgba(3,17,30,.76)), var(--lgcfy-hero-image) center/cover no-repeat; }
.lgcfy-cta-grid { display: grid; min-height: 430px; padding: 80px 0; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 55px; }
.lgcfy-cta h2 { color: #fff; }
.lgcfy-cta .lgcfy-eyebrow { color: var(--lgcfy-gold-soft); }
.lgcfy-cta p { max-width: 760px; color: rgba(255,255,255,.76); }
.lgcfy-final-notice { margin: 26px 0 0 !important; padding: 17px 20px; border-left: 3px solid var(--lgcfy-gold); background: rgba(255,255,255,.06); font-size: 13px; }
.lgcfy-disclaimer { padding: 24px 0; color: #51616e; background: #eef1f3; font-size: 12px; }

@media (max-width: 980px) {
	.lgcfy-hero-grid { grid-template-columns: minmax(0, 1fr) 265px; gap: 44px; }
	.lgcfy-attorney-grid { grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr) !important; gap: 42px !important; }
	.lgcfy-portrait { height: 520px; }
	.lgcfy-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lgcfy-timeline::before { display: none; }
	.lgcfy-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
	.lgcfy-wrap { width: min(calc(100% - 34px), 740px); }
	.lgcfy-hero { min-height: 735px; }
	.lgcfy-hero-grid { padding-top: 150px; grid-template-columns: 1fr; gap: 30px; }
	.lgcfy-hero-note { max-width: 520px; }
	.lgcfy-fact-grid { padding: 0 14px; }
	.lgcfy-fact-grid > div { padding-inline: 14px; }
	.lgcfy-heading,
	.lgcfy-role-grid,
	.lgcfy-privacy-grid,
	.lgcfy-faq-grid { grid-template-columns: 1fr; }
	.lgcfy-faq-grid { gap: 34px; }
	.lgcfy-attorney-grid { grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr) !important; gap: 32px !important; }
	.lgcfy-portrait { height: 490px; }
	.lgcfy-source-grid { grid-template-columns: 1fr; }
	.lgcfy-source-grid article { min-height: 0; }
	.lgcfy-cta-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
	.lgcfy-page h1 { font-size: clamp(43px, 12.5vw, 59px); }
	.lgcfy-page h2 { font-size: clamp(35px, 10vw, 49px); }
	.lgcfy-section { padding: 78px 0; }
	.lgcfy-hero { min-height: 730px; background-position: 62% center; }
	.lgcfy-hero-grid { padding-bottom: 68px; }
	.lgcfy-hero .lgcfy-lead { font-size: 17px; }
	.lgcfy-hero .lgcfy-buttons .lgcfy-button { width: 100%; }
	.lgcfy-facts { margin-top: 0; }
	.lgcfy-fact-grid { grid-template-columns: 1fr; padding: 10px 20px; }
	.lgcfy-fact-grid > div + div { border-top: 1px solid var(--lgcfy-line); border-left: 0; }
	.lgcfy-attorney-grid { grid-template-columns: 1fr !important; gap: 39px !important; }
	.lgcfy-portrait { width: min(100%, 520px); height: min(560px, 123vw); margin-inline: auto; box-shadow: 12px 12px 0 #fff; }
	.lgcfy-attorney-copy { padding-top: 0 !important; }
	.lgcfy-role-card { padding: 29px 23px; }
	.lgcfy-role-summary { min-height: 0; }
	.lgcfy-timeline { grid-template-columns: 1fr; gap: 9px; }
	.lgcfy-timeline article { display: grid; padding: 18px 0; border-bottom: 1px solid var(--lgcfy-line); grid-template-columns: 58px minmax(0, 1fr); column-gap: 17px; text-align: left; }
	.lgcfy-timeline b { width: 50px; height: 50px; margin: 0; grid-row: 1 / span 2; }
	.lgcfy-timeline h3 { margin: 3px 0 7px; }
	.lgcfy-related-grid { grid-template-columns: 1fr; }
	.lgcfy-cta-grid { min-height: 0; }
	.lgcfy-cta .lgcfy-buttons,
	.lgcfy-cta .lgcfy-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.lgcfy-page *,
	.lgcfy-page *::before,
	.lgcfy-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
