/* Produktyvumo kodas TOP 3 landing page v1.0.20 */
    :root {
      --purple-950: #201139;
      --purple-900: #2b174e;
      --purple-800: #3a2069;
      --purple-700: #5d31a0;
      --purple-500: #8f56dd;
      --purple-100: #f4edff;
      --yellow: #fff15a;
      --yellow-strong: #ffe93a;
      --white: #ffffff;
      --cream: #fffaf0;
      --surface: #ffffff;
      --ink: #1d1830;
      --muted: #625b70;
      --line: rgba(29, 24, 48, .12);
      --purple-line: rgba(255, 255, 255, .18);
      --shadow: 0 24px 70px rgba(32, 17, 57, .18);
      --radius-lg: 32px;
      --radius-md: 22px;
      --radius-sm: 14px;
      --container: 1180px;
      --focus: 0 0 0 4px rgba(255, 241, 90, .45);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 82% 12%, rgba(255, 241, 90, .16), transparent 26rem),
        radial-gradient(circle at 4% 30%, rgba(143, 86, 221, .14), transparent 22rem),
        var(--cream);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { display: block; max-width: 100%; height: auto; }
    a { color: inherit; }
    a:focus-visible, button:focus-visible { outline: none; box-shadow: var(--focus); }

    .skip-link {
      position: absolute;
      left: 1rem;
      top: 1rem;
      z-index: 1000;
      transform: translateY(-160%);
      padding: .7rem 1rem;
      border-radius: 999px;
      background: var(--yellow);
      color: #111;
      text-decoration: none;
      font-weight: 900;
      transition: transform .18s ease;
    }
    .skip-link:focus { transform: translateY(0); }

    .page-shell { overflow: hidden; }
    .container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }

    .hero-wrap {
      position: relative;
      color: var(--white);
      background:
        radial-gradient(circle at 82% 12%, rgba(255, 241, 90, .16), transparent 20rem),
        linear-gradient(135deg, rgba(32, 17, 57, .22), rgba(93, 49, 160, .10)),
        url("https://rasvetaines.lt/wp-content/uploads/2026/05/hero-bg-tech-1600.webp") center bottom / cover no-repeat,
        linear-gradient(135deg, var(--purple-950), var(--purple-800) 44%, var(--purple-500));
      overflow: hidden;
    }
    .hero-wrap::before,
    .hero-wrap::after {
      content: "";
      position: absolute;
      pointer-events: none;
      inset: auto;
    }
    .hero-wrap::before {
      width: 36rem;
      height: 36rem;
      right: -14rem;
      top: -12rem;
      border-radius: 50%;
      background: rgba(255, 241, 90, .10);
      filter: blur(10px);
      opacity: .75;
    }
    .hero-wrap::after {
      left: 48%;
      bottom: -8rem;
      width: 18rem;
      height: 18rem;
      transform: translateX(-50%);
      border-radius: 50%;
      background: rgba(189, 108, 255, .24);
      filter: blur(26px);
      opacity: .9;
    }

    .topbar {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 1rem;
      padding: 22px 0 12px;
    }
    .brand {
      display: inline-flex;
      align-items: flex-end;
      gap: .9rem;
      min-width: 0;
      text-decoration: none;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .brand img {
      width: 136px;
      height: auto;
      filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .18));
    }
    .brand-fallback {
      display: none;
      color: var(--white);
      font-size: .82rem;
    }
    .topbar-cta {
      display: inline-flex;
      justify-content: center;
      align-items: flex-end;
      min-height: 44px;
      padding: .78rem 1.08rem;
      border-radius: 999px;
      background: var(--yellow);
      color: #111;
      font-weight: 950;
      text-decoration: none;
      box-shadow: 0 16px 35px rgba(0,0,0,.2);
    }

    .hero {
      position: relative;
      z-index: 1;
      padding: 18px 0 54px;
    }
    .hero-grid {
      display: grid;
      gap: 22px;
      align-items: end;
    }
    .hero-content { position: relative; z-index: 2; }
    .eyebrow {
      display: inline-flex;
      align-items: flex-end;
      gap: .55rem;
      width: fit-content;
      margin: 0 0 1rem;
      padding: .48rem .76rem;
      border-radius: 999px;
      background: rgba(255,255,255,.12);
      border: 1px solid var(--purple-line);
      color: var(--yellow);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: .6rem;
      height: .6rem;
      border-radius: 999px;
      background: var(--yellow);
      box-shadow: 0 0 0 7px rgba(255, 241, 90, .18);
    }
    h1, h2, h3, p { margin-top: 0; }
    h1 {
      max-width: 760px;
      margin-bottom: 1rem;
      color: var(--yellow);
      font-size: clamp(3rem, 11vw, 6.35rem);
      line-height: .92;
      letter-spacing: -.075em;
      text-transform: uppercase;
      font-weight: 950;
    }
    .hero-lead {
      max-width: 690px;
      margin-bottom: .9rem;
      color: rgba(255,255,255,.95);
      font-size: clamp(1.13rem, 2.2vw, 1.55rem);
      line-height: 1.35;
      font-weight: 820;
    }
    .hero-text {
      max-width: 680px;
      margin-bottom: 1.25rem;
      color: rgba(255,255,255,.82);
      font-size: 1.03rem;
    }
    .hero-facts {
      display: flex;
      flex-wrap: wrap;
      gap: .7rem;
      margin: 1.1rem 0 0;
      padding: 0;
      list-style: none;
    }
    .hero-facts li {
      display: inline-flex;
      align-items: flex-end;
      gap: .46rem;
      min-height: 42px;
      padding: .62rem .78rem;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      color: rgba(255,255,255,.95);
      font-weight: 820;
      backdrop-filter: blur(8px);
    }
    .hero-facts strong { color: var(--yellow); }
    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: .86rem;
      align-items: flex-end;
      margin-top: 1.35rem;
    }
    .btn {
      display: inline-flex;
      align-items: flex-end;
      justify-content: center;
      gap: .62rem;
      min-height: 54px;
      padding: .96rem 1.35rem;
      border-radius: 999px;
      border: 2px solid transparent;
      text-decoration: none;
      font-weight: 950;
      line-height: 1.1;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary {
      background: var(--yellow);
      color: #111;
      box-shadow: 0 20px 46px rgba(0, 0, 0, .24);
    }
    .btn-secondary {
      background: rgba(255,255,255,.10);
      color: var(--white);
      border-color: rgba(255,255,255,.22);
    }
    .btn-dark {
      background: var(--purple-950);
      color: var(--white);
      box-shadow: 0 16px 36px rgba(32, 17, 57, .22);
    }
    .btn-icon {
      display: inline-grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0,0,0,.12);
      line-height: 1;
    }
    .btn-secondary .btn-icon { background: rgba(255,255,255,.12); }

    .hero-note {
      margin-top: 1rem;
      color: rgba(255,255,255,.88);
      font-weight: 820;
    }
    .hero-visual {
      position: relative;
      isolation: isolate;
      overflow: visible;
      min-height: 640px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      padding: 0;
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      z-index: 0;
      right: -4%;
      bottom: 18%;
      width: 20rem;
      height: 20rem;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(208, 128, 255, .34), rgba(208, 128, 255, 0) 68%);
      filter: blur(12px);
    }
    .hero-visual picture {
      display: block;
      position: relative;
      z-index: 1;
      overflow: visible;
      width: min(100%, 1420px);
      position: absolute;
      right: -255px;
      bottom: -118px;
      margin-left: auto;
      border: none;
      box-shadow: none;
      background: transparent;
      transform: none;
    }
    .hero-visual img {
      width: 100%;
      aspect-ratio: auto;
      object-fit: contain;
      object-position: right bottom;
      filter: drop-shadow(0 34px 54px rgba(0,0,0,.24));
      transform: scale(1.12);
      transform-origin: right bottom;
    }
    .hero-price-card {
      position: absolute;
      z-index: 2;
      left: 24px;
      bottom: 150px;
      display: grid;
      gap: .18rem;
      max-width: 270px;
      padding: 1rem 1.08rem;
      border-radius: 22px;
      background: var(--yellow);
      color: #111;
      box-shadow: 0 22px 55px rgba(0,0,0,.24);
      font-weight: 900;
    }
    .hero-price-card span {
      font-size: .9rem;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .hero-price-card strong {
      font-size: clamp(1.15rem, 2vw, 1.55rem);
      line-height: 1.05;
    }

    section {
      padding: 76px 0;
    }
    .section-head {
      max-width: 790px;
      margin: 0 auto 34px;
      text-align: center;
    }
    .kicker {
      display: inline-flex;
      align-items: flex-end;
      gap: .5rem;
      margin-bottom: .8rem;
      padding: .42rem .72rem;
      border-radius: 999px;
      background: var(--purple-100);
      color: var(--purple-700);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      font-size: .75rem;
    }
    .section-head h2,
    .split-text h2,
    .final-card h2 {
      margin-bottom: .75rem;
      color: var(--ink);
      font-size: clamp(2rem, 5vw, 3.7rem);
      line-height: 1;
      letter-spacing: -.055em;
      font-weight: 950;
    }
    .section-head p,
    .split-text p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 1.08rem;
    }

    .problem {
      background: var(--surface);
    }
    .problem-card {
      display: grid;
      gap: 22px;
      padding: clamp(1.2rem, 4vw, 2.4rem);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 92% 8%, rgba(255, 241, 90, .28), transparent 18rem),
        linear-gradient(135deg, #fff, #fbf8ff);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }
    .problem-card p {
      margin: 0;
      color: #463f55;
      font-size: clamp(1.05rem, 2vw, 1.28rem);
    }
    .problem-stat {
      display: grid;
      place-items: center;
      min-height: 170px;
      padding: 1.2rem;
      border-radius: 28px;
      background: var(--purple-950);
      color: var(--white);
      text-align: center;
    }
    .problem-stat strong {
      display: block;
      color: var(--yellow);
      font-size: clamp(2.7rem, 8vw, 5.1rem);
      line-height: .9;
      letter-spacing: -.07em;
    }
    .problem-stat span {
      display: block;
      margin-top: .45rem;
      color: rgba(255,255,255,.82);
      font-weight: 850;
    }

    .lectures {
      background:
        radial-gradient(circle at 10% 10%, rgba(143, 86, 221, .12), transparent 22rem),
        var(--cream);
    }
    .lecture-grid {
      display: grid;
      gap: 18px;
      counter-reset: lecture;
    }
    .lecture-card {
      position: relative;
      min-height: 100%;
      padding: 1.25rem;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--surface);
      box-shadow: 0 16px 46px rgba(32,17,57,.09);
      overflow: hidden;
    }
    .lecture-card::before {
      counter-increment: lecture;
      content: "0" counter(lecture);
      display: inline-grid;
      place-items: center;
      width: 52px;
      height: 52px;
      margin-bottom: 1rem;
      border-radius: 18px;
      background: var(--purple-950);
      color: var(--yellow);
      font-weight: 950;
      letter-spacing: -.04em;
    }
    .lecture-card h3 {
      margin-bottom: .68rem;
      color: var(--purple-950);
      font-size: 1.28rem;
      line-height: 1.15;
      letter-spacing: -.025em;
    }
    .lecture-card p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .quote-section {
      color: var(--white);
      background:
        radial-gradient(circle at 18% 22%, rgba(255, 241, 90, .13), transparent 18rem),
        linear-gradient(135deg, var(--purple-950), var(--purple-800));
    }
    .quote-card {
      display: grid;
      gap: 24px;
      align-items: flex-end;
    }
    blockquote {
      margin: 0;
      padding: 0;
      color: rgba(255,255,255,.94);
      font-size: clamp(1.45rem, 4vw, 2.55rem);
      line-height: 1.17;
      letter-spacing: -.035em;
      font-weight: 850;
    }
    blockquote p { margin-bottom: .9rem; }
    blockquote footer {
      color: var(--yellow);
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: .02em;
    }
    .quote-note {
      padding: 1.15rem;
      border-radius: var(--radius-md);
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.84);
      font-weight: 720;
    }

    .lecturer {
      background: var(--surface);
    }
    .split {
      display: grid;
      gap: 28px;
      align-items: flex-end;
    }
    .lecturer-photo {
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      background: var(--purple-100);
    }
    .lecturer-photo img {
      width: 100%;
      aspect-ratio: 1200 / 711;
      object-fit: cover;
    }
    .credential-list {
      display: grid;
      gap: .75rem;
      margin: 1.25rem 0 0;
      padding: 0;
      list-style: none;
    }
    .credential-list li {
      display: flex;
      gap: .65rem;
      align-items: flex-start;
      color: #463f55;
      font-weight: 760;
    }
    .credential-list li::before {
      content: "";
      flex: 0 0 .72rem;
      width: .72rem;
      height: .72rem;
      margin-top: .45rem;
      border-radius: 999px;
      background: var(--yellow);
      box-shadow: 0 0 0 6px rgba(255,241,90,.28);
    }

    .final {
      padding-top: 50px;
      background:
        radial-gradient(circle at 86% 12%, rgba(255,241,90,.24), transparent 22rem),
        linear-gradient(180deg, var(--cream), #f3ecff);
    }
    .final-card {
      display: grid;
      gap: 24px;
      align-items: flex-end;
      padding: clamp(1.35rem, 5vw, 3rem);
      border-radius: 38px;
      background: var(--purple-950);
      color: var(--white);
      box-shadow: 0 30px 80px rgba(32, 17, 57, .24);
      overflow: hidden;
    }
    .final-card h2 {
      color: var(--yellow);
    }
    .final-card p {
      color: rgba(255,255,255,.86);
      font-size: 1.08rem;
    }
    .price-badge {
      display: inline-flex;
      width: fit-content;
      align-items: flex-end;
      gap: .5rem;
      padding: .55rem .75rem;
      border-radius: 999px;
      background: rgba(255,241,90,.13);
      color: var(--yellow);
      border: 1px solid rgba(255,241,90,.24);
      font-weight: 950;
    }
    .final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .85rem;
      align-items: flex-end;
    }
    .site-footer {
      padding: 24px 0 36px;
      background: #f3ecff;
      color: #5b526b;
      font-size: .92rem;
    }
    .footer-row {
      display: flex;
      flex-wrap: wrap;
      gap: .8rem 1rem;
      justify-content: space-between;
      align-items: flex-end;
      border-top: 1px solid rgba(29,24,48,.12);
      padding-top: 20px;
    }
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: .9rem;
    }
    .footer-links a {
      text-decoration-thickness: .08em;
      text-underline-offset: .18em;
    }

    @media (min-width: 760px) {
      .problem-card { grid-template-columns: 1.5fr .7fr; align-items: center; }
      .lecture-grid { grid-template-columns: repeat(3, 1fr); }
      .quote-card { grid-template-columns: 1.4fr .7fr; }
      .split { grid-template-columns: .84fr 1.16fr; }
      .final-card { grid-template-columns: 1.2fr .8fr; }
    }

    @media (min-width: 980px) {
      .hero {
        min-height: 680px;
        padding-top: 10px;
        padding-bottom: 56px;
      }
      .hero-grid {
        grid-template-columns: .9fr 1fr;
        align-items: center;
      }
      .hero-content {
        position: relative;
        z-index: 4;
        padding-top: 14px;
        padding-bottom: 0;
      }
      .hero-visual {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: min(44vw, 720px);
        height: min(76vh, 760px);
        min-height: 0;
        overflow: hidden;
        display: block;
        pointer-events: none;
      }
      .hero-visual picture {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        max-width: none;
        margin: 0;
      }
      .hero-visual img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
        transform: none;
        object-fit: contain;
        object-position: right bottom;
        filter: drop-shadow(0 34px 54px rgba(0,0,0,.24));
      }
      .hero-price-card {
        left: auto;
        right: clamp(260px, 31vw, 440px);
        bottom: 118px;
      }
      .brand-fallback { display: inline; }
    }


    @media (min-width: 760px) and (max-width: 979px) {
      .container { width: min(100% - 48px, var(--container)); }
      .topbar { padding-top: 18px; }
      .hero {
        position: relative;
        min-height: 880px;
        padding-top: 12px;
        padding-bottom: 0;
      }
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: stretch;
      }
      .hero-content {
        position: relative;
        z-index: 4;
        max-width: 520px;
        padding-top: 10px;
        padding-bottom: 0;
      }
      h1 {
        max-width: 520px;
        font-size: clamp(4rem, 10.1vw, 5.65rem);
      }
      .hero-lead {
        max-width: 500px;
      }
      .hero-text {
        max-width: 500px;
      }
      .hero-facts {
        max-width: 600px;
      }
      .hero-actions {
        gap: .8rem;
      }
      .hero-visual {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: min(54vw, 500px);
        height: 620px;
        min-height: 0;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        pointer-events: none;
      }
      .hero-visual::before {
        right: 0;
        bottom: 18%;
        width: 14rem;
        height: 14rem;
      }
      .hero-visual picture {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        max-width: none;
        margin: 0;
      }
      .hero-visual img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
        transform: none;
        transform-origin: right bottom;
        object-fit: contain;
        object-position: right bottom;
      }
      .hero-price-card {
        position: absolute;
        z-index: 3;
        left: -190px;
        right: auto;
        bottom: 82px;
        margin: 0;
        max-width: 230px;
      }
    }

    @media (max-width: 759px) {
      .container { width: min(100% - 28px, var(--container)); }
      .topbar { padding-top: 16px; }
      .brand img { width: 122px; }
      .topbar-cta { display: none; }
      .hero { padding: 34px 0 58px; }
      .hero-visual { min-height: 0; padding: 1.2rem 0 0; justify-content: center; align-items: center; }
      .hero-visual::before { right: 50%; bottom: 22%; width: 14rem; height: 14rem; transform: translateX(50%); }
      .hero-visual picture { position: relative; right: auto; bottom: auto; width: min(100%, 410px); transform: none; }
      .hero-price-card { position: relative; left: auto; bottom: auto; margin: -18px auto 0; }
      .visual-caption {
        position: static;
        border-radius: 0;
        background: rgba(32,17,57,.94);
        flex-direction: column;
        align-items: flex-start;
      }
      .hero-facts li { width: 100%; justify-content: center; }
      .cta-row, .final-actions { align-items: stretch; flex-direction: column; }
      .btn { width: 100%; }
      section { padding: 56px 0; }
      .section-head { text-align: left; }
      .problem-stat { min-height: 140px; }
      .footer-row { align-items: flex-start; flex-direction: column; }
    }

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