/* AiLENS product page — Figma 276:121. */
.theme-ailens {
  --ailens-orange: #e85102;
  --ailens-blue: #12357b;
  background: #102e6c;
  color: #fff;
}

.theme-ailens .site-header {
  position: absolute;
  height: 80px;
  background: transparent;
  box-shadow: none;
}

.theme-ailens .site-header .brand {
  top: 31px;
  left: 2.847222%;
  width: 84.655px;
  min-height: 44px;
}

.theme-ailens .site-header .brand img {
  filter: none;
}

.ailens-page,
.ailens-page p,
.ailens-page h1,
.ailens-page h2,
.ailens-page figure,
.ailens-page ul {
  margin: 0;
}

.ailens-page {
  overflow: hidden;
  color: #fff;
  font-family: var(--poppins);
}

.ailens-hero {
  position: relative;
  isolation: isolate;
  height: clamp(700px, 60.9722vw, 1050px);
  overflow: hidden;
  background: #001527;
}

.ailens-hero::before,
.ailens-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  pointer-events: none;
}

.ailens-hero::before {
  top: 0;
  height: 31%;
  background: linear-gradient(180deg, rgba(2, 3, 9, 0.96), transparent);
}

.ailens-hero::after {
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(2, 3, 9, 0.82));
}

.ailens-hero-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.ailens-products-link {
  position: absolute;
  top: 35px;
  right: 2.85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 220px;
  min-height: 44px;
  padding: 8px 0 10px;
  border-bottom: 2px solid #ffffffb8;
  font-size: 13.665px;
  line-height: 1.4;
}

.ailens-products-link:hover {
  border-color: #fff;
}

.ailens-hero-lockup {
  position: absolute;
  left: 4.791667%;
  bottom: 13.8%;
  width: min(414px, 45vw);
}

.ailens-hero-lockup h1 {
  width: 100%;
}

.ailens-hero-lockup h1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ailens-powered {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 72%;
  margin: -7px 0 13px auto !important;
  font-size: 13.594px;
  line-height: 1.3;
}

.ailens-powered img {
  width: 64px;
  filter: brightness(0) invert(1);
}

.ailens-hero-eyebrow {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.022em;
}

.ailens-hero-eyebrow strong {
  font-weight: 600;
}

.ailens-world {
  background: linear-gradient(158deg, #000 2%, #050e21 33%, #12357b 89%);
}

.ailens-inner,
.ailens-ai-inner {
  width: calc(100% - 48px);
  max-width: 1199px;
  margin-inline: auto;
}

.ailens-intro {
  padding: 123px 0 86px;
}

.ailens-intro-inner {
  position: relative;
}

.ailens-corner {
  position: absolute;
  color: #fff;
  font: 400 27px/1 var(--poppins);
}

.ailens-corner--top-left {
  top: -4px;
  left: 0;
}

.ailens-corner--top-right {
  top: -4px;
  right: 0;
}

.ailens-corner--bottom-left {
  top: 313px;
  left: 0;
}

.ailens-corner--bottom-right {
  top: 313px;
  right: 0;
}

.ailens-intro-grid {
  display: grid;
  grid-template-columns: 520px minmax(0, 496px);
  gap: 40px;
  align-items: start;
  padding: 64px 65px 0;
}

.ailens-intro-heading h2 {
  font-size: 28.786px;
  font-weight: 400;
  line-height: 35.983px;
  letter-spacing: normal;
}

.ailens-intro-heading h2 span,
.ailens-intro-heading h2 strong {
  display: block;
}

.ailens-intro-heading h2 strong {
  font-weight: 600;
}

.ailens-recommendation {
  width: min(462px, 100%);
  min-height: 61px;
  margin-top: 30px !important;
  padding: 12px 17px;
  border-radius: 51px;
  background: linear-gradient(90deg, var(--ailens-orange), #0c177d);
  box-shadow: 0 4px 6px -1px #0003;
  font-size: 15.186px;
  line-height: 17px;
}

.ailens-recommendation strong {
  font-weight: 700;
}

.ailens-intro-copy {
  padding-top: 3px;
}

.ailens-intro-copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.ailens-intro-copy p + p {
  margin-top: 20px;
}

.ailens-intro-copy strong {
  font-weight: 600;
}

.ailens-psicoptix {
  max-width: 758px;
  margin: 119px auto 0;
  text-align: center;
}

.ailens-psicoptix img {
  width: 186px;
  height: 104px;
  margin: 0 auto 0;
  object-fit: cover;
}

.ailens-psicoptix p {
  color: #ffffffcc;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.ailens-psicoptix strong {
  font-weight: 600;
}

.ailens-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 117px;
  width: min(1099px, calc(100% - 100px));
  margin: 98px auto 0 !important;
  padding: 0 42px;
  border: 2px solid var(--ailens-orange);
  border-right-color: #0c177d;
  border-radius: 100px;
  list-style: none;
}

.ailens-benefits li {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 22px 12px;
}

.ailens-benefits li::before {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border-top: 2px solid #80cbf6;
  border-right: 2px solid #80cbf6;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 5px #2b8fc6);
}

.ailens-benefits span {
  font-size: 14px;
  line-height: 19px;
}

.ailens-benefits strong {
  font-weight: 600;
}

.ailens-ai {
  padding: 66px 0 105px;
}

.ailens-ai-inner {
  max-width: 1180px;
}

.ailens-ai-tagline {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.ailens-ai-tagline strong {
  font-weight: 500;
}

.ailens-ai-layout {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(340px, 43%);
  align-items: center;
  min-height: 390px;
  margin-top: 50px;
}

.ailens-ai-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.ailens-ai-lens-frame {
  position: absolute;
  top: 0;
  left: -12.71%;
  display: flex;
  width: 117.33%;
  height: 390px;
  align-items: center;
  justify-content: center;
  mix-blend-mode: screen;
}

.ailens-ai-lens-crop {
  position: relative;
  width: 95.804%;
  height: 72.491%;
  overflow: hidden;
  border-radius: 36.625px;
  box-shadow: 0 4.883px 4.883px #0004;
  transform: rotate(8.38deg);
}

.ailens-ai-lens-crop img {
  position: absolute;
  top: -164.67%;
  left: -52.15%;
  width: 263.93%;
  height: 422.46%;
  max-width: none;
  object-fit: fill;
}

.ailens-ai-visual figcaption {
  position: absolute;
  left: 10.18%;
  bottom: 0;
  width: 232px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.ailens-ai-copy {
  align-self: start;
  padding: 84.93px 0 0;
}

.ailens-ai-heading {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  align-items: start;
  min-height: 83.567px;
}

.ailens-ai-heading h2 {
  font-size: 34.204px;
  font-weight: 500;
  line-height: 42.755px;
}

.ailens-ai-heading p {
  width: min(305.243px, 100%);
  font-size: 16.635px;
  font-weight: 300;
  line-height: 22.576px;
}

.ailens-ai-heading strong {
  font-weight: 500;
}

.ailens-ai-rule {
  width: min(321.498px, 65%);
  height: 1px;
  margin: 26.4px 0 35.2px -130px;
  background: #35d7ef;
  transform: rotate(-0.64deg);
  opacity: 0.85;
}

.ailens-ai-copy > p:not(.ailens-ai-optimization) {
  width: min(497.854px, 100%);
  margin-left: 6px !important;
  color: #ffffffcc;
  font-size: 14.258px;
  font-weight: 300;
  line-height: 19.011px;
}

.ailens-ai-optimization {
  position: relative;
  width: min(497.854px, 100%);
  margin: 40.3px 0 0 6px !important;
  padding-left: 20px;
  font-size: 14.258px;
  font-weight: 300;
  line-height: 20px;
}

.ailens-ai-optimization::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #59e3ff;
  box-shadow:
    0 0 4px 2px #59e3ffcc,
    0 0 11px 5px #0bbce766;
}

.ailens-gallery {
  position: relative;
  min-height: 655px;
  overflow: hidden;
  padding-top: 18px;
}

.ailens-gallery-stage {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: 500px;
  margin-inline: auto;
}

.ailens-gallery-card,
.ailens-gallery-wing {
  position: absolute;
  display: block;
}

.ailens-gallery-card {
  object-fit: contain;
  filter: drop-shadow(0 10px 20px #0006);
}

.ailens-gallery-wing {
  top: 27px;
  width: 21.94%;
  height: 479px;
}

.ailens-gallery-wing--left {
  left: -3.4%;
  transform: scaleX(-1);
}

.ailens-gallery-wing--right {
  right: -3.4%;
}

.ailens-gallery-card--far-left,
.ailens-gallery-card--far-right {
  top: 133px;
  width: 12.22%;
  height: 268px;
}

.ailens-gallery-card--far-left {
  left: 21.21%;
  transform: scaleX(-1);
}

.ailens-gallery-card--far-right {
  right: 21.21%;
}

.ailens-gallery-card--left,
.ailens-gallery-card--right {
  top: 167px;
  width: 9.2%;
  height: 198px;
}

.ailens-gallery-card--left {
  left: 35.17%;
  transform: scaleX(-1);
}

.ailens-gallery-card--right {
  right: 35.17%;
}

.ailens-gallery-card--center {
  top: 176px;
  left: 50%;
  width: 8.59%;
  height: 182px;
  border-radius: 20px;
  object-fit: cover;
  transform: translateX(-50%);
}

.ailens-gallery-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -99px !important;
  padding: 0;
  list-style: none;
}

.ailens-gallery-tags li {
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  background: #fbfbfd1f;
  color: #f6f6f6;
  font-size: 12.8px;
  line-height: 19.2px;
  backdrop-filter: blur(8px);
}

.theme-ailens .site-footer {
  min-height: 153px;
  padding: 48px 52px 32px;
  background: #102e6c;
}

.theme-ailens .site-footer .footer-brand > img {
  width: 128px;
  filter: brightness(0) invert(1);
}

.theme-ailens .site-footer .social-links {
  margin-top: 18px;
  gap: 7px;
}

.theme-ailens .site-footer .social-links a,
.theme-ailens .site-footer .social-links > span {
  width: 24px;
  height: 24px;
}

.theme-ailens .site-footer .social-links img {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .theme-ailens .site-header {
    display: block;
    padding: 0;
  }

  .theme-ailens .site-header .brand {
    position: absolute;
  }

  .ailens-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-inline: 52px;
  }

  .ailens-benefits {
    padding-inline: 25px;
  }

  .ailens-benefits li {
    gap: 11px;
    padding-inline: 8px;
  }

  .ailens-benefits span {
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .ailens-hero {
    height: 680px;
    min-height: 0;
  }

  .theme-ailens .site-header .brand {
    top: 16px;
    left: 22px;
    width: 85px;
  }

  .ailens-products-link {
    top: 15px;
    right: 22px;
    width: 175px;
    gap: 15px;
    font-size: 11px;
  }

  .ailens-hero-photo {
    object-position: 62% 50%;
  }

  .ailens-hero-lockup {
    left: 24px;
    bottom: 60px;
    width: min(330px, calc(100% - 48px));
  }

  .ailens-hero-eyebrow {
    font-size: 20px;
  }

  .ailens-intro {
    padding: 76px 0 58px;
  }

  .ailens-inner,
  .ailens-ai-inner {
    width: calc(100% - 48px);
  }

  .ailens-corner {
    display: none;
  }

  .ailens-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 0;
  }

  .ailens-intro-heading h2 {
    font-size: clamp(25px, 6.2vw, 32px);
    line-height: 1.28;
  }

  .ailens-recommendation {
    border-radius: 28px;
  }

  .ailens-intro-copy p,
  .ailens-psicoptix p {
    font-size: 14px;
    line-height: 1.65;
  }

  .ailens-psicoptix {
    margin-top: 56px;
  }

  .ailens-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 34px;
    padding: 17px 24px;
  }

  .ailens-benefits li {
    min-height: 82px;
    padding: 12px;
  }

  .ailens-ai {
    padding-top: 42px;
  }

  .ailens-ai-tagline {
    font-size: 17px;
    line-height: 1.5;
  }

  .ailens-ai-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 44px;
  }

  .ailens-ai-visual {
    min-height: 400px;
  }

  .ailens-ai-lens-frame {
    left: -12%;
    width: 124%;
    height: 330px;
  }

  .ailens-ai-visual figcaption {
    bottom: 15px;
  }

  .ailens-ai-copy {
    padding: 0;
  }

  .ailens-ai-copy > p:not(.ailens-ai-optimization),
  .ailens-ai-optimization {
    margin-left: 0 !important;
  }

  .ailens-ai-rule {
    width: 100%;
    margin-left: 0;
  }

  .ailens-gallery {
    min-height: 455px;
    padding: 15px 0 60px;
  }

  .ailens-gallery-stage {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 310px;
    overflow-x: auto;
    padding: 20px 24px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ailens-gallery-wing {
    display: none;
  }

  .ailens-gallery-card,
  .ailens-gallery-card--far-left,
  .ailens-gallery-card--far-right,
  .ailens-gallery-card--left,
  .ailens-gallery-card--right,
  .ailens-gallery-card--center {
    position: static;
    width: 160px;
    height: 240px;
    flex: 0 0 160px;
    border-radius: 14px;
    object-fit: contain;
    transform: none;
    scroll-snap-align: center;
  }

  .ailens-gallery-card--center {
    object-fit: cover;
  }

  .ailens-gallery-tags {
    margin-top: 12px !important;
  }
}

@media (max-width: 520px) {
  .ailens-hero {
    height: 620px;
  }

  .ailens-products-link {
    width: 150px;
  }

  .ailens-powered {
    font-size: 10px;
  }

  .ailens-intro-copy p,
  .ailens-psicoptix p {
    font-size: 13px;
  }

  .ailens-benefits {
    grid-template-columns: 1fr;
    padding: 13px 24px;
  }

  .ailens-benefits li {
    min-height: 70px;
  }

  .ailens-ai-visual {
    min-height: 330px;
  }

  .ailens-ai-lens-frame {
    top: 0;
    height: 270px;
  }

  .ailens-ai-visual figcaption {
    left: 0;
    width: 210px;
    font-size: 10px;
  }

  .ailens-ai-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ailens-ai-heading h2 {
    font-size: 30px;
  }

  .ailens-gallery-tags li {
    padding-inline: 13px;
    font-size: 11px;
  }

  .theme-ailens .site-footer {
    min-height: 140px;
    padding: 34px 24px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ailens-gallery-stage {
    scroll-behavior: auto;
  }
}
