/* ============================================================================
   CareerAI — landing.css
   Landing page, processing screen, template gallery, download gate styles
   ============================================================================ */

/* ── LANDING: HERO ── */
.lp-hero { padding: 70px 0 60px; background: linear-gradient(160deg, #fff 0%, #ECEAF8 100%); border-bottom: 1px solid #D9D7EF; }
.lp-hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-badge { display: inline-flex; align-items: center; gap: 6px; background: #EDEDFC; border: 1px solid #C8C8F0; border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 600; color: #5B5BD6; margin-bottom: 20px; }
.lp-hero-left h1 { font-family: 'Sora', sans-serif; font-size: 42px; font-weight: 800; line-height: 1.18; letter-spacing: -0.02em; color: #1C1635; margin-bottom: 16px; }
.hero-line-1 { display: block; color: #1C1635; font-size: 0.9em; }
.hero-line-2 { display: block; margin-top: 4px; }
.lp-hero-left h1 .highlight { color: #5B5BD6; background: linear-gradient(135deg, #5B5BD6, #0EA5C4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.lp-hero-sub { font-size: 16px; color: #6B688A; line-height: 1.65; margin-bottom: 24px; max-width: 480px; }
.lp-hero-stats { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-item strong { display: block; font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; color: #1C1635; }
.stat-item span { font-size: 11.5px; color: #6B688A; }
.stat-divider { width: 1px; height: 32px; background: #D9D7EF; }
.lp-hero-ctas { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.btn-lg { padding: 14px 28px !important; font-size: 15px !important; }
.btn-ghost { font-size: 14px; color: #5B5BD6; font-weight: 600; text-decoration: none; padding: 14px 4px; }
.btn-ghost:hover { text-decoration: underline; }
.lp-trust { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #6B688A; }
.trust-avatars { display: flex; }
.ta { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, #5B5BD6, #0EA5C4); margin-left: -6px; border: 2px solid #fff; }
.ta:first-child { margin-left: 0; }

/* RESUME MOCKUP */
.lp-hero-right { position: relative; }
.resume-mockup { background: #fff; border: 1px solid #D9D7EF; border-radius: 16px; padding: 20px; box-shadow: 0 8px 40px rgba(28,22,53,0.12); position: relative; z-index: 2; }
.rm-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid #ECEAF8; }
.rm-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #5B5BD6, #0EA5C4); flex-shrink: 0; }
.rm-name { width: 100px; height: 10px; background: #1C1635; border-radius: 4px; margin-bottom: 5px; }
.rm-title { width: 70px; height: 8px; background: #D9D7EF; border-radius: 4px; }
.rm-score-badge { display: flex; align-items: center; gap: 10px; background: #EDEDFC; border: 1px solid #C8C8F0; border-radius: 10px; padding: 10px 14px; margin-bottom: 14px; }
.rm-score { font-family: 'JetBrains Mono', monospace; font-size: 28px; font-weight: 700; color: #5B5BD6; }
.rm-bars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.rm-bar-row { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #6B688A; }
.rm-bar-row span:first-child { width: 100px; flex-shrink: 0; }
.rm-bar { flex: 1; height: 6px; background: #ECEAF8; border-radius: 999px; overflow: hidden; }
.rm-bar div { height: 100%; background: #5B5BD6; border-radius: 999px; }
.rm-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.rm-tag { font-size: 10.5px; padding: 3px 9px; border-radius: 999px; font-weight: 600; }
.rm-tag.green { background: #ECFDF5; color: #059669; }
.rm-tag.red { background: #FEF2F2; color: #DC2626; }
.rm-tag.orange { background: #FEF0E3; color: #D97F2E; }
.lp-floating-card { position: absolute; background: #fff; border: 1px solid #D9D7EF; border-radius: 10px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; box-shadow: 0 4px 16px rgba(28,22,53,0.10); z-index: 3; font-size: 12px; }
.fc1 { top: -16px; right: -20px; }
.fc2 { bottom: 20px; right: -24px; }
.fc-icon { font-size: 20px; }
.fc-title { font-weight: 600; font-size: 12px; color: #1C1635; margin-bottom: 2px; }
.fc-sub { font-size: 11px; color: #6B688A; }

/* BRANDS STRIP */
.lp-brands { padding: 24px 0; background: #fff; border-bottom: 1px solid #D9D7EF; }
.brands-label { text-align: center; font-size: 12px; font-weight: 600; color: #6B688A; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.brands-strip { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.brand-logo { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: #C4C2D8; letter-spacing: -0.01em; }

/* SECTIONS */
.lp-section { padding: 72px 0; }
.lp-features-section { background: #ECEAF8; }
.lp-testimonials { background: #fff; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #5B5BD6; margin-bottom: 10px; }
.section-header h2 { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: #1C1635; margin-bottom: 8px; }
.section-header h2 .highlight { color: #5B5BD6; }
.section-sub { font-size: 15px; color: #6B688A; max-width: 500px; margin: 0 auto; }

/* STEPS */
.lp-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: center; }
.lp-step { background: #fff; border: 1px solid #D9D7EF; border-radius: 16px; padding: 28px 24px; text-align: center; box-shadow: 0 2px 8px rgba(28,22,53,0.05); }
.step-number { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: #5B5BD6; margin-bottom: 8px; }
.step-icon { font-size: 36px; margin-bottom: 12px; }
.lp-step h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: #1C1635; margin-bottom: 8px; }
.lp-step p { font-size: 13.5px; color: #6B688A; }
.step-time { margin-top: 12px; font-size: 11.5px; font-weight: 600; color: #5B5BD6; background: #EDEDFC; padding: 4px 10px; border-radius: 999px; display: inline-block; }
.step-arrow { font-size: 24px; color: #C8C8F0; padding: 0 8px; }

/* FEATURES GRID */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { background: #fff; border: 1px solid #D9D7EF; border-radius: 14px; padding: 22px; box-shadow: 0 1px 4px rgba(28,22,53,0.05); position: relative; }
.feature-card-large { grid-column: span 1; }
.feat-icon { font-size: 28px; margin-bottom: 12px; }
.feature-card h3 { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: #1C1635; margin-bottom: 8px; }
.feature-card p { font-size: 13px; color: #6B688A; line-height: 1.6; }
.feat-badge { position: absolute; top: 14px; right: 14px; background: #EDEDFC; color: #5B5BD6; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em; }
.feat-preview { margin-top: 14px; }
.fp-bar { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #6B688A; margin-bottom: 8px; }
.fp-bar span { width: 110px; flex-shrink: 0; }
.fp-bar b { width: 30px; flex-shrink: 0; font-weight: 700; color: #1C1635; }
.fpb { flex: 1; height: 7px; background: #ECEAF8; border-radius: 999px; overflow: hidden; }
.fpb div { height: 100%; border-radius: 999px; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #F8F7FF; border: 1px solid #D9D7EF; border-radius: 14px; padding: 24px; }
.testi-featured { background: linear-gradient(150deg, #EDEDFC, #E0F5FA); border-color: #C8C8F0; }
.testi-stars { color: #F59E0B; font-size: 14px; margin-bottom: 12px; }
.testi-card p { font-size: 14px; color: #1C1635; line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #5B5BD6, #0EA5C4); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 14px; flex-shrink: 0; }
.testi-author strong { display: block; font-size: 13px; color: #1C1635; }
.testi-author span { font-size: 11.5px; color: #6B688A; }

/* PRICING */
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; }
.pricing-card-main { background: #fff; border: 2px solid #5B5BD6; border-radius: 20px; padding: 32px; box-shadow: 0 8px 32px rgba(91,91,214,0.12); position: relative; }
.pcm-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #5B5BD6; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 16px; border-radius: 999px; white-space: nowrap; }
.pcm-price { font-family: 'Sora', sans-serif; font-size: 52px; font-weight: 800; color: #D97F2E; line-height: 1; margin-bottom: 4px; }
.pcm-period { font-size: 13px; color: #6B688A; margin-bottom: 20px; }
.pcm-features { list-style: none; padding: 0; margin: 0 0 22px; font-size: 14px; }
.pcm-features li { padding: 6px 0; padding-left: 22px; position: relative; color: #1C1635; }
.pcm-features li::before { content: "✓"; position: absolute; left: 0; color: #5B5BD6; font-weight: 700; }
.pcm-trust { text-align: center; font-size: 11.5px; color: #6B688A; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.pricing-card-side { background: #ECEAF8; border: 1px solid #D9D7EF; border-radius: 16px; padding: 28px; }
.pricing-card-side h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: #1C1635; margin-bottom: 10px; }
.pricing-card-side p { font-size: 13.5px; color: #6B688A; line-height: 1.6; }
.coming-soon-box { margin-top: 20px; background: #fff; border: 1px solid #C8C8F0; border-radius: 10px; padding: 14px; }
.cs-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #5B5BD6; margin-bottom: 4px; }
.cs-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: #1C1635; margin-bottom: 8px; }
.cs-items { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; color: #6B688A; }
.cs-items span::before { content: "→ "; color: #5B5BD6; font-weight: 700; }

/* FOOTER */
.lp-footer { background: #1C1635; padding: 36px 0; text-align: center; }
.lp-footer .logo { color: #fff; }
.lp-footer p { font-size: 12px; color: #6B688A; margin-top: 8px; }

/* ── PROCESSING SCREEN ── */
.processing-container { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; background: linear-gradient(180deg, #fff 0%, #ECEAF8 100%); }
.processing-orb { position: relative; width: 120px; height: 120px; margin-bottom: 32px; }
.orb-glow { position: absolute; inset: 0; background: radial-gradient(circle, rgba(91,91,214,0.25) 0%, rgba(14,165,196,0.1) 60%, transparent 70%); border-radius: 50%; animation: orb-pulse 2s ease-in-out infinite; }
.orb-stars { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.orb-stars span { position: absolute; color: #5B5BD6; font-size: 16px; animation: star-float 3s ease-in-out infinite; }
.orb-stars span:nth-child(1) { top: 10px; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.orb-stars span:nth-child(2) { bottom: 20px; left: 20px; animation-delay: 0.8s; }
.orb-stars span:nth-child(3) { bottom: 20px; right: 20px; animation-delay: 1.6s; }
.orb-smile { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 28px; color: #5B5BD6; line-height: 1; animation: orb-pulse 2s ease-in-out infinite; }
@keyframes orb-pulse { 0%,100%{transform:scale(1);opacity:0.9;} 50%{transform:scale(1.08);opacity:1;} }
@keyframes star-float { 0%,100%{transform:translateY(0) scale(1);opacity:0.7;} 50%{transform:translateY(-6px) scale(1.2);opacity:1;} }
.processing-title { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: #1C1635; margin-bottom: 10px; }
.processing-sub { font-size: 15px; color: #6B688A; max-width: 460px; text-align: center; margin-bottom: 32px; }
.processing-bar-wrap { width: 320px; max-width: 100%; height: 6px; background: #ECEAF8; border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.processing-bar { height: 100%; background: linear-gradient(90deg, #5B5BD6, #0EA5C4); border-radius: 999px; width: 0%; transition: width 0.8s ease; }
.processing-tips { font-size: 13px; color: #5B5BD6; font-family: 'JetBrains Mono', monospace; font-weight: 600; }

/* ── FLOW SCREENS ── */
.flow-container { max-width: 640px; margin: 0 auto; padding: 32px 16px; }
.flow-step-indicator { display: flex; align-items: center; gap: 6px; margin-bottom: 24px; flex-wrap: wrap; }
.fsi { font-size: 12px; font-weight: 600; color: #C4C2D8; padding: 4px 10px; border-radius: 999px; }
.fsi.active { background: #EDEDFC; color: #5B5BD6; border: 1px solid #C8C8F0; }
.fsi.done { background: #ECFDF5; color: #059669; }
.fsi-arrow { font-size: 12px; color: #D9D7EF; }
.or-divider { display: flex; align-items: center; gap: 10px; margin: 12px 0; }
.or-divider::before,.or-divider::after { content:''; flex:1; height:1px; background:var(--border); }
.or-divider span { font-size: 12px; color: var(--text-muted); }

/* ── TEMPLATE GALLERY ── */
.templates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.template-card { background: #fff; border: 2px solid #D9D7EF; border-radius: 12px; overflow: hidden; cursor: pointer; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.template-card:hover { border-color: #5B5BD6; box-shadow: 0 4px 20px rgba(91,91,214,0.12); }
.template-card.selected { border-color: #5B5BD6; box-shadow: 0 4px 24px rgba(91,91,214,0.20); }
.template-preview { height: 200px; background: #F8F7FF; padding: 12px; overflow: hidden; }
.template-info { padding: 12px 14px; border-top: 1px solid #ECEAF8; display: flex; align-items: center; justify-content: space-between; }
.template-name { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: #1C1635; }
.template-tag { font-size: 10.5px; background: #EDEDFC; color: #5B5BD6; padding: 2px 8px; border-radius: 999px; font-weight: 600; }
.template-select-btn { width: 100%; padding: 10px; background: #5B5BD6; color: #fff; border: none; border-radius: 0 0 10px 10px; font-weight: 700; font-size: 13px; cursor: pointer; margin-top: 0; }
.template-select-btn:hover { background: #4040A0; }

/* TEMPLATE SVG PREVIEWS */
.tpl-classic .tp-line { fill: #1C1635; }
.tpl-sidebar { display: flex; height: 100%; }
.tpl-sidebar .tp-sidebar { width: 35%; background: #5B5BD6; height: 100%; border-radius: 4px 0 0 4px; }
.tpl-sidebar .tp-main { flex: 1; padding: 8px; }

/* ── DOWNLOAD GATE ── */
.download-gate { background: #fff; border: 1px solid #D9D7EF; border-radius: 20px; padding: 36px; text-align: center; box-shadow: 0 8px 40px rgba(28,22,53,0.10); }
.dg-icon { font-size: 48px; margin-bottom: 16px; }
.download-gate h2 { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 800; color: #1C1635; margin-bottom: 8px; }
.dg-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; text-align: left; }
.dg-plan { border: 2px solid #D9D7EF; border-radius: 12px; padding: 16px; cursor: pointer; transition: border-color 0.15s ease; position: relative; }
.dg-plan:hover { border-color: #C8C8F0; }
.dg-free { background: #F8F7FF; }
.dg-pro { background: linear-gradient(150deg, #EDEDFC, #E0F5FA); border-color: #C8C8F0; }
.dg-plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #F2994A; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 12px; border-radius: 999px; white-space: nowrap; }
.dg-plan-header { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 14px; color: #1C1635; }
.dg-plan-price { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; color: #5B5BD6; margin-bottom: 10px; }
.dg-plan-price span { font-size: 13px; font-weight: 500; color: #6B688A; }
.dg-plan-features { list-style: none; padding: 0; font-size: 12.5px; color: #6B688A; }
.dg-plan-features li { margin-bottom: 4px; }
.dg-form { text-align: left; max-width: 360px; margin: 0 auto; }
.dg-form label { margin-top: 10px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .lp-hero-content { grid-template-columns: 1fr; }
  .lp-hero-right { display: none; }
  .lp-steps { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); text-align: center; }
  .features-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .pricing-layout { grid-template-columns: 1fr; }
  .templates-grid { grid-template-columns: repeat(2, 1fr); }
  .dg-plans { grid-template-columns: 1fr; }
  .lp-hero-left h1 { font-size: 28px; }
  .section-header h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .templates-grid { grid-template-columns: 1fr; }
}

/* ── MOMOS SECTION ── */
.momos-section {
  padding: 72px 0;
  background: linear-gradient(160deg, #FFF8F2 0%, #ECEAF8 100%);
  border-top: 1px solid #E0DFF0;
  border-bottom: 1px solid #E0DFF0;
  overflow: hidden;
}
.momos-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: center;
}

/* Image */
.momos-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(28,22,53,0.15);
}
.momos-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.momos-price-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(242,153,74,0.95);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 10px;
  line-height: 1;
  backdrop-filter: blur(4px);
}
.momos-price-tag span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.85;
  margin-top: 3px;
  letter-spacing: 0.04em;
}

/* Text */
.momos-question {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6B688A;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.momos-word-momos {
  font-family: 'Sora', sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #F2994A;
  margin-bottom: 4px;
}
.momos-dot { color: #5B5BD6; }

.momos-subline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #5B5BD6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.momos-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #5B5BD6, #0EA5C4);
  border-radius: 999px;
  margin-bottom: 18px;
}

.momos-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1C1635;
  margin-bottom: 12px;
}
.momos-stop {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #DC2626;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(220,38,38,0.3);
}
.momos-stat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 17px;
  font-weight: 700;
  color: #5B5BD6;
  background: #EDEDFC;
  padding: 1px 7px;
  border-radius: 5px;
}

.momos-body2 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #6B688A;
  margin-bottom: 24px;
}
.momos-body2 em {
  font-style: normal;
  color: #0B7F98;
  font-weight: 600;
}

/* CTA row */
.momos-cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.momos-price-compare {
  display: flex;
  align-items: center;
  gap: 10px;
}
.momos-price-old {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #DC2626;
  text-decoration: line-through;
  opacity: 0.6;
}
.momos-price-old span { font-size: 11px; font-weight: 400; display: block; text-align: center; }
.momos-vs {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #6B688A;
  font-weight: 600;
}
.momos-price-new {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #5B5BD6;
}
.momos-price-new span {
  font-size: 11px;
  font-weight: 400;
  color: #6B688A;
  display: block;
  text-align: center;
}

.momos-footnote {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: #6B688A;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .momos-layout { grid-template-columns: 1fr; gap: 28px; }
  .momos-img { height: 220px; }
  .momos-word-momos { font-size: 44px; }
  .momos-cta-row { flex-direction: column; align-items: flex-start; }
}
