/**
 * Online Notary landing page.
 * Colors and type follow the live federalapostille.org theme: CTA #0a3d62,
 * Libre Franklin headings, Cabin buttons with square corners, Source Serif Pro body.
 */

.faonp {
	--p-navy: #0a3d62;
	--p-navy-2: #245897;
	--p-head: #202b5d;
	--p-text: #1a1a1a;
	--p-soft: #5a6678;
	--p-line: #dfe3ea;
	--p-tint: #f5f6f8;
	--p-amber: #b45309;
	--p-amber-tint: #fdf6ec;
	--p-display: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
	--p-ui: "Cabin", "Helvetica Neue", Arial, sans-serif;
	--p-body: "Source Serif Pro", Georgia, "Times New Roman", serif;

	color: var(--p-text);
	font-family: var(--p-body);
	font-size: 17px;
	line-height: 1.65;
}

.faonp *,
.faonp *::before,
.faonp *::after { box-sizing: border-box; }

.faonp h2,
.faonp h3,
.faonp h4 {
	font-family: var(--p-display);
	color: var(--p-head);
	line-height: 1.2;
	margin: 0 0 12px;
}

.faonp .faonp-h1 {
	font-size: clamp(29px, 4.4vw, 42px);
	font-weight: 700;
	letter-spacing: -.01em;
	text-wrap: balance;
}

.faonp .faonp-h2 {
	font-size: clamp(23px, 3vw, 30px);
	font-weight: 600;
	text-wrap: balance;
}

.faonp h4 { font-size: 18px; font-weight: 600; }
.faonp p { margin: 0 0 16px; }
.faonp a { color: var(--p-navy-2); }

.faonp-eyebrow {
	font-family: var(--p-ui);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--p-amber);
	margin: 0 0 12px;
}

.faonp-lede,
.faonp-sub {
	font-size: 19px;
	color: var(--p-soft);
	max-width: 62ch;
}

.faonp-sub { margin-bottom: 26px; }

/* ------------------------------------------------------------------ hero */

.faonp-hero {
	background: var(--p-navy);
	color: #fff;
	padding: clamp(38px, 6vw, 66px) clamp(20px, 4vw, 48px);
	margin: 0 0 40px;
}

.faonp-hero-inner { max-width: 900px; }
.faonp-hero .faonp-h1 { color: #fff; }
.faonp-hero .faonp-lede { color: #d5e2ee; }

.faonp-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 26px 0 0;
}

.faonp-trust {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	list-style: none;
	margin: 36px 0 0;
	padding: 26px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .22);
}

.faonp-trust li { margin: 0; }
.faonp-trust strong { display: block; font-family: var(--p-ui); font-size: 16px; color: #fff; }
.faonp-trust span { display: block; font-size: 14.5px; color: #c3d5e6; margin-top: 3px; line-height: 1.45; }

/* -------------------------------------------------------------- sections */

.faonp-section {
	padding: clamp(28px, 4vw, 46px) clamp(18px, 3vw, 40px);
	max-width: 1120px;
	margin: 0 auto;
}

.faonp-section--tint {
	background: var(--p-tint);
	border-top: 1px solid var(--p-line);
	border-bottom: 1px solid var(--p-line);
	max-width: none;
}

.faonp-section--book { scroll-margin-top: 90px; }

/* --------------------------------------------------------------- buttons */

.faonp-btn {
	display: inline-block;
	font-family: var(--p-ui);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 30px 17px;
	border-radius: 0;
	border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
}

.faonp-btn-primary { background: var(--p-navy); color: #fff; }
.faonp-btn-primary:hover { background: #08314f; color: #fff; }
.faonp-hero .faonp-btn-primary { background: #fff; color: var(--p-navy); }
.faonp-hero .faonp-btn-primary:hover { background: #e8eff6; color: var(--p-navy); }
.faonp-btn-ghost { background: transparent; color: var(--p-navy); border-color: currentColor; }
.faonp-hero .faonp-btn-ghost { color: #fff; }
.faonp-btn:focus-visible { outline: 3px solid var(--p-amber); outline-offset: 2px; }

/* ----------------------------------------------------------------- steps */

.faonp-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 22px;
}

.faonp-steps li {
	margin: 0;
	padding: 22px 20px;
	border: 1px solid var(--p-line);
	background: #fff;
}

.faonp-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: var(--p-navy);
	color: #fff;
	font-family: var(--p-ui);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 12px;
}

.faonp-steps p { margin: 0; font-size: 15.5px; color: var(--p-soft); }

/* --------------------------------------------------------------- pricing */

.faonp-price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.faonp-price-card {
	background: #fff;
	border: 1px solid var(--p-line);
	border-top: 4px solid var(--p-navy);
	padding: 24px;
}

.faonp-price-card--alt { border-top-color: var(--p-amber); }

.faonp-price-label {
	font-family: var(--p-ui);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--p-soft);
	margin: 0 0 8px;
}

.faonp-price-amount {
	font-family: var(--p-display);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.05;
	color: var(--p-head);
	margin: 0 0 10px;
	font-variant-numeric: tabular-nums;
}

.faonp-price-amount span { font-size: 17px; font-weight: 600; color: var(--p-soft); }
.faonp-price-note { margin: 0; font-size: 15px; color: var(--p-soft); }

.faonp-price-example {
	border-left: 3px solid var(--p-amber);
	background: var(--p-amber-tint);
	padding: 16px 20px;
	margin: 22px 0 0;
	font-size: 16px;
}

/* ------------------------------------------------------------- two lists */

.faonp-two {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
}

.faonp-list {
	border: 1px solid var(--p-line);
	background: #fff;
	padding: 22px 24px;
}

.faonp-list h4 { margin-bottom: 14px; }
.faonp-list ul { margin: 0; padding: 0; list-style: none; }

.faonp-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 16px;
}

.faonp-list li::before {
	position: absolute;
	left: 0;
	top: -1px;
	font-family: var(--p-ui);
	font-weight: 700;
	font-size: 17px;
}

.faonp-list--yes li::before { content: "\2713"; color: #047857; }
.faonp-list--no li::before { content: "\2715"; color: var(--p-amber); }
.faonp-list--yes { border-top: 4px solid #047857; }
.faonp-list--no { border-top: 4px solid var(--p-amber); }

/* ------------------------------------------------------------- checklist */

.faonp-checklist { list-style: none; margin: 0; padding: 0; max-width: 78ch; }

.faonp-checklist li {
	padding: 14px 0 14px 34px;
	border-bottom: 1px solid var(--p-line);
	position: relative;
	font-size: 16.5px;
}

.faonp-checklist li:last-child { border-bottom: 0; }

.faonp-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 16px;
	height: 16px;
	border: 2px solid var(--p-navy);
}

/* -------------------------------------------------------------- apostille */

.faonp-apostille {
	background: var(--p-navy);
	color: #fff;
	max-width: none;
}

.faonp-apostille-inner { max-width: 780px; margin: 0 auto; }
.faonp-apostille .faonp-h2 { color: #fff; }
.faonp-apostille p { color: #d5e2ee; }

.faonp-services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 18px;
	margin: 26px 0;
}

.faonp-service {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .18);
	padding: 18px 20px;
}

.faonp-service h4 { color: #fff; margin: 0 0 6px; font-size: 17px; }

.faonp-service > p {
	font-family: var(--p-ui);
	font-weight: 700;
	font-size: 19px;
	color: #f0b464;
	margin: 0 0 10px;
	font-variant-numeric: tabular-nums;
}

.faonp-service .faonp-service-note {
	font-family: var(--p-body);
	font-weight: 400;
	font-size: 14.5px;
	line-height: 1.5;
	color: #cddcea;
	margin: 0;
}

.faonp-apostille-note {
	border-left: 3px solid #f0b464;
	padding-left: 16px;
	font-size: 16px;
}

.faonp-apostille .faonp-btn-primary { background: #fff; color: var(--p-navy); }

/* -------------------------------------------------------------------- faq */

.faonp-faq { max-width: 82ch; }

.faonp-faq details {
	border-bottom: 1px solid var(--p-line);
	padding: 6px 0;
}

.faonp-faq summary {
	font-family: var(--p-display);
	font-size: 18px;
	font-weight: 600;
	color: var(--p-head);
	padding: 14px 34px 14px 0;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.faonp-faq summary::-webkit-details-marker { display: none; }

.faonp-faq summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 12px;
	font-family: var(--p-ui);
	font-size: 22px;
	font-weight: 400;
	color: var(--p-navy);
}

.faonp-faq details[open] summary::after { content: "\2212"; }
.faonp-faq details p { margin: 0 0 16px; color: var(--p-soft); font-size: 16.5px; max-width: 72ch; }
.faonp-faq summary:focus-visible { outline: 2px solid var(--p-amber); outline-offset: 2px; }

/* ------------------------------------------------------------------ final */

.faonp-final { text-align: center; }
.faonp-final .faonp-hero-cta { justify-content: center; }
.faonp-final p { color: var(--p-soft); max-width: 60ch; margin-left: auto; margin-right: auto; }

@media (max-width: 640px) {
	.faonp-hero-cta .faonp-btn { width: 100%; text-align: center; }
}
