:root{
  --forest-deep:#0f2b23;
  --forest:#1b3a2f;
  --forest-light:#2d5445;
  --cream:#f7f2e7;
  --cream-2:#efe6d3;
  --gold:#c9a227;
  --gold-light:#e8c96b;
  --clay:#c1694f;
  --ink:#16211c;
  --muted:#5c6a62;
  --white:#fffdf8;
  --line:#e2d9c4;
  --radius:18px;
  --shadow:0 20px 50px -20px rgba(15,43,35,.35);
  --font-display:'Fraunces', serif;
  --font-body:'Manrope', sans-serif;

  /* ---- Site institucional (público) - paleta própria, não usada pelo CRM ---- */
  --site-bg:#fffaf1;
  --site-bg-2:#fcf2e2;
  --site-ink:#17261f;
  --site-muted:#66746a;
  --site-green-deep:#0c3327;
  --site-green:#155c44;
  --site-green-soft:#dcefe5;
  --site-orange:#f2803a;
  --site-orange-dark:#d9672a;
  --site-orange-soft:#fde7d1;
  --site-coral:#ef6f53;
  --site-coral-soft:#fbe2da;
  --site-line:#efe2cb;
  --site-white:#ffffff;
  --site-shadow:0 24px 55px -22px rgba(12,51,39,.28);
  --site-radius:22px;
  --font-display-site:'Fredoka', sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;}
body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,select,textarea{font-family:inherit;font-size:14px;}
::selection{background:var(--gold-light);color:var(--forest-deep);}

.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:100px;font-weight:700;font-size:14px;letter-spacing:.02em;transition:.25s transform,.25s box-shadow,.25s background;}
.btn-primary{background:var(--gold);color:var(--forest-deep);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px rgba(201,162,39,.6);}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,253,248,.5);}
.btn-outline:hover{background:rgba(255,253,248,.12);}
.btn-dark{background:var(--forest-deep);color:var(--cream);}
.btn-dark:hover{background:var(--forest);}
.btn-ghost{background:var(--cream-2);color:var(--forest-deep);}
.btn-ghost:hover{background:var(--line);}
.btn-danger{background:#fbe4e0;color:#a33d2c;}
.btn-danger:hover{background:#f7cfc8;}
.btn-sm{padding:8px 16px;font-size:12.5px;border-radius:100px;}
.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;}
.pill-ok{background:#e2f0e4;color:#2c6b3f;}
.pill-warn{background:#fdecc8;color:#8a5c07;}
.pill-danger{background:#fbe4e0;color:#a33d2c;}
.pill-muted{background:var(--cream-2);color:var(--muted);}
.container{max-width:1180px;margin:0 auto;padding:0 32px;}

.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--forest-deep);position:relative;overflow:hidden;padding:24px;}
.login-screen::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%, rgba(201,162,39,.18), transparent 45%);}
.login-card{position:relative;background:var(--white);width:100%;max-width:400px;border-radius:22px;padding:44px 36px;box-shadow:var(--shadow);}
.login-card h1{font-family:var(--font-display);font-size:24px;color:var(--forest-deep);margin-bottom:6px;}
.login-card p.sub{color:var(--muted);font-size:13.5px;margin-bottom:28px;}
.field{margin-bottom:16px;}
.field label{display:block;font-size:12.5px;font-weight:700;color:var(--forest-deep);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em;}
.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:12px;background:var(--cream);color:var(--ink);transition:.2s;}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold);background:var(--white);}
.login-hint{margin-top:18px;font-size:12px;color:var(--muted);background:var(--cream-2);padding:10px 12px;border-radius:10px;}
.login-error{margin-top:14px;font-size:12.5px;color:#a33d2c;background:#fbe4e0;padding:10px 12px;border-radius:10px;display:none;}
.login-back{position:absolute;top:24px;left:24px;color:var(--cream);font-size:13px;font-weight:600;}

.crm{display:flex;min-height:100vh;background:var(--cream);}
.sidebar{width:236px;background:var(--forest-deep);color:var(--cream);flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;}
.sidebar-logo{padding:26px 22px;display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:18px;border-bottom:1px solid rgba(255,253,248,.08);}
.sb-nav{flex:1;padding:18px 12px;display:flex;flex-direction:column;gap:2px;}
.sb-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:600;color:rgba(247,242,231,.65);transition:.2s;width:100%;text-align:left;}
.sb-link:hover{background:rgba(255,253,248,.06);color:var(--cream);}
.sb-link.active{background:var(--gold);color:var(--forest-deep);}
.sb-foot{padding:16px;border-top:1px solid rgba(255,253,248,.08);}
.main{flex:1;min-width:0;}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:20px 34px;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;}
.topbar h1{font-family:var(--font-display);font-size:24px;color:var(--forest-deep);}
.content{padding:30px 34px 60px;}

.grid-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px;}
.kpi{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:22px;}
.kpi .l{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;}
.kpi .v{font-family:var(--font-display);font-size:30px;color:var(--forest-deep);margin-top:6px;}
.kpi .d{font-size:12px;margin-top:6px;}

.panel{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;margin-bottom:24px;}
.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:wrap;gap:10px;}
.panel-head h3{font-family:var(--font-display);font-size:19px;color:var(--forest-deep);}

table{width:100%;border-collapse:collapse;}
th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:10px 12px;border-bottom:1.5px solid var(--line);}
td{padding:12px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle;}
tr:last-child td{border-bottom:none;}
.row-actions{display:flex;gap:6px;}
.avatar-cell{display:flex;align-items:center;gap:10px;}
.avatar-thumb{width:38px;height:38px;border-radius:10px;object-fit:cover;background:var(--cream-2);}
.avatar-fallback{width:38px;height:38px;border-radius:10px;background:var(--forest-deep);color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;}
.search-bar{display:flex;gap:10px;flex:1;max-width:320px;}
.search-bar input{flex:1;padding:10px 14px;border-radius:100px;border:1.5px solid var(--line);background:var(--cream);}
.empty-state{text-align:center;padding:50px 20px;color:var(--muted);}
.empty-state .ic{font-size:34px;margin-bottom:10px;}

.modal-overlay{position:fixed;inset:0;background:rgba(15,29,23,.55);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;z-index:100;padding:40px 16px;overflow-y:auto;}
.modal{background:var(--white);border-radius:20px;width:100%;max-width:660px;padding:0;box-shadow:var(--shadow);}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid var(--line);}
.modal-head h3{font-family:var(--font-display);font-size:20px;color:var(--forest-deep);}
.modal-close{width:32px;height:32px;border-radius:50%;background:var(--cream-2);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--forest-deep);}
.modal-body{padding:24px 26px;max-height:70vh;overflow-y:auto;}
.modal-foot{padding:18px 26px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.form-grid .full{grid-column:1/-1;}
.subblock{background:var(--cream);border-radius:14px;padding:16px;margin-top:14px;border:1px dashed var(--line);}
.subblock h4{font-size:13px;font-weight:700;color:var(--forest-deep);margin-bottom:10px;text-transform:uppercase;letter-spacing:.03em;}
.mini-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;}
.mini-item{display:flex;justify-content:space-between;align-items:center;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:9px 12px;font-size:13px;}
.mini-item .x{color:#a33d2c;font-weight:800;cursor:pointer;padding:0 4px;}
.photo-upload{display:flex;align-items:center;gap:16px;}
.photo-preview{width:84px;height:84px;border-radius:16px;object-fit:cover;background:var(--cream-2);border:1px solid var(--line);}
.upload-btn{border:1.5px dashed var(--line);border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;color:var(--forest-deep);background:var(--cream);}

.agenda-day{display:grid;grid-template-columns:80px 1fr;gap:0;}
.slot-row{display:contents;}
.slot-time{padding:14px 10px;font-size:12.5px;font-weight:700;color:var(--muted);border-bottom:1px solid var(--line);}
.slot-content{padding:10px;border-bottom:1px solid var(--line);border-left:1px solid var(--line);min-height:44px;}
.appt-chip{background:var(--forest-deep);color:var(--cream);border-radius:10px;padding:8px 12px;font-size:12.5px;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;}
.appt-chip.done{background:var(--cream-2);color:var(--muted);}
.appt-chip .sv{color:var(--gold-light);font-weight:700;}
.date-nav{display:flex;align-items:center;gap:12px;}
.date-nav button{width:34px;height:34px;border-radius:50%;background:var(--cream-2);font-size:16px;}
.free-slot{color:var(--muted);font-size:12px;padding:6px 0;}

.tabs{display:flex;gap:4px;background:var(--cream-2);padding:4px;border-radius:100px;width:fit-content;margin-bottom:20px;}
.tab-btn{padding:9px 20px;border-radius:100px;font-size:13.5px;font-weight:700;color:var(--muted);}
.tab-btn.active{background:var(--white);color:var(--forest-deep);box-shadow:0 2px 6px rgba(0,0,0,.08);}

.finance-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;}
.fin-card{border-radius:16px;padding:20px;color:var(--white);}
.fin-card.receber{background:linear-gradient(135deg,#2c6b3f,#1b3a2f);}
.fin-card.pagar{background:linear-gradient(135deg,#a33d2c,#7d2b1e);}
.fin-card.saldo{background:linear-gradient(135deg,var(--gold),#a5811a);color:var(--forest-deep);}
.fin-card .l{font-size:12px;text-transform:uppercase;letter-spacing:.05em;opacity:.85;font-weight:700;}
.fin-card .v{font-family:var(--font-display);font-size:26px;margin-top:6px;}

.comm-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.comm-card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:24px;}
.comm-card h3{font-family:var(--font-display);color:var(--forest-deep);margin-bottom:6px;font-size:18px;}
.comm-card p.desc{font-size:13px;color:var(--muted);margin-bottom:16px;line-height:1.5;}
.note-box{font-size:12px;background:#fdecc8;color:#8a5c07;padding:10px 12px;border-radius:10px;margin-top:12px;line-height:1.5;}
.client-check-list{max-height:180px;overflow-y:auto;border:1px solid var(--line);border-radius:10px;padding:10px;margin-bottom:12px;}
.client-check-list label{display:flex;gap:8px;align-items:center;padding:6px 4px;font-size:13px;}

.config-layout{display:grid;gap:22px;max-width:1040px;}
.config-panel{margin-bottom:0;}
.config-muted{font-size:12.5px;color:var(--muted);margin-top:4px;line-height:1.5;}
.config-assets{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;}
.config-asset-card{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;}
.config-asset-img{max-width:180px;max-height:70px;object-fit:contain;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:10px;}
.config-asset-img.favicon{width:54px;height:54px;padding:8px;}
.config-asset-img.vet{width:112px;height:118px;max-width:none;max-height:none;object-fit:cover;padding:0;}
.config-asset-empty{min-width:90px;height:54px;border-radius:12px;background:var(--white);border:1px dashed var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800;font-size:13px;}
.config-check{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:var(--forest-deep);}
.config-savebar{position:sticky;bottom:18px;background:rgba(255,253,248,.9);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--shadow);display:flex;justify-content:flex-end;gap:10px;}
.config-panel input[type="color"]{height:44px;padding:4px;}

.comm-card p.desc,
.note-box,
.config-muted,
.modal-body p,
.subblock p{
  text-align:justify;
  text-justify:inter-word;
}

.toast{position:fixed;bottom:24px;right:24px;background:var(--forest-deep);color:var(--cream);padding:14px 22px;border-radius:12px;font-size:13.5px;font-weight:600;box-shadow:var(--shadow);z-index:200;display:flex;align-items:center;gap:10px;animation:toastin .25s ease;}
@keyframes toastin{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* ============================================================
   SITE INSTITUCIONAL - vidavet.html
   ============================================================ */
.site{background:var(--site-bg);color:var(--site-ink);}
.site ::selection{background:var(--site-orange-soft);color:var(--site-orange-dark);}
.site .container-site{max-width:1220px;margin:0 auto;padding:0 32px;}

.site header.nav{position:sticky;top:0;z-index:50;background:rgba(255,250,241,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--site-line);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;max-width:1220px;margin:0 auto;}
.logo{display:flex;align-items:center;gap:10px;color:var(--site-green-deep);font-family:var(--font-display-site);font-size:21px;font-weight:600;}
.logo-mark{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--site-orange),var(--site-coral));display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 6px 14px -4px rgba(242,128,58,.55);}
.logo-mark.logo-mark-img{background:#fff;border:1px solid var(--site-line);overflow:hidden;box-shadow:none;}
.logo-mark.logo-mark-img img{width:100%;height:100%;object-fit:contain;padding:4px;}
.nav-links{display:flex;gap:30px;color:var(--site-ink);font-size:14.5px;font-weight:600;}
.nav-links a{position:relative;padding:4px 0;}
.nav-links a:hover{color:var(--site-orange-dark);}
.site .btn-primary{background:var(--site-orange);color:#fff;}
.site .btn-primary:hover{background:var(--site-orange-dark);transform:translateY(-2px);box-shadow:0 14px 26px -10px rgba(217,103,42,.55);}
.site .btn-outline{background:transparent;color:var(--site-green-deep);border:1.5px solid var(--site-line);}
.site .btn-outline:hover{background:var(--site-green-deep);color:#fff;border-color:var(--site-green-deep);}
.site .btn-dark{background:var(--site-green-deep);color:#fff;}
.site .btn-dark:hover{background:var(--site-green);}
.site header .btn-outline{border-color:var(--site-green-deep);}
.nav-actions{display:flex;align-items:center;gap:14px;}
.cart-btn{position:relative;width:42px;height:42px;border-radius:50%;background:var(--site-white);border:1.5px solid var(--site-line);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;transition:.2s;}
.cart-btn:hover{border-color:var(--site-orange);}
.favorite-nav,.favorite-btn{position:relative;width:42px;height:42px;border-radius:50%;background:var(--site-white);border:1.5px solid var(--site-line);display:inline-flex;align-items:center;justify-content:center;color:#c9ced6;font-size:19px;line-height:1;box-shadow:0 10px 28px rgba(20,38,33,.08);transition:.2s;flex-shrink:0;}
.favorite-nav:hover,.favorite-btn:hover,.favorite-btn.active{border-color:#f7d2dc;color:#ef5f86;transform:translateY(-1px);}
.favorite-btn.active span{filter:drop-shadow(0 2px 8px rgba(239,95,134,.25));}
.favorite-badge{position:absolute;right:-3px;top:-5px;min-width:17px;height:17px;border-radius:50%;background:var(--site-orange);color:#fff;font-size:10px;font-weight:900;display:none;place-items:center;padding:0 4px;}
.cart-badge{display:none;position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:100px;background:var(--site-orange);color:#fff;font-size:10.5px;font-weight:800;align-items:center;justify-content:center;}

.badge-tag{display:inline-flex;align-items:center;gap:8px;background:var(--site-orange-soft);color:var(--site-orange-dark);font-weight:700;font-size:12.5px;letter-spacing:.04em;padding:7px 16px 7px 10px;border-radius:100px;margin-bottom:22px;}
.badge-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--site-orange);}

.site-modal-overlay{display:none;position:fixed;inset:0;background:rgba(12,51,39,.55);backdrop-filter:blur(2px);align-items:center;justify-content:center;z-index:200;padding:20px;}
.site-modal-overlay.open{display:flex;}
.site-modal{background:var(--site-white);border-radius:24px;width:100%;max-width:440px;box-shadow:var(--site-shadow);overflow:hidden;}
.site-modal-head{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid var(--site-line);}
.site-modal-head h3{font-family:var(--font-display-site);font-size:19px;color:var(--site-green-deep);font-weight:600;}
.site-modal-close{width:32px;height:32px;border-radius:50%;background:var(--site-bg-2);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--site-green-deep);}

.hero{position:relative;overflow:hidden;padding:76px 32px 60px;background:
  radial-gradient(circle at 88% 8%, rgba(242,128,58,.14), transparent 42%),
  radial-gradient(circle at 4% 92%, rgba(21,92,68,.10), transparent 40%);}
.hero-inner{max-width:1220px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr .92fr;gap:56px;align-items:center;}
.hero h1{font-family:var(--font-display-site);font-size:52px;line-height:1.08;font-weight:600;color:var(--site-green-deep);margin-bottom:20px;}
.hero h1 em{font-style:normal;color:var(--site-orange);}
.hero p{font-size:17px;line-height:1.7;color:var(--site-muted);max-width:480px;margin-bottom:30px;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.hero-mini-stats{display:flex;gap:28px;flex-wrap:wrap;}
.hero-mini-stats div{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:700;color:var(--site-green-deep);}
.hero-mini-stats span.ic{width:30px;height:30px;border-radius:50%;background:var(--site-green-soft);display:flex;align-items:center;justify-content:center;font-size:14px;}

.hero-visual{position:relative;width:100%;aspect-ratio:1/1.02;}
.hv-frame{position:absolute;inset:0;border-radius:32px;overflow:hidden;box-shadow:var(--site-shadow);border:6px solid var(--site-white);}
.hv-frame img{width:100%;height:100%;object-fit:cover;display:block;}
.hv-accent{position:absolute;width:42%;aspect-ratio:1/1;right:-8%;bottom:-8%;border-radius:50%;overflow:hidden;border:6px solid var(--site-white);box-shadow:var(--site-shadow);}
.hv-accent img{width:100%;height:100%;object-fit:cover;}
.hero-badge{position:absolute;left:-22px;bottom:14%;background:var(--site-white);color:var(--site-green-deep);padding:15px 18px;border-radius:16px;box-shadow:var(--site-shadow);display:flex;gap:12px;align-items:center;max-width:220px;}
.hero-badge .num{font-family:var(--font-display-site);font-size:24px;font-weight:600;color:var(--site-orange);}
.hero-badge .txt{font-size:11.5px;color:var(--site-muted);font-weight:600;line-height:1.3;}
.hero-badge-2{position:absolute;top:6%;left:2%;background:var(--site-green-deep);color:#fff;padding:10px 16px;border-radius:100px;font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:7px;box-shadow:var(--site-shadow);}

.stats-strip{background:transparent;padding:34px 32px 10px;}
.stats-row{max-width:1220px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line);padding:30px 0;}
.stat{text-align:center;flex:1;min-width:140px;}
.stat .n{font-family:var(--font-display-site);font-size:32px;color:var(--site-green-deep);font-weight:600;}
.stat .l{font-size:12px;color:var(--site-muted);text-transform:uppercase;letter-spacing:.07em;font-weight:700;margin-top:4px;}

.section{padding:92px 32px;}
.section-head{max-width:640px;margin-bottom:52px;}
.section-head.center{max-width:640px;margin-left:auto;margin-right:auto;text-align:center;}
.section-tag{color:var(--site-orange-dark);font-weight:800;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;display:block;}
.section-head h2{font-family:var(--font-display-site);font-size:38px;font-weight:600;color:var(--site-green-deep);line-height:1.16;}
.section-head p{color:var(--site-muted);margin-top:16px;font-size:16px;line-height:1.65;}

.services-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.svc-card{background:var(--site-white);border:1px solid var(--site-line);border-radius:var(--site-radius);padding:32px 26px;transition:.25s;}
.svc-card:hover{transform:translateY(-6px);box-shadow:var(--site-shadow);border-color:transparent;}
.svc-icon{width:50px;height:50px;border-radius:14px;background:var(--site-coral-soft);color:var(--site-coral);display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:18px;}
.svc-card h3{font-family:var(--font-display-site);font-size:19px;font-weight:600;margin-bottom:9px;color:var(--site-green-deep);}
.svc-card p{color:var(--site-muted);font-size:14.5px;line-height:1.6;}

.emerg-banner{max-width:1220px;margin:0 auto;background:var(--site-green-deep);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;box-shadow:var(--site-shadow);}
.emerg-text{padding:46px 48px;color:#fff;display:flex;flex-direction:column;justify-content:center;}
.emerg-text .section-tag{color:var(--gold-light,#e8c96b);}
.emerg-text h2{font-family:var(--font-display-site);font-size:28px;font-weight:600;margin-bottom:12px;}
.emerg-text p{color:rgba(255,255,255,.75);font-size:15px;line-height:1.65;margin-bottom:24px;max-width:400px;}
.emerg-call{display:inline-flex;align-items:center;gap:10px;background:var(--site-orange);color:#fff;padding:14px 24px;border-radius:100px;font-weight:700;font-size:14.5px;width:fit-content;}
.emerg-call:hover{background:var(--site-orange-dark);}
.emerg-img{position:relative;min-height:260px;}
.emerg-img img{width:100%;height:100%;object-fit:cover;display:block;}

.vet-solo{max-width:1220px;margin:0 auto;background:var(--site-white);border:1px solid var(--site-line);border-radius:32px;padding:44px;display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center;box-shadow:var(--site-shadow);}
.vet-solo-photo{position:relative;}
.vet-solo-photo img{width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:24px;display:block;}
.vet-solo-badge{position:absolute;left:-18px;bottom:22px;background:var(--site-white);color:var(--site-green-deep);padding:15px 18px;border-radius:16px;box-shadow:var(--site-shadow);display:flex;gap:12px;align-items:center;max-width:210px;}
.vet-solo-badge .num{font-family:var(--font-display-site);font-size:22px;font-weight:600;color:var(--site-orange);}
.vet-solo-badge .txt{font-size:11.5px;color:var(--site-muted);font-weight:600;line-height:1.3;}
.vet-solo-info h2{font-family:var(--font-display-site);font-size:32px;font-weight:600;color:var(--site-green-deep);line-height:1.16;margin:12px 0 16px;}
.vet-solo-info p{color:var(--site-muted);font-size:15.5px;line-height:1.7;margin-bottom:22px;max-width:480px;}
.vet-solo-info ul{list-style:none;display:grid;gap:12px;margin-bottom:28px;}
.vet-solo-info li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--site-ink);}
.vet-solo-info li::before{content:"\2713";width:20px;height:20px;flex-shrink:0;border-radius:50%;background:var(--site-green-soft);color:var(--site-green);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;margin-top:2px;}
.vet-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}

.book-wrap{max-width:1220px;margin:0 auto;background:var(--site-white);border:1px solid var(--site-line);border-radius:32px;padding:52px;display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;box-shadow:var(--site-shadow);}
.book-side img{width:100%;border-radius:22px;display:block;margin-bottom:22px;}
.book-side h2{font-family:var(--font-display-site);font-size:26px;color:var(--site-green-deep);margin-bottom:12px;}
.book-side ul{list-style:none;display:grid;gap:10px;}
.book-side li{display:flex;gap:10px;align-items:center;font-size:14px;color:var(--site-muted);}
.book-side li::before{content:"\2713";width:20px;height:20px;flex-shrink:0;border-radius:50%;background:var(--site-green-soft);color:var(--site-green);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;}
.book-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.book-form .full{grid-column:1/-1;}
.book-form label{display:block;font-size:12px;font-weight:700;color:var(--site-green-deep);margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em;}
.book-form input,.book-form select{width:100%;padding:12px 14px;border:1.5px solid var(--site-line);border-radius:12px;background:var(--site-bg);color:var(--site-ink);font-family:inherit;font-size:14px;transition:.2s;}
.book-form input:focus,.book-form select:focus{outline:none;border-color:var(--site-orange);background:#fff;}
.book-form button{margin-top:4px;justify-content:center;}
.book-note{grid-column:1/-1;font-size:12px;color:var(--site-muted);margin-top:-4px;}

.plans-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch;}
.plan-card{background:var(--site-white);border:1.5px solid var(--site-line);border-radius:var(--site-radius);padding:34px 30px;display:flex;flex-direction:column;position:relative;}
.plan-card.featured{border-color:var(--site-orange);box-shadow:0 26px 55px -22px rgba(242,128,58,.4);transform:scale(1.03);}
.plan-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--site-orange);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:6px 16px;border-radius:100px;}
.plan-card h3{font-family:var(--font-display-site);font-size:19px;color:var(--site-green-deep);margin-bottom:10px;}
.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:22px;}
.plan-price .curr{font-size:16px;font-weight:700;color:var(--site-green-deep);}
.plan-price .amt{font-family:var(--font-display-site);font-size:40px;font-weight:600;color:var(--site-green-deep);}
.plan-price .per{font-size:13px;color:var(--site-muted);}
.plan-card ul{list-style:none;display:grid;gap:12px;margin-bottom:28px;flex:1;}
.plan-card li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--site-ink);line-height:1.4;}
.plan-card li::before{content:"\2713";width:18px;height:18px;flex-shrink:0;border-radius:50%;background:var(--site-green-soft);color:var(--site-green);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;margin-top:1px;}
.plan-card .btn{width:100%;justify-content:center;}

.dark-band{background:var(--site-green-deep);color:var(--site-bg);}
.dark-band .section-tag{color:var(--gold-light,#e8c96b);}
.testi-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.testi-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--site-radius);padding:28px;}
.testi-card .stars{color:var(--site-orange);font-size:13px;margin-bottom:14px;}
.testi-card p{font-size:15px;line-height:1.7;color:rgba(255,250,241,.85);margin-bottom:20px;}
.testi-who{display:flex;align-items:center;gap:12px;}
.testi-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--site-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-display-site);}
.testi-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%;display:block;}
.testi-name{font-weight:700;font-size:14px;}
.testi-pet{font-size:12.5px;color:rgba(255,250,241,.55);}

.tips-band{max-width:1220px;margin:0 auto;background:linear-gradient(120deg,var(--site-green) 0%,var(--site-green-deep) 100%);border-radius:28px;padding:40px 44px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;color:#fff;}
.tips-band h3{font-family:var(--font-display-site);font-size:22px;font-weight:600;margin-bottom:6px;}
.tips-band p{color:rgba(255,255,255,.75);font-size:14px;max-width:480px;}

.blog-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.blog-card{background:var(--site-white);border:1px solid var(--site-line);border-radius:var(--site-radius);overflow:hidden;transition:.25s;}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--site-shadow);}
.blog-card .bimg{aspect-ratio:16/10;overflow:hidden;}
.blog-card .bimg img{width:100%;height:100%;object-fit:cover;}
.blog-card .btxt{padding:20px 22px 24px;}
.blog-card .btag{color:var(--site-orange-dark);font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;}
.blog-card h3{font-family:var(--font-display-site);font-size:16.5px;color:var(--site-green-deep);margin:8px 0 6px;line-height:1.35;font-weight:600;}
.blog-card p{color:var(--site-muted);font-size:13.5px;line-height:1.55;}

.shop-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.shop-empty{grid-column:1/-1;text-align:center;color:var(--site-muted);font-size:14px;padding:40px 20px;background:var(--site-white);border:1px dashed var(--site-line);border-radius:var(--site-radius);}
.shop-card{position:relative;background:var(--site-white);border:1px solid var(--site-line);border-radius:var(--site-radius);overflow:hidden;transition:.25s;display:flex;flex-direction:column;}
.shop-card:hover{transform:translateY(-6px);box-shadow:var(--site-shadow);}
.shop-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--site-orange);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:5px 12px;border-radius:100px;}
.shop-badge-offer{background:#2563eb;}
.shop-img{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--site-bg-2);}
.shop-img img{width:100%;height:100%;object-fit:cover;display:block;}
.shop-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:34px;}
.shop-info{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1;}
.shop-info h3{font-family:var(--font-display-site);font-size:16px;color:var(--site-green-deep);font-weight:600;margin-bottom:6px;}
.shop-info p{color:var(--site-muted);font-size:12.5px;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.shop-price{display:flex;flex-direction:column;margin-bottom:14px;margin-top:auto;}
.shop-price-line{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.shop-price .amt{font-family:var(--font-display-site);font-size:20px;font-weight:600;color:var(--site-green-deep);}
.shop-price .frete{font-size:11.5px;color:var(--site-muted);font-weight:600;}
.favorite-btn-card{width:34px;height:34px;font-size:15px;box-shadow:0 8px 20px rgba(20,38,33,.08);}
.shop-info .btn{width:100%;justify-content:center;padding:11px 18px;font-size:13px;}
.shop-btnrow{display:flex;gap:8px;}
.shop-btnrow .btn{flex:1;padding:10px 12px;font-size:12.5px;}
.shop-cat-tag{color:var(--site-orange-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;display:block;}

/* ---- Carrinho: drawer + toast ---- */
.cart-overlay{position:fixed;inset:0;background:rgba(12,51,39,.45);backdrop-filter:blur(2px);z-index:200;opacity:0;pointer-events:none;transition:.25s;}
.cart-overlay.open{opacity:1;pointer-events:auto;}
.cart-drawer{position:absolute;top:0;right:0;height:100%;width:100%;max-width:420px;background:var(--site-bg);box-shadow:-20px 0 50px -20px rgba(12,51,39,.4);display:flex;flex-direction:column;transform:translateX(100%);transition:.3s;}
.cart-overlay.open .cart-drawer{transform:translateX(0);}
.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--site-line);}
.cart-drawer-head h3{font-family:var(--font-display-site);font-size:19px;color:var(--site-green-deep);}
.cart-drawer-body{flex:1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:14px;}
.cart-empty{text-align:center;color:var(--site-muted);padding:60px 20px;font-size:34px;}
.cart-empty p{font-size:14px;margin-top:10px;}
.cart-item{display:flex;align-items:center;gap:12px;background:var(--site-white);border:1px solid var(--site-line);border-radius:14px;padding:10px;}
.cart-item-img{width:52px;height:52px;border-radius:10px;overflow:hidden;background:var(--site-bg-2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;}
.cart-item-img img{width:100%;height:100%;object-fit:cover;}
.cart-item-info{flex:1;min-width:0;}
.cart-item-name{font-size:13px;font-weight:700;color:var(--site-green-deep);}
.cart-item-price{font-size:12px;color:var(--site-muted);margin:2px 0 6px;}
.cart-item-qtd{display:flex;align-items:center;gap:10px;}
.cart-item-qtd button{width:22px;height:22px;border-radius:50%;background:var(--site-bg-2);font-weight:800;font-size:13px;}
.cart-item-qtd span{font-size:13px;font-weight:700;min-width:14px;text-align:center;}
.cart-item-remove{color:var(--site-muted);font-size:14px;flex-shrink:0;}
.cart-item-remove:hover{color:var(--site-coral);}
.cart-drawer-foot{padding:18px 24px 24px;border-top:1px solid var(--site-line);}
.cart-totals{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:13.5px;color:var(--site-muted);}
.cart-totals div{display:flex;justify-content:space-between;}
.cart-total-final{font-size:16px;font-weight:700;color:var(--site-green-deep);padding-top:8px;border-top:1px dashed var(--site-line);}
.cart-toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--site-green-deep);color:#fff;padding:14px 22px;border-radius:100px;font-size:13.5px;font-weight:600;box-shadow:var(--site-shadow);z-index:300;opacity:0;pointer-events:none;transition:.25s;}
.cart-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

.mp-overlay{position:fixed;inset:0;background:rgba(12,51,39,.55);backdrop-filter:blur(3px);z-index:240;opacity:0;pointer-events:none;transition:.25s;display:flex;align-items:flex-start;justify-content:center;padding:28px 16px;overflow-y:auto;}
.mp-overlay.open{opacity:1;pointer-events:auto;}
.mp-modal{width:100%;max-width:920px;background:var(--site-bg);border:1px solid var(--site-line);border-radius:24px;box-shadow:var(--site-shadow);overflow:hidden;}
.mp-modal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--site-line);background:var(--site-white);}
.mp-modal-head h3{font-family:var(--font-display-site);font-size:22px;font-weight:700;color:var(--site-green-deep);}
.mp-modal-body{display:grid;grid-template-columns:280px 1fr;gap:24px;padding:24px;}
.mp-summary{background:var(--site-white);border:1px solid var(--site-line);border-radius:18px;padding:18px;height:max-content;}
.mp-summary h4{font-family:var(--font-display-site);font-size:17px;color:var(--site-green-deep);font-weight:700;margin-bottom:14px;}
.mp-summary-product{display:grid;grid-template-columns:74px 1fr;gap:12px;padding:12px 0;border-bottom:1px dashed var(--site-line);}
.mp-summary-img{width:74px;aspect-ratio:1/1;border-radius:14px;background:var(--site-bg-2);border:1px solid var(--site-line);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;}
.mp-summary-img img{width:100%;height:100%;object-fit:cover;display:block;}
.mp-summary-info{min-width:0;}
.mp-summary-info h5{font-family:var(--font-display-site);font-size:14.5px;line-height:1.2;color:var(--site-green-deep);font-weight:700;margin-bottom:5px;}
.mp-summary-info p{font-size:11.5px;line-height:1.45;color:var(--site-muted);margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.mp-summary-line,.mp-summary-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:var(--site-muted);}
.mp-summary-line strong,.mp-summary-row strong{color:var(--site-green-deep);white-space:nowrap;}
.mp-summary-row{padding:10px 0;border-bottom:1px dashed var(--site-line);}
.mp-summary-total{font-size:16px!important;font-weight:800;color:var(--site-green-deep)!important;border-bottom:none!important;border-top:1px solid var(--site-line);margin-top:8px;padding-top:14px!important;}
.mp-card-form{background:var(--site-white);border:1px solid var(--site-line);border-radius:18px;padding:18px;min-height:420px;}
.mp-customer-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--site-line);}
.mp-customer-form h4{grid-column:1/-1;font-family:var(--font-display-site);font-size:18px;color:var(--site-green-deep);font-weight:700;}
.mp-customer-form label{display:grid;gap:6px;font-size:12.5px;font-weight:800;color:var(--site-green-deep);}
.mp-customer-form input{width:100%;border:1.5px solid var(--site-line);border-radius:12px;background:var(--site-bg);color:var(--site-ink);padding:11px 12px;font:inherit;}
.mp-customer-form input:focus{outline:none;border-color:var(--site-orange);background:#fff;}
.mp-method-tabs{display:flex;gap:8px;margin-bottom:18px;background:var(--site-bg-2);border:1px solid var(--site-line);border-radius:14px;padding:5px;width:max-content;max-width:100%;}
.mp-method-tab{padding:10px 18px;border-radius:10px;color:var(--site-green-deep);font-weight:800;font-size:13.5px;}
.mp-method-tab.active{background:var(--site-green-deep);color:var(--site-white);box-shadow:0 10px 20px -14px rgba(12,51,39,.55);}
.mp-pix-form,.mp-pix-result{display:grid;gap:14px;max-width:520px;}
.mp-pix-form h4,.mp-pix-result h4{font-family:var(--font-display-site);font-size:20px;color:var(--site-green-deep);font-weight:700;}
.mp-pix-form p,.mp-pix-result p{font-size:13.5px;line-height:1.55;color:var(--site-muted);}
.mp-pix-form label{display:grid;gap:6px;font-size:13px;font-weight:700;color:var(--site-green-deep);}
.mp-pix-form input,.mp-pix-form select,.mp-pix-result textarea{width:100%;border:1.5px solid var(--site-line);border-radius:12px;background:var(--site-bg);color:var(--site-ink);padding:12px 13px;font:inherit;}
.mp-pix-doc-row{display:grid;grid-template-columns:130px 1fr;gap:12px;}
.mp-pix-qr{width:210px;height:210px;border:1px solid var(--site-line);border-radius:16px;background:var(--site-white);padding:10px;object-fit:contain;}
.mp-pix-result textarea{min-height:92px;resize:vertical;font-size:12px;line-height:1.35;}
.mp-summary-safe{padding-top:14px;display:flex;justify-content:center;}
.mp-summary-safe img{width:min(100%,250px);height:auto;display:block;object-fit:contain;margin:0 auto;}
.mp-loading{padding:40px 10px;text-align:center;color:var(--site-muted);font-weight:800;}
.mp-status{margin-top:14px;border-radius:14px;padding:13px 14px;background:var(--site-bg-2);color:var(--site-green-deep);font-size:13.5px;font-weight:800;line-height:1.4;}
.mp-status.success{background:var(--site-green-soft);color:var(--site-green-deep);}
.mp-status.error{background:var(--site-coral-soft);color:#9b3321;}

/* ---- Página Shop dedicada (shop.html) ---- */
.shop-hero{position:relative;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,var(--site-green-deep),var(--site-green));}
.shop-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35;}
.shop-hero-content{position:relative;text-align:center;color:#fff;padding:0 20px;}
.shop-hero-content .big{font-family:var(--font-display-site);font-size:76px;font-weight:700;line-height:1;letter-spacing:-.02em;}
.shop-hero-content p{font-size:15px;color:rgba(255,255,255,.85);margin-top:10px;}
.shop-toolbar{max-width:1220px;margin:0 auto;padding:28px 32px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.shop-toolbar .count{font-size:14px;color:var(--site-muted);}
.shop-search{display:flex;align-items:center;gap:8px;background:var(--site-white);border:1.5px solid var(--site-line);border-radius:100px;padding:10px 16px;min-width:260px;}
.shop-search input{border:none;background:none;outline:none;font-size:13.5px;flex:1;color:var(--site-ink);}
.shop-layout{max-width:1220px;margin:0 auto;padding:28px 32px 100px;display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:start;}
.shop-sidebar{position:sticky;top:96px;background:var(--site-white);border:1px solid var(--site-line);border-radius:var(--site-radius);padding:22px;}
.shop-sidebar h4{font-family:var(--font-display-site);font-size:14px;color:var(--site-green-deep);margin-bottom:14px;}
.shop-cat-list{display:flex;flex-direction:column;gap:2px;margin-bottom:22px;}
.shop-cat-list button{text-align:left;padding:9px 10px;border-radius:10px;font-size:13.5px;font-weight:600;color:var(--site-ink);display:flex;justify-content:space-between;}
.shop-cat-list button:hover{background:var(--site-bg-2);}
.shop-cat-list button.active{background:var(--site-green-soft);color:var(--site-green-deep);}
.shop-cat-list button .n{color:var(--site-muted);font-weight:600;font-size:12px;}
.shop-filters{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid var(--site-line);}
.shop-filters label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--site-ink);}
.shop-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;}
.shop-pagination button{width:34px;height:34px;border-radius:10px;font-size:13px;font-weight:700;color:var(--site-ink);}
.shop-pagination button.active{background:var(--site-green-deep);color:#fff;}
.shop-pagination button:disabled{opacity:.35;}

/* ---- Página de produto (produto.html) ---- */
.product-site{min-height:100vh;}
.product-page{max-width:1220px;margin:0 auto;padding:42px 32px 90px;}
.product-state{background:var(--site-white);border:1px dashed var(--site-line);border-radius:var(--site-radius);padding:38px;text-align:center;color:var(--site-muted);font-weight:700;}
.product-shell{background:var(--site-white);border:1px solid var(--site-line);border-radius:28px;box-shadow:var(--site-shadow);padding:36px;}
.product-top{display:grid;grid-template-columns:1.08fr .82fr;gap:40px;align-items:start;}
.product-gallery{min-width:0;}
.product-main-media{background:linear-gradient(135deg,#fff,var(--site-bg-2));border:1px solid var(--site-line);border-radius:24px;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.product-main-media img{width:100%;height:100%;object-fit:cover;display:block;}
.product-placeholder{font-size:82px;}
.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px;}
.product-thumb{background:var(--site-bg-2);border:1.5px solid transparent;border-radius:16px;padding:8px;min-width:0;transition:.2s;}
.product-thumb.active{border-color:var(--site-green-deep);background:#fff;}
.product-thumb:hover{border-color:var(--site-orange);}
.product-thumb img,.product-thumb span{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#fff;}
.product-thumb small{display:block;margin-top:7px;font-size:11px;font-weight:800;color:var(--site-green-deep);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product-summary{padding:10px 0 0;}
.product-back{display:inline-flex;margin-bottom:20px;color:var(--site-muted);font-size:13px;font-weight:800;}
.product-back:hover{color:var(--site-orange-dark);}
.product-category{display:inline-flex;background:var(--site-green-soft);color:var(--site-green-deep);font-size:11.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:7px 12px;border-radius:100px;margin-bottom:14px;}
.product-summary h1{font-family:var(--font-display-site);font-size:46px;line-height:1.02;font-weight:700;color:var(--site-green-deep);margin-bottom:8px;}
.product-subtitle{font-size:17px;color:var(--site-ink);font-weight:700;margin-bottom:12px;}
.product-rating{display:flex;align-items:center;gap:9px;color:var(--site-muted);font-size:13.5px;margin-bottom:26px;}
.stars{color:#f4aa22;letter-spacing:1px;}
.product-rating strong{color:var(--site-green-deep);}
.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px;}
.product-old-price{text-decoration:line-through;color:var(--site-muted);font-size:20px;}
.product-price{font-family:var(--font-display-site);font-size:42px;font-weight:700;color:var(--site-orange);}
.product-save{background:var(--site-green-soft);color:var(--site-green);font-size:12px;font-weight:900;padding:7px 12px;border-radius:100px;}
.product-description{font-size:15.5px;line-height:1.62;color:var(--site-ink);margin-bottom:26px;}
.product-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:14px;}
.product-wide{width:100%;justify-content:center;padding:15px 22px;font-size:14px;}
.site .btn-online{background:var(--site-green-soft);color:var(--site-green-deep);border:1.5px solid rgba(21,92,68,.22);}
.site .btn-online:hover{background:var(--site-green-deep);color:#fff;transform:translateY(-2px);box-shadow:0 14px 26px -12px rgba(12,51,39,.45);}
.product-shipping{text-align:center;font-size:13.5px;font-weight:800;color:var(--site-green-deep);margin-bottom:24px;}
.product-guarantees{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:var(--site-bg-2);border:1px solid var(--site-line);border-radius:18px;padding:16px;}
.product-guarantees div{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--site-green-deep);}
.product-guarantees span{font-size:18px;}
.product-benefits,.product-reviews,.product-faq,.product-related{margin-top:54px;}
.product-benefits h2,.product-reviews h2,.product-faq h2,.product-section-head h2{font-family:var(--font-display-site);font-size:30px;line-height:1.12;color:var(--site-green-deep);font-weight:700;text-align:center;margin-bottom:26px;}
.product-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.product-benefit-grid div{display:grid;grid-template-columns:54px 1fr;column-gap:16px;align-items:center;}
.product-benefit-grid span{grid-row:1/3;width:54px;height:54px;border-radius:50%;background:var(--site-bg-2);display:flex;align-items:center;justify-content:center;font-size:23px;}
.product-benefit-grid h3{font-family:var(--font-display-site);font-size:19px;color:var(--site-green-deep);font-weight:600;}
.product-benefit-grid p{font-size:13.5px;line-height:1.45;color:var(--site-muted);}
.product-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.product-review-grid article{border:1px solid var(--site-line);border-radius:16px;padding:20px;background:#fff;}
.product-review-grid article>div{display:flex;align-items:center;gap:9px;margin-bottom:14px;}
.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--site-green-soft);color:var(--site-green-deep);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;}
.review-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%;display:block;}
.product-review-grid h3{font-size:16px;color:var(--site-green-deep);margin-bottom:8px;}
.product-review-grid p{font-size:13px;color:var(--site-muted);line-height:1.5;}
.product-faq h2{text-align:left;margin-bottom:14px;}
.product-faq details{border-top:1px solid var(--site-line);}
.product-faq details:last-child{border-bottom:1px solid var(--site-line);}
.product-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:17px 0;font-weight:800;color:var(--site-green-deep);cursor:pointer;}
.product-faq summary::-webkit-details-marker{display:none;}
.product-faq summary::after{content:"\203A";font-size:19px;color:var(--site-muted);}
.product-faq details[open] summary::after{transform:rotate(180deg);}
.product-faq details p{color:var(--site-muted);font-size:14px;line-height:1.6;padding:0 0 18px;}
.product-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;}
.product-section-head h2{text-align:left;margin-bottom:0;}
.product-section-head a{font-size:13px;font-weight:900;color:var(--site-orange-dark);}
.product-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.product-related-card{display:block;color:inherit;}
.product-related-card div{aspect-ratio:1.45/1;background:var(--site-bg-2);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:34px;border:1px solid var(--site-line);margin-bottom:12px;}
.product-related-card img{width:100%;height:100%;object-fit:cover;display:block;}
.product-related-card h3{font-family:var(--font-display-site);font-size:18px;color:var(--site-green-deep);font-weight:600;margin-bottom:4px;}
.product-related-card p{font-size:13px;font-weight:800;color:var(--site-ink);}

.site .hero p,
.site .section-head p,
.site .svc-card p,
.site .emerg-text p,
.site .vet-solo-info p,
.site .book-note,
.site .plan-card li,
.site .testi-card p,
.site .tips-band p,
.site .blog-card p,
.site .footer-inner p,
.site .product-description,
.site .product-benefit-grid p,
.site .product-review-grid p,
.site .product-faq details p,
.site .shop-info p,
.site .shop-hero-content p,
.site .mp-summary-info p,
.site .mp-status{
  text-align:justify;
  text-justify:inter-word;
}

.site .section-head.center p,
.site .shop-hero-content p{
  text-align:center;
}

.trust-strip{background:var(--site-bg-2);border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line);padding:26px 32px;}
.trust-row{max-width:1220px;margin:0 auto;display:flex;justify-content:center;gap:40px;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;color:var(--site-green-deep);}
.trust-item .ic{color:var(--site-orange);}

.cta-band{background:linear-gradient(120deg,var(--site-orange) 0%,var(--site-coral) 100%);padding:64px 32px;}
.cta-inner{max-width:1220px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cta-inner h2{font-family:var(--font-display-site);font-size:30px;color:#fff;max-width:520px;font-weight:600;}
.cta-inner .btn-dark{background:#fff;color:var(--site-orange-dark);}
.cta-inner .btn-dark:hover{background:var(--site-green-deep);color:#fff;}

footer.site-footer{background:var(--site-green-deep);color:rgba(255,250,241,.6);padding:56px 32px 30px;}
.footer-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:36px;}
.portal-site .footer-inner{grid-template-columns:1.3fr 1fr 1fr 1fr .55fr;}
.footer-inner h4{color:#fff;margin-bottom:14px;font-size:14px;font-family:var(--font-display-site);font-weight:600;}
.footer-inner h4 a{color:#fff;}
.footer-inner h4 a:hover{color:var(--site-orange);}
.footer-inner p{font-size:13px;line-height:1.7;}
.footer-socials{display:flex;align-items:center;gap:10px;margin-top:18px;}
.footer-socials a{width:34px;height:34px;border-radius:50%;background:rgba(255,250,241,.1);border:1px solid rgba(255,250,241,.18);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;transition:.2s;}
.footer-socials a:hover{background:var(--site-orange);border-color:var(--site-orange);transform:translateY(-2px);}
.footer-links{list-style:none;display:grid;gap:10px;}
.footer-links a{font-size:13.5px;}
.footer-links a:hover{color:#fff;}
.footer-bottom{max-width:1220px;margin:20px auto 0;font-size:12.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.footer-crm-link{color:#fff;font-weight:800;margin-left:12px;}
.footer-crm-link:hover{color:var(--site-orange);}

/* Portal do cliente */
.portal-site{min-height:100vh;background:linear-gradient(105deg,var(--site-bg),#fff 48%,#fff2e7);}
.portal-page{max-width:1220px;margin:0 auto;padding:46px 32px 90px;}
.portal-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:end;margin-bottom:34px;}
.portal-hero h1{font-family:var(--font-display-site);font-size:52px;line-height:1.03;color:var(--site-green-deep);font-weight:700;max-width:760px;margin-bottom:16px;}
.portal-hero p{font-size:17px;line-height:1.65;color:var(--site-muted);max-width:650px;}
.portal-hero-card,.portal-card{background:rgba(255,255,255,.88);border:1px solid var(--site-line);border-radius:22px;box-shadow:var(--site-shadow);padding:26px;}
.portal-hero-card{display:grid;gap:10px;color:var(--site-green-deep);}
.portal-hero-card strong{font-family:var(--font-display-site);font-size:22px;}
.portal-hero-card span{color:var(--site-muted);font-size:14px;line-height:1.6;}
.portal-login{max-width:980px;margin:0 auto;}
.portal-auth-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:0;overflow:hidden;background:rgba(255,255,255,.9);border:1px solid var(--site-line);border-radius:28px;box-shadow:var(--site-shadow);}
.portal-auth-side{background:linear-gradient(145deg,var(--site-green-deep),var(--site-green));color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;}
.portal-auth-side .section-tag{color:#ffd8bf;margin-bottom:0;}
.portal-auth-side h2{font-family:var(--font-display-site);font-size:34px;line-height:1.05;font-weight:700;}
.portal-auth-side p{color:rgba(255,250,241,.82);font-size:14px;line-height:1.7;}
.portal-auth-badges{display:grid;gap:10px;}
.portal-auth-badges span{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:10px 12px;font-size:13px;font-weight:800;}
.portal-auth-form{padding:30px;display:grid;gap:16px;}
.portal-auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:var(--site-bg-2);border:1px solid var(--site-line);border-radius:100px;padding:7px;}
.portal-auth-tabs button{border-radius:100px;padding:10px 8px;font-size:12.5px;font-weight:900;color:var(--site-muted);white-space:nowrap;}
.portal-auth-tabs button.active{background:#fff;color:var(--site-green-deep);box-shadow:0 4px 14px rgba(12,51,39,.08);}
.portal-form-grid.single{grid-template-columns:1fr;}
.portal-auth-hint{font-size:13px;color:var(--site-muted);line-height:1.55;margin:4px 0 -6px;}
.portal-sessionbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.78);border:1px solid var(--site-line);border-radius:18px;padding:14px 18px;box-shadow:0 12px 30px -22px rgba(12,51,39,.45);}
.portal-sessionbar strong{font-family:var(--font-display-site);font-size:20px;color:var(--site-green-deep);}
.portal-card h2{font-family:var(--font-display-site);font-size:26px;color:var(--site-green-deep);font-weight:700;margin-bottom:8px;}
.portal-card p{font-size:14px;color:var(--site-muted);line-height:1.65;margin-bottom:18px;}
.portal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0;}
.portal-form-grid .full{grid-column:1/-1;}
.portal-form-grid label,.portal-comment label{display:grid;gap:7px;font-size:12px;font-weight:800;color:var(--site-green-deep);text-transform:uppercase;letter-spacing:.04em;}
.portal-form-grid input,.portal-comment textarea,.portal-comment select{width:100%;border:1.5px solid var(--site-line);border-radius:13px;background:var(--site-bg);padding:12px 14px;font:inherit;color:var(--site-ink);}
.portal-form-grid input:focus,.portal-comment textarea:focus,.portal-comment select:focus{outline:none;border-color:var(--site-orange);background:#fff;}
.portal-status{margin-top:12px;font-size:13.5px;font-weight:800;}
.portal-status .ok{color:var(--site-green);}
.portal-status .error{color:var(--site-coral);}
.portal-app{display:grid;gap:18px;}
.portal-tabs{display:flex;gap:8px;overflow-x:auto;padding:8px;background:rgba(255,255,255,.72);border:1px solid var(--site-line);border-radius:100px;position:sticky;top:82px;z-index:20;backdrop-filter:blur(8px);}
.portal-tabs button{white-space:nowrap;padding:10px 18px;border-radius:100px;color:var(--site-muted);font-weight:900;font-size:13px;}
.portal-tabs button.active,.portal-tabs button:hover{background:var(--site-green-deep);color:#fff;}
.portal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.portal-grid .full{grid-column:1/-1;}
.portal-stack{display:grid;gap:18px;}
.portal-kpis{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:8px 10px;align-items:center;margin-top:18px;}
.portal-kpis b{font-family:var(--font-display-site);font-size:34px;color:var(--site-orange);}
.portal-kpis span{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:var(--site-muted);}
.portal-pet-row,.portal-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;}
.portal-pet-mini,.portal-product{border:1px solid var(--site-line);background:var(--site-bg);border-radius:18px;padding:14px;display:grid;gap:8px;}
.portal-pet-mini img,.portal-pet-mini span:first-child{width:64px;height:64px;border-radius:50%;object-fit:cover;background:var(--site-green-soft);display:flex;align-items:center;justify-content:center;font-size:24px;}
.portal-pet-mini strong,.portal-product h3{font-family:var(--font-display-site);font-size:18px;color:var(--site-green-deep);font-weight:700;}
.portal-pet-mini span{font-size:12.5px;color:var(--site-muted);}
.portal-pet-card{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:start;}
.portal-pet-photo{width:170px;aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:var(--site-bg-2);border:1px solid var(--site-line);display:flex;align-items:center;justify-content:center;font-size:50px;color:var(--site-green);}
.portal-pet-photo img{width:100%;height:100%;object-fit:cover;}
.portal-pet-fields .upload-btn{display:inline-flex;margin:0 0 14px;}
.portal-pet-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 14px;}
.portal-pet-actions .upload-btn{margin:0;}
.site .btn-danger-soft{color:#9b2f20;border-color:#f0c9bd;background:#fff8f2;}
.site .btn-danger-soft:hover{background:#9b2f20;color:#fff;border-color:#9b2f20;}
.portal-pet-details{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;}
.portal-pet-details div{background:var(--site-bg);border:1px solid var(--site-line);border-radius:14px;padding:14px;}
.portal-pet-details h3,.portal-comment h3{font-family:var(--font-display-site);font-size:18px;color:var(--site-green-deep);margin-bottom:8px;}
.portal-pet-details ul,.portal-list{list-style:none;display:grid;gap:9px;}
.portal-pet-details li,.portal-list li{font-size:13.5px;color:var(--site-muted);line-height:1.45;}
.portal-list li{border-bottom:1px dashed var(--site-line);padding-bottom:10px;}
.portal-list li strong{display:block;color:var(--site-green-deep);font-size:13px;margin-bottom:3px;}
.portal-timeline{display:grid;gap:12px;margin-top:16px;}
.portal-timeline article{border-left:4px solid var(--site-orange);background:var(--site-bg);border-radius:14px;padding:16px;}
.portal-timeline b{display:block;color:var(--site-green-deep);font-size:15px;margin-bottom:4px;}
.portal-timeline span{display:block;color:var(--site-muted);font-size:12.5px;font-weight:800;margin-bottom:8px;}
.portal-timeline p{margin-bottom:12px;}
.portal-comment{margin-top:18px;background:var(--site-bg);border:1px solid var(--site-line);border-radius:18px;padding:18px;display:grid;gap:12px;}
.portal-product div:first-child{aspect-ratio:1.25/1;border-radius:14px;background:var(--site-bg-2);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--site-green);}
.portal-product img{width:100%;height:100%;object-fit:cover;}
.portal-product p{margin:0;font-weight:900;color:var(--site-orange-dark);}
.portal-product-price{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.portal-product-actions{display:flex;gap:8px;flex-wrap:wrap;}


@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-visual{max-width:420px;margin:0 auto;}
  .hero h1{font-size:38px;}
  .services-grid,.testi-grid,.plans-grid,.blog-grid{grid-template-columns:1fr;}
  .shop-grid{grid-template-columns:repeat(2,1fr);}
  .shop-layout{grid-template-columns:1fr;}
  .shop-sidebar{position:static;}
  .shop-hero-content .big{font-size:52px;}
  .product-shell{padding:24px;}
  .product-top{grid-template-columns:1fr;}
  .product-summary h1{font-size:38px;}
  .product-benefit-grid,.product-review-grid,.product-related-grid{grid-template-columns:1fr;}
  .portal-hero,.portal-auth-card,.portal-grid{grid-template-columns:1fr;}
  .portal-pet-row,.portal-product-grid{grid-template-columns:1fr 1fr;}
  .portal-pet-card{grid-template-columns:1fr;}
  .portal-pet-photo{width:100%;max-width:220px;}
  .mp-modal-body{grid-template-columns:1fr;}
  .plan-card.featured{transform:none;}
  .emerg-banner,.book-wrap,.vet-solo{grid-template-columns:1fr;padding:28px;}
  .emerg-img{min-height:220px;order:-1;}
  .vet-solo-badge{position:static;margin-top:16px;max-width:none;}
  .book-form{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr 1fr;}
  .nav-links{display:none;}
}
@media(max-width:920px){
  .crm{flex-direction:column;}
  .sidebar{width:100%;height:auto;position:relative;flex-direction:row;overflow-x:auto;}
  .sb-nav{flex-direction:row;}
  .grid-cards,.finance-row,.comm-grid,.form-grid{grid-template-columns:1fr;}
  .config-assets{grid-template-columns:1fr;}
}
@media(max-width:560px){
  .footer-inner{grid-template-columns:1fr;}
  .hero-mini-stats{gap:16px;}
  .shop-grid{grid-template-columns:1fr;}
  .shop-toolbar{flex-direction:column;align-items:stretch;}
  .product-page{padding:24px 16px 70px;}
  .product-shell{padding:16px;border-radius:20px;}
  .product-thumbs{grid-template-columns:repeat(2,1fr);}
  .product-summary h1{font-size:31px;}
  .product-price{font-size:34px;}
  .product-guarantees{grid-template-columns:1fr;}
  .product-benefit-grid div{grid-template-columns:46px 1fr;}
  .product-benefit-grid span{width:46px;height:46px;}
  .mp-customer-form{grid-template-columns:1fr;}
  .portal-page{padding:28px 16px 70px;}
  .portal-hero h1{font-size:36px;}
  .portal-auth-form,.portal-auth-side{padding:22px;}
  .portal-auth-tabs{grid-template-columns:1fr;border-radius:18px;}
  .portal-form-grid,.portal-pet-details,.portal-pet-row,.portal-product-grid{grid-template-columns:1fr;}
  .vet-cta-row .btn{width:100%;justify-content:center;}
  .cart-drawer{max-width:100%;}
}
