:root {
	--phone-info-ink: #102f49;
	--phone-info-navy: #0b2133;
	--phone-info-teal: #117f7d;
	--phone-info-yellow: #ffec56;
	--phone-info-text: #40566b;
	--phone-info-line: #d6e1e8;
	--phone-info-soft: #f3f7f9;
	--phone-info-warn: #fff4d6;
}

.phone-info-page {
	background: #fff;
	color: var(--phone-info-ink);
}

.phone-info-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 100%;
	width: 1040px;
}

#hero.phone-info-hero {
	align-items: center;
	background:
		radial-gradient(circle at 85% 20%, rgba(27, 126, 127, 0.38), transparent 32%),
		linear-gradient(120deg, #081823, #102f49 64%, #174b55);
	box-sizing: border-box;
	display: flex;
	min-height: 500px;
	padding: 145px 24px 68px;
}

.phone-info-eyebrow,
.phone-info-kicker {
	color: var(--phone-info-yellow);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.phone-info-kicker {
	color: var(--phone-info-teal);
}

.phone-info-hero h1 {
	color: #fff;
	font-size: clamp(40px, 5.5vw, 58px);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 18px;
	max-width: 850px;
}

.phone-info-hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 820px;
}

.phone-info-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 27px;
}

.phone-info-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 47px;
	padding: 11px 18px;
	text-decoration: none;
}

.phone-info-button.primary {
	background: var(--phone-info-yellow);
	color: var(--phone-info-ink);
}

.phone-info-button.secondary {
	border-color: rgba(255, 255, 255, 0.62);
	color: #fff;
}

.phone-info-button.on-light {
	border-color: var(--phone-info-ink);
	color: var(--phone-info-ink);
}

.phone-info-button:focus-visible,
.phone-info-nav a:focus-visible {
	outline: 3px solid rgba(255, 236, 86, 0.8);
	outline-offset: 3px;
}

.phone-info-nav-wrap {
	background: #0f4b5c;
	box-shadow: 0 4px 14px rgba(16, 47, 73, 0.15);
	overflow-x: auto;
}

.phone-info-nav {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	font-family: inherit;
	font-size: inherit;
	height: auto;
	justify-content: center;
	left: auto;
	overflow-x: auto;
	padding: 0;
	position: static;
	right: auto;
	top: auto;
	width: 1040px;
	white-space: nowrap;
}

.phone-info-nav a {
	border-bottom: 3px solid transparent;
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 13px;
	font-weight: 900;
	height: auto;
	line-height: normal;
	margin: 0;
	min-height: 0;
	padding: 15px 14px 12px;
	text-shadow: none;
	text-decoration: none;
}

.phone-info-nav a:hover {
	border-bottom-color: var(--phone-info-yellow);
	color: #fff;
}

.phone-info-section {
	display: flex;
	justify-content: center;
	padding: 68px 24px;
	scroll-margin-top: 25px;
}

.phone-info-section.alt {
	background: var(--phone-info-soft);
}

.phone-info-section.dark {
	background: var(--phone-info-navy);
}

.phone-info-section h2 {
	color: var(--phone-info-ink);
	font-size: clamp(30px, 4vw, 41px);
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 14px;
}

.phone-info-section h3 {
	color: var(--phone-info-ink);
}

.phone-info-section.dark h2,
.phone-info-section.dark h3 {
	color: #fff;
}

.phone-info-lead {
	color: var(--phone-info-text);
	font-size: 17px;
	line-height: 1.68;
	margin: 0;
	max-width: 850px;
}

.phone-info-table-wrap {
	overflow-x: auto;
}

.phone-info-table {
	background: #fff;
	border-collapse: separate;
	border: 1px solid var(--phone-info-line);
	border-radius: 9px;
	border-spacing: 0;
	color: var(--phone-info-ink);
	margin-top: 26px;
	overflow: hidden;
	width: 100%;
}

.phone-info-table th,
.phone-info-table td {
	border-bottom: 1px solid var(--phone-info-line);
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 17px;
	text-align: left;
	vertical-align: top;
}

.phone-info-table th {
	background: var(--phone-info-ink);
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.phone-info-table tr:last-child td {
	border-bottom: 0;
}

.phone-info-note {
	background: #fff8cf;
	border-left: 4px solid #e8c431;
	color: #5c542b;
	font-size: 13px;
	line-height: 1.62;
	margin: 18px 0 0;
	padding: 15px 17px;
}

.phone-info-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.phone-info-card {
	background: #fff;
	border: 1px solid var(--phone-info-line);
	border-radius: 9px;
	box-sizing: border-box;
	padding: 23px;
}

.phone-info-card.warning {
	background: var(--phone-info-warn);
	border-color: #ead17c;
}

.phone-info-card h3 {
	font-size: 19px;
	margin: 0 0 10px;
}

.phone-info-card p,
.phone-info-card li {
	color: var(--phone-info-text);
	font-size: 14px;
	line-height: 1.65;
}

.phone-info-card p:last-child {
	margin-bottom: 0;
}

.phone-info-card ul {
	margin: 0;
	padding-left: 20px;
}

.phone-info-card li {
	margin: 8px 0;
}

.phone-info-card a {
	color: var(--phone-info-ink);
	font-weight: 800;
}

.phone-info-emergency {
	background: #fff;
	border: 2px solid #c45b45;
	box-shadow: 0 14px 30px rgba(88, 36, 25, 0.1);
	margin-top: 28px;
	padding: 26px;
}

.phone-info-emergency h3 {
	font-size: 22px;
	margin: 0 0 11px;
}

.phone-info-emergency > p {
	color: var(--phone-info-text);
	font-size: 15px;
	line-height: 1.68;
}

.phone-info-limit-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.phone-info-limit-list li {
	background: #fff7f4;
	border-left: 3px solid #c45b45;
	color: var(--phone-info-text);
	font-size: 13px;
	line-height: 1.58;
	padding: 13px 14px;
}

.phone-info-safety-strip {
	background: var(--phone-info-navy);
	border-radius: 9px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	overflow: hidden;
}

.phone-info-safety-strip div {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.55;
	padding: 17px;
}

.phone-info-safety-strip strong {
	color: var(--phone-info-yellow);
	display: block;
	margin-bottom: 5px;
}

.phone-info-support-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.phone-info-section.dark .phone-info-card {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.16);
}

.phone-info-section.dark .phone-info-card p,
.phone-info-section.dark .phone-info-card li {
	color: rgba(255, 255, 255, 0.76);
}

.phone-info-section.dark .phone-info-card a {
	color: #fff;
}

.phone-info-closing {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.phone-info-closing p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 650px;
}

@media (max-width: 760px) {
	#hero.phone-info-hero {
		min-height: 560px;
		padding: 185px 20px 58px;
	}

	.phone-info-actions,
	.phone-info-actions .phone-info-button {
		width: 100%;
	}

	.phone-info-nav {
		justify-content: flex-start;
	}

	.phone-info-section {
		padding: 52px 20px;
	}

	.phone-info-grid,
	.phone-info-limit-list,
	.phone-info-safety-strip,
	.phone-info-support-grid {
		grid-template-columns: 1fr;
	}

	.phone-info-closing {
		align-items: flex-start;
		flex-direction: column;
	}
}
