/* ============================================================
   CONTEMPLAART CLINIC — CSS Principal
   Design: Clean & Light | Raleway + DM Sans
   Paleta: Teal #28BCA8 + Slate #2D4C5E
   ============================================================ */

:root {
  --teal:       #28BCA8;
  --teal-dark:  #1E9E8D;
  --teal-deep:  #166E61;
  --teal-light: #7ED8CC;
  --teal-pale:  #E6F7F5;
  --teal-ultra: #F2FBFA;
  --slate:      #2D4C5E;
  --slate-mid:  #3D6070;
  --slate-light:#5A7A8A;
  --white:      #FFFFFF;
  --off:        #F9FAFB;
  --gray50:     #F4F6F7;
  --gray100:    #E8ECEE;
  --gray200:    #D0D8DC;
  --gray400:    #8FA4AE;
  --gray600:    #5A7280;
  --text:       #1E2E36;
  --fh:         'Raleway', sans-serif;
  --fb:         'DM Sans', sans-serif;
  --r:          8px;
  --rl:         16px;
  --rx:         28px;
  --max:        1200px;
  --nav-h:      78px;
  --top-h:      36px;
  --tr:         all .28s cubic-bezier(.4,0,.2,1);
  --sh:         0 4px 24px rgba(45,76,94,.08);
  --sh-teal:    0 6px 20px rgba(40,188,168,.25);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--fb); color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: var(--tr); }
img { max-width: 100%; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: var(--fh); line-height: 1.2; color: var(--slate); }

/* ── TOPBAR ── */
.topbar { background: var(--slate); height: var(--top-h); display: flex; align-items: center; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar-l, .topbar-r { display: flex; align-items: center; gap: 1.5rem; }
.topbar a, .topbar span { font-size: 13.5px; color: rgba(255,255,255,.75); display: flex; align-items: center; gap: .4rem; font-weight: 400; }
.topbar a:hover { color: var(--teal-light); }
.topbar-cta { background: var(--teal) !important; color: white !important; padding: .3rem 1rem; border-radius: 50px; font-weight: 500 !important; font-size: 13px !important; letter-spacing: .04em !important; }
.topbar-cta:hover { background: var(--teal-dark) !important; }

/* ── NAVBAR ── */
.main-navbar { background: rgba(255,255,255,.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); height: var(--nav-h); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--gray100); transition: var(--tr); }
.main-navbar.scrolled { box-shadow: var(--sh); }
.main-navbar .container { height: 100%; display: flex; align-items: center; gap: 0; }
.navbar-brand { display: flex; align-items: center; margin-right: auto; }
.navbar-logo  { height: 64px; width: auto; object-fit: contain; }
.navbar-logo-fallback { display: none; align-items: center; gap: .6rem; }
.nav-logo-name { font-family: var(--fh); font-size: 1.1rem; font-weight: 600; color: var(--slate); }
.nav-logo-sub { font-family: var(--fh); font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--teal-dark); display: block; }
.main-navbar .nav-link { font-family: var(--fh); font-size: 13.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--slate); padding: .5rem 1rem !important; border-radius: var(--r); position: relative; }
.main-navbar .nav-link::after { content: ''; position: absolute; bottom: 0; left: 1rem; right: 1rem; height: 1.5px; background: var(--teal); border-radius: 1px; transform: scaleX(0); transition: .25s; }
.main-navbar .nav-link:hover::after, .main-navbar .nav-link.active::after { transform: scaleX(1); }
.main-navbar .nav-link:hover, .main-navbar .nav-link.active { color: var(--teal-dark); }
.btn-cta-nav { background: var(--teal) !important; color: white !important; padding: .6rem 1.5rem !important; border-radius: 50px !important; font-family: var(--fh) !important; font-weight: 600 !important; font-size: 12px !important; letter-spacing: .06em !important; text-transform: uppercase !important; display: flex !important; align-items: center; gap: .5rem; white-space: nowrap; box-shadow: var(--sh-teal); margin-left: 1.5rem; }
.btn-cta-nav:hover { background: var(--teal-dark) !important; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(40,188,168,.35) !important; }
.btn-cta-nav::after { display: none !important; }
.toggler-icon { display: flex; flex-direction: column; gap: 5px; width: 22px; }
.toggler-icon span { display: block; height: 1.5px; background: var(--slate); border-radius: 2px; transition: var(--tr); }
.navbar-toggler { border: none !important; padding: .5rem; box-shadow: none !important; }

/* Dropdown */
.main-navbar .dropdown-menu { border: none; border-radius: var(--rl); box-shadow: 0 16px 48px rgba(45,76,94,.12); padding: 1rem; border-top: 2px solid var(--teal); margin-top: 8px; }
.main-navbar .dropdown-item { font-family: var(--fb); font-size: 13px; color: var(--slate); padding: .5rem 1rem; border-radius: var(--r); }
.main-navbar .dropdown-item:hover { background: var(--teal-pale); color: var(--teal-dark); }

/* ── BOTÕES GLOBAIS ── */
.btn-primary-ab { background: var(--teal); color: white; padding: .85rem 2rem; border-radius: 50px; font-family: var(--fh); font-weight: 500; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .5rem; box-shadow: var(--sh-teal); transition: var(--tr); cursor: pointer; border: none; }
.btn-primary-ab:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(40,188,168,.38); color: white; }
.btn-outline-ab { background: transparent; color: var(--slate); border: 1.5px solid var(--gray200); padding: .85rem 2rem; border-radius: 50px; font-family: var(--fh); font-weight: 500; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .5rem; transition: var(--tr); }
.btn-outline-ab:hover { border-color: var(--teal); color: var(--teal-dark); background: var(--teal-pale); }
.btn-teal-white { background: white; color: var(--teal-dark); padding: .85rem 2rem; border-radius: 50px; font-family: var(--fh); font-weight: 600; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .5rem; transition: var(--tr); box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.btn-teal-white:hover { background: var(--teal-ultra); transform: translateY(-1px); color: var(--teal-dark); }

/* ── SEÇÃO GENÉRICA ── */
.section { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }
.section-lg { padding: 8rem 0; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; width: 100%; }
.section-teal-ultra { background: var(--teal-ultra); }
.section-gray { background: var(--gray50); }
.section-slate { background: var(--slate); }
.section-teal { background: var(--teal); }

.sec-tag { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--fh); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: .9rem; }
.sec-tag::before { content: ''; display: inline-block; width: 18px; height: 1.5px; background: var(--teal); border-radius: 2px; }
.sec-h { font-family: var(--fh); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 200; color: var(--slate); line-height: 1.2; margin-bottom: .9rem; letter-spacing: -.01em; }
.sec-h strong { font-weight: 600; }
.sec-h em { font-style: italic; color: var(--teal-dark); }
.sec-p { font-size: 14.5px; color: var(--gray600); line-height: 1.85; max-width: 520px; font-weight: 300; }
.divider-teal { display: block; width: 36px; height: 2px; background: linear-gradient(90deg, var(--teal), var(--teal-light)); border-radius: 2px; margin: 1rem 0 1.6rem; }

/* ── HERO ── */
.hero-wrap { position: relative; min-height: calc(100vh - var(--nav-h) - var(--top-h)); overflow: hidden; display: flex; align-items: center; background: var(--white); }
.hero-bg-shape { position: absolute; right: -5%; top: 0; bottom: 0; width: 52%; background: var(--teal-ultra); border-radius: 0 0 0 120px; z-index: 0; }
.hero-bg-shape::before { content: ''; position: absolute; top: -60px; left: -80px; width: 200px; height: 200px; background: rgba(40,188,168,.08); border-radius: 50%; }
.hero-bg-shape::after { content: ''; position: absolute; bottom: 60px; right: 60px; width: 120px; height: 120px; background: rgba(40,188,168,.1); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; padding-top: 4rem; padding-bottom: 5rem; }
.hero-pill { display: inline-flex; align-items: center; gap: .5rem; background: var(--teal-pale); color: var(--teal-deep); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: .42rem 1rem; border-radius: 50px; border: 1px solid rgba(40,188,168,.25); margin-bottom: 1.75rem; font-family: var(--fh); }
.hero-dot { width: 6px; height: 6px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }
.hero-title { font-family: var(--fh); font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 200; line-height: 1.1; color: var(--slate); margin-bottom: 1.2rem; letter-spacing: -.01em; }
.hero-title strong { font-weight: 600; color: var(--teal-dark); display: block; }
.hero-desc { font-size: 15px; color: var(--gray600); line-height: 1.85; max-width: 460px; margin-bottom: 2.5rem; font-weight: 300; }
.hero-btns { display: flex; gap: .85rem; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--gray100); }
.hti-n { font-family: var(--fh); font-size: 1.8rem; font-weight: 200; color: var(--teal); line-height: 1; display: block; }
.hti-l { font-size: 11px; color: var(--gray600); font-weight: 400; white-space: nowrap; margin-top: .2rem; display: block; letter-spacing: .04em; }
.hero-trust-div { width: 1px; height: 36px; background: var(--gray200); flex-shrink: 0; }
.hero-img-ph { width: 100%; aspect-ratio: 4/5; background: linear-gradient(160deg, var(--teal-pale) 0%, rgba(40,188,168,.12) 100%); border-radius: var(--rx) var(--rx) var(--rx) 0; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.hero-img-ph img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-float-card { position: absolute; bottom: -1.5rem; left: -2rem; background: var(--white); border-radius: var(--rl); padding: 1.1rem 1.35rem; box-shadow: 0 12px 40px rgba(45,76,94,.12); display: flex; align-items: center; gap: .85rem; min-width: 210px; border: 1px solid var(--gray100); }
.hfc-ico { width: 44px; height: 44px; background: var(--teal-pale); border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hfc-n { font-family: var(--fh); font-size: 1.1rem; font-weight: 400; color: var(--teal); line-height: 1; display: block; }
.hfc-l { font-size: 11px; color: var(--gray600); font-weight: 400; display: block; margin-top: .15rem; }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--gray50); border-top: 1px solid var(--gray100); border-bottom: 1px solid var(--gray100); padding: 1.25rem 0; }
.trust-items { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.trust-item { display: flex; align-items: center; gap: .6rem; font-size: 12.5px; color: var(--slate-mid); font-weight: 400; padding: .5rem 2rem; border-right: 1px solid var(--gray200); }
.trust-item:last-child { border-right: none; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-col { position: relative; }
.about-ph { width: 100%; aspect-ratio: 4/5; background: linear-gradient(150deg, var(--teal-pale) 0%, rgba(40,188,168,.15) 100%); border-radius: var(--rx) var(--rx) 0 var(--rx); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.about-ph img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.about-exp-badge { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--slate); border-radius: var(--rl); padding: 1.25rem 1.4rem; text-align: center; min-width: 130px; box-shadow: 0 12px 32px rgba(45,76,94,.22); z-index: 2; }
.aeb-n { font-family: var(--fh); font-size: 2.4rem; font-weight: 200; color: var(--teal-light); line-height: 1; display: block; }
.aeb-l { font-size: 10px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; display: block; margin-top: .3rem; }
.about-creds { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 1.75rem; }
.cred-tag { display: flex; align-items: center; gap: .45rem; background: var(--white); border: 1px solid var(--gray200); padding: .38rem 1rem; border-radius: 50px; font-size: 12px; color: var(--slate); font-weight: 400; }
.about-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; margin-top: 2rem; }
.astat { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--r); padding: 1.1rem; text-align: center; }
.astat-n { font-family: var(--fh); font-size: 1.9rem; font-weight: 200; color: var(--teal); line-height: 1; display: block; }
.astat-l { font-size: 10.5px; color: var(--gray600); text-transform: uppercase; letter-spacing: .06em; display: block; margin-top: .35rem; }

/* ── PROCEDIMENTOS CARDS ── */
.proc-tabs-row { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.proc-tab-btn { background: var(--white); border: 1px solid var(--gray200); color: var(--gray600); padding: .5rem 1.25rem; border-radius: 50px; font-size: 12px; font-weight: 500; cursor: pointer; transition: var(--tr); font-family: var(--fh); letter-spacing: .04em; }
.proc-tab-btn:hover, .proc-tab-btn.active { background: var(--teal); border-color: var(--teal); color: white; }
.proc-card { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--rl); overflow: hidden; transition: var(--tr); height: 100%; display: flex; flex-direction: column; }
.proc-card:hover { border-color: var(--teal-light); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(40,188,168,.12); }
.pc-img { aspect-ratio: 16/10; background: linear-gradient(150deg, var(--teal-ultra) 0%, var(--teal-pale) 100%); position: relative; overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.proc-card:hover .pc-img img { transform: scale(1.04); }
.pc-cat { position: absolute; top: .8rem; left: .8rem; background: var(--teal); color: white; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .24rem .7rem; border-radius: 50px; font-family: var(--fh); }
.pc-body { padding: 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.pc-name { font-family: var(--fh); font-size: 1.1rem; font-weight: 400; color: var(--slate); margin-bottom: .5rem; }
.pc-desc { font-size: 12.5px; color: var(--gray600); line-height: 1.7; font-weight: 300; flex: 1; }
.pc-foot { padding: .9rem 1.5rem; border-top: 1px solid var(--gray100); display: flex; justify-content: space-between; align-items: center; }
.pc-meta { display: flex; gap: .75rem; }
.pc-m { font-size: 11px; color: var(--gray400); display: flex; align-items: center; gap: .3rem; }
.pc-link { font-size: 12px; color: var(--teal-dark); font-weight: 500; display: flex; align-items: center; gap: .3rem; font-family: var(--fh); }
.pc-link:hover { color: var(--teal); }

/* ── DIFERENCIAIS ── */
.dif-card { padding: 2rem; border: 1px solid var(--gray100); border-radius: var(--rl); background: var(--white); transition: var(--tr); height: 100%; }
.dif-card:hover { border-color: var(--teal-light); box-shadow: 0 12px 32px rgba(40,188,168,.1); transform: translateY(-3px); }
.dif-ico { width: 52px; height: 52px; background: var(--teal-pale); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.dif-title { font-family: var(--fh); font-size: 1.1rem; font-weight: 400; color: var(--slate); margin-bottom: .5rem; }
.dif-text { font-size: 12.5px; color: var(--gray600); line-height: 1.75; font-weight: 300; }

/* ── DEPOIMENTOS ── */
.test-card { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--rl); padding: 2rem; transition: var(--tr); position: relative; height: 100%; }
.test-card:hover { box-shadow: 0 12px 36px rgba(40,188,168,.1); transform: translateY(-3px); border-color: var(--teal-light); }
.test-quote-icon { position: absolute; top: 1.5rem; right: 1.75rem; font-family: var(--fh); font-size: 5rem; font-weight: 200; line-height: 1; color: var(--teal-pale); pointer-events: none; }
.test-stars { display: flex; gap: 3px; margin-bottom: 1.1rem; }
.test-text { font-size: 13.5px; color: var(--gray600); line-height: 1.85; font-style: italic; font-weight: 300; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.test-author { display: flex; align-items: center; gap: .85rem; }
.test-av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal-pale), var(--teal-light)); display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 600; font-size: 14px; color: var(--teal-dark); flex-shrink: 0; }
.test-name { font-size: 13px; font-weight: 500; color: var(--slate); }
.test-proc { font-size: 11px; color: var(--teal); font-weight: 400; margin-top: .15rem; }
.test-verified { width: 18px; height: 18px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: auto; flex-shrink: 0; }

/* ── EQUIPE ── */
.team-card { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--rl); overflow: hidden; transition: var(--tr); text-align: center; }
.team-card:hover { box-shadow: 0 12px 36px rgba(40,188,168,.1); transform: translateY(-3px); border-color: var(--teal-light); }
.team-img { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--teal-pale); }
.team-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s ease; }
.team-card:hover .team-img img { transform: scale(1.04); }
.team-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,76,94,.7) 0%, transparent 50%); opacity: 0; transition: var(--tr); display: flex; align-items: flex-end; justify-content: center; gap: .6rem; padding-bottom: 1.25rem; }
.team-card:hover .team-overlay { opacity: 1; }
.tsoc { width: 34px; height: 34px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--tr); }
.tsoc:hover { background: var(--teal); border-color: var(--teal); }
.team-body { padding: 1.35rem 1.5rem; }
.team-name { font-family: var(--fh); font-size: 1.1rem; font-weight: 400; color: var(--slate); }
.team-role { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); margin-top: .25rem; font-family: var(--fh); }
.team-crm { font-size: 11.5px; color: var(--gray600); margin-top: .35rem; font-weight: 300; }
.team-bio { font-size: 12.5px; color: var(--gray600); line-height: 1.7; margin-top: .75rem; font-weight: 300; }

/* ── BLOG ── */
.blog-card { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--rl); overflow: hidden; transition: var(--tr); height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(40,188,168,.1); border-color: var(--teal-light); }
.blog-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--teal-ultra); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-body { padding: 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-cat { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); margin-bottom: .6rem; display: block; font-family: var(--fh); }
.blog-title { font-family: var(--fh); font-size: 1.05rem; font-weight: 400; color: var(--slate); line-height: 1.45; margin-bottom: .5rem; flex: 1; }
.blog-title:hover { color: var(--teal-dark); }
.blog-excerpt { font-size: 12.5px; color: var(--gray600); line-height: 1.7; font-weight: 300; }
.blog-meta { padding: .85rem 1.5rem; border-top: 1px solid var(--gray100); display: flex; justify-content: space-between; align-items: center; }
.blog-date { font-size: 11px; color: var(--gray400); display: flex; align-items: center; gap: .35rem; }
.blog-link { font-size: 11.5px; color: var(--teal-dark); font-weight: 500; display: flex; align-items: center; gap: .3rem; font-family: var(--fh); }
.blog-link:hover { color: var(--teal); }

/* ── FORMULÁRIO ── */
.form-wrap-ab { background: var(--white); border: 1px solid var(--gray100); border-radius: var(--rx); padding: 2.75rem; box-shadow: 0 16px 48px rgba(45,76,94,.08); }
.form-label-ab { font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); font-family: var(--fh); display: block; margin-bottom: .45rem; }
.form-control-ab { width: 100%; padding: .72rem 1rem; border: 1px solid var(--gray200); border-radius: var(--r); font-family: var(--fb); font-size: 13.5px; color: var(--text); background: var(--off); outline: none; transition: var(--tr); }
.form-control-ab:focus { border-color: var(--teal); background: var(--white); box-shadow: 0 0 0 3px rgba(40,188,168,.1); }
.form-control-ab::placeholder { color: var(--gray400); font-weight: 300; }
.btn-submit-ab { background: var(--teal); color: white; width: 100%; padding: .9rem; border: none; border-radius: 50px; font-family: var(--fh); font-weight: 500; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: var(--tr); display: flex; align-items: center; justify-content: center; gap: .5rem; box-shadow: var(--sh-teal); }
.btn-submit-ab:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(40,188,168,.35); }

/* ── PÁGINA PROCEDIMENTO INDIVIDUAL ── */
.proc-hero { position: relative; min-height: 400px; overflow: hidden; }
.proc-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.proc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(45,76,94,.88) 0%, rgba(45,76,94,.5) 100%); }
.proc-hero-content { position: relative; z-index: 1; padding: 5.5rem 0; color: white; }
.proc-hero-breadcrumb { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 1rem; font-family: var(--fh); }
.proc-hero-breadcrumb a { color: var(--teal-light); }
.proc-hero-title { font-family: var(--fh); font-size: clamp(2rem, 4vw, 3rem); font-weight: 200; color: white; margin-bottom: .5rem; }
.proc-hero-sub { font-size: 15px; color: rgba(255,255,255,.65); font-weight: 300; }
.proc-info-bar { background: var(--slate); padding: 1.25rem 0; }
.proc-info-items { display: flex; flex-wrap: wrap; justify-content: center; }
.proc-info-item { display: flex; align-items: center; gap: .75rem; padding: .75rem 2.5rem; border-right: 1px solid rgba(255,255,255,.1); color: white; flex: 1; min-width: 150px; justify-content: center; }
.proc-info-item:last-child { border-right: none; }
.proc-info-label { font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; display: block; font-family: var(--fh); }
.proc-info-val { font-size: 13px; color: white; font-weight: 400; }
.proc-content { font-size: 15px; line-height: 1.9; color: var(--text); font-weight: 300; }
.proc-content h2 { font-family: var(--fh); font-size: 1.7rem; font-weight: 300; color: var(--slate); margin: 2rem 0 1rem; }
.proc-content h3 { font-family: var(--fh); font-size: 1.3rem; font-weight: 400; color: var(--teal-dark); margin: 1.5rem 0 .75rem; }
.proc-content p { margin-bottom: 1rem; }
.proc-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.proc-content ul li { margin-bottom: .5rem; }

/* FAQ */
.faq-item { border: 1px solid var(--gray100); border-radius: var(--r); margin-bottom: .6rem; overflow: hidden; transition: var(--tr); }
.faq-item:hover { border-color: var(--teal-light); }
.faq-question { padding: 1.1rem 1.5rem; background: var(--white); font-family: var(--fh); font-weight: 400; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--slate); transition: var(--tr); }
.faq-question:hover { background: var(--teal-ultra); }
.faq-question.open { background: var(--teal); color: white; }
.faq-icon { flex-shrink: 0; color: var(--teal); font-size: .85rem; transition: transform .3s; }
.faq-question.open .faq-icon { color: white; transform: rotate(45deg); }
.faq-answer { display: none; padding: 1.25rem 1.5rem; font-size: 13.5px; line-height: 1.75; color: var(--gray600); background: var(--teal-ultra); font-weight: 300; }

/* ── PÁGINA INTERNA HERO ── */
.page-hero { background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%); padding: 5rem 0 4rem; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(40,188,168,.1) 0%, transparent 60%); }
.page-hero-inner { position: relative; z-index: 1; }
.page-breadcrumb { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 1rem; font-family: var(--fh); }
.page-breadcrumb a { color: var(--teal-light); }
.page-title { font-family: var(--fh); font-size: clamp(2rem, 4vw, 3rem); font-weight: 200; color: white; margin-bottom: .6rem; }
.page-subtitle { font-size: 15px; color: rgba(255,255,255,.6); font-weight: 300; }

/* ── FOOTER ── */
.footer-cta-strip { background: var(--teal); padding: 3.5rem 0; position: relative; overflow: hidden; }
.footer-cta-strip::before { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; background: rgba(255,255,255,.06); border-radius: 50%; }
.fct-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.fct-text h3 { font-family: var(--fh); font-size: 1.75rem; font-weight: 200; color: white; }
.fct-text h3 strong { font-weight: 600; }
.fct-text p { font-size: 13.5px; color: rgba(255,255,255,.7); margin-top: .4rem; font-weight: 300; }
.footer-main { background: var(--slate); padding: 4.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; }
.footer-logo-img { height: 64px; width: auto; filter: brightness(0) invert(1) opacity(.85); }
.footer-desc { font-size: 14.5px; color: rgba(255,255,255,.55); line-height: 1.75; margin: 1rem 0; font-weight: 300; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }
.fbadge { display: flex; align-items: center; gap: .35rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.65); padding: .28rem .75rem; border-radius: 50px; font-size: 12px; font-weight: 400; }
.footer-social { display: flex; gap: .6rem; }
.footer-soc { width: 34px; height: 34px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--tr); }
.footer-soc:hover { background: var(--teal); border-color: var(--teal); }
.footer-sec-title { font-family: var(--fh); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-light); margin-bottom: 1.1rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-links-ul { list-style: none; padding: 0; }
.footer-links-ul li { margin-bottom: .6rem; }
.footer-links-ul a { font-size: 14.5px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: .45rem; transition: var(--tr); font-weight: 300; }
.footer-links-ul a::before { content: '–'; font-size: 12px; color: var(--teal); opacity: .5; }
.footer-links-ul a:hover { color: var(--teal-light); padding-left: .35rem; }
.footer-contact-ul { list-style: none; padding: 0; }
.footer-contact-ul li { display: flex; gap: .65rem; margin-bottom: .8rem; align-items: flex-start; }
.footer-contact-ul .fci-t { font-size: 14.5px; color: rgba(255,255,255,.55); line-height: 1.5; font-weight: 300; }
.footer-contact-ul .fci-t a { color: rgba(255,255,255,.55); transition: var(--tr); }
.footer-contact-ul .fci-t a:hover { color: var(--teal-light); }
.footer-map-mini { margin-top: 1rem; height: 100px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); overflow: hidden; }
.footer-map-mini iframe { width: 100%; height: 100%; border: 0; opacity: .7; }
.footer-bottom { background: #1a2e3a; padding: 1.1rem 0; margin-top: 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.footer-bottom-inner p { font-size: 13px; color: rgba(255,255,255,.4); margin: 0; font-weight: 300; }

/* ── WA FLOAT ── */
.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9999; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); animation: wap 2.5s ease infinite; transition: var(--tr); }
.whatsapp-float:hover { transform: scale(1.08); animation: none; background: #1ebe5a; }
.wa-tip { position: absolute; right: calc(100% + .75rem); white-space: nowrap; background: var(--slate); color: white; padding: .4rem .85rem; border-radius: 50px; font-size: 12px; font-weight: 400; opacity: 0; pointer-events: none; transition: opacity .3s; }
.whatsapp-float:hover .wa-tip { opacity: 1; }
@keyframes wap { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); } 50% { box-shadow: 0 4px 32px rgba(37,211,102,.65); } }
#backToTop { position: fixed; bottom: 5.25rem; right: 1.5rem; width: 40px; height: 40px; background: var(--slate); color: white; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; font-size: .8rem; z-index: 9998; transition: var(--tr); box-shadow: var(--sh); }
#backToTop.visible { display: flex; }
#backToTop:hover { background: var(--teal); transform: translateY(-2px); }

/* ── ADMIN ── */
.admin-body { font-family: var(--fb); background: #F0F4F5; color: var(--text); }
.admin-sidebar { width: 256px; background: var(--slate); min-height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; overflow-y: auto; transition: transform .3s; }
.admin-sidebar::-webkit-scrollbar { width: 4px; }
.admin-sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 4px; }
.admin-brand { padding: 1.4rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: .75rem; }
.admin-brand-ico { width: 38px; height: 38px; background: var(--teal); border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.admin-brand-name { font-family: var(--fh); font-size: .85rem; font-weight: 600; color: white; line-height: 1.25; }
.admin-brand-sub { font-size: .6rem; color: rgba(255,255,255,.4); letter-spacing: .1em; text-transform: uppercase; display: block; }
.admin-nav-section { padding: .85rem 1rem .35rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.25); font-weight: 700; font-family: var(--fh); }
.admin-nav-link { display: flex; align-items: center; gap: .85rem; padding: .65rem 1.25rem; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 400; border-left: 2px solid transparent; transition: var(--tr); text-decoration: none; }
.admin-nav-link:hover, .admin-nav-link.active { color: white; background: rgba(255,255,255,.06); border-left-color: var(--teal); }
.admin-nav-link.active { color: var(--teal-light); }
.admin-badge { margin-left: auto; background: var(--teal); color: white; padding: .12rem .5rem; border-radius: 50px; font-size: 10px; font-weight: 600; }
.admin-main { margin-left: 256px; min-height: 100vh; display: flex; flex-direction: column; }
.admin-topbar { background: white; height: 62px; display: flex; align-items: center; padding: 0 2rem; border-bottom: 1px solid var(--gray100); gap: 1rem; position: sticky; top: 0; z-index: 50; }
.admin-topbar-title { font-size: .95rem; font-weight: 500; color: var(--slate); flex: 1; font-family: var(--fh); }
.admin-content { flex: 1; padding: 2rem; }
.admin-card { background: white; border-radius: var(--rl); border: 1px solid var(--gray100); }
.admin-card-header { padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--gray100); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.admin-card-title { font-size: .9rem; font-weight: 500; color: var(--slate); margin: 0; font-family: var(--fh); }
.admin-card-body { padding: 1.5rem; }
.stat-card { background: white; border-radius: var(--rl); padding: 1.4rem; border: 1px solid var(--gray100); display: flex; align-items: center; gap: 1rem; }
.stat-ico { width: 50px; height: 50px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.stat-ico.teal { background: var(--teal-pale); color: var(--teal-dark); }
.stat-ico.slate { background: rgba(45,76,94,.1); color: var(--slate); }
.stat-ico.green { background: rgba(16,185,129,.1); color: #059669; }
.stat-ico.blue { background: rgba(59,130,246,.1); color: #2563EB; }
.stat-n { font-family: var(--fh); font-size: 1.75rem; font-weight: 300; color: var(--slate); line-height: 1; }
.stat-l { font-size: 12px; color: var(--gray600); margin-top: .2rem; font-weight: 300; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { background: var(--gray50); padding: .7rem 1rem; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gray600); text-align: left; border-bottom: 1px solid var(--gray100); font-family: var(--fh); }
.admin-table td { padding: .85rem 1rem; font-size: 13px; color: var(--text); border-bottom: 1px solid var(--gray50); vertical-align: middle; }
.admin-table tr:hover td { background: var(--teal-ultra); }
.admin-table .thumb { width: 44px; height: 44px; border-radius: var(--r); object-fit: cover; }
.badge-ativo { display: inline-flex; align-items: center; gap: .3rem; padding: .2rem .65rem; border-radius: 50px; font-size: 11px; font-weight: 500; font-family: var(--fh); }
.badge-ativo.on { background: rgba(40,188,168,.1); color: var(--teal-dark); }
.badge-ativo.off { background: rgba(239,68,68,.1); color: #DC2626; }
.badge-lead { padding: .2rem .65rem; border-radius: 50px; font-size: 11px; font-weight: 500; }
.badge-lead.novo { background: rgba(59,130,246,.1); color: #2563EB; }
.badge-lead.contato { background: rgba(245,158,11,.1); color: #D97706; }
.badge-lead.agendado { background: rgba(139,92,246,.1); color: #7C3AED; }
.badge-lead.convertido { background: rgba(40,188,168,.1); color: var(--teal-dark); }
.btn-act { width: 30px; height: 30px; border-radius: var(--r); border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-size: .78rem; transition: var(--tr); text-decoration: none; }
.btn-act.edit { background: rgba(59,130,246,.1); color: #3B82F6; }
.btn-act.del { background: rgba(239,68,68,.1); color: #EF4444; }
.btn-act.view { background: var(--teal-pale); color: var(--teal-dark); }
.btn-act:hover { opacity: .75; transform: scale(1.06); }
.admin-form-label { font-size: 12px; font-weight: 500; color: var(--slate); margin-bottom: .4rem; display: block; font-family: var(--fh); letter-spacing: .04em; text-transform: uppercase; }
.admin-form-control { width: 100%; padding: .65rem 1rem; border: 1px solid var(--gray200); border-radius: var(--r); font-family: var(--fb); font-size: 13.5px; color: var(--text); background: white; transition: var(--tr); outline: none; }
.admin-form-control:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(40,188,168,.1); }
.admin-toggle { display: flex; align-items: center; gap: .75rem; cursor: pointer; }
.admin-toggle input { display: none; }
.toggle-track { width: 42px; height: 22px; background: var(--gray200); border-radius: 50px; position: relative; transition: var(--tr); flex-shrink: 0; }
.toggle-track::after { content: ''; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background: white; border-radius: 50%; transition: transform .3s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.admin-toggle input:checked + .toggle-track { background: var(--teal); }
.admin-toggle input:checked + .toggle-track::after { transform: translateX(20px); }
.admin-login-page { min-height: 100vh; background: var(--slate); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.admin-login-page::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(40,188,168,.08) 0%, transparent 60%); }
.admin-login-box { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rx); padding: 3rem; width: 100%; max-width: 420px; backdrop-filter: blur(20px); position: relative; z-index: 1; }

/* ── FLASH ── */
.flash-msg { padding: .85rem 1.1rem; border-radius: var(--r); margin-bottom: 1rem; font-size: 13.5px; font-weight: 400; }
.flash-msg.success { background: rgba(40,188,168,.1); color: var(--teal-dark); border: 1px solid rgba(40,188,168,.25); }
.flash-msg.error { background: rgba(239,68,68,.1); color: #DC2626; border: 1px solid rgba(239,68,68,.2); }

/* ── UTILITIES ── */
.text-teal { color: var(--teal); }
.text-slate { color: var(--slate); }
.bg-teal { background: var(--teal); }
.bg-teal-pale { background: var(--teal-pale); }

/* ── RESPONSIVO ── */
@media(max-width:991px) {
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-bg-shape { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:767px) {
  .section { padding: 4rem 0; }
  :root { --top-h: 0px; }
  .topbar { display: none; }
  .fct-inner { flex-direction: column; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-items { gap: .5rem; }
  .trust-item { border-right: none; padding: .4rem 1rem; }
}
