/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --green-primary: #0f7a5f; --green-dark: #0a5e49; --green-light: #e8f5f0;
  --green-accent: #10b981; --green-muted: #d1fae5;
  --blue-primary: #2563eb; --blue-dark: #1d4ed8; --blue-light: #eff6ff; --blue-muted: #dbeafe;
  --dark: #1a202c; --gray-100: #f7fafc; --gray-200: #edf2f7; --gray-300: #e2e8f0;
  --gray-400: #a0aec0; --gray-500: #718096; --gray-600: #4a5568; --gray-700: #2d3748;
  --white: #fff;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08); --shadow-md: 0 4px 14px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.1);
  --radius: 12px; --radius-lg: 20px; --radius-full: 9999px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.page { display: none; } .page.active { display: block; }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-200); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.35rem; color: var(--dark); cursor: pointer; }
.logo-icon { width: 40px; height: 40px; background: var(--green-primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray-600); font-size: 0.95rem; font-weight: 500; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.btn-text { color: var(--gray-600); font-size: 0.95rem; font-weight: 500; cursor: pointer; text-decoration: none; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--green-primary); color: white; padding: 10px 24px; border-radius: var(--radius-full); text-decoration: none; font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; transition: all 0.25s; }
.btn-primary:hover { background: var(--green-dark); }
.btn-primary.large { padding: 14px 32px; font-size: 1rem; }
.btn-outline { display: inline-flex; align-items: center; border: 2px solid var(--gray-300); color: var(--gray-700); padding: 12px 28px; border-radius: var(--radius-full); text-decoration: none; font-weight: 600; font-size: 1rem; background: transparent; cursor: pointer; transition: all 0.25s; }
.btn-outline:hover { border-color: var(--green-primary); color: var(--green-primary); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 24px; height: 2.5px; background: var(--dark); border-radius: 2px; }

/* ===== HERO ===== */
.hero { padding: 140px 0 80px; overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--green-light); color: var(--green-primary); padding: 8px 18px; border-radius: var(--radius-full); font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; border: 1px solid var(--green-muted); }
.hero-badge svg { width: 16px; height: 16px; }
.hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.hero h1 span { color: var(--green-primary); font-style: italic; }
.hero-subtitle { font-size: 1.1rem; color: var(--gray-600); margin-bottom: 28px; line-height: 1.7; }
.hero-subtitle strong { color: var(--dark); }
.hero-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.hero-feature { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.hf-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--green-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hf-icon svg { width: 16px; height: 16px; color: var(--green-primary); }
.hero-buttons { display: flex; gap: 16px; }
.hero-image-area { position: relative; display: flex; justify-content: center; }
.doctor-card { position: relative; width: 420px; height: 480px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, var(--green-light), #c6f6d5); box-shadow: var(--shadow-lg); }
.doctor-card-ph { width: 100%; height: 100%; background: linear-gradient(145deg, var(--green-light) 0%, #c6f6d5 50%, var(--green-muted) 100%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; }
.doctor-card-ph svg { width: 120px; height: 120px; color: var(--green-primary); opacity: 0.4; }
.doc-badge { position: absolute; bottom: 24px; left: 24px; background: white; border-radius: 14px; padding: 12px 20px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-md); }
.doc-badge-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--green-light); display: flex; align-items: center; justify-content: center; }
.doc-badge-icon svg { width: 18px; height: 18px; color: var(--green-primary); }
.nav-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% + 60px); left: -30px; display: flex; justify-content: space-between; pointer-events: none; }
.nav-arrow { width: 44px; height: 44px; border-radius: 50%; background: white; border: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; box-shadow: var(--shadow-sm); }
.nav-arrow svg { width: 18px; height: 18px; color: var(--gray-500); }

/* ===== SECTIONS ===== */
.section-eyebrow { text-align: center; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--green-primary); margin-bottom: 12px; }
.section-title { text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 12px; }
.section-subtitle { text-align: center; font-size: 1.05rem; color: var(--gray-500); margin-bottom: 60px; }
.section-subtitle strong { color: var(--dark); }
.how-it-works { padding: 100px 0; background: var(--gray-100); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 52px; left: 20%; right: 20%; height: 3px; background: var(--green-muted); }
.step-card { text-align: center; position: relative; z-index: 1; }
.step-icon-w { position: relative; display: inline-flex; margin-bottom: 24px; }
.step-icon { width: 80px; height: 80px; border-radius: 50%; background: white; border: 3px solid var(--green-muted); display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.step-icon svg { width: 32px; height: 32px; color: var(--green-primary); }
.step-num { position: absolute; top: -4px; right: -4px; width: 28px; height: 28px; border-radius: 50%; background: var(--green-primary); color: white; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.7; max-width: 280px; margin: 0 auto; }
.benefits { padding: 100px 0; }
.ben-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ben-card { padding: 32px 28px; border: 1px solid var(--gray-200); border-radius: var(--radius); transition: all 0.3s; }
.ben-card:hover { border-color: var(--green-muted); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.ben-card.hl { border-color: var(--green-primary); background: var(--green-light); }
.ben-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ben-card.hl .ben-icon { background: var(--green-primary); }
.ben-icon svg { width: 22px; height: 22px; color: var(--green-primary); }
.ben-card.hl .ben-icon svg { color: white; }
.ben-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.ben-card p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.7; }
.reviews { padding: 100px 0; background: var(--gray-100); }
.g-badge { display: flex; align-items: center; justify-content: center; gap: 10px; background: white; padding: 10px 24px; border-radius: var(--radius-full); box-shadow: var(--shadow-sm); margin: 0 auto 20px; width: fit-content; border: 1px solid var(--gray-200); }
.rev-carousel { position: relative; max-width: 700px; margin: 0 auto; }
.rev-card { background: white; border-radius: var(--radius-lg); padding: 48px 40px; text-align: center; box-shadow: var(--shadow-md); border: 1px solid var(--gray-200); }
.rev-stars { font-size: 1.5rem; color: #FBBC05; margin-bottom: 24px; }
.rev-text { font-size: 1.1rem; font-style: italic; color: var(--gray-700); line-height: 1.8; margin-bottom: 28px; }
.rev-author { font-weight: 700; margin-bottom: 4px; }
.rev-date { font-size: 0.85rem; color: var(--gray-400); }
.rev-dots { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; }
.rev-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-300); }
.rev-dot.active { width: 32px; border-radius: 5px; background: var(--dark); }
.car-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% + 100px); left: -50px; display: flex; justify-content: space-between; pointer-events: none; }
.car-arrow { width: 48px; height: 48px; border-radius: 50%; background: white; border: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; box-shadow: var(--shadow-sm); }
.car-arrow svg { width: 20px; height: 20px; color: var(--gray-500); }
.faq { padding: 100px 0; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-item.active { border-color: var(--green-primary); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 0.95rem; background: white; border: none; width: 100%; text-align: left; font-family: inherit; }
.faq-item.active .faq-q { color: var(--green-primary); }
.faq-chev { width: 20px; height: 20px; color: var(--gray-400); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.active .faq-chev { transform: rotate(180deg); color: var(--green-primary); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.active .faq-a { max-height: 300px; }
.faq-ac { padding: 0 24px 20px; font-size: 0.9rem; color: var(--gray-500); line-height: 1.8; }
.cta { padding: 100px 0; background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-primary) 40%, var(--green-accent) 100%); text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 60%); }
.cta .container { position: relative; z-index: 1; }
.cta h2 { font-size: 2.5rem; font-weight: 800; color: white; margin-bottom: 16px; }
.cta-sub { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.cta-sub strong { color: white; }
.cta-feats { display: flex; justify-content: center; gap: 32px; margin-bottom: 40px; }
.cta-feat { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-size: 0.9rem; font-weight: 500; }
.cta-feat svg { width: 18px; height: 18px; }
.btn-white { display: inline-flex; align-items: center; gap: 10px; background: white; color: var(--green-primary); padding: 18px 40px; border-radius: var(--radius-full); text-decoration: none; font-weight: 700; font-size: 1.05rem; cursor: pointer; box-shadow: 0 4px 20px rgba(0,0,0,0.15); transition: all 0.25s; }
.btn-white:hover { transform: translateY(-2px); }
.cta-trust { margin-top: 28px; font-size: 0.85rem; color: rgba(255,255,255,0.7); }

/* ===== FOOTER ===== */
.footer { background: var(--dark); padding: 60px 0 30px; color: rgba(255,255,255,0.6); }
.ft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 48px; }
.ft-col h4 { color: white; font-weight: 700; margin-bottom: 16px; }
.ft-col p { font-size: 0.9rem; line-height: 1.8; color: rgba(255,255,255,0.55); }
.ft-links { display: flex; justify-content: center; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 24px; }
.ft-links a { font-size: 0.85rem; color: rgba(255,255,255,0.45); text-decoration: none; }
.ft-links span { color: rgba(255,255,255,0.2); }
.ft-comp { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 32px; }
.ft-comp strong { color: rgba(255,255,255,0.7); font-size: 0.8rem; }
.ft-comp p { font-size: 0.78rem; line-height: 1.7; color: rgba(255,255,255,0.4); margin-top: 6px; }
.ft-bottom { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.3); line-height: 1.8; }

/* ===== SOLICITATION FOOTER ===== */
.sf { background: var(--dark); padding: 50px 0 24px; text-align: center; color: rgba(255,255,255,0.5); }
.sf-logo { width: 50px; height: 50px; background: rgba(255,255,255,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.sf-logo svg { width: 24px; height: 24px; color: white; }
.sf h3 { color: white; font-size: 1.1rem; margin-bottom: 6px; }
.sf .container > p { font-size: 0.85rem; color: rgba(255,255,255,0.4); max-width: 380px; margin: 0 auto 20px; }
.sf-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 24px; }
.sf-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.82rem; }
.sf-links span { color: rgba(255,255,255,0.2); }
.sf hr { border: none; border-top: 1px solid rgba(255,255,255,0.08); max-width: 400px; margin: 0 auto 20px; }
.sf .sede { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.25); margin-bottom: 10px; }
.sf .addr { font-size: 0.82rem; color: rgba(255,255,255,0.35); line-height: 1.8; }
.sf .phone { color: var(--green-accent); text-decoration: none; font-weight: 600; }
.sf .cnpj { font-size: 0.75rem; color: rgba(255,255,255,0.25); margin-top: 10px; }
.sf .copy { margin-top: 20px; font-size: 0.7rem; color: rgba(255,255,255,0.2); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-in { opacity: 0; animation: fadeInUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; } .delay-4 { animation-delay: 0.4s; }
@keyframes spin { to { transform: rotate(360deg); } }
.spinner { display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(255,255,255,0.3); border-radius: 50%; border-top-color: white; animation: spin 0.8s linear infinite; }

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { font-size: 2.4rem; }
  .hero-features { align-items: center; } .hero-buttons { justify-content: center; }
  .hero-image-area { order: -1; } .doctor-card { width: 300px; height: 350px; }
  .steps-grid { gap: 30px; } .steps-grid::before { display: none; }
  .ben-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; } .hamburger { display: flex; }
  .ft-grid { grid-template-columns: 1fr; }
  .cta-feats { flex-direction: column; align-items: center; gap: 16px; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 2rem; } .hero { padding: 110px 0 60px; }
  .section-title { font-size: 2rem; } .steps-grid { grid-template-columns: 1fr; }
  .ben-grid { grid-template-columns: 1fr; } .hero-buttons { flex-direction: column; }
  .rev-card { padding: 32px 24px; } .car-arrows { width: calc(100% + 20px); left: -10px; }
}
