.device-mobile .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 140px !important;
    padding-bottom: 80px !important;
}

.device-mobile .hero__bg-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.device-mobile .hero__layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.device-mobile .hero__layer--1 {
    background: radial-gradient(circle at 20% 50%, rgba(0, 184, 148, 0.2) 0%, transparent 50%);
}

.device-mobile .hero__layer--2 {
    background: radial-gradient(circle at 80% 50%, rgba(9, 132, 227, 0.2) 0%, transparent 50%);
}

.device-mobile .hero__layer--3 {
    background: radial-gradient(circle at 50% 50%, rgba(0, 225, 160, 0.15) 0%, transparent 60%);
}

.device-mobile .hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.device-mobile .hero__title {
    line-height: 1.1;
}

.device-mobile .hero__subtitle {
    color: var(--color-text-muted);
    opacity: 0.7;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.01em;
}

.device-mobile .hero__cta-group {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
}

.device-mobile .hero__trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: var(--space-md);
}

.device-mobile .trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-sm);
    transition: all var(--duration-normal) var(--ease-smooth);
}

.device-mobile .trust-badge:active {
    transform: scale(0.97);
    background: var(--color-surface);
}

.device-mobile .trust-badge__icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.device-mobile .trust-badge__text {
    font-size: clamp(0.688rem, 3vw, 0.813rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: var(--color-text);
}

.device-mobile .hero__scroll-indicator {
    display: none;
}

.device-mobile .section {
    min-height: auto;
}

.device-mobile .beneficios__grid {
    display: flex;
    flex-direction: column;
}

.device-mobile .benefit-card {
    text-align: center;
}

.device-mobile .benefit-card__icon {
    font-size: 1.75rem;
}

.device-mobile .benefit-card__title {
    font-size: clamp(0.938rem, 4vw, 1.125rem);
}

.device-mobile .benefit-card__text {
    color: var(--color-text-muted);
    font-size: clamp(0.813rem, 3.5vw, 0.938rem);
    line-height: 1.6;
    text-align: left;
}

.device-mobile .cta-urgencia {
    padding: 2rem 0;
}

.device-mobile .cta-urgencia__content {
    text-align: center;
    padding: 1.5rem 1rem;
}

.device-mobile .cta-urgencia__badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(214, 48, 49, 0.2), rgba(253, 203, 110, 0.2));
    border: 1px solid rgba(253, 203, 110, 0.5);
    border-radius: 50px;
    font-weight: 600;
    font-size: var(--text-xs);
    margin-bottom: var(--space-md);
}

.device-mobile .cta-urgencia__title {
    font-size: var(--text-xl);
    margin-bottom: var(--space-md);
}

.device-mobile .cta-urgencia__text {
    font-size: var(--text-sm);
    margin-bottom: var(--space-md);
}

.device-mobile .cta-urgencia__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    margin: var(--space-md) 0;
}

.device-mobile .timer__countdown {
    font-size: var(--text-xl);
    font-weight: 800;
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.device-mobile .planos__grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

.device-mobile .plan-card {
    padding: var(--space-md);
}

.device-mobile .plan-card--featured {
    border: 2px solid var(--color-green);
    position: relative;
}

.device-mobile .plan-card__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    background: var(--gradient-primary);
    border-radius: 50px;
    font-size: var(--text-xs);
    font-weight: 700;
    color: white;
}

.device-mobile .plan-card__name {
    font-size: var(--text-xl);
    margin-bottom: var(--space-sm);
}

.device-mobile .plan-card__desc {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    margin-bottom: var(--space-md);
}

.device-mobile .plan-card__features {
    margin: var(--space-md) 0;
}

.device-mobile .plan-card__features .feature {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--glass-border);
    font-size: var(--text-sm);
}

.device-mobile .article-card {
    height: 100%;
    overflow: hidden;
}

.device-mobile .article-card__image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: var(--border-radius-sm);
    margin-bottom: var(--space-sm);
}

.device-mobile .article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.device-mobile .article-card__title {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
    margin-bottom: var(--space-xs);
}

.device-mobile .article-card__excerpt {
    font-size: clamp(0.813rem, 3.5vw, 0.938rem);
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
    line-height: 1.4;
}

.device-mobile .article-card__link {
    color: var(--color-green);
    font-weight: 600;
}

.device-mobile .contato__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-top: var(--space-lg);
}

.device-mobile .contact-form {
    padding: var(--space-md);
}

.device-mobile .form-group {
    margin-bottom: var(--space-md);
}

.device-mobile .form-label {
    display: block;
    margin-bottom: var(--space-xs);
    font-weight: 500;
    color: var(--color-text-muted);
    font-size: var(--text-sm);
}

.device-mobile .form-input {
    width: 100%;
    padding: 1rem;
    background: var(--color-surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius-sm);
    color: var(--color-text);
    font-size: var(--text-base);
}

.device-mobile .form-input:focus {
    border-color: var(--color-green);
    outline: none;
}

.device-mobile .form-textarea {
    resize: vertical;
    min-height: 100px;
}

.device-mobile .contato__info {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.device-mobile .info-card {
    padding: var(--space-md);
    text-align: center;
}

.device-mobile .info-card__icon {
    font-size: 2rem;
    margin-bottom: var(--space-sm);
}

.device-mobile .info-card__title {
    font-size: var(--text-lg);
    margin-bottom: var(--space-xs);
}

.device-mobile .info-card__text {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

.device-mobile .footer {
    background: var(--color-surface);
    padding: var(--space-lg) 0;
    border-top: 1px solid var(--glass-border);
    margin-top: var(--space-lg);
}

.device-mobile .footer__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
}

.device-mobile .footer__col {
    text-align: center;
}

.device-mobile .footer__title {
    font-size: var(--text-xl);
    margin-bottom: var(--space-sm);
}

.device-mobile .footer__subtitle {
    font-size: var(--text-base);
    font-weight: 600;
    margin-bottom: var(--space-sm);
}

.device-mobile .footer__text {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
}

.device-mobile .footer__social {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    margin-top: var(--space-md);
}

.device-mobile .social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-surface-light);
    border-radius: 50%;
}

.device-mobile .footer__links {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.device-mobile .footer__links li a {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

.device-mobile .footer__bottom {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    text-align: center;
    padding-top: var(--space-md);
    border-top: 1px solid var(--glass-border);
}

.device-mobile .footer__copyright {
    font-size: var(--text-xs);
    color: var(--color-text-muted);
}

.device-mobile .footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    justify-content: center;
    font-size: var(--text-xs);
}

.device-mobile .section__header {
    text-align: center;
}

.device-mobile .section__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
}

.device-mobile .section__subtitle {
    font-size: clamp(0.813rem, 3.25vw, 0.938rem);
    color: var(--color-text-muted);
    line-height: 1.5;
    text-align: center;
}

.device-mobile .sobre__text p {
    color: var(--color-text-muted);
    font-size: clamp(0.875rem, 3.75vw, 1rem);
    line-height: 1.6;
    margin-bottom: var(--space-md);
    text-align: justify;
}

.device-mobile .sobre__text p:last-child {
    margin-bottom: 0;
}

.device-mobile .valores__title {
    text-align: center;
    font-size: clamp(1.25rem, 5vw, 1.625rem);
    margin-bottom: var(--space-md);
    margin-top: var(--space-lg);
}

.device-mobile .cta-urgencia__social-proof {
    margin-top: var(--space-md);
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

.device-mobile .social-proof__count {
    color: var(--color-green);
    font-weight: 700;
}

/* Carousel Valores Styles Mobile */
.device-mobile .valor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-md);
}

.device-mobile .valor-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: var(--space-sm);
    position: relative;
    border: 2px solid var(--color-green);
}

.device-mobile .valor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--color-surface-light); /* Placeholder color */
}

.device-mobile .valor-icon-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: var(--glass-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.device-mobile .valor-text {
    font-size: var(--text-base);
    font-weight: 600;
}

/* STRIP MODE - Faixa Horizontal Mobile */
.device-mobile .carousel--strip .valor-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 0;
    height: 120px;
    background: transparent;
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.device-mobile .carousel--strip .valor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.device-mobile .carousel--strip .valor-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
}

.device-mobile .carousel--strip .valor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.device-mobile .carousel--strip .valor-icon-overlay {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    flex-shrink: 0;
}

.device-mobile .carousel--strip .valor-text {
    display: none;
}

/* STRIP MODE - Faixa Horizontal Mobile */
.device-mobile .carousel--strip .valor-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    padding: 0;
    height: 160px;
    background: transparent;
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.device-mobile .carousel--strip .valor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.device-mobile .carousel--strip .valor-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
}

.device-mobile .carousel--strip .valor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.device-mobile .carousel--strip .valor-icon-overlay {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    flex-shrink: 0;
}

.device-mobile .carousel--strip .valor-text {
    font-size: var(--text-lg);
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.device-mobile .footer__signature {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    margin-top: var(--space-sm);
    transition: all var(--duration-normal) var(--ease-smooth);
    align-self: center;
    margin-right: 0;
    padding: 8px 12px;
    border-radius: 20px;
    background: rgba(0, 184, 148, 0.1);
    animation: signature-pulse 3s infinite ease-in-out;
}

@keyframes signature-pulse {
    0% { background: rgba(0, 184, 148, 0.05); box-shadow: 0 0 0 0 rgba(0, 184, 148, 0.1); }
    50% { background: rgba(0, 184, 148, 0.15); box-shadow: 0 0 10px 0 rgba(0, 184, 148, 0.1); }
    100% { background: rgba(0, 184, 148, 0.05); box-shadow: 0 0 0 0 rgba(0, 184, 148, 0.1); }
}

.device-mobile .footer__signature:active {
    opacity: 1;
    transform: scale(0.95);
}

.device-mobile .footer__signature img {
    height: 34px;
    width: auto;
}

/* ========================================
   SEÇÃO DEPOIMENTOS - MOBILE
   ======================================== */

.device-mobile .depoimentos {
    padding: calc(var(--space-lg) * 1.5) 0;
    background: linear-gradient(180deg, 
        rgba(0, 184, 148, 0.03) 0%, 
        rgba(9, 132, 227, 0.04) 50%,
        rgba(0, 184, 148, 0.03) 100%
    );
}

.device-mobile .depoimentos__carousel-wrapper {
    position: relative;
    padding: 0 var(--space-sm);
}

.device-mobile .depoimentos-carousel .carousel-slide {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    cursor: pointer;
    padding: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.device-mobile .depoimentos-carousel .carousel-slide:active {
    transform: scale(0.98);
    box-shadow: 
        0 2px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.device-mobile .depoimento-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Controles do Carrossel Mobile - Elegantes */
.device-mobile .depoimentos-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    margin-top: var(--space-lg);
}

.device-mobile .depoimentos-controls .carousel-btn {
    width: 52px;
    height: 52px;
    min-height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.device-mobile .depoimentos-controls .carousel-btn:active {
    transform: scale(0.92);
    background: var(--gradient-primary);
    color: white;
    box-shadow: 
        0 6px 24px rgba(0, 184, 148, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.device-mobile .depoimentos-controls .carousel-btn svg {
    width: 24px;
    height: 24px;
}

/* Popup de Zoom Mobile - Premium */
.device-mobile .depoimentos-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.device-mobile .depoimentos-popup[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.device-mobile .depoimentos-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 15, 0.96);
    backdrop-filter: blur(16px) saturate(180%);
}

.device-mobile .depoimentos-popup__content {
    position: relative;
    max-width: 96vw;
    max-height: 88vh;
    padding: var(--space-md);
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.06) 0%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: popup-slide-elegant 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popup-slide-elegant {
    from {
        transform: translateY(40px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.device-mobile .depoimentos-popup__close {
    position: absolute;
    top: calc(var(--space-sm) + 8px);
    right: calc(var(--space-sm) + 8px);
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 1.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 
        0 6px 20px rgba(239, 68, 68, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.device-mobile .depoimentos-popup__close:active {
    transform: scale(0.9);
    box-shadow: 
        0 4px 12px rgba(239, 68, 68, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.device-mobile .depoimentos-popup__image-wrapper {
    max-width: 100%;
    max-height: 78vh;
    overflow: auto;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.device-mobile .depoimentos-popup__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
