/* Tuaneka landing page final layer. Loaded after the legacy base stylesheet. */
body.landing-page {
    --tuaneka-pink: #E83E8C;
    --tuaneka-ink: #2B313D;
    --tuaneka-blue: #334155;
    --landing-gutter: clamp(1rem, 4vw, 3rem);
    color: var(--tuaneka-ink);
    overflow-x: clip;
}

body.landing-page main,
body.landing-page section,
body.landing-page footer {
    max-width: 100%;
    overflow-x: clip;
}

body.landing-page .landing-container,
body.landing-page .container-fluid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body.landing-page .navbar {
    min-height: 84px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 35px rgba(43, 49, 61, 0.06);
}

body.landing-page nav .navbar-brand img {
    width: clamp(130px, 14vw, 200px);
    height: auto;
}

body.landing-page .navbar-nav {
    align-items: center;
    gap: clamp(0.25rem, 1vw, 0.7rem);
}

body.landing-page .navbar-nav li a,
body.landing-page .navbar .nav-link {
    color: var(--tuaneka-ink) !important;
    font-size: clamp(0.95rem, 1.2vw, 1.08rem) !important;
    line-height: 1.2;
    margin: 0;
}

body.landing-page .navbar .nav-link:hover,
body.landing-page .navbar .nav-link.active {
    color: var(--tuaneka-pink) !important;
}

body.landing-page .btn-pink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 54px;
    border: 0;
    border-radius: 12px;
    background: var(--tuaneka-pink);
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.landing-page .btn-pink:hover,
body.landing-page .btn-pink:focus {
    background: #D62E7C;
    color: #fff !important;
    transform: translateY(-1px);
}

body.landing-page .hero-section1 {
    padding: clamp(7.25rem, 10vw, 8.75rem) var(--landing-gutter) clamp(3rem, 6vw, 5rem);
    color: var(--tuaneka-ink) !important;
}

body.landing-page .hero-copy,
body.landing-page .hero-visual {
    min-width: 0;
}

body.landing-page .hero-section1 h1 {
    max-width: 12ch;
    margin-bottom: clamp(1rem, 2vw, 1.25rem);
    font-size: clamp(2.45rem, 5.2vw, 5rem) !important;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 700;
}

body.landing-page .hero-subtitle,
body.landing-page .hero-section1 p {
    max-width: 36rem;
    color: var(--tuaneka-blue) !important;
    font-size: clamp(1.02rem, 1.4vw, 1.35rem) !important;
    line-height: 1.55;
    font-weight: 400;
}

body.landing-page .hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

body.landing-page .powered-ai-badge {
    width: min(312px, 100%);
    max-width: 100%;
    height: auto;
    flex: 0 1 312px;
}

body.landing-page .hero-media-card {
    position: relative;
    width: min(100%, 680px);
    margin-left: auto;
    isolation: isolate;
}

body.landing-page .hero-section1 .hero-img1 {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: min(600px, 58vw);
    object-fit: contain;
}

body.landing-page .play-icon-button {
    position: absolute;
    left: clamp(18%, 22vw, 26%);
    bottom: clamp(2rem, 9%, 4rem);
    width: clamp(54px, 6vw, 80px);
    height: clamp(54px, 6vw, 80px);
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    z-index: 4;
}

body.landing-page .hero-section1 .play-icon {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
}

body.landing-page #testimonial-card {
    position: absolute;
    right: clamp(0.75rem, 8%, 3rem);
    bottom: clamp(-1.25rem, -2vw, -0.35rem);
    left: auto;
    z-index: 5;
    display: block;
    width: min(430px, calc(100% - 1rem));
    transform: none;
}

body.landing-page .hero-section1 #testimonial-card .card-testimonial {
    width: 100%;
    min-height: 74px;
    padding: 0.65rem 1rem;
    gap: 0.65rem;
    align-items: center;
    background: var(--tuaneka-ink);
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 18px 45px rgba(43, 49, 61, 0.2);
}

body.landing-page .hero-section1 #testimonial-card .card-testimonial img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}

body.landing-page .hero-section1 .text-up {
    min-width: 0;
}

body.landing-page .hero-section1 .text-up h5 {
    font-size: 0.95rem;
    line-height: 1.15;
}

body.landing-page .hero-section1 .text-up p {
    display: -webkit-box;
    overflow: hidden;
    color: #fff !important;
    font-size: 0.78rem !important;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.landing-page h2,
body.landing-page .benefits-section h2,
body.landing-page .about-section1 h2,
body.landing-page .tuaneka-video h2,
body.landing-page .faq-section1 h2,
body.landing-page .app-section h2,
body.landing-page .start-section h2 {
    font-size: clamp(2rem, 4.8vw, 4.75rem) !important;
    line-height: 1.12;
    letter-spacing: 0;
}

body.landing-page h3,
body.landing-page .feature-section h3,
body.landing-page .testimonials-section h3,
body.landing-page .pricing-section h3 {
    font-size: clamp(2rem, 3.8vw, 3.7rem) !important;
    line-height: 1.15;
    letter-spacing: 0;
}

body.landing-page .benefits-section,
body.landing-page .about-section1,
body.landing-page .feature-section,
body.landing-page .tuaneka-video,
body.landing-page .testimonials-section,
body.landing-page .pricing-section,
body.landing-page .connect-section1,
body.landing-page .faq-section1 {
    padding-top: clamp(3.5rem, 6vw, 5.5rem);
    padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

body.landing-page .benefits-section .benefit-image img,
body.landing-page .about-section1 .tools-bg,
body.landing-page .feature-section img,
body.landing-page .tuaneka-video img,
body.landing-page .pricing-section img,
body.landing-page .faq-section1 img {
    max-height: 620px;
    object-fit: contain;
}

body.landing-page .pricing-section p {
    padding-top: 0;
}

body.landing-page .connect-section1 {
    max-width: none;
}

body.landing-page #product-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 112px;
}

body.landing-page .faq-section1 .accordion {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(43, 49, 61, 0.08);
}

body.landing-page .start-section {
    max-width: 1180px;
    margin: clamp(3rem, 7vw, 5rem) auto;
    padding: clamp(2.25rem, 6vw, 4.5rem) var(--landing-gutter);
    border-radius: clamp(28px, 5vw, 72px);
}

body.landing-page footer.footer-section {
    max-width: none;
    padding-top: clamp(4rem, 7vw, 7.5rem);
}

@media (max-width: 991px) {
    body.landing-page .navbar-nav {
        align-items: stretch;
        gap: 0;
    }

    body.landing-page .offcanvas {
        max-width: min(400px, 100vw);
        border-left: 0;
    }

    body.landing-page .hero-section1 {
        padding-top: 7.25rem;
        text-align: left;
    }

    body.landing-page .hero-section1 h1 {
        max-width: 100%;
        font-size: clamp(2rem, 7.5vw, 3.5rem) !important;
        line-height: 1.18;
    }

    body.landing-page .hero-actions {
        align-items: stretch;
    }

    body.landing-page .hero-actions .btn-pink {
        width: auto;
        min-width: min(100%, 210px);
        margin: 0;
    }

    body.landing-page .powered-ai-badge {
        max-width: 300px;
        flex-basis: 300px;
    }

    body.landing-page .hero-media-card {
        width: min(100%, 620px);
        margin: 1rem auto 0;
    }

    body.landing-page .hero-section1 .hero-img1 {
        max-height: 560px;
    }

    body.landing-page #testimonial-card {
        right: auto;
        bottom: 0.75rem;
        left: 50%;
        width: min(430px, calc(100% - 1.5rem));
        transform: translateX(-50%);
    }

    body.landing-page .play-icon-button {
        left: 9%;
        bottom: 18%;
    }
}

@media (max-width: 575px) {
    body.landing-page {
        --landing-gutter: 1rem;
    }

    body.landing-page .hero-section1 {
        padding-top: 6.75rem;
        padding-bottom: 2.5rem;
    }

    body.landing-page .hero-section1 h1 {
        font-size: 1.95rem !important;
        line-height: 1.42;
    }

    body.landing-page .hero-subtitle,
    body.landing-page .hero-section1 p {
        font-size: 1rem !important;
        line-height: 1.55;
    }

    body.landing-page .hero-actions {
        gap: 0.8rem;
    }

    body.landing-page .hero-actions .btn-pink,
    body.landing-page .powered-ai-badge {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    body.landing-page .hero-media-card {
        margin-top: 0.75rem;
    }

    body.landing-page .hero-section1 .hero-img1 {
        max-height: 500px;
        transform: translateX(7%);
    }

    body.landing-page #testimonial-card {
        bottom: 0.5rem;
        width: calc(100% - 0.5rem);
    }

    body.landing-page .hero-section1 #testimonial-card .card-testimonial {
        min-height: 56px;
        padding: 0.48rem 0.7rem;
        border-radius: 999px !important;
    }

    body.landing-page .hero-section1 #testimonial-card .card-testimonial img {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    body.landing-page .hero-section1 .text-up h5 {
        font-size: 0.78rem;
    }

    body.landing-page .hero-section1 .text-up p {
        font-size: 0.64rem !important;
        line-height: 1.25;
    }

    body.landing-page .play-icon-button {
        left: 7%;
        bottom: 19%;
        width: 52px;
        height: 52px;
    }

    body.landing-page .benefits-section,
    body.landing-page .about-section1,
    body.landing-page .feature-section,
    body.landing-page .tuaneka-video,
    body.landing-page .testimonials-section,
    body.landing-page .pricing-section,
    body.landing-page .connect-section1,
    body.landing-page .faq-section1 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    body.landing-page .start-section {
        margin-left: 1rem;
        margin-right: 1rem;
        border-radius: 28px;
    }
}
