/* =========================================================
   PANSION STAVROULA — PREMIUM HOME PAGE
   Joomla 5 / Helix 3 / SP Page Builder
   Full replacement file
========================================================= */

:root {
  --ps-home-ink: #17313d;
  --ps-home-ink-dark: #0e2835;
  --ps-home-gold: #c9a35f;
  --ps-home-gold-light: #dfc48f;
  --ps-home-white: #ffffff;
  --ps-home-soft: #f7f4ee;
  --ps-home-border: rgba(255, 255, 255, .18);
  --ps-home-shadow: 0 28px 70px rgba(4, 24, 35, .24);
  --ps-home-max: 1180px;
}

/* =========================================================
   HOMEPAGE RESET
========================================================= */

body.home-page,
body.home-page #sp-page-builder,
body.home-page .sp-page-builder,
body.home-page #sp-main-body,
body.home-page #sp-component {
  overflow-x: hidden;
}

body.home-page #sp-main-body {
  padding: 0 !important;
}

body.home-page #sp-component {
  padding: 0 !important;
}

body.home-page .stavroula-home {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ps-home-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.home-page .stavroula-home *,
body.home-page .stavroula-home *::before,
body.home-page .stavroula-home *::after {
  box-sizing: border-box;
}

/* =========================================================
   HERO
========================================================= */

body.home-page .stavroula-home .sh-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 760px;
  height: 100vh;
  max-height: 980px;
  margin: 0 !important;
  padding: var(--ps-header-height, 96px) 0 0 !important;
  overflow: hidden;
  isolation: isolate;
  background-color: #0a2f45;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.home-page .stavroula-home .sh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 28, 42, .74) 0%, rgba(4, 28, 42, .48) 34%, rgba(4, 28, 42, .10) 68%, rgba(4, 28, 42, .04) 100%),
    linear-gradient(180deg, rgba(2, 19, 31, .28) 0%, rgba(2, 19, 31, .03) 48%, rgba(2, 19, 31, .28) 100%);
  pointer-events: none;
}

body.home-page .stavroula-home .sh-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(4, 28, 42, 0), rgba(4, 28, 42, .24));
  pointer-events: none;
}

/* Main hero wrapper — supports common existing class names */
body.home-page .stavroula-home .sh-hero > .container,
body.home-page .stavroula-home .sh-hero .sh-hero-inner,
body.home-page .stavroula-home .sh-hero .hero-inner,
body.home-page .stavroula-home .sh-hero .sh-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ps-home-max);
  margin: 0 auto;
  padding: 56px 34px 76px;
}

/* Decorative vertical glass column */
body.home-page .stavroula-home .sh-hero .sh-hero-inner::before,
body.home-page .stavroula-home .sh-hero > .container::before {
  content: "";
  position: absolute;
  top: -90px;
  bottom: -120px;
  left: 0;
  width: 52%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border-left: 1px solid rgba(255,255,255,.10);
  border-right: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  pointer-events: none;
}

/* Content panel */
body.home-page .stavroula-home .sh-hero-content,
body.home-page .stavroula-home .hero-content,
body.home-page .stavroula-home .sh-hero-copy {
  position: relative;
  width: min(650px, 62vw);
  padding: 34px 40px 38px;
  border: 1px solid rgba(255, 255, 255, .17);
  background: linear-gradient(135deg, rgba(7, 38, 52, .88), rgba(10, 46, 61, .72));
  box-shadow: var(--ps-home-shadow);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

/* Eyebrow / kicker */
body.home-page .stavroula-home .sh-kicker,
body.home-page .stavroula-home .hero-kicker,
body.home-page .stavroula-home .sh-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  color: var(--ps-home-gold-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

body.home-page .stavroula-home .sh-kicker::before,
body.home-page .stavroula-home .hero-kicker::before,
body.home-page .stavroula-home .sh-hero-eyebrow::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 1px;
  background: var(--ps-home-gold);
}

/* Hero title */
body.home-page .stavroula-home .sh-hero h1,
body.home-page .stavroula-home .sh-hero-title,
body.home-page .stavroula-home .hero-title {
  max-width: 610px;
  margin: 0;
  color: var(--ps-home-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -2.7px;
  text-wrap: balance;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

/* Hero paragraph */
body.home-page .stavroula-home .sh-hero-text,
body.home-page .stavroula-home .hero-text,
body.home-page .stavroula-home .sh-hero-content > p,
body.home-page .stavroula-home .hero-content > p,
body.home-page .stavroula-home .sh-hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

/* CTA group */
body.home-page .stavroula-home .sh-hero-actions,
body.home-page .stavroula-home .hero-actions,
body.home-page .stavroula-home .sh-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body.home-page .stavroula-home .sh-btn,
body.home-page .stavroula-home .hero-btn,
body.home-page .stavroula-home .sh-hero a[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.35px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

body.home-page .stavroula-home .sh-btn:hover,
body.home-page .stavroula-home .hero-btn:hover,
body.home-page .stavroula-home .sh-hero a[class*="btn"]:hover {
  transform: translateY(-2px);
}

body.home-page .stavroula-home .sh-btn-primary,
body.home-page .stavroula-home .hero-btn-primary,
body.home-page .stavroula-home .sh-hero a[class*="primary"] {
  background: var(--ps-home-gold);
  border-color: var(--ps-home-gold);
  color: #18313b !important;
  box-shadow: 0 10px 26px rgba(201, 163, 95, .22);
}

body.home-page .stavroula-home .sh-btn-primary:hover,
body.home-page .stavroula-home .hero-btn-primary:hover,
body.home-page .stavroula-home .sh-hero a[class*="primary"]:hover {
  background: var(--ps-home-gold-light);
  border-color: var(--ps-home-gold-light);
}

body.home-page .stavroula-home .sh-btn-secondary,
body.home-page .stavroula-home .hero-btn-secondary,
body.home-page .stavroula-home .sh-hero a[class*="secondary"] {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .30);
  color: #fff !important;
}

body.home-page .stavroula-home .sh-btn-secondary:hover,
body.home-page .stavroula-home .hero-btn-secondary:hover,
body.home-page .stavroula-home .sh-hero a[class*="secondary"]:hover {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .55);
}

/* Scroll indicator */
body.home-page .stavroula-home .sh-scroll,
body.home-page .stavroula-home .hero-scroll,
body.home-page .stavroula-home .sh-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: 24px;
  height: 40px;
  margin-left: -12px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 18px;
}

body.home-page .stavroula-home .sh-scroll::before,
body.home-page .stavroula-home .hero-scroll::before,
body.home-page .stavroula-home .sh-scroll-indicator::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 7px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: #fff;
  animation: ps-home-scroll 1.8s ease-in-out infinite;
}

@keyframes ps-home-scroll {
  0% { opacity: 0; transform: translateY(0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateY(12px); }
}

/* =========================================================
   FIRST CONTENT SECTION / WELCOME
========================================================= */

body.home-page .stavroula-home .sh-welcome,
body.home-page .stavroula-home .home-welcome,
body.home-page .stavroula-home .welcome-section {
  position: relative;
  padding: 118px 0 110px;
  background: #fff;
}

body.home-page .stavroula-home .sh-welcome > .container,
body.home-page .stavroula-home .home-welcome > .container,
body.home-page .stavroula-home .welcome-section > .container {
  width: 100%;
  max-width: var(--ps-home-max);
  margin: 0 auto;
  padding: 0 34px;
}

body.home-page .stavroula-home .sh-section-kicker,
body.home-page .stavroula-home .section-kicker,
body.home-page .stavroula-home .welcome-eyebrow {
  margin: 0 0 18px;
  color: var(--ps-home-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

body.home-page .stavroula-home .sh-welcome h2,
body.home-page .stavroula-home .home-welcome h2,
body.home-page .stavroula-home .welcome-section h2 {
  margin: 0;
  color: var(--ps-home-ink);
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -1.8px;
}

body.home-page .stavroula-home .sh-welcome p,
body.home-page .stavroula-home .home-welcome p,
body.home-page .stavroula-home .welcome-section p {
  color: #50636c;
  font-size: 17px;
  line-height: 1.75;
}

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1500px) {
  :root {
    --ps-home-max: 1240px;
  }

  body.home-page .stavroula-home .sh-hero > .container,
  body.home-page .stavroula-home .sh-hero .sh-hero-inner,
  body.home-page .stavroula-home .sh-hero .hero-inner,
  body.home-page .stavroula-home .sh-hero .sh-hero-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* =========================================================
   TABLET LANDSCAPE
========================================================= */

@media (max-width: 1199px) {
  body.home-page .stavroula-home .sh-hero {
    min-height: 700px;
  }

  body.home-page .stavroula-home .sh-hero-content,
  body.home-page .stavroula-home .hero-content,
  body.home-page .stavroula-home .sh-hero-copy {
    width: min(620px, 68vw);
  }

  body.home-page .stavroula-home .sh-hero h1,
  body.home-page .stavroula-home .sh-hero-title,
  body.home-page .stavroula-home .hero-title {
    font-size: clamp(48px, 6vw, 70px);
  }
}

/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media (max-width: 991px) {
  body.home-page .stavroula-home .sh-hero {
    min-height: 700px;
    height: auto;
    max-height: none;
    padding-top: var(--ps-header-height, 72px) !important;
    background-position: 60% center;
  }

  body.home-page .stavroula-home .sh-hero::before {
    background:
      linear-gradient(90deg, rgba(4, 28, 42, .82) 0%, rgba(4, 28, 42, .56) 56%, rgba(4, 28, 42, .16) 100%),
      linear-gradient(180deg, rgba(2,19,31,.18), rgba(2,19,31,.22));
  }

  body.home-page .stavroula-home .sh-hero > .container,
  body.home-page .stavroula-home .sh-hero .sh-hero-inner,
  body.home-page .stavroula-home .sh-hero .hero-inner,
  body.home-page .stavroula-home .sh-hero .sh-hero-container {
    padding: 74px 24px 96px;
  }

  body.home-page .stavroula-home .sh-hero .sh-hero-inner::before,
  body.home-page .stavroula-home .sh-hero > .container::before {
    display: none;
  }

  body.home-page .stavroula-home .sh-hero-content,
  body.home-page .stavroula-home .hero-content,
  body.home-page .stavroula-home .sh-hero-copy {
    width: min(650px, 86vw);
    padding: 30px 30px 34px;
  }

  body.home-page .stavroula-home .sh-hero h1,
  body.home-page .stavroula-home .sh-hero-title,
  body.home-page .stavroula-home .hero-title {
    font-size: clamp(48px, 8.2vw, 66px);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  body.home-page .stavroula-home .sh-hero {
    min-height: 650px;
    background-position: 66% center;
  }

  body.home-page .stavroula-home .sh-hero::before {
    background:
      linear-gradient(90deg, rgba(4, 28, 42, .88) 0%, rgba(4, 28, 42, .67) 72%, rgba(4, 28, 42, .30) 100%),
      linear-gradient(180deg, rgba(2,19,31,.24), rgba(2,19,31,.22));
  }

  body.home-page .stavroula-home .sh-hero > .container,
  body.home-page .stavroula-home .sh-hero .sh-hero-inner,
  body.home-page .stavroula-home .sh-hero .hero-inner,
  body.home-page .stavroula-home .sh-hero .sh-hero-container {
    padding: 52px 18px 88px;
  }

  body.home-page .stavroula-home .sh-hero-content,
  body.home-page .stavroula-home .hero-content,
  body.home-page .stavroula-home .sh-hero-copy {
    width: 100%;
    max-width: 560px;
    padding: 25px 22px 28px;
    background: linear-gradient(135deg, rgba(7, 38, 52, .91), rgba(10, 46, 61, .78));
  }

  body.home-page .stavroula-home .sh-kicker,
  body.home-page .stavroula-home .hero-kicker,
  body.home-page .stavroula-home .sh-hero-eyebrow {
    gap: 12px;
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  body.home-page .stavroula-home .sh-kicker::before,
  body.home-page .stavroula-home .hero-kicker::before,
  body.home-page .stavroula-home .sh-hero-eyebrow::before {
    flex-basis: 24px;
    width: 24px;
  }

  body.home-page .stavroula-home .sh-hero h1,
  body.home-page .stavroula-home .sh-hero-title,
  body.home-page .stavroula-home .hero-title {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .98;
    letter-spacing: -1.7px;
  }

  body.home-page .stavroula-home .sh-hero-text,
  body.home-page .stavroula-home .hero-text,
  body.home-page .stavroula-home .sh-hero-content > p,
  body.home-page .stavroula-home .hero-content > p,
  body.home-page .stavroula-home .sh-hero-copy > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  body.home-page .stavroula-home .sh-hero-actions,
  body.home-page .stavroula-home .hero-actions,
  body.home-page .stavroula-home .sh-buttons {
    align-items: stretch;
    gap: 10px;
    margin-top: 24px;
  }

  body.home-page .stavroula-home .sh-btn,
  body.home-page .stavroula-home .hero-btn,
  body.home-page .stavroula-home .sh-hero a[class*="btn"] {
    flex: 1 1 100%;
    width: 100%;
  }

  body.home-page .stavroula-home .sh-welcome,
  body.home-page .stavroula-home .home-welcome,
  body.home-page .stavroula-home .welcome-section {
    padding: 78px 0 72px;
  }

  body.home-page .stavroula-home .sh-welcome > .container,
  body.home-page .stavroula-home .home-welcome > .container,
  body.home-page .stavroula-home .welcome-section > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  body.home-page .stavroula-home .sh-hero {
    min-height: 620px;
  }

  body.home-page .stavroula-home .sh-hero > .container,
  body.home-page .stavroula-home .sh-hero .sh-hero-inner,
  body.home-page .stavroula-home .sh-hero .hero-inner,
  body.home-page .stavroula-home .sh-hero .sh-hero-container {
    padding-top: 38px;
  }

  body.home-page .stavroula-home .sh-hero-content,
  body.home-page .stavroula-home .hero-content,
  body.home-page .stavroula-home .sh-hero-copy {
    padding: 22px 18px 24px;
  }

  body.home-page .stavroula-home .sh-hero h1,
  body.home-page .stavroula-home .sh-hero-title,
  body.home-page .stavroula-home .hero-title {
    font-size: clamp(38px, 12.6vw, 50px);
  }

  body.home-page .stavroula-home .sh-scroll,
  body.home-page .stavroula-home .hero-scroll,
  body.home-page .stavroula-home .sh-scroll-indicator {
    bottom: 18px;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  body.home-page .stavroula-home *,
  body.home-page .stavroula-home *::before,
  body.home-page .stavroula-home *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}