/** Shopify CDN: Minification failed

Line 2164:0 Unexpected "}"

**/
body {
    font-family: -apple-system, BlinkMacSystemFont, 
                 "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


body.landing-body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background: #fff;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
	padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 5px;
    padding-left: 24px;
}

.hero {
    background: linear-gradient(
        180deg,
        #000000 0%,
        #1a1629 35%,
        #4a3f73 70%,
        #AD9CEC 100%
    );
    color: #fff;
    text-align: center;
    padding: 30px 10px 0px;
}

.hero h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.sub {
    font-size: 18px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.cta-btn {
    display: inline-block;
    background: #ffd400;
    color: #000;
    padding: 16px 28px;
    font-weight: bold;
    border-radius: 12px;
    text-decoration: none;
}

.micro {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.7;
}

.video-wrap {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 30px auto;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

.video-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: #ffd400;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.video-play-button::after {
    content: "";
    position: absolute;
    left: 26px;
    top: 20px;
    border-left: 18px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.insta-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #111;
    padding: 10px 14px;
    border-radius: 14px;
    margin: 0 auto 30px;
    max-width: 360px;
}

.insta-proof img {
    border-radius: 50%;
}

.insta-meta {
    font-size: 13px;
    opacity: 0.7;
}

.hero-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.hero-sub {
    font-size: 18px;
    margin-bottom: 30px;
}

.highlight {
    color: #ffe600;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff004c;
}

.hero-quote {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 14px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.6;
}

.quote-author {
    display: block;
    margin-top: 10px;
    opacity: 0.8;
    font-size: 14px;
}

.expert-badge {
    background: #fff;
    color: #111;
    padding: 14px;
    border-radius: 12px;
    margin: 20px auto;
    max-width: 420px;
}

.hero-bottom {
    font-size: 28px;
    margin-top: 40px;
}

.hero-bottom-sub {
    max-width: 520px;
    margin: 12px auto 30px;
    opacity: 0.9;
}

.hero-signature {
    margin: 20px auto 0;
    display: block;
}

.ig-profile {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111;
}

.ig-avatar {
    flex-shrink: 0;
}

.ig-avatar-ring img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.questions {
    background: #ad9ceb;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
}

.questions-image {
    max-width: 420px;
    width: 100%;
    border-radius: 14px;
    margin: 0 auto 30px;
    display: block;
}

.questions-title {
    font-size: 26px;
    margin-bottom: 40px;
}

.question-list {
    max-width: 520px;
    margin: 0 auto 40px;
}

.question-card {
    background: #fff;
    color: #111;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.4;
    transform: scale(0.98);
    transition: 0.3s ease;
}

.question-card span {
    background: #fff38a;
    padding: 2px 4px;
}

.question-card.active {
    opacity: 1;
    transform: scale(1);
}

.q-num {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 8px;
}

.tooltip {
    background: #fff;
    color: #111;
    padding: 16px;
    border-radius: 12px;
    max-width: 420px;
    margin: 20px auto 0;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.landing-body img.emoji {
    width: 1.2em !important;
    height: 1.2em !important;
    vertical-align: middle;
}

.solution {
    background: #f6f6f8;
    color: #111;
    text-align: center;
}

.solution-arrow {
    margin: 0 auto 30px;
    display: block;
}

.price-box {
    background: #efeff2;
    border-radius: 18px;
    padding: 35px 20px 30px;
    max-width: 420px;
    margin: 0 auto 50px;
    text-align: center;
}

.price-top h3 {
    color: #6aa300;
    font-size: 22px;
    margin-bottom: 6px;
}

.badge {
    background: #6aa300;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 6px;
}

.price-old {
    margin: 20px 0 4px;
    font-size: 18px;
    color: #6aa300;
}

.price-old strong {
    text-decoration: line-through;
}

.discount {
    font-size: 16px;
    color: #666;
    margin-bottom: 4px;
}

.price-arrow {
    font-size: 22px;
    color: #999;
    margin: 6px 0 14px;
}

.price-box hr {
    border: none;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.price-now-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.price-row {
    margin-bottom: 20px;
}

.price-main {
    font-weight: bold;
    color: #ff004c;
    line-height: 1;
}

.price-main-old {
    font-weight: bold;
    color: #999;
    line-height: 1;
}

.price-main-old .price-int {
	font-size: 25px;
}

.price-main-old .price-dec {
	font-size: 15px;
}

.price-int {
    font-size: 72px;
}

.price-dec {
    font-size: 28px;
    vertical-align: super;
    margin-left: 2px;
}

.price-currency {
    font-size: 26px;
    margin-left: 4px;
}

.price-bgn {
    font-size: 22px;
    color: #666;
    margin-top: 6px;
}

.price-bgn-int {
    font-size: 22px;
}

.price-bgn-dec {
    font-size: 14px;
    vertical-align: super;
}

.price-box .cta-btn {
    background: #ffd400;
    color: #000;
    font-weight: bold;
    border-radius: 40px;
    padding: 18px 30px;
    display: inline-block;
    margin: 25px auto 15px;
    box-shadow: 0 8px 0 #000;
    transition: 0.2s;
}

.price-box .cta-btn:active {
    transform: translateY(4px);
    box-shadow: 0 4px 0 #000;
}

.price-meta {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
}

.offer-list li {
    margin-bottom: 18px;
    line-height: 1.55;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.offer-list li:last-child {
    border-bottom: none;
}

.offer-list .old-price {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
    color: #cd6e6e;
    margin-top: 4px;
}

.offer-list .tag {
    display: inline-block;
    background: #f7efd5;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
}

.offer-list .bonus {
    font-weight: 600;
    color: #2c2c2c;
}

.offer-list .free {
    font-weight: bold;
    margin-left: 6px;
    color: #e3003b;
}

.offer-list .lifetime {
    font-weight: bold;
    font-size: 18px;
}

.offer-list small {
    display: block;
    font-weight: normal;
    color: #777;
    font-size: 13px;
    margin-top: 4px;
}

.what-you-get {
    max-width: 520px;
    margin: 0 auto 60px;
}

.what-you-get ul {
    text-align: left;
    padding-left: 20px;
    margin: 20px 0;
}

.what-you-get li {
    margin-bottom: 10px;
}

.price-recap .old {
    text-decoration: line-through;
    margin-top: 20px;
}

.price-recap .new {
    font-size: 56px;
    font-weight: bold;
}

.price-recap .new span {
    font-size: 20px;
    vertical-align: super;
}

.about-ivona {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ivona-photo {
    border-radius: 50%;
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 14px;
    line-height: 1.6;
}

.ivona-sign {
    margin-top: 20px;
}

.ivona-letter .container {
    padding: 0px;
}

.ivona-letter {
    padding: 0px 20px;
    background: #f6f6f8;
}

.letter-box {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 24px 36px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    text-align: left;
}

.letter-header {
    margin-bottom: 16px;
}

.letter-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.letter-text p {
    margin-bottom: 16px;
    line-height: 1.7;
    font-size: 17px;
    color: #333;
}

.letter-sign {
    margin-top: 10px;
}

.preview {
    background: #f6f6f8;
    text-align: center;
}

.preview-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}

.preview-grid a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.preview-grid img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.preview-grid img:hover {
    transform: scale(1.03);
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 10px;
}

.lb-close,
.lb-prev,
.lb-next {
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.lb-close {
    top: 20px;
    right: 30px;
    font-size: 50px;
}

.lb-prev {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.lb-next {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-stack {
    background: #f3f4f7;
    padding: 80px 20px 20px;
    text-align: center;
    overflow: hidden;
}

.testimonials-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 60px;
}

.stack {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    height: 420px;
}

.stack-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    padding: 18px;
}

.stack-card img {
    width: 100%;
    display: block;
}

.card-1 {
    top: 0;
    transform: translateX(-50%) rotate(-6deg);
    z-index: 1;
}

.card-2 {
    top: 80px;
    transform: translateX(-50%) rotate(4deg);
    z-index: 2;
}

.card-3 {
    top: 170px;
    transform: translateX(-50%) rotate(-2deg);
    z-index: 3;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    margin-bottom: 12px;
}

.card-header img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.card-meta strong {
    display: block;
    font-size: 16px;
    color: #111;
}

.card-meta span {
    font-size: 13px;
    color: #777;
}

.card-proof {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Мобилни стилове */
@media (max-width: 768px) {
    .stack {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 50px;
    }

    .stack-card {
        position: relative;
        transform: none !important;
        margin-top: 0 !important;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
    }

    .card-proof {
        max-height: 400px;
        object-fit: cover;
        object-position: top;
    }

    .preview-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .stack-card {
        transform: none !important;
        margin-top: 0 !important;
    }
}

.good-to-know {
    max-width: 700px;
    margin: 60px auto;
    text-align: center;
    padding: 0 20px;
}

.good-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin-bottom: 25px;
}

.good-small {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.good-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.2;
}

.good-desc {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    max-width: 520px;
    margin: 30px auto;
}

@media (max-width: 480px) {
    .good-title {
        font-size: 28px;
    }

    .good-desc {
        font-size: 16px;
    }
}

.imagine {
    background: #EFEEFE;
    padding: 80px 20px;
    text-align: center;
}

.imagine-inner {
    max-width: 520px;
    margin: 0 auto;
}

.imagine-list {
    margin-bottom: 40px;
}

.imagine-card {
    background: #fff;
    color: #111;
    padding: 22px;
    border-radius: 16px;
    margin-bottom: 18px;
    text-align: left;
    font-size: 18px;
    line-height: 1.55;
    opacity: 0.4;
    transform: scale(0.97);
    transition: 0.35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.imagine-card span {
    background: #fff38a;
    padding: 2px 4px;
}

.imagine-card.active {
    opacity: 1;
    transform: scale(1);
}

.imagine-cta {
    margin: 30px auto 20px;
    display: inline-block;
}

.imagine .tooltip {
    background: #fff;
    color: #111;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.are-you-ready {
    background: #EFEEFE;
    padding: 0px 20px;
    text-align: center;
}

.ready-title {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ready-goodbye {
    display: block;
    font-size: 48px;
    font-weight: bold;
}

.ready-sub {
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.ready-image {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    margin: 0 auto 40px;
    display: block;
}

/* MINI CTA */
.ready-cta-box {
    background: #fff;
    max-width: 360px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ready-price-old {
    text-decoration: line-through;
    color: #999;
    margin-bottom: 6px;
}

.ready-price-main {
    font-weight: bold;
    color: #ff004c;
    line-height: 1;
}

.ready-int {
    font-size: 64px;
}

.ready-dec {
    font-size: 24px;
    vertical-align: super;
}

.ready-cur {
    font-size: 24px;
    margin-left: 3px;
}

.ready-price-bgn {
    font-size: 18px;
    color: #666;
    margin: 8px 0 20px;
}

.ready-btn {
    display: inline-block;
    background: #ffd400;
    color: #000;
    padding: 16px 26px;
    font-weight: bold;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 8px 0 #000;
    transition: 0.2s;
}

.ready-btn:active {
    transform: translateY(4px);
    box-shadow: 0 4px 0 #000;
}

.ready-product {
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0;
    display: block;
}

/* MOBILE */
@media (max-width: 575px) {
    .ready-title {
        font-size: 26px;
    }

    .ready-goodbye {
        font-size: 38px;
    }

    .ready-sub {
        font-size: 16px;
    }
}

.feedback-summary {
    background: linear-gradient(
        180deg,
        #5A4EC5 0%,
        #AA29F2 100%
    );
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.feedback-image {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    margin: 0 auto 40px;
    display: block;
}

.feedback-text {
    font-size: 20px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 30px;
}

.feedback-percent {
    font-size: 90px;
    font-weight: bold;
    color: #F8AD35;
    margin: 20px 0;
}

.feedback-highlight {
    font-size: 48px;
    font-weight: bold;
    color: #F8AD35;
    margin-top: 10px;
}

/* MOBILE */
@media (max-width: 575px) {
    .feedback-text {
        font-size: 17px;
    }

    .feedback-percent {
        font-size: 64px;
    }

    .feedback-highlight {
        font-size: 36px;
    }
}

.faq {
    background: #fff;
    padding: 80px 20px;
}

.faq-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.faq-item {
    border: 2px solid #e8e3ff;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 22px;
    font-weight: bold;
}

.hero-quote .highlight {
    border-radius: 6px;
    display: inline-block;
}

.hero-quote .marker {
    background-image: linear-gradient(
        180deg,
        transparent 55%,
        rgba(255, 189, 70, 0.95) 55%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 4px;
    border-radius: 4px;
    font-weight: 600;
}



.top-sticky-bar {
    position: sticky;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #ffb84d, #ff9f1a);
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    z-index: 9999;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.top-bar-track {
    display: inline-flex;
    gap: 60px;
    padding: 10px 0;
    animation: scrollText 35s linear infinite;
}

.top-bar-track span::after {
    content: " | ";
    margin-left: 60px;
}

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

.hero-cards {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 60px auto;
    height: 360px;
}

/* Общ стил за картите */
.hero-card {
    position: absolute;
    width: 75%;
    max-width: 260px;
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.18);
    transition: transform 0.4s ease;
}

/* Лява карта (отзад) */
.card-left {
    left: 0;
    top: 70px;
    transform: rotate(-7deg);
    z-index: 1;
    opacity: 0.95;
}

/* Дясна карта (отпред) */
.card-right {
    right: 0;
    top: 0;
    transform: rotate(6deg);
    z-index: 2;
}

/* Hover ефект */
.hero-cards:hover .card-left {
    transform: rotate(-5deg) translateY(-6px);
}

.hero-cards:hover .card-right {
    transform: rotate(4deg) translateY(-6px);
}
@media (max-width: 768px) {

    .hero-cards {
        max-width: 320px;
        height: 280px;
    }

    .hero-card {
        width: 80%;
        max-width: 220px;
    }

    .card-left {
        top: 60px;
        left: -30px;
        transform: rotate(-5deg);
    }

    .card-right {
        right: -10px;
        transform: rotate(4deg);
    }
}

/* ============================================
   HERO SECTION — ADDITIONS (добави в края на landing.min.css)
   ============================================ */

/* ── FIX: снимката на Ивона да е аватар, не hero image ── */
.insta-proof img {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  flex-shrink: 0;
  object-fit: cover;
}

/* ── insta-proof текст ── */
.insta-name {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.insta-sub {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

/* ── EMPATHY EYEBROW ── */
.empathy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe600;
  margin-bottom: 20px;
  margin-top: 48px;
}

.empathy-eyebrow span:first-child::after,
.empathy-eyebrow span:last-child::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255,230,0,0.4);
  vertical-align: middle;
  margin: 0 6px;
}

/* ── EMPATHY HEADLINE ── */
.empathy-headline {
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.empathy-headline em {
  font-style: italic;
  color: #ff6b6b;
}

/* ── EMPATHY BODY ── */
.empathy-body {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  max-width: 540px;
  margin: 0 auto 32px;
}

.empathy-body strong {
  color: #fff;
  font-weight: 600;
}

/* ── PAIN PILLS ── */
.pain-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 560px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6b6b;
  flex-shrink: 0;
}

/* ── SECTION DIVIDER ── */
.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px auto;
  max-width: 400px;
}

.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

.divider-text {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}

/* ── HOPE BLOCK ── */
.hope-block {
  margin-bottom: 36px;
}

.hope-headline {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 14px;
  text-align: left;
}

.hope-headline .accent {
  color: #ffe600;
}

.hope-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  max-width: 500px;
  margin: 0 auto;
}

/* ── STATS ROW ── */
.stats-row {
  display: flex;
  gap: 0;
  margin: 0 auto 36px;
  max-width: 480px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.stat {
  flex: 1;
  padding: 18px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat:last-child {
  border-right: none;
}

.stat-num {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.stat-num span {
  color: #ffe600;
}

.stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

/* ── VIDEO CAPTION ── */
.video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  border-radius: 0 0 14px 14px;
  text-align: left;
}

/* ── HERO QUOTE (override за новата версия) ── */
.hero .hero-quote {
  background: rgba(255,255,255,0.08);
  border-left: 3px solid rgba(255,230,0,0.6);
  border-radius: 0 14px 14px 0;
  padding: 22px 24px;
  margin: 36px auto;
  max-width: 540px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  font-style: italic;
  text-align: left;
}

.hero .hero-quote .quote-author {
  font-style: normal;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
  opacity: 1;
}

/* ── CTA WRAP ── */
.cta-wrap {
  margin: 36px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cta-trust {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-align: center;
}

.cta-trust strong {
  color: rgba(255,255,255,0.9);
}

/* ── HERO CTA BUTTON ── */
.hero .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 36px;
  background: #ffd400;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 0 rgba(0,0,0,0.35);
  transition: transform 0.15s, box-shadow 0.15s;
  width: 100%;
  max-width: 360px;
}

.hero .cta-btn:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 rgba(0,0,0,0.35);
}

/* ── MINI TESTIMONIALS ── */
.testimonials-mini {
  margin: 40px auto 0;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.testi-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: left;
}

.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}

.testi-stars svg {
  width: 14px;
  height: 14px;
  fill: #ffd400;
  stroke: none;
}

.testi-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  margin-bottom: 0;
}

.testi-author {
  margin-top: 11px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

.testi-author strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

/* ── EXPERT BADGE ── */
.expert-badge {
  margin-top: 48px;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  padding: 0 0 20px;
  background: none;
  box-shadow: none;
  max-width: none;
}

/* ── IMAGINE SECTION — eyebrow и title ── */
.imagine-intro {
  margin-bottom: 40px;
}

.imagine-small {
  font-size: 15px;
  color: #666;
  margin-bottom: 6px;
}

.imagine-intro .imagine-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.imagine-sub {
  font-size: 16px;
  color: #555;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── MOBILE ── */
@media (max-width: 480px) {
  .stats-row {
    flex-direction: column;
  }

  .stat {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .stat:last-child {
    border-bottom: none;
  }

  .empathy-headline {
    font-size: 28px;
  }

  .pain-pills {
    gap: 6px;
  }

  .pill {
    font-size: 12px;
    padding: 6px 12px;
  }

  .hero .cta-btn {
    font-size: 14px;
    padding: 15px 24px;
  }
}

.timeline-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.timeline-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.timeline-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.timeline-sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
}

.timeline {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e8e3ff;
}

.timeline-item {
  display: flex;
  gap: 20px;
  text-align: left;
  padding-bottom: 28px;
  position: relative;
}

.timeline-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ad9ceb;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline-content strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #111;
}

.timeline-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.timeline-note {
  max-width: 480px;
  margin: 10px auto 0;
  background: #f3f4f7;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.community-block {
  background: #f3f0ff;
  border: 1px solid #d4ccf5;
  border-radius: 16px;
  padding: 22px 24px;
  margin: 24px 0;
  text-align: left;
}

.community-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 16px;
}

.community-icon {
  font-size: 22px;
}

.community-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.community-list li {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  padding-left: 22px;
  position: relative;
  border-bottom: none;
}

.community-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #ad9ceb;
  font-weight: 700;
}

.guarantee-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f0fff4;
  border: 1px solid #b2f0c8;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 16px;
  text-align: left;
}

.guarantee-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.guarantee-badge strong {
  display: block;
  font-size: 14px;
  color: #1a7a3c;
  margin-bottom: 3px;
}

.guarantee-badge span {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.price-strike {
  text-decoration: line-through;
  color: #999;
  font-size: 25px;
}

.price-old-explain {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: normal;
}

/* ===== Structured Testimonials (landing-friendly) ===== */
.testi-structured{
  --radius: 18px;
  --border: rgba(0,0,0,.08);
  --text: #111;
  --muted: rgba(0,0,0,.62);

  /* акцент близък до „златистото“ от лендинга */
  --accent: hsl(38,92%,55%);
  --accent-soft: hsla(38,92%,55%,.10);

  --green: hsl(150,45%,30%);
  --green-soft: hsla(150,45%,30%,.10);

  --red: hsl(8,70%,45%);
  --red-soft: hsla(8,70%,45%,.10);

  display: grid;
  gap: 14px;
  max-width: 560px;
  margin: 0 auto 40px;
}

.testi-str-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  position: relative;
}

.testi-str-head{
  padding: 14px 16px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0));
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.testi-str-badges{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.testi-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
}

.testi-pill--problem{
  color: var(--red);
  background: var(--red-soft);
  border-color: rgba(0,0,0,.06);
}

.testi-pill--result{
  color: var(--green);
  background: var(--green-soft);
  border-color: rgba(0,0,0,.06);
}

.testi-arrow{
  color: rgba(0,0,0,.35);
  font-weight: 900;
  transform: translateY(-1px);
}

.testi-str-body{
  padding: 14px 16px 6px;
  display: grid;
  gap: 10px;
}

.testi-str-block{
  font-size: 14px;
  line-height: 1.55;
  color: var(--text);
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
}

.testi-str-block--problem{
  background: rgba(0,0,0,.02);
}

.testi-str-block--result{
  background: var(--accent-soft);
  border-color: hsla(38,92%,55%,.25);
}

.testi-str-foot{
  padding: 12px 16px 14px;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(0,0,0,.06);
  background: rgba(0,0,0,.015);
}

.testi-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #000;
  background: var(--accent-soft);
  border: 1px solid hsla(38,92%,55%,.25);
}

.testi-author{
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
.testi-author strong{
  font-size: 13px;
  color: var(--text);
}
.testi-author span{
  font-size: 12px;
  color: var(--muted);
}

.testi-quote{
  font-size: 22px;
  font-weight: 900;
  color: hsla(38,92%,55%,.55);
  justify-self: end;
  transform: translateY(-6px);
}

/* Responsive: по-стегнато на мобилни */
@media (max-width: 420px){
  .testi-structured{ gap: 12px; }
  .testi-str-body{ padding: 12px 14px 6px; }
  .testi-str-head{ padding: 12px 14px 10px; }
  .testi-str-foot{ padding: 10px 14px 12px; }
}

.start-here {
  background: #fffbea;
  border-left: 3px solid #ffd400;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  text-align: left;
}

.start-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b38600;
  margin-bottom: 6px;
}

.start-here p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1629;
  border-top: 2px solid #ffd400;
  padding: 12px 20px;
  z-index: 9998;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-bar.visible {
  transform: translateY(0);
}

.sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.sticky-bar-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sticky-bar-text strong {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
}

.sticky-bar-text span {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

.sticky-bar-btn {
  background: #ffd400;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 40px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 0 #c9a800;
}
.ultra-proof{
  position:fixed;
  left:14px;
  bottom:14px;
  z-index:999999;
  max-width:min(360px,calc(100vw - 28px));
  pointer-events:none;
}

/* Card */
.ultra-proof__card{
  display:flex;
  gap:10px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.10);
  padding:10px 12px;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .25s ease, transform .25s ease;
}

.ultra-proof__card.is-show{
  opacity:1;
  transform:translateY(0);
}

/* Product image */
.ultra-proof__img{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:10px;
  object-fit:cover;
  background:rgba(0,0,0,.04);
}

/* Text */
.ultra-proof__text{
  font-size:13px;
  line-height:1.25;
  color:#111;
}

.ultra-proof__meta{
  margin-top:3px;
  font-size:11px;
  color:rgba(0,0,0,.55);
}

/* ✅ Mobile: full width */
@media (max-width: 520px){
  .ultra-proof{
    left:10px;
    right:10px;
    bottom:10px;
    max-width:none;
    width:auto;
  }
  .ultra-proof__card{
    width:100%;
    border-radius:16px;
    padding:12px;
  }
  .ultra-proof__img{
    width:46px;
    height:46px;
    flex-basis:46px;
  }
}
}
.ultra-proof__card.is-show{
  opacity:1;
  transform:translateY(0);
}
.ultra-proof__icon{
  width:26px;height:26px;flex:0 0 26px;
  border-radius:8px;
  background:rgba(201,149,42,.12);
  display:grid;place-items:center;
  color:#c9952a;
  font-weight:800;
  font-size:14px;
}
.ultra-proof__text{
  font-size:13px;
  line-height:1.25;
  color:#111;
}
.ultra-proof__meta{
  margin-top:3px;
  font-size:11px;
  color:rgba(0,0,0,.55);
}
@media (max-width:480px){
  .ultra-proof{left:10px;bottom:10px}
  .ultra-proof__card{padding:10px}
}

/* Скрий Shopify header/footer за лендинг страницата */
.landing-body header.site-header,
.landing-body .header-wrapper,
.landing-body #shopify-section-header,
.landing-body footer.site-footer,
.landing-body .footer-wrapper,
.landing-body #shopify-section-footer,
.landing-body .announcement-bar {
  display: none !important;
}


