:root{
  --ink:#082a33;
  --ink-2:#113e47;
  --muted:#60777d;
  --line:#d8e9e6;
  --surface:#ffffff;
  --soft:#f3faf9;
  --teal:#0c827a;
  --teal-2:#15b6a8;
  --cyan:#5de2d6;
  --blue:#2469e8;
  --orange:#ec7b0b;
  --purple:#6c45d8;
  --shadow:0 24px 70px rgba(7,51,60,.12);
  --shadow-soft:0 16px 40px rgba(7,51,60,.07);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#f7fbfb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:linear-gradient(180deg,#f5fbfa 0,#fff 34%,#f6fbfb 100%);color:var(--ink)}
a{color:inherit}
button,a{font:inherit}
button{color:inherit}
[hidden]{display:none!important}
.skip{position:fixed;left:16px;top:-80px;z-index:120;padding:12px 16px;border-radius:10px;background:#fff;color:#092a31;box-shadow:var(--shadow)}
.skip:focus{top:16px}
.announcement{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 18px;background:#062d35;color:#dffbf8;font-size:13px;text-align:center}
.announcement span{padding:4px 9px;border-radius:999px;background:rgba(93,226,214,.14);color:#69eadf;font-weight:900;letter-spacing:.06em}
.announcement strong{font-weight:700}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px clamp(20px,5vw,72px);border-bottom:1px solid rgba(13,91,91,.12);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand img{width:46px;height:46px}
.brand div{display:grid}
.brand strong{font-size:22px;letter-spacing:-.04em}
.brand small{color:var(--teal);font-size:10px;font-weight:950;letter-spacing:.14em}
.menu{display:none;border:0;background:transparent;font-size:27px;cursor:pointer}
.site-nav{display:flex;align-items:center;gap:24px}
.site-nav a{text-decoration:none;font-weight:780}
.site-nav a:hover{color:var(--teal)}
.nav-cta{padding:12px 18px;border-radius:13px;background:var(--ink);color:#fff!important;box-shadow:0 10px 24px rgba(8,42,51,.18)}
.hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:28px;align-items:stretch;max-width:1500px;margin:auto;padding:64px clamp(20px,6vw,90px) 34px}
.hero-copy,.ecosystem-card{border:1px solid var(--line);border-radius:32px}
.hero-copy{position:relative;overflow:hidden;padding:clamp(38px,6vw,76px);background:linear-gradient(135deg,#082b34 0,#0b5960 54%,#148075 100%);color:#fff;box-shadow:var(--shadow)}
.hero-copy:before,.hero-copy:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.hero-copy:before{width:410px;height:410px;right:-160px;top:-220px;background:rgba(255,255,255,.08)}
.hero-copy:after{width:270px;height:270px;right:11%;bottom:-190px;border:34px solid rgba(255,255,255,.06)}
.eyebrow{display:block;color:#28cfc1;font-size:12px;font-weight:950;letter-spacing:.16em}
.hero-copy .eyebrow{position:relative;color:#66eee2}
.hero h1{position:relative;margin:17px 0 23px;max-width:930px;font-size:clamp(45px,6.3vw,86px);line-height:.98;letter-spacing:-.065em}
.hero h1 em{color:#69eadf;font-style:normal}
.hero-copy>p{position:relative;max-width:770px;margin:0;color:#d4efed;font-size:clamp(18px,1.8vw,22px);line-height:1.58}
.hero-actions{position:relative;display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:53px;padding:0 22px;border-radius:14px;text-decoration:none;font-weight:920}
.button.primary{background:linear-gradient(100deg,#5de2d6,#64b6ff);color:#06242b;box-shadow:0 12px 30px rgba(27,206,194,.2)}
.button.secondary{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff}
.button:hover{transform:translateY(-1px)}
.hero-proof{position:relative;display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:26px;color:#d4efed;font-size:13px;font-weight:750}
.ecosystem-card{display:grid;align-content:space-between;padding:34px;background:linear-gradient(180deg,#fff 0,#f7fbfb 100%);box-shadow:var(--shadow)}
.ecosystem-head h2{margin:10px 0 14px;font-size:clamp(29px,3.7vw,45px);line-height:1.04;letter-spacing:-.052em}
.ecosystem-paths{display:grid;gap:12px;margin:24px 0}
.ecosystem-paths article{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid #e2efed;border-radius:18px;background:#fff}
.ecosystem-paths div{display:grid;gap:3px}
.ecosystem-paths strong{font-size:15px}
.ecosystem-paths small{color:var(--muted);line-height:1.35}
.path-icon{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:15px;font-size:14px;font-weight:950}
.path-icon.professional{background:#e7f8f4;color:#087c70}
.path-icon.student{background:#edf3ff;color:#1c5ed4}
.path-icon.patient{background:#fff2e4;color:#c36304}
.library-link{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 18px;border-radius:14px;background:var(--ink);color:#fff;text-decoration:none;font-weight:900}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1500px;margin:0 auto;padding:0 clamp(20px,6vw,90px) 64px}
.trust-row article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:var(--shadow-soft)}
.trust-row>article>span{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:14px;background:#e8f9f6;color:var(--teal);font-size:20px;font-weight:900}
.trust-row div{display:grid;gap:3px}
.trust-row strong{font-size:14px}
.trust-row small{color:var(--muted);font-size:12px;line-height:1.3}
.section{max-width:1500px;margin:auto;padding:78px clamp(20px,6vw,90px)}
.section-heading{max-width:860px;margin-bottom:34px}
.section-heading.centered{margin-left:auto;margin-right:auto;text-align:center}
.section-heading h2{margin:10px 0 14px;font-size:clamp(37px,5vw,65px);line-height:1;letter-spacing:-.057em}
.section-heading p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}
.route-section{padding-top:70px}
.audiences{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.audience{display:flex;flex-direction:column;align-items:flex-start;min-height:310px;padding:29px;border:1px solid var(--line);border-radius:25px;background:#fff;text-align:left;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.audience:hover,.audience:focus-visible{transform:translateY(-4px);border-color:#b5dcd6;box-shadow:var(--shadow)}
.audience-top{display:flex;align-items:center;justify-content:space-between;width:100%}
.audience b{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;font-size:17px}
.audience small{color:var(--muted);font-weight:800}
.professional-card b{background:#e7f8f4;color:#087c70}
.student-card b{background:#edf3ff;color:#1c5ed4}
.patient-card b{background:#fff2e4;color:#c36304}
.audience h3{margin:24px 0 10px;font-size:30px;letter-spacing:-.035em}
.audience p{margin:0 0 24px;color:var(--muted);line-height:1.65}
.audience>strong{margin-top:auto;color:var(--teal);font-size:14px}
.products-section{padding-top:70px}
.products-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.product-count{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:2px 8px;min-width:170px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}
.product-count strong{font-size:28px}
.product-count span{color:var(--muted);font-size:13px}
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}
.filter-bar button{padding:11px 17px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:850;cursor:pointer}
.filter-bar button:hover{border-color:#95ccc4}
.filter-bar button.active{border-color:var(--ink);background:var(--ink);color:#fff}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product{display:flex;flex-direction:column;min-height:420px;padding:26px;border:1px solid var(--line);border-top:5px solid var(--accent,var(--teal));border-radius:24px;background:#fff;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}
.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product[data-audience="students"]{--accent:var(--blue)}
.product[data-audience="patients"]{--accent:var(--orange)}
.product[data-course="evidencia-aplicada"]{--accent:var(--purple)}
.product[data-course="mas-alla-del-dolor"]{--accent:var(--orange)}
.product[data-course="traumatologia-ortopedia-clinica"]{--accent:#0b9b60}
.product-top{display:flex;align-items:center;justify-content:space-between;gap:14px}
.product-icon{display:grid;place-items:center;width:55px;height:55px;border-radius:17px;background:#edf7f5;color:var(--accent);font-size:19px;font-weight:950}
.product-type{padding:7px 10px;border-radius:999px;background:#f0f6f5;color:#567177;font-size:10px;font-weight:950;letter-spacing:.11em}
.product h3{margin:20px 0 7px;font-size:27px;line-height:1.1;letter-spacing:-.03em}
.product .subtitle{margin:0;color:var(--muted);font-weight:730}
.product ul{display:grid;gap:9px;margin:22px 0 26px;padding-left:20px;color:#3f5960;line-height:1.5}
.product-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto}
.product-actions a{display:flex;justify-content:center;align-items:center;min-height:49px;padding:0 16px;border-radius:13px;text-decoration:none;font-weight:900}
.buy{background:var(--accent);color:#fff}
.enter{border:1px solid var(--line);background:#f8fbfb}
.product[hidden]{display:none}
.pack{grid-column:span 2;background:linear-gradient(135deg,#edf4ff,#fff)}
.process-section{padding-top:70px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{position:relative;overflow:hidden;padding:29px;border-radius:25px;background:var(--ink);color:#fff}
.step:after{content:"";position:absolute;width:130px;height:130px;right:-58px;top:-58px;border-radius:50%;background:rgba(93,226,214,.08)}
.step>strong{display:grid;place-items:center;width:49px;height:49px;border-radius:15px;background:#42ccbe;color:#06282c;font-size:20px}
.step h3{margin:20px 0 8px;font-size:25px}
.step p{margin:0;color:#cfe4e6;line-height:1.65}
.process-note{display:flex;align-items:center;gap:14px;margin-top:18px;padding:18px 20px;border:1px solid #efdca9;border-radius:18px;background:#fff9e9;color:#6c5514}
.process-note span{flex:1}
.process-note a{font-weight:900;text-decoration:none}
.value-section{padding-top:44px}
.value-panel{padding:clamp(34px,5vw,66px);border-radius:32px;background:linear-gradient(125deg,#082d35,#0d6d6c);color:#fff;box-shadow:var(--shadow)}
.value-panel>div:first-child{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:end;gap:28px}
.value-panel h2{margin:12px 0 0;font-size:clamp(37px,5vw,64px);line-height:1;letter-spacing:-.055em}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}
.value-grid article{padding:24px;border:1px solid rgba(255,255,255,.15);border-radius:21px;background:rgba(255,255,255,.07)}
.value-grid strong{color:#62e3d8;font-size:13px;letter-spacing:.13em}
.value-grid h3{margin:15px 0 8px;font-size:26px}
.value-grid p{margin:0;color:#d2e8e7;line-height:1.6}
.faq-section{padding-top:70px}
.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq details{padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#fff}
.faq summary{cursor:pointer;font-weight:900}
.faq p{color:var(--muted);line-height:1.65}
.final-cta{max-width:1320px;margin:36px auto 80px;padding:clamp(38px,6vw,72px);border-radius:32px;background:linear-gradient(120deg,#082d35,#137b73);color:#fff;text-align:center;box-shadow:var(--shadow)}
.final-cta h2{margin:12px auto 15px;max-width:900px;font-size:clamp(38px,5vw,65px);line-height:1;letter-spacing:-.055em}
.final-cta>p{max-width:730px;margin:0 auto;color:#d2e8e7;font-size:18px;line-height:1.6}
.final-cta .hero-actions{justify-content:center}
.site-footer{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:36px clamp(20px,6vw,90px);border-top:1px solid var(--line);background:#fff}
.site-footer p{margin:6px 0;color:var(--muted)}
.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}
.site-footer a{text-decoration:none;font-weight:760}
:focus-visible{outline:3px solid #7de9df;outline-offset:3px}
@media(max-width:1080px){
  .hero{grid-template-columns:1fr}
  .trust-row{grid-template-columns:1fr 1fr}
  .products{grid-template-columns:1fr 1fr}
  .audiences,.steps{grid-template-columns:1fr}
  .pack{grid-column:auto}
  .value-panel>div:first-child{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  html{scroll-padding-top:88px}
  .announcement{align-items:flex-start;gap:6px;padding:7px 12px;font-size:11px}
  .announcement strong{display:none}
  .site-header{padding:11px 17px}
  .brand img{width:42px;height:42px}
  .brand strong{font-size:20px}
  .brand small{font-size:8px}
  .menu{display:block}
  .site-nav{position:absolute;left:14px;right:14px;top:72px;display:none;align-items:stretch;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
  .site-nav.open{display:grid}
  .site-nav a{padding:11px}
  .hero{padding:32px 16px 22px}
  .hero-copy,.ecosystem-card{border-radius:24px}
  .hero-copy{padding:35px 24px}
  .hero h1{font-size:clamp(43px,13.6vw,65px)}
  .hero-copy>p{font-size:17px}
  .hero-actions{display:grid}
  .button{width:100%}
  .hero-proof{display:grid;gap:8px}
  .ecosystem-card{padding:25px 20px}
  .trust-row{grid-template-columns:1fr;padding:0 16px 34px}
  .section{padding:56px 16px}
  .section-heading h2{font-size:clamp(36px,11vw,54px)}
  .section-heading p{font-size:16px}
  .audience{min-height:0}
  .products-heading-row{display:block}
  .product-count{display:none}
  .products,.faq{grid-template-columns:1fr}
  .product{min-height:0}
  .process-note{align-items:flex-start;flex-direction:column}
  .value-panel{border-radius:24px}
  .final-cta{margin:20px 16px 56px;border-radius:24px}
  .site-footer{grid-template-columns:1fr}
  .site-footer nav{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.audience,.product{transition:none}.button:hover,.audience:hover,.product:hover{transform:none}}
