/* ════════════════════════════════════════════════════════════
   NOVERA — sistema visual
   Mediterrani profund · daurats d'horabaixa · verds Costa Brava
   ════════════════════════════════════════════════════════════ */
:root{
  /* base / paper */
  --ink:      #15202E;
  --ink-2:    #4A5A6B;
  --ink-3:    #8593A1;
  --paper:    #FCFBF8;
  --paper-2:  #F4F1EA;
  --line:     #E6E2D8;

  /* Mediterrani */
  --navy:     #0A2540;
  --navy-2:   #0F3157;
  --blue:     #16447A;
  --blue-br:  #2B7CC4;
  --blue-sky: #5CA8E0;

  /* Horabaixa (daurats) */
  --gold:     #E2A14B;
  --gold-2:   #F0C074;
  --amber:    #D9803A;
  --terra:    #C2663B;

  /* Costa Brava (verds) */
  --green:    #2E8C63;
  --green-d:  #226F4E;
  --pine:     #1C5641;

  --maxw: 1280px;
  --pad: clamp(22px, 5.5vw, 110px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 0, 0.1, 1);
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  font-family:'Montserrat',system-ui,sans-serif;
  background:var(--paper);
  color:var(--ink);
  font-size:17px;
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
::selection{ background:var(--gold); color:var(--navy); }
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }

/* ── rhythm ──────────────────────────────────────────────────── */
.wrap{ max-width:var(--maxw); margin:0 auto; padding-inline:var(--pad); }
section{ padding-block:clamp(76px, 8.5vw, 140px); position:relative; }

.kicker{
  font-size:12px; font-weight:600; letter-spacing:0.24em;
  text-transform:uppercase; color:var(--ink-3);
  display:inline-flex; align-items:center; gap:11px;
}
.kicker::before{
  content:''; width:26px; height:1px; background:currentColor; opacity:.5;
}
.kicker--gold{ color:var(--amber); }
.kicker--blue{ color:var(--blue-br); }
.kicker--light{ color:rgba(255,255,255,.62); }

h1,h2,h3{ font-weight:600; letter-spacing:-0.025em; line-height:1.05; text-wrap:balance; }

/* títols +25% respecte la versió editorial anterior */
.display{
  font-weight:600; letter-spacing:-0.04em; line-height:1.0;
  font-size:clamp(3.1rem, 8.8vw, 7rem);
}
.h2{
  font-weight:600; letter-spacing:-0.028em; line-height:1.09;
  font-size:clamp(2.4rem, 5.4vw, 4.15rem); text-wrap:balance;
}
.lead{
  font-size:clamp(1.12rem, 1.55vw, 1.4rem);
  line-height:1.6; color:var(--ink-2); font-weight:400; text-wrap:pretty;
}
.grad-text{
  background:linear-gradient(105deg, var(--amber), var(--gold-2) 55%, var(--blue-br));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}

/* ── NAV ─────────────────────────────────────────────────────── */
header{
  position:fixed; inset:0 0 auto 0; z-index:60;
  transition:background .6s var(--ease), border-color .6s var(--ease), box-shadow .6s var(--ease);
  border-bottom:1px solid transparent;
}
header.scrolled{
  background:rgba(252,251,248,0.72);
  backdrop-filter:saturate(180%) blur(20px);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--line);
}
.nav{ height:76px; display:flex; align-items:center; justify-content:space-between; }
.wordmark{
  font-weight:700; font-size:1.14rem; letter-spacing:0.3em; padding-left:0.3em;
  margin-right:clamp(20px,3vw,48px); color:#fff; transition:color .5s var(--ease);
}
header.scrolled .wordmark{ color:var(--navy); }
.nav-links{ display:flex; align-items:center; gap:clamp(15px,1.5vw,24px); }
.nav-links a{
  font-size:0.86rem; font-weight:500; color:rgba(255,255,255,.74);
  letter-spacing:0.01em; transition:color .35s var(--ease);
  white-space:nowrap; /* evita partir paraules quan el nav va just */
}
header.scrolled .nav-links a{ color:var(--ink-2); }
.nav-links a:hover{ color:#fff; }
header.scrolled .nav-links a:hover{ color:var(--navy); }
.nav-cta{
  display:inline-flex; align-items:center; gap:8px;
  padding:9px 18px; border-radius:100px;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25);
  color:#fff !important; font-weight:600 !important;
  backdrop-filter:blur(8px); transition:background .4s var(--ease), border-color .4s, color .4s;
}
header.scrolled .nav-cta{
  background:var(--navy); border-color:var(--navy); color:#fff !important;
}
.nav-cta .ar{ transition:transform .4s var(--ease); }
.nav-cta:hover .ar{ transform:translateX(4px); }

/* language switcher */
.lang-switch{
  display:inline-flex; align-items:center; gap:2px; padding:3px; border-radius:100px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
}
header.scrolled .lang-switch{ background:rgba(10,37,64,.06); border-color:var(--line); }
.lang-switch button{
  font-family:inherit; font-size:11px; font-weight:700; letter-spacing:0.06em; cursor:pointer;
  color:rgba(255,255,255,.78); background:none; border:none; border-radius:100px;
  padding:6px 10px; line-height:1; transition:color .3s var(--ease), background .3s var(--ease);
}
header.scrolled .lang-switch button{ color:var(--ink-3); }
.lang-switch button:hover{ color:#fff; }
header.scrolled .lang-switch button:hover{ color:var(--navy); }
.lang-switch button.on{ background:#fff; color:var(--navy); box-shadow:0 2px 8px -3px rgba(10,37,64,.4); }
header.scrolled .lang-switch button.on{ background:var(--navy); color:#fff; }
.lang-switch--mobile{
  display:none; width:max-content; margin:20px 0 2px;
  background:rgba(10,37,64,.06); border-color:var(--line);
}
.lang-switch--mobile button{ color:var(--ink-2); padding:8px 14px; font-size:12px; }
.lang-switch--mobile button.on{ background:var(--navy); color:#fff; }

/* mobile menu */
.nav-burger{
  display:none; width:44px; height:44px; border:none; background:none; cursor:pointer;
  padding:11px; margin-right:-8px; flex-direction:column; justify-content:center; gap:5px;
}
.nav-burger span{
  display:block; height:2px; width:22px; border-radius:2px; background:#fff;
  transition:transform .4s var(--ease), opacity .3s var(--ease), background .5s var(--ease);
}
header.scrolled .nav-burger span{ background:var(--navy); }
header.menu-open .nav-burger span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
header.menu-open .nav-burger span:nth-child(2){ opacity:0; }
header.menu-open .nav-burger span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.nav-mobile{
  display:none; flex-direction:column; gap:2px;
  padding:0 var(--pad);
  background:rgba(252,251,248,0.96);
  backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--line);
  max-height:0; overflow:hidden; transition:max-height .5s var(--ease), padding .5s var(--ease);
}
header.menu-open .nav-mobile{ max-height:85vh; overflow-y:auto; padding-block:14px 22px; }
/* llegibilitat del menú obert sobre el hero (capçalera transparent) */
header.menu-open{
  background:rgba(252,251,248,0.97);
  backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--line);
}
header.menu-open .wordmark{ color:var(--navy); }
header.menu-open .nav-burger span{ background:var(--navy); }
.nav-mobile a{
  font-size:1.05rem; font-weight:500; color:var(--ink); padding:15px 4px;
  border-bottom:1px solid var(--line);
}
.nav-mobile a:last-child{ border-bottom:none; }
.nav-mobile .nm-cta{
  margin-top:14px; display:inline-flex; align-items:center; justify-content:center; gap:9px;
  background:linear-gradient(100deg, var(--green), var(--green-d)); color:#fff;
  border-radius:100px; border:none; font-weight:600;
  box-shadow:0 12px 28px -12px rgba(34,111,78,.5);
}

/* ── shared motion ───────────────────────────────────────────── */
@keyframes drift{
  from{ transform:translate(0,0) scale(1); }
  to{ transform:translate(40px,-30px) scale(1.12); }
}

/* ── shared buttons ──────────────────────────────────────────── */
.btn-primary{
  display:inline-flex; align-items:center; gap:11px;
  background:linear-gradient(100deg, var(--green), var(--green-d));
  color:#fff; font-family:inherit; font-size:0.98rem; font-weight:600; letter-spacing:0.01em;
  padding:16px 30px; border-radius:100px; border:none; cursor:pointer;
  box-shadow:0 12px 34px -10px rgba(34,111,78,.6);
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), filter .4s;
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 18px 44px -12px rgba(34,111,78,.7); filter:brightness(1.05); }
.btn-primary svg{ width:15px; height:15px; }
.btn-ghost{
  display:inline-flex; align-items:center; gap:10px;
  font-size:0.95rem; font-weight:600; color:#fff;
  padding-bottom:5px; border-bottom:1px solid rgba(255,255,255,.45);
  transition:gap .4s var(--ease), border-color .3s;
}
.btn-ghost:hover{ gap:15px; border-color:#fff; }
.btn-ghost svg{ width:14px; height:14px; }

/* WhatsApp button */
.btn-wsp{
  display:inline-flex; align-items:center; gap:10px;
  font-family:inherit; font-size:0.98rem; font-weight:600; color:#fff; cursor:pointer;
  padding:14px 26px; border-radius:100px; border:none; letter-spacing:0.005em;
  background:#25D366; box-shadow:0 14px 32px -16px rgba(37,211,102,.65), inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .35s var(--ease), filter .35s var(--ease), box-shadow .35s var(--ease);
}
.btn-wsp svg{ width:20px; height:20px; }
.btn-wsp:hover{ transform:translateY(-2px); filter:brightness(1.04);
  box-shadow:0 22px 44px -18px rgba(37,211,102,.75), inset 0 1px 0 rgba(255,255,255,.3); }

/* quiz result — reassurança de contacte */
.r-contact{
  display:flex; align-items:center; justify-content:center; gap:11px;
  margin:clamp(20px,2.6vw,28px) auto 0; max-width:48ch;
  font-size:1rem; line-height:1.5; color:var(--ink-2); text-wrap:pretty;
}
.r-contact svg{ width:22px; height:22px; flex:none; color:var(--green); }

/* ════════════════════════════════════════════════════════════
   HERO — portada cinematogràfica premium
   ════════════════════════════════════════════════════════════ */
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(158deg,#0C2B4C 0%, #0A2540 52%, #071A30 100%);
  min-height:100svh; display:flex; flex-direction:column; justify-content:center;
  padding:clamp(116px,14vh,150px) 0 clamp(64px,9vh,96px);
}
/* layered photo: parallax wrapper + slow-zoom image */
.hero-bg{
  position:absolute; inset:-6% -4%; z-index:0; will-change:transform;
  transform:translate3d(0,0,0); transition:transform .9s cubic-bezier(.2,.8,.2,1);
}
.hero-img{
  position:absolute; inset:0; background-size:cover; background-position:50% 44%;
  transform:scale(1.06);
  animation:heroReveal 2s var(--ease-soft) both, heroZoom 26s ease-in-out 2s infinite alternate;
}
@keyframes heroReveal{ 0%{ transform:scale(1.26); opacity:.35; } 100%{ transform:scale(1.06); opacity:1; } }
@keyframes heroZoom{ from{ transform:scale(1.06);} to{ transform:scale(1.13);} }
.hero-grain{
  position:absolute; inset:0; z-index:1; pointer-events:none; opacity:.5; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}
.hero-veil{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(180deg, rgba(6,18,31,.46) 0%, rgba(6,18,31,0) 18%),
    linear-gradient(74deg, rgba(5,13,24,.72) 0%, rgba(5,13,24,.30) 32%, rgba(5,13,24,0) 58%),
    linear-gradient(0deg, rgba(4,11,20,.94) 0%, rgba(4,11,20,.66) 18%, rgba(4,11,20,.28) 38%, rgba(4,11,20,0) 60%);
}
.hero-inner{ position:relative; z-index:3; width:100%; max-width:var(--maxw);
  display:grid; grid-template-columns:minmax(0,1.14fr) minmax(0,0.72fr);
  gap:clamp(34px,4.5vw,72px); align-items:center; }
.hero-copy{ min-width:0; }

/* kicker */
.hero-kicker{
  display:inline-flex; align-items:center; gap:12px;
  font-size:clamp(11px,0.92vw,13px); font-weight:600; letter-spacing:0.26em; text-transform:uppercase;
  color:rgba(255,255,255,.82); margin-bottom:clamp(22px,3vw,34px);
  text-shadow:0 1px 16px rgba(5,14,26,.8);
}
.hero-kicker .hk-dot{ width:7px; height:7px; border-radius:50%; flex:none;
  background:var(--gold-2); box-shadow:0 0 0 4px rgba(240,192,116,.20); }

/* the statement — huge editorial type */
.hero-title{
  color:#fff; font-weight:600; letter-spacing:-0.035em; line-height:1.0;
  font-size:clamp(2.9rem, 7.7vw, 6.7rem); text-wrap:balance;
  margin:0 0 clamp(24px,3.2vw,38px);
  max-width:100%; overflow-wrap:break-word;
}
.hero-title .ht-line{ display:block; overflow:hidden; padding-bottom:0.04em; }
.hero-title .ht-line > span{ display:block; will-change:transform; }
.hero-title em{
  font-style:normal;
  background:linear-gradient(96deg, var(--gold-2) 4%, #FBE3B6 38%, var(--blue-sky) 96%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{
  max-width:50ch; color:rgba(255,255,255,.86); font-weight:400;
  font-size:clamp(1.08rem,1.5vw,1.4rem); line-height:1.55; letter-spacing:-0.01em;
  text-shadow:0 1px 18px rgba(5,14,26,.7);
}

/* CTA cluster — primary left, editorial link pushed right */
.hero-cta{ display:flex; align-items:flex-end; justify-content:space-between;
  gap:clamp(20px,3vw,44px); flex-wrap:wrap; width:100%;
  margin-top:clamp(30px,4vw,46px); }
.cta-left{ display:flex; flex-direction:column; align-items:flex-start; gap:clamp(15px,1.8vw,20px); }

/* primary — tech-product pill */
.cta-main{
  position:relative; overflow:hidden; isolation:isolate;
  display:inline-flex; align-items:center; gap:0;
  padding:0 6px 0 30px; height:62px; border-radius:100px; cursor:pointer;
  background:linear-gradient(100deg, #34A074 0%, var(--green) 48%, var(--green-d) 100%);
  box-shadow:0 18px 44px -14px rgba(34,111,78,.62), inset 0 1px 0 rgba(255,255,255,.28);
  transition:transform .5s var(--ease), box-shadow .5s var(--ease);
}
.cta-main .cta-label{ color:#fff; font-size:1.04rem; font-weight:600; letter-spacing:0.005em; }
.cta-main .cta-ico{
  width:42px; height:42px; margin-left:18px; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.16); transition:background .45s var(--ease), transform .45s var(--ease);
}
.cta-main .cta-ico svg{ width:18px; height:18px; color:#fff; transition:transform .45s var(--ease); }
.cta-main .cta-shine{
  position:absolute; top:0; left:-60%; width:45%; height:100%; z-index:-1;
  background:linear-gradient(105deg, transparent, rgba(255,255,255,.45), transparent);
  transform:skewX(-18deg); opacity:0;
}
.cta-main:hover{ transform:translateY(-3px); box-shadow:0 26px 58px -16px rgba(34,111,78,.72), inset 0 1px 0 rgba(255,255,255,.32); }
.cta-main:hover .cta-ico{ background:rgba(255,255,255,.26); transform:scale(1.06); }
.cta-main:hover .cta-ico svg{ transform:translateX(3px); }
.cta-main:hover .cta-shine{ animation:ctaShine 1.05s var(--ease) forwards; }
@keyframes ctaShine{ 0%{ left:-60%; opacity:.0;} 18%{opacity:.9;} 100%{ left:130%; opacity:0;} }

/* secondary — editorial link */
.cta-sub{
  display:inline-flex; align-items:center; gap:11px; position:relative;
  align-self:flex-start; margin-top:20px;
  color:#fff; font-size:1.02rem; font-weight:500; letter-spacing:0.005em; padding:6px 2px;
  text-shadow:0 1px 14px rgba(5,14,26,.6);
}
.cta-sub span{ position:relative; }
.cta-sub span::after{
  content:''; position:absolute; left:0; bottom:-5px; height:1.5px; width:100%;
  background:rgba(255,255,255,.55); transform:scaleX(0); transform-origin:left;
  transition:transform .5s var(--ease);
}
.cta-sub svg{ width:16px; height:16px; transition:transform .45s var(--ease); }
.cta-sub:hover span::after{ transform:scaleX(1); }
.cta-sub:hover svg{ transform:translateX(5px); }

/* buyer channel — quiet link */
.hero-channel{
  display:inline-flex; align-items:center; gap:7px; margin-top:2px;
  font-size:0.92rem; color:rgba(255,255,255,.66); letter-spacing:0.005em;
  transition:color .4s var(--ease);
}
.hero-channel strong{ font-weight:600; color:rgba(255,255,255,.9); }
.hero-channel span{ transition:transform .4s var(--ease); display:inline-block; }
.hero-channel:hover{ color:#fff; }
.hero-channel:hover span{ transform:translateX(4px); }

/* value meta bar — integrated, not badges */
.hero-meta{
  position:relative; z-index:3; width:100%; max-width:var(--maxw);
  margin-top:clamp(34px,5vh,64px); padding-top:clamp(18px,2vw,24px);
  border-top:1px solid rgba(255,255,255,.16);
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.hm-list{ list-style:none; display:flex; align-items:center; gap:clamp(20px,3.4vw,52px); flex-wrap:wrap; }
.hm-list li{
  display:inline-flex; align-items:center; gap:10px;
  font-size:0.78rem; font-weight:600; letter-spacing:0.13em; text-transform:uppercase;
  color:rgba(255,255,255,.74);
}
.hm-list .hm-dot{ width:5px; height:5px; border-radius:50%; flex:none;
  background:var(--gold-2); box-shadow:0 0 0 3px rgba(240,192,116,.16); }
.hm-cue{ display:inline-flex; align-items:center; gap:13px;
  font-size:0.7rem; font-weight:600; letter-spacing:0.22em; text-transform:uppercase; color:rgba(255,255,255,.5); }
.hm-bar{ width:54px; height:1px; background:rgba(255,255,255,.4); position:relative; overflow:hidden; }
.hm-bar::after{ content:''; position:absolute; inset:0; width:40%; background:#fff;
  animation:hmSlide 2.6s ease-in-out infinite; }
@keyframes hmSlide{ 0%{ transform:translateX(-110%);} 60%,100%{ transform:translateX(260%);} }

/* ── cinematic entrance (load-driven) ─────────────────────────── */
.hero-kicker, .hero-sub, .hero-cta, .hero-channel, .hero-meta{
  opacity:0; transform:translateY(20px);
}
.hero-title .ht-line > span{ transform:translateY(112%); }
.hero.hero-in .hero-kicker,
.hero.hero-in .hero-sub,
.hero.hero-in .hero-cta,
.hero.hero-in .hero-channel,
.hero.hero-in .hero-meta{
  opacity:1; transform:none;
  transition:opacity 1s var(--ease), transform 1.1s var(--ease);
}
.hero.hero-in .hero-title .ht-line > span{
  transform:none; transition:transform 1.15s var(--ease-soft);
}
.hero.hero-in .hero-kicker{ transition-delay:.12s; }
.hero.hero-in .hero-title .ht-line:nth-child(1) > span{ transition-delay:.26s; }
.hero.hero-in .hero-title .ht-line:nth-child(2) > span{ transition-delay:.40s; }
.hero.hero-in .hero-sub{ transition-delay:.62s; }
.hero.hero-in .hero-cta{ transition-delay:.76s; }
.hero.hero-in .hero-channel{ transition-delay:.88s; }
.hero.hero-in .hero-meta{ transition-delay:.98s; }

@media (max-width:760px){
  .hero{ padding-top:clamp(104px,14vh,140px); }
  .hero-title{ font-size:clamp(2.5rem,11vw,4rem); line-height:1.0; }
  .hero-cta{ flex-direction:column; align-items:stretch; gap:14px; }
  .cta-main{ height:58px; justify-content:space-between; padding-left:26px; }
  .cta-sub{ justify-content:flex-start; }
  .hero-meta{ gap:16px; }
  .hm-cue{ display:none; }
  .hm-list{ gap:14px 22px; }
}
@media (prefers-reduced-motion: reduce){
  .hero-img{ animation:none; transform:scale(1.04); }
  .hm-bar::after{ animation:none; }
  .hero-bg{ transition:none; }
  .hero-kicker, .hero-sub, .hero-cta, .hero-channel, .hero-meta{ opacity:1; transform:none; }
  .hero-title .ht-line > span{ transform:none; }
}

/* ── editorial split hero (kinetic) ───────────────────────────── */
.hero-glow{ position:absolute; z-index:0; border-radius:50%; filter:blur(80px);
  pointer-events:none; opacity:.5; }
.hero-glow-a{ width:52vw; height:52vw; max-width:720px; max-height:720px; top:-16%; right:-8%;
  background:radial-gradient(circle, rgba(43,124,196,.55), transparent 68%); }
.hero-glow-b{ width:46vw; height:46vw; max-width:620px; max-height:620px; bottom:-22%; left:-12%;
  background:radial-gradient(circle, rgba(46,140,99,.42), transparent 68%); }

.hero-copy{ position:relative; z-index:3; }
.hero-copy .hero-title{
  font-size:clamp(2.85rem,5.3vw,5.5rem); line-height:1.02; letter-spacing:-0.035em;
  text-wrap:balance;
  margin:0 0 clamp(20px,2.4vw,30px);
}
.hero-badge{ display:inline-flex; align-items:center; gap:9px; padding:9px 18px 9px 14px;
  border-radius:100px; margin-bottom:clamp(20px,2.4vw,30px);
  background:linear-gradient(100deg, rgba(240,192,116,.22), rgba(240,192,116,.10));
  border:1px solid rgba(240,192,116,.5); color:var(--gold-2);
  font-size:0.8rem; font-weight:700; letter-spacing:0.09em; text-transform:uppercase; }
.hero-badge svg{ width:15px; height:15px; }
.hero-copy .hero-cta{ justify-content:flex-start; align-items:center; gap:clamp(16px,2.4vw,30px); }
.hero-copy .cta-sub{ margin-top:0; align-self:center; }
.ht-rotator{ display:inline-grid; vertical-align:top; }
.ht-rotator .ht-word{
  grid-area:1 / 1; white-space:nowrap;
  background:linear-gradient(96deg, var(--gold-2) 4%, #FBE3B6 42%, var(--blue-sky) 98%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  opacity:0; transform:translateY(0.5em); transition:opacity .55s var(--ease), transform .55s var(--ease);
}
.ht-rotator .ht-word.is-active{ opacity:1; transform:none; }
.ht-rotator .ht-word.is-leaving{ opacity:0; transform:translateY(-0.5em); }

.hero-tags{ list-style:none; display:flex; flex-wrap:wrap; gap:10px;
  margin-top:clamp(26px,3vw,38px); }
.hero-tags li{ display:inline-flex; align-items:center; gap:9px; padding:9px 16px; border-radius:100px;
  border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.05);
  font-size:0.82rem; font-weight:600; letter-spacing:0.03em; color:rgba(255,255,255,.84); }
.hero-tags li::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--gold-2);
  box-shadow:0 0 0 3px rgba(240,192,116,.18); }

.hero-visual{ position:relative; z-index:3; }
.hero-visual-cta{ display:none; }
.hero-photo{ position:relative; border-radius:24px; overflow:hidden; aspect-ratio:4/5;
  box-shadow:0 50px 110px -46px rgba(0,0,0,.72), inset 0 0 0 1px rgba(255,255,255,.08); }
.hero-photo .hero-img{ inset:0; }
.hero-photo::after{ content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, transparent 52%, rgba(6,18,31,.52)); }
/* premium price stamp */
.price-stamp{ position:absolute; right:-16px; bottom:26px; z-index:2;
  display:flex; flex-direction:column; align-items:flex-start; padding:16px 24px 15px;
  border-radius:18px; background:linear-gradient(158deg,#0E3054,#081F37 82%);
  border:1px solid rgba(63,203,134,.34);
  box-shadow:0 26px 58px -22px rgba(0,0,0,.72), inset 0 1px 0 rgba(255,255,255,.08);
  animation:stampFly 1.35s var(--ease-soft) .7s both, stampDrift 8s ease-in-out 2.6s infinite;
  transition:transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
  will-change:transform; }
@keyframes stampPop{ 0%{ opacity:0; transform:translateY(18px) scale(.94); } 100%{ opacity:1; transform:none; } }
@keyframes stampFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-9px); } }
/* entra “volant” des de fora de la imatge i s'assenta */
@keyframes stampFly{
  0%{ opacity:0; transform:translate(72px,34px) rotate(7deg) scale(.86); }
  55%{ opacity:1; }
  78%{ transform:translate(-6px,-4px) rotate(-1.4deg) scale(1.015); }
  100%{ opacity:1; transform:translate(0,0) rotate(0) scale(1); } }
/* deriva lenta en diagonal sobre la foto — viu però subtil */
@keyframes stampDrift{
  0%,100%{ transform:translate(0,0) rotate(0); }
  22%{ transform:translate(-11px,-9px) rotate(-1.3deg); }
  50%{ transform:translate(2px,-16px) rotate(.3deg); }
  76%{ transform:translate(10px,-7px) rotate(1.2deg); } }
.price-stamp:hover{ animation-play-state:paused; transform:translateY(-9px) scale(1.03);
  border-color:rgba(63,203,134,.6);
  box-shadow:0 34px 70px -22px rgba(0,0,0,.8), 0 0 0 4px rgba(63,203,134,.12), inset 0 1px 0 rgba(255,255,255,.1); }
.ps-from{ font-size:0.68rem; font-weight:800; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--gold-2); margin-bottom:3px; }
/* the star: green fixed price */
.ps-amount{ font-size:clamp(3rem,4vw,3.7rem); font-weight:800; line-height:.9; letter-spacing:-0.045em;
  color:#3FCB86; font-variant-numeric:tabular-nums; display:flex; align-items:flex-start; gap:3px;
  text-shadow:0 6px 26px rgba(63,203,134,.34); animation:priceGlow 3.6s var(--ease) infinite; }
@keyframes priceGlow{ 0%,100%{ text-shadow:0 6px 24px rgba(63,203,134,.26); }
  50%{ text-shadow:0 8px 38px rgba(63,203,134,.5); } }
.ps-cur{ font-size:0.46em; font-weight:700; margin-top:.22em; color:#3FCB86; }
@media (prefers-reduced-motion: reduce){ .price-stamp,.ps-amount{ animation:none; } }

/* discreet buyer link */
.hero-buyer{ display:inline-flex; align-items:center; gap:10px;
  margin-top:clamp(22px,2.6vw,32px); font-size:0.92rem; color:rgba(255,255,255,.62);
  transition:color .3s var(--ease); }
.hero-buyer strong{ color:rgba(255,255,255,.92); font-weight:600; }
.hero-buyer .hb-ico{ display:grid; place-items:center; width:30px; height:30px; border-radius:9px;
  border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.05); color:var(--gold-2); }
.hero-buyer .hb-ico svg{ width:15px; height:15px; }
.hero-buyer .hb-ar{ transition:transform .3s var(--ease); }
.hero-buyer:hover{ color:#fff; }
.hero-buyer:hover .hb-ar{ transform:translateX(4px); }

/* trust marquee */
.hero-trust{ position:relative; z-index:3; width:100%; max-width:var(--maxw);
  margin:clamp(46px,6vh,76px) auto 0; padding-inline:var(--pad);
  border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12);
  padding-block:16px; overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.ht-track{ display:flex; align-items:center; gap:26px; width:max-content;
  animation:htScroll 34s linear infinite; }
.ht-item{ font-size:0.8rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase;
  color:rgba(255,255,255,.68); white-space:nowrap; }
.ht-sep{ width:5px; height:5px; border-radius:50%; background:var(--gold-2); opacity:.7; flex:none; }
@keyframes htScroll{ to{ transform:translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .ht-track{ animation:none; } }

/* scroll cue */
.hero-scroll{ position:absolute; left:50%; bottom:clamp(18px,3vh,30px); z-index:3;
  transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:9px; }
.hero-scroll .hs-line{ width:1px; height:36px; background:linear-gradient(180deg,var(--gold-2),transparent);
  animation:scrollPulse 2.2s var(--ease) infinite; }
.hero-scroll .hs-word{ font-size:0.66rem; font-weight:700; letter-spacing:0.28em; text-transform:uppercase;
  color:rgba(255,255,255,.5); }
@keyframes scrollPulse{ 0%,100%{ transform:scaleY(.5); opacity:.4; transform-origin:top; }
  50%{ transform:scaleY(1); opacity:1; transform-origin:top; } }
@media (prefers-reduced-motion: reduce){ .hero-scroll .hs-line{ animation:none; } }
@media (max-width:860px){ .hero-scroll{ display:none; } .price-stamp{ right:16px; } }

/* entrance additions */
.hero-title, .hero-tags, .hero-visual{ opacity:0; transform:translateY(22px); }
.hero.hero-in .hero-title,
.hero.hero-in .hero-tags,
.hero.hero-in .hero-visual{ opacity:1; transform:none;
  transition:opacity 1s var(--ease), transform 1.1s var(--ease); }
.hero.hero-in .hero-title{ transition-delay:.16s; }
.hero.hero-in .hero-visual{ transition-delay:.3s; }
.hero.hero-in .hero-tags{ transition-delay:.9s; }

@media (max-width:860px){
  .hero-inner{ grid-template-columns:1fr; gap:clamp(30px,7vw,46px); }
  .hero-copy{ order:1; }
  .hero-visual{ order:2; max-width:520px; }
  .hero-photo{ aspect-ratio:16/11; }
}
@media (prefers-reduced-motion: reduce){
  .hero-title, .hero-tags, .hero-visual{ opacity:1; transform:none; }
  .ht-rotator .ht-word{ opacity:0; }
  .ht-rotator .ht-word.is-active{ opacity:1; }
}

/* ── PLATE (full-bleed cinematic image) ──────────────────────── */
.plate{ padding-block:0; background:var(--paper); }
.plate-inner{ position:relative; }
.plate image-slot{ width:100%; height:clamp(380px, 70vh, 820px); display:block; }
.plate .scrim{
  position:absolute; inset:auto 0 0 0; height:42%; pointer-events:none;
  background:linear-gradient(transparent, rgba(10,37,64,.55));
}
.plate .cap{
  max-width:var(--maxw); margin:0 auto; padding:20px var(--pad) 0;
  font-size:0.82rem; color:var(--ink-3); letter-spacing:0.02em;
  display:flex; justify-content:space-between; gap:24px;
}

/* ── MANIFEST ────────────────────────────────────────────────── */
.manifest{ background:var(--paper); }
.manifest .vs-head{ max-width:64ch; margin:0 auto clamp(44px,5.5vw,72px); text-align:center; }

/* El model — integrated showcase: image + points as one block */
.model-showcase{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(20px,2.6vw,40px);
  align-items:stretch; max-width:1120px; margin:0 auto; }
.ms-media{ position:relative; border-radius:22px; overflow:hidden; min-height:420px;
  box-shadow:0 40px 80px -40px rgba(10,37,64,.42); }
.ms-media image-slot{ position:absolute; inset:0; width:100%; height:100%; display:block;
  transition:transform 1.1s var(--ease); }
.ms-media::after{ content:''; position:absolute; inset:0; pointer-events:none; border-radius:22px;
  box-shadow:inset 0 0 0 1px rgba(10,37,64,.07); }
.model-showcase:hover .ms-media image-slot{ transform:scale(1.05); }
.ms-pillars{ display:flex; flex-direction:column; justify-content:center; gap:0; }
.ms-pillar{ position:relative; display:flex; align-items:flex-start; gap:18px;
  padding:clamp(18px,2vw,26px) 4px; }
.ms-pillar + .ms-pillar{ border-top:1px solid var(--line); }
.ms-pillar .mp-ico{ flex:none; margin-bottom:0; }
.ms-txt h3{ font-size:clamp(1.18rem,1.5vw,1.4rem); font-weight:600; letter-spacing:-0.02em;
  color:var(--ink); margin-bottom:7px; }
.ms-txt p{ font-size:clamp(0.98rem,1.1vw,1.08rem); line-height:1.5; color:var(--ink-2); text-wrap:pretty; }
.mp-ico{ display:grid; place-items:center; width:48px; height:48px; border-radius:14px;
  background:linear-gradient(150deg, rgba(43,124,196,.14), rgba(46,140,99,.12));
  color:var(--blue); }
.mp-ico svg{ width:23px; height:23px; }

@media (prefers-reduced-motion: no-preference){
  .model-showcase .ms-pillar{ opacity:0; transform:translateY(14px); }
  .model-showcase.in .ms-pillar{ opacity:1; transform:none;
    transition:opacity .55s var(--ease), transform .55s var(--ease); }
  .model-showcase.in .ms-pillar:nth-child(2){ transition-delay:.1s; }
  .model-showcase.in .ms-pillar:nth-child(3){ transition-delay:.2s; }
  .model-showcase .ms-media{ opacity:0; transform:translateY(18px); }
  .model-showcase.in .ms-media{ opacity:1; transform:none;
    transition:opacity .7s var(--ease), transform .7s var(--ease); }
}
@media (max-width:860px){
  .model-showcase{ grid-template-columns:1fr; }
  .ms-media{ min-height:300px; order:-1; }
}

/* ── COMPARATIVA — model tradicional vs NOVERA ───────────────── */
.vs{
  overflow:hidden;
  background:
    radial-gradient(120% 70% at 82% -8%, rgba(43,124,196,0.07), transparent 58%),
    radial-gradient(90% 60% at 8% 108%, rgba(46,140,99,0.06), transparent 55%),
    linear-gradient(180deg, var(--paper) 0%, #F7F4ED 58%, var(--paper-2) 100%);
}
.vs-head{ max-width:64ch; margin:0 auto clamp(50px,6.5vw,88px); text-align:center; }
.vs-head .kicker{ justify-content:center; }
.vs-head h2{ margin-top:1.2rem; }
.vs-head .lead{ margin-top:1.5rem; max-width:56ch; margin-inline:auto; }

/* facing cards */
.vs-cards{
  display:grid; grid-template-columns:1fr 1.08fr; gap:clamp(18px,2.6vw,34px);
  align-items:center; max-width:1080px; margin:0 auto;
}
.vs-card{
  position:relative; border-radius:24px; padding:clamp(30px,3.4vw,50px);
  transition:transform .6s var(--ease), box-shadow .6s var(--ease);
}
.vs-trad{
  background:linear-gradient(180deg, #FBFAF6, #F3F0E8);
  border:1px solid var(--line);
  box-shadow:0 24px 54px -40px rgba(10,37,64,.28);
}
.vs-nov{
  background:#fff; border:1px solid transparent; z-index:2;
  padding:clamp(38px,4.4vw,62px) clamp(30px,3.4vw,52px);
  box-shadow:0 40px 96px -42px rgba(22,68,122,.5), 0 0 70px -12px rgba(43,124,196,.18);
}
.vs-nov::before{
  content:''; position:absolute; inset:0; border-radius:24px; padding:1.5px; pointer-events:none;
  background:linear-gradient(150deg, var(--blue-br), rgba(46,140,99,.55) 52%, rgba(43,124,196,.25));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
}
.vs-cards .vs-trad:hover{ transform:translateY(-4px); }
.vs-cards .vs-nov:hover{ transform:translateY(-7px);
  box-shadow:0 56px 120px -42px rgba(22,68,122,.6), 0 0 96px -10px rgba(43,124,196,.28); }

.vs-tag{
  display:inline-flex; align-items:center; gap:10px;
  font-size:12px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--ink-3); margin-bottom:clamp(22px,2.6vw,34px);
}
.vs-tag::before{ content:''; width:8px; height:8px; border-radius:50%;
  background:var(--ink-3); opacity:.45; }
.vs-nov .vs-tag{ color:var(--blue); }
.vs-nov .vs-tag::before{ background:var(--blue-br); opacity:1;
  box-shadow:0 0 0 4px rgba(43,124,196,.16); }

.vs-list{ list-style:none; }
.vs-list li{
  position:relative; padding:17px 0 17px 36px;
  border-top:1px solid var(--line);
  font-size:clamp(1.02rem,1.2vw,1.16rem); line-height:1.45; letter-spacing:-0.012em;
  text-wrap:pretty;
}
.vs-list li:first-child{ border-top:none; }
.vs-trad .vs-list li{ color:var(--ink-2); }
.vs-nov .vs-list li{ color:var(--ink); font-weight:500; }
/* traditional marker — muted dash */
.vs-trad .vs-list li::before{
  content:''; position:absolute; left:4px; top:1.55em; width:16px; height:1.5px;
  background:var(--ink-3); opacity:.5;
}
/* novera marker — green check */
.vs-nov .vs-list li::before{
  content:''; position:absolute; left:0; top:1.0em; width:22px; height:22px; border-radius:50%;
  background:rgba(46,140,99,.13);
}
.vs-nov .vs-list li::after{
  content:''; position:absolute; left:8px; top:1.4em; width:6px; height:11px;
  border-right:2px solid var(--green); border-bottom:2px solid var(--green);
  transform:rotate(40deg);
}

/* staggered reveal of NOVERA bullets (accessible) */
@media (prefers-reduced-motion: no-preference){
  .vs-nov .vs-list li{ opacity:0; transform:translateY(10px); }
  .vs-nov.in .vs-list li{ opacity:1; transform:none;
    transition:opacity .55s var(--ease), transform .55s var(--ease); }
  .vs-nov.in .vs-list li:nth-child(1){ transition-delay:.14s; }
  .vs-nov.in .vs-list li:nth-child(2){ transition-delay:.22s; }
  .vs-nov.in .vs-list li:nth-child(3){ transition-delay:.30s; }
  .vs-nov.in .vs-list li:nth-child(4){ transition-delay:.38s; }
  .vs-nov.in .vs-list li:nth-child(5){ transition-delay:.46s; }
}

/* ── comparison ledger (paired contrast) ─────────── */
.vs-ledger{ max-width:1000px; margin:0 auto; }
.ledger-head{ display:grid; grid-template-columns:1fr clamp(84px,10vw,116px) 1fr; align-items:center; margin-bottom:12px; padding:0 26px; }
.lh-trad, .lh-nov{ font-size:12px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase;
  display:flex; align-items:center; gap:10px; }
.lh-trad{ color:var(--ink-3); }
.lh-trad::before{ content:''; width:8px; height:8px; border-radius:50%; background:var(--ink-3); opacity:.4; }
.lh-nov{ color:var(--blue); justify-content:flex-end; }
.lh-nov::after{ content:''; width:8px; height:8px; border-radius:50%; background:var(--blue-br);
  box-shadow:0 0 0 4px rgba(43,124,196,.16); }

.ledger-row{ display:grid; grid-template-columns:1fr clamp(84px,10vw,116px) 1fr; align-items:stretch; }
.lr-trad, .lr-nov{ display:flex; align-items:center; gap:14px; padding:20px 26px;
  font-size:clamp(1rem,1.15vw,1.14rem); line-height:1.4; letter-spacing:-0.012em; text-wrap:pretty; }
.lr-trad{ color:var(--ink-2); border-top:1px solid var(--line); }
.ledger-row:first-of-type .lr-trad{ border-top:none; }

/* highlighted NOVERA lane */
.lr-nov{ position:relative; color:var(--ink); font-weight:500;
  background:linear-gradient(180deg, rgba(43,124,196,.07), rgba(46,140,99,.05));
  transition:background .4s var(--ease); }
.lr-nov::before{ content:''; position:absolute; left:0; top:0; bottom:0; width:3px;
  background:linear-gradient(180deg, var(--blue-br), var(--green)); opacity:.5; }
.ledger-row:first-of-type .lr-nov{ border-radius:20px 20px 0 0; }
.ledger-row:last-of-type .lr-nov{ border-radius:0 0 20px 20px; }
.ledger-row:hover .lr-nov{ background:linear-gradient(180deg, rgba(43,124,196,.14), rgba(46,140,99,.09)); }

/* markers */
.lr-x, .lr-check{ flex:none; display:grid; place-items:center; border-radius:50%; }
.lr-x{ width:22px; height:22px; background:rgba(133,147,161,.16); color:var(--ink-3); }
.lr-x svg{ width:11px; height:11px; }
.lr-check{ width:24px; height:24px; background:rgba(46,140,99,.15); color:var(--green); }
.lr-check svg{ width:13px; height:13px; }

/* centre theme tag + connector */
.lr-theme{ position:relative; display:flex; align-items:center; justify-content:center; }
.lr-theme::before{ content:''; position:absolute; left:50%; top:0; bottom:0; width:1px;
  background:var(--line); transform:translateX(-.5px); }
.lr-theme span{ position:relative; z-index:1; font-size:10px; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:var(--ink-3); background:var(--paper);
  border:1px solid var(--line); border-radius:100px; padding:5px 12px; white-space:nowrap; }

/* staggered reveal */
@media (prefers-reduced-motion: no-preference){
  .vs-ledger .ledger-row{ opacity:0; transform:translateY(14px); }
  .vs-ledger.in .ledger-row{ opacity:1; transform:none;
    transition:opacity .55s var(--ease), transform .55s var(--ease); }
  .vs-ledger.in .ledger-row:nth-child(2){ transition-delay:.06s; }
  .vs-ledger.in .ledger-row:nth-child(3){ transition-delay:.14s; }
  .vs-ledger.in .ledger-row:nth-child(4){ transition-delay:.22s; }
  .vs-ledger.in .ledger-row:nth-child(5){ transition-delay:.30s; }
  .vs-ledger.in .ledger-row:nth-child(6){ transition-delay:.38s; }
}

@media (max-width:760px){
  .ledger-head{ display:none; }
  .ledger-row{ grid-template-columns:1fr; border:1px solid var(--line); border-radius:16px;
    margin-bottom:14px; overflow:hidden; }
  .lr-theme{ justify-content:flex-start; padding:14px 20px 0; order:-1; }
  .lr-theme::before{ display:none; }
  .lr-trad{ border-top:none; padding:12px 20px; }
  .lr-nov{ border-radius:0 !important; padding:16px 20px; }
}

/* ── CALCULADORA (focal dark panel) ──────────────────────────── */
.vs-calc{
  position:relative; overflow:hidden; color:#fff;
  max-width:1080px; margin:clamp(50px,6.5vw,90px) auto 0;
  border-radius:30px; padding:clamp(40px,5.2vw,76px) clamp(26px,5vw,72px);
  background:
    radial-gradient(95% 130% at 100% 0%, rgba(43,124,196,.30), transparent 56%),
    radial-gradient(85% 130% at 0% 100%, rgba(46,140,99,.22), transparent 55%),
    linear-gradient(165deg, #0F3157 0%, #0A2540 68%, #081E36 100%);
  box-shadow:0 56px 130px -52px rgba(8,26,48,.7);
}
.vs-calc::before{
  content:''; position:absolute; inset:0; border-radius:30px; pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.calc-head{ text-align:center; margin-bottom:clamp(34px,4.4vw,56px); position:relative; }
.calc-head .kicker{ color:var(--gold-2); justify-content:center; }
.calc-head h3{ color:#fff; margin-top:1rem;
  font-size:clamp(1.5rem,2.7vw,2.15rem); letter-spacing:-0.025em; }

.calc-compare{
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center;
  gap:clamp(16px,3vw,44px); position:relative;
}
.calc-side{ text-align:center; }
.cs-label{ font-size:0.8rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase;
  color:rgba(255,255,255,.55); }
.calc-nov .cs-label{ color:#fff; }
.cs-sub{ font-size:0.9rem; color:rgba(255,255,255,.48); margin-top:7px; }
.cs-amount{ font-weight:600; letter-spacing:-0.04em; line-height:1; margin-top:18px;
  font-variant-numeric:tabular-nums; }
.calc-trad .cs-amount{ font-size:clamp(2rem,4vw,2.7rem); color:rgba(255,255,255,.56); font-weight:500; }
.calc-nov .cs-amount{ font-size:clamp(2.9rem,7vw,4.6rem); color:#56CF99;
  text-shadow:0 10px 40px rgba(46,140,99,.45); }
.calc-vs{
  width:48px; height:48px; flex:none; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:0.74rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase;
  color:rgba(255,255,255,.45); border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
}

/* premium savings badge */
.calc-badge-row{ display:flex; justify-content:center; margin-top:clamp(30px,3.8vw,46px); }
.calc-badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:12px 24px 12px 20px; border-radius:100px;
  font-size:clamp(0.92rem,1.15vw,1.05rem); font-weight:600; letter-spacing:0.005em;
  color:#0A2540; white-space:nowrap;
  background:linear-gradient(105deg, #6FE0B0, #2E8C63 92%);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 16px 40px -14px rgba(46,140,99,.6), inset 0 1px 0 rgba(255,255,255,.4);
}
.calc-badge svg{ width:17px; height:17px; color:#0A2540; opacity:.85; }
@media (prefers-reduced-motion: no-preference){
  .calc-badge-row .calc-badge{ opacity:0; transform:translateY(12px) scale(.94); transform-origin:center; }
  .calc-badge-row .calc-badge.in{ opacity:1; transform:none;
    transition:opacity .7s var(--ease), transform .7s var(--ease); transition-delay:.15s; }
}

.calc-saving{
  text-align:center; margin-top:clamp(36px,4.6vw,58px);
  padding-top:clamp(32px,4vw,52px); border-top:1px solid rgba(255,255,255,.14);
}
.saving-label{ font-size:0.84rem; font-weight:600; letter-spacing:0.2em; text-transform:uppercase;
  color:rgba(255,255,255,.6); }
.saving-amount{
  margin-top:16px; font-weight:700; letter-spacing:-0.05em; line-height:0.92;
  font-size:clamp(4.2rem,13vw,9rem); font-variant-numeric:tabular-nums;
  background:linear-gradient(180deg, #6FE0B0, #2E8C63);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter:drop-shadow(0 14px 46px rgba(46,140,99,.5));
}
.calc-micro{
  text-align:center; margin-top:clamp(28px,3.6vw,42px); max-width:46ch; margin-inline:auto;
  font-size:clamp(1.06rem,1.5vw,1.32rem); line-height:1.5; font-weight:400;
  letter-spacing:-0.01em; color:rgba(255,255,255,.82); text-wrap:pretty;
}

/* ── interactive slider ─────────────────────────── */
.calc-head .calc-intro{
  color:rgba(255,255,255,.62); margin-top:0.9rem; margin-inline:auto; max-width:44ch;
  font-size:clamp(.98rem,1.35vw,1.12rem); line-height:1.55;
}
.calc-slider{ max-width:560px; margin:0 auto clamp(36px,4.6vw,56px); }
.cslider-top{ display:flex; justify-content:space-between; align-items:baseline; gap:18px; margin-bottom:16px; }
.cslider-label{ font-size:0.78rem; font-weight:600; letter-spacing:0.14em; text-transform:uppercase;
  color:rgba(255,255,255,.55); }
.cslider-value{ font-size:clamp(1.4rem,3vw,1.95rem); font-weight:700; letter-spacing:-0.03em;
  color:var(--gold-2); font-variant-numeric:tabular-nums; }
.calc-slider input[type=range]{
  -webkit-appearance:none; appearance:none; width:100%; height:6px; border-radius:100px; cursor:pointer;
  background:linear-gradient(90deg, var(--gold-2) 0%, var(--gold-2) var(--fill,7%), rgba(255,255,255,.16) var(--fill,7%));
}
.calc-slider input[type=range]:focus-visible{ outline:2px solid var(--gold-2); outline-offset:6px; }
.calc-slider input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none; appearance:none; width:26px; height:26px; border-radius:50%;
  background:#fff; border:6px solid var(--gold-2); box-shadow:0 6px 18px -4px rgba(0,0,0,.55); cursor:grab;
}
.calc-slider input[type=range]::-webkit-slider-thumb:active{ cursor:grabbing; }
.calc-slider input[type=range]::-moz-range-thumb{
  width:26px; height:26px; border:6px solid var(--gold-2); background:#fff; border-radius:50%; cursor:grab;
  box-shadow:0 6px 18px -4px rgba(0,0,0,.55);
}
.cslider-scale{ display:flex; justify-content:space-between; margin-top:13px;
  font-size:0.76rem; color:rgba(255,255,255,.4); font-variant-numeric:tabular-nums; }

/* ── cost breakdown ─────────────────────────────── */
.calc-break{ max-width:520px; margin:clamp(34px,4.4vw,52px) auto 0;
  padding-top:clamp(28px,3.4vw,40px); border-top:1px solid rgba(255,255,255,.14); }
.cb-row{ display:flex; justify-content:space-between; align-items:baseline; gap:20px;
  padding:13px 0; font-size:1rem; color:rgba(255,255,255,.7);
  border-bottom:1px solid rgba(255,255,255,.08); }
.cb-row span:last-child{ font-variant-numeric:tabular-nums; font-weight:600; color:#fff; }
.cb-total{ border-bottom:none; padding-top:16px; font-weight:700; font-size:1.12rem; color:#fff; }
.cb-total span:last-child{ color:#56CF99; }
.cb-bar{ position:relative; display:flex; align-items:center; height:36px; margin-top:16px;
  border-radius:100px; background:rgba(255,255,255,.1); overflow:hidden; }
.cb-fill{ position:absolute; left:0; top:0; height:100%; border-radius:100px;
  background:linear-gradient(90deg,#2E8C63,#56CF99); transition:width .5s var(--ease); }
.cb-pct{ position:relative; z-index:1; margin-left:auto; margin-right:16px;
  font-weight:700; font-size:0.92rem; color:#fff; }

/* ════════════════════════════════════════════════════════════
   ★ DESCOBREIX — landing de captació (peça central)
   ════════════════════════════════════════════════════════════ */
.discover{
  position:relative; overflow:hidden;
  padding-block:clamp(72px,9vw,140px);
  background:
    radial-gradient(80% 70% at 12% 12%, rgba(43,124,196,0.40), transparent 55%),
    radial-gradient(85% 75% at 90% 18%, rgba(240,192,116,0.34), transparent 52%),
    radial-gradient(95% 90% at 75% 100%, rgba(46,140,99,0.40), transparent 55%),
    linear-gradient(155deg, #0C2E52, #0A2540 60%, #0B2A47);
}
.discover-orb{
  position:absolute; border-radius:50%; filter:blur(80px); opacity:.55;
  pointer-events:none; mix-blend-mode:screen;
  animation:drift 26s ease-in-out infinite alternate;
}
.discover-orb.d1{ width:520px;height:520px; top:-120px; left:-80px;
  background:radial-gradient(circle, rgba(92,168,224,.6), transparent 68%); }
.discover-orb.d2{ width:560px;height:560px; bottom:-160px; right:-120px;
  background:radial-gradient(circle, rgba(240,192,116,.55), transparent 68%); animation-delay:-10s; }
.discover-orb.d3{ width:440px;height:440px; bottom:-100px; left:30%;
  background:radial-gradient(circle, rgba(46,140,99,.55), transparent 68%); animation-delay:-16s; }
.discover .wrap{ position:relative; z-index:2; }
.discover-head{ text-align:center; max-width:800px; margin:0 auto clamp(38px,5vw,58px); }
.discover-eyebrow{ display:inline-flex; align-items:center; gap:10px;
  font-size:.74rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold-2); padding:8px 16px; border-radius:100px;
  background:rgba(240,192,116,.1); border:1px solid rgba(240,192,116,.28); }
.de-dot{ width:7px; height:7px; border-radius:50%; background:var(--gold-2);
  box-shadow:0 0 0 0 rgba(240,192,116,.5); animation:sfPulse 2.6s var(--ease) infinite; }
.discover-head h2{ color:#fff; margin-top:1.4rem; }
.discover-head p{ color:rgba(255,255,255,.72); margin-top:1.1rem; font-size:clamp(1.05rem,1.4vw,1.25rem);
  max-width:48ch; margin-inline:auto; }
.discover-chips{ list-style:none; display:flex; flex-wrap:wrap; justify-content:center;
  gap:10px 12px; margin-top:clamp(22px,2.6vw,32px); }
.discover-chips li{ display:inline-flex; align-items:center; gap:8px;
  font-size:.86rem; font-weight:600; color:rgba(255,255,255,.86);
  padding:9px 16px; border-radius:100px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); }
.discover-chips svg{ width:16px; height:16px; color:#7BE0AE; flex:none; }

/* ── distributed analysis CTA band ──────────────────────────── */
.zone-cta{ display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:22px clamp(24px,4vw,56px);
  max-width:1000px; margin:clamp(48px,6vw,80px) auto 0;
  padding:clamp(26px,3vw,40px) clamp(28px,3.4vw,48px);
  border-radius:24px; position:relative; overflow:hidden;
  background:linear-gradient(150deg,#0E3054,#0A2540 78%);
  border:1px solid rgba(240,192,116,.26);
  box-shadow:0 40px 90px -56px rgba(10,37,64,.55); }
.zone-cta::after{ content:''; position:absolute; width:340px; height:340px; right:-90px; top:-140px;
  border-radius:50%; background:radial-gradient(circle,rgba(240,192,116,.28),transparent 68%);
  filter:blur(30px); pointer-events:none; }
.zc-text{ position:relative; z-index:1; }
.zc-text h3{ color:#fff; font-size:clamp(1.4rem,2.1vw,1.85rem); font-weight:600;
  letter-spacing:-0.02em; line-height:1.1; }
.zc-text p{ color:rgba(255,255,255,.72); margin-top:8px; font-size:clamp(1rem,1.15vw,1.1rem); }
.zc-btn{ position:relative; z-index:1; flex:none; display:inline-flex; align-items:center; gap:11px;
  padding:15px 28px; border-radius:100px; font-weight:600; font-size:1.02rem; color:var(--navy);
  background:linear-gradient(100deg,var(--gold-2),var(--gold));
  box-shadow:0 16px 36px -14px rgba(226,161,75,.6), inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), filter .4s var(--ease); }
.zc-btn svg{ width:19px; height:19px; transition:transform .4s var(--ease); }
.zc-btn:hover{ transform:translateY(-2px); filter:brightness(1.04);
  box-shadow:0 22px 46px -16px rgba(226,161,75,.72); }
.zc-btn:hover svg{ transform:translateX(4px); }
/* light-background variant (Plans section) */
.zone-cta--light{ background:linear-gradient(150deg,#123761,#0C2C4C 80%); }
@media (max-width:640px){ .zone-cta{ flex-direction:column; align-items:flex-start; } .zc-btn{ width:100%; justify-content:center; } }

/* glass card */
.quiz{
  max-width:680px; margin:0 auto; position:relative;
  border-radius:28px;
  background:linear-gradient(165deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(26px) saturate(150%);
  -webkit-backdrop-filter:blur(26px) saturate(150%);
  box-shadow:0 50px 120px -40px rgba(4,18,34,.7), inset 0 1px 0 rgba(255,255,255,.45);
  padding:clamp(28px,4vw,52px);
  overflow:hidden;
}
.quiz::before{
  content:''; position:absolute; inset:0; pointer-events:none; border-radius:28px;
  background:linear-gradient(120deg, rgba(255,255,255,.22), transparent 38%);
  opacity:.7;
}
.quiz-top{ position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:28px; }
.quiz-steplabel{ font-size:12px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,.66); }
.quiz-progress{ display:flex; gap:6px; flex:1; max-width:230px; }
.quiz-progress .seg{ flex:1; height:3px; border-radius:3px; background:rgba(255,255,255,.2); overflow:hidden; }
.quiz-progress .seg i{ display:block; height:100%; width:0;
  background:linear-gradient(90deg, var(--gold-2), var(--green)); border-radius:3px;
  transition:width .6s var(--ease); }
.quiz-progress .seg.done i{ width:100%; }

.quiz-stage{ position:relative; z-index:2; }
.quiz-step{ display:none; }
.quiz-step.active{ display:block; animation:stepIn .55s var(--ease) both; }
@keyframes stepIn{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:none; } }
.quiz-step h3{
  color:#fff; font-size:clamp(1.5rem,2.6vw,2rem); font-weight:600;
  letter-spacing:-0.025em; line-height:1.12; margin-bottom:6px;
}
.quiz-step .qsub{ color:rgba(255,255,255,.62); font-size:0.96rem; margin-bottom:24px; }

/* field */
.quiz-field{ position:relative; margin-top:8px; }
.quiz-field label{
  display:flex; align-items:center; gap:8px;
  font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase;
  color:rgba(255,255,255,.62); margin-bottom:10px;
}
.quiz-input{
  width:100%; font-family:inherit; font-size:1.05rem; color:#fff;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.26);
  border-radius:14px; padding:16px 18px; outline:none;
  transition:border-color .35s, background .35s, box-shadow .35s;
}
.quiz-input::placeholder{ color:rgba(255,255,255,.42); }
.quiz-input:focus{
  border-color:var(--gold-2); background:rgba(255,255,255,.13);
  box-shadow:0 0 0 4px rgba(240,192,116,.18);
}
.quiz-fields-grid{ display:grid; gap:14px; }

/* options */
.quiz-opts{ display:grid; gap:11px; }
.quiz-opt{
  display:flex; align-items:center; gap:15px; text-align:left; width:100%;
  font-family:inherit; font-size:1.04rem; font-weight:500; color:#fff;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.2);
  border-radius:15px; padding:17px 19px; cursor:pointer;
  transition:background .3s var(--ease), border-color .3s, transform .3s, box-shadow .3s;
}
.quiz-opt:hover{ background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.4); transform:translateY(-1px); }
.quiz-opt .tick{
  width:22px; height:22px; flex:none; border-radius:50%;
  border:1.5px solid rgba(255,255,255,.4); position:relative; transition:border-color .3s, background .3s;
}
.quiz-opt .tick::after{
  content:''; position:absolute; inset:0; margin:auto; width:8px; height:8px; border-radius:50%;
  background:var(--navy); transform:scale(0); transition:transform .3s var(--ease);
}
.quiz-opt.sel{
  background:linear-gradient(150deg, rgba(240,192,116,.28), rgba(46,140,99,.18));
  border-color:var(--gold-2); box-shadow:0 14px 34px -14px rgba(240,192,116,.5);
}
.quiz-opt.sel .tick{ background:var(--gold-2); border-color:var(--gold-2); }
.quiz-opt.sel .tick::after{ transform:scale(1); }

/* nav row */
.quiz-nav{ position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:26px; }
.quiz-back{
  font-size:0.9rem; font-weight:500; color:rgba(255,255,255,.55); cursor:pointer;
  background:none; border:none; font-family:inherit; padding:8px 0;
  display:inline-flex; align-items:center; gap:8px; transition:color .3s; opacity:1;
}
.quiz-back:hover{ color:#fff; }
.quiz-back[hidden]{ display:none; }
.quiz-next{
  display:inline-flex; align-items:center; gap:10px; margin-left:auto;
  background:linear-gradient(100deg, var(--green), var(--green-d));
  color:#fff; font-family:inherit; font-size:0.98rem; font-weight:600;
  padding:14px 26px; border-radius:100px; border:none; cursor:pointer;
  box-shadow:0 14px 34px -12px rgba(34,111,78,.6);
  transition:transform .35s var(--ease), box-shadow .35s, filter .35s, opacity .3s;
}
.quiz-next:hover{ transform:translateY(-2px); filter:brightness(1.06); }
.quiz-next:disabled{ opacity:.4; cursor:not-allowed; transform:none; filter:none; box-shadow:none; }
.quiz-next svg{ width:15px; height:15px; }
.quiz-fineprint{ position:relative; z-index:2; margin-top:18px; font-size:0.78rem; color:rgba(255,255,255,.5); text-align:center; line-height:1.5; }

/* ── RESULT (premium) ────────────────────────────────────────── */
.quiz-result{ display:none; position:relative; z-index:2; text-align:center; animation:stepIn .7s var(--ease) both; }
.quiz-result.active{ display:block; }
.result-badge{
  display:inline-flex; align-items:center; gap:9px; margin:0 auto 22px;
  padding:8px 16px; border-radius:100px;
  background:rgba(240,192,116,.16); border:1px solid rgba(240,192,116,.4);
  font-size:11px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold-2);
}
.result-badge .dot{ width:7px;height:7px;border-radius:50%; background:var(--green);
  box-shadow:0 0 0 4px rgba(46,140,99,.3); }
.quiz-result .r-lead{ color:rgba(255,255,255,.7); font-size:1.0rem; }
.quiz-result .r-plan{
  font-size:clamp(2.6rem,6vw,4rem); font-weight:600; letter-spacing:-0.04em;
  line-height:1.05; margin:8px 0 4px;
  background:linear-gradient(100deg, var(--gold-2), #fff 55%, var(--blue-sky));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.quiz-result .r-desc{ color:rgba(255,255,255,.78); font-size:1.06rem; line-height:1.6; max-width:40ch; margin:18px auto 0; }
.result-meta{
  display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin:26px auto 0; max-width:520px;
}
.result-meta span{
  font-size:0.82rem; color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
  padding:8px 14px; border-radius:100px;
}
.result-meta span b{ color:#fff; font-weight:600; }
.result-actions{ display:flex; gap:18px; justify-content:center; align-items:center; flex-wrap:wrap; margin-top:30px; }
.result-restart{ background:none; border:none; font-family:inherit; cursor:pointer;
  font-size:0.9rem; font-weight:500; color:rgba(255,255,255,.6); transition:color .3s; }
.result-restart:hover{ color:#fff; }

/* ── EQUIP ───────────────────────────────────────────────────── */
.team{ color:#fff; overflow:hidden;
  background:radial-gradient(110% 80% at 90% 0%, rgba(46,140,99,.22), transparent 55%), linear-gradient(165deg,#0A2540,#081E36); }
.team .head{ max-width:60ch; margin-bottom:clamp(52px,7vw,90px); }
.team .head h2{ color:#fff; margin-top:1.3rem; }
.team .head .lead{ color:rgba(255,255,255,.66); margin-top:1.4rem; }
.team-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2vw,24px); }
.team-item{
  border-radius:18px; padding:clamp(24px,2.6vw,34px) clamp(22px,2.4vw,30px) clamp(30px,3vw,38px);
  background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(12px); transition:transform .5s var(--ease), background .5s, border-color .5s;
}
.team-item:hover{ transform:translateY(-4px); background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.26); }
.team-item .idx{
  font-size:0.78rem; font-weight:600; letter-spacing:0.04em; margin-bottom:20px;
  background:linear-gradient(90deg,var(--gold-2),var(--green)); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.team-item h3{ font-size:1.18rem; font-weight:600; color:#fff; letter-spacing:-0.01em; margin-bottom:11px; }
.team-item p{ font-size:0.95rem; line-height:1.6; color:rgba(255,255,255,.6); max-width:32ch; font-weight:400; }

/* ── PROCÉS (timeline premium) ───────────────────────────────── */
.proc{
  background:
    radial-gradient(120% 80% at 88% -6%, rgba(226,161,75,0.10), transparent 56%),
    radial-gradient(90% 70% at 4% 106%, rgba(46,140,99,0.07), transparent 54%),
    linear-gradient(180deg, #F7F3EA 0%, var(--paper-2) 100%);
}
.proc-grid{
  display:grid; grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr);
  gap:clamp(40px,6vw,104px); align-items:start;
}
.proc-intro{ position:sticky; top:clamp(96px,11vh,124px); }
.proc-h2{ margin-top:1.2rem; line-height:1.06; }
.proc-intro .lead{ margin-top:1.4rem; max-width:40ch; }
.proc-badge{
  margin-top:clamp(30px,3.6vw,44px); display:inline-flex; align-items:center; gap:18px;
  padding:18px 24px 18px 20px; border-radius:18px; background:rgba(255,255,255,.7);
  border:1px solid var(--line); box-shadow:0 24px 54px -40px rgba(10,37,64,.4);
}
.pb-num{ font-size:2.6rem; font-weight:700; letter-spacing:-0.04em; line-height:1;
  background:linear-gradient(125deg, var(--amber), var(--gold-2) 55%, var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent; font-variant-numeric:tabular-nums; }
.pb-txt{ font-size:0.92rem; font-weight:500; line-height:1.4; color:var(--ink-2); }

/* timeline */
.proc-timeline{ list-style:none; position:relative; padding-left:6px; }
.proc-timeline::before{
  content:''; position:absolute; left:22px; top:14px; bottom:14px; width:2px;
  background:linear-gradient(180deg, var(--amber), var(--gold-2) 40%, var(--green));
  opacity:.45;
}
.proc-node{ position:relative; display:grid; grid-template-columns:46px minmax(0,1fr);
  gap:clamp(16px,2vw,26px); align-items:start; padding-bottom:clamp(14px,1.6vw,20px); }
.proc-node:last-child{ padding-bottom:0; }
.pn-dot{
  position:relative; z-index:2; width:46px; height:46px; border-radius:50%;
  display:grid; place-items:center; font-size:0.92rem; font-weight:700; letter-spacing:0.01em;
  font-variant-numeric:tabular-nums; color:var(--navy);
  background:#fff; border:1.5px solid var(--line);
  box-shadow:0 10px 24px -12px rgba(10,37,64,.4); transition:all .45s var(--ease);
}
.pn-dot.pn-last{ background:linear-gradient(145deg, var(--green), var(--green-d)); color:#fff; border-color:transparent; }
.pn-card{
  background:#fff; border:1px solid var(--line); border-radius:16px;
  padding:18px 22px; box-shadow:0 18px 40px -34px rgba(10,37,64,.45);
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.proc-node:hover .pn-card{ transform:translateX(5px); box-shadow:0 30px 60px -36px rgba(10,37,64,.5); border-color:transparent; }
.proc-node:hover .pn-dot{ transform:scale(1.08); border-color:var(--gold-2); box-shadow:0 14px 30px -12px rgba(226,161,75,.55); }
.proc-node:hover .pn-dot.pn-last{ border-color:transparent; }
.pn-card h3{ font-size:1.16rem; font-weight:600; letter-spacing:-0.02em; line-height:1.2; }
.pn-card p{ font-size:0.96rem; color:var(--ink-2); line-height:1.55; margin-top:6px; }

@media (max-width:900px){
  .proc-grid{ grid-template-columns:1fr; gap:clamp(34px,6vw,48px); }
  .proc-intro{ position:static; }
  .proc-intro .lead{ max-width:54ch; }
}
@media (max-width:520px){
  .proc-node{ grid-template-columns:40px minmax(0,1fr); gap:14px; }
  .pn-dot{ width:40px; height:40px; font-size:0.84rem; }
  .proc-timeline::before{ left:19px; }
}

/* ── FAQ ──────────────────────────────────────────────────────── */
.faq{ background:var(--paper); }
.faq-grid{
  display:grid; grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr);
  gap:clamp(40px,6vw,100px); align-items:start;
}
.faq-intro{ position:sticky; top:clamp(96px,11vh,124px); }
.faq-intro h2{ margin-top:1.2rem; line-height:1.08; }
.faq-intro .lead{ margin-top:1.4rem; max-width:40ch; }
.faq-cta{
  display:inline-flex; align-items:center; gap:9px; margin-top:clamp(26px,3vw,36px);
  font-size:1rem; font-weight:600; color:var(--navy); transition:gap .4s var(--ease);
}
.faq-cta span{ transition:transform .4s var(--ease); }
.faq-cta:hover{ gap:13px; }
.faq-cta:hover span{ transform:translateX(3px); }
.faq-actions{ display:flex; flex-direction:column; align-items:flex-start; gap:16px;
  margin-top:clamp(26px,3vw,36px); }
.faq-actions .faq-cta{ margin-top:0; }
.faq-guide{ display:inline-flex; align-items:center; gap:10px;
  padding:12px 22px; border-radius:100px; font-size:.98rem; font-weight:600;
  color:var(--navy); background:var(--paper-2); border:1px solid var(--line);
  transition:background .4s var(--ease), border-color .4s var(--ease), gap .4s var(--ease); }
.faq-guide span{ transition:transform .4s var(--ease); }
.faq-guide:hover{ background:#fff; border-color:var(--navy); gap:14px; }
.faq-guide:hover span{ transform:translateX(3px); }

.faq-list{ display:flex; flex-direction:column; gap:12px; }
.faq-item{
  border:1px solid var(--line); border-radius:16px; background:var(--paper);
  overflow:hidden; transition:border-color .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease);
}
.faq-item[open]{ border-color:transparent; background:var(--paper-2);
  box-shadow:0 28px 60px -42px rgba(10,37,64,.5); }
.faq-item summary{
  display:flex; align-items:center; justify-content:space-between; gap:20px; cursor:pointer;
  list-style:none; padding:22px clamp(20px,2.4vw,28px);
  font-size:clamp(1.04rem,1.4vw,1.18rem); font-weight:600; letter-spacing:-0.015em; color:var(--ink);
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary:hover{ color:var(--navy); }
.faq-ico{ position:relative; width:20px; height:20px; flex:none; }
.faq-ico::before, .faq-ico::after{
  content:''; position:absolute; background:var(--amber); border-radius:2px;
  transition:transform .4s var(--ease), opacity .4s var(--ease);
}
.faq-ico::before{ top:9px; left:0; width:20px; height:2px; }
.faq-ico::after{ left:9px; top:0; width:2px; height:20px; }
.faq-item[open] .faq-ico::after{ transform:scaleY(0); opacity:0; }
.faq-a{ padding:0 clamp(20px,2.4vw,28px) 24px; }
.faq-a p{ font-size:1.0rem; line-height:1.65; color:var(--ink-2); max-width:62ch; }
.faq-a strong{ color:var(--ink); font-weight:600; }

@media (max-width:900px){
  .faq-grid{ grid-template-columns:1fr; gap:clamp(30px,6vw,42px); }
  .faq-intro{ position:static; }
  .faq-intro .lead{ max-width:54ch; }
}

/* ── PLANS ───────────────────────────────────────────────────── */
.plans{ background:var(--paper); }
.plans .head{ max-width:56ch; margin-bottom:clamp(46px,6vw,80px); }
.plans .head h2{ margin-top:1.2rem; }
.plans .head .lead{ margin-top:1.4rem; }
.plan-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(18px,2.2vw,28px); align-items:stretch; }
.plan{
  border-radius:22px; padding:clamp(28px,2.8vw,40px); display:flex; flex-direction:column;
  background:var(--paper); border:1px solid var(--line);
  box-shadow:0 30px 60px -40px rgba(10,37,64,.3);
  transition:transform .5s var(--ease), box-shadow .5s;
}
.plan:hover{ transform:translateY(-5px); box-shadow:0 44px 80px -40px rgba(10,37,64,.4); }
.plan.feat{
  color:#fff; border:none; position:relative;
  background:linear-gradient(165deg, #14457C, #0A2540 80%);
  box-shadow:0 40px 90px -34px rgba(10,37,64,.6);
}
.plan.feat::before{
  content:''; position:absolute; inset:-1px; border-radius:22px; padding:1px; pointer-events:none;
  background:linear-gradient(150deg, var(--gold-2), rgba(46,140,99,.6), transparent);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
}
.plan .pname{ display:flex; align-items:center; gap:12px; font-size:1.06rem; font-weight:600; letter-spacing:0.01em; margin-bottom:20px; }
.plan.feat .pname{ color:#fff; }
.plan .rec{
  font-size:10px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--navy); background:var(--gold-2); padding:4px 10px; border-radius:100px;
}
.plan .price{ font-size:clamp(2.1rem,3vw,2.8rem); font-weight:600; letter-spacing:-0.04em; line-height:1; }
.plan.feat .price{ color:#fff; }
.plan .price small{ font-size:1.05rem; font-weight:500; color:var(--ink-3); letter-spacing:0; }
.plan.feat .price small{ color:rgba(255,255,255,.6); }
.plan .prange{ font-size:0.84rem; color:var(--ink-3); margin-top:10px; }
.plan.feat .prange{ color:rgba(255,255,255,.55); }
.plan .pdesc{
  font-size:0.97rem; color:var(--ink-2); line-height:1.55; margin-top:22px;
  padding-top:22px; border-top:1px solid var(--line); max-width:32ch;
}
.plan.feat .pdesc{ color:rgba(255,255,255,.72); border-top-color:rgba(255,255,255,.16); }
.plan ul{ list-style:none; margin-top:24px; margin-bottom:28px; flex:1; }
.plan li{ font-size:0.93rem; color:var(--ink-2); line-height:1.45; padding:10px 0 10px 26px; position:relative; }
.plan.feat li{ color:rgba(255,255,255,.84); }
.plan li::before{
  content:''; position:absolute; left:0; top:0.65em; width:14px; height:14px; border-radius:50%;
  background:rgba(46,140,99,.14);
}
.plan li::after{
  content:''; position:absolute; left:4px; top:1.02em; width:6px; height:3px;
  border-left:1.5px solid var(--green); border-bottom:1.5px solid var(--green);
  transform:rotate(-45deg);
}
.plan.feat li::before{ background:rgba(240,192,116,.22); }
.plan.feat li::after{ border-color:var(--gold-2); }
.plan li.off{ color:var(--ink-3); }
.plan li.off::before{ background:var(--line); }
.plan li.off::after{ display:none; }
/* opcional / extra de pagament */
.plan li.extra{ color:var(--ink-2); }
.plan li.extra::before{ background:rgba(217,128,58,.16); }
.plan li.extra::after{ content:''; left:3.5px; top:0.86em; width:7px; height:7px;
  border:none; background:
    linear-gradient(var(--amber),var(--amber)) center/7px 1.6px no-repeat,
    linear-gradient(var(--amber),var(--amber)) center/1.6px 7px no-repeat; }
.plan .ex-price{ display:inline-block; margin-left:6px; padding:2px 9px; border-radius:100px;
  font-size:0.72rem; font-weight:700; letter-spacing:0.02em; white-space:nowrap;
  background:rgba(217,128,58,.14); color:var(--amber); vertical-align:middle; }
.plan.feat li.extra .ex-price{ background:rgba(240,192,116,.2); color:var(--gold-2); }
.plan .pbtn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:inherit; font-size:0.92rem; font-weight:600; cursor:pointer;
  padding:13px 22px; border-radius:100px; transition:background .35s, transform .35s, color .35s;
  border:1px solid var(--line); background:var(--paper); color:var(--ink);
}
.plan .pbtn:hover{ transform:translateY(-2px); background:var(--navy); color:#fff; border-color:var(--navy); }
.plan.feat .pbtn{ background:var(--gold-2); border-color:var(--gold-2); color:var(--navy); }
.plan.feat .pbtn:hover{ background:#fff; border-color:#fff; }
.plans-foot{
  margin-top:clamp(38px,5vw,60px); display:flex; align-items:baseline; justify-content:space-between;
  gap:28px; flex-wrap:wrap; border-top:1px solid var(--line); padding-top:30px;
}
.plans-foot p{ font-size:1.05rem; color:var(--ink); max-width:44ch; }
.plans-foot p strong{ font-weight:600; }
.plans-foot .note{ font-size:0.82rem; color:var(--ink-3); }

/* ── CTA ─────────────────────────────────────────────────────── */
.cta{
  text-align:center; color:#fff; overflow:hidden;
  background:
    radial-gradient(80% 80% at 20% 0%, rgba(240,192,116,.3), transparent 55%),
    radial-gradient(80% 90% at 90% 100%, rgba(46,140,99,.32), transparent 55%),
    linear-gradient(160deg, #14457C, #0A2540 70%);
}
.cta .wrap{ max-width:900px; position:relative; z-index:2; }
.cta h2{ color:#fff; margin-top:1.3rem; }
.cta .lead{ color:rgba(255,255,255,.74); margin:1.5rem auto 0; max-width:48ch; }
.cta-row{ display:flex; gap:20px; justify-content:center; align-items:center; flex-wrap:wrap; margin-top:clamp(34px,4.5vw,50px); }
.cta-contact{ margin-top:clamp(34px,4.5vw,48px); font-size:0.92rem; color:rgba(255,255,255,.6);
  display:flex; gap:10px 26px; justify-content:center; flex-wrap:wrap; }
.cta-contact a{ color:rgba(255,255,255,.85); border-bottom:1px solid rgba(255,255,255,.3); padding-bottom:2px; transition:border-color .3s; }
.cta-contact a:hover{ border-color:#fff; }
.cta-claim{
  margin-top:clamp(46px,6vw,76px); padding-top:clamp(34px,4.5vw,50px);
  border-top:1px solid rgba(255,255,255,.16);
  font-size:clamp(1.15rem,1.8vw,1.45rem); font-weight:400; letter-spacing:-0.01em;
  color:rgba(255,255,255,.82); max-width:32ch; margin-inline:auto;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
footer{ background:#081E36; color:#fff; padding-block:clamp(38px,4.6vw,58px); }
.foot-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:32px; flex-wrap:wrap;
  padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.12); }
.foot-mark{ font-weight:700; font-size:0.94rem; letter-spacing:0.3em; padding-left:0.3em; }
.foot-claim{ font-size:0.9rem; color:rgba(255,255,255,.6); max-width:24ch; letter-spacing:-0.01em; }
.foot-links{ display:flex; gap:clamp(16px,3vw,38px); flex-wrap:wrap; }
.foot-links a{ font-size:0.8rem; color:rgba(255,255,255,.6); transition:color .3s; }
.foot-links a:hover{ color:#fff; }
.foot-bottom{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap;
  padding-top:22px; font-size:0.74rem; color:rgba(255,255,255,.38); }

/* ── reveal ──────────────────────────────────────────────────── */
.reveal{ opacity:0; transform:translateY(28px); }
.reveal.in{ opacity:1; transform:none; transition:opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal[data-d="1"].in{ transition-delay:.09s; }
.reveal[data-d="2"].in{ transition-delay:.18s; }
.reveal[data-d="3"].in{ transition-delay:.27s; }
.reveal[data-d="4"].in{ transition-delay:.36s; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; transition:none; }
  .hero-orb,.discover-orb,.scroll-cue .bar{ animation:none; }
}

/* ── responsive ──────────────────────────────────────────────── */
@media (max-width:900px){
  .manifest .grid{ grid-template-columns:1fr; gap:36px; }
  .compare{ grid-template-columns:1fr; }
  .team-grid{ grid-template-columns:1fr 1fr; }
  .plan-grid{ grid-template-columns:1fr; max-width:480px; margin-inline:auto; }
  .vs-cards{ grid-template-columns:1fr; max-width:520px; }
  .vs-nov{ transform:none; }
  .vs-nov:hover{ transform:translateY(-6px); }
  .calc-compare{ grid-template-columns:1fr; gap:26px; }
  .calc-vs{ margin:0 auto; }
}
/* La navegació té molts enllaços i no hi caben còmodament fins a ~1180px:
   per sota col·lapsa al menú hamburguesa perquè no s'amunteguin ni trepitgin
   el logo. El selector d'idioma passa al menú desplegable. */
@media (max-width:1180px){
  .nav-links .hide-sm{ display:none; }
  .nav-burger{ display:flex; }
  .nav-mobile{ display:flex; }
  .nav-links > .lang-switch{ display:none; }   /* amaga el selector de la capçalera */
  .lang-switch--mobile{ display:flex; }        /* i el mostra dins del menú */
}
@media (max-width:640px){
  body{ font-size:16px; }
  .hero-foot{ flex-direction:column; align-items:flex-start; gap:28px; }
  .team-grid{ grid-template-columns:1fr; }
  .proc-row{ grid-template-columns:60px 1fr; }
  .proc-row p{ grid-column:2; }
  .quiz{ padding:24px 20px; }
  .quiz-top{ flex-direction:column; align-items:flex-start; gap:12px; }
  .quiz-progress{ max-width:none; width:100%; }
  .result-actions{ flex-direction:column; }
}

/* ════════════════════════════════════════════════════════════
   LEGAL — footer legal · banner cookies · consentiment
   ════════════════════════════════════════════════════════════ */
.foot-legal{
  display:flex; flex-wrap:wrap; gap:6px 18px; align-items:center;
  padding-top:20px; margin-top:22px; border-top:1px solid rgba(255,255,255,.12);
}
.foot-legal a{ font-size:0.72rem; color:rgba(255,255,255,.5); transition:color .3s; }
.foot-legal a:hover{ color:#fff; }
.foot-legal .sep{ color:rgba(255,255,255,.2); font-size:0.72rem; }

/* cookie banner */
.cookie-banner{
  position:fixed; z-index:80; left:clamp(16px,3vw,28px); right:clamp(16px,3vw,28px);
  bottom:clamp(16px,3vw,28px); max-width:560px; margin-inline:auto;
  border-radius:20px; padding:clamp(22px,2.6vw,30px);
  background:linear-gradient(165deg, rgba(255,255,255,.94), rgba(244,241,234,.92));
  border:1px solid rgba(10,37,64,.1);
  backdrop-filter:blur(20px) saturate(160%); -webkit-backdrop-filter:blur(20px) saturate(160%);
  box-shadow:0 40px 90px -34px rgba(10,37,64,.5);
  transform:translateY(140%); opacity:0; transition:transform .7s var(--ease), opacity .7s var(--ease);
  pointer-events:none;
}
.cookie-banner.show{ transform:none; opacity:1; pointer-events:auto; }
.cookie-banner h4{ font-size:1.06rem; font-weight:600; letter-spacing:-0.02em; color:var(--navy); margin-bottom:9px; }
.cookie-banner p{ font-size:0.88rem; line-height:1.55; color:var(--ink-2); margin-bottom:18px; }
.cookie-banner p a{ color:var(--blue); border-bottom:1px solid var(--line); }
.cookie-acts{ display:flex; flex-wrap:wrap; gap:10px; }
.ck-btn{ font-family:inherit; font-size:0.88rem; font-weight:600; cursor:pointer; border-radius:100px;
  padding:11px 20px; border:1px solid var(--line); background:var(--paper); color:var(--ink); transition:all .3s var(--ease); }
.ck-btn:hover{ transform:translateY(-1px); }
.ck-btn.primary{ background:linear-gradient(100deg,var(--green),var(--green-d)); color:#fff; border-color:transparent;
  box-shadow:0 12px 28px -12px rgba(34,111,78,.5); }
.ck-btn.ghost:hover{ border-color:var(--navy); }
.ck-btn.link{ border:none; background:none; color:var(--ink-2); padding:11px 8px; }
.ck-btn.link:hover{ color:var(--navy); }
/* config panel */
.cookie-config{ display:none; margin:16px 0 4px; border-top:1px solid var(--line); padding-top:16px; }
.cookie-config.open{ display:block; animation:stepIn .4s var(--ease) both; }
.ck-row{ display:flex; align-items:flex-start; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid var(--line); }
.ck-row:last-child{ border-bottom:none; }
.ck-row .t{ font-size:0.9rem; font-weight:600; color:var(--ink); }
.ck-row .d{ font-size:0.8rem; color:var(--ink-3); line-height:1.45; margin-top:2px; max-width:42ch; }
.ck-toggle{ position:relative; width:42px; height:24px; flex:none; border-radius:100px; background:var(--line);
  border:none; cursor:pointer; transition:background .3s; margin-top:2px; }
.ck-toggle::after{ content:''; position:absolute; top:3px; left:3px; width:18px; height:18px; border-radius:50%;
  background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.2); transition:transform .3s var(--ease); }
.ck-toggle.on{ background:var(--green); }
.ck-toggle.on::after{ transform:translateX(18px); }
.ck-toggle.locked{ background:var(--blue-2); opacity:.6; cursor:not-allowed; }

/* consent checkbox (forms) */
.consent{ display:flex; align-items:flex-start; gap:12px; margin-top:20px; cursor:pointer; }
.consent input{ position:absolute; opacity:0; width:0; height:0; }
.consent .cbox{ width:22px; height:22px; flex:none; border-radius:7px; border:1.5px solid var(--line);
  position:relative; transition:border-color .25s, background .25s; margin-top:1px; }
.consent .cbox::after{ content:''; position:absolute; left:7px; top:3px; width:5px; height:10px;
  border-right:2px solid #fff; border-bottom:2px solid #fff; transform:rotate(45deg) scale(0); transition:transform .25s var(--ease); }
.consent input:checked + .cbox{ background:var(--green); border-color:var(--green); }
.consent input:checked + .cbox::after{ transform:rotate(45deg) scale(1); }
.consent input:focus-visible + .cbox{ box-shadow:0 0 0 4px rgba(46,140,99,.2); }
.consent .ctext{ font-size:0.86rem; line-height:1.5; color:var(--ink-2); }
.consent .ctext a{ color:var(--blue); border-bottom:1px solid var(--line); }
/* consent on dark glass (quiz) */
.consent.on-dark .cbox{ border-color:rgba(255,255,255,.4); }
.consent.on-dark .ctext{ color:rgba(255,255,255,.66); }
.consent.on-dark .ctext a{ color:var(--gold-2); border-bottom-color:rgba(240,192,116,.4); }

@media (max-width:640px){
  .cookie-acts{ flex-direction:column; }
  .ck-btn{ width:100%; }
}


/* ── Enllaços del menú que porten a una altra pàgina (subtil) ── */
.nav-links a.to-page::after,
.nav-mobile a.to-page::after{
  content:"\2197"; /* fletxa diagonal ↗ */
  display:inline-block; margin-left:4px;
  font-size:.72em; font-weight:700; line-height:0;
  color:var(--amber); opacity:.8; vertical-align:.05em;
  transition:transform .3s var(--ease), opacity .3s var(--ease);
}
.nav-links a.to-page:hover::after{ opacity:1; transform:translate(1px,-1px); }
.nav-mobile a.to-page::after{ font-size:.66em; opacity:.85; }

/* ════════════════════════════════════════════════════════════
   MÒBIL — portada neta i integrada (només ≤760px; desktop intacte)
   · Copy sobre el navy + imatge com a targeta emmarcada amb el preu
   · Compacte perquè es llegeixi com UN sol hero, no dues portades
   ════════════════════════════════════════════════════════════ */
@media (max-width:760px){
  .hero{ display:block; min-height:auto;
    padding-top:clamp(96px,13vh,122px); padding-bottom:clamp(40px,9vw,58px); }
  .hero-glow{ opacity:.4; filter:blur(60px); }
  .hero-grain{ opacity:.4; }

  .hero-inner{ display:flex; flex-direction:column; gap:0; align-items:stretch; }
  .hero-copy{ display:contents; }

  /* 1 · badge */
  .hero-badge{ order:1; align-self:flex-start; margin:0 0 18px;
    font-size:.72rem; letter-spacing:.1em; padding:8px 15px 8px 12px;
    background:rgba(240,192,116,.14); border-color:rgba(240,192,116,.46); }
  .hero-badge svg{ width:13px; height:13px; }

  /* 2 · titular compacte */
  .hero-copy .hero-title{ order:2; margin:0;
    font-size:clamp(2.6rem,12vw,3.5rem); line-height:.98; letter-spacing:-.042em; }

  /* 3 · subtítol breu */
  .hero-sub{ order:3; margin:15px 0 0; max-width:32ch;
    font-size:1.05rem; line-height:1.5; color:rgba(255,255,255,.84); }

  /* 4 · imatge com a targeta emmarcada amb el preu I el "Valora" integrats a la foto */
  .hero-visual{ order:4; margin:22px 0 0; max-width:none; position:relative; }
  .hero-photo{ aspect-ratio:16/13; border-radius:20px; box-shadow:0 30px 64px -36px rgba(0,0,0,.65),
    inset 0 0 0 1px rgba(255,255,255,.08);
    -webkit-mask-image:none; mask-image:none; }
  .hero-photo::after{ background:linear-gradient(180deg, rgba(6,18,31,.15) 0%, transparent 34%, rgba(6,18,31,.72) 100%); }
  /* preu — accent a dalt a la dreta de la foto */
  .price-stamp{ top:14px; right:14px; left:auto; bottom:auto;
    padding:11px 16px 10px; border-radius:15px; animation:stampPop 1s var(--ease) .6s both; }
  .ps-amount{ font-size:clamp(2.1rem,7.5vw,2.7rem); }
  /* "Valora" integrat com a barra premium al peu de la foto */
  .hero-visual-cta{ display:flex; align-items:center; justify-content:space-between; gap:12px;
    position:absolute; left:0; right:0; bottom:0; z-index:3; height:62px; padding:0 12px 0 22px;
    border-radius:0 0 20px 20px; overflow:hidden;
    background:linear-gradient(100deg, var(--gold), var(--gold-2)); color:#231403;
    font-weight:700; font-size:1.05rem; letter-spacing:-.015em;
    box-shadow:0 -12px 34px -14px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.45); }
  .hero-visual-cta .hvc-ar{ width:38px; height:38px; flex:none; border-radius:11px; display:grid; place-items:center;
    background:rgba(35,20,3,.16); }
  .hero-visual-cta .hvc-ar svg{ width:20px; height:20px; }
  .hero-visual-cta .hvc-shine{ position:absolute; top:0; left:-60%; width:42%; height:100%;
    background:linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
    transform:skewX(-18deg); animation:fabShine 4.6s ease-in-out infinite; pointer-events:none; }

  /* 5 · "Descobreix el model" a sota de la imatge (amaguem el "Valora" duplicat) */
  .hero-copy .hero-cta{ order:5; margin-top:16px; flex-direction:column; align-items:stretch; gap:12px; }
  .hero-copy .hero-cta .cta-main{ display:none; }
  .cta-sub{ justify-content:center; opacity:.9; font-size:.95rem; }

  /* 6 · segell verificat */
  .hero-seal-badge{ order:6; margin:20px 0 0; width:100%; padding:14px 16px;
    border-radius:14px; background:rgba(255,255,255,.05); border-color:rgba(63,203,134,.3); }
  .hero-seal-badge .hsb-shine{ display:none; }
  .hsb-tick{ width:26px; height:26px; }
  .hsb-tx .k{ font-size:.64rem; letter-spacing:.12em; }
  .hsb-tx .m{ font-size:.9rem; }
  .hsb-ar{ margin-left:auto; }

  /* 7 · ets comprador? */
  .hero-buyer{ order:7; margin:16px 0 0; width:100%; justify-content:center;
    padding:14px 16px; min-height:50px; border-radius:14px;
    border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.03);
    font-size:.92rem; color:rgba(255,255,255,.72); }
  .hero-buyer .hb-ico{ width:30px; height:30px; }
}

/* ── App-like: ritme, targets tàctils i barra d'acció fixa (només ≤760px) ── */
html{ -webkit-tap-highlight-color:transparent; }
.m-dock{ display:none; }

/* ── Botons flotants persistents (tota la web, amagables, apilats) ── */
.fab-stack{ position:fixed; right:22px; bottom:22px; z-index:58;
  display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.call-fab{ position:relative; display:flex; align-items:center;
  transition:transform .55s var(--ease), opacity .4s var(--ease); }
.call-fab.collapsed{ transform:translateX(calc(100% - 46px)); }
.plan-fab .cf-btn{ background:linear-gradient(100deg, var(--gold), var(--gold-2)); color:#231403; font-weight:700;
  position:relative; overflow:hidden;
  box-shadow:0 20px 44px -12px rgba(226,161,75,.7), inset 0 1px 0 rgba(255,255,255,.45);
  animation:fabBreathe 5s ease-in-out infinite; }
.plan-fab .cf-btn:hover{ animation-play-state:paused; transform:translateY(-2px);
  box-shadow:0 26px 56px -14px rgba(226,161,75,.82), inset 0 1px 0 rgba(255,255,255,.55); }
.plan-fab .cf-btn::before{ content:''; position:absolute; top:0; left:-60%; width:42%; height:100%;
  background:linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform:skewX(-18deg); animation:fabShine 4.6s ease-in-out infinite; pointer-events:none; }
.plan-fab .cf-ico{ background:rgba(35,20,3,.16); }
.plan-fab .cf-ico::after{ display:none; }
@keyframes fabBreathe{ 0%,86%,100%{ transform:none; } 92%{ transform:scale(1.05); } }
@keyframes fabShine{ 0%,58%{ left:-60%; } 100%{ left:140%; } }
@media (prefers-reduced-motion: reduce){
  .plan-fab .cf-btn{ animation:none; } .plan-fab .cf-btn::before{ display:none; } }
.call-fab.collapsed .cf-close{ opacity:0; pointer-events:none; transform:scale(.6); }
.call-fab.collapsed .cf-btn{ cursor:pointer; padding-right:18px; }
.cf-btn{ display:inline-flex; align-items:center; gap:11px; height:54px; padding:0 22px 0 15px;
  border-radius:100px; color:#fff; font-weight:600; font-size:.95rem; letter-spacing:-.01em;
  background:linear-gradient(100deg, var(--green), var(--green-d));
  box-shadow:0 18px 40px -14px rgba(34,111,78,.66), inset 0 1px 0 rgba(255,255,255,.22);
  transition:transform .35s var(--ease), box-shadow .35s var(--ease); }
.cf-btn:hover{ transform:translateY(-2px); box-shadow:0 24px 52px -16px rgba(34,111,78,.75), inset 0 1px 0 rgba(255,255,255,.28); }
.cf-ico{ position:relative; width:32px; height:32px; border-radius:50%; flex:none;
  display:grid; place-items:center; background:rgba(255,255,255,.2); }
.cf-ico svg{ width:16px; height:16px; }
.cf-ico::after{ content:''; position:absolute; inset:0; border-radius:50%;
  box-shadow:0 0 0 0 rgba(255,255,255,.5); animation:cfPulse 2.8s ease-out infinite; }
@keyframes cfPulse{ 0%{ box-shadow:0 0 0 0 rgba(255,255,255,.45);} 70%{ box-shadow:0 0 0 9px rgba(255,255,255,0);} 100%{ box-shadow:0 0 0 0 rgba(255,255,255,0);} }
.cf-close{ position:absolute; top:-8px; right:-6px; width:22px; height:22px; border-radius:50%;
  border:1px solid rgba(255,255,255,.2); cursor:pointer; background:var(--navy); color:#fff;
  font-size:14px; line-height:1; display:grid; place-items:center;
  box-shadow:0 5px 12px rgba(0,0,0,.32); opacity:.9; transition:opacity .3s, transform .3s; }
.cf-close:hover{ opacity:1; transform:scale(1.08); }
@media (prefers-reduced-motion: reduce){ .cf-ico::after{ animation:none; } }

@media (max-width:760px){
  /* ritme vertical més compacte, propi de mòbil */
  section{ padding-block:clamp(56px,13vw,88px); }
  .h2{ font-size:clamp(2.05rem,8.6vw,2.75rem); line-height:1.08; }
  .lead{ font-size:1.06rem; line-height:1.58; }
  .display{ font-size:clamp(2.7rem,13vw,3.6rem); }

  /* targets tàctils còmodes */
  .cta-main,.nav-cta,.zc-btn,.sm-btn,.nm-cta{ min-height:52px; }

  /* "Un exemple real" — més compacte en mòbil (sense treure res) */
  .calc-head h3{ font-size:clamp(1.35rem,6vw,1.75rem); }
  .calc-head{ margin-bottom:clamp(26px,7vw,38px); }
  .saving-amount{ font-size:clamp(3.1rem,15vw,4.4rem); margin-top:12px; }
  .calc-saving{ padding-block:clamp(20px,5vw,28px); }
  .calc-nov .cs-amount{ font-size:clamp(2.4rem,9vw,3.4rem); }
  .calc-trad .cs-amount{ font-size:clamp(1.7rem,6vw,2.2rem); }

  /* barra d'acció fixa tipus app — apareix en fer scroll */
  .m-dock{
    display:flex; gap:10px; align-items:stretch;
    position:fixed; left:12px; right:12px; z-index:55;
    bottom:calc(12px + env(safe-area-inset-bottom));
    transform:translateY(150%); opacity:0; pointer-events:none;
    transition:transform .55s var(--ease), opacity .4s var(--ease);
  }
  .m-dock.show{ transform:none; opacity:1; pointer-events:auto; }
  .m-dock-cta{
    flex:1; display:flex; align-items:center; justify-content:center; gap:10px;
    height:58px; border-radius:17px; font-weight:700; font-size:1.04rem; letter-spacing:-.01em;
    color:#231403; background:linear-gradient(100deg,var(--gold),var(--gold-2));
    box-shadow:0 16px 36px -12px rgba(226,161,75,.62), inset 0 1px 0 rgba(255,255,255,.4);
  }
  .m-dock-cta svg{ width:20px; height:20px; }
  .m-dock-alt{
    flex:none; width:58px; height:58px; border-radius:17px; display:grid; place-items:center;
    color:var(--gold-2); background:rgba(9,26,44,.82); border:1px solid rgba(255,255,255,.14);
    backdrop-filter:saturate(160%) blur(16px); -webkit-backdrop-filter:saturate(160%) blur(16px);
    box-shadow:0 16px 36px -16px rgba(0,0,0,.6);
  }
  .m-dock-alt svg{ width:23px; height:23px; }

  /* els botons flotants s'ajusten al mòbil */
  .fab-stack{ right:14px; bottom:calc(14px + env(safe-area-inset-bottom)); gap:10px; }
  .cf-btn{ height:50px; font-size:.88rem; padding:0 18px 0 13px; }
}
@media (prefers-reduced-motion: reduce){
  .m-dock{ transition:opacity .3s linear; }
}
