/* ============================================================
   PayLove — Dark coral-heart theme
   Palette:
   warm near-black  #150F12
   light cream      #F5EDEA
   coral red        #F2555A
   soft blush       #F8C9CB
   deep wine        #5C1E28
   warm gold        #E0B36A
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #F5EDEA;
  background-color: #150F12;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #F2555A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ------------------------------------------------------------
   HEART NAV
   ------------------------------------------------------------ */
.heart-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #1A1114;
  border-bottom: 1px solid #2A1B20;
}

.heart-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  max-width: 1160px;
  margin: 0 auto;
}

.heart-nav .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #F5EDEA;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.heart-nav .brand:hover {
  text-decoration: none;
}

.heart-mark {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #F2555A;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.heart-mark::before,
.heart-mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #F2555A;
}

.heart-mark::before {
  top: -9px;
  left: 0;
}

.heart-mark::after {
  top: 0;
  left: -9px;
}

.heart-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.heart-nav .nav-links a {
  color: #F5EDEA;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s ease;
}

.heart-nav .nav-links a:hover {
  color: #F8C9CB;
}

.heart-nav .nav-links a.active {
  color: #F2555A;
}

.heart-nav .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #F2555A;
}

.heart-nav .nav-cta {
  background-color: #F2555A;
  color: #150F12;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 0.92rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.heart-nav .nav-cta:hover {
  background-color: #F8C9CB;
  color: #150F12;
  text-decoration: none;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #F5EDEA;
  border-radius: 2px;
}

/* ------------------------------------------------------------
   PAYCARD HERO
   ------------------------------------------------------------ */
.paycard-hero {
  position: relative;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 85% 15%, #5C1E28 0%, transparent 45%),
    #150F12;
  overflow: hidden;
}

.paycard-hero .hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

.paycard-hero .hero-copy .kicker {
  display: inline-block;
  color: #E0B36A;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.paycard-hero .hero-copy h1 {
  font-size: 3rem;
  line-height: 1.12;
  color: #F5EDEA;
  font-weight: 800;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.paycard-hero .hero-copy h1 .accent {
  color: #F2555A;
}

.paycard-hero .hero-copy .lede {
  font-size: 1.12rem;
  color: #E6D6D2;
  margin-bottom: 34px;
  max-width: 520px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.btn-primary {
  background-color: #F2555A;
  color: #150F12;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color: #F8C9CB;
  color: #150F12;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-ghost {
  background-color: transparent;
  color: #F5EDEA;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #5C1E28;
  display: inline-block;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-ghost:hover {
  border-color: #F2555A;
  color: #F8C9CB;
  text-decoration: none;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.hero-stats .stat strong {
  display: block;
  font-size: 1.6rem;
  color: #F5EDEA;
  font-weight: 800;
}

.hero-stats .stat span {
  font-size: 0.85rem;
  color: #C9B8B4;
}

/* payment cards */
.paycards {
  position: relative;
  height: 460px;
}

.paycard {
  position: absolute;
  border-radius: 22px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.paycard-back {
  width: 340px;
  height: 210px;
  background-color: #5C1E28;
  right: 20px;
  top: 40px;
  transform: rotate(9deg);
}

.paycard-front {
  width: 340px;
  height: 210px;
  background-color: #F2555A;
  left: 10px;
  top: 130px;
  transform: rotate(-6deg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paycard-front .chip {
  width: 46px;
  height: 34px;
  background-color: #E0B36A;
  border-radius: 8px;
}

.paycard-front .stripe {
  width: 100%;
  height: 9px;
  background-color: #5C1E28;
  border-radius: 4px;
}

.paycard-front .amounts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.paycard-front .amounts .bar {
  height: 10px;
  background-color: #150F12;
  border-radius: 5px;
}

.paycard-front .amounts .bar.bar-short {
  width: 55%;
}

.paycard-front .amounts .bar.bar-long {
  width: 82%;
}

.paycard-front .card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paycard-front .card-heart {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #150F12;
  transform: rotate(45deg);
}

.paycard-front .card-heart::before,
.paycard-front .card-heart::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #150F12;
}

.paycard-front .card-heart::before {
  top: -7px;
  left: 0;
}

.paycard-front .card-heart::after {
  top: 0;
  left: -7px;
}

.paycard-front .check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #150F12;
  position: relative;
}

.paycard-front .check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 3px solid #F2555A;
  border-bottom: 3px solid #F2555A;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
   STATEMENT BAND
   ------------------------------------------------------------ */
.statement-band {
  background-color: #5C1E28;
  padding: 40px 0;
}

.statement-band p {
  color: #F8C9CB;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
   GIFT ROWS
   ------------------------------------------------------------ */
.gift-rows {
  padding: 96px 0;
  background-color: #150F12;
}

.section-head {
  margin-bottom: 60px;
}

.section-head .kicker {
  color: #E0B36A;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-head h2 {
  font-size: 2.3rem;
  color: #F5EDEA;
  font-weight: 800;
  margin-top: 12px;
  letter-spacing: -0.5px;
}

.gift-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 26px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid #2A1B20;
}

.gift-row:last-child {
  border-bottom: none;
}

.gift-row .marker {
  width: 20px;
  height: 20px;
  background-color: #F2555A;
  margin-top: 8px;
}

.gift-row h3 {
  font-size: 1.35rem;
  color: #F5EDEA;
  margin-bottom: 10px;
  font-weight: 700;
}

.gift-row p {
  color: #C9B8B4;
  font-size: 1rem;
  max-width: 760px;
}

/* ------------------------------------------------------------
   PLAN GRID
   ------------------------------------------------------------ */
.plan-grid-section {
  padding: 96px 0;
  background-color: #1A1114;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.plan-card {
  background-color: #201417;
  border-top: 4px solid #F2555A;
  border-radius: 12px;
  padding: 34px 28px;
  transition: transform 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
}

.plan-card h3 {
  color: #F5EDEA;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.plan-card p {
  color: #C9B8B4;
  font-size: 0.98rem;
}

/* ------------------------------------------------------------
   DONATION BAND
   ------------------------------------------------------------ */
.donation-band {
  padding: 96px 0;
  background-color: #150F12;
}

.donation-band .numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.donation-band .num-item {
  text-align: center;
}

.donation-band .num-item .num {
  font-size: 3.2rem;
  font-weight: 800;
  color: #F5EDEA;
  display: block;
  line-height: 1;
}

.donation-band .num-item .label {
  display: inline-block;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 3px solid #F2555A;
  color: #C9B8B4;
  font-size: 0.95rem;
  font-weight: 500;
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.faq-section {
  padding: 96px 0;
  background-color: #1A1114;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #2A1B20;
}

.faq-item .faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  color: #F5EDEA;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.faq-item .faq-q .plus {
  color: #F2555A;
  font-size: 1.6rem;
  font-weight: 700;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item .faq-a p {
  color: #C9B8B4;
  padding: 0 0 24px;
  font-size: 1rem;
}

.faq-item.open .faq-a {
  max-height: 400px;
}

.faq-item.open .faq-q .plus {
  transform: rotate(45deg);
}

/* ------------------------------------------------------------
   CTA BAND
   ------------------------------------------------------------ */
.cta-band {
  padding: 96px 0;
  background: #5C1E28;
}

.cta-band .cta-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.cta-band h2 {
  color: #F8C9CB;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-band p {
  color: #F5EDEA;
  font-size: 1.1rem;
  margin-bottom: 34px;
}

.cta-band .btn-primary {
  background-color: #F5EDEA;
  color: #5C1E28;
}

.cta-band .btn-primary:hover {
  background-color: #F8C9CB;
}

/* ------------------------------------------------------------
   PULSE FOOTER
   ------------------------------------------------------------ */
.pulse-footer {
  background-color: #120C0E;
  padding: 72px 0 0;
}

.pulse-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}

.pulse-footer .f-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #F5EDEA;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.pulse-footer .f-brand .heart-mark {
  width: 14px;
  height: 14px;
}

.pulse-footer .f-brand .heart-mark::before,
.pulse-footer .f-brand .heart-mark::after {
  width: 14px;
  height: 14px;
}

.pulse-footer .f-brand .heart-mark::before {
  top: -7px;
}

.pulse-footer .f-brand .heart-mark::after {
  left: -7px;
}

.pulse-footer .f-about {
  color: #C9B8B4;
  font-size: 0.95rem;
  max-width: 320px;
}

.pulse-footer h4 {
  color: #F5EDEA;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.pulse-footer ul {
  list-style: none;
}

.pulse-footer ul li {
  margin-bottom: 12px;
}

.pulse-footer ul li a {
  color: #C9B8B4;
  font-size: 0.95rem;
  text-decoration: none;
}

.pulse-footer ul li a:hover {
  color: #F2555A;
}

.pulse-footer .legal-bar {
  border-top: 1px solid #2A1B20;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pulse-footer .legal-bar p {
  color: #8A7573;
  font-size: 0.85rem;
}

.pulse-footer .legal-bar .legal-links {
  display: flex;
  gap: 22px;
}

.pulse-footer .legal-bar .legal-links a {
  color: #8A7573;
  font-size: 0.85rem;
  text-decoration: none;
}

.pulse-footer .legal-bar .legal-links a:hover {
  color: #F2555A;
}

/* ------------------------------------------------------------
   SERVICES PAGE
   ------------------------------------------------------------ */
.services-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 80% 10%, #5C1E28 0%, transparent 45%),
    #150F12;
}

.services-hero .kicker {
  color: #E0B36A;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.services-hero h1 {
  font-size: 2.9rem;
  color: #F5EDEA;
  font-weight: 800;
  margin-top: 14px;
  letter-spacing: -0.5px;
}

.services-hero .lede {
  color: #E6D6D2;
  font-size: 1.15rem;
  max-width: 640px;
  margin-top: 20px;
}

.service-detail {
  padding: 40px 0;
  border-bottom: 1px solid #2A1B20;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 26px;
  align-items: start;
}

.service-detail .marker {
  width: 20px;
  height: 20px;
  background-color: #F2555A;
  margin-top: 8px;
}

.service-detail h2 {
  font-size: 1.5rem;
  color: #F5EDEA;
  margin-bottom: 12px;
  font-weight: 700;
}

.service-detail p {
  color: #C9B8B4;
  max-width: 780px;
  margin-bottom: 10px;
}

.process-overview {
  padding: 88px 0;
  background-color: #1A1114;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.process-step {
  background-color: #201417;
  border-radius: 12px;
  padding: 28px 24px;
}

.process-step .step-num {
  color: #F2555A;
  font-size: 2rem;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

.process-step h3 {
  color: #F5EDEA;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.process-step p {
  color: #C9B8B4;
  font-size: 0.95rem;
}

/* ------------------------------------------------------------
   CONTACT PAGE
   ------------------------------------------------------------ */
.contact-hero {
  padding: 88px 0 56px;
  background:
    radial-gradient(circle at 80% 10%, #5C1E28 0%, transparent 45%),
    #150F12;
}

.contact-hero .kicker {
  color: #E0B36A;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-hero h1 {
  font-size: 2.9rem;
  color: #F5EDEA;
  font-weight: 800;
  margin-top: 14px;
  letter-spacing: -0.5px;
}

.contact-hero .lede {
  color: #E6D6D2;
  font-size: 1.15rem;
  max-width: 620px;
  margin-top: 20px;
}

.contact-main {
  padding: 40px 0 88px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.contact-info h2 {
  color: #F5EDEA;
  font-size: 1.5rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.contact-info .info-block {
  margin-bottom: 22px;
}

.contact-info .info-block h3 {
  color: #E0B36A;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-info .info-block p {
  color: #E6D6D2;
  font-size: 1rem;
}

.contact-info .info-block a {
  color: #F2555A;
}

.contact-form {
  background-color: #201417;
  border-radius: 14px;
  padding: 36px;
  border-top: 4px solid #F2555A;
}

.contact-form h2 {
  color: #F5EDEA;
  font-size: 1.4rem;
  margin-bottom: 22px;
  font-weight: 700;
}

.contact-form label {
  display: block;
  color: #F8C9CB;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #150F12;
  border: 1px solid #2A1B20;
  border-radius: 8px;
  color: #F5EDEA;
  padding: 13px 15px;
  font-size: 1rem;
  font-family: inherit;
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #F2555A;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form .btn-primary {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

.form-status {
  display: none;
  margin-top: 18px;
  color: #E0B36A;
  font-size: 0.95rem;
}

.faq-mini {
  margin-top: 40px;
}

.faq-mini h2 {
  color: #F5EDEA;
  font-size: 1.4rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.faq-mini .mini-item {
  border-bottom: 1px solid #2A1B20;
  padding: 16px 0;
}

.faq-mini .mini-item strong {
  display: block;
  color: #F5EDEA;
  margin-bottom: 6px;
}

.faq-mini .mini-item p {
  color: #C9B8B4;
  font-size: 0.95rem;
}

/* ------------------------------------------------------------
   SCROLL REVEAL
   ------------------------------------------------------------ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 960px) {
  .paycard-hero .hero-inner {
    grid-template-columns: 1fr;
  }

  .paycards {
    height: 380px;
  }

  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .donation-band .numbers {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .pulse-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .heart-nav .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background-color: #1A1114;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 18px;
    border-bottom: 1px solid #2A1B20;
  }

  .heart-nav .nav-links.open {
    display: flex;
  }

  .heart-nav .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .paycard-hero {
    padding: 56px 0 64px;
  }

  .paycard-hero .hero-copy h1 {
    font-size: 2.2rem;
  }

  .paycards {
    height: 320px;
  }

  .paycard-back,
  .paycard-front {
    width: 260px;
    height: 168px;
  }

  .paycard-front {
    left: 0;
  }

  .hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .section-head h2,
  .cta-band h2 {
    font-size: 1.8rem;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .services-hero h1,
  .contact-hero h1 {
    font-size: 2.1rem;
  }

  .contact-form {
    padding: 24px;
  }

  .pulse-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .pulse-footer .legal-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
