:root{--color-primary:#004b97;--color-primary-dark:#00355f;--color-navy-deep:#101d33;--color-soft-bg:#dfeeee;--color-teal:#7fbdb8;--color-teal-strong:#4f9d97;--color-pill-border:#7fbdb8;--color-sage:#86bfac;--color-sky:#7cb4d5;--color-faq-answer-bg:#eef4fa;--color-claim-bg:#ffec5f;--color-footer-bg:#201f1d;--color-footer-legal:#000;--color-yellow:#ffec5f;--color-text:#1b2a3a;--color-text-soft:#55606e;--color-white:#fff;--color-border:#dde3ea;--gradient-brand:linear-gradient(135deg,var(--color-primary) 0,#128a83 100%);--gradient-brand-hover:linear-gradient(135deg,var(--color-primary-dark) 0,#0c6e69 100%);--gradient-pill:linear-gradient(150deg,#6cc2b6 0,#0d6e86 55%,#143a52 100%);--font-display:"SUSE","SUSE Fallback",Arial,sans-serif;--font-body:"Montserrat","Montserrat Fallback",Arial,sans-serif;--font-footer:"Fira Sans","Montserrat",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--fs-eyebrow:.8125rem;--fs-h1:clamp(2.125rem,5.2vw,4rem);--fs-h2:clamp(1.5rem,2.6vw,2.125rem);--fs-h3:clamp(1.05rem,1.4vw,1.25rem);--fs-body:1rem;--fs-small:1rem;--container-w:1200px;--radius-s:8px;--radius-m:16px;--radius-l:28px;--header-h:clamp(84px,9vw,112px);--transition:220ms ease;--shadow-card:0 10px 30px -12px rgba(16,29,51,0.18)}@font-face{font-family:"Fira Sans";src:url("../assets/fonts/fira-sans-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+2000-206F,U+20AC,U+2122,U+2212}@font-face{font-family:"Fira Sans";src:url("../assets/fonts/fira-sans-800.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+2000-206F,U+20AC,U+2122,U+2212}@font-face{font-family:"Montserrat Fallback";src:local("Arial"),local("Helvetica Neue"),local("Liberation Sans");size-adjust:108.3%;font-display:swap}@font-face{font-family:"SUSE Fallback";src:local("Arial"),local("Helvetica Neue"),local("Liberation Sans");size-adjust:97.6%;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}body,h1,h2,h3,p,figure,ul{margin:0}ul{padding:0;list-style:none}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:0;border:0;cursor:pointer}svg{display:block}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:1.55;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;padding-top:var(--header-h)}h1,h2,h3{font-family:var(--font-display);font-weight:800;line-height:1.15;color:var(--color-text)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.container{width:min(100% - 2.5rem,var(--container-w));margin-inline:auto}.eyebrow{display:inline-block;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary)}.section{padding-block:clamp(2.5rem,6vw,5rem)}.section--tight{padding-block:clamp(1.5rem,3vw,2.5rem)}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--color-primary);color:#fff;padding:.6rem 1rem;border-radius:var(--radius-s);z-index:1000;transition:top var(--transition)}.skip-link:focus{top:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:999px;font-weight:700;font-size:var(--fs-small);letter-spacing:.01em;transition:transform var(--transition),background var(--transition),box-shadow var(--transition);white-space:nowrap}.btn--primary{background:var(--gradient-brand);color:var(--color-white)}.btn--primary:hover{background:var(--gradient-brand-hover);transform:translateY(-2px);box-shadow:var(--shadow-card)}.btn--soft{background:var(--gradient-brand-hover);color:var(--color-white);border:1.5px solid rgba(0,75,151,0.15)}.btn--soft:hover{background:var(--color-white);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-card)}.btn svg{width:1.1em;height:1.1em;flex-shrink:0}.header{position:fixed;inset-block-start:0;inset-inline:0;height:var(--header-h);display:flex;align-items:center;background:rgba(255,255,255,0.96);box-shadow:0 1px 0 var(--color-border);z-index:500}@media(min-width:861px) and (prefers-reduced-motion:no-preference){.header{backdrop-filter:saturate(180%) blur(6px)}}.header__inner{width:100%;padding-inline:clamp(1.25rem,3.4vw,3.75rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo{flex-shrink:0;line-height:0}.header__logo img{height:clamp(48px,4.6vw,72px);width:auto;max-width:100%}.nav{display:flex;align-items:center;gap:2rem}.nav__list{display:flex;align-items:center;gap:clamp(1.1rem,2vw,2.25rem);flex-shrink:0}.nav__link{font-size:clamp(0.875rem,1vw,1rem);font-weight:600;color:var(--color-text);position:relative;padding-block:.35rem;white-space:nowrap}.nav__link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--color-primary);transition:width var(--transition)}.nav__link:hover::after,.nav__link[aria-current="page"]::after{width:100%}.nav__link[aria-current="page"]{color:var(--color-primary)}.nav__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.nav__toggle span{width:24px;height:2px;background:var(--color-text);transition:transform var(--transition),opacity var(--transition)}.nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1279px){.header__inner{gap:1rem}.header__logo img{height:clamp(56px,15vw,72px)}.nav{gap:0}.nav__toggle{display:inline-flex}.nav__list{position:fixed;inset-inline:0;top:var(--header-h);flex-direction:column;align-items:stretch;text-align:left;gap:0;background:var(--color-white);box-shadow:0 12px 24px -12px rgba(0,0,0,0.2);transform:translateY(-8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}.nav[data-open="true"] .nav__list{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.nav__list li{border-bottom:1px solid var(--color-border)}.nav__list li:last-child{border-bottom:0}.nav__link{display:block;padding:1rem 1.5rem;font-size:1rem;white-space:normal}.nav__link::after{display:none}.nav__link:hover,.nav__link[aria-current="page"]{background:var(--color-soft-bg)}.nav__list{max-height:calc(100dvh - var(--header-h));overflow-y:auto;overscroll-behavior:contain}}.hero{position:relative;overflow:hidden;isolation:isolate;color:var(--color-white);padding-block:clamp(2.5rem,6vw,4rem);display:flex;align-items:center}@media(min-width:861px){.hero{min-height:calc(100vh - var(--header-h))}}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(9,17,32,0.78) 0,rgba(9,17,32,0.45) 42%,rgba(9,17,32,0.05) 66%)}.hero__bubbles{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__bubbles span{position:absolute;border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,0.45),rgba(255,255,255,0.04) 68%);border:1px solid rgba(255,255,255,0.3);animation:floatBubble 4.5s ease-in-out infinite}.hero__bubbles span:nth-child(1){width:10px;height:10px;left:4%;top:82%;animation-duration:2.73s}.hero__bubbles span:nth-child(2){width:16px;height:16px;left:10%;top:55%;animation-duration:3.42s;animation-delay:-.7s}.hero__bubbles span:nth-child(3){width:8px;height:8px;left:16%;top:25%;animation-duration:2.51s;animation-delay:-1.4s}.hero__bubbles span:nth-child(4){width:22px;height:22px;left:24%;top:70%;animation-duration:3.64s;animation-delay:-2.1s}.hero__bubbles span:nth-child(5){width:12px;height:12px;left:32%;top:40%;animation-duration:2.96s;animation-delay:-1.05s}.hero__bubbles span:nth-child(6){width:18px;height:18px;left:40%;top:85%;animation-duration:3.18s;animation-delay:-1.75s}.hero__bubbles span:nth-child(7){width:9px;height:9px;left:48%;top:18%;animation-duration:2.27s;animation-delay:-.35s}.hero__bubbles span:nth-child(8){width:26px;height:26px;left:55%;top:60%;animation-duration:3.87s;animation-delay:-2.8s}.hero__bubbles span:nth-child(9){width:13px;height:13px;left:63%;top:32%;animation-duration:2.73s;animation-delay:-.7s}.hero__bubbles span:nth-child(10){width:20px;height:20px;left:70%;top:75%;animation-duration:3.42s;animation-delay:-2.45s}.hero__bubbles span:nth-child(11){width:10px;height:10px;left:77%;top:45%;animation-duration:2.51s;animation-delay:-1.4s}.hero__bubbles span:nth-child(12){width:15px;height:15px;left:84%;top:20%;animation-duration:2.96s;animation-delay:-.56s}.hero__bubbles span:nth-child(13){width:24px;height:24px;left:90%;top:62%;animation-duration:3.64s;animation-delay:-2.1s}.hero__bubbles span:nth-child(14){width:11px;height:11px;left:95%;top:88%;animation-duration:2.73s;animation-delay:-.84s}.hero__bubbles span:nth-child(15){width:14px;height:14px;left:7%;top:12%;animation-duration:3.09s;animation-delay:-1.54s}.hero__bubbles span:nth-child(16){width:8px;height:8px;left:13%;top:90%;animation-duration:2.37s;animation-delay:-.42s}.hero__bubbles span:nth-child(17){width:19px;height:19px;left:20%;top:48%;animation-duration:3.28s;animation-delay:-2.24s}.hero__bubbles span:nth-child(18){width:11px;height:11px;left:28%;top:15%;animation-duration:2.64s;animation-delay:-1.26s}.hero__bubbles span:nth-child(19){width:23px;height:23px;left:36%;top:58%;animation-duration:3.73s;animation-delay:-1.96s}.hero__bubbles span:nth-child(20){width:9px;height:9px;left:44%;top:92%;animation-duration:2.46s;animation-delay:-.28s}.hero__bubbles span:nth-child(21){width:17px;height:17px;left:52%;top:38%;animation-duration:3.18s;animation-delay:-1.68s}.hero__bubbles span:nth-child(22){width:12px;height:12px;left:60%;top:12%;animation-duration:2.82s;animation-delay:-.98s}.hero__bubbles span:nth-child(23){width:25px;height:25px;left:67%;top:88%;animation-duration:3.82s;animation-delay:-2.52s}.hero__bubbles span:nth-child(24){width:10px;height:10px;left:74%;top:55%;animation-duration:2.55s;animation-delay:-.63s}.hero__bubbles span:nth-child(25){width:16px;height:16px;left:81%;top:35%;animation-duration:3.14s;animation-delay:-1.82s}.hero__bubbles span:nth-child(26){width:21px;height:21px;left:87%;top:78%;animation-duration:3.55s;animation-delay:-1.12s}.hero__bubbles span:nth-child(27){width:8px;height:8px;left:93%;top:15%;animation-duration:2.41s;animation-delay:-.21s}.hero__bubbles span:nth-child(28){width:14px;height:14px;left:98%;top:50%;animation-duration:2.91s;animation-delay:-2.17s}.hero__bubbles span:nth-child(29){width:10px;height:10px;left:7%;top:19%;animation-duration:2.73s}.hero__bubbles span:nth-child(30){width:16px;height:16px;left:13%;top:92%;animation-duration:3.42s;animation-delay:-.7s}.hero__bubbles span:nth-child(31){width:8px;height:8px;left:19%;top:62%;animation-duration:2.51s;animation-delay:-1.4s}.hero__bubbles span:nth-child(32){width:22px;height:22px;left:27%;top:7%;animation-duration:3.64s;animation-delay:-2.1s}.hero__bubbles span:nth-child(33){width:12px;height:12px;left:35%;top:77%;animation-duration:2.96s;animation-delay:-1.05s}.hero__bubbles span:nth-child(34){width:18px;height:18px;left:43%;top:22%;animation-duration:3.18s;animation-delay:-1.75s}.hero__bubbles span:nth-child(35){width:9px;height:9px;left:51%;top:55%;animation-duration:2.27s;animation-delay:-.35s}.hero__bubbles span:nth-child(36){width:26px;height:26px;left:58%;top:97%;animation-duration:3.87s;animation-delay:-2.8s}.hero__bubbles span:nth-child(37){width:13px;height:13px;left:66%;top:69%;animation-duration:2.73s;animation-delay:-.7s}.hero__bubbles span:nth-child(38){width:20px;height:20px;left:73%;top:12%;animation-duration:3.42s;animation-delay:-2.45s}@keyframes floatBubble{0%{transform:translate3d(0,0,0) scale(1);opacity:.5}50%{transform:translate3d(-10px,-26px,0) scale(1.12);opacity:.9}100%{transform:translate3d(0,0,0) scale(1);opacity:.5}}@media(prefers-reduced-motion:reduce){.hero__bubbles span{animation:none}}.hero__grid{position:relative;z-index:1}.hero__copy{max-width:40rem}.hero picture{display:contents}.hero__logo{max-width:100%;height:auto;margin-bottom:clamp(1rem,2.5vw,1.5rem);opacity:0;transform:translateY(18px);animation:heroReveal 900ms 0ms cubic-bezier(.21,.85,.35,1) forwards}.hero__title{color:var(--color-white);font-size:clamp(1.85rem,3.4vw,2.75rem);transform:translateY(18px);animation:heroSlide 700ms 0ms cubic-bezier(.21,.85,.35,1) forwards}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}@keyframes heroSlide{to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero__title{animation:none;transform:none}}@media(max-width:860px){.hero__copy{max-width:100%}.hero{min-height:clamp(520px,80svh,760px);align-items:flex-start;padding-block:clamp(3rem,27vw,9rem) 2.5rem}.hero__logo{display:none}.hero__title{font-size:clamp(2.5rem,11vw,4.25rem);line-height:1.08;text-wrap:balance}.hero__bg{object-position:68% center}.hero::before{background:linear-gradient(180deg,rgba(9,17,32,0.80) 0,rgba(9,17,32,0.55) 26%,rgba(9,17,32,0.18) 52%,rgba(9,17,32,0.30) 100%)}}.claim-banner{background:var(--color-claim-bg);color:var(--color-primary-dark);text-align:center;padding-block:1.1rem}.claim-banner .container{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.claim-banner p{font-size:clamp(0.9rem,1.8vw,1.1rem);font-weight:600}.claim-banner strong{font-weight:800}.claim-banner img{height:34px;width:auto}.products__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem)}.product-group{max-width:26rem;margin-inline:auto;width:100%}.product-group img{width:100%;height:auto;border-radius:var(--radius-s)}.products__info{text-align:center;margin-top:clamp(1.75rem,4vw,2.5rem)}.products__info .eyebrow{display:block;margin-bottom:.4rem}.products__info h2{margin-bottom:.5rem}.products__info p{color:var(--color-text-soft);margin-bottom:1.25rem}.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:var(--fs-small);color:var(--color-primary);text-decoration:underline;text-underline-offset:3px;transition:gap var(--transition)}.link-arrow:hover{gap:.65rem}.link-arrow svg{width:1em;height:1em}.link-arrow--light{color:var(--color-white)}@media(max-width:720px){.products__grid{grid-template-columns:1fr}}.claims-divider{border:0;border-top:1px solid var(--color-border);width:min(100% - 2.5rem,var(--container-w));margin:0 auto}.claims-line{text-align:center;padding-block:clamp(1.5rem,3vw,2.25rem);font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,5.2vw,3.2rem);color:var(--color-primary);letter-spacing:.01em}.claims-line .plus{color:var(--color-teal-strong)}.claims-line.reveal{opacity:1;transform:none;transition:none}.claims-line .word{display:inline-block;opacity:0;transform:translateY(22px) scale(.82);transition:opacity 550ms cubic-bezier(.34,1.56,.64,1),transform 550ms cubic-bezier(.34,1.56,.64,1)}.claims-line.is-visible .word{opacity:1;transform:translateY(0) scale(1)}.claims-line.is-visible .word:nth-child(1){transition-delay:80ms}.claims-line.is-visible .word:nth-child(2){transition-delay:230ms}.claims-line.is-visible .word:nth-child(3){transition-delay:380ms}@keyframes plusPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.3)}}.claims-line.is-visible .plus{display:inline-block;animation:plusPulse 1.8s ease-in-out infinite;animation-delay:1.1s}.benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,4vw,3.5rem)}.benefits__grid .benefit>div{min-width:0}.benefit h3,.benefit p{overflow-wrap:break-word}.benefits__grid .benefit{display:flex;gap:1.1rem;align-items:flex-start;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-m);padding:1.5rem 1.75rem;box-shadow:0 6px 18px -12px rgba(16,29,51,0.12);opacity:0;transform:translateY(26px) scale(.95);transition:opacity 600ms cubic-bezier(.22,.9,.34,1.2),transform 600ms cubic-bezier(.22,.9,.34,1.2),box-shadow 250ms ease,border-color 250ms ease}.benefits__grid .benefit.is-visible{opacity:1;transform:translateY(0) scale(1)}.benefits__grid .benefit:nth-child(1){transition-delay:0ms}.benefits__grid .benefit:nth-child(2){transition-delay:120ms}.benefits__grid .benefit:nth-child(3){transition-delay:240ms}.benefits__grid .benefit:nth-child(4){transition-delay:360ms}.benefits__grid .benefit:hover{transform:translateY(-6px);box-shadow:0 20px 34px -16px rgba(16,29,51,0.28);border-color:rgba(0,75,151,0.25)}.benefit__icon{flex-shrink:0;width:72px;height:72px;border-radius:50%;object-fit:cover;transition:transform var(--transition)}.benefit:hover .benefit__icon{transform:scale(1.08) rotate(-4deg)}.benefit h3{color:var(--color-teal-strong);text-transform:uppercase;font-size:clamp(1.15rem,1.8vw,1.4rem);margin-bottom:.3rem}.benefit p{color:var(--color-primary);text-transform:uppercase;font-weight:700;font-size:clamp(0.95rem,1.3vw,1.05rem);line-height:1.35}.benefits__cta{text-align:center;margin-top:clamp(2rem,4vw,3rem)}@media(max-width:640px){.benefits__grid{grid-template-columns:1fr}}@media(max-width:400px){.benefits__grid .benefit{padding:1.25rem;gap:.9rem}.benefit__icon{width:56px;height:56px}}.indications{background:linear-gradient(120deg,var(--color-primary-dark) 0,var(--color-primary) 55%,#0d6e86 100%);color:var(--color-white)}.indications__title{text-align:center;color:var(--color-white);font-size:var(--fs-h3);letter-spacing:.04em;margin-bottom:1.75rem}.indications__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.indication-card p{min-width:0;overflow-wrap:break-word}.indication-card{background:var(--color-white);color:var(--color-text);border-radius:0 30px 30px 30px;padding:2.25rem 3.25rem 2.25rem 2rem;min-height:12rem;display:flex;align-items:center;gap:1.25rem;font-weight:700;font-size:1.05rem;opacity:0;transform:translateY(18px) scale(.97);transition:opacity 550ms ease,transform 550ms ease}.indication-card.is-visible{opacity:1;transform:translateY(0) scale(1)}.indication-card__check{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--color-teal);display:grid;place-items:center}.indication-card__check svg{width:26px;height:26px}.indication-card__check path{fill:none;stroke:var(--color-primary);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;transition:stroke-dashoffset 500ms ease 250ms}.indication-card.is-visible .indication-card__check path{stroke-dashoffset:0}.indications__foot{text-align:right;margin-top:1.5rem}@media(max-width:400px){.indication-card{padding:1.75rem 1.5rem;min-height:0}}@media(max-width:780px){.indications__grid{grid-template-columns:1fr}}.video-section{background:var(--color-teal-strong)}.video-section .container{max-width:960px}.video-frame{position:relative;border-radius:var(--radius-l);overflow:hidden;aspect-ratio:16 / 9;background:var(--color-navy-deep);box-shadow:var(--shadow-card)}.video-frame img{width:100%;height:100%;object-fit:cover}.video-frame__play{position:absolute;inset:0;display:grid;place-items:center;width:100%;background:rgba(10,20,40,0.18)}.video-frame__play-icon{width:78px;height:78px;border-radius:50%;background:rgba(255,255,255,0.95);display:grid;place-items:center;transition:transform var(--transition)}.video-frame__play:hover .video-frame__play-icon{transform:scale(1.08)}.video-frame__play-icon svg{width:28px;height:28px;color:var(--color-primary);margin-left:4px}.video-frame iframe{width:100%;height:100%;border:0}.promo{background:linear-gradient(180deg,var(--color-white) 0,var(--color-soft-bg) 100%);padding-block:clamp(2.5rem,6vw,4.5rem);scroll-margin-top:var(--header-h)}.promo__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(1.75rem,5vw,4rem)}.promo__media{margin:0}.promo__media img{width:100%;height:auto;border-radius:var(--radius-m)}.promo__title{font-size:var(--fs-h2);color:var(--color-primary);letter-spacing:.01em;margin-bottom:.75rem}.promo__text{font-size:1.0625rem;color:var(--color-text-soft);margin-bottom:1.5rem;max-width:32rem}.promo__btn{display:inline-flex}@media(max-width:780px){.promo__inner{grid-template-columns:1fr;text-align:center}.promo__media{max-width:26rem;margin-inline:auto}.promo__text{margin-inline:auto}}.footer{background:var(--color-footer-bg);color:var(--color-white);font-family:var(--font-footer)}.footer__top{padding-block:clamp(2.25rem,5vw,3.25rem);display:grid;grid-template-columns:1.35fr 1fr 1fr auto;gap:2rem 2.5rem;align-items:center}.footer__brand img{height:clamp(60px,6vw,78px);width:auto}.footer__contact p{font-size:var(--fs-small);opacity:.85;margin-bottom:.35rem}.footer__phone{font-size:1.25rem;font-weight:800;color:var(--color-yellow);display:inline-block}.footer__phone:hover{text-decoration:underline}.footer__address{font-size:var(--fs-small);opacity:.85;line-height:1.5;font-style:normal}.footer__roemmers{justify-self:end}.footer__roemmers img{height:clamp(78px,8vw,104px);width:auto}@media(max-width:900px){.footer__top{grid-template-columns:1fr 1fr;gap:2.25rem}.footer__roemmers{justify-self:end;grid-column:auto}}@media(max-width:640px){.footer__top{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.75rem}.footer__brand,.footer__contact,.footer__address,.footer__roemmers{justify-self:center;text-align:center}.footer__roemmers{grid-column:auto}.footer__legal .container{flex-direction:column;justify-content:center;text-align:center;gap:.6rem}.footer__legal-links{justify-content:center}}.footer__legal{background:var(--color-footer-legal);border-top:1px solid rgba(255,255,255,0.08)}.footer__legal .container{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:space-between;padding-block:.9rem;font-size:.8rem;color:rgba(255,255,255,0.7)}.footer__legal-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__legal-links a:hover{color:var(--color-white)}.disclaimer-overlay{position:fixed;inset:0;background:rgba(8,14,26,0.6);display:grid;place-items:center;padding:1.25rem;z-index:1000}.disclaimer-overlay[hidden]{display:none}.disclaimer{position:relative;background:var(--color-white);border-radius:var(--radius-m);max-width:560px;width:100%;padding:2.25rem 2rem 2rem;box-shadow:0 30px 60px -20px rgba(0,0,0,0.4)}.disclaimer__close{position:absolute;top:.85rem;right:.85rem;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--color-soft-bg);transition:background var(--transition)}.disclaimer__close:hover{background:var(--color-border)}.disclaimer__close svg{width:16px;height:16px;color:var(--color-text)}.disclaimer h2{font-size:1.15rem;color:var(--color-primary);margin-bottom:.75rem}.disclaimer p{font-size:var(--fs-small);color:var(--color-text-soft);margin-bottom:.75rem}.disclaimer strong{color:var(--color-text)}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;max-width:640px;margin-inline:auto;background:var(--color-footer-bg);color:var(--color-white);border-radius:var(--radius-m);padding:1.1rem 1.25rem;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:space-between;box-shadow:var(--shadow-card);z-index:900}.cookie-banner[hidden]{display:none}.cookie-banner p{font-size:.8rem;opacity:.9;flex:1 1 260px}.cookie-banner .btn--primary{padding:.6rem 1.25rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity 650ms ease,transform 650ms ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.page-hero{position:relative;isolation:isolate;background:linear-gradient(120deg,#003a6b 0,#0a6e86 55%,#2fa98f 100%);color:var(--color-white);text-align:center;padding-block:clamp(1.5rem,3.2vw,2rem)}.page-hero h1{color:var(--color-white);font-size:clamp(1.05rem,2.2vw,1.6rem);max-width:48rem;margin-inline:auto}@media(min-width:700px){.page-hero h1{white-space:nowrap;max-width:none}}.section-pill-wrap{display:flex;justify-content:center;margin-top:-1.5rem;margin-bottom:clamp(2.5rem,5vw,3.5rem);padding-inline:1.25rem}.section-pill{background:var(--gradient-pill);color:var(--color-white);font-family:var(--font-display);font-weight:800;font-size:clamp(1rem,1.8vw,1.2rem);letter-spacing:.02em;text-align:center;padding:1rem 2.25rem;border-radius:999px;box-shadow:var(--shadow-card);max-width:42rem}.section-pill-wrap2{display:flex;justify-content:center;margin-top:-2.5rem;margin-bottom:clamp(2.5rem,5vw,3.5rem);padding-inline:1.25rem}.section-pill2{background:var(--color-soft-bg);border:2px solid var(--color-pill-border);color:var(--color-primary);font-family:var(--font-display);font-weight:800;font-size:clamp(1rem,1.8vw,1.2rem);letter-spacing:.02em;text-align:center;padding:1rem 2.25rem;border-radius:999px;box-shadow:var(--shadow-card);max-width:42rem}.mechanism{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem clamp(2rem,6vw,5rem)}.mechanism__col{display:flex;flex-direction:column;gap:0}.mechanism__step{display:flex;align-items:center;gap:1.25rem;background:var(--color-soft-bg);border-radius:var(--radius-l);padding:1rem 1.5rem}.mechanism__icon{flex-shrink:0;width:84px;height:84px;border-radius:50%;object-fit:cover}.mechanism__step p{font-weight:700;color:var(--color-primary);font-size:1rem}.mechanism__step p strong{color:var(--color-text)}.mechanism__arrow{display:flex;justify-content:center;padding-block:.35rem;color:var(--color-pill-border)}.mechanism__arrow svg{width:22px;height:22px}@media(max-width:720px){.mechanism{grid-template-columns:1fr}}.radial-section{background-image:url("../assets/img/fondo-diagrama-potencia.webp");background-size:cover;background-position:center;background-repeat:no-repeat;padding-block:clamp(2.75rem,6vw,4.5rem)}.radial-section__image{max-width:56rem;margin-inline:auto}.radial-section__image img{width:100%;height:auto;display:block;border-radius:var(--radius-m)}.reasons{display:grid;grid-template-columns:1fr 1fr;gap:2rem clamp(2rem,6vw,4.5rem)}.reason{display:flex;gap:1.1rem;align-items:flex-start}.reason__number{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:2px solid var(--color-primary);color:var(--color-primary);font-family:var(--font-display);font-weight:800;font-size:1.1rem;display:grid;place-items:center}.reason h3{font-size:1rem;color:var(--color-primary);text-transform:uppercase;margin-bottom:.3rem}.reason p{font-size:var(--fs-small);color:var(--color-text)}.reason sup a{color:var(--color-primary);font-weight:700}@media(max-width:780px){.reasons{grid-template-columns:1fr}}.bibliography{background:#f6f8fa;border-top:1px solid var(--color-border)}.bibliography h2{font-size:1rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;color:var(--color-text-soft)}.bibliography ol{padding-left:1.2rem;list-style:decimal;display:flex;flex-direction:column;gap:.5rem}.bibliography li{font-size:.78rem;color:var(--color-text-soft);line-height:1.5}.bibliography a{color:var(--color-primary);text-decoration:underline;word-break:break-word}.page-hero--sage{background:linear-gradient(120deg,#0a4f6e 0,#14806f 55%,#4cb896 100%)}.page-hero--sage h1 em{font-style:italic}.indicaciones-logo{display:flex;justify-content:center;padding-block:clamp(2rem,5vw,3rem) 0}.indicaciones-logo img{height:clamp(88px,11vw,128px);width:auto}.indicaciones-lead{text-align:center;color:var(--color-primary);font-size:clamp(1.05rem,1.8vw,1.25rem);max-width:40rem;margin-inline:auto;padding-block:1.5rem clamp(2.5rem,5vw,3.5rem)}.indicaciones-lead sup a{font-weight:700;color:var(--color-primary)}.dose-block{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.dose-block h2{font-size:1.1rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:.02em;padding-bottom:.6rem;border-bottom:2px solid var(--color-border);margin-bottom:1.25rem}.dose-block h3{font-size:.95rem;color:var(--color-primary);text-transform:uppercase;margin:1.75rem 0 .75rem}.dose-table{width:100%;border-collapse:collapse}.dose-table caption,.dose-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.dose-table td{padding:1rem 0;border-bottom:1px solid var(--color-border);vertical-align:top}.dose-table tr:last-child td{border-bottom:0}.dose-table td:first-child{color:var(--color-primary);font-weight:600;padding-right:1.5rem;width:55%}.dose-table--stacked td:last-child{color:var(--color-primary);font-weight:700;text-align:right}.dose-table--stacked td:last-child::before{content:"\2192";display:inline-block;margin-right:.6rem;color:var(--color-primary);font-weight:400}.dose-table--stacked td:last-child .duration{display:block;font-weight:400;color:var(--color-text-soft);font-size:var(--fs-small);margin-top:.15rem}.dose-table--therapy td:first-child strong{display:block;color:var(--color-text);font-weight:700;margin-bottom:.2rem}.dose-table--therapy td:first-child{color:var(--color-text-soft);font-weight:400}.dose-table--therapy td:last-child{text-align:right;font-weight:700;color:var(--color-primary);white-space:nowrap}.dose-table--therapy td:last-child .freq{display:block;font-weight:400;color:var(--color-text-soft);font-size:var(--fs-small);margin-top:.3rem;padding-top:.3rem;border-top:1px solid var(--color-border)}.dose-table--compact td:last-child{text-align:right;color:var(--color-primary);font-weight:700;white-space:nowrap}.dose-table--compact td:last-child::before{content:"\2192";margin-right:.5rem;font-weight:400}.dose-table--compact td:last-child .duration{font-weight:400;color:var(--color-text-soft)}.dose-table--compact td:last-child .duration::before{content:"\2014";margin-inline:.5rem}@media(max-width:640px){.dose-table td{display:block;width:100% !important;padding:.3rem 0}.dose-table tr{display:block;padding-block:.85rem;border-bottom:1px solid var(--color-border)}.dose-table tr:last-child{border-bottom:0}.dose-table td{border-bottom:0 !important}.dose-table--stacked td:last-child,.dose-table--therapy td:last-child,.dose-table--compact td:last-child{text-align:left}.dose-table--therapy td:last-child .freq{border-top:0;padding-top:.2rem}}.pres-hero{position:relative;overflow:visible;z-index:1;background:linear-gradient(135deg,#dfebf7 0,#aec2e6 55%,#8496c3 100%);padding-block:clamp(2.5rem,6vw,4rem) clamp(0.75rem,2vw,1.25rem);text-align:center}.pres-hero h1{color:var(--color-primary);font-size:clamp(1.4rem,3vw,2rem);max-width:44rem;margin-inline:auto}.pres-cluster{position:relative;z-index:3;max-width:46rem;margin:clamp(2rem,5vw,3rem) auto -3rem}.pres-cluster img{width:100%;height:auto;display:block}.pres-details{padding-top:clamp(4.5rem,9vw,6rem);position:relative;z-index:1}.pres-product{max-width:38rem;margin-inline:auto}.pres-product+.pres-product{margin-top:2.5rem}.pres-product h2{color:var(--color-primary);font-size:1.3rem;margin-bottom:.6rem}.pres-product p{color:var(--color-text-soft);margin-bottom:1.25rem}.pres-product .btn{text-transform:uppercase;font-size:.8rem}.pres-divider{border:0;border-top:1px solid var(--color-border);width:min(100% - 2.5rem,var(--container-w));margin:clamp(2.5rem,5vw,3.5rem) auto}.pres-programs{display:flex;justify-content:center;align-items:center;gap:clamp(2rem,6vw,4rem);flex-wrap:wrap;padding-bottom:clamp(2.5rem,5vw,3.5rem)}.pres-programs img{height:56px;width:auto}.page-hero--sky{background:linear-gradient(120deg,#0d3f73 0,#1a7ba0 55%,#4cb8c4 100%)}.faq-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1.75rem;align-items:start}.faq-column{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:var(--color-primary);border-radius:var(--radius-m);overflow:hidden}.faq-item__question{margin:0}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.75rem;color:var(--color-white);text-align:left;font-weight:700;font-size:1rem;line-height:1.4}.faq-item__icon{flex-shrink:0;width:14px;height:14px;color:var(--color-white);transition:transform 300ms ease}.faq-item.is-open .faq-item__icon{transform:rotate(90deg)}.faq-item__answer{max-height:0;overflow:hidden;background:var(--color-faq-answer-bg);transition:max-height 350ms ease}.faq-item__answer-inner{padding:1.25rem 1.75rem 1.75rem;color:var(--color-primary);font-size:.95rem;line-height:1.65}@media(max-width:720px){.faq-columns{grid-template-columns:1fr}}.page-hero--articles{background:linear-gradient(120deg,#00284d 0,#0d5f74 55%,#2f9e8f 100%)}.article-tabs{display:flex;flex-direction:column;gap:1.25rem;max-width:62rem;margin-inline:auto}.article-tab{background:var(--color-teal-strong);border-radius:var(--radius-m);overflow:hidden;scroll-margin-top:calc(var(--header-h) + 1rem)}.article-tab__question{margin:0}.article-tab__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.75rem;color:var(--color-white);text-align:left}.article-tab__trigger-text{display:flex;flex-direction:column;gap:.3rem}.article-tab__eyebrow{font-family:var(--font-display);font-weight:700;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,0.72)}.article-tab__title-text{font-family:var(--font-display);font-weight:800;font-size:clamp(1.2rem,2.6vw,1.6rem);line-height:1.35}.article-tab__icon{flex-shrink:0;width:14px;height:14px;color:var(--color-white);transition:transform 300ms ease}.article-tab.is-open .article-tab__icon{transform:rotate(90deg)}.article-tab__answer{max-height:0;overflow:hidden;background:var(--color-faq-answer-bg);transition:max-height 350ms ease}.article-tab__answer-inner{padding:.25rem 1.75rem 1.75rem}.article-card__ref{font-size:.85rem;color:var(--color-text-soft);font-style:italic;line-height:1.55;margin-top:1.5rem;padding-top:1.25rem;border-top:1px dashed var(--color-border)}.article-card__ref a{color:var(--color-primary);font-style:normal;text-decoration:underline;text-underline-offset:2px;word-break:break-word}.article-highlights{display:flex;flex-direction:column;gap:1rem;margin:1.1rem 0}.article-highlight{display:flex;gap:1rem;align-items:flex-start;background:var(--color-white);border-radius:var(--radius-m);padding:1rem 1.25rem;box-shadow:0 4px 14px -10px rgba(16,29,51,0.18)}.article-highlight__icon{flex-shrink:0;width:48px;height:48px;object-fit:cover}.article-highlight h3{font-size:.95rem;color:var(--color-primary-dark);margin-bottom:.25rem}.article-highlight p{font-size:.92rem;color:var(--color-text);margin:0}.article-card__body p{color:var(--color-text);margin-bottom:1rem}.article-card__body p:last-child{margin-bottom:0}.article-card__body strong{color:var(--color-primary-dark)}.article-card__conclusion{margin-top:1.5rem;background:var(--color-white);border-left:4px solid var(--color-primary);border-radius:0 var(--radius-s) var(--radius-s) 0;padding:1.1rem 1.4rem}.article-card__conclusion-label{display:block;font-family:var(--font-display);font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.35rem}.article-card__conclusion p{color:var(--color-text);font-weight:600;margin:0}.article-card__limitations{margin-top:1rem;font-size:.85rem;color:var(--color-text-soft)}.article-card__limitations strong{color:var(--color-text)}.article-tab__figure{margin-top:1.5rem;border:2px dashed var(--color-border);border-radius:var(--radius-m);background:var(--color-white);padding:clamp(1.75rem,4vw,2.5rem) 1.5rem;text-align:center;color:var(--color-text-soft)}.article-tab__figure svg{width:40px;height:40px;margin-inline:auto;margin-bottom:.75rem;color:var(--color-primary)}.article-tab__figure-caption{font-size:.85rem;line-height:1.5;max-width:34rem;margin-inline:auto}.article-tab__figure-caption strong{color:var(--color-text)}@media(max-width:640px){.article-tab__trigger{padding:1.25rem 1.25rem}.article-tab__answer-inner{padding:.25rem 1.25rem 1.5rem}}