/* Page styles for https://earthgrid.com/billing (loaded by grid.php). */
/* ---------------------------------------------------------------------------
   Billing page. Everything sits on the dark translucent container, so the
   palette is light text on transparent white panels.
   All classes prefixed .bill- so nothing collides with style.css.
--------------------------------------------------------------------------- */
.bill-wrap { max-width: 940px; margin: 0 auto; padding: 10px 10px 30px; color: #f2f2f2; text-align: left; }
.bill-wrap p { color: #e8e8e8; font-size: 17px; line-height: 1.7; }

.bill-hero { text-align: center; padding: 18px 0 30px; }
.bill-hero h1 {
  color: #fff; font-size: 54px; line-height: 1.05; margin: 0 0 14px;
  letter-spacing: 6px; text-transform: uppercase; font-weight: bold;
}
.bill-hero p { font-size: 21px; line-height: 1.45; color: #ddedfb; margin: 0; }

/* Chooser cards */
.bill-pick { display: flex; flex-wrap: wrap; gap: 16px; margin: 0 0 10px; }
.bill-card {
  flex: 1 1 240px;
  display: block;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 22px 20px;
  text-decoration: none;
  transition: all .15s ease;
}
.bill-card:hover, .bill-card:focus {
  background: rgba(92,184,92,0.16);
  border-color: #5cb85c;
  transform: translateY(-3px);
  text-decoration: none;
}
.bill-card-featured { background: rgba(92,184,92,0.13); border-color: #5cb85c; }
.bill-num {
  display: inline-block; width: 28px; height: 28px; line-height: 28px;
  border-radius: 50%; background: #5cb85c; color: #fff;
  font-size: 14px; font-weight: bold; text-align: center; margin-bottom: 12px;
}
.bill-card-title { display: block; font-size: 20px; font-weight: bold; line-height: 1.25; color: #fff; margin-bottom: 7px; }
.bill-card-note  { display: block; font-size: 14px; line-height: 1.5; color: #c9d4dd; }

/* Sections */
.bill-sec { padding: 34px 0 10px; border-top: 1px solid rgba(255,255,255,0.14); margin-top: 30px; scroll-margin-top: 20px; }
.bill-sec:first-of-type { border-top: 0; }
.bill-eyebrow { display: block; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: #7fce7f; font-weight: bold; margin-bottom: 8px; }
.bill-sec h2 { color: #fff; font-size: 32px; line-height: 1.2; margin: 0 0 18px; font-weight: bold; }

/* Free inbox vs real address */
.bill-compare { display: flex; flex-wrap: wrap; gap: 16px; margin: 26px 0; }
.bill-col { flex: 1 1 260px; border-radius: 8px; padding: 20px 22px; }
.bill-col p { font-size: 15px; line-height: 1.65; margin: 0; color: #e2e2e2; }
.bill-col-bad  { background: rgba(201,162,39,0.13); border-left: 3px solid #c9a227; }
.bill-col-good { background: rgba(92,184,92,0.13);  border-left: 3px solid #5cb85c; }
.bill-col-head { display: block; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: bold; margin-bottom: 12px; color: #fff; }

.bill-callout {
  background: rgba(255,255,255,0.07);
  border-left: 3px solid #5cb85c;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 26px 0 0;
}
.bill-callout p { margin: 0; font-size: 16px; }

/* Buttons */
.bill-btn {
  display: inline-block;
  background: #5cb85c; color: #fff !important;
  font-size: 17px; font-weight: bold;
  padding: 14px 30px; border-radius: 5px;
  text-decoration: none; margin-top: 22px;
  transition: background .15s ease;
}
.bill-btn:hover, .bill-btn:focus { background: #4a9d4a; color: #fff !important; text-decoration: none; }
.bill-btn-dark { background: #222; border: 1px solid rgba(255,255,255,0.3); }
.bill-btn-dark:hover, .bill-btn-dark:focus { background: #000; }
.bill-fine { display: block; font-size: 14px; color: #b9c4cd; margin-top: 12px; }

.bill-end { text-align: center; padding: 34px 0 10px; border-top: 1px solid rgba(255,255,255,0.14); margin-top: 34px; }
.bill-end h3 { color: #fff; font-size: 24px; margin: 0 0 12px; font-weight: bold; }

@media (max-width: 700px) {
  .bill-hero h1 { font-size: 34px; letter-spacing: 3px; }
  .bill-hero p  { font-size: 18px; }
  .bill-sec h2  { font-size: 25px; }
  .bill-wrap p  { font-size: 16px; }
}
