
    /* ===========================
   HEADER BAR
=========================== */

.site-header {
  width: 100%;
  /* ίδιο gradient με τα ενεργά κουμπιά Ρεύμα/Αέριο */
  background: linear-gradient(135deg, var(--yellow), var(--blue));
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  padding: 10px 0;
  margin-bottom: 20px;
}


.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
}

.header-logo .logo-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
  color: #111827;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav .nav-link {
  margin-left: 18px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: 0.15s ease;
}

.header-nav .nav-link:hover {
  color: #fff;
  text-shadow: 0 0 6px rgba(255,255,255,0.25);
}

.header-nav .nav-link.active {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255,255,255,0.35);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .header-inner {
    flex-direction: column;
    gap: 8px;
  }
}

    :root {
      --yellow: #fecf33;
      --yellow-dark: #f5b400;
      --blue: #1d4ed8;
      --blue-dark: #1e3a8a;
      --bg: #f5f7fb;
      --text: #111827;
      --muted: #6b7280;
      --card-bg: #ffffff;
      --border-soft: #e5e7eb;
      --radius-lg: 18px;
      --shadow-soft: 0 18px 35px rgba(15, 23, 42, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: radial-gradient(circle at top, #e0edff 0, var(--bg) 50%);
      color: var(--text);
    }

    .page {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 16px 56px;
    }

    /* Header / Hero */

    header {
      margin-bottom: 12px;
    }

    .top-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 1.1rem;
    }

    .logo-icon {
      width: 32px;
      height: 32px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--yellow), var(--blue));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 800;
    }

    .badge-demo {
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(37, 99, 235, 0.08);
      color: var(--blue-dark);
      font-size: 0.75rem;
      font-weight: 600;
      white-space: nowrap;
    }

.hero {
  position: relative;
  display: flex;
  align-items: center;

  padding: 60px 40px;
  border-radius: 22px;

  background: linear-gradient(135deg, #fecf33, #3e63ff);
  box-shadow: 0 20px 40px rgba(15,23,42,0.18);

  overflow: hidden;
  min-height: 480px;
}

.hero-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: none;
  opacity: 0.23;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
}


   .hero-title {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-bullets li::before {
  /* αν έχεις κάποιο checkmark, μπορείς να το αφήσεις όπως είναι */
}

.hero-tag {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 600;
}


    .hero-cta {
      padding: 9px 16px;
      border-radius: 999px;
      border: none;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 10px 25px rgba(30, 64, 175, 0.35);
    }

    .hero-cta:hover {
      filter: brightness(1.05);
    }
.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 80%;
  max-width: 600px;
  opacity: 0.18;

  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}


.hero-image {
  position: absolute;
  right: -40px;
  top: -30px;
  bottom: -40px;
  margin: auto 0;
  width: 140%;
  max-height: none;
  opacity: 0.35;
  object-fit: contain;
  pointer-events: none;
  border-radius: 0;
  filter: saturate(1.3) contrast(1.15);
}

.hero-image-caption {
  display: none;
}


    /* Stepper */

    .stepper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 22px 0 18px;
      gap: 8px;
      font-size: 0.8rem;
      color: var(--muted);
    }

    .step {
      display: flex;
      align-items: center;
      gap: 6px;
      flex: 1;
      white-space: nowrap;
    }

    .step-circle {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      border: 2px solid var(--border-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      background: #fff;
    }

    .step.active .step-circle {
      background: var(--yellow);
      border-color: var(--yellow-dark);
      color: #111827;
      font-weight: 700;
    }

    .step.completed .step-circle {
      background: var(--blue);
      border-color: var(--blue-dark);
      color: #fff;
    }

    .step-line {
      height: 2px;
      flex: 1;
      background: linear-gradient(to right, var(--yellow), var(--blue));
      opacity: 0.25;
    }

    /* Cards / structure */

    .card {
      background: var(--card-bg);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      padding: 20px 18px;
      margin-bottom: 18px;
    }

    .card-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .card-subtitle {
      font-size: 0.85rem;
      color: var(--muted);
      margin-bottom: 16px;
    }

    /* Type selection */

    .pill-group {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .pill-option {
      flex: 1 1 120px;
      min-width: 0;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid var(--border-soft);
      background: #fff;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      font-size: 0.9rem;
      justify-content: center;
      transition: all 0.15s ease;
    }

    .pill-option-icon {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
    }

    .pill-option span {
      font-weight: 500;
    }

    .pill-option.active {
      background: linear-gradient(135deg, var(--yellow), var(--blue));
      color: #111827;
      border-color: transparent;
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    }

    .pill-option.active .pill-option-icon {
      background: rgba(255, 255, 255, 0.9);
    }

    .pill-option-secondary {
      border-style: dashed;
      border-color: rgba(148, 163, 184, 0.7);
      background: rgba(248, 250, 252, 0.7);
    }

    /* Form / results layout */

    .two-column {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 18px;
      align-items: flex-start;
      margin-top: 10px;
    }

    .form-group {
      margin-bottom: 12px;
    }

    label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.85rem;
      margin-bottom: 4px;
      color: #374151;
      font-weight: 500;
    }

    .label-hint {
      font-size: 0.75rem;
      color: var(--muted);
    }

    input, select {
      width: 100%;
      padding: 10px 11px;
      border-radius: 10px;
      border: 1px solid var(--border-soft);
      font-size: 0.9rem;
      font-family: inherit;
      background: #f9fafb;
    }

    input:focus, select:focus {
      outline: none;
      border-color: var(--blue);
      box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.2);
      background: #ffffff;
    }

    .actions-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      margin-top: 14px;
    }

    .btn-primary {
      border: none;
      border-radius: 999px;
      padding: 10px 18px;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 10px 25px rgba(30, 64, 175, 0.35);
    }

    .btn-primary:hover {
      filter: brightness(1.05);
    }

    .btn-ghost {
      border-radius: 999px;
      padding: 8px 14px;
      border: 1px dashed rgba(148, 163, 184, 0.9);
      background: rgba(255, 255, 255, 0.7);
      font-size: 0.8rem;
      color: var(--muted);
      cursor: pointer;
    }

    .btn-ghost:hover {
      background: #f9fafb;
    }

    .summary {
      font-size: 0.85rem;
      color: #374151;
      margin-top: 4px;
      margin-bottom: 8px;
    }

    .note {
      font-size: 0.75rem;
      color: var(--muted);
      margin-top: 6px;
    }

    /* Results table */

    .results-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      font-size: 0.82rem;
    }

    .results-table th,
    .results-table td {
      padding: 8px 6px;
      border-bottom: 1px solid #edf2f7;
      text-align: right;
    }

    .results-table th:first-child,
    .results-table td:first-child {
      text-align: left;
    }

    .results-table th {
      background: #f9fafb;
      font-weight: 600;
    }

    .tag-current,
    .tag-best {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 999px;
      font-size: 0.7rem;
      margin-left: 6px;
      vertical-align: middle;
    }

    .tag-current {
      background: #e5e7eb;
      color: #374151;
    }

    .tag-best {
      background: #dcfce7;
      color: #166534;
    }

    .saving-positive {
      color: #16a34a;
      font-weight: 600;
    }

    .saving-zero {
      color: var(--muted);
    }

    /* Footer */

    footer {
      margin-top: 28px;
      padding-top: 12px;
      border-top: 1px solid rgba(148, 163, 184, 0.3);
      font-size: 0.78rem;
      color: var(--muted);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 8px;
      align-items: center;
    }

    footer a {
      color: var(--blue-dark);
      text-decoration: none;
      font-weight: 600;
    }

    footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 900px) {
      .hero {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 800px) {
      .two-column {
        grid-template-columns: 1fr;
      }

      .card {
        padding: 18px 16px;
      }

      .stepper {
        font-size: 0.75rem;
      }
    }

    @media (max-width: 520px) {
      .hero-title {
        font-size: 1.5rem;
      }
      .top-bar {
        flex-direction: column;
        align-items: flex-start;
      }
    }
 .comparison-container {
  background: #f9fafb;
  border-radius: 18px;
  padding: 20px 18px;
  margin: 24px auto 16px;
  max-width: 960px;          /* να μη γεμίζει όλη την οθόνη */
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

/* Βήματα / Κάρτες */
.step-card {
  margin-bottom: 20px;
}

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

.step-card h2 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.step-desc {
  color: #6b7280;
  margin-bottom: 16px;
}

/* GRID ΠΑΡΟΧΩΝ – ΝΑ ΧΩΡΑΕΙ ΚΑΙ ΣΕ ΚΙΝΗΤΟ ΣΕ 2–3 ΣΤΗΛΕΣ */
.provider-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

/* ΚΟΥΤΑΚΙ ΠΑΡΟΧΟΥ – ΠΙΟ ΜΙΚΡΟ ΓΙΑ ΚΙΝΗΤΟ */
.provider-card {
  background: linear-gradient(135deg, #e7edff, #dce5ff);
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
cursor: default;
  cursor: pointer;
  transition: 0.2s ease;
  height: 90px;              /* πιο κοντό κουτί */
  text-align: center;
}

.provider-card:hover {
  transform: translateY(-3px);
  border-color: #1d4ed8;
}

.provider-card.selected {
  border-color: #1d4ed8;
  background: linear-gradient(135deg, #c9d6ff, #b7c7ff);
}

.provider-card img {
  max-width: 60px;           /* πιο μικρό λογότυπο */
  max-height: 30px;
  object-fit: contain;
  display: block;
  margin: 0 auto 4px;
}

.provider-card span {
  margin-top: 2px;
  font-weight: 600;
  font-size: 0.8rem;         /* μικρότερο κείμενο για να χωράει */
  color: #111827;
}


.provider-card:hover {
  transform: translateY(-3px);
  border-color: #1d4ed8;
}

.provider-card.selected {
  border-color: #1d4ed8;
  background: linear-gradient(135deg, #c9d6ff, #b7c7ff);
}

.provider-card img {
  width: 50px;
  height: flex;
  margin-bottom: 8px;
}

/* Προγράμματα */
.program-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.program-card {
  padding: 14px;
  background: #f3f4f6;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

.program-card:hover {
  border-color: #1d4ed8;
}

.program-card.selected {
  border-color: #1d4ed8;
  background: #e0e7ff;
}

/* Κουμπί */
.next-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.next-btn:hover {
  filter: brightness(1.1);
}

/* Αποτελέσματα */
.results-box {
  background: #f9fafb;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}

  
    .provider-select {
      border-radius: 999px;
      padding: 10px 14px;
      background: linear-gradient(135deg, #ffffff, #eef2ff);
      border: 2px solid #1d4ed8;
      font-weight: 600;
      color: #1e3a8a;
      box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    }


/* Contact page styles */

    :root {
      --yellow: #fecf33;
      --yellow-dark: #f5b400;
      --blue: #1d4ed8;
      --blue-dark: #1e3a8a;
      --bg: #f5f7fb;
      --text: #111827;
      --muted: #6b7280;
      --card-bg: #ffffff;
      --border-soft: #e5e7eb;
      --radius-lg: 18px;
      --shadow-soft: 0 18px 35px rgba(15, 23, 42, 0.12);
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: radial-gradient(circle at top, #e0edff 0, var(--bg) 50%);
      color: var(--text);
    }

    .page {
      max-width: 900px; /* ΔΙΟΡΘΩΣΗ — ΙΔΙΟ ΜΕ index */
      margin: 0 auto;
      padding: 20px 16px 56px;
    }

    /* HEADER – ίδιο με index */
    .site-header {
      width: 100%;
      background: linear-gradient(135deg, var(--yellow), var(--blue));
      box-shadow: 0 4px 12px rgba(0,0,0,0.18);
      padding: 10px 0;
      margin-bottom: 20px;
    }
    .header-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .header-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.1rem;
    }
    .header-logo .logo-icon {
      width: 30px;
      height: 30px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #111827;
      font-weight: 800;
    }
    .header-nav .nav-link {
      margin-left: 18px;
      color: rgba(255,255,255,0.85);
      text-decoration: none;
      font-size: 0.92rem;
      transition: .15s ease;
    }
    .header-nav .nav-link:hover {
      color: #fff;
    }
    .header-nav .nav-link.active {
      color: #fff;
      font-weight: 700;
      text-shadow: 0 0 8px rgba(255,255,255,0.35);
    }

    .page-title {
      font-size: 1.6rem;
      font-weight: 800;
      margin: 8px 0 4px;
    }
    .page-subtitle {
      font-size: 0.95rem;
      color: var(--muted);
      margin: 0 0 14px;
    }

    .card {
      background: var(--card-bg);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      padding: 20px 18px;
      margin-bottom: 18px;
    }

    .two-column {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
      gap: 20px;
    }

    label {
      font-size: 0.85rem;
      font-weight: 500;
      color: #374151;
      display: block;
      margin-bottom: 4px;
    }

    input, select, textarea {
      width: 100%;
      padding: 10px 11px;
      border-radius: 10px;
      border: 1px solid var(--border-soft);
      background: #f9fafb;
      font-size: 0.9rem;
    }

    input:focus, select:focus, textarea:focus {
      outline: none;
      border-color: var(--blue);
      box-shadow: 0 0 0 1px rgba(37,99,235,.2);
      background: #fff;
    }

    textarea { min-height: 110px; resize: vertical; }

    .btn-primary {
      padding: 10px 18px;
      border-radius: 999px;
      border: none;
      background: linear-gradient(135deg, var(--blue), var(--blue-dark));
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      display: inline-flex;
      gap: 8px;
      cursor: pointer;
      box-shadow: 0 10px 25px rgba(30,64,175,.35);
    }

    .contact-info {
      background: radial-gradient(circle at top, #fef3c7 0, #eff6ff 70%);
      border-radius: 16px;
      border: 1px solid rgba(148,163,184,0.4);
      padding: 16px;
    }

    footer {
      border-top: 1px solid rgba(148,163,184,0.3);
      margin-top: 32px;
      padding-top: 12px;
      font-size: 0.78rem;
      color: var(--muted);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
  /* MOBILE FIX: Βάλε τον πίνακα κάτω από το κείμενο */
@media (max-width: 768px) {
  .results-container {
    display: flex;
    flex-direction: column; 
  }

  .results-summary-wrapper {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .results-table-wrapper {
    width: 100% !important;
    overflow-x: auto;
  }

  .results-table {
    min-width: 100%;
  }
}



.provider-card:hover {
  border-color: #b5c6ff;
  background: #eef3ff;
}

.provider-card.selected {
  border-color: #3e63ff;
  background: #e9efff;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
  justify-items: center;      /* κεντράρει τις κάρτες μέσα στο grid */
}

/* ΚΟΥΤΑΚΙ ΠΑΡΟΧΟΥ – ΠΙΟ ΜΙΚΡΟ */
.provider-card {
  background: #eef3ff;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 12px;
  width: 180px;              /* ΣΤΑΘΕΡΟ, όχι να ανοίγει σε όλο το πλάτος της στήλης */
  height: 110px;             /* πιο χαμηλό */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;           /* δεν είναι clickable */
  transition: 0.2s ease;
}

.provider-card img {
  max-width: 80px;
  max-height: 40px;
  object-fit: contain;
  margin-bottom: 6px;
}

.provider-card span {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
}


.provider-card:hover {
  border-color: #b5c6ff;
  background: #eef3ff;
}

.provider-card.selected {
  border-color: #3e63ff;
  background: #e9efff;
}

.provider-card img {
  max-width: 80px;
  max-height: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
}

.hero-image-card {
  position: relative;
  z-index: 3;

  /* Λευκό εσωτερικό + χρωματιστό περίγραμμα */
  background: linear-gradient(white, white) padding-box,
              linear-gradient(135deg, #3e63ff, #38d6a1) border-box;
  border: 3px solid transparent;
  border-radius: 22px;

  /* ΟΡΙΖΟΝΤΙΑ στοίχιση */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;

  padding: 20px 26px;

  /* ΚΕΝΤΡΑΡΙΣΜΕΝΟ ΟΡΙΖΟΝΤΙΑ */
  width: 100%;
  max-width: 850px;
  margin: 0 auto;

  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}



/* ===== STEP 1: GRID ΠΑΡΟΧΩΝ ===== */

.provider-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}


.provider-card {
  background: linear-gradient(135deg, #e7edff, #dce5ff);
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
  height: 120px;
  text-align: center;
}

.provider-card:hover {
  transform: translateY(-3px);
  border-color: #1d4ed8;
}

.provider-card.selected {
  border-color: #1d4ed8;
  background: linear-gradient(135deg, #c9d6ff, #b7c7ff);
}

.provider-card img {
  max-width: 80px;
  max-height: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
}

.provider-card span {
  margin-top: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #111827;
}
.hero-image-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 180px !important;
}
@media (max-width: 600px) {
  .hero {
    padding: 28px 18px;
    min-height: 320px;
  }

  .provider-card {
    width: 150px;
    height: 100px;
    padding: 10px;
  }
}
.top-provider-bar {
  width: 100%;
  max-width: 100%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(6px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  position: relative;
  z-index: 5;

  /* ΣΗΜΑΝΤΙΚΟ για κινητό */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}



.top-provider-grid {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: nowrap;
  padding: 0 20px;

  /* νέο: να μην “τεντώνει” τη σελίδα */
  min-width: min-content;
}

.top-provider-grid img {
  height: 28px;
  object-fit: contain;
  opacity: 0.85;
  transition: 0.2s;
  flex-shrink: 0;   /* να μην μικραίνουν περίεργα σε μικρές οθόνες */
}

.top-provider-grid img:hover {
  opacity: 1;
  transform: scale(1.06);
}

#comparison-module {
  display: none;
}
/* =============================
   FOOTER STYLING
============================= */
.site-footer {
  width: 100%;
  text-align: center;
  padding: 28px 0;
  margin-top: 60px;

  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-center {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 6px;
}

.footer-brand {
  font-size: 20px;
  font-weight: 700;
  margin-left: 6px;
  color: #3e63ff;
  text-decoration: none;
  position: relative;
}

.footer-brand::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #3e63ff, #38d6a1);
  border-radius: 4px;
  opacity: 0.9;
}

.footer-brand:hover {
  color: #2e4ee6;
}

.footer-copy {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
/* ============ FAQ SECTION ============ */

.faq-section {
  margin-top: 28px;
}

.faq-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #f9fafb;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 11px 14px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
}

.faq-icon {
  font-weight: 700;
  font-size: 1.1rem;
  color: #4b5563;
}

.faq-answer {
  padding: 0 14px 12px;
  font-size: 0.85rem;
  color: #4b5563;
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
/* ============ LIVE CHAT BUBBLE ============ */

.chat-bubble {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.45);
  z-index: 50;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.chat-bubble:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.6);
}

@media (max-width: 600px) {
  .chat-bubble {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}

/* ============ FOOTER / WEBRYA BRANDING ============ */

.site-footer {
  margin-top: 40px;
  padding: 22px 0 26px;
  background: radial-gradient(circle at top, rgba(254, 207, 51, 0.16), #0f172a);
  border-top: 1px solid rgba(148, 163, 184, 0.45);
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.footer-logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.55);
}

.footer-text {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  color: #e5e7eb;
}

.footer-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #9ca3af;
}

.footer-name {
  font-size: 0.96rem;
  font-weight: 700;
  background: linear-gradient(135deg, #60a5fa, #a855f7, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero,
.hero-content {
  max-width: 100%;
  overflow: hidden;
}

.hero-bg-image,
.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* MOBILE LAYOUT FIX */
@media (max-width: 768px) {
  .two-column {
    display: flex;
    flex-direction: column;   /* από δύο στήλες → κάθετη διάταξη */
    gap: 24px;
  }

  .two-column > div {
    width: 100%;
  }

  /* Να μην μικραίνει το κείμενο */
  .card-title, .card-subtitle {
    text-align: left;
  }

  /* Πίνακας αποτελεσμάτων: full width */
  .results-table {
    width: 100%;
    font-size: 14px;
  }
}
