@font-face {
    font-family: 'Locator';
    src: url('../fonts/Locator-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Locator';
    src: url('../fonts/Locator-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'Locator', sans-serif;
    scroll-behavior: smooth;
  
}

*,*::before,*::after{box-sizing:border-box;margin:0}
html{-webkit-text-size-adjust:100%; font-synthesis: style;}
html,body{height:100%}
body{line-height:1.5;
  letter-spacing: 0.01em;

}
ul,ol{list-style:none;padding:0}
a{text-decoration:none;color:inherit}
img,picture,video,canvas,svg{display:block;max-width:100%}
input,button,textarea,select{font:inherit}
button{background:none;border:0;cursor:pointer}
sup{line-height: 0;font-size: 40%}

main#page {
  margin: 0 auto;
  min-width: 320px;
  max-width: 90rem;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 2.25rem 1.125rem rgba(0,0,0,.1);
  box-shadow: 0 0 2.25rem 1.125rem rgba(0,0,0,.1);
}

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.header {
  padding: 7px 0 0;
  position: sticky;
}

.header__inner {
  text-align: center;
}

.header__inner img {
  display: inline-block;
}

h2 {
  font-weight: 300;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: clamp(34px, 4vw, 41px);
  text-transform: uppercase;
}

h2 strong {
  display: block;
}

strong {
  font-weight: 700;
}

h3 {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: clamp(28px, 3vw, 37px);
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;

  text-decoration: none;
  cursor: pointer;

  transition: all 0.2s ease;

  border: 1px solid #009ee2;
}

.btn--icon img {
  width: 18px;
  height: 18px;
}

.btn--primary {
  background: #009ee2;
  color: #fff;
}

.btn--primary:hover {
  background: none;
  border: 1px solid #009ee2;
  color: #009ee2;
}

.btn--white {
  background: #fff;
  color: #0e86c6;
}

.btn--white:hover {
  background: none;
}

.btn--icon .download__icon {
  width: 18px;
  height: 18px;
  transition: filter 0.3s ease;
}

.btn--icon:hover .download__icon {
  filter: invert(46%) sepia(95%) saturate(2194%) hue-rotate(169deg) brightness(95%) contrast(101%);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero {
  padding: 10px 0 0;
  position: relative;
  overflow: visible;
}

.hero__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 0 20px 0 clamp(20px, 5vw, 90px);
  background: url(../images/hero-family.jpg) no-repeat right;
  background-size: cover;
  min-height: 617px;
}
.hero__content {
  flex: 5;
}

.hero__title {
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: clamp(36px, 4.5vw, 48px);
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero__title span {
  display: block;
  font-weight: 300;
}

.hero__text {
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: clamp(22px, 2vw, 29px);
  margin-bottom: 40px;
  max-width: 620px;
  font-weight: 300;
}

.hero__visual {
  flex: 4;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero__product {
  position: absolute;
  bottom: -53px;
  right: 450px;
  width: clamp(280px, 35vw, 447px);

  display: block;

  transform-origin: bottom center;
  transform: rotate(0deg);

  animation: heroWave 1.6s ease-out 1.5s both;
}

@keyframes heroWave {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* ===== AZS INFO SECTION ===== */
.azs-info {
  padding: 100px 20px 0;
}

.azs-info__top {
  text-align: center;
  max-width: 1256px;
  margin: 0 auto 50px;
}

.azs-info__eyebrow {
  margin-bottom: 30px;
}

.azs-info__subtitle {
  margin-bottom: 20px;
}

.azs-info__intro {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.azs-info__toggle {
  display: none;
  background: none;
  border: 0;
  color: #009ee2;
  cursor: pointer;
  margin: 20px auto;
  font-weight: 300;
  text-align: center;
}

.azs-info__toggle .arrow {
  display: block;
  margin-top: 8px;
}

.azs-info__toggle .arrow img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .azs-info__subtitle,
  .azs-info__intro {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.5s ease,
      opacity 0.3s ease;
  }
  .azs-info__top {
    margin: 0 auto 0;
  }
  .azs-info__toggle {
    display: inline-block;
  }

  .azs-info__top.is-open .azs-info__intro {
    margin-bottom: 50px;
  }

  .azs-info__top.is-open .azs-info__subtitle,
  .azs-info__top.is-open .azs-info__intro {
    max-height: 500px;
    opacity: 1;
  }

  .azs-info__top.is-open .azs-info__toggle {
    display: none;
  }
}

/* ===== BOX ===== */
.azs-info__box {
  max-width: 1255px;
  margin: 0 auto;
  padding: 60px 80px;
  border: 1px solid #b7d3e5;
}

.azs-row {
  display: flex;
  gap: 60px;
  align-items: center;
}

.azs-row + .azs-row {
  margin-top: 80px;
}

.azs-row__icon img {
  width: 129px;
}

.azs-row__title {
  margin-bottom: 15px;
}

.azs-row__title span {
  color: #009ee2;
}

.azs-row__text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  max-width: 820px;
  font-weight: 300;
}

.azs-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.azs-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.azs-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background-color: #0e86c6;
}

.azs-list strong {
  color: #009ee2;
  font-weight: 700;
  font-size: 20px;
}

.azs-list .number {
  font-size: 28px;
}

/* ===== Czy wiesz ze ===== */
.did-you-know__top {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) 20px 32px;
  text-align: center;
}

.did-you-know__title {
  margin-bottom: 10px;
}

.did-you-know__intro {
  margin-top: 65px;
}
/* ===== niebieski ===== */
.did-you-know__middle {
  background: #abd2f2;
  padding: clamp(40px, 5vw, 65px) clamp(40px, 7vw, 100px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  position: relative;
  perspective: 1200px;
}

.did-you-know__decor {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-70%);
  width: 229px;
  height: 100%;
}

.giraffe {
  position: absolute;
  bottom: 30px;
  left: -9vw;
  width: clamp(190px, 16vw, 229px);
  height: auto;
  display: block;
  transform-origin: bottom center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.did-you-know__middle:hover .giraffe {
  transform: translateY(-12px) rotate(-4deg) scale(1.04);
}

@keyframes giraffeBounce {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(-8deg) translateY(-20px);
  }
  50% {
    transform: rotate(6deg) translateY(8px);
  }
  70% {
    transform: rotate(-4deg) translateY(-6px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

.splash {
  position: absolute;
  pointer-events: none;
}

.splash--top {
  position: absolute;
  width: 83px;
  height: 74px;
  top: -49px;
  right: 7vw;
}

.splash--bottom {
  width: 92px;
  height: 136px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}


.did-you-know__left h3 {
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: clamp(46px, 5.2vw, 76px);
  font-weight: 700;
}

.did-you-know__left span {
  font-weight: 300;
}

.did-you-know__visual {
  display: flex;
  justify-content: center;
}

.did-you-know__visual img {
  width: clamp(180px, 18vw, 280px);
}

.did-you-know__right {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 5vw, 60px);
}

.fact {
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: clamp(28px, 2.4vw, 38px);
  font-weight: 700;
  text-transform: uppercase;
}

.fact strong {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 38px;
}

.fact--dark {
  color: #000;
}

.fact--light {
  color: #fff;
}

.did-you-know__bottom {
  text-align: center;
  padding: clamp(40px, 5vw, 60px) clamp(16px, 3vw, 20px);
  max-width: 1220px;
  margin: 0 auto;
}

/* ===== CZARNA SEKCJA ===== */
.product-highlight {
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.btn--mobile {
  display: none;
} 
.product-highlight__top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: clamp(100px, 7vw, 140px) clamp(60px, 5vw, 150px);
} 
.ph-left {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.ph-eyebrow {
  font-size: clamp(18px, 1.5vw, 30px);
  color: #009ee2;
  font-weight: 300;
  line-height: 25px;
}
.ph-title {
  font-size: clamp(32px, 3vw, 45px);
  line-height: 1;
}
.ph-title-strong {
  font-weight: 900;
}
.ph-title-light {
  font-weight: 300;
  display: block;
  margin-top: 6px;
}
.ph-sub {
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 300;
  margin-bottom: clamp(40px, 4vw, 65px);
  line-height: 1.4;
}
.ph-breakthrough {
  font-size: clamp(22px, 1.8vw, 30px);
}
.ph-breakthrough span.bold,
.ph-breakthrough span.light {
  font-size: clamp(48px, 5vw, 71px);
  line-height: clamp(44px, 4.5vw, 63px);
  color: #009ee2;
  position: relative;
}
.ph-breakthrough .bold {
  font-weight: 700;
}
.ph-breakthrough span.light {
  font-weight: 300;
  color: #fff;
}
.product-highlight__top .btn--white {
  margin-top: clamp(40px, 4vw, 80px);
}
.ph-breakthrough .badge {
  display: inline-block;
  background: #009ee2;
  color: #fff;
  padding: 6px 14px;
  border-radius: 25px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: clamp(24px, 2vw, 33px);
} 
.product-highlight__claims {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: clamp(60px, 6vw, 85px);
  position: relative;
  z-index: 2;
}
.product-highlight__claims .claim {
  width: 100%;
  max-width: 250px;
}
.claim strong {
  font-size: clamp(56px, 6vw, 89px);
  line-height: 0.9;
  font-weight: 700;
  color: #009ee2;
  display: inline-block;
  transform-origin: center;
  z-index: 1;
  position: relative;
}
.claim strong sup,
.ph-breakthrough .light sup {
  position: absolute;
  top: 0.5vw;
  right: -1em;
  font-size: 20%;
  line-height: 1;
}
.ph-breakthrough .light sup {
  top: 0.9vw;
}
.claim strong.is-visible {
  animation: claimSoftPulse 1.6s ease-in-out 2;
}
@keyframes claimSoftPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.claim span {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: clamp(24px, 1.8vw, 29px);
  font-weight: 700;
  margin-top: 12px;
  display: block;
} 
.product-highlight__visual {
  position: absolute;
  left: 60%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.product-highlight__content {
  position: relative;
  z-index: 1;
}
.ph-packshot {
  width: clamp(420px, 32vw, 552px);
  height: auto;
}
.ph-glow {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  width: clamp(520px, 38vw, 780px);
  height: clamp(520px, 38vw, 780px);
  border-radius: 50%;
  z-index: -1;
}
.product-highlight__bottom {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch; 
}
.ph-stat {
  padding: clamp(40px, 6vw, 65px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.ph-stat--light {
  background: #abd2f2;
  color: #000;
}
.ph-stat--blue {
  background: #6db4ff;
}
.ph-stat--blue strong {
  color: #000;
}
.ph-stat strong {
  display: block;
  font-size: clamp(60px, 6vw, 90px);
  line-height: clamp(50px, 5vw, 70px);
  font-weight: 700;
  position: relative;
}
.ph-stat--blue strong::after {
  content: "[8]";
  position: absolute;
  top: clamp(-25px, -2vw, -10px);
  font-size: 14px;
}
.ph-stat span {
  display: block;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
}
.ph-stat span.light {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  line-height: initial;
}
.ph-stat span.light strong {
  font-size: inherit;
  line-height: clamp(20px, 2.5vw, 25px);
}
.ph-stat span.b {
  font-weight: 700;
}
.ph-stat span sup {
  font-size: 50%;
}

/* ================= PRODUCTS ================= */

.products {
  padding: 100px 20px 50px;
}

.products__inner {
  max-width: 1210px;
  margin: 0 auto;
}

.products__title {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 70px);
}
.product__step {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
}

.product__step-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 16px;
  line-height: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0e86c6;
}

.product__step-box {
  width: 35px;
  height: 46px;
  background: #0e86c6;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -3px;
}

.product__step-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: -11px;
  margin-left: -10px;
}


.products__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product--center {
  position: relative;
}

.product--center::before,
.product--center::after {
  content: "+";
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #0e86c6;
  opacity: .8;
  font-size: clamp(32px, 4vw, 72px);
  z-index: 2;
}

.product--center::before {
  left: clamp(-40px, -3vw, -60px);
}

.product--center::after {
  right: clamp(-40px, -3vw, -60px);
}

.product {
  text-align: center;
  flex: 1;
}

.product img {
  max-height: 320px;
  margin: 0 auto 10px;
}

.product h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.product h3 span {
  font-weight: 300;
}

/* ===== SLIDER ===== */

.products__carousel {
  display: none;
}

@media (max-width: 820px) {

  .products__list {
    display: none;
  }

  .products__carousel {
    display: block;
    position: relative;
  }

  .products__viewport {
    overflow: hidden;
  }

  .products__track {
    display: flex;
    transition: transform .3s ease;
  }

  .products__track .product {
    flex: 0 0 100%;
    padding: 0 20px;
  }

  .products__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
  }

  .products__dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #000;
  }

  .products__dots button.active {
    background: #009ee2;
    width: 10px;
    height: 10px;
  }
  
  
.product--center::before {
 display: none;
}

.product--center::after {
  display: none;
}

}
@media (min-width: 821px) {
  .products__nav {
    display: none;
  }
}

/* ================= TESTIMONIAL ================= */

.testimonial {
  padding: clamp(80px, 8vw, 80px) 20px;
}

.testimonial__inner {
  max-width: 1210px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(40px, 6vw, 70px);
  align-items: start;
  position: relative;
}

.testimonial__media img {
  width: clamp(180px, 16vw, 190px);
  height: clamp(180px, 16vw, 190px);
  border-radius: 50%;
  object-fit: cover;
}

.testimonial__content {
  position: relative;
}

.testimonial__quote {
  position: absolute;
  top: -90px;
  right: 0;
  width: clamp(120px, 10vw, 180px);
  pointer-events: none;
}

.testimonial__text {
  font-size: clamp(28px, 3vw, 48px);
  line-height: clamp(32px, 3.2vw, 46px);
  font-weight: 300;
  max-width: 900px;
  font-style: italic;
}

.testimonial__author {
  margin-top: 40px;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: clamp(26px, 2vw, 46px);
  font-weight: 300;
  color: #555;
}

.ytv{
    padding: clamp(28px, 5vw, 20px) 18px;
  }
  .ytv__inner{
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
    justify-items: center;
  }
  .ytv__title{
    text-align: center;
  }
  .ytv__title strong{display: inline;}

  .ytv__card{
    width: min(920px, 100%);
    aspect-ratio: 16 / 9;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #111827;
    margin-top: 30px;
  }
  .ytv__card:focus-visible{ outline-color:#3b82f6; }

  .ytv__poster{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .ytv__play{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    transition: transform .18s ease;
  }
  .ytv__card:hover .ytv__play{ transform: scale(1.04); }

  .ytv__ring{
    position:absolute;
    width:96px;height:96px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.65);
    animation:pulse 2.4s ease-out infinite;
  }
  .ytv__ring--2{ width:120px;height:120px; animation-delay:.6s; opacity:.6; }
  .ytv__icon{
  height: auto;
  position: relative;
  z-index: 2;
}

  @keyframes pulse{
    0%{transform:scale(.9);opacity:.9}
    70%{transform:scale(1.25);opacity:0}
    100%{opacity:0}
  }

  .ytvModal{
    position:fixed; inset:0;
    display:none;
    z-index:10000;
  }
  .ytvModal.is-open{ display:block; }
  .ytvModal__backdrop{
    position:absolute; inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter: blur(2px);
  }
  .ytvModal__dialog{
    position:absolute;
    width: min(960px, calc(100vw - 36px));
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: calc(100vh - 36px);
    inset: 0;
    margin: auto;
    background:#000;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.45);
    transform: translateY(10px) scale(.98);
    opacity:0;
    transition: opacity .16s ease, transform .16s ease;
  }
  .ytvModal.is-open .ytvModal__dialog{
    opacity:1;
    transform: translateY(0) scale(1);
  }
  .ytvModal__frame{ width:100%; height:100%; position:relative; }
  .ytvModal__frame iframe{ width:100%; height:100%; border:0; }

  .ytvModal__fallback{
    position:absolute;
    inset:0;
    display:none;
    place-items:center;
    text-align:center;
    color:#fff;
    background:#111;
    padding:24px;
  }
  .ytvModal__fallback a{
    color:#fff;
    font-weight:700;
    text-decoration:underline;
  }

  
  .ytvModal__actions{
    position:absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    display:none;
    gap:10px;
    align-items:center;
  }
  .ytvModal__ytlink{
    background: rgba(0,0,0,.55);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding:10px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(2px);
  }
  .ytvModal__ytlink:hover{ background: rgba(0,0,0,.7); }
  .ytvModal__actions.is-visible{ display:flex; }

  .ytvModal__close{
    position:absolute;
    top:12px; right:12px;
    width:44px;height:44px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(0,0,0,.6);
    color:#fff;
    display:grid; place-items:center;
    cursor:pointer;
    z-index: 5;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
  }
  .ytvModal__close:hover{ background:rgba(0,0,0,.75); }
  .ytvModal__close:focus-visible{ outline:2px solid #3b82f6; outline-offset:2px; }

/* ================= LIPISIE ================= */

.lipisie {
  padding: clamp(60px, 8vw, 80px) 0 0;
  position: relative;
  width: 100%;
}

.lipisie__inner {
  margin: 0 20px;
  padding: 0 20px;
  text-align: center;
}


.lipisie__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(20px, 2vw, 40px);
}

.lipisie-item {
  flex: 1;
  max-width: 175px;
  cursor: pointer;
  transition: transform .2s ease;
  text-transform: uppercase;
}

.lipisie-item:hover {
  transform: translateY(-6px);
}

.lipisie-item img {
  width: 100%;
  max-height: 200px;
  margin-bottom: 14px;
}
.lipisie__desc{margin-top: 20px; font-weight: 300; max-width: 800px; margin: 15px auto}

.lipisie__bubble {
  position: absolute;
  width: 100%;
  max-width: 290px;
  background: #fff;
  border: 1px solid #009ee2;
  padding: 39px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.lipisie__bubble.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lipisie__bubble::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #fff;
  transform: rotate(45deg);
}

.lipisie__bubble[data-dir="right"]::before {
  left: -19px;
  top: 70px;
  border-left: 1px solid #009ee2;
  border-bottom: 1px solid #009ee2;
}

.lipisie__bubble[data-dir="left"]::before {
  right: -19px;
  top: 70px;
  border-right: 1px solid #009ee2;
  border-top: 1px solid #009ee2;
}

.lipisie-item p {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: clamp(20px, 2.4vw, 26px);
}

.lipisie-item p strong{
  display: block;
}

.lipisie__bubble-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}

.lipisie__bubble-title strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 30px; 
}

.lipisie__bubble-text {
  font-size: 16px;
  line-height: 19px; 
  text-align: center;
  color: #333;
  display: block;
  font-weight: 300;
}

.lipisie__bubble-text strong {
  display: block;
  font-weight: 700;
}

.lipisie__bubble-close {
  display: none;
}

.lipisie__carousel {
  display: none;
}

@media (max-width: 820px) {

  .lipisie__list {
    display: none;
  }

  .lipisie__carousel {
    display: block;
    position: relative;
  }

  .lipisie__viewport {
    overflow: hidden;
  }

  .lipisie__track {
    display: flex;
    transition: transform .3s ease;
  }
  
  .lipisie__inner {
    position: relative;
  padding: 0 30px;
    box-sizing: border-box;
}

  .lipisie__track .lipisie-item {
    flex: 0 0 100%;
    padding: 0 20px;
    max-width: none;
    text-align: center;
  }

  .lipisie__track .lipisie-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 260px;
    margin: 0 auto 20px;
    display: block;
  }

  .lipisie__nav, .products__nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.lipisie__nav span {
  display: none;
}

.lipisie__nav::after, .products__nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 15px; 
}

.lipisie__nav--prev::after, .products__nav--prev::after {
  background-image: url("../images/arrow-left.png");
}

.lipisie__nav--next::after, .products__nav--next::after {
  background-image: url("../images/arrow-right.png");
}

.lipisie__nav--prev,.products__nav--prev { left: 0; }
.lipisie__nav--next, .products__nav--next { right: 0; }

  .lipisie__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
  }

  .lipisie__dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #000;
  }

  .lipisie__dots button.active {
    background: #009ee2;
    width: 10px;
    height: 10px;
  }

  .lipisie__bubble {
    position: absolute;
    left: 10px;
    right: 10px;
    max-width: 420px;
    margin: 0 auto;
    padding: 38px 26px;
  }

  .lipisie__bubble::before {
    top: -19px;
    left: 50%;
    margin-left: -12px;
    border-left: 1px solid #009ee2;
    border-top: 1px solid #009ee2;
  }

  .lipisie__bubble-close {
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    background: none;
    border: none;
    color: #009ee2;
    font-size: 40px;
    cursor: pointer;
  }
}


/* ================= DOWNLOAD ================= */

.download {
  padding: clamp(70px, 8vw, 90px) 0 30px;
}

.download__inner {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  column-gap: clamp(30px, 4vw, 50px);
}

.download__image {
  display: flex;
  justify-content: center;
}

.download__image img {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.download__content {
  max-width: 520px;
}

.download__title {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: clamp(26px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.download__title strong {
  font-weight: 700;
}

.video2{
  margin-bottom: 90px;
}

/* ================= PROGRAM HERO ================= */

.program-hero {
  position: relative;
  background: url("../images/program-hero.jpg") no-repeat 70%;
  background-size: cover;
  padding: clamp(80px, 10vw, 110px) clamp(20px, 4vw, 135px);
  min-height: clamp(420px, 40vw, 520px);
  display: flex;
  align-items: center;
}

.program-hero__inner {
  margin: 0 auto;
  width: 100%;
}

.program-hero__title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.program-hero__lead {
  font-size: clamp(18px, 2vw, 24px);
  line-height: clamp(22px, 2.2vw, 26px);
  color: #000;
  max-width: 700px;
}

.program-hero__lead-mobile {
  display: none;
}

.program-hero__lead strong {
  font-weight: 700;
}

@media (max-width: 930px) {

  .program-hero {
    background-position: 50%;

  }

}


.note{text-align: center;}
.note p{
  font-size: 12px;
  line-height: 14px;
  padding: 80px 0 30px;
  font-weight: 300;
  color: #6b6b6b;
}


/********************** ALL RWD **********************/

@media (max-width: 1380px) {
  .hero__inner {
    min-height: 570px;
  }
  .hero__product {
    right: 400px;
  }
  .hero__title {
    font-size: clamp(32px, 4.2vw, 47px);
    line-height: clamp(36px, 4.5vw, 44px);
  }

  .hero__text {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: clamp(22px, 2vw, 24px);
  }
}
@media (max-width: 1280px) {
  .hero__content {
    flex: 3;
  }
  .hero__inner {
    min-height: 510px;
  }

  .hero__product {
    width: clamp(280px, 35vw, 365px);
  }
}

@media (max-width: 960px) {
  .hero__inner {
    min-height: 450px;
  }
    .hero__product {
    right: 300px;
  }
}

@media (max-width: 820px) {
.header__inner img {
  max-width: 200px;
}
 .hero__inner {
    flex-direction: column;
    padding: 0;
    min-height: auto;
   background: none;
  }

  .hero__visual {
    order: 1;          
    position: relative;
    width: 100%;
    min-height: 420px;

  background: url(../images/hero-family.jpg) no-repeat right;
  background-size: cover;
    justify-content: left;
}
  

  .hero__content {
    order: 2;         
    background: #fff;
    padding: 40px 20px 60px;
    width: 100%;
    text-align: center;
     }
  

   .hero__product {
  position: relative;
  bottom: -35px;
  left: 0;
  width: clamp(220px, 60vw, 320px);
}

  
 /****************/  
  .azs-info{padding-top: 0;}
  .azs-row__icon img {
    min-width: 90px;
  }
 /****************/  
  .did-you-know__middle {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 20px;
  }
  .did-you-know__left h3{margin-bottom: 30px;}
  .did-you-know__left h3 br{display: none;}
  .did-you-know__left {
    order: 1;
    
  }

  .did-you-know__right {
    order: 2;
    align-items: center;
    text-align: center;
  }

  .did-you-know__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .fact--dark{padding: 0 50px;}
  .fact--light{padding: 0 110px;}
  .giraffe {
    position: absolute;
    left: -20px;
    bottom: 0;
    left: auto;
    width: 18vw;
  }

  .splash--top{
    left: 10px;
  }
  .splash--bottom {
    left: 30vw;
    bottom: -30px;
    width: 50px;
    height: auto;
  }
  .mob-hidden{display: none;}
  
  
  .product-highlight__top {
	background: #000;
}

.product-highlight__top {
	grid-template-columns: 1fr;
	padding: 60px 20px;
  position: relative;
}

.product-highlight__content {
	margin-bottom: 26px;
}

.btn--desktop {
	display: none;
}

.btn--mobile {
	display: inline-block;
	margin-top: 30px;
}

.product-highlight__visual {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 340px;
	height: 100%;
	pointer-events: none;
}
  
.ph-packshot{
  position: absolute;
  left: 23vw;
  bottom: 0;
  width: 340px;
  height: auto;
  visibility: visible;
  pointer-events: none;
}

.product-highlight__claims {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 5;
  margin-left: auto;
    align-items: center;
    text-align: center;
    max-width: 250px;
}

.product-highlight__top {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.product-highlight__bottom-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.ph-mobile-row {
	display: flex;
	align-items: center;
	justify-content: space-between; 
	gap: 20px;
	margin-top: 40px;
    padding-left: clamp(220px, 42vw, 340px);
}

  .claim span {

  margin-top: 0;
}
  
.product-highlight__bottom {
	grid-template-columns: 1fr;
}
  
  /***********************/
  .video2 {
  margin-bottom: 40px;
}
  /***********************/
  .program-hero{
    background: url(../images/program-hero-mobile.jpg) no-repeat center;
    align-items: end;
    text-align: center;
  }
  .program-hero__lead {
    display: none;
  }
.program-hero__title {
  margin-bottom: -40px;
}
  .program-hero__lead-mobile {
    display: block;
    background: #fff;
    color: #000;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #abd2f2;
  }

}
  
@media (max-width: 600px) {
  .btn {
    padding: 5px 16px;
    font-size: 18px;
  }
  .hero__title {
    font-size: 35px;
    line-height: 32px;
  }

  .hero__text {
    font-size: 20px;
    line-height: 24px;
  }

  .hero__visual {
    min-height: 330px;
    background-position-x: right 10%;
  }
  .hero__product {
    width: clamp(220px, 50vw, 250px);
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .azs-info__top.is-open .azs-info__intro,
  .azs-list li,
  .azs-row__text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
  }
  .azs-row__title {
    font-size: 22px;
    line-height: 26px;
  }
  .azs-row__title br {
    display: none;
  }

  .azs-row + .azs-row {
    margin-top: 30px;
  }
  .azs-row {
    gap: 13px;
    align-items: flex-start;
  }

  .azs-info__box {
    padding: 40px 20px;
  }
  .azs-row__icon img {
    min-width: 50px;
    padding-top: 20px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .fact {
    font-size: 22px;
    line-height: 26px;
  }
  .fact--dark {
    padding: 0 10px;
  }
  .fact--light {
    padding: 0 70px;
  }
  .giraffe {
    left: -20px;
    right: initial;
  }

  .product-highlight__top {
    padding: 40px 10px;
  }
  .ph-eyebrow {
    font-size: 19px;
  }
  .ph-title {
    font-size: 29px;
    line-height: 27px;
  }

  .ph-sub {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .ph-breakthrough {
    font-size: 19px;
    line-height: 15px;
  }
  .ph-breakthrough .light,
  .ph-breakthrough .bold {
    font-size: 40px;
    line-height: 46px;
  }

  .product-highlight__top {
    background-position-x: -10vw;
    background-position-y: 285px;
  }

  .ph-stat strong {
    font-size: 72px;
    line-height: 60px;
  }
  .ph-stat--blue strong::after {
    top: -19px;
  }

  .testimonial {
    padding: 20px;
  }
  .testimonial__inner {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 70px);
    align-items: start;
    position: relative;
    z-index: 1;
  }

  .testimonial__media {
    display: flex;
    justify-content: center;
  }

  .testimonial__content {
    text-align: center;
  }

  .testimonial__quote {
    width: auto;
    right: -12vw;
    transform: initial;
    bottom: 0;
    top: initial;
    z-index: -1;
  }

  .video1 h2 strong {
    display: block;
  }

  .download__image img {
    max-width: 165px;
  }
  .download__inner {
    max-width: 790px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 155px 1fr;
    align-items: center;
    column-gap: clamp(30px, 4vw, 50px);
  }

  .program-hero__title {
    margin-bottom: 10px;
  }

  .program-hero__lead-mobile {
    font-size: 22px;
    line-height: 26px;
  }

  .program-hero__lead-mobile br {
    display: none;
  }
  .note p {
    padding: 30px 0 30px;
  }
}


@media (max-width: 470px) {
  .product-highlight__claims {
    gap: 25px;
    flex: 5;
    max-width: 300px;
  }
  .ph-mobile-row {
    padding-left: clamp(139px, 32vw, 321px);
  }
}

@media (max-width: 430px) {
  .hero__product {
    width: clamp(190px, 50vw, 250px);
  }
  .hero__title {
    font-size: 30px;
    line-height: 29px;
  }
  .hero__text,
  .azs-info__top.is-open .azs-info__intro,
  .azs-list li,
  .azs-row__text {
    font-size: 17px;
    line-height: 21px;
  }
  h2 {
    font-size: 23px;
    line-height: 26px;
  }
  h3 {
    font-size: 19px;
    line-height: 24px;
  }
  .azs-row__title {
    font-size: 20px;
    line-height: 22px;
  }
  .fact--dark {
    padding: 0;
  }
  .fact--light {
    padding: 0 20px;
  }
  .product-highlight__top .btn--white {
    margin-top: 0;
  }
  .product-highlight__top {
    background-size: 250px;
    background-position-x: -15vw;
    background-position-y: bottom;
  }
  .btn {
    font-size: 15px;
  }

  .product-highlight__claims {
    gap: 15px;
  }
  .ph-mobile-row {
    margin-top: 70px;
  }

  .ph-stat strong {
    font-size: 46px;
    line-height: 48px;
  }
  .ph-stat--blue strong::after {
    top: -10px;
  }

  .lipisie__bubble {
    max-width: 300px;
  }
  .download__image img {
    max-width: 130px;
  }
  .download__inner {
    padding: 0;
    grid-template-columns: 130px 1fr;
    align-items: center;
    column-gap: clamp(1px, 4vw, 50px);
  }

  .did-you-know__left h3 {
    font-size: clamp(40px, 5.5vw, 80px);
    line-height: clamp(46px, 5.2vw, 76px);
    font-weight: 700;
  }
}


@media (max-width: 390px) {
  .product-highlight__visual {
    width: 295px;
  }
  .ph-packshot {
    left: 18vw;
  }
  .ph-mobile-row {
    margin-top: 30px;
  }
  .ph-breakthrough .light sup {
    top: 2.9vw;
  }
}

@media (max-width: 365px) {
  .giraffe {
    left: -15px;

    width: 24vw;
  }
}

@media (max-width: 358px) {
  .giraffe {
    width: 24vw;
  }
  .ph-breakthrough {
    font-size: 17px;
  }
  .ph-breakthrough span.bold,
  .ph-breakthrough span.light {
    font-size: clamp(41px, 5vw, 71px);
  }
  .ph-mobile-row {
    padding-left: clamp(106px, 32vw, 321px);
  }
}



/* ===== Footer  ===== */
.lp-footer {
    max-width: 1440px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 70px 0;
}

.lp-footer__inner {
    max-width: 1210px;
    margin: 0 auto;
}

.lp-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 80px;
    align-items: start;
}

.lp-footer__title {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    color: #333;
}

.lp-footer__social {
    display: flex;
    gap: 22px;
}

.lp-footer__social img {
    width: 56px;
    height: 56px;
    display: block;
}

.lp-footer__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  align-items: flex-start;
}

.lp-footer__links a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

.lp-footer__copy {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.lp-footer__copy--mobile {
  display: none;
}


@media (min-width: 1024px) {
  .lp-footer__links a {
    position: relative;
    display: inline-block;
  }

  .lp-footer__links a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .lp-footer__links a:hover::after {
    transform: scaleX(1);
  }
}

@media (max-width: 1024px) {
  .lp-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .lp-footer__left {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .lp-footer {
    padding: 50px 20px;
  }

  .lp-footer__inner {
    max-width: 100%;
  }

  .lp-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

  .lp-footer__social {
    justify-content: left;
  }

  .lp-footer__center .lp-footer__copy {
    display: none;
  }

  .lp-footer__copy--mobile {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    margin-top: 0;
  }
}

