/* Start custom CSS *//* ─── Hero ─── */
.cp-hero {
  background: #00263e;
  padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 5vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 110%, #004e7a 0%, transparent 70%);
  pointer-events: none;
}
.cp-hero__inner {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}
.cp-hero__eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4fc3f7;
  margin-bottom: 16px;
}
.cp-hero__heading {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 1rem + 3vw, 3rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 16px;
}
.cp-hero__sub {
  font-size: clamp(0.9375rem, 0.85rem + 0.4vw, 1.0625rem);
  color: #b0cdd9;
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 auto;
}

/* ─── Before You Write ─── */
.cp-before {
  background: #f7f9fa;
  border: 1px solid #e2ecf1;
  border-radius: 12px;
  padding: 24px;
  max-width: 680px;
  margin: 0 auto;
}
.cp-before__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009dd8;
  margin-bottom: 12px;
}
.cp-before__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.cp-before__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #4f6a7a;
  line-height: 1.5;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}
.cp-before__list li svg { flex-shrink: 0; margin-top: 2px; color: #009dd8; }
.cp-before__list a { color: #007eb0; text-decoration: none; font-weight: 600; }
.cp-before__list a:hover { text-decoration: underline; }

/* ─── Send Us a Message heading ─── */
.cp-form-section {
  max-width: 680px;
  margin: 0 auto;
  padding: 8px 0 8px;
}
.cp-form-section__heading {
  font-family: 'Georgia', serif;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  font-weight: 400;
  color: #00263e;
  margin-bottom: 8px;
  line-height: 1.2;
}
.cp-form-section__lead {
  font-size: 0.9375rem;
  color: #4f6a7a;
  line-height: 1.7;
  margin: 0;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}

/* ─── Who card ─── */
.cp-who {
  background: #00263e;
  border-radius: 14px;
  padding: 28px 24px;
  color: #b0cdd9;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}
.cp-who__heading {
  font-family: 'Georgia', serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}
.cp-who__body {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.cp-who__promise {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 0.9375rem;
  color: #ffffff;
  border-left: 3px solid #009dd8;
  padding-left: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ─── Other ways to reach us ─── */
.cp-info {
  background: #f7f9fa;
  border: 1px solid #e2ecf1;
  border-radius: 14px;
  padding: 24px;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}
.cp-info__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009dd8;
  margin-bottom: 14px;
}
.cp-info__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #4f6a7a;
  line-height: 1.5;
}
.cp-info__row:last-child { margin-bottom: 0; }
.cp-info__row svg { flex-shrink: 0; margin-top: 2px; color: #009dd8; }
.cp-info__row a { color: #007eb0; text-decoration: none; font-weight: 600; }
.cp-info__row a:hover { text-decoration: underline; }

/* ─── Tech note ─── */
.cp-tech {
  background: #fff8e6;
  border: 1px solid #f0d98a;
  border-radius: 14px;
  padding: 20px;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}
.cp-tech__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a7200;
  margin-bottom: 8px;
}
.cp-tech__body {
  font-size: 0.875rem;
  color: #6b5000;
  line-height: 1.65;
  margin: 0;
}

/* ─── Social bar ─── */
.cp-community {
  background: #f0f7fb;
  border-top: 1px solid #cde6f5;
  padding: clamp(32px, 4vw, 48px) clamp(16px, 4vw, 32px);
  text-align: center;
  font-family: 'Work Sans', 'Helvetica Neue', sans-serif;
}
.cp-community__inner { max-width: 660px; margin: 0 auto; }
.cp-community__heading {
  font-family: 'Georgia', serif;
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.4rem);
  font-weight: 400;
  color: #00263e;
  margin-bottom: 8px;
}
.cp-community__body {
  font-size: 0.9rem;
  color: #4f6a7a;
  margin-bottom: 20px;
  line-height: 1.65;
}
.cp-community__links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cp-community__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #b8ddf0;
  color: #00263e;
  background: #ffffff;
  transition: background 180ms, border-color 180ms, color 180ms;
}
.cp-community__link:hover { background: #009dd8; border-color: #009dd8; color: #ffffff; }/* End custom CSS */