/* ==========================================================================
   BENTO SERVICES SHOWCASE - NEXONOVA (White/UI Edition)
   Matching NexoNova's clean design patterns & General Sans typography
   ========================================================================== */

:root {
  --bento-font-sans: "General Sans", "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* White UI Base */
  --bento-ui-bg: #ffffff;
  --bento-ui-bg-alt: #f8fafc;
  --bento-ui-border: #e2e8f0;
  --bento-ui-border-subtle: rgba(0, 0, 0, 0.06);
  --bento-ui-text-title: #0f172a;
  --bento-ui-text-body: #475569;
  --bento-ui-text-muted: #64748b;
  
  /* Brand accents */
  --bento-brand-blue: #075dff;
  --bento-brand-blue-hover: #004bd9;
  --bento-brand-navy: #00143f;
  
  /* Bento Palette (Preserving the signature colors from reference) */
  /* Paleta corporativa NexoNova (logo) */
  --bento-yellow: #075dff;
  --bento-yellow-dark: #004bd9;
  --bento-yellow-text: #ffffff;

  --bento-teal: #00a4d6;
  --bento-teal-dark: #008bb6;
  --bento-teal-text: #00143f;

  --bento-pink: #00143f;
  --bento-pink-dark: #000c28;
  --bento-pink-text: #ffffff;

  --bento-cream: #e8eef8;
  --bento-cream-dark: #d5deee;
  --bento-cream-text: #00143f;
  
  --bento-lime: #d4f932;
  
  --bento-radius-lg: 28px;
  --bento-radius-md: 20px;
  --bento-radius-sm: 14px;
}

/* ================== SECTION WRAPPER ================== */
.bento-section {
  background-color: var(--bento-ui-bg);
  color: var(--bento-ui-text-title);
  padding: 72px 0 96px;
  position: relative;
  overflow: hidden;
  font-family: var(--bento-font-sans);
  border-top: 1px solid var(--bento-ui-border);
}

.bento-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ================== STANDALONE NAV (White/UI) ================== */
.bento-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 54px;
  border-bottom: 1px solid var(--bento-ui-border);
  margin-bottom: 40px;
}

.bento-nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--bento-brand-navy);
}

.bento-nav-logo-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento-nav-logo-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--bento-brand-blue);
}

.bento-nav-logo-text {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--bento-brand-navy);
}

.bento-nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bento-nav-link {
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bento-nav-link:hover {
  color: var(--bento-brand-blue);
}

.bento-nav-cta {
  background-color: var(--bento-brand-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(7, 93, 255, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.bento-nav-cta:hover {
  background-color: var(--bento-brand-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 93, 255, 0.35);
}

/* ================== HERO HEADINGS ================== */
.bento-hero-header {
  margin-bottom: 48px;
}

.bento-chip-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(7, 93, 255, 0.08);
  color: var(--bento-brand-blue);
  border: 1px solid rgba(7, 93, 255, 0.18);
  padding: 5px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.bento-chip-badge svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.bento-hero-header h1,
.bento-hero-header h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--bento-ui-text-title);
  margin: 0 0 16px 0;
  max-width: 960px;
}

.bento-hero-header p {
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--bento-ui-text-body);
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
  font-weight: 400;
}

/* ================== BENTO GRID LAYOUT ================== */
.bento-grid {
  display: grid;
  grid-template-columns: 1.45fr 1.05fr 1.15fr;
  gap: 22px;
  margin-bottom: 64px;
}

/* ================== SHARED CARD STYLES ================== */
.bento-card {
  border-radius: var(--bento-radius-lg);
  padding: 34px 34px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bento-ui-border-subtle);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-5px);
}

.bento-card-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 8px 0;
}

.bento-card-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
  max-width: 320px;
}

.bento-card-price-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.85;
  margin-bottom: 2px;
}

.bento-card-price {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 24px;
}

.bento-card-price .currency {
  font-size: 20px;
  font-weight: 700;
  vertical-align: super;
  margin-right: 2px;
}

.bento-card-price .suffix {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.75;
  margin-left: 4px;
}

/* Circular action button */
.bento-action-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.2s ease, background-color 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.bento-action-circle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform 0.2s ease;
}

.bento-card:hover .bento-action-circle svg {
  transform: translate(2px, -2px);
}

.bento-action-circle:hover {
  background: rgba(0, 0, 0, 0.35);
  transform: scale(1.08);
}

/* ================== CARD 1: FEATURED YELLOW (LANDING PAGE) ================== */
.bento-card--yellow {
  background-color: var(--bento-yellow);
  color: var(--bento-yellow-text);
  min-height: 520px;
  padding-bottom: 0;
  justify-content: space-between;
  box-shadow: 0 14px 34px -6px rgba(253, 184, 19, 0.32), 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.bento-card--yellow:hover {
  box-shadow: 0 20px 42px -6px rgba(253, 184, 19, 0.42), 0 8px 16px -2px rgba(0, 0, 0, 0.08);
}

.bento-card--yellow .bento-card-title {
  font-size: 38px;
  color: var(--bento-yellow-text);
}

.bento-card--yellow .bento-card-desc {
  color: var(--bento-yellow-text);
  opacity: 0.92;
  font-size: 16px;
  max-width: 360px;
}

.bento-card--yellow .bento-card-price {
  color: var(--bento-yellow-text);
}

/* Yellow card mockup */
.bento-yellow-preview {
  position: relative;
  margin-top: 14px;
  margin-left: -6px;
  margin-right: -34px;
  background: #ffffff;
  border-radius: 20px 0 0 0;
  padding: 20px 24px 28px;
  box-shadow: -8px -8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.bento-yellow-preview-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f3f5;
}

.bento-mockup-dots {
  display: flex;
  gap: 6px;
}

.bento-mockup-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.bento-mockup-dots span:nth-child(1) { background-color: #ff5f56; }
.bento-mockup-dots span:nth-child(2) { background-color: #ffbd2e; }
.bento-mockup-dots span:nth-child(3) { background-color: #27c93f; }

.bento-mockup-brand {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bento-mockup-brand-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-blue);
}

.bento-mockup-menu {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: #9ca3af;
  font-weight: 600;
}

.bento-yellow-preview-content {
  text-align: center;
  padding: 10px 10px 18px;
}

.bento-mockup-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fef3c7;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  margin-bottom: 10px;
}

.bento-mockup-hero-title {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.15;
}

.bento-mockup-hero-title span {
  color: #e5a408;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.bento-mockup-hero-sub {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 14px;
}

.bento-mockup-cta-btn {
  display: inline-block;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 9999px;
}

/* Button "Ver detalles" inside yellow card */
.bento-yellow-action-btn {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 9999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  z-index: 5;
  cursor: pointer;
}

.bento-yellow-action-btn:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* ================== MIDDLE COLUMN (TEAL + PINK) ================== */
.bento-column-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* CARD 2: TEAL (E-COMMERCE) */
.bento-card--teal {
  background-color: var(--bento-teal);
  color: var(--bento-teal-text);
  flex: 1;
  justify-content: space-between;
  box-shadow: 0 12px 28px -4px rgba(46, 168, 148, 0.3), 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.bento-card--teal:hover {
  box-shadow: 0 18px 36px -4px rgba(46, 168, 148, 0.4), 0 6px 14px -2px rgba(0, 0, 0, 0.08);
}

.bento-card--teal .bento-card-title {
  color: var(--bento-teal-text);
  font-size: 28px;
}

.bento-card--teal .bento-card-desc {
  color: var(--bento-teal-text);
  opacity: 0.9;
}

.bento-card--teal .bento-card-price {
  color: var(--bento-teal-text);
  margin-bottom: 0;
}

.bento-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

/* CARD 3: PINK (A MEDIDA) */
.bento-card--pink {
  background-color: var(--bento-pink);
  color: var(--bento-pink-text);
  flex: 1;
  justify-content: space-between;
  box-shadow: 0 12px 28px -4px rgba(237, 129, 218, 0.3), 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.bento-card--pink:hover {
  box-shadow: 0 18px 36px -4px rgba(237, 129, 218, 0.4), 0 6px 14px -2px rgba(0, 0, 0, 0.08);
}

.bento-card--pink .bento-card-title {
  color: var(--bento-pink-text);
  font-size: 28px;
}

.bento-card--pink .bento-card-desc {
  color: var(--bento-pink-text);
  opacity: 0.9;
}

.bento-card--pink .bento-card-price {
  color: var(--bento-pink-text);
  margin-bottom: 0;
}

/* ================== CARD 4: CREAM TALL (CORPORATIVO) ================== */
.bento-card--cream {
  background-color: var(--bento-cream);
  color: var(--bento-cream-text);
  min-height: 520px;
  padding-bottom: 0;
  justify-content: space-between;
  box-shadow: 0 12px 28px -4px rgba(0, 0, 0, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.04);
}

.bento-card--cream:hover {
  box-shadow: 0 18px 36px -4px rgba(0, 0, 0, 0.12), 0 6px 14px -2px rgba(0, 0, 0, 0.06);
}

.bento-card--cream .bento-card-title {
  color: var(--bento-cream-text);
  font-size: 30px;
}

.bento-card--cream .bento-card-desc {
  color: var(--bento-cream-text);
  opacity: 0.9;
}

.bento-card--cream .bento-card-price {
  color: var(--bento-cream-text);
  margin-bottom: 12px;
}

/* App / Dashboard Mockup in Cream Card */
.bento-cream-preview {
  position: relative;
  margin-top: 14px;
  margin-left: -12px;
  margin-right: -12px;
  background: #18191f;
  border-radius: 18px 18px 0 0;
  padding: 16px 16px 36px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bento-cream-sidebar {
  width: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding-right: 10px;
}

.bento-cream-sidebar-item {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
}

.bento-cream-sidebar-item.active {
  background: var(--bento-teal);
}

.bento-cream-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bento-cream-card-widget {
  background: #23252e;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bento-cream-avatar-box {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.bento-cream-avatar-box svg {
  width: 24px;
  height: 24px;
  stroke: #9ca3af;
}

.bento-cream-metric-title {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.bento-cream-metric-val {
  font-size: 9px;
  color: #9ca3af;
}

.bento-cream-floating-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}

/* Iconos isométricos corporativos — cada ítem quality */
.quality-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 28px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  /* Suave entrada al scroll */
  transition: transform 300ms ease;
}

.quality-icon:hover {
  transform: translateY(-4px) scale(1.04);
}

/* Quality standard — clean white premium, textos grandes y directos sin ruido visual. */
.quality-standard {
  padding-top: clamp(72px, 9vw, 112px);
  border-top: 1px solid #e8e8e8;
  color: #171717;
}

.quality-standard-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 112px);
  margin-bottom: 72px;
}

.quality-standard-heading > :is(h2, h3) {
  max-width: 720px;
  margin: 0;
  color: #111111;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.quality-standard-heading > p {
  max-width: 460px;
  margin: 0;
  color: #3d3d3d;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.7;
}

.quality-standard-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px clamp(40px, 7vw, 112px);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Separación por espacio puro, no por líneas */
.quality-standard-list > li {
  min-width: 0;
}

.quality-standard-list :is(h3, h4) {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.032em;
}

.quality-standard-list p {
  max-width: 50ch;
  margin: 0;
  color: #444444;
  font-size: 1.1rem;
  line-height: 1.72;
}

@media (max-width: 960px) {
  .quality-standard-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }

  .quality-standard-heading > p {
    max-width: 640px;
  }
}

@media (max-width: 640px) {
  .quality-standard-heading > :is(h2, h3) {
    font-size: clamp(2.6rem, 8vw, 3.4rem);
  }

  .quality-standard-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================== INTERACTIVE SERVICE MODAL (White/UI) ================== */
.bento-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.bento-modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.bento-modal-card {
  background: #ffffff;
  border: 1px solid var(--bento-ui-border);
  border-radius: 28px;
  width: 100%;
  max-width: 580px;
  padding: 36px;
  color: var(--bento-ui-text-title);
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-modal-overlay.is-active .bento-modal-card {
  transform: scale(1);
}

.bento-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.bento-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.bento-modal-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bento-modal-tag--yellow { background: #dbe7ff; color: #00143f; border: 1px solid #b4c9ff; }
.bento-modal-tag--teal { background: #d7f3fb; color: #003a4d; border: 1px solid #9fe0f2; }
.bento-modal-tag--pink { background: #00143f; color: #ffffff; border: 1px solid #00143f; }
.bento-modal-tag--cream { background: #e8eef8; color: #00143f; border: 1px solid #c5d0e4; }

.bento-modal-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
  color: var(--bento-ui-text-title);
}

.bento-modal-desc {
  font-size: 15px;
  color: var(--bento-ui-text-body);
  line-height: 1.5;
  margin-bottom: 24px;
}

.bento-modal-specs {
  background: #f8fafc;
  border: 1px solid var(--bento-ui-border);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 28px;
}

.bento-modal-spec-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #334155;
}

.bento-modal-spec-item:last-child {
  margin-bottom: 0;
}

.bento-modal-spec-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--bento-brand-blue);
  flex-shrink: 0;
}

.bento-modal-actions {
  display: flex;
  gap: 14px;
}

.bento-modal-btn-primary {
  flex: 1;
  background: var(--bento-brand-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 16px rgba(7, 93, 255, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bento-modal-btn-primary:hover {
  background: var(--bento-brand-blue-hover);
  transform: translateY(-2px);
}

.bento-modal-btn-secondary {
  flex: 1;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--bento-ui-border);
  transition: background 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bento-modal-btn-secondary:hover {
  background: #e2e8f0;
}

/* ================== RESPONSIVENESS ================== */
@media (max-width: 1080px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .bento-card--yellow {
    grid-column: 1 / -1;
  }
  
  .bento-column-stack {
    grid-column: 1;
  }
  
  .bento-card--cream {
    grid-column: 2;
  }
}

@media (max-width: 768px) {
  .bento-section {
    padding: 50px 0 60px;
  }
  
  .bento-nav {
    padding: 16px 0 32px;
    margin-bottom: 24px;
  }
  
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .bento-card--yellow,
  .bento-column-stack,
  .bento-card--cream {
    grid-column: 1;
  }
  
  .bento-card {
    padding: 26px 24px 22px;
    border-radius: 22px;
  }
  
  .bento-card-title {
    font-size: 26px;
  }
  
  .bento-card--yellow .bento-card-title {
    font-size: 30px;
  }
  
  .bento-card-price {
    font-size: 30px;
  }
  
  .bento-yellow-preview {
    margin-right: -24px;
    padding: 16px 18px 24px;
  }
  
  .bento-modal-actions {
    flex-direction: column;
  }
}
