:root{--color-bg-from:#fff;--color-bg-via:#fff;--color-bg-to:#fff;--color-rose-50:#fff8f3;--color-rose-100:#ffe0e7;--color-rose-300:#f9b5c5;--color-rose-400:#f189a4;--color-rose-700:#8d3755;--color-rose-900:#5b1b32;--color-text-main:#1f2933;--color-text-muted:#6b7280;--radius-xl:24px;--radius-lg:18px;--shadow-soft:0 10px 25px #0f172a14}*,:before,:after{box-sizing:border-box}body{color:var(--color-text-main);background:linear-gradient(to bottom,var(--color-bg-from),var(--color-bg-via),var(--color-bg-to));margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a.text-d,a.text-d *{text-decoration:none!important}html{scroll-behavior:smooth}.page{width:100%;min-height:100vh}.page-content{max-width:1120px;margin:0 auto;padding:4rem 1.5rem 5rem}@media (min-width:768px){.page-content{padding:4rem 2rem 5rem}}.header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff8f3e6;border-bottom:1px solid #f472b659;width:100%;position:fixed;top:0;left:0}.header-inner{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex}.header-brand{flex-direction:column;display:flex}.header-brand-kicker{text-transform:uppercase;letter-spacing:.2em;color:#fda4af;font-size:.65rem;font-weight:600}.header-brand-title{letter-spacing:.04em;color:var(--color-rose-700);font-size:1.25rem;font-weight:600}.btn{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:9999px;padding:.55rem 1.1rem;font-size:.8rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.btn-primary{background:var(--color-rose-400);color:#fff;box-shadow:0 4px 10px #f8717159}.btn-primary:hover{background:var(--color-rose-400);transform:translateY(-1px)}.btn-outline{color:var(--color-rose-900);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border:1px solid #ffe4e6cc}.btn-outline:hover{background:#0000002e}.btn-small{padding:.4rem .9rem;font-size:.7rem}.hero{width:100%;height:100vh;min-height:620px;position:relative;overflow:hidden}.hero-offset{inset-inline:0;height:64px;position:absolute;top:0}.hero-bg-grid{grid-template-columns:1fr;display:grid;position:absolute;inset:0}@media (min-width:768px){.hero-bg-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hero-card{position:relative;overflow:hidden}.hero-card-image{background-position:50%;background-size:cover;transition:transform .7s;position:absolute;inset:0;transform:scale(1)}.hero-card:hover .hero-card-image{transform:scale(1.1)}.hero-card-overlay{background:linear-gradient(#0000,#0003,#0000008c);position:absolute;inset:0}.hero-card-content{z-index:5;color:#fdf2f8;flex-direction:column;justify-content:flex-end;height:100%;padding:1.5rem;display:flex;position:relative}.hero-card-tag{text-transform:uppercase;letter-spacing:.25em;color:#fff1f2cc;font-size:.65rem;font-weight:600}.hero-card-title{margin:.2rem 0;font-size:1.1rem;font-weight:600}.hero-card-text{color:#fff1f2e6;font-size:.7rem}.hero-card--procedimentos .hero-card-image{background-image:url(/images/hero/procedimentos.png)}.hero-card--consulta .hero-card-image{background-image:url(/images/hero/consulta-dermatologica.png)}.hero-card--conheca .hero-card-image{background-image:url(/images/hero/conheca-a-gente.jpg)}.hero-card-image:hover{background-size:110%}@media (max-width:767px){.hero-content-layer,.hero-content-inner,.hero-content-box{display:none}.hero-content-box2{border-radius:var(--radius-xl);background:var(--color-rose-700);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-width:480px;margin-bottom:3rem;padding:1.5rem 1.75rem}}@media (min-width:768px){.hero-content-box2{display:none}}.hero-content-layer{z-index:1;align-items:center;height:100%;display:flex;position:relative}.hero-content-inner{width:100%;max-width:1120px;margin:0 auto;padding:5rem 1.5rem 2rem}.hero-content-box{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0003;max-width:480px;padding:1.5rem 1.75rem}@media (min-width:768px){.hero-content-box{padding:2rem 2.25rem}}.hero-badge{text-transform:uppercase;letter-spacing:.25em;color:#fee2e2;font-size:.6rem;font-weight:600}.hero-title{color:#fdf2f8;margin-top:.5rem;font-size:2rem;line-height:1.1}@media (min-width:768px){.hero-title{font-size:2.5rem}}@media (min-width:1024px){.hero-title{font-size:3rem}}.hero-text{color:#fff1f2e6;margin-top:.75rem;font-size:.9rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.hero-gradient{pointer-events:none;background:linear-gradient(#0000,#0000,#fff7f299);position:absolute;inset:0}.section{margin-bottom:5rem}.section-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.section-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-header-text{flex-direction:column;gap:.4rem;display:flex}.section-kicker{text-transform:uppercase;letter-spacing:.25em;color:#fb7185;font-size:.65rem;font-weight:600}.section-title{color:var(--color-rose-900);margin:0;font-size:1.5rem;font-weight:600}@media (min-width:768px){.section-title{font-size:1.75rem}}.section-subtitle,.section-body{color:var(--color-text-muted);margin:0;font-size:.9rem}.section-subtitle{max-width:420px}.card-soft{border-radius:var(--radius-xl);border:1px solid var(--color-rose-100);background:var(--color-rose-50);box-shadow:var(--shadow-soft)}.testimonials-grid{gap:1.5rem;display:grid}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonial-card{flex-direction:column;padding:1rem;display:flex}.testimonial-images{border-radius:var(--radius-lg);background:#fef2f2;gap:.6rem;margin-bottom:.75rem;padding:.5rem;display:flex}.testimonial-image-block{flex:1}.testimonial-image{border-radius:var(--radius-lg);background-color:#e5e7eb;background-position:50%;background-size:cover;height:96px}.testimonial-label{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;margin-top:.25rem;font-size:.65rem;font-weight:600}.testimonial-procedure{text-transform:uppercase;letter-spacing:.25em;color:#fb7185;font-size:.65rem;font-weight:600}.testimonial-text{color:#374151;margin-top:.5rem;font-size:.9rem}.testimonial-name{color:var(--color-rose-800);margin-top:.75rem;font-size:.75rem;font-weight:600}.procedures-controls{gap:.5rem;display:flex}.slider-button{border:1px solid var(--color-rose-100);width:2.25rem;height:2.25rem;color:var(--color-rose-700);cursor:pointer;background:#fef2f2;border-radius:9999px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;box-shadow:0 4px 10px #f8717133}.slider-button:hover{background:#ffe4e6;transform:translateY(-1px)}.procedures-slider{scroll-behavior:smooth;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.procedure-card{flex:1;min-width:260px;max-width:280px;padding:1rem}.procedure-image{border-radius:var(--radius-lg);background-color:#e5e7eb;background-position:50%;background-size:cover;height:160px;margin-bottom:.75rem}.procedure-title{color:var(--color-rose-900);margin:0;font-size:.95rem;font-weight:600}.procedure-text{color:var(--color-text-muted);margin-top:.4rem;font-size:.8rem}.section-two-column{gap:2.5rem;display:grid}@media (min-width:768px){.section-two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}.clinic-text .section-body+.section-body{margin-top:.75rem}.clinic-video-frame{aspect-ratio:4/3;border-radius:var(--radius-xl);border:1px solid var(--color-rose-100);width:100%;box-shadow:var(--shadow-soft);background:#e2e8f0;position:relative;overflow:hidden}.clinic-video-element{object-fit:cover;width:100%;height:100%}.clinic-video-overlay{pointer-events:none;background:linear-gradient(to top right,#00000026,#0000,#ffffff29);position:absolute;inset:0}.consultation-form{gap:.75rem;margin-top:1.5rem;padding:1rem 1.2rem;display:grid}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-label{color:var(--color-rose-900);font-size:.75rem;font-weight:600}.form-control{border:1px solid var(--color-rose-100);width:100%;color:var(--color-text-main);background:#fff;border-radius:16px;outline:none;padding:.5rem .75rem;font-size:.85rem;transition:box-shadow .15s,border-color .15s}.form-control::placeholder{color:var(--color-text-muted)}.form-control:focus{border-color:#f87171b3;box-shadow:0 0 0 1px #f8717166}.form-control--textarea{resize:none;min-height:80px}.form-row{gap:.75rem;display:grid}.form-row--two-col{grid-template-columns:1fr}@media (min-width:768px){.form-row--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-helper{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.68rem}.consultation-location{flex-direction:column;gap:1rem;display:flex}.location-card{padding:1rem 1.25rem}.location-title{color:var(--color-rose-900);margin:.4rem 0 .1rem;font-size:.95rem;font-weight:600}.location-text{color:var(--color-text-muted);margin:0;font-size:.8rem}.map-wrapper{border-radius:var(--radius-xl);border:1px solid var(--color-rose-100);min-height:320px;box-shadow:var(--shadow-soft);background:#e2e8f0;flex:1;overflow:hidden}.map-wrapper iframe{border:0;width:100%;height:100%}.section--newsletter{margin-bottom:4rem}.newsletter-layout{gap:2rem;display:grid}@media (min-width:768px){.newsletter-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}.newsletter{padding:1.5rem 1.75rem}.newsletter-form{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}@media (min-width:768px){.newsletter-form{flex-direction:row;align-items:center}}.newsletter-input{border:1px solid var(--color-rose-100);color:var(--color-text-main);background:#fff;border-radius:9999px;outline:none;flex:1;padding:.55rem .9rem;font-size:.85rem}.newsletter-input::placeholder{color:var(--color-text-muted)}.newsletter-input:focus{border-color:#f87171b3;box-shadow:0 0 0 1px #f8717166}.faq-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.faq-item{border:1px solid var(--color-rose-100);background:#fff;border-radius:18px;overflow:hidden}.faq-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.faq-question{color:var(--color-rose-900);text-align:left;font-size:.85rem;font-weight:600}.faq-toggle{color:#fb7185;font-size:.8rem;font-weight:700}.faq-answer{color:var(--color-text-muted);border-top:1px solid #fee2e2;padding:.7rem 1rem .9rem;font-size:.8rem}.footer{border-top:1px solid var(--color-rose-100);padding-top:1.5rem}.footer-inner{color:var(--color-text-muted);flex-direction:column;gap:.35rem;padding-bottom:1rem;font-size:.75rem;display:flex}@media (min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}.footer-note{font-size:.7rem}
