@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800;900&display=swap");

:root {
  font-synthesis: none;
  --m53-atlantic: #0066cc;
  --m53-turquoise: #00b8a9;
  --m53-energy: #ff6b35;
  --m53-deep: #0f172a;
  --m53-muted: #64748b;
  --m53-light: #f8fafc;
}

body {
  color: var(--m53-deep);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--m53-deep);
  font-family: Poppins, Inter, system-ui, sans-serif;
}

.m53-cta,
.m53-simple-form button {
  align-items: center;
  background: var(--m53-energy);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.m53-cta:hover,
.m53-simple-form button:hover {
  box-shadow: 0 14px 30px rgb(15 23 42 / 16%);
  color: #fff;
  transform: translateY(-1px);
}

.m53-form-embed {
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}

.m53-simple-form {
  background: var(--m53-light);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  max-width: 520px;
  padding: 24px;
}

.m53-simple-form label {
  color: var(--m53-deep);
  font-size: 14px;
  font-weight: 700;
}

.m53-simple-form input[type="text"],
.m53-simple-form input[type="email"],
.m53-simple-form input[type="tel"] {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 16px;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.m53-simple-form input:focus {
  border-color: var(--m53-atlantic);
  outline: none;
}

.m53-checkbox {
  align-items: flex-start;
  color: var(--m53-muted);
  display: flex;
  gap: 10px;
  font-weight: 500;
}
