/* =========================================================
   CUP LANDING PAGE
   Add-on stylesheet for cup.html only
========================================================= */

body.cup-landing-page {
  --cup-green: #00b36b;
  --cup-green-2: #19e3a7;
  --cup-lime: #9cffcb;
  --cup-dark: #07120d;
  --cup-muted: rgba(235, 255, 245, .74);
  --cup-card: rgba(255,255,255,.055);
  --cup-line: rgba(255,255,255,.14);
}

.cup-landing-page .nav {
  background: rgba(5, 12, 9, .78);
}

.cup-hero {
  padding: 34px 0 12px;
}

.cup-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 16px;
  align-items: stretch;
}

.cup-glow-card,
.cup-side-panel,
.cup-mini-card,
.cup-final-card {
  border: 1px solid color-mix(in srgb, var(--cup-green) 28%, rgba(255,255,255,.14));
  background:
    radial-gradient(800px 320px at 10% 0%, rgba(25, 227, 167, .13), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.025) inset,
    0 24px 70px rgba(0,0,0,.36);
}

.cup-hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  min-height: 100%;
}

.cup-watermark {
  position: absolute;
  width: min(45vw, 430px);
  right: -80px;
  bottom: -110px;
  opacity: .07;
  transform: rotate(-10deg);
  pointer-events: none;
}

.cup-mini-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(25, 227, 167, .26);
  background: rgba(0, 179, 107, .12);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .25px;
}

.cup-mini-logo-row img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.cup-hero-card h1 {
  margin: 18px 0 16px;
  font-size: clamp(44px, 7.2vw, 78px);
  line-height: .92;
  letter-spacing: -2px;
  text-wrap: balance;
}

.cup-plain-box {
  max-width: 720px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(0,0,0,.18);
}

.cup-plain-box strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.cup-plain-box p {
  margin: 0;
  color: var(--cup-muted);
  line-height: 1.55;
  font-size: 15.5px;
}

.cup-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cup-big-btn {
  min-height: 50px;
  padding-inline: 18px;
}

.cup-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.cup-trust-row span {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  border-radius: 14px;
  padding: 11px 9px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  font-weight: 850;
}

.cup-side-panel {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.cup-fact-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}

.cup-fact-card.dark {
  background: rgba(0,0,0,.22);
  border-color: rgba(25, 227, 167, .20);
}

.cup-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cup-green), var(--cup-green-2));
  color: #03130c;
  font-weight: 1000;
}

.cup-fact-card h3,
.cup-dashboard-hero h3,
.cup-adopt-main h3,
.cup-coalition-copy h3 {
  margin: 0 0 7px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.cup-fact-card p,
.cup-dashboard-hero p,
.cup-adopt-main p,
.cup-coalition-copy p,
.cup-final-card p {
  margin: 0;
  color: var(--cup-muted);
  line-height: 1.58;
}

.cup-feature-section {
  padding: 18px 0;
}

.cup-section-head {
  margin-bottom: 13px;
}

.cup-section-head span {
  color: var(--cup-green-2);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 1000;
}

.cup-section-head h2 {
  margin: 5px 0 6px;
  font-size: clamp(30px, 4.8vw, 48px);
  letter-spacing: -1.4px;
}

.cup-section-head p {
  margin: 0;
  max-width: 760px;
  color: var(--cup-muted);
  line-height: 1.55;
}

.cup-dashboard-hero {
  padding: clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: center;
}

.cup-focus-tags,
.cup-business-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.cup-focus-tags span,
.cup-business-strip span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(25, 227, 167, .12);
  border: 1px solid rgba(25, 227, 167, .22);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 900;
}

.cup-step-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
}

.cup-step-row div {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px 10px;
  background: rgba(0,0,0,.16);
  text-align: center;
}

.cup-step-row b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin: 0 auto 6px;
  background: var(--cup-green);
  color: #04130c;
}

.cup-step-row span {
  color: rgba(255,255,255,.82);
  font-weight: 900;
  font-size: 12px;
}

.cup-phone-card {
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(25,227,167,.16), transparent 58%),
    rgba(0,0,0,.28);
  padding: 16px;
  min-height: 330px;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.035);
}

.cup-phone-top {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 18px;
}

.cup-phone-top span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
}

.cup-phone-card h4 {
  margin: 0 0 14px;
  text-align: center;
  font-size: 20px;
}

.cup-phone-stat {
  border-radius: 17px;
  padding: 14px;
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.10);
}

.cup-phone-stat strong,
.cup-phone-stat small {
  display: block;
}

.cup-phone-stat small {
  color: var(--cup-muted);
  margin-top: 4px;
}

.cup-phone-stat.green {
  background: rgba(25, 227, 167, .12);
}

.cup-phone-stat.blue {
  background: rgba(37, 99, 235, .14);
}

.cup-phone-stat.orange {
  background: rgba(255, 122, 24, .13);
}

.cup-adopt-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(190px, .6fr));
  gap: 12px;
}

.cup-adopt-main {
  padding: clamp(18px, 3vw, 28px);
  grid-row: span 2;
}

.cup-mini-card {
  padding: 18px;
  border-radius: 22px;
}

.cup-mini-card h4 {
  margin: 9px 0 7px;
  font-size: 17px;
}

.cup-mini-card p {
  margin: 0;
  color: var(--cup-muted);
  line-height: 1.52;
  font-size: 14px;
}

.cup-card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(25, 227, 167, .12);
  border: 1px solid rgba(25, 227, 167, .22);
  font-size: 23px;
}

.cup-coalition-card {
  padding: clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .78fr);
  gap: 16px;
  align-items: start;
}

.cup-coalition-copy p + p {
  margin-top: 12px;
}

.cup-coalition-list {
  display: grid;
  gap: 10px;
}

.cup-coalition-list div {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 17px;
  padding: 14px;
  background: rgba(0,0,0,.17);
}

.cup-coalition-list strong,
.cup-coalition-list span {
  display: block;
}

.cup-coalition-list strong {
  color: #fff;
}

.cup-coalition-list span {
  color: var(--cup-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}

.cup-final-cta {
  padding: 18px 0 8px;
}

.cup-final-card {
  padding: clamp(20px, 3vw, 30px);
  text-align: center;
}

.cup-final-card h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 5vw, 46px);
  letter-spacing: -1.2px;
}

.cup-final-card .cup-hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .cup-hero {
    padding-top: 22px;
  }

  .cup-hero-grid,
  .cup-dashboard-hero,
  .cup-coalition-card {
    grid-template-columns: 1fr;
  }

  .cup-hero-card h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .cup-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cup-dashboard-hero {
    gap: 14px;
  }

  .cup-phone-card {
    min-height: auto;
  }

  .cup-adopt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cup-adopt-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .cup-hero-card,
  .cup-side-panel,
  .cup-dashboard-hero,
  .cup-adopt-main,
  .cup-coalition-card,
  .cup-final-card {
    border-radius: 22px;
  }

  .cup-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cup-hero-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .cup-step-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cup-adopt-grid {
    grid-template-columns: 1fr;
  }

  .cup-feature-section {
    padding: 14px 0;
  }

  .cup-section-head h2 {
    font-size: 31px;
  }

  .cup-watermark {
    width: 280px;
    right: -85px;
    bottom: -95px;
  }
}
