
    :root {
      --offer-bar-height: 44px;
      --bg: #050505;
      --bg-2: #0a0a0a;
      --panel: #111111;
      --panel-2: #181818;
      --panel-3: #222222;
      --border: rgba(255, 255, 255, 0.08);
      --text: #efefef;
      --muted: #c9c9c9;
      --muted-2: #a7a7a7;
      --gold: #ffbf1e;
      --gold-2: #ff9f1a;
      --red: #ef0f0f;
      --red-2: #c50909;
      --green: #20d564;
      --green-2: #0e9c48;
      --shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
      --radius: 18px;
      --radius-lg: 24px;
      --font-head: "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", sans-serif;
      --font-body: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
    }

    * { box-sizing: border-box; }
    *:where(img, video, svg, canvas) {
      max-width: 100%;
      height: auto;
    }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      background:
        radial-gradient(circle at 10% 55%, rgba(20, 102, 58, 0.35), transparent 18%),
        radial-gradient(circle at 92% 12%, rgba(178, 54, 20, 0.28), transparent 18%),
        radial-gradient(circle at 94% 80%, rgba(108, 27, 12, 0.22), transparent 24%),
        linear-gradient(180deg, #080808 0%, #050505 42%, #050505 100%);
      color: var(--text);
      font-family: var(--font-body);
      overflow-x: hidden;
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, .btn {
      font: inherit;
      border: 0;
      cursor: pointer;
      transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
    }
    button:active, .btn:active { transform: translateY(1px) scale(0.99); }

    .shell {
      width: min(1240px, calc(100vw - 24px));
      margin: 0 auto;
      min-width: 0;
    }

    .offer-bar {
      background: #000;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      color: #fff;
      position: relative;
      display: flex;
      justify-content: center;
      overflow: hidden;
    }

    .offer-bar .shell {
      width: min(1240px, calc(100vw - 24px));
      max-width: none;
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px 18px;
      flex-wrap: nowrap;
      padding: 8px 12px;
      font-family: var(--font-head);
      font-weight: 900;
      font-size: 13px;
      letter-spacing: 0.2px;
      text-align: center;
      margin: 0 auto;
    }

    .offer-bar strong {
      color: #fff;
      font-weight: 900;
    }

    .offer-bar .offer-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 26px;
      padding: 0 10px;
      border-radius: 999px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: #fff;
      white-space: nowrap;
    }

    .topbar {
      position: relative;
      z-index: 30;
      backdrop-filter: blur(8px);
      background: rgba(6, 6, 6, 0.92);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .topbar .shell {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-width: 0;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .brand img {
      width: 128px;
      height: auto;
      object-fit: contain;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 34px;
      margin-left: auto;
      margin-right: 16px;
      font-family: var(--font-head);
      font-size: 14px;
      font-weight: 800;
      color: #f4f4f4;
      letter-spacing: 0.1px;
      min-width: 0;
    }

    .nav a { opacity: 0.98; }
    .nav a:hover { color: #fff; }

    .rabatt {
      background: linear-gradient(180deg, #ee1515 0%, #d90606 100%);
      color: #fff;
      border-radius: 999px;
      min-width: 138px;
      height: 42px;
      padding: 0 22px;
      font-family: var(--font-head);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.3px;
      box-shadow: 0 10px 22px rgba(204, 9, 9, 0.35);
    }

    main { padding-bottom: 10px; }

    section {
      padding: 34px 0;
      position: relative;
    }

    .hero {
      padding-top: 48px;
      padding-bottom: 28px;
      text-align: center;
    }

    .stars {
      color: #ffcf2f;
      font-size: 26px;
      letter-spacing: 2px;
      text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.4);
      margin-bottom: 8px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      background: rgba(19, 19, 19, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.04);
      color: var(--gold);
      font-family: var(--font-head);
      font-size: 14px;
      font-weight: 900;
      line-height: 1;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .eyebrow.red { color: #ef1010; }
    .eyebrow.purple { color: #c1a6ff; }

    .hero h1,
    .section-title,
    .sub-title,
    .price-value,
    .card-title,
    .faq-q,
    .step-title,
    .support-title,
    .server-title {
      font-family: var(--font-head);
      letter-spacing: -0.2px;
    }

    .hero .kicker {
      margin-top: 4px;
      font-size: clamp(19px, 2.15vw, 28px);
      font-weight: 900;
      line-height: 1.15;
      color: #f7f7f7;
    }

    .hero .accent {
      margin-top: 6px;
      font-size: clamp(30px, 3.7vw, 54px);
      font-weight: 900;
      line-height: 0.94;
      font-family: "Arial Black", Arial, sans-serif;
      letter-spacing: -0.8px;
      text-transform: uppercase;
      text-shadow: none;
    }

    .hero .accent span {
      background: linear-gradient(90deg, #3d3d3d 0%, #3d3d3d 18%, #dd0000 34%, #dd0000 50%, #ffce00 72%, #ffce00 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-stroke: 0;
    }

    .hero h1 {
      margin: 18px 0 10px;
      font-size: clamp(36px, 5vw, 68px);
      line-height: 0.95;
      font-weight: 900;
      color: #f0f0f0;
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
    }

    .hero p {
      width: min(930px, 100%);
      margin: 0 auto;
      color: var(--muted);
      font-size: clamp(17px, 1.8vw, 24px);
      line-height: 1.45;
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .cta {
      margin-top: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-width: 380px;
      height: 62px;
      padding: 0 26px;
      border-radius: 999px;
      color: #fff;
      background: linear-gradient(180deg, #f31313 0%, #dd0909 100%);
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 14px 32px rgba(255, 0, 0, 0.28), inset 0 -2px 0 rgba(0, 0, 0, 0.18);
    }

    .cta.small {
      min-width: 360px;
      height: 54px;
      font-size: 17px;
    }

    .cta .arrow { font-size: 20px; line-height: 1; }

    .sub-note {
      margin-top: 8px;
      color: #ffd43a;
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 900;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .hero-tags {
      margin-top: 14px;
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      min-width: 0;
    }

    .hero-tag {
      height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(255, 206, 0, 0.22);
      background: rgba(21, 21, 21, 0.96);
      color: #f1f1f1;
      font-family: var(--font-head);
      font-size: 12px;
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      letter-spacing: 0.2px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .device-panel {
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .device-shell {
      width: min(964px, calc(100vw - 38px));
      margin: 0 auto;
      background: #070707;
      border: 1px solid rgba(255, 255, 255, 0.07);
      box-shadow:
        0 0 0 14px rgba(10, 10, 10, 0.66),
        0 40px 90px rgba(0, 0, 0, 0.55);
      padding: 14px 18px 10px;
      border-radius: 0;
      overflow: hidden;
    }

    .device-shell img {
      width: 100%;
      height: auto;
      border-radius: 0;
      filter: saturate(1.02) contrast(1.02);
    }

    .section-heading {
      text-align: center;
      margin-bottom: 18px;
    }

    .section-heading .eyebrow + .section-title { margin-top: 10px; }
    .section-title {
      margin: 12px auto 0;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.05;
      color: #f1f1f1;
      font-weight: 900;
    }

    .section-copy {
      width: min(1040px, 100%);
      margin: 10px auto 0;
      font-size: clamp(15px, 1.35vw, 18px);
      line-height: 1.55;
      color: var(--muted);
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .feature-grid,
    .testimonial-grid,
    .pricing-grid,
    .step-grid {
      display: grid;
      gap: 18px;
    }

    .feature-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: 34px;
    }

    .feature-card,
    .testimonial-card,
    .price-card,
    .faq-item,
    .guide-card,
    .trial-card,
    .support-card,
    .final-card {
      background: linear-gradient(180deg, rgba(26, 26, 26, 0.97) 0%, rgba(17, 17, 17, 0.97) 100%);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .feature-card {
      min-height: 195px;
      padding: 30px 22px 24px;
      text-align: center;
    }

    .feature-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 18px;
      color: #ffbe18;
    }

    .feature-title {
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 900;
      color: #f4f4f4;
      line-height: 1.15;
      margin-bottom: 10px;
    }

    .feature-card p {
      margin: 0;
      color: #cfcfcf;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.48;
    }

    .promo-banner {
      padding-top: 14px;
    }

    .promo-banner .shell {
      text-align: center;
    }

    .banner-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-head);
      font-size: 15px;
      font-weight: 900;
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      margin-bottom: 24px;
    }

    .testimonial-grid {
      margin-top: 28px;
      overflow: hidden;
      position: relative;
      padding: 6px 0 10px;
    }

    .testimonial-track {
      display: flex;
      width: max-content;
      gap: 14px;
      animation: review-marquee 34s linear infinite;
      will-change: transform;
    }

    .testimonial-track:hover {
      animation-play-state: paused;
    }

    .reviews-shell {
      margin-top: 6px;
      padding: 44px 0 54px;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .reviews-shell .section-heading .eyebrow {
      background: rgba(18, 18, 18, 0.95);
      color: var(--gold);
      border: 1px solid rgba(255, 255, 255, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .reviews-shell .section-title {
      color: #f2f2f2;
    }

    .testimonial-card {
      position: relative;
      width: 310px;
      padding: 18px 18px 16px;
      min-height: 220px;
      text-align: left;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(31, 31, 31, 0.98) 0%, rgba(18, 18, 18, 0.98) 100%);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 18px;
      box-shadow: var(--shadow);
    }

    .quote {
      position: absolute;
      top: 10px;
      right: 14px;
      color: rgba(255, 255, 255, 0.82);
      font-family: var(--font-head);
      font-size: 48px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -6px;
      opacity: 0.85;
    }

    .rating {
      display: flex;
      gap: 2px;
      color: #ffbf20;
      font-size: 14px;
      letter-spacing: 0.5px;
      margin-bottom: 12px;
    }

    .review-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      color: var(--gold);
      font-family: var(--font-head);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.2px;
    }

    .testimonial-text {
      margin: 0;
      color: #d7d7d7;
      font-family: var(--font-head);
      font-size: 16px;
      line-height: 1.45;
      min-height: 82px;
      padding-right: 24px;
      overflow-wrap: anywhere;
    }

    @keyframes review-marquee {
      from { transform: translateX(-50%); }
      to { transform: translateX(0); }
    }

    .pricing {
      padding-top: 10px;
    }

    .pricing-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: 24px;
      align-items: stretch;
    }

    .price-card {
      overflow: hidden;
      text-align: center;
      min-height: 640px;
      display: flex;
      flex-direction: column;
    }

    .price-head {
      padding: 14px 14px 18px;
      background: rgba(255, 255, 255, 0.02);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      min-height: 86px;
      display: grid;
      place-items: center;
    }

    .price-plan {
      font-family: var(--font-head);
      font-size: 17px;
      font-weight: 900;
      line-height: 1.08;
      color: #f6f6f6;
    }

    .price-body {
      padding: 16px 18px 18px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .price-value {
      font-size: 52px;
      line-height: 1;
      font-weight: 900;
      color: #ffbf20;
      margin: 2px 0 2px;
    }

    .discount {
      color: #08b85a;
      font-family: var(--font-head);
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .checks {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      color: #dcdcdc;
      font-size: 14px;
      line-height: 1.28;
      font-weight: 700;
    }

    .checks li {
      position: relative;
      padding-left: 20px;
      margin: 8px 0;
    }

    .checks li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #20d564;
      font-size: 13px;
    }

    .buy {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      align-self: center;
      min-width: 84px;
      height: 34px;
      padding: 0 16px;
      border-radius: 6px;
      font-family: var(--font-head);
      font-size: 12px;
      font-weight: 900;
      color: #fff;
      background: linear-gradient(180deg, #f41515 0%, #dd0909 100%);
      box-shadow: 0 9px 18px rgba(221, 9, 9, 0.24);
    }

    .pricing-foot {
      text-align: center;
      margin-top: 12px;
      color: #cfcfcf;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 700;
    }

    .guarantee {
      padding-top: 46px;
    }

    .center-block {
      text-align: center;
      width: min(980px, 100%);
      margin: 0 auto;
    }

    .center-block p {
      margin: 14px auto 0;
      color: var(--muted);
      font-size: clamp(18px, 1.7vw, 24px);
      line-height: 1.45;
      font-weight: 700;
      width: min(1080px, 100%);
    }

    .lifetime {
      padding-top: 42px;
    }

    .lifetime .section-title {
      font-size: clamp(26px, 3.1vw, 39px);
      max-width: 960px;
    }

    .forever-card {
      width: min(780px, 100%);
      margin: 34px auto 0;
      background: linear-gradient(180deg, rgba(35, 35, 35, 0.96) 0%, rgba(15, 15, 15, 0.96) 100%);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .forever-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 18px 24px 16px;
      background: rgba(255, 255, 255, 0.03);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      font-family: var(--font-head);
      font-size: 18px;
      font-weight: 900;
    }

    .forever-body {
      padding: 20px 24px 24px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      text-align: left;
    }

    .forever-body .checks li { font-size: 15px; }

    .faq {
      padding-top: 42px;
    }

    .faq-list {
      width: min(820px, 100%);
      margin: 24px auto 0;
      display: grid;
      gap: 8px;
    }

    .faq-item {
      overflow: hidden;
      background: linear-gradient(180deg, rgba(39, 39, 39, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
    }

    .faq-q {
      width: 100%;
      background: transparent;
      color: #f3f3f3;
      text-align: left;
      padding: 20px 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 17px;
      font-weight: 900;
      overflow-wrap: anywhere;
    }

    .faq-q .plus {
      flex: 0 0 auto;
      color: #f4f4f4;
      font-size: 24px;
      line-height: 1;
      opacity: 0.95;
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 220ms ease;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .faq-a > div {
      padding: 24px 26px 26px;
      color: #bfc0c1;
      font-size: 16px;
      line-height: 1.65;
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .faq-item.open .faq-a { max-height: 220px; }

    .setup {
      padding-top: 44px;
    }

    .step-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      width: min(960px, 100%);
      margin: 26px auto 0;
      background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(16, 16, 16, 0.98) 100%);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 18px;
      padding: 38px 24px 28px;
      box-shadow: var(--shadow);
      position: relative;
    }

    .step-grid::before {
      content: "";
      position: absolute;
      left: 9.5%;
      right: 9.5%;
      top: 86px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(52, 52, 52, 1) 0%, rgba(52, 52, 52, 1) 100%);
    }

    .step {
      text-align: center;
      position: relative;
    }

    .step-dot {
      width: 17px;
      height: 17px;
      margin: 18px auto 0;
      border-radius: 50%;
      background: #ffbe17;
      border: 4px solid #242424;
      position: relative;
      z-index: 1;
      box-shadow: 0 0 0 2px rgba(255, 190, 23, 0.08);
    }

    .step-title {
      color: #ffbf20;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 20px;
    }

    .step p {
      margin: 22px auto 0;
      max-width: 180px;
      color: #d6d6d6;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5;
    }

    .trial {
      padding-top: 46px;
    }

    .trial .section-copy { max-width: 900px; }

    .trial-card {
      width: min(980px, 100%);
      margin: 28px auto 0;
      padding: 28px 28px 34px;
    }

    .server {
      padding-top: 34px;
    }

    .server .section-title {
      margin-bottom: 12px;
    }

    .server .section-copy {
      width: min(900px, 100%);
      text-align: center;
    }

    .server .cta {
      margin-top: 26px;
      min-width: 430px;
      height: 54px;
      font-size: 17px;
    }

    .support {
      padding-top: 72px;
      padding-bottom: 42px;
    }

    .support-card {
      text-align: center;
      padding: 32px 24px 34px;
      width: min(960px, 100%);
      margin: 0 auto;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    .support-hero {
      width: 100%;
      text-align: center;
      padding: 0;
    }

    .support-kicker {
      color: #f11616;
      font-family: var(--font-head);
      font-weight: 900;
      font-size: 21px;
      margin-bottom: 8px;
    }

    .support-title {
      font-size: clamp(30px, 4vw, 54px);
      font-weight: 900;
      margin: 0;
      color: #f5f5f5;
      line-height: 0.98;
    }

    .support-copy {
      margin: 22px auto 0;
      width: min(1050px, 100%);
      color: #bababa;
      font-size: clamp(18px, 1.7vw, 23px);
      line-height: 1.5;
      font-weight: 700;
    }

    .support .cta {
      min-width: 300px;
      height: 52px;
      font-size: 15px;
      margin-top: 22px;
    }

    .footer {
      padding: 26px 0 22px;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      color: #e3e3e3;
      font-size: 14px;
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: min(1240px, calc(100vw - 24px));
      margin: 0 auto;
      flex-wrap: wrap;
      min-width: 0;
    }

    .footer-links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      color: #d8d8d8;
      font-family: var(--font-head);
      font-weight: 800;
    }

    .footer-copy {
      margin-left: auto;
      font-family: var(--font-head);
      font-weight: 800;
    }

    .wa {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 60;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: radial-gradient(circle at 50% 50%, #1fff8d 0%, #0fbf68 54%, #0a7f46 100%);
      border: 3px solid rgba(52, 255, 160, 0.18);
      box-shadow: 0 0 0 2px rgba(13, 163, 84, 0.4), 0 14px 32px rgba(0, 0, 0, 0.48);
      display: grid;
      place-items: center;
    }

    .wa::before {
      content: "";
      position: absolute;
      inset: 8px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.18);
    }

    .wa img {
      width: 34px;
      height: 34px;
      filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.4));
    }

    .back-top {
      position: fixed;
      left: 18px;
      bottom: 18px;
      z-index: 60;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: linear-gradient(180deg, rgba(22, 22, 22, 0.96) 0%, rgba(9, 9, 9, 0.96) 100%);
      color: #fff;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.04), 0 14px 32px rgba(0, 0, 0, 0.42);
      font-family: var(--font-head);
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      opacity: 0;
      transform: translateY(12px);
      pointer-events: none;
      transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

    .back-top.is-visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .back-top:focus-visible {
      outline: 2px solid #ffbf20;
      outline-offset: 3px;
    }

    .muted-border {
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      margin-top: 18px;
    }

    @media (max-width: 1100px) {
      .nav { gap: 22px; }
      .feature-grid,
      .pricing-grid,
      .testimonial-grid,
      .step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .forever-body {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 760px) {
      .offer-bar { overflow: hidden; }
      .offer-bar .shell {
        min-height: auto;
        padding: 8px 8px;
        gap: 6px 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        font-size: 11px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .offer-bar .shell::-webkit-scrollbar {
        display: none;
      }
      .offer-bar .offer-chip {
        height: 24px;
        padding: 0 8px;
        flex: 0 0 auto;
      }
      .topbar .shell {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
          "brand"
          "nav";
        align-items: center;
        height: auto;
        padding: 10px 0 8px;
        row-gap: 10px;
      }
      .brand { grid-area: brand; }
      .brand img { width: 112px; }
      .nav {
        grid-area: nav;
        width: 100%;
        justify-content: center;
        gap: 10px 14px;
        flex-wrap: wrap;
        margin: 0;
        font-size: 12px;
      }
      section { padding: 24px 0; }
      .hero { padding-top: 18px; padding-bottom: 22px; }
      .hero .accent { font-size: clamp(24px, 9vw, 36px); line-height: 1; }
      .hero h1 { font-size: clamp(28px, 7.5vw, 40px); margin-top: 12px; }
      .hero p { font-size: 14px; line-height: 1.55; }
      .cta, .cta.small, .server .cta, .support .cta { min-width: 0; width: 100%; }
      .sub-note { font-size: 15px; line-height: 1.35; }
      .hero-tags { gap: 8px; }
      .hero-tag { height: auto; min-height: 30px; padding: 7px 12px; line-height: 1.2; }
      .feature-grid,
      .pricing-grid,
      .testimonial-grid,
      .step-grid {
        grid-template-columns: 1fr;
      }
      .device-shell {
        width: calc(100vw - 20px);
        padding: 8px;
        box-shadow: 0 0 0 8px rgba(10, 10, 10, 0.66), 0 30px 60px rgba(0, 0, 0, 0.45);
      }
      .section-title { font-size: clamp(24px, 7vw, 34px); }
      .section-copy { font-size: 15px; }
      .feature-card { min-height: 0; padding: 22px 16px 18px; }
      .feature-card, .testimonial-card, .price-card, .guide-card, .trial-card, .support-card { border-radius: 16px; }
      .feature-title, .step-title, .price-plan, .faq-q, .support-kicker { font-size: 15px; }
      .testimonial-track { gap: 12px; }
      .testimonial-card { width: min(300px, calc(100vw - 32px)); min-height: 0; }
      .price-card { min-height: 0; }
      .price-head { min-height: 72px; padding: 12px 12px 14px; }
      .price-body { padding: 14px 14px 16px; }
      .price-value { font-size: clamp(34px, 12vw, 42px); }
      .buy { width: 100%; min-width: 0; }
      .faq-list, .center-block, .trial-card, .forever-card, .step-grid { width: 100%; }
      .faq-q, .faq-a > div { padding-left: 18px; padding-right: 18px; }
      .forever-head { padding: 16px 18px 14px; flex-direction: column; align-items: flex-start; }
      .forever-body { padding: 18px; gap: 12px; }
      .step-grid { padding: 28px 16px 20px; gap: 14px; }
      .step-grid::before { display: none; }
      .step p { max-width: none; margin-top: 14px; }
      .trial-card { padding: 22px 18px 24px; }
      .support-card { padding: 24px 14px 28px; }
      .support-copy, .section-copy { font-size: 15px; }
      .footer-inner { justify-content: center; }
      .footer-copy { margin-left: 0; }
      .wa { width: 62px; height: 62px; right: 12px; bottom: 12px; }
      .back-top { left: 12px; bottom: 12px; width: 52px; height: 52px; font-size: 22px; }
    }

    @media (max-width: 480px) {
      .shell {
        width: min(1240px, calc(100vw - 16px));
      }
      .offer-bar .shell {
        gap: 6px 6px;
        padding: 7px 4px;
        font-size: 10px;
      }
      .offer-chip {
        height: 22px;
        padding: 0 7px;
      }
      .topbar .shell {
        gap: 10px 12px;
      }
      .brand img {
        width: 92px;
      }
      .nav {
        font-size: 10px;
        gap: 6px 8px;
      }
      .rabatt {
        height: 34px;
        padding: 0 10px;
        font-size: 10px;
      }
      .hero {
        padding-top: 16px;
      }
      .hero .kicker {
        font-size: 15px;
      }
      .hero .accent {
        font-size: clamp(20px, 10vw, 30px);
      }
      .hero h1 {
        font-size: clamp(24px, 8.5vw, 34px);
        line-height: 1;
      }
      .hero p,
      .section-copy,
      .support-copy,
      .center-block p {
        font-size: 13px;
        line-height: 1.55;
      }
      .cta, .cta.small, .server .cta, .support .cta {
        height: 48px;
        font-size: 13px;
      }
      .hero-tag {
        width: 100%;
        justify-content: center;
      }
      .feature-card,
      .trial-card,
      .support-card,
      .price-body,
      .faq-q,
      .faq-a > div {
        padding-left: 14px;
        padding-right: 14px;
      }
      .testimonial-card {
        width: calc(100vw - 24px);
      }
      .price-value {
        font-size: clamp(32px, 12vw, 38px);
      }
      .faq-q {
        font-size: 14px;
        gap: 10px;
      }
      .faq-q .plus {
        font-size: 20px;
      }
      .support-title {
        font-size: clamp(24px, 8.5vw, 34px);
      }
      .wa {
        width: 56px;
        height: 56px;
      }
      .wa img {
        width: 28px;
        height: 28px;
      }
      .back-top { left: 10px; bottom: 10px; width: 48px; height: 48px; font-size: 20px; }
    }
  
