body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; margin:0; color:#222; }
.container { max-width: 980px; margin: 0 auto; padding: 1rem; }
.site-header, .site-footer { background: #09a016ab; color: #fff; }
.site-header a { color:#fff; text-decoration:none; margin-right:1rem; }
.brand { font-weight:700; margin-right:2rem; }
.hero { padding:2rem 0; }
.btn { background:#09a016ab; color:#0a0a0a; padding:.6rem 1rem; border:none; border-radius:4px; text-decoration:none; display:inline-block; font-weight:600; }
.btn:hover { filter:brightness(0.95); }
.btn-secondary { background:#f3f4f6; color:#111; padding:.55rem .9rem; border:1px solid #d1d5db; border-radius:4px; cursor:pointer; font-weight:500; }
.btn-secondary:hover { background:#e5e7eb; }
.field { margin: 1rem 0; }
.note { color:#666; font-size:.9rem; }
.note.success { color:#047857; }
.note.error { color:#b91c1c; }
.promo-row { display:flex; gap:.5rem; align-items:center; }
.promo-row input { flex:1; padding:.55rem .6rem; border:1px solid #ccc; border-radius:4px; }
.price-note { font-size:1.1rem; font-weight:600; margin:1rem 0; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap: 1rem; }
.grid-3 { display:grid; grid-template-columns:2fr 1fr auto; gap: .5rem; align-items:center; }
.field-label-with-help { display:flex; align-items:center; gap:.4rem; }
.help-toggle { position:relative; display:inline-flex; }
.help-trigger { width:1.4rem; height:1.4rem; border-radius:50%; border:1px solid #9ca3af; background:#f3f4f6; color:#111; font-size:.9rem; line-height:1; display:flex; align-items:center; justify-content:center; cursor:help; padding:0; }
.help-trigger:hover, .help-trigger:focus { background:#e5e7eb; border-color:#4b5563; }
.help-trigger span { display:block; }
.help-tooltip { visibility:hidden; opacity:0; position:absolute; top:100%; left:50%; transform:translate(-50%, .5rem); background:#111827; color:#f9fafb; padding:.5rem .75rem; border-radius:6px; font-size:.85rem; line-height:1.3; width: min(22rem, 70vw); box-shadow:0 12px 24px rgba(15,23,42,.24); transition:opacity .15s ease, transform .15s ease; z-index:10; }
.help-tooltip::after { content:""; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); border-width:6px; border-style:solid; border-color:transparent transparent #111827 transparent; }
.help-toggle:hover .help-tooltip,
.help-toggle:focus-within .help-tooltip { visibility:visible; opacity:1; transform:translate(-50%, 0.2rem); }
.actions { margin-top:1rem; }
.table { width:100%; border-collapse: collapse; }
.table th, .table td { border:1px solid #ddd; padding:.4rem .5rem; font-size:.9rem; }
.spinner { padding:.5rem 0; }

.addon-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.addon-checkbox input {
  width: 1rem;
  height: 1rem;
}
.addon-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Landing page overrides */
.landing {
  margin: 0 auto;
  padding: 0;
}

.section {
  padding: 4rem clamp(1.5rem, 4vw, 3.5rem);
}

.section:first-of-type {
  padding-top: 0;
}

.hero {
  background: linear-gradient(135deg, #0b7a4b 0%, #12a86a 40%, #e2f7ec 100%);
  color: #0e1f16;
  padding: clamp(6rem, 12vw, 8rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35) 0, rgba(255,255,255,0) 45%),
              radial-gradient(circle at 80% 10%, rgba(255,255,255,0.3) 0, rgba(255,255,255,0) 55%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.hero-subhead {
  font-size: 1.2rem;
  color: rgba(14, 31, 22, 0.9);
  margin-bottom: 1rem;
}

.hero-body {
  font-size: 1rem;
  color: rgba(14, 31, 22, 0.85);
  max-width: 540px;
}

.hero-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.price-callout {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.discount-price {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  color: #0b7a4b;
}

.hero .discount-price {
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.price-note {
  font-size: 1rem;
  color: rgba(14, 31, 22, 0.75);
}

.price-note strong {
  font-weight: 700;
}

.price-compare .regular-price {
  text-decoration: line-through;
  color: rgba(14, 31, 22, 0.5);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-caption {
  font-size: 0.95rem;
  color: rgba(14, 31, 22, 0.75);
  max-width: 380px;
}

.hero-visual {
  display: grid;
  gap: 1.5rem;
}

.hero-visual-image {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(11, 122, 75, 0.3);
  background: rgba(255, 255, 255, 0.35);
}

.hero-visual-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  box-shadow: 0 25px 55px rgba(11, 122, 75, 0.18);
  align-self: center;
}

.hero-card-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.hero-card-list li {
  position: relative;
  padding-left: 1.75rem;
  color: rgba(14, 31, 22, 0.85);
}

.hero-card-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0f8d57;
}

.hero-card-footer {
  margin-top: 1.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 141, 87, 0.12);
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0b7a4b;
}

.promo-pill {
  display: inline-flex;
  background: rgba(255,255,255,0.8);
  color: #0b7a4b;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  box-shadow: 0 10px 25px rgba(15, 58, 47, 0.1);
}

.section-header {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.75rem;
}

.section-header p {
  color: rgba(30, 41, 59, 0.7);
  font-size: 1rem;
}

.eyebrow {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: #0f8d57;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-grid,
.benefit-grid,
.sample-grid,
.trust-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.step-card,
.benefit-card,
.trust-card,
.sample-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 12px 30px rgba(15, 34, 58, 0.08);
}

.step-icon,
.benefit-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.benefit-card h3,
.step-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.step-card p,
.benefit-card p {
  color: rgba(30, 41, 59, 0.75);
}

.step-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.sample {
  background: linear-gradient(180deg, rgba(236, 248, 242, 0.9), rgba(255, 255, 255, 0.95));
}

.sample-card {
  padding: 1.5rem;
}

.sample-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28, 54, 77, 0.16);
}

.sample-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.sample-card figcaption {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: rgba(30, 41, 59, 0.75);
}

.pdf-preview-card {
  margin: 2.5rem auto 0;
  max-width: 720px;
  background: #fff;
  border-radius: 20px;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  box-shadow: 0 28px 60px rgba(28, 54, 77, 0.12);
  display: grid;
  gap: 1.4rem;
  border: 1px solid rgba(15, 141, 87, 0.16);
}

.pdf-preview-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.pdf-preview-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(18, 32, 47, 0.95);
}

.pdf-preview-score {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.pdf-score-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b7a4b;
}

.pdf-score-tag {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 141, 87, 0.12);
  color: #0b7a4b;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pdf-preview-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: rgba(30, 41, 59, 0.78);
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.pdf-preview-footer {
  margin-top: 1.2rem;
  font-size: 0.85rem;
  color: rgba(30, 41, 59, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.sample-details ul {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
  max-width: 620px;
  display: grid;
  gap: 0.75rem;
}

.sample-details li {
  position: relative;
  padding-left: 1.75rem;
  color: rgba(30, 41, 59, 0.75);
}

.sample-details li::before {
  content: "•";
  position: absolute;
  left: 0.4rem;
  top: 0;
  color: #0f8d57;
  font-size: 1.4rem;
  line-height: 1;
}

.trust-card ul {
  list-style: disc;
  padding-left: 1.3rem;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  color: rgba(30, 41, 59, 0.75);
  font-size: 0.95rem;
}

.trust-highlight {
  background: linear-gradient(135deg, rgba(15, 141, 87, 0.05), rgba(15, 141, 87, 0.18));
  border: 1px solid rgba(15, 141, 87, 0.25);
  color: rgba(11, 51, 29, 0.9);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.mailing {
  background: linear-gradient(135deg, rgba(12, 63, 41, 0.92), rgba(12, 63, 41, 0.82)), url('../images/samplemap.png');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.mailing-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 3vw, 3rem);
  background: rgba(9, 33, 21, 0.82);
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.mailing-copy p {
  color: rgba(255, 255, 255, 0.85);
}

.mailing-deadline {
  font-weight: 600;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
}

.mailing-form {
  display: grid;
  gap: 1rem;
}

.input-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.mailing-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
}

.mailing-form input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 26, 17, 0.6);
  color: #fff;
  font-size: 1rem;
}

.mailing-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.mailing-form button {
  margin-top: 0.5rem;
}

.form-status {
  font-size: 0.9rem;
  min-height: 1.1rem;
}

.form-status.info {
  color: rgba(255, 255, 255, 0.8);
}

.form-status.success {
  color: #9ff0c6;
}

.form-status.error {
  color: #ff9f9f;
}

.closing {
  background: #ffffff;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
}

.closing-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}

.closing-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b7a4b 0%, #15b870 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.8rem 1.9rem;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(11, 122, 75, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 0;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(11, 122, 75, 0.35);
}

.closing-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.95rem;
  color: rgba(30, 41, 59, 0.6);
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

@media (max-width: 720px) {
  .hero-card,
  .step-card,
  .benefit-card,
  .trust-card,
  .sample-card {
    padding: 1.5rem;
  }

  .hero-visual {
    order: -1;
  }

  .section {
    padding: 3rem 1.5rem;
  }

  .mailing-card {
    padding: 2rem;
  }

  .hero-actions {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .hero-pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .closing-actions {
    width: 100%;
  }
}
