/* Cyprus Go — homepage only (linked from index.html). Do not use on articles. */

body.home {
  --home-orange: #ff6600;
  --home-ink: #1b2430;
  --home-muted: #5a6573;
  --home-line: #dce7f2;
  --home-sky: #eaf5ff;
  --home-sky2: #f4f9fd;
  --home-rail: 1400px;
  background:
    radial-gradient(1200px 420px at 50% -80px, rgba(79, 195, 247, 0.18), transparent 70%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #ffffff 100%) !important;
  color: var(--home-ink);
}

body.home #wrapper,
body.home #main,
body.home #forbottom,
body.home #frontpage {
  background: transparent;
}

/* One shared content column */
body.home #header,
body.home #main,
body.home #topbar-inner {
  max-width: var(--home-rail) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

body.home #front-text2,
body.home .gc-weather,
body.home #front-text4 {
  max-width: var(--home-rail) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

body.home #topbar {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(220, 231, 242, 0.9) !important;
  box-shadow: 0 4px 18px rgba(13, 71, 161, 0.06) !important;
  opacity: 1 !important;
}

body.home .topmenu ul li a {
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0;
}

body.home .topmenu ul li a:hover {
  color: var(--gc-blue, #1565c0) !important;
  border-bottom-color: var(--gc-cyan, #4fc3f7) !important;
}

/* Map cosmetics only — layout / donkey untouched */
body.home .cyprus-map-wrap {
  margin-bottom: 8px !important;
}

body.home .cyprus-map {
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(13, 71, 161, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}

body.home .cyprus-map > picture img,
body.home .cyprus-map > img:not(.gc-map-logo img) {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(13, 71, 161, 0.1);
}

body.home .gc-map-logo {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

body.home .cyprus-map .hot {
  transition: color 0.15s ease, text-shadow 0.15s ease, transform 0.15s ease;
}

body.home .cyprus-map .hot:hover,
body.home .cyprus-map .hot:focus {
  color: var(--home-orange) !important;
  transform: translate(-80px, -50%) scale(1.03);
}

/* Blue menu centered */
body.home #header-full {
  margin-top: 6px !important;
  display: flex;
  justify-content: center;
}

body.home #header {
  width: 100%;
  float: none !important;
}

body.home #masthead {
  display: flex;
  justify-content: center;
  width: 100%;
}

body.home #access {
  float: none !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(13, 71, 161, 0.12);
}

body.home #access > .menu,
body.home #access .menu {
  float: none !important;
  width: auto !important;
  margin: 0 auto !important;
}

@media (min-width: 701px) {
  body.home #access #prime_nav {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
    justify-content: center !important;
  }
}

/* Hero title */
body.home #front-text2 {
  margin-top: 18px;
  margin-bottom: 8px;
}

body.home #front-text2 h1 {
  margin: 0 !important;
  padding: 14px 18px 16px;
  font-size: 26px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: var(--home-orange) !important;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(13, 71, 161, 0.06);
  position: relative;
  box-sizing: border-box;
}

body.home #front-text2 h1::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 10px;
  width: 72px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--home-orange), #ffb347);
}

body.home #front-text2 h1 span {
  font-size: inherit !important;
  color: inherit !important;
}

/* Weather — same outer edge as intro card */
body.home .gc-weather {
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 16px 18px 12px !important;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(13, 71, 161, 0.06);
}

body.home .gc-weather__title {
  color: var(--home-orange) !important;
  font-size: 18px;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef4fa;
}

body.home .gc-weather__card {
  border-radius: 12px !important;
  border-color: #e4eef8 !important;
  box-shadow: 0 4px 12px rgba(15, 40, 80, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.home .gc-weather__card:hover {
  transform: translateY(-2px);
  border-color: #b9d8f5 !important;
  box-shadow: 0 10px 20px rgba(21, 101, 192, 0.1);
}

/* Intro card */
body.home #front-text4 {
  margin-top: 14px;
  margin-bottom: 10px;
}

body.home #front-text4 > blockquote {
  margin: 0;
  padding: 22px 18px 18px;
  background: #fff;
  border: 1px solid var(--home-line) !important;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(13, 71, 161, 0.06);
  box-sizing: border-box;
  width: 100%;
}

body.home #front-text4 blockquote p,
body.home #front-text4 blockquote font,
body.home #front-text4 blockquote {
  color: var(--home-ink) !important;
  text-align: left !important;
}

body.home #front-text4 blockquote p {
  margin: 0 0 1em;
  line-height: 1.75;
  font-size: 15px;
}

body.home #front-text4 blockquote a {
  color: var(--gc-blue, #1565c0) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

body.home #front-text4 blockquote a:hover {
  color: var(--home-orange) !important;
}

body.home #front-text4 img.aligncenter,
body.home #front-text4 a[rel^="lightbox"] img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 8px auto 18px !important;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 40, 80, 0.12);
  border: 1px solid rgba(220, 231, 242, 0.9);
}

body.home #front-text4 .gc-home-kicker,
body.home #front-text4 span[style*="ff6600"],
body.home #front-text4 span[style*="#ff6600"] {
  color: var(--home-orange) !important;
  font-weight: 700 !important;
}

body.home #front-text4 p.gc-home-basics-title {
  margin: 1.4em 0 0.85em !important;
  padding: 10px 0 8px;
  border-top: 1px solid #eef4fa;
  font-size: 18px !important;
}

body.home #front-text4 p.gc-home-basics-item {
  margin: 0.95em 0 0.35em !important;
}

body.home #front-text4 .gc-home-welcome {
  margin-top: 1.1em !important;
  font-weight: 700;
  color: var(--home-ink) !important;
}

body.home #front-text4 .gc-faq {
  margin-top: 8px;
}

body.home #footer2 {
  margin-top: 18px;
  box-shadow: 0 -8px 24px rgba(13, 71, 161, 0.08);
}

body.home #site-copyright {
  letter-spacing: 0.02em;
}

@media (max-width: 1430px) {
  body.home #main {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 900px) {
  body.home #front-text2 h1 {
    font-size: 20px !important;
    padding: 12px 14px 14px;
  }
  body.home #front-text4 > blockquote {
    padding: 16px 14px 12px;
  }
  body.home #front-text4 blockquote p {
    font-size: 14px;
  }
}
