/* Front-page-only Spectra heading fixes. */

/* Full-bleed landing blocks must never make the document wider than the
 * scrollbar-adjusted viewport. Inner mobile carousels keep their own scroll. */
body.home {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    body.home {
        overflow-x: hidden;
    }
}

/* Below-hero sections animate only after the small deferred controller loads.
 * Opacity and transform stay on the compositor and never change layout. */
@media (prefers-reduced-motion: no-preference) {
    html.sv-home-reveal-ready body.home .sv-home-reveal {
        opacity: 0;
        transition: opacity .48s ease-out;
        will-change: opacity;
    }

    html.sv-home-reveal-ready body.home .sv-home-reveal.is-visible {
        opacity: 1;
        will-change: auto;
    }

    html.sv-home-reveal-ready body.home .sv-home-reveal--translate {
        transform: translate3d(0, 20px, 0);
        transition: opacity .48s ease-out, transform .48s cubic-bezier(.22, .61, .36, 1);
        will-change: opacity, transform;
    }

    html.sv-home-reveal-ready body.home .sv-home-reveal--translate.is-visible {
        transform: translate3d(0, 0, 0);
        will-change: auto;
    }
}

.uagb-ifb-title-wrap,
.uagb-ifb-title-wrap h1,
.uagb-ifb-title-wrap h2,
.uagb-ifb-title-wrap h3 {
    font-size: clamp(32px, 4vw, 72px);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.uagb-block-52180088 .uagb-heading-text {
    font-size: 64px !important;
    line-height: 1.15 !important;
}

@media (max-width: 1024px) {
    .uagb-block-52180088 .uagb-heading-text {
        font-size: 48px !important;
    }
}

@media (max-width: 767px) {
    .uagb-block-52180088 .uagb-heading-text {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }
}

/* Homepage hero continuity after leaving Astra. */
body.home .entry-content {
    background: #F7FAF8;
}

body.home .wp-block-uagb-container.uagb-block-0d23f057 {
    position: relative;
    isolation: isolate;
}

body.home .wp-block-uagb-container.uagb-block-0d23f057::before {
    background: var(--ast-global-color-7, #10231B) !important;
}

body.home .wp-block-uagb-container.uagb-block-0d23f057 > .uagb-container-inner-blocks-wrap {
    position: relative;
    z-index: 1;
}

/* Keep the homepage hero content aligned with the global site container. */
body.home .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0d23f057
  > .uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min(100%, var(--sv-container-width)) !important;
    max-width: var(--inner-content-custom-width) !important;
}

/* Counter labels belong below their numbers at every breakpoint. */
body.home .cool-counter-wrapper {
    align-items: flex-start !important;
    margin: clamp(42px, 4.4vw, 72px) auto clamp(48px, 5vw, 82px) !important;
}

/* Theme-owned sections keep their own vertical rhythm instead of Gutenberg spacers. */
body.home .sv-google-reviews--home {
    margin-top: clamp(54px, 5.5vw, 92px);
    margin-bottom: clamp(52px, 5vw, 84px);
}

body.home .cool-counter-item {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    min-width: 180px !important;
}

body.home .cool-counter-number,
body.home .cool-counter-label {
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    body.home .cool-counter-wrapper {
        margin-top: 34px !important;
        margin-bottom: 46px !important;
    }

    body.home .sv-google-reviews--home {
        margin-top: 44px;
        margin-bottom: 46px;
    }

    body.home .cool-counter-item {
        min-width: 138px !important;
    }
}

/* Refreshed homepage hero message hierarchy. */
body.home .uagb-block-52180088 .sv-home-hero-eyebrow {
    display: block;
    margin: 0 0 12px;
    color: var(--sv-color-green-hi, #37D48C);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.home .uagb-block-52180088 .uagb-heading-text {
    max-width: 980px;
    text-wrap: balance;
}

body.home .uagb-block-52180088 .uagb-desc-text {
    max-width: 820px;
    margin-top: 18px;
    font-weight: 500;
    line-height: 1.55;
}

body.home .sv-home-hero-price-note {
    margin-top: 12px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 767px) {
    body.home .uagb-block-52180088 .sv-home-hero-eyebrow {
        margin-bottom: 9px;
        font-size: 11px;
        letter-spacing: .13em;
    }

    body.home .uagb-block-52180088 .uagb-desc-text {
        margin-top: 14px;
        line-height: 1.5;
    }

    body.home .sv-home-hero-price-note {
        margin-top: 10px;
        font-size: 13px;
    }
}


/* Tighter vertical breathing room around the refreshed hero copy. */
@media (min-width: 977px) {
    body.home .wp-block-uagb-container.uagb-block-0d23f057 {
        padding-top: 172px !important;
        padding-bottom: 96px !important;
    }
}

@media (min-width: 768px) and (max-width: 976px) {
    body.home .wp-block-uagb-container.uagb-block-0d23f057 {
        padding-top: 132px !important;
        padding-bottom: 66px !important;
    }
}

@media (max-width: 767px) {
    body.home .wp-block-uagb-container.uagb-block-0d23f057 {
        padding-top: 84px !important;
        padding-bottom: 48px !important;
    }
}

/* A tactile, smooth press reaction for the main hero CTA. */
body.home a.sv-home-hero-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(27, 163, 101, .28);
    transition:
        transform .16s cubic-bezier(.2, .8, .2, 1),
        box-shadow .16s ease,
        filter .16s ease !important;
    -webkit-tap-highlight-color: transparent;
}

body.home a.sv-home-hero-cta::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: -1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .34s ease, opacity .34s ease;
    pointer-events: none;
}

body.home a.sv-home-hero-cta:hover,
body.home a.sv-home-hero-cta:focus-visible {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(27, 163, 101, .36);
}

body.home a.sv-home-hero-cta:active {
    color: #fff !important;
    transform: translateY(2px) scale(.975);
    box-shadow: 0 4px 10px rgba(27, 163, 101, .24), inset 0 2px 4px rgba(0, 0, 0, .12);
    filter: brightness(.94);
}

body.home a.sv-home-hero-cta:active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(15);
    transition-duration: .12s;
}

@media (prefers-reduced-motion: reduce) {
    body.home a.sv-home-hero-cta,
    body.home a.sv-home-hero-cta::after {
        transition: none !important;
    }
}

/* Homepage learning destinations — full-width landing-page sections. */
body.home .sv-home-destination {
    --sv-dest-navy: var(--sv-color-ink, #10231B);
    --sv-dest-orange: var(--sv-color-green, #1BA365);
    --sv-dest-cream: var(--sv-color-paper, #F7FAF8);
    --sv-dest-green: var(--sv-color-ink, #10231B);
    --sv-dest-green-2: var(--sv-color-green, #1BA365);
    --sv-dest-yellow: var(--sv-color-green, #1BA365);
    --sv-dest-red: var(--sv-color-danger, #C4534A);
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: min(calc(100% - 64px), var(--sv-container-width, 1280px));
    margin-left: auto;
    margin-right: auto;
    font-family: var(--sv-font-body, "Plus Jakarta Sans", sans-serif);
}

/*
 * The section lives inside the theme's content container, but its background
 * should span the viewport. The inner grid stays
 * aligned with the rest of the landing page instead of becoming a huge card.
 */
body.home .sv-home-destination::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
}

body.home .sv-home-destination--learning {
    margin-top: clamp(56px, 5vw, 84px);
    margin-bottom: 0;
}

body.home .sv-home-destination--learning::before {
    background: #E8F3EE;
}

body.home .sv-home-destination--lietuvinam {
    margin-top: 0;
    margin-bottom: 0;
}

body.home .sv-home-destination--lietuvinam::before {
    background: #F7FAF8;
}

body.home .sv-home-destination *,
body.home .sv-home-destination *::before,
body.home .sv-home-destination *::after {
    box-sizing: border-box;
}

/* This used to be the outer card.  It is now only the centered content grid. */
body.home .sv-home-destination__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
    align-items: center;
    gap: clamp(34px, 5vw, 74px);
    min-height: 390px;
    padding: clamp(58px, 6vw, 84px) 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

body.home .sv-home-destination__copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 760px;
}

body.home .sv-home-destination__eyebrow,
body.home .sv-home-destination__brandline {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.home .sv-home-destination h2 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-wrap: balance;
}

body.home .sv-home-destination__copy > p {
    max-width: 700px;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.72;
}

body.home .sv-home-destination__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

body.home .sv-home-destination__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}

body.home .sv-home-destination__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    margin-top: 28px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.home .sv-home-destination__button > span {
    font-size: 20px;
    line-height: 1;
    transition: transform .18s ease;
}

body.home .sv-home-destination__button:hover,
body.home .sv-home-destination__button:focus-visible {
    transform: translateY(-2px);
}

body.home .sv-home-destination__button:hover > span,
body.home .sv-home-destination__button:focus-visible > span {
    transform: translateX(3px);
}

body.home .sv-home-destination__visual {
    position: relative;
    z-index: 1;
    min-height: 250px;
    align-self: stretch;
}

/* Learning center — main Švietėjas visual language. */
body.home .sv-home-destination--learning .sv-home-destination__card {
    color: var(--sv-dest-navy);
}

/* The decorative circles used to sit on the rounded outer card. */
body.home .sv-home-destination--learning .sv-home-destination__card::before,
body.home .sv-home-destination--learning .sv-home-destination__card::after {
    display: none;
}

body.home .sv-home-destination--learning .sv-home-destination__eyebrow {
    color: var(--sv-color-green, #1BA365);
}

body.home .sv-home-destination--learning h2 {
    color: var(--sv-dest-navy);
}

body.home .sv-home-destination--learning .sv-home-destination__copy > p {
    color: #596074;
}

body.home .sv-home-destination--learning .sv-home-destination__meta span {
    color: var(--sv-color-ink, #10231B);
    border: 1px solid rgba(27, 163, 101, .20);
    background: rgba(255, 255, 255, .72);
}

body.home .sv-home-destination--learning .sv-home-destination__button {
    color: #fff !important;
    background: var(--sv-dest-orange);
    box-shadow: 0 10px 24px rgba(27, 163, 101, .22);
}

body.home .sv-home-destination--learning .sv-home-destination__button:hover,
body.home .sv-home-destination--learning .sv-home-destination__button:focus-visible {
    color: #fff !important;
    background: var(--sv-color-ink, #10231B);
    box-shadow: 0 14px 28px rgba(16, 35, 27, .26);
}

body.home .sv-home-learning-visual {
    position: absolute;
    inset: 4% 0 4% 2%;
    display: flex;
    flex-direction: column;
    padding: clamp(23px, 2.4vw, 32px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    background: var(--sv-color-ink, #10231B);
    box-shadow: 0 24px 48px rgba(16, 35, 27, .22);
    overflow: hidden;
    transform: none;
}

body.home .sv-home-learning-visual::before {
    content: "";
    position: absolute;
    top: -76px;
    right: -72px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(55, 212, 140, .18);
    pointer-events: none;
}

body.home .sv-home-learning-visual__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.home .sv-home-learning-visual__label {
    color: #A9C9B8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
}

body.home .sv-home-learning-visual__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--sv-color-ink, #10231B);
    background: #E8F3EE;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.home .sv-home-learning-visual__status i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-learning-visual__heading {
    position: relative;
    z-index: 1;
    margin-top: clamp(28px, 3.2vw, 44px);
    color: #fff;
    font-size: clamp(25px, 2.55vw, 38px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.04em;
}

body.home .sv-home-learning-visual__subjects {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

body.home .sv-home-learning-visual__subjects span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: #E8F3EE;
    background: rgba(255, 255, 255, .06);
    font-size: 11px;
    font-weight: 600;
}

body.home .sv-home-learning-visual__progress {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 15px 16px 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

body.home .sv-home-learning-visual__progress-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 11px;
    font-weight: 600;
}

body.home .sv-home-learning-visual__progress-head strong {
    color: var(--sv-color-ink, #10231B);
    font-size: 11px;
    font-weight: 700;
}

body.home .sv-home-learning-visual__progress-bar {
    height: 8px;
    margin-top: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #E0EBE5;
}

body.home .sv-home-learning-visual__progress-bar i {
    display: block;
    width: 60%;
    height: 100%;
    border-radius: inherit;
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-learning-visual__mini-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

body.home .sv-home-learning-visual__mini-cards span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 12px;
    color: #E8F3EE;
    font-size: 10px;
    font-weight: 600;
}

body.home .sv-home-learning-visual__mini-cards b {
    color: var(--sv-color-green-hi, #37D48C);
    font-size: 10px;
    font-weight: 700;
}

/* LIETUVINAM — adapted from the public LIETUVINAM landing page. */
body.home .sv-home-destination--lietuvinam .sv-home-destination__card {
    color: var(--sv-color-ink, #10231B);
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__brandline {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--sv-color-ink, #10231B);
    letter-spacing: .08em;
}

body.home .sv-home-destination__lietuvinam-mark {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    width: 29px;
    height: 23px;
}

body.home .sv-home-destination__lietuvinam-mark i {
    display: block;
    width: 7px;
    border-radius: 999px;
}

body.home .sv-home-destination__lietuvinam-mark i:nth-child(1) { height: 12px; background: var(--sv-dest-yellow); }
body.home .sv-home-destination__lietuvinam-mark i:nth-child(2) { height: 23px; background: #35a66c; }
body.home .sv-home-destination__lietuvinam-mark i:nth-child(3) { height: 17px; background: var(--sv-dest-red); }

body.home .sv-home-destination--lietuvinam h2 {
    color: var(--sv-color-ink, #10231B);
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__copy > p {
    color: var(--sv-color-muted, #5C6F67);
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__meta span {
    color: var(--sv-color-ink, #10231B);
    border: 1px solid var(--sv-color-border, #C9DDD2);
    background: #fff;
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__button {
    position: relative;
    overflow: hidden;
    color: #fff !important;
    background: var(--sv-color-green, #1BA365);
    box-shadow: 0 10px 24px rgba(27, 163, 101, .18);
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__button::after {
    content: none;
}

body.home .sv-home-destination--lietuvinam .sv-home-destination__button:hover,
body.home .sv-home-destination--lietuvinam .sv-home-destination__button:focus-visible {
    color: #fff !important;
    background: var(--sv-color-ink, #10231B);
    box-shadow: 0 14px 30px rgba(16, 35, 27, .18);
}

body.home .sv-home-lietuvinam-visual {
    position: absolute;
    inset: 3% 0 3% 4%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 280px;
    padding: 0;
    border: 1px solid var(--sv-color-border, #C9DDD2);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 46px rgba(16, 35, 27, .12);
}

body.home .sv-home-lietuvinam-visual::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: var(--sv-color-green, #1BA365);
    pointer-events: none;
}

body.home .sv-home-lietuvinam-visual__topbar {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px 10px 21px;
    border-bottom: 1px solid var(--sv-color-line, #E2ECE6);
    background: #fff;
}

body.home .sv-home-lietuvinam-visual__logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sv-color-ink, #10231B);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
}

body.home .sv-home-lietuvinam-visual__logo .sv-home-destination__lietuvinam-mark {
    width: 24px;
    height: 19px;
    gap: 2px;
}

body.home .sv-home-lietuvinam-visual__logo .sv-home-destination__lietuvinam-mark > i {
    width: 6px;
}

body.home .sv-home-lietuvinam-visual__logo .sv-home-destination__lietuvinam-mark > i:nth-child(1) { height: 10px; }
body.home .sv-home-lietuvinam-visual__logo .sv-home-destination__lietuvinam-mark > i:nth-child(2) { height: 19px; }
body.home .sv-home-lietuvinam-visual__logo .sv-home-destination__lietuvinam-mark > i:nth-child(3) { height: 14px; }

body.home .sv-home-lietuvinam-visual__free {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 5px 8px;
    border: 1px solid rgba(27, 163, 101, .18);
    border-radius: 999px;
    background: var(--sv-color-green-soft, #E8F3EE);
    color: var(--sv-color-ink, #10231B);
    font-size: 9px;
    line-height: 1;
    font-weight: 750;
}

body.home .sv-home-lietuvinam-visual__free > i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-lietuvinam-visual__workspace {
    display: grid;
    grid-template-columns: minmax(96px, .74fr) minmax(140px, 1.26fr);
    gap: 12px;
    min-height: 0;
    padding: 14px 14px 14px 20px;
    background: var(--sv-color-paper, #F7FAF8);
}

body.home .sv-home-lietuvinam-visual__lesson,
body.home .sv-home-lietuvinam-visual__phrase {
    min-width: 0;
    margin: 0;
    border-radius: 17px;
}

body.home .sv-home-lietuvinam-visual__lesson {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    background: var(--sv-color-ink, #10231B);
    color: #fff;
}

body.home .sv-home-lietuvinam-visual__lesson > span {
    color: rgba(255, 255, 255, .66);
    font-size: 8px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.home .sv-home-lietuvinam-visual__lesson > strong {
    margin-top: 8px;
    color: #fff;
    font-family: var(--sv-font-display, "Outfit", sans-serif);
    font-size: clamp(16px, 1.45vw, 21px);
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: -.025em;
}

body.home .sv-home-lietuvinam-visual__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    margin-top: auto;
    padding-top: 20px;
}

body.home .sv-home-lietuvinam-visual__steps i {
    display: block;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

body.home .sv-home-lietuvinam-visual__steps i.is-complete,
body.home .sv-home-lietuvinam-visual__steps i.is-current {
    background: var(--sv-color-green-hi, #37D48C);
}

body.home .sv-home-lietuvinam-visual__steps i.is-current {
    box-shadow: 0 0 0 2px rgba(55, 212, 140, .18);
}

body.home .sv-home-lietuvinam-visual__lesson > small {
    margin-top: 7px;
    color: rgba(255, 255, 255, .70);
    font-size: 8px;
    line-height: 1.3;
}

body.home .sv-home-lietuvinam-visual__phrase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border: 1px solid rgba(27, 163, 101, .17);
    background: var(--sv-color-green-soft, #E8F3EE);
}

body.home .sv-home-lietuvinam-visual__phrase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

body.home .sv-home-lietuvinam-visual__phrase-head > span {
    color: var(--sv-color-green, #1BA365);
    font-size: 8px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.home .sv-home-lietuvinam-visual__phrase-head > i {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    background: #fff;
    color: var(--sv-color-green, #1BA365);
    font-style: normal;
}

body.home .sv-home-lietuvinam-visual__phrase-head svg {
    display: block;
    width: 16px;
    height: 16px;
}

body.home .sv-home-lietuvinam-visual__phrase > strong {
    margin-top: 14px;
    color: var(--sv-color-ink, #10231B);
    font-family: var(--sv-font-display, "Outfit", sans-serif);
    font-size: clamp(28px, 3vw, 42px);
    line-height: .95;
    font-weight: 600;
    letter-spacing: -.045em;
}

body.home .sv-home-lietuvinam-visual__phrase > p {
    margin: 7px 0 0;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 650;
}

body.home .sv-home-lietuvinam-visual__words {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: auto;
    padding-top: 14px;
}

body.home .sv-home-lietuvinam-visual__words span {
    padding: 5px 7px;
    border: 1px solid rgba(16, 35, 27, .10);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--sv-color-ink, #10231B);
    font-size: 8px;
    line-height: 1.1;
    font-weight: 700;
}

body.home .sv-home-lietuvinam-visual__footer {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 15px 9px 21px;
    border-top: 1px solid var(--sv-color-line, #E2ECE6);
    background: #fff;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
}

body.home .sv-home-lietuvinam-visual__footer > span,
body.home .sv-home-lietuvinam-visual__footer > b {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.home .sv-home-lietuvinam-visual__footer > span > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-lietuvinam-visual__footer > b {
    color: var(--sv-color-green, #1BA365);
    font-weight: 800;
}

body.home .sv-home-lietuvinam-visual__footer > b > i {
    font-size: 15px;
    line-height: 1;
    font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
    body.home .sv-home-destination__button,
    body.home .sv-home-destination__button > span,
    body.home .sv-home-destination--lietuvinam .sv-home-destination__button::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 960px) {
    body.home .sv-home-destination {
        width: min(calc(100% - 48px), var(--sv-container-width, 1280px));
    }

    body.home .sv-home-destination__card {
        grid-template-columns: minmax(0, 1fr) minmax(250px, .58fr);
        min-height: 360px;
        gap: 34px;
        padding: 54px 0;
    }

    body.home .sv-home-destination__visual {
        min-height: 230px;
    }

    body.home .sv-home-destination--learning .sv-home-destination__visual {
        min-height: 300px;
    }

    body.home .sv-home-learning-visual,
    body.home .sv-home-lietuvinam-visual {
        inset: 5% 0 3% 2%;
    }

    body.home .sv-home-lietuvinam-visual__workspace {
        grid-template-columns: 1fr;
    }

    body.home .sv-home-lietuvinam-visual__lesson {
        display: none;
    }
}

@media (max-width: 767px) {
    body.home .sv-home-destination {
        width: min(calc(100% - 32px), var(--sv-container-width, 1280px));
    }

    body.home .sv-home-destination--learning {
        margin-top: 44px;
        margin-bottom: 0;
    }

    body.home .sv-home-destination--lietuvinam {
        margin-top: 0;
        margin-bottom: 0;
    }

    body.home .sv-home-destination__card {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding: 44px 0;
    }

    body.home .sv-home-destination h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    body.home .sv-home-destination__copy > p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    body.home .sv-home-destination__meta {
        margin-top: 20px;
    }

    body.home .sv-home-destination__button {
        width: 100%;
        margin-top: 24px;
    }

    body.home .sv-home-destination__visual {
        min-height: 230px;
    }

    body.home .sv-home-learning-visual,
    body.home .sv-home-lietuvinam-visual {
        position: absolute;
        inset: 0;
    }

    body.home .sv-home-learning-visual {
        inset: 0;
        padding: 24px;
        transform: none;
    }

    body.home .sv-home-learning-visual::before {
        display: block;
    }

}

@media (max-width: 420px) {
    body.home .sv-home-destination__meta span {
        font-size: 11px;
    }

    body.home .sv-home-destination__visual {
        min-height: 205px;
    }

    body.home .sv-home-destination--learning .sv-home-destination__visual {
        min-height: 292px;
    }

    body.home .sv-home-learning-visual__heading {
        margin-top: 24px;
        font-size: 24px;
    }

    body.home .sv-home-learning-visual__subjects {
        margin-top: 14px;
    }

    body.home .sv-home-learning-visual__mini-cards span {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 9px;
    }
}

/* --------------------------------------------------------------------------
   Protingi.lt homepage composition refresh — 0.2.12–0.2.13
   -------------------------------------------------------------------------- */

/* Reviews now begin the theme-owned content immediately below the hero. */
body.home .sv-google-reviews--home {
    margin-top: clamp(42px, 4.8vw, 74px);
    margin-bottom: 0;
}

/* Full-width social proof surface with the two live counters at its centre. */
body.home .sv-home-proof {
    position: relative;
    left: auto;
    width: 100%;
    margin: clamp(46px, 5vw, 76px) 0 0;
    padding: clamp(54px, 5.5vw, 78px) 24px;
    transform: none;
    overflow: hidden;
    background: var(--sv-color-ink, #10231B);
    color: #fff;
}

body.home .sv-home-proof::before,
body.home .sv-home-proof::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(55, 212, 140, .18);
    border-radius: 50%;
    outline: 1px solid rgba(224, 235, 229, .08);
}

body.home .sv-home-proof::before {
    top: -132px;
    left: -112px;
    width: 270px;
    height: 270px;
    outline-offset: 34px;
}

body.home .sv-home-proof::after {
    right: -94px;
    bottom: -118px;
    width: 236px;
    height: 236px;
    outline-offset: 26px;
}

body.home .sv-home-proof__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    margin: 0 auto;
}

body.home .sv-home-proof .cool-counter-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 !important;
    text-align: center;
}

body.home .sv-home-proof .cool-counter-item {
    position: relative;
    display: flex !important;
    min-width: 0 !important;
    min-height: 184px;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 20px clamp(20px, 4vw, 58px);
}

body.home .sv-home-proof .cool-counter-item + .cool-counter-item {
    border-left: 1px solid rgba(224, 235, 229, .16);
}

body.home .sv-home-proof .cool-counter-number {
    display: block;
    width: 100%;
    color: var(--sv-color-green-hi, #37D48C) !important;
    font-family: var(--sv-font-display, "Outfit", sans-serif);
    font-size: clamp(66px, 7vw, 104px) !important;
    line-height: .9 !important;
    font-weight: 500 !important;
    letter-spacing: -.055em;
    text-align: center;
}

body.home .sv-home-proof .cool-counter-label {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, .86) !important;
    font-size: clamp(15px, 1.25vw, 18px) !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    text-align: center;
}

/* The homepage uses the same pricing data and card composition as /korepetitoriai/. */
body.home .sv-home-pricing {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0;
    padding: clamp(76px, 7vw, 104px) 20px clamp(82px, 7.5vw, 112px);
    transform: none;
    background: var(--sv-color-green-soft, #E8F3EE);
}

body.home .sv-home-pricing,
body.home .sv-home-pricing * {
    box-sizing: border-box;
}

body.home .sv-home-pricing__inner {
    --sv-border: var(--sv-color-line, #E2ECE6);
    --sv-text: var(--sv-color-ink, #10231B);
    --sv-muted: var(--sv-color-muted, #5C6F67);
    --sv-accent: var(--sv-color-green, #1BA365);
    width: min(100%, 1100px);
    margin: 0 auto;
}

body.home .sv-home-pricing .sv-pricing-list-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

body.home .sv-home-pricing .sv-pricing-heading {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
}

body.home .sv-home-pricing .sv-pricing-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 0 12px;
    padding: 8px 14px;
    border: 1px solid rgba(27, 163, 101, .16);
    border-radius: 999px;
    background: #fff;
    color: var(--sv-color-ink, #10231B);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.home .sv-home-pricing .sv-pricing-heading h2 {
    margin: 0 0 8px;
    color: var(--sv-color-ink, #10231B);
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

body.home .sv-home-pricing .sv-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

body.home .sv-home-pricing .sv-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 22px;
    border: 1px solid var(--sv-color-line, #E2ECE6);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 35, 27, .08);
    color: var(--sv-color-ink, #10231B);
    text-align: center;
    transform-origin: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.home .sv-home-pricing .sv-price-card:hover {
    transform: translateY(-6px);
    border-color: rgba(27, 163, 101, .30);
    box-shadow: 0 18px 40px rgba(16, 35, 27, .12);
}

body.home .sv-home-pricing .sv-pricing-grid.is-sv-pricing-animating .sv-price-card:hover {
    transform: none;
    box-shadow: 0 12px 30px rgba(16, 35, 27, .08);
}

body.home .sv-home-pricing .sv-price-card.is-sv-pricing-pulse {
    animation: sv-home-pricing-card-pulse 1s cubic-bezier(.22, .61, .36, 1);
}

@keyframes sv-home-pricing-card-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 12px 30px rgba(16, 35, 27, .08); }
    48% { transform: scale(1.035); box-shadow: 0 20px 44px rgba(16, 35, 27, .15); }
}

body.home .sv-home-pricing .sv-price-card h3 {
    margin: 0 0 16px;
    color: var(--sv-color-ink, #10231B);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

body.home .sv-home-pricing .sv-old-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
}

body.home .sv-home-pricing .sv-old-price {
    color: #8AA0B3;
    font-size: 20px;
    text-decoration: line-through;
}

body.home .sv-home-pricing .sv-discount {
    padding: 6px 12px;
    border-radius: 999px;
    background: #FF5D72;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

body.home .sv-home-pricing .sv-new-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px;
}

body.home .sv-home-pricing .sv-new-price {
    color: var(--sv-color-ink, #10231B);
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

body.home .sv-home-pricing .sv-price-note {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
}

body.home .sv-home-pricing .sv-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin: 0 0 22px;
    padding: 14px 18px;
    border-radius: 999px;
    background: var(--sv-color-green, #1BA365);
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    transition: transform .15s ease, background .15s ease;
}

body.home .sv-home-pricing .sv-register-btn:hover,
body.home .sv-home-pricing .sv-register-btn:focus-visible {
    transform: translateY(-1px);
    background: var(--sv-color-ink, #10231B);
}

body.home .sv-home-pricing .sv-features-group {
    margin: 0 0 18px;
}

body.home .sv-home-pricing .sv-features-group h4 {
    margin: 0 0 10px;
    color: var(--sv-color-ink, #10231B);
    font-size: 17px;
}

body.home .sv-home-pricing .sv-features-list {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

body.home .sv-home-pricing .sv-features-list li {
    margin: 4px 0;
    color: var(--sv-color-muted, #5C6F67);
    text-align: center;
}

/* Reversed learning-centre layout: visual left, right-aligned copy right. */
body.home .sv-home-destination--learning .sv-home-destination__card {
    grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
}

body.home .sv-home-destination--learning .sv-home-destination__copy {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

body.home .sv-home-destination--learning .sv-home-destination__copy > p,
body.home .sv-home-destination--learning h2 {
    margin-left: auto;
}

body.home .sv-home-destination--learning .sv-home-destination__meta {
    justify-content: flex-end;
}

body.home .sv-home-destination--learning .sv-home-destination__button {
    margin-left: auto;
}

body.home .sv-home-destination--learning .sv-home-destination__visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 338px;
    align-self: center;
}

body.home .sv-home-learning-visual {
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 338px;
    padding: 0;
    border: 1px solid rgba(16, 35, 27, .13);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 46px rgba(16, 35, 27, .14);
    color: var(--sv-color-ink, #10231B);
    transform: none;
}

body.home .sv-home-learning-visual::before {
    display: none;
}

body.home .sv-home-learning-visual__bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--sv-color-line, #E2ECE6);
    background: var(--sv-color-paper, #F7FAF8);
}

body.home .sv-home-learning-visual__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sv-color-ink, #10231B);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.home .sv-home-learning-visual__brand > i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    background: var(--sv-color-ink, #10231B);
    color: var(--sv-color-green-hi, #37D48C);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
}

body.home .sv-home-learning-visual__status {
    padding: 6px 8px;
    border: 1px solid rgba(27, 163, 101, .16);
    background: var(--sv-color-green-soft, #E8F3EE);
    color: var(--sv-color-ink, #10231B);
    font-size: 9px;
}

body.home .sv-home-learning-visual__workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(145px, .88fr);
    gap: 10px;
    min-height: 0;
    padding: 12px;
    background: var(--sv-color-paper, #F7FAF8);
}

body.home .sv-home-learning-visual__sheet {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 17px;
    border: 1px solid var(--sv-color-line, #E2ECE6);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 35, 27, .06);
}

body.home .sv-home-learning-visual__sheet-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

body.home .sv-home-learning-visual__sheet-meta > span {
    color: var(--sv-color-green, #1BA365);
}

body.home .sv-home-learning-visual__sheet h3 {
    margin: 15px 0 9px;
    color: var(--sv-color-ink, #10231B);
    font-family: var(--sv-font-display, "Outfit", sans-serif);
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.03em;
}

body.home .sv-home-learning-visual__matrix {
    display: flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin: 3px 0 12px;
    color: var(--sv-color-ink, #10231B);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

body.home .sv-home-learning-visual__bracket {
    font-size: 44px;
    line-height: .8;
    font-weight: 300;
}

body.home .sv-home-learning-visual__matrix-rows {
    display: grid;
    gap: 3px;
    font-size: 12px;
    line-height: 1.15;
}

body.home .sv-home-learning-visual__matrix-rows i {
    font-style: normal;
}

body.home .sv-home-learning-visual__sheet > p {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: auto 0 0;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 650;
}

body.home .sv-home-learning-visual__sheet > p i {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--sv-color-green-soft, #E8F3EE);
    color: var(--sv-color-green, #1BA365);
    font-style: normal;
}

body.home .sv-home-learning-visual__topics {
    display: grid;
    align-content: stretch;
    gap: 8px;
}

body.home .sv-home-learning-visual__topics article {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--sv-color-line, #E2ECE6);
    border-radius: 13px;
    background: #fff;
}

body.home .sv-home-learning-visual__topics article.is-current {
    border-color: rgba(27, 163, 101, .25);
    background: var(--sv-color-green-soft, #E8F3EE);
}

body.home .sv-home-learning-visual__topics article > span {
    display: grid;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    background: var(--sv-color-ink, #10231B);
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}

body.home .sv-home-learning-visual__topics article.is-current > span {
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-learning-visual__topics article > div {
    min-width: 0;
}

body.home .sv-home-learning-visual__topics b,
body.home .sv-home-learning-visual__topics small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .sv-home-learning-visual__topics b {
    color: var(--sv-color-ink, #10231B);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 750;
}

body.home .sv-home-learning-visual__topics small {
    margin-top: 3px;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 8px;
    line-height: 1.25;
    white-space: nowrap;
}

body.home .sv-home-learning-visual__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 9px 14px;
    border-top: 1px solid var(--sv-color-line, #E2ECE6);
    background: #fff;
    color: var(--sv-color-muted, #5C6F67);
    font-size: 9px;
    line-height: 1.3;
    font-weight: 650;
}

body.home .sv-home-learning-visual__footer > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.home .sv-home-learning-visual__footer i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sv-color-green, #1BA365);
}

body.home .sv-home-learning-visual__footer b {
    color: var(--sv-color-green, #1BA365);
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 1025px) and (max-width: 1360px) {
    body.home .sv-home-pricing .sv-new-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        gap: 4px;
    }

    body.home .sv-home-pricing .sv-price-note {
        display: block;
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    body.home .sv-home-proof::before {
        top: -118px;
        left: -126px;
        width: 230px;
        height: 230px;
    }

    body.home .sv-home-proof__inner {
        width: min(100%, 820px);
    }

    body.home .sv-home-pricing__inner {
        max-width: 680px;
    }

    body.home .sv-home-pricing .sv-pricing-grid {
        grid-template-columns: 1fr;
    }

    body.home .sv-home-destination--learning .sv-home-destination__card {
        grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    }

    body.home .sv-home-learning-visual__workspace {
        grid-template-columns: 1fr;
    }

    body.home .sv-home-learning-visual__topics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.home .sv-home-learning-visual__topics article {
        justify-content: center;
        padding: 8px;
    }

    body.home .sv-home-learning-visual__topics article > div {
        display: none;
    }
}

@media (max-width: 767px) {
    body.home .sv-google-reviews--home {
        margin-top: 36px;
        margin-bottom: 0;
    }

    body.home .sv-home-proof {
        margin-top: 42px;
        padding: 44px 18px 48px;
    }

    body.home .sv-home-proof::before {
        top: -92px;
        left: -96px;
        width: 170px;
        height: 170px;
        outline-offset: 22px;
    }

    body.home .sv-home-proof::after {
        right: -80px;
        bottom: -88px;
        width: 160px;
        height: 160px;
        outline-offset: 18px;
    }

    body.home .sv-home-proof .cool-counter-item {
        min-height: 126px;
        padding: 12px 10px;
    }

    body.home .sv-home-proof .cool-counter-number {
        font-size: clamp(46px, 15vw, 68px) !important;
    }

    body.home .sv-home-proof .cool-counter-label {
        font-size: 12px !important;
    }

    body.home .sv-home-pricing {
        padding: 64px 0 74px;
    }

    body.home .sv-home-pricing__inner {
        max-width: none;
    }

    body.home .sv-home-pricing .sv-pricing-list-wrap {
        max-width: none;
    }

    body.home .sv-home-pricing .sv-pricing-heading {
        margin: 0 auto 16px;
        padding: 0 18px;
    }

    body.home .sv-home-pricing .sv-pricing-eyebrow {
        min-height: 30px;
        padding: 7px 12px;
        font-size: 11px;
    }

    body.home .sv-home-pricing .sv-pricing-heading h2 {
        font-size: 24px;
    }

    body.home .sv-home-pricing .sv-pricing-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(84%, 1fr);
        grid-template-columns: none;
        gap: 14px;
        margin-top: 22px;
        padding: 2px 16px 10px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-padding-inline: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        scrollbar-color: #1BA365 #F7FAF8;
    }

    body.home .sv-home-pricing .sv-pricing-grid::-webkit-scrollbar {
        height: 10px;
    }

    body.home .sv-home-pricing .sv-pricing-grid::-webkit-scrollbar-track {
        border-radius: 999px;
        background: #F7FAF8;
        box-shadow: inset 0 0 0 1px #E2ECE6;
    }

    body.home .sv-home-pricing .sv-pricing-grid::-webkit-scrollbar-thumb {
        min-width: 42px;
        border: 2px solid #F7FAF8;
        border-radius: 999px;
        background: #1BA365;
        background-clip: padding-box;
    }

    body.home .sv-home-pricing .sv-pricing-grid::-webkit-scrollbar-thumb:hover {
        background: #10231B;
        background-clip: padding-box;
    }

    body.home .sv-home-pricing .sv-price-card {
        min-height: 100%;
        padding: 22px 16px;
        border-radius: 24px;
        scroll-snap-align: start;
    }

    body.home .sv-home-pricing .sv-price-card h3 {
        margin: 0 0 12px;
        font-size: 18px;
    }

    body.home .sv-home-pricing .sv-old-row {
        gap: 8px;
        margin-bottom: 10px;
    }

    body.home .sv-home-pricing .sv-old-price {
        font-size: 18px;
    }

    body.home .sv-home-pricing .sv-discount {
        padding: 5px 10px;
        font-size: 12px;
    }

    body.home .sv-home-pricing .sv-new-row {
        gap: 4px;
        margin-bottom: 16px;
    }

    body.home .sv-home-pricing .sv-new-price {
        font-size: 40px;
    }

    body.home .sv-home-pricing .sv-price-note {
        margin-bottom: 8px;
        font-size: 14px;
    }

    body.home .sv-home-pricing .sv-register-btn {
        min-height: 50px;
        margin-bottom: 18px;
        font-size: 16px;
    }

    body.home .sv-home-pricing .sv-features-group {
        margin-bottom: 14px;
    }

    body.home .sv-home-pricing .sv-features-group h4 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    body.home .sv-home-pricing .sv-features-list li {
        margin: 3px 0;
        font-size: 14px;
        line-height: 1.5;
    }

    body.home .sv-home-destination--learning .sv-home-destination__card,
    body.home .sv-home-destination--lietuvinam .sv-home-destination__card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.home .sv-home-destination--learning .sv-home-destination__copy {
        grid-column: 1;
        grid-row: 1;
        justify-self: stretch;
        text-align: left;
    }

    body.home .sv-home-destination--learning .sv-home-destination__copy > p,
    body.home .sv-home-destination--learning h2 {
        margin-left: 0;
    }

    body.home .sv-home-destination--learning .sv-home-destination__meta {
        justify-content: flex-start;
    }

    body.home .sv-home-destination--learning .sv-home-destination__button {
        margin-left: 0;
    }

    body.home .sv-home-destination__visual,
    body.home .sv-home-learning-visual,
    body.home .sv-home-lietuvinam-visual {
        display: none !important;
        min-height: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .sv-home-pricing .sv-price-card,
    body.home .sv-home-pricing .sv-register-btn {
        animation: none !important;
        transition: none !important;
    }
}
