/* =========================
   HERO
========================= */

.hero {
  max-width: 960px;
  margin: 2.5rem auto 3rem auto; /* mai sus */
  text-align: center;
}


.subtitle {
  font-size: 1.15rem;
  color: #6b7280;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
/* emphasize median column */
.comparison td:nth-child(2),
.comparison th:nth-child(2) {
  background: #f8fafc;#2563eb
}

/* FI probability – more visual */
.comparison td:nth-child(5) {
  font-weight: 600;
}



/* =========================
   SECTIONS & LAYOUT
========================= */

.snapshot,
.summary,
.comparison,
.charts,
.interpretation {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.25rem;
}

.section-hint {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.content-block {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}


/* =========================
   METRICS GRID
========================= */

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}


/* =========================
   TABLE – SCENARIO COMPARISON
========================= */

.comparison table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.comparison thead th {
  background: #f5f7fa;
  color: #222;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 0.9rem;
  border-bottom: 2px solid #d0d7de;
}

.comparison tbody td {
  padding: 0.65rem 0.9rem;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.comparison tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.comparison tbody tr:hover {
  background-color: #f0f6ff;
}

/* numeric alignment */
.comparison th:not(:first-child),
.comparison td:not(:first-child) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* scenario column */
.comparison th:first-child,
.comparison td:first-child {
  font-weight: 600;
}

/* emphasize strongest scenario (last row) */
.comparison tbody tr:last-child td {
  font-weight: 600;
}


/* =========================
   CHARTS
========================= */

.charts .chart {
  margin-bottom: 3rem;
  text-align: center;
}


/* =========================
   INTERPRETATION
========================= */

.interpretation .placeholder {
  color: #6b7280;
  font-style: italic;
}


/* =========================
   FINAL CTA
========================= */

.final-cta {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: #f1f5f9;
  border-radius: 16px;
}

.final-cta h2 {
  margin-bottom: 1rem;
}


/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
}

.btn.primary {
  background: #2563eb;
  color: #fff;
}

.btn.secondary {
  border: 1px solid #cbd5f5;
  color: #1e3a8a;
}


/* =========================
   RESPONSIVE (SAFE DEFAULT)
========================= */

@media (max-width: 768px) {
  .hero {
    margin: 2rem auto;
  }

  .comparison table {
    font-size: 0.85rem;
  }

  .comparison th,
  .comparison td {
    padding: 0.5rem;
  }

  .hero-cta {
    flex-direction: column;
  }
}
/* =========================
   ASSUMPTIONS (DYNAMIC)
========================= */

/* =========================
   ASSUMPTIONS (DYNAMIC)
========================= */

.assumptions {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.25rem;

  /* accent subtil, nu separator */
  border-left: 2px solid rgba(37, 99, 235, 0.45);
  padding-left: 1.5rem;
}

.assumptions h2::before {
  content: "\2699\FE0F";
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.assumptions-list {
  list-style: none;
  background: #f8fafc;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  border: 1px solid #e5e7eb;
  margin-top: 1.25rem;
}

.assumptions-list li {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.9rem;
  padding-left: 1.4rem;
  position: relative;
  color: #111827;
}

/* marker discret, consistent cu restul site-ului */
.assumptions-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #2563eb;
  font-weight: 600;
}

/* ============================
   HEADER – FIXED HEIGHT, HUGE LOGO
   ============================ */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;

  height: 96px;              /* header RAMANE MIC */
  overflow: visible;         /* PERMITE logo-ului sa iasa */
}

/* container */
.site-nav {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;

  padding: 0 1.5rem;         /* fara padding vertical */

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ============================
   Logo / Brand (3x VISUAL)
   ============================ */

.site-logo {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;

  overflow: visible;
}

/* LOGO-ul efectiv */
.site-logo-image {
  height: 100%;              /* baza: cat headerul */
  width: auto;
  display: block;

  transform: scale(3);       /* ?? DE 3 ORI MAI MARE */
  transform-origin: left center;

  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

/* ============================
   Navigation links
   ============================ */

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #374151;
}

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

/* ============================
   CTA (Calculator)
   ============================ */

.nav-cta {
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 600;
}

.nav-cta:hover {
  background: #1e40af;
}


/* =========================
   BREADCRUMB
========================= */

.breadcrumb {
  max-width: 1200px;
  margin: 1rem auto 0 auto;
  padding: 0 1.5rem;

  font-size: 0.85rem;
  color: #6b7280;
}

.breadcrumb a {
  text-decoration: none;
  color: #2563eb;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 0.4rem;
}

.breadcrumb .current {
  color: #111827;
  font-weight: 500;
}
/* =========================
   VARIED PARAMETER – HIGHLIGHT
========================= */

.varied-parameter-highlight {
  max-width: 1100px;
  margin: 0.75rem auto 2rem auto;
  padding: 1rem 1.25rem;

  display: flex;
  align-items: center;
  gap: 1rem;

  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.08),
    rgba(37, 99, 235, 0.02)
  );

  border-left: 4px solid #2563eb;
  border-radius: 10px;
}


/* Icon */
.varied-parameter-highlight .icon {
  font-size: 1.4rem;
  line-height: 1;
}


/* Context label – secondary */
.varied-parameter-highlight .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.2rem;
}


/* MAIN VALUE – primary focus */
.varied-parameter-highlight .value {
  font-size: 1.05rem;      /* ? u?or mai mare */
  font-weight: 700;        /* ? clar mai bold */
  color: #1e3a8a;
}


/* RANGE – la fel de important ca valoarea */
.varied-parameter-highlight .range {
  margin-left: 0.5rem;
  padding-left: 0.5rem;

  border-left: 1px solid rgba(0, 0, 0, 0.15);

  font-size: 1.05rem;      /* ? egal cu valoarea */
  font-weight: 700;        /* ? bold real */
  color: #0f172a;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.site-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #111827;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
}

.nav-links a:hover {
  color: #2563eb;
}
.calculator-step {
  max-width: 720px;
  margin: 2rem auto;
}

.calculator-step.hidden {
  display: none;
}

.step-actions {
  margin-top: 1.5rem;
}

.hint {
  color: #666;
  font-size: 0.95rem;
}
.parameter {
  margin: 1.5rem 0;
}

.parameter label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.parameter .description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.parameter .value {
  font-weight: 600;
  margin-left: 0.5rem;
}

.parameter input[type="range"] {
  width: 100%;
}

.email-block {
  margin: 1.5rem 0;
}

.email-block input {
  padding: 0.5rem;
  width: 240px;
}

.email-block button {
  margin-left: 0.5rem;
}

#simulation-status {
  margin-top: 1rem;
  font-weight: 600;
}

#simulation-results {
  margin-top: 2rem;
}
.hidden {
  display: none !important;
}
.scenario-axes {
  max-width: 700px;
  margin: 3rem auto;
}

.axis-list {
  list-style: none;
  padding: 0;
}

.axis-list li {
  margin: 0.6rem 0;
}

.axis-list a {
  font-weight: 500;
  text-decoration: none;
}

.axis-list a:hover {
  text-decoration: underline;
}

/* =========================================================
   PAGE · SCENARIO
========================================================= */

.page-scenario .hero {
  max-width: 820px;
  margin: 4rem auto 3rem auto;
  text-align: center;
}

.page-scenario .hero h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.page-scenario .hero .subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}


/* =========================
   CONTEXT & ASSUMPTIONS
========================= */

.page-scenario .scenario-context,
.page-scenario .scenario-assumptions,
.page-scenario .scenario-sensitivity {
  max-width: 780px;
  margin: 3rem auto;
}

.page-scenario .scenario-context {
  border-left: 4px solid #2563eb;
  padding: 1rem 1.5rem;
}

.page-scenario .scenario-context p {
  margin: 0;
}

.page-scenario .scenario-assumptions ul,
.page-scenario .scenario-sensitivity ul {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  list-style: none;              /* IMPORTANT */
}


/* =========================
   LIST ITEMS (NO ::marker!)
========================= */

.page-scenario .assumptions-list li,
.page-scenario .sensitivity-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

/* blue arrow for assumptions */
.page-scenario .assumptions-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #2563eb;
  font-weight: 600;
}

/* red arrow for sensitivity */
.page-scenario .sensitivity-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #dc2626;
  font-weight: 600;
}


/* =========================
   AXES
========================= */

.page-scenario .scenario-axes {
  max-width: 720px;
  margin: 4rem auto;
}

.page-scenario .axis-list {
  list-style: none;
  padding: 0;
}

.page-scenario .axis-list li {
  margin: 0.7rem 0;
}

.page-scenario .axis-list a {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  text-decoration: none;
}

.page-scenario .axis-list a:hover {
  background: #eef2ff;
}


.page-home .hero {
  max-width: 900px;
  margin: 4.5rem auto 3rem auto;
  text-align: center;
}

.page-home .hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.page-home .hero .subtitle {
  font-size: 1.15rem;
  color: #555;
  max-width: 760px;
  margin: 0 auto;
}

.page-home .home-intro,
.page-home .home-scenarios,
.page-home .home-cta {
  max-width: 760px;
  margin: 3.5rem auto;
}

.page-home .scenario-list {
  list-style: none;
  padding: 0;
}

.page-home .scenario-list li {
  margin: 0.6rem 0;
}

.page-home .scenario-list a {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
}

.page-home .scenario-list a:hover {
  background: #eef2ff;
}

.page-home .home-cta {
  text-align: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2.5rem 2rem;
}

.page-home .cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.page-home .cta-button:hover {
  background: #1e4ed8;
}
.page-scenarios .hero {
  max-width: 900px;
  margin: 4rem auto 3rem auto;
  text-align: center;
}

.page-scenarios .hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
}

.page-scenarios .hero .subtitle {
  font-size: 1.1rem;
  color: #555;
}

.page-scenarios .scenarios-intro,
.page-scenarios .scenarios-list {
  max-width: 900px;
  margin: 3rem auto;
}

.page-scenarios .scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}

.page-scenarios .scenario-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.4rem;
  background: #fff;
}

.page-scenarios .scenario-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.page-scenarios .scenario-card a {
  font-weight: 500;
  text-decoration: none;
}

.page-scenarios .scenario-card a:hover {
  text-decoration: underline;
}

.page-methodology {
  background: #ffffff;
}

.methodology-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.methodology-wrapper .hero {
  text-align: center;
  margin-bottom: 4rem;
}

.methodology-wrapper h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
}

.method-block {
  margin-bottom: 2.5rem;
}

.method-block ul {
  margin-left: 1.2rem;
}

.method-block li {
  margin-bottom: 0.6rem;
}

.disclaimer {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  font-size: 0.95rem;
  color: #555;
}

/* =========================================================
   MOBILE POLISH – NON-INTRUSIVE
   (uses existing classes only)
========================================================= */

@media (max-width: 640px) {

  /* ---------------------------------
     GLOBAL RHYTHM
  --------------------------------- */

  body {
    font-size: 15px;
  }

  p {
    line-height: 1.6;
  }

  /* ---------------------------------
     HERO
  --------------------------------- */

  .hero,
  .page-home .hero,
  .page-scenario .hero,
  .page-scenarios .hero {
    margin: 2.2rem auto 1.8rem auto;
    padding: 0 1.25rem;
    text-align: left;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .subtitle {
    font-size: 1.05rem;
  }

  .hero-cta {
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* ---------------------------------
     SECTIONS – LESS DENSE
  --------------------------------- */

  .snapshot,
  .summary,
  .comparison,
  .charts,
  .interpretation,
  .assumptions,
  .scenario-context,
  .scenario-assumptions,
  .scenario-sensitivity,
  .scenario-axes,
  .home-intro,
  .home-scenarios,
  .home-cta {
    margin: 2.2rem auto;
    padding: 0 1.25rem;
  }

  /* ---------------------------------
     LISTS – AIR & TAP SPACE
  --------------------------------- */

  .assumptions-list li,
  .axis-list li,
  .scenario-list li,
  .sensitivity-list li {
    margin-bottom: 0.75rem;
  }

  .axis-list a,
  .scenario-list a {
    display: inline-block;
    padding: 0.5rem 0.6rem;
  }

  /* ---------------------------------
     TABLE – READABLE, NOT CRAMPED
  --------------------------------- */

  .comparison {
    overflow-x: auto;
  }

  .comparison table {
    font-size: 0.85rem;
  }

  .comparison th,
  .comparison td {
    padding: 0.45rem 0.55rem;
  }

  /* ---------------------------------
     CHARTS
  --------------------------------- */

  .charts .chart {
    margin-bottom: 2.2rem;
  }

  .charts img {
    max-width: 100%;
    height: auto;
  }

  /* ---------------------------------
     FINAL CTA
  --------------------------------- */

  .final-cta {
    margin: 3rem auto;
    padding: 2rem 1.25rem;
  }

  .final-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* ---------------------------------
     HEADER – MORE BREATHING ROOM
  --------------------------------- */

  .site-nav,
  .header-inner {
    padding: 0.75rem 1rem;
  }

  .nav-links {
    gap: 0.75rem;
  }

  .nav-links a {
    font-size: 0.85rem;
  }

}

/* =========================================================
   HEADER – MOBILE (2 ROWS, CLEAN)
========================================================= */

@media (max-width: 640px) {

  .site-nav {
    padding: 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  /* LOGO + TITLE (ROW 1) */
  .site-logo {
    font-size: 1.25rem;      /* mai mare */
    font-weight: 700;
    white-space: nowrap;
  }

  /* NAV LINKS (ROW 2) */
  .nav-links {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* HIDE HOME */
  .nav-links li:first-child {
    display: none;
  }

  /* NORMAL LINKS */
  .nav-links a {
    font-size: 0.9rem;
    padding: 0.3rem 0;
    white-space: nowrap;
    text-decoration: none;
  }

  /* CTA – Calculator */
  .nav-links .nav-cta {
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
  }
}

/* ============================
   Scenario cards – Step 1
   ============================ */

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0 2rem;
}

.scenario-card {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.scenario-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1f2937; /* slate-800 */
}

.scenario-card .description {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #4b5563; /* slate-600 */
}

/* Hover */
.scenario-card:hover {
  border-color: #94a3b8; /* slate-400 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* Selected state */
.scenario-card.active {
  border-color: #2563eb; /* blue-600 */
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.18);
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.04),
    rgba(37, 99, 235, 0.02)
  );
}

/* Accent bar (selected) */
.scenario-card.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.5);
  pointer-events: none;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .scenario-card {
    padding: 1rem;
  }

  .scenario-card h3 {
    font-size: 1rem;
  }
}
/* Make scenario cards visibly clickable by default */
.scenario-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe1e8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Subtle "action" hint */
.scenario-card::after {
  content: "Select";
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  opacity: 0.75;
}

/* Clear feedback on hover */
.scenario-card:hover {
  border-color: #64748b;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  transform: translateY(-2px);
}

/* Selected state label */
.scenario-card.active::after {
  content: "Selected";
  color: #2563eb;
  opacity: 1;
}

/* =========================================================
   MOBILE – HEADER FIXED, OPAC, FARA INTERCALARE
========================================================= */

@media (max-width: 640px) {

  /* =========================
     HEADER – FIXED
  ========================= */

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 200;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  /* =========================
     NAV – container vertical
  ========================= */

  .site-nav {
    max-width: none;
    margin: 0;

    padding-top: 0.8rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    /* ? FARA GAP */
    gap: 0;

    background-color: #ffffff;
    opacity: 1;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  /* =========================
     RÂND 1 – LOGO
     (SPA?IUL MUTAT AICI)
  ========================= */

  .site-logo {
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 0.6rem;   /* ?? AICI e fostul gap */
    background-color: #ffffff;
  }

  .site-logo-image {
    display: block;

    transform: scale(2) translateX(-27%);
    transform-origin: left center;

    margin: 0;
    pointer-events: none;
  }

  /* =========================
     RÂND 2 – MENIU
  ========================= */

  .nav-links {
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 0.8rem;

    display: flex;
    align-items: center;
    gap: 0.8rem;

    background-color: #ffffff;
    opacity: 1;
    border-bottom: 2px solid #e5e7eb;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .nav-links li:first-child {
    display: none;
  }

  .nav-links a {
    font-size: 0.9rem;
  }

  /* =========================
     COMPENSARE CON?INUT
  ========================= */

  main.page {
    padding-top: 130px;
  }
}

/* =========================
   HERO
========================= */

.hero {
  max-width: 960px;
  margin: 2.5rem auto 3rem auto; /* mai sus */
  text-align: center;
}


.subtitle {
  font-size: 1.15rem;
  color: #6b7280;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
/* emphasize median column */
.comparison td:nth-child(2),
.comparison th:nth-child(2) {
  background: #f8fafc;#2563eb
}

/* FI probability – more visual */
.comparison td:nth-child(5) {
  font-weight: 600;
}



/* =========================
   SECTIONS & LAYOUT
========================= */

.snapshot,
.summary,
.comparison,
.charts,
.interpretation {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.25rem;
}

.section-hint {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.content-block {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}


/* =========================
   METRICS GRID
========================= */

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}


/* =========================
   TABLE – SCENARIO COMPARISON
========================= */

.comparison table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.comparison thead th {
  background: #f5f7fa;
  color: #222;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 0.9rem;
  border-bottom: 2px solid #d0d7de;
}

.comparison tbody td {
  padding: 0.65rem 0.9rem;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.comparison tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.comparison tbody tr:hover {
  background-color: #f0f6ff;
}

/* numeric alignment */
.comparison th:not(:first-child),
.comparison td:not(:first-child) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* scenario column */
.comparison th:first-child,
.comparison td:first-child {
  font-weight: 600;
}

/* emphasize strongest scenario (last row) */
.comparison tbody tr:last-child td {
  font-weight: 600;
}


/* =========================
   CHARTS
========================= */

.charts .chart {
  margin-bottom: 3rem;
  text-align: center;
}


/* =========================
   INTERPRETATION
========================= */

.interpretation .placeholder {
  color: #6b7280;
  font-style: italic;
}


/* =========================
   FINAL CTA
========================= */

.final-cta {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: #f1f5f9;
  border-radius: 16px;
}

.final-cta h2 {
  margin-bottom: 1rem;
}


/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
}

.btn.primary {
  background: #2563eb;
  color: #fff;
}

.btn.secondary {
  border: 1px solid #cbd5f5;
  color: #1e3a8a;
}


/* =========================
   RESPONSIVE (SAFE DEFAULT)
========================= */

@media (max-width: 768px) {
  .hero {
    margin: 2rem auto;
  }

  .comparison table {
    font-size: 0.85rem;
  }

  .comparison th,
  .comparison td {
    padding: 0.5rem;
  }

  .hero-cta {
    flex-direction: column;
  }
}
/* =========================
   ASSUMPTIONS (DYNAMIC)
========================= */

/* =========================
   ASSUMPTIONS (DYNAMIC)
========================= */

.assumptions {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.25rem;

  /* accent subtil, nu separator */
  border-left: 2px solid rgba(37, 99, 235, 0.45);
  padding-left: 1.5rem;
}

.assumptions h2::before {
  content: "\2699\FE0F";
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.assumptions-list {
  list-style: none;
  background: #f8fafc;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  border: 1px solid #e5e7eb;
  margin-top: 1.25rem;
}

.assumptions-list li {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.9rem;
  padding-left: 1.4rem;
  position: relative;
  color: #111827;
}

/* marker discret, consistent cu restul site-ului */
.assumptions-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #2563eb;
  font-weight: 600;
}

/* ============================
   HEADER – FIXED HEIGHT, HUGE LOGO
   ============================ */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;

  height: 96px;              /* header RAMANE MIC */
  overflow: visible;         /* PERMITE logo-ului sa iasa */
}

/* container */
.site-nav {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;

  padding: 0 1.5rem;         /* fara padding vertical */

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ============================
   Logo / Brand (3x VISUAL)
   ============================ */

.site-logo {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;

  overflow: visible;
}

/* LOGO-ul efectiv */
.site-logo-image {
  height: 100%;              /* baza: cat headerul */
  width: auto;
  display: block;

  transform: scale(3);       /* ?? DE 3 ORI MAI MARE */
  transform-origin: left center;

  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

/* ============================
   Navigation links
   ============================ */

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #374151;
}

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

/* ============================
   CTA (Calculator)
   ============================ */

.nav-cta {
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 600;
}

.nav-cta:hover {
  background: #1e40af;
}


/* =========================
   BREADCRUMB
========================= */

.breadcrumb {
  max-width: 1200px;
  margin: 1rem auto 0 auto;
  padding: 0 1.5rem;

  font-size: 0.85rem;
  color: #6b7280;
}

.breadcrumb a {
  text-decoration: none;
  color: #2563eb;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 0.4rem;
}

.breadcrumb .current {
  color: #111827;
  font-weight: 500;
}
/* =========================
   VARIED PARAMETER – HIGHLIGHT
========================= */

.varied-parameter-highlight {
  max-width: 1100px;
  margin: 0.75rem auto 2rem auto;
  padding: 1rem 1.25rem;

  display: flex;
  align-items: center;
  gap: 1rem;

  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.08),
    rgba(37, 99, 235, 0.02)
  );

  border-left: 4px solid #2563eb;
  border-radius: 10px;
}


/* Icon */
.varied-parameter-highlight .icon {
  font-size: 1.4rem;
  line-height: 1;
}


/* Context label – secondary */
.varied-parameter-highlight .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.2rem;
}


/* MAIN VALUE – primary focus */
.varied-parameter-highlight .value {
  font-size: 1.05rem;      /* ? u?or mai mare */
  font-weight: 700;        /* ? clar mai bold */
  color: #1e3a8a;
}


/* RANGE – la fel de important ca valoarea */
.varied-parameter-highlight .range {
  margin-left: 0.5rem;
  padding-left: 0.5rem;

  border-left: 1px solid rgba(0, 0, 0, 0.15);

  font-size: 1.05rem;      /* ? egal cu valoarea */
  font-weight: 700;        /* ? bold real */
  color: #0f172a;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.site-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #111827;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
}

.nav-links a:hover {
  color: #2563eb;
}
.calculator-step {
  max-width: 720px;
  margin: 2rem auto;
}

.calculator-step.hidden {
  display: none;
}

.step-actions {
  margin-top: 1.5rem;
}

.hint {
  color: #666;
  font-size: 0.95rem;
}
.parameter {
  margin: 1.5rem 0;
}

.parameter label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.parameter .description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.parameter .value {
  font-weight: 600;
  margin-left: 0.5rem;
}

.parameter input[type="range"] {
  width: 100%;
}

.email-block {
  margin: 1.5rem 0;
}

.email-block input {
  padding: 0.5rem;
  width: 240px;
}

.email-block button {
  margin-left: 0.5rem;
}

#simulation-status {
  margin-top: 1rem;
  font-weight: 600;
}

#simulation-results {
  margin-top: 2rem;
}
.hidden {
  display: none !important;
}
.scenario-axes {
  max-width: 700px;
  margin: 3rem auto;
}

.axis-list {
  list-style: none;
  padding: 0;
}

.axis-list li {
  margin: 0.6rem 0;
}

.axis-list a {
  font-weight: 500;
  text-decoration: none;
}

.axis-list a:hover {
  text-decoration: underline;
}

/* =========================================================
   PAGE · SCENARIO
========================================================= */

.page-scenario .hero {
  max-width: 820px;
  margin: 4rem auto 3rem auto;
  text-align: center;
}

.page-scenario .hero h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.page-scenario .hero .subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}


/* =========================
   CONTEXT & ASSUMPTIONS
========================= */

.page-scenario .scenario-context,
.page-scenario .scenario-assumptions,
.page-scenario .scenario-sensitivity {
  max-width: 780px;
  margin: 3rem auto;
}

.page-scenario .scenario-context {
  border-left: 4px solid #2563eb;
  padding: 1rem 1.5rem;
}

.page-scenario .scenario-context p {
  margin: 0;
}

.page-scenario .scenario-assumptions ul,
.page-scenario .scenario-sensitivity ul {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  list-style: none;              /* IMPORTANT */
}


/* =========================
   LIST ITEMS (NO ::marker!)
========================= */

.page-scenario .assumptions-list li,
.page-scenario .sensitivity-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

/* blue arrow for assumptions */
.page-scenario .assumptions-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #2563eb;
  font-weight: 600;
}

/* red arrow for sensitivity */
.page-scenario .sensitivity-list li::before {
  content: "\25B8";
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #dc2626;
  font-weight: 600;
}


/* =========================
   AXES
========================= */

.page-scenario .scenario-axes {
  max-width: 720px;
  margin: 4rem auto;
}

.page-scenario .axis-list {
  list-style: none;
  padding: 0;
}

.page-scenario .axis-list li {
  margin: 0.7rem 0;
}

.page-scenario .axis-list a {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  text-decoration: none;
}

.page-scenario .axis-list a:hover {
  background: #eef2ff;
}


.page-home .hero {
  max-width: 900px;
  margin: 4.5rem auto 3rem auto;
  text-align: center;
}

.page-home .hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.page-home .hero .subtitle {
  font-size: 1.15rem;
  color: #555;
  max-width: 760px;
  margin: 0 auto;
}

.page-home .home-intro,
.page-home .home-scenarios,
.page-home .home-cta {
  max-width: 760px;
  margin: 3.5rem auto;
}

.page-home .scenario-list {
  list-style: none;
  padding: 0;
}

.page-home .scenario-list li {
  margin: 0.6rem 0;
}

.page-home .scenario-list a {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
}

.page-home .scenario-list a:hover {
  background: #eef2ff;
}

.page-home .home-cta {
  text-align: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2.5rem 2rem;
}

.page-home .cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.page-home .cta-button:hover {
  background: #1e4ed8;
}
.page-scenarios .hero {
  max-width: 900px;
  margin: 4rem auto 3rem auto;
  text-align: center;
}

.page-scenarios .hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
}

.page-scenarios .hero .subtitle {
  font-size: 1.1rem;
  color: #555;
}

.page-scenarios .scenarios-intro,
.page-scenarios .scenarios-list {
  max-width: 900px;
  margin: 3rem auto;
}

.page-scenarios .scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}

.page-scenarios .scenario-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.4rem;
  background: #fff;
}

.page-scenarios .scenario-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.page-scenarios .scenario-card a {
  font-weight: 500;
  text-decoration: none;
}

.page-scenarios .scenario-card a:hover {
  text-decoration: underline;
}

.page-methodology {
  background: #ffffff;
}

.methodology-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.methodology-wrapper .hero {
  text-align: center;
  margin-bottom: 4rem;
}

.methodology-wrapper h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
}

.method-block {
  margin-bottom: 2.5rem;
}

.method-block ul {
  margin-left: 1.2rem;
}

.method-block li {
  margin-bottom: 0.6rem;
}

.disclaimer {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  font-size: 0.95rem;
  color: #555;
}

/* =========================================================
   MOBILE POLISH – NON-INTRUSIVE
   (uses existing classes only)
========================================================= */

@media (max-width: 640px) {

  /* ---------------------------------
     GLOBAL RHYTHM
  --------------------------------- */

  body {
    font-size: 15px;
  }

  p {
    line-height: 1.6;
  }

  /* ---------------------------------
     HERO
  --------------------------------- */

  .hero,
  .page-home .hero,
  .page-scenario .hero,
  .page-scenarios .hero {
    margin: 2.2rem auto 1.8rem auto;
    padding: 0 1.25rem;
    text-align: left;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .subtitle {
    font-size: 1.05rem;
  }

  .hero-cta {
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* ---------------------------------
     SECTIONS – LESS DENSE
  --------------------------------- */

  .snapshot,
  .summary,
  .comparison,
  .charts,
  .interpretation,
  .assumptions,
  .scenario-context,
  .scenario-assumptions,
  .scenario-sensitivity,
  .scenario-axes,
  .home-intro,
  .home-scenarios,
  .home-cta {
    margin: 2.2rem auto;
    padding: 0 1.25rem;
  }

  /* ---------------------------------
     LISTS – AIR & TAP SPACE
  --------------------------------- */

  .assumptions-list li,
  .axis-list li,
  .scenario-list li,
  .sensitivity-list li {
    margin-bottom: 0.75rem;
  }

  .axis-list a,
  .scenario-list a {
    display: inline-block;
    padding: 0.5rem 0.6rem;
  }

  /* ---------------------------------
     TABLE – READABLE, NOT CRAMPED
  --------------------------------- */

  .comparison {
    overflow-x: auto;
  }

  .comparison table {
    font-size: 0.85rem;
  }

  .comparison th,
  .comparison td {
    padding: 0.45rem 0.55rem;
  }

  /* ---------------------------------
     CHARTS
  --------------------------------- */

  .charts .chart {
    margin-bottom: 2.2rem;
  }

  .charts img {
    max-width: 100%;
    height: auto;
  }

  /* ---------------------------------
     FINAL CTA
  --------------------------------- */

  .final-cta {
    margin: 3rem auto;
    padding: 2rem 1.25rem;
  }

  .final-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* ---------------------------------
     HEADER – MORE BREATHING ROOM
  --------------------------------- */

  .site-nav,
  .header-inner {
    padding: 0.75rem 1rem;
  }

  .nav-links {
    gap: 0.75rem;
  }

  .nav-links a {
    font-size: 0.85rem;
  }

}

/* =========================================================
   HEADER – MOBILE (2 ROWS, CLEAN)
========================================================= */

@media (max-width: 640px) {

  .site-nav {
    padding: 0.8rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  /* LOGO + TITLE (ROW 1) */
  .site-logo {
    font-size: 1.25rem;      /* mai mare */
    font-weight: 700;
    white-space: nowrap;
  }

  /* NAV LINKS (ROW 2) */
  .nav-links {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* HIDE HOME */
  .nav-links li:first-child {
    display: none;
  }

  /* NORMAL LINKS */
  .nav-links a {
    font-size: 0.9rem;
    padding: 0.3rem 0;
    white-space: nowrap;
    text-decoration: none;
  }

  /* CTA – Calculator */
  .nav-links .nav-cta {
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
  }
}

/* ============================
   Scenario cards – Step 1
   ============================ */

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0 2rem;
}

.scenario-card {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.scenario-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1f2937; /* slate-800 */
}

.scenario-card .description {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #4b5563; /* slate-600 */
}

/* Hover */
.scenario-card:hover {
  border-color: #94a3b8; /* slate-400 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* Selected state */
.scenario-card.active {
  border-color: #2563eb; /* blue-600 */
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.18);
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.04),
    rgba(37, 99, 235, 0.02)
  );
}

/* Accent bar (selected) */
.scenario-card.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.5);
  pointer-events: none;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .scenario-card {
    padding: 1rem;
  }

  .scenario-card h3 {
    font-size: 1rem;
  }
}
/* Make scenario cards visibly clickable by default */
.scenario-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe1e8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Subtle "action" hint */
.scenario-card::after {
  content: "Select";
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  opacity: 0.75;
}

/* Clear feedback on hover */
.scenario-card:hover {
  border-color: #64748b;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  transform: translateY(-2px);
}

/* Selected state label */
.scenario-card.active::after {
  content: "Selected";
  color: #2563eb;
  opacity: 1;
}

/* =========================================================
   MOBILE – HEADER FIXED, OPAC, FARA INTERCALARE
========================================================= */

@media (max-width: 640px) {

  /* =========================
     HEADER – FIXED
  ========================= */

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 200;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  /* =========================
     NAV – container vertical
  ========================= */

  .site-nav {
    max-width: none;
    margin: 0;

    padding-top: 0.8rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    /* ? FARA GAP */
    gap: 0;

    background-color: #ffffff;
    opacity: 1;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  /* =========================
     RÂND 1 – LOGO
     (SPA?IUL MUTAT AICI)
  ========================= */

  .site-logo {
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 0.6rem;   /* ?? AICI e fostul gap */
    background-color: #ffffff;
  }

  .site-logo-image {
    display: block;

    transform: scale(2) translateX(-27%);
    transform-origin: left center;

    margin: 0;
    pointer-events: none;
  }

  /* =========================
     RÂND 2 – MENIU
  ========================= */

  .nav-links {
    width: 100%;
    padding-left: 1rem;
    padding-bottom: 0.8rem;

    display: flex;
    align-items: center;
    gap: 0.8rem;

    background-color: #ffffff;
    opacity: 1;
    border-bottom: 2px solid #e5e7eb;

    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .nav-links li:first-child {
    display: none;
  }

  .nav-links a {
    font-size: 0.9rem;
  }

  /* =========================
     COMPENSARE CON?INUT
  ========================= */

  main.page {
    padding-top: 130px;
  }
}

