:root {
  --greek-blue: #0D5EAF;
  --aegean-blue: #2FA7E6;
  --sky-blue: #EAF6FF;
  --white: #FFFFFF;
  --sun-yellow: #FFD45A;
  --deep-navy: #073763;
  --soft-gray: #F5F8FC;
  --text-dark: #1D2733;
  --muted: #58708C;
  --success-green: #20B486;
  --warning-orange: #FF9F1C;
  --shadow: 0 22px 60px rgba(7, 55, 99, .13);
  --soft-shadow: 0 12px 32px rgba(7, 55, 99, .09);
  --radius: 22px;
  --radius-xl: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
}
a { color: var(--greek-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.gcg-container { width: min(calc(100% - 38px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 16px; top: 16px; width: auto; height: auto; padding: 10px 14px; background: #fff; z-index: 99; border-radius: 12px; }

.gcg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13,94,175,.10);
}
.gcg-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.gcg-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--deep-navy); }
.gcg-brand:hover { text-decoration: none; }
.gcg-brand__mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue)); box-shadow: 0 10px 25px rgba(13,94,175,.22); font-weight: 900; font-size: 1.25rem; }
.gcg-brand strong { display: block; font-size: 1.02rem; line-height: 1.2; }
.gcg-brand small { display: block; color: var(--muted); font-weight: 800; margin-top: 1px; }
.gcg-header__nav { display: flex; align-items: center; gap: 12px; }
.gcg-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.gcg-menu a,
.gcg-mini-cta { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; min-height: 42px; padding: 10px 14px; font-size: .94rem; font-weight: 850; color: var(--deep-navy); }
.gcg-menu a:hover { background: var(--sky-blue); text-decoration: none; }
.gcg-mini-cta { color: #fff; background: var(--deep-navy); padding-inline: 18px; box-shadow: 0 10px 22px rgba(7,55,99,.18); }
.gcg-mini-cta:hover { color: var(--deep-navy); background: var(--sun-yellow); text-decoration: none; }
.gcg-lang { display: flex; align-items: center; gap: 6px; }
.gcg-lang__item { min-width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 999px; border: 1px solid rgba(13,94,175,.18); background: #fff; color: var(--deep-navy); font-weight: 900; font-size: .88rem; }
.gcg-lang__item:hover { text-decoration: none; background: var(--sky-blue); }
.gcg-lang__item.is-active { background: var(--sun-yellow); border-color: var(--sun-yellow); box-shadow: 0 8px 18px rgba(255,212,90,.38); }
.gcg-menu-toggle { display: none; border: 0; background: transparent; padding: 6px; }
.gcg-menu-toggle span:not(.screen-reader-text) { display: block; width: 28px; height: 3px; border-radius: 4px; background: var(--deep-navy); margin: 5px 0; }

.gcg-hero { position: relative; overflow: hidden; padding: 90px 0 95px; background: radial-gradient(circle at 12% 14%, rgba(255,212,90,.36), transparent 22%), radial-gradient(circle at 88% 18%, rgba(47,167,230,.28), transparent 30%), linear-gradient(180deg, #fff 0%, #eef8ff 100%); }
.gcg-hero__flag { position: absolute; right: -160px; bottom: -95px; width: 600px; height: 385px; transform: rotate(-10deg); opacity: .98; border-radius: 52% 48% 0 0; background: repeating-linear-gradient(0deg, rgba(13,94,175,.10), rgba(13,94,175,.10) 28px, rgba(255,255,255,.82) 28px, rgba(255,255,255,.82) 56px); }
.gcg-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.gcg-badge,
.gcg-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: white; color: var(--greek-blue); border: 1px solid rgba(13,94,175,.14); box-shadow: 0 8px 22px rgba(13,94,175,.08); font-weight: 900; }
.gcg-badge::before { content: "✦"; color: var(--sun-yellow); }
.gcg-badge--sun { background: var(--sun-yellow); color: var(--deep-navy); border-color: transparent; }
.gcg-kicker { background: var(--sky-blue); box-shadow: none; }
.gcg-kicker--light { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.25); }
.gcg-hero h1 { color: var(--deep-navy); font-size: clamp(2.35rem, 5.4vw, 5.2rem); letter-spacing: -0.06em; line-height: .96; margin: 20px 0 18px; }
.gcg-hero p { max-width: 690px; color: var(--muted); font-size: clamp(1.07rem, 1.8vw, 1.27rem); margin: 0 0 30px; }
.gcg-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.gcg-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 20px; padding: 14px 22px; border: 0; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.gcg-button:hover { transform: translateY(-2px); text-decoration: none; }
.gcg-button--primary { color: white; background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue)); box-shadow: 0 14px 30px rgba(13,94,175,.24); }
.gcg-button--ghost { color: var(--deep-navy); background: white; border: 1px solid rgba(13,94,175,.12); box-shadow: 0 10px 24px rgba(7,55,99,.08); }
.gcg-hero-card { position: relative; overflow: hidden; background: #fff; border-radius: var(--radius-xl); border: 1px solid rgba(13,94,175,.10); box-shadow: var(--shadow); transform: rotate(1.1deg); }
.gcg-hero-card::after { content: ""; position: absolute; inset: auto -40px -80px auto; width: 260px; height: 190px; border-radius: 45px; background: repeating-linear-gradient(0deg, rgba(13,94,175,.07), rgba(13,94,175,.07) 20px, #fff 20px, #fff 40px); transform: rotate(-13deg); }
.gcg-hero-card__top { display: flex; gap: 7px; padding: 18px; background: var(--deep-navy); }
.gcg-hero-card__top span { width: 12px; height: 12px; border-radius: 999px; background: var(--sun-yellow); }
.gcg-hero-card__body { position: relative; z-index: 1; padding: 38px 34px 42px; }
.gcg-hero-card__icon { font-size: 58px; line-height: 1; margin-bottom: 14px; }
.gcg-hero-card h2 { margin: 0 0 4px; color: var(--deep-navy); font-size: 1.8rem; line-height: 1.1; }
.gcg-hero-card p { margin: 0 0 22px; }
.gcg-check-row { display: flex; align-items: center; gap: 11px; margin: 10px 0; padding: 12px 14px; border-radius: 17px; background: var(--soft-gray); color: var(--deep-navy); font-weight: 900; }
.gcg-check-row span { width: 30px; height: 30px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--success-green); color: white; font-size: .9rem; }

.gcg-section { padding: 82px 0; }
.gcg-section--soft { background: linear-gradient(180deg, #fff, var(--soft-gray)); }
.gcg-section--warm { background: linear-gradient(135deg, #fffaf0, #eef8ff); }
.gcg-section--blue { background: radial-gradient(circle at 0% 0%, rgba(255,212,90,.16), transparent 30%), linear-gradient(135deg, var(--deep-navy), var(--greek-blue)); color: #fff; }
.gcg-section__head { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.gcg-section__head h2,
.gcg-before-grid h2,
.gcg-abroad-grid h2 { margin: 14px 0 12px; color: var(--deep-navy); font-size: clamp(1.9rem, 4vw, 3.25rem); line-height: 1.05; letter-spacing: -.04em; }
.gcg-section--blue h2,
.gcg-section--blue p { color: #fff; }
.gcg-section__head p,
.gcg-before-grid p,
.gcg-abroad-grid p { color: var(--muted); font-size: 1.08rem; }
.gcg-section--blue p { color: rgba(255,255,255,.86); }

.gcg-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gcg-service-card { position: relative; overflow: hidden; min-height: 238px; border-radius: var(--radius); padding: 24px; background: #fff; border: 1px solid rgba(13,94,175,.10); box-shadow: var(--soft-shadow); transition: transform .18s ease, box-shadow .18s ease; }
.gcg-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gcg-service-card::after { content: ""; position: absolute; right: -35px; bottom: -52px; width: 145px; height: 110px; border-radius: 34px; background: rgba(47,167,230,.10); transform: rotate(-12deg); }
.gcg-service-card__icon { font-size: 2.4rem; margin-bottom: 10px; }
.gcg-service-card span { display: inline-flex; border-radius: 999px; background: var(--sky-blue); color: var(--greek-blue); font-size: .82rem; font-weight: 900; padding: 5px 10px; }
.gcg-service-card h3 { position: relative; z-index: 1; margin: 12px 0 8px; color: var(--deep-navy); font-size: 1.25rem; line-height: 1.2; }
.gcg-service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }


.gcg-section--routes { background: linear-gradient(180deg, #fff 0%, #eef8ff 100%); }
.gcg-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.gcg-route-card { position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: 30px; background: #fff; border: 1px solid rgba(13,94,175,.12); box-shadow: var(--shadow); }
.gcg-route-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 210px; height: 160px; border-radius: 50px; background: repeating-linear-gradient(0deg, rgba(13,94,175,.08), rgba(13,94,175,.08) 18px, #fff 18px, #fff 36px); transform: rotate(-12deg); }
.gcg-route-card__icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; background: var(--sky-blue); font-size: 2rem; margin-bottom: 16px; }
.gcg-route-card span { position: relative; z-index: 1; display: inline-flex; border-radius: 999px; padding: 6px 12px; background: var(--sun-yellow); color: var(--deep-navy); font-weight: 950; font-size: .82rem; }
.gcg-route-card h3 { position: relative; z-index: 1; color: var(--deep-navy); font-size: 1.55rem; margin: 14px 0 8px; }
.gcg-route-card p { position: relative; z-index: 1; color: var(--muted); margin: 0; }

.gcg-before-grid,
.gcg-abroad-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: center; }
.gcg-before-card { border-radius: var(--radius-xl); background: #fff; padding: 28px; box-shadow: var(--shadow); border: 1px solid rgba(13,94,175,.10); }
.gcg-before-item { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(13,94,175,.08); color: var(--deep-navy); font-weight: 850; }
.gcg-before-item:last-child { border-bottom: 0; }
.gcg-before-item span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--warning-orange); color: white; }
.gcg-country-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.gcg-country-cloud span { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.20); color: #fff; font-weight: 900; }

.gcg-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.gcg-steps article { border-radius: var(--radius-xl); padding: 28px; background: #fff; border: 1px solid rgba(13,94,175,.10); box-shadow: var(--soft-shadow); }
.gcg-steps strong { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue)); color: white; font-size: 1.5rem; box-shadow: 0 10px 24px rgba(13,94,175,.18); }
.gcg-steps h3 { color: var(--deep-navy); margin: 18px 0 8px; font-size: 1.25rem; }
.gcg-steps p { margin: 0; color: var(--muted); }

.gcg-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 20px; }
.gcg-price-card { position: relative; border-radius: var(--radius-xl); padding: 30px; background: #fff; border: 1px solid rgba(13,94,175,.12); box-shadow: var(--soft-shadow); }
.gcg-price-card--featured { border: 3px solid var(--sun-yellow); transform: translateY(-8px); box-shadow: var(--shadow); }
.gcg-price-card em { display: inline-flex; margin-bottom: 10px; color: var(--warning-orange); font-style: normal; font-weight: 900; }
.gcg-price-card span { display: block; color: var(--deep-navy); font-size: 2.4rem; font-weight: 950; line-height: 1; }
.gcg-price-card h3 { margin: 16px 0 8px; color: var(--deep-navy); }
.gcg-price-card p { margin: 0 0 20px; color: var(--muted); }
.gcg-disclaimer { margin-top: 26px; padding: 18px 20px; border-radius: 18px; background: #fff7e0; border-left: 6px solid var(--warning-orange); color: #58410b; font-weight: 700; }

.gcg-content-narrow { max-width: 840px; }
.gcg-faqs { display: grid; gap: 12px; }
.gcg-faq { border-radius: 18px; border: 1px solid rgba(13,94,175,.12); background: #fff; box-shadow: var(--soft-shadow); padding: 18px 20px; }
.gcg-faq summary { cursor: pointer; color: var(--deep-navy); font-weight: 900; }
.gcg-faq p { color: var(--muted); margin-bottom: 0; }

.gcg-entry h1,
.gcg-archive h1 { color: var(--deep-navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.04em; }
.gcg-entry p, .gcg-entry li { font-size: 1.06rem; color: #33445a; }
.gcg-featured { margin: 24px 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--soft-shadow); }
.gcg-post-list { display: grid; gap: 16px; }
.gcg-post-card { border-radius: var(--radius); padding: 24px; background: #fff; border: 1px solid rgba(13,94,175,.12); box-shadow: var(--soft-shadow); }
.gcg-post-card h2 { margin-top: 0; }

.gcg-footer { padding: 54px 0 24px; background: var(--deep-navy); color: #fff; }
.gcg-footer .gcg-brand { color: #fff; }
.gcg-footer .gcg-brand small { color: rgba(255,255,255,.70); }
.gcg-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.gcg-footer__note { max-width: 760px; color: rgba(255,255,255,.72); font-size: .95rem; margin-top: 20px; }
.gcg-footer__links { display: grid; gap: 12px; }
.gcg-footer__links a,
.gcg-footer__bottom a { color: #fff; font-weight: 850; }
.gcg-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.72); }

@media (max-width: 1020px) {
  .gcg-header__nav { display: none; position: absolute; top: 82px; left: 16px; right: 16px; padding: 18px; background: #fff; border: 1px solid rgba(13,94,175,.12); border-radius: 24px; box-shadow: var(--shadow); }
  .gcg-header__nav.is-open { display: grid; gap: 12px; }
  .gcg-menu { display: grid; }
  .gcg-menu-toggle { display: block; }
  .gcg-hero__grid, .gcg-before-grid, .gcg-abroad-grid { grid-template-columns: 1fr; }
  .gcg-country-cloud { justify-content: flex-start; }
  .gcg-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .gcg-route-grid { grid-template-columns: 1fr; }
  .gcg-header__inner { min-height: 74px; }
  .gcg-brand__mark { width: 44px; height: 44px; }
  .gcg-brand strong { font-size: .95rem; }
  .gcg-brand small { font-size: .78rem; }
  .gcg-hero { padding: 64px 0 70px; }
  .gcg-cards, .gcg-steps, .gcg-pricing { grid-template-columns: 1fr; }
  .gcg-price-card--featured { transform: none; }
  .gcg-footer__grid { grid-template-columns: 1fr; }
  .gcg-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* v05 official links */
.gcg-section--official {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}
.gcg-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.gcg-source-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13, 94, 175, .12);
  box-shadow: var(--soft-shadow);
  color: var(--text-dark);
  overflow: hidden;
}
.gcg-source-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: var(--shadow);
}
.gcg-source-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(47, 167, 230, .13);
}
.gcg-source-card strong {
  color: var(--deep-navy);
  font-size: 1.05rem;
  line-height: 1.25;
  z-index: 1;
}
.gcg-source-card span {
  color: var(--muted);
  font-size: .94rem;
  z-index: 1;
}
.gcg-source-card em {
  margin-top: auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--sky-blue);
  color: var(--greek-blue);
  font-style: normal;
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 980px) {
  .gcg-source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .gcg-source-grid { grid-template-columns: 1fr; }
}


/* v06 EMEP / myPhoto and update strategy sections */
.gcg-section--emep {
  background: radial-gradient(circle at 15% 0%, rgba(255, 212, 90, .20), transparent 28%), linear-gradient(135deg, #ffffff, #eef8ff);
}
.gcg-emep-grid,
.gcg-updates-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
.gcg-emep-card,
.gcg-flow-card,
.gcg-update-list {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(13, 94, 175, .12);
  box-shadow: var(--shadow);
  padding: 30px;
}
.gcg-emep-card h2,
.gcg-updates-grid h2 {
  color: var(--deep-navy);
  font-size: clamp(1.8rem, 3.8vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 12px 0;
}
.gcg-emep-card p,
.gcg-updates-grid p {
  color: var(--muted);
  font-size: 1.05rem;
}
.gcg-flow-card {
  display: grid;
  gap: 14px;
}
.gcg-flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: var(--soft-gray);
  color: var(--deep-navy);
  font-weight: 900;
}
.gcg-flow-step strong {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue));
  color: #fff;
}
.gcg-flow-step--warn {
  background: #fff7e0;
  color: #58410b;
}
.gcg-flow-step--warn strong {
  background: var(--warning-orange);
}
.gcg-section--updates {
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}
.gcg-update-list {
  display: grid;
  gap: 14px;
}
.gcg-update-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  row-gap: 2px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: var(--soft-gray);
}
.gcg-update-list span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--success-green);
  color: #fff;
  font-weight: 950;
}
.gcg-update-list strong { color: var(--deep-navy); }
.gcg-update-list small { color: var(--muted); }
@media (max-width: 900px) {
  .gcg-emep-grid,
  .gcg-updates-grid { grid-template-columns: 1fr; }
}

/* v07 clickable guide cards and guide subpages */
.gcg-service-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.gcg-service-card:focus-visible,
.gcg-source-card:focus-visible,
.gcg-back-link:focus-visible,
.gcg-official-list a:focus-visible {
  outline: 4px solid rgba(255, 212, 90, .95);
  outline-offset: 4px;
}
.gcg-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 16px;
  color: var(--greek-blue);
  font-weight: 950;
  text-decoration: none;
}
.gcg-service-card:hover .gcg-card-link { color: var(--deep-navy); }
.gcg-cards--compact .gcg-service-card { min-height: 214px; }

.gcg-guide-page { background: #fff; }
.gcg-guide-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 70px;
  background: radial-gradient(circle at 15% 8%, rgba(255,212,90,.22), transparent 26%), linear-gradient(135deg, #ffffff 0%, #e8f7ff 100%);
  border-bottom: 1px solid rgba(13,94,175,.10);
}
.gcg-guide-hero__flag {
  position: absolute;
  right: -90px;
  bottom: -75px;
  width: 390px;
  height: 260px;
  opacity: .75;
  background: repeating-linear-gradient(0deg, rgba(13,94,175,.16), rgba(13,94,175,.16) 26px, #fff 26px, #fff 52px);
  transform: rotate(-10deg);
  border-radius: 54px;
}
.gcg-guide-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: center;
}
.gcg-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--greek-blue);
  font-weight: 900;
  text-decoration: none;
}
.gcg-guide-hero h1 {
  max-width: 830px;
  margin: 20px 0 18px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .98;
  color: var(--deep-navy);
  letter-spacing: -.055em;
}
.gcg-guide-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.75;
}
.gcg-guide-summary {
  border-radius: var(--radius-xl);
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(13,94,175,.10);
  box-shadow: var(--shadow);
}
.gcg-guide-summary strong {
  display: block;
  color: var(--deep-navy);
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.gcg-guide-summary ol {
  margin: 0;
  padding-left: 21px;
  color: #33445a;
  font-weight: 750;
}
.gcg-guide-summary li { margin: 10px 0; }

.gcg-guide-body-section { background: linear-gradient(180deg, #fff 0%, #f5fbff 100%); }
.gcg-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}
.gcg-guide-content,
.gcg-guide-sidebar { min-width: 0; }
.gcg-warning-box,
.gcg-guide-block,
.gcg-last-check,
.gcg-sidebar-card {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(13,94,175,.11);
  box-shadow: var(--soft-shadow);
}
.gcg-warning-box {
  padding: 22px 24px;
  border-left: 7px solid var(--warning-orange);
  background: #fff8e4;
  margin-bottom: 18px;
}
.gcg-warning-box strong { color: #7a4a00; font-size: 1.05rem; }
.gcg-warning-box p { margin: 8px 0 0; color: #684a0d; font-weight: 700; }
.gcg-guide-block { padding: 30px; margin: 18px 0; }
.gcg-guide-block h2 {
  color: var(--deep-navy);
  margin: 12px 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.gcg-guide-block--mistakes { background: linear-gradient(135deg, #fff, #fff7e0); }
.gcg-check-list,
.gcg-mistake-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.gcg-check-list li,
.gcg-mistake-list li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 16px;
  background: var(--soft-gray);
  color: #33445a;
  font-weight: 720;
  line-height: 1.55;
}
.gcg-check-list li::before,
.gcg-mistake-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--success-green);
  color: #fff;
  font-weight: 950;
}
.gcg-check-list--blue li::before { background: var(--greek-blue); }
.gcg-mistake-list li::before { content: "!"; background: var(--warning-orange); }
.gcg-last-check {
  padding: 22px 24px;
  margin-top: 18px;
  display: grid;
  gap: 7px;
}
.gcg-last-check strong { color: var(--deep-navy); }
.gcg-last-check span { color: var(--greek-blue); font-weight: 950; }
.gcg-last-check small { color: var(--muted); line-height: 1.55; }

.gcg-guide-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}
.gcg-sidebar-card { padding: 24px; }
.gcg-sidebar-card h3 {
  margin: 0 0 10px;
  color: var(--deep-navy);
  font-size: 1.35rem;
}
.gcg-sidebar-card p { color: var(--muted); margin: 0 0 18px; }
.gcg-sidebar-card--official { background: linear-gradient(180deg, #fff 0%, #eef8ff 100%); }
.gcg-official-list { display: grid; gap: 12px; }
.gcg-official-list a {
  position: relative;
  display: block;
  padding: 16px 44px 16px 16px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(13,94,175,.12);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(7,55,99,.05);
}
.gcg-official-list a:hover { transform: translateY(-2px); box-shadow: var(--soft-shadow); }
.gcg-official-list strong { display: block; color: var(--deep-navy); line-height: 1.25; margin-bottom: 6px; }
.gcg-official-list span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.gcg-official-list em {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sky-blue);
  color: var(--greek-blue);
  font-style: normal;
  font-weight: 950;
}
@media (max-width: 1020px) {
  .gcg-guide-hero__grid,
  .gcg-guide-layout { grid-template-columns: 1fr; }
  .gcg-guide-sidebar { position: static; }
}
@media (max-width: 720px) {
  .gcg-guide-hero { padding: 52px 0 54px; }
  .gcg-guide-block,
  .gcg-sidebar-card { padding: 22px; }
}


/* v08 MVP/editable structure */
.gcg-section--mvp { background: linear-gradient(135deg, #ffffff, #f0f9ff); border-top: 1px solid rgba(13,94,175,.08); border-bottom: 1px solid rgba(13,94,175,.08); }
.gcg-mvp-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 28px; align-items: center; }
.gcg-mvp-grid h2 { margin: 10px 0; color: var(--deep-navy); font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.035em; }
.gcg-mvp-grid p { color: var(--muted); font-size: 1.05rem; }
.gcg-mvp-points { display: grid; gap: 12px; }
.gcg-mvp-points a { border-radius: 18px; padding: 16px 18px; background: #fff; border: 1px solid rgba(13,94,175,.12); box-shadow: var(--soft-shadow); font-weight: 900; color: var(--deep-navy); }
.gcg-link-manager-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 24px 0; }
.gcg-link-manager-card { position: relative; display: grid; gap: 8px; padding: 22px; border-radius: 22px; border: 1px solid rgba(13,94,175,.13); background: #fff; box-shadow: var(--soft-shadow); overflow: hidden; }
.gcg-link-manager-card strong { color: var(--deep-navy); font-size: 1.05rem; }
.gcg-link-manager-card span { color: var(--muted); }
.gcg-link-manager-card small { color: #64748b; font-weight: 800; }
.gcg-link-manager-card em { position: absolute; right: 16px; bottom: 14px; font-style: normal; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--sky-blue); color: var(--greek-blue); font-weight: 900; }
.gcg-checklist-form { max-width: 760px; margin: 24px auto; display: grid; gap: 16px; padding: 28px; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(13,94,175,.12); box-shadow: var(--shadow); }
.gcg-checklist-form h2 { color: var(--deep-navy); margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.gcg-checklist-form p { color: var(--muted); }
.gcg-checklist-form label { display: grid; gap: 8px; color: var(--deep-navy); font-weight: 900; }
.gcg-checklist-form input, .gcg-checklist-form select, .gcg-checklist-form textarea { width: 100%; border: 1px solid rgba(13,94,175,.18); border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--text-dark); background: #f8fbff; }
.gcg-checklist-form textarea { min-height: 130px; resize: vertical; }
.gcg-checklist-form small { color: #64748b; }
.gcg-sidebar-card--admin { background: linear-gradient(135deg, #fff7e0, #fff); border-color: rgba(255,159,28,.35); }
.gcg-entry-content { background: linear-gradient(180deg, #fff, #f8fbff); }
@media (max-width: 780px) {
  .gcg-mvp-grid, .gcg-link-manager-grid { grid-template-columns: 1fr; }
}

/* v09 support, live/video and payment wallet */
.gcg-mini-cta--wallet {
  background: #fff7e0;
  color: var(--deep-navy) !important;
  border: 1px solid rgba(255, 212, 90, .85);
}
.gcg-section--support {
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
}
.gcg-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.gcg-support-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(13,94,175,.12);
  box-shadow: var(--soft-shadow);
  padding: 28px;
}
.gcg-support-card--featured {
  border: 3px solid var(--sun-yellow);
  box-shadow: var(--shadow);
}
.gcg-support-card > span {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--sky-blue);
  font-size: 2rem;
  margin-bottom: 14px;
}
.gcg-support-card h3 {
  margin: 0 0 10px;
  color: var(--deep-navy);
  font-size: 1.35rem;
}
.gcg-support-card p {
  color: var(--muted);
  margin: 0 0 18px;
}
.gcg-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.gcg-wallet-panel {
  margin: 22px 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fff, #eef8ff);
  padding: 30px;
  border: 1px solid rgba(13,94,175,.12);
  box-shadow: var(--soft-shadow);
}
.gcg-wallet-head {
  max-width: 780px;
  margin-bottom: 24px;
}
.gcg-wallet-head h2 {
  margin: 10px 0;
  color: var(--deep-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.gcg-wallet-head p {
  color: var(--muted);
  font-size: 1.05rem;
}
.gcg-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.gcg-wallet-card {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13,94,175,.12);
  box-shadow: var(--soft-shadow);
}
.gcg-wallet-card--featured {
  border: 3px solid var(--sun-yellow);
  box-shadow: var(--shadow);
}
.gcg-wallet-card strong {
  display: block;
  color: var(--greek-blue);
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 14px;
}
.gcg-wallet-card h3 {
  color: var(--deep-navy);
  margin: 0 0 10px;
}
.gcg-wallet-card p {
  color: var(--muted);
  margin: 0 0 18px;
}
.gcg-wallet-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff7e0;
  border-left: 6px solid var(--warning-orange);
  color: #58410b;
  font-weight: 700;
}
@media (max-width: 980px) {
  .gcg-support-grid, .gcg-wallet-grid { grid-template-columns: 1fr; }
}

/* v10 smart checklist rows */
.gcg-step-hint {
  margin: -4px 0 18px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
}
.gcg-check-list--smart {
  gap: 14px;
}
.gcg-check-list--smart li.gcg-smart-step {
  padding: 16px 16px 16px 52px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(13,94,175,.08);
}
.gcg-check-list--smart li.gcg-smart-step::before {
  top: 18px;
}
.gcg-smart-step__text {
  color: #23364d;
  font-weight: 850;
  line-height: 1.52;
}
.gcg-smart-step__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.gcg-step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: .86rem;
  line-height: 1.1;
  font-weight: 950;
  border: 1px solid rgba(13,94,175,.14);
  text-decoration: none;
}
.gcg-step-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.gcg-step-btn--guide {
  color: var(--deep-navy);
  background: #fff;
  box-shadow: 0 8px 16px rgba(7,55,99,.06);
}
.gcg-step-btn--official {
  color: #fff;
  background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue));
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(13,94,175,.18);
}
.gcg-check-list--blue .gcg-step-btn--official {
  background: linear-gradient(135deg, var(--deep-navy), var(--greek-blue));
}
.gcg-smart-step--blue::before {
  background: var(--greek-blue) !important;
}
@media (max-width: 560px) {
  .gcg-check-list--smart li.gcg-smart-step { padding-left: 48px; }
  .gcg-step-btn { width: 100%; }
}

/* v13 embedded Parthenon logo */
.gcg-brand__mark--logo {
  overflow: hidden;
  padding: 0;
  background: #0D5EAF;
}
.gcg-brand__mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gcg-footer .gcg-brand__mark--logo {
  box-shadow: 0 10px 25px rgba(255,255,255,.08);
}
.gcg-hero-card__logo {
  width: 92px;
  height: 92px;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 14px 28px rgba(13,94,175,.18);
  border: 1px solid rgba(255,255,255,.65);
  background: #0D5EAF;
}
.gcg-hero-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  .gcg-hero-card__logo { width: 78px; height: 78px; border-radius: 22px; }
}


/* v15 even larger header logo, aligned visually with the full two-line brand text */
.gcg-header__inner { min-height: 108px; }
.gcg-brand { gap: 16px; }
.gcg-header .gcg-brand__mark {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  flex: 0 0 88px;
}
.gcg-header .gcg-brand__mark--logo img {
  object-fit: contain;
  padding: 5px;
}
.gcg-header .gcg-brand strong { font-size: 1.14rem; line-height: 1.08; }
.gcg-header .gcg-brand small { font-size: .95rem; line-height: 1.14; }
@media (max-width: 960px) {
  .gcg-header__inner { min-height: 94px; }
  .gcg-header .gcg-brand__mark { width: 72px; height: 72px; flex-basis: 72px; border-radius: 22px; }
  .gcg-header .gcg-brand strong { font-size: 1.04rem; }
  .gcg-header .gcg-brand small { font-size: .88rem; }
}
@media (max-width: 720px) {
  .gcg-header__inner { min-height: 84px; }
  .gcg-header .gcg-brand__mark { width: 58px; height: 58px; flex-basis: 58px; border-radius: 18px; }
  .gcg-header .gcg-brand strong { font-size: .96rem; }
  .gcg-header .gcg-brand small { font-size: .80rem; }
}


/* v15 visible floating live chat button */
.gcg-floating-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-grid;
  grid-template-columns: 34px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 168px;
  padding: 13px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-navy), var(--greek-blue));
  box-shadow: 0 18px 42px rgba(7,55,99,.28);
  border: 2px solid rgba(255,255,255,.85);
}
.gcg-floating-chat:hover {
  text-decoration: none;
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--greek-blue), var(--aegean-blue));
}
.gcg-floating-chat span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sun-yellow);
  color: var(--deep-navy);
  font-size: 1.15rem;
}
.gcg-floating-chat strong {
  line-height: 1;
  font-size: .98rem;
}
.gcg-floating-chat small {
  opacity: .86;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 720px) {
  .gcg-floating-chat {
    right: 14px;
    bottom: 14px;
    min-width: 58px;
    grid-template-columns: 34px;
    padding: 12px;
  }
  .gcg-floating-chat strong,
  .gcg-floating-chat small { display: none; }
}
