/* Nuu One - Fitness App Landing Page Styles */

/* Fonts */
@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Moderustic';
    src: url('../fonts/Moderustic-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --primary-purple: #46419D;
    --primary-purple-dark: #2E2B62;
    --accent-orange: #FFD38A;
    --accent-orange-light: #FFE082;
    --text-dark: #2d2d2d;
    --text-muted: #898989;
    --bg-light-purple: #F8F4FF;
    --testimonial-purple: #5E40B7;
    --testimonial-card: #7952B3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1752px;
}

body {
    font-family: 'Moderustic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    background-color: #FFFFFF;
}

/* Navigation */
.navbar {
    background: transparent;
    padding: 1rem 0;
    transition: background 0.3s ease;
}

/* Navigation */
.navbar.is_not_landing {
    background: #FFFFFF !important;
}

.prose-content {
    padding-top: 50px;
}

.navbar.scrolled {
    background: #2E2B62;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}

.navbar-logo {
    width: 75px;
    height: 68px;
    display: block;
    object-fit: contain;
}

.nav-link {
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF !important;
    font-weight: 400;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover {
    color: white !important;
}

.is_not_landing .nav-link {
    color: var(--primary-purple) !important;
}

.is_not_landing .nav-link:hover {
    color: var(--primary-purple-dark) !important;
}

.btn-nav-cta {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
}

.btn-nav-cta:hover {
    background: #FFFFFF;
    color: var(--primary-purple-dark) !important;
}

.navbar.is_not_landing .btn-nav-cta {
    background: var(--primary-purple) !important;
    border: 1px solid var(--primary-purple);
    color: #FFFFFF !important;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    background: url('../img/background_top.png') no-repeat center center;
    background-size: cover;
    background-blend-mode: lighten;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.hero-bg-pattern {
    position: absolute;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    margin-bottom: 35px;
}

.hero-title .highlight {
    color: var(--accent-orange);
}

.hero-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    margin-bottom: 48px;
    max-width: 690px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary-cta {
    background: var(--accent-orange);
    color: var(--primary-purple) !important;
    padding: 21px 35px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 500;
    border: none;
}

.btn-primary-cta:hover {
    background: #ffc94d;
    color: var(--primary-purple);
}

.btn-outline-cta {
    background: transparent;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    padding: 21px 35px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 500;
}

.btn-outline-cta:hover {
    background: rgba(253, 189, 59, 0.1);
    color: var(--accent-orange);
}

.hero-meta {
    padding-top: 127px;
    color: rgba(255, 255, 255, 0.9);
    gap: 130px;
}

.app-available-for {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.rating-num {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    padding-right: 8px;
}

.stars {
    color: var(--accent-orange);
}

.reviews-text {
    font-size: 16px;
    color: #FFFFFF80;
    font-weight: 400;
}

.app-icon {
    height: 40px;
    width: auto;
}

/* Hero - Add highlight to title words */
.hero-title {
    white-space: pre-wrap;
}

.hero-title strong,
.hero-title .hl {
    color: var(--accent-orange);
}

/* Phone Mockup - Hero */
.phone-mockup {
    position: relative;
    max-width: 716px;
    margin: 0 auto;
}

.phone-mockup .phone-screen {
    width: 100%;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    max-width: 140px;
}

.floating-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card-calories {
    top: -20px;
    right: -20px;
}

.card-weight {
    left: -40px;
    top: 30%;
}

.card-exercise {
    bottom: 20px;
    right: -10px;
}

/* Why Section */
.why-section {
    padding-bottom: 72px;
    padding-top: 140px;
}

.badge-pill {
    display: block;
    background: var(--accent-orange);
    color: var(--primary-purple-dark);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.section-title {
    font-size: clamp(64px, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--primary-purple-dark);
    margin-bottom: 16px;
    max-width: 829px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 24px;
    max-width: 829px;
}

/* Features Section */
.features-section {
    padding-bottom: 220px;
}

.feature-card {
    background: #F0F0FC;
    border-radius: 20px;
    padding: 36px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: var(--primary-purple);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    overflow: hidden;
}

.feature-card h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--primary-purple);
    margin-bottom: 12px;
}

.feature-card p {
    color: #777777;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

/* How It Works Section */
.how-section .section-title,
.how-section .section-desc {
    text-align: left;
    margin: 0 0 1rem 0;
}

.how-section .badge-pill {
    margin-bottom: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-muted);
}

.feature-list li i {
    color: var(--primary-purple);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.btn-primary-dark {
    background: var(--primary-purple);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    border: none;
}

.btn-primary-dark:hover {
    background: var(--primary-purple-dark);
    color: white;
}

.how-block {
    padding-bottom: 220px;
}

.how-block .how-badge {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 18px;
}

.how-title {
    font-size: clamp(48px, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 16px;
}

.how-desc {
    color: #434343;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px;
}

.how-block .feature-list {
    margin-top: 24px;
    margin-bottom: 24px;
}

.how-block .feature-list li {
    margin: 0;
    color: #434343;
    line-height: 42px;
    font-size: 22px;
}

.how-phone-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(to bottom, #F0F0FC, #46419D50);
    background-size: 50px 50px, 50px 50px, 100% 100%;
    border-radius: 48px;
    height: 80%;
    top: 10%;
    left: 0;
}

.phone-showcase {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.phone-bg-pattern {
    position: absolute;
    inset: -20px;
    z-index: 0;
}

.phone-bg-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.phone-mockup-inline {
    position: relative;
    z-index: 1;
}

.phone-mockup-inline img {
    width: 100%;
    border-radius: 30px;
}

.floating-next-exercise,
.floating-rest {
    position: absolute;
    z-index: 2;
}

.floating-next-exercise {
    right: -30px;
    top: 20%;
    max-width: 120px;
}

.floating-rest {
    left: -30px;
    top: 40%;
    max-width: 100px;
}

.floating-next-exercise img,
.floating-rest img {
    width: 100%;
    border-radius: 12px;
}

/* Pricing Section */
.pricing-header .section-desc {
    margin-bottom: 0;
}

/* Pricing Section */
.pricing-header .badge-pill {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Pricing Section */
.pricing-header .section-title {
    max-width: 616px;
    line-height: 72px;
    font-size: 64px;
    font-weight: 700;
}

.pricing-header .section-desc {
    margin-top: 16px;
    margin-bottom: 64px;
    font-weight: 400;
    font-size: 24px;
    color: #898989;
}

.pricing-card {
    background: #F8F8FE;
    border-radius: 30px;
    padding: 52px 56px;
    height: 100%;
    border: 2px solid #F8F8FE;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    background-color: #FFFFFF;
    border-color: var(--primary-purple);
    box-shadow: 0 10px 40px rgba(69, 34, 119, 0.1);
}

.pricing-card-popular {
    border-color: var(--primary-purple);
    border-width: 2px;
}

.pricing-card .badges {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.badge-save {
    background: var(--accent-orange);
    color: var(--primary-purple);
    padding: 7.5px 24px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 56px;
}

.badge-popular {
    background: var(--primary-purple);
    color: #FFFFFF;
    padding: 16px 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 48px;
    right: 0;
}

.pricing-card h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--primary-purple);
    margin-bottom: 70px;
    line-height: 36px;
}

.pricing-card .price {
    font-size: 56px;
    line-height: 48px;
    font-weight: 600;
    color: var(--primary-purple);
    margin-bottom: 22px;
}

.pricing-card .price span {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-muted);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.pricing-features li i {
    color: var(--primary-purple);
}

/* Reviews Section */
.reviews-section {
    padding-top: 100px;
    padding-bottom: 148px;
    background: #46419D;
    color: white;
}

.reviews-section .badge-pill-light {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.reviews-section .badge-pill {
    background-color: #FFFFFF10;
    padding: 10px 24px;
    color: #FFD38A;
    font-size: 24px;
    font-weight: 400;
}

.reviews-title {
    font-size: clamp(64px, 4vw, 2.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
}

.reviews-title .highlight {
    color: #FFD38A;
}

.reviews-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 86px;
}

.content-reviews {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 137%;
    transform: translateX(-20px);
    gap: 20px;
}

.content-reviews .testimonial-card:not(:nth-child(n+7)) {
    transform: translateX(-80%);
}

.content-reviews .testimonial-card:nth-child(n+7) {
    transform: translateX(-20%);
}

.testimonial-card {
    background: #FFFFFF10;
    border-radius: 16px;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card .stars {
    color: var(--accent-orange);
    margin-bottom: 20px;
}

.testimonial-card p {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.testimonial-card .author {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* FAQ Section */
.faq-section {
    padding-top: 0px;
}

.faq-section .badge-pill {
    background-color: #FFD38A;
    color: #2E2B62;
    padding: 10px 24px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.faq-section .section-title {
    color: #2E2B62;
    font-size: clamp(64px, 4vw, 2.5rem);
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 24px;
    max-width: 855px;
}

.faq-section .section-desc {
    color: #898989;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 39px;
}

.accordion-custom {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 220px;
}

.accordion-item-custom {
    background: var(--bg-light-purple);
    border-radius: 20px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 48px;
    cursor: pointer;
    gap: 1rem;
}

.accordion-item-custom.active .accordion-header-custom {
    border-bottom: 1px solid #D1CEFF;
}

.accordion-header-custom h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-purple);
    margin: 0;
}

.accordion-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--accent-orange);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary-purple);
    font-size: 1rem;
}

.accordion-body-custom {
    padding: 0 48px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item-custom.active .accordion-body-custom {
    max-height: 500px;
    padding: 24px 48px;
}

.accordion-body-custom p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    max-width: 842px;
}

/* Без .active — показываем плюс (крестик горизонталь+вертикаль) */
.accordion-item-custom:not(.active) .accordion-icon-plus {
    display: block;
}

.accordion-item-custom:not(.active) .accordion-icon-close {
    display: none;
}

/* С .active — показываем крестик (X) */
.accordion-item-custom.active .accordion-icon-plus {
    display: none;
}

.accordion-item-custom.active .accordion-icon-close {
    display: block;
}

.accordion-toggle .accordion-icon-plus,
.accordion-toggle .accordion-icon-close {
    line-height: 0;
}

.accordion-toggle .accordion-icon-plus svg,
.accordion-toggle .accordion-icon-close svg {
    display: block;
}

/* CTA Section */
.cta-section {
    background: url('../img/footer_background.png') no-repeat center center;
    background-size: cover;
    background-blend-mode: lighten;
    position: relative;
    overflow: hidden;
    padding-top: 116px;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cta-title {
    font-size: clamp(64px, 4vw, 2.5rem);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 744px;
}

.cta-title .highlight {
    color: var(--accent-orange);
}

.cta-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 49px;
    max-width: 593px;
}

.cta-buttons {
    gap: 20px;
}

.cta-buttons .btn-app-store {
    background: #333;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}

.cta-buttons .btn-app-store img {
    height: 45px;
    width: auto;
}

.phone-mockup-cta img {
    max-width: 530px;
    margin-bottom: -24px;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
}

.social-icons {
    gap: 7px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #2E2B62;
}

.footer-nav {
    padding-bottom: 37px;
    border-bottom: 1px solid #DDDDDD;
    gap: 20px;
}

.footer-nav a {
    color: #111111;
    text-decoration: none;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.footer-nav a:hover {
    color: var(--primary-purple);
}

.footer-nav .divider {
    color: #ccc;
}

.copyright {
    color: #838383;
    font-size: 15px;
    font-weight: 400;
    padding: 24px;
    margin: 0;
}

/* Hero title highlight - inline */
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.hero-title .hl {
    color: var(--accent-orange);
}

.parent-icons {
    background-color: #FFFFFF20;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 14px 23px;
    gap: 12px;
}

.parent-icons .icons-content-line {
    width: 1px;
    background-color: #FFFFFF20;
}

.star-bar {
    padding-bottom: 8px;
}

.badge-pill.how-badge {
    color: #222222;
    margin-bottom: 16px;
}

.pricing-section {
    padding-bottom: 250px;
}

.shadow-review {
    position: absolute;
    height: 100%;
    width: 10%;
    top: 0;
}

.shadow-review.left {
    left: 0;
    background: linear-gradient(to right, #00000050, transparent);
}

.shadow-review.right {
    right: 0;
    background: linear-gradient(to left, #00000050, transparent);
}

.footer {
    padding-top: 54px;
}

.navbar-toggler {
    border: none;
}

/* Offcanvas меню — по дизайну */
#navbarOffcanvas.offcanvas {
    background-color: #46419D;
    max-width: 300px;
}

#navbarOffcanvas .offcanvas-header-menu {
    border-bottom: none;
    padding: 19px 30px 0 30px;
}

#navbarOffcanvas .offcanvas-title {
    margin: 0;
    padding: 0;
}

#navbarOffcanvas .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.9;
}

#navbarOffcanvas .offcanvas-body-menu {
    display: flex;
    flex-direction: column;
    padding: 0 30px 59px 30px;
}

.offcanvas-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-nav-list li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.offcanvas-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 9px;
    transition: opacity 0.2s;
}

.offcanvas-nav-link:hover {
    color: #fff !important;
    opacity: 0.9;
}

.offcanvas-nav-link::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 9.99989L2.5 9.99989M17.5 9.99989L12.5 4.99989M17.5 9.99989L12.5 14.9999' stroke='white' stroke-opacity='0.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.offcanvas-social {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.offcanvas-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #fff;
    transition: background 0.2s, border-color 0.2s;
}

.offcanvas-social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.offcanvas-social-link svg {
    width: 18px;
    height: 18px;
}

.offcanvas-cta {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.2s, border-color 0.2s;
}

.offcanvas-cta:hover {
    background: #FFFFFF;
    color: var(--primary-purple-dark) !important;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.stars-for-mobile {
    display: none;
}

.stars-for-desktop {
    display: flex;
}

.landing-static-content {
    padding-top: 6rem !important;
}

.prose-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.prose-content h2 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.prose-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.prose-content p, .prose-content ul {
    margin-bottom: 1rem;
}

.prose-content ul {
    padding-left: 1.5rem;
}

/* Language dropdown (replaces lang-toggle-wrap / lang-range) */
.lang-dropdown {
    position: relative;
}

.lang-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.25rem 0.5rem;
    background: transparent !important;
    border: none !important;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    box-shadow: none !important;
}

.lang-dropdown-toggle::after {
    display: none;
}

.lang-dropdown-current {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.lang-dropdown-chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.lang-dropdown-toggle[aria-expanded="true"] .lang-dropdown-chevron {
    transform: rotate(180deg);
}

.lang-dropdown-menu {
    min-width: 6rem;
    padding: 0.5rem;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: none !important;
}

.lang-dropdown.open .lang-dropdown-menu,
.lang-dropdown.lang-dropdown-offcanvas.open .lang-dropdown-menu {
    display: block !important;
}

.lang-dropdown-item {
    display: block;
    padding: 0.6rem 1rem;
    color: #111111 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 10px;
    text-align: center;
}

.lang-dropdown-item:hover,
.lang-dropdown-item:focus {
    background: #f0f0f0;
    color: #111111 !important;
}

.lang-dropdown-item.active {
    background: transparent;
    color: #46419D !important;
}

.lang-dropdown-toggle {
    padding: 0;
}

/* Landing nav: dark background — white trigger */
.navbar:not(.is_not_landing) .lang-dropdown-toggle {
    color: #ffffff;
}

/* Static pages nav: light background — dark trigger */
.is_not_landing .lang-dropdown-toggle {
    color: #111111;
}

.is_not_landing .offcanvas .lang-dropdown-toggle {
    color: #ffffff;
}

.offcanvas .lang-dropdown-toggle,
.offcanvas .lang-dropdown-toggle:active,
.offcanvas .lang-dropdown-toggle:focus {
    color: #ffffff;
}

.is_not_landing .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.prose-content {
    max-width: 1172px;
    margin: 0 auto;
    padding: 0 1rem;
    background: #fff;
}

/* Policy pages: списки из Quill (оба типа могут быть в <ol>, тип в data-list) */
.prose-content li[data-list] {
    list-style: none;       /* убираем маркер браузера */
    position: relative;
    padding-left: 1.25rem;
}

/* скрываем служебный span Quill */
.prose-content li[data-list] > .ql-ui {
    display: none;
}

/* Маркированный список: рисуем точку сами */
.prose-content li[data-list="bullet"]::before {
    content: '\2022\00a0';
    position: absolute;
    left: 0;
    font-size: 1em;
}

/* Нумерованный список: свой счётчик только для ordered */
.prose-content ol {
    counter-reset: policy-ol;
}

.prose-content ol li[data-list="ordered"] {
    counter-increment: policy-ol;
}

.prose-content ol li[data-list="ordered"]::before {
    content: counter(policy-ol) '.\00a0';
    position: absolute;
    left: 0;
    font-size: 1em;
}
.is_not_landing_footer {
    background-color: #F8F8FE;
}

@media (max-width: 768px) {
    .prose-content .policy-platform-box .platform-cols {
        grid-template-columns: 1fr;
    }
}
.prose-content .policy-platform-box .platform-cols h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #47328B;
    margin-bottom: 0.5rem;
}
.prose-content .policy-platform-box a {
    color: #47328B;
    text-decoration: underline;
}

.parent-language-dropdown .lang-dropdown-menu {
    left: -30px;
}

.parent-language-dropdown {
    padding-right: 50px;
}

@media screen and (max-height: 1080px) {
    .hero-meta {
        padding-top: 27px !important;
    }

    .hero-title {
        margin-bottom: 20px;
    }

    .hero-desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 800px) and (max-width: 1400px) {
    .hero-title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media screen and (max-height: 800px) {
    .hero .container .min-vh-100.py-5 {
        min-height: 650px !important;
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .content-reviews {
        grid-template-columns: repeat(4, 1fr);
    }

    .content-reviews .testimonial-card:not(:nth-child(n+5)) {
        transform: translateX(-80%);
    }

    .content-reviews .testimonial-card:nth-child(n+5) {
        transform: translateX(-20%);
    }

    .content-reviews .testimonial-card:nth-child(n+9) {
        display: none;
    }

    .hero-meta {
        gap: 50px;
    }

    .badge-popular {
        padding: 8px 18px;
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    nav.fixed-top ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .parent-language-dropdown {
        gap: 32px;
    }

    .hero {
        background: url('../img/background_top.png') no-repeat center center;
    }
}

@media screen and (max-width: 991px), (max-height: 800px) {
    .hero-bg-pattern {
        position: absolute;
        inset: 0;
        background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 100% 100%, 40px 40px, 40px 40px;
        pointer-events: none;
    }

    .hero {
        padding-top: 130px;
        background: url('../img/background_top_1.png') no-repeat 80% bottom,
        linear-gradient(0deg, #46419D, #46419D),
        linear-gradient(107.04deg, #2E2B62 4.67%, #46419D 64.86%);
    }

    .floating-card {
        display: none;
    }

    .floating-next-exercise,
    .floating-rest {
        display: none;
    }

    .hero-meta {
        flex-direction: column;
        align-items: flex-start !important;
        padding-top: 0;
        gap: 44px;
        padding-bottom: 70px;
    }

    .how-block,
    .features-section,
    .pricing-section {
        padding-bottom: 120px;
    }

    .reviews-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .parent-col-image {
        padding-bottom: 120px;
    }

    .pricing-card .price {
        font-size: 48px;
    }

    .how-title,
    .section-title,
    .reviews-title,
    .pricing-header .section-title,
    .faq-section .section-title,
    .cta-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .reviews-section .badge-pill,
    .faq-section .badge-pill,
    .badge-pill {
        font-size: 14px;
    }

    .pricing-card h3,
    .feature-card h3 {
        font-size: 24px;
    }

    .how-desc,
    .section-desc,
    .btn-primary-dark,
    .reviews-desc,
    .faq-section .section-desc,
    .feature-card p,
    .accordion-body-custom p {
        font-size: 16px;
    }

    .section-desc {
        margin-bottom: 32px;
    }

    .pricing-card h3 {
        margin-bottom: 42px;
    }

    .testimonial-card p {
        font-size: 9.77px;
    }

    .testimonial-card .author {
        font-size: 8.38px;
    }

    .faq-section {
        padding-top: 120px;
    }

    .faq-section .section-desc {
        margin-bottom: 0;
    }

    .accordion-custom {
        margin-bottom: 120px;
    }

    .accordion-header-custom h4,
    .cta-desc,
    .hero-desc {
        font-size: 18px;
    }

    .cta-section {
        padding-top: 220px;
    }

    .cta-buttons {
        margin-bottom: 76px;
    }

    .pricing-section,
    .pricing-header,
    .order-me-2,
    .cta-section,
    .faq-section,
    .why-section,
    .hero,
    .features-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .why-section {
        padding-bottom: 20px;
        padding-top: 100px;
    }

    .hero-title {
        line-height: 42px;
    }

    .cta-section {
        background: url('../img/footer_background_2.png') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 991px) {
    .order-me-1 {
        order: 1;
    }

    .order-me-2 {
        order: 2;
    }

    .order-me-1 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .content-reviews {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-reviews .testimonial-card:not(:nth-child(n+4)) {
        transform: translateX(-80%);
    }

    .content-reviews .testimonial-card:nth-child(n+4) {
        transform: translateX(-20%);
    }

    .content-reviews .testimonial-card:nth-child(n+7) {
        transform: translateX(-80%);
    }

    .content-reviews .testimonial-card:nth-child(n+9) {
        display: flex;
    }

    .content-reviews .testimonial-card:nth-child(n+10) {
        display: none;
    }

    .shadow-review {
        width: 20%;
    }

    .stars-for-mobile {
        display: flex;
        padding-bottom: 82px;
    }

    .stars-for-desktop {
        display: none;
    }

    .how-title,
    .section-title,
    .reviews-title,
    .pricing-header .section-title,
    .faq-section .section-title,
    .cta-title {
        max-width: 297px;
    }

    .reviews-desc {
        margin-bottom: 40px;
        max-width: 348px;
    }

    .hero-title {
        margin-bottom: 10px;
    }

    .hero-desc {
        margin-bottom: 100px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .cta-buttons svg {
        max-width: 160px;
    }

    .hero-buttons {
        flex-direction: column;
        padding-bottom: 44px;
    }

    .footer-nav {
        gap: 8px;
    }

    .footer-nav a {
        font-size: 16px;
    }

    .copyright {
        font-size: 12px;
    }

    .navbar-logo {
        max-width: 60px;
    }
}
