/* ======================================
   RESET & BASE
   ====================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #2d3436;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', cursive;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ======================================
   SECTION TITLES
   ====================================== */
.section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
    font-style: italic;
}

.section-title.light {
    color: #ffffff;
}

.title-line {
    width: 60px;
    height: 4px;
    background: #f39c12;
    margin: 0 auto 40px;
    border-radius: 2px;
}

.title-line.green {
    background: #00b894;
}

.section-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: #636e72;
    margin-bottom: 30px;
}

/* ======================================
   URGENCY BAR
   ====================================== */
.urgency-bar {
    background: #f39c12;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.urgency-bar i {
    margin-right: 8px;
}

/* ======================================
   HERO SECTION
   ====================================== */
.hero {
    background: linear-gradient(135deg, #fefefe 0%, #f0f0f0 100%);
    text-align: center;
    padding: 60px 20px 50px;
}

.hero-subtitle {
    font-size: 2.8rem;
    font-weight: 800;
    color: #f39c12;
    font-style: italic;
    line-height: 1.2;
}

.hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.15rem;
    color: #636e72;
    max-width: 600px;
    margin: 0 auto 40px;
}

.hero-banner {
    max-width: 900px;
    margin: 0 auto 40px;
    border-radius: 16px;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.hero-video {
    max-width: 500px;
    margin: 0 auto 32px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.hero-video vturb-smartplayer,
.hero-video iframe {
    border-radius: 24px;
    display: block;
}

/* ======================================
   CTA BUTTONS
   ====================================== */
.btn-cta {
    display: inline-block;
    padding: 18px 48px;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border: none;
}

.btn-cta-green {
    background: #00b894;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 184, 148, 0.4);
}

.btn-cta-green:hover {
    background: #00a383;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 184, 148, 0.5);
}

.btn-cta-large {
    padding: 22px 56px;
    font-size: 1.3rem;
}

/* ======================================
   INFO CARDS (O que você recebe / Benefícios)
   ====================================== */
.what-you-get, .benefits {
    padding: 70px 20px;
    background: #f7f9fc;
}

.benefits {
    background: #ffffff;
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefits .info-card {
    background: #f7f9fc;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

.icon-circle.orange {
    background: #f39c12;
    color: #fff;
}

.info-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.info-card p {
    font-size: 0.95rem;
    color: #636e72;
}

/* ======================================
   GALLERY SECTION (Kits) - CAROUSEL
   ====================================== */
.gallery-section {
    padding: 70px 20px;
    background: #f7f9fc;
    text-align: center;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.carousel-viewport {
    overflow: hidden;
    border-radius: 16px;
    flex: 1;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
    gap: 16px;
}

.carousel-track .kit-item {
    min-width: calc((100% - 32px) / 3);
    flex-shrink: 0;
    box-sizing: border-box;
}

.kit-item {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.kit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.kit-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.kit-name {
    display: block;
    padding: 14px 10px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a2e;
}

/* Carousel Buttons */
.carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5;
}

.carousel-btn:hover {
    background: #f39c12;
    color: #fff;
    transform: scale(1.1);
}

.carousel-btn:active {
    transform: scale(0.95);
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #dfe6e9;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot.active {
    background: #f39c12;
    transform: scale(1.2);
}

/* ======================================
   BONUS SECTION
   ====================================== */
.bonus-section {
    padding: 70px 20px;
    background: #f7f9fc;
    text-align: center;
}

.bonus-value {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-style: italic;
}

.strikethrough-red {
    color: #e74c3c;
    text-decoration: line-through;
    font-weight: 800;
}

.bonus-free {
    color: #1a1a2e;
    font-weight: 800;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.bonus-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    border: 2px solid #f39c12;
    transition: transform 0.3s;
}

.bonus-card:hover {
    transform: translateY(-5px);
}

.bonus-img-wrapper {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.bonus-img-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.bonus-card:hover .bonus-img-wrapper img {
    transform: scale(1.05);
}

.bonus-badge {
    background: #e74c3c;
    color: #fff;
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a2e;
}

.bonus-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: #e74c3c;
    text-decoration: line-through;
    margin-bottom: 8px;
}

.bonus-desc {
    font-size: 0.9rem;
    color: #636e72;
    line-height: 1.5;
}

.bonus-total-bar {
    background: linear-gradient(135deg, #00b894, #00a383);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 10px;
}

.bonus-total-highlight {
    background: #1a1a2e;
    padding: 4px 16px;
    border-radius: 6px;
    font-weight: 800;
    font-style: italic;
}

/* ======================================
   PRICING SECTION
   ====================================== */
.pricing {
    padding: 70px 20px;
    background: #1a1a2e;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    align-items: start;
}

.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.basic {
    border: 2px solid #f39c12;
}

.pricing-card.premium {
    border: 3px solid #f39c12;
    box-shadow: 0 10px 40px rgba(243, 156, 18, 0.3);
}

.popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #f39c12;
    color: #fff;
    padding: 6px 24px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-card h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1a1a2e;
    font-style: italic;
}

.old-price {
    font-size: 1.1rem;
    color: #e74c3c;
    text-decoration: line-through;
    font-weight: 700;
}

.current-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: #00b894;
    margin: 5px 0;
}

.premium-price {
    font-size: 3.2rem;
    color: #e74c3c;
}

.payment-type {
    font-size: 0.9rem;
    color: #636e72;
    margin-bottom: 20px;
}

.social-proof-pill {
    background: #f7f9fc;
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.social-proof-pill span {
    font-size: 0.82rem;
    color: #636e72;
}

.plan-features {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.plan-features li {
    padding: 10px 0;
    font-size: 1.05rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1a1a2e;
    line-height: 1.4;
}

.plan-features li i {
    margin-top: 2px;
}

.plan-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 20px;
    padding: 0 4px;
}

.plan-divider::before,
.plan-divider::after {
    content: '';
    flex: 1;
    border-top: 2px dashed #e74c3c;
}

.plan-divider-text {
    font-size: 0.9rem;
    font-weight: 800;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.plan-divider-text i {
    margin-right: 5px;
}

.plan-bonus-list {
    margin-top: 0;
    margin-bottom: 30px;
}

.plan-bonus-list li {
    font-size: 1.05rem;
    font-weight: 700;
}

.green-icon {
    color: #00b894;
    font-size: 1.1rem;
}

.red-icon {
    color: #e74c3c;
    font-size: 1.1rem;
}

.bonus-icon {
    color: #e74c3c;
    font-size: 1.1rem;
}

.no-feature {
    color: #b2bec3;
}

.btn-plan {
    display: block;
    padding: 16px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
}

.btn-basic {
    background: #1a1a2e;
    color: #fff;
}

.btn-basic:hover {
    background: #2d3436;
    transform: translateY(-2px);
}

.btn-premium {
    background: #00b894;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 184, 148, 0.4);
}

.btn-premium:hover {
    background: #00a383;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 184, 148, 0.5);
}

/* ======================================
   TESTIMONIALS - CAROUSEL
   ====================================== */
.testimonials {
    padding: 70px 20px;
    background: #f7f9fc;
    text-align: center;
}

.stars-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 40px;
    color: #f39c12;
    font-size: 1.1rem;
}

.stars-rating span {
    color: #636e72;
    margin-left: 8px;
    font-size: 0.95rem;
}

/* Testimonial Carousel */
.testimonial-carousel-wrapper {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.testimonial-carousel-viewport {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
}

.testimonial-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.testimonial-carousel-track .testimonial-card {
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 30px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
}

.testimonial-card .quote-icon {
    font-size: 2rem;
    color: #f39c12;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 1.05rem;
    color: #2d3436;
    font-style: italic;
    margin-bottom: 24px;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.author-avatar-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #ff6b9d;
    box-shadow: 0 2px 8px rgba(255, 107, 157, 0.25);
}

.testimonial-author-info {
    text-align: left;
}

.testimonial-author strong {
    display: block;
    font-size: 1rem;
    color: #1a1a2e;
}

.testimonial-author span {
    font-size: 0.82rem;
    color: #636e72;
}

/* Testimonial Nav Buttons */
.testimonial-btn-left,
.testimonial-btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.testimonial-btn-left {
    left: -56px;
}

.testimonial-btn-right {
    right: -56px;
}

.testimonial-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonial-carousel-dots .carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #dfe6e9;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonial-carousel-dots .carousel-dot.active {
    background: #f39c12;
    width: 28px;
    border-radius: 10px;
}

/* ======================================
   ABOUT AUTHOR
   ====================================== */
.about-author {
    padding: 70px 20px;
    background: #ffffff;
}

.author-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
}

.author-photo-placeholder {
    width: 250px;
    min-width: 250px;
    height: 300px;
    background: linear-gradient(135deg, #f7f9fc, #dfe6e9);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #b2bec3;
}

.author-photo-img {
    width: 200px;
    min-width: 200px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: 4px solid #ff6b9d;
}

.author-info h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.author-role {
    color: #f39c12;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.author-stats {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.stat-box {
    background: #f7f9fc;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #f39c12;
    font-family: 'Baloo 2', cursive;
}

.stat-label {
    font-size: 0.78rem;
    color: #636e72;
}

.author-quote {
    background: #f7f9fc;
    border-left: 4px solid #f39c12;
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    font-size: 0.95rem;
    color: #2d3436;
    line-height: 1.6;
}

/* ======================================
   GUARANTEE
   ====================================== */
.guarantee {
    padding: 70px 20px;
    background: #f7f9fc;
    text-align: center;
}

.guarantee .section-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.guarantee-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.guarantee-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

.guarantee-icon.green {
    background: #e8f8f5;
    color: #00b894;
}

.guarantee-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.guarantee-card p {
    font-size: 0.9rem;
    color: #636e72;
    line-height: 1.5;
}

/* ======================================
   FAQ
   ====================================== */
.faq {
    padding: 70px 20px;
    background: #ffffff;
    text-align: center;
}

.faq .section-title {
    font-size: 1.8rem;
}

.faq-subtitle {
    color: #636e72;
    margin-bottom: 30px;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    background: #f7f9fc;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.faq-question {
    width: 100%;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: left;
}

.faq-question i {
    transition: transform 0.3s;
    color: #636e72;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 24px 18px;
    font-size: 0.93rem;
    color: #636e72;
    text-align: left;
    line-height: 1.6;
}

/* ======================================
   FINAL CTA
   ====================================== */
.final-cta {
    padding: 70px 20px;
    background: linear-gradient(135deg, #1a1a2e, #2d3436);
    text-align: center;
}

.final-cta h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 12px;
    font-style: italic;
}

.final-cta p {
    color: #b2bec3;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* ======================================
   FOOTER
   ====================================== */
.footer {
    padding: 30px 20px;
    background: #0d0d1a;
    text-align: center;
    color: #636e72;
    font-size: 0.85rem;
}

.footer-disclaimer {
    margin-top: 8px;
    font-size: 0.78rem;
    color: #4a4a5a;
}

/* ======================================
   RESPONSIVE - TABLET (max-width: 900px)
   ====================================== */
@media (max-width: 900px) {
    .container {
        padding: 0 16px;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .title-line {
        margin: 0 auto 28px;
    }

    /* Hero */
    .hero {
        padding: 40px 16px 36px;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 28px;
    }

    .hero-banner {
        margin-bottom: 28px;
    }

    /* Cards */
    .cards-row,
    .guarantee-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .info-card {
        padding: 28px 20px;
    }

    /* Carousel */
    .carousel-track .kit-item {
        min-width: calc((100% - 16px) / 2);
    }

    .kit-item img {
        height: 180px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    /* Bonus */
    .bonus-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    /* Pricing */
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card {
        padding: 32px 24px;
    }

    /* Author */
    .author-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-photo-placeholder {
        width: 180px;
        min-width: 180px;
        height: 220px;
        font-size: 5rem;
    }

    .author-photo-img {
        width: 160px;
        min-width: 160px;
        height: 190px;
    }

    .author-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .author-quote {
        text-align: left;
    }

    /* Sections padding */
    .what-you-get, .benefits, .gallery-section,
    .bonus-section, .testimonials, .about-author,
    .guarantee, .faq, .final-cta {
        padding: 50px 16px;
    }
}

/* ======================================
   RESPONSIVE - MOBILE (max-width: 600px)
   ====================================== */
@media (max-width: 600px) {
    /* Urgency Bar */
    .urgency-bar {
        font-size: 0.78rem;
        padding: 10px 12px;
        letter-spacing: 0;
    }

    .urgency-bar i {
        margin-right: 5px;
    }

    /* Section Titles */
    .section-title {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0 4px;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .title-line {
        margin: 0 auto 22px;
    }

    /* Hero */
    .hero {
        padding: 28px 14px 30px;
    }

    .hero-subtitle {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .hero-title {
        font-size: 1.35rem;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .hero-banner {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .hero-banner img {
        border-radius: 12px;
    }

    /* CTA Buttons */
    .btn-cta {
        padding: 14px 28px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 340px;
        text-align: center;
    }

    .btn-cta-large {
        padding: 16px 28px;
        font-size: 1rem;
    }

    /* Info Cards */
    .what-you-get, .benefits {
        padding: 40px 14px;
    }

    .cards-row {
        gap: 16px;
        max-width: 100%;
    }

    .info-card {
        padding: 24px 18px;
        border-radius: 12px;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 14px;
    }

    .info-card h3 {
        font-size: 1.05rem;
        margin-bottom: 6px;
    }

    .info-card p {
        font-size: 0.88rem;
    }

    /* Gallery */
    .gallery-section {
        padding: 40px 14px;
    }

    .carousel-track .kit-item {
        min-width: 100%;
    }

    .carousel-track {
        gap: 0;
    }

    .kit-item {
        border-radius: 12px;
    }

    .kit-item img {
        height: 220px;
    }

    .kit-name {
        padding: 10px 8px;
        font-size: 0.82rem;
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
    }

    /* Bonus */
    .bonus-section {
        padding: 40px 14px;
    }

    .bonus-value {
        font-size: 1.1rem;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 16px;
    }

    .bonus-card {
        padding: 18px;
        border-radius: 12px;
    }

    .bonus-img-wrapper img {
        height: 140px;
    }

    .bonus-card h3 {
        font-size: 1.05rem;
    }

    .bonus-price {
        font-size: 1rem;
    }

    .bonus-desc {
        font-size: 0.85rem;
    }

    .bonus-total-bar {
        flex-direction: column;
        padding: 14px 20px;
        font-size: 0.9rem;
        border-radius: 16px;
        width: 100%;
        max-width: 340px;
    }

    .bonus-total-highlight {
        font-size: 0.9rem;
        padding: 4px 12px;
    }

    /* Pricing */
    .pricing {
        padding: 40px 14px;
    }

    .pricing-grid {
        max-width: 100%;
        gap: 24px;
    }

    .pricing-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .pricing-card h3 {
        font-size: 1.35rem;
    }

    .old-price {
        font-size: 1rem;
    }

    .current-price {
        font-size: 2.2rem;
    }

    .premium-price {
        font-size: 2.5rem;
    }

    .payment-type {
        font-size: 0.82rem;
    }

    .social-proof-pill {
        padding: 6px 14px;
        margin-bottom: 16px;
    }

    .social-proof-pill span {
        font-size: 0.75rem;
    }

    .plan-features li {
        font-size: 0.88rem;
        padding: 6px 0;
        gap: 8px;
    }

    .green-icon, .red-icon, .bonus-icon {
        font-size: 1rem;
        min-width: 18px;
    }

    .btn-plan {
        padding: 14px 20px;
        font-size: 0.9rem;
    }

    /* Testimonials */
    .testimonials {
        padding: 40px 14px;
    }

    .stars-rating {
        font-size: 1rem;
        margin-bottom: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stars-rating span {
        font-size: 0.82rem;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 4px;
    }

    .testimonial-carousel-wrapper {
        max-width: 100%;
    }

    .testimonial-btn-left {
        left: 6px;
    }

    .testimonial-btn-right {
        right: 6px;
    }

    .testimonial-btn-left,
    .testimonial-btn-right {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
        background: rgba(255,255,255,0.9);
    }

    .testimonial-card {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .testimonial-card .quote-icon {
        font-size: 1.5rem;
    }

    .testimonial-text {
        font-size: 0.92rem;
        margin-bottom: 16px;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .author-avatar-img {
        width: 44px;
        height: 44px;
    }

    .testimonial-carousel-dots .carousel-dot {
        width: 10px;
        height: 10px;
    }

    .testimonial-author strong {
        font-size: 0.88rem;
    }

    .testimonial-author span {
        font-size: 0.75rem;
    }

    /* About Author */
    .about-author {
        padding: 40px 14px;
    }

    .author-photo-placeholder {
        width: 150px;
        min-width: 150px;
        height: 180px;
        font-size: 4rem;
    }

    .author-photo-img {
        width: 130px;
        min-width: 130px;
        height: 155px;
    }

    .author-info h3 {
        font-size: 1.4rem;
    }

    .author-role {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .author-stats {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .stat-box {
        width: 100%;
        padding: 12px 16px;
    }

    .stat-number {
        font-size: 1.4rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .author-quote {
        font-size: 0.88rem;
        padding: 14px 16px;
    }

    /* Guarantee */
    .guarantee {
        padding: 40px 14px;
    }

    .guarantee .section-title {
        font-size: 1.3rem;
        margin-bottom: 28px;
    }

    .guarantee-grid {
        gap: 16px;
        margin-bottom: 28px;
    }

    .guarantee-card {
        padding: 28px 18px;
        border-radius: 12px;
    }

    .guarantee-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .guarantee-card h3 {
        font-size: 1rem;
    }

    .guarantee-card p {
        font-size: 0.85rem;
    }

    /* FAQ */
    .faq {
        padding: 40px 14px;
    }

    .faq .section-title {
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .faq-subtitle {
        font-size: 0.88rem;
        margin-bottom: 20px;
    }

    .faq-item {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .faq-question {
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    .faq-answer p {
        padding: 0 16px 14px;
        font-size: 0.85rem;
    }

    /* Final CTA */
    .final-cta {
        padding: 40px 14px;
    }

    .final-cta h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .final-cta p {
        font-size: 0.92rem;
        margin-bottom: 24px;
    }

    /* Footer */
    .footer {
        padding: 24px 14px;
    }

    .footer p {
        font-size: 0.78rem;
    }

    .footer-disclaimer {
        font-size: 0.7rem;
    }
}

/* ======================================
   RESPONSIVE - SMALL MOBILE (max-width: 380px)
   ====================================== */
@media (max-width: 380px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-title {
        font-size: 1.15rem;
    }

    .hero-description {
        font-size: 0.85rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .btn-cta {
        padding: 12px 20px;
        font-size: 0.82rem;
    }

    .current-price {
        font-size: 1.9rem;
    }

    .premium-price {
        font-size: 2.1rem;
    }

    .pricing-card h3 {
        font-size: 1.2rem;
    }

    .kit-item img {
        height: 110px;
    }

    .kit-name {
        font-size: 0.75rem;
        padding: 8px 6px;
    }

    .bonus-img-wrapper img {
        height: 120px;
    }

    .author-photo-placeholder {
        width: 120px;
        min-width: 120px;
        height: 150px;
        font-size: 3rem;
    }

    .author-photo-img {
        width: 100px;
        min-width: 100px;
        height: 120px;
    }

    .faq-question {
        font-size: 0.82rem;
        padding: 12px 14px;
    }

    .faq-answer p {
        font-size: 0.8rem;
        padding: 0 14px 12px;
    }
}

/* ======================================
   TOUCH DEVICES - Disable hover effects
   ====================================== */
@media (hover: none) and (pointer: coarse) {
    .info-card:hover,
    .kit-item:hover,
    .bonus-card:hover,
    .testimonial-card:hover,
    .pricing-card:hover {
        transform: none;
        box-shadow: none;
    }

    .info-card {
        box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

    .kit-item {
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    .pricing-card.premium {
        box-shadow: 0 10px 40px rgba(243, 156, 18, 0.3);
    }

    /* Better tap targets */
    .btn-cta, .btn-plan {
        min-height: 48px;
    }

    .faq-question {
        min-height: 48px;
    }

    /* Active states for touch */
    .btn-cta:active {
        transform: scale(0.97);
        opacity: 0.9;
    }

    .btn-plan:active {
        transform: scale(0.97);
        opacity: 0.9;
    }

    .faq-question:active {
        background: rgba(0,0,0,0.03);
    }
}

/* ======================================
   ANIMATIONS
   ====================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ======================================
   SOCIAL PROOF NOTIFICATION
   ====================================== */
.social-proof-notification {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-width: 380px;
    transform: translateX(-120%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
    pointer-events: none;
}

.social-proof-notification.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.spn-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4caf50;
    font-size: 1.5rem;
}

.spn-content {
    flex: 1;
}

.spn-title {
    font-weight: 800;
    font-size: 1rem;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.spn-message {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 4px;
}

.spn-name {
    color: #f39c12;
    font-weight: 700;
}

.spn-plan {
    color: #f39c12;
    font-weight: 700;
}

.spn-time {
    font-size: 0.8rem;
    color: #999;
}

.spn-close {
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #bbb;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 12px;
    transition: color 0.2s;
}

.spn-close:hover {
    color: #666;
}

@media (max-width: 600px) {
    .social-proof-notification {
        left: 12px;
        right: 12px;
        bottom: 16px;
        max-width: none;
        padding: 14px 16px;
    }

    .spn-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.2rem;
    }

    .spn-title {
        font-size: 0.9rem;
    }

    .spn-message {
        font-size: 0.82rem;
    }
}
