/* ══════════════════════════════════════════════════════════════
   FORUM YACHTING — Redesign 2026
   Εγκεκριμένες αλλαγές: 12 (καθαρή τυπογραφία), 22Δ (ελάχιστος
   χρυσός), 9 (λεπτά μεγάλα νούμερα), 16 (άνοιγμα σελίδας),
   17 (κείμενο έξω από φωτογραφίες), 21Α (αέρινες κάρτες),
   19 (νέο Contact), 23/24 (σελίδα σκάφους).
   Φορτώνει ΜΕΤΑ το styles.css και το παρακάμπτει στοχευμένα.
   ══════════════════════════════════════════════════════════════ */

:root {
  --fy-ink: #0d2840;
  --fy-muted: #5d6a75;
  --fy-faint: #9aa7b2;
  --fy-line: #e6eaee;
}

/* ── 12 · Καθαρή τυπογραφία: Manrope για τίτλους, serif μόνο για «στιγμές» ── */
h1, h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(40px, 5.6vw, 84px); line-height: 1.05; }
h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1.1; }

.hero h1 .heavy, .hero-l40 .hero-top h1 { font-weight: 300; }
.hero h1 .light {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
.hero-l40 .hero-top h1 {
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 1.06;
}

/* ── 22Δ · Ελάχιστος χρυσός: φεύγει από γραμμές, eyebrows, hovers ── */
.eyebrow { color: var(--fy-muted); }
.eyebrow::before { display: none; }
.section-head.centered::after { display: none; }
.hero-eyebrow { color: rgba(255,255,255,0.85); }
.hero-eyebrow::before { background: rgba(255,255,255,0.5); }
.footer-col a:hover, .footer-bottom a:hover { color: #fff; }
.yacht-compare:hover, .yacht-compare.active { background: var(--fy-ink); box-shadow: 0 6px 18px rgba(13,40,64,0.35); }

/* ── 9 · Στατιστικά: μεγάλα, λεπτά, ευανάγνωστα νούμερα ── */
.why-stat-num {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: clamp(44px, 4.4vw, 66px);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

/* Why Forum: τα στατιστικά απλώνουν σε όλο το πλάτος, με διαχωριστικές γραμμές */
.why-stats {
  max-width: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--fy-line);
}
.why-stats > div {
  padding: 22px 8px 20px 0;
  border-bottom: 1px solid var(--fy-line);
}
.why-stat-lbl {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--fy-faint);
  margin-top: 6px;
}

/* ── 16 · Άνοιγμα σελίδας: διαδοχική εμφάνιση + αργό zoom ── */
@keyframes fyZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
@keyframes fyRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero { overflow: hidden; }
.hero-bg { animation: fyZoom 7s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.hero-top > * { animation: fyRise 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.hero-top > *:nth-child(2) { animation-delay: 0.07s; }
.hero-top > *:nth-child(3) { animation-delay: 0.14s; }
.hero-top > *:nth-child(4) { animation-delay: 0.21s; }
.hero-l40 .hero-tiles { animation: fyRise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.26s both; }
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-top > *, .hero-l40 .hero-tiles { animation: none; }
}

/* ── 21Α · Κάρτες σκαφών: αέρινες, χωρίς βαριά κουτιά ── */
.yacht-card-img { border-radius: 10px; margin-bottom: 14px; }
.yacht-card:hover .yacht-card-img { box-shadow: 0 18px 36px -18px rgba(13,40,64,0.25); }
.yacht-name { font-size: 18px; font-weight: 600; letter-spacing: 0; }
.yacht-specs { color: var(--fy-muted); font-size: 13px; letter-spacing: 0.01em; }
.yacht-price { font-size: 14.5px; font-variant-numeric: tabular-nums; }

/* ── 23/24 · Σελίδα σκάφους ─────────────────────────────────── */

/* Καθαρή φωτογραφία — χωρίς κείμενο πάνω της (17) */
.yd2-cinema-hero { height: clamp(320px, 50vw, 560px); border-radius: 10px; }
.yd2-cinema-overlay { background: linear-gradient(to top, rgba(13,40,64,0.22) 0%, transparent 40%); }

/* Thumbnails: ανοιχτή λωρίδα, όχι μαύρη μπάρα */
.yd2-thumb-strip {
  background: transparent;
  padding: 10px 0 0;
  gap: 8px;
  height: auto;
  border-radius: 0;
  margin: 0 0 6px 0;
}
.yd2-thumb-mini { aspect-ratio: 16/9; border-radius: 6px; background-color: #eef1f4; }
.yd2-thumb-more {
  background-color: #eef1f4 !important;
  color: var(--fy-ink);
  font-size: 11px;
}

/* Όνομα + στοιχεία ΚΑΤΩ από τη φωτογραφία */
.yd2-name-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 0 18px;
  border-bottom: 1px solid var(--fy-line);
  margin-bottom: 26px;
}
.yd2-name-row .yd2-cinema-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.02em;
  color: var(--fy-ink);
  text-shadow: none;
  margin: 0 !important;
}
.yd2-name-row .yd2-cinema-meta {
  color: var(--fy-faint);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 13.5px;
  font-weight: 500;
  text-shadow: none;
  margin: 0 !important;
}

/* Specs: αέρινη σειρά αντί για pills με χρυσά κυκλάκια */
.yd2-specs-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 30px;
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--fy-line);
}
.yd2-spec-pill { background: none; padding: 0; border-radius: 0; gap: 8px; }
.yd2-spec-ic { width: auto; height: auto; border: 0; color: var(--fy-faint); border-radius: 0; }
.yd2-spec-ic svg { width: 17px; height: 17px; }
.yd2-spec-meta { display: flex; align-items: baseline; gap: 7px; }
.yd2-spec-meta .l { font-size: 10px; letter-spacing: 1.2px; }
.yd2-spec-meta .v { font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; margin: 0; }

/* Sections: editorial αρίθμηση 01/02/03 + γραμμή (8) */
.yacht-detail { counter-reset: ydsec; }
.yd-section { counter-increment: ydsec; }
.yd-section-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: var(--fy-faint);
  letter-spacing: 2px;
}
.yd-section-eyebrow::before {
  content: counter(ydsec, decimal-leading-zero);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--fy-faint);
}
.yd-section-eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--fy-line);
  order: -1;
  display: none;
}
.yd-section-h {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.015em;
  text-align: left;
  margin: 10px 0 4px;
}
.yd-section-rule { display: none; }
.yd-about-text { max-width: 62ch; }

/* Concierge band (σελίδα σκάφους/προορισμού): χωρίς «κουτί» — καθαρό, με λεπτές γραμμές */
.isl-cb-inner {
  background: transparent !important;
  border-top: 1px solid var(--fy-line);
  border-bottom: 1px solid var(--fy-line);
  border-radius: 0 !important;
  padding: 44px 20px 46px !important;
}
.isl-cb-eye { color: var(--fy-muted) !important; }

/* 23 · Rates: απλές σειρές αντί για κάρτες-κουτιά */
.yd2-rate-card {
  border: 0 !important;
  border-bottom: 1px solid var(--fy-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.yd2-rates-cards { gap: 0 !important; }

/* Concierge band: στο κινητό συμπαγές και κεντραρισμένο — όχι απλωμένο κείμενο */
@media (max-width: 640px) {
  .isl-cb-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
    padding: 26px 20px !important;
  }
  .isl-cb-inner p { max-width: 34ch !important; margin-left: auto !important; margin-right: auto !important; font-size: 14px !important; line-height: 1.6 !important; }
  .isl-cb-inner .isl-cb-actions, .isl-cb-links { justify-content: center !important; flex-wrap: wrap !important; }
}

/* Sticky enquire bar (desktop) */
.yd-sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  bottom: 18px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 999px;
  padding: 8px 10px 8px 22px;
  box-shadow: 0 16px 40px -14px rgba(13,40,64,0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}
.yd-sticky.on { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.yd-sticky .n { font-weight: 700; font-size: 13.5px; color: var(--fy-ink); }
.yd-sticky .p { font-size: 12.5px; color: var(--fy-muted); font-variant-numeric: tabular-nums; }
.yd-sticky .b {
  background: var(--fy-ink);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
}
.yd-sticky .b:hover { background: #16405f; color: #fff; }
@media (max-width: 768px) { .yd-sticky { display: none; } }

/* ── 17 · Charter/Sales hero: κείμενο ΕΞΩ από τη φωτογραφία ── */
.ph2 { background: #fff; padding: 148px 0 0; }
.ph2-head { max-width: var(--container, 1280px); margin: 0 auto 30px; padding: 0 4vw; }
.ph2-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--fy-muted);
  margin-bottom: 16px;
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ph2-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: clamp(38px, 5.4vw, 74px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--fy-ink);
  margin: 0;
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s both;
}
.ph2-title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
}
.ph2-sub {
  font-size: 15px;
  color: var(--fy-muted);
  margin: 14px 0 0;
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.24s both;
}
.ph2-photo {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: auto;
  height: clamp(220px, 32vh, 360px);
  animation: fyRise 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s both;
}
.ph2-photo-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: fyZoom 12s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@media (max-width: 768px) {
  .ph2 { padding-top: 118px; }
  .ph2-title { font-size: clamp(30px, 8.4vw, 40px); }
  .ph2-photo { height: clamp(240px, 44vh, 380px); }
}
@media (prefers-reduced-motion: reduce) {
  .ph2-eyebrow, .ph2-title, .ph2-sub, .ph2-photo, .ph2-photo-img { animation: none; }
}

/* Nav: πιο καθαρό enquire κουμπί */
.btn-enquire { letter-spacing: 0.02em; }

/* ── Πινελιές φινιρίσματος ──────────────────────────────────── */

/* Κάρτες σκαφών (dynamic, yc-*): αέρινες, χωρίς χρυσό */
.yc-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 650;
  font-size: 17.5px;
  letter-spacing: 0;
}
.yc-eye { color: var(--fy-faint); letter-spacing: 1.6px; font-weight: 600; }
.yc-rule { display: none; }
.yc-spec { font-size: 12.5px; color: var(--fy-muted); margin-bottom: 4px; }
.yc-price, .yc-price-line { color: var(--fy-ink); font-variant-numeric: tabular-nums; }

/* Eyebrows: πουθενά χρυσός — γκρι-μπλε στα ανοιχτά, απαλό λευκό στα σκούρα */
body .eyebrow { color: var(--fy-muted); }
.bg-dark .eyebrow { color: rgba(255,255,255,0.6); }
.fyq-intro-eyebrow, .fyq-eyebrow { color: rgba(255,255,255,0.6) !important; }
.t-eyebrow { color: var(--fy-muted) !important; }
.t-rule { background: var(--fy-line) !important; }

/* Τίτλος testimonials: καθαρό Manrope όπως οι υπόλοιποι τίτλοι */
.t-h {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
}

/* ── About: ίδια τυπογραφική γλώσσα με το υπόλοιπο site ────── */
.ab-title {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}
.ab-h2, .ab-partners-h, .ab-cta-h {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
}
.ab-eyebrow-2, .ab-partners-eye, .ab-cta-eye { color: var(--fy-muted) !important; }
.ab-eyebrow { color: rgba(255,255,255,0.65) !important; }
.ab-pt-name { font-family: 'Manrope', sans-serif !important; font-weight: 600 !important; }
/* «The Forum way»: η κάρτα στο κέντρο, όχι δεξιά */
.ab-fw-inner { justify-content: center !important; }
.ab-fw-card { text-align: center; }
.ab-fw-card .ab-rule { margin-left: auto; margin-right: auto; }
.ab-fw-contact { justify-content: center; }
.ab-rule { background: var(--fy-line) !important; }
.ab-svc-num, .ab-why-num {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  color: var(--fy-faint) !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}
.ab-svc h3, .ab-why-card h4 {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
}
.ab-svc-link { color: var(--fy-ink) !important; border-color: var(--fy-line) !important; }
.ab-svc-link:hover { color: var(--fy-muted) !important; }
/* Partners: λίστα & πάνελ σε καθαρό Manrope, γραμμές γκρι */
.ab-pt-split, .ab-pt-split button, .ab-pt-split a { font-family: 'Manrope', sans-serif !important; }
.ab-pt-split * { font-style: normal !important; }
.ab-pt-panel h3, .ab-pt-panel h4 { font-weight: 600 !important; letter-spacing: -0.01em !important; }
.ab-pt-panel [class*="rule"], .ab-pt-split [class*="rule"] { background: var(--fy-line) !important; }
/* Το quote της About μένει serif — είναι η «στιγμή» της σελίδας */

/* ── P16 (#307): ενιαίο editorial hero — Cormorant italic παντού ── */
.h-title, .h-title-mag {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: -1px !important;
  line-height: 1.06 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.45) !important;
}
.h-eye { color: rgba(255,255,255,0.6) !important; }
.dx-hero-content-mag { border-color: rgba(255,255,255,0.25) !important; }

/* ── Legacy .mobile-menu (management/charter-info/compare): ήταν άστυλο και φαινόταν ως λίστα στην κορυφή ── */
div.mobile-menu {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #0d2840, #0a1e30);
  z-index: 300;
  display: none;
  padding: 90px 9vw 40px;
  box-sizing: border-box;
}
div.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; }
.mobile-menu li { border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu li a { display: block; color: #fff; font-size: 24px; font-weight: 500; padding: 16px 0; letter-spacing: -0.01em; }
.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu .mobile-search-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  padding: 12px 18px;
  cursor: pointer;
}
.mobile-menu .mobile-search-btn svg { width: 16px; height: 16px; }

/* Management hero: κείμενα καθαρά κι ευανάγνωστα πάνω στη φωτογραφία */
.hero-sm .hero-bg { position: absolute; inset: 0; }
.hero-sm .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,22,37,0.6) 0%, rgba(7,22,37,0.35) 40%, rgba(7,22,37,0.72) 100%);
}
.hero-sm .hero-content { position: relative; z-index: 2; }
.hero-sm .hero-eyebrow {
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 12px rgba(7,22,37,0.5);
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hero-sm h1 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-shadow: 0 2px 30px rgba(7,22,37,0.55);
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.12s both;
}
.hero-sm .hero-content p {
  color: rgba(255,255,255,0.94);
  font-size: clamp(15px, 1.1vw, 17.5px);
  line-height: 1.65;
  max-width: 560px;
  text-shadow: 0 1px 16px rgba(7,22,37,0.5);
  animation: fyRise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.24s both;
}

/* ── Management (legacy σελίδα): πλήρες στήσιμο sections ───── */
.intro-text { max-width: 800px; margin: 64px auto; padding: 0 5vw; }
.intro-text p { font-size: clamp(19px, 1.7vw, 24px); font-weight: 300; line-height: 1.6; letter-spacing: -0.01em; color: #22303c; margin: 0; }
section.features, section.process { max-width: 1280px; margin: 0 auto; padding: 56px 5vw; }
section.features .section-head p, section.process .section-head p, section.contact .section-head p { color: var(--fy-muted); font-size: 15px; margin-top: 10px; }
section.features h2 em, section.process h2 em, .cta-band h2 em, section.contact h2 em, .hero h1 em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
}
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 44px; margin-top: 36px; }
.feature-item .icon { display: none; }
.feature-item h4 { font-size: 16.5px; font-weight: 650; color: var(--fy-ink); margin: 0 0 6px; padding-top: 14px; border-top: 1px solid var(--fy-line); }
.feature-item p { font-size: 14px; color: var(--fy-muted); line-height: 1.65; margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 44px; margin-top: 36px; }
.process-step h4 { font-size: 16.5px; font-weight: 650; color: var(--fy-ink); margin: 0 0 6px; padding-top: 14px; border-top: 1px solid var(--fy-line); }
.process-step p { font-size: 14px; color: var(--fy-muted); line-height: 1.65; margin: 0; }
.cta-band { background: linear-gradient(180deg, #0d2840, #0a1e30); text-align: center; padding: 84px 5vw; margin-top: 30px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.75); font-size: 15px; max-width: 560px; margin: 14px auto 28px; line-height: 1.65; }
section.contact { max-width: 1080px; margin: 0 auto; padding: 70px 5vw 96px; }
.contact .eyebrow { color: var(--fy-muted) !important; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; margin-top: 34px; }
.contact-form .field { display: flex; flex-direction: column; }
.contact-form .field.full { grid-column: 1 / -1; }
.contact-form .field label { font-size: 11px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; color: var(--fy-faint); margin-bottom: 7px; }
.contact-form .field input, .contact-form .field select, .contact-form .field textarea {
  border: 1px solid #d8dee4;
  border-radius: 8px;
  background: #fff;
  padding: 12px 13px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: var(--fy-ink);
  outline: none;
}
.contact-form .field input:focus, .contact-form .field select:focus, .contact-form .field textarea:focus { border-color: var(--fy-ink); }
.contact-form .field textarea { min-height: 110px; resize: vertical; }
.btn-primary {
  display: inline-block;
  background: var(--fy-ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 32px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-primary:hover { background: #16405f; color: #fff; }
.contact-form .btn-primary { grid-column: 1 / -1; justify-self: start; }
@media (max-width: 900px) {
  .features-grid { grid-template-columns: 1fr; gap: 22px; }
  .process-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-form { grid-template-columns: 1fr; }
}

/* ── Concierge: ευθυγράμμιση με τη νέα γλώσσα ──────────────── */
.con-hero-h {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  text-shadow: 0 2px 30px rgba(7,22,37,0.55) !important;
}
.con-hero-eye { color: rgba(255,255,255,0.85) !important; }
.con-intro h2 {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
}
.con-form-label { color: var(--fy-faint) !important; }
.con-form-question {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: var(--fy-ink) !important;
}
.con-submit-note { color: var(--fy-faint) !important; font-style: normal !important; }
.con-sticky-eye { color: rgba(255,255,255,0.6) !important; }
.con-sticky-count {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.con-sticky-cta { background: #fff !important; color: #0d2840 !important; }
.con-sticky-cta:hover { background: #eef1f4 !important; }

/* ── Charter Costs: ευθυγράμμιση τυπογραφίας + ελάχιστος χρυσός ── */
.ci-hero .hero-eyebrow { color: rgba(255,255,255,0.7) !important; }
.ci-hero h1 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
}
.ci-hero h1 em { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; }
.ci-section h2, .ci-cta h2 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
}
.ci-section h2 em { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: inherit !important; }
.ci-cta h2 em { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; }
.ci-card { border-top: 1px solid var(--fy-line) !important; border-radius: 10px !important; }
.ci-card .pct {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  font-variant-numeric: tabular-nums;
}
.ci-card h3 { font-family: 'Manrope', sans-serif !important; font-weight: 600 !important; font-size: 19px !important; }
.ci-card ul li:before { color: var(--fy-ink) !important; }
.ci-faq summary:after { color: var(--fy-faint) !important; }
div[style*="color:var(--gold)"] {
  color: var(--fy-faint) !important;
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

/* ── Footer: Subscribe χωρίς χρυσό + εικονίδια social καθαρά ορατά σε σκούρο φόντο ── */
.fnews-eyebrow { color: rgba(255,255,255,0.6) !important; }
.fnews-form button {
  background: #fff !important;
  color: #0d2840 !important;
}
.fnews-form button:hover { background: #e6eaee !important; opacity: 1 !important; }
.fnews-form input[type=email]:focus { border-color: rgba(255,255,255,0.5) !important; }
footer .social-icons a, .footer .social-icons a, .ct2-socials a {
  color: rgba(255,255,255,0.95);
}
footer .social-icons a {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.22) !important;
}
footer .social-icons a:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0d2840 !important;
}
footer svg { color: inherit; }
.ct2-socials a { color: var(--fy-muted); }

/* ── Footer 25Β: editorial — δήλωση αριστερά, newsletter με υπογράμμιση, επαφές σε μία σειρά ── */
footer .footer-newsletter {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 34px !important;
  border-bottom: 0;
}
footer .footer-newsletter .container { padding: 0 !important; max-width: none !important; }
.fnews-content {
  display: block !important;
  max-width: 420px;
}
.fnews-eyebrow { display: none !important; }
.fnews-h {
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: rgba(255,255,255,0.6) !important;
  letter-spacing: 0 !important;
  margin: 0 0 10px !important;
}
.fnews-text { margin: 0 !important; }
.fnews-form {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 9px;
}
.fnews-form input[type=email] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
  font-size: 13.5px !important;
  color: #fff !important;
  flex: 1;
  min-width: 0;
  outline: none;
}
.fnews-form button {
  background: none !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 4px 0 4px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer;
}
.fnews-form button:hover { color: rgba(255,255,255,0.7) !important; background: none !important; }
.footer-col h4, .foot-col h4, .footer-col h5 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.45) !important;
  margin-bottom: 12px !important;
}
.footer-col ul li, .foot-col ul li { padding: 3px 0; }
.footer-col a, .foot-col a { color: rgba(255,255,255,0.8) !important; font-size: 13px !important; }
.footer-col a:hover, .foot-col a:hover { color: #fff !important; }
.footer-brand p, .foot-brand p {
  color: rgba(255,255,255,0.9) !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.01em;
  max-width: 340px;
}
.footer-bottom, .foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  margin-top: 8px;
  padding-top: 16px !important;
  font-size: 11.5px !important;
  color: rgba(255,255,255,0.45) !important;
}
.footer-bottom a, .foot-bottom a { color: rgba(255,255,255,0.45) !important; }
.footer-bottom a:hover, .foot-bottom a:hover { color: #fff !important; }

/* 25Β: η τελευταία στήλη (επαφές) γίνεται μία οριζόντια σειρά */
.footer-grid { grid-template-columns: 1.6fr 1fr 1fr !important; }
.footer-grid > .footer-col:last-child, .foot-grid > .foot-col:last-child {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 18px;
  margin-top: 12px;
}
.footer-grid > .footer-col:last-child h4, .foot-grid > .foot-col:last-child h4 { display: none !important; }
.footer-grid > .footer-col:last-child ul, .foot-grid > .foot-col:last-child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  align-items: baseline;
}
.footer-grid > .footer-col:last-child li, .foot-grid > .foot-col:last-child li {
  padding: 0;
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
}
.footer-grid > .footer-col:last-child li br, .foot-grid > .foot-col:last-child li br { display: none; }

/* Ενιαίο grid και για τα legacy footers (.foot-grid) */
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 32px;
  max-width: var(--container, 1280px);
  margin: 0 auto;
  padding: 0 0 26px;
}
.foot-grid ul { margin: 0; padding: 0; list-style: none; }
.foot-grid .foot-brand img { height: 56px; margin-bottom: 14px; display: block; }
.foot-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; max-width: var(--container, 1280px); margin: 8px auto 0; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand .social-icons { margin-top: 14px; }

/* Mobile: κάρτες σκαφών σε ΜΙΑ στήλη — πιο αέρινες, μεγαλύτερες φωτογραφίες */
@media (max-width: 600px) {
  .yacht-grid { grid-template-columns: 1fr !important; gap: 26px !important; }
}

/* ── 29 · How we work (αρχική) ── */
.hw-section { padding: 100px 3vw; background: #fff; }
.hw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px;
  margin-top: 44px;
}
.hw-step { border-top: 1px solid var(--fy-line); padding-top: 16px; }
.hw-num { font-size: 12px; color: var(--fy-faint); font-variant-numeric: tabular-nums; }
.hw-step h3 { font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 650; color: var(--fy-ink); margin: 8px 0 6px; letter-spacing: -0.01em; }
.hw-step p { font-size: 14px; color: var(--fy-muted); line-height: 1.65; margin: 0; }
@media (max-width: 800px) { .hw-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ── 30 · Instagram λωρίδα ── */
.ig-section { padding: 0 3vw 90px; background: #fff; }
.ig-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.ig-handle { font-size: 14px; font-weight: 700; color: var(--fy-ink); }
.ig-follow { font-size: 12.5px; font-weight: 600; color: var(--fy-muted); }
.ig-follow:hover, .ig-handle:hover { color: var(--fy-ink); }
.ig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.ig-grid a {
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  transition: opacity 0.25s ease;
}
.ig-grid a:hover { opacity: 0.88; }
@media (max-width: 640px) { .ig-grid { gap: 5px; } .ig-grid a { border-radius: 6px; } }

/* ── 27 · Mini-μενού σελίδας σκάφους — editorial tabs ── */
.yd-jump {
  position: sticky;
  top: 72px;
  z-index: 40;
  display: flex;
  gap: 26px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--fy-line);
  padding: 2px 0 0;
  margin: -6px 0 30px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.yd-jump::-webkit-scrollbar { display: none; }
.yd-jump-btn {
  border: 0;
  background: none;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--fy-muted);
  padding: 12px 2px 13px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.yd-jump-btn:hover { color: var(--fy-ink); }
.yd-jump-btn.on { background: none; color: var(--fy-ink); border-bottom-color: var(--fy-ink); }
@media (max-width: 768px) {
  .yd-jump { top: 58px; gap: 20px; margin-bottom: 22px; }
}

/* ── Διορθώσεις nav: σταθερό Enquire (χωρίς «τρεμούλιασμα») + μεγαλύτερο λογότυπο στο scroll ── */
.nav .btn-enquire {
  padding: 0 0 3px !important;
  transform: none !important;
  box-shadow: none !important;
  transition: color 0.2s, opacity 0.2s, border-color 0.2s !important;
}
.nav .btn-enquire:hover { transform: none !important; opacity: 0.8; }
.nav.scrolled .logo { height: 88px; }
.nav.scrolled .logo img { height: 82px; }

/* Footer: μεγαλύτερο, ευανάγνωστο λογότυπο */
.footer-brand img { height: 88px !important; }
.foot-grid .foot-brand img { height: 88px !important; }

/* ── 46Β · WhatsApp: λευκό pill με κείμενο (desktop) ── */
.whatsapp-fab {
  width: auto !important;
  height: auto !important;
  background: #fff !important;
  border: 1px solid rgba(13,40,64,0.15) !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 24px -10px rgba(13,40,64,0.35) !important;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0d2840 !important;
}
.whatsapp-fab::after { content: 'WhatsApp'; }
.whatsapp-fab svg {
  width: 18px !important;
  height: 18px !important;
  fill: #1f8a5b !important;
}
.whatsapp-fab svg path { fill: #1f8a5b !important; }
.whatsapp-fab:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -10px rgba(13,40,64,0.45) !important;
}
/* Στο κινητό κανένα floating WhatsApp — υπάρχει ήδη στην κάτω μπάρα */
@media (max-width: 768px) {
  .whatsapp-fab { display: none !important; }
}

/* ── About · κινητό: η φωτογραφία του hero γεμίζει όλο το πλάτος ── */
@media (max-width: 768px) {
  .ab-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
  }
  .ab-hero img {
    width: 100% !important;
    height: 62vh !important;
    min-height: 320px;
    object-fit: cover;
    opacity: 1;
  }
}

/* ── 40Α · Enquire: υπογραμμισμένη λέξη, χωρίς χρυσό βέλος ── */
.btn-enquire::after { content: none !important; }
.nav .btn-enquire { border-bottom: 1px solid rgba(255,255,255,0.55); padding-bottom: 3px; }
.nav.scrolled .btn-enquire { border-bottom-color: rgba(13,40,64,0.45); }

/* ── 41Α · Destination hero: τίτλος κάτω-αριστερά σε σκούρο ντεγκραντέ ── */
.dx-hero { position: relative; }
.dx-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,22,37,0.3) 0%, rgba(7,22,37,0) 32%, rgba(7,22,37,0) 55%, rgba(7,22,37,0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
.dx-hero .dx-hero-content {
  position: absolute !important;
  left: 4vw !important;
  right: auto !important;
  bottom: 34px !important;
  top: auto !important;
  transform: none !important;
  text-align: left !important;
  z-index: 2;
  max-width: 680px;
  padding: 0 !important;
  border: 0 !important;
}
.dx-hero .h-title { margin: 6px 0 0; text-align: left !important; }
.dx-hero .dx-hero-sub { color: rgba(255,255,255,0.88); font-size: clamp(14px, 1.05vw, 16.5px); max-width: 56ch; margin: 10px 0 0; }
.dd-back-2 { z-index: 3; }

/* ── 42 · Χάρτης: καθαρή κεφαλίδα, shimmer, hint μέσα στον χάρτη ── */
.dx-map-head-2 { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; flex-wrap: wrap; }
.dx-map-head-2 .dx-h2 { margin-bottom: 0; }
.dx-compare-trigger {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(13,40,64,0.4) !important;
  border-radius: 0 !important;
  padding: 0 0 3px !important;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fy-ink) !important;
  cursor: pointer;
}
.dx-compare-trigger:hover { opacity: 0.7; }
@keyframes fyShimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.dx-mb-map { position: relative; }
.dx-mb-loading {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #e6eaee 25%, #f2f5f7 37%, #e6eaee 63%) !important;
  background-size: 400% 100% !important;
  animation: fyShimmer 1.6s linear infinite;
  color: transparent !important;
}
.dx-map-hint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 5;
  background: rgba(255,255,255,0.92);
  color: var(--fy-ink);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 24px -10px rgba(13,40,64,0.35);
  pointer-events: none;
  transition: opacity 0.4s;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── 43 · Contact: φωτο-λωρίδα πάνω (admin → Settings → Contact page hero) ── */
.ct2-hero {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: clamp(340px, 52vh, 600px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ct2-hero { height: 46vh; min-height: 280px; }
}
.ct2-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct2-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,22,37,0.35), rgba(7,22,37,0.05) 40%, rgba(7,22,37,0.65) 100%); }
.ct2-hero-txt { position: absolute; left: 4vw; bottom: 24px; }
.ct2-hero-eye { color: rgba(255,255,255,0.75); font-size: 11px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; margin-bottom: 6px; }
.ct2-hero-h { color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(34px, 4vw, 52px); letter-spacing: -1px; }
.ct2-hero:not([hidden]) + .ct2 { padding-top: 48px; }

/* ── 38 · Κινητό: φίλτρα ως bottom sheet ── */
.fb-apply { display: none; }
@media (max-width: 768px) {
  .fb-wrap.fb-open .fb-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 420;
    max-height: 78vh;
    overflow-y: auto;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: 0 -18px 50px -12px rgba(13,40,64,0.45) !important;
    padding-bottom: 14px !important;
    animation: fyRise 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  .fb-wrap.fb-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(7,22,37,0.45);
    z-index: 410;
  }
  .fb-wrap.fb-open .fb-apply {
    display: block;
    width: 100%;
    background: #0d2840;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    cursor: pointer;
  }
  body.fb-sheet-open { overflow: hidden; }
}

/* ── 31/45Β · Διακόπτης γλώσσας: μία λέξη, σκέτο κείμενο ── */
.lang-toggle {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.75);
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 4px;
  cursor: pointer;
  transition: color 0.2s;
}
.lang-toggle:hover { color: #fff; }
.nav.scrolled .lang-toggle { color: var(--fy-muted); }
.nav.scrolled .lang-toggle:hover { color: var(--fy-ink); }
@media (max-width: 768px) {
  .lang-toggle { display: none; }
}

/* ── Compare: τυπογραφία + solid nav σε ανοιχτό φόντο ─────── */
body:has(.compare-page-wrap) .nav {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--fy-line);
}
body:has(.compare-page-wrap) .nav .logo-white { display: none; }
body:has(.compare-page-wrap) .nav .logo-navy { display: block; }
body:has(.compare-page-wrap) .nav .nav-menu a, body:has(.compare-page-wrap) .nav .menu-toggle { color: var(--fy-ink); }
body:has(.compare-page-wrap) .compare-page-wrap { padding-top: 190px; }
@media (max-width: 1100px) {
  body:has(.compare-page-wrap) .compare-page-wrap { padding-top: 230px; }
}
@media (max-width: 768px) {
  body:has(.compare-page-wrap) .compare-page-wrap { padding-top: 130px; }
}
.compare-page-eyebrow { color: var(--fy-muted) !important; }
.compare-page-h {
  font-family: 'Manrope', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
}
.compare-page-rule { background: var(--fy-line) !important; }
.compare-empty h2 { font-family: 'Manrope', sans-serif !important; font-weight: 400 !important; letter-spacing: -0.02em !important; }

/* ── Αρχική · hero: γράμματα πάνω στη φωτογραφία, καθαρά κι ευανάγνωστα ── */
.hero-l40 .hero-overlay {
  background: linear-gradient(180deg, rgba(7,22,37,0.6) 0%, rgba(7,22,37,0.3) 32%, rgba(7,22,37,0.16) 55%, rgba(7,22,37,0.72) 100%);
}
.hero-l40 .hero-top h1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-shadow: 0 2px 30px rgba(7,22,37,0.55);
}
.hero-l40 .hero-top h1 .heavy { font-weight: 300; }
.hero-l40 .hero-top h1 .light {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
.hero-l40 .hero-eyebrow {
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 12px rgba(7,22,37,0.5);
}
.hero-l40 .hero-desc {
  color: rgba(255,255,255,0.94);
  font-size: clamp(15px, 1.1vw, 17.5px);
  line-height: 1.65;
  text-shadow: 0 1px 16px rgba(7,22,37,0.5);
  max-width: 520px;
}

/* Nav: σε σελίδες με λευκή κεφαλίδα (.ph2) πάντα solid με navy λογότυπο */
body:has(.ph2) .nav {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--fy-line);
}
body:has(.ph2) .nav .logo-white { display: none; }
body:has(.ph2) .nav .logo-navy { display: block; }
body:has(.ph2) .nav .nav-menu a, body:has(.ph2) .nav .nav-search-btn, body:has(.ph2) .nav .menu-toggle { color: var(--fy-ink); }

/* Filters: καθαρό λευκό φόντο κάτω από τη φωτογραφία — όχι γκρι «κουτί» */
.ph2 + .filters-bar {
  background: #fff;
  border: 0;
  padding-top: 26px;
  padding-bottom: 6px;
  position: relative;
  z-index: 5;
  backdrop-filter: none;
}
.ph2 + .filters-bar .charter-mode-bar {
  background: transparent;
  padding: 0 0 14px;
}
.ph2 + .filters-bar .fb-wrap { margin-top: 0; }
.ph2 + .filters-bar .fb-bar {
  box-shadow: 0 14px 34px -18px rgba(13,40,64,0.18);
  border: 1px solid var(--fy-line);
}
.ph2 + .filters-bar .charter-mode-seg {
  background: #eef1f4;
  box-shadow: none;
  border: 0;
}
@media (max-width: 768px) {
  .ph2 + .filters-bar { padding-top: 18px; }
}


.ct2 { padding: 120px 3vw 80px; background: #fff; }
.ct2-inner { max-width: 1080px; margin: 0 auto; }
.ct2-head { margin-bottom: 40px; }
.ct2-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--fy-muted);
  margin-bottom: 14px;
}
.ct2-head h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: clamp(34px, 4.6vw, 60px);
  letter-spacing: -0.02em;
  line-height: 1.06;
  color: var(--fy-ink);
  margin: 0 0 10px;
}
.ct2-sub { font-size: 15px; color: var(--fy-muted); }
.ct2-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start;
}
.ct2-channels { display: flex; flex-direction: column; }
.ct2-ch {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid #eef1f4;
  color: var(--fy-ink);
}
.ct2-ch:hover .ct2-ch-v { color: var(--fy-ink); }
.ct2-ch-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fy-ink);
  flex-shrink: 0;
}
.ct2-ch-ic svg { width: 17px; height: 17px; }
.ct2-ch-l {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--fy-faint);
}
.ct2-ch-v { font-size: 14.5px; font-weight: 600; color: var(--fy-ink); margin-top: 2px; transition: color 0.2s; }
.ct2-map {
  display: block;
  margin-top: 22px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/6;
  background: linear-gradient(135deg, #e7eae3, #dfe5e9);
}
.ct2-map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#cfd5cb 1px, transparent 1px), linear-gradient(90deg, #cfd5cb 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
}
.ct2-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--fy-ink);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(13,40,64,0.35);
}
.ct2-map-hint {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--fy-muted);
}
.ct2-form-wrap { background: #fbfbf9; border: 1px solid var(--fy-line); border-radius: 14px; padding: 30px 32px; }
.ct2-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct2-field { display: flex; flex-direction: column; }
.ct2-field.full { grid-column: 1 / -1; }
.ct2-field label { font-size: 11.5px; font-weight: 600; color: var(--fy-muted); margin-bottom: 6px; }
.ct2-field label .opt { color: var(--fy-faint); font-weight: 500; }
.ct2-field input, .ct2-field select, .ct2-field textarea {
  border: 1px solid #d8dee4;
  border-radius: 8px;
  background: #fff;
  padding: 11px 13px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: var(--fy-ink);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.ct2-field input:focus, .ct2-field select:focus, .ct2-field textarea:focus { border-color: var(--fy-ink); }
.ct2-field textarea { resize: vertical; min-height: 96px; }
.ct2-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.ct2-foot-note { font-size: 12px; color: var(--fy-faint); }
.ct2-submit {
  background: var(--fy-ink);
  color: #fff;
  border: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.ct2-submit:hover { background: #16405f; transform: translateY(-1px); }
.ct2-submit:disabled { opacity: 0.6; cursor: default; transform: none; }
.ct2-note { margin-top: 12px; font-size: 13px; }
.ct2-note.ok { color: #1f8a5b; }
.ct2-note.err { color: #b03a2e; }
.ct2-socials { display: flex; gap: 10px; margin-top: 22px; }
.ct2-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--fy-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fy-muted);
  transition: color 0.2s, border-color 0.2s;
}
.ct2-socials a:hover { color: var(--fy-ink); border-color: var(--fy-ink); }
.ct2-socials svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .ct2 { padding-top: 96px; }
  .ct2-grid { grid-template-columns: 1fr; gap: 34px; }
  .ct2-form-grid { grid-template-columns: 1fr; }
  .ct2-form-wrap { padding: 24px 20px; }
}


/* P7 (#310): WhatsApp δίπλα στο Enquire του sticky */
.yd-sticky .w { display:flex; align-items:center; justify-content:center; width:34px; height:34px;
  border-radius:999px; border:1.4px solid #22c15e; color:#1a9549; flex:none; }
.yd-sticky .w:hover { background:#22c15e; color:#fff; }
