/* =====================================================================
   ΦΟΙΒΗ ΑΙ — foiviai.gr clone
   Static rebuild · tokens μετρημένα από το live (DESIGN-SYSTEM.md)
   ===================================================================== */

/* ---------- 1) TOKENS ---------- */
:root{
  /* Primary accent */
  --c-blue:        #2ea6f1;   /* theme-color, links, icons, CTAs, newsletter band */
  --c-blue-dark:   #1c7fc4;   /* hover */
  --c-blue-light:  #eaf5fe;   /* soft stats panel bg */

  /* Neutrals */
  --c-bg:          #f5f5f5;   /* page background */
  --c-text:        #1c1d1d;   /* body text */
  --c-dark:        #111111;   /* dark buttons */
  --c-footer:      #1c1d1d;   /* dark footer */
  --c-surface:     #ffffff;   /* cards */
  --c-text-muted:  #5b6b7b;   /* grey descriptions */
  --c-text-invert: #ffffff;
  --c-border:      #e3e3e3;

  /* Brand art (dark) */
  --c-navy:        #0b1b2e;
  --c-gold:        #d9a441;

  /* Radius / shadow */
  --radius:        16px;
  --radius-sm:     10px;
  --shadow:        0 10px 30px rgba(11,27,46,.10);
  --shadow-sm:     0 4px 14px rgba(11,27,46,.08);

  /* Layout */
  --maxw:          1200px;
  --gap:           24px;

  /* Typography */
  --font: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --h1: clamp(2rem, 4vw, 3.25rem);
  --h2: clamp(1.5rem, 3vw, 2.25rem);
  --h3: 1.25rem;
  --lead: 1.125rem;

  --header-h: 84px;
}

/* ---------- 2) RESET / BASE ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--font);
  font-size:17px;
  line-height:1.6;
  color:var(--c-text);
  background:var(--c-bg);
  overflow-x:hidden;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:var(--c-blue); text-decoration:none; }
a:hover{ color:var(--c-blue-dark); }
h1,h2,h3,h4{ line-height:1.2; font-weight:800; margin:0 0 .5em; }
h1{ font-size:var(--h1); }
h2{ font-size:var(--h2); }
h3{ font-size:var(--h3); }
p{ margin:0 0 1em; }
ul,ol{ margin:0 0 1em; padding-left:1.25em; }
button{ font-family:inherit; cursor:pointer; }
:focus-visible{ outline:3px solid var(--c-blue); outline-offset:2px; border-radius:4px; }

.container{ max-width:var(--maxw); margin:0 auto; padding-inline:clamp(18px,4vw,24px); }
.section{ padding-block:clamp(44px,7vw,88px); }
.section--tight{ padding-block:clamp(32px,5vw,56px); }
.section-head{ text-align:center; max-width:820px; margin:0 auto clamp(28px,4vw,48px); }
.section-head h2{ margin-bottom:.35em; }
.eyebrow{ text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; font-weight:600; color:var(--c-blue); }
.text-blue{ color:var(--c-blue); }
.center{ text-align:center; }
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

/* ---------- 3) BUTTONS ---------- */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.9rem 1.6rem; font-weight:600; font-size:1rem; text-decoration:none;
  border:none; border-radius:8px; transition:.2s ease; line-height:1.2; }
.btn-primary{ background:var(--c-blue); color:#fff; border-radius:50px; }
.btn-primary:hover{ background:var(--c-blue-dark); color:#fff; transform:translateY(-1px); }
.btn-outline{ background:#fff; color:var(--c-text); border:1.5px solid #2b2b2b; }
.btn-outline:hover{ background:#f4f4f4; color:var(--c-text); }
.btn-dark{ background:#111; color:#fff; border-radius:50px; }
.btn-dark:hover{ background:#000; color:#fff; }
.btn-block{ width:100%; }
.btn-lg{ padding:1.05rem 2rem; font-size:1.05rem; }

/* ---------- 4) HEADER ---------- */
.site-header{
  position:sticky; top:0; z-index:900;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--c-border);
  transition:background-color .3s ease, box-shadow .25s ease, border-color .3s ease;
}
.site-header.is-scrolled{ box-shadow:0 4px 18px rgba(11,27,46,.08); }
.brand__name,.main-nav a,.hamburger{ transition:color .3s ease; }

/* Transparent header overlaying the hero video (homepage); solid on scroll */
body.has-hero .site-header{ position:fixed; left:0; right:0; top:0;
  background:transparent; backdrop-filter:none; border-bottom-color:transparent; box-shadow:none; }
body.has-hero .site-header .brand__name,
body.has-hero .site-header .main-nav a,
body.has-hero .site-header .hamburger{ color:#fff; text-shadow:0 2px 14px rgba(0,0,0,.55); }
body.has-hero .site-header:not(.is-scrolled) .main-nav a::after{ background:#fff; }
body.has-hero .site-header:not(.is-scrolled) .main-nav a.is-active{ color:#fff; }
body.has-hero .site-header.is-scrolled{ background:rgba(255,255,255,.96); backdrop-filter:blur(8px);
  border-bottom-color:var(--c-border); box-shadow:0 4px 18px rgba(11,27,46,.08); }
body.has-hero .site-header.is-scrolled .brand__name,
body.has-hero .site-header.is-scrolled .main-nav a,
body.has-hero .site-header.is-scrolled .hamburger{ color:var(--c-text); text-shadow:none; }
body.has-hero .site-header.is-scrolled .main-nav a:hover,
body.has-hero .site-header.is-scrolled .main-nav a.is-active{ color:var(--c-blue); }
.header-inner{ display:flex; align-items:center; justify-content:space-between;
  gap:18px; min-height:var(--header-h); transition:min-height .25s ease; }
.site-header.is-scrolled .header-inner{ min-height:64px; }
.brand{ display:inline-flex; align-items:center; gap:12px; color:var(--c-text); font-weight:700; }
.brand:hover{ color:var(--c-text); }
.brand__badge{ display:block; width:42px; height:42px; border-radius:50%; overflow:hidden; flex:0 0 auto;
  box-shadow:0 2px 8px rgba(11,27,46,.2); background:var(--c-navy); }
.brand__badge img{ width:100%; height:100%; object-fit:cover; }
.brand__name{ font-size:1.55rem; font-weight:700; letter-spacing:.02em; }

.main-nav{ display:flex; align-items:center; gap:34px; }
.main-nav a{ color:var(--c-text); font-weight:500; font-size:1.05rem; position:relative; padding:6px 0; }
.main-nav a:hover{ color:var(--c-blue); }
.main-nav a.is-active{ color:var(--c-blue); }
.main-nav a::after{ content:""; position:absolute; left:0; bottom:0; width:0; height:2px;
  background:var(--c-blue); transition:width .2s ease; }
.main-nav a:hover::after,.main-nav a.is-active::after{ width:100%; }

.header-actions{ display:flex; align-items:center; gap:8px; }
.hamburger{ display:none; width:46px; height:46px; border:none; background:transparent;
  border-radius:10px; align-items:center; justify-content:center; color:var(--c-text); }
.hamburger:hover{ background:#eee; }
.hamburger svg{ width:26px; height:26px; }

/* Mobile drawer */
.nav-overlay{ position:fixed; inset:0; background:rgba(11,27,46,.45); opacity:0;
  visibility:hidden; transition:.25s; z-index:950; }
.nav-overlay.is-open{ opacity:1; visibility:visible; }
.mobile-drawer{ position:fixed; top:0; right:0; height:100%; width:min(86vw,340px);
  background:#fff; z-index:960; transform:translateX(100%); transition:transform .28s ease;
  display:flex; flex-direction:column; padding:22px; box-shadow:-12px 0 40px rgba(11,27,46,.2); }
.mobile-drawer.is-open{ transform:translateX(0); }
.drawer-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
.drawer-close{ width:44px; height:44px; border:none; background:#f1f1f1; border-radius:10px;
  font-size:1.4rem; line-height:1; color:var(--c-text); }
.mobile-drawer nav{ display:flex; flex-direction:column; }
.mobile-drawer nav a{ color:var(--c-text); font-size:1.2rem; font-weight:500;
  padding:15px 6px; border-bottom:1px solid var(--c-border); }
.drawer-social{ display:flex; gap:14px; margin-top:auto; padding-top:22px; }
.drawer-social a{ width:42px; height:42px; border-radius:50%; background:var(--c-blue);
  display:inline-flex; align-items:center; justify-content:center; color:#fff; }
.drawer-social svg{ width:20px; height:20px; }

/* ---------- 5) HERO (full-screen video) ---------- */
.hero{ position:relative; min-height:100svh; display:flex; align-items:flex-end;
  overflow:hidden; background:var(--c-navy); }
.hero__bg{ position:absolute; inset:0; z-index:0; pointer-events:none; }
.hero__bg iframe{ position:absolute; top:50%; left:50%; width:100vw; height:56.25vw;
  min-height:100%; min-width:177.78vh; transform:translate(-50%,-50%); border:0; pointer-events:none; }
.hero__bg video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
/* shield — absorbs pointer events so the YouTube player never reveals hover/click controls */
.hero__shield{ position:absolute; inset:0; z-index:2; background:transparent; }
/* veil — covers the YouTube player's initial control flash until the video is clean, then fades */
.hero__veil{ position:absolute; inset:0; z-index:3; pointer-events:none; opacity:1;
  transition:opacity .85s ease;
  background:radial-gradient(125% 125% at 50% 36%, #16324f 0%, var(--c-navy) 52%, #060e18 100%); }
.hero__veil.is-gone{ opacity:0; }
@media (prefers-reduced-motion: reduce){ .hero__veil{ display:none; } }
/* mobile: no YouTube video (its player forces controls) — clean branded gradient hero instead */
@media (max-width:640px){
  .hero__bg{ background:radial-gradient(130% 110% at 50% 22%, #1f6699 0%, #134063 46%, #0b1b2e 100%); }
  .hero__bg iframe, .hero__bg video, .hero__veil{ display:none !important; }
}
.hero__overlay{ position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(6,14,24,.30) 0%, rgba(6,14,24,.10) 45%, rgba(6,14,24,.72) 100%); }
.hero__content{ position:relative; z-index:2; width:100%; padding-bottom:clamp(48px,9vh,110px);
  padding-top:120px; color:#fff; }
.hero__content h1{ font-size:40px; line-height:1.12; margin-bottom:.35em; max-width:18ch;
  text-shadow:0 2px 24px rgba(0,0,0,.45); }
.hero__content p{ font-size:1.05rem; letter-spacing:.16em; text-transform:uppercase;
  font-weight:500; margin:0; opacity:.95; text-shadow:0 2px 16px rgba(0,0,0,.5); }
.hero__sound{ position:absolute; right:clamp(18px,4vw,24px); bottom:clamp(48px,9vh,110px);
  z-index:3; width:48px; height:48px; border-radius:50%; border:1.5px solid rgba(255,255,255,.6);
  background:rgba(0,0,0,.35); color:#fff; display:inline-flex; align-items:center; justify-content:center; }
.hero__sound svg{ width:22px; height:22px; }

/* ---------- 6) INTRO (bold statement) ---------- */
.intro{ text-align:center; }
.intro__lead{ font-size:clamp(1.35rem,2.6vw,2rem); font-weight:600; line-height:1.45;
  max-width:980px; margin:0 auto; color:var(--c-text); }
.intro__lead strong{ font-weight:700; }
.intro__tag{ display:block; margin-top:1.1em; font-size:clamp(1.15rem,2.2vw,1.6rem);
  font-weight:700; color:var(--c-blue); }

/* ---------- 7) PRODUCT CARDS ---------- */
.product-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--gap); }
.product-card{ background:var(--c-surface); border:1px solid var(--c-border); border-radius:var(--radius);
  overflow:hidden; display:flex; flex-direction:column; text-decoration:none; color:var(--c-text);
  transition:transform .22s ease, box-shadow .22s ease; }
.product-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); color:var(--c-text); }
.product-card__media{ aspect-ratio:1/1; overflow:hidden; background:var(--c-navy); }
.product-card__media img{ width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.product-card:hover .product-card__media img{ transform:scale(1.04); }
.product-card__body{ padding:18px 18px 22px; display:flex; flex-direction:column; gap:8px; flex:1; }
.product-card__title{ font-size:1.02rem; font-weight:600; line-height:1.35; margin:0; }
.product-card__price{ margin-top:auto; font-size:1.15rem; font-weight:700; color:var(--c-text); }

/* ---------- 8) STATS PANEL ---------- */
.stats-panel{ background:var(--c-blue); border-radius:28px; padding:clamp(32px,5vw,56px);
  color:#fff; box-shadow:0 20px 50px rgba(46,166,241,.25); }
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(24px,4vw,40px); }
.stat{ text-align:center; }
.stat__num{ font-size:clamp(2.6rem,5vw,3.4rem); font-weight:800; line-height:1; }
.stat__label{ font-weight:600; margin:.6em 0 .4em; font-size:1.02rem; }
.stat__desc{ font-size:.92rem; opacity:.92; line-height:1.5; margin:0; }
.stats-grid .stat + .stat{ border-left:1px solid rgba(255,255,255,.22); }

/* ---------- 9) FEATURE BLOCKS (circular icons) ---------- */
.feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(24px,4vw,38px);
  margin-top:clamp(40px,6vw,64px); }
.feature{ text-align:center; }
.feature__icon{ width:88px; height:88px; border-radius:50%; background:var(--c-blue);
  display:inline-flex; align-items:center; justify-content:center; color:#fff; margin-bottom:18px;
  box-shadow:0 10px 24px rgba(46,166,241,.3); }
.feature__icon svg{ width:42px; height:42px; }
.feature h3{ font-size:1.22rem; font-weight:800; line-height:1.25; margin-bottom:.5em; }
.feature p{ color:var(--c-text-muted); font-size:.98rem; margin:0; }

/* ---------- 10) BLOG TEASERS ---------- */
.teaser-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:var(--gap); align-items:start; }
.teaser{ text-align:center; }
.teaser__media{ border-radius:var(--radius); overflow:hidden; margin-bottom:16px;
  background:#fff; border:1px solid var(--c-border); aspect-ratio:16/10;
  display:flex; align-items:center; justify-content:center; transition:transform .25s ease, box-shadow .25s ease; }
.teaser a.teaser__media:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.teaser__media img{ width:100%; height:100%; object-fit:contain; padding:12px; }
.teaser__media--logo{ background:#fff; }
.teaser__media--art{ background:linear-gradient(135deg,#0b1b2e 0%,#10243d 40%,#2ea6f1 100%); border-color:transparent; position:relative; }
.teaser__media--art::after{ content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 78% 22%, rgba(255,255,255,.18), transparent 55%); }
.teaser__media--art svg{ width:88px; height:88px; color:#fff; position:relative; z-index:1; filter:drop-shadow(0 6px 14px rgba(0,0,0,.25)); }
.teaser h3{ font-size:1.22rem; line-height:1.3; }
.teaser h3 a{ color:var(--c-text); }
.teaser h3 a:hover{ color:var(--c-blue); }
.teaser p{ color:var(--c-text-muted); font-size:.98rem; }

/* ---------- 11) PRESS LOGOS ---------- */
.press-row{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  gap:clamp(36px,7vw,80px); }
.press-row a{ display:inline-flex; align-items:center; }
.press-row img{ max-height:64px; width:auto; filter:grayscale(.1); transition:.2s; }
.press-row a:hover img{ filter:grayscale(0); transform:scale(1.03); }

/* ---------- 12) SOCIAL BAND ---------- */
.social-band{ background:var(--c-blue); color:#fff; text-align:center; padding-block:clamp(34px,5vw,52px); }
.social-band h2{ color:#fff; margin-bottom:.7em; font-size:clamp(1.4rem,2.6vw,1.9rem); }
.social-icons{ display:flex; justify-content:center; gap:18px; }
.social-icons a{ width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,.16);
  display:inline-flex; align-items:center; justify-content:center; color:#fff; transition:.2s; }
.social-icons a:hover{ background:#fff; color:var(--c-blue); transform:translateY(-3px); }
.social-icons svg{ width:22px; height:22px; }

/* ---------- 13) FOOTER ---------- */
.site-footer{ background:var(--c-footer); color:#cfd4d8; }
.footer-main{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr 1.4fr; gap:clamp(24px,3vw,40px);
  padding-block:clamp(44px,6vw,72px); }
.footer-brand .brand__badge{ width:44px; height:44px; margin-bottom:16px; }
.footer-brand p{ font-size:.92rem; line-height:1.7; color:#9aa3ab; margin:0; }
.footer-col h4{ color:#fff; font-size:.86rem; letter-spacing:.1em; text-transform:uppercase;
  margin-bottom:18px; font-weight:600; }
.footer-col ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; }
.footer-col a{ color:#cfd4d8; font-size:.98rem; }
.footer-col a:hover{ color:#fff; }
.footer-news p{ font-size:.92rem; color:#9aa3ab; line-height:1.6; margin-bottom:16px; }
.news-form{ display:flex; gap:8px; max-width:340px; }
.news-form input{ flex:1; padding:.8rem 1rem; border-radius:10px; border:1px solid #3a3c3d;
  background:#2a2c2d; color:#fff; font-family:inherit; font-size:.95rem; }
.news-form input::placeholder{ color:#8b9298; }
.news-form button{ width:50px; flex:0 0 auto; border-radius:10px; border:none;
  background:var(--c-blue); color:#fff; display:inline-flex; align-items:center; justify-content:center; }
.news-form button svg{ width:22px; height:22px; }
.footer-bottom{ border-top:1px solid #303233; padding-block:20px; text-align:center;
  font-size:.85rem; color:#8b9298; }
.footer-seo{ border-top:1px solid #303233; padding-block:22px; }
.footer-seo h4{ color:#fff; font-size:.82rem; letter-spacing:.1em; text-transform:uppercase; font-weight:600; margin-bottom:14px; }
.footer-seo__links{ display:flex; flex-wrap:wrap; gap:8px 18px; }
.footer-seo__links a{ color:#9aa3ab; font-size:.88rem; }
.footer-seo__links a:hover{ color:var(--c-blue); }

/* ---------- 14) FLOATING CHAT WIDGET (bottom-left) ---------- */
.chat-fab{ position:fixed; left:20px; bottom:20px; z-index:980; display:flex; align-items:center; gap:10px; }
.chat-fab__avatar{ position:relative; width:58px; height:58px; border-radius:50%; overflow:hidden;
  border:3px solid var(--c-blue); background:var(--c-navy); box-shadow:0 8px 24px rgba(11,27,46,.3);
  flex:0 0 auto; cursor:pointer; }
.chat-fab__avatar img{ width:100%; height:100%; object-fit:cover; }
.chat-fab__dot{ position:absolute; right:2px; bottom:2px; width:14px; height:14px; border-radius:50%;
  background:#23c552; border:2.5px solid #fff; }
.chat-fab__bubble{ background:#fff; border-radius:18px; padding:10px 16px; font-size:.95rem;
  font-weight:500; color:var(--c-text); box-shadow:0 8px 24px rgba(11,27,46,.18); cursor:pointer;
  white-space:nowrap; animation:bubblePop .4s ease; }
@keyframes bubblePop{ from{ opacity:0; transform:translateX(-8px) scale(.9); } to{ opacity:1; transform:none; } }

.chat-card{ position:fixed; left:20px; bottom:20px; z-index:981; width:min(94vw,380px);
  max-height:min(82vh,640px); background:#fff; border-radius:22px; box-shadow:0 24px 60px rgba(11,27,46,.32);
  overflow:hidden; display:flex; flex-direction:column;
  transform:translateY(20px) scale(.96); opacity:0; visibility:hidden;
  transition:transform .26s ease, opacity .26s ease, visibility .26s ease; transform-origin:bottom left; }
.chat-card.is-open{ transform:none; opacity:1; visibility:visible; }
.chat-card__head{ background:linear-gradient(135deg,#2ea6f1,#1c7fc4); color:#fff; padding:15px 18px;
  display:flex; align-items:center; gap:12px; flex:0 0 auto; }
.chat-card__head .av{ width:44px; height:44px; border-radius:50%; overflow:hidden; flex:0 0 auto;
  border:2px solid rgba(255,255,255,.6); background:var(--c-navy); }
.chat-card__head .av img{ width:100%; height:100%; object-fit:cover; }
.chat-card__head .meta strong{ display:block; font-size:1.05rem; }
.chat-card__head .meta span{ font-size:.8rem; opacity:.95; display:flex; align-items:center; gap:6px; }
.chat-card__head .meta span::before{ content:""; width:8px; height:8px; border-radius:50%; background:#5ef08a; box-shadow:0 0 0 0 rgba(94,240,138,.7); animation:pulseDot 2s infinite; }
@keyframes pulseDot{ 0%{ box-shadow:0 0 0 0 rgba(94,240,138,.6); } 70%{ box-shadow:0 0 0 6px rgba(94,240,138,0); } 100%{ box-shadow:0 0 0 0 rgba(94,240,138,0); } }
.chat-card__close{ margin-left:auto; background:rgba(255,255,255,.22); border:none; color:#fff;
  width:32px; height:32px; border-radius:50%; font-size:1.2rem; line-height:1; }
.chat-card__close:hover{ background:rgba(255,255,255,.4); }

.chat-actions{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:14px 16px 6px; flex:0 0 auto; }
.chat-actions a{ display:flex; flex-direction:column; align-items:center; gap:5px; padding:11px 6px;
  border:1px solid var(--c-border); border-radius:12px; color:var(--c-text); font-size:.82rem; font-weight:600; }
.chat-actions a:hover{ border-color:var(--c-blue); color:var(--c-blue); background:var(--c-blue-light); }
.chat-actions svg{ width:20px; height:20px; color:var(--c-blue); }

.chat-msgs{ flex:1 1 auto; overflow-y:auto; padding:14px 16px; display:flex; flex-direction:column;
  gap:10px; background:#f6f8fa; min-height:96px; }
.chat-msg{ display:flex; gap:8px; align-items:flex-end; max-width:88%; }
.chat-msg--bot{ align-self:flex-start; }
.chat-msg--user{ align-self:flex-end; flex-direction:row-reverse; }
.chat-msg__av{ width:28px; height:28px; border-radius:50%; overflow:hidden; flex:0 0 auto; background:var(--c-navy); }
.chat-msg__av img{ width:100%; height:100%; object-fit:cover; }
.chat-msg__bubble{ background:#fff; border:1px solid var(--c-border); border-radius:14px;
  padding:9px 13px; font-size:.92rem; line-height:1.45; box-shadow:0 1px 2px rgba(11,27,46,.05); }
.chat-msg__bubble strong{ color:var(--c-blue); }
.chat-msg--user .chat-msg__bubble{ background:var(--c-blue); color:#fff; border-color:var(--c-blue); }
.chat-msg--user .chat-msg__bubble strong{ color:#fff; }
.chat-typing .chat-msg__bubble{ color:var(--c-text-muted); font-style:italic; }

.chat-quick{ display:flex; flex-wrap:wrap; gap:7px; padding:12px 16px 4px; flex:0 0 auto; }
.chat-quick a{ font-size:.82rem; padding:7px 13px; border:1px solid var(--c-border); border-radius:50px;
  color:var(--c-text); font-weight:600; background:#fff; }
.chat-quick a:hover{ border-color:var(--c-blue); color:var(--c-blue); background:var(--c-blue-light); }

.chat-input{ display:flex; gap:8px; padding:10px 14px; border-top:1px solid var(--c-border); flex:0 0 auto; }
.chat-input input{ flex:1; border:1px solid var(--c-border); border-radius:50px; padding:.7rem 1rem;
  font-family:inherit; font-size:.92rem; }
.chat-input input:focus{ outline:none; border-color:var(--c-blue); box-shadow:0 0 0 3px rgba(46,166,241,.15); }
.chat-input button{ width:42px; height:42px; flex:0 0 auto; border:none; border-radius:50%;
  background:var(--c-blue); color:#fff; display:inline-flex; align-items:center; justify-content:center; }
.chat-input button:hover{ background:var(--c-blue-dark); }
.chat-input button svg{ width:20px; height:20px; }
.chat-card__foot{ text-align:center; padding:9px; font-size:.78rem; color:var(--c-text-muted);
  border-top:1px solid var(--c-border); flex:0 0 auto; }

/* ---------- 15) LEAD-CAPTURE POPUP (Klaviyo-style) ---------- */
.lead-overlay{ position:fixed; inset:0; background:rgba(11,27,46,.55); z-index:1000;
  display:flex; align-items:center; justify-content:center; padding:18px;
  opacity:0; visibility:hidden; transition:.3s; }
.lead-overlay.is-open{ opacity:1; visibility:visible; }
.lead-modal{ background:#fff; border-radius:20px; overflow:hidden; width:min(880px,100%);
  display:grid; grid-template-columns:1fr 1fr; box-shadow:0 30px 80px rgba(0,0,0,.4);
  transform:translateY(16px); transition:.3s; max-height:92vh; }
.lead-overlay.is-open .lead-modal{ transform:none; }
.lead-modal__form{ padding:clamp(24px,4vw,40px); position:relative; overflow:auto; }
.lead-modal__form h3{ font-size:1.5rem; margin-bottom:.5em; }
.lead-modal__form p{ color:var(--c-text-muted); font-size:.95rem; }
.lead-modal__form .field{ margin-bottom:12px; }
.lead-modal__form input{ width:100%; padding:.85rem 1rem; border:1px solid var(--c-border);
  border-radius:10px; font-family:inherit; font-size:1rem; }
.lead-modal__fine{ font-size:.76rem; color:var(--c-text-muted); margin:10px 0 14px; }
.lead-modal__media{ background:var(--c-navy); }
.lead-modal__media img{ width:100%; height:100%; object-fit:cover; }
.lead-close{ position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%;
  border:none; background:#f1f1f1; font-size:1.2rem; line-height:1; color:var(--c-text); z-index:2; }

/* ---------- 16) PRODUCT PAGE ---------- */
.product-hero{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,5vw,56px);
  align-items:start; padding-top:clamp(28px,4vw,44px); }
.product-gallery{ position:sticky; top:104px; }
.product-gallery img{ width:100%; border-radius:var(--radius); box-shadow:var(--shadow); background:var(--c-navy); }
.product-info h1{ font-size:clamp(1.7rem,3.4vw,2.5rem); line-height:1.15; }
.product-price{ font-size:1.5rem; font-weight:700; color:#46484a; margin:.2em 0 .1em; }
.product-tax{ color:var(--c-text-muted); font-size:.92rem; margin-bottom:1.2em; }
.product-divider{ border:none; border-top:1px solid var(--c-border); margin:1.4em 0; }
.product-cta{ display:flex; flex-direction:column; gap:12px; max-width:440px; }
.product-note{ font-size:.86rem; color:var(--c-text-muted); margin-top:6px; }
.product-sub{ font-size:.9rem; color:var(--c-text-muted); margin-top:1em; line-height:1.6;
  background:#fff; border:1px solid var(--c-border); border-radius:12px; padding:12px 16px; }

/* Rich long-form description */
.prose{ max-width:760px; }
.prose h2{ font-size:clamp(1.4rem,2.6vw,1.9rem); margin-top:1.4em; }
.prose h3{ font-size:1.3rem; margin-top:1.5em; }
.prose h4{ font-size:1.1rem; margin-top:1.4em; color:var(--c-text); }
.prose ul{ padding-left:1.2em; }
.prose li{ margin-bottom:.5em; }
.prose blockquote{ border-left:4px solid var(--c-blue); background:var(--c-blue-light);
  margin:1.2em 0; padding:14px 20px; border-radius:0 12px 12px 0; font-style:italic; color:#274b63; }
.prose .lead-line{ font-size:1.15rem; font-weight:600; }

/* numbered steps */
.steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--gap); }
.step{ background:#fff; border:1px solid var(--c-border); border-radius:var(--radius); padding:26px 22px; position:relative; overflow:hidden; }
.step__num{ font-size:3.2rem; font-weight:800; color:var(--c-blue-light); line-height:1;
  position:absolute; top:10px; right:16px; }
.step h3{ font-size:1.1rem; position:relative; z-index:1; margin-top:8px; }
.step p{ color:var(--c-text-muted); font-size:.95rem; margin:0; position:relative; z-index:1; }

/* pricing tiers */
.tier-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:var(--gap); align-items:stretch; }
.tier{ background:#fff; border:1.5px solid var(--c-border); border-radius:var(--radius);
  padding:30px 26px; display:flex; flex-direction:column; position:relative; }
.tier--featured{ border-color:var(--c-blue); box-shadow:0 16px 40px rgba(46,166,241,.18); }
.tier__badge{ position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--c-blue); color:#fff; font-size:.78rem; font-weight:600; padding:5px 14px; border-radius:50px; white-space:nowrap; }
.tier h3{ font-size:1.3rem; margin-bottom:.1em; }
.tier__price{ font-size:2rem; font-weight:800; color:var(--c-blue); margin:.1em 0 .6em; }
.tier__price span{ font-size:.95rem; font-weight:500; color:var(--c-text-muted); }
.tier ul{ list-style:none; padding:0; margin:0 0 1.4em; display:flex; flex-direction:column; gap:10px; }
.tier li{ position:relative; padding-left:26px; font-size:.95rem; }
.tier li::before{ content:"✔"; position:absolute; left:0; color:var(--c-blue); font-weight:700; }
.tier li.arrow{ padding-left:26px; color:var(--c-text-muted); font-style:italic; }
.tier li.arrow::before{ content:"➡"; }
.tier .btn{ margin-top:auto; }

/* FAQ accordion */
.faq{ max-width:840px; margin:0 auto; }
.faq details{ background:#fff; border:1px solid var(--c-border); border-radius:12px;
  margin-bottom:12px; overflow:hidden; }
.faq summary{ list-style:none; cursor:pointer; padding:18px 22px; font-weight:600; font-size:1.05rem;
  display:flex; justify-content:space-between; align-items:center; gap:14px; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; font-size:1.5rem; font-weight:400; color:var(--c-blue); transition:.2s; }
.faq details[open] summary::after{ transform:rotate(45deg); }
.faq .faq__a{ padding:0 22px 20px; color:var(--c-text-muted); line-height:1.6; }

/* related products */
.related-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:var(--gap); }

/* generic feature cards (product custom sections) */
.fcard-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--gap); }
.fcard{ background:#fff; border:1px solid var(--c-border); border-radius:var(--radius); padding:26px 22px; }
.fcard h3{ font-size:1.12rem; line-height:1.3; }
.fcard p{ color:var(--c-text-muted); font-size:.95rem; margin:0; }
.fcard__ico{ width:54px; height:54px; border-radius:14px; background:var(--c-blue-light);
  display:inline-flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:14px; }

/* ---------- 17) PAGE HEADER (collection / contact / blog / policy) ---------- */
.page-head{ text-align:center; padding-block:clamp(36px,5vw,60px) clamp(20px,3vw,32px);
  padding-inline:clamp(18px,4vw,24px); max-width:var(--maxw); margin-inline:auto; }
.page-head h1{ font-size:clamp(1.9rem,4vw,2.8rem); }
.page-head p{ color:var(--c-text-muted); font-size:1.05rem; max-width:680px; margin:0 auto; }

/* solution hero: copy + image split */
.solhero{ max-width:var(--maxw); margin-inline:auto;
  padding-block:clamp(36px,5vw,60px) clamp(20px,3vw,32px); padding-inline:clamp(18px,4vw,24px);
  display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(28px,5vw,56px); align-items:center; }
.solhero__copy{ text-align:left; }
.solhero__copy h1{ font-size:clamp(1.9rem,4vw,2.8rem); margin-bottom:.4em; }
.solhero__copy p{ color:var(--c-text-muted); font-size:1.05rem; max-width:54ch; margin:0 0 1.4em; }
.solhero__media img{ width:100%; height:auto; border-radius:var(--radius); box-shadow:var(--shadow); background:var(--c-navy); display:block; }
@media (max-width:860px){
  .solhero{ grid-template-columns:1fr; text-align:center; }
  .solhero__copy{ text-align:center; }
  .solhero__copy p{ margin-inline:auto; }
  .solhero__copy .hero__actions{ justify-content:center; }
  .solhero__media{ max-width:440px; margin-inline:auto; }
}

/* contact */
.contact-list{ list-style:none; padding:0; margin:0 auto clamp(28px,4vw,44px); max-width:760px; text-align:center; }
.contact-list li{ font-size:1.08rem; padding:9px 0; }
.contact-list strong{ font-weight:700; }

/* forms */
.form{ max-width:760px; margin:0 auto; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form .field{ margin-bottom:18px; }
.form label{ display:block; font-weight:500; margin-bottom:7px; font-size:.98rem; }
.form input,.form textarea{ width:100%; padding:.9rem 1rem; border:1px solid #cfd4d8;
  border-radius:10px; font-family:inherit; font-size:1rem; background:#fff; color:var(--c-text); }
.form input:focus,.form textarea:focus{ outline:none; border-color:var(--c-blue);
  box-shadow:0 0 0 3px rgba(46,166,241,.15); }
.form textarea{ min-height:150px; resize:vertical; }
.form .form-actions{ text-align:center; margin-top:8px; }
.form-status{ text-align:center; margin-top:14px; font-weight:600; min-height:1.4em; }
.form-status.ok{ color:#23a05a; }
.form-status.err{ color:#d23b3b; }

/* product ask form (narrow) */
.ask-form{ max-width:760px; }

/* blog index list */
.blog-list{ max-width:840px; margin:0 auto; display:flex; flex-direction:column; gap:clamp(28px,4vw,44px); }
.blog-item{ border-bottom:1px solid var(--c-border); padding-bottom:clamp(24px,3vw,36px); }
.blog-item:last-child{ border-bottom:none; }
.blog-item .date{ color:var(--c-blue); font-weight:600; font-size:.9rem; text-transform:uppercase; letter-spacing:.05em; }
.blog-item h2{ font-size:clamp(1.3rem,2.4vw,1.7rem); margin:.3em 0; }
.blog-item h2 a{ color:var(--c-text); }
.blog-item h2 a:hover{ color:var(--c-blue); }
.blog-item p{ color:var(--c-text-muted); margin-bottom:.7em; }
.read-more{ font-weight:600; }

/* blog article */
.article{ max-width:760px; margin:0 auto; }
.article-head{ text-align:center; margin-bottom:clamp(28px,4vw,44px); }
.article-head .eyebrow{ display:block; margin-bottom:.6em; }
.article-head h1{ font-size:clamp(1.8rem,3.6vw,2.6rem); }
.article-head .meta{ color:var(--c-text-muted); font-size:.92rem; margin-top:.6em; }
.article-body table{ width:100%; border-collapse:collapse; margin:1.4em 0; font-size:.95rem; }
.article-body th,.article-body td{ border:1px solid var(--c-border); padding:10px 14px; text-align:left; }
.article-body th{ background:var(--c-blue-light); font-weight:600; }
.share-row{ display:flex; gap:12px; justify-content:center; margin:clamp(28px,4vw,40px) 0; }
.share-row a{ width:44px; height:44px; border-radius:50%; background:#fff; border:1px solid var(--c-border);
  display:inline-flex; align-items:center; justify-content:center; color:var(--c-text); }
.share-row a:hover{ background:var(--c-blue); color:#fff; border-color:var(--c-blue); }
.share-row svg{ width:20px; height:20px; }
.back-link{ text-align:center; margin-bottom:clamp(28px,4vw,40px); }

/* policy */
.policy{ max-width:820px; margin:0 auto; }
.policy h2{ font-size:1.4rem; margin-top:1.4em; }
.policy h3{ font-size:1.15rem; margin-top:1.2em; }
.policy .updated{ color:var(--c-text-muted); font-style:italic; margin-bottom:1.6em; }

/* collection filter bar (decorative) */
.collection-bar{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;
  gap:12px; color:var(--c-text-muted); font-size:.95rem; margin-bottom:clamp(24px,3vw,32px); }

/* surface helper */
.bg-surface{ background:#fff; }

/* ---------- 18) RESPONSIVE ---------- */
@media (max-width:1100px){
  .product-grid{ grid-template-columns:repeat(2,1fr); }
  .stats-grid{ grid-template-columns:repeat(2,1fr); }
  .stats-grid .stat + .stat{ border-left:none; }
  .feature-grid{ grid-template-columns:repeat(2,1fr); }
  .steps-grid{ grid-template-columns:repeat(2,1fr); }
  .fcard-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-main{ grid-template-columns:1fr 1fr; }
}
@media (max-width:900px){
  .main-nav{ display:none; }
  .hamburger{ display:inline-flex; }
  .product-hero{ grid-template-columns:1fr; }
  .product-gallery{ position:static; max-width:520px; margin:0 auto; }
  .tier-grid{ grid-template-columns:1fr; max-width:460px; margin:0 auto; }
  .related-grid{ grid-template-columns:1fr; max-width:380px; margin:0 auto; }
  .teaser-grid{ grid-template-columns:1fr; max-width:460px; margin:0 auto; }
  .lead-modal{ grid-template-columns:1fr; }
  .lead-modal__media{ display:none; }
}
@media (max-width:640px){
  body{ font-size:16px; }
  .product-grid{ grid-template-columns:1fr; max-width:360px; margin:0 auto; }
  .stats-grid{ grid-template-columns:1fr; }
  .feature-grid{ grid-template-columns:1fr; max-width:360px; margin-inline:auto; }
  .steps-grid{ grid-template-columns:1fr; max-width:360px; margin-inline:auto; }
  .fcard-grid{ grid-template-columns:1fr; }
  .footer-main{ grid-template-columns:1fr; gap:30px; }
  .form-row{ grid-template-columns:1fr; }
  .hero__content h1{ font-size:30px; }
  .chat-fab__bubble{ display:none; }
  .chat-card,.chat-fab{ left:14px; bottom:14px; }
  .news-form{ max-width:none; }
}
@media (min-width:641px){
  .chat-fab__bubble.is-hidden{ display:none; }
}
@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- 19) LANGUAGE TOGGLE ---------- */
.lang-toggle{ display:inline-flex; align-items:center; justify-content:center; min-width:42px; height:38px;
  padding:0 13px; border:1.5px solid var(--c-border); border-radius:50px; font-weight:600; font-size:.85rem;
  color:var(--c-text); letter-spacing:.04em; transition:.2s; }
.lang-toggle:hover{ border-color:var(--c-blue); color:var(--c-blue); }
body.has-hero .site-header:not(.is-scrolled) .lang-toggle{ color:#fff; border-color:rgba(255,255,255,.55);
  text-shadow:0 2px 14px rgba(0,0,0,.55); }
body.has-hero .site-header:not(.is-scrolled) .lang-toggle:hover{ background:rgba(255,255,255,.15); }
.drawer-lang{ margin-top:10px; color:var(--c-blue) !important; font-weight:600; border-bottom:none !important; }

/* ---------- 20) HERO CTA BUTTONS ---------- */
.hero__actions{ margin-top:1.7em; display:flex; gap:14px; flex-wrap:wrap; }
.hero .btn-primary{ box-shadow:0 12px 32px rgba(46,166,241,.45); }
.btn-ghost{ background:rgba(255,255,255,.12); color:#fff; border:1.5px solid rgba(255,255,255,.7); }
.btn-ghost:hover{ background:rgba(255,255,255,.22); color:#fff; }

/* ---------- 21) PRODUCT GRID (5 cards) ---------- */
.product-grid--5{ grid-template-columns:repeat(5,1fr); }

/* ---------- 22) TEAM (About page) ---------- */
.team-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:var(--gap); }
.team-card{ background:#fff; border:1px solid var(--c-border); border-radius:var(--radius);
  padding:28px 20px; text-align:center; transition:transform .2s ease, box-shadow .2s ease; }
.team-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.team-card__photo{ width:122px; height:122px; border-radius:50%; object-fit:cover; margin:0 auto 16px;
  border:3px solid var(--c-blue-light); background:var(--c-blue-light); box-shadow:0 8px 22px rgba(11,27,46,.12); }
.team-card h3{ font-size:1.12rem; margin-bottom:.15em; }
.team-card__role{ color:var(--c-blue); font-weight:600; font-size:.92rem; margin-bottom:.7em; }
.team-card__edu{ color:var(--c-text-muted); font-size:.83rem; display:inline-flex; align-items:center;
  gap:6px; margin-bottom:.8em; background:var(--c-blue-light); padding:4px 12px; border-radius:50px; }
.team-card__bio{ color:var(--c-text-muted); font-size:.9rem; line-height:1.55; margin:0; }

/* ---------- 23) ABOUT / AU helpers ---------- */
.value-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:var(--gap); }
.au-eyebrow{ display:inline-flex; align-items:center; gap:8px; background:var(--c-blue-light);
  color:var(--c-blue); font-weight:700; padding:7px 16px; border-radius:50px; font-size:.9rem; margin-bottom:1em; }

@media (max-width:1100px){
  .product-grid--5{ grid-template-columns:repeat(3,1fr); }
  .team-grid{ grid-template-columns:repeat(2,1fr); }
  .value-row{ grid-template-columns:1fr; max-width:520px; margin-inline:auto; }
}
@media (max-width:640px){
  .product-grid--5{ grid-template-columns:1fr; max-width:360px; margin-inline:auto; }
  .team-grid{ grid-template-columns:1fr; max-width:340px; margin-inline:auto; }
  .hero__actions .btn{ width:100%; }
}

/* ---------- 24) SCROLL PROGRESS BAR ---------- */
.scroll-progress{ position:fixed; top:0; left:0; right:0; height:3px; z-index:1001;
  background:linear-gradient(90deg,var(--c-blue),#7cc6f7); transform:scaleX(0); transform-origin:0 50%; will-change:transform; }

/* ---------- 25) WHATSAPP FAB (bottom-right) ---------- */
.wa-fab{ position:fixed; right:20px; bottom:20px; z-index:970; width:58px; height:58px; border-radius:50%;
  background:#25d366; color:#fff; display:inline-flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px rgba(11,27,46,.3); transition:transform .2s ease; }
.wa-fab:hover{ transform:translateY(-3px) scale(1.05); color:#fff; }
.wa-fab svg{ width:30px; height:30px; position:relative; z-index:1; }
.wa-fab__pulse{ position:absolute; inset:0; border-radius:50%; background:#25d366; opacity:.55;
  animation:waPulse 2.4s ease-out infinite; }
@keyframes waPulse{ 0%{ transform:scale(1); opacity:.55; } 70%{ transform:scale(1.7); opacity:0; } 100%{ opacity:0; } }
@media (max-width:640px){ .wa-fab{ width:52px; height:52px; right:14px; bottom:80px; } }

/* ---------- 26) REVEAL-ON-SCROLL (FOUC-safe) ---------- */
.reveal{ opacity:1; }
html.js .reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
html.js .reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){ html.js .reveal{ opacity:1 !important; transform:none !important; } }

/* ---------- 27) AI-SPARK signature ---------- */
.ai-spark{ position:fixed; z-index:999; width:16px; height:16px; margin:-8px 0 0 -8px; pointer-events:none;
  border-radius:50%; background:radial-gradient(circle, rgba(46,166,241,.9), rgba(46,166,241,0) 70%);
  animation:aiSpark .65s ease-out forwards; }
@keyframes aiSpark{ 0%{ transform:scale(.4); opacity:.9; } 100%{ transform:scale(6); opacity:0; } }
.text-blue,.intro__tag{ cursor:default; }

/* ---------- 28) TRUST STRIP ---------- */
.trust-strip{ background:var(--c-navy); color:#fff; }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(18px,3vw,32px); }
.trust-badge{ text-align:center; padding:8px; }
.trust-badge__ico{ width:54px; height:54px; border-radius:14px; background:rgba(46,166,241,.18); color:var(--c-blue);
  display:inline-flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:12px; }
.trust-badge h3{ font-size:1.05rem; margin-bottom:.3em; color:#fff; }
.trust-badge p{ font-size:.88rem; color:#aeb8c2; margin:0; line-height:1.5; }
.office-status{ display:inline-block; font-weight:600; font-size:.95rem; }
.office-status:empty{ display:none; }
@media (max-width:900px){ .trust-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .trust-grid{ grid-template-columns:1fr; max-width:320px; margin-inline:auto; } }

/* website / e-shop product cards — Athena figures on light blue: frame the head */
.product-card[href$="/products/website"] .product-card__media img{ object-position:center 22%; }
.product-card[href$="/solutions/eshop"] .product-card__media img{ object-position:center; }
/* Aris founder photo — frame the face in the circular avatar */
img.team-card__photo[src$="aris.jpg"]{ object-position:center 22%; }


/* ---- Portfolio ---- */
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:22px}
.work-card{background:#fff;border:1px solid #e7e7e9;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.work-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.10)}
.work-card__shot{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--c1,#2ea6f1),var(--c2,#1c6fb0));display:flex;align-items:center;justify-content:center;overflow:hidden}
.work-card__shot::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.30),transparent 58%)}
.work-card__chrome{position:absolute;top:11px;left:13px;display:flex;gap:5px;z-index:2}
.work-card__chrome i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.65)}
.work-card__wm{position:relative;z-index:1;color:#fff;font-weight:700;font-size:1.18rem;letter-spacing:.02em;text-align:center;padding:0 16px;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.work-card__body{padding:15px 18px 19px;display:flex;flex-direction:column;gap:6px;flex:1}
.work-card__body h3{margin:0;font-size:1.06rem;line-height:1.25}
.work-card__cat{margin:0;color:#6b7280;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.work-card__body>p:not(.work-card__cat){margin:0;color:#3a3b3d;font-size:.92rem;flex:1}
.work-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.work-card__tags span{font-size:.71rem;background:#eef6fd;color:#1c6fb0;border-radius:999px;padding:3px 9px;font-weight:600}

.work-card__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.work-card__shot:has(.work-card__photo)::after{display:none}

.main-nav a.nav-cta{ background:var(--c-blue); color:#fff!important; padding:7px 17px; border-radius:999px; font-weight:600; }
.main-nav a.nav-cta::after{ display:none!important; }
.main-nav a.nav-cta:hover{ background:#1c8fd6; }
body.has-hero .site-header .main-nav a.nav-cta,
body.has-hero .site-header.is-scrolled .main-nav a.nav-cta{ color:#fff!important; }

/* ---- Φοίβη — ΓΕΝΕΣΙΣ (Born of Light) -------------------------------- */
.foivi-walk{ position:fixed; inset:0; overflow:hidden; pointer-events:none; z-index:80; }

/* DIM spotlight — recentred on her */
.foivi-stage{ position:absolute; inset:0; opacity:0; transition:opacity .5s ease;
  background:radial-gradient(300px 400px at 50% 50%, rgba(6,9,20,.5) 0%, rgba(6,9,20,.7) 38%, rgba(6,9,20,.93) 70%, rgba(6,9,20,.99) 100%); }
.foivi-walk.phase-form .foivi-stage,
.foivi-walk.phase-hold .foivi-stage{ opacity:1; }

/* BLOOM flash — on her face, warmed */
.foivi-flash{ position:absolute; inset:0; opacity:0;
  background:radial-gradient(circle at 50% 42%, #ffffff 0%, #fff3cf 26%, rgba(46,166,241,.16) 50%, transparent 66%); }
.foivi-flash.play{ animation:fgFlash .85s ease-out forwards; }
@keyframes fgFlash{ 0%{opacity:0;} 14%{opacity:.95;} 40%{opacity:.32;} 100%{opacity:0;} }

/* centring + float */
.foivi-stack{ position:absolute; left:50%; top:50%; width:clamp(220px,62vw,360px); transform:translate(-50%,-50%); }
.foivi-floater{ position:relative; animation:fgFloat 6s ease-in-out infinite; }
@keyframes fgFloat{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-6px);} }

/* convergence embers (gather toward her) */
.foivi-converge{ position:absolute; left:50%; top:50%; width:0; height:0; z-index:5; }
.foivi-converge span{ position:absolute; left:0; top:0; width:4px; height:4px; border-radius:50%; opacity:0;
  background:radial-gradient(circle,#fff 0%,#ffd874 45%,rgba(255,200,80,0) 70%);
  transform:translate(var(--sx),var(--sy)); }
.foivi-walk.phase-form .foivi-converge span{ animation:fgConverge .9s ease-in var(--cd) forwards; }
@keyframes fgConverge{ 0%{opacity:0;transform:translate(var(--sx),var(--sy)) scale(.6);} 35%{opacity:.95;} 100%{opacity:0;transform:translate(0,0) scale(1);} }

/* the portal / arch of light */
.foivi-portal{ position:relative; width:100%; aspect-ratio:1/1.35; isolation:isolate; overflow:hidden;
  border-radius:50% 50% 18px 18px / 42% 42% 9px 9px;
  background:linear-gradient(180deg,#0a0e1c 0%,#06080f 100%);
  transform:scaleX(.06); transition:transform .62s cubic-bezier(.16,1,.3,1);
  box-shadow:0 0 46px rgba(255,210,120,.42), inset 0 0 60px 12px rgba(255,225,150,.22); }
.foivi-walk.phase-form .foivi-portal,
.foivi-walk.phase-hold .foivi-portal{ transform:scaleX(1); }
.foivi-walk.phase-exit .foivi-portal{ transform:scaleX(.06); }
.foivi-portal::before{ content:""; position:absolute; inset:-14%; z-index:0; pointer-events:none;
  background:radial-gradient(circle at 50% 44%, rgba(255,231,168,.5) 0%, rgba(46,166,241,.16) 46%, transparent 70%);
  animation:fgAura 3.4s ease-in-out infinite; }
@keyframes fgAura{ 0%,100%{ opacity:.8; transform:scale(1);} 50%{ opacity:1; transform:scale(1.08);} }

/* light column */
.foivi-col{ position:absolute; inset:0; z-index:1; transform-origin:bottom; transform:scaleY(0); opacity:0; filter:blur(12px);
  background:linear-gradient(to top, #ffe7a8 0%, rgba(255,231,168,.5) 32%, rgba(255,231,168,0) 72%); }
.foivi-walk.phase-form .foivi-col{ animation:fgCol .8s ease-out forwards; }
.foivi-walk.phase-hold .foivi-col{ opacity:.14; transform:scaleY(1); filter:blur(12px); }
.foivi-walk.phase-exit .foivi-col{ animation:fgColExit .8s ease-in forwards; }
@keyframes fgCol{ 0%{transform:scaleY(0);opacity:0;} 60%{opacity:.9;} 100%{transform:scaleY(1);opacity:.14;} }
@keyframes fgColExit{ 0%{opacity:.14;} 35%{opacity:.55;} 100%{opacity:0;} }

/* god-rays */
.foivi-rays{ position:absolute; inset:-22% -22% 28%; z-index:2; opacity:0; mix-blend-mode:screen; pointer-events:none; transition:opacity .5s ease;
  background:repeating-conic-gradient(from 0deg at 50% 28%, rgba(255,231,168,0) 0deg, rgba(255,231,168,.10) 4deg, rgba(255,231,168,0) 8deg);
  -webkit-mask-image:linear-gradient(to bottom,#000 0%, rgba(0,0,0,.4) 46%, transparent 74%);
          mask-image:linear-gradient(to bottom,#000 0%, rgba(0,0,0,.4) 46%, transparent 74%); }
.foivi-walk.phase-form .foivi-rays,
.foivi-walk.phase-hold .foivi-rays{ opacity:1; animation:fgRays 14s ease-in-out infinite alternate; }
@keyframes fgRays{ 0%{transform:rotate(-3deg);} 100%{transform:rotate(3deg);} }

/* subject (acknowledge tilt) */
.foivi-subject{ position:absolute; inset:0; z-index:3; transform-origin:50% 35%; }
.foivi-walk.phase-hold .foivi-subject{ animation:fgAck .7s cubic-bezier(.2,.8,.3,1) forwards; }
@keyframes fgAck{ 0%{transform:perspective(900px) rotateY(6deg) translateX(2px);} 100%{transform:perspective(900px) rotateY(0) translateX(0);} }

/* parallax plane (desktop only, JS-driven inline transform) */
.foivi-parallax{ position:absolute; inset:0; }

/* her (reveal / breath / exhale) */
.foivi-her-wrap{ position:absolute; inset:0; opacity:0; }
.foivi-walk.phase-form .foivi-her-wrap{ animation:fgReveal .9s ease-out .7s forwards; }
.foivi-walk.phase-hold .foivi-her-wrap{ opacity:1; filter:brightness(1.05); }
.foivi-walk.phase-exit .foivi-her-wrap{ animation:fgExhale .9s ease-in forwards; }
@keyframes fgReveal{
  0%{ opacity:0; filter:brightness(2.6) blur(12px) saturate(0); transform:translateY(8px) scale(1.06); }
  18%{ opacity:.5; }
  40%{ opacity:.82; } 46%{ opacity:1; } 52%{ opacity:.86; }
  100%{ opacity:1; filter:brightness(1.05) blur(0) saturate(1); transform:translateY(0) scale(1); } }
@keyframes fgExhale{
  0%{ opacity:1; filter:brightness(1.05) blur(0); transform:translateY(0) scale(1); }
  100%{ opacity:0; filter:brightness(2.4) blur(10px); transform:translateY(-10px) scale(1.05); } }
.foivi-her{ width:100%; height:100%; object-fit:contain; object-position:center bottom; display:block; transform-origin:50% 88%; }
.foivi-walk.phase-hold .foivi-her{ animation:fgBreath 4.2s ease-in-out infinite; }
@keyframes fgBreath{ 0%,100%{ transform:scale(1);} 50%{ transform:scale(1.012);} }

/* jewellery shimmer (desktop only) */
.foivi-shine{ position:absolute; inset:0; z-index:4; pointer-events:none; opacity:0;
  background:linear-gradient(115deg, transparent 40%, rgba(255,245,210,.5) 50%, transparent 60%); mix-blend-mode:overlay; }
@media (hover:hover) and (pointer:fine){
  .foivi-walk.phase-hold .foivi-shine{ animation:fgShine 7s ease-in-out 1.6s infinite; }
}
@keyframes fgShine{ 0%,100%{opacity:0;transform:translateY(-32%);} 22%{opacity:1;} 55%{opacity:0;transform:translateY(32%);} }

/* face catchlight */
.foivi-glint{ position:absolute; top:27%; left:52%; width:14px; height:14px; border-radius:50%; transform:translate(-50%,-50%); z-index:6; pointer-events:none; opacity:0;
  background:radial-gradient(circle,#fff 0%,#ffe9a8 50%,transparent 72%); mix-blend-mode:screen; }
.foivi-walk.phase-hold .foivi-glint{ animation:fgGlint 5s ease-in-out 1s infinite; }
@keyframes fgGlint{ 0%,100%{opacity:.25;} 8%{opacity:.95;} 16%{opacity:.3;} }

/* ambient golden motes */
.foivi-motes{ position:absolute; inset:0; z-index:5; overflow:hidden; pointer-events:none; }
.foivi-motes span{ position:absolute; bottom:-6px; width:4px; height:4px; border-radius:50%; opacity:0;
  background:radial-gradient(circle,#fff 0%,#ffd874 45%,transparent 70%); }
.foivi-walk.phase-form .foivi-motes span,
.foivi-walk.phase-hold .foivi-motes span{ animation-name:fgMote; animation-timing-function:ease-out; animation-iteration-count:infinite; }
.foivi-walk.phase-exit .foivi-motes span{ animation-name:fgMote; animation-timing-function:ease-out; animation-iteration-count:1; animation-duration:1.2s; }
@keyframes fgMote{ 0%{opacity:0;transform:translateY(0) scale(.8);} 15%{opacity:.9;} 100%{opacity:0;transform:translateY(-130px) scale(1);} }

/* speech bubble — anchored ABOVE the portal */
.foivi-walk__bubble{ position:absolute; left:50%; bottom:calc(100% + 16px); transform:translate(-50%,10px) scale(.6); transform-origin:bottom center;
  background:#fff; color:#1c1d1d; font-weight:600; font-size:.94rem; line-height:1.4; padding:12px 16px;
  border-radius:16px; border-top:3px solid var(--c-gold,#e7b53f); width:max-content; max-width:min(300px,84vw);
  box-shadow:0 16px 40px rgba(8,12,26,.32); opacity:0; transition:opacity .35s ease, transform .5s cubic-bezier(.2,1.5,.4,1); }
.foivi-walk__bubble::after{ content:""; position:absolute; left:50%; bottom:-8px; transform:translateX(-50%); border:9px solid transparent; border-bottom:0; border-top-color:#fff; }
.foivi-walk.is-speaking .foivi-walk__bubble{ opacity:1; transform:translate(-50%,0) scale(1); transition-delay:.15s; }

@media (max-width:560px){
  .foivi-stack{ width:min(74vw,300px); }
  .foivi-rays{ opacity:0; } .foivi-walk.phase-form .foivi-rays,.foivi-walk.phase-hold .foivi-rays{ opacity:.7; }
  .foivi-walk__bubble{ font-size:.86rem; padding:10px 13px; }
}
@media (prefers-reduced-motion: reduce){ .foivi-walk{ display:none !important; } }

/* ============================ AUDIT FIXES 2026 ============================ */
/* #C cookie consent banner */
.cookie-bar{ position:fixed; left:14px; right:14px; bottom:14px; z-index:1005; max-width:660px; margin-inline:auto;
  background:#0b1b2e; color:#e8eef5; border-radius:14px; padding:14px 18px; box-shadow:0 14px 44px rgba(0,0,0,.4);
  display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
.cookie-bar p{ margin:0; font-size:.9rem; line-height:1.5; flex:1 1 260px; }
.cookie-bar a{ color:#7ec5ff; }
.cookie-bar__btns{ display:flex; gap:8px; flex:0 0 auto; }
.cookie-bar .btn{ padding:8px 16px; font-size:.88rem; }
/* #9 skip-to-content link (visible only on keyboard focus) */
.skip-link{ position:absolute; left:8px; top:-52px; z-index:1003; background:#0b1b2e; color:#fff;
  padding:10px 16px; border-radius:0 0 10px 10px; font-weight:600; text-decoration:none; transition:top .2s ease; }
.skip-link:focus{ top:0; outline:2px solid #fff; outline-offset:2px; }
/* #3 goddess apparition: dim must sit above header + floating buttons */
.foivi-walk{ z-index:1002; }
body.foivi-active .wa-fab, body.foivi-active .chat-fab{ opacity:0; pointer-events:none; transition:opacity .4s ease; }
/* #4 iOS Safari auto-zoom: interactive inputs must be >=16px */
.chat-input input{ font-size:16px; }
@media (max-width:640px){ .news-form input{ font-size:16px; } }
/* #8 WCAG AA contrast: darken the accent for text-on-white (links, eyebrows, prices) */
main a:not(.btn):not(.nav-cta):not(.brand):not(.lang-toggle):not(.chip){ color:#1471b0; }
.eyebrow, .au-eyebrow, .tier__price{ color:#1471b0; }
/* #21 scrim behind the transparent over-hero header so white nav text stays legible */
body.has-hero .site-header::before{ content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:linear-gradient(180deg, rgba(6,14,24,.5) 0%, rgba(6,14,24,0) 100%); transition:opacity .25s; }
body.has-hero .site-header.is-scrolled::before{ opacity:0; }
/* #27 bigger tap targets for the footer SEO strip on mobile */
@media (max-width:640px){ .footer-seo__links a{ display:inline-block; padding:7px 2px; } }
/* #35 goddess bubble/portal must fit short & landscape phones */
@media (max-height:680px){ .foivi-stack{ top:52%; width:min(58vw,260px); } .foivi-walk__bubble{ font-size:.82rem; max-width:min(260px,80vw); } }

/* ============================ HOME: PORTFOLIO TEASER (D) ============================ */
.portfolio-grid--teaser{ grid-template-columns:repeat(4,1fr); }
a.work-card__shot{ text-decoration:none; cursor:pointer; }
.home-cta{ text-align:center; margin-top:clamp(26px,4vw,42px); }
@media (max-width:980px){ .portfolio-grid--teaser{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .portfolio-grid--teaser{ grid-template-columns:1fr; max-width:360px; margin-inline:auto; } }

/* ============================ LEAD MAGNET: FREE WEBSITE AUDIT (E) ============================ */
.audit{ position:relative; overflow:hidden; display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(24px,4vw,48px);
  align-items:center; border-radius:22px; padding:clamp(26px,4vw,48px); color:#fff; box-shadow:var(--shadow);
  background:linear-gradient(135deg,#0b1b2e 0%,#13395c 55%,#1c7fc4 100%); }
.audit::before{ content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(58% 80% at 86% 8%, rgba(46,166,241,.38), transparent 60%); }
.audit__intro{ position:relative; z-index:1; }
.audit__eyebrow{ display:inline-block; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
  font-size:.8rem; color:#bfe2fb; margin-bottom:.6rem; }
.audit__intro h2{ color:#fff; font-size:clamp(1.5rem,3vw,2.15rem); line-height:1.18; margin-bottom:.5rem; }
.audit__intro>p{ color:#dfeaf4; margin-bottom:1.1rem; max-width:46ch; }
.audit__list{ list-style:none; padding:0; margin:0; display:grid; gap:.55rem; }
.audit__list li{ position:relative; padding-left:1.7rem; color:#eaf2fa; font-size:.98rem; }
.audit__list li::before{ content:"✓"; position:absolute; left:0; top:0; color:#7fd4f5; font-weight:800; }
.audit__form{ position:relative; z-index:1; background:#fff; border-radius:16px; color:var(--c-text);
  padding:clamp(18px,2.5vw,26px); box-shadow:0 18px 44px rgba(4,12,24,.32); }
.audit__form h3{ font-size:1.15rem; margin-bottom:.15rem; }
.audit__note{ color:var(--c-text-muted); font-size:.9rem; margin-bottom:1rem; }
.audit__form .field{ margin-bottom:.65rem; }
.audit__form input{ width:100%; padding:.8rem 1rem; border:1px solid var(--c-border); border-radius:10px;
  font:inherit; font-size:16px; background:#fff; color:var(--c-text); }
.audit__form input:focus{ outline:none; border-color:var(--c-blue); box-shadow:0 0 0 3px rgba(46,166,241,.15); }
.audit__form .btn{ width:100%; margin-top:.35rem; }
.audit__fine{ font-size:.78rem; color:var(--c-text-muted); margin:.7rem 0 0; }
.audit__form .form-status{ margin-top:.6rem; }
@media (max-width:780px){ .audit{ grid-template-columns:1fr; } }

/* ============================ E-E-A-T: article author byline ============================ */
.article-head .byline{ color:var(--c-text-muted); font-size:.95rem; margin:.3rem 0 0; }
.byline a{ font-weight:600; }
/* ========================================================================= */
