*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --creme: #f4f1eb;
  --creme2: #e8e2d5;
  --musgo: #4a5e45;
  --musgo-dark: #2e3d2a;
  --musgo-light: #7a9474;
  --musgo-pale: #b8cab5;
  --terra: #8b7355;
  --text: #1e2a1a;
  --text-light: #5a6e55;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--creme);
  color: var(--text);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(74,94,69,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 80px;
  position: relative;
  z-index: 2;
  animation: fadeInLeft 1s ease both;
}

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px 60px 40px;
  animation: fadeInRight 1s ease 0.3s both;
}

.crp-badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--musgo);
  border: 1px solid var(--musgo-pale);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 32px;
  width: fit-content;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--musgo-dark);
  margin-bottom: 12px;
}

.hero-title em {
  font-style: italic;
  color: var(--musgo);
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.5;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 420px;
  margin-bottom: 48px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--musgo-dark);
  color: var(--creme);
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: fit-content;
  box-shadow: 0 8px 30px rgba(46,61,42,0.25);
}

.btn-whatsapp:hover {
  background: var(--musgo);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(46,61,42,0.35);
}

.btn-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }

/* FOTO HERO */
.hero-photo-wrap {
  position: relative;
  width: 380px;
  height: 480px;
}

.hero-photo-wrap::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px;
  width: 100%; height: 100%;
  border-radius: 24px;
  border: 2px solid var(--musgo-pale);
  z-index: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(46,61,42,0.18);
}

.hero-photo-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: white;
  border-radius: 16px;
  padding: 16px 20px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(46,61,42,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #4caf50;
  animation: pulse 2s infinite;
}

.badge-text { font-size: 13px; font-weight: 500; color: var(--musgo-dark); }
.badge-sub { font-size: 11px; color: var(--text-light); }

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(76,175,80,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(76,175,80,0); }
}

.floating-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--musgo-pale);
  opacity: 0.4;
  animation: float 6s ease-in-out infinite;
}
.dot1 { width: 80px; height: 80px; top: -20px; right: -20px; animation-delay: 0s; }
.dot2 { width: 40px; height: 40px; bottom: 60px; right: -30px; animation-delay: 2s; background: var(--musgo); opacity: 0.15; }

/* DIVIDER */
.divider {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 80px;
  opacity: 0.25;
}
.divider-line { flex: 1; height: 1px; background: var(--musgo); }
.divider-icon { font-size: 18px; }

/* SOBRE */
.sobre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}

.sobre-img {
  position: relative;
  overflow: hidden;
}

.sobre-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.sobre-img:hover img { transform: scale(1.03); }

.sobre-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(244,241,235,0.3));
}

.sobre-content {
  background: white;
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--musgo);
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 300;
  color: var(--musgo-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}

.sobre-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 16px;
}

/* ESPECIALIDADES */
.section {
  padding: 80px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.spec-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--creme2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.spec-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--musgo-light), var(--musgo-dark));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.spec-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(46,61,42,0.1); }
.spec-card:hover::after { transform: scaleX(1); }

.spec-icon { font-size: 32px; margin-bottom: 16px; }
.spec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--musgo-dark);
  margin-bottom: 10px;
}
.spec-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* ABORDAGEM */
.abordagem {
  background: var(--musgo-dark);
  color: var(--creme);
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.abordagem::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(122,148,116,0.15);
}

.abordagem .section-label { color: var(--musgo-pale); }
.abordagem .section-title { color: var(--creme); margin-bottom: 24px; }

.abordagem-desc {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(244,241,235,0.75);
  max-width: 600px;
}

/* MODALIDADES */
.modalidades {
  padding: 80px;
  background: white;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.modal-card {
  background: var(--creme);
  border-radius: 20px;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s;
}

.modal-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(46,61,42,0.08); }

.modal-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--musgo-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--musgo-dark);
  margin-bottom: 8px;
}
.modal-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* CTA FINAL */
.cta-section {
  padding: 100px 80px;
  text-align: center;
  background: linear-gradient(135deg, var(--creme) 0%, var(--creme2) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '✦';
  position: absolute;
  font-size: 200px;
  color: var(--musgo-pale);
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 300;
  color: var(--musgo-dark);
  margin-bottom: 20px;
  position: relative;
}

.cta-subtitle {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 48px;
  line-height: 1.7;
  position: relative;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #25D366;
  color: white;
  text-decoration: none;
  padding: 20px 48px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  box-shadow: 0 10px 40px rgba(37,211,102,0.3);
  position: relative;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(37,211,102,0.4);
}

.btn-cta svg { width: 24px; height: 24px; fill: currentColor; }

/* FOOTER */
footer {
  background: var(--musgo-dark);
  color: rgba(244,241,235,0.6);
  text-align: center;
  padding: 28px;
  font-size: 13px;
}

footer span { color: var(--musgo-pale); }

/* ANIMAÇÕES */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 28px 40px; }
  .hero-right { padding: 0 28px 60px; justify-content: center; }
  .hero-photo-wrap { width: 100%; max-width: 320px; height: 380px; }
  .sobre { grid-template-columns: 1fr; }
  .sobre-img { height: 300px; }
  .section, .abordagem, .modalidades, .cta-section { padding: 60px 28px; }
  .sobre-content { padding: 48px 28px; }
  .divider { padding: 0 28px; }
  .modal-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
}