@font-face {
  font-family: Spline sans mono variable;
  src: url('../fonts/SplineSansMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spline sans mono variable;
  src: url('../fonts/SplineSansMono-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --_colors---light: #f2f0eb;
  --_colors---grey: #d8d5ce;
  --_colors---black: #1f1f1f;
  --_colors---dark-grey: #9f9b93;
  --r-20: 20px;
  --r-10: 16px;
}

.sub-main{
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  max-width: 500px; 
}

.subscription-shell { 
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(31, 31, 31, 0.06);
  margin-bottom: 20px;
}

.sub-logo-wrapper{
  padding-top: 40px;
  padding-bottom: 20vh;
}

.sub-logo-wrapper .logo-move {
  text-align: center;
  margin-left: 0;
}

.sub-heading {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 32px;
  margin-top: 8px;
}
.sub-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.sub-p-tartget {
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
} 

.sub-changes{
  padding: 16px;
  border-radius: 6px;
  background: #f5f4ef;
  margin-bottom: 20px;
}

.sub-changes strong {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 220%;
}

a.sub-maincta{
  background-color: var(--_colors---black);
    color: var(--_colors---light);
    letter-spacing: 2.2px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 14px 25px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    font-size: 18px;
    transition: opacity 0.2s ease-in-out;
    text-decoration: none;
    display: block;
}

a.sub-maincta:hover{ 
  opacity: 0.8;
}


.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Spline sans mono variable, Georgia, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.mobile-only {  display: none; }

@media screen and (max-width: 479px) {
  .mobile-only {  display: inline; }
}

.home {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  background-color: var(--_colors---light);
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.head {
  margin-bottom: 10vh;
  position: relative;
}

.nav {
  z-index: 9;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.page-nav-shell {
  position: relative;
  z-index: 9; 
}

 

.con {
  max-width: 94%; 
  margin: 0 auto;
}
.navcon{
  overflow: visible;
}

.hero {
  z-index: 2;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center; 
  display: flex;
  position: relative;
  min-height: 75vw;
  height: 100vh;
}

.hero-title-wrapper{
  width: 100%;
}

.hero-cta-wrapper{
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 5vh;
}

.logo-img {
  width: 240px;
  margin-left: 20px;
}

.logo-img.f {
  margin-left: 0;
}

.logo-link.in-nav {
  display: none;
}

.lo {
  z-index: 99; 
  position: fixed;
  inset: auto 3% 5% auto;
}

.lo-link {
  max-width: 110px;
    max-height: 110px;
    display: block;
    width: 7vw;
    min-width: 80px;
    min-height: 80px;
  -webkit-tap-highlight-color: transparent;
}

.lo-link:hover .lo-img {
  outline-color: var(--_colors---dark-grey);
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 10px 24px #00000026;
}

.lo-link:focus,
.lo-link:focus-visible,
.lo-link:active {
  outline: none;
  box-shadow: none;
}

.lo-bubble {
  position: absolute;
  right: calc(100% + 24px);
  bottom: 8px;
  max-width: min(320px, 72vw);
  background-color: #1f1f1f;
  color: #f2f0eb;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 8px 20px #00000024;
  opacity: 0;
  transform: translateY(14px) scale(.96);
  pointer-events: none;
  transition: opacity .28s ease, transform .32s cubic-bezier(.22,.61,.36,1);
  width: 140px;
}

.lo-bubble.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lo-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  background: #1f1f1f;
  transform: rotate(45deg);
}

.lo-img {
  outline-color: var(--_colors---grey);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: 4px;
  outline-style: solid;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), outline-color .2s ease, box-shadow .25s ease;
  will-change: transform;
}

.hero-heading {
  color: var(--_colors---black);
  text-align: center; 
  font-size: 11vw;  
  line-height: 103%;
  letter-spacing: -3%;
  font-weight: 400;
  text-indent: 0.07em;
}

.hero-heading.stripe {
  font-family: Spline sans mono variable, Georgia, monospace;
  font-size: 4.6vw;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4vh;
}

.hero-note {
  color: var(--_colors---black);
  text-align: left;
  margin-top: 40px;
  font-size: 18px;
  line-height: 165%;
  margin-bottom: 2vh;
}

.hero-maincta {
  background-color: var(--_colors---black);
  color: var(--_colors---light);
  letter-spacing: 5.2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 20px;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
}

.hero-maincta.small,
.hero-maincta.small.top-nav-cta {
  font-size: 15px;
  padding: 6px 9px;
  border-radius: 6px;
  letter-spacing: 2px;
  margin-left: 24px;
}


.hero-maincta:hover,
.hero-maincta.hero-maincta-ready:hover {
  opacity: 0.8;
}

.top-nav {
  padding-top: 2vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.top-nav-menu {
  display: flex;
  align-items: center;
}

.top-nav-links {
  display: flex;
  align-items: center;
}

.top-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--_colors---black);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.top-nav-toggle:focus-visible {
  outline: 2px solid var(--_colors---black);
  outline-offset: 2px;
}

.top-nav-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 22px;
}

.top-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

.top-nav-link{
  text-decoration: none;
  color: var(--_colors---black);
  font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 500;
  transition: opacity 0.2s ease-in-out;
}

.top-nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* CTA entrance via CSS (not .hero-in); JS clears animation after end so :hover works */
@keyframes hero-cta-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-maincta.hero-cta-reveal {
  animation: hero-cta-reveal 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.15s both;
}

.hero-maincta.hero-maincta-ready {
  animation: none;
}

.nav-conwrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section {
  z-index: 2;
  position: relative;
}

.heading-section {
  color: var(--_colors---black);
  text-align: left;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 400;
  line-height: 98%;
}

.heading-section.when {
  font-size: 10.3vw;
}

.heading-section.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-section.footer.r {
  text-align: right;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2vh;
  margin-bottom: 20vh;
}

.f1-wrapper {
  display: flex;
  position: relative;
}

.f1-text-wrapper {
  max-width: 25vw;
  position: absolute;
  inset: 30% auto auto 0%;
}

.f1-img-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0; 
}

.img-feature-1 {
  width: 100%;
  max-width: none;
  display: inline-block;
  border-radius: 8px;
}

.p {
  color: var(--_colors---black);
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  max-width: 56ch;
  letter-spacing: -0.2px;
}

.p a {
  color: #191919;
}

.p.price-item-amount {
  width: 50%;
}

.p-link {
  color: #191919;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-textlink {
  color: #191919;
  font-size: 14px;
  line-height: 300%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-textlink:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p.q {
  margin-bottom: 0;
  padding-top: 0; 
  font-weight: 500; 
  font-size: 1.5em;
}

.p.q:not(.lead) {
  text-transform: uppercase;
}

.p.q.lead {
  padding-top: 50px;
  padding-bottom: 15px;
  font-size: 2rem;
}

/* Legal pages (terms, privacy) — parallel typography to .p */
.p-2 {
  color: var(--_colors---black);
  text-align: left;
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 1.8em; 
  max-width: 66ch;
}

.p-2 a {
  color: #191919;
}

.p-2.price-item-amount {
  width: 50%;
}

.p-2.q {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.p-2.q:not(.lead) {
  text-transform: uppercase;
}

.p-2.q.lead {
  padding-top: 50px;
  padding-bottom: 1em;
  font-size: 2rem;
}

.img-f-2 {
  object-fit: cover;
  width: 80%;
  max-height: 50vh;
  border-radius: 6px;
  opacity: 0.92;
  
}

.f2-2{ 
  opacity: 0.85; 
  max-height: none;
}

.f2-wrapper {
  padding-top: 17vh;
}

.grid_feature_side_a.f2-wrapper,
.grid_feature_side_b.f2-wrapper {
  overflow: visible;
}

.img-f-2-parallax {
  will-change: transform;
}
.smaller-gap{
  padding-top: 7vh;
}

.f2-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 7vh;
}

.faq-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20vh;
}

.faq-grid.test {
  grid-template-rows: auto auto auto;
}

.faq-list-wrapper {
  border-top: 1px solid var(--_colors---dark-grey);
}

.test-text-wrapper {
  margin-top: 10vh;
}

.poster {
  background-color: #ffffff8a;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 30vh;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.poster-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  min-height: 250px;
  padding-top: 2vh;
  display: flex;
}

.homepagewrapper {
  background-color: var(--_colors---light);
}

.div-block-2 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20vh;
  display: flex;
}

.phi-text {
  max-width: 30ch;
  color: var(--_colors---dark-grey);
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
}

.price-table {
  border-top: 1px solid var(--_colors---dark-grey);
  width: 100%;
  margin-bottom: 20px;
}

.price-list-item {
  border-bottom: 1px solid var(--_colors---dark-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.linkj-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  display: flex;
}

.headbgwrapper {
  z-index: 1;
  pointer-events: none; 
  position: absolute;
  inset: 0%;
}

.headbggrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
  /* 72 张 ÷ 8 列 = 9 行；1fr 在固定总高下均分，整网高度 150vh */
  height: 150vh;
  min-height: 150vh;
}

.headbg-card {
  min-height: 0;
  min-width: 0;
  background-image: url('../images/bg-n.png');
  background-position: 0 0;
  background-size: 80px;
}

.div-block-2-copy {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12vh;
  display: flex;
}

.logo-move-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.logo-move {
  margin-left: 0;
  margin-top: 2.4vw;
}

.lomeo-logo-move {
  max-height: 70px;
}

.lomeo-logo-move._4 {
  margin-left: -4.15%;
}

.lomeo-logo-move._5 {
  margin-left: -4.6%;
}

.lomeo-logo-move._3 {
  margin-left: -4.3%;
}

.lomeo-logo-move._2 {
  margin-left: -4.6%;
}

.faq-item {
  grid-column-gap: 4px; 
  border-bottom: 1px solid var(--_colors---dark-grey);
  flex-flow: column;
  display: flex;
}

.faq-q {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq-q:focus-visible {
  outline: 2px solid var(--_colors---black);
  outline-offset: 2px;
}

.faq-a {
  overflow: hidden;
  padding-bottom: 0;
}

/* 无 JS 时仍折叠；有 JS 后会去掉 .hidden 并由 GSAP 控制高度 */
.faq-a.hidden {
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.poster-link {
  width: 100%;
  text-decoration: none;
}

.ticket-linlk {
  color: var(--_colors---grey);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}


.utilitypagewrapper{
  padding-top: 140px;
 }
 
 .doc-wrapper{
   padding-bottom: 120px;
   padding-top: 15vw;
 }

.doc-wrapper ul {
  padding-left: 30px;
}

.doc-wrapper li {
  margin-bottom: 10px;
}


@media screen and (min-width: 1440px) {
  .hero-heading {
    
  }

  .hero-note {
    font-size: 1.2vw;
  }

  .hero{
    min-height: 55vw;
  }

  .heading-section.when {
    font-size: 10.2vw;
  }

  .feature-grid {
    margin-bottom: 25vh;
  }

  .p {
    font-size: 18px;
  }

  .p-2 {
    font-size: 20px;
  }

  .poster {
    min-height: 35vh;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-heading {
    
  }

  .p {
    font-size: 20px;
  }

  .phi-text{
    font-size: 20px;
  }

  .p-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .head {
    margin-bottom: 5vh;
  }

  .headbggrid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    height: 150vh;
    min-height: 150vh;
  }

  .not-on-mobile {
    display: none;
  }

  .p{
  font-size: 14px;
  }

  .f2-text-wrapper{
    gap: 15px;
  }

  .p-2 {
    font-size: 16px;
  }

  .p.price-item-amount {
    width: 60%;
  }

  .p-2.price-item-amount {
    width: 60%;
  }

  .footer-textlink {
    line-height: 300%;
  }

  .poster {
    min-height: 20vh;
  }

  .div-block-2 {
    padding-top: 12vh;
  }

  .phi-text {
    font-size: 12px;
  }

  .footer-content-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .div-block-2-copy {
    padding-top: 12vh;
  }

  .top-nav-toggle {
    display: flex;
    position: relative;
    z-index: 102;
  }

  .top-nav-menu {
    position: fixed;
    inset: 0;
    z-index: 101;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 80px 24px 40px;
    background-color: var(--_colors---light);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .top-nav.is-open .top-nav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .top-nav-links {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .top-nav-link {
    font-size: 18px;
    padding: 14px 20px;
  }

  .hero-maincta.small.top-nav-cta {
    margin-left: 0;
    font-size: 16px;
    padding: 12px 18px;
  }

  .top-nav.is-open .top-nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .top-nav.is-open .top-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .top-nav.is-open .top-nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  body.top-nav-menu-open {
    overflow: hidden;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .top-nav-menu,
  .top-nav-toggle-bar {
    transition: none;
  }
}

@media screen and (max-width: 767px) {

  .img-f-2 { 
    width: 60%; 
  }

  .doc-wrapper{
    padding-bottom: 120px;
    padding-top: 4vw;
  }

  .utilitypagewrapper {
    padding-top: 40px;
  }

  .p.q.lead{
    font-size: 1.3rem;
  }

  .p-2.q.lead {
    font-size: 1.3rem;
  }

  .hero-heading {
    font-size: 14.5vw;
    font-weight: 500;
  }
  .hero-heading.stripe{
    font-size: 7vw;
    margin-top: 0;
  }

  .hero{
    min-height: 700px;
  }

  .hero-maincta {
    letter-spacing: 4.6px;
    border-radius: 6px;
    padding: 10px 13px;
    font-size: 16px;
  }

  .hero-note {
    font-size: 16px;
    margin-bottom: 2vh;
    text-align: center;
  }

  .hero-cta-wrapper{
    text-align: center;
    margin-top: 4vh;
    width: 100%;
    position: relative; 
  }

  .feature-grid {
    flex-flow: column;
    margin-bottom: 15vh;
    display: flex;
    margin-top: 1.5vh;
  }

  .f1-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .f1-text-wrapper {
    max-width: none;
    position: static;
  }

  .f1-img-wrapper {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
  }

  .footer-textlink {
    border-bottom: 1px solid var(--_colors---grey);
    text-decoration: none;
  }

  .footer-textlink:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .p.q {
    font-size: 1.5rem;
  }

  .p-2.q {
    font-size: 18px;
  }

  .f2-wrapper {
    padding-top: 2vh;
  }

  .faq-grid {
    flex-flow: column;
    margin-bottom: 15vh;
    display: flex;
  }

  .faq-grid.test {
    margin-bottom: 15vh;
  }

  .faq-list-wrapper, .test-text-wrapper {
    margin-top: 4vh;
  }

  .phi {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 10vh;
  }

  .linkj-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--_colors---grey);
    flex-flow: column;
  }

  .headbggrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    height: 150vh;
    min-height: 150vh;
  }

  /* 手机 4 列：只保留 28 张（7 行），行数减半；150vh + 1fr 行均分铺满区域 */
  .headbggrid .headbg-card:nth-child(n + 29) {
    display: none;
  }

  .lomeo-logo-move {
    max-height: 50px;
  }

  .faq-q {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  /* 小屏默认全部展开；GSAP 同步 .faq-list-wrapper--all-open */
  .faq-list-wrapper--all-open .faq-a,
  .faq-list-wrapper--all-open .faq-a.hidden {
    visibility: visible;
  }

  .head {
    z-index: 2;
    margin-bottom: 0vh;
  }

  .nav {
    z-index: 9;
    padding-top: 0;
  }

  .hero {
    padding-bottom: 0px;
  }

  .logo-img {
    width: 200px;
    margin-left: 0;
  }


  .lo {
    bottom: 5%;
  }

  .hero-heading {
    font-size: 16.4vw;
    margin-bottom: 1vh;
    line-height: 112%;
  }

  .hero-heading.stripe{
    font-size: 8vw;
    margin-top: 0;
  }

 


  .hero-maincta.hero-cta-reveal {
    border-radius: 4px;
  }

  .section {
    z-index: 2;
    position: relative;
  }

  .qa {
    z-index: 2;
    margin-bottom: 60px;
    position: relative;
  }

  .test {
    z-index: 2;
    position: relative;
  }

  .pricing {
    z-index: 2;
    margin-top: 60px;
    position: relative;
  }

  .footer {
    z-index: 2;
    position: relative;
  }

  .heading-section { 
    font-size: 9vw;
    font-weight: 500;
  }

  .heading-section.when {
    font-size: 10.1vw;
  }

  .heading-section.test {
    font-size: 18.5vw;
  }

  .heading-section.footer {
    max-width: none;
    font-size: 10vw;
  }

  .heading-section.test {
    max-width: none;
  }

  .feature-grid {
    margin-bottom: 8vh;
  }

  .footer-textlink {
    border-bottom: 1px solid var(--_colors---grey);
  }

  .p.q {
    font-size: 18px;
  }

  .p-2.q {
    font-size: 18px;
  }

  .f2-text-wrapper {
    padding-top: 4vh;
  }

  .faq-grid {
    margin-bottom: 8vh;
  }

  .faq-grid.test {
    margin-bottom: 10vh;
  }

  .test-text-wrapper {
    margin-bottom: 4vh;
  }

  .poster-wrapper {
    flex-flow: column;
    padding-top: 0;
  }

  .homepagewrapper {
    position: relative;
  }

  .phi {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-content-wrapper {
    padding-top: 40px;
  }

  .linkj-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--_colors---grey);
  }

  .headbggrid {
    grid-auto-rows: 1fr;
    height: 150vh;
    min-height: 150vh;
  }

  .headbg-card {
    background-size: 50px;
  }

  .div-block-2-copy {
    margin-bottom: 4vh;
    padding-top: 4vh;
  }

  .logo-move {
    margin-left: 0; 
  }
}

.grid_feature_main_a {
  grid-area: 1 / 1 / 2 / 11;
}

.grid_feature_side_a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

.grid_feature_text_a {
  grid-area: 2 / 8 / 3 / 11;
}

.grid_feature_main_b {
  grid-area: 1 / 1 / 2 / 11;
}

.grid_feature_side_b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

.grid_feature_text_b {
  grid-area: 2 / 8 / 3 / 11;
}

.grid_qa_title {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

.grid_qa_list {
  grid-area: 1 / 6 / 2 / 11;
}

.grid_test_title {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

.grid_test_text {
  grid-area: 2 / 7 / 3 / 11;
}

.grid_test_posters {
  grid-area: 3 / 4 / 4 / 11;
}

.grid_pricing_main {
  grid-area: 1 / 1 / 2 / 7;
}

.grid_pricing_side {
  grid-area: 1 / 8 / 2 / 11;
  justify-self: end;
}

.grid_footer_intro {
  grid-area: 1 / 1 / 2 / 6;
}

@media screen and (max-width: 991px) {
  .grid_qa_list {
    grid-area: 1 / 4 / 2 / 11;
  }

  .grid_test_text {
    grid-area: 2 / 6 / 3 / 11;
  }

  .grid_test_posters {
    grid-area: 3 / 3 / 4 / 11;
  }
}

/* Self-hosted static site: hide legacy export badge (injected by lomeo26.js). */
.w-webflow-badge {
  display: none !important;
}

