html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.linktree-btn {
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(100, 11, 7, 0.22);
  background: #ffffff;
  color: #000000;
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.linktree-btn:hover {
  border-color: rgba(232, 201, 154, 0.8);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.linktree-btn:active {
  transform: scale(0.98);
}

.linktree-btn-primary {
  background: #640B07;
  color: #ffffff;
}

.mobile-accordion[open] .linktree-btn {
  border-color: #E8C99A;
  background: #640B07;
  color: #ffffff;
}

.mobile-panel {
  margin-top: 0.75rem;
  border: 1px solid rgba(100, 11, 7, 0.16);
  border-radius: 1.1rem;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.mobile-panel h2 {
  margin: 0 0 0.75rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.mobile-panel p {
  margin: 0;
  color: rgba(0, 0, 0, 0.74);
  line-height: 1.65;
}

.section-kicker {
  color: #640B07;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin-top: 0.8rem;
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.12;
}

.service-card {
  min-height: 18rem;
  border-radius: 1rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
}

.service-card .material-symbols-outlined {
  color: #640B07;
  font-size: 2.2rem;
}

.service-card h3 {
  margin: 1.2rem 0 0.75rem;
  color: #000000;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.service-card p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.65;
}

.faq-card {
  border: 1px solid rgba(100, 11, 7, 0.18);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.25rem 1.4rem;
}

.faq-card summary {
  cursor: pointer;
  color: #000000;
  font-weight: 800;
}

.faq-card p {
  margin-top: 0.8rem;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.65;
}

.whatsapp-frame {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.whatsapp-frame-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #640B07;
  color: #ffffff;
  padding: 1rem 1.1rem;
}

.whatsapp-frame-header img {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 999px;
  background: #ffffff;
  object-fit: contain;
}

.whatsapp-frame-header strong,
.whatsapp-frame-header span {
  display: block;
}

.whatsapp-frame-header span {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.whatsapp-frame-body {
  min-height: 11rem;
  padding: 1.15rem;
  background: #E8C99A;
}

.whatsapp-frame-body p {
  max-width: 22rem;
  border-radius: 0 1rem 1rem 1rem;
  background: #ffffff;
  padding: 0.9rem 1rem;
  color: #000000;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.whatsapp-frame-compose {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  background: #ffffff;
  padding: 0.9rem;
}

.whatsapp-frame-compose textarea {
  min-height: 3.4rem;
  max-height: 9rem;
  flex: 1;
  resize: vertical;
  border: 1px solid rgba(100, 11, 7, 0.22);
  border-radius: 0.9rem;
  background: #ffffff;
  color: #000000;
  font: inherit;
  padding: 0.9rem 1rem;
}

.whatsapp-frame-compose textarea:focus {
  border-color: #640B07;
  box-shadow: 0 0 0 3px rgba(232, 201, 154, 0.7);
  outline: none;
}

.whatsapp-frame-compose button {
  display: inline-flex;
  height: 3.35rem;
  width: 3.35rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #640B07;
  color: #ffffff;
  cursor: pointer;
}

.meuweb-credit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.meuweb-credit p {
  color: #E8C99A;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.meuweb-credit:hover p,
.meuweb-credit:focus-within p {
  opacity: 1;
  transform: translateY(0);
}

.meuweb-credit a {
  color: #ffffff;
  font-family: "Oleo Script Swash Caps", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.meuweb-credit-footer {
  align-items: flex-end;
}

.meuweb-credit-footer a {
  color: #ffffff;
}

@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(232, 201, 154, 0.36), transparent 26rem),
      #ffffff;
  }
}
