/* ============================================================
   EQSAM Design System - Shared Stylesheet
   Estilo Hostinger: limpo, profissional, confiável
   ============================================================ */

:root {
  --primary: #ff8c42;
  --primary-dark: #e6751f;
  --primary-light: #fff3eb;
  --dark: #0f0f0f;
  --dark2: #1a1a1a;
  --dark3: #252525;
  --text: #1f2937;
  --text-light: #6b7280;
  --text-lighter: #9ca3af;
  --bg: #ffffff;
  --bg-light: #f9fafb;
  --bg-lighter: #f3f4f6;
  --border: #e5e7eb;
  --border-dark: #d1d5db;
  --green: #22c55e;
  --green-light: #f0fdf4;
  --red: #ef4444;
  --blue: #3b82f6;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.15);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; position: relative; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- PROMO BAR ---- */
.promo-bar { background: linear-gradient(90deg, #ff8c42, #ff6b1a); color: #fff; text-align: center; padding: 10px 24px; font-size: 14px; font-weight: 500; position: relative; }
.promo-bar strong { font-weight: 700; }
.promo-bar a { color: #fff; text-decoration: underline; font-weight: 600; }
.promo-close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; cursor: pointer; font-size: 16px; opacity: 0.8; }

/* ---- HEADER ---- */
.site-header { background: var(--dark); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.logo img { height: 40px; width: auto; }
.logo-text { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.logo-text span { color: var(--primary); }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 8px; transition: all 0.2s; white-space: nowrap; }
.main-nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.main-nav a.active { color: var(--primary); }

.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-dropdown > a::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 11px; transition: transform 0.2s; }
.nav-dropdown:hover > a::after { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); border: 1px solid var(--border); min-width: 220px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.2s; z-index: 100; }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: flex; align-items: center; gap: 10px; color: var(--text); padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; transition: background 0.2s; }
.dropdown-menu a:hover { background: var(--bg-lighter); color: var(--primary); }
.dropdown-menu a i { width: 18px; color: var(--primary); font-size: 13px; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.btn-login { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s; }
.btn-login:hover { color: #fff; border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.05); }
.btn-cta-header { background: var(--primary); color: #fff; font-size: 14px; font-weight: 600; padding: 9px 20px; border-radius: 8px; transition: all 0.2s; white-space: nowrap; }
.btn-cta-header:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255,140,66,0.4); }

.mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }

.mobile-menu { display: none; position: fixed; inset: 0; background: var(--dark); z-index: 999; padding: 80px 24px 24px; overflow-y: auto; transform: translateX(100%); transition: transform 0.3s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-nav { display: flex; flex-direction: column; gap: 4px; margin-bottom: 32px; }
.mobile-menu-nav a { color: rgba(255,255,255,0.85); font-size: 16px; font-weight: 500; padding: 14px 16px; border-radius: 10px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu-nav a:hover { color: #fff; background: rgba(255,255,255,0.06); }
.mobile-menu-actions { display: flex; flex-direction: column; gap: 12px; }
.mobile-close { position: absolute; top: 18px; right: 20px; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }

/* ---- SECTION COMMONS ---- */
section { padding: 80px 0; }
.section-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--primary-light); color: var(--primary); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--text); line-height: 1.2; letter-spacing: -0.5px; }
.section-title span { color: var(--primary); }
.section-title.white { color: #fff; }
.section-desc { font-size: 17px; color: var(--text-light); margin-top: 14px; line-height: 1.7; max-width: 580px; }
.section-desc.white { color: rgba(255,255,255,0.6); }
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 14px auto 0; }

/* ---- HERO ---- */
.page-hero { background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0d1117 100%); padding: 80px 0 60px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,140,66,0.1) 0%, transparent 70%); pointer-events: none; }
.page-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.page-hero-content .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,140,66,0.12); border: 1px solid rgba(255,140,66,0.25); color: var(--primary); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; }
.page-hero-content h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 800; color: #fff; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 16px; }
.page-hero-content h1 span { background: linear-gradient(90deg, #ff8c42, #ff6b1a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero-content p { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-primary { background: var(--primary); color: #fff; font-size: 15px; font-weight: 700; padding: 13px 28px; border-radius: 10px; transition: all 0.25s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,140,66,0.45); }
.btn-outline { color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; padding: 13px 24px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { border-color: rgba(255,255,255,0.35); color: #fff; background: rgba(255,255,255,0.05); }
.hero-guarantees { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-guarantee { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.55); font-size: 13px; }
.hero-guarantee i { color: var(--green); font-size: 14px; }
.page-hero-image { display: flex; align-items: center; justify-content: center; }
.page-hero-image img { max-height: 300px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4)); }

/* ---- TRUST BAR ---- */
.trust-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 24px 0; }
.trust-bar-inner { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 0; align-items: center; }
.trust-stat { text-align: center; }
.trust-stat-value { font-size: 28px; font-weight: 800; color: var(--primary); line-height: 1; }
.trust-stat-label { font-size: 13px; color: var(--text-light); margin-top: 4px; font-weight: 500; }
.trust-divider { width: 1px; background: var(--border); height: 48px; margin: auto; }

/* ---- PLANS ---- */
.billing-toggle-wrap { display: flex; justify-content: center; margin-bottom: 48px; }
.billing-toggle { display: inline-flex; align-items: center; gap: 0; background: var(--bg-lighter); border: 1px solid var(--border); border-radius: 100px; padding: 4px; }
.toggle-btn { padding: 10px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; background: none; color: var(--text-light); transition: all 0.2s; position: relative; font-family: 'Poppins', sans-serif; }
.toggle-btn.active { background: var(--primary); color: #fff; box-shadow: 0 2px 8px rgba(255,140,66,0.35); }
.toggle-badge { position: absolute; top: -8px; right: -2px; background: var(--green); color: #fff; font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; }

.plans-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plans-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.plan-card { background: #fff; border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; transition: all 0.3s; display: flex; flex-direction: column; }
.plan-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.plan-card.popular { border-color: var(--primary); box-shadow: 0 12px 40px rgba(255,140,66,0.2); transform: translateY(-8px); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--primary), #ff6b1a); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 20px; border-radius: 100px; white-space: nowrap; box-shadow: 0 4px 12px rgba(255,140,66,0.4); }

.plan-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.plan-icon.orange { background: var(--primary-light); color: var(--primary); }
.plan-icon.dark { background: var(--dark); color: var(--primary); }
.plan-icon.gradient { background: linear-gradient(135deg, var(--primary), #ff6b1a); color: #fff; }
.plan-icon.green { background: var(--green-light); color: var(--green); }

.plan-name { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.plan-tagline { font-size: 13px; color: var(--text-light); margin-bottom: 20px; line-height: 1.5; }
.plan-price { margin-bottom: 6px; }
.plan-price-from { font-size: 12px; color: var(--text-lighter); text-decoration: line-through; margin-bottom: 2px; }
.plan-price-main { display: flex; align-items: flex-end; gap: 4px; }
.plan-price-currency { font-size: 16px; font-weight: 700; color: var(--text); line-height: 2; }
.plan-price-value { font-size: 44px; font-weight: 800; color: var(--text); line-height: 1; letter-spacing: -2px; }
.plan-price-value.accent { color: var(--primary); }
.plan-price-period { font-size: 13px; color: var(--text-light); line-height: 2.2; }
.plan-renew { font-size: 11px; color: var(--text-lighter); margin-bottom: 24px; }

.plan-btn { display: block; text-align: center; padding: 12px; border-radius: var(--radius); font-size: 14px; font-weight: 700; transition: all 0.2s; margin-bottom: 24px; font-family: 'Poppins', sans-serif; cursor: pointer; border: none; }
.plan-btn-primary { background: var(--primary); color: #fff; }
.plan-btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,140,66,0.4); }
.plan-btn-outline { border: 2px solid var(--border-dark); color: var(--text); background: #fff; }
.plan-btn-outline:hover { border-color: var(--primary); color: var(--primary); }

.plan-divider { border: none; border-top: 1px solid var(--border); margin-bottom: 20px; }
.plan-features { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.plan-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text); }
.plan-feature i.fa-check { color: var(--green); flex-shrink: 0; margin-top: 2px; font-size: 12px; }
.plan-feature i.fa-xmark { color: var(--text-lighter); flex-shrink: 0; margin-top: 2px; font-size: 12px; }
.plan-feature.disabled { color: var(--text-lighter); }
.feature-highlight { font-weight: 700; color: var(--text); }
.plan-spec { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); padding: 6px 0; border-bottom: 1px solid var(--bg-lighter); }
.plan-spec:last-child { border-bottom: none; }
.plan-spec i { color: var(--text-lighter); font-size: 13px; width: 16px; flex-shrink: 0; }
.plan-spec strong { font-weight: 700; }

/* ---- RESOURCES GRID ---- */
.resources-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.resource-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: center; transition: all 0.2s; }
.resource-card:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.resource-card img { width: 44px; height: 44px; object-fit: contain; margin: 0 auto 12px; }
.resource-card h3 { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.resource-card p { font-size: 12px; color: var(--text-light); line-height: 1.5; }

/* ---- WHY / FEATURES ---- */
.features-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: all 0.3s; }
.feature-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.feature-icon { width: 52px; height: 52px; background: var(--primary-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--primary); margin-bottom: 18px; }
.feature-icon.dark-bg { background: var(--dark); color: var(--primary); }
.feature-card h3 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ---- INFRA DARK SECTION ---- */
.dark-section { background: var(--dark); }
.dark-section .section-tag { background: rgba(255,140,66,0.12); color: var(--primary); }
.infra-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.infra-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: all 0.3s; }
.infra-card:hover { background: rgba(255,140,66,0.08); border-color: rgba(255,140,66,0.3); }
.infra-card-icon { font-size: 32px; color: var(--primary); margin-bottom: 14px; }
.infra-card h3 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.infra-card p { color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.6; }

/* ---- TECH / PLATFORMS ---- */
.platform-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.platform-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 20px 16px; text-align: center; transition: all 0.2s; }
.platform-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,140,66,0.3); }
.platform-card img { width: 40px; height: 40px; object-fit: contain; margin: 0 auto 10px; }
.platform-card span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); }

/* ---- STATS ---- */
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; }
.stat-item { text-align: center; padding: 32px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); }
.stat-category { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary); margin-bottom: 8px; }
.stat-number { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.stat-description { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* ---- CTA ---- */
.cta-section { background: linear-gradient(135deg, #0f0f0f, #1a1a1a); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,140,66,0.15), transparent 70%); pointer-events: none; }
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -0.5px; }
.cta-section h2 span { color: var(--primary); }
.cta-section p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-cta-primary { background: var(--primary); color: #fff; font-size: 16px; font-weight: 700; padding: 16px 36px; border-radius: 10px; transition: all 0.25s; display: inline-flex; align-items: center; gap: 8px; }
.btn-cta-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,140,66,0.4); }
.btn-cta-outline { color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; padding: 16px 28px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-cta-outline:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.cta-trust { margin-top: 28px; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.45); font-size: 13px; }
.cta-trust-item i { color: var(--green); }

/* ---- FOOTER ---- */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand .logo-text { font-size: 24px; margin-bottom: 14px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 20px; color: rgba(255,255,255,0.5); }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 14px; transition: all 0.2s; }
.social-btn:hover { background: var(--primary); color: #fff; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-links a:hover { color: var(--primary); }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-contact-item i { color: var(--primary); font-size: 13px; margin-top: 2px; flex-shrink: 0; }
.footer-bottom { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-bottom-left { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-bottom-right { display: flex; align-items: center; gap: 20px; }
.footer-bottom-right a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-bottom-right a:hover { color: rgba(255,255,255,0.7); }
.payment-badges { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.payment-badge { background: rgba(255,255,255,0.08); border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.6); }

/* ---- BACK TO TOP ---- */
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; box-shadow: 0 4px 16px rgba(255,140,66,0.4); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: all 0.3s; z-index: 999; border: none; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* ---- ANIMATIONS ---- */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.compare-card { background: #fff; border: 2px solid var(--border); border-radius: 20px; padding: 32px; transition: all 0.3s; position: relative; }
.compare-card.featured { border-color: var(--primary); }
.compare-card .badge-current { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg,var(--primary),#ff6b1a); color:#fff; font-size: 12px; font-weight: 700; padding: 5px 20px; border-radius: 100px; white-space: nowrap; box-shadow: 0 4px 12px rgba(255,140,66,0.4); z-index: 10; }

/* ---- LEAD CAPTURE FORM ---- */
.lead-capture-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lead-form { background: #fff; border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; transition: border-color 0.3s; }
.lead-form:focus-within { border-color: var(--primary); box-shadow: 0 8px 32px rgba(255,140,66,0.1); }
.lead-form-group { margin-bottom: 18px; }
.lead-form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.lead-form-group input, .lead-form-group select, .lead-form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-family: 'Poppins', sans-serif; color: var(--text); background: var(--bg-light); transition: all 0.2s; outline: none; }
.lead-form-group input:focus, .lead-form-group select:focus, .lead-form-group textarea:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 3px rgba(255,140,66,0.1); }
.lead-form-group textarea { resize: vertical; min-height: 80px; }
.lead-form-btn { width: 100%; background: var(--primary); color: #fff; border: none; padding: 14px; border-radius: var(--radius); font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Poppins', sans-serif; transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.lead-form-btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,140,66,0.4); }
.lead-form-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float { position: fixed; bottom: 28px; left: 28px; background: #25d366; color: #fff; border-radius: 100px; display: flex; align-items: center; gap: 10px; padding: 14px 22px; font-size: 15px; font-weight: 600; box-shadow: 0 6px 24px rgba(37,211,102,0.45); z-index: 998; transition: all 0.3s; animation: whatsapp-pulse 2s ease-in-out infinite; }
.whatsapp-float:hover { background: #1da851; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(37,211,102,0.5); }
.whatsapp-float i { font-size: 22px; }
@keyframes whatsapp-pulse { 0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); } 50% { box-shadow: 0 6px 24px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0.15); } }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .plans-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .plans-grid-3 { grid-template-columns: 1fr 1fr; }
  .plan-card.popular { transform: none; }
  .infra-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .features-grid-3 { grid-template-columns: 1fr 1fr; }
  .resources-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .page-hero { padding: 56px 0 40px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-image { display: none; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-divider { display: none; }
  .plans-grid-4, .plans-grid-3 { grid-template-columns: 1fr; }
  .features-grid-3 { grid-template-columns: 1fr; }
  .infra-grid { grid-template-columns: 1fr 1fr; }
  .platform-grid { grid-template-columns: repeat(3, 1fr); }
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .main-nav, .header-actions { display: none; }
  .mobile-toggle { display: flex; }
  .mobile-menu { display: block; }
  .lead-capture-inner { grid-template-columns: 1fr; gap: 40px; }
  .whatsapp-float { padding: 14px; border-radius: 50%; width: 56px; height: 56px; justify-content: center; }
  .whatsapp-float .whatsapp-float-text { display: none; }
}
@media (max-width: 480px) {
  .infra-grid { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .resources-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-trust { gap: 16px; }
  .plan-price-value { font-size: 36px; }
  .compare-card .badge-current { position: relative; top: 0; transform: none; left: 0; display: inline-block; margin-bottom: 12px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-card { padding: 24px; }
}
