.elementor-11 .elementor-element.elementor-element-2eb62a5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a42a20c *//* =========================================================
   PRÉ-CONSULTA — DRA. GABRIELY NOVAES
   Identidade visual: branco + #fdf6e9 (creme) + #97a77b (sage)
   
   IMPORTANTE: para que as fontes carreguem, adicione no <head>
   do tema (functions.php → wp_enqueue_style) OU no topo deste
   CSS via @import:
   
   @import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Manrope:wght@300;400;500;600;700&display=swap');
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
  --pc-white: #ffffff;
  --pc-cream: #fdf6e9;
  --pc-cream-deep: #f5ecd9;
  --pc-sage: #97a77b;
  --pc-sage-dark: #7d8d62;
  --pc-sage-soft: #d5dcc4;
  --pc-text: #2d3324;
  --pc-text-muted: #6b6f5f;
  --pc-border: #ece4d2;
  --pc-shadow-sm: 0 2px 8px rgba(151, 167, 123, 0.06);
  --pc-shadow-md: 0 8px 28px rgba(151, 167, 123, 0.10);
  --pc-shadow-lg: 0 20px 60px rgba(120, 130, 95, 0.12);
  --pc-radius: 16px;
  --pc-radius-sm: 10px;
  --pc-font-display: "Oblata Display", Sans-serif;
  --pc-font-body: 'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pc-wrapper, .pc-wrapper *, .pc-wrapper *::before, .pc-wrapper *::after {
  box-sizing: border-box;
}

.pc-wrapper {
  font-family: var(--pc-font-body);
  background:
    radial-gradient(circle at 0% 0%, rgba(151, 167, 123, 0.08), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(151, 167, 123, 0.06), transparent 50%),
    var(--pc-cream);
  min-height: 100vh;
  color: var(--pc-text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding: 40px 24px;
  display: flex;
  justify-content: center;
}

.pc-shell {
  display: grid;
  grid-template-columns: 340px 1fr;
  max-width: 1200px;
  width: 100%;
  background: var(--pc-white);
  border-radius: var(--pc-radius);
  overflow: hidden;
  box-shadow: var(--pc-shadow-lg);
  border: 1px solid var(--pc-border);
}

/* ---------- SIDEBAR ---------- */
.pc-sidebar {
  background: linear-gradient(180deg, var(--pc-cream) 0%, var(--pc-cream-deep) 100%);
  padding: 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid var(--pc-border);
  position: relative;
}

.pc-sidebar::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-image: url('https://dragabrielynovaes.com.br/wp-content/uploads/2026/05/LOGOTIPO-VERSION-1-PNG-3-1.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.pc-brand .pc-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  color: var(--pc-sage);
  font-weight: 700;
  margin-bottom: 10px;
}

.pc-brand h2 {
  font-family: var(--pc-font-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: #7c8b62;
  line-height: 1.15;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}

.pc-brand p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--pc-text-muted);
  margin: 0;
  font-weight: 400;
}

.pc-progress-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(151, 167, 123, 0.18);
}

.pc-progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--pc-text-muted);
  margin-bottom: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.pc-progress-top strong {
  color: var(--pc-sage-dark);
  font-weight: 700;
  font-family: var(--pc-font-display);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.pc-progress-bar {
  height: 5px;
  background: rgba(151, 167, 123, 0.15);
  border-radius: 999px;
  overflow: hidden;
}

.pc-progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--pc-sage), var(--pc-sage-dark));
  border-radius: 999px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
}

.pc-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  counter-reset: step;
}

.pc-steps-list li {
  padding: 11px 14px 11px 42px;
  font-size: 13px;
  color: var(--pc-text-muted);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  counter-increment: step;
  font-weight: 500;
}

.pc-steps-list li::before {
  content: counter(step);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pc-white);
  border: 1px solid var(--pc-border);
  font-size: 11px;
  font-weight: 700;
  font-family: var(--pc-font-display);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-text-muted);
  transition: all 0.25s ease;
}

.pc-steps-list li:hover {
  background: rgba(255, 255, 255, 0.6);
  color: var(--pc-text);
}

.pc-steps-list li.active {
  background: var(--pc-white);
  color: var(--pc-sage-dark);
  font-weight: 600;
  box-shadow: var(--pc-shadow-sm);
}

.pc-steps-list li.active::before {
  background: var(--pc-sage);
  border-color: var(--pc-sage);
  color: var(--pc-white);
  box-shadow: 0 2px 6px rgba(151, 167, 123, 0.35);
}

/* ---------- MAIN ---------- */
.pc-main {
  padding: 52px 60px 48px;
  background: var(--pc-white);
  position: relative;
}

.pc-header {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--pc-border);
}

.pc-badge {
  display: inline-block;
  background: var(--pc-cream);
  color: var(--pc-sage-dark);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  border: 1px solid var(--pc-sage-soft);
}

.pc-header h1 {
  font-family: var(--pc-font-display);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: #7c8b62;
  line-height: 1.1;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}

.pc-header p {
  font-size: 14px;
  color: var(--pc-text-muted);
  margin: 0;
  line-height: 1.65;
  max-width: 520px;
}

/* ---------- FORM ---------- */
.pc-form { position: relative; }

.pc-step {
  display: none;
  animation: pcFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc-step.active { display: block; }

@keyframes pcFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pc-card-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.pc-card-grid.two { grid-template-columns: repeat(2, 1fr); }

.pc-field { margin-bottom: 24px; }
.pc-field.nested { margin-top: 14px; }

.pc-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--pc-text);
  margin-bottom: 10px;
  line-height: 1.5;
}

.pc-field input[type="text"],
.pc-field input[type="date"],
.pc-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius-sm);
  background: var(--pc-white);
  font-family: inherit;
  font-size: 14px;
  color: var(--pc-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pc-field input[type="text"]:hover,
.pc-field input[type="date"]:hover,
.pc-field textarea:hover {
  border-color: var(--pc-sage-soft);
}

.pc-field input[type="text"]:focus,
.pc-field input[type="date"]:focus,
.pc-field textarea:focus {
  outline: none;
  border-color: var(--pc-sage);
  background: rgba(253, 246, 233, 0.4);
  box-shadow: 0 0 0 4px rgba(151, 167, 123, 0.12);
}

.pc-field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.6;
}

/* Pill group */
.pc-inline-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: var(--pc-cream);
  border-radius: var(--pc-radius-sm);
  margin-bottom: 14px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.pc-inline-group:hover { border-color: var(--pc-sage-soft); }

.pc-inline-group > span {
  font-size: 13.5px;
  color: var(--pc-text);
  font-weight: 500;
  flex: 1;
  min-width: 200px;
  line-height: 1.5;
}

.pc-pill { cursor: pointer; position: relative; display: inline-block; }
.pc-pill input { position: absolute; opacity: 0; pointer-events: none; }

.pc-pill span {
  display: inline-block;
  padding: 7px 18px;
  background: var(--pc-white);
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pc-text-muted);
  transition: all 0.2s ease;
}

.pc-pill:hover span {
  border-color: var(--pc-sage);
  color: var(--pc-sage-dark);
  transform: translateY(-1px);
}

.pc-pill input:checked + span {
  background: var(--pc-sage);
  border-color: var(--pc-sage);
  color: var(--pc-white);
  box-shadow: 0 3px 10px rgba(151, 167, 123, 0.3);
}

/* Options grid */
.pc-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.pc-option-card { cursor: pointer; position: relative; }
.pc-option-card input { position: absolute; opacity: 0; pointer-events: none; }

.pc-option-card span {
  display: block;
  padding: 15px 18px;
  background: var(--pc-white);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius-sm);
  font-size: 13.5px;
  color: var(--pc-text);
  transition: all 0.2s ease;
  line-height: 1.45;
  font-weight: 500;
  position: relative;
}

.pc-option-card:hover span {
  border-color: var(--pc-sage);
  background: var(--pc-cream);
  transform: translateY(-1px);
}

.pc-option-card input:checked + span {
  background: var(--pc-cream);
  border-color: var(--pc-sage);
  color: var(--pc-sage-dark);
  font-weight: 600;
  box-shadow: inset 0 0 0 1px var(--pc-sage), 0 4px 14px rgba(151, 167, 123, 0.15);
}

.pc-option-card input:checked + span::after {
  content: '✓';
  position: absolute;
  top: 12px;
  right: 14px;
  color: var(--pc-sage);
  font-weight: 700;
  font-size: 14px;
}

/* Checkboxes */
.pc-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.pc-check {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: var(--pc-white);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius-sm);
  transition: all 0.2s ease;
}

.pc-check:hover {
  border-color: var(--pc-sage);
  background: var(--pc-cream);
}

.pc-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--pc-border);
  border-radius: 5px;
  background: var(--pc-white);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: all 0.18s ease;
}

.pc-check input[type="checkbox"]:hover { border-color: var(--pc-sage); }

.pc-check input[type="checkbox"]:checked {
  background: var(--pc-sage);
  border-color: var(--pc-sage);
}

.pc-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid var(--pc-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pc-check span {
  font-size: 13.5px;
  color: var(--pc-text);
  line-height: 1.45;
  font-weight: 500;
}

.pc-check:has(input:checked) {
  background: var(--pc-cream);
  border-color: var(--pc-sage);
}

/* Range */
.pc-field input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: linear-gradient(90deg, var(--pc-sage-soft), var(--pc-cream-deep));
  border-radius: 999px;
  outline: none;
  margin: 14px 0 8px;
  cursor: pointer;
}

.pc-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: var(--pc-sage);
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid var(--pc-white);
  box-shadow: 0 3px 10px rgba(151, 167, 123, 0.4);
  transition: transform 0.15s ease;
}

.pc-field input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.1); }

.pc-field input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: var(--pc-sage);
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid var(--pc-white);
  box-shadow: 0 3px 10px rgba(151, 167, 123, 0.4);
}

.pc-range-output {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  color: var(--pc-text-muted);
  margin-top: 6px;
  padding: 0 4px;
}

.pc-range-output strong {
  font-size: 26px;
  color: var(--pc-sage-dark);
  font-weight: 500;
  font-family: var(--pc-font-display);
  line-height: 1;
  font-variation-settings: "opsz" 144;
}

/* Note */
.pc-note {
  background: linear-gradient(135deg, var(--pc-cream), var(--pc-cream-deep));
  border-left: 3px solid var(--pc-sage);
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 28px;
  position: relative;
}

.pc-note::before {
  content: '"';
  position: absolute;
  top: 0px;
  right: 22px;
  font-family: var(--pc-font-display);
  font-size: 80px;
  color: var(--pc-sage-soft);
  line-height: 1;
  font-weight: 400;
}

.pc-note p {
  margin: 0;
  font-family: var(--pc-font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--pc-sage-dark);
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  position: relative;
  z-index: 1;
}

/* Finish */
.pc-finish-box {
  text-align: center;
  padding: 48px 32px;
  background: linear-gradient(135deg, var(--pc-cream), var(--pc-cream-deep));
  border-radius: var(--pc-radius);
  border: 1px solid var(--pc-sage-soft);
}

.pc-finish-box h3 {
  font-family: var(--pc-font-display);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--pc-text);
  margin: 0 0 14px;
  line-height: 1.1;
  font-variation-settings: "opsz" 144;
}

.pc-finish-box > p {
  font-size: 14px;
  color: var(--pc-text-muted);
  margin: 0 0 28px;
  line-height: 1.7;
}

.pc-consent {
  text-align: left;
  background: var(--pc-white);
  margin: 0 auto 28px;
  max-width: 500px;
}

.pc-submit {
  background: var(--pc-sage);
  color: var(--pc-white);
  border: none;
  padding: 15px 40px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(151, 167, 123, 0.3);
}

.pc-submit:hover:not(:disabled) {
  background: var(--pc-sage-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(151, 167, 123, 0.4);
}

.pc-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Nav */
.pc-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--pc-border);
}

.pc-btn {
  padding: 12px 30px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pc-btn.primary {
  background: var(--pc-sage);
  color: var(--pc-white);
  box-shadow: 0 4px 14px rgba(151, 167, 123, 0.25);
}

.pc-btn.primary:hover:not(:disabled) {
  background: var(--pc-sage-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(151, 167, 123, 0.35);
}

.pc-btn.secondary {
  background: var(--pc-white);
  color: var(--pc-sage-dark);
  border-color: var(--pc-border);
}

.pc-btn.secondary:hover:not(:disabled) {
  border-color: var(--pc-sage);
  background: var(--pc-cream);
}

.pc-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* Message */
.pc-message {
  margin-top: 18px;
  font-size: 13px;
  min-height: 20px;
  text-align: center;
  font-weight: 500;
}

.pc-message.error {
  color: #b94545;
  background: #fdecec;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #f4d4d4;
}

.pc-message.success {
  color: var(--pc-sage-dark);
  background: var(--pc-cream);
  padding: 12px 16px;
  border-radius: 10px;
}

/* Success box */
.pc-success-box {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 32px;
  background: var(--pc-white);
  border-radius: var(--pc-radius);
}

.pc-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pc-sage), var(--pc-sage-dark));
  color: var(--pc-white);
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 12px 32px rgba(151, 167, 123, 0.35);
}

.pc-success-box h3 {
  font-family: var(--pc-font-display);
  font-size: 34px;
  font-weight: 400;
  color: var(--pc-text);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 144;
}

.pc-success-box p {
  font-size: 14.5px;
  color: var(--pc-text-muted);
  line-height: 1.75;
  margin: 0 0 32px;
  max-width: 480px;
}

.pc-main.center-success {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

/* Error state */
.pc-field input.error,
.pc-field textarea.error {
  border-color: #ef4444 !important;
  background: #fef2f2 !important;
}

/* Responsivo */
@media (max-width: 960px) {
  .pc-shell { grid-template-columns: 1fr; }
  .pc-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--pc-border);
    padding: 32px 28px;
  }
  .pc-sidebar::before { height: 80px; }
  .pc-main { padding: 40px 32px; }
  .pc-header h1 { font-size: 34px; }
  .pc-card-grid.two { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pc-wrapper { padding: 16px; }
  .pc-sidebar { padding: 28px 24px; }
  .pc-main { padding: 32px 22px; }
  .pc-header h1 { font-size: 28px; }
  .pc-header { margin-bottom: 28px; }
  .pc-options-grid, .pc-check-grid { grid-template-columns: 1fr; }
  .pc-inline-group { flex-direction: column; align-items: flex-start; padding: 14px 16px; }
  .pc-inline-group > span { margin-bottom: 4px; }
  .pc-nav { flex-direction: column-reverse; }
  .pc-btn { width: 100%; justify-content: center; }
}/* End custom CSS */