/*
 Theme Name:   Γοργόνες & Μάγκες Child
 Description:  Child theme of Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  gm
*/

@font-face {
    font-family: 'Atsalia';
    src: url('assets/fonts/Atsalia.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ═══════════════════════════════════════════════════════
   DESIGN TOKENS
   ═══════════════════════════════════════════════════════ */
:root {
  --coral:       #E8524A;
  --coral-dark:  #c73f38;
  --blue:        #3BA8D8;
  --blue-dark:   #2389b8;
  --blue-bg:     #EBF7FC;
  --pink:        #ef4f8f;
  --dark-blue:   #1A3A5C;
  --text:        #2c2c2c;
  --text-muted:  #666;

  /* Aliases used across page templates */
  --ink:         #2c2c2c;
  --muted:       #666;
  --shadow-soft: 0 4px 18px rgba(0,0,0,.07);

  --radius-card: 24px;
  --radius-btn:  50px;
  --shadow:      0 8px 32px rgba(0,0,0,.10);

  --font-head: 'Atsalia', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

/* ═══════════════════════════════════════════════════════
   BASE
   ═══════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: var(--font-body); color: var(--text); background-image:url('https://gorgoneskaimages.gr/wp-content/uploads/2026/05/bubbles bg.svg'); overflow-x: hidden; }
img   { display: block; max-width: 100%; height: auto; }
a     { text-decoration: none; color: inherit; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-head);
	font-weight: bold;
}

.site,
#page,
.site-content,
main,
.gm-section,
.gm-inner {
  background-color: transparent !important;
}

/* ═══════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════ */
.gm-header {
  position: sticky; top: 0; z-index: 200;
  background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08);
  padding: 0 40px; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
}
.gm-logo { font-family: var(--font-head); font-weight: 900; font-size: 1.3rem; color: var(--coral); display: flex; align-items: center; gap: 6px; }
.gm-logo em { color: var(--blue); font-style: normal; }
.gm-nav { display: flex; gap: 28px; }
.gm-nav a { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--text); transition: color .2s; }
.gm-nav a:hover { color: var(--coral); }
.gm-header-right { display: flex; align-items: center; gap: 14px; }

/* Hamburger */
.gm-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.gm-hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }
.gm-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.gm-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.gm-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.gm-mobile-menu { display: none; flex-direction: column; background: #fff; padding: 24px 20px; box-shadow: 0 8px 24px rgba(0,0,0,.10); position: fixed; top: 70px; left: 0; right: 0; z-index: 199; }
.gm-mobile-menu.is-open { display: flex; }
.gm-mobile-menu a { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--text); padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.gm-mobile-menu a:last-of-type { border-bottom: none; }
.gm-mobile-menu .btn-cta-sm { margin-top: 12px; text-align: center; }

/* ═══════════════════════════════════════════════════════
   SHARED BUTTONS
   ═══════════════════════════════════════════════════════ */
.btn-cta-sm  { background: var(--coral); color: #fff !important; padding: 9px 22px; border-radius: var(--radius-btn); font-family: var(--font-head); font-weight: 800; font-size: .85rem; transition: background .2s; white-space: nowrap; }
.btn-cta-sm:hover { background: var(--coral-dark); }
.btn-hero    { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; padding: 14px 32px; border-radius: var(--radius-btn); font-family: var(--font-head); font-weight: 800; font-size: 1rem; box-shadow: 0 4px 20px rgba(232,82,74,.4); transition: background .2s, transform .15s; }
.btn-hero:hover { background: var(--coral-dark); transform: translateY(-2px); }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; padding: 13px 30px; border-radius: var(--radius-btn); font-family: var(--font-head); font-weight: 800; font-size: .95rem; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--coral); color: var(--coral); padding: 12px 28px; border-radius: var(--radius-btn); font-family: var(--font-head); font-weight: 800; font-size: .95rem; margin-top: 8px; transition: background .2s, color .2s; }
.btn-outline:hover { background: var(--coral); color: #fff; }

/* ═══════════════════════════════════════════════════════
   SHARED LAYOUT
   ═══════════════════════════════════════════════════════ */
.gm-section { padding: 80px 40px; }
.gm-inner   { max-width: 1320px; margin: 0 auto; }
.gm-section-title { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.6rem,2.5vw,2.1rem); text-align: center; margin-bottom: 40px; }
.gm-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* Blob image */
.blob-img-wrap { position: relative; }
.blob-img-bg   { position: absolute; inset: -20px; }
.blob-img-wrap img { position: relative; z-index: 1; width: 100%; object-fit: cover; }

/* Text column */
.text-col h2 { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.6rem,2.5vw,2.1rem); color: var(--coral); margin-bottom: 20px; line-height: 1.2; }
.text-col p  { font-size: 1rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 16px; }

/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */
.gm-footer { background: var(--dark-blue); color: rgba(255,255,255,.8); padding: 60px 40px 0; }
.gm-footer-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-logo { font-family: var(--font-head); font-weight: 900; font-size: 1.2rem; color: #fff; margin-bottom: 12px; }
.footer-logo span { color: var(--blue); }
.footer-desc { font-size: .87rem; line-height: 1.6; margin-bottom: 18px; }
.gm-socials  { display: flex; gap: 10px; }
.soc-btn { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 700; transition: background .2s; }
.soc-btn:hover { background: var(--coral); }
.footer-col h4 { font-family: var(--font-head); font-weight: 800; font-size: .95rem; color: #fff; margin-bottom: 14px; }
.footer-col p,
.footer-col a  { font-size: .85rem; line-height: 1.75; color: rgba(255,255,255,.7); display: block; }
.footer-col a:hover { color: var(--blue); }

/* Newsletter — MC4WP form */
.nl-form { display: flex; flex-direction: column; gap: 9px; }
.nl-wrap .mc4wp-form,
.nl-form { display: flex; flex-direction: column; gap: 9px; }
.nl-wrap .mc4wp-form input[type="email"],
.nl-form input[type="email"] { padding: 10px 16px; border-radius: var(--radius-btn); border: none; background: rgba(255,255,255,.1); color: #fff; font-family: var(--font-body); width: 100%; outline: none; }
.nl-form input::placeholder,
.nl-wrap .mc4wp-form input[type="email"]::placeholder { color: rgba(255,255,255,.4); }
.nl-wrap .mc4wp-form input[type="submit"],
.nl-form button { padding: 10px 20px; border-radius: var(--radius-btn); background: var(--coral); color: #fff; border: none; cursor: pointer; font-family: var(--font-head); font-weight: 800; font-size: .87rem; width: 100%; transition: background .2s; }
.nl-wrap .mc4wp-form input[type="submit"]:hover,
.nl-form button:hover { background: var(--coral-dark); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: .8rem; color: rgba(255,255,255,.4); max-width: 1320px; margin: 0 auto; }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  html, body { overscroll-behaviour: none; }
  .gm-header { padding: 0 20px; }
  .gm-nav    { display: none; }
  .gm-hamburger { display: flex; }
  .gm-section { padding: 50px 20px; }
  .gm-two-col { grid-template-columns: 1fr; }
  .gm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .gm-footer-grid { grid-template-columns: 1fr; }
}