    @font-face {
      font-family: "Geist";
      src:
        url("../fonts/Geist/Geist-Regular.woff2") format("woff2"),
        url("../fonts/Geist/Geist-Regular.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Geist";
      src:
        url("../fonts/Geist/Geist-Medium.woff2") format("woff2"),
        url("../fonts/Geist/Geist-Medium.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Geist";
      src:
        url("../fonts/Geist/Geist-Bold.woff2") format("woff2"),
        url("../fonts/Geist/Geist-Bold.ttf") format("truetype");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Yanone Kaffeesatz";
      src:
        url("../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.woff2") format("woff2"),
        url("../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Yanone Kaffeesatz";
      src:
        url("../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Bold.woff2") format("woff2"),
        url("../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Bold.ttf") format("truetype");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --blue: #1d3a8f;
      --pink: #cd69aa;
      --orange: #f4823c;
      --yelow: #FFD75A;
      --red: #e65a64;
      --white: #ffffff;
      --ink: #1f1c2d;
      --container: 1280px;
      --radius: 22px;
      --shadow: 0 18px 45px rgba(29, 58, 143, 0.16);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: linear-gradient(180deg, #fff8ef 0%, #fffcf7 45%, #fff7f8 100%);
      overflow-x: hidden;
    }

    body.prelaunch-locked {
      height: 100vh;
      overflow: hidden;
    }

    .prelaunch-gate {
      position: fixed;
      inset: 0;
      z-index: 3000;
      display: grid;
      place-items: center;
      padding: 1.2rem;
      background:
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.38), transparent 45%),
        linear-gradient(140deg, #1d3a8f 0%, #2f5bc9 52%, #cd69aa 100%);
    }

    .prelaunch-card {
      width: min(100%, 440px);
      background: rgba(255, 255, 255, 0.95);
      border-radius: 18px;
      padding: 1.5rem;
      box-shadow: 0 20px 50px rgba(13, 25, 64, 0.36);
    }

    .prelaunch-logo {
      width: 140px;
      margin: 0 auto 0.8rem;
    }

    .prelaunch-kicker {
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.86rem;
      color: #4c63a6;
      font-weight: 600;
    }

    .prelaunch-card h2 {
      margin: 0.4rem 0 0.55rem;
      text-align: center;
      color: #1d3a8f;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 2.15rem;
      line-height: 1;
      text-transform: uppercase;
    }

    .prelaunch-copy {
      margin: 0;
      text-align: center;
      color: #3c4670;
    }

    .prelaunch-form {
      margin-top: 1rem;
      display: grid;
      gap: 0.5rem;
    }

    .prelaunch-form label {
      color: #1f336f;
      font-weight: 600;
    }

    .prelaunch-form .btn {
      margin-top: 0.45rem;
      width: 100%;
    }

    .prelaunch-error {
      margin: 0.75rem 0 0;
      color: #8b1f30;
      font-size: 0.95rem;
      font-weight: 600;
      text-align: center;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(100% - 2.5rem, var(--container));
      margin: 0 auto;
    }

    .section {
      padding: 3rem 0;
      position: relative;
      overflow: hidden;
    }

    .section,
    .stopka {
      scroll-margin-top: 165px;
    }

    .section-title {
      margin: 0 0 1rem;
      padding-left: 0.12em;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 5.5rem;
      line-height: 0.95;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }

    .winners-title,
    .opis-heading {
      margin: 7rem 0 1rem 0;
      padding-left: 0.12em;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 5.5rem;
      line-height: 0.95;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }

    .section-copy {
      margin: 0;
      font-size: 1.25rem;
      line-height: 1.6;
      max-width: 64ch;
    }

    .opis,
    .zasady,
    .formularz,
    .winners,
    .stopka {
      position: relative;
      overflow: visible;
    }

    .opis {
      --divider-color: var(--pink);
      --divider-image: url("../images/Group_pink.png");
      --divider-size: 1920px 51px;
      --divider-height: 51px;
      padding-bottom: 8rem;
    }

    .zasady {
      --divider-color: var(--orange);
      --divider-image: url("../images/Group_orange.png");
      --divider-size: 1920px 51px;
      --divider-height: 51px;
      padding-bottom: 8rem;
    }

    .formularz {
      --divider-color: var(--red);
      --divider-image: url("../images/Group_red.png");
      --divider-size: 1920px 51px;
      --divider-height: 51px;
      padding-bottom: 8rem;
    }

    .winners {
      --divider-color: #FFD75A;
      --divider-image: url("../images/Group_yellow.png");
      --divider-size: 1920px 51px;
      --divider-height: 51px;
    }

    .stopka {
      --divider-color: var(--blue);
      --divider-image: url("../images/Group_blue.png");
      --divider-size: 1920px 51px;
      --divider-height: 51px;
    }

    .opis::before,
    .zasady::before,
    .formularz::before,
    .winners::before,
    .stopka::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: var(--divider-strip-width, 100%);
      height: var(--divider-height, 42px);
      transform: translateY(-95%) scaleX(var(--divider-scale-x, 1));
      transform-origin: left top;
      background-image: var(--divider-image);
      background-repeat: repeat-x;
      background-position: left top;
      background-size: var(--divider-size, 20px 42px);
      pointer-events: none;
      z-index: 2;
    }

    .hero {
      position: relative;
      padding: 2.5rem 0 0;
      background: url("../images/img-header.jpg") center top / cover no-repeat;
    }

    .cloud-deco {
      position: absolute;
      pointer-events: none;
      user-select: none;
      z-index: 5;
    }

    .cloud-1 {
      width: clamp(130px, 18vw, 300px);
      right: 10%;
      top: 47%;
      transform: translateY(-50%);
      z-index: 1;
    }

    .cloud-2 {
      width: clamp(160px, 22vw, 380px);
      right: 0;
      top: 0;
      transform: translate(40%, -52%);
    }

    .cloud-3,
    .cloud-5 {
      width: clamp(160px, 20vw, 320px);
      left: 75%;
      right: auto;
      top: 0;
      transform: translate(-50%, -52%);
    }

    .cloud-5 {
      width: clamp(140px, 20vw, 300px);
      left: 82%;
    }

    .cloud-4 {
      width: clamp(150px, 20vw, 280px);
      left: 0;
      bottom: 18%;
      transform: translate(-34%, 18%);
    }

    .opis > .container,
    .zasady > .container,
    .formularz > .container {
      position: relative;
      z-index: 3;
    }

    .top-nav {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: min(100% - 2.5rem, var(--container));
      margin: 0 auto;
      padding: 24px 0 1rem;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: flex-end;
      column-gap: 2rem;
      background: transparent;
      border-radius: 0;
      transition: background-color 220ms ease, backdrop-filter 220ms ease, box-shadow 220ms ease;
    }

    .top-nav.is-scrolled {
      background: rgba(239, 246, 255, 0.38);
      backdrop-filter: blur(8px) saturate(1.05);
      box-shadow: 0 8px 20px rgba(29, 58, 143, 0.14);
      border-radius: 0 0 14px 14px;
    }

    .top-nav-group {
      display: flex;
      gap: 4rem;
      align-items: flex-end;
      flex-wrap: nowrap;
      min-width: 0;
    }

    .top-nav-left {
      justify-content: flex-end;
      padding-left: 0;
      padding-right: 4rem;
    }

    .top-nav-right {
      justify-content: flex-start;
      padding-right: 0;
      padding-left: 4rem;
    }

    .top-nav-brand {
      display: block;
      transform: translateY(-4px);
      justify-self: center;
    }

    .top-nav-brand img {
      width: 200px;
      height: auto;
      display: block;
      filter: drop-shadow(0 6px 14px rgba(29, 58, 143, 0.18));
    }

    .top-nav-toggle {
      display: none;
      border: 0;
      background: transparent;
      box-shadow: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      height: 44px;
      border-radius: 10px;
      padding: 9px 10px;
      justify-self: end;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 6px;
      cursor: pointer;
    }

    .top-nav-toggle:focus,
    .top-nav-toggle:focus-visible,
    .top-nav-toggle:active {
      outline: none;
      box-shadow: none;
    }

    .top-nav-toggle span {
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 2px;
      background: var(--blue);
      transition: transform 180ms ease, opacity 180ms ease;
    }

    .top-nav.is-open .top-nav-toggle span:nth-child(1) {
      transform: translateY(9px) rotate(45deg);
    }

    .top-nav.is-open .top-nav-toggle span:nth-child(2) {
      opacity: 0;
    }

    .top-nav.is-open .top-nav-toggle span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }

    .top-nav-link {
      display: block;
      color: var(--white);
      text-decoration: none;
      font-weight: 500;
      font-size: 1.68rem;
      line-height: 0.9;
      padding-top: 0;
      padding-bottom: 0;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-family: "Yanone Kaffeesatz", sans-serif;
    }

    .top-nav-link:hover {
      border-bottom-color: var(--blue);
      opacity: 0.88;
    }

    .top-nav-mobile-menu {
      display: none;
    }

    header.hero > .container.hero-inner {
      width: 100%;
      max-width: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      min-height: 78vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.4rem;
      align-items: stretch;
    }

    .hero-panel {
      position: relative;
      z-index: 2;
      width: min(100%, 700px);
      margin-left: 0;
      justify-self: start;
      align-self: center;
      padding: 1.8rem;
    }

    .hero-badge {
      width: fit-content;
      padding: 0.45rem 0.9rem;
      border-radius: 999px;
      border: 2px solid rgba(29, 58, 143, 0.18);
      background: rgba(255, 255, 255, 0.82);
      font-weight: 700;
      color: var(--blue);
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 1.1rem;
    }

    .hero-title {
      margin: 0;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 8.125rem;
      line-height: 0.88;
      color: var(--white);
      text-transform: uppercase;
    }

    .hero-title-line {
      display: block;
      text-indent: 0;
    }

    .hero-title-line-1 {
      text-indent: 0.26em;
      margin-bottom: 0.2em;
    }

    .hero-kicker {
      margin: 0 0 1.4rem;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 5rem;
      line-height: 0.9;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .hero-subtitle {
      margin: 1.2rem 0 0;
      max-width: 36ch;
      font-size: 1.4rem;
      line-height: 1.55;
      color: #3b3462;
    }

    .hero-cta-wrap {
      margin-top: 1.6rem;
      display: flex;
      gap: 0.8rem;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      border: 0;
      padding: 0.85rem 1.35rem;
      font-size: 1rem;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 26px rgba(29, 58, 143, 0.22);
    }

    .btn-primary {
      background: var(--blue);
      color: #fff;
    }

    .btn-outline {
      border: 2px solid rgba(29, 58, 143, 0.4);
      color: var(--blue);
      background: rgba(255, 255, 255, 0.8);
    }

    .hero-girl {
      position: relative;
      align-self: end;
      justify-self: start;
      width: 100%;
      max-width: 100%;
      height: auto;
      z-index: 1;
      filter: drop-shadow(0 22px 30px rgba(29, 58, 143, 0.16));
      animation: floatY 3.4s ease-in-out infinite;
    }

    @keyframes floatY {
      0%,
      100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-9px);
      }
    }

    .opis {
      background: var(--pink);
      color: #fff;
    }

    .opis-cta-wrap {
      display: flex;
      justify-content: center;
      margin: 4rem 0;
    }

    .opis .zasady-cta-wrap {
      margin-top: 1.5rem;
    }

    .opis-cta-wrap .btn {
      min-height: 84px;
      padding: 0.5rem 2.4rem;
      border-radius: 999px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 3.125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 1;
      padding-top: 17px;
    }

    .form-submit-cta {
      min-height: 84px;
      padding: 0.5rem 2.4rem;
      border-radius: 999px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 3.125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 1;
      margin: 4rem auto 0;
      display: flex;
      width: fit-content;
      padding-top: 17px;
    }

    .purchase-reminder {
      margin-top: 3rem;
      margin-bottom: 0;
      text-align: center;
    }

    .post-submit-success {
      width: min(100%, 954px);
      margin: 0 auto;
      padding: 1.2rem 0;
      display: grid;
      gap: 0;
      justify-items: center;
      text-align: center;
      color: #ffffff;
    }

    .post-submit-success[hidden] {
      display: none !important;
    }

    .post-submit-success-copy {
      margin: 0;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.3rem;
      line-height: 1.35;
      font-weight: 400;
      letter-spacing: 0;
      color: #ffffff;
    }

    .post-submit-success-headline {
      display: block;
      margin-bottom: 3.5rem;
    }

    .post-submit-success-btn {
      margin-top: 4.2rem;
      margin-bottom: 2rem;
      min-height: 84px;
      padding: 0.5rem 2.4rem;
      border-radius: 999px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 3.125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 1;
      padding-top: 17px;
    }

    .purchase-reminder--success {
      margin-top: 2.4rem;
    }

    .opis > .container > :last-child,
    .zasady > .container > :last-child,
    .formularz > .container > :last-child,
    .winners > .container > :last-child {
      margin-bottom: 0;
    }

    .purchase-reminder p {
      margin: 0;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.3rem;
      font-weight: 500;
      color: var(--white);
      line-height: 1.4;
    }

    .purchase-reminder--success p {
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.3rem;
      line-height: 1.35;
      font-weight: 400;
    }

    .mobile-only-break {
      display: none;
    }

    .opis-heading {
      position: static;
      text-align: left;
      color: var(--blue);
    }

    .opis-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0;
      margin-top: 2.4rem;
    }

    .prize-card {
      padding: 1.2rem;
      margin-top: 280px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .opis-grid .prize-card:first-child {
      border-radius: 16px 0 0 16px;
    }

    .opis-grid .prize-card:last-child {
      border-radius: 0 16px 16px 0;
    }

    .opis-center {
      position: absolute;
      left: 50%;
      top: -42px;
      transform: translateX(-50%);
      width: min(40vw, 400px);
      z-index: 3;
      pointer-events: none;
    }

    .opis-center img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .opis-center-label {
      position: absolute;
      inset: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.15rem;
      text-align: center;
      color: var(--white);
      text-shadow: 0 2px 8px rgba(29, 58, 143, 0.26);
      padding: 0.6rem;
    }

    .opis-center-label .opis-center-subtitle {
      display: block;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.35rem;
      letter-spacing: 0.08em;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0.1rem;
      transform: translateY(-0.42em);
    }

    .opis-center-label .opis-center-value {
      display: block;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 6.8rem;
      line-height: 0.84;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0;
      white-space: nowrap;
      max-width: 96%;
    }

    .prize-visual {
      width: auto;
      height: 21rem;
      max-width: 92%;
      margin: 0 auto 0.8rem;
      object-fit: contain;
    }

    .prize-top-label {
      margin: 0 0 4.2rem;
      text-align: center;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.3rem;
      line-height: 1.05;
      letter-spacing: 0.01em;
      text-transform: none;
      font-weight: 400;
      color: var(--white);
    }

    .prize-bottom-copy {
      margin: 1.25rem 0 0;
      text-align: center;
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.3rem;
      line-height: 1.35;
      font-weight: 400;
      color: var(--white);
    }

    .prize-card h3 {
      margin: 0 0 0.45rem;
      font-size: 1.1rem;
      text-transform: uppercase;
      letter-spacing: 0.03em;
    }

    .zasady {
      background: var(--orange);
      color: #fff;
    }

    .zasady .section-title,
    .formularz .section-title {
      color: var(--blue);
    }

    .rules-grid {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      justify-items: center;
    }

    .rule {
          text-align: center;
    font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 400;
    color: var(--white);
      padding: 1.25rem;
      display: grid;
      align-content: start;
      justify-items: center;
      text-align: center;
    }

    .rule img {
      width: 150px;
      height: 150px;
      object-fit: contain;
      margin-bottom: 30px;
    }

    .rule strong {
      font-size: 1.4rem;
      font-family: "Yanone Kaffeesatz", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

    .rule p {
      margin: 0;
      line-height: 1.55;
    }

    .formularz {
      background: var(--red);
      color: #fff;
    }

    .forms-wrap {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      gap: 1.2rem;
      align-items: start;
    }

    .forms-wrap--status-only {
      grid-template-columns: 1fr;
      width: min(100%, 860px);
      margin-left: auto;
      margin-right: auto;
    }

    .panel-hidden-temporary {
      display: none;
    }

    .panel {
      background: none; 
      color: var(--ink);
      border-radius: 0px;
      padding: 1.5rem;
    }

    .panel h3 {
      margin: 0 0 0.9rem;
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 2rem;
      text-transform: uppercase;
      color: var(--blue);
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem;
    }

    .form-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.2rem;
      align-items: start;
    }

    .form-right textarea {
      min-height: 320px;
    }

    .field {
      display: grid;
margin-top: 6px;
    }

    .char-counter {
      justify-self: end;
      margin-top: 0.15rem;
      font-size: 0.9rem;
      line-height: 1;
      color: #fff;
    }

    .field.full {
      grid-column: 1 / -1;
    }

    label {
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-weight: 400;
      font-size: 0.95rem;
      color: var(--white);
    }

    input,
    textarea,
    button {
      font: inherit;
    }

    input,
    textarea {
      width: 100%;
      border: 0px solid #fff;
      border-radius: 0;
      padding: 0.72rem 0.85rem;
      background: #fff;
      color: #261f38;
    }

    input:focus,
    textarea:focus {
      outline: 2px solid rgba(29, 58, 143, 0.3);
      border-color: var(--blue);
    }

    .file-upload {
      position: relative;
      width: 100%;
      min-height: 44px;
    }

    .file-upload input[type="file"] {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
      z-index: 2;
    }

    .file-upload-label {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 44px;
      padding: 0.72rem 0.85rem;
      background: var(--blue);
      color: #fff;
      font-weight: 600;
      text-align: center;
      user-select: none;
      transition: background-color 0.2s ease;
    }

    .file-upload-label.is-success {
      background: #1f8f4d;
    }

    .file-upload-feedback {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #d6ffd6;
      font-weight: 600;
    }

    textarea {
      min-height: 130px;
      resize: vertical;
    }

    .check {
      display: grid;
      grid-template-columns: 20px 1fr;
      gap: 0.6rem;
      margin-bottom: 1.1rem;
      margin-top: 1.1rem;
      align-items: start;
    }

    .check input {
      margin-top: 3px;
      width: 18px;
      height: 18px;
    }

    .check label {
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-weight: 300;
      line-height: 1.5;
      color: var(--white);
    }

    .check label a {
      color: var(--white);
      font-weight: 500;
      text-decoration: underline;
    }

    .alert {
      margin-top: 0.9rem;
      border-radius: 10px;
      padding: 0.72rem 0.9rem;
      font-weight: 600;
      line-height: 1.45;
    }

    .alert.success {
      background: #e6f7e9;
      color: #14532d;
      border: 1px solid #8ed4a1;
    }

    .alert.warning {
      background: #fff6d7;
      color: #7a4c00;
      border: 1px solid #f1d685;
    }

    .alert.danger {
      background: #fde7e9;
      color: #7d1f2b;
      border: 1px solid #ef99a2;
    }

    .status-note {
      margin: 0 0 1rem;
      line-height: 1.5;
      color: #3b3160;
    }

    .winners {
      background: #FFD75A;
      color: var(--blue);
      padding-top: 5.8rem;
      padding-bottom: 8rem;
    }

    .winners-title {
      color: var(--blue);
    }

    .winners-table-wrap {
      margin-top: 1.8rem;
      margin-bottom: 0;
      overflow-x: auto;
    }

    .winners-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      background: transparent;
    }

    .winners-table th,
    .winners-table td {
      border: 0;
      padding: 0.95rem 0.8rem;
      text-align: left;
      vertical-align: middle;
      color: var(--blue);
      background: transparent;
    }

    .winners-table thead th {
      font-family: "Yanone Kaffeesatz", sans-serif;
      font-size: 1.9rem;
      line-height: 0.95;
      text-transform: uppercase;
      background: transparent;
    }

    .winners-table td {
      font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-weight: 500;
      min-height: 56px;
      background: transparent;
    }

    .stopka {
      background: var(--blue);
      color: #fff;
      padding: 3.6rem 0 2.8rem;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.9rem;
      align-items: start;
      padding-left: 23px;
    }

    .logo {
      width: 136px;
      filter: brightness(0) invert(1);
      opacity: 0.96;
    }

    .footer-copy {
      margin: 3rem 0 0;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 72ch;
    }

    .footer-link {
      color: #fff;
      font-weight: 700;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(16px);
      animation: reveal 680ms ease forwards;
    }

    .fade-in.delay {
      animation-delay: 180ms;
    }

    @keyframes reveal {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 1390px) and (min-width: 1367px) {
      .hero-inner {
        min-height: clamp(560px, 76vh, 780px);
        align-items: center;
      }

      .hero-panel {
        align-self: center;
        padding: 1.4rem 1.4rem 1.2rem;
      }

      .hero-kicker {
        margin-bottom: 1rem;
        font-size: clamp(3.7rem, 4.5vw, 4.5rem);
      }

      .hero-title {
        font-size: clamp(6rem, 7vw, 7.2rem);
      }

      .hero-title-line-1 {
        text-indent: 0.2em;
      }
    }

    @media (max-width: 1366px) and (min-width: 1025px) {
      .hero-inner {
        min-height: clamp(520px, 74vh, 760px);
        gap: 1.4rem;
        align-items: center;
      }

      .hero-panel {
        align-self: center;
        padding: 1.4rem 1.2rem 1.2rem;
      }

      .hero-kicker {
        margin-bottom: 0.9rem;
        font-size: clamp(3.3rem, 4.6vw, 4.4rem);
      }

      .hero-title {
        font-size: clamp(5.3rem, 8.2vw, 7rem);
      }

      .hero-title-line-1 {
        text-indent: 0.16em;
      }
    }

    @media (max-width: 1024px) {
      .forms-wrap {
        grid-template-columns: 1fr;
      }

      .top-nav {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: space-between;
        row-gap: 0.65rem;
        column-gap: 0.8rem;
        width: min(100% - 1.6rem, var(--container));
        padding: 0.7rem 0.8rem;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(8px) saturate(1.04);
        box-shadow: 0 8px 20px rgba(29, 58, 143, 0.14);
        border-radius: 0 0 14px 14px;
      }

      .top-nav-brand {
        transform: none;
        justify-self: start;
      }

      .top-nav-brand img {
        width: 148px;
      }

      .top-nav-group {
        display: none;
      }

      .top-nav-left,
      .top-nav-right {
        padding-left: 0;
        padding-right: 0;
      }

      .top-nav.is-open .top-nav-group {
        display: none;
      }

      .top-nav-mobile-menu {
        display: none;
      }

      .top-nav.is-open .top-nav-mobile-menu {
        display: flex;
        position: absolute;
        top: calc(100% + 0.55rem);
        right: 0;
        min-width: min(84vw, 320px);
        padding: 0.7rem;
        gap: 0.2rem;
        flex-direction: column;
        align-items: stretch;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(8px) saturate(1.04);
        box-shadow: 0 12px 30px rgba(29, 58, 143, 0.2);
        border-radius: 12px;
      }

      .top-nav-link {
        font-size: 1.45rem;
        line-height: 1;
        color: var(--blue);
        padding: 0.55rem 0.4rem;
      }

      .hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.2rem;
      }

      .hero-panel {
        width: 100%;
        margin-left: 0;
        padding: 1.2rem;
      }

      .hero-girl {
        width: min(70vw, 360px);
      }

      .opis-grid,
      .rules-grid,
      .winners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .opis-center {
        width: min(55vw, 355px);
        top: -20px;
      }

      .prize-card {
        margin-top: 250px;
      }
    }

    @media (max-width: 640px) {
      .mobile-only-break {
        display: block;
      }

      .section,
      .stopka {
        scroll-margin-top: 0;
      }

      .section {
        padding: 4.1rem 0;
      }

      .section.opis {
        margin-top: 0rem;
        padding-top: 1.05rem;
        position: relative;
        z-index: 1;
      }

      .container {
        width: min(100% - 1.2rem, var(--container));
      }

      .hero {
        min-height: auto;
        padding-top: 5.4rem;
        overflow: hidden;
        background: url("../images/mobile_header_sm.jpg") top center / 100% auto no-repeat;
      }

      .hero-inner {
        min-height: clamp(320px, 62vh, 560px);
      }

      .hero-panel,
      .hero-girl,
      .top-nav-brand {
        display: none;
      }

      .cloud-1 {
        display: none;
      }

      .cloud-4 {
        display: none;
      }

      .top-nav {
        grid-template-columns: 1fr auto;
        width: auto;
        right: 0.6rem;
        left: auto;
        transform: none;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
        border-radius: 0;
      }

      .top-nav.is-scrolled {
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
        border-radius: 0;
      }

      .top-nav-toggle {
        display: inline-flex;
        margin-top: 3rem;
      }

      .top-nav.is-open .top-nav-mobile-menu {
        position: fixed;
        top: 8rem;
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
        max-height: none;
        overflow: visible;
        border-radius: 0;
        padding: 1rem 1.2rem 1.1rem;
        gap: 0.35rem;
        box-sizing: border-box;
      }

      .top-nav-mobile-menu .top-nav-link {
        font-size: 1.6rem;
        line-height: 1.1;
        padding: 0.7rem 0.2rem;
        white-space: nowrap;
      }

      .hero-badge {
        font-size: 0.78rem;
      }

      .opis-grid,
      .rules-grid,
      .winners-grid,
      .form-split,
      .grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .opis-grid {
        gap: 0.9rem;
      }

      .opis > .container > .opis-cta-wrap,
      .zasady > .container > .opis-cta-wrap {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }

      .opis > .container > .zasady-cta-wrap {
        margin-top: 0;
      }

      .section-title,
      .opis-heading {
        font-size: 4.5rem;
        margin-left: 10px;
      }

      .opis-heading {
        margin-top: 5rem;
        top: 0.9rem;
      }

      .opis-grid .prize-card:first-child,
      .opis-grid .prize-card:last-child {
        border-radius: 16px;
      }

      .prize-card {
        margin-top: 2rem;
      }

      .prize-visual {
        height: 15.5rem;
      }

      .prize-top-label {
        margin-bottom: 0;
      }

      .prize-bottom-copy {
        margin-top: 0;
      }

      .opis-center {
        position: relative;
        order: -1;
        left: auto;
        top: auto;
        transform: none;
        width: min(64vw, 250px);
        margin: 0 auto 0.3rem;
      }

      .opis-center-label .opis-center-value {
        font-size: 3.8rem;
        max-width: none;
      }

      .panel {
        padding: 1.1rem;
      }

      .btn {
        width: 100%;
      }

      .opis-cta-wrap .btn {
        width: auto;
        min-height: 52px;
        padding: 0.4rem 1.6rem;
        padding-top: 11px;
        font-size: 1.95rem;
      }

      #zasady a.btn.btn-primary {
        margin-bottom: 2rem;
      }

      .form-submit-cta {
        width: auto;
        min-height: 52px;
        padding: 0.4rem 1.6rem;
        padding-top: 11px;
        font-size: 1.95rem;
      }

      .post-submit-success {
        padding: 0.5rem 0;
      }

      .post-submit-success-btn {
        width: auto;
        min-height: 52px;
        padding: 0.4rem 1.6rem;
        padding-top: 11px;
        font-size: 1.95rem;
        margin-top: 3.8rem;
      }

      .hero-cta-wrap {
        width: 100%;
      }

      .hero-girl {
        width: min(82vw, 300px);
      }

      .logo {
        width: 120px;
      }

      .cloud-1,
      .cloud-2,
      .cloud-3,
      .cloud-5,
      .cloud-4 {
        width: clamp(84px, 24vw, 130px);
      }

      .cloud-2,
      .cloud-3,
      .cloud-5 {
        width: clamp(108px, 30vw, 170px);
      }

      .cloud-1 {
        right: 4%;
      }

      .cloud-2,
      .cloud-3,
      .cloud-5 {
        transform: translate(-12%, -82%);
      }

      .cloud-2 {
        transform: translate(32%, -79%);
      }

      .cloud-3,
      .cloud-5 {
        left: auto;
        right: 0;
      }

      .cloud-5 {
        width: clamp(76px, 22vw, 118px);
        right: 0;
      }

      .cloud-4 {
        transform: translate(-18%, 18%);
      }
    }
