:root {
  --max-width: 1100px;
  --accent: rgba(255, 255, 255, 0.95);
  --glass: rgba(196, 212, 230, 0.12);
}

/* Workflow control section */
.business-control {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  margin: 102px 16px 32px;
  border-radius: 28px;
  overflow: hidden;
  background: #1c1b19;
  color: #f8f6f2;
}

.business-control-image,
.business-control-shade {
  position: absolute;
  inset: 0;
}

.business-control-image {
  z-index: -2;
  background: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2200&q=85") center / cover no-repeat;
}

.business-control-shade {
  z-index: -1;
  background: linear-gradient(0deg, #1c1b19 0%, rgba(28, 27, 25, 0.94) 38%, rgba(28, 27, 25, 0.46) 72%, rgba(28, 27, 25, 0.18) 100%);
}

.business-control-shade::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(28, 27, 25, 0.52);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 70%);
  mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 70%);
}

.business-control-content {
  width: min(100% - 140px, 820px);
  padding: 94px 0 76px;
  margin-left: clamp(32px, 5.3vw, 104px);
}

.business-control-eyebrow {
  margin: 0 0 22px;
  color: #aaa59d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.business-control h2 {
  max-width: 510px;
  margin: 0;
  font-size: clamp(40px, 4.25vw, 66px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.business-control-intro,
.business-control-copy {
  max-width: 520px;
  color: #bcb8b2;
  font-size: 15px;
  line-height: 1.7;
}

.business-control-intro {
  margin: 24px 0 42px;
}

.business-control-copy {
  min-height: 76px;
  margin: 20px 0 54px;
}

.business-control-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 660px;
  padding: 5px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
}

.business-control-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #98948e;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}

.business-control-tabs button:hover,
.business-control-tabs button.is-active {
  background: #4b4947;
  color: #fff;
}

.business-control-tabs small {
  margin-left: 4px;
  color: #9b9893;
  font-size: 8px;
}

.business-control-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 760px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.business-control-steps>div {
  padding: 22px 18px 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.business-control-steps>div:first-child {
  padding-left: 0;
}

.business-control-steps>div:last-child {
  border-right: 0;
}

.business-control-steps span {
  display: block;
  margin-bottom: 10px;
  color: #77736e;
  font-size: 10px;
}

.business-control-steps strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.business-control-steps p {
  margin: 6px 0 0;
  color: #938f89;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 700px) {
  .business-control {
    min-height: auto;
    margin: 106px 12px 24px;
    border-radius: 22px;
  }

  .business-control-image {
    inset: 0 0 auto;
    height: clamp(360px, 100vw, 460px);
    background-position: center;
  }

  .business-control-shade {
    inset: 0 0 auto;
    height: clamp(360px, 100vw, 460px);
  }

  .business-control-shade::before {
    display: none;
  }

  .business-control-shade::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 145px;
    content: "";
    background: linear-gradient(180deg, transparent 0%, #1c1b19 100%);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }

  .business-control-content {
    position: relative;
    width: auto;
    margin: 0;
    padding: 64px 24px 48px;
    background: transparent;
  }

  .business-control h2 {
    max-width: 450px;
    font-size: clamp(39px, 12vw, 55px);
  }

  .business-control-intro {
    margin-bottom: 32px;
  }

  .business-control-copy {
    min-height: 0;
    margin-bottom: 38px;
  }

  .business-control-tabs {
    max-width: none;
  }

  .business-control-tabs button {
    font-size: 11px;
  }

  .business-control-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-control-steps>div {
    padding: 18px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .business-control-steps>div:nth-child(odd) {
    padding-left: 0;
  }

  .business-control-steps>div:nth-child(even) {
    border-right: 0;
  }
}



/* Base page styles (minimal) */
html,
body,
#root {

  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  font-family:
    "Messina Sans",
    "General Sans",
    -apple-system,
    sans-serif;
  color: #0b1726;
  background-color: #faf7f4;
}

/* Header styles */
.site-header {

  /* Fixed so it doesn't take up layout space and push the hero down. 
		 Keeps the same visual placement as before (top:12px). */

  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 40;
  pointer-events: none;
  background: transparent;

  display: flex;
  justify-content: center;
}
.site-header .header-inner {
  max-width: var(--max-width);
  width: min(800px, 94%);
  margin: 6px auto;
  display: flex;

  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 18px;
  transition:
    background-color 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 320ms ease,
    border-color 320ms ease,
    color 220ms ease,
    transform 320ms ease;
  pointer-events: auto;

  /* glass effect */
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #0b1726;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.12);

}



/* When page is scrolled past the hero, make header white with smooth animation */

.site-header.scrolled .header-inner {
  background: #ffffff;
  color: #0b1726;
  border: 1px solid rgba(2, 6, 23, 0.06);
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.08);
  transform: translateY(-2px);
}

.site-header.scrolled .main-nav a {
  color: #0b1726 !important;
}
.site-header.scrolled .sign-in {
  color: #0b1726;
}

.site-header.scrolled .logo {
  background: transparent;
  color: #0b1726;
}


.site-header.scrolled .cta {
  background: #0a0a0a;
  color: #fff !important;
}



/* subtle change for the hamburger and svg strokes when scrolled */

.site-header.scrolled .hamburger svg path,
.site-header.scrolled .mobile-close svg path {
  stroke: #0b1726;
}

.site-header .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 4px 2px;
  background: transparent;
  border-radius: 8px;
  text-decoration: none;
}

.site-header .logo-image {
  display: block;
  height: 32px;
  width: auto;
  object-fit: contain;
  transform: scale(3.28);
  transform-origin: left center;
}

.site-header .main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}



.site-header .main-nav a {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
}

.site-header .actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-header .sign-in {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-header .cta {
  background: #ffffff;
  color: rgb(0, 0, 0) !important;
  border: 0;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  height: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  font-size: 15px;
}

/* Hamburger (hidden by default) */

.hamburger {

  display: none;

  background: transparent;

  border: 0;

  padding: 6px;

  margin-left: 6px;

  align-items: center;

  justify-content: center;

  cursor: pointer;

}



.hamburger .bar {

  display: block;

  width: 18px;

  height: 2px;

  background: #2f3b46;

  margin: 3px 0;

  border-radius: 2px;

}



/* Mobile menu dropdown (hidden by default) */



.mobile-menu {

  display: none;

  position: fixed;

  inset: 0;

  z-index: 80;

  background: rgba(0, 0, 0, 0.35);

}



.mobile-menu {

  pointer-events: auto;

}



.mobile-menu.open {

  display: block;

}



.mobile-menu-panel {

  position: absolute;

  inset: 0;

  overflow: auto;

  background: white;

  padding: 20px 18px;

}



.mobile-menu-panel {

  pointer-events: auto;

}



.mobile-menu-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 8px;

}



.site-header .mobile-close {

  background: white;

  border: 1px solid rgba(2, 6, 23, 0.06);

  padding: 8px;

  border-radius: 8px;

  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);

  cursor: pointer;

  box-sizing: border-box;

  width: 36px;

  height: 36px;

  flex: 0 0 36px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

}



.mobile-nav a {

  display: block;

  padding: 18px 10px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  color: rgb(6, 6, 6);

  text-decoration: none;

}



.mobile-actions {

  margin-top: 20px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  padding-bottom: 24px;

}



.mobile-actions .sign-in {

  display: block;

  padding: 12px;

  border-radius: 8px;

  border: 1px solid rgba(2, 6, 23, 0.06);

  text-align: center;

  color: rgb(5, 5, 5);

  text-decoration: none;

}



.mobile-actions .cta {

  display: block;

  background: #111827;

  color: white !important;

  border: 0;

  padding: 12px;

  border-radius: 8px;

  text-align: center;

}



/* header-inner has its own pill background above */



/* Responsive adjustments */


@media (min-width: 1200px) {

  .site-header .header-inner {

    width: min(760px, 90%);

  }

  .site-header .main-nav {

    transform: translateX(20px);

  }

}



@media (max-width: 800px) {

  .site-header .main-nav {

    display: none;

  }



  .site-header .header-inner .cta {

    display: none;

  }



  .hamburger {

    display: flex;

  }

}



@media (max-width: 480px) {

  /* Prevent the pill header from touching screen edges on small devices */



  .site-header .header-inner {

    width: calc(100% - 49px);



    border-radius: 18px;

  }



  .site-header {

    justify-content: center;

  }

  .feature-showcase-intro { margin: 92px 0 0; padding: 64px 20px 32px; border-radius: 0; }
  .feature-showcase { margin: 0 0 70px; padding: 18px 20px 64px; border-radius: 0; }

}



/* Video hero styles */



.hero-video-container {

  position: relative;



  /* Make the hero exactly the viewport height */



  height: 100vh;



  min-height: 520px;



  overflow: hidden;



  display: flex;



  align-items: center;



  justify-content: center;



  background: linear-gradient(180deg,

      rgba(245, 246, 247, 0.6),

      rgba(43, 111, 179, 0.6));



  margin-top: 0;



  padding-top: 0;

}



.hero-video {

  position: absolute;



  top: 50%;



  left: 50%;



  width: 100%;



  height: 100%;



  object-fit: cover;



  transform: translate(-50%, -50%);



  z-index: 0;

}



.hero-overlay {

  position: absolute;



  z-index: 2;



  /* DESKTOP */



  left: 4%;



  top: 50%;



  transform: translateY(-50%);



  max-width: 500px;



  color: white;

}



.hero-content {

  max-width: 600px;

}



.hero-content h1 {

  margin: 0;



  font-size: 70px;



  font-weight: 500;



  /* increased line-height to add vertical gap between lines */



  line-height: 1.16;



  text-align: left;



  /* remove heavy translucent text-shadow that created blocky bands behind lines */



  text-shadow: none;



  color: #ffffff;
  /* fully opaque white for maximum contrast */



  background: transparent;

}



/* Animated word split for hero heading */



.hero-word {

  display: inline-block;

  overflow: hidden;

  vertical-align: top;

  padding-bottom: 6px;

  margin-right: 10px;

}



.hero-word:last-child {

  margin-right: 0;

}



.hero-word span {

  display: inline-block;

  will-change: transform, opacity;

  transform: translateY(110%);

  opacity: 0;

}



/* subtitle split words */



.hero-sub {

  margin-top: 18px;

  color: rgba(255, 255, 255, 0.98);

  max-width: 680px;

}



.hero-sub-word {

  display: inline-block;

  overflow: hidden;

  padding-bottom: 2px;

  margin-right: 6px;

}



.hero-sub-word span {

  display: inline-block;

  transform: translateY(80%);

  opacity: 0;

}



.hero-sub {

  margin-top: 18px;



  color: rgba(255, 255, 255, 0.92);



  font-size: clamp(16px, 2.2vw, 20px);



  max-width: 680px;



  line-height: 1.6;



  font-weight: 350;

}



.hero-actions {

  margin-top: 28px;

  display: flex;

  gap: 18px;

  align-items: center;

}



.btn-primary {

  background: white;



  color: #0b1726;



  border-radius: 28px;



  padding: 12px 20px;



  font-weight: 500;



  border: 0;

  cursor: pointer;



  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.18);



  height: 32px;



  width: 175px;



  font-size: 13px;



  text-decoration: none;

  display: inline-block;

  text-align: center;

  line-height: 31px;

}



.hero-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 400;
}



@media (max-width: 700px) {
  .hero-video-container {
    height: 100vh;
  }

  .hero-overlay {
    padding: 40px 18px;
  }

  .btn-primary {
    width: 140px;
  }

}

@media(max-width: 375px){
  .btn-primary{
    padding:8px 4px !important;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .hero-overlay {
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 50px;
    transform: none;
    max-width: 100%;
  }



  .hero-overlay h1 {
    font-size: 2.5rem;
  }

  .buttons {
    flex-wrap: wrap;
  }
}



html,
body {
  min-height: 100%;
  height: auto;
}



/* Ensure Lenis controls smooth scrolling */



html.lenis,
html.lenis body {
  height: auto;
}



.lenis-smooth {
  scroll-behavior: auto !important;
}



.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* how it works section */

.how-it-works {

  display: flex;
  margin-top: 80px;
  padding: 0 20px;

}

.how-text {

  width: 50%;
  padding: 80px 56px;
}



.how-text h3 {
  font-weight: 500;
  color: #a69f98;
  font-size: 14px;
  text-transform: uppercase;
}

.how-text h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #1d1b18;
  text-shadow: 0.5px 0 0 currentColor;
}

.how-text p {
  color: #4d4945;
  font-size: 17px;
  line-height: 1.6;
}

.how-text p strong {
  color: #181818;
}

.how-title {
  max-width: 480px;
}



.how-image {
  width: 55%;
  position: relative;
  min-height: 400px;
}



.how-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.how-img-1,
.how-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.how-img-2 {
  opacity: 0;
}

@media (max-width: 960px) {
  .how-it-works {
    flex-direction: column;
  }

  .how-text {
    padding: 0;
    width: 100%;
  }


  .how-image {

    width: 100%;
    margin-top: 40px;
    /* Keep the image area sized to the image on stacked layouts. */
    min-height: 0;
  }

  .how-image-wrapper,
  .features-image-wrapper {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }



  .how-image img {
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .features {
    flex-direction: column;
    /* The desktop spacing is too large once the sections stack. */
    margin-top: 64px;
  }

  .features-text {
    padding: 0;
    width: 100%;
  }

  .features-img img {
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

}

@media (max-width: 480px) {

  .how-image-wrapper,
  .features-image-wrapper {

    height: clamp(180px, 62.5vw, 220px);
    aspect-ratio: auto;

  }

  .how-image img,
  .features-img img {
    max-height: none;
  }

}

/* Keep the Features image deliberately compact on phone layouts. */
@media (max-width: 700px) {
  .features-image-wrapper {
    height: 210px;
    min-height: 0;
    aspect-ratio: auto;
  }
}



/* CSS for the rotation animation */



/* Circular rotating marquee in hero (bottom-right) - large screens only */



.rotate-svg {

  position: absolute;
  right: 48px;
  bottom: 48px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 30;
  display: none;
  /* enable on large screens */
  opacity: 0.95;

}



.rotate-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}



.rotate-svg text {

  fill: rgba(255, 255, 255, 0.95);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  font-weight: 100;
  font-size: 11.5px;
  letter-spacing: 2.6px;
}



.rotate-svg .rotate-animation {
  transform-origin: 50% 50%;
  animation: rotate360 14s linear infinite;
}



.rotate-svg::after {
  content: "↗";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  /* no white fill */
  color: #ffffff;
  /* arrow white */
  border-radius: 50%;
  font-size: 20px;
  /* larger arrow */
  border: none;
  /* remove ring */
  box-shadow: none;
  /* remove shadow */

}



@keyframes rotate360 {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



@media (min-width: 1200px) {
  .rotate-svg {
    display: block;
  }

}

/*features section*/

.features {

  display: flex;
  margin-top: 120px;
  padding: 0 20px;
  overflow: hidden;
}



.features-img {
  width: 55%;
  position: relative;
  min-height: 400px;
}



.features-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}



.features-img-1,
.features-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.features-img-2 {
  opacity: 0;
}

.features-text {
  width: 50%;
  padding: 80px 56px;
}

.features-text h3 {
  font-weight: 500;
  color: #a69f98;
  font-size: 14px;
  text-transform: uppercase;

}

.features-text h1 {

  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #1d1b18;
  text-shadow: 0.5px 0 0 currentColor;

}

.features-text p {

  color: #4d4945;
  font-size: 17px;
  line-height: 1.6;
}



.features-title {
  max-width: 480px;
}



.features-text p strong {
  color: rgb(24, 24, 24);
}



@media (max-width: 960px) {
  .features-img {
    width: 100%;
    margin-top: 40px;
    /* Match the compact mobile image treatment used in "How it works". */
    min-height: 0;
    order: 2;
  }



  .features-text {
    padding: 0;
    width: 100%;
    order: 1;
  }
}

@media (max-width: 700px) {
  .features-image-wrapper {
    height: 210px;
    min-height: 0;
    aspect-ratio: auto;
  }
}

/*features card section */

.features-headings {
  margin-top: 80px;
}

.features-heading {

  justify-content: center;
  text-align: center;
}



.features-heading h1 {
  font-weight: 500;
  color: #1d1b18;
  font-size: 40px;
  text-shadow: 0.9px 0 0 currentColor;
}



.features-heading h3 {
  color: rgb(86, 84, 84);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgb(118, 118, 118);
  text-shadow: 0.5px 0 0 currentColor;
  background-color: white;
  border-radius: 12px;
  display: inline-block;
  padding: 3px 13px;

}

.features-heading p {

  max-width: 520px;
  margin: 12px auto 0;

}

.features-heading p {

  color: #4d4945;
  font-size: 17px;
  line-height: 1.6;
}



.features-heading h3 span {
  color: black;
}



@media (max-width: 580px) {
  .features-heading p {
    max-width: 320px;
  }

}



/*cards section*/



.features-card {
  margin-top: 80px;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}



.cards-container {
  display: flex;
  margin-top: 80px;
  gap: 40px;
  margin: 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}



.cards {

  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}



.cards-img {
  width: 100%;
  height: 240px;
  user-select: none;
  pointer-events: none;
}

.membership-card .cards-img {
  height: 500px;
}

.membership-card .cards-img > .ob-root {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
}

.cards-img img,
.cards-img video {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  margin: 0px;
}



.cards-text h3 {
  font-weight: 500;
  color: #1d1b18;
  font-size: 24px;

}



.cards-text p {

  color: #4d4945;
  font-size: 15px;
}



/* Make the second card show text above the image */



.cards-container .cards:nth-child(2) {

  display: flex;
  flex-direction: column-reverse;
}



.cards-container .cards:nth-child(5) {
  display: flex;
  flex-direction: column-reverse;
}



@media (max-width: 850px) {

  .cards-container {
    flex-direction: column;
    justify-content: center;



    align-items: center;



    grid-template-columns: 1fr;

  }



  /* On small screens, keep second card in natural order (image then text) */



  .cards-container .cards:nth-child(2) {

    display: flex;



    flex-direction: column;

  }



  .cards-container .cards:nth-child(5) {

    display: flex;



    flex-direction: column;

  }

}

/* Scroll-driven feature showcase */
.feature-showcase-intro {
  margin: 132px 0 0;
  padding: 92px max(28px, calc((100vw - 1120px) / 2)) 44px;
  color: #f9f7f2;
  background: #171817;
  border-radius: 24px 24px 0 0;
}

.feature-showcase-intro .features-heading {
  max-width: 680px;
  text-align: left;
}

.feature-showcase-intro .features-heading h3 {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #aaa69e;
  background: transparent;
  font-size: 12px;
  letter-spacing: .12em;
}

.feature-showcase-intro .features-heading h1 {
  max-width: 640px;
  margin: 0;
  color: #f9f7f2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 5vw, 67px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.055em;
  text-shadow: none;
}

.feature-showcase-intro .features-heading p {
  max-width: 570px;
  margin: 22px 0 0;
  color: #a8a8a0;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 110px);
  margin: 0 0px 110px;
  padding: 28px max(28px, calc((100vw - 1120px) / 2)) 116px;
  text-align: left;
  color: #f9f7f2;
  background: #171817;
  border-radius: 0 0 24px 24px;
}

@media (min-width: 940px) {
  .feature-showcase {
    border-radius: 0;
  }
  
  .feature-showcase-intro {
    border-radius: 0;
  }
}

.feature-showcase-nav {
  position: sticky;
  top: 145px;
  align-self: start;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.feature-showcase-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #777872;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease, padding .25s ease;
}

.feature-showcase-nav a b {
  color: #555650;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.feature-showcase-nav a:hover,
.feature-showcase-nav a.is-active { color: #fff; padding-left: 7px; }
.feature-showcase-nav a.is-active b { color: #fff; }

.feature-showcase .cards-container { display: none !important; }

.feature-showcase-stories { min-width: 0; }

.feature-showcase-story {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(220px, .72fr);
  align-items: center;
  gap: clamp(32px, 9vw, 78px);
  min-height: min(72vh, 680px);
  padding: 44px 0;
}

.feature-showcase-media {
  position: relative;
  width: 100%;
  height: clamp(300px, 29vw, 480px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: #242523;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
}

.feature-showcase-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.feature-showcase-media img,
.feature-showcase-media video {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.feature-showcase-media > .cm-root {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.feature-showcase-media > .wb-root {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.feature-showcase-media > .ob-root {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.feature-showcase-media .cm-root img.cm-avatar {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.feature-showcase-copy { max-width: 355px; }
.feature-showcase-copy > span {
  display: block;
  margin-bottom: 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}
.feature-showcase-copy h3 {
  margin: 0 0 24px;
  color: #f9f7f2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(33px, 3.3vw, 50px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.feature-showcase-copy p {
  margin: 0;
  color: #AFAFA1;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 850px) {
  .feature-showcase-intro { margin: 92px 0 0; padding: 64px 25px 32px; border-radius: 0; }
  .feature-showcase { grid-template-columns: 1fr; gap: 22px; margin: 0 0 70px; padding: 18px 25px 64px; border-radius: 0; }
  .feature-showcase-nav { position: sticky; top: 70px; z-index: 3; display: flex; overflow-x: auto; border-top: 0; background: #171817; }
  .feature-showcase-nav a { min-width: max-content; min-height: 45px; padding: 0 13px; border-bottom: 2px solid transparent; }
  .feature-showcase-nav a:first-child { padding-left: 0; }
  .feature-showcase-nav a b { display: none; }
  .feature-showcase-nav a.is-active { padding-left: 13px; border-bottom-color: #d8f35a; }
  .feature-showcase-nav a:first-child.is-active { padding-left: 0; }
  .feature-showcase-story { grid-template-columns: 1fr; gap: 27px; min-height: 0; padding: 42px 0 58px; }
  .feature-showcase-media {
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 1 / 1;
    justify-self: center;
  }
  .feature-showcase-media > .cm-root {
    gap: 5px;
    padding: 10px;
  }
  .feature-showcase-media > .wb-root {
    gap: 6px;
    padding: 10px;
  }
  .feature-showcase-media > .ob-root {
    border-radius: inherit;
  }
  .feature-showcase-media > .ob-root .ob-stage {
    transform: scale(.72);
  }
  .feature-showcase-media .cm-search { padding: 5px 7px; }
  .feature-showcase-media .cm-stats { gap: 4px; }
  .feature-showcase-media .cm-stat { padding: 6px 7px; }
  .feature-showcase-media .cm-stat-value { font-size: 13px; margin-top: 4px; }
  .feature-showcase-media .cm-stat-label { font-size: 7px; }
  .feature-showcase-media .cm-panels { gap: 5px; }
  .feature-showcase-media .cm-panel { padding: 6px 7px; }
  .feature-showcase-media .cm-list { gap: 3px; }
  .feature-showcase-media .cm-row { gap: 5px; padding: 4px 5px; }
  .feature-showcase-media .cm-avatar { width: 20px; height: 20px; min-width: 20px; }
  .feature-showcase-copy { max-width: 510px; }
}

/* photo stats section */

.photo-stats {

  position: relative;
  min-height: 100vh;
  margin: 20px;
  margin-top: 140px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.photo-stats-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
  transform-origin: center center;

}

.photo-stats-bg {

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

.photo-stats-overlay {

  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(20, 16, 12, 0.55) 0%,
      rgba(20, 16, 12, 0.72) 50%,
      rgba(20, 16, 12, 0.82) 100%);
  z-index: 1;

}



.stats-container {

  position: relative;



  z-index: 2;



  width: 100%;



  min-height: 100vh;



  display: flex;



  flex-direction: column;



  align-items: center;



  justify-content: space-between;



  text-align: center;



  padding: 48px 40px 56px;



  box-sizing: border-box;

}



.stats-pill {

  display: inline-flex;



  align-items: stretch;



  border-radius: 999px;



  overflow: hidden;



  border: 1px solid rgba(255, 255, 255, 0.18);



  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);

}



.stats-pill-left {

  padding: 10px 22px;



  background: #e8e2da;



  color: #1d1b18;



  font-size: 14px;



  font-weight: 500;



  display: flex;



  align-items: center;

}



.stats-pill-right {

  padding: 10px 22px;



  background: #111111;



  color: #ffffff;



  font-size: 14px;



  font-weight: 500;



  border: 0;



  cursor: pointer;



  font-family: inherit;

}



.stats-hero {

  flex: 1;



  display: flex;



  flex-direction: column;



  align-items: center;



  justify-content: center;



  max-width: 720px;



  padding: 40px 0;

}



.stats-hero h1 {

  margin: 0;



  color: #ffffff;



  font-size: clamp(36px, 5vw, 56px);



  font-weight: 500;



  line-height: 1.15;



  letter-spacing: -0.02em;

}



.stats-hero p {

  margin: 20px 0 0;



  color: rgba(255, 255, 255, 0.88);



  font-size: clamp(15px, 2vw, 18px);



  line-height: 1.65;



  max-width: 560px;



  font-weight: 350;

}



.stats-divider {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 40px;
}

.stats {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  color: #ffffff;
}

.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.stats-item:first-child {
  border-left: none;
}

.stats-value {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stats-label {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  max-width: 160px;
}

@media (max-width: 768px) {

  .photo-stats {
    margin: 12px;
    border-radius: 18px;
    min-height: auto;
  }
  .stats-container {
    min-height: 85vh;
    padding: 36px 20px 40px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }

  .stats-item {
    border-left: none;
    padding: 0 8px;
  }
  .stats-divider {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .stats-hero h1 {
    font-size: 32px;
  }
  .stats {
    /* Keep all four stats visible as a compact 2 × 2 grid on phones. */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
}
/* who is it for section */

.whos-for {
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}



.whos-for h1 {

  font-weight: 300;

  font-size: 45px;

  line-height: 1.2;

  color: #1D1B18;

  margin-bottom: 12px;

}



.whos-for p {

  color: #908a82;

  font-weight: 300;

  font-size: 16px;

  margin-bottom: 100px;

}



/*text section*/



.text-section {

  justify-content: center;

  align-items: center;

  display: flex;

  flex-direction: column;

  height: 100vh;

}

.text-section p {

  margin-bottom: 40px;

  color: #908A91;

  font-size: 14px;

  text-transform: uppercase;

}

.text-section span {

  font-size: 76px;

  line-height: 1.2;

  font-weight: 500;

  width: 100%;

  text-shadow: 0.5px 0 0 currentColor;

  align-items: center;

  justify-content: center;

  text-align: center;

}



@media(max-width:950px) {

  .text-section span {

    font-size: 40px;

  }
}

@media(max-width:1258px) {

  .text-section span {
    font-size: 60px;
  }
}

@media(max-width:988px) {
  .text-section span {
    font-size: 50px;
  }
}

@media(max-width:824px) {
  .text-section span {
    font-size: 40px;
  }
}

@media(max-width:668px) {
  .text-section span {
    font-size: 35px;
  }
}

@media(max-width:590px) {
  .text-section span {
    font-size: 30px;
  }
}

/* sleep section */
.sleep-section {
  position: relative;
  min-height: 90vh;
  margin: 20px;
  margin-top: 80px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sleep-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.sleep-overlay {

  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(20, 16, 12, 0.45) 0%,
      rgba(20, 16, 12, 0.65) 50%,
      rgba(20, 16, 12, 0.75) 100%);
  z-index: 1;
}

.sleep-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.sleep-heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sleep-subtext {
  margin: 24px auto 0 auto;
  color: rgba(205, 199, 199, 0.9);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  font-weight: 350;
  max-width: 600px;
}

@media (max-width: 768px) {
  .sleep-section {
    margin: 12px;
    border-radius: 18px;
    min-height: 70vh;
  }

  .sleep-content {
    padding: 30px 20px;
  }

  .sleep-heading {
    font-size: clamp(28px, 6vw, 42px);
  }

  .sleep-subtext {
    font-size: clamp(14px, 3vw, 17px);
  }
}

@media (max-width: 480px) {

  .sleep-section {
    min-height: 70vh;
  }

  .sleep-heading {
    font-size: 28px;
  }

  .sleep-subtext {
    font-size: 15px;
  }
}


/* final-cta section */

.final-cta {

  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}


.lable-text {
  color: #908A91;
  font-size: 14px;
}

.middle-headline {

  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: #1D1B18;
  margin-top: 30px;
  padding: 0 300px;
}

.final-headline {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #625e5a;
  margin-top: 20px;
  padding: 0 300px;
}

.final-btn {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1D1B18;
  color: #d2d1cf;
  border: 1px solid #737373;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  width: 230px;
  font-size: 14px;
}

.final-cta a {
  text-decoration: none;
  display: inline-block;
}

@media(max-width:1245px) {

  .middle-headline {
    padding: 0 150px;
  }
}

@media(max-width: 1022px) {

  .middle-headline {
    padding: 0 128px;
  }
}

@media(max-width:943px) {
  .middle-headline {
    padding: 0 128px;
  }
}

@media(max-width:894px) {

  .middle-headline {
    padding: 0 95px;
    font-size: 50px;
  }

  .final-headline {
    padding: 0 150px;
  }
}

@media(max-width:724px) {

  .middle-headline {
    padding: 0 15px;
    font-size: 45px;
  }
}

@media(max-width: 534px) {

  .middle-headline {
    padding: 0 15px;
    font-size: 25px;
  }
}

@media(max-width: 569px) {

  .final-headline {
    padding: 0 25px;
    font-size: 16px;
  }
}

/* Footer section */

.site-footer {
  background: #fbf7f3;
  padding: 36px 0 24px;
}

.site-footer-inner {
  max-width: var(--max-width);
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(30, 41, 59, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: rgba(30, 41, 59, 0.62);
  font-size: 14px;
  line-height: 1;
}

.site-footer-brand {
  justify-self: start;
  color: rgba(15, 23, 42, 0.82);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-footer-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-footer-links a {

  color: rgba(30, 41, 59, 0.62);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer-links a:hover {
  color: rgba(15, 23, 42, 0.92);
}

.site-footer-copy {
  justify-self: end;
  color: rgba(30, 41, 59, 0.5);

}

@media (max-width: 720px) {
  .site-footer {
    padding: 28px 0 20px;
  }

  .site-footer-inner {
    width: min(100% - 32px, 1280px);
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
  }

  .site-footer-brand,
  .site-footer-copy {
    justify-self: center;
  }
}
/*pricing*/

.pricing-page {
  min-height: 100vh;
  background: #faf7f4;
}

.pricing-page .site-header {
  background: #faf7f4;
  border-bottom: 1px solid #ddd6cc;
  border-radius: 0;
  box-shadow: none;
}

.pricing-hero {
  padding: 120px 80px 60px;
  text-align: center;
}

.pricing-hero h1 {
  font-size: 57px;
  font-weight: 500;
  color: #1d1b18;
  margin: 0 0 24px 0;
  padding: 0 240px;
  line-height: 1.1;
}

.pricing-subheading {
  font-size: 24px;
  font-weight: 400;
  color: #6a6a6a;
  margin: 0 0 12px 0;
  padding: 0 100px;
  line-height: 1.4;
}

.pricing-subtext {
  font-size: 18px;
  font-weight: 400;
  color: #908a82;
  margin: 0;
  padding: 0 100px;
  line-height: 1.5;
}

@media(max-width:1475px){
  .pricing-hero h1{
    padding: 0 180px;
  }
  .pricing-subheading {
    padding: 0 80px;
  }
  .pricing-subtext {
    padding: 0 80px;
  }
}

@media(max-width:1200px){
  .pricing-hero h1{
    padding: 0 33px;
    font-size: 48px;
  }
  .pricing-subheading {
    padding: 0 40px;
    font-size: 24px;
  }
  .pricing-subtext {
    padding: 0 40px;
    font-size: 16px;
  }
}

@media(max-width:920px){
  .pricing-hero h1{
    padding: 0 50px;
    font-size: 42px;
  }
  .pricing-subheading {
    padding: 0 30px;
    font-size: 22px;
  }
  .pricing-subtext {
    padding: 0 30px;
    font-size: 16px;
  }
  .pricing-header{
    flex-direction:column;
    width:100%;
  }
  .pricing-heading-left{
    width:100%;
    margin:0;
  }
  .pricing-heading-right{
    width:100%;
    margin:0;
  }
  .pricing-heading-left h2{
    margin-top: 20px;
    margin-bottom:0px;
 }
 .pricing{
  padding: 80px 32px;
 }
}

@media(max-width:640px){
  .pricing-hero {
    padding: 100px 40px 40px;
  }
  .pricing-hero h1{
    font-size: 36px;
    padding: 0 0px;
  }
  .pricing-subheading {
    font-size: 20px;
    padding: 0 0px;
  }
  .pricing-subtext {
    font-size: 16px;
    padding: 0 0px;
  }
}

@media(max-width:480px){
  .pricing-hero {
    padding: 120px 20px 40px;
  }
  .pricing-hero h1{
    font-size: 32px;
  }
  .pricing-subheading {
    font-size: 18px;
  }
  .pricing-subtext {
    font-size: 15px;
  }
}

.pricing{
  
      padding: 100px 80px;
}
.pricing-header{
  display:flex;
}
.pricing-heading-left{
  width:100%;
}
.pricing-heading-left h3{
  font-weight: 500;
  color: #a69f98;
  font-size: 14px;
  text-transform: uppercase;
  margin:0;
}
.pricing-heading-left h2{
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
  color: #1d1b18;
  text-shadow: 0.5px 0 0 currentColor;
}
.pricing-heading-right{
  width:100%;
}
.pricing-heading-right h4{
  color: #4d4945;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 45px;
}
@media(max-width:1475px){
.pricing-heading-left h2{
  font-size: 32px;
}
.pricing-heading-right h4{
  font-size: 15px;
}
}
@media(max-width:1200px){
  .pricing-heading-left h2{
    font-size: 28px;
  }
  .pricing-heading-right h4{
    font-size: 14px;
  }
}
@media(max-width:1130px){
  .pricing-heading-left h2{
    font-size: 26px;
  }
   .pricing{
  padding: 80px 20px;
 }
}
@media(max-width:1051px){
 .pricing{
  padding: 80px 20px;
 }
}
/* Pricing Cards*/

.pricing-cards{
  display:flex;
  gap:70px;
  margin-top: 40px;
  justify-content: center;
}
.pricing-card1{
  border: 1px solid #DDD6CC;
  width:370px;
  padding: 40px 30px;
  border-radius: 26px;
  height: 100%;
  background-color:#F2EDE7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card1:hover{
  transform: scale(1.02); 
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.pricing-card2{
   border: 1px solid black;
  width:380px;
  padding: 40px 30px;
  border-radius: 26px;
  height: 100%;
  background-color:#1D1B18;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card2:hover{
  transform: scale(1.02); 
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.pricing-card2 h2{
  color:#385F47;
  font-size: 13px;
  font-weight: 600;
}
.pricing-card1 h2{
  color:#908981;
  font-size: 15px;
  font-weight: 600;
}
.pricing-card2 h3{
  font-weight: 500;
  font-size: 24px;
  color:#FFFFFF;
}
.pricing-card1 h3{
  font-weight: 500;
  font-size: 24px;
}
.pricing-card1-price{
  display:flex;
}
.pricing-card2-price{
  display:flex;
}
.pricing-text1 p{
  color:#333230;
  font-size: 15px;
}
.pricing-text2 p{
  color:#B8B7B6;
  font-size: 15px;
}
.pricing-card1 h4{
  color:#948E86;
  font-size: 14px;
  font-weight: 400;
}
.pricing-card2 h4{
  color:#807F7D;
  font-size: 14px;
  font-weight: 400;
}
.pricing-card1 h1{
  font-weight: 500;
  color:black;
}
.pricing-card2 h1{
  font-weight: 500;
  color:rgb(251, 250, 250);
}
@media(max-width:840px){
  .pricing-cards{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media(max-width:600px){
  .pricing-card1, .pricing-card2{
    width: 100%;
    max-width: 350px;
    padding: 30px 20px;
  }
  .pricing-cards{
    gap: 30px;
  }
  .pricing-heading-left h2{
    font-size: 24px;
  }
  .pricing-heading-right h4{
    font-size: 14px;
  }
}
@media(max-width:480px){
  .pricing{
    padding: 60px 20px;
  }
  .pricing-card1, .pricing-card2{
    width: 100%;
    max-width: 320px;
    padding: 25px 15px;
  }
  .pricing-card1 h3, .pricing-card2 h3{
    font-size: 20px;
  }
  .pricing-card1 h1, .pricing-card2 h1{
    font-size: 28px;
  }
  .pricing-text1 p, .pricing-text2 p{
    font-size: 14px;
  }
  .pricing-cards{
    gap: 20px;
  }
}
.pricing-btn1{
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pricing-btn1 a{
  text-decoration: none;
  display: inline-block;
}
.pricing-btn1 button{
  background-color: transparent;
  color:#333230;
  border: 1px solid #737373;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  width: 270px;
  font-size: 14px;
}
.pricing-btn2{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.pricing-btn2 a{
  text-decoration: none;
  display: inline-block;
}
.pricing-btn2 button{
  background-color: white;
  color:#333230;
  border: 1px solid #737373;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  width: 270px;
  font-size: 14px;
}


/* price cards for pricing page */

.price{
  display:flex;
  gap:70px;
  justify-content: center;
}
.price-card1{
  border: 1px solid #DDD6CC;
  width:370px;
  padding: 40px 30px;
  border-radius: 26px;
  height: 100%;
  background-color:#F2EDE7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.price-head{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.price-card1 h1{
  font-weight: 500;
  font-size: 22px;
}
.price-card1:hover{
  transform: scale(1.02); 
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.price-card1 p {
  color: #b1b1b1;
  font-size: 15px;
  margin: 0;
  padding: 4px 16px;
  border-radius: 50px;
  display: inline-block;
  background: linear-gradient(180deg, #555555 0%, #222222 100%);
  border: 1px solid #777777;
}

.price-card2{
  border: 1px solid black;
  width:380px;
  padding: 40px 30px;
  border-radius: 26px;
  height: 100%;
  background-color:#1D1B18;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
}
.price-card2:hover{
  transform: scale(1.02); 
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.price-card2 h1{
  font-weight: 500;
  font-size: 22px;
}
.rup-price{
  margin-top: 20px;
}
.rup-price span{
  width: 100%;
  font-size: 34px;
}
.price-description{
  margin-top: 20px;
  color: #7d7c7c;
}

button{
  background-color: #1D1B18;
  color: white;
  border: 1px solid #737373;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  width: 100%;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.price-btn{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.price-btn2{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  background-color: white;
  color:black;
}

.features-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.features-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  max-width: 80px;
}

.price-card1 .features-divider .line {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.price-card1 .features-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.price-card1 .features-divider .text {
  color: #666666;
}

/* Responsive styles for pricing cards */
@media(max-width: 1024px) {
  .price {
    gap: 40px;
  }
  .price-card1, .price-card2 {
    width: 340px;
    padding: 35px 25px;
  }
}

@media(max-width: 840px) {
  .price {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .price-card1, .price-card2 {
    width: 100%;
    max-width: 380px;
  }
}

@media(max-width: 600px) {
  .price {
    padding: 0 20px;
    gap: 30px;
  }
  .price-card1, .price-card2 {
    width: 100%;
    max-width: 350px;
    padding: 30px 20px;
  }
  .price-card1 h1, .price-card2 h1 {
    font-size: 20px;
  }
  .rup-price span {
    font-size: 28px;
  }
  .price-description {
    font-size: 13px;
  }
  button {
    font-size: 13px;
    padding: 10px 16px;
  }
  .features-list li {
    font-size: 13px;
  }
}

@media(max-width: 480px) {
  .price {
    padding: 0 15px;
    gap: 25px;
  }
  .price-card1, .price-card2 {
    width: 100%;
    max-width: 320px;
    padding: 25px 18px;
  }
  .price-card1 h1, .price-card2 h1 {
    font-size: 18px;
  }
  .rup-price span {
    font-size: 26px;
  }
  .price-description {
    font-size: 12px;
  }
  button {
    font-size: 12px;
    padding: 8px 14px;
    height: 45px;
  }
  .features-list li {
    font-size: 12px;
  }
  .checkmark {
    font-size: 14px;
    width: 16px;
    height: 16px;
  }
}

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

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #7d7c7c;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.price-card2 .features-list li {
  color: #C0C0C0;
}

.checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  color: #4CAF50;
  font-weight: bold;
  font-size: 16px;
}

.features-divider .text {
  font-size: 11px;
  font-weight: 600;
  color: #6A6A6A;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 16px;
  white-space: nowrap;
}

/* Plan comparison */
.plan-comparison {
  max-width: 1080px;
  margin: 120px auto 0;
  padding: 0 32px 100px;
}

.comparison-intro {
  text-align: center;
  margin-bottom: 48px;
}

.comparison-intro p {
  margin: 0 0 12px;
  color: #908a82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.comparison-intro h2 {
  margin: 0;
  color: #1d1b18;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.15;
}

.comparison-intro span {
  display: block;
  margin-top: 14px;
  color: #6a6a6a;
  font-size: 16px;
}

.comparison-table {
  min-width: 680px;
  border-top: 1px solid #ddd6cc;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  border-bottom: 1px solid #e7e1db;
}

.comparison-plans {
  align-items: end;
  padding: 22px 0 20px;
}

.comparison-feature,
.comparison-value,
.comparison-plan {
  padding: 14px 18px;
  font-size: 14px;
}

.comparison-feature {
  color: #35312d;
}

.comparison-value {
  color: #625d57;
}

.comparison-plan {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.comparison-plan strong {
  color: #1d1b18;
  font-size: 17px;
  font-weight: 600;
}

.comparison-plan span {
  color: #817b74;
  font-size: 12px;
}

.comparison-plan a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-top: 8px;
  box-sizing: border-box;
  border: 1px solid #cfc6bd;
  border-radius: 10px;
  color: #1d1b18;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.comparison-plan.is-featured a {
  background: #1d1b18;
  border-color: #1d1b18;
  color: #fff;
}

.comparison-group-title {
  padding: 30px 18px 10px;
  color: #5a554f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .plan-comparison {
    margin-top: 80px;
    padding: 0 20px 72px;
  }

  .comparison-intro {
    margin-bottom: 30px;
  }

  .comparison-intro span {
    font-size: 14px;
  }

  .comparison-scroll {
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 12px;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-feature,
  .comparison-value,
  .comparison-plan {
    padding: 12px;
    font-size: 13px;
  }
}

/* Footer */
.pricing-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 9% 28px;
  border-radius: 30px 30px 0 0;
  background: #161616;
  color: #f7f2ec;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) 2fr;
  gap: 90px;
}

.footer-logo {
  color: #fffaf4;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.footer-brand p {
  max-width: 310px;
  margin: 16px 0 22px;
  color: #bdb5ac;
  font-size: 15px;
  line-height: 1.55;
}

.footer-contact {
  color: #f2dfc8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-contact span { margin-left: 7px; font-size: 18px; }

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-links h3 {
  margin: 5px 0 17px;
  color: #a9a097;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  margin: 0 0 12px;
  color: #e2dcd4;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact:hover,
.footer-bottom a:hover {
  color: #f2dfc8;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 66px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #aaa29a;
  font-size: 12px;
}

.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { color: #c7beb5; text-decoration: none; }

@media (max-width: 720px) {
  .pricing-footer {
    padding: 50px 24px 24px;
    border-radius: 22px 22px 0 0;
  }

  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .footer-links > div:last-child { grid-column: span 2; }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px;
  }
}

/* Frequently asked questions */
.pricing-faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 32px 120px;
}

.faq-intro {
  text-align: center;
}

.faq-intro p {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 12px;
  border: 1px solid #ddd6cc;
  border-radius: 999px;
  color: #6a655f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.faq-intro h2 {
  margin: 0;
  color: #1d1b18;
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 500;
  line-height: 1.15;
}

.faq-intro span {
  display: block;
  max-width: 520px;
  margin: 16px auto 0;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 1.5;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 46px auto 64px;
  padding: 5px;
  max-width: max-content;
  border: 1px solid #e4ded8;
  border-radius: 12px;
  background: #fdfcfa;
}

.pricing-faq .faq-tabs button {
  width: auto;
  height: auto;
  min-height: 34px;
  padding: 7px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #716b65;
  font-size: 13px;
  font-weight: 600;
}

.pricing-faq .faq-tabs button.active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(29, 27, 24, 0.14);
  color: #1d1b18;
}

.faq-list {
  border: 1px solid #e2dcd5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.faq-item + .faq-item {
  border-top: 1px solid #ece7e2;
}

.pricing-faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 68px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #292622;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-icon {
  margin-left: 20px;
  color: #615b55;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 22px;
  color: #6c665f;
  font-size: 15px;
  line-height: 1.6;
  transition: padding 220ms ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 22px;
}

@media (max-width: 600px) {
  .pricing-faq {
    padding: 10px 20px 80px;
  }

  .faq-intro span {
    font-size: 14px;
  }

  .faq-tabs {
    justify-content: flex-start;
    max-width: none;
    margin: 32px 0 38px;
    overflow-x: auto;
  }

  .pricing-faq .faq-tabs button {
    flex: 0 0 auto;
  }

  .pricing-faq .faq-question {
    min-height: 62px;
    padding: 16px;
    font-size: 15px;
  }

  .faq-answer p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}

/* Final call to action */
.pricing-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1280px;
  min-height: 580px;
  margin: 0 auto 32px;
  padding: 92px 9% 0;
  border-radius: 30px;
  background: #1d1b18;
  color: #fff;
}

.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}

.final-cta-eyebrow {
  margin: 0 0 18px;
  color: #c7bbac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.final-cta-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.final-cta-content > p:not(.final-cta-eyebrow) {
  max-width: 550px;
  margin: 22px auto 0;
  color: #c6c1bb;
  font-size: 17px;
  line-height: 1.55;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.final-cta-primary,
.final-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.final-cta-primary {
  background: #f3ede5;
  color: #1d1b18;
}

.final-cta-primary span {
  margin-left: 9px;
  font-size: 18px;
}

.final-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
}

.final-cta-notes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 27px;
  color: #b9b3ab;
  font-size: 12px;
}

.final-cta-notes span::first-letter {
  color: #adcf9e;
}

.cta-dashboard {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  margin: 54px auto 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.22);
}

.cta-dashboard-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-dashboard-bar i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8d867e;
}

.cta-dashboard-bar b {
  margin-left: 8px;
  color: #d8d4cf;
  font-size: 12px;
  font-weight: 500;
}

.cta-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 14px;
}

.cta-dashboard-grid > div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.cta-dashboard-grid small,
.cta-dashboard-grid strong,
.cta-dashboard-grid em {
  display: block;
}

.cta-dashboard-grid small { color: #aaa39b; font-size: 11px; }
.cta-dashboard-grid strong { margin-top: 8px; color: #fff; font-size: 24px; font-weight: 500; }
.cta-dashboard-grid em { margin-top: 8px; color: #9fc794; font-size: 11px; font-style: normal; }

.cta-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.35;
}

.cta-orb-one { width: 360px; height: 360px; top: -220px; left: -160px; background: #7a644e; }
.cta-orb-two { width: 300px; height: 300px; bottom: -180px; right: -100px; background: #526547; }

@media (max-width: 720px) {
  .pricing-final-cta {
    min-height: 0;
    margin: 0 12px 16px;
    padding: 66px 20px 0;
    border-radius: 22px;
  }

  .final-cta-content > p:not(.final-cta-eyebrow) {
    font-size: 15px;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .final-cta-primary,
  .final-cta-secondary {
    width: 100%;
    box-sizing: border-box;
  }

  .final-cta-notes {
    flex-direction: column;
    gap: 8px;
  }

  .cta-dashboard {
    margin-top: 42px;
    padding: 9px;
  }

  .cta-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .cta-dashboard-grid > div:not(:first-child) {
    display: none;
  }
}
:root {
  --ink: #1d1b18;
  --muted: #746f68;
  --paper: #faf7f4;
  --line: #e8e1d9;
  --lime: #d8f35a;
}

.features-page {
  min-height: 100vh;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 77% 10%, rgb(216 243 90 / 20%), transparent 20rem),
    radial-gradient(circle at 14% 22%, rgb(237 209 180 / 30%), transparent 24rem),
    var(--paper);
}

.features-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 164px 80px 72px;
  text-align: center;
}

.hero-eyebrow,
.detail-label,
.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #5e5953;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #89a318;
  box-shadow: 0 0 0 5px rgb(137 163 24 / 14%);
}

.features-hero h1 {
  max-width: 930px;
  margin: 22px auto 24px;
  color: var(--ink);
  font-size: clamp(48px, 6.3vw, 78px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .99;
}

.features-hero h1 em {
  color: #7e9810;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.08em;
}

.features-hero>p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.features-page .hero-actions,
.features-page .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.features-page .hero-actions {
  margin-top: 31px;
}

.features-page .hero-actions>a,
.features-page .detail-cta,
.features-page .cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 99px;
  background: var(--ink);
  color: white;
  padding: 15px 20px 15px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.features-page .hero-actions>a span,
.features-page .detail-cta span,
.features-page .cta-primary span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
}

.features-page .hero-actions>a:hover,
.features-page .detail-cta:hover,
.features-page .cta-primary:hover {
  background: #38342f;
  box-shadow: 0 12px 22px rgb(29 27 24 / 15%);
  transform: translateY(-2px);
}

.features-page .hero-actions>.hero-text-link {
  padding: 0;
  color: var(--ink);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #b4aba1;
  text-underline-offset: 5px;
}

.features-page .hero-actions>.hero-text-link:hover {
  transform: none;
  color: #778c12;
}

.hero-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #888178;
  font-size: 12px;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-proof b {
  color: #a69d93;
  font-size: 10px;
  letter-spacing: .08em;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 112px;
}

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 255 255 / 57%);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1), box-shadow .32s ease, border-color .32s ease;
}

.feature-card::before {
  position: absolute;
  inset: auto -24px -54px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgb(216 243 90 / 0%);
  content: '';
  transition: background .3s ease, transform .4s ease;
}

.feature-card:hover {
  z-index: 1;
  border-color: #d2c9be;
  box-shadow: 0 21px 45px rgb(45 38 30 / 10%);
  transform: translateY(-7px);
}

.analytics-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.12);
}

.inventory-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.12);
}

:-moz-broken
.feature-card:hover::before {
  transform: scale(1.2);
}

.analytics-card::before {
  display: none;
}

.inventory-card::before {
  display: none;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 31px;
  place-items: center;
  border: 1px solid #ded6cd;
  border-radius: 13px;
  color: #46560a;
  background: #f4f8df;
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.feature-number {
  position: absolute;
  top: 31px;
  right: 28px;
  color: #aca49b;
  font-size: 11px;
  letter-spacing: .08em;
}

.feature-card h3 {
  max-width: 210px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.feature-card p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.feature-arrow {
  position: absolute;
  right: 27px;
  bottom: 22px;
  color: #988f84;
  font-size: 20px;
  transition: color .25s ease, transform .25s ease;
}

.feature-card:hover .feature-arrow {
  color: var(--ink);
  transform: translate(3px, -3px);
}

.feature-card-2,
.feature-card-5 {
  background: #f3eee7;
}

.feature-card-1.inventory-card {
  background: #f8f9fa;
  border-color: #e8e8e8;
  color: #1a1a1a;
}

.feature-card-1.inventory-card .feature-icon {
  border-color: #d0d0d0;
  color: #5a7a1a;
  background: #f0f4e8;
}

.feature-card-1.inventory-card h3 {
  color: #1a1a1a;
}

.feature-card-1.inventory-card p,
.feature-card-1.inventory-card .feature-number,
.feature-card-1.inventory-card .feature-arrow {
  color: #5a5a5a;
}

.feature-card-1.inventory-card:hover .feature-arrow {
  color: #5a7a1a;
}

.feature-card-3 {
  background: #22211d;
  border-color: #22211d;
  color: #fff;
}

.feature-card-3 .feature-icon {
  border-color: rgb(255 255 255 / 12%);
  color: var(--lime);
  background: rgb(255 255 255 / 8%);
}

.feature-card-3 h3 {
  color: #fff;
}

.feature-card-3 p,
.feature-card-3 .feature-number,
.feature-card-3 .feature-arrow {
  color: #c1bbb2;
}

.feature-card-3:hover .feature-arrow {
  color: var(--lime);
}

/* Card Animation Container */
.card-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 0 0 20px 20px;
}

/* Analytics Animation */
.analytics-animation {
  justify-content: center;
  gap: 12px;
  align-items: flex-end;
  padding: 15px 18px 26px;
}

/* Inventory Animation */
.inventory-animation {
  justify-content: center;
  align-items: center;
  padding: 15px 18px 26px;
  height: 240px;
}

.inventory-card .card-animation {
  height: 240px;
}

.analytics-dashboard {
  position: relative;
  width: min(100%, 272px);
  padding: 12px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16, 17, 15, 0.96) 0%, rgba(29, 28, 24, 0.92) 100%);
  box-shadow: 0 16px 32px rgba(19, 18, 17, 0.32);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(218, 230, 160, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #d5d1ca;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-pill.live {
  color: #d7f368;
  background: rgba(175, 212, 64, 0.12);
  border-color: rgba(215, 243, 104, 0.2);
}

.dashboard-value {
  color: #f1efe9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.dashboard-metric {
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.dashboard-metric small {
  display: block;
  color: #9f988f;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-metric strong {
  display: block;
  margin-top: 5px;
  color: #f8f4ef;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.dashboard-chart {
  padding: 8px 8px 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.chart-area {
  position: relative;
  height: 54px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(205, 232, 98, 0.08), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.chart-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(216, 243, 90, 0.18), rgba(216, 243, 90, 0.04));
  clip-path: polygon(0% 70%, 10% 58%, 22% 62%, 38% 33%, 52% 52%, 66% 29%, 82% 18%, 100% 23%, 100% 100%, 0% 100%);
}

.chart-line::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(135deg, transparent 0%, rgba(216, 243, 90, 0) 32%, rgba(216, 243, 90, 0.85) 42%, rgba(216, 243, 90, 0.18) 100%);
  clip-path: polygon(0% 70%, 10% 58%, 22% 62%, 38% 33%, 52% 52%, 66% 29%, 82% 18%, 100% 23%, 100% 100%, 0% 100%);
}

.chart-bars {
  display: flex;
  gap: 7px;
  align-items: flex-end;
  height: 52px;
  padding: 0 4px;
}

.chart-bar {
  width: 15px;
  min-width: 15px;
  background: linear-gradient(180deg, #e8ff8f 0%, #bbd43d 100%);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 6px 14px rgba(168, 197, 48, 0.2);
  transform-origin: bottom;
}

.feature-detail {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 80px;
  border-top: 1px solid var(--line);
}

.detail-content {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 9vw, 135px);
}

.detail-text {
  max-width: 470px;
}

.detail-label {
  padding: 9px 11px;
  border: 1px solid #ded6cd;
  border-radius: 99px;
  color: #70695f;
  letter-spacing: .1em;
}

.detail-text h2 {
  margin: 21px 0 19px;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.02;
}

.detail-text>p {
  margin: 0 0 29px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.detail-list {
  display: grid;
  gap: 13px;
  margin: 0 0 33px;
  padding: 0;
  list-style: none;
}

.detail-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #49443e;
  font-size: 14px;
}

.detail-list li span {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4af;
  color: #53650d;
  font-size: 11px;
  font-weight: 800;
}

.detail-visual {
  position: relative;
  display: grid;
  min-height: 435px;
  place-items: center;
}

.visual-glow {
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: #e5f586;
  filter: blur(35px);
  opacity: .55;
}

.visual-card {
  position: relative;
  width: min(100%, 500px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 22px;
  background: #24231e;
  box-shadow: 0 30px 60px rgb(34 31 25 / 25%);
  transform: rotate(2.5deg);
}

.visual-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #f5f2ed;
  font-size: 12px;
}

.visual-header>span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.visual-header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.visual-dots {
  display: flex;
  gap: 5px;
}

.visual-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6b6962;
}

.visual-body {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.visual-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.visual-stat {
  padding: 17px;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 14px;
  background: rgb(255 255 255 / 5%);
}

.visual-stat small,
.visual-stat strong,
.visual-stat em {
  display: block;
}

.visual-stat small {
  margin-bottom: 10px;
  color: #aaa69d;
  font-size: 10px;
}

.visual-stat strong {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.04em;
}

.visual-stat em {
  margin-top: 5px;
  color: #c9e64d;
  font-size: 10px;
  font-style: normal;
}

.visual-stat em.attention {
  color: #e5c270;
}

.visual-stat-featured {
  min-height: 178px;
}

.visual-stat-featured strong {
  font-size: 31px;
}

.sparkline {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 42px;
  margin-top: 13px;
}

.sparkline i {
  flex: 1;
  min-width: 7px;
  border-radius: 8px 8px 2px 2px;
  background: #adcc2c;
}

.sparkline i:nth-child(1) {
  height: 30%;
}

.sparkline i:nth-child(2) {
  height: 46%;
}

.sparkline i:nth-child(3) {
  height: 37%;
}

.sparkline i:nth-child(4) {
  height: 66%;
}

.sparkline i:nth-child(5) {
  height: 52%;
}

.sparkline i:nth-child(6) {
  height: 78%;
}

.sparkline i:nth-child(7) {
  height: 100%;
  background: #e1f76c;
}

.features-cta {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 80px 110px;
}

.cta-content {
  position: relative;
  overflow: hidden;
  padding: 84px 40px;
  border-radius: 28px;
  background: #25241f;
  color: #fff;
  text-align: center;
}

.cta-content::after {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -110px;
  bottom: -250px;
  border-radius: 50%;
  background: #c9ec43;
  content: '';
  filter: blur(2px);
  opacity: .9;
}

.cta-content>* {
  position: relative;
  z-index: 1;
}

.cta-kicker {
  color: #d5f15b;
}

.cta-content h2 {
  max-width: 680px;
  margin: 18px auto 14px;
  font-size: clamp(37px, 4.5vw, 59px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.02;
}

.cta-content>p {
  max-width: 550px;
  margin: 0 auto 32px;
  color: #c6c1b8;
  font-size: 16px;
  line-height: 1.6;
}

.cta-primary {
  background: #f4f1ea;
  color: var(--ink);
}

.cta-primary:hover {
  background: #fff;
}

.cta-secondary {
  padding: 15px 3px;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #7f7b74;
  text-underline-offset: 5px;
}

.features-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 9% 28px;
  border-radius: 30px 30px 0 0;
  background: #161616;
  color: #f7f2ec;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) 2fr;
  gap: 90px;
}

.footer-logo {
  color: #fffaf4;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.06em;
  text-decoration: none;
}

.footer-brand p {
  max-width: 310px;
  margin: 16px 0 22px;
  color: #bdb5ac;
  font-size: 15px;
  line-height: 1.55;
}

.footer-contact {
  color: #d8f35a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-links h3 {
  margin: 5px 0 17px;
  color: #a9a097;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-bottom: 12px;
  color: #e2dcd4;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact:hover,
.footer-bottom a:hover {
  color: #d8f35a;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 66px;
  padding-top: 21px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  color: #aaa29a;
  font-size: 12px;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  color: #c7beb5;
  text-decoration: none;
}

/* Split hero and carousel */
.features-hero {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 98px);
  max-width: 1360px;
  min-height: 720px;
  padding: 64px 68px 86px;
  text-align: left;
}

.hero-copy {
  max-width: 505px;
}

.features-hero h1 {
  max-width: 510px;
  margin: 21px 0 23px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(50px, 5.1vw, 76px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .98;
}

.features-hero h1 em {
  color: #9aa09e;
  font-style: normal;
}

.features-hero>p,
.hero-copy>p {
  max-width: 490px;
  margin: 0;
  color: #514f4a;
  font-size: 16px;
  line-height: 1.65;
}

.features-page .hero-actions {
  justify-content: flex-start;
}

.hero-proof {
  justify-content: flex-start;
  gap: 16px 22px;
  margin-top: 45px;
}

.hero-carousel {
  min-width: 0;
  user-select: none;
}

.carousel-stage {
  position: relative;
  height: clamp(400px, 43vw, 585px);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  width: min(67%, 440px);
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #dcdedb;
  box-shadow: 0 22px 44px rgb(31 34 31 / 16%);
  isolation: isolate;
  transition: left .85s cubic-bezier(.16, 1, .3, 1), width .85s cubic-bezier(.16, 1, .3, 1), height .85s cubic-bezier(.16, 1, .3, 1), top .85s cubic-bezier(.16, 1, .3, 1), opacity .65s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1), filter .65s cubic-bezier(.16, 1, .3, 1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4.2s cubic-bezier(.16, 1, .3, 1);
}

.hero-slide-active {
  z-index: 3;
  left: 50%;
  width: min(71%, 470px);
  opacity: 1;
  transform: translateX(-50%) scale(1);
  filter: none;
}

.hero-slide-active img {
  transform: scale(1.045);
}

.hero-slide-left,
.hero-slide-right {
  z-index: 1;
  top: 7%;
  width: min(37%, 250px);
  height: 86%;
  opacity: .42;
  filter: saturate(.65);
  transform: scale(.86);
}

.hero-slide-left {
  left: -12%;
}

.hero-slide-right {
  left: 72%;
}

.slide-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgb(11 18 16 / 12%), transparent 47%, rgb(11 18 16 / 52%));
}

.slide-stat {
  position: absolute;
  z-index: 2;
  top: 7%;
  left: 8%;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s cubic-bezier(.16, 1, .3, 1) .2s, transform .5s cubic-bezier(.16, 1, .3, 1) .2s;
}

.slide-stat span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.slide-stat strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(47px, 5.3vw, 76px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .85;
}

.hero-slide-active .slide-stat,
.hero-slide-active .slide-overlay {
  opacity: 1;
  transform: translateY(0);
}

.slide-overlay {
  position: absolute;
  z-index: 2;
  right: 6%;
  bottom: 6%;
  left: 6%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 43%);
  border-radius: 15px;
  color: #fff;
  background: rgb(22 26 24 / 34%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 18%);
  opacity: 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(12px);
  transition: opacity .55s cubic-bezier(.16, 1, .3, 1) .25s, transform .55s cubic-bezier(.16, 1, .3, 1) .25s;
}

.slide-brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #20221d;
  background: #e2f46c;
  font-size: 16px;
  font-weight: 800;
}

.slide-overlay strong {
  display: block;
  font-size: 15px;
  letter-spacing: -.03em;
}

.slide-overlay p {
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 1.35;
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 23px;
}

.carousel-pagination button {
  width: 29px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: transparent;
  cursor: pointer;
}

.carousel-pagination button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #c6c5bf;
  transition: width .4s cubic-bezier(.16, 1, .3, 1), background .4s cubic-bezier(.16, 1, .3, 1);
}

.carousel-pagination button.is-active span {
  background: #242522;
}

.carousel-pagination button:focus-visible {
  outline: 2px solid #758c11;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .features-hero {
    padding: 145px 40px 62px;
  }

  .features-grid,
  .feature-detail,
  .features-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-content {
    grid-template-columns: 1fr;
  }

  .detail-text {
    max-width: 600px;
  }

  .detail-visual {
    order: -1;
    min-height: 380px;
  }

  .visual-card {
    transform: rotate(1.5deg);
  }

  .feature-detail {
    padding-top: 76px;
  }
}

@media (max-width: 640px) {
  .features-hero {
    padding: 120px 24px 48px;
    text-align: left;
  }

  .features-hero h1 {
    margin-top: 18px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .features-hero>p {
    font-size: 16px;
  }

  .features-page .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .features-page .hero-actions .hero-text-link,
  .features-page .hero-proof {
    display: none;
  }

  .features-page .hero-proof {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 39px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 24px 72px;
  }

  .feature-card {
    min-height: 340px;
  }

  .feature-detail {
    padding: 67px 24px;
  }

  .detail-text h2 {
    font-size: 42px;
  }

  .detail-visual {
    min-height: 310px;
  }

  .visual-glow {
    width: 280px;
    height: 280px;
  }

  .visual-card {
    transform: none;
  }

  .visual-stats-row {
    gap: 8px;
  }

  .visual-stat {
    padding: 13px;
  }

  .visual-stat strong {
    font-size: 18px;
  }

  .visual-stat-featured strong {
    font-size: 27px;
  }

  .features-cta {
    padding: 0 24px 72px;
  }

  .cta-content {
    padding: 58px 25px;
    text-align: left;
  }

  .cta-content h2 {
    font-size: 41px;
  }

  .cta-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .features-footer {
    margin: 0;
    padding: 50px 24px 24px;
    border-radius: 22px 22px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .footer-links>div:last-child {
    grid-column: span 2;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .feature-card,
  .hero-actions>a,
  .detail-cta,
  .cta-primary,
  .feature-arrow {
    transition: none;
  }
}

@media (max-width: 980px) {
  .features-hero {
    grid-template-columns: 1fr;
    gap: 54px;
    min-height: 0;
    padding: 138px 40px 76px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .features-hero h1 {
    max-width: 610px;
  }

  .hero-copy>p {
    max-width: 560px;
  }

  .carousel-stage {
    width: min(100%, 700px);
    height: min(76vw, 570px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .features-hero {
    gap: 42px;
    padding: 116px 24px 62px;
  }

  .features-hero h1 {
    font-size: clamp(46px, 14vw, 60px);
  }

  .hero-copy>p {
    font-size: 15px;
  }

  .hero-proof {
    margin-top: 36px;
  }

  .carousel-stage {
    height: 106vw;
    min-height: 385px;
    max-height: 500px;
  }

  .hero-slide-active {
    width: 74%;
  }

  .hero-slide-left,
  .hero-slide-right {
    width: 34%;
  }

  .hero-slide-left {
    left: -11%;
  }

  .hero-slide-right {
    left: 76%;
  }

  .slide-overlay {
    right: 5%;
    bottom: 5%;
    left: 5%;
    padding: 13px;
  }

  .slide-overlay p {
    font-size: 10px;
  }

  .slide-stat {
    top: 6%;
    left: 7%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-slide,
  .hero-slide img,
  .slide-stat,
  .slide-overlay,
  .carousel-pagination button span {
    transition: none;
  }
}

/* ==========================================================================
   Customer management card styling
   ========================================================================== */

.customers-card {
  background: #22211d;
  border-color: #22211d;
  color: #fff;
}

.customers-card .feature-icon {
  border-color: rgb(255 255 255 / 12%);
  color: var(--lime);
  background: rgb(255 255 255 / 8%);
}

.customers-card h3 {
  color: #fff;
}

.customers-card p,
.customers-card .feature-number,
.customers-card .feature-arrow {
  color: #c1bbb2;
}

.customers-card:hover .feature-arrow {
  color: var(--lime);
}

.customers-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.12);
}

.customers-card::before {
  display: none;
}

/* Customer animation container */
.customer-animation {
  justify-content: center;
  align-items: center;
  padding: 15px 18px 26px;
  height: 280px;
}

.customers-card .card-animation {
  height: 280px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}.signup-page {
  min-height: 100vh;
  background: #faf7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.signup-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

.signup-left {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: signup-form-reveal 1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes signup-form-reveal {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.back-to-home {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.2s ease;
}

.back-to-home:hover {
  color: #1d1b18;
}

.back-to-home svg {
  flex-shrink: 0;
}

.signup-header {
  margin-bottom: 40px;
}

.signup-header h1 {
  font-size: 42px;
  font-weight: 500;
  color: #1d1b18;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.signup-header p {
  font-size: 16px;
  color: #4d4945;
  margin: 0;
  line-height: 1.6;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #1d1b18;
}

.form-group input {
  padding: 14px 16px;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  font-size: 15px;
  color: #1d1b18;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  border-color: #1d1b18;
}

.signup-button {
  padding: 16px 24px;
  background: #1d1b18;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
}

.signup-button:hover {
  background: #0a0a0a;
}

.social-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.social-divider::before,
.social-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd6cc;
}

.social-divider span {
  padding: 0 16px;
  font-size: 13px;
  color: #908a82;
}

.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
  color: #1d1b18;
}

.social-button:hover {
  background: #faf7f4;
  border-color: #1d1b18;
}

.google-button svg,
.apple-button svg {
  flex-shrink: 0;
}

.login-link {
  font-size: 14px;
  color: #4d4945;
  text-align: center;
  margin-top: 8px;
}

.login-link a {
  color: #1d1b18;
  text-decoration: none;
  font-weight: 500;
}

.login-link a:hover {
  text-decoration: underline;
}

.signup-right {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: calc(50% - 40px);
  height: calc(100vh - 40px);
  overflow: hidden;
  border-radius: 24px;
  animation: signup-image-reveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes signup-image-reveal {
  from {
    opacity: 0;
    transform: translate(40px, -50%);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.signup-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.signup-image-copy {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
  text-align: left;
  text-shadow: 0 1px 12px rgb(0 0 0 / 45%);
}

.signup-image-brand {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.signup-testimonial {
  max-width: 350px;
  margin: 0;
}

.signup-testimonial blockquote {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.3;
}

.signup-testimonial figcaption {
  font-size: 13px;
  opacity: 0.86;
}

@media (max-width: 968px) {
  .signup-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .signup-content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
  }

  .signup-right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: 250px;
    margin: 0 0 20px 0;
    order: -1;
    animation-name: signup-image-reveal-mobile;
  }

  @keyframes signup-image-reveal-mobile {
    from {
      opacity: 0;
      transform: translateX(28px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .signup-image-copy {
    display: block;
    padding: 20px;
  }

  .signup-testimonial {
    display: none;
  }

  .signup-left {
    padding: 40px 30px;
  }

  .signup-header h1 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signup-right {
    animation: none;
  }

  .signup-left {
    animation: none;
  }
}

@media (max-width: 480px) {
  .signup-page {
    padding: 10px;
  }

  .signup-content {
    border-radius: 16px;
  }

  .signup-left {
    padding: 30px 20px;
  }

  .signup-header h1 {
    font-size: 28px;
  }

  .signup-right {
    height: 200px;
  }
}
.login-page {
  min-height: 100vh;
  background: #faf7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.login-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

.login-left {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: login-form-reveal 1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes login-form-reveal {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.back-to-home {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.2s ease;
}

.back-to-home:hover {
  color: #1d1b18;
}

.back-to-home svg {
  flex-shrink: 0;
}

.login-header {
  margin-bottom: 40px;
}

.login-header h1 {
  font-size: 42px;
  font-weight: 500;
  color: #1d1b18;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.login-header p {
  font-size: 16px;
  color: #4d4945;
  margin: 0;
  line-height: 1.6;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #1d1b18;
}

.form-group input {
  padding: 14px 16px;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  font-size: 15px;
  color: #1d1b18;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  border-color: #1d1b18;
}

.login-button {
  padding: 16px 24px;
  background: #1d1b18;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
}

.login-button:hover {
  background: #0a0a0a;
}

.social-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.social-divider::before,
.social-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd6cc;
}

.social-divider span {
  padding: 0 16px;
  font-size: 13px;
  color: #908a82;
}

.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
  color: #1d1b18;
}

.social-button:hover {
  background: #faf7f4;
  border-color: #1d1b18;
}

.google-button svg,
.apple-button svg {
  flex-shrink: 0;
}

.signup-link {
  font-size: 14px;
  color: #4d4945;
  text-align: center;
  margin-top: 8px;
}

.signup-link a {
  color: #1d1b18;
  text-decoration: none;
  font-weight: 500;
}

.signup-link a:hover {
  text-decoration: underline;
}

.login-right {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: calc(50% - 40px);
  height: calc(100vh - 40px);
  overflow: hidden;
  border-radius: 24px;
  animation: login-image-reveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes login-image-reveal {
  from {
    opacity: 0;
    transform: translate(40px, -50%);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.login-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.login-image-copy {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
  text-align: left;
  text-shadow: 0 1px 12px rgb(0 0 0 / 45%);
}

.login-image-brand {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.login-testimonial {
  max-width: 350px;
  margin: 0;
}

.login-testimonial blockquote {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.3;
}

.login-testimonial figcaption {
  font-size: 13px;
  opacity: 0.86;
}

@media (max-width: 968px) {
  .login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .login-content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
  }

  .login-right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: 250px;
    margin: 0 0 20px 0;
    order: -1;
    animation-name: login-image-reveal-mobile;
  }

  @keyframes login-image-reveal-mobile {
    from {
      opacity: 0;
      transform: translateX(28px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .login-image-copy {
    display: block;
    padding: 20px;
  }

  .login-testimonial {
    display: none;
  }

  .login-left {
    padding: 40px 30px;
  }

  .login-header h1 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-right {
    animation: none;
  }

  .login-left {
    animation: none;
  }
}

@media (max-width: 480px) {
  .login-page {
    padding: 10px;
  }

  .login-content {
    border-radius: 16px;
  }

  .login-left {
    padding: 30px 20px;
  }

  .login-header h1 {
    font-size: 28px;
  }

  .login-right {
    height: 200px;
  }
}
.contact-page {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 0;
  background: #eef1f5;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

.contact-visual {
  position: sticky;
  top: 20px;
  height: calc(100vh - 40px);
  margin: 20px 0 20px 20px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  animation: contact-visual-reveal .8s cubic-bezier(.22, 1, .36, 1) both;
}

.contact-visual>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(3 28 17 / 8%), rgb(3 20 13 / 78%));
}

.contact-image-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
}

.contact-image-brand {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.08em;
}

.contact-image-message {
  max-width: 275px;
}

.contact-image-message p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
}

.contact-image-message a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgb(255 255 255 / 65%);
}

.contact-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 110px clamp(32px, 7vw, 110px) 58px;
  animation: contact-form-reveal .8s .12s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes contact-visual-reveal {
  from {
    opacity: 0;
    transform: scale(1.04);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes contact-form-reveal {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-header {
  margin-bottom: 31px;
}

.contact-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #777c80;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-header h1 {
  margin: 0 0 8px;
  color: #091827;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 650;
  letter-spacing: -.07em;
  line-height: 1.05;
}

.contact-header p {
  max-width: 520px;
  margin: 0;
  color: #2d333c;
  font-size: 18px;
  line-height: 1.45;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #091827;
  font-size: 15px;
  font-weight: 500;
}

.contact-field,
.contact-form-group select,
.contact-form-group textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 11px;
  background: #f0f2f5;
  color: #18202d;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-field {
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.contact-field input {
  width: 100%;
  min-width: 0;
  padding: 16px 0;
  border: 0;
  outline: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}

.contact-form-group select {
  height: 53px;
  padding: 0 18px;
  outline: 0;
}

.contact-form-group textarea {
  min-height: 150px;
  padding: 17px 18px;
  resize: vertical;
  outline: 0;
}

.contact-field:focus-within,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  border-color: #315c8b;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(49 92 139 / 12%);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8e939c;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 11px;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #091827;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.contact-submit svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.5;
}

.contact-submit:hover {
  background: #1d3651;
  transform: translateY(-1px);
}

.contact-help {
  margin: 0;
  color: #78818d;
  font-size: 13px;
  text-align: center;
}

.contact-help a {
  color: #1765d8;
  font-weight: 600;
  text-decoration: none;
}

.contact-help a:hover {
  text-decoration: underline;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #e2e6eb;
}

.contact-option {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  min-height: 78px;
  box-sizing: border-box;
  padding: 13px;
  border: 1px solid #e0e6ed;
  border-radius: 13px;
  color: #091827;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-option:hover {
  border-color: #b5c6d8;
  box-shadow: 0 9px 22px rgb(18 47 77 / 10%);
  transform: translateY(-2px);
}

.contact-option:focus-visible {
  outline: 3px solid rgb(49 92 139 / 30%);
  outline-offset: 2px;
}

.contact-option-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #294b6d;
  background: #e8eef5;
}

.contact-option-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.4;
}

.contact-option strong,
.contact-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-option strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.contact-option small {
  color: #687f9a;
  font-size: 12px;
}

.contact-option-arrow {
  color: #7f94aa;
  transition: color .2s ease, transform .2s ease;
}

.contact-option:hover .contact-option-arrow {
  color: #294b6d;
  transform: translate(2px, -2px);
}


@media (max-width: 800px) {
  .contact-page {
    padding-top: 78px;
    box-sizing: border-box;
  }

  .contact-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-visual {
    position: relative;
    top: auto;
    height: 180px;
    min-height: 245px;
    margin: 0 16px;
    border-radius: 14px;
    margin-top:20px;
  }

  .contact-form-panel {
    min-height: auto;
    padding: 42px 30px 0;
  }
}

@media (max-width: 520px) {
  .contact-page {
    padding-top: 70px;
  }

  .contact-image-message{
   display:none;
  }
  .contact-visual {
    min-height: 210px;
  }

  .contact-image-copy {
    padding: 24px;
  }

  .contact-form-panel {
    padding: 34px 20px 0;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  .contact-visual,
  .contact-form-panel {
    animation: none;
  }
}body{
    font-family:
    "Messina Sans",
    "General Sans",
    -apple-system,
    sans-serif;
}

.industry-section {
  overflow: hidden;
  background: #FAF7F4;
  margin-top: 120px;
}

.industry-heading {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 20px;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.industry-row {
  display: flex;
  gap: 24px;
  width: max-content;
  padding-left: 0;
  padding-right: 6vw;
  margin-left: -350px;
  margin-bottom: 20px;
}

.industry-card {
  position: relative;
  width: 380px;
  height: 200px;
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.industry-card:hover img {
  transform: scale(1.08);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.2)
  );
}

.industry-card h3 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 1px;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 992px) {
  .industry-card {
    width: 300px;
    height: 170px;
  }
}

@media (max-width: 768px) {
  .industry-row {
    gap: 18px;
  }
  .industry-card {
    width: 250px;
    height: 150px;
    border-radius: 22px;
  }
  .industry-card h3 {
    font-size: 1.0rem;
  }
}

