
.account-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background-color: #03163f;
  background-image: url("../images/footer-sky.webp");
  background-position: center 58%;
  background-size: cover;
  background-repeat: no-repeat;
}
.account-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,14,43,.94) 0%, rgba(2,18,52,.82) 35%, rgba(3,22,62,.50) 63%, rgba(3,22,62,.18) 100%),
    radial-gradient(circle at 72% 35%, rgba(62,176,204,.18), transparent 35%);
}
.account-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.75) 0 1px, transparent 1.6px),
    radial-gradient(circle at 38% 68%, rgba(255,255,255,.62) 0 1px, transparent 1.6px),
    radial-gradient(circle at 76% 28%, rgba(255,255,255,.60) 0 1px, transparent 1.6px),
    radial-gradient(circle at 88% 72%, rgba(255,255,255,.52) 0 1px, transparent 1.6px);
}
.account-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  min-height: 430px;
  margin: 0 auto;
  padding: 58px 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.account-kicker, .sidebar-kicker {
  margin: 0 0 10px;
  color: #77ddd9;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .78rem;
  font-weight: 800;
}
.account-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 7vw, 6rem);
  font-weight: 600;
  line-height: .95;
}
.account-rule { width: 72px; height: 4px; margin: 18px 0 20px; border-radius: 999px; background: var(--teal-bright); }
.account-hero-inner > p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.95); font-size: clamp(1.06rem,1.7vw,1.3rem); line-height: 1.75; }
.account-main { padding: 64px 0 108px; background: linear-gradient(180deg,#fff 0%,#f7f9fc 100%); }
.account-layout { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 34px; align-items: start; }
.login-layout { max-width: 980px; grid-template-columns: minmax(0,620px) 310px; justify-content: center; }
.account-form, .sidebar-card { background: #fff; border: 1px solid #dbe2ea; border-radius: 18px; box-shadow: var(--shadow); }
.account-form { padding: 32px 34px 36px; }
.form-heading { margin-bottom: 26px; }
.form-heading h2, .sidebar-card h2, .sidebar-card h3 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 600; }
.form-heading h2 { font-size: clamp(2.3rem,4vw,3.2rem); line-height: 1.02; }
.form-heading p { margin: 8px 0 0; color: #52647f; }
.field-block { margin-bottom: 20px; }
.field-block label { display: block; margin-bottom: 8px; color: #183a73; font-size: .95rem; font-weight: 700; }
.field-block input, .field-block select { width: 100%; min-height: 48px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; color: #17345f; padding: 12px 13px; box-shadow: inset 0 1px 2px rgba(15,40,75,.04); }
.password-field { position: relative; }
.password-field input { padding-right: 70px; }
.password-toggle { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: var(--teal); font-weight: 800; cursor: pointer; padding: 8px; }
.form-options { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -2px 0 24px; color: #53647d; font-size: .94rem; }
.form-options a, .text-link { color: #067f91; font-weight: 800; }
.remember-row, .check-line { display: flex; align-items: center; gap: 9px; cursor: pointer; }
.remember-row input, .check-line input { accent-color: var(--teal); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-status { min-height: 24px; margin-top: 12px; color: #52647f; font-size: .93rem; }
.account-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: #687994; font-size: .9rem; }
.account-divider::before, .account-divider::after { content: ""; height: 1px; background: #dbe2ea; flex: 1; }
.secondary-button { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1.5px solid var(--teal); border-radius: 8px; color: var(--teal); font-weight: 800; }
.account-sidebar { display: grid; gap: 20px; }
.sidebar-card { padding: 26px 26px 28px; }
.sidebar-card h2 { font-size: 2.3rem; line-height: 1.02; }
.sidebar-card h3 { font-size: 1.8rem; line-height: 1.08; }
.sidebar-card p { margin: 10px 0 0; color: #52647f; line-height: 1.7; }
.dark-card { color: #fff; background: linear-gradient(145deg,#04183f 0%,#073675 58%,#0b758d 100%); border-color: rgba(255,255,255,.12); }
.dark-card h2, .dark-card h3 { color: #fff; }
.feature-list { margin: 20px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 0 0 14px 25px; color: rgba(255,255,255,.92); line-height: 1.55; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: #79e1dd; font-weight: 900; }
.donation-section { margin: 0 0 24px; padding: 24px; border: 1px solid #dbe2ea; border-radius: 14px; }
.donation-section legend { padding: 0 8px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 600; }
.amount-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.amount-option { cursor: pointer; }
.amount-option input { position: absolute; opacity: 0; pointer-events: none; }
.amount-option span { min-height: 48px; display: grid; place-items: center; border: 1px solid #cbd5e1; border-radius: 9px; color: var(--navy); font-weight: 800; background: #fbfcfe; }
.amount-option input:checked + span { border-color: var(--teal); background: #eafafa; box-shadow: 0 0 0 2px rgba(4,159,157,.10); }
.custom-amount-row { margin-top: 16px; }
.two-column-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
.full-span { grid-column: 1/-1; }
.check-line { color: #445976; }
.secure-note { display: flex; flex-direction: column; gap: 4px; margin: 0 0 20px; padding: 16px 18px; border-left: 4px solid var(--teal); background: #f2f9fa; color: #405673; }
.secure-note strong { color: var(--navy); }
.tax-card { background: #f8fafc; }
@media (max-width: 900px) { .account-layout, .login-layout { grid-template-columns: 1fr; max-width: 720px; } .account-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 650px) { .account-hero { min-height: 380px; } .account-hero-inner { min-height: 380px; width: calc(100% - 28px); } .account-main { padding: 44px 0 76px; } .account-layout { width: calc(100% - 24px); } .account-form { padding: 26px 20px 30px; } .account-sidebar { grid-template-columns: 1fr; } .amount-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .two-column-fields { grid-template-columns: 1fr; } .full-span { grid-column: auto; } .form-options { align-items: flex-start; flex-direction: column; } }


/* Updated hero banners for Donate and Login */
.banner-image-only {
  background-color: #04183f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-image-only::before,
.banner-image-only::after {
  display: none;
}
.donate-hero.banner-image-only {
  background-image: url("../images/donate-hero-banner.png");
}
.login-hero.banner-image-only {
  background-image: url("../images/login-hero-banner.png");
}


/* Image-only hero banners per latest update */
.hero-banner-full { width: 100%; background: #04183f; }
.hero-banner-full img { display: block; width: 100%; height: auto; }
.donate-hero-image img, .login-hero-image img { max-width: 100%; }
