/* ============================================================================
   fitVibe Plus — «Προγράμματα Ασκουμένων» landing (/partners/plus/programmata-askoumenon)
   Faithful build of the design prototype, adapted to the fitVibe section system:
   grey page bg (--main-white-color), white/dark rounded panels (30px / 70px).
   Everything scoped under .fvmp.
   ============================================================================ */

.fvmp{
  --bl:#325DE6; --bl2:#1F4ACD; --ink:#0D1A3D; --ink2:#2B3865; --ink3:#5E6B91;
  --line:#E5E8F1; --grey:var(--main-white-color,#F2F2F2); --navy:#0D1A3D;
  background:var(--grey);
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
.fvmp *{ box-sizing:border-box; }
.fvmp img{ max-width:100%; }
.fvmp h1,.fvmp h2,.fvmp p{ margin:0; }

/* ---- section rhythm: rounded panels on grey, like the rest of Plus ---- */
.fvmp-sec{ position:relative; background:#fff; border-radius:30px; margin:0 0 10px; padding:48px 0; overflow:hidden; }
.fvmp-sec.flat{ background:transparent; border-radius:0; overflow:visible; }
.fvmp-sec.dark{ background:var(--navy); color:#fff; }
@media(min-width:980px){ .fvmp-sec{ border-radius:70px; margin:0 0 16px; padding:88px 0; } }
.fvmp-wrap{ max-width:1200px; margin:0 auto; padding:0 22px; }
@media(min-width:980px){ .fvmp-wrap{ padding:0 56px; } }

/* ---- atoms ---- */
.fvmp-eye{ display:inline-flex; align-items:center; gap:8px; padding:7px 14px; border-radius:999px;
  background:#EEF2FE; border:1px solid #DCE4FD; color:var(--bl);
  font-size:12.5px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; white-space:nowrap; }
.fvmp-eye::before{ content:""; width:6px; height:6px; border-radius:9px; background:var(--bl); flex:none; }
.fvmp-eye.light{ background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.18); color:#fff; }
.fvmp-eye.light::before{ background:#9DB5FF; }

.fvmp-h2{ font-size:clamp(29px,4vw,46px); font-weight:800; letter-spacing:-1.4px; line-height:1.07;
  margin:20px 0 0; color:var(--ink); text-wrap:balance; }
.fvmp-sec.dark .fvmp-h2{ color:#fff; }
.fvmp-h2 .accent{ color:var(--bl); }
.fvmp-sec.dark .fvmp-h2 .accent{ color:#9DB5FF; }
.fvmp-lede{ font-size:clamp(16px,1.5vw,19px); font-weight:500; line-height:1.55; margin:18px 0 0;
  color:var(--ink3); max-width:540px; text-wrap:pretty; }
.fvmp-sec.dark .fvmp-lede{ color:rgba(255,255,255,.76); }
.fvmp-head{ text-align:left; }
.fvmp-head.center{ max-width:620px; margin:0 auto; text-align:center; }
.fvmp-head.center .fvmp-lede{ margin-left:auto; margin-right:auto; }

.fvmp-btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px;
  height:52px; padding:0 24px; border-radius:14px; font-family:inherit; font-size:15.5px; font-weight:800;
  letter-spacing:-.2px; white-space:nowrap; text-decoration:none; cursor:pointer;
  border:1.5px solid transparent; transition:transform .15s ease, box-shadow .2s ease; }
.fvmp-btn:hover{ transform:translateY(-1px); }
.fvmp-btn.lg{ height:58px; padding:0 28px; font-size:16.5px; }
.fvmp-btn.primary{ background:var(--bl); color:#fff; box-shadow:0 10px 26px rgba(50,93,230,.30); }
.fvmp-btn.secondary{ background:#fff; color:var(--bl); border-color:#D6DEF7; }
.fvmp-btn.white{ background:#fff; color:var(--ink); box-shadow:0 10px 26px rgba(8,16,40,.18); }
.fvmp-btn.ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.25); }
.fvmp-btn svg{ flex:none; }

.fvmp-check{ display:flex; gap:12px; align-items:flex-start; margin-top:15px; }
.fvmp-check .bx{ width:25px; height:25px; border-radius:8px; flex:none; margin-top:1px; display:grid; place-items:center; background:#EAF0FE; }
.fvmp-check .bx svg{ width:15px; height:15px; }
.fvmp-check span:last-child{ font-size:16px; font-weight:600; line-height:1.45; color:var(--ink2); }

/* ---- hero ---- */
.fvmp-hero{ background:var(--main-white-color, #F2F2F2); }
.fvmp-hero .orb1,.fvmp-hero .orb2{ display:none; }
.fvmp-hero-grid{ position:relative; display:grid; grid-template-columns:1fr; gap:36px; align-items:center; }
.fvmp-hero h1{ font-size:clamp(38px,5.8vw,66px); font-weight:800; letter-spacing:-2.2px; line-height:1.03; margin:22px 0 0; color:var(--ink); text-wrap:balance; }
.fvmp-hero h1 .accent{ color:var(--bl); }
.fvmp-hero-cta{ display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.fvmp-hero-trust{ display:flex; gap:8px 18px; margin-top:28px; flex-wrap:wrap; }
.fvmp-hero-trust span{ display:inline-flex; align-items:center; gap:7px; font-size:13.5px; font-weight:700; color:var(--ink3); }
.fvmp-hero-visual{ display:flex; justify-content:center; }
.fvmp-cluster{ position:relative; display:flex; justify-content:center; align-items:flex-end; }
.fvmp-cluster .back{ position:relative; margin-right:-66px; margin-bottom:34px; display:none; }
.fvmp-cluster .front{ position:relative; z-index:2; }
@media(min-width:620px){ .fvmp-cluster .back{ display:block; } }
@media(min-width:920px){ .fvmp-hero-grid{ grid-template-columns:1.08fr .92fr; gap:52px; } .fvmp-hero-visual{ justify-content:flex-end; } }

/* phone shots (transparent PNG captures of the real coach screens) */
.fvmp-phone{ display:block; height:auto; filter:none; }
.fvmp-phone.s66{ width:min(258px,68vw); }
.fvmp-phone.s62{ width:min(242px,62vw); }
.fvmp-phone.s58{ width:min(226px,58vw); }
.fvmp-phone.s56{ width:min(218px,56vw); }

/* ---- splits ---- */
.fvmp-split{ display:grid; grid-template-columns:1fr; gap:44px; align-items:center; }
.fvmp-visual{ display:flex; justify-content:center; }
@media(min-width:920px){
  .fvmp-split{ grid-template-columns:1fr 1fr; gap:64px; }
  .fvmp-split.rev .fvmp-text{ order:2; }
  .fvmp-split.rev .fvmp-visual{ order:1; }
}
.fvmp-duo{ position:relative; display:flex; justify-content:center; align-items:flex-end; }
.fvmp-duo .back{ position:relative; margin-right:-86px; margin-bottom:40px; display:none; }
.fvmp-duo .front{ position:relative; z-index:2; }
@media(min-width:560px){ .fvmp-duo .back{ display:block; } }

/* ---- ecosystem chain ---- */
.fvmp-chain{ display:flex; gap:14px; justify-content:center; align-items:flex-start; flex-wrap:wrap; margin-top:56px; }
.fvmp-chain-node{ display:flex; flex-direction:column; align-items:center; width:118px; }
.fvmp-chain-node .ic{ width:64px; height:64px; border-radius:19px; display:grid; place-items:center; background:#EEF2FE; }
.fvmp-chain-node .ic.accent{ background:var(--bl); }
.fvmp-chain-node .lb{ font-size:15px; font-weight:800; color:var(--ink); margin-top:14px; letter-spacing:-.2px; }
.fvmp-chain-arrow{ display:none; align-self:flex-start; margin-top:20px; }
@media(min-width:780px){ .fvmp-chain-arrow{ display:flex; } }

/* ---- program type chips ---- */
.fvmp-chips{ display:flex; flex-wrap:wrap; gap:9px; margin-top:26px; }
.fvmp-chips span{ font-size:13.5px; font-weight:700; color:var(--bl); background:#EEF2FE; border:1px solid #DCE4FD;
  padding:8px 14px; border-radius:999px; white-space:nowrap; }

/* ---- milestones (dark) ---- */
.fvmp-milegrid{ display:grid; gap:14px; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); margin-top:52px; }
.fvmp-mile{ background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:18px;
  padding:20px; display:flex; align-items:center; gap:15px; }
.fvmp-mile .ic{ width:50px; height:50px; border-radius:14px; flex:none; display:grid; place-items:center;
  background:#CC9A2B; box-shadow:0 6px 18px rgba(204,154,43,.25); }
.fvmp-mile .t{ font-size:15.5px; font-weight:800; color:#fff; letter-spacing:-.2px; }
.fvmp-mile .s{ font-size:13px; font-weight:600; color:#9DB0D8; margin-top:3px; }

/* ---- profile bits ---- */
.fvmp-bits{ display:grid; grid-template-columns:1fr; gap:14px; margin-top:24px; }
@media(min-width:480px){ .fvmp-bits{ grid-template-columns:1fr 1fr; } }
.fvmp-bits div{ display:flex; align-items:center; gap:10px; }
.fvmp-bits span{ font-size:15px; font-weight:600; color:var(--ink2); }

/* ---- compare ---- */
.fvmp-compare{ display:grid; grid-template-columns:1fr; gap:18px; max-width:920px; margin:52px auto 0; }
@media(min-width:760px){ .fvmp-compare{ grid-template-columns:1fr 1fr; gap:22px; } }
.fvmp-cmp{ border-radius:22px; padding:28px; }
.fvmp-cmp.bad{ background:var(--grey); border:1px solid #E4E5EA; }
.fvmp-cmp.good{ background:#fff; border:1.5px solid var(--bl); box-shadow:0 18px 44px rgba(50,93,230,.14); }
.fvmp-cmp .hd{ font-size:13px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--ink3); display:flex; align-items:center; gap:8px; }
.fvmp-cmp.good .hd{ color:var(--bl); }
.fvmp-cmp .rows{ margin-top:18px; display:grid; gap:14px; }
.fvmp-cmp .rows div{ display:flex; align-items:center; gap:12px; }
.fvmp-cmp.bad .rows span{ font-size:15.5px; font-weight:600; color:var(--ink3); }
.fvmp-cmp.good .rows span{ font-size:15.5px; font-weight:700; color:var(--ink); }
.fvmp-plusbadge{ font-weight:700; font-size:13px; letter-spacing:.2px; color:var(--bl); padding:2px 8px; border-radius:4px; background:#E1E8FE; }

/* ---- teams grid ---- */
.fvmp-teams{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:52px; }
@media(min-width:680px){ .fvmp-teams{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:1000px){ .fvmp-teams{ grid-template-columns:repeat(4,1fr); } }
.fvmp-team{ background:#fff; border-radius:16px; padding:20px 18px; border:1px solid var(--line);
  display:flex; align-items:center; gap:13px; box-shadow:0 1px 3px rgba(11,18,41,.03); }
.fvmp-team .ic{ width:44px; height:44px; border-radius:12px; background:#EEF2FE; display:grid; place-items:center; flex:none; }
.fvmp-team .lb{ font-size:15px; font-weight:800; color:var(--ink); letter-spacing:-.2px; }

/* ---- analytics metrics ---- */
.fvmp-metrics{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.fvmp-metric{ background:#fff; border-radius:18px; padding:20px; border:1px solid var(--line);
  box-shadow:0 2px 4px rgba(11,18,41,.03), 0 14px 32px rgba(11,18,41,.05); }
.fvmp-metric .ic{ width:42px; height:42px; border-radius:12px; display:grid; place-items:center; }
.fvmp-metric .v{ display:flex; align-items:baseline; gap:8px; margin-top:16px; }
.fvmp-metric .v b{ font-size:30px; font-weight:800; letter-spacing:-1px; color:var(--ink); line-height:1; }
.fvmp-metric .v i{ font-style:normal; font-size:13px; font-weight:800; color:#1F8900; }
.fvmp-metric .l{ font-size:13.5px; font-weight:700; color:var(--ink3); margin-top:7px; }
.fvmp-banner{ display:flex; align-items:center; gap:14px; margin-top:18px; padding:18px 20px; border-radius:18px;
  background:var(--bl); color:#fff; box-shadow:0 14px 32px rgba(31,74,205,.18); }
.fvmp-banner .ic{ width:46px; height:46px; border-radius:13px; background:rgba(255,255,255,.18); display:grid; place-items:center; flex:none; }
.fvmp-banner .t{ font-size:16px; font-weight:800; }
.fvmp-banner .s{ font-size:13.5px; font-weight:600; opacity:.9; margin-top:2px; }

/* ---- love stats ---- */
.fvmp-stats{ display:grid; grid-template-columns:1fr 1fr; gap:34px 24px; margin-top:56px; }
@media(min-width:760px){ .fvmp-stats{ grid-template-columns:repeat(4,1fr); } }
.fvmp-stats > div{ text-align:center; }
.fvmp-stats .v{ font-size:clamp(34px,4.6vw,52px); font-weight:800; letter-spacing:-1.6px; color:var(--bl); line-height:1; }
.fvmp-stats .l{ font-size:15px; font-weight:700; color:var(--ink3); margin-top:12px; text-wrap:balance; }

/* ---- premium editorial ---- */
.fvmp-premium{ max-width:860px; margin:0 auto; text-align:center; }
.fvmp-premium h2{ font-size:clamp(33px,4.8vw,56px); font-weight:800; letter-spacing:-1.8px; line-height:1.05; margin:20px 0 0; color:var(--ink); text-wrap:balance; }
.fvmp-premium h2 .accent{ color:var(--bl); }
.fvmp-premium .fvmp-lede{ margin:20px auto 0; max-width:620px; font-size:clamp(17px,1.6vw,20px); }

/* ---- CTA (dark) ---- */
.fvmp-cta .orb1,.fvmp-cta .orb2{ display:none; }
.fvmp-cta-in{ position:relative; text-align:center; }
.fvmp-cta h2{ font-size:clamp(34px,5.2vw,60px); font-weight:800; letter-spacing:-2px; line-height:1.04; margin:22px auto 0; color:#fff; max-width:720px; text-wrap:balance; }
.fvmp-cta h2 .accent{ color:#9DB5FF; }
.fvmp-cta .fvmp-lede{ margin:22px auto 0; max-width:540px; font-size:clamp(17px,1.6vw,20px); }
.fvmp-cta-btns{ display:flex; gap:13px; justify-content:center; margin-top:36px; flex-wrap:wrap; }
.fvmp-cta-tag{ margin-top:44px; font-size:14.5px; font-weight:700; color:#7E8DC4; letter-spacing:.2px; }

@media(max-width:767px){
  .fvmp-wrap{ padding:0 20px; }
  .fvmp-sec{ border-radius:24px; margin-bottom:8px; padding:42px 0; }
  .fvmp-sec.flat{ padding:40px 0; }
  .fvmp-hero{ padding-top:34px; padding-bottom:38px; }
  .fvmp-hero-grid,
  .fvmp-split{ gap:30px; }
  .fvmp-split .fvmp-text{ order:1; }
  .fvmp-split .fvmp-visual{ order:2; }
  .fvmp-hero h1{ font-size:40px; letter-spacing:-1.25px; line-height:1.05; margin-top:18px; }
  .fvmp-h2,
  .fvmp-premium h2,
  .fvmp-cta h2{ letter-spacing:-1px; }
  .fvmp-lede{ margin-top:14px; line-height:1.5; }
  .fvmp-hero-cta,
  .fvmp-cta-btns{ gap:10px; margin-top:24px; }
  .fvmp-btn,
  .fvmp-btn.lg{ width:100%; min-height:52px; height:auto; padding:14px 18px; white-space:normal; text-align:center; }
  .fvmp-hero-trust{ gap:8px 14px; margin-top:20px; }
  .fvmp-phone.s66{ width:min(248px,64vw); }
  .fvmp-phone.s62{ width:min(228px,59vw); }
  .fvmp-phone.s58{ width:min(214px,55vw); }
  .fvmp-phone.s56{ width:min(206px,53vw); }
  .fvmp-cluster .back,
  .fvmp-duo .back{ margin-right:-54px; margin-bottom:28px; }
  .fvmp-chain,
  .fvmp-milegrid,
  .fvmp-compare,
  .fvmp-teams,
  .fvmp-stats{ margin-top:34px; }
  .fvmp-chain{ gap:12px; }
  .fvmp-chain-node{ width:104px; }
  .fvmp-chain-node .ic{ width:56px; height:56px; border-radius:16px; }
  .fvmp-chips{ margin-top:20px; gap:8px; }
  .fvmp-chips span{ white-space:normal; }
  .fvmp-milegrid{ grid-template-columns:1fr; }
  .fvmp-mile{ padding:16px; }
  .fvmp-compare{ gap:12px; }
  .fvmp-cmp{ padding:20px; border-radius:18px; }
  .fvmp-teams,
  .fvmp-metrics,
  .fvmp-stats{ grid-template-columns:1fr; gap:12px; }
  .fvmp-team,
  .fvmp-metric{ padding:16px; }
  .fvmp-banner{ padding:16px; align-items:flex-start; }
  .fvmp-premium{ text-align:left; }
  .fvmp-premium .fvmp-lede{ margin-left:0; margin-right:0; }
  .fvmp-cta-tag{ margin-top:28px; }
}

@media(min-width:768px) and (max-width:979px){
  .fvmp-sec{ margin-bottom:10px; padding:58px 0; }
  .fvmp-hero{ padding-top:50px; padding-bottom:54px; }
  .fvmp-hero-grid,
  .fvmp-split{ gap:38px; }
  .fvmp-chain,
  .fvmp-milegrid,
  .fvmp-compare,
  .fvmp-teams,
  .fvmp-stats{ margin-top:42px; }
}

@media(prefers-reduced-motion:reduce){ .fvmp-btn{ transition:none; } }
