/* ============================================================
   Calypso · Consulting-Outsourcing
   Design system - palette « bleu Calypso », typographie, composants.
   Same brand DNA as calypso.lu (soft sky-blue #C7D7E8), refined.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Brand blues (anchored on the existing theme-color #C7D7E8) */
  --brand:        #c7d7e8;   /* signature soft sky blue            */
  --brand-100:    #eaf1f8;   /* palest wash                        */
  --brand-200:    #d8e4f0;
  --brand-300:    #c7d7e8;
  --brand-400:    #9cbad9;
  --brand-500:    #6d96c2;   /* mid blue - links, accents          */
  --brand-600:    #466f9c;
  --brand-700:    #2c4f74;   /* deep ocean - strong elements       */
  --brand-800:    #1d3a57;   /* navy - headings on light           */
  --brand-900:    #14283d;   /* deepest navy                       */

  /* Original Elementor system colors */
  --secondary:    #2f5d8a;   /* secondary blue (body text)         */
  --heading:      #14375f;   /* headings + links                   */
  --green:        #61ce70;   /* original accent green              */
  --green-deep:   #45b257;

  /* Warm sand accent (kept for optional use) */
  --sand:         #e6d8c1;
  --sand-deep:    #c9a96b;
  --sand-ink:     #8a6d3b;

  /* Neutrals - match the original (#F9F9F9 page wash) */
  --cream:        #f9f9f9;   /* page background (original)          */
  --paper:        #ffffff;   /* cards                              */
  --ink:          #1e2b39;   /* original Text color                */
  --ink-soft:     #2f5d8a;   /* original Secondary (body) color    */
  --ink-faint:    #6f8194;   /* tertiary / captions                */
  --line:         #e3e9f0;   /* hairlines                          */
  --line-strong:  #cdd8e4;

  /* Accent that the Tweaks panel can re-point (original green by default) */
  --accent:       #61ce70;
  --accent-ink:   #0f3a1a;

  /* Type - original Elementor kit: Poppins (headings) + Lato (body) */
  --font-sans: "Lato", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Poppins", system-ui, "Segoe UI", sans-serif;

  /* Radii & shadow - soft, calm */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(20,40,61,.05), 0 2px 6px rgba(20,40,61,.04);
  --shadow-md: 0 4px 14px rgba(20,40,61,.07), 0 14px 40px rgba(20,40,61,.06);
  --shadow-lg: 0 12px 30px rgba(20,40,61,.10), 0 34px 70px rgba(20,40,61,.10);

  /* Layout */
  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--brand-600); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--brand-300); color: var(--brand-900); }

/* ---------- Typography helpers ---------- */
.serif { font-family: var(--font-serif); }
.eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-600);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 24px; height: 1.5px;
  background: var(--brand-500);
  display: inline-block;
}
.eyebrow.no-rule::before { display: none; }

h1, h2, h3 { line-height: 1.08; letter-spacing: -.02em; font-weight: 600; color: var(--heading); text-wrap: balance; }
p, .hero-sub, .lede { text-wrap: pretty; }
.serif { font-family: var(--font-serif); }
.display {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.04;
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(48px, 6vw, 92px); }
.section-tight { padding-block: clamp(48px, 6vw, 88px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(12px);
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.nav.is-scrolled { border-bottom-color: var(--line); background: color-mix(in srgb, var(--cream) 92%, transparent); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex; align-items: center; gap: 28px;
}
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo img { height: 42px; width: auto; }
.logo .logo-word { display: flex; flex-direction: column; line-height: 1; }
.logo .logo-name {
  font-weight: 700; font-size: 19px; letter-spacing: -.01em; color: var(--brand-800);
}
.logo .logo-sub {
  font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 3px;
}
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: var(--ink-soft);
  position: relative; padding: 4px 0; transition: color .2s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--brand-600); transition: width .25s var(--ease);
}
.nav-links a:hover { color: var(--brand-800); }
.nav-links a:hover::after { width: 100%; }

.lang-switch { display: inline-flex; gap: 2px; padding: 3px; background: var(--brand-100); border-radius: var(--r-pill); }
.lang-btn {
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  padding: 5px 9px; border-radius: var(--r-pill); color: var(--brand-600);
  transition: all .18s var(--ease);
}
.lang-btn:hover { color: var(--brand-800); }
.lang-btn.is-active { background: var(--paper); color: var(--brand-800); box-shadow: var(--shadow-sm); }

.nav-cta { display: flex; align-items: center; gap: 14px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 15px; font-weight: 600; letter-spacing: -.005em;
  padding: 12px 22px; border-radius: var(--r-pill);
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }
.btn-primary { background: var(--brand-800); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-900); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--brand-800); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--brand-500); background: var(--brand-100); }
.btn.lg { padding: 15px 28px; font-size: 16px; }
.btn.sm { padding: 9px 16px; font-size: 14px; }

.nav-toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; padding-top: clamp(44px, 6vw, 84px); padding-bottom: clamp(52px, 7vw, 100px); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(135deg, #f9f9f9 0%, var(--brand) 100%);
}
/* Original Calypso wave frieze - the uploaded image, blended cleanly into
   the gradient via multiply (white areas drop out) and a soft top fade.
   No CSS shape-divider on top: avoids the hard seam line. */
.hero-waves {
  position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: auto;
  z-index: 0; pointer-events: none; user-select: none;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to top, #000 78%, transparent 100%);
          mask-image: linear-gradient(to top, #000 78%, transparent 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 940px; }
.hero-meta {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--ink-soft); margin-bottom: 26px;
}
.hero-meta .meta-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-500); }
.hero-meta .sep { color: var(--line-strong); }
.hero-title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(38px, 6.4vw, 74px); line-height: 1.08; letter-spacing: -.022em;
  color: var(--heading); margin-bottom: 28px;
}
.hero-title .accent { color: var(--secondary); font-style: normal; }
.hero-sub {
  font-size: clamp(17px, 2vw, 21px); color: var(--ink-soft); max-width: 640px; line-height: 1.55;
}
.hero-sub em { color: var(--brand-700); font-style: normal; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 28px 40px; margin-top: 54px;
  padding-top: 30px; position: relative; border-top: 0;
}
.hero-trust::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right,
    transparent 0%,
    color-mix(in srgb, var(--secondary) 22%, transparent) 12%,
    color-mix(in srgb, var(--secondary) 22%, transparent) 60%,
    transparent 100%);
}
.trust-item { max-width: 200px; }
.trust-num { font-family: var(--font-serif); font-size: 34px; font-weight: 600; color: var(--brand-700); line-height: 1; }
.trust-num .u { font-size: 18px; color: var(--brand-500); }
.trust-lbl { font-size: 13.5px; color: var(--ink-faint); margin-top: 8px; line-height: 1.4; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.shead { max-width: 720px; margin-bottom: clamp(40px, 5vw, 66px); }
.shead.center { margin-inline: auto; text-align: center; }
.shead .eyebrow { margin-bottom: 18px; }
.shead h2 {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.1; letter-spacing: -.018em; color: var(--heading);
}
.shead h2 em { color: var(--secondary); font-style: normal; }
.shead p { margin-top: 18px; font-size: 18px; color: var(--ink-soft); }

/* ============================================================
   FOUNDERS / ABOUT
   ============================================================ */
.founders { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.founder {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px; display: flex; flex-direction: column; gap: 18px;
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.founder:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.founder-top { display: flex; align-items: center; gap: 18px; }
.founder-photo {
  width: 132px; height: 132px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 3px solid var(--brand-200); background: var(--brand-100);
}
.founder-name { font-size: 22px; font-weight: 700; color: var(--brand-800); letter-spacing: -.01em; }
.founder-role { font-family: var(--font-serif); font-weight: 500; font-size: 15.5px; color: var(--secondary); margin-top: 3px; }
.founder-body { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }
.founder-tags { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.founder-tags li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink); }
.founder-tags .tick { color: var(--brand-500); flex-shrink: 0; margin-top: 3px; }
.founder-link { font-size: 13px; color: var(--brand-600); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.svc-card {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 32px 28px 28px; overflow: hidden;
  display: flex; flex-direction: column; min-height: 264px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.svc-card::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: var(--brand-400); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--brand-200); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-num { font-family: var(--font-serif); font-size: 14px; color: var(--brand-400); font-weight: 600; }
.svc-ico {
  width: 56px; height: 56px; border-radius: var(--r-md); margin: 14px 0 18px;
  display: grid; place-items: center; background: var(--brand-100); color: var(--secondary);
}
.svc-ico svg { width: 30px; height: 30px; }
.svc-ico img { width: 32px; height: 32px; object-fit: contain; }
.svc-card h3 { font-size: 21px; color: var(--brand-800); letter-spacing: -.01em; }
.svc-card p { color: var(--ink-soft); font-size: 15px; margin-top: 12px; flex: 1; }
.svc-more { margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--brand-600); display: inline-flex; gap: 7px; align-items: center; }
.svc-more .arr { transition: transform .2s var(--ease); }
.svc-card:hover .svc-more .arr { transform: translateX(4px); }

/* ============================================================
   PROCESS / STEPS
   ============================================================ */
.process { background: var(--brand-800); color: #eaf1f8; border-radius: var(--r-xl); padding: clamp(36px, 5vw, 64px); }
.process .eyebrow { color: var(--brand-300); }
.process .eyebrow::before { background: var(--brand-400); }
.process h2 { color: #fff; font-family: var(--font-serif); font-weight: 600; font-size: clamp(28px, 4vw, 44px); }

/* --- Animated method timeline (replaces TWAE timeline-widget) --- */
.timeline { margin-top: 46px; display: grid; grid-template-columns: 230px 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.tl-rail { position: relative; display: flex; flex-direction: column; gap: 0; }
.tl-rail::before {
  content: ""; position: absolute; left: 19px; top: 18px; bottom: 18px; width: 2px;
  background: rgba(255,255,255,.16); border-radius: 2px;
}
.tl-rail::after {
  content: ""; position: absolute; left: 19px; top: 18px; width: 2px; border-radius: 2px;
  height: var(--tl-progress, 0%); background: var(--green);
  transition: height .6s var(--ease);
}
.tl-step {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 16px;
  padding: 14px 0; text-align: left; width: 100%; color: #c2d3e6;
  transition: color .25s var(--ease);
}
.tl-dot {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; background: var(--brand-700);
  box-shadow: 0 0 0 4px var(--brand-800); color: #9db8d4;
  transition: all .3s var(--ease);
}
.tl-dot svg { width: 20px; height: 20px; }
/* Icônes méthode (SVG d'origine, navy) recolorées : blanc sur fond navy */
.tl-ico { object-fit: contain; filter: brightness(0) invert(1); }
.tl-dot .tl-ico { width: 20px; height: 20px; }
.tl-badge .tl-ico { width: 15px; height: 15px; }
/* puce active (fond vert) → icône sombre pour le contraste */
.tl-step.is-active .tl-dot .tl-ico { filter: brightness(0); }
.tl-step .tl-en { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #8fa9c4; transition: color .25s var(--ease); }
.tl-step .tl-nm { font-family: var(--font-serif); font-weight: 600; font-size: 15.5px; color: #d7e4f1; line-height: 1.2; transition: color .25s var(--ease); }
.tl-step:hover .tl-nm { color: #fff; }
.tl-step.is-active .tl-dot { background: var(--green); color: #0f3a1a; box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 30%, var(--brand-800)); transform: scale(1.06); }
.tl-step.is-active .tl-en { color: var(--green); }
.tl-step.is-active .tl-nm { color: #fff; }

.tl-panel { position: relative; min-height: 220px; }
.tl-card {
  position: absolute; inset: 0; opacity: 0; transform: translateY(14px);
  transition: opacity .5s var(--ease), transform .5s var(--ease); pointer-events: none;
}
.tl-card.is-active { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.tl-card .tl-badge {
  display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--green);
  background: color-mix(in srgb, var(--green) 14%, transparent); padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 18px;
}
.tl-card h3 { color: #fff; font-family: var(--font-serif); font-weight: 600; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.01em; }
.tl-card p { color: #c2d3e6; font-size: 17px; line-height: 1.65; margin-top: 16px; max-width: 560px; }
.tl-progressbar { display: flex; gap: 8px; margin-top: 28px; }
.tl-pb { height: 3px; border-radius: 3px; background: rgba(255,255,255,.16); flex: 1; overflow: hidden; }
.tl-pb i { display: block; height: 100%; width: 0; background: var(--green); border-radius: 3px; }
.tl-pb.done i { width: 100%; }
.tl-pb.current i { animation: tlfill var(--tl-dur, 5s) linear forwards; }
@keyframes tlfill { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .tl-pb.current i { animation: none; width: 100%; } }

/* ============================================================
   BLOG TEASER + LISTING
   ============================================================ */
.blog-feature {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.blog-feature .bf-media { min-height: 340px; }
.blog-feature .bf-body { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.post-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink-faint); margin-bottom: 16px; flex-wrap: wrap; }
.post-cat { color: var(--brand-600); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 11.5px; }
.post-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--line-strong); }
.blog-feature h3 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(23px, 2.8vw, 32px); color: var(--heading); line-height: 1.14; }
.blog-feature .bf-excerpt { color: var(--ink-soft); margin-top: 16px; font-size: 16px; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.post-card .pc-media { aspect-ratio: 16/10; }
.post-card .pc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-family: var(--font-serif); font-weight: 600; font-size: 19px; color: var(--heading); line-height: 1.22; letter-spacing: -.01em; }
.post-card .pc-excerpt { font-size: 14.5px; color: var(--ink-soft); margin-top: 10px; flex: 1; }
.post-card .pc-foot { margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--brand-600); display: inline-flex; gap: 7px; align-items: center; }

/* Image placeholder (striped, with mono note) */
.ph {
  position: relative; background:
    repeating-linear-gradient(135deg, var(--brand-100) 0 14px, var(--brand-200) 14px 28px);
  display: grid; place-items: center; color: var(--brand-600); overflow: hidden;
}
.ph::after {
  content: attr(data-ph);
  font-family: var(--font-sans); font-weight: 600; font-size: 13px; letter-spacing: .02em;
  color: var(--brand-600); background: color-mix(in srgb, var(--paper) 78%, transparent);
  padding: 6px 14px; border-radius: var(--r-pill);
}
.blog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-chip {
  font-size: 13.5px; font-weight: 600; padding: 8px 16px; border-radius: var(--r-pill);
  background: var(--paper); border: 1px solid var(--line); color: var(--ink-soft); transition: all .18s var(--ease);
}
.filter-chip:hover { border-color: var(--brand-400); color: var(--brand-700); }
.filter-chip.is-active { background: var(--brand-800); border-color: var(--brand-800); color: #fff; }

/* ============================================================
   ARTICLE
   ============================================================ */
.article-hero { padding-top: clamp(32px, 4vw, 56px); }
.article-head { max-width: 760px; margin: 0 auto; text-align: center; }
.article-head h1 { font-family: var(--font-serif); font-weight: 600; font-size: clamp(30px, 4.6vw, 52px); color: var(--heading); line-height: 1.1; margin: 18px 0; }
.article-head .lede { font-size: 19px; color: var(--ink-soft); }
.article-cover { max-width: 1000px; margin: 40px auto 0; aspect-ratio: 21/9; border-radius: var(--r-lg); }
.prose { max-width: 720px; margin: clamp(40px,5vw,64px) auto 0; font-size: 18px; color: var(--ink); line-height: 1.75; }
.prose > * + * { margin-top: 1.3em; }
.prose h2 { font-family: var(--font-serif); font-weight: 600; font-size: 28px; color: var(--heading); margin-top: 1.8em; letter-spacing: -.01em; }
.prose h3 { font-family: var(--font-serif); font-weight: 600; font-size: 21px; color: var(--heading); margin-top: 1.5em; }
.prose p { color: var(--ink-soft); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--brand-600); text-decoration: underline; text-underline-offset: 3px; }
.prose ul { display: flex; flex-direction: column; gap: 10px; padding-left: 4px; }
.prose ul li { display: flex; gap: 12px; color: var(--ink-soft); }
.prose ul li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-400); flex-shrink: 0; margin-top: 11px; }
.prose blockquote {
  font-family: var(--font-serif); font-weight: 500; font-style: normal; font-size: 21px; color: var(--secondary);
  border-left: 3px solid var(--green); padding-left: 24px; line-height: 1.4;
}
.article-foot { max-width: 720px; margin: 56px auto 0; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.author-chip { display: flex; align-items: center; gap: 12px; }
.author-chip img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--brand-200); }
.author-chip .an { font-weight: 700; color: var(--brand-800); font-size: 15px; }
.author-chip .ar { font-size: 13px; color: var(--ink-faint); }

/* ============================================================
   SERVICE DETAIL
   ============================================================ */
.svc-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.svc-hero .ph { border-radius: var(--r-lg); min-height: 360px; }
.svc-hero .svc-cover { border-radius: var(--r-lg); min-height: 360px; background-size: cover; background-position: center; }
@media (max-width: 920px) { .svc-hero .svc-cover { min-height: 240px; } }
.feature-list { display: grid; gap: 16px; margin-top: 8px; }
.feature-row { display: flex; gap: 16px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s var(--ease), transform .2s var(--ease); }
.feature-row:hover { border-color: var(--brand-300); transform: translateX(4px); }
.feature-row .fr-ico { width: 42px; height: 42px; border-radius: var(--r-sm); background: var(--brand-100); color: var(--brand-700); display: grid; place-items: center; flex-shrink: 0; }
.feature-row h4 { font-size: 17px; color: var(--brand-800); }
.feature-row p { font-size: 14.5px; color: var(--ink-soft); margin-top: 4px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: linear-gradient(180deg, var(--brand-100), var(--cream)); }
.contact-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg); display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden;
}
.contact-aside { background: var(--brand-800); color: #eaf1f8; padding: clamp(34px, 4vw, 54px); display: flex; flex-direction: column; }
.contact-aside h2 { color: #fff; font-family: var(--font-serif); font-weight: 600; font-size: clamp(28px, 3.4vw, 40px); }
.contact-aside h2 em { color: var(--brand-300); font-style: normal; }
.contact-aside p { color: #c2d3e6; margin-top: 16px; font-size: 16px; }
.contact-info { margin-top: auto; padding-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.ci-row { display: flex; gap: 12px; align-items: center; font-size: 15px; color: #dbe6f2; }
.ci-row .ci-ic { color: var(--brand-300); }
.contact-form { padding: clamp(34px, 4vw, 54px); display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.field input, .field textarea, .field select {
  font: inherit; font-size: 15px; padding: 12px 15px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line-strong); background: var(--cream); color: var(--ink); transition: border-color .18s var(--ease), background .18s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand-500); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 12.5px; color: var(--ink-faint); }
.form-ok { background: var(--brand-100); border: 1px solid var(--brand-200); color: var(--brand-800); padding: 14px 16px; border-radius: var(--r-sm); font-size: 14.5px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--brand-900); color: #b7c6d8; padding-block: clamp(48px, 6vw, 80px) 32px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer .f-brand { max-width: 280px; }
.footer .f-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer .f-logo img { height: 46px; width: auto; opacity: 1; }
.footer .f-logo .fn { color: #fff; font-weight: 700; font-size: 18px; }
.footer .f-tag { font-size: 14.5px; color: #94a8bf; line-height: 1.55; }
.footer h5 { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a, .footer .f-contact li { font-size: 14.5px; color: #b7c6d8; transition: color .18s var(--ease); }
.footer ul a:hover { color: #fff; }
.footer .f-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: #7e93ab;
}
.footer-bottom a:hover { color: #fff; }
.eu-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: #94a8bf; }
.eu-badge .stars { color: var(--brand-300); letter-spacing: -1px; }

/* ============================================================
   REVEAL ANIMATION
   Hidden baseline is gated behind html.reveal-ready (added by JS only),
   so no-JS / first paint / reduced-motion always show content.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  html.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  html.reveal-ready .reveal.in { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .founders, .services-grid, .posts-grid, .footer-top { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .blog-feature, .svc-hero, .contact-card { grid-template-columns: 1fr; }
  .blog-feature .bf-media, .svc-hero .ph { min-height: 240px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: var(--r-sm); background: var(--brand-100); color: var(--brand-800); margin-left: auto; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 18px var(--gutter); gap: 16px; box-shadow: var(--shadow-md);
  }
  .founders, .services-grid, .posts-grid, .steps, .footer-top, .form-row { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .nav-cta .btn-primary, .nav-cta .alert-pill { display: none; }
  .hero-trust { gap: 22px 28px; }
}

/* Mobile-only language switch inside the menu, hidden on desktop */
.lang-switch.mobile { display: none; }
@media (max-width: 720px) { .lang-switch.mobile { display: inline-flex; } }
