/* Fontes importadas do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&family=Be+Vietnam+Pro:wght@400&family=Inter:wght@400;700;800;900&display=swap');

/* Reset e Cores Globais */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    background-color: #0b1220; /* Fundo base escuro */
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

section, footer, header, div[id] {
    scroll-margin-top: 140px;
}

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

/* Tipografia */
h1, h2, h3, h4, .font-montserrat { font-family: 'Montserrat', sans-serif; letter-spacing: -0.5px; }
p, .font-be-vietnam { font-family: 'Be Vietnam Pro', sans-serif; }
.font-inter { font-family: 'Inter', sans-serif; }

a { text-decoration: none; }

/* Botões Globais */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #40A7E3 0%, #00e0ff 100%);
    color: #0b1220;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 16px 28px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(64,167,227,0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.btn-primary::after {
    content: "";
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: rgba(255,255,255,0.2);
    transform: rotate(45deg) translateY(-100%);
    transition: all 0.5s;
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(64,167,227,0.6);
    color: #000;
}
.btn-primary:hover::after {
    transform: rotate(45deg) translateY(100%);
}

/* HERO SECTION */
.hero {
    position: relative;
    padding: 180px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(6,17,28,0.6) 0%, rgba(6,17,28,1) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.hero-text-area { flex: 1.5; max-width: 700px; }

/* Icon list Hero */
.hero-tag {
    display: flex; align-items: center; gap: 8px;
    color: #FFFFFF; font-size: 16px; font-weight: 600; margin-bottom: 20px;
}
.hero-tag i { color: #ED1C25; }

.hero-title {
    font-size: 42px; font-weight: 800; line-height: 1.3;
    color: #FFFFFF; margin-bottom: 30px;
}
.text-cyan { color: #40a7e3; }

.hero-desc {
    font-size: 20px; font-weight: 500; line-height: 1.6; color: #FFFFFF;
    margin-bottom: 35px;
}

/* PREMIUM BADGES (Direto do JSON) */
.premium-badges-container {
    display: flex; flex-direction: column; gap: 16px; 
    justify-content: flex-start; font-family: 'Inter', sans-serif;
    width: 100%; max-width: 480px; margin-top: 15px;
    position: relative; z-index: 2;
}
.badge-card {
    display: flex; align-items: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px; padding: 18px 24px; 
    box-shadow: 0 8px 24px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    transition: all 0.4s cubic-bezier(0.25, 1.5, 0.5, 1);
    position: relative; overflow: hidden; width: 100%;
}
.badge-card::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s ease-in-out;
}
.badge-card:hover::before { left: 100%; }
.badge-card:hover { transform: translateX(4px); border-color: rgba(255,255,255,0.4); box-shadow: -4px 12px 30px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2); }
.badge-icon-glow {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; background: #ffffff; border-radius: 50%;
    flex-shrink: 0; margin-right: 18px; box-shadow: 0 0 20px rgba(255,255,255,0.15);
}
.badge-icon-glow.blue { background: linear-gradient(135deg, #3B82F6, #2563EB); box-shadow: 0 0 20px rgba(59,130,246,0.4); }
.badge-icon-glow.green { background: linear-gradient(135deg, #10B981, #059669); box-shadow: 0 0 20px rgba(16,185,129,0.4); }
.badge-icon-glow.orange { background: linear-gradient(135deg, #F59E0B, #D97706); box-shadow: 0 0 20px rgba(245,158,11,0.4); }
.badge-text-box { display: flex; flex-direction: column; }
.badge-title { font-size: 20px; font-weight: 900; color: #ffffff; line-height: 1.1; display: flex; align-items: center; gap: 8px; letter-spacing: -0.3px; }
.badge-stars { display: flex; gap: 2px; color: #FBBC05; }
.badge-stars svg { width: 18px; height: 18px; fill: currentColor; filter: drop-shadow(0px 0px 4px rgba(251,188,5,0.6)); }
.badge-desc { font-size: 15px; font-weight: 400; color: #cbd5e1; margin-top: 4px; line-height: 1.3; }
.badge-desc strong { color: #ffffff; font-weight: 800; }

/* SEÇÕES GENÉRICAS */
.section { padding: 100px 0; }
.section-center { text-align: center; max-width: 850px; margin: 0 auto; }
.section-title { font-size: 34px; font-weight: 700; color: #FFFFFF; line-height: 1.2; margin-bottom: 25px; }
.section-subtitle { font-size: 16px; color: #FFFFFF; font-family: 'Be Vietnam Pro', sans-serif; line-height: 1.5; }

/* LOGOS CLIENTES (Marquee Animação) */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0;
}
.marquee-container::before, .marquee-container::after {
    content: '';
    position: absolute;
    top: 0; width: 100px; height: 100%;
    z-index: 2;
}
.marquee-container::before {
    left: 0;
    background: linear-gradient(to right, #0b1220 0%, transparent 100%);
}
.marquee-container::after {
    right: 0;
    background: linear-gradient(to left, #0b1220 0%, transparent 100%);
}
.marquee-content {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    padding-right: 60px; /* para não pular ao repetir */
    animation: scroll-left 30s linear infinite;
    width: max-content;
}
.marquee-content.reverse {
    animation: scroll-right 30s linear infinite;
}
.marquee-content img {
    height: 45px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.marquee-content img:hover {
    transform: scale(1.05);
}
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* PORTFOLIO (Vitrines) */
.portfolio-header { display: flex; align-items: flex-end; gap: 40px; margin-bottom: 60px; }
.portfolio-header > div { flex: 1; }
.portfolio-tag { display: flex; align-items: center; gap: 8px; color: #FFFFFF; font-size: 16px; margin-bottom: 24px; font-weight: 600; }
.portfolio-tag i { color: #ED1C25; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.portfolio-item { position: relative; overflow: hidden; border-radius: 8px; border: 2px solid rgba(255,255,255,0.1); }
.portfolio-item img { width: 100%; height: auto; display: block; transition: transform 0.8s ease; }
.portfolio-item:hover img { transform: scale(1.05); }

.portfolio-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    padding: 30px 20px 20px;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.portfolio-item:hover .portfolio-overlay {
    transform: translateY(0);
}
.portfolio-overlay h4 {
    font-size: 18px; font-weight: 800; color: #00e0ff; margin-bottom: 8px; font-family: 'Montserrat', sans-serif;
}
.portfolio-overlay p {
    font-size: 13px; color: #cbd5e1; font-family: 'Inter', sans-serif; line-height: 1.5; margin: 0;
}

/* NEW MODERN PAIN CARDS (Dor / Mercado) */
.modern-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.modern-pain-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255, 50, 50, 0.15);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.modern-pain-card:hover {
    transform: translateY(-10px);
    border-color: #ff4444;
    box-shadow: 0 15px 35px rgba(255, 0, 0, 0.15);
    background: rgba(255, 0, 0, 0.03);
}
.modern-pain-card .icon-wrapper {
    width: 60px; height: 60px;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.modern-pain-card .icon-wrapper i { font-size: 26px; color: #ff4444; }
.modern-pain-card h3 { font-size: 20px; color: #fff; margin-bottom: 15px; font-weight: 800; position: relative; z-index: 2;}
.modern-pain-card p { font-size: 15px; color: #a0b3d1; line-height: 1.6; position: relative; z-index: 2;}
.modern-pain-card .watermark {
    position: absolute; right: -10px; bottom: -20px;
    font-size: 120px; font-weight: 900; color: rgba(255, 255, 255, 0.03);
    z-index: 0; pointer-events: none;
    line-height: 1;
}

/* NEW TECH FEATURE CARDS (Tecnologia) */
.tech-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}
.tech-feature-card {
    background: linear-gradient(145deg, #111c30 0%, #0b1220 100%);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(64,167,227,0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.tech-feature-card:hover {
    border-color: #40A7E3;
    box-shadow: 0 10px 30px rgba(64,167,227,0.15);
    transform: translateY(-5px);
}
.tech-feature-card i {
    font-size: 38px;
    background: -webkit-linear-gradient(45deg, #00e0ff, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    display: inline-block;
}
.tech-feature-card h3 { font-size: 18px; color: #fff; margin-bottom: 15px; font-weight: 700; line-height: 1.3;}
.tech-feature-card p { font-size: 14.5px; color: #94a3b8; line-height: 1.6; }

/* GOOGLE PREMIUM BANNER (Resultados que falam por si) */
.google-premium-banner {
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 20px; padding: 28px 40px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    font-family: 'Inter', sans-serif; max-width: 850px; margin: 40px auto 30px auto; 
    position: relative; overflow: hidden; transition: transform 0.4s ease, border-color 0.4s ease;
}
.google-premium-banner::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent); transition: left 0.8s ease-in-out;
}
.google-premium-banner:hover::before { left: 100%; }
.google-premium-banner:hover { transform: translateY(-4px); border-color: rgba(255, 255, 255, 0.3); }

.banner-left { display: flex; align-items: center; }
.google-icon-wrapper {
    display: flex; align-items: center; justify-content: center;
    width: 68px; height: 68px; background: #ffffff; border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.2); flex-shrink: 0;
}
.banner-center { display: flex; flex-direction: column; justify-content: center; flex-grow: 1; padding: 0 30px; }
.score-row { display: flex; align-items: center; gap: 12px; }
.score-number { font-size: 38px; font-weight: 900; color: #ffffff; line-height: 1; letter-spacing: -1px; }
.stars-row { display: flex; gap: 4px; color: #FBBC05; }
.stars-row svg { width: 26px; height: 26px; fill: currentColor; filter: drop-shadow(0px 0px 6px rgba(251,188,5,0.6)); }
.reviews-text { font-size: 17px; color: #e2e8f0; margin-top: 8px; font-weight: 400; }
.reviews-text strong { color: #ffffff; font-weight: 800; font-size: 18px; }

.banner-right {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding-left: 30px; border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.verified-icon {
    display: flex; align-items: center; justify-content: center; width: 36px; height: 36px;
    background: rgba(16, 185, 129, 0.15); border-radius: 50%; color: #10B981; margin-bottom: 6px;
}
.verified-text { font-size: 14px; font-weight: 700; color: #10B981; text-transform: uppercase; letter-spacing: 0.5px; }
.verified-sub { font-size: 12px; color: #94a3b8; margin-top: 2px; }

/* TRUSTINDEX REVIEWS REFINED */
.ti-widget {
    position: relative;
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    align-items: center;
}
.ti-reviews {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 20px 5px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    width: 100%;
}
.ti-reviews::-webkit-scrollbar { display: none; }
.ti-review-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    min-width: 320px;
    max-width: 320px;
    flex-shrink: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.ti-review-item:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.ti-review-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.ti-avatar {
    width: 44px;
    height: 44px;
    background: #40A7E3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}
.ti-author-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ti-author-name {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ti-verified {
    color: #3b82f6;
    font-size: 12px;
}
.ti-author-date {
    color: #64748b;
    font-size: 13px;
    margin-top: 4px;
}
.ti-google-logo {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.ti-stars {
    display: flex;
    gap: 4px;
    color: #fbbc04;
    margin-bottom: 12px;
}
.ti-stars svg { width: 18px; height: 18px; fill: currentColor; }
.ti-text {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ti-read-more {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}
.ti-nav-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
}
.ti-nav-btn:hover { background: #f8fafc; color: #0f172a; transform: scale(1.05); }
.ti-nav-prev { left: -24px; }
.ti-nav-next { right: -24px; }

/* PLANOS DE PREÇOS */
.plan-section { background: #0b1220; padding: 60px 0; width: 100%; }
.plan-container {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
    width: 85%; max-width: 1280px; margin: auto;
}
.plan-card {
    background: linear-gradient(180deg, #111c30 0%, #0b1220 100%); 
    border-radius: 16px; padding: 40px 30px; color: #fff;
    border: 1px solid rgba(255,255,255,0.05); 
    transition: 0.4s; position: relative;
    display: flex; flex-direction: column; height: 100%;
}
.plan-card:hover { transform: translateY(-10px); border-color: rgba(64,167,227,0.5); }
.plan-popular { 
    border: 2px solid #00e0ff; 
    transform: scale(1.05); 
    box-shadow: 0 15px 40px rgba(0, 224, 255, 0.15);
    background: linear-gradient(180deg, #16243d 0%, #0b1220 100%);
}
.plan-popular:hover { transform: scale(1.05) translateY(-10px); box-shadow: 0 20px 50px rgba(0, 224, 255, 0.25); }
.plan-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(90deg, #00e0ff, #40A7E3); color: #0b1220; font-size: 12px; padding: 6px 20px;
    border-radius: 30px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 224, 255, 0.3);
}
.plan-title { font-size: 22px; margin-bottom: 15px; font-weight: 800; }
.plan-desc { font-size: 14px; color: #94a3b8; margin-bottom: 25px; min-height: 42px; font-family: 'Inter', sans-serif; line-height: 1.6; }
.plan-price { font-size: 32px; font-weight: 800; margin: 10px 0 30px 0; color: #fff; }
.plan-list { list-style: none; padding: 0; margin-bottom: 35px; flex-grow: 1; font-family: 'Inter', sans-serif;}
.plan-list li { margin-bottom: 15px; font-size: 14px; display: flex; align-items: flex-start; gap: 10px; color: #cbd5e1; }
.plan-list li i { color: #10b981; margin-top: 3px; }
.plan-list li::before { content: "✔"; color: #00e0ff; font-weight: bold; }
.plan-list li.destaque { color: #fff; font-weight: bold; }

.tw-botao-plano {
    display: block; text-align: center; padding: 14px; background: #00e0ff !important;
    color: #0f1a2e !important; text-decoration: none !important; border-radius: 6px;
    font-weight: bold !important; transition: 0.3s; text-transform: uppercase;
    font-size: 14px; width: 100%; box-sizing: border-box; font-family: 'Montserrat', sans-serif;
}
.tw-botao-plano:hover { background: #4df0ff !important; box-shadow: 0 4px 15px rgba(0, 224, 255, 0.4); }

/* FAQ */
.faq-section { max-width: 800px; margin: 0 auto; padding: 80px 20px; }
.faq-header { text-align: center; margin-bottom: 40px; }
.faq-header i { font-size: 24px; color: #00e0ff; margin-bottom: 10px; display: block; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-item summary {
    padding: 20px 0; color: #FFFFFF; font-weight: 700; font-size: 18px;
    cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: #40A7E3; }
.faq-item[open] summary::after { content: '-'; color: #40A7E3; }
.faq-item[open] summary { color: #40A7E3; }
.faq-content { padding: 0 0 20px 0; color: #a0b3d1; font-family: 'Inter', sans-serif; line-height: 1.6; }

/* HEADER FIXED E TRANSPARENTE */
.fixed-header {
    position: fixed; top: 0; left: 0; width: 100%;
    background: transparent;
    z-index: 9999;
    padding: 25px 0;
    transition: all 0.4s ease;
}
.fixed-header.scrolled-header {
    background: rgba(11, 18, 32, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.header-logo img { height: 75px; transition: height 0.4s ease; }
.scrolled-header .header-logo img { height: 45px; } /* Encolhe 40% ao rolar */

/* NAV LINKS BONITOS E ESPAÇADOS */
.nav-links { display: flex; gap: 5px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-links a { 
    color: #cbd5e1; 
    text-decoration: none; 
    font-size: 13.5px; 
    font-weight: 600; 
    transition: all 0.3s ease; 
    padding: 10px 12px;
    border-radius: 8px;
}
.nav-links a:hover { 
    color: #fff; 
    background: rgba(64, 167, 227, 0.15); 
}
.header-btn {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #40A7E3;
    color: #40A7E3;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.header-btn:hover {
    background: #40A7E3;
    color: #fff;
    transform: translateY(-2px);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    animation: pulse-green 2s infinite;
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    background-color: #20b858;
    transform: scale(1.1);
}
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* FOOTER */
.footer {
    background: #0f1a2e; padding: 60px 0 20px; margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.05); font-family: 'Inter', sans-serif; color: #a0b3d1;
}
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; }
.footer-col h4 { color: #fff; margin-bottom: 20px; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.footer-col p { margin-bottom: 10px; font-size: 14px; line-height: 1.6; }
.copyright { 
    border-top: 1px solid rgba(255,255,255,0.1); 
    margin-top: 40px; padding-top: 20px; 
    font-size: 14px; 
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
    color: #64748b;
}

/* COOKIE POPUP */
.cookie-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 340px;
    background: #0f1a2e;
    border: 1px solid rgba(64,167,227,0.3);
    border-radius: 12px;
    padding: 25px 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 10000;
    font-family: 'Inter', sans-serif;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.5;
    display: none; /* hidden initially until JS checks */
}
.cookie-popup a {
    color: #40A7E3;
    text-decoration: underline;
}
.cookie-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #64748b;
    transition: 0.3s;
}
.cookie-close:hover { color: #fff; }

/* FLOATING WHATSAPP */
.floating-whatsapp {
    position: fixed; bottom: 30px; right: 30px; background: #25D366; width: 60px; height: 60px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1000;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); transition: transform 0.3s;
}
.floating-whatsapp:hover { transform: scale(1.1); }

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-content { flex-direction: column; }
    .premium-badges-container { 
        display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; gap: 0; 
    }
    .badge-card { grid-column: 1; grid-row: 1; opacity: 0; visibility: hidden; transform: translateX(20px); transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none; }
    .badge-card.active-slide { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; z-index: 2; }
    
    .portfolio-header { flex-direction: column; align-items: flex-start; gap: 20px; }
    .portfolio-grid { grid-template-columns: 1fr; }
    
    .modern-pain-grid { grid-template-columns: 1fr; gap: 20px; }
    .tech-feature-grid { grid-template-columns: 1fr; gap: 20px; }
    
    .plan-container { grid-template-columns: 1fr; width: 90%; }
    .plan-popular { transform: scale(1); }
    .plan-popular:hover { transform: translateY(-5px); }

    .google-premium-banner { flex-direction: column; text-align: center; padding: 24px; gap: 20px; }
    .banner-center { padding: 0; align-items: center; }
    .banner-right { padding-left: 0; padding-top: 20px; border-left: none; border-top: 1px solid rgba(255, 255, 255, 0.1); width: 100%; }
    
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
}
