@import url(https://fonts.googleapis.com/css2?family=Mooli&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Mooli,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#000}#app{min-height:100vh}button{cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}body{font-size:14px}}@media (max-width:480px){.container{padding:0 10px}body{font-size:13px}}@media (max-width:768px){a,button{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}}.header[data-v-df833a48]{background:transparent;padding:15px 0;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1000;width:100%;max-width:100%;border-radius:0;border:1px solid transparent;transition:background .5s ease}.container[data-v-df833a48]{max-width:100%;margin:0 auto;padding:0 30px;justify-content:space-between}.container[data-v-df833a48],.logo[data-v-df833a48]{display:flex;align-items:center}.logo img[data-v-df833a48]{width:67px;height:auto;transform-origin:center}.navigation[data-v-df833a48]{flex:1;display:flex;justify-content:center}.nav-list[data-v-df833a48]{display:flex;list-style:none;gap:40px;margin:0;padding:0}.nav-link[data-v-df833a48]{color:#fff;text-decoration:none;font-family:Mooli,sans-serif;font-size:16px;font-weight:400;transition:opacity .3s ease}.nav-link[data-v-df833a48]:hover{opacity:.7}.cta-buttons[data-v-df833a48]{display:flex;align-items:center;gap:12px}.btn-whatsapp[data-v-df833a48]{background:#f0f0f0;color:#072725;border:none;border-radius:9999px;padding:12px 24px;font-family:Mooli,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-whatsapp[data-v-df833a48]:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.btn-instagram[data-v-df833a48]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1.5px solid #f0f0f0;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.btn-instagram[data-v-df833a48]:hover{background:hsla(0,0%,100%,.1);border-color:#fff;transform:translateY(-2px)}.mobile-menu-toggle[data-v-df833a48]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span[data-v-df833a48]{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;transform-origin:1px}.mobile-menu-toggle.active span[data-v-df833a48]:first-child{transform:rotate(45deg)}.mobile-menu-toggle.active span[data-v-df833a48]:nth-child(2){opacity:0;transform:translateX(20px)}.mobile-menu-toggle.active span[data-v-df833a48]:third-child{transform:rotate(-45deg)}@media (max-width:992px){.nav-list[data-v-df833a48]{gap:25px}.nav-link[data-v-df833a48]{font-size:14px}.btn-whatsapp[data-v-df833a48]{padding:10px 20px;font-size:13px}.btn-instagram[data-v-df833a48]{width:40px;height:40px}}@media (max-width:768px){.mobile-menu-toggle[data-v-df833a48]{display:flex}.navigation[data-v-df833a48]{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(7,39,37,.95);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.navigation.mobile-open[data-v-df833a48]{transform:translateX(0)}.nav-list[data-v-df833a48]{flex-direction:column;gap:30px;text-align:center}.nav-link[data-v-df833a48]{font-size:20px;font-weight:500}.cta-buttons[data-v-df833a48]{display:none}.container[data-v-df833a48]{justify-content:space-between}}@media (max-width:480px){.container[data-v-df833a48]{padding:0 15px}.logo img[data-v-df833a48]{width:50px}.nav-link[data-v-df833a48]{font-size:18px}}.hero[data-v-aa388ad0]{background-color:#072725;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;font-family:Mooli,sans-serif}.hero-background[data-v-aa388ad0]{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#072725;opacity:.9;overflow:hidden}.hero-background-circle[data-v-aa388ad0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:450px;height:450px;background-color:#35af93;border-radius:50%;filter:blur(180px);opacity:.4;will-change:transform,opacity}.container[data-v-aa388ad0]{max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:2}.hero-content[data-v-aa388ad0]{display:grid;grid-template-columns:1fr 400px;align-items:center;gap:100px}.hero-text-content[data-v-aa388ad0]{text-align:left;padding-right:20px}.hero-title[data-v-aa388ad0]{font-size:52px;font-weight:400;line-height:1.1;color:#fff;margin-bottom:32px;font-family:Mooli,sans-serif}.hero-description[data-v-aa388ad0]{font-size:18px;font-weight:400;line-height:1.6;color:#e8f4f3;margin-bottom:48px;max-width:520px;font-family:Mooli,sans-serif}.hero-buttons[data-v-aa388ad0]{display:flex}.btn-cta[data-v-aa388ad0]{background:transparent;background-color:#fff;border-radius:6px;padding:16px 32px;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-block;font-family:Mooli,sans-serif}.btn-cta[data-v-aa388ad0]:hover{background:#f3f3f3}.hero-photo-container[data-v-aa388ad0]{width:400px;height:450px;display:flex;justify-content:center;align-items:center}.hero-photo[data-v-aa388ad0]{width:100%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.15);position:relative;transition:all .3s ease}.hero-photo[data-v-aa388ad0]:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.2)}.psychologist-photo[data-v-aa388ad0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media (max-width:1200px){.hero-content[data-v-aa388ad0]{grid-template-columns:1fr 350px;gap:60px}.hero-photo-container[data-v-aa388ad0]{width:350px;height:400px}}@media (max-width:992px){.hero[data-v-aa388ad0]{padding:40px 20px;min-height:90vh}.hero-content[data-v-aa388ad0]{grid-template-columns:1fr;text-align:center;gap:50px}.hero-text-content[data-v-aa388ad0]{text-align:center;padding-right:0}.hero-description[data-v-aa388ad0]{margin-left:auto;margin-right:auto}.hero-buttons[data-v-aa388ad0]{justify-content:center}.hero-title[data-v-aa388ad0]{font-size:42px}.hero-description[data-v-aa388ad0]{font-size:17px}.hero-photo-container[data-v-aa388ad0]{width:100%;max-width:400px;margin:0 auto;height:400px}}@media (max-width:768px){.hero[data-v-aa388ad0]{padding:30px 15px;min-height:85vh}.hero-title[data-v-aa388ad0]{font-size:32px;line-height:1.2}.hero-description[data-v-aa388ad0]{font-size:16px;margin-bottom:30px}.hero-photo-container[data-v-aa388ad0]{height:350px;max-width:350px}.psychologist-photo[data-v-aa388ad0]{-o-object-fit:cover;object-fit:cover}.btn-cta[data-v-aa388ad0]{padding:14px 28px;font-size:15px}}@media (max-width:480px){.hero[data-v-aa388ad0]{padding:20px 10px;min-height:80vh}.hero-title[data-v-aa388ad0]{font-size:28px;margin-bottom:20px}.hero-description[data-v-aa388ad0]{font-size:15px;margin-bottom:25px}.hero-photo-container[data-v-aa388ad0]{height:300px;max-width:300px}.psychologist-photo[data-v-aa388ad0]{-o-object-fit:cover;object-fit:cover}.btn-cta[data-v-aa388ad0]{padding:12px 24px;font-size:14px;width:100%;max-width:280px}}.features-section[data-v-00b0fdf0]{background:#fff;min-height:600px;display:flex;align-items:center;padding:80px 0;overflow-x:hidden}.container[data-v-00b0fdf0]{max-width:1400px;margin:0 auto;padding:0 20px}.features-content[data-v-00b0fdf0]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.text-content[data-v-00b0fdf0]{padding-right:40px}.features-title[data-v-00b0fdf0]{font-family:Mooli,sans-serif;font-size:42px;font-weight:400;color:#2c3e50;line-height:1.3;margin-bottom:30px;letter-spacing:-.5px}.features-description[data-v-00b0fdf0]{font-family:Mooli,sans-serif;font-size:18px;font-weight:400;color:#5a6c7d;line-height:1.6;margin:0}.image-content[data-v-00b0fdf0]{display:flex;justify-content:center;align-items:center}.psychologist-image[data-v-00b0fdf0]{position:relative;width:400px;height:400px;border-radius:20px;overflow:hidden;background:#ffedd544}.profile-img[data-v-00b0fdf0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}@media (max-width:992px){.features-section[data-v-00b0fdf0]{padding:60px 0;min-height:auto}.features-content[data-v-00b0fdf0]{grid-template-columns:1fr;gap:50px;text-align:center}.text-content[data-v-00b0fdf0]{padding-right:0;order:2}.image-content[data-v-00b0fdf0]{order:1}.features-title[data-v-00b0fdf0]{font-size:32px;margin-bottom:20px}.features-description[data-v-00b0fdf0]{font-size:16px}.psychologist-image[data-v-00b0fdf0]{width:300px;height:300px;margin:0 auto}}@media (max-width:768px){.features-section[data-v-00b0fdf0]{padding:50px 0}.container[data-v-00b0fdf0]{padding:0 15px}.features-content[data-v-00b0fdf0]{gap:40px}.features-title[data-v-00b0fdf0]{font-size:28px;margin-bottom:18px}.features-description[data-v-00b0fdf0]{font-size:15px}.psychologist-image[data-v-00b0fdf0]{width:280px;height:280px}}@media (max-width:480px){.features-section[data-v-00b0fdf0]{padding:40px 0}.features-content[data-v-00b0fdf0]{gap:30px}.features-title[data-v-00b0fdf0]{font-size:24px;margin-bottom:15px}.features-description[data-v-00b0fdf0]{font-size:14px}.psychologist-image[data-v-00b0fdf0]{width:250px;height:250px}}.conditions-section[data-v-ef236d1e]{background:#fff;padding:100px 20px;font-family:Mooli,sans-serif;overflow-x:hidden;position:relative}.container[data-v-ef236d1e]{max-width:1400px;margin:0 auto}.whatsapp-float[data-v-ef236d1e]{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 12px rgba(37,211,102,.3);z-index:1000;transition:all .3s ease;animation:pulse-ef236d1e 2s infinite}.whatsapp-float[data-v-ef236d1e]:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.4)}.whatsapp-float svg[data-v-ef236d1e]{width:28px;height:28px}@keyframes pulse-ef236d1e{0%{box-shadow:0 4px 12px rgba(37,211,102,.3)}50%{box-shadow:0 4px 12px rgba(37,211,102,.6)}to{box-shadow:0 4px 12px rgba(37,211,102,.3)}}.section-header[data-v-ef236d1e]{text-align:center;margin-bottom:60px}.section-title[data-v-ef236d1e]{font-size:36px;font-weight:400;color:#2c3e50;margin:0 0 15px 0;line-height:1.2}.section-subtitle[data-v-ef236d1e]{font-size:18px;color:#5a6c7d;margin:0;font-weight:300;line-height:1.4;max-width:600px;margin:0 auto}.conditions-grid[data-v-ef236d1e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;align-items:stretch;max-width:1200px;margin:0 auto}.condition-card[data-v-ef236d1e]{border:1px solid #dce1e7;border-radius:16px;padding:25px;flex:1;max-width:220px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.condition-card[data-v-ef236d1e]:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(44,62,80,.1)}.icon-wrapper[data-v-ef236d1e]{width:48px;height:48px;border-radius:12px;border:1px solid #dce1e7;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.icon-wrapper svg[data-v-ef236d1e]{width:24px;height:24px}.card-icon[data-v-ef236d1e]{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;border-radius:5px}.condition-title[data-v-ef236d1e]{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 10px 0;line-height:1.3}.condition-description[data-v-ef236d1e]{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.condition-card[data-v-ef236d1e]:first-child{background-color:#f0f7f0}.condition-card[data-v-ef236d1e]:nth-child(2){background-color:#f0f3f7}.condition-card[data-v-ef236d1e]:nth-child(3){background-color:#f5f0f7}.condition-card[data-v-ef236d1e]:nth-child(4){background-color:#f7f3f0}.condition-card[data-v-ef236d1e]:nth-child(5){background-color:#f0f5f7}@media (max-width:1024px){.conditions-grid[data-v-ef236d1e]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}}@media (max-width:768px){.conditions-section[data-v-ef236d1e]{padding:80px 20px}.section-header[data-v-ef236d1e]{margin-bottom:40px}.section-title[data-v-ef236d1e]{font-size:28px}.section-subtitle[data-v-ef236d1e]{font-size:16px}.conditions-grid[data-v-ef236d1e]{grid-template-columns:1fr;gap:15px;padding:0 10px}.condition-card[data-v-ef236d1e]{padding:20px;max-width:none}}@media (max-width:480px){.conditions-section[data-v-ef236d1e]{padding:60px 15px}.section-title[data-v-ef236d1e]{font-size:24px}.section-subtitle[data-v-ef236d1e]{font-size:14px}.condition-card[data-v-ef236d1e]{padding:15px}.condition-title[data-v-ef236d1e]{font-size:16px}.condition-description[data-v-ef236d1e]{font-size:13px}.whatsapp-float[data-v-ef236d1e]{width:50px;height:50px;bottom:15px;right:15px}.whatsapp-float svg[data-v-ef236d1e]{width:24px;height:24px}}.about-me-section[data-v-2b582e00]{background:#fff;padding:100px 0;font-family:Mooli,sans-serif;color:#374151;overflow-x:hidden}.container[data-v-2b582e00]{max-width:1400px;margin:0 auto;padding:0 20px}.about-me-content[data-v-2b582e00]{display:flex;align-items:center;gap:80px;min-height:600px}.visual-elements[data-v-2b582e00]{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:30px;max-width:500px;height:500px}.image-top-left[data-v-2b582e00]{grid-column:1;grid-row:1}.image-bottom-right[data-v-2b582e00]{grid-column:2;grid-row:2}.text-box-top-right[data-v-2b582e00]{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center}.text-box-bottom-left[data-v-2b582e00]{grid-column:1;grid-row:2;display:flex;align-items:center;justify-content:center}.image-container[data-v-2b582e00]{background:#fdf8f3;border-radius:30px;padding:20px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.profile-photo[data-v-2b582e00]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.text-box-bottom-left[data-v-2b582e00],.text-box-top-right[data-v-2b582e00]{background:linear-gradient(135deg,#0a2f2c,#1a4a47);border-radius:20px;padding:30px 25px;color:#fff;text-align:center}.years-text[data-v-2b582e00]{display:flex;flex-direction:column;align-items:center}.years-number[data-v-2b582e00]{font-size:32px;font-weight:600;line-height:1;margin-bottom:5px}.years-label[data-v-2b582e00]{font-size:16px;font-weight:400;opacity:.9}.profile-info[data-v-2b582e00]{text-align:center}.name[data-v-2b582e00]{font-size:20px;font-weight:600;margin-bottom:8px;line-height:1.2}.profession[data-v-2b582e00]{font-size:16px;font-weight:500;margin-bottom:5px;opacity:.9}.crp[data-v-2b582e00]{font-size:14px;font-weight:400;opacity:.8}.main-content[data-v-2b582e00]{flex:1.2;max-width:600px}.section-title[data-v-2b582e00]{font-size:48px;font-weight:400;color:#111827;margin-bottom:30px;line-height:1.2}.description[data-v-2b582e00]{margin-bottom:40px}.description p[data-v-2b582e00]{font-size:18px;line-height:1.7;color:#4b5563;margin-bottom:20px}.description p[data-v-2b582e00]:last-child{margin-bottom:0}.cta-button[data-v-2b582e00]{background:transparent;color:#374151;border:1px solid #d1d5db;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Mooli,sans-serif}.cta-button[data-v-2b582e00]:hover{border-color:#9ca3af;color:#111827;background:#f9fafb}@media (max-width:1200px){.about-me-content[data-v-2b582e00]{gap:60px}.visual-elements[data-v-2b582e00]{max-width:450px;height:450px}.section-title[data-v-2b582e00]{font-size:42px}}@media (max-width:1024px){.about-me-section[data-v-2b582e00]{padding:80px 0}.about-me-content[data-v-2b582e00]{flex-direction:column;text-align:center;gap:50px}.visual-elements[data-v-2b582e00]{max-width:400px;height:400px;gap:20px}.main-content[data-v-2b582e00]{max-width:100%}.section-title[data-v-2b582e00]{font-size:36px}.description p[data-v-2b582e00]{font-size:16px}}@media (max-width:768px){.about-me-section[data-v-2b582e00]{padding:60px 0}.container[data-v-2b582e00]{padding:0 15px}.visual-elements[data-v-2b582e00]{max-width:350px;height:350px;gap:15px}.image-container[data-v-2b582e00]{padding:15px}.text-box-bottom-left[data-v-2b582e00],.text-box-top-right[data-v-2b582e00]{padding:20px 15px}.years-number[data-v-2b582e00]{font-size:28px}.years-label[data-v-2b582e00]{font-size:14px}.name[data-v-2b582e00]{font-size:18px}.profession[data-v-2b582e00]{font-size:14px}.crp[data-v-2b582e00]{font-size:12px}.section-title[data-v-2b582e00]{font-size:32px;margin-bottom:25px}.description[data-v-2b582e00]{margin-bottom:30px}.description p[data-v-2b582e00]{font-size:15px}.cta-button[data-v-2b582e00]{padding:12px 24px;font-size:15px}}@media (max-width:480px){.about-me-section[data-v-2b582e00]{padding:50px 0}.visual-elements[data-v-2b582e00]{max-width:300px;height:300px;gap:12px}.image-container[data-v-2b582e00]{padding:12px}.text-box-bottom-left[data-v-2b582e00],.text-box-top-right[data-v-2b582e00]{padding:15px 12px}.years-number[data-v-2b582e00]{font-size:24px}.years-label[data-v-2b582e00]{font-size:13px}.name[data-v-2b582e00]{font-size:16px}.profession[data-v-2b582e00]{font-size:13px}.crp[data-v-2b582e00]{font-size:11px}.section-title[data-v-2b582e00]{font-size:28px;margin-bottom:20px}.description[data-v-2b582e00]{margin-bottom:25px}.description p[data-v-2b582e00]{font-size:14px}.cta-button[data-v-2b582e00]{padding:10px 20px;font-size:14px;width:100%;max-width:280px}}.approach-section[data-v-79ffc590]{background:#f8fafc;padding:100px 0;font-family:Mooli,sans-serif;color:#374151;overflow-x:hidden}.container[data-v-79ffc590]{max-width:1200px;margin:0 auto;padding:0 20px}.approach-content[data-v-79ffc590]{text-align:center}.section-title[data-v-79ffc590]{font-size:48px;font-weight:400;color:#111827;margin-bottom:30px;line-height:1.2}.main-description[data-v-79ffc590]{font-size:18px;line-height:1.7;color:#4b5563;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto}.approach-grid[data-v-79ffc590]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.approach-card[data-v-79ffc590]{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:30px 20px;text-align:left;min-height:200px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.approach-card[data-v-79ffc590]:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#34a853}.card-title[data-v-79ffc590]{font-size:18px;font-weight:600;color:#111827;margin-bottom:15px;line-height:1.3}.card-description[data-v-79ffc590]{font-size:14px;line-height:1.6;color:#6b7280}@media (max-width:1024px){.approach-section[data-v-79ffc590]{padding:80px 0}.approach-grid[data-v-79ffc590]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.approach-card[data-v-79ffc590]{padding:35px 25px}}@media (max-width:768px){.approach-section[data-v-79ffc590]{padding:60px 0}.container[data-v-79ffc590]{padding:0 15px}.section-title[data-v-79ffc590]{font-size:36px;margin-bottom:25px}.main-description[data-v-79ffc590]{font-size:16px;margin-bottom:50px}.approach-grid[data-v-79ffc590]{grid-template-columns:1fr;gap:20px;margin-top:40px}.approach-card[data-v-79ffc590]{padding:30px 20px}.card-icon[data-v-79ffc590]{width:50px;height:50px;margin-bottom:20px}.card-icon svg[data-v-79ffc590]{width:24px;height:24px}.card-title[data-v-79ffc590]{font-size:18px;margin-bottom:12px}.card-description[data-v-79ffc590]{font-size:15px}}@media (max-width:480px){.approach-section[data-v-79ffc590]{padding:50px 0}.section-title[data-v-79ffc590]{font-size:28px;margin-bottom:20px}.main-description[data-v-79ffc590]{font-size:15px;margin-bottom:40px}.approach-grid[data-v-79ffc590]{gap:15px;margin-top:30px}.approach-card[data-v-79ffc590]{padding:25px 15px}.card-icon[data-v-79ffc590]{width:45px;height:45px;margin-bottom:15px}.card-icon svg[data-v-79ffc590]{width:22px;height:22px}.card-title[data-v-79ffc590]{font-size:16px;margin-bottom:10px}.card-description[data-v-79ffc590]{font-size:14px}}.testimonials[data-v-5a4f35ea]{background-color:#0a2f2c;color:#fff;padding:80px 20px;text-align:center;font-family:Mooli,sans-serif;overflow-x:hidden}.container[data-v-5a4f35ea]{max-width:1100px;margin:0 auto}.section-title[data-v-5a4f35ea]{font-size:38px;font-weight:400;margin-bottom:50px;line-height:1.3}.testimonials-grid[data-v-5a4f35ea]{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;margin-bottom:50px}.testimonial-card[data-v-5a4f35ea]{background-color:#d6e9d3;color:#0a2f2c;border-radius:20px;padding:25px;text-align:left;border:2px solid #5c837f;max-width:320px;flex-grow:1}.card-icon-wrapper[data-v-5a4f35ea]{background-color:#c0d8bc;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-icon-wrapper svg[data-v-5a4f35ea]{fill:#0a2f2c}.patient-info[data-v-5a4f35ea]{font-size:18px;margin-bottom:15px;font-weight:700}.testimonial-quote[data-v-5a4f35ea]{font-size:16px;line-height:1.5}.cta-button[data-v-5a4f35ea]{background-color:#fff;color:#0a2f2c;border:none;padding:15px 35px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;margin-bottom:25px;font-family:Mooli,sans-serif;transition:background-color .3s,color .3s}.cta-button[data-v-5a4f35ea]:hover{background-color:#f0f0f0}.disclaimer[data-v-5a4f35ea]{display:flex;align-items:center;justify-content:center;gap:10px;color:#b8d8b3;font-size:14px}.disclaimer svg[data-v-5a4f35ea]{fill:#b8d8b3}@media (max-width:1024px){.testimonials-grid[data-v-5a4f35ea]{flex-direction:column;align-items:center}.testimonial-card[data-v-5a4f35ea]{width:100%;max-width:500px}}@media (max-width:768px){.testimonials[data-v-5a4f35ea]{padding:60px 15px}.section-title[data-v-5a4f35ea]{font-size:30px;margin-bottom:40px}.testimonials-grid[data-v-5a4f35ea]{gap:20px;margin-bottom:40px}.testimonial-card[data-v-5a4f35ea]{max-width:100%;padding:20px}.patient-info[data-v-5a4f35ea]{font-size:16px;margin-bottom:12px}.testimonial-quote[data-v-5a4f35ea]{font-size:15px}.cta-button[data-v-5a4f35ea]{padding:12px 28px;font-size:15px}}@media (max-width:480px){.testimonials[data-v-5a4f35ea]{padding:50px 10px}.section-title[data-v-5a4f35ea]{font-size:26px;margin-bottom:30px}.testimonials-grid[data-v-5a4f35ea]{gap:15px;margin-bottom:30px}.testimonial-card[data-v-5a4f35ea]{padding:18px}.card-icon-wrapper[data-v-5a4f35ea]{width:35px;height:35px;margin-bottom:15px}.patient-info[data-v-5a4f35ea]{font-size:15px;margin-bottom:10px}.testimonial-quote[data-v-5a4f35ea]{font-size:14px}.cta-button[data-v-5a4f35ea]{padding:10px 24px;font-size:14px;width:100%;max-width:280px}.disclaimer[data-v-5a4f35ea]{font-size:13px}}.faq[data-v-1f93f311]{background:#fff;padding:100px 0;overflow-x:hidden}.container[data-v-1f93f311]{max-width:840px;margin:0 auto;padding:0 20px}.section-title[data-v-1f93f311]{font-family:Mooli,sans-serif;font-size:42px;font-weight:400;color:#111827;text-align:center;margin-bottom:60px}.faq-list[data-v-1f93f311]{max-width:700px;margin:0 auto}.faq-item[data-v-1f93f311]{margin-bottom:20px}.faq-question[data-v-1f93f311]{background:#2f726e1f;border:1px solid #072725;border-radius:16px;padding:20px 25px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq-question.open[data-v-1f93f311]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.question-text[data-v-1f93f311]{font-family:Mooli,sans-serif;font-size:18px;font-weight:400;color:#374151;margin:0}.toggle-icon[data-v-1f93f311]{color:#6b7280;flex-shrink:0;transition:transform .3s ease}.toggle-icon.open[data-v-1f93f311]{transform:rotate(180deg)}.faq-answer[data-v-1f93f311]{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.faq-answer.open[data-v-1f93f311]{max-height:500px}.faq-answer p[data-v-1f93f311]{font-family:Mooli,sans-serif;font-size:18px;font-weight:400;color:#374151;line-height:1.6;margin:0;padding:20px 25px;background:#2f726e1f;border:1px solid #072725;border-top:none;border-radius:0 0 16px 16px}.whatsapp-button-container[data-v-1f93f311]{text-align:center;margin-top:50px}.whatsapp-button[data-v-1f93f311]{background:#fff;border:1px solid #e5e7eb;color:#374151;font-family:Mooli,sans-serif;font-size:16px;padding:12px 24px;border-radius:12px;cursor:pointer;transition:all .2s ease}.whatsapp-button[data-v-1f93f311]:hover{background:#f9fafb;border-color:#d1d5db}@media (max-width:768px){.faq[data-v-1f93f311]{padding:60px 0}.container[data-v-1f93f311]{padding:0 15px}.section-title[data-v-1f93f311]{font-size:28px;margin-bottom:40px}.faq-list[data-v-1f93f311]{max-width:100%}.faq-question[data-v-1f93f311]{padding:18px 20px}.question-text[data-v-1f93f311]{font-size:16px}.faq-answer p[data-v-1f93f311]{font-size:15px;padding:18px 20px}.whatsapp-button[data-v-1f93f311]{padding:14px 28px;font-size:15px}}@media (max-width:480px){.faq[data-v-1f93f311]{padding:50px 0}.section-title[data-v-1f93f311]{font-size:24px;margin-bottom:30px}.faq-question[data-v-1f93f311]{padding:15px 18px}.question-text[data-v-1f93f311]{font-size:15px}.faq-answer p[data-v-1f93f311]{font-size:14px;padding:15px 18px}.whatsapp-button[data-v-1f93f311]{padding:12px 24px;font-size:14px;width:100%;max-width:280px}}.cta-background[data-v-11539ba2]{background:#fff;padding:80px 20px;font-family:Mooli,sans-serif;overflow-x:hidden}.container[data-v-11539ba2]{max-width:1000px;margin:0 auto}.cta-content[data-v-11539ba2]{background:linear-gradient(135deg,#0a2f2c,#2f726e);color:#fff;text-align:center;padding:70px 50px;border-radius:40px;max-width:950px;margin:0 auto}.cta-title[data-v-11539ba2]{font-size:28px;font-weight:400;margin-bottom:25px;line-height:1.3}.cta-description[data-v-11539ba2]{font-size:22px;font-weight:400;margin-bottom:40px;line-height:1.5;max-width:700px;margin-left:auto;margin-right:auto}.cta-button[data-v-11539ba2]{background-color:#fff;color:#0a2f2c;border:2px solid #fff;border-radius:12px;padding:18px 40px;font-family:Mooli,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,.1)}.cta-button[data-v-11539ba2]:hover{background-color:#f8f9fa;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.15);text-decoration:none;color:#0a2f2c}@media (max-width:768px){.cta-background[data-v-11539ba2]{padding:40px 15px}.cta-content[data-v-11539ba2]{padding:50px 25px}.cta-title[data-v-11539ba2]{font-size:24px}.cta-description[data-v-11539ba2]{font-size:18px}.cta-button[data-v-11539ba2]{width:100%;max-width:320px;padding:16px 32px;font-size:15px}}@media (max-width:480px){.cta-background[data-v-11539ba2]{padding:30px 10px}.cta-content[data-v-11539ba2]{padding:40px 20px}.cta-title[data-v-11539ba2]{font-size:20px;margin-bottom:20px}.cta-description[data-v-11539ba2]{font-size:16px;margin-bottom:30px}.cta-button[data-v-11539ba2]{padding:14px 24px;font-size:14px;max-width:280px;border-radius:10px}}.footer[data-v-48a1392f]{background:#2f726e1f;border-top:1px solid #072725;padding:20px 0;color:#333;font-family:Poppins,sans-serif}.container[data-v-48a1392f]{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content[data-v-48a1392f]{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-logo[data-v-48a1392f]{display:flex;align-items:center;gap:12px}.footer-logo img[data-v-48a1392f]{width:30px;height:30px}.logo-icon[data-v-48a1392f]{flex-shrink:0}.logo-text[data-v-48a1392f]{display:flex;flex-direction:column;line-height:1.2}.logo-text span[data-v-48a1392f]{font-weight:500;font-size:14px}.logo-text .specialty[data-v-48a1392f]{font-size:10px;font-weight:400;letter-spacing:.1em;color:#555}.footer-info[data-v-48a1392f],.footer-location[data-v-48a1392f]{font-size:14px;line-height:1.5;color:#555;text-align:left}.footer-info p[data-v-48a1392f],.footer-location p[data-v-48a1392f]{margin:0}.footer-social a[data-v-48a1392f]{display:flex;align-items:center;justify-content:center;color:#333}@media (max-width:768px){.footer[data-v-48a1392f]{padding:25px 0}.container[data-v-48a1392f]{padding:0 15px}.footer-content[data-v-48a1392f]{flex-direction:column;text-align:center;gap:25px}.footer-info[data-v-48a1392f],.footer-location[data-v-48a1392f]{text-align:center}.footer-logo[data-v-48a1392f]{justify-content:center}.logo-text span[data-v-48a1392f]{font-size:13px}.logo-text .specialty[data-v-48a1392f]{font-size:9px}}@media (max-width:480px){.footer[data-v-48a1392f]{padding:20px 0}.footer-content[data-v-48a1392f]{gap:20px}.footer-logo[data-v-48a1392f]{gap:10px}.footer-logo img[data-v-48a1392f]{width:25px;height:25px}.logo-text span[data-v-48a1392f]{font-size:12px}.logo-text .specialty[data-v-48a1392f]{font-size:8px}.footer-info[data-v-48a1392f],.footer-location[data-v-48a1392f]{font-size:13px}}.home[data-v-6598830b]{min-height:100vh}