:root {
        --bg: #f6f7fb;
        --ink: #121826;
        --muted: #5f6878;
        --line: #e9ecf4;
        --accent: #11bcc6;
        --accent-dark: #2d6fdf;
        --accent-blob: #5ee0d8;
        --accent-blob-2: #7b95ff;
        --stage-height: clamp(690px, 100vh, 1180px);
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: "Helvetica Neue", Arial, sans-serif;
        color: var(--ink);
        position: relative;
        overflow-x: hidden;
        background: #e6fbf8;
      }

      .brand,
      .lang-btn,
      .btn,
      .download-link,
      .modal-btn,
      .paypal-btn,
      .stage-hero-title,
      .section h2,
      .downloads h2,
      .news-feed h2,
      .faq h2,
      .download-item h3,
      .subscribe-guide-copy h3,
      .final-cta h2,
      .modal h3 {
        font-family: "Poppins", "Avenir Next", sans-serif;
      }

      .container {
        width: min(1200px, 95vw);
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 0;
      }

      .brand {
        font-weight: 700;
        letter-spacing: 0.01em;
      }

      .lang-switch {
        display: flex;
        gap: 6px;
      }

      .lang-btn {
        border: 0;
        background: transparent;
        color: var(--muted);
        font-size: 0.78rem;
        font-weight: 700;
        padding: 2px 2px;
        cursor: pointer;
      }

      .lang-btn.active {
        color: var(--accent-dark);
        text-decoration: underline;
        text-underline-offset: 4px;
      }

      .btn {
        border-radius: 35px;
        padding: 13px 22px;
        font-weight: 600;
        font-size: 0.98rem;
        text-decoration: none;
        border: 1px solid transparent;
      }

      .btn-primary {
        color: #fff;
        background: var(--accent);
        border: 0;
      }

      .btn-primary,
      .download-link,
      .modal-btn.primary,
      .paypal-btn {
        position: relative;
        overflow: hidden;
        isolation: isolate;
      }

      .btn-primary::before,
      .download-link::before,
      .modal-btn.primary::before,
      .btn-primary::after,
      .download-link::after,
      .modal-btn.primary::after,
      .paypal-btn::before,
      .paypal-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 118%;
        width: 155%;
        height: 260%;
        transform: translate(-50%, 0) rotate(0deg);
        transform-origin: 50% 50%;
        transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
        z-index: -1;
        pointer-events: none;
      }

      .btn-primary::before,
      .modal-btn.primary::before,
      .paypal-btn::before {
        background: var(--accent-blob);
        border-radius: 64% 36% 59% 41% / 50% 57% 43% 50%;
      }

      .download-link::before {
        background: var(--btn-blob-a);
        border-radius: 64% 36% 59% 41% / 50% 57% 43% 50%;
      }

      .btn-primary::after,
      .modal-btn.primary::after,
      .paypal-btn::after {
        background: var(--accent-blob-2);
        border-radius: 43% 57% 37% 63% / 58% 38% 62% 42%;
        opacity: 0.9;
        transition-duration: 0.7s;
      }

      .download-link::after {
        background: var(--btn-blob-b);
        border-radius: 43% 57% 37% 63% / 58% 38% 62% 42%;
        opacity: 0.9;
        transition-duration: 0.7s;
      }

      @keyframes blobWaveA {
        0% {
          border-radius: 64% 36% 59% 41% / 50% 57% 43% 50%;
        }
        50% {
          border-radius: 45% 55% 38% 62% / 64% 42% 58% 36%;
        }
        100% {
          border-radius: 64% 36% 59% 41% / 50% 57% 43% 50%;
        }
      }

      @keyframes blobWaveB {
        0% {
          border-radius: 43% 57% 37% 63% / 58% 38% 62% 42%;
        }
        50% {
          border-radius: 57% 43% 62% 38% / 44% 61% 39% 56%;
        }
        100% {
          border-radius: 43% 57% 37% 63% / 58% 38% 62% 42%;
        }
      }

      .btn-primary:hover::before,
      .download-link:hover::before,
      .modal-btn.primary:hover::before,
      .paypal-btn:hover::before {
        transform: translate(-50%, -83%) rotate(-9deg);
        animation: blobWaveA 1s linear infinite;
      }

      .btn-primary:hover::after,
      .download-link:hover::after,
      .modal-btn.primary:hover::after,
      .paypal-btn:hover::after {
        transform: translate(-50%, -72%) rotate(11deg);
        animation: blobWaveB 1.2s linear infinite;
      }

      .btn-primary:hover,
      .modal-btn.primary:hover,
      .paypal-btn:hover {
        background: var(--accent-dark);
        border: 0;
      }

      .download-link:hover {
        background: var(--btn-accent-dark);
        border: 0;
      }

      .btn-ghost {
        color: var(--accent-dark);
        background: transparent;
        text-decoration: underline;
        text-underline-offset: 4px;
      }

      .header-rail {
        margin: 4px 0 8px;
        height: calc(var(--stage-height) + 12vh);
        position: relative;
      }

      .stage-sticky {
        position: sticky;
        top: 0;
        height: min(100vh, calc(var(--stage-height) + 0vh));
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .hero-stage {
        position: relative;
        height: var(--stage-height);
        width: calc(100vw - 14px);
        margin-left: calc(50% - 50vw + 7px);
        margin-right: calc(50% - 50vw + 7px);
        margin-top: 7px;
        margin-bottom: 2px;
        overflow: hidden;
        background: #010524;
        color: #fff;
        border-radius: 8px;
      }

      .stage-topbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 14;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 24px 0;
      }

      .stage-topbar .brand {
        color: #eef3ff;
      }

      .stage-topbar .lang-btn {
        color: rgba(232, 239, 255, 0.78);
      }

      .stage-topbar .lang-btn.active {
        color: var(--accent);
      }

      .stage-dots {
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(130, 170, 255, 0.08) 1px, transparent 1px),
          linear-gradient(90deg, rgba(130, 170, 255, 0.08) 1px, transparent 1px),
          linear-gradient(rgba(130, 170, 255, 0.14) 1px, transparent 1px),
          linear-gradient(90deg, rgba(130, 170, 255, 0.14) 1px, transparent 1px);
        background-size: 22px 22px, 22px 22px, 88px 88px, 88px 88px;
        opacity: 0.34;
        pointer-events: none;
        will-change: transform;
        z-index: 1;
      }

      .stage-copy {
        position: absolute;
        z-index: 5;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: min(900px, 94%);
        margin: 0 auto;
        padding: 0 16px;
      }

      .stage-subline {
        margin: 0;
        color: var(--accent);
        font-size: 1.1rem;
        font-weight: 500;
      }

      .stage-hero-title {
        margin: 10px auto 0;
        text-align: center;
        max-width: 760px;
        font-size: clamp(3rem, 7.6vw, 6.4rem);
        line-height: 0.95;
        letter-spacing: -0.02em;
        font-weight: 700;
      }

      .stage-hero-title span {
        display: block;
        white-space: nowrap;
      }

      .stage-hero-title .serif {
        font-family: "DM Serif Display", "Times New Roman", serif;
        font-style: italic;
        font-weight: 400;
        letter-spacing: -0.01em;
        font-size: 1.12em;
      }

      .mix-serif {
        font-family: "DM Serif Display", "Times New Roman", serif;
        font-style: italic;
        font-weight: 400;
        letter-spacing: -0.01em;
        font-size: 1.12em;
      }

      .stage-hero-title span:not(.serif) {
        font-size: 0.97em;
      }

      .stage-subtitle {
        position: relative;
        z-index: 4;
        margin: 12px auto 0;
        text-align: center;
        color: #d5d7de;
        max-width: 700px;
        font-size: 1.1rem;
        line-height: 1.54;
        white-space: pre-line;
      }

      .fly {
        position: absolute;
        z-index: 3;
        padding: 11px 13px;
        color: #111;
        font-weight: 700;
        font-size: 0.97rem;
        line-height: 1.2;
        white-space: normal;
        min-width: 209px;
        will-change: transform;
        border-radius: 14px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
        cursor: grab;
        touch-action: none;
      }

      .fly.is-dragging {
        cursor: grabbing;
      }

      .fly-date {
        display: inline-flex;
        align-items: center;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        padding: 3px 7px;
        background: rgba(18, 24, 38, 0.12);
        border-radius: 999px;
      }

      .fly-close {
        position: absolute;
        right: 8px;
        top: 7px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        font-size: 0.72rem;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.65);
        background: rgba(255, 255, 255, 0.42);
      }

      .fly-name {
        display: block;
        margin-top: 7px;
        font-size: 1.01rem;
        line-height: 1.3;
        padding-right: 22px;
      }

      .stage-cta {
        position: absolute;
        left: 50%;
        bottom: 12%;
        transform: translateX(-50%);
        z-index: 12;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .stage-cta .btn-primary {
        background: var(--accent);
      }

      .stage-cta .btn-ghost {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.42);
        text-decoration: none;
      }

      .stage-cta .btn-ghost:hover {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.08);
      }

      .btn:hover,
      .download-link:hover,
      .modal-btn:hover,
      .paypal-btn:hover {
        outline: none;
        box-shadow: none;
      }

      .fly.a {
        background: #8ae9e3;
        top: 38%;
        left: 84%;
      }

      .fly.b {
        background: #79df8a;
        top: 72%;
        left: 6%;
      }

      .fly.c {
        background: #ceb8ff;
        top: 36%;
        left: 4%;
      }

      .fly.d {
        background: #8ae9e3;
        top: 80%;
        left: 74%;
      }

      .fly.e {
        background: #79df8a;
        top: 24%;
        left: 18%;
      }

      .fly.f {
        background: #ceb8ff;
        top: 38%;
        right: -90px;
      }

      .fly.g {
        background: #8ae9e3;
        top: 56%;
        left: -92px;
      }

      .fly.h {
        background: #79df8a;
        top: 62%;
        left: 56%;
      }

      .fly.i {
        background: #ceb8ff;
        top: 82%;
        left: 18%;
      }

      .fly-gif {
        position: absolute;
        z-index: 4;
        width: 143px;
        height: 143px;
        overflow: hidden;
        will-change: transform;
      }

      .fly-gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
      }

      .fly-gif.g1 img {
        object-position: 74% center;
      }

      .fly-gif.g1 {
        top: 58%;
        left: 70%;
      }

      .fly-gif.g2 {
        top: 12%;
        left: 64%;
      }

      .fly-gif.g3 {
        top: 62%;
        left: 6px;
        transform: rotate(-8deg);
      }
      .section {
        margin: 18px 0 44px;
      }

      .section h2 {
        text-align: center;
        margin: 0;
        font-size: clamp(1.45rem, 3vw, 2.3rem);
        letter-spacing: -0.02em;
      }

      .section p {
        text-align: center;
        color: var(--muted);
        max-width: 760px;
        margin: 14px auto 0;
        line-height: 1.7;
      }

      .final-cta {
        text-align: center;
        padding: 0 20px 24px;
        margin-bottom: 0;
        margin-top: -6px;
        position: relative;
      }

      .faq {
        margin: 30px auto 34px;
        max-width: 980px;
      }

      .faq h2 {
        text-align: center;
        margin: 0;
        font-size: clamp(1.5rem, 3.2vw, 2.45rem);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.02em;
      }

      .faq-list {
        margin-top: 18px;
        display: grid;
        gap: 7px;
      }

      .faq-item {
        background: #d8eeeb;
        border: 0;
        border-radius: 16px;
        overflow: hidden;
      }

      .faq-item summary {
        list-style: none;
        cursor: pointer;
        padding: 0.9rem 1.1rem;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-weight: 700;
        font-size: 0.96rem;
        color: #1a2332;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .faq-item summary::-webkit-details-marker {
        display: none;
      }

      .faq-item summary::after {
        content: "▾";
        font-size: 1.7rem;
        line-height: 1;
        color: #2e3440;
      }

      .faq-item[open] summary::after {
        transform: rotate(180deg);
      }

      .faq-answer {
        padding: 0 1.1rem 1rem;
      }

      .faq-answer p,
      .faq-answer li {
        margin: 0;
        color: #5f6878;
        line-height: 1.34;
        font-size: 0.95rem;
      }

      .faq-answer p + p {
        margin-top: 8px;
      }

      .faq-answer ul {
        margin: 8px 0 0 18px;
        padding: 0;
      }

      .final-cta::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        background: #e6fbf8;
        z-index: -1;
      }

      .final-cta h2 {
        margin: 0;
        font-size: clamp(1.65rem, 3.6vw, 2.75rem);
        letter-spacing: -0.02em;
      }

      .final-cta p {
        margin: 10px auto 0;
        max-width: 620px;
        color: var(--muted);
        font-size: 1rem;
        line-height: 1.56;
        white-space: pre-line;
      }

      .downloads {
        margin: 0 0 54px;
        padding: 6px 0 8px;
        position: relative;
        z-index: 1;
      }

      .downloads::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        background: #e6fbf8;
        z-index: -1;
      }

      .downloads h2 {
        text-align: center;
        margin: 10px 0 0;
        font-size: clamp(1.5rem, 3.2vw, 2.45rem);
        font-weight: 700;
        letter-spacing: -0.02em;
      }

      .downloads h2 span:not(.mix-serif),
      .news-feed h2 span:not(.mix-serif),
      .faq h2 span:not(.mix-serif),
      .final-cta h2 span:not(.mix-serif) {
        font-size: 0.93em;
      }

      .downloads .intro {
        text-align: center;
        color: var(--muted);
        max-width: 740px;
        margin: 14px auto 0;
        line-height: 1.56;
        font-size: 1rem;
      }

      .downloads .intro-mobile {
        display: none;
      }

      .subscribe-guide {
        margin: -6px auto 42px;
        max-width: 920px;
        padding: 18px 20px;
        background: transparent;
        border: 0;
        border-radius: 0;
        display: block;
      }

      .subscribe-guide-copy {
        text-align: center;
      }

      .subscribe-guide-media img {
        width: 82px;
        height: 82px;
        display: block;
      }

      .subscribe-guide-copy h3 {
        margin: 0;
        font-size: 1.18rem;
        line-height: 1.18;
        letter-spacing: -0.01em;
        font-weight: 600;
      }

      .subscribe-guide-copy h3 > span:last-child {
        display: inline;
      }

      .subscribe-guide-copy p {
        margin: 7px 0 0;
        color: var(--muted);
        line-height: 1.52;
        font-size: 0.9rem;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        opacity: 0.88;
      }

      .news-feed {
        margin: 60px auto 22px;
        max-width: 1120px;
      }

      .news-feed h2 {
        font-family: "Poppins", "Avenir Next", sans-serif;
        text-align: center;
        margin: 0;
        font-size: clamp(1.5rem, 3.2vw, 2.45rem);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.02em;
      }

      .news-sub {
        text-align: center;
        color: var(--muted);
        max-width: 760px;
        margin: 10px auto 0;
        line-height: 1.45;
      }

      .radar-list {
        margin: 18px auto 0;
        max-width: 980px;
        width: 100%;
        padding: 0 12px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .radar-item {
        margin: 0;
        padding: 12px 14px;
        background: #d8eeeb;
        border-radius: 16px;
        color: #151f31;
        font-size: 1rem;
        line-height: 1.35;
        text-align: center;
      }

      .radar-item + .radar-item {
        margin-top: 0;
      }

      .news-link {
        color: #7d5cd6;
        text-decoration: none;
        display: inline;
      }

      .news-link:visited,
      .news-link:hover,
      .news-link:active {
        color: #7d5cd6;
        text-decoration: none;
      }

      .news-category {
        display: block;
        margin-bottom: 2px;
        color: #0b757d;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .news-title {
        display: inline;
        font-weight: 700;
      }

      .news-meta {
        display: block;
        margin: 4px 0 0;
        color: #4f5c73;
        font-size: 0.78rem;
        font-weight: 600;
      }

      .news-empty {
        list-style: none;
        text-align: center;
        color: #5f6878;
        margin: 0;
        font-size: 0.92rem;
        background: #d8eeeb;
        border-radius: 16px;
        padding: 12px 14px;
      }

      .download-grid {
        margin-top: 28px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
      }

      @media (max-width: 1200px) {
        .download-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      .download-item {
        background: #010524;
        padding: 26px 24px 22px;
        display: flex;
        flex-direction: column;
        min-height: 250px;
        border-radius: 18px;
        box-shadow: none;
      }

      .download-item.reveal {
        transform: translateX(-20px);
      }

      .download-item.reveal.is-visible {
        transform: translateX(0);
      }

      .download-grid .download-item.reveal:nth-child(1) {
        transition-delay: 0ms;
      }

      .download-grid .download-item.reveal:nth-child(2) {
        transition-delay: 120ms;
      }

      .download-grid .download-item.reveal:nth-child(3) {
        transition-delay: 240ms;
      }

      .download-grid .download-item.reveal:nth-child(4) {
        transition-delay: 360ms;
      }

      .download-item h3 {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.18;
        letter-spacing: -0.01em;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #f3f7ff;
      }

      .card-icon {
        width: 22px;
        height: 22px;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        color: #f3f7ff;
        flex: 0 0 auto;
        background: transparent;
      }

      .card-icon svg {
        width: 20px;
        height: 20px;
        stroke: #f3f7ff;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .subscribe-guide .card-icon {
        width: 22px;
        height: 22px;
        border-radius: 0;
        border: 0;
      }

      .subscribe-guide .card-icon svg {
        width: 20px;
        height: 20px;
        stroke: #111;
        stroke-width: 2.3;
      }

      .download-item p {
        margin: 12px 0 0;
        color: #d4dcee;
        line-height: 1.54;
        font-size: 1rem;
      }

      .download-copy-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .download-copy-text.is-expanded {
        display: block;
        overflow: visible;
      }

      .copy-toggle {
        margin-top: 8px;
        align-self: flex-start;
        border: 0;
        background: transparent;
        color: #d4dcee;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0;
      }

      .copy-toggle:hover {
        color: #ffffff;
      }

      .download-actions {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        margin-top: auto;
        padding-top: 14px;
      }

      .download-link {
        --btn-accent: var(--accent);
        --btn-accent-dark: var(--accent-dark);
        --btn-blob-a: var(--accent-blob);
        --btn-blob-b: var(--accent-blob-2);
        color: #010524;
        background: var(--btn-accent);
        padding: 0 18px;
        border-radius: 35px;
        text-decoration: none;
        font-size: 0.93rem;
        font-weight: 700;
        height: 46px;
        min-width: 144px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }

      .download-grid .download-item:nth-child(1) .download-link {
        --btn-accent: #11bcc6;
        --btn-accent-dark: #0d8e98;
        --btn-blob-a: #5ee0d8;
        --btn-blob-b: #7b95ff;
        background: #11bcc6;
      }

      .download-grid .download-item:nth-child(2) .download-link {
        --btn-accent: #11bcc6;
        --btn-accent-dark: #0d8e98;
        --btn-blob-a: #5ee0d8;
        --btn-blob-b: #7b95ff;
        background: #11bcc6;
      }

      .download-grid .download-item:nth-child(3) .download-link {
        --btn-accent: #11bcc6;
        --btn-accent-dark: #0d8e98;
        --btn-blob-a: #5ee0d8;
        --btn-blob-b: #7b95ff;
        background: #11bcc6;
      }

      .download-grid .download-item:nth-child(4) .download-link {
        --btn-accent: #11bcc6;
        --btn-accent-dark: #0d8e98;
        --btn-blob-a: #5ee0d8;
        --btn-blob-b: #7b95ff;
        background: #11bcc6;
      }

      .modal-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(1, 5, 36, 0.76);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 50;
        padding: 24px;
        backdrop-filter: blur(4px);
      }

      .modal-backdrop.is-open {
        display: flex;
      }

      .modal {
        width: min(540px, 100%);
        background: rgba(10, 24, 58, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 20px;
        box-shadow: 0 26px 56px rgba(0, 0, 0, 0.5);
        padding: 30px 28px 26px;
        position: relative;
      }

      .modal h3 {
        margin: 0;
        font-size: clamp(1.28rem, 2.4vw, 1.55rem);
        line-height: 1.2;
        letter-spacing: -0.02em;
        color: #ffffff;
      }

      .modal p {
        margin: 12px 0 0;
        color: rgba(255,255,255,0.62);
        line-height: 1.5;
        font-size: 1rem;
      }

      .modal-tip {
        margin-top: 16px;
        padding: 14px;
        border-radius: 12px;
        background: rgba(255,255,255,0.06);
      }

      .modal-tip label {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        color: rgba(255,255,255,0.62);
        font-size: 0.98rem;
      }

      .modal-url {
        margin-top: 14px;
      }

      .modal-url label {
        display: block;
        margin-bottom: 8px;
        color: rgba(255,255,255,0.62);
        font-size: 0.95rem;
      }

      .modal-url-row {
        display: flex;
        gap: 8px;
      }

      #subscribeUrl {
        flex: 1;
        min-width: 0;
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 0.96rem;
        color: #ffffff;
        background: rgba(255,255,255,0.06);
      }

      .modal-note {
        margin: 8px 0 0;
        color: rgba(255,255,255,0.56);
        font-size: 0.64rem !important;
        line-height: 1.35;
      }

      .modal-actions {
        margin-top: 18px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
      }

      .modal-btn {
        border: 1px solid transparent;
        border-radius: 35px;
        padding: 0 18px;
        font-weight: 700;
        font-size: 0.93rem;
        height: 46px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
      }

      .modal-btn.primary {
        background: #11bcc6;
        color: #010524;
      }

      .modal-btn.primary:hover {
        background: #36d4dc;
        color: #010524;
      }

      .modal-btn.secondary,
      .modal-btn-ghost {
        background: transparent;
        color: rgba(255,255,255,0.78);
        border-color: rgba(255,255,255,0.28);
      }

      .modal-btn-ghost:hover {
        color: #ffffff;
        border-color: rgba(255,255,255,0.46);
        background: rgba(255,255,255,0.06);
      }

      #modalConfirmBtn {
        background: #11bcc6;
        border-color: #11bcc6;
        color: #010524;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        padding: 0 18px;
      }

      #modalConfirmBtn:hover {
        background: #36d4dc;
        border-color: #36d4dc;
        color: #010524;
      }

      .modal-btn-ghost {
        text-decoration: none !important;
      }

      .modal-btn-primary {
        background: var(--accent);
        color: #fff;
        border-color: transparent;
      }

      .donation-row {
        margin-top: 16px;
        display: flex;
        justify-content: center;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
      }

      .paypal-btn {
        border: 0;
        border-radius: 35px;
        color: #fff;
        background: var(--accent);
        padding: 12px 18px;
        font-weight: 700;
        text-decoration: none;
        font-size: 0.95rem;
      }

      .paypal-btn:hover {
        background: var(--accent);
        color: #fff;
      }

      .reveal {
        opacity: 0;
        transform: translateY(14px) scale(0.995);
        filter: blur(2px);
        transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
      }

      .reveal.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
      }

      #downloads.reveal { transition-delay: 40ms; }
      #pro.reveal { transition-delay: 80ms; }
      #faq.reveal { transition-delay: 120ms; }
      #weekly-radar.reveal { transition-delay: 160ms; }

      .site-footer {
        padding: 16px 0 28px;
        text-align: center;
        color: #5b6472;
        font-size: 0.88rem;
        background: #e6fbf8;
      }

      .footer-box {
        width: 100%;
        margin: 0 auto;
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 8px 16px;
      }

      .footer-meta {
        margin-top: 6px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 0.8rem;
        color: #6c7482;
      }

      .footer-meta a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid rgba(108, 116, 130, 0.35);
      }

      .footer-meta a:hover {
        border-bottom-color: rgba(108, 116, 130, 0.75);
      }

      .legal-page {
        background: #010524;
      }

      .legal-topbar {
        max-width: 1200px;
        margin: 0 auto;
        padding: 32px 48px 0;
      }

      .legal-topbar .brand {
        color: #ffffff;
        text-decoration: none;
        font-size: 0.98rem;
        font-weight: 800;
        display: inline-block;
      }

      .legal-content {
        max-width: 860px;
        margin: 0 auto;
        padding: 16px 0 56px;
      }

      .legal-title {
        margin: 0;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: clamp(1.65rem, 3.6vw, 2.75rem);
        letter-spacing: -0.02em;
        color: #ffffff;
        line-height: 1.08;
      }

      .legal-section {
        margin-top: 20px;
      }

      .legal-section h2 {
        margin: 0 0 8px;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: 1.05rem;
        letter-spacing: -0.01em;
        font-weight: 700;
        color: #e8edf5;
      }

      .legal-section p,
      .legal-section li {
        color: rgba(255,255,255,0.62);
        line-height: 1.45;
      }

      .legal-section p {
        margin: 0;
      }

      .legal-section p + p {
        margin-top: 10px;
      }

      .legal-section ul {
        margin: 8px 0 0 18px;
        padding: 0;
      }

      .legal-back {
        margin-top: 22px;
      }

      .legal-back a {
        color: #11bcc6;
        text-decoration: none;
      }

      .legal-back a:hover {
        color: #36d4dc;
        text-decoration: none;
      }

      .legal-content a {
        color: #11bcc6;
        text-decoration: none;
      }

      .legal-content a:hover {
        color: #36d4dc;
        text-decoration: none;
      }

      .cookie-banner {
        position: fixed;
        right: 14px;
        bottom: 14px;
        z-index: 120;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
        padding: 10px;
        width: min(360px, calc(100vw - 16px));
        display: none;
      }

      .cookie-banner.is-open {
        display: block;
      }

      .cookie-banner p {
        margin: 0;
        color: #4d586a;
        line-height: 1.3;
        font-size: 0.8rem;
      }

      .cookie-actions {
        margin-top: 8px;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
      }

      .cookie-btn {
        border-radius: 24px;
        border: 1px solid #d9e2e8;
        padding: 6px 10px;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: 0.74rem;
        font-weight: 600;
        cursor: pointer;
      }

      .cookie-btn.primary {
        background: #11bcc6;
        border-color: #11bcc6;
        color: #fff;
      }

      .cookie-btn.secondary {
        background: #fff;
        color: #4d586a;
      }

      @media (max-width: 900px) {
        .header-rail {
          height: auto;
          margin: 0;
        }

        .stage-sticky {
          position: static;
          height: auto;
        }

        .hero-stage {
          height: auto;
          min-height: 0;
          width: 100vw;
          margin-left: calc(50% - 50vw);
          margin-right: calc(50% - 50vw);
          margin-top: 0;
          margin-bottom: 0;
          padding: 28px 16px 24px;
          display: flex;
          flex-direction: column;
          align-items: center;
          border-radius: 0;
        }

        .stage-topbar {
          padding: 14px 14px 0;
        }

        .stage-topbar .brand {
          font-size: 0.96rem;
        }

        .news-feed {
          margin-top: 24px;
        }

        .downloads {
          margin: 12px 0 36px;
          padding-top: 0;
        }

        .stage-copy {
          position: relative;
          inset: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          text-align: center;
          width: 100%;
          margin: 0 auto;
          padding: 26px 14px 0;
        }

        .stage-hero-title {
          font-size: clamp(2.8rem, 9.6vw, 4.5rem);
          line-height: 0.94;
          text-align: center;
        }

        .stage-subtitle {
          font-size: 0.96rem;
          line-height: 1.6;
          max-width: 84%;
        }

        .fly {
          display: none;
        }

        .fly-gif {
          display: none !important;
        }

        .fly-gif.g1 {
          width: 108px;
          height: 108px;
          left: 73%;
          top: 76%;
          transform: rotate(9deg) !important;
        }

        .fly-gif.g2 {
          width: 96px;
          height: 96px;
          left: 7%;
          top: 16%;
          transform: rotate(-11deg) !important;
        }

        .fly-gif.g3 {
          display: none;
        }

        .fly-gif.g1 img {
          object-position: 82% center;
        }

        .fly-gif.g2 img {
          object-position: 58% center;
        }

        .stage-cta {
          position: static;
          left: auto;
          bottom: auto;
          transform: none;
          margin-top: 18px;
        }

        .download-grid {
          grid-template-columns: 1fr;
        }

        .radar-list {
          max-width: 100%;
        }

        .download-item {
          min-height: auto;
        }

        .copy-toggle {
          display: none !important;
        }

        .download-copy-text {
          display: block !important;
          -webkit-line-clamp: unset;
          -webkit-box-orient: initial;
          overflow: visible;
        }

        .download-actions {
          margin-top: 12px;
        }

        .legal-topbar {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px 20px 0;
        }

        .legal-content {
          width: min(1080px, 94vw);
          padding-top: 14px;
        }

        .cookie-banner {
          left: 8px;
          right: 8px;
          bottom: 8px;
          width: auto;
          padding: 9px;
        }
      }

      @media (max-width: 680px) {
        .container {
          width: min(1080px, 94vw);
        }

        .hero-stage {
          width: 100vw;
          margin-left: calc(50% - 50vw);
          margin-right: calc(50% - 50vw);
          margin-top: 0;
          margin-bottom: 0;
          padding: 24px 12px 20px;
        }

        .stage-copy {
          padding: 20px 10px 0;
        }

        .stage-hero-title {
          font-size: clamp(2rem, 10vw, 2.9rem);
          max-width: 92%;
        }

        .stage-hero-title span {
          white-space: normal;
        }

        .stage-subtitle {
          font-size: 0.96rem;
          line-height: 1.6;
          max-width: 92%;
        }

        .downloads .intro-desktop {
          display: none;
        }

        .downloads .intro-mobile {
          display: block;
          font-size: 0.98rem;
          line-height: 1.45;
          max-width: 94%;
        }

        .fly {
          display: none;
        }

        .fly-gif.g1 {
          width: 88px;
          height: 88px;
          top: 79%;
          left: 70%;
          transform: rotate(10deg) !important;
        }

        .fly-gif.g2 {
          width: 78px;
          height: 78px;
          left: 6%;
          top: 14%;
          transform: rotate(-12deg) !important;
        }

        .stage-cta {
          margin-top: 16px;
          gap: 8px;
        }

        .btn {
          padding: 10px 14px;
          font-size: 0.86rem;
        }

        .subscribe-guide {
          text-align: left;
          padding: 14px;
        }

      }

      @media (max-width: 520px) {
        .hero-stage {
          padding: 20px 10px 18px;
        }

        .stage-copy {
          padding-top: 18px;
        }

        .stage-subtitle {
          max-width: 95%;
          font-size: 0.96rem;
        }

        .fly {
          display: none;
        }

        .fly-gif.g1 {
          width: 82px;
          height: 82px;
          left: 68%;
          top: 80%;
          transform: rotate(12deg) !important;
        }

        .fly-gif.g2 {
          width: 70px;
          height: 70px;
          left: 5%;
          top: 13%;
          transform: rotate(-13deg) !important;
        }

        .fly-gif.g1 img {
          object-position: 82% center;
        }
      }

      /* ── Email signup section ─────────────────────────────────────────────── */
      .email-signup {
        margin: 0 auto 48px;
        max-width: 600px;
        padding: 0 20px;
        text-align: center;
      }

      .email-signup-inner {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 36px 32px 28px;
      }

      .email-signup-eyebrow {
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--accent);
        margin: 0 0 10px;
      }

      .email-signup-heading {
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: clamp(1.05rem, 2.5vw, 1.3rem);
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0 0 6px;
        color: var(--ink);
      }

      .email-signup-sub {
        font-size: 0.82rem;
        color: var(--muted);
        margin: 0 0 22px;
      }

      .email-signup-form {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
      }

      .email-signup-row {
        display: flex;
        width: 100%;
        max-width: 420px;
        border: 1px solid var(--line);
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        transition: border-color 0.15s;
      }

      .email-signup-row:focus-within {
        border-color: var(--accent);
      }

      .email-signup-row input[type="email"] {
        flex: 1;
        border: none;
        outline: none;
        padding: 11px 14px;
        font-size: 0.85rem;
        background: transparent;
        color: var(--ink);
        min-width: 0;
      }

      .email-signup-row input[type="email"]::placeholder {
        color: #aab0be;
      }

      .email-signup-btn {
        border: none;
        background: var(--accent);
        color: #fff;
        font-family: "Poppins", "Avenir Next", sans-serif;
        font-size: 0.82rem;
        font-weight: 600;
        padding: 11px 20px;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.15s;
        flex-shrink: 0;
      }

      .email-signup-btn:hover {
        background: var(--accent-dark);
      }

      .email-signup-legal {
        font-size: 0.7rem;
        color: var(--muted);
        margin: 10px 0 0;
        line-height: 1.5;
      }

      .email-signup-legal a {
        color: var(--muted);
        text-decoration: underline;
        text-underline-offset: 2px;
      }

      .email-signup-success {
        font-size: 0.88rem;
        color: var(--accent);
        font-weight: 600;
        margin: 16px 0 0;
      }

      @media (max-width: 480px) {
        .email-signup-inner {
          padding: 28px 20px 20px;
        }
        .email-signup-row {
          flex-direction: column;
          border-radius: 8px;
          overflow: visible;
          border: none;
          gap: 8px;
        }
        .email-signup-row input[type="email"] {
          border: 1px solid var(--line);
          border-radius: 8px;
          padding: 12px 14px;
          width: 100%;
        }
        .email-signup-btn {
          border-radius: 8px;
          padding: 12px 20px;
          width: 100%;
          text-align: center;
        }
      }

/* ═══════════════════════════════════════════════════════════════════════
   RADAR DIALS SECTION
═══════════════════════════════════════════════════════════════════════ */
.radar-dials-section {
  background: #010524;
  padding: 0 0 28px !important;
  margin: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .radar-dials-section { padding-bottom: 32px; }
}

.radar-dials-header {
  max-width: 1100px;
  margin: 0 auto 52px;
  padding: 0 40px;
}

.radar-dials-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #11bcc6;
  margin: 0 0 8px;
}

.radar-dials-headline-a {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}

.radar-dials-headline-b {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 300;
  color: #8398bc;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 14px;
}

.radar-dials-sub {
  font-size: 13px;
  color: #90a6cb;
  font-weight: 400;
  margin: 0;
}

.radar-dials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.radar-dials-loading {
  color: #8fa6cb;
  font-size: 13px;
  padding: 40px;
  grid-column: 1/-1;
  text-align: center;
}

/* ── Individual dial card ── */
.dial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 32px;
  /* no column dividers — open prototype look */
}
.dial-card:last-child { border-right: none; }

.dial-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 2px;
  align-self: flex-start;
}

.dial-title {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  align-self: flex-start;
}

.dial-svg-wrap { position: relative; }

/* ── Event list below dial ── */
.dial-event-list {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dial-event-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 6px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
}
.dial-event-row:hover { background: rgba(255,255,255,0.08); }

.dial-event-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dial-event-name {
  font-size: 11px;
  font-weight: 400;
  color: #b1c2dd;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dial-event-date {
  font-size: 10px;
  color: #5f7398;
  font-weight: 400;
  white-space: nowrap;
}

/* ── Global radar tooltip ── */
.radar-tip {
  position: fixed;
  z-index: 9999;
  background: #0a1628;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px 18px;
  width: 268px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
  pointer-events: none;
  transition: opacity 0.12s;
}
.radar-tip.hidden { opacity: 0; pointer-events: none; }

/* ── Legacy per-card tooltip (kept for compatibility) ── */
.radar-dial-tooltip {
  position: fixed;
  z-index: 9999;
  background: #0a1628;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px 18px;
  width: 268px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
  pointer-events: none;
  transition: opacity 0.1s;
}
.radar-dial-tooltip.hidden { opacity: 0; }

.rdt-eyebrow {
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 5px;
}
.rdt-title {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px; font-weight: 800;
  color: #f0f4ff; letter-spacing: -0.01em; margin-bottom: 3px;
}
.rdt-date { font-size: 10.5px; color: #5f7398; font-weight: 600; margin-bottom: 10px; }
.rdt-why { font-size: 11.5px; color: #9eb2d2; line-height: 1.68; margin-bottom: 12px; }
.rdt-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.rdt-chip {
  font-size: 9.5px; font-weight: 600;
  padding: 2px 8px; border-radius: 4px;
  border: 1px solid; background: transparent;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .radar-dials-grid { grid-template-columns: repeat(2, 1fr); }
  .dial-card { padding-bottom: 28px; margin-bottom: 4px; }
}
@media (max-width: 520px) {
  .radar-dials-grid { grid-template-columns: 1fr; }
  .radar-section-copy { padding: 32px 20px 0; }
  .radar-topnav { padding: 20px 20px 0; }
}

/* ── Radar top nav — prototype style ── */
.radar-topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 48px 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo — white bold left */
.logo {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
}

.logo:hover {
  color: #ffffff;
  text-decoration: none;
}

/* KW badge — teal pill top right */
.kw-badge {
  background: rgba(17,188,198,0.13);
  color: #11bcc6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(17,188,198,0.3);
}

.radar-topnav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* EN / DE — thin light font, no button styling */
.radar-dials-section .lang-btn {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.52);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: color 0.15s;
}
.radar-dials-section .lang-btn.active { color: rgba(255,255,255,0.9); }
.radar-dials-section .lang-btn:hover  { color: rgba(255,255,255,0.78); }

/* Section copy — prototype headline style */
.radar-section-copy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 48px 0;
  text-align: center;
}

.section-eyebrow {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #11bcc6;
  margin: 0 0 6px;
}

.section-headline-a {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(32px, 4.6vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
  margin: 0;
  text-align: center;
}

.section-headline-b {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(32px, 4.6vw, 44px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #8398bc;
  margin: 0 0 48px;
  text-align: center;
}

/* Radar intro copy — was header, now h1 */
.radar-dials-headline-a,
.radar-dials-headline-b { margin: 0; }

/* CTA row inside radar intro */
.radar-dials-cta {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* Override btn colors for dark bg */
.radar-dials-section .btn-primary {
  background: #11bcc6;
  color: #010524;
  border-color: #11bcc6;
}
.radar-dials-section .btn-ghost {
  color: #8896aa;
  border-color: rgba(255,255,255,0.15);
  background: transparent;
}
.radar-dials-section .btn-ghost:hover { border-color: rgba(255,255,255,0.35); color: #fff; }

/* ── Mini context tiles ── */
.mini-tiles-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 32px auto 0;
  padding: 0 36px;
}

.mini-tile {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 18px 22px;
  cursor: default;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
  display: block;
}
.mini-tile:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
}

/* CTA / Pro tile — teal variant */
.mini-tile-cta {
  background: rgba(17,188,198,0.06) !important;
  border-color: rgba(17,188,198,0.28) !important;
  cursor: pointer;
}
.mini-tile-cta:hover {
  background: rgba(17,188,198,0.11) !important;
  border-color: rgba(17,188,198,0.5) !important;
  box-shadow: 0 0 20px rgba(17,188,198,0.08);
}
.mini-tile-cta .mt-label { color: rgba(17,188,198,0.7); }

/* Pro variant — label row with lock icon */
.mt-pro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.mt-pro-top .mt-label { margin-bottom: 0; }
.mt-pro-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(17,188,198,0.12);
  border: 1px solid rgba(17,188,198,0.3);
  border-radius: 6px;
  color: #11bcc6;
  flex-shrink: 0;
}
.mt-pro-value {
  font-size: 14px !important;
  line-height: 1.25 !important;
  color: #11bcc6 !important;
}
.mt-pro-sub {
  color: rgba(17,188,198,0.52) !important;
  font-size: 10px !important;
  margin-top: 5px !important;
}

.mt-label {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0 0 6px;
}

.mt-value {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.mt-sub {
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  color: rgba(255,255,255,0.52);
  margin: 4px 0 0;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .mini-tiles-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .mini-tiles-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
@media (max-width: 520px) {
  .mini-tiles-row { grid-template-columns: 1fr; padding: 0 20px; }
}

@media (max-width: 600px) {
  .radar-topnav { padding: 20px 20px 0; }
  .radar-nav-cta { display: none; }
  .radar-dials-cta { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════════════════
   DARK THEME — main content sections match radar's #010524 background
═══════════════════════════════════════════════════════════════════════ */

/* Body background: dark throughout */
body { background: #010524 !important; }

/* Kill the mint ::before bands on downloads + final-cta */
.downloads::before,
.final-cta::before { background: #010524 !important; }

/* Kill any remaining mint backgrounds */
.downloads,
.final-cta,
.site-footer { background: #010524 !important; }

/* Section spacing */
main.container { padding-top: 0 !important; padding-bottom: 36px; }

/* Section headings — white / prototype mix */
main.container h2,
main.container .mix-serif { color: #fff; margin: 0 0 4px; text-align: center; line-height: 1.08; }

main.container h2 { text-align: center; line-height: 1.08; }

/* Legal pages: keep heading contrast aligned with body system */
.legal-content h2 {
  color: #e8edf5;
}
main.container .mix-serif span:first-child {
  display: block;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.62);
  line-height: 1.08;
}
main.container .mix-serif span:last-child {
  display: block;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.08;
}

.final-cta .mix-serif span {
  line-height: 1;
}

.final-cta .mix-serif span:first-child {
  margin-bottom: -2px;
}

/* Section intro text */
.downloads-intro,
.faq-a p,
.final-cta > p,
.email-signup p {
  color: rgba(255,255,255,0.62);
  line-height: 1.45;
}

.downloads-intro { text-align: center; }

/* Downloads section */
.downloads { margin-bottom: 46px; }

.download-item { align-items: center; }
.download-item h3,
.download-item p { text-align: center; }
.download-item .download-link { margin-top: auto; }

/* Download cards — dark card on dark bg */
.download-item {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}
.download-item h3 { color: #e8edf5 !important; }
.download-item p  { color: rgba(255,255,255,0.62) !important; }

/* FAQ */
.faq { margin-bottom: 72px; }
.faq-item {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}
.faq-item summary,
.faq-q { color: #e8edf5 !important; }
.faq-item summary::after {
  transition: transform 0.22s ease, color 0.22s ease;
}

.faq-a {
  padding: 0 1.1rem 0;
  overflow: hidden;
}

.faq-item[open] .faq-a {
  padding-bottom: 0.9rem;
}

.faq-item.faq-opening .faq-a {
  animation: faqReveal 320ms ease;
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item summary::after { color: rgba(255,255,255,0.62) !important; }
.faq-a p { color: rgba(255,255,255,0.62) !important; line-height: 1.45; margin: 0 0 8px; }

/* Final CTA — clip button blob, no bleeding */
.final-cta { margin-bottom: 44px; overflow: hidden; padding-bottom: 36px; }
.final-cta h2 span { color: #fff !important; }
.final-cta > p { margin-bottom: 18px; }
.final-cta .btn-primary {
  background: #11bcc6; color: #010524; border-color: #11bcc6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.final-cta .btn-primary:hover {
  background: #36d4dc;
  color: #010524;
}
/* Disable blob overflow on dark bg — blobs render incorrectly on #010524 */
.final-cta .btn-primary::before,
.final-cta .btn-primary::after { display: none !important; }

/* Email signup */
.email-signup { background: transparent; margin-bottom: 18px; }
.email-signup-inner {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 40px 32px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.email-signup .radar-dials-eyebrow { color: #11bcc6; }
.email-signup h2,
.email-signup h2 span {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal !important;
}
.email-signup h2 {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

/* MailerLite embedded form — dark theme override */
.ml-embedded { margin-top: 20px; }
.ml-embedded .ml-form-embedWrapper,
.ml-embedded .ml-form-embedBody,
.ml-embedded .ml-form-formContent,
.ml-embedded form,
.ml-embedded fieldset { background: transparent !important; border: none !important; }

/* Input fields — cover all input types MailerLite might use */
.ml-embedded input[type="email"],
.ml-embedded input[type="text"],
.ml-embedded input {
  background: #ffffff !important;
  border: 1px solid #d7deea !important;
  border-radius: 10px !important;
  color: #121826 !important;
  -webkit-text-fill-color: #121826 !important;
  caret-color: #121826 !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
}
.ml-embedded input[type="email"]:focus,
.ml-embedded input[type="text"]:focus,
.ml-embedded input:focus {
  background: #ffffff !important;
  border-color: rgba(17,188,198,0.6) !important;
  outline: none !important;
  color: #121826 !important;
  -webkit-text-fill-color: #121826 !important;
}
/* Placeholder text */
.ml-embedded input::placeholder,
.ml-embedded input[type="email"]::placeholder,
.ml-embedded input[type="text"]::placeholder {
  color: #7f8899 !important;
  -webkit-text-fill-color: #7f8899 !important;
  opacity: 1 !important;
}
/* Autofill fix (Chrome paints its own background) */
.ml-embedded input:-webkit-autofill,
.ml-embedded input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #121826 !important;
  caret-color: #121826 !important;
}
/* Labels */
.ml-embedded label,
.ml-embedded .label-description,
.ml-embedded .ml-form-embedPermissions p { color: rgba(255,255,255,0.62) !important; }
/* Submit button */
.ml-embedded button[type="submit"],
.ml-embedded .ml-form-embedSubmit button {
  background: #11bcc6 !important;
  color: #010524 !important;
  border: none !important;
  border-radius: 35px !important;
  height: 46px !important;
  padding: 0 24px !important;
  font-weight: 700 !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
  cursor: pointer !important;
}
.ml-embedded button[type="submit"]:hover,
.ml-embedded .ml-form-embedSubmit button:hover {
  background: #36d4dc !important;
  color: #010524 !important;
}
/* Success / error state */
.ml-embedded .ml-form-successBody,
.ml-embedded .ml-form-successContent,
.ml-embedded .ml-form-successBody *,
.ml-embedded .ml-form-successContent * {
  color: rgba(255,255,255,0.86) !important;
  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

.ml-embedded .ml-form-successBody,
.ml-embedded .ml-form-successContent {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
}

.ml-embedded .ml-form-successBody a,
.ml-embedded .ml-form-successContent a {
  color: #11bcc6 !important;
  text-decoration: none !important;
}

.ml-embedded .ml-form-checkboxRow { background: transparent !important; }
.ml-embedded .ml-error { color: #ef4444 !important; }

/* Footer */
footer {
  background: #010524 !important;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 8px 0;
  text-align: center;
}
footer p, footer a { color: rgba(255,255,255,0.52) !important; font-size: 13px; }
footer a:hover { color: rgba(255,255,255,0.78) !important; }
.footer-meta { margin: 2px 0 0; }

/* Timestamp */
.data-freshness {
  color: rgba(255,255,255,0.3) !important;
  margin-top: 20px;
  font-weight: 400;
}


/* Modal dark-theme backdrop */
.modal-backdrop {
  background: rgba(1, 5, 36, 0.75) !important;
}

/* ─── Pro Preview Card (5th dial) ─────────────────────────────────────── */
.pro-preview-col {
  position: relative;
}
.pro-preview-body {
  position: relative;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(17, 188, 198, 0.05);
  border: 1px solid rgba(17, 188, 198, 0.2);
  margin: 12px 0 16px;
}
.pro-preview-blur {
  padding: 14px 16px;
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  opacity: 0.55;
}
.pro-prev-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  gap: 8px;
}
.pro-prev-label {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.pro-prev-val {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-align: right;
}
.pro-prev-accent {
  color: #11bcc6;
}
.pro-preview-lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(1, 5, 36, 0.45);
  backdrop-filter: blur(2px);
}
.pro-lock-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #11bcc6;
  margin: 0;
  text-transform: uppercase;
}
.pro-lock-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin: 0;
  text-align: center;
  padding: 0 12px;
}
.pro-lock-btn {
  margin-top: 6px;
  background: #11bcc6;
  color: #010524;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.pro-lock-btn:hover { background: #36d4dc; }
.pro-event-list-blur {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
  opacity: 0.4;
}

/* ─── Pro Section — centered lock card ─────────────────────────────────── */
.pro-section {
  background: #010524;
  padding: clamp(18px, 3vw, 30px) 0;
}
.pro-section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

/* The card itself */
.pro-card {
  background: rgba(17, 188, 198, 0.05);
  border: 1px solid rgba(17, 188, 198, 0.28);
  border-radius: 24px;
  padding: clamp(18px, 2.4vw, 28px) clamp(22px, 3.6vw, 34px);
  box-shadow: 0 0 60px rgba(17, 188, 198, 0.07), 0 0 120px rgba(17, 188, 198, 0.03);
  text-align: center;
}

/* Lock icon */
.pro-card-lock-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(17, 188, 198, 0.10);
  border: 1px solid rgba(17, 188, 198, 0.25);
  border-radius: 16px;
  margin: 0 auto 22px !important;
}
.pro-card-lock-icon {
  color: #11bcc6;
}

/* Badge */
.pro-card-badge {
  display: inline-block;
  background: rgba(17, 188, 198, 0.12);
  color: #11bcc6;
  border: 1px solid rgba(17, 188, 198, 0.3);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

/* Headline */
.pro-card-headline {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.pro-card-headline span:first-child {
  color: rgba(255,255,255,0.52);
  font-weight: 300;
  display: block;
  margin-bottom: 0 !important;
}
.pro-card-headline span:last-child {
  color: #fff;
  font-weight: 800;
  display: block;
}

/* Sub */
.pro-card-sub {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255,255,255,0.52);
  margin: 0 0 16px;
}

/* Feature bullets */
.pro-card-features {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0 0 16px;
  text-align: left;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
.pro-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.4;
}
.pro-card-features li svg { flex-shrink: 0; margin-top: 2px; }
.pro-card-features strong { color: #fff; font-weight: 600; }

/* Form area */
.pro-card-form-wrap {
  border-top: 1px solid rgba(17, 188, 198, 0.15);
  padding-top: 14px;
  text-align: left;
}
.pro-card-hint {
  font-size: 13px;
  color: rgba(255,255,255,0.38);
  margin: 0 0 8px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 900px) {
  .pro-card-features {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-left: 4px;
  }
}

/* Keep old class names working (backward compat) */
.pro-feat-teal { color: #11bcc6; }
.pro-feat-muted { color: rgba(255,255,255,0.25); }
.pro-cta-hint {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  margin: 0 0 14px;
  line-height: 1.5;
}

/* --- Stability overrides (deployment-safe) --- */
.radar-topnav .logo,
.radar-topnav .logo:visited,
.radar-topnav .logo:hover,
.radar-topnav .logo:focus,
.radar-topnav .logo:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.mini-tiles-row {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 1000px) {
  .mini-tiles-row { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 520px) {
  .mini-tiles-row { grid-template-columns: 1fr !important; }
}

.pro-card {
  background: rgba(17, 188, 198, 0.05) !important;
  border: 1px solid rgba(17, 188, 198, 0.28) !important;
  color: #ffffff !important;
}

.pro-card-headline,
.pro-card-headline span:last-child,
.pro-card-features strong { color: #ffffff !important; }

.pro-card-headline span:first-child,
.pro-card-sub,
.pro-card-hint,
.pro-card-features li { color: rgba(255,255,255,0.62) !important; }

/* ══════════════════════════════════════════════════════════════════
   PRO CONTEXT ENGINE — Visual System
══════════════════════════════════════════════════════════════════ */

/* Layout — matches page Satzspiegel */
.pro-engine-wrap {
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 0 48px;
}

/* ── Free teaser ────────────────────────────────────────────────── */
.pe-teaser-wrap {
  position: relative;
  border: 1px solid rgba(17,188,198,0.16);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(17,188,198,0.025);
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pe-teaser-blur {
  position: absolute; inset: 0; padding: 28px 24px;
  filter: blur(6px); pointer-events: none;
  display: flex; flex-direction: column; gap: 14px;
}
.pe-teaser-row { display: flex; align-items: center; gap: 10px; }
.pe-teaser-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pe-dot-extreme { background: #ef4444; }
.pe-dot-high    { background: #f97316; }
.pe-teaser-line { height: 10px; border-radius: 5px; background: rgba(255,255,255,0.10); }
.pe-teaser-gate {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 8px;
  text-align: center;
  padding: 52px 28px 20px;
}
.pe-gate-label { font-family: "Poppins","Helvetica Neue",Arial,sans-serif; font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.04em; margin: 6px 0 0; }
.pe-gate-sub   { font-size: 11px; color: rgba(255,255,255,0.38); }
.pe-gate-btn {
  display: inline-block; margin-top: 12px; padding: 10px 24px;
  background: #11bcc6; color: #010524;
  font-size: 12px; font-weight: 700; border-radius: 35px;
  text-decoration: none; letter-spacing: 0.03em;
  transition: opacity 0.18s;
}
.pe-gate-btn:hover { opacity: 0.88; }

/* ── Engine shell ────────────────────────────────────────────────── */
.pro-engine {
  border: 1px solid rgba(17,188,198,0.16);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(1,5,36,0.75);
}

.pe-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 36px;
  background: rgba(17,188,198,0.07);
  border-bottom: 1px solid rgba(17,188,198,0.12);
}
.pe-eyebrow {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #11bcc6;
}
.pe-header-right { display: flex; align-items: center; gap: 16px; }
.pe-kw { font-size: 10px; color: rgba(255,255,255,0.26); letter-spacing: 0.08em; }

/* Pro-aktiv badge */
.pe-pro-active {
  display: flex; align-items: center; gap: 5px;
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: 0.06em;
  color: rgba(34,197,94,0.85);
}
@keyframes pe-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.55; transform: scale(0.75); }
}
.pe-pro-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #22c55e;
  animation: pe-dot-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── Free teaser with hook line ──────────────────────────────────── */
.pe-teaser-content {
  position: absolute; inset: 0; padding: 22px 28px 0;
  pointer-events: none;
}
.pe-teaser-hook {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.72);
  line-height: 1.35; margin: 0 0 14px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.pe-teaser-content .pe-teaser-blur {
  position: static; padding: 0;
  filter: blur(5px);
}

/* ── Panel base ──────────────────────────────────────────────────── */
@keyframes pe-panel-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pe-panel {
  padding: 40px 36px 44px;
  border-bottom: 1px solid rgba(255,255,255,0.055);
  animation: pe-panel-in 0.5s ease both;
}
.pe-panel:last-child { border-bottom: none; }

/* Panel label — matches .section-eyebrow exactly */
.pe-panel-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #11bcc6;
  margin: 0 0 10px;
}

/* Panel headlines — matches section-headline-a / -b style */
.pe-panel-h-a {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800; color: #ffffff;
  letter-spacing: -0.03em; line-height: 1.08; margin: 0;
}
.pe-panel-h-b {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 300; color: #8398bc;
  letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 32px;
}

/* ═══ PANEL 1: WEEKLY PLAYBOOK ════════════════════════════════════ */

/* 30-second snapshot */
.pe-snapshot {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(17,188,198,0.055);
  border: 1px solid rgba(17,188,198,0.14);
  border-radius: 12px; padding: 14px 18px;
  margin: 0 0 28px;
}
.pe-snapshot-tag {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #11bcc6;
  white-space: nowrap; padding-top: 2px; flex-shrink: 0;
}
.pe-snap-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.pe-snap-item {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 14.5px; color: rgba(255,255,255,0.75); font-weight: 500;
  display: flex; align-items: center; gap: 8px;
}
.pe-snap-dot { width: 4px; height: 4px; border-radius: 50%; background: #11bcc6; flex-shrink: 0; }

/* Thesis */
.pe-thesis-block { margin: 0 0 28px; }
.pe-thesis {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: clamp(15.5px, 1.75vw, 18.5px);
  font-weight: 600; color: rgba(255,255,255,0.88);
  line-height: 1.5; margin: 0; letter-spacing: -0.005em;
  border-left: 2px solid rgba(17,188,198,0.5);
  padding-left: 14px;
}

/* Structure cards — 3 columns */
.pe-struct-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 26px;
}
.pe-struct-block {
  border-top: 2px solid; border-radius: 0 0 12px 12px;
  background: rgba(255,255,255,0.028);
  padding: 14px 16px 16px;
  display: flex; flex-direction: column; gap: 6px;
  transition: background 0.2s;
}
.pe-struct-block:hover { background: rgba(255,255,255,0.045); }
.pe-struct-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase;
}
.pe-struct-core {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.82);
  margin: 0; line-height: 1.4;
}
.pe-struct-consequence {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 13.5px; line-height: 1.56; color: rgba(255,255,255,0.46);
  margin: 0; display: flex; align-items: flex-start; gap: 5px;
}
.pe-arrow { color: rgba(255,255,255,0.20); flex-shrink: 0; margin-top: 1px; }

/* Verdict */
.pe-verdict-block { padding-left: 14px; border-left: 2px solid rgba(17,188,198,0.28); }
.pe-verdict {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 15px; font-style: italic; color: rgba(255,255,255,0.42);
  margin: 0; line-height: 1.6;
}

/* ═══ PANEL 2: CRITICAL MOMENTS ══════════════════════════════════ */

.pe-moments-hdr { margin-bottom: 4px; }

/* Cards — NO left border */
.pe-cm-card { border-radius: 14px; }

.pe-cm-primary {
  background: rgba(239,68,68,0.055);
  border: 1px solid rgba(239,68,68,0.14);
  padding: 22px 22px 18px; margin-bottom: 12px;
}

@keyframes pe-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
  50%      { box-shadow: 0 0 0 5px rgba(239,68,68,0.10); }
}
.pe-cm-primary .pe-cm-badge { animation: pe-pulse 3s ease-in-out infinite; }

.pe-cm-sec-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pe-cm-secondary {
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 18px 18px 14px;
}

.pe-cm-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.pe-cm-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px; border: 1px solid; flex-shrink: 0;
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
}
.pe-cm-timing { font-size: 11px; color: rgba(255,255,255,0.28); }

.pe-cm-primary .pe-cm-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 18px; font-weight: 700; color: #fff;
  margin: 0 0 10px; letter-spacing: -0.02em;
}
.pe-cm-secondary .pe-cm-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 8px;
}
.pe-cm-primary .pe-cm-why {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.58); margin: 0 0 14px;
}
.pe-cm-secondary .pe-cm-why {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.46); margin: 0 0 11px;
}

/* Danach klarer */
.pe-cm-after {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(17,188,198,0.07); border: 1px solid rgba(17,188,198,0.16);
  border-radius: 6px; padding: 4px 11px; margin-bottom: 13px;
}
.pe-after-icon { font-size: 11px; color: #11bcc6; }
.pe-after-text { font-family: "Helvetica Neue",Arial,sans-serif; font-size: 13px; color: rgba(255,255,255,0.50); }
.pe-after-text strong { color: rgba(255,255,255,0.80); font-weight: 600; }

/* Condition chips */
.pe-cond-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pe-cond-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px; padding: 4px 10px; font-size: 11.5px;
}
.pe-cond-cond   { color: rgba(255,255,255,0.50); }
.pe-cond-arrow  { color: rgba(255,255,255,0.18); font-size: 11px; }
.pe-cond-result { color: rgba(255,255,255,0.82); font-weight: 600; }

/* ═══ PANEL 3: MARKET STATE ══════════════════════════════════════ */

.pe-state-top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px; margin-bottom: 16px;
}
.pe-state-badge {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 8px; border: 1px solid; display: inline-block;
}
.pe-rates-bar { display: flex; gap: 16px; flex-wrap: wrap; }
.pe-rate-item { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.pe-rate-label {
  font-size: 9px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: rgba(255,255,255,0.25);
}
.pe-rate-dir { font-size: 18px; font-weight: 700; line-height: 1; }

.pe-sig-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.pe-chip {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 11px; font-weight: 700; padding: 5px 13px;
  border-radius: 7px; border: 1px solid; letter-spacing: 0.03em;
}

.pe-interpretation {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 15.5px; line-height: 1.68; color: rgba(255,255,255,0.62); margin: 0 0 20px;
}

/* ── Mini radar ──────────────────────────────────────────────────── */
.pe-mini-radar-wrap {
  margin: 0 0 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 20px 20px 16px;
}

.pe-mini-radar {
  display: block; width: 100%; max-width: 240px;
  margin: 0 auto 14px;
}

@keyframes pe-needle-sway {
  0%,100% { transform: rotate(-28deg); }
  50%      { transform: rotate(-22deg); }
}
.pe-radar-needle {
  animation: pe-needle-sway 4s ease-in-out infinite;
}

.pe-radar-legend {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap; margin-bottom: 10px;
}
.pe-legend-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
}
.pe-legend-item strong { font-size: 13px; font-weight: 700; }
.pe-legend-item span   { color: rgba(255,255,255,0.40); font-size: 11px; }
.pe-legend-sep {
  width: 1px; height: 14px; background: rgba(255,255,255,0.12); flex-shrink: 0;
}
.pe-asym-note {
  font-size: 11px; line-height: 1.55; color: rgba(255,255,255,0.38);
  margin: 0; text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 10px;
}

/* ── Warning blocks ──────────────────────────────────────────────── */
.pe-failure {
  display: flex; align-items: flex-start; gap: 11px;
  background: rgba(239,68,68,0.055); border: 1px solid rgba(239,68,68,0.16);
  border-radius: 12px; padding: 14px 16px; margin-bottom: 10px;
}
.pe-failure-icon { font-size: 14px; flex-shrink: 0; padding-top: 1px; }
.pe-failure-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: #ef4444; margin: 0 0 6px;
}
.pe-failure-text { font-family: "Helvetica Neue",Arial,sans-serif; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.54); margin: 0; }

.pe-misread {
  display: flex; align-items: flex-start; gap: 11px;
  background: rgba(234,179,8,0.055); border: 1px solid rgba(234,179,8,0.16);
  border-radius: 12px; padding: 14px 16px;
}
.pe-misread-icon { display: flex; align-items: flex-start; flex-shrink: 0; padding-top: 2px; }
.pe-misread-label {
  font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: #eab308; margin: 0 0 6px;
}
.pe-misread-text { font-family: "Helvetica Neue",Arial,sans-serif; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.54); margin: 0; }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pro-engine-wrap { padding: 0 20px; }
  .pe-panel         { padding: 32px 24px 36px; }
  .pe-header        { padding: 12px 20px; }
}
@media (max-width: 680px) {
  .pe-struct-grid    { grid-template-columns: 1fr; }
  .pe-cm-sec-row     { grid-template-columns: 1fr; }
  .pe-state-top      { flex-direction: column; align-items: flex-start; }
  .pe-panel-h-a,
  .pe-panel-h-b      { font-size: 22px; }
}


/* ── Context Engine v0 ────────────────────────────────────────────── */

/* Context bar strip — shown between hero copy and dials */
.context-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 16px;
  margin: 0 0 20px;
  background: rgba(17, 188, 198, 0.06);
  border: 1px solid rgba(17, 188, 198, 0.18);
  border-radius: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
  transition: opacity 0.3s;
}
.context-bar:empty { display: none; }

.ctx-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #11bcc6;
  flex-shrink: 0;
}

.ctx-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.ctx-today-block {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ctx-today-name {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.ctx-today-count {
  font-size: 11px;
  color: rgba(255,255,255,0.42);
}

.ctx-critical-block {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.ctx-critical-label {
  font-size: 11px;
  color: rgba(255,255,255,0.42);
}

.ctx-critical-date {
  font-size: 12px;
  font-weight: 700;
  color: #ef4444;
}

/* Event row badges — Heute / Kritisch */
.ev-badge {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 20px;
  vertical-align: middle;
  flex-shrink: 0;
}

.ev-badge-today {
  background: rgba(17, 188, 198, 0.18);
  color: #11bcc6;
  border: 1px solid rgba(17, 188, 198, 0.35);
}

.ev-badge-critical {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.30);
}

/* Date span when replaced by badge — hide default text */
.dial-event-date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

/* Highlighted event rows */
.ev-row-today {
  background: rgba(17, 188, 198, 0.06);
  border-radius: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
  margin-right: -6px;
}

.ev-row-critical {
  background: rgba(239, 68, 68, 0.05);
  border-radius: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
  margin-right: -6px;
}

.ev-row-today.ev-row-critical {
  background: linear-gradient(90deg, rgba(17,188,198,0.07), rgba(239,68,68,0.06));
}

@media (max-width: 600px) {
  .context-bar { font-size: 11px; padding: 10px 12px; gap: 8px; }
  .ctx-critical-block { margin-left: 0; }
}
