/* Outro 01 — Merci */
.ring--corner { position: absolute; width: 900px; height: 900px; right: -180px; top: -180px; opacity: 0.25; }
.hero { position: absolute; left: 96px; right: 96px; top: 50%; transform: translateY(-50%); }
.hero__eyebrow { margin-bottom: 40px; }
.hero__title { font-size: 240px; line-height: 0.9; letter-spacing: -0.04em; font-weight: 800; color: var(--orbit-white); margin: 0; }
.hero__title .dot { color: var(--orbit-orange); }
.hero__subtitle { margin-top: 28px; font-size: 30px; color: var(--orbit-text-2); max-width: 1000px; line-height: 1.4; }
.socials { position: absolute; bottom: 80px; left: 96px; right: 96px; display: flex; gap: 32px; align-items: center; }
.social { padding: 16px 22px; border: 1px solid var(--orbit-border-strong); display: flex; gap: 14px; align-items: center; }
.social__sq { width: 8px; height: 8px; background: var(--orbit-orange); }
.social__k { margin-bottom: 4px; }
.social__v { font-size: 18px; color: var(--orbit-white); font-weight: 600; }
.socials__url { margin-left: auto; }
