:root {
  --dark: #111110;
  --dark-2: #191a18;
  --dark-3: #22231f;
  --cream: #f4ead8;
  --cream-2: #fff8ec;
  --cream-3: #dfcfb7;
  --teal: #16b7b1;
  --teal-2: #0f8f8a;
  --teal-3: #28d0c8;
  --muted: rgba(244, 234, 216, 0.78);
  --line: rgba(244, 234, 216, 0.26);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Pacifico", cursive;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 183, 177, 0.14), transparent 34%),
    radial-gradient(circle at 18% 90%, rgba(244, 234, 216, 0.16), transparent 28%),
    linear-gradient(135deg, #f8f4ee, #e9dfd2);
}

button,
a,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.page {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px 14px;
  position: relative;
  overflow-x: hidden;
}

.card {
  width: min(100%, 430px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 36px;
  padding: 24px 22px 22px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 248, 236, 0.07), transparent 24%),
    linear-gradient(180deg, #20211e 0%, #10100f 52%, #181916 100%);
  border: 2px solid rgba(22, 183, 177, 0.78);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(244, 234, 216, 0.08);
}

.card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 30px;
  border: 1px solid rgba(244, 234, 216, 0.08);
  pointer-events: none;
  z-index: -1;
}

.ambient {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 183, 177, 0.28), transparent 66%);
  filter: blur(2px);
  z-index: -2;
}

.ambient-one {
  top: -72px;
  left: -72px;
}

.ambient-two {
  right: -80px;
  bottom: 150px;
  opacity: 0.65;
}

.paw-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.paw-pattern span {
  position: absolute;
  color: rgba(244, 234, 216, 0.07);
  font-size: 34px;
}

.paw-pattern span:nth-child(1) {
  top: 60px;
  left: 18px;
}

.paw-pattern span:nth-child(2) {
  top: 118px;
  right: 38px;
  color: rgba(22, 183, 177, 0.22);
}

.paw-pattern span:nth-child(3) {
  top: 206px;
  left: 42px;
  transform: rotate(-18deg);
}

.paw-pattern span:nth-child(4) {
  top: 174px;
  right: 24px;
  transform: rotate(14deg);
}

.paw-pattern span:nth-child(5) {
  bottom: 164px;
  left: 30px;
  color: rgba(22, 183, 177, 0.14);
}

.hero {
  text-align: center;
  position: relative;
}

.logo-wrap {
  width: 178px;
  height: 178px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 234, 216, 0.24), transparent 62%),
    linear-gradient(135deg, rgba(22, 183, 177, 0.55), rgba(244, 234, 216, 0.22));
  border: 2px solid rgba(244, 234, 216, 0.68);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.34),
    0 0 0 7px rgba(22, 183, 177, 0.16),
    0 0 0 10px rgba(244, 234, 216, 0.06);
}

.logo {
  width: 166px;
  height: 166px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.34));
}

.brand-title h1 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(42px, 12vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--cream-2);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.34);
}

.brand-title strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.brand-title strong span {
  color: var(--teal-3);
  font-size: 18px;
}

.script-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 10px;
  font-family: var(--script);
  font-size: 25px;
  color: var(--teal-3);
  line-height: 1.1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.24);
}

.script-title::before,
.script-title::after {
  content: "";
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal-3));
}

.script-title::after {
  background: linear-gradient(90deg, var(--teal-3), transparent);
}

.mini-badge {
  width: 35px;
  height: 35px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--dark);
  background: var(--cream-2);
  border: 2px solid rgba(244, 234, 216, 0.88);
  box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.08), 0 8px 18px rgba(0, 0, 0, 0.2);
}

.hero-copy {
  margin: 0 auto 18px;
  max-width: 300px;
  color: var(--cream-2);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.05;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.24);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 16px;
}

.quick-btn {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  border: 2px solid rgba(244, 234, 216, 0.74);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.quick-btn:hover,
.quick-btn:focus-visible,
.whatsapp-submit:hover,
.whatsapp-submit:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.32), 0 0 0 4px rgba(22, 183, 177, 0.12);
  outline: none;
}

.quick-btn:active,
.whatsapp-submit:active {
  transform: translateY(0);
}

.quick-btn .icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
}

.quick-btn.teal {
  color: var(--cream-2);
  background: linear-gradient(135deg, var(--teal-3), var(--teal-2));
}

.quick-btn.teal .icon {
  color: var(--dark);
  background: rgba(244, 234, 216, 0.9);
}

.quick-btn.cream {
  color: var(--teal-2);
  background: linear-gradient(135deg, var(--cream-2), var(--cream));
}

.quick-btn.cream .icon {
  color: var(--teal-2);
  background: rgba(22, 183, 177, 0.13);
}

.form-card {
  position: relative;
  margin-top: 8px;
  padding: 18px 18px 16px;
  color: var(--dark);
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 183, 177, 0.10), transparent 32%),
    linear-gradient(180deg, var(--cream-2), var(--cream));
  border-radius: 24px;
  border: 2px solid rgba(17, 17, 16, 0.78);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 4px rgba(255, 255, 255, 0.42),
    inset 0 0 0 7px rgba(22, 183, 177, 0.08);
}

.form-card::before {
  content: "🐾";
  position: absolute;
  top: -24px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--dark);
  font-size: 24px;
  background: linear-gradient(135deg, var(--teal-3), var(--teal-2));
  border: 3px solid var(--dark);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.form-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
}

.form-title-row span {
  color: var(--teal-2);
  font-size: 22px;
}

.form-title-row h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  color: var(--dark);
}

.title-line {
  width: 58px;
  height: 3px;
  border-radius: 99px;
  margin: 8px auto 14px;
  background: var(--teal-2);
}

.lead-form {
  display: grid;
  gap: 10px;
}

.field {
  position: relative;
  display: block;
}

.field-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  color: var(--dark);
  opacity: 0.9;
  font-size: 20px;
}

.field input,
.field textarea {
  width: 100%;
  border: 1.5px solid rgba(17, 17, 16, 0.26);
  border-radius: 14px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.46);
  padding: 13px 14px 13px 48px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field textarea {
  min-height: 84px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(17, 17, 16, 0.55);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--teal-2);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(22, 183, 177, 0.14);
}

.whatsapp-submit {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 4px;
  border-radius: 17px;
  color: var(--cream-2);
  font-weight: 900;
  font-size: 16px;
  background: linear-gradient(135deg, var(--teal-3), var(--teal-2));
  box-shadow: 0 10px 20px rgba(15, 143, 138, 0.32), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.whats-mini {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--cream-2);
}

.footer-info {
  margin-top: 17px;
}

.divider-heart {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-3);
  margin-bottom: 12px;
}

.divider-heart span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 183, 177, 0.9), transparent);
}

.divider-heart b {
  font-size: 20px;
  line-height: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 12px;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
}

.footer-item svg {
  margin-top: 1px;
  flex: 0 0 auto;
  font-size: 23px;
  color: var(--teal-3);
}

.footer-item p {
  margin: 0;
  min-width: 0;
}

.footer-item strong,
.footer-item small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-item strong {
  color: var(--cream-2);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.footer-item small {
  margin-top: 2px;
  color: rgba(244, 234, 216, 0.78);
  font-size: 12px;
  line-height: 1.25;
}

.family-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  padding: 9px 12px;
  max-width: 340px;
  color: var(--teal-3);
  border: 1px solid var(--teal-2);
  border-radius: 999px;
  background: rgba(22, 183, 177, 0.08);
  font-family: var(--script);
  font-size: 16px;
  line-height: 1.15;
}

.family-line span {
  font-family: var(--sans);
  color: var(--cream);
}

.float-whatsapp {
  position: fixed;
  right: max(18px, calc((100vw - 430px) / 2 - 62px));
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cream-2);
  background: linear-gradient(135deg, var(--teal-3), var(--teal-2));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(244, 234, 216, 0.86);
  font-size: 31px;
  text-decoration: none;
  z-index: 5;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  max-width: min(92vw, 380px);
  transform: translate(-50%, 24px);
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--cream-2);
  background: rgba(17, 17, 16, 0.93);
  border: 1px solid rgba(22, 183, 177, 0.42);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
  font-size: 14px;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 420px) {
  .page {
    padding: 0;
    place-items: stretch;
  }

  .card {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 22px 16px 24px;
  }

  .card::before {
    inset: 8px;
    border-radius: 24px;
  }

  .logo-wrap {
    width: 164px;
    height: 164px;
  }

  .logo {
    width: 153px;
    height: 153px;
  }

  .brand-title h1 {
    font-size: 44px;
  }

  .brand-title strong {
    font-size: 31px;
  }

  .script-title {
    font-size: 23px;
  }

  .script-title::before,
  .script-title::after {
    width: 45px;
  }

  .hero-copy {
    font-size: 22px;
  }

  .quick-actions {
    gap: 10px;
  }

  .quick-btn {
    min-height: 54px;
    font-size: 14px;
    gap: 7px;
  }

  .quick-btn .icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .form-card {
    padding: 18px 14px 14px;
  }

  .form-title-row h2 {
    font-size: 29px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .float-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 350px) {
  .quick-actions {
    grid-template-columns: 1fr;
  }

  .brand-title h1 {
    font-size: 39px;
  }
}
