:root {
    --brand-primary: #10B981; /* Verde Crescimento */
    --brand-primary-dark: #059669;
    --brand-secondary: #1F2937; /* Cinza Escuro Texto */
    --brand-light: #F3F4F6; /* Fundo Leve */
    --brand-accent: #3B82F6; /* Azul Confiança */
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--brand-secondary);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* Navbar */
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    transition: all 0.3s;
}

/* Logo images (prevent cropping) */
.brand-logo, .logo-img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.logo-text {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--brand-secondary);
    letter-spacing: -0.5px;
}

.logo-text span {
    color: var(--brand-primary);
}

/* Hero Section */
.hero-section {
    /* Mobile-first: use shopee-office as background with subtle overlay */
    padding: 56px 0 40px;
    background-color: #fff;
    background-image: url('/public/assets/img/shopee-office.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* overlay to keep text readable over illustration */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 60%);
    pointer-events: none;
}

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

.hero-headline {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #111827;
}

.hero-subheadline {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Buttons */
.btn-brand {
    background-color: var(--brand-primary);
    color: white;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.2);
}

.btn-brand:hover {
    background-color: var(--brand-primary-dark);
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3);
}

.btn-outline-brand {
    border: 2px solid var(--brand-primary);
    color: var(--brand-primary);
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    background: transparent;
}

.btn-outline-brand:hover {
    background-color: var(--brand-primary);
    color: white;
}

/* Sections */
.section-padding {
    padding: 80px 0;
}

.bg-light-brand {
    background-color: #F9FAFB;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111827;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    color: #6B7280;
    max-width: 600px;
    margin: 0 auto 3rem auto;
}

/* Cards */
.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    border-color: var(--brand-primary);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #ECFDF5;
    color: var(--brand-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

/* Steps */
.step-number {
    font-size: 4rem;
    font-weight: 800;
    color: #E5E7EB;
    line-height: 1;
    margin-bottom: 1rem;
}

.step-card h3 {
    color: #1F2937;
}

/* Transparency Box */
.transparency-box {
    background-color: #EFF6FF;
    border-left: 5px solid #3B82F6;
    padding: 2rem;
    border-radius: 0 8px 8px 0;
}

/* Footer */
footer {
    background-color: #1F2937;
    color: #D1D5DB;
    padding: 4rem 0;
}

footer h5 {
    color: white;
    margin-bottom: 1.5rem;
}

footer a {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s;
}

footer a:hover {
    color: white;
}

.footer-disclaimer {
    border-top: 1px solid #374151;
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 0.875rem;
    text-align: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 2rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
}

/* Larger screens: increase hero padding and adjust background placement */
@media (min-width: 768px) {
    .hero-section {
        padding: 120px 0 100px;
        background-position: left center;
        background-size: 60% auto;
    }
    .hero-section::before { background: linear-gradient(90deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 70%); }
}

/* Plans Section */
.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.plan-card {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #E5E7EB;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card.featured {
    transform: translateY(-10px);
    border: 2px solid var(--brand-accent);
    box-shadow: 0 20px 40px rgba(59,130,246,0.08);
}

.plan-badge {
    display: inline-block;
    background: var(--brand-accent);
    color: white;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 0.5rem;
}

.plan-list {
    margin: 1rem 0 1.25rem 0;
    padding: 0;
}

.plan-list li {
    list-style: none;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #F3F4F6;
    color: #374151;
}

.plan-cta {
    margin-top: 1rem;
}

@media (max-width: 992px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }
    .plan-card.featured { transform: none; }
}

/* Shopee landing urgency styles */
.urgent-flag {
    background: linear-gradient(90deg,#ffedd5,#fff7ed);
    color: #92400e;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-block;
}

.price-old {
    color: #6b7280;
    text-decoration: line-through;
    font-weight: 600;
}

.price-new {
    color: #ef4444; /* vermelho/alarme */
    font-size: 2rem;
    font-weight: 900;
}

.offer-pill {
    background: #fffbeb;
    color: #92400e;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-block;
}

.scarcity-box {
    background: #fff7f5;
    border: 1px solid rgba(239,68,68,0.08);
    padding: 16px;
    border-radius: 12px;
    color: #7f1d1d;
}

.btn-whatsapp {
    background: linear-gradient(90deg,#10b981,#06b6d4);
    color: white;
    border: none;
}

@media (max-width: 576px) {
    .price-new { font-size: 1.6rem; }
}

/* Testimonials / Proof */
.testimonials { padding: 60px 0; }
.testimonial-grid { display:grid; grid-template-columns: 1fr 1fr; gap:1rem; align-items:stretch; }
.testimonial-card { background:#fff; border-radius:12px; padding:1.25rem; box-shadow:0 8px 20px rgba(15,23,42,0.04); border:1px solid #eef2ff; display:flex; gap:1rem; align-items:center; }
.testimonial-avatar { width:84px; height:84px; border-radius:10px; overflow:hidden; flex:0 0 84px; }
.testimonial-content { flex:1; }
.testimonial-quote { font-style:normal; color:#0f172a; margin-bottom:0.5rem; }
.testimonial-author { font-weight:700; color:#374151; font-size:0.95rem; }

.badge-mais { display:inline-block; background:linear-gradient(90deg,#f97316,#fb923c); color:white; padding:6px 10px; border-radius:999px; font-weight:700; font-size:0.85rem; }

@media (max-width: 768px){ .testimonial-grid{ grid-template-columns: 1fr; } }
