:root {
	--navy: #0b1f3a;
	--navy-2: #143056;
	--ink: #1a2332;
	--muted: #5b6778;
	--line: #e6eaf0;
	--ice: #f5f7fa;
	--white: #fff;
	--cta: #ff9900;
	--cta-ink: #1a1208;
	--blue: #1a73e8;
	--max: 1160px;
	--ui: "Public Sans", "Segoe UI", sans-serif;
	--display: Archivo, "Public Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 16px/1.55 var(--ui); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip { position: absolute; left: 12px; top: -48px; background: #000; color: #fff; padding: 8px 12px; z-index: 30; }
.skip:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.kicker { margin: 0 0 8px; font: 700 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.03em; margin: 0 0 12px; }
h1 { font-size: clamp(30px, 4.6vw, 48px); line-height: 1.12; font-weight: 800; }
h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.18; font-weight: 800; }
h3 { font-size: 20px; }
.lead { color: var(--muted); font-size: 17px; max-width: 38em; }
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 44px; padding: 0 18px; border-radius: 4px; text-decoration: none; font-weight: 700; border: 0; cursor: pointer;
}
.btn-cta { background: var(--cta); color: var(--cta-ink); }
.btn-cta:hover { filter: brightness(.95); }
.btn-line { background: #fff; color: var(--navy); border: 1px solid #c9d2de; }
.btn-lg { min-height: 50px; padding: 0 22px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 12px; }
.note { font-size: 13px; color: var(--muted); }
.hdr { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 20; }
.hdr-row { display: flex; align-items: center; gap: 28px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { height: 34px; width: auto; }
.brand span { font: 700 11px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; color: var(--cta); }
.nav { display: flex; gap: 18px; margin-left: auto; font-size: 14px; font-weight: 600; }
.nav a { text-decoration: none; color: #d7deea; }
.nav a:hover { color: #fff; }
.hdr-act { display: flex; align-items: center; gap: 14px; }
.lnk { color: #fff; text-decoration: none; font-weight: 700; }
.burger { display: none; width: 44px; height: 44px; background: transparent; border: 0; }
.burger span, .burger span:before, .burger span:after {
	display: block; width: 18px; height: 2px; background: #fff; position: relative;
}
.burger span:before, .burger span:after { content: ""; position: absolute; left: 0; }
.burger span:before { top: -6px; }
.burger span:after { top: 6px; }
.promo { background: #111; color: var(--cta); font-size: 13px; font-weight: 600; padding: 8px 0; text-align: center; }
.hero { padding: 36px 0 8px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.hero-media { margin: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 18px 40px -24px #0b1f3a; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; }
.stats { padding: 28px 0 40px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stats-row div { background: var(--ice); border: 1px solid var(--line); padding: 18px; border-radius: 8px; }
.stats-row strong { display: block; font-family: var(--display); font-size: 22px; margin-bottom: 4px; }
.stats-row span { font-size: 13px; color: var(--muted); }
.how, .gst, .cats, .fees, .learn, .story, .faq, .news { padding: 28px 0 56px; }
.how-split { display: grid; grid-template-columns: 240px 1fr; gap: 24px; margin-top: 24px; }
.how-tabs { display: flex; flex-direction: column; gap: 4px; }
.how-tabs button {
	text-align: left; background: transparent; border: 1px solid transparent; border-radius: 8px;
	padding: 12px 14px; min-height: 44px; font: 700 14px var(--ui); color: var(--muted); cursor: pointer;
}
.how-tabs button.on { background: var(--ice); border-color: var(--line); color: var(--navy); }
.how-stage { position: relative; min-height: 420px; border-radius: 12px; overflow: hidden; background: #0b1f3a; }
.how-stage article { display: none; height: 100%; }
.how-stage article.on { display: grid; grid-template-rows: 1fr auto; }
.how-stage img { width: 100%; height: 320px; object-fit: cover; }
.how-copy { background: linear-gradient(#0b1f3a, #0b1f3a); color: #fff; padding: 20px 22px; }
.how-copy p { margin: 0; color: #c5d0de; }
.gst { background: var(--ice); }
.gst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.need { margin: 0; padding: 0; list-style: none; counter-reset: n; }
.need li { counter-increment: n; padding: 14px 0 14px 48px; position: relative; border-top: 1px solid var(--line); }
.need li::before {
	content: counter(n); position: absolute; left: 0; top: 12px; width: 32px; height: 32px;
	border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 700 12px var(--display);
}
.cats ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cats a {
	display: flex; align-items: center; min-height: 64px; padding: 0 14px; border: 1px solid var(--line);
	border-radius: 8px; text-decoration: none; font-weight: 700;
}
.cats a:hover { border-color: var(--navy); color: var(--blue); }
.fees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.fees table { width: 100%; border-collapse: collapse; background: var(--ice); }
.fees th, .fees td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.fees th { width: 38%; font-family: var(--display); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.cards article { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.cards img { width: 100%; height: 180px; object-fit: cover; }
.cards h3, .cards p, .cards .tag { margin-left: 16px; margin-right: 16px; }
.tag { margin-top: 14px; font: 700 11px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.cards h3 { margin-top: 8px; }
.cards p { color: var(--muted); margin-bottom: 16px; }
.story-grid { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: center; }
.story img { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; }
.story blockquote { margin: 0; font-size: 22px; line-height: 1.4; font-family: var(--display); }
.story cite { display: block; margin-top: 16px; font: 600 13px var(--ui); color: var(--muted); font-style: normal; }
.banner { position: relative; min-height: 340px; display: grid; align-items: center; color: #fff; }
.banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,58,.88) 18%, rgba(11,31,58,.45) 70%, rgba(11,31,58,.2)); }
.banner-copy { position: relative; z-index: 1; padding: 48px 0; max-width: 560px; margin-left: max(20px, calc((100% - var(--max)) / 2)); }
.banner-copy p { color: #d7deea; }
.faq-list { margin-top: 12px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; font-family: var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 0 0 16px; color: var(--muted); max-width: 46em; }
.news-box { display: flex; justify-content: space-between; gap: 24px; align-items: center; background: var(--ice); border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
#sell-news { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
#sell-news input[type=email] {
	min-height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 0 12px; min-width: 240px; font: inherit;
}
.form-msg { width: 100%; margin: 0; font-size: 13px; color: var(--blue); }
.ftr { background: var(--navy); color: #c5d0de; padding: 48px 0 20px; font-size: 14px; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 24px; }
.ftr img { height: 32px; width: auto; margin-bottom: 12px; }
.ftr h3 { color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.ftr a { display: block; text-decoration: none; margin: 6px 0; color: #c5d0de; }
.ftr a:hover { color: #fff; }
.legal { margin: 28px auto 0; padding-top: 16px; border-top: 1px solid #27415f; font-size: 12px; color: #8ea0b5; }
@media (max-width: 960px) {
	.hero-grid, .how-split, .gst-grid, .fees-grid, .cards, .story-grid, .ftr-grid, .stats-row, .cats ul { grid-template-columns: 1fr 1fr; }
	.nav { display: none; position: absolute; inset: 64px 0 auto; background: var(--navy); flex-direction: column; padding: 12px 20px 20px; }
	.nav.open { display: flex; }
	.burger { display: inline-flex; align-items: center; justify-content: center; }
	.how-split { grid-template-columns: 1fr; }
	.how-tabs { flex-direction: row; overflow-x: auto; }
}
@media (max-width: 700px) {
	.hero-grid, .gst-grid, .fees-grid, .cards, .story-grid, .ftr-grid, .stats-row, .cats ul, .news-box { grid-template-columns: 1fr; }
	.news-box { display: block; }
	#sell-news input[type=email] { width: 100%; min-width: 0; }
	.hdr-act .lnk { display: none; }
	.banner-copy { margin-left: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
:focus-visible { outline: 2px solid var(--cta); outline-offset: 3px; }
