:root {
    --black: #050504;
    --panel: rgba(13, 13, 11, 0.82);
    --panel-soft: rgba(255, 255, 255, 0.045);
    --line: rgba(221, 180, 96, 0.38);
    --gold: #d9aa4f;
    --gold-light: #f2cf7a;
    --text: #f8f1e6;
    --muted: rgba(248, 241, 230, 0.72);
    --soft: rgba(248, 241, 230, 0.52);
    --font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Bodoni Moda", Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
}

body > .language-picker {
    position: absolute;
    right: 22px;
    top: 20px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--black);
    color: var(--text);
    font-family: var(--font-ui);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 68% 5%, rgba(221, 170, 80, 0.2), transparent 34rem),
        linear-gradient(180deg, #050504 0%, #0b0b09 55%, #050504 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.page-shell {
    min-height: 100vh;
    overflow: hidden;
}

.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__media {
    position: absolute;
    inset: 0;
    background-image: url("togere-landing-reference.png");
    background-size: cover;
    background-position: 72% 12%;
    opacity: 0.64;
    filter: saturate(0.9) contrast(1.06);
}

.cover-row .cover-card {
    background-size: cover;
    background-position: center;
}

.hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 3, 2, 0.98) 0%, rgba(3, 3, 2, 0.78) 30%, rgba(3, 3, 2, 0.24) 70%, rgba(3, 3, 2, 0.62) 100%),
        linear-gradient(180deg, rgba(3, 3, 2, 0.28) 0%, rgba(3, 3, 2, 0.76) 100%);
}

.hero__content {
    position: relative;
    width: min(1060px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 96px;
}

.eyebrow,
.section-kicker {
    color: var(--gold-light);
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0 0 1.4rem;
    color: var(--gold-light);
    font-family: var(--font-display);
    font-size: clamp(5.5rem, 14vw, 13rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.76;
}

.hero h2,
.feature-band h2,
.connect-band h2,
.discover-band h2,
.download h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h2 {
    max-width: 560px;
    font-size: clamp(2.25rem, 5.8vw, 5.5rem);
    line-height: 0.9;
}

.hero__claim {
    max-width: 540px;
    margin: 1.6rem 0 0;
    color: var(--gold-light);
    font-size: clamp(1rem, 2vw, 1.35rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__copy {
    max-width: 520px;
    margin: 1.1rem 0 1.7rem;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.store-button,
.download-button {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 52px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    background: rgba(8, 8, 7, 0.62);
    color: var(--text);
    padding: 0.8rem 1.05rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.store-button small {
    display: block;
    color: var(--muted);
    font-size: 0.62rem;
    text-transform: uppercase;
}

.store-actions,
.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.store-status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
}

.store-status span:last-child,
.download-button--pending {
    display: flex;
    flex-direction: column;
}

.store-status small,
.download-button--pending small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.apple-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.download-button--pending {
    cursor: default;
    opacity: 0.76;
}

.download-actions {
    flex-direction: column;
}

.download-actions .download-button {
    min-width: 280px;
}

.play-mark {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid var(--gold-light);
}

.feature-band,
.connect-band,
.discover-band,
.seo-intro,
.seo-content,
.faq,
.values,
.download {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.seo-intro {
    padding: 44px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-intro h2,
.seo-content h2,
.faq h2 {
    margin: 0.8rem 0 1rem;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.75rem);
    font-weight: 500;
    line-height: 0.98;
    text-transform: uppercase;
}

.seo-intro p {
    max-width: 840px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.feature-band {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) minmax(250px, 340px);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: 58px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-preview,
.mini-screen {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #0a0a08;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.phone-preview {
    height: 360px;
}

.phone-preview img,
.mini-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.feature-band h2,
.connect-band h2,
.discover-band h2,
.download h2 {
    margin-top: 0.8rem;
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    line-height: 0.95;
}

.feature-band p,
.connect-band p,
.discover-band p,
.download p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.icon-list {
    margin: 0;
    padding: 0 0 0 2rem;
    border-left: 1px solid var(--line);
    list-style: none;
}

.icon-list li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 1rem;
    align-items: start;
    margin: 1.15rem 0;
}

.icon-list span,
.values span,
.spark {
    color: var(--gold-light);
    font-size: 1.8rem;
    line-height: 1;
}

.icon-list p {
    margin: 0;
}

.connect-band {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding: 54px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.network-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.network-row span {
    border: 1px solid rgba(221, 170, 79, 0.32);
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
    color: var(--gold-light);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.9rem;
}

.cover-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 1rem;
    perspective: 900px;
}

.cover-row .cover-card {
    width: 100%;
    min-height: 0;
    aspect-ratio: 9 / 16;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(221, 170, 79, 0.28);
    border-radius: 12px;
    padding: 1rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.74)),
        url("togere-landing-reference.png");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    transform: rotate(-2deg);
    transition: transform 180ms ease, border-color 180ms ease;
}

.cover-row .cover-card:hover,
.cover-row .cover-card:focus-visible {
    border-color: var(--gold-light);
    transform: translateY(-5px) rotate(0deg);
}

.cover-row .cover-card:nth-child(2) {
    transform: translateY(14px) rotate(1deg);
    background-position: 62% 45%;
}

.cover-row .cover-card:nth-child(3) {
    transform: translateY(-6px) rotate(3deg);
    background-position: 72% 40%;
}

.cover-row .cover-card:nth-child(4) {
    transform: translateY(10px) rotate(-1deg);
    background-position: 80% 35%;
}

.cover-row .cover-card strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.cover-row .cover-card span {
    align-self: start;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    color: var(--text);
    background: rgba(0, 0, 0, 0.34);
    font-size: 0.8rem;
}

.discover-band {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) minmax(250px, 360px);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
    padding: 58px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-screen {
    height: 410px;
}

.gold-list {
    display: grid;
    gap: 0.8rem;
    margin: 1.6rem 0;
    padding: 0;
    color: var(--gold-light);
    list-style: none;
}

.cache-card {
    padding-left: 2rem;
    border-left: 1px solid var(--line);
}

.cache-card strong {
    display: block;
    margin-top: 1.6rem;
    color: var(--gold-light);
    font-family: var(--font-display);
    font-size: 3.3rem;
    font-weight: 500;
}

.cache-card small {
    display: block;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 42px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-content {
    padding: 52px 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.6rem;
}

.seo-grid article,
.faq details {
    border: 1px solid rgba(221, 170, 79, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    padding: 1.2rem;
}

.seo-grid h3 {
    margin: 0 0 0.7rem;
    color: var(--gold-light);
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-grid p,
.faq p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.faq {
    display: grid;
    gap: 0.9rem;
    padding: 48px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq details {
    padding: 1rem 1.15rem;
}

.faq summary {
    cursor: pointer;
    color: var(--text);
    font-weight: 500;
}

.faq details[open] summary {
    margin-bottom: 0.7rem;
    color: var(--gold-light);
}

.values article {
    min-height: 152px;
    padding: 1.2rem 1.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.values article:last-child {
    border-right: 0;
}

.values h3 {
    margin: 1rem 0 0.45rem;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.values p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.download {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 42px 0 58px;
}

.spark {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 12px;
}

.download-button {
    min-width: 320px;
    justify-content: center;
    color: var(--gold-light);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .hero {
        min-height: 680px;
    }

    .hero__media {
        background-position: 66% 20%;
    }

    .feature-band,
    .connect-band,
    .discover-band,
    .seo-grid,
    .download {
        grid-template-columns: 1fr;
    }

    .phone-preview,
    .mini-screen {
        width: min(260px, 100%);
    }

    .cover-row,
    .values {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-list,
    .cache-card {
        padding-left: 0;
        border-left: 0;
    }

    .download-button {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .feature-band,
    .connect-band,
    .discover-band,
    .seo-intro,
    .seo-content,
    .faq,
    .values,
    .download,
    .hero__content {
        width: min(100% - 28px, 1160px);
    }

    .hero {
        min-height: 640px;
    }

    .hero__shade {
        background:
            linear-gradient(90deg, rgba(3, 3, 2, 0.94), rgba(3, 3, 2, 0.42)),
            linear-gradient(180deg, rgba(3, 3, 2, 0.16), rgba(3, 3, 2, 0.78));
    }

    .hero h1 {
        font-size: clamp(4rem, 23vw, 7rem);
    }

    .cover-row,
    .values {
        grid-template-columns: 1fr;
    }

    .values article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}
