* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--ink: #0b1b2b;
	--steel: #20324a;
	--blue: #0a7ad9;
	--cyan: #20c7d7;
	--mint: #2ff0c5;
	--cloud: #f4f7fb;
	--shade: #0b1f33;
	--card: #ffffff;
	--border: rgba(9, 35, 66, 0.12);
	--steps-bg: url("/images/start-bg@2x.png");
	--exchange-font: "Inter", "Noto Sans KR", "Pretendard", system-ui, sans-serif;
	--exchange-surface: rgba(7, 18, 31, 0.88);
	--exchange-border: rgba(124, 180, 232, 0.16);
	--exchange-text: #e9f2fb;
	--exchange-muted: rgba(216, 228, 243, 0.74);
}

body {
	line-height: 1.6;
}

body.index-theme {
	background:
		radial-gradient(circle at top, rgba(15, 102, 178, 0.16), transparent 34%),
		linear-gradient(180deg, #050b14 0%, #091321 48%, #050a12 100%);
	color: #f3f7fb;
}

body.index-theme,
body.index-theme button,
body.index-theme input,
body.index-theme textarea,
body.index-theme select {
	font-family: var(--exchange-font);
}

body.index-theme footer {
	background:
		linear-gradient(180deg, rgba(7, 14, 24, 0.3), rgba(4, 9, 16, 0.92)),
		radial-gradient(circle at top, rgba(24, 116, 193, 0.18), transparent 55%);
	color: rgba(223, 234, 247, 0.72);
	border-top: 1px solid rgba(124, 180, 232, 0.18);
	padding: 32px 20px 36px;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	line-height: 1.9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.page {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	/* color: var(--ink); */
	font-family: var(--exchange-font);
}

.page > section {
	width: 100%;
	padding-left: clamp(16px, 6vw, 80px);
	padding-right: clamp(16px, 6vw, 80px);
	/* background: transparent; */
}

button {
	border: none;
	font-family: inherit;
	font-weight: 600;
	padding: 12px 22px;
	border-radius: 999px;
	cursor: pointer;
}

.primary {
	background: linear-gradient(135deg, var(--blue), var(--cyan));
	color: #fff;
	box-shadow: 0 10px 20px rgba(10, 122, 217, 0.25);
}

body.index-theme .primary {
	background: linear-gradient(135deg, #1090f7, #3ed2e4);
	box-shadow: 0 16px 32px rgba(16, 144, 247, 0.26);
}

.ghost {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--border);
	color: var(--steel);
}

body.index-theme .ghost {
	background: rgba(6, 18, 31, 0.6);
	border: 1px solid rgba(132, 190, 246, 0.2);
	color: var(--exchange-text);
	backdrop-filter: blur(12px);
}

.hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 48px;
	padding: 90px 0 100px;
	position: relative;
	color: #fff;
	min-height: 100vh;
	aspect-ratio: 16 / 6;
	background: linear-gradient(135deg, rgba(6, 17, 32, 0.85), rgba(6, 17, 32, 0.45)),
		url("/images/home-hero@1x.png") center/cover no-repeat !important;
}

body.index-theme .hero {
	background:
		linear-gradient(115deg, rgba(3, 10, 20, 0.94), rgba(5, 15, 28, 0.72) 45%, rgba(8, 28, 51, 0.5)),
		url("/images/home-hero@1x.png") center/cover no-repeat !important;
	border-bottom: 1px solid rgba(116, 175, 233, 0.1);
}

.hero-copy h1 {
	font-size: clamp(32px, 3.2vw, 48px);
	line-height: 1.2;
	margin: 14px 0;
	word-break: keep-all;
	overflow-wrap: normal;
	text-wrap: balance;
}

body.index-theme .hero-copy h1 {
	font-weight: 800;
	letter-spacing: -0.03em;
}

.hero-copy p {
	color: rgba(255, 255, 255, 0.85);
	max-width: 520px;
	font-size: 16px;
}

.hero-cta {
	display: flex;
	gap: 14px;
	margin: 24px 0 32px;
}

.market-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
	gap: 28px;
	align-items: stretch;
	padding-top: 64px;
	padding-bottom: 72px;
	background:
		linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(233, 243, 252, 0.96)),
		radial-gradient(circle at 15% 18%, rgba(38, 166, 222, 0.14), transparent 32%) !important;
	color: #071525;
}

.market-chart-panel {
	min-width: 0;
	padding: 24px 26px 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(10, 34, 61, 0.09);
	box-shadow: 0 18px 46px rgba(8, 28, 48, 0.1);
}

.market-chart-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 10px;
}

.market-kicker {
	display: block;
	margin-bottom: 4px;
	color: #0a7ad9;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.market-chart-head h2 {
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #071525;
}

.market-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 11px;
	border-radius: 999px;
	background: #e8fff8;
	color: #008c70;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.market-live-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #00ba91;
	box-shadow: 0 0 12px rgba(0, 186, 145, 0.72);
}

.market-chart-meta {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 18px;
	font-variant-numeric: tabular-nums;
}

.market-chart-meta strong {
	font-size: clamp(28px, 3.2vw, 44px);
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #071525;
}

.market-chart-meta span {
	font-size: 12px;
	font-weight: 900;
	color: #6e7f92;
}

#marketChartChange.is-up {
	color: #008b72;
}

#marketChartChange.is-down {
	color: #df2f45;
}

.market-chart-box {
	position: relative;
	height: clamp(240px, 28vw, 360px);
	border-radius: 14px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(241, 247, 253, 0.2)),
		repeating-linear-gradient(0deg, rgba(8, 28, 48, 0.055) 0 1px, transparent 1px 56px),
		repeating-linear-gradient(90deg, rgba(8, 28, 48, 0.045) 0 1px, transparent 1px 86px);
}

#marketLineChart {
	display: block;
	width: 100%;
	height: 100%;
}

.market-chart-line {
	fill: none;
	stroke: #ff4053;
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 8px 10px rgba(255, 64, 83, 0.18));
}

.market-chart-area {
	fill: url("#marketChartFill");
}

.market-chart-empty {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #6e7f92;
	font-size: 14px;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.62);
}

.market-chart-empty[hidden] {
	display: none;
}

.market-summary {
	width: min(520px, 100%);
	justify-self: end;
	align-self: center;
	padding: 22px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(10, 34, 61, 0.09);
	box-shadow: 0 18px 46px rgba(8, 28, 48, 0.1);
	backdrop-filter: blur(18px);
}

.market-summary-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 14px;
	margin-bottom: 2px;
	border-bottom: 1px solid rgba(10, 34, 61, 0.08);
}

.market-summary-head span {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #071525;
}

.market-summary-head strong {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: #61f0d0;
}

.market-summary-head strong::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #61f0d0;
	box-shadow: 0 0 14px rgba(97, 240, 208, 0.9);
}

.market-list {
	display: grid;
	gap: 0;
}

.market-row {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 16px 0;
	border: 0;
	border-bottom: 1px solid rgba(150, 202, 248, 0.11);
	border-radius: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	transition: background 0.16s ease, padding 0.16s ease, border-color 0.16s ease;
}

.market-row:hover,
.market-row.is-active {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
	background: rgba(10, 122, 217, 0.07);
}

.market-row:last-child {
	border-bottom: 0;
	padding-bottom: 2px;
}

.market-symbol-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 12px 22px rgba(0, 0, 0, 0.24);
}

.icon-kosdaq {
	background: linear-gradient(135deg, #25b7d8, #168cb8);
}

.icon-kospi {
	background: linear-gradient(135deg, #1f82e8, #1056a8);
}

.icon-spx {
	background: linear-gradient(135deg, #dd2442, #9e1430);
}

.icon-ndq {
	background: linear-gradient(135deg, #18a8d8, #08719f);
}

.market-name-wrap,
.market-value-wrap {
	display: grid;
	min-width: 0;
}

.market-name-wrap {
	gap: 3px;
}

.market-name-wrap strong {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	color: #111c2a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.market-name-wrap span {
	width: max-content;
	max-width: 100%;
	padding: 3px 7px;
	border-radius: 6px;
	background: rgba(8, 28, 48, 0.07);
	color: #4d5d70;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.market-value-wrap {
	justify-items: end;
	gap: 2px;
	text-align: right;
}

.market-price {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	color: #071525;
	font-variant-numeric: tabular-nums;
}

.market-change {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	color: #6e7f92;
	font-variant-numeric: tabular-nums;
}

.market-row.is-up .market-change {
	color: #008b72;
}

.market-row.is-down .market-change {
	color: #df2f45;
}

.stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.stats strong {
	display: block;
	font-size: 20px;
}

.stats span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.hero-visual {
	position: relative;
	display: grid;
	place-items: center;
}

.device {
	width: 320px;
	height: 360px;
	border-radius: 32px;
	background: linear-gradient(180deg, #0b1f33, #122b46);
	box-shadow: 0 30px 60px rgba(11, 31, 51, 0.4);
	padding: 22px;
}

.device-screen {
	height: 100%;
	border-radius: 24px;
	background: linear-gradient(140deg, #1f3955, #071421);
	padding: 24px;
	position: relative;
	overflow: hidden;
}

.chip {
	width: 88px;
	height: 60px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f5d08a, #caa35a);
	display: grid;
	place-items: center;
	font-weight: 700;
	color: #3a2b10;
	margin-bottom: 16px;
}

.graph {
	width: 100%;
	height: 180px;
	border-radius: 16px;
	background: linear-gradient(120deg, rgba(32, 199, 215, 0.3), rgba(47, 240, 197, 0.1));
	position: relative;
	overflow: hidden;
}

.graph::after {
	content: "";
	position: absolute;
	inset: 12px;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.3);
}

.floating-tag {
	position: absolute;
	right: -10px;
	bottom: 60px;
	background: #ffffff;
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 12px 30px rgba(10, 122, 217, 0.2);
}

.card-grid {
	padding: 60px 0;
}

.card-grid h2 {
	font-size: clamp(22px, 2.4vw, 32px);
	margin-bottom: 24px;
}

.grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.info-card {
	background: var(--card);
	border-radius: 20px;
	padding: 20px 18px 24px;
	border: 1px solid var(--border);
	box-shadow: 0 16px 30px rgba(9, 35, 66, 0.08);
}

.card-kicker {
	font-size: 12px;
	font-weight: 700;
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.info-card h3 {
	margin: 12px 0 8px;
	font-size: 18px;
}

.info-card p {
	color: var(--steel);
	font-size: 14px;
}

.split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
	padding: 80px 0;
}

.split-copy h2 {
	font-size: clamp(24px, 2.6vw, 34px);
	margin-bottom: 12px;
}

.split-copy ul {
	list-style: none;
	margin: 16px 0 24px;
}

.split-copy li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	color: var(--steel);
}

.split-copy li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--cyan);
	position: absolute;
	left: 0;
	top: 8px;
}

.split-visual {
	display: grid;
	place-items: center;
}

.stack {
	width: 320px;
	height: 320px;
	position: relative;
}

.layer {
	position: absolute;
	inset: 0;
	border-radius: 28px;
	background: linear-gradient(140deg, rgba(32, 199, 215, 0.15), rgba(10, 122, 217, 0.4));
	border: 1px solid rgba(10, 122, 217, 0.2);
	box-shadow: 0 20px 50px rgba(9, 35, 66, 0.15);
}

.layer.mid {
	transform: translate(20px, 20px);
	background: rgba(255, 255, 255, 0.6);
}

.layer.top {
	transform: translate(40px, 40px);
	background: linear-gradient(140deg, #ffffff, #e7f5ff);
}

.dna {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	background: radial-gradient(circle at left, #ffffff 0%, #d7f3ff 40%, #aee8ff 100%)!important;
	align-items: center;
	padding: 70px 0;
}

body.index-theme .dna {
	background:
		linear-gradient(135deg, rgba(5, 15, 28, 0.92), rgba(8, 23, 39, 0.82)),
		radial-gradient(circle at 15% 25%, rgba(23, 117, 191, 0.22), transparent 38%) !important;
	border-top: 1px solid rgba(120, 170, 220, 0.1);
	border-bottom: 1px solid rgba(120, 170, 220, 0.1);
}

.dna-visual {
	/* height: 260px; */
	border-radius: 40px;
	left: -20%;
	position: relative;
	overflow: hidden;
}

.dna-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* .dna-visual::after {
	content: "";
	position: absolute;
	inset: 40px;
	border-radius: 40px;
	border: 2px dashed rgba(9, 35, 66, 0.2);
} */

.dna-copy h2 {
	margin-bottom: 12px;
	font-size: 2.5rem;
	color: #404040;
}

body.index-theme .dna-copy h2 {
	color: #eef5fd;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.dna-copy p {
	color: var(--steel);
}

body.index-theme .dna-copy p,
body.index-theme .dna-list span {
	color: var(--exchange-muted);
}

.dna-list {
	display: flex;
	gap: 12px;
	flex-direction: column;
	/* flex-wrap: wrap; */
	margin-top: 18px;
}

.dna-list span {
	/* padding: 8px 14px; */
	/* border-radius: 999px;
	background: #ffffff;
	border: 1px solid var(--border); */
	color: #404040;
	font-size: 1rem;
}

.learn {
	display: flex;
	justify-content: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: center;
	background: url("/images/support@2x.png") center/cover no-repeat!important;
	aspect-ratio: 16 / 8;
	padding: 70px 0;
	
}

body.index-theme .learn {
	background:
		linear-gradient(180deg, rgba(5, 11, 20, 0.7), rgba(4, 10, 18, 0.78)),
		url("/images/support@2x.png") center/cover no-repeat !important;
	border-bottom: 1px solid rgba(120, 170, 220, 0.08);
}

.learn-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.learn-copy h2 {
	font-size: 2.5rem;
	text-align: center;
}

body.index-theme .learn-copy h2 {
	color: #f4f8fd;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.learn-copy p {
	margin-bottom: 12px;
}

body.index-theme .learn-copy p {
	max-width: 720px;
	text-align: center;
	color: rgba(223, 234, 247, 0.82);
}



.dark-panel {
	/* margin: 70px 0; */
	/* border-radius: 32px; */
	/* background-color: #f6f8fb; */
	background-image: var(--steps-bg)!important;
	background-size: cover;
	background-position: center;
	color: var(--ink);
	padding: clamp(32px, 4vw, 64px);
	display: grid;
	aspect-ratio: 16 / 8;
	gap: 26px;
	position: relative;
	/* overflow: hidden; */
}

body.index-theme .dark-panel {
	background-image:
		linear-gradient(180deg, rgba(3, 10, 18, 0.4), rgba(4, 9, 16, 0.72)),
		var(--steps-bg) !important;
	color: #eef5fc;
	border-top: 1px solid rgba(120, 170, 220, 0.1);
	border-bottom: 1px solid rgba(120, 170, 220, 0.1);
}

.dark-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)); */
	pointer-events: none;
}

.dark-panel > * {
	position: relative;
	z-index: 1;
}

.steps {
	justify-items: center;
	text-align: center;
}

.steps-header h2 {
	font-size: clamp(26px, 3vw, 38px);
	margin-bottom: 10px;
}

.steps-header p {
	color: rgba(32, 50, 74, 0.8);
	font-size: 16px;
}

body.index-theme .steps-header p {
	color: rgba(223, 234, 247, 0.74);
}

.steps-grid {
	width: min(1100px, 100%);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.step-card {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 18px;
	padding: 22px;
	text-align: left;
	border: 1px solid rgba(9, 35, 66, 0.08);
	box-shadow: 0 20px 40px rgba(9, 35, 66, 0.12);
	backdrop-filter: blur(6px);
	display: grid;
	gap: 12px;
	min-height: 260px;
}

body.index-theme .step-card {
	background: linear-gradient(180deg, rgba(9, 22, 37, 0.88), rgba(7, 17, 30, 0.96));
	border: 1px solid rgba(118, 175, 228, 0.14);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
}

.step-heading {
	display: flex;
	align-items: center;
	gap: 10px;
}

.step-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #0b1f33;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
}

body.index-theme .step-badge {
	background: linear-gradient(135deg, #1090f7, #3ed2e4);
	color: #03111d;
}

.step-card h3 {
	font-size: 18px;
}

.step-card p {
	color: rgba(32, 50, 74, 0.8);
	font-size: 14px;
}

body.index-theme .step-card p {
	color: var(--exchange-muted);
}

.step-icon {
	width: 85%;
	/* height: 110px; */
	object-fit: contain;
	margin-top: auto;
}

.steps-cta {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.01em;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.index-theme .steps-cta {
	background: linear-gradient(135deg, #16a1ff, #49d8e8);
	color: #04111c;
	border: 1px solid rgba(126, 213, 255, 0.22);
	box-shadow: 0 18px 36px rgba(18, 149, 242, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.index-theme .steps-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 42px rgba(18, 149, 242, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	filter: saturate(1.04);
}

.dashboard {
	height: 260px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(32, 199, 215, 0.25), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.app-showcase {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 32px;
	align-items: center;
	padding: 60px 0;
}

.phone {
	height: 320px;
	border-radius: 32px;
	background: linear-gradient(140deg, #d7f3ff, #0a7ad9);
	box-shadow: 0 30px 60px rgba(10, 122, 217, 0.25);
}

.store-row {
	display: flex;
	gap: 12px;
	margin-top: 18px;
}

.store {
	background: #ffffff;
	border: 1px solid var(--border);
	padding: 10px 16px;
	border-radius: 12px;
	font-size: 12px;
}

.trust {
	padding: 70px 0;
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.trust-grid div {
	background: #ffffff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid var(--border);
	text-align: center;
}

.trust-grid strong {
	font-size: 20px;
	color: var(--steel);
	display: block;
}

.trust-grid span {
	font-size: 12px;
	color: var(--steel);
}

.cta {
	padding: 60px 0 80px;
}

.cta-card {
	background: linear-gradient(135deg, #ffffff, #d9f3ff);
	border-radius: 30px;
	padding: 40px;
	display: grid;
	gap: 16px;
	justify-items: start;
	box-shadow: 0 20px 50px rgba(9, 35, 66, 0.1);
}

.cta-actions {
	display: flex;
	gap: 12px;
}

@media (max-width: 960px) {
	.topbar {
		flex-direction: column;
		gap: 16px;
	}

	.nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hero,
	.market-overview,
	.split,
	.dna,
	.learn,
	.dark-panel,
	.app-showcase {
		grid-template-columns: 1fr;
	}

	.hero {
		aspect-ratio: auto;
		margin-top: 0;
		padding: 70px 0 80px;
		text-align: center;
	}

	.market-summary {
		justify-self: center;
	}

	.market-overview {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.market-chart-panel {
		display: none;
	}

	.hero-copy p {
		max-width: none;
	}

	.hero-cta {
		justify-content: center;
	}

	.learn {
		aspect-ratio: auto;
		min-height: 360px;
		padding: 60px 0;
	}

	.stats,
	.grid,
	.trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.hero-copy h1 {
		font-size: clamp(24px, 5.4vw, 32px);
	}

	.dna-copy h2,
	.learn-copy h2 {
		font-size: 2rem;
	}

	.steps-grid {
		grid-template-columns: 1fr;
	}

	.step-card {
		min-height: auto;
	}

	.step-icon {
		width: 80%;
	}
}

@media (max-width: 640px) {
	.hero-cta,
	.cta-actions {
		flex-direction: column;
		width: 100%;
	}

	.hero-cta button,
	.cta-actions button,
	.steps-cta {
		width: 100%;
	}

	.stats,
	.grid,
	.trust-grid {
		grid-template-columns: 1fr;
	}

	.steps-grid {
		grid-template-columns: 1fr;
	}

	.device {
		width: 100%;
	}

	.market-summary {
		width: 100%;
		justify-self: stretch;
		padding: 16px;
		border-radius: 14px;
	}

	.market-row {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		gap: 10px;
		padding: 13px 0;
	}

	.market-symbol-icon {
		width: 38px;
		height: 38px;
		font-size: 11px;
	}

	.market-name-wrap strong {
		font-size: 14px;
	}

	.market-price {
		font-size: 15px;
	}

	.dark-panel {
		padding: 36px 20px;
	}
}
