/* ========================================================
   NEW SECTIONS — Features, About, FAQ, CTA, Footer
   Layout sits inside the existing .page white frame
   ======================================================== */

.section {
  position: relative;
  background: #ffffff;
  color: #0b1a3a;
  padding: clamp(80px, 9vw, 140px) clamp(24px, 4vw, 64px);
}
.section-inner { max-width: 1200px; margin: 0 auto; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(48px, 6vw, 80px); }
.section-head h2 {
  font-weight: 700;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0b1a3a;
  text-wrap: balance;
}
.section-head p {
  margin-top: 18px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
  color: #6a7390;
  text-wrap: pretty;
}

/* ----------- FEATURES GRID ----------- */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.6vw, 22px);
}
@media (max-width: 760px) { .features-grid { grid-template-columns: 1fr; } }

.feature {
  background: #f4f5f8;
  border-radius: 28px;
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}
.feature-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 240px;
  padding: 16px 0 32px;
}
.feature-title {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0b1a3a;
}
.feature-desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #6a7390;
  text-align: center;
  text-wrap: pretty;
}

/* --- Feature 1: Smart Matching — profile match card --- */
.match-card {
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  width: min(320px, 90%);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 40px rgba(10, 20, 60, 0.10), 0 2px 6px rgba(10,20,60,0.05);
}
.match-card::after {
  content: "";
  position: absolute;
  left: 6%; right: 6%;
  bottom: -10px;
  height: 70%;
  background: #fff;
  border-radius: 18px;
  z-index: -1;
  opacity: 0.55;
  filter: blur(.5px);
}
.match-ava {
  width: 44px; height: 44px; border-radius: 999px; flex-shrink: 0;
  background: linear-gradient(135deg, #ffb38a 0%, #ff7a59 100%);
  position: relative;
}
.match-ava::after {
  content: "✓";
  position: absolute; bottom: -2px; right: -2px;
  width: 18px; height: 18px;
  background: #1f55e6; color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 10px; line-height: 14px;
  display: grid; place-items: center;
}
.match-body { flex: 1; min-width: 0; }
.match-eyebrow { font-size: 10px; letter-spacing: 0.1em; color: #1a7f3c; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.match-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: #1f9e4a; }
.match-name { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; margin-top: 4px; }
.match-tags { display: flex; gap: 6px; margin-top: 6px; }
.match-tag {
  font-size: 10px; padding: 3px 8px; border-radius: 6px; font-weight: 600; letter-spacing: 0.04em;
}
.match-tag.high { background: #ffe2dc; color: #c93b1a; }
.match-tag.muted { background: #eef0f6; color: #6a7390; }
.match-date { font-size: 10px; color: #9aa3bd; font-weight: 600; }

/* --- Feature 2: Real-Time Pulse — phone + stopwatch widget --- */
.mini-phone {
  width: 200px; height: 240px;
  background: linear-gradient(180deg, #0e1530 0%, #050816 100%);
  border-radius: 32px 32px 0 0;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: -40px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.mini-phone .mini-notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 22px; background: #050816; border-radius: 14px; z-index: 2;
}
.mini-screen {
  background: #f3f4f8;
  border-radius: 24px 24px 0 0;
  height: 100%;
  padding: 42px 14px 0;
  color: #0b1a3a;
}
.mini-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; font-weight: 700; color: #0b1a3a;
  padding: 0 6px 6px;
}
.mini-greet { font-size: 10px; color: #6a7390; font-weight: 600; }
.mini-h { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; display: flex; align-items: center; gap: 6px; }
.mini-cells {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 5px; margin-top: 10px;
}
.mini-cell {
  background: #fff; border-radius: 8px; padding: 6px 0; text-align: center;
}
.mini-cell .l { font-size: 7px; color: #9aa3bd; font-weight: 600; letter-spacing: 0.05em; }
.mini-cell .v { font-size: 13px; font-weight: 700; letter-spacing: -0.02em; }

.timer-card {
  position: absolute;
  right: -16px; top: 36px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 14px 30px rgba(10,20,60,0.12);
  z-index: 3;
}
.timer-card .ic {
  width: 26px; height: 26px; border-radius: 8px;
  background: #eaf3ec; color: #1f9e4a;
  display: grid; place-items: center; font-size: 14px;
}
.timer-card .lbl { font-size: 9px; color: #6a7390; font-weight: 600; letter-spacing: 0.04em; }
.timer-card .val { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }

.feature-visual .stage {
  position: relative;
  height: 240px;
  display: flex; justify-content: center;
  width: 100%;
}

/* --- Feature 3: Local Discovery — phone + avatar stack chip --- */
.avatar-chip {
  position: absolute;
  right: 18%; top: 30%;
  background: #fff;
  border-radius: 999px;
  padding: 6px 14px 6px 6px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 14px 30px rgba(10,20,60,0.12);
  z-index: 3;
}
.av-stack { display: inline-flex; }
.av-stack i {
  width: 26px; height: 26px; border-radius: 999px; border: 2px solid #fff;
  margin-left: -8px;
}
.av-stack i:nth-child(1) { background: linear-gradient(135deg,#ffb38a,#ff7a59); margin-left: 0; }
.av-stack i:nth-child(2) { background: linear-gradient(135deg,#b6c4ff,#6379ff); }
.av-stack i:nth-child(3) { background: linear-gradient(135deg,#ffd58a,#e9a83a); }
.avatar-chip .pill-ic {
  width: 22px; height: 22px; border-radius: 999px;
  background: #0b1a3a; color: #fff;
  display: grid; place-items: center; font-size: 11px;
}

/* --- Feature 4: Connection Goals — Goals card --- */
.goals-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px 20px;
  width: min(340px, 92%);
  box-shadow: 0 18px 40px rgba(10,20,60,0.10);
}
.goals-card .gc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.goals-card .gc-ic {
  width: 38px; height: 38px; border-radius: 12px;
  background: #f0f3fa; color: #1f55e6; display: grid; place-items: center;
}
.goals-card .gc-sub { font-size: 10px; color: #6a7390; font-weight: 600; letter-spacing: 0.04em; }
.goals-card .gc-name { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.goals-card .gc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.goals-card .gc-cell {
  background: #f4f5f8; border-radius: 12px; padding: 10px 10px 9px; text-align: left;
}
.gc-cell .l { font-size: 9px; color: #9aa3bd; font-weight: 600; letter-spacing: 0.06em; }
.gc-cell .v { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; margin-top: 3px; }
.gc-cell .v span { color: #9aa3bd; font-weight: 600; font-size: 11px; }

/* ----------- ABOUT SECTION ----------- */
.about { padding-top: clamp(40px, 5vw, 70px); text-align: center; }
.about-eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 0.14em; font-weight: 600; color: #9aa3bd;
  margin-bottom: 22px;
}
.about-text {
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: #0b1a3a;
  text-wrap: balance;
  max-width: 22ch;
  margin: 0 auto;
  text-align: center;
}
.about-text .em-chip {
  display: inline-flex;
  width: clamp(34px, 3.4vw, 52px);
  height: clamp(34px, 3.4vw, 52px);
  border-radius: 12px;
  background: #f4f5f8;
  margin: 0 6px;
  vertical-align: -0.12em;
  align-items: center; justify-content: center;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1;
}
.about-text .em-chip.purple { background: linear-gradient(135deg, #d9c8ff 0%, #b6c4ff 100%); }
.about-text .em-chip.pink   { background: linear-gradient(135deg, #ffd0e4 0%, #ffa3c2 100%); }
.about-text .em-chip.blue   { background: linear-gradient(135deg, #cfe0f6 0%, #7aa8ee 100%); }
.about-text .em-chip.peach  { background: linear-gradient(135deg, #ffe2c8 0%, #ffb38a 100%); }
.about-text .em-chip.mint   { background: linear-gradient(135deg, #cdeed5 0%, #9bd0a0 100%); }

/* ----------- FAQ SECTION ----------- */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #f4f5f8;
  border-radius: 18px;
  padding: 20px 24px;
  cursor: pointer;
  transition: background .2s ease;
}
.faq-item:hover { background: #eef0f5; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 600;
  color: #0b1a3a;
  letter-spacing: -0.01em;
}
.faq-q .ic {
  width: 28px; height: 28px; border-radius: 999px;
  background: #fff; color: #0b1a3a;
  display: grid; place-items: center; flex-shrink: 0;
  font-size: 16px; line-height: 1;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.faq-item[open] .faq-q .ic { background: #0b1a3a; color: #fff; transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, margin-top .3s ease;
  font-size: 14px;
  line-height: 1.6;
  color: #6a7390;
}
.faq-item[open] .faq-a {
  max-height: 220px;
  margin-top: 12px;
}

/* ----------- DARK CTA CARD ----------- */
.cta-card {
  position: relative;
  border-radius: clamp(20px, 2vw, 28px);
  overflow: hidden;
  padding: clamp(56px, 6vw, 96px) clamp(24px, 4vw, 64px) clamp(72px, 8vw, 120px);
  text-align: center;
  color: #ffffff;
  margin: clamp(40px, 5vw, 70px) auto 0;
  max-width: 1200px;
  background-color: #02061a;
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 110%, rgba(120,170,255,0.55) 0%, rgba(40,90,230,0.35) 30%, rgba(20,40,160,0) 60%),
    radial-gradient(ellipse 90% 50% at 50% 100%, rgba(70,130,255,0.45) 0%, rgba(20,40,160,0) 65%),
    radial-gradient(ellipse 60% 30% at 50% 100%, rgba(200,220,255,0.5) 0%, rgba(200,220,255,0) 60%),
    radial-gradient(ellipse 40% 30% at 10% 30%, rgba(30,80,200,0.3) 0%, rgba(20,40,160,0) 70%),
    radial-gradient(ellipse 40% 30% at 90% 30%, rgba(30,80,200,0.3) 0%, rgba(20,40,160,0) 70%);
}

.cta-avatars {
  display: inline-flex; justify-content: center; margin: 0 auto 28px;
  position: relative;
}
.cta-avatars .av {
  width: 56px; height: 56px; border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.18);
  margin: 0 -8px;
  background-size: cover; background-position: center;
  position: relative;
  display: grid; place-items: center;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  font-weight: 700;
}
.cta-avatars .av.lead {
  width: 68px; height: 68px;
  border: 3px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 22px rgba(0,10,40,0.5);
  z-index: 2;
}
.cta-avatars .av:nth-child(1) { background: linear-gradient(135deg,#ffb38a,#ff7a59); }
.cta-avatars .av:nth-child(2) { background: linear-gradient(135deg,#cdeed5,#5da26a); }
.cta-avatars .av:nth-child(3) { background: linear-gradient(135deg,#e7d7ff,#9b7bd6); }
.cta-avatars .av:nth-child(4) { background: linear-gradient(135deg,#b6c4ff,#6379ff); }
.cta-avatars .av:nth-child(5) { background: linear-gradient(135deg,#ffd0e4,#e9598c); }

.cta-card h2 {
  font-size: clamp(32px, 4.8vw, 60px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-wrap: balance;
  max-width: 18ch;
  margin: 0 auto;
}
.cta-card { color: #fff; }
.cta-card h2 { color: #ffffff; }
.cta-card h2 .accent {
  background: linear-gradient(180deg, #cfe0f6 0%, #7aa8ee 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-card .cta-sub {
  margin-top: 18px;
  color: rgba(235, 241, 255, 0.7);
  font-size: clamp(14px, 1.1vw, 16px);
}
.cta-btn {
  margin-top: 32px;
  appearance: none; border: 0; cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  background: #0a0f24;
  color: #fff;
  border-radius: 999px;
  padding: 14px 26px;
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: transform .2s ease, background .2s ease;
}
.cta-btn:hover { transform: translateY(-1px); background: #131a3a; }
.cta-btn .arrow {
  width: 18px; height: 18px; display: grid; place-items: center;
}
.cta-fineprint {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: rgba(235, 241, 255, 0.7);
}
.cta-fineprint .check {
  width: 16px; height: 16px; border-radius: 999px;
  background: #1f55e6;
  display: grid; place-items: center;
  font-size: 10px; color: #fff;
}
.cta-fineprint b { color: #fff; font-weight: 700; }

/* ----------- FOOTER (black, happn-style) ----------- */
.footer {
  background: #000000;
  color: #fff;
  padding: clamp(60px, 7vw, 100px) clamp(24px, 4vw, 64px) 28px;
}
.footer-inner { max-width: 1280px; margin: 0 auto; }

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  padding-bottom: clamp(60px, 8vw, 120px);
}
@media (max-width: 880px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

.footer .brand-block { max-width: 320px; }
.footer .brand-block .brand-logo {
  height: 52px;
  width: auto;
  display: block;
  filter: none;
}
.footer .status-row {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.footer .status-dot {
  width: 9px; height: 9px; border-radius: 999px;
  background: #2bd07e;
  box-shadow: 0 0 0 3px rgba(43,208,126,0.15);
}
.footer .socials {
  margin-top: 26px;
  display: inline-flex; gap: 18px;
}
.footer .socials a {
  width: 22px; height: 22px;
  color: #ffffff;
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0.85;
  transition: opacity .15s ease, transform .15s ease;
}
.footer .socials a:hover { opacity: 1; transform: translateY(-1px); }

.footer-col h4 {
  font-size: 15px;
  font-weight: 500;
  color: #7a7a6e;
  margin-bottom: 22px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.footer-col a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: opacity .15s ease;
}
.footer-col a:hover { opacity: 0.7; }

.footer-bottom {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding-top: 24px;
}
.footer-bottom .copyright {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.footer-bottom .lang-btn {
  position: absolute;
  right: 0;
  appearance: none; border: 0; cursor: pointer;
  background: transparent;
  color: #ffffff;
  padding: 8px 4px;
  display: inline-flex; align-items: center; gap: 6px;
  opacity: 0.85;
  transition: opacity .15s ease;
}
.footer-bottom .lang-btn:hover { opacity: 1; }
.footer-bottom .lang-btn .chev { opacity: 0.7; }

/* ----------- FLOATING BOTTOM NAV (scroll-up reveal) ----------- */
.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  transform: translateX(-50%) translateY(140%);
  background: #f4f3eb;
  border-radius: 999px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0,0,0,0.06);
  opacity: 0;
  pointer-events: none;
  transition:
    transform .45s cubic-bezier(.2,.7,.2,1),
    opacity .3s ease;
}
.bottom-nav.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.bottom-nav a {
  color: #1a1a14;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: none;
  padding: 6px 4px;
  position: relative;
  transition: color .15s ease;
}
.bottom-nav a:hover { color: #5d5d50; }
.bottom-nav a:hover::after {
  content: "";
  position: absolute;
  left: 4px; right: 4px; bottom: 0;
  height: 1.5px;
  background: #1a1a14;
  border-radius: 1px;
}
@media (max-width: 520px) {
  .bottom-nav { padding: 10px 18px; gap: 14px; bottom: 14px; }
  .bottom-nav a { font-size: 13px; }
}

/* ========================================================
   STORY — sticky phone + scrolling feature steps (Novu-style)
   ======================================================== */
.story {
  position: relative;
  background: #f2f2ff;
  color: #0b1a3a;
  padding: clamp(80px, 9vw, 130px) clamp(24px, 4vw, 64px) clamp(48px, 7vw, 96px);
}
.story-head { text-align: center; max-width: 760px; margin: 0 auto; }
.story-head h2 {
  font-weight: 700;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0b1a3a;
  text-wrap: balance;
}
.story-head p {
  margin-top: 18px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
  color: #6a7390;
  text-wrap: pretty;
}

.story-stage { position: relative; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr; }

/* sticky phone, pinned center; stacked in the same grid cell as the steps
   so the steps drive the height and the phone stays contained in the stage */
.story-phone-wrap {
  grid-area: 1 / 1;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.story-phone {
  position: relative;
  width: 300px;
  height: 624px;
  border-radius: 46px;
  background: linear-gradient(180deg, #0e1530 0%, #050816 100%);
  padding: 12px;
  box-shadow:
    0 60px 120px rgba(6, 11, 40, 0.5),
    0 18px 44px rgba(6, 11, 40, 0.32),
    0 0 0 1px rgba(255,255,255,0.06),
    inset 0 0 0 1px rgba(255,255,255,0.04);
}
.story-phone::before {
  content: ""; position: absolute; left: -2px; top: 132px;
  width: 3px; height: 58px; border-radius: 2px;
  background: rgba(255,255,255,0.12);
}
.sp-notch {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 104px; height: 28px; background: #050816; border-radius: 16px; z-index: 6;
}

/* screens stack and crossfade */
.sp-screen {
  position: absolute; inset: 12px;
  border-radius: 36px; overflow: hidden;
  background: #eceef6; color: #0b1a3a;
  opacity: 0; transform: scale(1.03);
  transition: opacity .5s ease, transform .6s cubic-bezier(.2,.7,.2,1);
}
.sp-screen.is-active { opacity: 1; transform: none; }
.sp-inner { height: 100%; padding: 46px 16px 18px; display: flex; flex-direction: column; }

.sp-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 700; color: #0b1a3a;
  padding: 0 6px 12px;
}
.sp-status .dots { display: inline-flex; gap: 4px; align-items: center; opacity: .8; }
.sp-status .dots i { width: 4px; height: 4px; border-radius: 999px; background: #0b1a3a; }

.sp-loc {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border-radius: 999px; padding: 6px 12px 6px 9px;
  font-size: 11px; font-weight: 700; color: #1f3fc4; align-self: flex-start;
  box-shadow: 0 2px 8px rgba(10,20,60,0.06);
}
.sp-loc::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: #1f55e6; }
.sp-title { font-size: 21px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-top: 14px; }
.sp-title span { color: #1f55e6; }
.sp-eyebrow { font-size: 10px; letter-spacing: 0.1em; font-weight: 700; color: #9aa3bd; margin-top: 2px; }

/* generic white card inside screen */
.sp-card {
  background: #fff; border-radius: 18px; padding: 14px;
  box-shadow: 0 10px 26px rgba(10,20,60,0.08);
}
.sp-card + .sp-card { margin-top: 10px; }

/* match screen */
.sp-match-head { display: flex; align-items: center; gap: 10px; }
.sp-ava {
  width: 40px; height: 40px; border-radius: 999px; flex-shrink: 0; position: relative;
  background: linear-gradient(135deg, #ffb38a 0%, #ff7a59 100%);
}
.sp-ava.b { background: linear-gradient(135deg, #b6c4ff 0%, #6379ff 100%); }
.sp-ava::after {
  content: "✓"; position: absolute; bottom: -2px; right: -3px;
  width: 17px; height: 17px; background: #1f55e6; color: #fff; border: 2px solid #fff;
  border-radius: 999px; font-size: 9px; line-height: 13px; display: grid; place-items: center;
}
.sp-name { font-size: 14px; font-weight: 800; letter-spacing: -0.01em; }
.sp-meta { font-size: 10px; color: #1a7f3c; font-weight: 700; margin-top: 2px; }
.sp-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.sp-chip {
  font-size: 10px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
  background: #eef1fb; color: #1f3fc4;
}
.sp-actions { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 6px; margin-top: 12px; }
.sp-btn {
  border-radius: 11px; padding: 9px 0; text-align: center;
  font-size: 11px; font-weight: 700;
}
.sp-btn.decline { background: #ffe2dc; color: #c93b1a; }
.sp-btn.save { background: #fff4cf; color: #8a6a00; }
.sp-btn.accept { background: #1f55e6; color: #fff; }

/* pulse screen cells */
.sp-cells { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.sp-cell { background: #fff; border-radius: 14px; padding: 12px 10px; text-align: left; box-shadow: 0 6px 18px rgba(10,20,60,0.06); }
.sp-cell .l { font-size: 9px; color: #9aa3bd; font-weight: 700; letter-spacing: 0.06em; }
.sp-cell .v { font-size: 22px; font-weight: 800; letter-spacing: -0.03em; margin-top: 4px; }
.sp-live {
  margin-top: 12px; display: flex; align-items: center; gap: 10px;
  background: #0b1a3a; color: #fff; border-radius: 16px; padding: 12px 14px;
}
.sp-live .pulse {
  width: 10px; height: 10px; border-radius: 999px; background: #7fffb1; flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(127,255,177,0.2);
  animation: pulse 2s ease-in-out infinite;
}
.sp-live .lt { font-size: 12px; font-weight: 700; }
.sp-live .ls { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 1px; }

/* discovery map */
.sp-map {
  margin-top: 14px; position: relative; height: 150px; border-radius: 16px; overflow: hidden;
  background:
    radial-gradient(circle at 30% 35%, rgba(99,121,255,0.18), transparent 40%),
    linear-gradient(135deg, #dfe6ff 0%, #eef1fb 100%);
}
.sp-map::before, .sp-map::after {
  content: ""; position: absolute; background: rgba(31,85,230,0.10);
}
.sp-map::before { left: 0; right: 0; top: 46%; height: 2px; transform: rotate(-8deg); }
.sp-map::after { top: 0; bottom: 0; left: 38%; width: 2px; transform: rotate(6deg); }
.sp-pin {
  position: absolute; width: 26px; height: 26px; border-radius: 999px; border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(10,20,60,0.18);
}
.sp-pin.p1 { top: 26%; left: 24%; background: linear-gradient(135deg,#ffb38a,#ff7a59); }
.sp-pin.p2 { top: 54%; left: 60%; background: linear-gradient(135deg,#b6c4ff,#6379ff); }
.sp-pin.p3 { top: 70%; left: 34%; background: linear-gradient(135deg,#ffd58a,#e9a83a); }
.sp-pin.me {
  top: 44%; left: 46%; width: 34px; height: 34px; background: #1f55e6;
  display: grid; place-items: center; color: #fff; font-size: 12px;
  box-shadow: 0 0 0 6px rgba(31,85,230,0.18);
}
.sp-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.sp-row .rdot { width: 30px; height: 30px; border-radius: 999px; flex-shrink: 0; }
.sp-row .rdot.a { background: linear-gradient(135deg,#ffb38a,#ff7a59); }
.sp-row .rdot.b { background: linear-gradient(135deg,#b6c4ff,#6379ff); }
.sp-row .rn { font-size: 12px; font-weight: 700; }
.sp-row .rd { font-size: 10px; color: #9aa3bd; font-weight: 600; margin-top: 1px; }
.sp-row .rmi { margin-left: auto; font-size: 10px; font-weight: 700; color: #1f55e6; }

/* goals screen */
.sp-goal { margin-top: 12px; }
.sp-goal .gh { display: flex; justify-content: space-between; align-items: baseline; }
.sp-goal .gl { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: #6a7390; }
.sp-goal .gv { font-size: 13px; font-weight: 800; letter-spacing: -0.01em; }
.sp-goal .gv span { color: #9aa3bd; font-weight: 700; font-size: 11px; }
.sp-track { margin-top: 7px; height: 8px; border-radius: 8px; background: #e3e7f2; overflow: hidden; }
.sp-track i { display: block; height: 100%; border-radius: 8px; background: linear-gradient(90deg, #1f3fc4, #6379ff); }

/* ----- scrolling step copy ----- */
.story-steps { grid-area: 1 / 1; position: relative; z-index: 2; }
.story-step { min-height: 100vh; display: flex; align-items: center; }
.story-step.left  { justify-content: flex-start; }
.story-step.right { justify-content: flex-end; }
.story-card {
  width: min(430px, 42%);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .6s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}

/* floating KissMet UI fragments on the empty side of each step */
.story-deco {
  position: absolute;
  top: 50%;
  width: min(380px, 40%);
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .7s ease .05s, transform .9s cubic-bezier(.2,.7,.2,1) .05s;
}
.story-step.left  .story-deco { right: 1%;  transform: translateY(-50%) translateX(30px); }
.story-step.right .story-deco { left: 1%;   transform: translateY(-50%) translateX(-30px); }
.story-step.in-view .story-deco { opacity: 1; transform: translateY(-50%) translateX(0); }

/* a deco card */
.dchip {
  position: absolute;
  left: 50%;
  transform: translate(var(--tx,0), 0) rotate(var(--rot,0deg));
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(16, 32, 84, 0.16), 0 4px 14px rgba(16, 32, 84, 0.08);
  padding: 14px 16px;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: #0b1a3a;
  border: 1px solid rgba(31, 85, 230, 0.06);
}
@media (prefers-reduced-motion: no-preference) {
  .dchip { animation: decoFloat 7s ease-in-out infinite; }
  .dchip.b { animation-duration: 8.5s; animation-delay: -2.5s; }
  .dchip.c { animation-duration: 9.5s; animation-delay: -4.5s; }
}
@keyframes decoFloat { 0%,100% { transform: translate(var(--tx,0), 0) rotate(var(--rot,0deg)); } 50% { transform: translate(var(--tx,0), -12px) rotate(var(--rot,0deg)); } }

/* mini avatar */
.davatar { width: 46px; height: 46px; border-radius: 999px; flex-shrink: 0; position: relative; }
.davatar.peach { background: linear-gradient(135deg, #ffb38a 0%, #ff7a59 100%); }
.davatar.blue  { background: linear-gradient(135deg, #b6c4ff 0%, #6379ff 100%); }
.davatar.gold  { background: linear-gradient(135deg, #ffd58a 0%, #e9a83a 100%); }
.davatar.green { background: linear-gradient(135deg, #9be8b6 0%, #3ec97a 100%); }
.davatar .vdot {
  position: absolute; bottom: -1px; right: -2px; width: 14px; height: 14px;
  border-radius: 999px; background: #2fd072; border: 2.5px solid #fff;
}
.davatar .vcheck {
  position: absolute; bottom: -3px; right: -3px; width: 18px; height: 18px;
  background: #1f55e6; color: #fff; border: 2.5px solid #fff; border-radius: 999px;
  font-size: 9px; line-height: 13px; display: grid; place-items: center;
}

/* profile mini card */
.dprofile { display: flex; align-items: center; gap: 12px; }
.dprofile .dname { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; }
.dprofile .dmeta { font-size: 11px; color: #8a93ac; font-weight: 600; margin-top: 2px; }
.dmatch {
  display: inline-flex; align-items: center; gap: 5px;
  background: #eef2ff; color: #1f55e6; font-size: 11px; font-weight: 800;
  padding: 5px 11px; border-radius: 999px;
}
.dmatch::before { content: "♥"; font-size: 10px; }

/* interest tags */
.dtags { display: flex; flex-wrap: wrap; gap: 7px; }
.dtag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; color: #1f55e6;
  background: #fff; border: 1.5px solid #e6ecff; border-radius: 10px;
  padding: 7px 12px;
}
.dtag svg { width: 14px; height: 14px; display: block; }
.dtag.solid { background: #1f55e6; color: #fff; border-color: #1f55e6; }

/* live presence */
.dlive { display: flex; align-items: center; gap: 10px; }
.dlive .dpulse {
  width: 11px; height: 11px; border-radius: 999px; background: #2fd072; flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(47,208,114,0.18);
}
@media (prefers-reduced-motion: no-preference) { .dlive .dpulse { animation: pulse 2s ease-in-out infinite; } }
.dlive .dlt { font-size: 13px; font-weight: 800; }
.dlive .dls { font-size: 11px; color: #8a93ac; font-weight: 600; margin-top: 1px; }
.dstack { display: inline-flex; }
.dstack .davatar { width: 34px; height: 34px; border: 2.5px solid #fff; }
.dstack .davatar + .davatar { margin-left: -12px; }

/* mini map */
.dmap {
  position: relative; width: 200px; height: 150px; border-radius: 16px; overflow: hidden;
  background:
    radial-gradient(circle at 32% 36%, rgba(99,121,255,0.18), transparent 42%),
    linear-gradient(135deg, #e3eaff 0%, #f3f5ff 100%);
}
.dmap::before, .dmap::after { content: ""; position: absolute; background: rgba(31,85,230,0.12); }
.dmap::before { left: 0; right: 0; top: 48%; height: 2px; transform: rotate(-7deg); }
.dmap::after  { top: 0; bottom: 0; left: 40%; width: 2px; transform: rotate(7deg); }
.dmpin {
  position: absolute; width: 26px; height: 26px; border-radius: 999px; border: 2.5px solid #fff;
  box-shadow: 0 4px 10px rgba(16,32,84,0.2);
}
.dmpin.me {
  width: 32px; height: 32px; display: grid; place-items: center; background: #1f55e6;
  color: #fff; font-size: 10px; font-weight: 800; box-shadow: 0 0 0 6px rgba(31,85,230,0.16);
}

/* request actions */
.dreq { display: flex; gap: 8px; }
.dreqbtn {
  display: grid; place-items: center; border-radius: 14px; font-weight: 800;
  font-size: 13px;
}
.dreqbtn.round { width: 46px; height: 46px; border-radius: 999px; }
.dreqbtn.decline { background: #ffe2dc; color: #e0431c; }
.dreqbtn.save    { background: #fff1cc; color: #a87b00; }
.dreqbtn.like    { background: #1f55e6; color: #fff; flex: 1; gap: 7px; padding: 0 18px; }
.dmatched { display: flex; align-items: center; gap: 11px; }
.dmatched .heart {
  width: 40px; height: 40px; border-radius: 12px; background: #ffe6ee; color: #ff4d8d;
  display: grid; place-items: center; font-size: 18px; flex-shrink: 0;
}
.dmatched .dmt { font-size: 14px; font-weight: 800; }
.dmatched .dms { font-size: 11px; color: #8a93ac; font-weight: 600; margin-top: 1px; }
.story-step.in-view .story-card { opacity: 1; transform: none; }
.story-step-num {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: #1f55e6;
  margin-bottom: 18px;
}
.story-step-num b {
  width: 30px; height: 30px; border-radius: 999px;
  display: grid; place-items: center;
  background: #fff; color: #1f55e6; font-size: 13px;
  box-shadow: 0 4px 14px rgba(31,85,230,0.18);
}
.story-card h3 {
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.04;
  color: #0b1a3a; text-wrap: balance;
}
.story-card p {
  margin-top: 16px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.56; color: #5a6486; text-wrap: pretty;
}
.story-feats { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.story-feat { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; color: #0b1a3a; }
.story-feat .tick {
  width: 22px; height: 22px; border-radius: 999px; flex-shrink: 0;
  background: #dff3e3; color: #1a7f3c; display: grid; place-items: center;
  font-size: 11px; font-weight: 800;
}

/* below ~1200px the centered phone leaves no room for side decos */
@media (max-width: 1200px) {
  .story-deco { display: none; }
}

/* mobile: pin phone smaller at top, stack copy below */
@media (max-width: 860px) {
  .story-stage { max-width: 520px; display: block; }
  .story-phone-wrap {
    grid-area: auto;
    top: 64px; height: 50vh; margin-bottom: 0;
  }
  .story-steps { grid-area: auto; }
  .story-deco { display: none; }
  .story-phone { transform: scale(.82); }
  .story-steps { margin-top: 8px; }
  .story-step { min-height: 78vh; align-items: flex-end; }
  .story-step.left, .story-step.right { justify-content: center; }
  .story-card {
    width: 100%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 40px rgba(10,20,60,0.10);
  }
}

/* ========================================================
   WHY — "Why people are waiting for KissMet"
   ======================================================== */
.why { background: #ffffff; }

/* 3-column composition: tall card | photo | two stacked cards */
.why-compose {
  display: grid;
  grid-template-columns: 1.05fr 0.92fr 1.05fr;
  gap: clamp(14px, 1.4vw, 20px);
  align-items: stretch;
}
.why-col {
  display: grid;
  grid-template-rows: 0.82fr 1fr;
  gap: clamp(14px, 1.4vw, 20px);
}
@media (max-width: 940px) {
  .why-compose { grid-template-columns: 1fr; }
  .why-col { grid-template-rows: auto auto; }
}

.why-card {
  border-radius: 28px;
  padding: clamp(28px, 2.6vw, 40px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.why-card h3 {
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.why-card p {
  margin-top: 14px;
  font-size: 15.5px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* left tall card — periwinkle */
.why-card.tall { background: #a2bffe; color: #0b1a3a; }
.why-card.tall p { color: rgba(11, 26, 58, 0.72); }

/* right top — brand blue */
.why-card.accent { background: #1f55e6; color: #ffffff; }
.why-card.accent p { color: rgba(255, 255, 255, 0.82); }

/* right bottom — navy */
.why-card.dark { background: #0b1a3a; color: #ffffff; }
.why-card.dark p { color: rgba(255, 255, 255, 0.68); }

/* center couple photo */
.why-photo {
  border-radius: 28px;
  width: 100%;
  height: clamp(440px, 44vw, 600px);
  display: block;
  align-self: stretch;
  background-image:
    radial-gradient(ellipse 90% 60% at 50% 12%, rgba(120,160,255,0.30), transparent 60%),
    linear-gradient(155deg, #ffd9b8 0%, #ff9e7a 32%, #9a8cf0 72%, #5a6fe6 100%);
  background-size: cover;
  background-position: center;
}
@media (max-width: 940px) { .why-photo { height: clamp(360px, 70vw, 480px); } }

/* echo the app's "values" rows, pinned to bottom of the tall card */
.why-values { margin-top: auto; padding-top: 26px; display: flex; flex-direction: column; gap: 8px; }
.why-value {
  display: flex; align-items: center; gap: 9px;
  background: #fff; border-radius: 11px; padding: 12px 14px;
  font-size: 13.5px; font-weight: 700; color: #1f3fc4;
}
.why-value::before {
  content: "✓"; width: 18px; height: 18px; border-radius: 999px; flex-shrink: 0;
  background: #1f55e6; color: #fff; font-size: 10px; display: grid; place-items: center;
}

/* ========================================================
   PROOF — social proof band (taglines + waitlist signal)
   ======================================================== */
.proof {
  background: #a2bffe;
  color: #0b1a3a;
}
.proof-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}
@media (max-width: 880px) { .proof-inner { grid-template-columns: 1fr; gap: 36px; } }
.proof-stmt { display: flex; flex-direction: column; }
.proof-stmt .pic {
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 18px;
  display: grid; place-items: center; flex-shrink: 0;
  background: rgba(255,255,255,0.55); color: #1f3fc4;
}
.proof-stmt .pic svg { width: 24px; height: 24px; display: block; }
.proof-stmt h3 {
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.12;
  color: #102356; text-wrap: balance;
}
.proof-stmt p { margin-top: 10px; font-size: 15px; line-height: 1.5; color: rgba(16,35,86,0.66); }

/* waitlist signal — avatars + count */
.proof-wait {
  margin-top: clamp(48px, 5vw, 72px);
  max-width: 1200px; margin-left: auto; margin-right: auto;
  background: #ffffff;
  border-radius: 26px;
  padding: clamp(26px, 3vw, 40px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.proof-wait .pw-avatars { display: inline-flex; }
.proof-wait .pw-av {
  width: 46px; height: 46px; border-radius: 999px; border: 3px solid #fff;
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 15px;
}
.proof-wait .pw-av + .pw-av { margin-left: -14px; }
.proof-wait .pw-text { flex: 1; min-width: 220px; }
.proof-wait .pw-text .pw-h { font-size: clamp(20px, 1.8vw, 26px); font-weight: 800; letter-spacing: -0.02em; color: #0b1a3a; }
.proof-wait .pw-text .pw-s { margin-top: 5px; font-size: 14.5px; color: #6a7390; }
.proof-wait .pw-cta {
  appearance: none; border: 0; background: #1f55e6; color: #fff;
  font-family: inherit; font-weight: 700; font-size: 15px;
  padding: 16px 28px; border-radius: 14px; cursor: pointer; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 26px rgba(31,85,230,0.32);
}
.proof-wait .pw-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(31,85,230,0.4); }

/* ========================================================
   STORIES — success-story testimonial (quote left, photo right)
   ======================================================== */
.stories { background: #ffffff; }
.stories-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 880px) { .stories-inner { grid-template-columns: 1fr; gap: 36px; } }

.stories-quote { display: flex; flex-direction: column; }
.stories-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 96px; line-height: 0.6; font-weight: 700;
  color: #1f55e6; height: 56px;
}
.stories-quote blockquote {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #0b1a3a;
  text-wrap: balance;
}
.stories-attr {
  margin-top: clamp(20px, 2.4vw, 30px);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  color: #6a7390;
}
.stories-btn {
  align-self: flex-start;
  margin-top: clamp(26px, 3vw, 38px);
  appearance: none; border: 0; cursor: pointer;
  background: #0b1a3a; color: #fff;
  font-family: inherit; font-weight: 700; font-size: 15px;
  padding: 16px 28px; border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 26px rgba(11,26,58,0.22);
}
.stories-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(11,26,58,0.3); }

.stories-photo {
  width: 100%;
  height: clamp(420px, 42vw, 580px);
  border-radius: 28px;
  display: block;
  background-image:
    radial-gradient(ellipse 80% 50% at 60% 20%, rgba(255,210,180,0.5), transparent 60%),
    linear-gradient(150deg, #c9d6fb 0%, #a2bffe 45%, #6f86e6 100%);
  background-size: cover;
  background-position: center;
}
@media (max-width: 880px) { .stories-photo { height: clamp(360px, 80vw, 480px); } }

/* ========================================================
   FEAT-ZIG — alternating feature rows (number | title | square image)
   ======================================================== */
.feat-zig { background: #ffffff; }
.zig { display: flex; flex-direction: column; gap: clamp(56px, 8vw, 116px); }
.zig-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}
.zig-row.flip .zig-text { order: 2; }
.zig-row.flip .zig-media { order: 1; }

.zig-num {
  font-size: 14px; font-weight: 700; letter-spacing: 0.12em;
  color: #9aa3bd; margin-bottom: 18px;
}
.zig-text h3 {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.04;
  color: #0b1a3a; text-wrap: balance;
}
.zig-text p {
  margin-top: 18px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6; color: #5a6486;
  max-width: 46ch; text-wrap: pretty;
}
.zig-feats { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.zig-feat { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; color: #0b1a3a; }
.zig-feat .tick {
  width: 22px; height: 22px; border-radius: 999px; flex-shrink: 0;
  background: #dff3e3; color: #1a7f3c; display: grid; place-items: center;
  font-size: 11px; font-weight: 800;
}

.zig-media { display: flex; justify-content: center; }
.zig-card {
  width: 100%; max-width: 480px;
  aspect-ratio: 1 / 1;
  border-radius: 34px;
  padding: clamp(18px, 2vw, 26px);
  box-shadow: 0 30px 70px rgba(16, 32, 84, 0.16);
}
.zig-card.c-peri { background: #a2bffe; }
.zig-card.c-navy { background: #0b1a3a; }
.zig-img {
  width: 100%; height: 100%; display: block;
  border-radius: 18px; overflow: hidden;
  background-image: url("assets/hero-couple2.png");
  background-size: cover;
  background-position: 50% 30%;
}

@media (max-width: 820px) {
  .zig-row, .zig-row.flip { grid-template-columns: 1fr; gap: 28px; }
  .zig-row.flip .zig-text { order: 2; }
  .zig-row.flip .zig-media { order: 1; }
  .zig-card { max-width: 420px; }
}
