body {
	margin: 0;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #12151B;
	background: #FBFAF7;
}

.container {
	max-width: 1080px;
}

nav,
footer {
	min-height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

nav a,
footer a {
	color: #26344A;
	font-size: 15px;
	font-weight: 600;
	opacity: 0.62;
}

nav a:hover,
footer a:hover {
	color: #26344A;
	opacity: 1;
	text-decoration: none;
}

.nav-links,
.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px;
}

.hero {
	min-height: 800px;
	padding-top: 56px;
	padding-bottom: 84px;
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(430px, 1.2fr);
	gap: 56px;
	align-items: center;
}

.app-icon {
	width: 96px;
	height: 96px;
	border-radius: 24px;
	box-shadow: 0 18px 38px rgba(13, 52, 70, 0.22);
	margin-bottom: 26px;
}

.eyebrow {
	color: #087D8E;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 0 16px;
}

h1 {
	max-width: 520px;
	font-size: 82px;
	line-height: 0.96;
	font-weight: 750;
	letter-spacing: 0;
	margin: 0 0 24px;
}

.hero__intro {
	max-width: 470px;
	color: #4B5664;
	font-size: 28px;
	line-height: 1.28;
	margin: 0 0 28px;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.availability-badge {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 8px;
	background: #12151B;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.privacy-note {
	color: #73808E;
	font-size: 15px;
	line-height: 1.35;
}

.hero__visual {
	position: relative;
	height: 720px;
}

.phone {
	position: absolute;
	margin: 0;
	border: 10px solid #11141A;
	border-radius: 46px;
	background: #11141A;
	box-shadow: 0 30px 78px rgba(13, 52, 70, 0.22);
	overflow: hidden;
	box-sizing: border-box;
}

.phone--main {
	width: 322px;
	left: 44px;
	top: 0;
}

.phone--side {
	width: 236px;
	right: 0;
	top: 104px;
	border-radius: 40px;
}

.screen {
	min-height: 682px;
	padding: 22px;
	border-radius: 34px;
	background: #F8F9F7;
	overflow: hidden;
}

.screen--grid {
	min-height: 500px;
	padding: 16px;
	border-radius: 30px;
	background: #F9F7F2;
}

.screen__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.screen-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: #E6ECEC;
	color: #087D8E;
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	padding-bottom: 4px;
}

.screen__topbar div {
	text-align: center;
}

.screen__topbar strong,
.grid-header strong {
	display: block;
	color: #12151B;
	font-size: 20px;
	line-height: 1.1;
}

.screen__topbar span,
.grid-header span {
	display: block;
	color: #72808B;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 4px;
}

.year-list {
	display: grid;
	gap: 16px;
}

.year-card {
	border: 1px solid #DDE7E8;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
}

.year-card strong {
	display: block;
	color: #12151B;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 4px;
}

.year-card span {
	color: #72808B;
	font-size: 14px;
}

.photo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin-top: 14px;
}

.photo-strip i,
.photo-grid i {
	display: block;
	aspect-ratio: 1;
	border-radius: 6px;
	background: linear-gradient(145deg, #0A6981, #F5AE35);
}

.photo-strip i:nth-child(2),
.photo-grid i:nth-child(3n+2) {
	background: linear-gradient(145deg, #442A63, #EF6A50);
}

.photo-strip i:nth-child(3),
.photo-grid i:nth-child(4n) {
	background: linear-gradient(145deg, #EEDDBB, #18899B);
}

.year-card--warm .photo-strip i {
	background: linear-gradient(145deg, #F4A13A, #D14E5D);
}

.year-card--cool .photo-strip i {
	background: linear-gradient(145deg, #0F5678, #6FD2C8);
}

.grid-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 16px;
}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 5px;
}

.toolbar {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 18px;
	display: flex;
	justify-content: space-around;
	padding: 12px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 34px rgba(18, 21, 27, 0.12);
}

.toolbar span {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #087D8E;
}

.features,
.privacy,
.availability {
	border-top: 1px solid #E2E4E3;
	padding-top: 72px;
	padding-bottom: 72px;
}

.features {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 64px;
}

.section-copy h2,
.privacy h2,
.availability h2 {
	font-size: 38px;
	line-height: 1.1;
	font-weight: 750;
	letter-spacing: 0;
	margin: 0 0 18px;
}

.section-copy p,
.privacy p,
.availability p {
	color: #566272;
	font-size: 18px;
	line-height: 1.58;
	margin: 0;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.feature-grid article,
.privacy__facts article {
	border: 1px solid #DDE4E7;
	border-radius: 8px;
	background: #fff;
	padding: 24px;
}

.feature-mark {
	display: block;
	color: #087D8E;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 18px;
}

.feature-grid h3 {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 750;
	margin: 0 0 10px;
}

.feature-grid p,
.privacy__facts span {
	display: block;
	color: #566272;
	font-size: 15px;
	line-height: 1.52;
	margin: 0;
}

.privacy {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
	gap: 42px;
	align-items: stretch;
}

.privacy__panel {
	border-radius: 8px;
	padding: 34px;
	background: #EAF4F2;
}

.privacy__facts {
	display: grid;
	gap: 16px;
}

.privacy__facts strong {
	display: block;
	color: #12151B;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.availability {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
}

.availability div {
	max-width: 680px;
}

.availability a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #B7C5CC;
	border-radius: 8px;
	color: #12151B;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.availability a:hover {
	color: #087D8E;
	border-color: #087D8E;
	text-decoration: none;
}

footer {
	border-top: 1px solid #E2E4E3;
}

.legal-main {
	padding-bottom: 72px;
}

.legal-hero {
	border-top: 1px solid #E2E4E3;
	padding-top: 72px;
	padding-bottom: 48px;
}

.legal-hero h1 {
	max-width: 780px;
	font-size: 64px;
	line-height: 1;
	margin-bottom: 16px;
}

.legal-hero p:last-child {
	color: #73808E;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.legal-content {
	max-width: 860px;
}

.legal-section {
	border-top: 1px solid #E2E4E3;
	padding: 34px 0;
}

.legal-section h2 {
	color: #12151B;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 750;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.legal-section p {
	color: #4B5664;
	font-size: 17px;
	line-height: 1.64;
	margin: 0;
}

.legal-section p + p {
	margin-top: 14px;
}

.legal-section a {
	color: #087D8E;
	font-weight: 700;
}

.legal-section a:hover {
	color: #075E6B;
	text-decoration: none;
}

@media (max-width: 960px) {
	.hero,
	.features,
	.privacy,
	.availability {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hero {
		min-height: 0;
		padding-top: 42px;
	}

	.hero__visual {
		height: 660px;
	}

	.phone--main {
		left: 8%;
	}

	.phone--side {
		right: 8%;
	}

	.availability {
		align-items: start;
	}
}

@media (max-width: 640px) {
	nav,
	footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	nav,
	footer {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.nav-links,
	.footer-links {
		justify-content: flex-start;
	}

	.hero,
	.features,
	.privacy,
	.availability {
		padding: 52px 20px;
	}

	.hero {
		padding-top: 34px;
	}

	.app-icon {
		width: 78px;
		height: 78px;
		border-radius: 20px;
	}

	h1 {
		font-size: 54px;
	}

	.hero__intro {
		font-size: 22px;
	}

	.cta-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.hero__visual {
		height: 520px;
		overflow: hidden;
	}

	.phone--main {
		width: 226px;
		left: 0;
	}

	.phone--side {
		width: 176px;
		right: -42px;
		top: 72px;
	}

	.screen {
		min-height: 478px;
		padding: 15px;
		border-radius: 30px;
	}

	.screen--grid {
		min-height: 372px;
		border-radius: 26px;
	}

	.screen__topbar {
		margin-bottom: 16px;
	}

	.year-card {
		padding: 12px;
	}

	.year-card strong {
		font-size: 25px;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}

	.section-copy h2,
	.privacy h2,
	.availability h2,
	.legal-hero h1 {
		font-size: 30px;
	}

	.legal-main {
		padding-bottom: 42px;
	}

	.legal-hero {
		padding: 52px 20px 34px;
	}

	.legal-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.legal-section {
		padding: 28px 0;
	}

	.privacy__panel,
	.feature-grid article,
	.privacy__facts article {
		padding: 22px;
	}

	.availability a {
		width: 100%;
	}
}
