/* ============================================================
   Cowork SAS — Landing (página frontal)
   Identidad gris/premium · Sora + Inter
   ============================================================ */
:root {
  --ink: #2a2a2a;
  --ink-2: #424242;
  --text: #1c1c1e;
  --text-2: #4a4a4f;
  --muted: #7a7a80;
  --line: #e8e8ea;
  --bg: #ffffff;
  --soft: #f5f5f6;
  --soft-2: #efeff0;
  --gold: #f0a500;
  --ok: #12a150;
  --r: 16px;
  --r-sm: 10px;
  --sh-sm: 0 1px 2px rgba(20,20,25,.06);
  --sh: 0 6px 20px rgba(20,20,25,.08);
  --sh-lg: 0 20px 50px rgba(20,20,25,.14);
  --maxw: 1180px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; }
h1, h2, h3 { font-family: 'Sora', sans-serif; color: var(--text); line-height: 1.15; margin: 0; letter-spacing: -.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
.ic { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 15px;
  padding: 11px 20px; border-radius: 10px; cursor: pointer; border: 1px solid transparent; transition: .16s; white-space: nowrap; }
.btn.lg { padding: 14px 26px; font-size: 16px; }
.btn.full { width: 100%; }
.btn.solid { background: var(--ink); color: #fff; }
.btn.solid:hover { background: #000; transform: translateY(-1px); box-shadow: var(--sh); }
.btn.ghost { background: #fff; color: var(--text); border-color: var(--line); }
.btn.ghost:hover { border-color: #cfcfd3; background: var(--soft); }
.btn.light { background: #fff; color: var(--ink); }
.btn.light:hover { transform: translateY(-1px); box-shadow: var(--sh); }
.btn.outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn.outline:hover { background: rgba(255,255,255,.1); }

/* ---- nav ---- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,0); transition: background .25s, box-shadow .25s, border-color .25s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: #ffffff; box-shadow: var(--sh-sm); border-color: var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: .2px; }
.logo-text b { font-weight: 800; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--text-2); }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.hamb { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--text); align-items: center; justify-content: center; cursor: pointer; }

/* ---- hero ---- */
.hero { padding: 132px 0 70px; background:
  radial-gradient(1100px 500px at 15% -10%, #f3f3f4, transparent 60%),
  radial-gradient(900px 500px at 110% 10%, #eeeeef, transparent 55%); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 54px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .3px; color: var(--muted);
  background: #fff; border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2rem, 3.6vw, 3.3rem); font-weight: 800; line-height: 1.1; text-wrap: balance; overflow-wrap: break-word; }
.hero .hl { background: linear-gradient(120deg, #6a6a6a, #2a2a2a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { margin: 20px 0 28px; font-size: 17.5px; color: var(--text-2); max-width: 560px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats b { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 700; }
.hero-stats span { font-size: 13px; color: var(--muted); }

/* hero visual */
.hero-visual { position: relative; }
.hv-photo {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 26px;
  background: linear-gradient(165deg, #f1f1f2 0%, #e6e6e8 100%);
  box-shadow: var(--sh-lg); margin-left: auto;
}
.hv-photo img { position: absolute; left: 52%; bottom: 0; transform: translateX(-50%); width: 120%; max-width: none; display: block; }
/* etiqueta flotante de reseñas sobre la imagen */
.hv-rate { position: absolute; top: 18px; right: 18px; z-index: 2; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--sh); padding: 10px 16px; text-align: center; }
.hv-rate b { display: block; font-family: 'Sora', sans-serif; font-size: 20px; color: var(--gold); }
.hv-rate span { font-size: 11px; color: var(--muted); }

/* ---- logos ---- */
.logos { padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logos p { text-align: center; font-size: 13px; color: var(--muted); margin-bottom: 18px; letter-spacing: .3px; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px; }
.logos-row span { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; color: #b6b6ba; letter-spacing: .3px; }

/* ---- section base ---- */
.section { padding: 84px 0; }
.section.soft { background: var(--soft); }
.head-center { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.tag { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.head-center h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; }
.head-center p { margin-top: 14px; font-size: 17px; color: var(--text-2); }

/* grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* services */
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; transition: .18s; }
.svc:hover { box-shadow: var(--sh); transform: translateY(-3px); border-color: #dedee1; }
.svc-ic { font-size: 30px; display: block; margin-bottom: 14px; }
.svc h3 { font-size: 18px; margin-bottom: 8px; }
.svc p { color: var(--text-2); font-size: 15px; }

/* locations */
.loc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.loc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; display: flex; flex-direction: column; gap: 12px; transition: .18s; }
.loc-card:hover { box-shadow: var(--sh); transform: translateY(-3px); }
.loc-head { display: flex; align-items: flex-start; gap: 12px; }
.loc-pin { width: 40px; height: 40px; border-radius: 11px; background: var(--soft-2); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.loc-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15.5px; }
.loc-addr { font-size: 13px; color: var(--muted); line-height: 1.45; }
.loc-tags { display: flex; gap: 6px; }
.loc-badge { font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--soft); color: var(--text-2); border: 1px solid var(--line); }
.loc-badge.ok { background: #e7f7ee; color: var(--ok); border-color: #cdeedb; }
.loc-maps { display: flex; gap: 8px; margin-top: auto; }
.loc-maps a { flex: 1; text-align: center; font-size: 12.5px; font-weight: 600; padding: 8px; border-radius: 9px; border: 1px solid var(--line); }
.loc-maps .g { color: #1a73e8; background: #eef4fe; border-color: #dbe8fd; }
.loc-maps .g:hover { background: #e2edfd; }
.loc-maps .w { color: #12a0b4; background: #e8f8fb; border-color: #d2f0f5; }
.loc-maps .w:hover { background: #dbf3f7; }

/* features */
.feat { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.feat h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin: 12px 0 22px; }
.checks { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 14px; }
.checks li { position: relative; padding-left: 34px; font-size: 15.5px; color: var(--text-2); }
.checks li b { color: var(--text); }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 7px;
  background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.feat-referral { background: linear-gradient(160deg, #3a3a3a, #262626); color: #fff; border-radius: 22px; padding: 34px; position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.feat-referral::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.06); }
.ref-badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: rgba(255,255,255,.15); padding: 5px 11px; border-radius: 999px; }
.ref-big { font-family: 'Sora', sans-serif; font-size: 68px; font-weight: 800; line-height: 1; margin: 14px 0 4px; }
.feat-referral h3 { color: #fff; font-size: 22px; }
.feat-referral p { color: rgba(255,255,255,.82); font-size: 15px; margin: 8px 0 22px; position: relative; }

/* plans */
.plans .plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px; display: flex; flex-direction: column; position: relative; }
.plan h3 { font-size: 20px; }
.plan-desc { color: var(--muted); font-size: 14px; margin: 6px 0 18px; min-height: 40px; }
.price { font-family: 'Sora', sans-serif; font-size: 38px; font-weight: 800; margin-bottom: 20px; }
.price span { font-size: 15px; font-weight: 500; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 11px; }
.plan ul li { font-size: 14.5px; color: var(--text-2); }
.plan .btn { margin-top: auto; }
.plan.featured { border-color: var(--ink); box-shadow: var(--sh-lg); transform: scale(1.03); }
.plan-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; }

/* reviews */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; margin: 0; }
.review .stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; margin-bottom: 14px; }
.review p { font-size: 16px; color: var(--text); font-style: italic; line-height: 1.6; }
.review footer { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.rv-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #8f8f8f, #3d3d3d); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.review footer b { display: block; font-size: 14.5px; }
.review footer span { font-size: 12.5px; color: var(--muted); }

/* cta */
.cta { background: linear-gradient(135deg, #333, #222); color: #fff; padding: 78px 0; text-align: center; }
.cta-in { max-width: 720px; margin: 0 auto; }
.cta h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; }
.cta p { color: rgba(255,255,255,.8); font-size: 17px; margin: 16px 0 30px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* footer */
.footer { background: #1e1e1f; color: #b8b8bd; padding: 56px 0 26px; }
.foot-in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.foot-brand .logo-text { color: #fff; }
.foot-brand p { margin-top: 14px; font-size: 14px; max-width: 280px; }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col b { color: #fff; font-family: 'Sora', sans-serif; font-size: 14px; margin-bottom: 4px; }
.foot-col a, .foot-col span { font-size: 14px; color: #a0a0a6; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; font-size: 13px; color: #85858b; }
.foot-legal { display: flex; gap: 20px; }
.foot-legal a:hover { color: #fff; }

/* ---- responsive ---- */
@media (max-width: 960px) {
  .hero-in { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; }
  .feat { grid-template-columns: 1fr; }
  .grid-3, .loc-grid { grid-template-columns: 1fr 1fr; }
  .plan.featured { transform: none; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; padding: 16px 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--sh); }
  .nav-cta .btn.ghost { display: none; }
  .hamb { display: inline-flex; }
  .hero { padding-top: 116px; }
}
@media (max-width: 560px) {
  .grid-3, .loc-grid, .foot-in { grid-template-columns: 1fr; }
  .hero-stats { gap: 22px; }
}
