/* ConnectPlus marketing placeholder — temporary until real site replaces these files. */
:root {
  --ink: #0c1f1a;
  --paper: #e8f2ee;
  --leaf: #1a6b4a;
  --mist: #c5ddd2;
  --muted: #3d5a4f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 70% at 10% 0%, var(--mist) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, #b8d4c8 0%, transparent 50%),
    linear-gradient(165deg, #f4faf7 0%, var(--paper) 45%, #d5e8df 100%);
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.5rem);
  max-width: 40rem;
}

.brand {
  margin: 0 0 0.75rem;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--leaf);
}

h1 {
  margin: 0 0 1.25rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1.15;
  color: var(--ink);
}

.pitch {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 34rem;
}

.contact {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.contact a {
  color: var(--leaf);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact a:hover {
  color: var(--ink);
}
