@import url('https://fonts.googleapis.com/css2?family=Piazzolla:ital,opsz,wght@0,8..30,400;0,8..30,500;0,8..30,600;1,8..30,400&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

:root {
  --ink: #23303d;
  --ink-soft: #55636f;
  --paper: #f6f5f2;
  --card: #ffffff;
  --line: #d9dfe3;
  --stitch: #b9c3ca;
  --focus: #2c5273;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'IBM Plex Sans', -apple-system, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 460px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--card);
  box-shadow: 0 0 40px rgba(35,48,61,0.06);
}

.band {
  padding: 40px 28px 30px;
  color: #fff;
  position: relative;
}

.mono {
  background-image:
    linear-gradient(180deg, var(--tone-a), var(--tone-b));
}

.crest {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Piazzolla', serif;
  font-size: 22px;
  margin-bottom: 18px;
}

.eyebrow-line {
  font-size: 13px;
  letter-spacing: 0.02em;
  opacity: 0.86;
  margin: 0 0 4px;
}

.name {
  font-family: 'Piazzolla', serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 2px;
}

.role {
  font-size: 14px;
  opacity: 0.86;
  margin: 0;
}

.body {
  padding: 30px 28px 8px;
}

h1.headline {
  font-family: 'Piazzolla', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 25px;
  line-height: 1.28;
  margin: 0 0 14px;
  color: var(--ink);
}

.sub {
  font-size: 15.5px;
  color: var(--ink-soft);
  margin: 0 0 24px;
}

.save-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 10px;
  border: 1.4px solid var(--line);
  background: var(--card);
  color: var(--ink);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 8px;
}
.save-btn svg { flex-shrink: 0; }

.quick-row {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
.quick-row a {
  flex: 1;
  text-align: center;
  padding: 11px 8px;
  border-radius: 10px;
  border: 1.4px solid var(--line);
  color: var(--ink-soft);
  font-size: 13.5px;
  text-decoration: none;
  font-weight: 500;
}

.stitch-divider {
  border: none;
  border-top: 1.5px dashed var(--stitch);
  margin: 0 28px 28px;
}

.offer {
  padding: 0 28px 40px;
}

.offer-label {
  font-family: 'Piazzolla', serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--tone-solid);
}

.offer-copy {
  font-size: 15px;
  color: var(--ink-soft);
  margin: 0 0 22px;
}

.offer-copy strong { color: var(--ink); font-weight: 600; }

form { display: flex; flex-direction: column; gap: 12px; }

label {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: -6px;
}

input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 9px;
  border: 1.4px solid var(--line);
  font-size: 15px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--ink);
  background: var(--paper);
}
input:focus, select:focus {
  outline: none;
  border-color: var(--focus);
  background: #fff;
}

.hp-field { position: absolute; left: -9999px; }

.submit-btn {
  margin-top: 6px;
  padding: 14px 18px;
  border: none;
  border-radius: 10px;
  background: var(--tone-solid);
  color: #fff;
  font-size: 15.5px;
  font-weight: 600;
  font-family: 'IBM Plex Sans', sans-serif;
  cursor: pointer;
}
.submit-btn:active { opacity: 0.9; }

.microcopy {
  font-size: 12.5px;
  color: #8b97a1;
  margin-top: 10px;
  text-align: center;
}

footer {
  padding: 26px 28px 40px;
  border-top: 1px solid var(--line);
}
.footer-name {
  font-family: 'Piazzolla', serif;
  font-size: 16px;
  margin: 0 0 6px;
}
.footer-meta {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 3px;
}
.footer-meta a { color: var(--ink-soft); }

.switch-link {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 18px;
  text-decoration: underline;
}

.success-box {
  display: none;
  padding: 22px;
  border-radius: 12px;
  background: var(--paper);
  border: 1.4px solid var(--line);
  text-align: center;
}
.success-box h2 {
  font-family: 'Piazzolla', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  margin: 0 0 8px;
}
.success-box p { font-size: 14px; color: var(--ink-soft); margin: 0; }
