*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.z-50 {
  z-index: 50;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-grow {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-accent {
  background-color: var(--accent);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: var(--primary);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Importa variáveis locais do tema (sobrescreve as globais) */
/* Variáveis de cores para o tema - Baseado na identidade visual Nyx */
:root {
  --primary: #8c9562;        /* Verde oliva extraído */
  --primary-dark: #1b444e;   /* Azul escuro extraído */
  --gradient-end: #a4ad7c;   /* Variação do verde para gradiente */
  --secondary: #fbffff;      /* Ciano quase branco extraído */
  --accent: #8c9562;         /* Usando o verde como destaque */
  --accent-dark: #1b444e;    /* Usando o azul escuro como destaque */
  --light: #fbffff;          /* Usando a cor clara para fundo light */
  --neutral: #d1d5db;        /* Cinza neutro padrão */
  --neutral-dark: #4a5568;   /* Cinza neutro escuro */
  --dark: #1b444e;           /* Usando o azul escuro para texto principal */
  --bg-color: #ffffff;       /* Fundo branco */
}
/* Importa estilos base */
/* Importação de fontes Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Cormorant+Garamond:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap'); */
/* Definições tipográficas do tema */
/* h1, h2, h3, h4 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

p {
    font-family: "Outfit", Arial, sans-serif;
} */
/* Utilitários customizados */
.container-custom {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Animações */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.floating {
  animation: float 3s ease-in-out infinite;
}
/* Responsividade */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    flex-direction: column;
    gap: 15px;
  }

  .services-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .timeline-item .timeline-dot {
    left: 10px !important;
    right: auto !important;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-content p {
    font-size: 18px;
  }

  .stat-number {
    font-size: 42px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step-item {
    padding: 15px 18px;
  }

  .step-item h3 {
    font-size: 15px;
  }

  .step-bullets li {
    font-size: 13px;
  }
}
/* Importa componentes */
/* Componentes genéricos */
/* Botões */
.btn-primary {
  display: inline-block;
  background-color: var(--primary);
  color: var(--bg-color);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background-color: var(--neutral);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
/* Cards */
.card {
  background-color: var(--bg-color);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
/* Títulos de Seção */
.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
}
.section-subtitle {
  font-size: 1.125rem;
  color: var(--neutral-dark);
  margin-bottom: 2rem;
  text-align: center;
}
/* Override para títulos de seção mais elaborados */
.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 2px;
}
.section-title p {
  font-size: 18px;
  color: var(--neutral-dark);
  max-width: 600px;
  margin: 0 auto;
}
/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--bg-color);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--neutral);
  z-index: 1000;
  padding: 15px 0;
  transition: all 0.3s ease;
  opacity: 0.95;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.logo {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 40px;
}
.nav-menu a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}
.nav-menu a:hover {
  color: var(--primary);
}
.nav-menu a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--primary);
  transition: width 0.3s;
}
.nav-menu a:hover::after {
  width: 100%;
}
.cta-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: var(--bg-color);
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 15px var(--primary);
}
.cta-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--primary-dark);
}
/* Footer */
.footer {
  background: var(--light);
  color: var(--dark);
  padding: 60px 0 30px;
  border-top: 2px solid var(--neutral);
}
.footer-content {
  text-align: center;
}
.footer-logo {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary) 0%, var(--bg-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.footer-links a {
  color: var(--neutral-dark);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
.footer-links a:hover {
  color: var(--primary);
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.social-links a {
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: var(--bg-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
}
.social-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px var(--primary-dark);
}
.footer p {
  color: var(--neutral-dark);
  font-size: 14px;
  margin-top: 10px;
}
/* Hero Section */
.hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
  position: relative;
  overflow: hidden;
}
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 56px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 24px;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--dark) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero p {
  font-size: 22px;
  color: var(--neutral-dark);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: var(--bg-color);
  padding: 18px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 12px 35px var(--primary);
}
.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px var(--primary-dark);
}
.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.hero-bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/* Fix para modo de edição: garante que a imagem e wrappers do admin respeitem o container */
.hero-bg-container > *,
.hero-bg-container .editable-image-wrapper {
    width: 100%;
    height: 100%;
}
.hero-bg-container img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    max-width: none !important;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--light); /* Overlay usando cor do tema */
    opacity: 0.78; /* Transparência para manter contraste do texto */
    z-index: 1;
    pointer-events: none; /* Permite clicar na imagem através do overlay */
}
/* About Section */
.about {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 30px;
  line-height: 1.2;
}
.about-content p {
  font-size: 18px;
  color: var(--neutral-dark);
  margin-bottom: 25px;
  line-height: 1.8;
}
.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-color);
  font-size: 12px;
}
.about-image {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-color);
  font-size: 64px;
  position: relative;
  overflow: hidden;
}
.about-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Services Section */
.services {
  padding: 100px 0;
  background: var(--bg-color);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.service-card {
  background: var(--bg-color);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.service-card:hover {
  border-color: var(--primary);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px var(--primary-dark);
}
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--bg-color);
  font-size: 32px;
  box-shadow: 0 8px 20px var(--primary);
}
.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 15px;
}
.service-card p {
  color: var(--neutral-dark);
  line-height: 1.7;
  font-size: 16px;
}
/* Testimonials Section */
.testimonials {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--accent) 100%);
  color: var(--bg-color);
  position: relative;
  overflow: hidden;
}
.testimonials .section-title h2 {
  color: var(--bg-color);
}
.testimonials .section-title p {
  color: var(--neutral);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  position: relative;
  z-index: 1;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}
.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-color);
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.author-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.author-info p {
  color: var(--neutral-dark);
  font-size: 14px;
}
/* Contact Section */
.contact {
  padding: 100px 0;
  background: var(--bg-color);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 30px;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s;
}
.contact-item:hover {
  background: var(--light);
  transform: translateX(10px);
}
.contact-item i {
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: var(--bg-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 20px;
}
.contact-details h4 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
}
.contact-details p {
  color: var(--neutral-dark);
}
.contact-form {
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
  padding: 50px;
  border-radius: 25px;
  border: 2px solid var(--neutral);
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid var(--neutral);
  border-radius: 15px;
  font-size: 16px;
  transition: all 0.3s;
  background: var(--bg-color);
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.form-group textarea {
  height: 120px;
  resize: vertical;
}
.submit-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: white;
  border: none;
  padding: 18px 36px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  box-shadow: 0 8px 20px var(--primary);
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px var(--primary-dark);
}
/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
  text-align: center;
}
.cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 25px;
  line-height: 1.2;
}
.cta-content p {
  font-size: 20px;
  color: var(--neutral-dark);
  margin-bottom: 40px;
  line-height: 1.7;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: var(--bg-color);
  padding: 18px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 8px 25px var(--primary);
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px var(--primary-dark)
}
.cta-button i {
  font-size: 20px;
}
/* News Timeline Section */
.news {
  padding: 100px 0;
  background: var(--bg-color);
}
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary), var(--gradient-end));
  border-radius: 2px;
}
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 50%;
}
.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 40px;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 40px;
  text-align: left;
}
.timeline-content {
  background: var(--bg-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
  transition: all 0.3s;
}
.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.timeline-date {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.timeline-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
}
.timeline-dot {
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border: 4px solid var(--bg-color);
  border-radius: 50%;
  box-shadow: 0 4px 10px var(--primary-dark);
}
.timeline-item:nth-child(odd) .timeline-dot {
  right: -50px;
}
.timeline-item:nth-child(even) .timeline-dot {
  left: -50px;
}
/* Stats Section */
.stats {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  color: white;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
  text-align: center;
}
.stat-item {
  transition: all 0.3s;
}
.stat-item:hover {
  transform: translateY(-10px);
}
.stat-number {
  font-size: 56px;
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 18px;
  color: var(--light);
  font-weight: 500;
}
/* Gallery Section */
.gallery {
  padding: 100px 0;
  background: var(--light);
}
.gallery-slider {
  position: relative;
}
.gallery-slides-container {
  position: relative;
}
.gallery-slide {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
.gallery-slide.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  aspect-ratio: 4/3;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.gallery-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  pointer-events: none; /* Permitir cliques nos botões abaixo */
  z-index: 1; /* Garantir que fique abaixo dos botões */
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-info {
  color: white;
  width: 100%;
}
.gallery-info h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.gallery-info p {
  font-size: 0.9rem;
  opacity: 0.9;
}
/* Navegação */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-color);
  color: var(--primary);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s;
}
.gallery-nav:hover {
  background: var(--primary);
  color: var(--bg-color);
  transform: translateY(-50%) scale(1.1);
}
.gallery-prev {
  left: -25px;
}
.gallery-next {
  right: -25px;
}
.gallery-nav i {
  font-size: 1.2rem;
}
/* Dots */
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.gallery-dot:hover {
  background: var(--primary);
  transform: scale(1.2);
}
.gallery-dot.active {
  background: var(--primary);
  width: 30px;
  border-radius: 6px;
}
/* Popup */
.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gallery-popup.hidden {
  display: none;
}
.gallery-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
}
.gallery-popup-content {
  position: relative;
  max-width: 1200px;
  max-height: 90vh;
  background: var(--bg-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  z-index: 1001;
  animation: popupFadeIn 0.3s ease-out;
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.gallery-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  transition: all 0.3s;
  color: var(--text);
}
.gallery-popup-close:hover {
  background: var(--bg-color);
  transform: rotate(90deg);
}
.gallery-popup-close i {
  font-size: 1.5rem;
}
.gallery-popup-image {
  width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gallery-popup-info {
  padding: 30px;
  background: var(--bg-color);
}
.gallery-popup-caption {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.gallery-popup-description {
  font-size: 1rem;
  color: var(--neutral-dark);
  line-height: 1.6;
}
/* Botões de edição */
.delete-gallery-image-button,
.edit-gallery-image-button {
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 30 !important; /* Garantir que fiquem acima do overlay */
  position: absolute;
}
/* Mostrar botões no hover */
.gallery-item:hover .delete-gallery-image-button,
.gallery-item:hover .edit-gallery-image-button {
  opacity: 1;
}
/* Quando o hidden é removido (modo admin), sempre mostrar */
.delete-gallery-image-button:not(.hidden),
.edit-gallery-image-button:not(.hidden) {
  opacity: 1;
}
@media (max-width: 768px) {
  .gallery-nav {
    width: 40px;
    height: 40px;
  }
  
  .gallery-prev {
    left: 10px;
  }
  
  .gallery-next {
    right: 10px;
  }
  
  .gallery-popup-content {
    max-width: 95%;
  }
  
  .gallery-popup-info {
    padding: 20px;
  }
  
  .gallery-popup-caption {
    font-size: 1.2rem;
  }
}
/* Image Text Bullets Section */
.image-text-bullets {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
}
.image-text-bullets .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.image-text-bullets .about-image {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-color);
  font-size: 64px;
  position: relative;
  overflow: hidden;
}
.image-text-bullets .about-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-bullets .about-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 30px;
  line-height: 1.2;
}
.image-text-bullets .about-content p {
  font-size: 18px;
  color: var(--neutral-dark);
  margin-bottom: 25px;
  line-height: 1.8;
}
/* Steps Grid Layout */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.step-item {
  background: var(--bg-color);
  padding: 18px 20px;
  border-radius: 10px;
  border-left: 3px solid var(--primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.step-item:first-of-type {
  margin-top: 0;
}
.step-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px var(--primary);
}
.step-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
/* Step Bullets List */
.step-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-bullets li {
  font-size: 13px;
  color: var(--neutral-dark);
  line-height: 1.5;
  padding-left: 18px;
  margin-bottom: 5px;
  position: relative;
}
.step-bullets li:before {
  content: '•';
  color: var(--primary);
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.step-bullets li:last-child {
  margin-bottom: 0;
}
/* Hero Personalized Care Component */
.hero-personalized-care {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    background: var(--bg-color);
}
.hero-personalized-care::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse at center, var(--neutral-dark) 0%, transparent 70%);
    opacity: 0.3;
    animation: float 8s ease-in-out infinite;
}
.hero-personalized-care .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-personalized-care .hero-content {
    max-width: 600px;
}
.hero-personalized-care .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--neutral-dark);
    color: var(--light);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.hero-personalized-care .hero-badge svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.hero-personalized-care .hero-title {
    margin-bottom: 1.5rem;
    color: var(--dark);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.2;
}
.hero-personalized-care .hero-title em {
    font-style: italic;
    color: var(--accent);
}
.hero-personalized-care .hero-text {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    max-width: 480px;
    color: var(--neutral-dark);
}
.hero-personalized-care .hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.hero-personalized-care .btn-sage {
    background: var(--accent);
    color: var(--light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-personalized-care .btn-sage:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hero-personalized-care .btn-secondary {
    background: transparent;
    color: var(--dark);
    border: 2px solid var(--dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-personalized-care .btn-secondary:hover {
    background: var(--dark);
    color: var(--light);
}
.hero-personalized-care .hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hero-personalized-care .stat-item {
    text-align: left;
}
.hero-personalized-care .stat-number {
    font-size: 2rem;
    font-weight: 600;
    color: var(--accent);
    line-height: 1;
    -webkit-text-fill-color: inherit;
}
.hero-personalized-care .stat-label {
    font-size: 0.9rem;
    color: var(--dark);
    margin-top: 0.25rem;
}
.hero-personalized-care .hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-personalized-care .hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 4/5;
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.hero-personalized-care .hero-image-wrapper::after {
    content: '';
    position: absolute;
    top: -32%;
    right: -32%;
    width: 400px;
    height: 400px;
    background: var(--primary);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}
.hero-personalized-care .hero-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
}
.hero-personalized-care .hero-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--neutral-dark), var(--accent));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-size: 1rem;
    text-align: center;
    padding: 2rem;
    position: relative;
    border-radius: 24px;
}
.hero-personalized-care .hero-image-placeholder svg {
    width: 80px;
    height: 80px;
    fill: currentColor;
    opacity: 0.8;
    margin-bottom: 1rem;
}
.hero-personalized-care .placeholder-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.hero-personalized-care .hero-floating-card {
    position: absolute;
    background: var(--light);
    padding: 1.25rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: float 5s ease-in-out infinite;
}
.hero-personalized-care .hero-floating-card-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
    z-index: 2;
}
.hero-personalized-care .hero-floating-card-2 {
    bottom: 15%;
    right: -8%;
    animation-delay: 2s;
    z-index: 2;
}
.hero-personalized-care .floating-card-icon {
    width: 48px;
    height: 48px;
    background: var(--accent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}
.hero-personalized-care .floating-card-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--accent-dark);
}
.hero-personalized-care .floating-card-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--dark);
}
.hero-personalized-care .floating-card-subtext {
    font-size: 0.75rem;
    color: var(--neutral-dark);
}
/* Animation keyframes */
@keyframes float {
    0%, 100% { 
        transform: translateY(0); 
    }
    50% { 
        transform: translateY(-20px); 
    }
}
/* Responsive Design */
@media (max-width: 1024px) {
    .hero-personalized-care .container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hero-personalized-care .hero-content {
        text-align: center;
        max-width: 100%;
    }

    .hero-personalized-care .hero-text {
        max-width: 100%;
    }

    .hero-personalized-care .hero-buttons {
        justify-content: center;
    }

    .hero-personalized-care .hero-stats {
        justify-content: center;
    }

    .hero-personalized-care .hero-image-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .hero-personalized-care .hero-floating-card {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero-personalized-care {
        padding-top: 5rem;
    }

    .hero-personalized-care .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .hero-personalized-care .stat-item {
        text-align: center;
    }

    .hero-personalized-care .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-personalized-care .btn-sage,
    .hero-personalized-care .btn-secondary {
        width: 100%;
    }
}
/* Values Section */
.values {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--light) 0%, var(--neutral) 100%);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
  margin-top: 60px;
}
.value-card {
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.value-card:hover {
  border-color: var(--primary);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px var(--primary-dark);
}
.value-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gradient-end) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: var(--bg-color);
  font-size: 40px;
  box-shadow: 0 10px 25px var(--primary);
}
.value-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.value-card p {
  font-size: 16px;
  color: var(--neutral-dark);
  line-height: 1.7;
}
/* Estilos para o modo de edição */
.edit-mode .editable {
  cursor: pointer;
  transition: all 0.3s;
}
.edit-mode .editable:hover {
  background-color: rgba(251, 208, 44, 0.1);
  outline: 1px dashed var(--primary);
  outline-offset: 2px;
}
.edit-mode .editable-active {
  background-color: rgba(251, 208, 44, 0.1);
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
/* Botão de admin flutuante */
#admin-button {
  transition: all 0.3s;
}
#admin-button:hover {
  background-color: var(--primary);
  color: white;
  transform: scale(1.1);
}
/* Botão de WhatsApp flutuante */
#whatsapp-button {
  transition: all 0.3s;
}
#whatsapp-button:hover {
  transform: scale(1.1);
}
/* Estilo pulsante para o botão de WhatsApp */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
#whatsapp-button {
  animation: pulse 2s infinite;
}
/* Sistema de pins */
.pin {
  position: absolute;
  z-index: 40;
  cursor: pointer;
}
.pin-comment {
  background: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  width: 16rem;
}
body.pin-mode {
  cursor: crosshair;
}
/* Customizações do Tema */
.logo img,
.footer-logo img {
    height: 100px !important;
}
