@charset "UTF-8";
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
  font-family: "Ubuntu", sans-serif;
}

.justify-content-between {
  justify-content: space-between;
}

.mt-50 {
  margin-top: 50px;
}

.text-main {
  color: rgb(86, 37, 72);
}

.text-second {
  color: #072B4A;
}

.text-thrid {
  color: #D7D1AC;
}

.text-decoration-none {
  text-decoration: none;
}

.font-medium {
  font-weight: 500;
}

.f-16 {
  font-size: 16px;
  line-height: 26px;
}

.f-32 {
  font-size: 32px;
  line-height: 42px;
}

.text-main-after:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 48px;
  height: 4px;
  background: #D7D1AC;
}

.container {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.text-white {
  color: #ffffff;
}

.w-max-content {
  width: max-content;
}

.title-area {
  font-size: 3rem;
  font-weight: 500;
}
.title-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background: #D7D1AC;
}

.title-header {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .title-header {
    font-size: 1rem;
  }
}

.margin-0-auto {
  margin: 0 auto;
}

.left-logo {
  position: absolute;
  left: 0;
  top: -70%;
  bottom: 0;
}
@media (max-width: 991px) {
  .left-logo svg {
    width: 100px;
  }
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 48%;
}

.three-column {
  width: 31%;
}
@media (max-width: 991px) {
  .three-column {
    width: 100%;
  }
}

.w-100 {
  width: 100%;
}

.h-350 {
  height: 350px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.red-color {
  color: #E8595B;
  margin-left: 2px;
}

.form-inner-area {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 9px -2.93px 46px rgba(22, 22, 22, 0.1294117647);
  padding: 70px 50px;
  max-width: 650px;
  margin-top: 50px;
}
.form-inner-area.dashboard {
  max-width: 900px;
}
@media (max-width: 991px) {
  .form-inner-area {
    padding: 70px 15px;
    margin: 50px 10px;
  }
}

.label-items {
  font-size: 14px;
  font-weight: 600;
}

.input-fields {
  box-shadow: 9px -2.93px 46px rgba(22, 22, 22, 0.1294117647);
  background-color: #e6e6e6;
  height: 43px;
  outline: 0;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 16px;
}
.input-fields:focus {
  border-color: rgb(86, 37, 72);
  box-shadow: 0 0 0 1px rgba(86, 37, 72, 0.35);
  background-color: #f7f7f7;
}

textarea.input-fields {
  height: 120px;
  resize: none;
  padding: 20px;
}

.extra-person {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(22, 22, 22, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  margin-bottom: 20px; /* αν θες λίγο κενό πριν τον Κωδικό Χρήστη */
}
.extra-person::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='rgb(86,%2037,%2072)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='rgb(86,%2037,%2072)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.extra-person:hover {
  border-color: rgb(86, 37, 72);
  box-shadow: 0 6px 22px rgba(22, 22, 22, 0.12);
  transform: translateY(-1px);
}

.btn-full {
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgb(86, 37, 72);
  background-color: rgb(86, 37, 72);
  color: #ffffff;
  width: 220px;
  height: 43px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 999px;
}
@media (max-width: 991px) {
  .btn-full {
    width: 100%;
    margin-bottom: 10px;
  }
}

.cgs-dashboard-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.top-description {
  color: #000000;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  max-width: 550px;
  text-align: center;
}

.pop-up-area {
  position: absolute;
  top: 42%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}
.pop-up-area.active {
  display: flex;
}
.pop-up-area .pop-up-inner {
  padding-top: 100px;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  justify-content: center;
  display: flex;
  backdrop-filter: blur(3px);
}
.pop-up-area .pop-up-inner .title {
  font-size: 50px;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0%;
  font-weight: 400;
}
.pop-up-area .pop-up-inner .content {
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pop-up-area .pop-up-inner .checkmark {
  margin: 0 auto;
}

#children-wrapper:empty {
  display: none;
}

.child-block {
  background: #fafafa;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(22, 22, 22, 0.08);
  width: 100%;
}

.child-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.child-block-header .child-block-title {
  font-size: 20px;
  font-weight: 600;
}

.remove-child {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.remove-child:hover {
  background: rgba(86, 37, 72, 0.15);
  color: rgb(86, 37, 72);
}

.child-row {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.child-row .half {
  width: 50%;
}

.child-block label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.child-block input,
.child-block select {
  box-shadow: 9px -2.93px 46px rgba(22, 22, 22, 0.1294117647);
  background-color: #e6e6e6;
  height: 43px;
  outline: 0;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  font-size: 16px;
}
.child-block input:focus,
.child-block select:focus {
  border-color: rgb(86, 37, 72);
  box-shadow: 0 0 0 1px rgba(86, 37, 72, 0.35);
  background-color: #f7f7f7;
}

.cgs-dashboard__tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin: 40px auto 60px;
}

.cgs-tile {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 24px 24px 22px;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.cgs-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  border-color: rgba(0, 0, 0, 0.09);
}
.cgs-tile:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(7, 43, 74, 0.55);
}
.cgs-tile__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-top: 2px;
}
.cgs-tile__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.cgs-tile__body {
  flex: 1 1 auto;
}
.cgs-tile__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.cgs-tile__text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #333;
}
.cgs-tile__link {
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
}

.cgs-tile--profile {
  border-top: 3px solid rgba(86, 37, 72, 0.65);
}
.cgs-tile--profile .cgs-tile__icon {
  background: rgba(86, 37, 72, 0.12);
  color: rgb(86, 37, 72);
}
.cgs-tile--profile .cgs-tile__title {
  color: rgb(86, 37, 72);
}
.cgs-tile--profile .cgs-tile__link {
  color: rgb(86, 37, 72);
}
.cgs-tile--profile:hover .cgs-tile__link {
  text-decoration: underline;
}

.cgs-tile--payments {
  border-top: 3px solid rgba(7, 43, 74, 0.65);
}
.cgs-tile--payments .cgs-tile__icon {
  background: rgba(7, 43, 74, 0.12);
  color: #072B4A;
}
.cgs-tile--payments .cgs-tile__title {
  color: #072B4A;
}
.cgs-tile--payments .cgs-tile__link {
  color: #072B4A;
}
.cgs-tile--payments:hover .cgs-tile__link {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cgs-dashboard__tiles {
    margin: 24px 15px 40px;
    gap: 40px;
  }
  .cgs-tile {
    padding: 20px 18px 18px;
  }
}
@media (max-width: 480px) {
  .cgs-tile {
    flex-direction: row;
  }
}
.cgs-payments {
  margin: 40px 0 80px;
}
.cgs-payments .container {
  max-width: 900px;
  margin: 0 auto;
}

.cgs-payments-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 40px 32px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.cgs-payments-card__title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #072B4A;
}
.cgs-payments-card__subtitle {
  font-size: 0.98rem;
  margin-bottom: 24px;
  color: #555;
}

.cgs-tile--password {
  border-top: 3px solid rgba(46.5, 40, 73, 0.75);
}
.cgs-tile--password .cgs-tile__icon {
  background: rgba(46.5, 40, 73, 0.12);
  color: rgb(46.5, 40, 73);
}
.cgs-tile--password .cgs-tile__title {
  color: rgb(46.5, 40, 73);
}
.cgs-tile--password .cgs-tile__link {
  color: rgb(46.5, 40, 73);
}
.cgs-tile--password:hover {
  background: rgba(46.5, 40, 73, 0.03);
}
.cgs-tile--password:hover .cgs-tile__link {
  text-decoration: underline;
}

.cgs-payments-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cgs-payments-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* μία-μία επιλογή */
.cgs-plan-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.cgs-plan-option input[type=radio] {
  margin-top: 4px;
  margin-right: 10px;
}
.cgs-plan-option__content {
  display: flex;
  flex-direction: column;
}
.cgs-plan-option__title {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: #222;
}
.cgs-plan-option__meta {
  font-size: 0.85rem;
  color: #777;
}
.cgs-plan-option:hover {
  border-color: rgba(86, 37, 72, 0.4);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}
/* highlight στην επιλεγμένη (χρησιμοποιούμε :has αν το σηκώνει το project σου) */
@supports (selector(:has(*))) {
  .cgs-plan-option:has(input[type=radio]:checked) {
    border-color: rgb(86, 37, 72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  }
}
.cgs-payments-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cgs-payments-actions {
    flex-direction: column;
  }
}

.cgs-payments-message {
  font-size: 0.9rem;
}
.cgs-payments-message.cgs-message--success {
  color: #1a7f37;
}
.cgs-payments-message.cgs-message--error {
  color: #b00020;
}

@media (max-width: 991px) {
  .btn-action {
    flex-direction: column;
  }
}

/* Βασικό button αν δεν έχεις ήδη */
.cgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cgs-btn {
    width: 100%;
  }
}
.cgs-btn--primary {
  background: rgb(86, 37, 72);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  height: 43px;
}
.cgs-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.cgs-btn--primary:disabled {
  opacity: 0.6;
  cursor: default;
  box-shadow: none;
  transform: none;
}

@media (max-width: 600px) {
  .cgs-payments-card {
    padding: 24px 18px;
  }
}
#cgs-payment-message {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
  display: none;
  border: 1px solid transparent;
  background: #f9f9f9;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
#cgs-payment-message.success {
  border-color: #2e7d32;
  background: #e8f5e9;
  color: #1b5e20;
  box-shadow: 0 6px 16px rgba(46, 125, 50, 0.18);
  border-color: rgba(86, 37, 72, 0.55);
}
#cgs-payment-message.error {
  border-color: #c62828;
  background: #ffebee;
  color: #b71c1c;
  box-shadow: 0 6px 16px rgba(198, 40, 40, 0.18);
  border-color: rgba(7, 43, 74, 0.55);
}

.cgs-btn--back {
  background: transparent;
  color: #072B4A;
  border: 2px solid #072B4A;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.2s ease;
  height: 43px;
}
@media (max-width: 991px) {
  .cgs-btn--back {
    width: 100%;
    margin-top: 10px;
  }
}
.cgs-btn--back:hover {
  background: rgba(7, 43, 74, 0.08);
  transform: translateY(-1px);
}

.cgs-payments-history .container {
  max-width: 900px;
  margin: 0 auto;
}

.cgs-payments-history {
  margin-bottom: 40px;
}
.cgs-payments-history h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #072B4A;
}
@media (max-width: 991px) {
  .cgs-payments-history h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cgs-payments-history .cgs-payments-history-table {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .cgs-payments-history .cgs-payments-history-table {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cgs-payments-history .cgs-payments-history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.cgs-payments-history .cgs-payments-history-row:last-child {
  border-bottom: none;
}
.cgs-payments-history .cgs-ph-year {
  font-weight: 600;
  color: rgb(86, 37, 72);
  font-size: 1rem;
}
.cgs-payments-history .cgs-ph-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  min-width: 140px;
}
.cgs-payments-history .cgs-ph-status.active {
  background: #e8f5e9;
  color: #2e7d32;
}
.cgs-payments-history .cgs-ph-status.expired {
  background: #fff7e1;
  color: #c49b17;
}
.cgs-payments-history .cgs-ph-status.pending {
  background: #e3f2fd;
  color: #1e88e5;
}
.cgs-payments-history .cgs-ph-status.rejected {
  background: #ffebee;
  color: #c62828;
}
.cgs-payments-history .cgs-ph-date {
  font-size: 0.85rem;
  color: #666;
  min-width: 70px;
  text-align: center;
}

/* Logout pill πάνω δεξιά */
.cgs-logout {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cgs-logout {
    bottom: 90px;
    transform: translateY(-50%);
    top: unset;
  }
}
.cgs-logout {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(7, 43, 74, 0.18);
  border: 1px solid rgba(215, 209, 172, 0.8);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.cgs-logout:hover {
  background: rgba(7, 43, 74, 0.26);
  border-color: #D7D1AC;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.cgs-logout:active {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* SVG icon */
.cgs-logout-icon {
  width: 18px;
  height: 18px;
  stroke: #D7D1AC;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Κείμενο */
.cgs-logout-text {
  white-space: nowrap;
}

.cgs-password {
  margin: 40px 0 80px;
}
.cgs-password .container {
  max-width: 600px;
  margin: 0 auto;
}

.cgs-password-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 32px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .cgs-password-card {
    margin: 50px 15px;
  }
}
.cgs-password-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #072B4A;
}
.cgs-password-card__subtitle {
  font-size: 0.98rem;
  margin-bottom: 22px;
  color: #555;
}
.cgs-password-card__actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.cgs-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.cgs-field {
  margin-top: 20px;
}
.cgs-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: rgb(86, 37, 72);
}
.cgs-field input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 12px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cgs-field input:focus {
  border-color: rgba(7, 43, 74, 0.6);
  box-shadow: 0 0 0 1px rgba(7, 43, 74, 0.16);
}

/* Alerts */
.cgs-alert {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.cgs-alert-success {
  background: rgba(60, 118, 61, 0.12);
  color: #2f6130;
  border: 1px solid rgba(60, 118, 61, 0.4);
}

.cgs-alert-error {
  background: rgba(169, 68, 66, 0.12);
  color: #a94442;
  border: 1px solid rgba(169, 68, 66, 0.4);
}

/* Προαιρετικό loading state στο button */
.cgs-btn-primary.is-loading {
  opacity: 0.7;
  cursor: wait;
}

/* Μικρό κόκκινο error box */
.cgs-error-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffe5e5;
  border: 1px solid #ffb3b3;
  color: #b30000;
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 420px;
}

/* Μικρός κόκκινος κύκλος με ! */
.cgs-error-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #b30000;
  color: #b30000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  flex-shrink: 0;
}

/* Κείμενο μηνύματος */
.cgs-error-text {
  line-height: 1.4;
}

/* Ενότητα ενημερωτικού κειμένου */
.cgs-info-section {
  margin: 60px 0 60px;
}

/* Λευκή κάρτα, ίδιο mood με τη συνδρομή */
.cgs-info-card {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  padding: 40px 50px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Τίτλος όπως στο screenshot (μπλε/σκούρο, underline) */
.cgs-info-title {
  font-size: 26px;
  font-weight: 600;
  color: #16324f;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.cgs-info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 3px;
  background: #c0b36d; /* χρυσή γραμμή όπως στο site */
}

/* Lead paragraph */
.cgs-info-lead {
  margin-bottom: 20px;
}

/* Υπότιτλοι */
.cgs-info-subtitle {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  color: #16324f;
}

/* Δύο στήλες για τις χρεώσεις (σαν options) */
.cgs-info-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 15px;
}

.cgs-info-pricing-box {
  flex: 1 1 220px;
  background: #faf7fc;
  border-radius: 18px;
  border: 1px solid #e5d7f3;
  padding: 16px 18px;
}

.cgs-info-pricing-box h3 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #3a2050;
}

/* Pill ποσών – ίδιο feeling με τα radio boxes */
.cgs-amount-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  background: #f7ecff;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  color: #4a1245;
  margin-bottom: 6px;
  border: 1px solid #e2c5f5;
}

.cgs-amount-pill span {
  font-weight: 400;
  font-size: 13px;
}

/* Box με τα στοιχεία των τραπεζών */
.cgs-bank-box {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 18px 20px;
  margin: 18px 0 20px;
  border-left: 4px solid #7a173f; /* μπορντό accent */
}

.cgs-bank-box h4 {
  margin: 8px 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #16324f;
}

/* Σημείωση / disclaimer */
.cgs-info-note {
  margin-top: 20px;
  font-size: 13px;
  color: #555;
  font-style: italic;
}

/* Responsive για mobile */
@media (max-width: 768px) {
  .cgs-info-card {
    padding: 25px 20px;
    border-radius: 20px;
  }
}

/*# sourceMappingURL=cgs-front.css.map */
