:root {
  color-scheme: light;
  --bg: #f8fbf8;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --text: #101f1b;
  --muted: #64766f;
  --line: #dbe9e3;
  --primary: #0f766e;
  --primary-dark: #0b5f59;
  --accent: #eab308;
  --shadow: 0 24px 70px rgba(19, 59, 49, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.15), transparent 30rem),
    radial-gradient(circle at 85% 12%, rgba(234, 179, 8, 0.13), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site {
  min-height: 100vh;
  padding: env(safe-area-inset-top) clamp(1rem, 4vw, 3rem) 2rem;
}

.site-header,
.hero,
.section,
.site-footer,
.page {
  max-width: 76rem;
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 44%),
    linear-gradient(135deg, #0f766e, #14b8a6 60%, #facc15);
  color: white;
  font-size: 1.25rem;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
}

.brand-title {
  display: block;
  background: linear-gradient(90deg, var(--text), var(--primary) 58%, #b77905);
  background-clip: text;
  color: transparent;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 950;
  line-height: 1.05;
}

.brand-subtitle,
.muted {
  color: var(--muted);
}

.brand-subtitle {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav a,
.button {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999rem;
  background: var(--surface);
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100vh - 9rem);
  padding: 2rem 0 3rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 9vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 35rem;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trust-row span,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.68);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.phone-preview {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 243, 0.7)),
    radial-gradient(circle at 50% 16%, rgba(20, 184, 166, 0.18), transparent 14rem);
  box-shadow: var(--shadow);
  padding: 1.1rem;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.mini-title strong {
  display: block;
  font-size: 1rem;
}

.mini-title small {
  color: var(--muted);
  font-weight: 800;
}

.mic-orb {
  display: grid;
  width: 10rem;
  height: 10rem;
  margin: 1.3rem auto;
  place-items: center;
  border-radius: 999rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(135deg, #0f766e, #14b8a6 60%, #facc15);
  box-shadow: 0 24px 55px rgba(15, 118, 110, 0.26);
}

.mic-line {
  position: relative;
  width: 2rem;
  height: 4.2rem;
  border: 0.42rem solid white;
  border-radius: 999rem;
}

.mic-line::before {
  position: absolute;
  left: 50%;
  bottom: -1.45rem;
  width: 0.42rem;
  height: 1.35rem;
  border-radius: 999rem;
  background: white;
  content: "";
  transform: translateX(-50%);
}

.mic-line::after {
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 4rem;
  height: 2rem;
  border: 0.42rem solid white;
  border-top: 0;
  border-radius: 0 0 999rem 999rem;
  content: "";
  transform: translateX(-50%);
}

.preview-card {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.preview-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 3.4rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--surface-solid);
  font-weight: 950;
}

.preview-item small {
  color: var(--muted);
  font-weight: 800;
}

.section {
  padding: 2.2rem 0;
}

.section h2,
.page h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.98;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.card {
  min-height: 11rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(19, 59, 49, 0.08);
}

.card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.card p,
.page p,
.page li {
  color: var(--muted);
  line-height: 1.55;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.price-card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface);
}

.price-card.featured {
  border-color: rgba(15, 118, 110, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 243, 0.76));
  box-shadow: var(--shadow);
}

.price {
  margin: 0.55rem 0;
  font-size: 2rem;
  font-weight: 950;
}

.price span {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-links a {
  color: var(--primary-dark);
  font-weight: 900;
  text-decoration: none;
}

.page {
  min-height: calc(100vh - 12rem);
  padding: 2rem 0 3rem;
}

.page-card {
  max-width: 48rem;
  padding: clamp(1rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.page-card ul {
  padding-left: 1.2rem;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.6rem;
}

.contact-form label {
  display: grid;
  gap: 0.32rem;
  color: var(--text);
  font-weight: 900;
}

.contact-form span {
  font-size: 0.86rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--surface-solid);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.contact-form input {
  min-height: 2.8rem;
  padding: 0 0.85rem;
}

.contact-form textarea {
  min-height: 8rem;
  padding: 0.75rem 0.85rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(15, 118, 110, 0.55);
  box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.12);
}

.contact-form .button {
  width: max-content;
  border: 0;
  cursor: pointer;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.is-hidden {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 850;
}

.form-status[data-type="success"] {
  color: var(--primary-dark);
}

.form-status[data-type="error"] {
  color: #b83d0d;
}

@media (max-width: 760px) {
  .site {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .site-header {
    align-items: flex-start;
  }

  .nav a:not(.button) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.1rem;
  }

  h1 {
    max-width: 9ch;
  }

  .phone-preview {
    min-height: auto;
    border-radius: 1.4rem;
  }

  .mic-orb {
    width: 8rem;
    height: 8rem;
  }

  .cards,
  .pricing {
    grid-template-columns: 1fr;
  }
}
