:root {
	--navy: #0E4D66;
	--teal: #1B6B8C;
	--teal-bright: #2E89AD;
	--mint: #33C2A6;
	--amber: #F4B740;
	--ink: #1E2A30;
	--slate: #5A6B73;
	--mist: #EEF3F5;
	--pale: #F6F9FA;
	--line: #DCE4E7;
	--navy-soft: #E5EEF1;
	--white: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Source Sans 3', sans-serif;
	color: var(--ink);
	background: var(--white);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 {
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 32px;
}
section {
	padding: 88px 0;
	border-bottom: 1px solid var(--line);
}
section:last-of-type {
	border-bottom: none;
}
.eyebrow {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--teal);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--amber);
}
.lead {
	font-size: 18px;
	color: var(--slate);
	max-width: 640px;
}
.h-sec {
	font-size: 33px;
	margin-bottom: 16px;
}
.hero {
	background: radial-gradient(ellipse at 80% 10%, rgba(46, 137, 173, .28), transparent 50%),
		radial-gradient(ellipse at 5% 95%, rgba(51, 194, 166, .16), transparent 45%), var(--navy);
	color: var(--white);
	padding: 92px 0 100px;
	border-bottom: none;
	position: relative;
	overflow: hidden;
}
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
	background-size: 48px 48px;
}
.hero .wrap {
	position: relative;
	z-index: 1;
}
.hero .eyebrow {
	color: var(--mint);
}
.hero .eyebrow::before {
	background: var(--amber);
}
.hero h1 {
	font-size: clamp(38px, 5.6vw, 62px);
	font-weight: 800;
	margin-bottom: 20px;
}
.hero p {
	font-size: 19px;
	color: rgba(255, 255, 255, .8);
	max-width: 560px;
}
.hero-meta {
	display: flex;
	gap: 48px;
	margin-top: 46px;
	flex-wrap: wrap;
}
.hero-meta .k {
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--mint);
	font-weight: 700;
}
.hero-meta .v {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin-top: 5px;
	display: block;
}
.attr-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 8px;
}
.attr {
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 26px 22px;
	background: var(--pale);
}
.attr .ic {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--navy-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.attr b {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	display: block;
	margin-bottom: 2px;
}
.attr span {
	font-size: 13.5px;
	color: var(--slate);
}
.logo-stage {
	background: var(--pale);
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}
.logo-card {
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
}
.logo-card .panel {
	padding: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 168px;
}
.panel.navy {
	background: var(--navy);
}
.panel.teal {
	background: var(--teal);
}
.panel.light {
	background: var(--white);
}
.panel.soft {
	background: var(--navy-soft);
}
.logo-card .caption {
	padding: 13px 20px;
	font-size: 13px;
	color: var(--slate);
	font-weight: 500;
	border-top: 1px solid var(--line);
	background: var(--white);
}
.construct {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-top: 32px;
	background: var(--navy-soft);
	border-radius: 14px;
	padding: 20px 24px;
	font-size: 14px;
	color: var(--navy);
}
.construct b {
	font-family: 'Poppins', sans-serif;
}
.dont-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 8px;
}
.dont {
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 24px;
	text-align: center;
}
.dont .demo {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.dont .x {
	font-weight: 700;
	font-size: 13.5px;
	color: #C04A3E;
	font-family: 'Poppins', sans-serif;
}
.dont p {
	font-size: 12.5px;
	color: var(--slate);
	margin-top: 5px;
}
.swatch-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.swatch {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
}
.swatch .chip {
	height: 118px;
	display: flex;
	align-items: flex-end;
	padding: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
}
.swatch .meta {
	padding: 15px 16px;
	background: var(--white);
}
.swatch .name {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14.5px;
}
.swatch .hex {
	font-size: 12.5px;
	color: var(--slate);
	margin-top: 2px;
	font-variant-numeric: tabular-nums;
}
.swatch .role {
	font-size: 12px;
	color: var(--slate);
	margin-top: 8px;
	line-height: 1.5;
}
.bar {
	display: flex;
	height: 44px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 28px;
}
.ratio-note {
	margin-top: 20px;
	background: var(--pale);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 18px 22px;
	font-size: 14px;
	color: var(--slate);
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.ratio-note b {
	font-family: 'Poppins', sans-serif;
	color: var(--navy);
}
.type-row {
	display: flex;
	gap: 32px;
	align-items: baseline;
	flex-wrap: wrap;
	padding: 22px 0;
	border-bottom: 1px dashed var(--line);
}
.type-row:last-child {
	border-bottom: none;
}
.type-label {
	width: 158px;
	flex-shrink: 0;
	font-size: 13px;
	color: var(--slate);
}
.type-label b {
	display: block;
	font-family: 'Poppins', sans-serif;
	color: var(--ink);
	font-size: 14px;
}
.sp-pop {
	font-family: 'Poppins', sans-serif;
}
.sp-src {
	font-family: 'Source Sans 3', sans-serif;
}
.voice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.voice-card {
	border-radius: 14px;
	padding: 26px;
}
.voice-card.do {
	background: var(--navy-soft);
	border: 1px solid #C4D8DE;
}
.voice-card.no {
	background: #FBEDEB;
	border: 1px solid #EFD2CE;
}
.voice-card h4 {
	font-size: 15px;
	margin-bottom: 12px;
}
.voice-card.do h4 {
	color: var(--navy);
}
.voice-card.no h4 {
	color: #C04A3E;
}
.voice-card ul {
	list-style: none;
}
.voice-card li {
	font-size: 14px;
	padding: 6px 0 6px 22px;
	position: relative;
}
.voice-card.do li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--teal);
	font-weight: 700;
}
.voice-card.no li::before {
	content: "✕";
	position: absolute;
	left: 0;
	color: #C04A3E;
	font-weight: 700;
}
.app-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}
.mock {
	border: 1px solid var(--line);
	border-radius: 16px;
	overflow: hidden;
	background: var(--white);
}
.mock-bar {
	background: var(--pale);
	padding: 11px 16px;
	display: flex;
	gap: 6px;
	border-bottom: 1px solid var(--line);
}
.mock-bar i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #CBD6DA;
}
.mock-body {
	padding: 28px;
}
.mock-body h4 {
	font-size: 18px;
	margin-bottom: 4px;
}
.mock-body .sub {
	font-size: 12.5px;
	color: var(--slate);
	margin-bottom: 16px;
}
.btn-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	padding: 11px 22px;
	border-radius: 8px;
	border: none;
}
.btn.primary {
	background: var(--navy);
	color: #fff;
}
.btn.accent {
	background: var(--amber);
	color: var(--ink);
}
.btn.ghost {
	background: transparent;
	color: var(--navy);
	border: 1.5px solid var(--navy);
}

.quote-card {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 18px;
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quote-card .prov {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.quote-card .meta {
	font-size: 11.5px;
	color: var(--slate);
	margin-top: 3px;
}
.quote-card .amt {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: var(--navy);
}
.best-badge {
	display: inline-block;
	background: var(--mint);
	color: #0A3D33;
	font-size: 10.5px;
	font-weight: 700;
	padding: 3px 9px;
	border-radius: 5px;
	letter-spacing: .05em;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
}

.footer {
	background: #80808014;
	padding: 20px 0px 20px;
}
.footer .navbar-nav li a {
	color: #0b3d65;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	padding: 0px 14px;
}
.footer .navbar-nav li a:hover {
	color: #457398;
}

@media(max-width:760px) {
	.logo-grid,
	.voice-grid,
	.app-grid {
		grid-template-columns: 1fr;
	}
	.swatch-grid,
	.dont-grid,
	.attr-grid {
		grid-template-columns: 1fr 1fr;
	}
	.logo-stage {
		padding: 36px;
	}
	section {
		padding: 58px 0;
	}

	.footer .navbar-nav li a {
		letter-spacing: 0;
		font-size: 14px;
	}
}