:root {
    --brand: #ffb629;
    --brand-deep: #e89800;
    --ink: #1a1a2e;
    --paper: #ffffff;
    --muted: rgba(255, 255, 255, 0.82);
    --shadow-strong: 0 6px 0 rgba(0, 0, 0, 0.18), 0 12px 32px rgba(0, 0, 0, 0.35);
    --radius: 16px;
}

* { box-sizing: border-box; }

html {
    background: #0e1a2b;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--paper);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    background: transparent;
}

.bg, .bg-overlay {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.topbar, .hero, .footer {
    position: relative;
    z-index: 1;
}

.bg {
    background-image: url('assets/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay {
    background:
        radial-gradient(ellipse at 50% 30%, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.65) 100%),
        linear-gradient(180deg, rgba(20, 30, 50, 0.20) 0%, rgba(10, 15, 25, 0.55) 80%);
}

/* Top bar */
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 28px;
    position: relative;
    z-index: 2;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--paper);
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.brand-text {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.company {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: var(--paper);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.25);
    padding: 8px 14px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Hero */
.hero {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px 60px;
    position: relative;
    z-index: 1;
}

.hero-inner {
    text-align: center;
    max-width: 880px;
    animation: rise 0.7s ease-out both;
}

.hero-title {
    margin: 0;
    font-weight: 900;
    font-size: clamp(44px, 9vw, 96px);
    line-height: 1.02;
    letter-spacing: -1px;
    color: var(--brand);
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.55);
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.45),
        0 12px 36px rgba(0, 0, 0, 0.55);
}

.hero-eyebrow {
    margin: 18px 0 32px;
    font-weight: 800;
    font-size: clamp(13px, 1.5vw, 16px);
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--paper);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.65);
    color: var(--paper);
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.18s ease, background 0.18s ease;
    cursor: default;
    user-select: none;
}

.store-badge:hover {
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.8);
}

.store-icon {
    width: 28px;
    height: 28px;
    background: var(--paper);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.4 12.7c0-2 1.6-3 1.7-3.1-.9-1.4-2.4-1.6-2.9-1.6-1.2-.1-2.4.7-3 .7-.6 0-1.6-.7-2.6-.7-1.4 0-2.6.8-3.3 2-1.4 2.4-.4 6 1 8 .7 1 1.5 2 2.5 2s1.4-.6 2.6-.6c1.2 0 1.5.6 2.6.6 1.1 0 1.8-1 2.5-2 .8-1.1 1.1-2.2 1.1-2.3 0 0-2.1-.8-2.2-3.1zM14.5 6.5c.5-.6.8-1.5.7-2.4-.7 0-1.6.5-2.1 1.1-.5.5-.9 1.4-.8 2.3.8.1 1.6-.4 2.2-1z'/></svg>") no-repeat center;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.4 12.7c0-2 1.6-3 1.7-3.1-.9-1.4-2.4-1.6-2.9-1.6-1.2-.1-2.4.7-3 .7-.6 0-1.6-.7-2.6-.7-1.4 0-2.6.8-3.3 2-1.4 2.4-.4 6 1 8 .7 1 1.5 2 2.5 2s1.4-.6 2.6-.6c1.2 0 1.5.6 2.6.6 1.1 0 1.8-1 2.5-2 .8-1.1 1.1-2.2 1.1-2.3 0 0-2.1-.8-2.2-3.1zM14.5 6.5c.5-.6.8-1.5.7-2.4-.7 0-1.6.5-2.1 1.1-.5.5-.9 1.4-.8 2.3.8.1 1.6-.4 2.2-1z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
            mask-size: contain;
    flex-shrink: 0;
}

.store-icon--play {
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3.6 2.3c-.4.4-.6 1-.6 1.7v16c0 .7.2 1.3.6 1.7l9.3-9.7L3.6 2.3zm10.7 11.1l-9.4 9.7c.4.1.9.1 1.4-.2l11-6.4-3-3.1zm5.6-3.4l-2.6-1.5-3.3 3.4 3.3 3.4 2.6-1.5c1.4-.8 1.4-2.2 0-3.8zM5.5 1c-.5-.3-1-.3-1.4-.2l9.4 9.7 3-3.1L5.5 1z'/></svg>") no-repeat center;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3.6 2.3c-.4.4-.6 1-.6 1.7v16c0 .7.2 1.3.6 1.7l9.3-9.7L3.6 2.3zm10.7 11.1l-9.4 9.7c.4.1.9.1 1.4-.2l11-6.4-3-3.1zm5.6-3.4l-2.6-1.5-3.3 3.4 3.3 3.4 2.6-1.5c1.4-.8 1.4-2.2 0-3.8zM5.5 1c-.5-.3-1-.3-1.4-.2l9.4 9.7 3-3.1L5.5 1z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
            mask-size: contain;
}

.store-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    text-align: left;
}

.store-pre {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.78;
    text-transform: uppercase;
}

.store-name {
    font-size: 18px;
    font-weight: 800;
    margin-top: 2px;
}

/* Footer */
.footer {
    padding: 18px 24px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: relative;
    z-index: 2;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--muted);
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.footer-nav a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-nav a:hover {
    color: var(--paper);
    text-decoration: underline;
}

.footer-nav span {
    opacity: 0.5;
}

@media (max-width: 600px) {
    .topbar { padding: 14px 18px; }
    .brand-text { font-size: 18px; }
    .company { font-size: 13px; padding: 6px 11px; }
    .footer-inner { justify-content: center; text-align: center; flex-direction: column; }
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-inner { animation: none; }
}
