/*
Theme Name: Nutrição Gestacional
Theme URI: https://www.nutricaogestacional.com.br
Author: Caroline Fernandes & Antigravity
Author URI: https://www.nutricaogestacional.com.br
Description: Tema premium customizado para a clínica Nutrição Gestacional (NUTRICAO GESTACIONAL LTDA). Cuidado especializado para gestantes, nutrição pré-concepcional e suporte à amamentação na Savassi, Belo Horizonte.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nutricao-gestacional
Tags: responsive-layout, custom-menu, translation-ready, accessibility-ready
*/

/* Import dynamic styles from theme assets */
@import url('assets/css/style.css');

/* Gradient primary button */
.btn--primary {
  background: linear-gradient(135deg, #6dd4d9, #47adb2, #2f8a8f);
}

/* Radial gradient section divider */
hr {
  height: 2px;
  border: none;
  background: linear-gradient(90deg, transparent, var(--primary) 50%, transparent);
}

/* Hero corner decorative touch */
.hero__image-wrap::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: #d0b370; /* gold accent */
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Watermark low opacity */
.watermark-decor {
  opacity: 0.07;
}
