/* Senior Launcher marketing pages — shared by /senior-launcher/ and every
   locale subdirectory. Generated pages link this with a root-absolute href so
   the same file serves every depth.

   Deliberately: no web fonts, no analytics, no third-party request of any
   kind. These pages are the App Store Support and Marketing URL, and the
   review notes filed with Apple state that they set no cookies. */

:root {
    --bg: #0b1120;
    --bg-alt: #0f172a;
    --surface: rgba(255, 255, 255, 0.04);
    --border: rgba(255, 255, 255, 0.08);
    --text: #e2e8f0;
    --muted: #94a3b8;
    --white: #f8fafc;
    --accent: #38a8f0;
    --accent-soft: rgba(56, 168, 240, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 980px; margin: 0 auto; padding: 0 1.25rem; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.skip-link {
    position: absolute; top: -48px; inset-inline-start: 0;
    background: var(--accent); color: #071c2c; padding: 0.5rem 1rem;
    z-index: 100; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* Nav */
.nav { border-bottom: 1px solid var(--border); padding: 0.85rem 0; }
.nav .container { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.brand {
    display: flex; align-items: center; gap: 0.6rem;
    color: var(--white); font-weight: 700; font-size: 1.05rem;
    text-decoration: none; margin-inline-end: auto;
}
.brand img { border-radius: 8px; }
.nav-links { display: flex; gap: 1.1rem; font-size: 0.95rem; }
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--accent); }

/* Hero */
.hero {
    padding: 4rem 0 3rem; text-align: center;
    background: radial-gradient(ellipse at 50% -20%, var(--accent-soft), transparent 60%);
}
.hero-icon {
    width: 118px; height: 118px; border-radius: 26px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px var(--border);
    margin-bottom: 1.4rem;
}
.hero .kicker {
    display: inline-block; color: var(--accent); font-weight: 600;
    font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.hero h1 {
    color: var(--white); font-size: clamp(2rem, 5vw, 2.9rem); font-weight: 800;
    letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1rem;
}
.hero .lead { color: var(--text); font-size: 1.15rem; max-width: 660px; margin: 0 auto 0.9rem; }
.hero .promo { color: var(--muted); font-size: 1rem; max-width: 660px; margin: 0 auto 2rem; }

/* Store buttons */
.store-buttons { display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap; }
.store-btn {
    display: inline-flex; align-items: center; gap: 0.7rem;
    background: #111827; border: 1px solid var(--border);
    border-radius: 12px; padding: 0.7rem 1.25rem;
    color: var(--white); text-decoration: none !important;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.store-btn:hover { border-color: var(--accent); transform: translateY(-2px); }
.store-btn svg { width: 28px; height: 28px; flex-shrink: 0; }
.store-btn span { display: flex; flex-direction: column; text-align: start; line-height: 1.25; }
.store-btn .small { font-size: 0.7rem; color: var(--muted); }
.store-btn .big { font-size: 1.08rem; font-weight: 700; }

/* Sections */
.section { padding: 3.25rem 0; }
.section-alt { background: var(--bg-alt); }
.section h2 {
    color: var(--white); font-size: 1.7rem; font-weight: 800;
    text-align: center; margin-bottom: 1.75rem;
}
.intro { max-width: 720px; margin: 0 auto; }
.intro p { margin-bottom: 1rem; }
.intro p:last-child { margin-bottom: 0; }

/* Feature cards */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1rem; }
.feature {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 14px; padding: 1.4rem 1.5rem;
}
.feature h3 {
    color: var(--white); font-size: 1.08rem; font-weight: 700;
    margin-bottom: 0.45rem; display: flex; align-items: baseline; gap: 0.55rem;
}
.feature h3 .emoji { font-size: 1.15rem; line-height: 1; }
.feature p { color: var(--muted); font-size: 0.97rem; }
.feature ul { list-style: none; margin-top: 0.35rem; }
.feature li { color: var(--muted); font-size: 0.97rem; margin-top: 0.5rem; }
.feature li strong { color: var(--text); font-weight: 600; }
.tag {
    display: inline-block; margin-inline-start: 0.5rem; padding: 0.1rem 0.5rem;
    border: 1px solid var(--border); border-radius: 100px;
    font-size: 0.68rem; font-weight: 600; letter-spacing: 0.04em;
    color: var(--muted); text-transform: uppercase; vertical-align: middle;
}

/* Support page */
.support-body { max-width: 720px; margin: 0 auto; }
.support-body h2 { text-align: start; font-size: 1.35rem; margin: 2rem 0 0.6rem; }
.support-body h2:first-child { margin-top: 0; }
.support-body p { margin-bottom: 1rem; }
.mail {
    display: inline-block; background: var(--accent); color: #071c2c !important;
    font-weight: 700; padding: 0.7rem 1.5rem; border-radius: 10px;
    text-decoration: none !important; margin: 0.4rem 0 0.2rem;
}
.mail:hover { filter: brightness(1.08); }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 2.5rem 0 2rem; }
.footer-brand { display: flex; align-items: center; gap: 0.6rem; color: var(--white); font-weight: 700; margin-bottom: 0.5rem; }
.footer-brand img { border-radius: 7px; }
footer p { color: var(--muted); font-size: 0.93rem; }
.footer-links { display: flex; gap: 1.25rem; flex-wrap: wrap; margin: 1.1rem 0 1.5rem; }
.footer-links a { color: var(--muted); font-size: 0.93rem; }
.footer-links a:hover { color: var(--accent); }

.langs { border-top: 1px solid var(--border); padding-top: 1.35rem; margin-top: 0.5rem; }
.langs h2 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.7rem; }
.langs ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.langs a { color: var(--muted); font-size: 0.86rem; }
.langs a[aria-current="true"] { color: var(--white); font-weight: 600; }

.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.25rem; margin-top: 1.5rem; font-size: 0.84rem; color: var(--muted); }

@media (max-width: 520px) {
    .hero { padding: 2.75rem 0 2.25rem; }
    .store-btn { width: 100%; justify-content: center; }
    .nav .container { gap: 0.6rem; }
}
