/* EzDarts Landingpage – Konzept „Dart Arena“ */

body.landing-arena {
    --arena-bg: #030914;
    --arena-bg-soft: #07111f;
    --arena-panel: #0a1627;
    --arena-panel-strong: #0d1b2f;
    --arena-line: rgba(148, 180, 213, 0.17);
    --arena-line-strong: rgba(67, 215, 255, 0.42);
    --arena-cyan: #24c9f4;
    --arena-cyan-bright: #67e8ff;
    --arena-cyan-dark: #0799c7;
    --arena-green: #36e39a;
    --arena-red: #ff5d65;
    --arena-text: #f5f9ff;
    --arena-text-soft: #a9b7c9;
    --arena-text-muted: #75859a;
    --arena-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    --arena-glow: 0 0 44px rgba(36, 201, 244, 0.14);
    background: var(--arena-bg);
    color: var(--arena-text);
    font-family: "Inter", sans-serif;
}

body.landing-arena::before {
    background:
        radial-gradient(circle at 12% 16%, rgba(36, 201, 244, 0.06), transparent 24%),
        radial-gradient(circle at 88% 64%, rgba(27, 109, 183, 0.06), transparent 26%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

body.landing-arena .container {
    max-width: 1360px;
    padding-inline: clamp(20px, 4vw, 56px);
}

body.landing-arena section {
    border-top: 1px solid rgba(148, 180, 213, 0.1);
    overflow: hidden;
    padding: clamp(82px, 8vw, 116px) 0;
}

body.landing-arena .section-header {
    margin: 0 0 48px;
    max-width: 780px;
    text-align: left;
}

body.landing-arena .section-title,
body.landing-arena .download-text h2 {
    background: none;
    color: var(--arena-text);
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(2.65rem, 4.6vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 0.96;
    margin-bottom: 18px;
    text-transform: none;
    -webkit-text-fill-color: currentColor;
}

body.landing-arena .section-title::after {
    background: linear-gradient(90deg, var(--arena-cyan), rgba(36, 201, 244, 0));
    bottom: -14px;
    height: 2px;
    left: 0;
    transform: none;
    width: 118px;
}

body.landing-arena .section-subtitle {
    color: var(--arena-text-soft);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 690px;
}

body.landing-arena .btn {
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: -0.01em;
    min-height: 48px;
    overflow: hidden;
    text-transform: none;
}

body.landing-arena .btn-primary {
    background: linear-gradient(135deg, var(--arena-cyan-bright), var(--arena-cyan-dark));
    border: 1px solid rgba(103, 232, 255, 0.72);
    box-shadow: 0 12px 34px rgba(7, 153, 199, 0.26);
    color: #02101b;
}

body.landing-arena .btn-primary:hover,
body.landing-arena .btn-primary:focus-visible {
    background: linear-gradient(135deg, #9bf2ff, var(--arena-cyan));
    box-shadow: 0 15px 42px rgba(36, 201, 244, 0.34);
    color: #02101b;
    transform: translateY(-2px);
}

body.landing-arena .btn-secondary,
body.landing-arena .btn-outline {
    background: rgba(7, 17, 31, 0.82);
    border: 1px solid rgba(181, 205, 230, 0.42);
    box-shadow: none;
    color: var(--arena-text);
}

body.landing-arena .btn-secondary:hover,
body.landing-arena .btn-outline:hover,
body.landing-arena .btn-secondary:focus-visible,
body.landing-arena .btn-outline:focus-visible {
    background: rgba(36, 201, 244, 0.12);
    border-color: var(--arena-cyan);
    color: #fff;
}

/* Navigation */
body.landing-arena .navbar {
    background: rgba(3, 9, 20, 0.92);
    border-bottom: 1px solid rgba(67, 215, 255, 0.18);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
    min-height: 72px;
}

@supports (backdrop-filter: blur(18px)) {
    body.landing-arena .navbar {
        backdrop-filter: blur(18px) saturate(125%);
    }
}

body.landing-arena .navbar.scrolled {
    background: rgba(3, 9, 20, 0.98);
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.48);
}

body.landing-arena .nav-container {
    height: 72px;
    max-width: 1440px;
    padding-inline: clamp(20px, 3vw, 48px);
}

body.landing-arena .logo-image {
    height: auto;
    width: 128px;
}

body.landing-arena .nav-logo:hover {
    filter: drop-shadow(0 0 15px rgba(36, 201, 244, 0.38));
    transform: translateY(-1px);
}

body.landing-arena .nav-menu {
    gap: clamp(18px, 2vw, 32px);
}

body.landing-arena .nav-menu a {
    color: rgba(235, 244, 255, 0.76);
    font-size: 0.86rem;
    font-weight: 650;
    padding: 10px 0;
}

body.landing-arena .nav-menu a:hover,
body.landing-arena .nav-menu a:focus-visible {
    color: var(--arena-cyan-bright);
    transform: none;
}

body.landing-arena .nav-menu a::after {
    background: var(--arena-cyan);
    height: 2px;
}

body.landing-arena .nav-actions {
    gap: 10px;
}

body.landing-arena .nav-actions .btn,
body.landing-arena .mobile-actions .btn {
    font-size: 0.82rem;
    min-height: 40px;
    padding: 9px 17px;
}

/* Hero */
body.landing-arena .hero {
    align-items: center;
    background:
        radial-gradient(circle at 72% 42%, rgba(12, 112, 181, 0.24), transparent 35%),
        linear-gradient(116deg, #020813 0%, #06111f 51%, #08182a 100%);
    border-top: 0;
    min-height: min(900px, 100svh);
    padding: 120px 0 72px;
}

body.landing-arena .hero-background-image {
    background:
        linear-gradient(90deg, rgba(2, 8, 19, 0.98) 0%, rgba(2, 8, 19, 0.75) 40%, rgba(2, 8, 19, 0.48) 100%),
        linear-gradient(180deg, rgba(2, 8, 19, 0.08), #020813 94%),
        url("assets/img/dart-background.jpg") center / cover no-repeat;
    opacity: 0.32;
}

body.landing-arena .hero-background-image::before {
    background:
        radial-gradient(circle at 12% 76%, rgba(36, 201, 244, 0.16), transparent 21%),
        linear-gradient(90deg, rgba(36, 201, 244, 0.07) 0 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.035) 0 1px, transparent 1px);
    background-size: auto, 92px 92px, 92px 92px;
}

body.landing-arena .hero-particles {
    background:
        linear-gradient(151deg, transparent 0 47%, rgba(36, 201, 244, 0.12) 47.2% 47.35%, transparent 47.55%),
        radial-gradient(circle at 72% 32%, rgba(80, 213, 255, 0.16), transparent 23%);
    opacity: 0.72;
}

body.landing-arena .hero-grid {
    background-image:
        linear-gradient(rgba(148, 180, 213, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 180, 213, 0.04) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, transparent, #000 36%, #000);
    opacity: 0.55;
}

body.landing-arena .hero-container {
    gap: clamp(44px, 5vw, 78px);
    grid-template-columns: minmax(360px, 0.82fr) minmax(540px, 1.18fr);
    max-width: 1440px;
    padding-inline: clamp(28px, 4vw, 64px);
}

body.landing-arena .hero-left {
    max-width: 610px;
}

body.landing-arena .hero-badge {
    background: rgba(36, 201, 244, 0.08);
    border: 1px solid rgba(36, 201, 244, 0.3);
    border-radius: 999px;
    color: #c0f5ff;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    padding: 8px 13px;
}

body.landing-arena .hero-title {
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(3.7rem, 4.9vw, 5.5rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.02;
    margin-bottom: 24px;
    text-transform: none;
}

body.landing-arena .hero-title-main,
body.landing-arena .hero-title-accent {
    display: block;
}

body.landing-arena .hero-title-main {
    color: #fff;
    margin-bottom: 6px;
}

body.landing-arena .hero-title-accent {
    background: linear-gradient(90deg, #76ecff, #22c8f4 58%, #159bc8);
    background-clip: text;
    color: var(--arena-cyan);
    text-shadow: 0 0 40px rgba(36, 201, 244, 0.16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.landing-arena .hero-description {
    color: var(--arena-text-soft);
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.62;
    margin-bottom: 22px;
    max-width: 510px;
}

body.landing-arena .hero-proof {
    gap: 8px;
    margin-bottom: 32px;
}

body.landing-arena .hero-proof span {
    background: rgba(9, 25, 43, 0.88);
    border: 1px solid var(--arena-line);
    border-radius: 7px;
    color: #d9e6f4;
    font-size: 0.8rem;
    padding: 8px 10px;
}

body.landing-arena .hero-proof i {
    color: var(--arena-green);
}

body.landing-arena .hero-actions {
    gap: 12px;
}

body.landing-arena .hero-actions .btn {
    border-radius: 8px;
    min-height: 52px;
    padding-inline: 20px;
}

body.landing-arena .hero-trial-note {
    color: var(--arena-text-muted);
    font-size: 0.82rem;
    margin-top: 18px;
}

body.landing-arena .hero-trial-note i {
    background: rgba(54, 227, 154, 0.08);
    border-color: rgba(54, 227, 154, 0.2);
    color: var(--arena-green);
}

/* Hero-Gerätekomposition wie im Dart-Arena-Mockup */
body.landing-arena .hero-arena-showcase {
    aspect-ratio: 1.28 / 1;
    container-type: inline-size;
    isolation: isolate;
    max-width: 830px;
    position: relative;
    width: 100%;
}

body.landing-arena .arena-admin-screen,
body.landing-arena .arena-live-screen,
body.landing-arena .arena-player-screen {
    background: linear-gradient(155deg, rgba(13, 25, 43, 0.99), rgba(3, 9, 18, 0.99));
    border: 1px solid rgba(161, 190, 220, 0.34);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.06);
    overflow: hidden;
    position: absolute;
}

body.landing-arena .arena-admin-screen {
    border-radius: 1.6cqw;
    height: 66%;
    left: 0;
    top: 0;
    width: 85%;
    z-index: 2;
}

body.landing-arena .arena-admin-topbar {
    align-items: center;
    background: #07101d;
    border-bottom: 1px solid rgba(148, 180, 213, 0.14);
    color: var(--arena-text-soft);
    display: grid;
    font-size: max(7px, 1.25cqw);
    gap: 1.2cqw;
    grid-template-columns: auto 1fr auto;
    height: 12%;
    padding: 0 2cqw;
}

body.landing-arena .arena-admin-topbar strong {
    color: #fff;
    font-family: "Orbitron", sans-serif;
    font-size: max(8px, 1.35cqw);
}

body.landing-arena .arena-admin-topbar strong i {
    color: var(--arena-cyan);
}

body.landing-arena .arena-admin-topbar > span {
    border-left: 1px solid rgba(148, 180, 213, 0.16);
    padding-left: 1.2cqw;
}

body.landing-arena .arena-window-actions {
    display: flex;
    gap: 1.1cqw;
}

body.landing-arena .arena-admin-body {
    display: grid;
    grid-template-columns: 23% 1fr;
    height: 88%;
}

body.landing-arena .arena-admin-sidebar {
    background: rgba(8, 18, 33, 0.96);
    border-right: 1px solid rgba(148, 180, 213, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.65cqw;
    padding: 1.7cqw 1.1cqw;
}

body.landing-arena .arena-admin-sidebar span {
    align-items: center;
    border-radius: 0.6cqw;
    color: #8393a7;
    display: flex;
    font-size: max(6px, 1.02cqw);
    gap: 0.8cqw;
    padding: 0.7cqw 0.8cqw;
}

body.landing-arena .arena-admin-sidebar span.active {
    background: rgba(36, 201, 244, 0.13);
    color: var(--arena-cyan-bright);
}

body.landing-arena .arena-admin-sidebar i {
    text-align: center;
    width: 1.2cqw;
}

body.landing-arena .arena-admin-main {
    min-width: 0;
    padding: 1.5cqw;
}

body.landing-arena .arena-admin-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

body.landing-arena .arena-admin-heading > div {
    display: grid;
    gap: 0.2cqw;
}

body.landing-arena .arena-admin-heading small {
    color: #748398;
    font-size: max(5px, 0.9cqw);
}

body.landing-arena .arena-admin-heading strong {
    color: #fff;
    font-size: max(8px, 1.35cqw);
}

body.landing-arena .arena-admin-heading > span {
    background: rgba(54, 227, 154, 0.1);
    border: 1px solid rgba(54, 227, 154, 0.2);
    border-radius: 99px;
    color: var(--arena-green);
    font-size: max(5px, 0.83cqw);
    padding: 0.45cqw 0.8cqw;
}

body.landing-arena .arena-admin-heading > span i {
    font-size: 0.55em;
    margin-right: 0.3cqw;
}

body.landing-arena .arena-admin-stats {
    display: grid;
    gap: 0.8cqw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.15cqw;
}

body.landing-arena .arena-admin-stats div {
    background: #0b1929;
    border: 1px solid rgba(148, 180, 213, 0.12);
    border-radius: 0.55cqw;
    display: grid;
    gap: 0.15cqw;
    padding: 0.75cqw 0.9cqw;
}

body.landing-arena .arena-admin-stats strong {
    color: #fff;
    font-size: max(8px, 1.45cqw);
}

body.landing-arena .arena-admin-stats span {
    color: #718197;
    font-size: max(5px, 0.78cqw);
}

body.landing-arena .arena-admin-columns {
    display: grid;
    gap: 1cqw;
    grid-template-columns: 1fr 0.9fr;
    height: 49%;
    margin-top: 1cqw;
}

body.landing-arena .arena-match-list,
body.landing-arena .arena-bracket-preview {
    background: rgba(5, 13, 24, 0.8);
    border: 1px solid rgba(148, 180, 213, 0.1);
    border-radius: 0.6cqw;
    min-width: 0;
    padding: 0.8cqw;
}

body.landing-arena .arena-match-list > strong,
body.landing-arena .arena-bracket-preview > strong {
    color: #cdd9e7;
    display: block;
    font-size: max(6px, 0.93cqw);
    margin-bottom: 0.55cqw;
}

body.landing-arena .arena-match-list > span {
    align-items: center;
    border-top: 1px solid rgba(148, 180, 213, 0.08);
    display: grid;
    font-size: max(5px, 0.72cqw);
    gap: 0.3cqw;
    grid-template-columns: 1fr auto auto auto 1fr;
    padding: 0.46cqw 0;
}

body.landing-arena .arena-match-list em {
    color: #8393a7;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.landing-arena .arena-match-list em:last-child {
    text-align: right;
}

body.landing-arena .arena-match-list b {
    color: #fff;
}

body.landing-arena .arena-match-list i {
    color: #526175;
    font-style: normal;
}

body.landing-arena .arena-bracket-preview {
    position: relative;
}

body.landing-arena .arena-bracket-stage {
    display: grid;
    gap: 0.45cqw;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
}

body.landing-arena .arena-bracket-stage span {
    background: #101f33;
    border: 1px solid rgba(148, 180, 213, 0.16);
    border-radius: 0.35cqw;
    color: #9eacbd;
    font-size: max(4px, 0.66cqw);
    padding: 0.38cqw 0.48cqw;
    position: relative;
    white-space: nowrap;
}

body.landing-arena .arena-bracket-stage span::after {
    border-top: 1px solid rgba(36, 201, 244, 0.45);
    content: "";
    left: 100%;
    position: absolute;
    top: 50%;
    width: 1.25cqw;
}

body.landing-arena .arena-bracket-stage.stage-one {
    left: 0.8cqw;
}

body.landing-arena .arena-bracket-stage.stage-two {
    left: 42%;
}

body.landing-arena .arena-bracket-stage.stage-three {
    right: 0.8cqw;
}

body.landing-arena .arena-bracket-stage.stage-three span::after {
    display: none;
}

body.landing-arena .arena-live-screen {
    border-color: rgba(168, 198, 228, 0.4);
    border-radius: 1.15cqw;
    bottom: 2%;
    height: 41%;
    left: 11%;
    width: 62%;
    z-index: 4;
}

body.landing-arena .arena-live-head {
    align-items: center;
    background: #07101c;
    border-bottom: 1px solid rgba(148, 180, 213, 0.13);
    display: grid;
    font-size: max(5px, 0.78cqw);
    grid-template-columns: 1fr auto 1fr;
    height: 16%;
    padding: 0 1.2cqw;
}

body.landing-arena .arena-live-head > span {
    color: var(--arena-red);
    font-weight: 850;
}

body.landing-arena .arena-live-head > span i {
    font-size: 0.58em;
    margin-right: 0.35cqw;
}

body.landing-arena .arena-live-head strong {
    color: #fff;
    letter-spacing: 0.08em;
}

body.landing-arena .arena-live-head em {
    color: #69788d;
    font-style: normal;
    text-align: right;
}

body.landing-arena .arena-live-title {
    color: #8d9db0;
    font-size: max(5px, 0.82cqw);
    height: 12%;
    padding: 0.75cqw 1.2cqw 0;
}

body.landing-arena .arena-live-score {
    display: grid;
    grid-template-columns: 1fr 0.62fr 1fr;
    height: 57%;
    padding: 0.5cqw 1.1cqw;
}

body.landing-arena .arena-score-player {
    align-items: center;
    border-radius: 0.5cqw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 0.55cqw;
}

body.landing-arena .arena-score-player.red {
    background: linear-gradient(145deg, rgba(151, 38, 48, 0.86), rgba(68, 17, 27, 0.96));
}

body.landing-arena .arena-score-player.green {
    background: linear-gradient(145deg, rgba(18, 113, 72, 0.9), rgba(9, 54, 39, 0.98));
}

body.landing-arena .arena-score-player small {
    color: rgba(255, 255, 255, 0.85);
    font-size: max(5px, 0.75cqw);
}

body.landing-arena .arena-score-player strong {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: max(17px, 4.2cqw);
    line-height: 0.95;
}

body.landing-arena .arena-score-player span {
    color: rgba(255, 255, 255, 0.56);
    font-size: max(4px, 0.58cqw);
}

body.landing-arena .arena-leg-score {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.landing-arena .arena-leg-score strong {
    color: #fff;
    font-size: max(11px, 2.3cqw);
}

body.landing-arena .arena-leg-score span {
    color: #718197;
    font-size: max(4px, 0.58cqw);
    letter-spacing: 0.14em;
}

body.landing-arena .arena-live-footer {
    align-items: center;
    background: rgba(4, 11, 21, 0.92);
    color: #78889c;
    display: flex;
    font-size: max(4px, 0.65cqw);
    height: 15%;
    justify-content: space-between;
    padding: 0 1.2cqw;
    text-transform: uppercase;
}

body.landing-arena .arena-live-footer i {
    color: var(--arena-cyan);
}

body.landing-arena .arena-player-screen {
    align-items: center;
    border-radius: 2.5cqw;
    display: flex;
    flex-direction: column;
    height: 66%;
    padding: 3.2cqw 1.35cqw 1.2cqw;
    right: 0;
    top: 25%;
    width: 25%;
    z-index: 5;
}

body.landing-arena .arena-player-screen::after {
    background: linear-gradient(140deg, rgba(36, 201, 244, 0.12), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

body.landing-arena .arena-phone-notch {
    background: #02060d;
    border-radius: 0 0 1cqw 1cqw;
    height: 1.6cqw;
    left: 29%;
    position: absolute;
    top: 0;
    width: 42%;
}

body.landing-arena .arena-player-kicker {
    color: #718197;
    font-size: max(5px, 0.74cqw);
    letter-spacing: 0.14em;
    margin-bottom: 1cqw;
}

body.landing-arena .arena-player-avatar {
    align-items: center;
    background: linear-gradient(145deg, #263c55, #142237);
    border: 2px solid rgba(36, 201, 244, 0.45);
    border-radius: 50%;
    color: #dce9f5;
    display: flex;
    font-size: max(8px, 1.6cqw);
    font-weight: 850;
    height: 5.6cqw;
    justify-content: center;
    position: relative;
    width: 5.6cqw;
    z-index: 1;
}

body.landing-arena .arena-player-avatar i {
    background: var(--arena-green);
    border: 2px solid #091422;
    border-radius: 50%;
    bottom: -1px;
    height: 1.1cqw;
    position: absolute;
    right: -1px;
    width: 1.1cqw;
}

body.landing-arena .arena-player-name {
    color: #fff;
    font-size: max(8px, 1.45cqw);
    margin-top: 0.7cqw;
    z-index: 1;
}

body.landing-arena .arena-player-status {
    color: var(--arena-green);
    font-size: max(5px, 0.7cqw);
    z-index: 1;
}

body.landing-arena .arena-player-status i {
    background: var(--arena-green);
    border-radius: 50%;
    display: inline-block;
    height: 0.6cqw;
    margin-right: 0.3cqw;
    width: 0.6cqw;
}

body.landing-arena .arena-player-metrics {
    display: grid;
    gap: 0.45cqw;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.3cqw;
    width: 100%;
    z-index: 1;
}

body.landing-arena .arena-player-metrics div {
    background: rgba(4, 12, 23, 0.7);
    border: 1px solid rgba(148, 180, 213, 0.1);
    border-radius: 0.45cqw;
    display: grid;
    padding: 0.55cqw;
    text-align: center;
}

body.landing-arena .arena-player-metrics strong {
    color: #fff;
    font-size: max(6px, 1cqw);
}

body.landing-arena .arena-player-metrics span {
    color: #6f7f93;
    font-size: max(4px, 0.55cqw);
}

body.landing-arena .arena-player-rank {
    align-items: center;
    background: rgba(36, 201, 244, 0.08);
    border: 1px solid rgba(36, 201, 244, 0.17);
    border-radius: 0.65cqw;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 1cqw;
    padding: 0.65cqw 0.8cqw;
    width: 100%;
    z-index: 1;
}

body.landing-arena .arena-player-rank span {
    color: #8797aa;
    font-size: max(4px, 0.61cqw);
}

body.landing-arena .arena-player-rank strong {
    color: var(--arena-cyan-bright);
    font-size: max(9px, 1.45cqw);
    grid-row: span 2;
}

body.landing-arena .arena-player-rank em {
    color: #69788c;
    font-size: max(4px, 0.55cqw);
    font-style: normal;
}

body.landing-arena .arena-player-nav {
    align-items: center;
    background: rgba(3, 9, 18, 0.88);
    border-top: 1px solid rgba(148, 180, 213, 0.11);
    bottom: 0;
    color: #738398;
    display: flex;
    height: 10%;
    justify-content: space-around;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

body.landing-arena .arena-player-nav i:first-child {
    color: var(--arena-cyan);
}

/* Die Hero-Komposition verwendet echte Screenshots der vorhandenen EzDarts-Oberflächen. */
body.landing-arena .arena-product-shot {
    background: #10182c;
    display: block;
    margin: 0;
    padding: 0;
}

body.landing-arena .arena-product-shot img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

body.landing-arena .arena-product-shot.arena-admin-screen {
    border-radius: 1.6cqw;
    height: 76%;
    width: 86%;
}

body.landing-arena .arena-product-shot.arena-live-screen {
    border-radius: 1.15cqw;
    bottom: 2%;
    height: 25.6%;
    left: 4%;
    width: 67%;
}

body.landing-arena .arena-product-shot.arena-player-screen {
    border-radius: 2.5cqw;
    display: block;
    height: 69%;
    padding: 0;
    top: 22%;
    width: 25%;
}

body.landing-arena .arena-product-shot.arena-player-screen::after {
    display: none;
}

body.landing-arena .arena-showcase-glow {
    background: radial-gradient(ellipse, rgba(36, 201, 244, 0.24), transparent 67%);
    bottom: -8%;
    filter: blur(18px);
    height: 25%;
    left: 4%;
    opacity: 0.75;
    position: absolute;
    right: 0;
    z-index: 0;
}

/* Features */
body.landing-arena .features {
    background:
        linear-gradient(90deg, rgba(36, 201, 244, 0.035) 0 1px, transparent 1px) 0 0 / 84px 84px,
        var(--arena-bg-soft);
    padding: clamp(42px, 4vw, 58px) 0 clamp(54px, 5vw, 72px);
}

body.landing-arena .features::before,
body.landing-arena .pricing::before,
body.landing-arena .contact::before {
    background: radial-gradient(circle at 88% 12%, rgba(36, 201, 244, 0.09), transparent 27%);
}

body.landing-arena .feature-showcase {
    align-items: stretch;
    gap: 30px;
    grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
    margin: 0 0 30px;
}

body.landing-arena .feature-showcase-copy {
    background: linear-gradient(145deg, rgba(13, 27, 47, 0.96), rgba(7, 17, 31, 0.96));
    border: 1px solid var(--arena-line);
    border-radius: 12px;
    box-shadow: var(--arena-shadow);
    max-width: none;
    padding: clamp(24px, 3vw, 38px);
}

body.landing-arena .feature-eyebrow {
    background: rgba(36, 201, 244, 0.08);
    border-color: rgba(36, 201, 244, 0.25);
    border-radius: 6px;
    color: var(--arena-cyan-bright);
    font-size: 0.77rem;
    margin-bottom: 18px;
    padding: 8px 11px;
}

body.landing-arena .feature-showcase-copy h3 {
    color: var(--arena-text);
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(2.25rem, 3.7vw, 3.65rem);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 0.98;
    margin-bottom: 18px;
}

body.landing-arena .feature-showcase-copy p {
    color: var(--arena-text-soft);
    font-size: 0.98rem;
    line-height: 1.66;
}

body.landing-arena .feature-highlight-list {
    gap: 8px;
    margin-top: 22px;
}

body.landing-arena .feature-highlight-list span {
    background: rgba(3, 11, 22, 0.52);
    border: 1px solid rgba(148, 180, 213, 0.12);
    border-left: 2px solid var(--arena-cyan);
    border-radius: 6px;
    color: #d8e5f3;
    font-size: 0.86rem;
    padding: 10px 12px;
}

body.landing-arena .feature-demo-reel {
    background: #030a15;
    border-color: rgba(36, 201, 244, 0.25);
    border-radius: 12px;
    box-shadow: var(--arena-shadow), var(--arena-glow);
}

body.landing-arena .demo-reel-topbar {
    background: #050d19;
    min-height: 44px;
}

body.landing-arena .demo-reel-window {
    background:
        linear-gradient(rgba(148, 180, 213, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 180, 213, 0.035) 1px, transparent 1px),
        #07111f;
    background-size: 38px 38px, 38px 38px, auto;
    height: 448px;
}

body.landing-arena .demo-shot figcaption {
    background: rgba(3, 9, 20, 0.94);
    border-color: rgba(36, 201, 244, 0.24);
    border-radius: 7px;
    font-size: 0.86rem;
}

body.landing-arena .demo-shot figcaption span {
    background: var(--arena-cyan);
    color: #03101a;
}

body.landing-arena .feature-flow {
    gap: 12px;
    margin-bottom: 14px;
}

body.landing-arena .feature-flow-step,
body.landing-arena .feature-proof-item {
    background: linear-gradient(150deg, rgba(13, 27, 47, 0.92), rgba(7, 17, 31, 0.94));
    border: 1px solid var(--arena-line);
    border-radius: 9px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.2);
}

body.landing-arena .feature-flow-step:hover,
body.landing-arena .feature-proof-item:hover {
    border-color: var(--arena-line-strong);
    box-shadow: var(--arena-glow);
    transform: translateY(-4px);
}

body.landing-arena .feature-flow-number {
    background: var(--arena-cyan);
    border-radius: 5px;
    color: #03101a;
    font-size: 0.76rem;
    left: 24px;
    padding: 6px 8px;
    top: 24px;
}

body.landing-arena .feature-flow-shot {
    background: #030a15;
    border: 1px solid rgba(148, 180, 213, 0.1);
    border-radius: 6px;
}

body.landing-arena .feature-flow-step h3,
body.landing-arena .feature-proof-item strong {
    color: var(--arena-text);
}

body.landing-arena .feature-flow-step p,
body.landing-arena .feature-proof-item span {
    color: var(--arena-text-soft);
}

body.landing-arena .feature-proof-item {
    min-height: 142px;
}

body.landing-arena .feature-proof-item i {
    color: var(--arena-cyan-bright);
}

/* Kompakte Produktkarten wie im Dart-Arena-Referenzmockup */
body.landing-arena .features .section-header {
    align-items: flex-start;
    margin-bottom: 26px;
    text-align: left;
}

body.landing-arena .features .section-subtitle {
    margin-left: 0;
    margin-right: 0;
    max-width: 760px;
}

body.landing-arena .arena-feature-panels {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.landing-arena .arena-feature-panel {
    background: linear-gradient(150deg, rgba(14, 28, 47, 0.98), rgba(6, 15, 28, 0.98));
    border: 1px solid rgba(148, 180, 213, 0.2);
    border-radius: 9px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.landing-arena .arena-feature-panel:hover {
    border-color: rgba(36, 201, 244, 0.46);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32), 0 0 28px rgba(36, 201, 244, 0.1);
    transform: translateY(-3px);
}

body.landing-arena .arena-feature-panel-head {
    align-items: center;
    display: flex;
    gap: 11px;
    min-height: 50px;
    padding: 0 2px 12px;
}

body.landing-arena .arena-feature-panel-head > i {
    align-items: center;
    background: rgba(36, 201, 244, 0.08);
    border: 1px solid rgba(36, 201, 244, 0.18);
    border-radius: 6px;
    color: var(--arena-cyan-bright);
    display: flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
}

body.landing-arena .arena-feature-panel-head h3 {
    color: var(--arena-text);
    font-size: 0.98rem;
    line-height: 1.08;
    margin: 0 0 3px;
}

body.landing-arena .arena-feature-panel-head span {
    color: var(--arena-text-muted);
    display: block;
    font-size: 0.72rem;
    line-height: 1.2;
}

body.landing-arena .arena-feature-panel-shot {
    aspect-ratio: 1.44 / 1;
    background: #070e1b;
    border: 1px solid rgba(148, 180, 213, 0.14);
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
}

body.landing-arena .arena-feature-panel-shot img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

body.landing-arena .arena-feature-panel-shot-tv img {
    object-position: 20% top;
}

body.landing-arena .arena-feature-panel-shot-modes {
    aspect-ratio: 3.35 / 1;
    margin-bottom: 9px;
}

body.landing-arena .arena-feature-panel-shot-modes img {
    object-fit: contain;
}

body.landing-arena .arena-feature-panel-points,
body.landing-arena .arena-feature-mode-list {
    display: grid;
    gap: 7px;
    margin-top: 10px;
}

body.landing-arena .arena-feature-panel-points span,
body.landing-arena .arena-feature-mode-list span {
    align-items: center;
    background: rgba(3, 10, 20, 0.58);
    border: 1px solid rgba(148, 180, 213, 0.11);
    border-radius: 5px;
    color: #cbd8e7;
    display: flex;
    font-size: 0.7rem;
    gap: 8px;
    line-height: 1.25;
    min-height: 32px;
    padding: 7px 9px;
}

body.landing-arena .arena-feature-panel-points i,
body.landing-arena .arena-feature-mode-list i {
    color: var(--arena-cyan);
    flex: 0 0 14px;
    text-align: center;
}

body.landing-arena .arena-feature-mode-list {
    gap: 5px;
    margin-top: 0;
}

body.landing-arena .arena-feature-mode-list span {
    min-height: 27px;
    padding-block: 5px;
}

/* Ablauf */
body.landing-arena .how-it-works {
    background:
        radial-gradient(circle at 18% 20%, rgba(36, 201, 244, 0.08), transparent 27%),
        #030a14;
}

body.landing-arena .arena-how-layout {
    align-items: start;
    display: grid;
    gap: clamp(28px, 4vw, 58px);
    grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
}

body.landing-arena .howto-video-wrapper {
    background: linear-gradient(145deg, rgba(13, 27, 47, 0.96), rgba(4, 12, 24, 0.98));
    border: 1px solid rgba(36, 201, 244, 0.25);
    border-radius: 12px;
    box-shadow: var(--arena-shadow), var(--arena-glow);
    margin: 0;
    padding: 12px;
    position: sticky;
    top: 96px;
}

body.landing-arena .howto-youtube-embed {
    max-width: none;
}

body.landing-arena .howto-youtube-embed iframe {
    border: 0;
    border-radius: 7px;
    box-shadow: none;
}

body.landing-arena .how-it-works-content {
    gap: 0;
}

body.landing-arena .how-to-steps {
    gap: 10px;
    margin: 0;
    max-width: none;
}

body.landing-arena .step-item {
    align-items: start;
    background: linear-gradient(100deg, rgba(13, 27, 47, 0.9), rgba(7, 17, 31, 0.76));
    border: 1px solid var(--arena-line);
    border-radius: 8px;
    box-shadow: none;
    display: grid;
    gap: 14px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 18px;
}

body.landing-arena .step-item:hover {
    border-color: var(--arena-line-strong);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22), inset 2px 0 var(--arena-cyan);
    transform: translateX(3px);
}

body.landing-arena .step-number {
    align-items: center;
    background: rgba(36, 201, 244, 0.1);
    border: 1px solid rgba(36, 201, 244, 0.24);
    border-radius: 6px;
    color: var(--arena-cyan-bright);
    display: flex;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.65rem;
    height: 48px;
    justify-content: center;
    min-width: 0;
}

body.landing-arena .step-content {
    display: grid;
    gap: 6px 12px;
    grid-template-columns: 34px minmax(0, 1fr);
}

body.landing-arena .step-icon {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--arena-cyan);
    font-size: 1.15rem;
    grid-column: 1;
    grid-row: 1 / 3;
    height: 30px;
    margin: 0;
    width: 30px;
}

body.landing-arena .step-content h3,
body.landing-arena .step-content p {
    grid-column: 2;
}

body.landing-arena .step-content h3 {
    color: var(--arena-text);
    font-size: 1rem;
    margin: 0;
}

body.landing-arena .step-content p {
    color: var(--arena-text-soft);
    font-size: 0.83rem;
    line-height: 1.5;
    margin: 0;
}

body.landing-arena .step-features {
    gap: 6px;
    grid-column: 1 / -1;
    margin-top: 4px;
}

body.landing-arena .step-feature {
    background: rgba(3, 9, 20, 0.58);
    border: 1px solid rgba(148, 180, 213, 0.12);
    border-radius: 4px;
    color: var(--arena-text-muted);
    font-size: 0.68rem;
    padding: 5px 8px;
}

body.landing-arena .step-feature:hover {
    background: rgba(36, 201, 244, 0.12);
    border-color: rgba(36, 201, 244, 0.28);
    color: var(--arena-cyan-bright);
}

/* Preise */
body.landing-arena .pricing {
    background: var(--arena-bg-soft);
}

body.landing-arena .pricing-trial-callout {
    background: linear-gradient(105deg, rgba(36, 201, 244, 0.1), rgba(8, 24, 41, 0.94));
    border: 1px solid rgba(36, 201, 244, 0.23);
    border-radius: 9px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    margin: 0 0 34px;
    max-width: none;
}

body.landing-arena .pricing-trial-icon {
    background: rgba(36, 201, 244, 0.12);
    border: 1px solid rgba(36, 201, 244, 0.25);
    border-radius: 6px;
    color: var(--arena-cyan-bright);
}

body.landing-arena .pricing-trial-copy strong,
body.landing-arena .pricing-header h3 {
    color: var(--arena-text);
}

body.landing-arena .pricing-trial-copy span,
body.landing-arena .pricing-header p,
body.landing-arena .currency,
body.landing-arena .period {
    color: var(--arena-text-soft);
}

body.landing-arena .pricing-grid {
    gap: 16px;
    max-width: none;
}

body.landing-arena .pricing-card {
    background: linear-gradient(155deg, rgba(13, 27, 47, 0.98), rgba(6, 15, 28, 0.98));
    border: 1px solid var(--arena-line);
    border-radius: 10px;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
    padding: 34px 28px 28px;
    text-align: left;
}

body.landing-arena .pricing-card.featured {
    border-color: var(--arena-cyan);
    box-shadow: 0 0 0 1px rgba(36, 201, 244, 0.15), var(--arena-glow);
    transform: translateY(-8px);
}

body.landing-arena .pricing-card:hover,
body.landing-arena .pricing-card.featured:hover {
    border-color: var(--arena-cyan);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), var(--arena-glow);
    transform: translateY(-6px);
}

body.landing-arena .pricing-badge {
    background: var(--arena-cyan);
    border-radius: 4px 4px 0 0;
    color: #03101a;
    font-size: 0.7rem;
    left: -1px;
    padding: 6px 12px;
    top: -27px;
    transform: none;
}

body.landing-arena .pricing-header h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2rem;
    letter-spacing: -0.02em;
}

body.landing-arena .price {
    margin: 18px 0 22px;
}

body.landing-arena .amount {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(3rem, 4vw, 4rem);
}

body.landing-arena .pricing-features {
    border-top: 1px solid var(--arena-line);
    margin-bottom: 22px;
    padding-top: 8px;
}

body.landing-arena .pricing-features li {
    border-bottom-color: rgba(148, 180, 213, 0.1);
    color: var(--arena-text-soft);
    font-size: 0.86rem;
    justify-content: flex-start;
    padding: 9px 0;
}

body.landing-arena .pricing-features i.fa-check {
    color: var(--arena-green);
}

body.landing-arena .pricing-action-btn {
    margin: 0 0 22px;
    min-height: 50px;
}

body.landing-arena .pricing-card .btn-secondary.pricing-action-btn {
    background: transparent;
    border-color: rgba(36, 201, 244, 0.45);
    box-shadow: none;
    color: var(--arena-cyan-bright);
}

/* Abschluss-CTA */
body.landing-arena .download {
    background:
        linear-gradient(100deg, rgba(2, 8, 19, 0.97) 0%, rgba(4, 15, 29, 0.91) 48%, rgba(7, 25, 43, 0.78) 100%),
        url("assets/img/dart-background.jpg") center 46% / cover no-repeat;
}

body.landing-arena .download::before {
    animation: none;
    background:
        linear-gradient(90deg, rgba(36, 201, 244, 0.05) 0 1px, transparent 1px),
        linear-gradient(rgba(148, 180, 213, 0.035) 0 1px, transparent 1px);
    background-size: 76px 76px;
}

body.landing-arena .download-content {
    gap: clamp(44px, 7vw, 100px);
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

body.landing-arena .download-text h2 {
    font-size: clamp(3.2rem, 5.5vw, 5.4rem);
    max-width: 680px;
}

body.landing-arena .download-text p {
    color: var(--arena-text-soft);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

body.landing-arena .download-badge {
    background: rgba(36, 201, 244, 0.1);
    border: 1px solid rgba(36, 201, 244, 0.28);
    border-radius: 6px;
    box-shadow: none;
    color: var(--arena-cyan-bright);
}

body.landing-arena .download-buttons {
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 22px;
}

body.landing-arena .download-features {
    gap: 8px;
    margin-top: 22px;
}

body.landing-arena .feature-badge {
    background: rgba(3, 9, 20, 0.7);
    border-color: var(--arena-line);
    border-radius: 5px;
    color: var(--arena-text-soft);
    font-size: 0.76rem;
    padding: 8px 10px;
}

body.landing-arena .feature-badge i {
    color: var(--arena-green);
}

body.landing-arena .download-visual {
    min-width: 0;
}

body.landing-arena .showcase-device {
    background: linear-gradient(145deg, rgba(13, 27, 47, 0.98), rgba(3, 9, 20, 0.98));
    border: 1px solid rgba(36, 201, 244, 0.26);
    border-radius: 14px;
    box-shadow: var(--arena-shadow), var(--arena-glow);
    max-width: 530px;
    padding: 14px;
    width: 100%;
}

body.landing-arena .device-screen {
    background: #020812;
    border: 1px solid var(--arena-line);
    border-radius: 8px;
    height: 330px;
    width: 100%;
}

body.landing-arena .app-header,
body.landing-arena .app-content {
    background: #07111f;
}

body.landing-arena .app-header {
    border-bottom-color: var(--arena-line);
}

body.landing-arena .app-status {
    background: var(--arena-red);
}

body.landing-arena .tournament-preview,
body.landing-arena .stat-mini {
    background: #0b192a;
    border: 1px solid rgba(148, 180, 213, 0.11);
}

body.landing-arena .stat-value {
    color: var(--arena-cyan-bright);
}

/* FAQ */
body.landing-arena .faq {
    background: var(--arena-bg-soft);
    padding: clamp(76px, 7vw, 100px) 0;
}

body.landing-arena .faq-grid {
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    max-width: none;
}

body.landing-arena .faq-item {
    background: linear-gradient(150deg, rgba(13, 27, 47, 0.92), rgba(7, 17, 31, 0.96));
    border: 1px solid var(--arena-line);
    border-radius: 8px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.2);
    min-height: 182px;
    padding: 22px;
}

body.landing-arena .faq-item::before {
    align-items: center;
    background: rgba(36, 201, 244, 0.1);
    border: 1px solid rgba(36, 201, 244, 0.2);
    border-radius: 5px;
    color: var(--arena-cyan-bright);
    content: "?";
    display: flex;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    margin-bottom: 14px;
    width: 28px;
}

body.landing-arena .faq-item h3 {
    color: var(--arena-text);
    font-size: 0.94rem;
}

body.landing-arena .faq-item p {
    color: var(--arena-text-soft);
    font-size: 0.82rem;
    line-height: 1.55;
}

/* Kontakt */
body.landing-arena .contact {
    background: #030a14;
}

body.landing-arena .contact-content {
    align-items: stretch;
    gap: 20px;
    grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1.3fr);
}

body.landing-arena .contact-info {
    gap: 12px;
    grid-template-columns: 1fr;
    margin: 0;
    max-width: none;
}

body.landing-arena .contact-card,
body.landing-arena .contact-form {
    background: linear-gradient(150deg, rgba(13, 27, 47, 0.94), rgba(7, 17, 31, 0.96));
    border: 1px solid var(--arena-line);
    border-radius: 9px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.landing-arena .contact-card {
    display: grid;
    gap: 16px;
    grid-template-columns: 48px 1fr;
    padding: 24px;
}

body.landing-arena .contact-card:hover {
    border-color: var(--arena-line-strong);
    box-shadow: var(--arena-glow);
    transform: translateY(-3px);
}

body.landing-arena .contact-icon {
    background: rgba(36, 201, 244, 0.1);
    border: 1px solid rgba(36, 201, 244, 0.22);
    border-radius: 6px;
    box-shadow: none;
    color: var(--arena-cyan-bright);
    height: 48px;
    margin: 0;
    width: 48px;
}

body.landing-arena .contact-details h4,
body.landing-arena .contact-details p,
body.landing-arena .form-group label {
    color: var(--arena-text);
}

body.landing-arena .contact-details span {
    color: var(--arena-text-muted);
}

body.landing-arena .contact-form {
    padding: clamp(22px, 3vw, 34px);
}

body.landing-arena .form-group input,
body.landing-arena .form-group select,
body.landing-arena .form-group textarea {
    background: rgba(2, 8, 19, 0.74);
    border: 1px solid var(--arena-line);
    border-radius: 6px;
    color: var(--arena-text);
    font-size: 0.9rem;
    padding: 13px 14px;
}

body.landing-arena .form-group select {
    color-scheme: dark;
}

body.landing-arena .form-group input::placeholder,
body.landing-arena .form-group textarea::placeholder {
    color: var(--arena-text-muted);
}

body.landing-arena .form-group input:focus,
body.landing-arena .form-group select:focus,
body.landing-arena .form-group textarea:focus {
    border-color: var(--arena-cyan);
    box-shadow: 0 0 0 3px rgba(36, 201, 244, 0.11);
}

/* Footer */
body.landing-arena .footer {
    background: #020710;
    border-top: 1px solid rgba(36, 201, 244, 0.16);
    padding: 64px 0 22px;
}

body.landing-arena .footer::before {
    background:
        radial-gradient(circle at 8% 0%, rgba(36, 201, 244, 0.08), transparent 24%),
        linear-gradient(90deg, rgba(148, 180, 213, 0.025) 1px, transparent 1px);
    background-size: auto, 72px 72px;
}

body.landing-arena .footer-content {
    gap: clamp(24px, 4vw, 52px);
    grid-template-columns: 1.6fr repeat(4, minmax(110px, 0.7fr));
}

body.landing-arena .footer-logo {
    display: inline-flex;
    width: fit-content;
}

body.landing-arena .footer-logo img {
    display: block;
    height: auto;
    width: clamp(132px, 12vw, 168px);
}

body.landing-arena .footer-section h4 {
    color: var(--arena-text);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-arena .footer-section p,
body.landing-arena .footer-section ul li a,
body.landing-arena .footer-section .footer-link-button {
    color: var(--arena-text-muted);
    font-size: 0.82rem;
}

body.landing-arena .footer-section ul li {
    margin-bottom: 8px;
}

body.landing-arena .footer-section ul li a:hover,
body.landing-arena .footer-section .footer-link-button:hover {
    color: var(--arena-cyan-bright);
}

body.landing-arena .footer-bottom {
    border-top-color: rgba(148, 180, 213, 0.11);
}

body.landing-arena .footer-bottom-content,
body.landing-arena .footer-bottom-links .footer-link-button {
    color: #66778b;
    font-size: 0.76rem;
}

/* Ruhige, scrollabhängige Choreografie der Landingpage */
body.landing-arena .hero-left,
body.landing-arena .hero-right,
body.landing-arena .hero-badge,
body.landing-arena .hero-title,
body.landing-arena .section-header,
body.landing-arena .hero-badge i,
body.landing-arena .hero-particles,
body.landing-arena .hero-grid,
body.landing-arena .section-title::after {
    animation: none;
}

body.landing-arena.scroll-animations-ready .scroll-reveal {
    opacity: 0;
    transition-duration: 540ms, 640ms;
    transition-property: opacity, transform;
    transition-timing-function: ease-out, cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="up"] {
    transform: translate3d(0, calc(20px + var(--reveal-rest-y, 0px)), 0);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="left"] {
    transform: translate3d(-22px, 0, 0);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="right"] {
    transform: translate3d(22px, 0, 0);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="scale"] {
    transform: translate3d(0, 8px, 0) scale(0.992);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="up"].is-visible {
    opacity: 1;
    transform: translate3d(0, var(--reveal-rest-y, 0px), 0);
}

body.landing-arena.scroll-animations-ready [data-scroll-reveal="left"].is-visible,
body.landing-arena.scroll-animations-ready [data-scroll-reveal="right"].is-visible,
body.landing-arena.scroll-animations-ready [data-scroll-reveal="scale"].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

/* Rechtliche Dialoge und Cookie-Hinweis */
body.landing-arena .modal-content,
body.landing-arena .legal-modal-content {
    background: #081421;
    border: 1px solid rgba(36, 201, 244, 0.24);
    color: var(--arena-text-soft);
}

body.landing-arena .modal-content h2,
body.landing-arena .modal-content h3,
body.landing-arena .modal-content strong,
body.landing-arena .legal-modal-content h2,
body.landing-arena .legal-modal-content h3,
body.landing-arena .legal-modal-content strong {
    color: var(--arena-text);
}

body.landing-arena .modal-close,
body.landing-arena .legal-modal .close {
    color: var(--arena-text);
}

body.landing-arena .legal-modal {
    background: rgba(1, 5, 12, 0.82);
}

body.landing-arena #cookieBanner {
    background: rgba(3, 9, 20, 0.97) !important;
    border-top-color: rgba(36, 201, 244, 0.3) !important;
    color: var(--arena-text-soft) !important;
}

/* Tablet */
@media (max-width: 1180px) {
    body.landing-arena .hero {
        min-height: auto;
    }

    body.landing-arena .hero-container {
        grid-template-columns: 1fr;
        max-width: 900px;
        text-align: left;
    }

    body.landing-arena .hero-left {
        margin: 0;
        max-width: 720px;
    }

    body.landing-arena .hero-description {
        margin-left: 0;
        margin-right: 0;
    }

    body.landing-arena .hero-proof,
    body.landing-arena .hero-actions {
        justify-content: flex-start;
    }

    body.landing-arena .hero-arena-showcase {
        max-width: 860px;
    }

    body.landing-arena .feature-showcase,
    body.landing-arena .arena-how-layout {
        grid-template-columns: 1fr;
    }

    body.landing-arena .howto-video-wrapper {
        max-width: 860px;
        position: relative;
        top: auto;
    }

    body.landing-arena .howto-youtube-embed {
        margin: 0;
    }

    body.landing-arena .how-to-steps {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-arena .step-item:last-child {
        grid-column: 1 / -1;
    }

    body.landing-arena .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-arena .footer-content {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.landing-arena .footer-section:first-child {
        grid-column: span 3;
        max-width: 620px;
    }
}

@media (max-width: 1024px) {
    body.landing-arena .arena-feature-panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-arena .navbar {
        min-height: 68px;
    }

    body.landing-arena .nav-container {
        height: 68px;
    }

    body.landing-arena .nav-menu {
        background: rgba(3, 9, 20, 0.985);
        border-bottom: 1px solid rgba(36, 201, 244, 0.22);
        box-shadow: 0 28px 50px rgba(0, 0, 0, 0.48);
        padding: 18px 20px 24px;
        top: 68px;
    }

    body.landing-arena .nav-menu li {
        border-bottom-color: rgba(148, 180, 213, 0.1);
    }

    body.landing-arena .nav-menu a {
        color: var(--arena-text-soft);
    }

    body.landing-arena .hamburger:hover {
        background: rgba(36, 201, 244, 0.1);
    }

    body.landing-arena .pricing-grid {
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 720px;
    }

    body.landing-arena .pricing-card.featured,
    body.landing-arena .pricing-card:hover,
    body.landing-arena .pricing-card.featured:hover {
        transform: none;
    }

    body.landing-arena .download-content,
    body.landing-arena .contact-content {
        grid-template-columns: 1fr;
    }

    body.landing-arena .download-visual {
        justify-self: stretch;
    }

    body.landing-arena .showcase-device {
        max-width: 700px;
    }

    body.landing-arena .contact-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobil */
@media (max-width: 768px) {
    body.landing-arena section {
        padding: 72px 0;
    }

    body.landing-arena .container {
        padding-inline: 18px;
    }

    body.landing-arena .section-header {
        margin-bottom: 34px;
    }

    body.landing-arena .section-title,
    body.landing-arena .download-text h2 {
        font-size: clamp(2.55rem, 12vw, 3.45rem);
    }

    body.landing-arena .section-subtitle {
        font-size: 0.94rem;
    }

    body.landing-arena .hero {
        padding: 104px 0 54px;
    }

    body.landing-arena .hero-container {
        gap: 34px;
        padding-inline: 18px;
    }

    body.landing-arena .hero-title {
        font-size: clamp(3.25rem, 10vw, 5rem);
        line-height: 0.94;
    }

    body.landing-arena .hero-description {
        font-size: 0.98rem;
    }

    body.landing-arena .hero-proof {
        display: flex;
        flex-wrap: wrap;
    }

    body.landing-arena .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.landing-arena .hero-actions .btn {
        justify-content: center;
        width: 100%;
    }

    body.landing-arena .hero-arena-showcase {
        aspect-ratio: 1.18 / 1;
        max-width: 760px;
    }

    body.landing-arena .arena-admin-screen {
        height: 74%;
        width: 90%;
    }

    body.landing-arena .arena-live-screen {
        bottom: 2%;
        height: 25%;
        left: 3%;
        width: 70%;
    }

    body.landing-arena .arena-player-screen {
        height: 69%;
        top: 24%;
        width: 27%;
    }

    body.landing-arena .feature-showcase-copy {
        padding: 24px 20px;
    }

    body.landing-arena .feature-flow,
    body.landing-arena .feature-proof-grid,
    body.landing-arena .how-to-steps,
    body.landing-arena .faq-grid {
        grid-template-columns: 1fr;
    }

    body.landing-arena .step-item:last-child {
        grid-column: auto;
    }

    body.landing-arena .demo-reel-window {
        height: 340px;
    }

    body.landing-arena .pricing-trial-callout {
        grid-template-columns: 1fr;
        margin: 0 0 26px;
        text-align: left;
    }

    body.landing-arena .pricing-trial-icon {
        margin: 0;
    }

    body.landing-arena .pricing-trial-callout .btn {
        justify-content: center;
    }

    body.landing-arena .download-buttons {
        flex-direction: column;
    }

    body.landing-arena .download-buttons .btn {
        justify-content: center;
        width: 100%;
    }

    body.landing-arena .download-features {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.landing-arena .device-screen {
        height: 290px;
    }

    body.landing-arena .faq-item {
        min-height: 0;
    }

    body.landing-arena .contact-info {
        grid-template-columns: 1fr;
    }

    body.landing-arena .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.landing-arena .footer-content,
    body.landing-arena .footer-section:first-child {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.landing-arena .footer-section:first-child {
        grid-column: 1 / -1;
    }

    body.landing-arena .footer-bottom-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    body.landing-arena .footer-bottom-links {
        gap: 10px 16px;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    body.landing-arena .arena-feature-panels {
        grid-template-columns: 1fr;
    }

    body.landing-arena .arena-feature-panel {
        padding: 12px;
    }

    body.landing-arena .logo-image {
        width: 112px;
    }

    body.landing-arena .hero {
        padding-top: 96px;
    }

    body.landing-arena .hero-container {
        overflow: visible;
        padding-inline: 15px;
    }

    body.landing-arena .hero-title {
        font-size: clamp(2.45rem, 12vw, 4rem);
        overflow: visible;
    }

    body.landing-arena .hero-title-main,
    body.landing-arena .hero-title-accent {
        overflow: visible;
    }

    body.landing-arena .hero-badge {
        font-size: 0.72rem;
    }

    body.landing-arena .hero-proof span {
        flex: 0 1 auto;
        justify-content: flex-start;
    }

    body.landing-arena .hero-trial-note {
        align-items: flex-start;
    }

    body.landing-arena .hero-arena-showcase {
        aspect-ratio: 1.02 / 1;
    }

    body.landing-arena .arena-admin-screen {
        height: 67%;
        width: 96%;
    }

    body.landing-arena .arena-admin-body {
        grid-template-columns: 1fr;
    }

    body.landing-arena .arena-admin-sidebar {
        display: none;
    }

    body.landing-arena .arena-live-screen {
        bottom: 2%;
        height: 21.5%;
        left: 2%;
        width: 72%;
    }

    body.landing-arena .arena-player-screen {
        height: 63%;
        top: 30%;
        width: 29%;
    }

    body.landing-arena .feature-showcase-copy h3 {
        font-size: 2.45rem;
    }

    body.landing-arena .demo-reel-window {
        height: 290px;
    }

    body.landing-arena .demo-shot img {
        padding: 12px 10px 68px;
    }

    body.landing-arena .step-item {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 14px;
    }

    body.landing-arena .step-number {
        font-size: 1.35rem;
        height: 42px;
    }

    body.landing-arena .step-content {
        grid-template-columns: 1fr;
    }

    body.landing-arena .step-icon {
        display: none;
    }

    body.landing-arena .step-content h3,
    body.landing-arena .step-content p {
        grid-column: 1;
    }

    body.landing-arena .pricing-card {
        padding: 30px 20px 22px;
    }

    body.landing-arena .download-text h2 {
        font-size: 3.05rem;
    }

    body.landing-arena .device-screen {
        height: 270px;
    }

    body.landing-arena .contact-card {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px;
    }

    body.landing-arena .contact-icon {
        height: 42px;
        width: 42px;
    }

    body.landing-arena .footer-content {
        grid-template-columns: 1fr;
    }

    body.landing-arena .footer-section:first-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-arena *,
    body.landing-arena *::before,
    body.landing-arena *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    body.landing-arena .scroll-reveal {
        clip-path: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
