div[content] { width: min(100% - 48px, 1120px); margin-block: 64px; }
div[hero] { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 64px; min-height: 530px; }
div[hero-copy] h1 { font-size: clamp(3.4rem, 7vw, 6rem); line-height: 1.03; letter-spacing: -.065em; margin: 22px 0; }
div[hero-copy] h1 span { color: var(--accent); }
p[lead] { max-width: 31rem; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }
div[hero-actions] { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-block: 28px 18px; }
a[secondary] { display: inline-flex; align-items: center; min-height: 48px; font-weight: bold; }
p[fine] { color: var(--muted); font-size: .85rem; }
div[hero-art] { position: relative; padding: 44px 24px; }
div[orbit] { position: absolute; inset: 0; border: 1px solid #b7b9e9; border-radius: 50%; transform: rotate(-18deg); background: radial-gradient(ellipse, #dedfff 10%, transparent 70%); }
div[watch-card] { position: relative; min-height: 365px; padding: 24px; border: 1px solid #9295d1; border-radius: 24px; background: #b8bdff; box-shadow: 14px 18px 0 #e0e1f9; transform: rotate(-5deg); display: flex; flex-direction: column; justify-content: space-between; }
span[card-label] { font-size: .7rem; font-weight: bold; letter-spacing: .16em; }
div[play-symbol] { align-self: center; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; color: #f3f3ff; background: #333154; font-size: 42px; padding-left: 7px; }
div[card-bottom] { display: flex; justify-content: space-between; gap: 12px; font-size: .85rem; }
div[floating-note] { position: absolute; right: -5px; bottom: 18px; border: 1px solid #cec6a5; border-radius: 8px; padding: 16px 22px; background: #f5edcc; font-weight: bold; transform: rotate(4deg); }
div[steps] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; border-top: 1px solid var(--line); padding-top: 40px; margin-top: 70px; }
span[step-number] { color: var(--accent); font-size: .8rem; font-weight: bold; }
div[steps] h2 { font-size: 1.2rem; margin: 12px 0 8px; }
div[steps] p { color: var(--muted); }
@media (max-width: 760px) {
	div[content] { margin-block: 40px; }
	div[hero] { grid-template-columns: 1fr; gap: 30px; }
	div[hero-art] { width: min(100%, 410px); margin-inline: auto; }
	div[watch-card] { min-height: 300px; }
	div[floating-note] { right: 0; }
	div[steps] { grid-template-columns: 1fr; gap: 28px; margin-top: 44px; }
}
