/* apthrasyvoulou-design-E-cinematic — generated stylesheet: greek faces, latin faces, design, additions */

/* Greek: Manrope standing in for Sora */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/greek-display.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* Greek: Noto Sans standing in for Noto Sans */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/greek-text-gr-ext.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* Greek: Noto Sans standing in for Noto Sans */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/greek-text-gr.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/sora.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/noto-sans.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ======================================================
   A.P. THRASYVOULOU — DESIGN E "CINEMATIC"
   Photography-led · graphite dark · petrol accent
   Sora (display) + Noto Sans (text), self-hosted;
   dark chrome, light reading surfaces for long content
   ====================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --coal:       #0f1214;   /* page ground */
  --coal-2:     #15191c;   /* cards */
  --coal-3:     #1d2327;   /* hover */
  --coal-deep:  #0b0d0f;   /* footer */
  --line-d:     rgba(255,255,255,0.10);
  --white-hi:   rgba(255,255,255,0.93);
  --white-mid:  rgba(255,255,255,0.74);
  --white-low:  rgba(255,255,255,0.58);
  --petrol:     #58cabe;   /* accent for text on dark (9:1 on coal) */
  --petrol-btn: #17766e;   /* solid surfaces; white text passes on it */
  --petrol-ink: #136156;   /* accent for text on light surfaces (AA) */
  --paper:      #f7f7f5;   /* reading surface */
  --card-l:     #ffffff;
  --ink:        #171b1e;
  --body-l:     #3c4348;
  --muted-l:    #636b70;
  --line-l:     #e2e3df;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Noto Sans', sans-serif;
  background: var(--coal);
  color: var(--white-mid);
  line-height: 1.7;
}

section[id] { scroll-margin-top: 24px; }

h1, h2, h3, h4 { font-family: 'Sora', sans-serif; color: var(--white-hi); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 5vw; }

.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--petrol);
  margin-bottom: 18px;
}
.kicker::before { content: ''; width: 30px; height: 1px; background: var(--petrol); }

.section { padding: 100px 0; }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 600; line-height: 1.16; letter-spacing: -0.01em; }
.section-head .lead { margin-top: 12px; font-size: 15.5px; color: var(--white-low); }

/* ---- buttons ---- */
.btn-primary {
  display: inline-block; background: var(--petrol-btn); color: #fff;
  font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.03em; text-decoration: none;
  padding: 15px 32px; border: none; border-radius: 10px; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: #1d8a80; transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--white-hi); text-decoration: none;
  font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 500;
  padding: 15px 26px; border: 1px solid rgba(255,255,255,0.45); border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* ======================================================
   HEADER — transparent over the dark openings
   ====================================================== */
#main-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 300;
  background: linear-gradient(rgba(8,10,11,0.55), rgba(8,10,11,0));
}
.header-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 5vw;
  height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 40px; height: 40px; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.22; }
.brand-name { font-family: 'Sora', sans-serif; font-size: 16.5px; font-weight: 600; color: var(--white-hi); }
.brand-name span { color: var(--petrol); }
.brand-sub { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white-low); }

.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a {
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 500;
  color: var(--white-mid); text-decoration: none; transition: color 0.2s;
  white-space: nowrap;   /* "Contact Us" / "Why Cyprus" must never break into two lines */
}
.nav-links a:hover { color: #fff; }
.nav-links a.nav-cta {
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.35);
  color: var(--white-hi); padding: 9px 20px; border-radius: 9px; font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}
.nav-links a.nav-cta:hover { background: var(--petrol-btn); border-color: var(--petrol-btn); color: #fff; }
.nav-links a.nav-lang {
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--white-low);
  border: 1px solid var(--line-d); border-radius: 7px; padding: 6px 10px;
}
.nav-links a.nav-lang:hover { color: #fff; border-color: rgba(255,255,255,0.4); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white-hi); border-radius: 2px; }

/* ======================================================
   HERO — the photograph is the identity
   ====================================================== */
.hero-cine {
  position: relative; min-height: 92vh;
  display: flex; align-items: flex-end;
  padding: 170px 0 190px;
  overflow: hidden;
}
.hero-cine-img {
  position: absolute; inset: 0; z-index: 0;
  background: url('../assets/hero-1920.jpg') center 40% / cover no-repeat;
  animation: photoDrift 14s ease-in-out infinite alternate;
  will-change: transform;
}
/* symmetric cinematic scrim: even across the width, darkest in the band where the
   words sit, lighter sky above — reads as letterboxing, never as a one-sided shadow */
.hero-cine-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg,
    rgba(8, 10, 11, 0.30) 0%,
    rgba(8, 10, 11, 0.10) 16%,
    rgba(8, 10, 11, 0.16) 36%,
    rgba(8, 10, 11, 0.44) 54%,
    rgba(8, 10, 11, 0.44) 86%,
    rgba(8, 10, 11, 0.32) 100%);
}
.hero-cine .container { position: relative; z-index: 2; }
.hero-cine h1 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 78px); font-weight: 700;
  line-height: 1.04; letter-spacing: -0.02em; color: #fff;
  margin-bottom: 26px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.hero-cine .accent-mark { color: var(--petrol); }
.hero-cine .hero-desc {
  max-width: 560px; font-size: 17px; line-height: 1.75;
  color: var(--white-hi); margin-bottom: 40px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 2px 20px rgba(0,0,0,0.5);
}
.hero-cine .kicker { color: #8fe6db; text-shadow: 0 1px 3px rgba(0,0,0,0.75), 0 1px 12px rgba(0,0,0,0.6); }
.hero-cine .kicker::before { background: #8fe6db; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* glass stats bar, resting at the hero's foot */
.glass-stats {
  position: absolute; left: 5vw; right: 5vw; bottom: 44px; z-index: 2;
  max-width: 1070px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: rgba(13, 16, 18, 0.55);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 16px;
}
.glass-stat { padding: 24px 30px; text-align: center; }
.glass-stat + .glass-stat { border-left: 1px solid rgba(255,255,255,0.12); }
.glass-num {
  font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 700;
  color: var(--petrol); line-height: 1.15;
}
.glass-num.glass-num-text { font-size: 19px; letter-spacing: 0.02em; line-height: 2; }
.glass-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white-low); margin-top: 3px; }

/* ======================================================
   DARK SECTIONS
   ====================================================== */
.firm-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: start; }
.firm-text p { font-size: 15.5px; line-height: 1.85; color: var(--white-mid); margin-bottom: 20px; }

.info-rows { border-top: 1px solid var(--line-d); margin-top: 26px; }
.info-row {
  display: grid; grid-template-columns: 118px 1fr; gap: 16px;
  padding: 11px 2px; border-bottom: 1px solid var(--line-d); align-items: baseline;
}
.info-row dt { font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white-low); }
.info-row dd { font-size: 13.5px; color: var(--white-hi); }
.info-row a { color: var(--petrol); text-decoration: none; }
.info-row a:hover { text-decoration: underline; }

.cred-chips { display: flex; flex-direction: column; gap: 10px; }
.cred-chip {
  font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--white-hi);
  border: 1px solid var(--line-d); border-radius: 10px; padding: 13px 18px;
  display: flex; align-items: center; gap: 12px; background: var(--coal-2);
}
.cred-chip::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--petrol); }

/* services — dark tiles */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.tile {
  background: var(--coal-2); border: 1px solid var(--line-d); border-radius: 14px;
  padding: 30px 28px; text-decoration: none;
  display: flex; flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.tile:hover { transform: translateY(-4px); border-color: rgba(88, 202, 190, 0.5); background: var(--coal-3); }
.tile-num { font-family: 'Sora', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--petrol); letter-spacing: 0.12em; margin-bottom: 16px; }
.tile h3 { font-size: 18.5px; font-weight: 600; margin-bottom: 8px; }
.tile p { font-size: 13.5px; line-height: 1.72; color: var(--white-low); flex: 1; margin-bottom: 16px; }
.tile-more { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; color: var(--petrol); }
.tile-more::after { content: ' →'; transition: none; }

/* photo band with the firm's words over it */
.photo-band { position: relative; overflow: hidden; }
.photo-band-img {
  height: 460px;
  background: url('../assets/band.jpg') center 45% / cover no-repeat;
}
.photo-band::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(rgba(10, 12, 13, 0.72), rgba(10, 12, 13, 0.55));
}
.band-quote {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 0 8vw;
}
.band-quote blockquote {
  font-family: 'Sora', sans-serif; font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 500; line-height: 1.5; color: #fff; max-width: 900px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}
.band-quote cite {
  margin-top: 18px; font-style: normal;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--petrol);
}

/* why cyprus — horizontal rail */
.why-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 340px);
  gap: 18px; overflow-x: auto; padding: 4px 4px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin; scrollbar-color: var(--petrol-btn) transparent;
}
.why-rail::-webkit-scrollbar { height: 8px; }
.why-rail::-webkit-scrollbar-thumb { background: var(--coal-3); border-radius: 4px; }
.why-rail:focus-visible { outline: 2px solid var(--petrol); outline-offset: 4px; }
.why-card {
  scroll-snap-align: start;
  background: var(--coal-2); border: 1px solid var(--line-d); border-radius: 14px;
  padding: 28px 26px;
}
.why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(88, 202, 190, 0.12); color: var(--petrol);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.why-icon svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.why-card p { font-size: 13.5px; line-height: 1.72; color: var(--white-low); }
.rail-hint { margin-top: 10px; font-size: 12px; color: var(--white-low); letter-spacing: 0.06em; }

/* cta */
.cta { background: var(--coal-2); border-top: 1px solid var(--line-d); text-align: center; padding: 92px 5vw; }
.cta h2 { font-size: clamp(28px, 3.8vw, 44px); font-weight: 700; margin-bottom: 12px; }
.cta p { font-size: 15.5px; color: var(--white-low); margin-bottom: 34px; }

/* ======================================================
   FOOTER
   ====================================================== */
footer { background: var(--coal-deep); border-top: 1px solid var(--line-d); padding: 64px 0 0; font-size: 13.5px; color: var(--white-low); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 56px; padding-bottom: 50px; }
.footer-brand > p { font-size: 12.5px; margin: 14px 0 18px; }
.footer-contact div { font-size: 13px; line-height: 1.75; }
.footer-contact a { color: var(--white-low); text-decoration: none; }
.footer-contact a:hover { color: var(--petrol); }
.footer-col h4 {
  font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--petrol); margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: var(--white-low); text-decoration: none; font-size: 13.5px; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bar {
  border-top: 1px solid var(--line-d); padding: 20px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.45);
}
.footer-bar a { color: rgba(255,255,255,0.55); }
.footer-bar a:hover { color: #fff; }

/* ======================================================
   INNER PAGES — dark head, light reading surface
   ====================================================== */
.page-head {
  background: var(--coal);
  padding: 160px 0 64px;
  border-bottom: 1px solid var(--line-d);
}
.page-head h1 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 700; line-height: 1.1; letter-spacing: -0.015em; }

.page-body { background: var(--paper); color: var(--body-l); padding: 76px 0 96px; }
.page-grid { display: grid; grid-template-columns: 1fr 330px; gap: 60px; align-items: start; }
.page-grid.single { grid-template-columns: 1fr; max-width: 820px; }

.page-body h2, .page-body h3, .page-body h4 { color: var(--ink); }
.page-text p { font-size: 15.5px; line-height: 1.9; margin-bottom: 20px; }
.page-text h2 { font-size: 21px; font-weight: 600; margin: 36px 0 12px; }
.page-text ul { margin: 0 0 20px 20px; }
.page-text li { font-size: 14.5px; line-height: 1.85; margin-bottom: 10px; }
.page-text li::marker { color: var(--petrol-ink); }
.page-text strong { color: var(--ink); font-weight: 600; }
.page-text em { color: var(--muted-l); }
.page-text a { color: var(--petrol-ink); text-decoration: underline; text-underline-offset: 2px; }
.rates-note { font-family: 'Noto Sans', sans-serif; font-size: 12.5px; color: var(--muted-l); font-weight: 400; }

.page-body .kicker { color: var(--petrol-ink); }
.page-body .kicker::before { background: var(--petrol-ink); }

.page-aside { position: sticky; top: 30px; display: flex; flex-direction: column; gap: 20px; }
.aside-panel { background: var(--card-l); border: 1px solid var(--line-l); border-radius: 14px; padding: 24px 24px 16px; }
.aside-panel h4 { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--petrol-ink); margin-bottom: 12px; }
.page-body .info-rows { border-top: none; margin-top: 0; }
.page-body .info-row { grid-template-columns: 92px 1fr; border-bottom-color: var(--line-l); }
.page-body .info-row:first-child { border-top: 1px solid var(--line-l); }
.page-body .info-row dt { color: var(--muted-l); }
.page-body .info-row dd { color: var(--ink); }
.page-body .info-row a { color: var(--petrol-ink); }
.aside-list { list-style: none; }
.aside-list li { border-bottom: 1px solid var(--line-l); }
.aside-list li:last-child { border-bottom: none; }
.aside-list a { display: block; padding: 10px 0; font-size: 13.5px; color: var(--body-l); text-decoration: none; transition: color 0.2s, padding-left 0.2s; }
.aside-list a:hover { color: var(--petrol-ink); padding-left: 6px; }
.aside-list a.active { color: var(--petrol-ink); font-weight: 600; }

/* insights on paper */
.insights-intro { font-size: 16px; color: var(--body-l); margin-bottom: 34px; }
.insight-list { display: flex; flex-direction: column; gap: 18px; }
.insight-item { display: block; background: var(--card-l); border: 1px solid var(--line-l); border-radius: 14px; padding: 26px 28px; text-decoration: none; transition: transform 0.2s, border-color 0.2s; }
.insight-item:hover { transform: translateY(-3px); border-color: rgba(19, 97, 86, 0.45); }
.insight-date { display: block; font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--petrol-ink); margin-bottom: 9px; }
.insight-title { display: block; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.insight-summary { display: block; font-size: 14.5px; line-height: 1.75; color: var(--body-l); margin-bottom: 12px; }
.insight-more { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; color: var(--petrol-ink); }
.article-meta { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-l); border-bottom: 1px solid var(--line-l); padding-bottom: 16px; margin-bottom: 26px; }
.article-disclaimer { font-size: 13.5px; color: var(--muted-l); background: rgba(19, 97, 86, 0.07); border-radius: 10px; padding: 18px 22px; margin-top: 36px; }
.article-back { margin-top: 30px; font-size: 13.5px; }
.article-back a { color: var(--petrol-ink); text-decoration: none; font-weight: 600; }

/* ======================================================
   CONTACT (light surface)
   ====================================================== */
.contact-intro { font-size: 16px; color: var(--body-l); margin-bottom: 48px; max-width: 560px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 26px; align-items: start; }
.form-card { background: var(--card-l); border: 1px solid var(--line-l); border-radius: 14px; padding: 36px 32px; }
.form-title { font-size: 22px; font-weight: 600; margin-bottom: 24px; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-family: 'Sora', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted-l); margin-bottom: 7px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; border: 1px solid var(--line-l); background: var(--paper);
  padding: 12px 14px; border-radius: 9px;
  font-family: 'Noto Sans', sans-serif; font-size: 14.5px;
  color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none; -webkit-appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--petrol-ink); box-shadow: 0 0 0 3px rgba(19, 97, 86, 0.14);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%; background: var(--petrol-btn); color: #fff; border: none; padding: 15px;
  border-radius: 9px; cursor: pointer;
  font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; transition: background 0.2s;
}
.form-submit:hover { background: #1d8a80; }
.form-msg { margin-top: 14px; font-size: 13.5px; color: var(--petrol-ink); }
.form-msg-err { color: #a03333; }
.form-msg[hidden] { display: none; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.contact-side { background: var(--card-l); border: 1px solid var(--line-l); border-radius: 14px; padding: 32px 30px; }
.contact-side h3 { font-size: 22px; font-weight: 600; margin-bottom: 18px; color: var(--ink); }

.map-wrap { margin-top: 26px; }
.map-wrap iframe { width: 100%; height: 260px; border: 0; display: block; border-radius: 10px; }
.map-placeholder {
  background: var(--paper); border: 1px solid var(--line-l); border-radius: 10px;
  padding: 34px 24px; text-align: center; font-size: 14px; color: var(--body-l);
}
.map-placeholder p { margin-bottom: 16px; line-height: 1.65; }
.map-placeholder strong { color: var(--ink); }
.map-load-btn {
  display: inline-block; background: var(--petrol-btn); color: #fff; border: none;
  padding: 11px 26px; border-radius: 9px;
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background 0.2s;
}
.map-load-btn:hover { background: #1d8a80; }
.map-placeholder .map-note { margin: 14px 0 0; font-size: 11.5px; color: var(--muted-l); }
.map-placeholder .map-note a { color: var(--petrol-ink); }

/* country list + treaty page inherit paper styles; shared .country-list handles columns */

/* ======================================================
   E-SPECIFIC MOTION SAFETY (the hero keeps its photo on
   phones — smaller file swapped in — unlike A and D)
   ====================================================== */
@media (prefers-reduced-motion: reduce) {
  .hero-cine-img { animation: none; }
}
@media print {
  .hero-cine-img, .hero-cine-scrim, .glass-stats, .band-quote { display: none !important; }
  .hero-cine, .page-head, .page-body, .cta, .tile, .why-card { background: #fff !important; color: #000 !important; }
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width: 960px) {
  .firm-grid, .page-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .page-aside { position: static; }
  .glass-stats { position: static; margin: -64px 5vw 0; transform: none; }
  .hero-cine { padding-bottom: 120px; }
}

/* mid-width band: the full bar (7 items + language) no longer fits — tighten,
   then collapse to the menu well before anything is forced to wrap */
@media (max-width: 1150px) {
  .nav-links { gap: 15px; }
  .nav-links a.nav-cta { padding: 9px 15px; }
  .nav-links a.nav-lang { padding: 6px 8px; }
}
@media (max-width: 1020px) {
  .nav-links {
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 84px; left: 0; right: 0;
    background: rgba(11, 13, 15, 0.97); border-bottom: 1px solid var(--line-d);
    padding: 10px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 13px 5vw; }
  .nav-links a.nav-cta, .nav-links a.nav-lang { margin: 8px 5vw 4px; display: inline-block; text-align: center; }
  .nav-toggle { display: flex; }
}

@media (max-width: 700px) {
  .hero-cine { min-height: 86vh; padding-top: 130px; }
  .hero-cine-img { background-image: url('../assets/hero-960.jpg'); }
  .glass-stats { grid-template-columns: 1fr; }
  .glass-stat + .glass-stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.12); }
  .photo-band-img { height: 360px; }
  .form-row { grid-template-columns: 1fr; }
  .why-rail { grid-auto-columns: minmax(260px, 280px); }
}

.why-more { margin-top: 30px; font-size: 14px; color: var(--white-mid); }
.why-more a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.why-more a:hover { opacity: 0.75; }

/* deep-linked headings must clear the sticky header, not hide behind it */
h2[id], h3[id], section[id] { scroll-margin-top: 96px; }

/* Why Cyprus tiles are links to the section that explains them */
.why-item, .why-cell, .why-entry, .why-card { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.why-item h3, .why-cell h3, .why-entry h3, .why-card h3 { transition: color 0.2s; }
.why-item::after, .why-cell::after, .why-entry::after, .why-card::after {
  content: '\2192'; display: inline-block; margin-top: 12px; font-size: 15px;
  opacity: 0.55; transition: transform 0.2s, opacity 0.2s;
}
.why-item:hover::after, .why-cell:hover::after, .why-entry:hover::after, .why-card:hover::after { transform: translateX(5px); opacity: 1; }

/* treaty country columns */
.country-list { list-style: none; margin: 0 0 26px; padding: 0; columns: 3; column-gap: 30px; }
.country-list li { break-inside: avoid; padding: 4px 0; font-size: 14px; line-height: 1.5; }
@media (max-width: 900px) { .country-list { columns: 2; } }
@media (max-width: 560px) { .country-list { columns: 1; } }
@media print { .country-list { columns: 3; } }

/* tap-to-call numbers inherit their surroundings; contexts with their own a-rules win on specificity */
.tel-link { color: inherit; text-decoration: none; }
.tel-link:hover { text-decoration: underline; }

/* ---- reveal-on-scroll (JS-gated; reduced-motion and print exempt) ---- */
html.js [data-reveal] {
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}
html.js [data-reveal].in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}
@media print {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* Ken Burns: slow zoom with a gentle lateral pan — perceptible, never restless; off for reduced-motion and print */
@keyframes photoDrift { from { transform: scale(1.05) translate(-2.4%, -1%); } to { transform: scale(1.24) translate(2.4%, 1%); } }
.hero-photo, .photo-band-img { animation: photoDrift 14s ease-in-out infinite alternate; will-change: transform; }
@media (prefers-reduced-motion: reduce) { .hero-photo, .photo-band-img { animation: none; } }
@media (max-width: 700px) { .hero-photo { display: none; } }
@media print { .hero-photo, .photo-band { display: none !important; } }

/* ---- appointment request ---- */
.appt-card { max-width: 720px; margin: 56px auto 0; padding-top: 44px; border-top: 1px solid var(--line, rgba(0,0,0,0.12)); }
.appt-intro { font-size: 15px; line-height: 1.75; color: var(--muted, #5a6068); margin: 10px 0 24px; }
.appt-type-set { border: none; padding: 0; margin: 0 0 18px; }
.appt-type-set legend { font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.appt-type { display: flex; gap: 28px; flex-wrap: wrap; }
.appt-type label { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; cursor: pointer; }
.appt-type input[type="radio"] { width: 17px; height: 17px; accent-color: var(--petrol-btn, #2b6f68); }
.appt-note { font-size: 13px; color: var(--muted, #5a6068); margin-top: 14px; }
#ap-date { min-height: 48px; }
@media (max-width: 700px) { .appt-card { margin-top: 40px; padding-top: 32px; } }

/* ---- footer social icons ---- */
.footer-social { display: flex; gap: 16px; margin-top: 14px; }
.footer-social a { color: inherit; opacity: 0.75; transition: opacity .15s; display: inline-flex; }
.footer-social a:hover { opacity: 1; }
.footer-social svg { width: 20px; height: 20px; }

/* ---- header social icons: quiet, after the language switch ---- */
.nav-links .nav-social { display: inline-flex; align-items: center; opacity: 0.6; transition: opacity .15s; padding: 6px 2px; }
.nav-links .nav-social:hover { opacity: 1; }
.nav-links .nav-social svg { width: 17px; height: 17px; }
.nav-social-item + .nav-social-item { margin-left: -6px; }
@media (max-width: 1020px) { .nav-social-item { display: none; } } /* hidden only when the bar collapses; the footer carries them everywhere */
@media print { .nav-social-item { display: none !important; } }

/* ---- skip to content (keyboard users) ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--petrol-btn); color: #fff; padding: 12px 20px;
  font-family: inherit; font-size: 14px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; outline: 2px solid #fff; outline-offset: -6px; }

/* ======================================================
   MOBILE CORRECTIONS
   ====================================================== */
@media (max-width: 700px) {
  /* iOS zooms the viewport when a focused field is under 16px and never
     zooms back out, which strands the visitor mid-enquiry. */
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; }

  /* the long email crowds the utility bar on a narrow phone */
  .topbar .tb-mail { display: none; }
}

/* ======================================================
   PRINT — rates pages and notes end up in client files
   ====================================================== */
@page { margin: 2cm; }

@media print {
  /* interface furniture has no meaning on paper */
  #main-nav, .nav-links, .nav-toggle, footer, .cta, .btn-primary, .btn-ghost, .map-wrap, .form-card, .skip-link, .page-aside, .tile-more, .article-back, .glass-stats, .hero-cine-img, .hero-cine-scrim, .band-quote, .photo-band, .rail-hint { display: none !important; }

  /* ink-heavy panels flatten to plain paper */
  .hero-cine, .page-head, .page-body, .section, .tile, .why-card, .firm-grid, .contact-side, .form-card, .insight-item, .aside-panel, .cred-chip {
    background: #fff !important; color: #000 !important;
    box-shadow: none !important; border-color: #999 !important;
    padding-top: 0 !important; padding-bottom: 0 !important;
    min-height: 0 !important;
  }
  .hero::after, .hero::before, .page-hero::after, .page-head::before, .cta::before { display: none !important; }

  html, body {
    background: #fff !important; color: #000 !important;
    font-size: 11pt; line-height: 1.45;
  }
  main, .container, .page-col, .page-content-inner, .page-grid, .contact-wrap {
    max-width: none !important; width: auto !important;
    display: block !important; padding: 0 !important; margin: 0 !important;
  }

  h1, h2, h3, h4 { font-family: 'Sora', Helvetica, sans-serif; color: #000 !important; }
  h1 { font-size: 20pt; margin: 0 0 4pt; }
  h2 { font-size: 13pt; margin: 14pt 0 4pt; }
  p, li { font-size: 10.5pt; color: #000 !important; }
  strong, b { color: #000 !important; }

  /* keep headings with their content, never split a point across pages */
  h1, h2, h3, h4 { break-after: avoid; page-break-after: avoid; }
  li, tr, blockquote, .article-disclaimer { break-inside: avoid; page-break-inside: avoid; }
  ul, ol { margin-left: 5mm; }

  /* a printed link is useless without its destination */
  .page-text a[href]:not([href^="#"])::after,
  .article-meta a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt; color: #444; word-break: break-all;
  }
  a { color: #000 !important; text-decoration: underline; }

  /* the disclaimer must survive the trip to paper */
  .article-disclaimer {
    border: 1px solid #999 !important; background: #fff !important;
    color: #000 !important; padding: 8pt 10pt; font-size: 9.5pt;
  }

  /* the sheet has to say whose it is once the site chrome is gone */
  main::after {
    content: "A.P. Thrasyvoulou · Nikolaou Ioannou 46, 1036 Nicosia, Cyprus · +357 22750249 · Registered Auditors, ICPAC No. 5130";
    display: block; margin-top: 14pt; padding-top: 6pt;
    border-top: 1px solid #999; font-size: 8.5pt; color: #333;
  }
}
