.hero-grid{
  display: none;
}
:root {
  --bg: #fbfaf6;
  --surface: #ffffff;
  --teal-950: #0a554f;
  --teal-900: #0f6158;
  --teal-850: #165f59;
  --teal-700: #2d9974;
  --lime: #b9ff78;
  --gold: #cba463;
  --ink: #123c36;
  --text: #355a55;
  --muted: #4b524e;
  --para: #555555;
  --line: rgba(15, 97, 88, 0.12);
  --shadow-lg: 0px 10px 20px 0px #f3f3f3;
  --shadow-md: 0px 10px 20px 0px rgba(0, 0, 0, 0.078);
  --font-body: "Inter", sans-serif;
  --font-primary: "Lato", sans-serif;
  --font-secondary: "Urbanist", sans-serif;
  --font-accent: "Playfair", serif;
  --font-details: "Arimo", serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
/* theme generate container full width */
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main{
  max-width: 100%;
}
.custom-logo-link{
  max-width: 160px;
  margin-inline-start: -10px;
}


/*  */
.section {
  padding: 112px 0;
  position: relative;
  z-index: 1;
}
.section::before,
.section::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #e9f9e8;
  z-index: -1;
}
.section::before {
  top: 131px;
  left: 14%;
}
.section::after {
  right: 14%;
  top: 125px;
}
.articles.section {
  background: var(--surface);
  padding-top: 0;
}
.articles.section::after,
.articles.section::before {
  top: 80px;
}
.section .qube-block {
  position: absolute;
  top: 17%;
  left: auto;
  right: 5%;
  transform: translateX(-5%);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e9f9e8;
  z-index: -1;
}
.section .qube-block::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -96px;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #e9f9e8;
}
.section .qube-block-left {
  position: absolute;
  top: 17%;
  right: auto;
  left: 5%;
  transform: translateX(-5%);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e9f9e8;
  z-index: -1;
}
.section .qube-block-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 105px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #e9f9e8;
}
.section .qube-block::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -96px;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #e9f9e8;
}
.section-soft {
  overflow: hidden;
  z-index: 0;
}
.section-soft .section-heading {
  margin-block-start: clamp(40px, 5vw, 80px);
  position: relative;
}
.section-soft .section-heading::before {
  content: "";
  position: absolute;
  top: -90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("assets/images/feature-bg-soft-layer.png") no-repeat center
    center;
  background-size: cover;
  width: 100%;
  max-width: 960px;
  max-height: 560px;
  height: 100%;
  opacity: 0.8;
}
.section-soft::after,
.section-soft::before,
.section-soft .qube-block,
.section-soft .qube-block-left,
.section-soft .qube-block::before,
.section-soft .qube-block-left::before {
  background: #f9ebd3;
}
.section-dark {
  color: rgba(255, 255, 255, 0.88);
  background: url("assets/images/section-dark-bg.png") no-repeat center top;
  background-size: cover;
}
.section-dark::after,
.section-dark::before,
.section-dark .qube-block,
.section-dark .qube-block-left,
.section-dark .qube-block::before,
.section-dark .qube-block-left::before {
  background: #024f57;
}
.section-dark-inner {
  position: relative;
  z-index: 1;
}
.section-dark .section-dark-inner::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url("assets/images/section-dark-layer.png") no-repeat center
    center;
  background-size: cover;
  width: 100%;
  max-width: 960px;
  max-height: 560px;
  height: 100%;
}
.section-dark-curve {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-dark-curve .curve-stroke {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(0%);
  z-index: -1;
  background: url("assets/images/curve-stroke.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section::before,
.section::after {
  top: 80px;
}
.section-lime {
  background: linear-gradient(180deg, #dfffdd 0%, #ffffff 61.45%);
}
.section-lime::after,
.section-lime::before,
.section-lime .qube-block,
.section-lime .qube-block-left,
.section-lime .qube-block::before,
.section-lime .qube-block-left::before {
  background: #d0f6cd;
}
.section-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 1;
}
.section-heading--light {
  color: rgba(255, 255, 255, 0.88);
}
.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-family: var(--font-primary);
  font-weight: 600;
}
.section-heading h2 span {
  font-size: clamp(26px, 5vw, 56px);
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.section-heading--light h2 {
  color: #ffffff;
}
.section-heading p {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
  font-family: var(--font-details);
  font-weight: 400;
}
.section-heading--light p {
  color: rgba(255, 255, 255, 0.72);
}
.section-heading h2 span::after,
.accent-script::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(0px) rotate(8deg);
  right: -37px;
  background: url("assets/images/vector-curve.png") no-repeat center right;
  background-size: contain;
  width: 27px;
  height: 32px;
}
.accent-script {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 600;
  color: var(--lime);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.accent-dark {
  color: var(--teal-700);
}
.accent-gold {
  color: var(--gold);
}
.accent-dark::after {
  filter: brightness(0) saturate(100%) invert(53%) sepia(39%) saturate(595%)
    hue-rotate(108deg) brightness(87%) contrast(99%) !important;
}
.accent-script.accent-gold::after {
  filter: brightness(0) saturate(100%) invert(58%) sepia(100%) saturate(229%)
    hue-rotate(357deg) brightness(86%) contrast(82%);
}
.accent-script::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(19%) saturate(1067%)
    hue-rotate(33deg) brightness(100%) contrast(103%);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  font-weight: 700;
  font-family: var(--font-primary);
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(8, 50, 45, 0.14);
}
.btn-large {
  min-height: 58px;
  padding: 0 30px;
}
.btn-primary {
  color: var(--ink);
  background: var(--lime);
}
.btn-light {
  color: var(--ink);
  background: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background: #0e544c;
}
.btn-ghost {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 0.8;
  min-width: 120px;
}
.btn-ghost:hover {
  background: var(--surface);
  color: var(--para);
  opacity: 1;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #e6ffce 0%, #b9ff78 57.07%);
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding-top: 26px;
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(151, 222, 193, 0.102);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.brand img {
  width: 170px;
}
.site-nav {
  gap: clamp(20px, 2vw, 38px) !important;
}
.site-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
.site-nav a:hover {
  color: var(--lime);
}
.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
}
.nav-toggle:hover, .nav-toggle:focus{
  background: rgba(255, 255, 255, 0.08);
}
.nav-toggle:hover span, .nav-toggle:focus span{
  background: #ffffff;
}
.nav-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  margin: 0;
  transform: translateX(-50%);
  transition:
    transform 0.22s ease,
    opacity 0.18s ease;
}

.nav-toggle span:nth-child(1) {
  top: 15px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
}

.nav-toggle span:nth-child(3) {
  top: 29px;
}

.nav-shell.is-open .nav-toggle span:nth-child(1) {
  top: 22px;
  transform: translateX(-50%) rotate(45deg);
}

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

.nav-shell.is-open .nav-toggle span:nth-child(3) {
  top: 22px;
  transform: translateX(-50%) rotate(-45deg);
}
.contact-sticky {
  position: fixed;
  top: 35%;
  right: -68px;
  transform: translateY(-35%) rotate(-90deg) !important;
  z-index: 40;
  background: linear-gradient(180deg, #e6ffce 0%, #b9ff78 57.07%);
  box-shadow: 8px 11px 20px 0px #00000040;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  padding: 10px 14px;
}
.contact-sticky .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #002e1e;
  backdrop-filter: blur(50px);
  box-shadow: 0px 8.21px 10.27px 0px #00000066;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sticky:hover {
  background: linear-gradient(180deg, #b9ff78 0%, #6bd400 100%);
  transform: translateY(-50%) rotate(-90deg) scale(1.05);
}
.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #ffffff;
  padding: 24px 0 0;
  /* background:
    radial-gradient(circle at 50% 20%, rgba(0, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #0a7c59 0%, #08554c 28%, #07443f 100%); */

  /* background-image: url("assets/images/bg-layer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
}
 .hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("assets/images/bg-layer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: screen;
} 
/* .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 280px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
} */
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/images/bg-white-layer.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.hero-orbit {
  position: absolute;
  z-index: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.09);
}
.hero-orbit-left {
  left: -220px;
  top: 240px;
}
.hero-orbit-right {
  right: -180px;
  top: 40px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 140px;
}
.hero-copy {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
  font-family: var(--font-primary);
  font-weight: 600;
}
.hero-copy p {
  margin: 24px auto 0;
  max-width: 760px;
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-stage {
  position: relative;
  margin-top: 74px;
  padding-bottom: 80px;
  min-height: 760px;
  overflow: hidden;
}

.hero-carousel {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  padding-inline: clamp(18px, 4vw, 48px);
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(220px, 25vw, 430px);
  height: clamp(440px, 50vw, 646px);
  padding: clamp(14px, 2vw, 30px);
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 248, 250, 0.86) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.58);
  /* background: url('../assets/images/mob-frame.png') no-repeat center center; */

  box-shadow:
    0 28px 60px rgba(234, 107, 131, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.7s ease,
    opacity 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.55s ease;
}
.hero-slide.is-visible {
  opacity: 1;
}
.hero-slide.is-active {
  z-index: 5;
  transform: translateX(-50%) scale(1);
  box-shadow:
    0 38px 72px rgba(235, 114, 141, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.hero-slide.is-near {
  z-index: 4;
  filter: saturate(0.84);
}
.hero-slide.is-far {
  z-index: 2;
  filter: saturate(0.6);
}
.hero-slide[data-hero-position="-1"] {
  transform: translateX(calc(-50% - 24vw)) scale(0.84);
}
.hero-slide[data-hero-position="1"] {
  transform: translateX(calc(-50% + 24vw)) scale(0.84);
}
.hero-slide[data-hero-position="-2"] {
  transform: translateX(calc(-50% - 45vw)) scale(0.72);
}
.hero-slide[data-hero-position="2"] {
  transform: translateX(calc(-50% + 45vw)) scale(0.72);
}
.hero-card-label {
  display: none;
}
.hero-slide-frame {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}
.hero-slide-frame--video-only {
  padding: 0;
  background: transparent;
}
.hero-video-poster,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.hero-video-poster {
  z-index: 1;
}
.hero-video {
  z-index: 2;
  background: linear-gradient(180deg, #7b8d87 0%, #d5d7de 100%);
}
.hero-slide.is-active .hero-video-poster {
  opacity: 0;
}
.hero-slide:not(.is-active) .hero-video {
  opacity: 0;
}
.hero-slide.is-active .hero-video {
  opacity: 1;
}
.phone-tall {
  width: 100%;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
}
.hero-controls {
  position: absolute;
  right: 7%;
  bottom: 16px;
  z-index: 4;
  display: flex;
  gap: 12px;
}
.control-btn,
.rail-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 97, 88, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(7, 50, 45, 0.12);
  cursor: pointer;
}

.hero-play,
.control-btn--active {
  background: var(--lime);
  box-shadow: 4px 8px 10px 0px #00000040;
}
.control-btn img,
.rail-btn img {
  width: 18px;
}

.hero-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.hero-toggle-icon--pause {
  gap: 4px;
}
.hero-toggle-icon--pause span {
  width: 4px;
  height: 14px;
  border-radius: 99px;
  background: #20273b;
}
.hero-toggle-icon--play {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #20273b;
}
.intro {
  margin-top: -40px;
  background: url("assets/images/feat-white-curve.png") no-repeat center top;
  background-size: cover;
  margin-block-end: -62px;
  z-index: 1;
}

.features-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}
.features-layout::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  background: rgba(185, 255, 120, 0.46);
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: 440px;
  filter: blur(80px);
  border-radius: 50%;
}
.features-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 0;
  background: url("assets/images/feature-vertical-grid.png") no-repeat center
    center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.feature-visual {
  position: relative;
  padding: 30px 0;
}

.feature-preview {
  display: none;
}

.feature-preview.is-active {
  display: block;
}

.feature-preview .phone-tall img {
  object-fit: cover;
  object-position: center top;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.feature-list {
  display: flex;
  gap: 20px;
  max-height: 660px;
  overflow-y: auto;
  padding-inline: 40px;
  padding-block-end: 20px;
  flex-direction: column;
  overflow-x: hidden;
}
.feature-card {
  padding: clamp(20px, 4vw, 27px) clamp(20px, 4vw, 33px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.302);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  border: 1px solid var(--surface);
  backdrop-filter: blur(60px);
  box-shadow: 0px 10px 20px 0px #00000014;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.feature-card-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.feature-card-inner {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: center;
}

.feature-card-mobile-visual {
  display: none;
}
/* width */
.feature-list::-webkit-scrollbar {
  width: 4px;
}

/* track */
.feature-list::-webkit-scrollbar-track {
  background: #d4d4d4;
  border-radius: 2px;
}

/* thumb */
.feature-list::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 4px;
}

/* hover */
.feature-list::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}
.feature-card:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateX(-4px);
  border-color: rgba(186, 255, 90, 0.6);
}

.feature-card.is-active {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(186, 255, 90, 0.6);
}

.feature-card:hover .feature-icon {
  background: linear-gradient(180deg, #2f8a67 0%, #19624c 100%);
  box-shadow: inset 0 -8px 18px rgba(255, 255, 255, 0.42);
}
.feature-card.is-active .feature-icon {
  background: linear-gradient(180deg, #2f8a67 0%, #19624c 100%);
  box-shadow: inset 0 -8px 18px rgba(255, 255, 255, 0.42);
}
.feature-card:hover .feature-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(119deg) brightness(104%) contrast(102%);
}
.feature-card.is-active .feature-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(119deg) brightness(104%) contrast(102%);
}
.section-badge {
  background: linear-gradient(180deg, #2f8a67 0%, #19624c 100%);
}
.feature-card h3,
.info-card h3,
.pricing-features h3,
.story-panel h3,
.article-card h3,
.footer-links h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.35;
  font-family: var(--font-primary);
  font-weight: 700;
}
.feature-card p,
.bullet-list p,
.article-card p,
.story-copy p {
  margin: 0;
  color: var(--para);
  line-height: 1.4;
  font-size: 15px;
  font-family: var(--font-details);
  font-weight: 400;
  white-space: normal;
}
.story-copy p {
  color: var(--surface);
  opacity: 80%;
}
.story-media {
  width: 100%;
  height: 100%;
}
.feature-icon,
.section-badge {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #c4ff74 0%, #a8f14a 100%);
  box-shadow: inset 0 -8px 18px rgba(255, 255, 255, 0.3);
}
.feature-icon img,
.section-badge img {
  width: 36px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(14%) saturate(2632%)
    hue-rotate(105deg) brightness(94%) contrast(77%);
}

.section-badge {
  margin: 0;
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background: #1d7350 !important;
  box-shadow: none !important;
  opacity: 1;
}
.section-badge {
  animation: zoomInOut 3s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.15);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.section-badge img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(119deg) brightness(104%) contrast(102%);
}
.section-badge::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: inherit;
  z-index: -1;
  opacity: 50%;
  /* filter: blur(2px); */
  box-shadow: 5px 11px 30px 0px #dec193;
}
.dual-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 100px);
}
.info-card {
  padding: 22px;
  border-radius: clamp(22px, 3vw, 50px);
  background: #ffffff;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}
.info-card__head {
  padding: 12px 20px;
  border-radius: 30px;
  background: #2a866f;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-primary);
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card__head--lime {
  color: var(--ink);
  background: var(--lime);
}
.bullet-list {
  list-style: none;
  padding: 8px 8px 0;
  margin: 0;
}
.bullet-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 16px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
}
.bullet-list li:last-child {
  border-bottom: 0;
}
.bullet-list img,
.pricing-features li img,
.enterprise-card li img {
  width: 20px;
  height: 20px;
  margin-block-start: 4px;
}
.pricing-stack {
  display: grid;
  gap: 26px;
}
.pricing-card {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr 190px;
  gap: 28px;
  align-items: center;
  padding: 34px 34px 30px;
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}
.pricing-card--dark {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(51, 113, 118, 0.8);
  border: 1px solid rgba(186, 255, 90, 0.55);
}
.pricing-card--light {
  color: var(--text);
  background: #fffdf9;
  border: 1px solid rgba(186, 255, 90, 0.8);
}
.plan-label {
  position: absolute;
  top: -13px;
  left: 26px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f5ede6;
  color: var(--text);
  font-size: 0.82rem;
  text-transform: uppercase;
}
.plan-label--lime {
  background: rgba(186, 255, 90, 0.84);
}
.price-block strong {
  display: block;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1;
  color: currentColor;
}
.price-block span,
.price-block small,
.price-block p {
  display: block;
}
.price-block span {
  margin-top: 4px;
  opacity: 0.9;
}
.price-block small {
  margin-top: 12px;
  font-size: 0.95rem;
  opacity: 0.8;
}
.price-block p {
  margin: 30px 0 0;
  font-size: 0.98rem;
  font-weight: 600;
}
.pricing-features ul,
.enterprise-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.pricing-features li,
.enterprise-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}
.enterprise-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  color: var(--ink);
  background: linear-gradient(90deg, #baff5a 0%, #c5ff66 54%, #c4ff5b 100%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}
.enterprise-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.1;
}
.enterprise-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.story-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(18, 60, 54, 0.16);
}
.story-tab {
  white-space: normal;
  padding: 0 0 18px;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: 600;
  color: #778b76;
}
.story-tab.is-active {
  color: var(--ink);
  font-weight: 700;
  border-bottom-color: #59a888;
  width: fit-content;
  margin: 0 auto;
}
.story-panel {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  align-items: start;
  padding: 60px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.85);
  background: #0d5948;
}
.story-panel[hidden] {
  display: none;
}
.story-panel h3 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.15;
}
.story-copy {
  max-width: calc(100% - 10%);
}
.story-copy p + p {
  margin-top: 18px;
}
.story-media img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
}
.article-rail {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 18px;
  align-items: center;
}
.article-viewport {
  overflow: hidden;
}

.article-track {
  display: flex;
  gap: 24px;
}

.article-card {
  flex: 0 0 auto;
  min-width: 320px;
}

/* .article-card {
  flex-shrink: 0;
} */

.article-card {
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.article-card:nth-child(odd) {
  background: #a6e66f;
  padding: 22px;
  border-radius: 24px;
  flex-direction: column-reverse;
}

/* title */
.article-card:nth-child(odd) h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

/* paragraph */
.article-card:nth-child(odd) p {
  color: #2e3b2e;
}
.article-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.article-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--teal-850);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.articles-cta {
  margin-top: 38px;
  text-align: center;
}
.site-footer {
  padding: clamp(35px, 4vw, 70px) 0 34px;
  color: rgba(255, 255, 255, 0.76);
  background: #00434a;
  position: relative;
  z-index: 1;
}
.site-footer::after {
  content: "";
  position: absolute;
  left: 20%;
  transform: translateX(-20%);
  bottom: 0;
  background: url("assets/images/footer-shadow-img.png") no-repeat center
    center;
  background-size: contain;
  width: 100%;
  height: 152px;
  z-index: -1;
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer-top {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand {
  width: 100%;
  max-width: 50%;
}
.footer-links {
  width: 100%;
  max-width: 38%;
}
.footer-social {
  width: 100%;
  max-width: 14%;
  justify-content: flex-end;
}
.footer-brand img {
  width: 180px;
}
.footer-brand p {
  margin: 18px 0 0;
  max-width: 700px;
  font-size: 14px;
  color: #ffffff99;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(65px, 1fr));
  gap: 36px;
}
.footer-links h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 0.95rem;
}
.footer-links a {
  display: block;
  margin-top: 10px;
  color: #ffffff99;
  font-size: 12px;
}
.footer-links a:hover,
.footer-bottom a:hover,
.footer-social a:hover img {
  color: #ffffff;
  filter: brightness(1);
}
.footer-social a:hover img {
  transform: scale(1.04);
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff99;
  font-weight: 700;
  text-transform: lowercase;
}
.footer-social a img {
  width: 100%;
  height: 100%;
  filter: brightness(0.8) saturate(0.8);
  transition: all 0.3s;
}
.footer-bottom {
  padding-top: 24px;
  align-items: center;
}
.footer-bottom a,
.footer-bottom p {
  font-size: 12px;
  color: #ffffff99;
}
.footer-bottom div {
  display: flex;
  gap: 24px;
}
@media (max-width: 1080px) {
  .dual-cards,
  .story-panel,
  .pricing-card,
  .enterprise-card {
    grid-template-columns: 1fr;
  }
  .pricing-card {
    padding-top: 46px;
  }
  .pricing-action {
    justify-self: start;
  }
  .story-panel {
    padding: 40px 28px;
  }
  .story-copy {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .nav-actions a:last-child{
    display: flex;
  }
  .features-layout {
    grid-template-columns: 1fr;
  }
  .feature-visual {
    display: none;
  }
  .feature-card-mobile-visual {
    display: none;
    padding-top: 18px;
  }
  .feature-card.is-active .feature-card-mobile-visual {
    display: block;
  }
  .feature-card-mobile-visual .phone-tall {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .feature-card-mobile-visual .phone-tall img {
    width: auto;
    object-fit: contain;
    height: 100%;
    border-radius: 30px;
    max-height: 527px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .site-nav,
  .nav-actions {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .nav-shell.is-open {
    flex-wrap: wrap;
  }
  .nav-shell.is-open .site-nav,
  .nav-shell.is-open .nav-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 10px;
  }
  .hero-inner {
    padding-top: 108px;
  }
  .hero-stage {
    margin-top: 40px;
    min-height: 660px;
  }
  .hero-slide {
    width: clamp(240px, 38vw, 400px);
    height: clamp(420px, 62vw, 580px);
  }
  .hero-slide[data-hero-position="-1"] {
    transform: translateX(calc(-50% - 29vw)) scale(0.85);
  }
  .hero-slide[data-hero-position="1"] {
    transform: translateX(calc(-50% + 29vw)) scale(0.85);
  }
  .hero-slide[data-hero-position="-2"] {
    transform: translateX(calc(-50% - 45vw)) scale(0.74);
  }
  .hero-slide[data-hero-position="2"] {
    transform: translateX(calc(-50% + 45vw)) scale(0.74);
  }
  .hero-controls {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
  .story-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .article-rail {
    grid-template-columns: 1fr;
  }

  .footer-links {
    max-width: 50%;
  }
  .footer-social {
    max-width: 18%;
  }
}
@media (max-width: 767px) {
  .footer-top {
    flex-wrap: wrap;
  }
  .contact-sticky {
    top: auto;
    bottom: 26px;
    right: 8px;
    transform: translateY(0%) rotate(-0deg) !important;
    font-size: 13px;
    padding: 8px 12px;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 88px 0;
  }
  .hero-copy p,
  .section-heading p {
    font-size: 1rem;
  }
  .hero-stage {
    min-height: 560px;
    padding-bottom: 88px;
  }
  .hero-carousel {
    min-height: 470px;
    padding-inline: 10px;
  }
  .hero-slide {
    width: min(86vw, 360px);
    height: min(112vw, 460px);
    padding: 12px;
    border-radius: 24px;
  }
  .hero-slide[data-hero-position="-1"] {
    transform: translateX(calc(-50% - 60vw)) scale(0.88);
  }
  .hero-slide[data-hero-position="1"] {
    transform: translateX(calc(-50% + 60vw)) scale(0.88);
  }
  .hero-slide[data-hero-position="-2"],
  .hero-slide[data-hero-position="2"] {
    opacity: 0;
  }
  .hero-slide-frame,
  .hero-video {
    border-radius: 20px;
  }
  .hero-controls {
    bottom: 10px;
    gap: 10px;
  }
  .feature-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-stage {
    min-height: 500px;
    padding-bottom: 78px;
  }
  .hero-carousel {
    min-height: 410px;
    padding-inline: 6px;
  }
  .hero-slide {
    width: min(78vw, 340px);
    height: min(118vw, 420px);
    padding: 10px;
    border-radius: 22px;
  }
  .hero-slide[data-hero-position="-1"] {
    transform: translateX(calc(-50% - 56vw)) scale(0.84);
  }
  .hero-slide[data-hero-position="1"] {
    transform: translateX(calc(-50% + 56vw)) scale(0.84);
  }
  .hero-slide.is-near {
    opacity: 0.22;
  }
  .hero-slide-frame,
  .hero-video {
    border-radius: 18px;
  }
  .control-btn {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .feature-icon {
    margin-bottom: 6px;
  }
  .pricing-features ul,
  .enterprise-card ul {
    grid-template-columns: 1fr;
  }
  .story-tabs {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .story-panel h3 {
    font-size: 2rem;
  }
  .story-media img {
    height: 280px;
  }
}

/* Pricing Stack Override */
.pricing-stack {
  display: grid;
  gap: 36px;
  max-width: 1020px;
  margin: 0 auto;
}

.pricing-billing-tabs {
  display: inline-flex;
  align-items: flex-end;
  gap: 18px;
  justify-self: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: fit-content;
}

.pricing-billing-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.pricing-billing-tab[data-billing="monthly"] {
  min-width: 238px;
}

.pricing-billing-tab {
  min-width: 210px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.pricing-billing-tab--annual {
  position: relative;
  flex-direction: column;
  gap: 2px;
}

.pricing-billing-tab__eyebrow {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 26px;
  padding: 4px 16px;
  border-radius: 999px;
  background: #ffffff;
  backdrop-filter: blur(50px);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.pricing-billing-tab.is-active {
  background: var(--lime) !important;
  color: var(--ink);
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pricing-plan {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 26px;
  min-height: 100%;
  height: 100%;
  padding: 32px 18px 10px;
  border-radius: 30px;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
}

.pricing-plan--dark {
  color: rgba(255, 255, 255, 0.94);
  background: #19555c;
  border-top: 2.4px solid rgba(186, 255, 90, 0.72);
}
.enterprise-card li {
  color: #002e1e !important;
}
.pricing-plan--light {
  color: var(--ink);
  background: #fdfbf8;
  border-top: 2.4px solid rgba(186, 255, 90, 0.85);
}
.pricing-plan--light .pricing-plan__amount {
  color: #002e1e;
}
.pricing-plan--light .pricing-plan__features li {
  color: #555555;
}
.pricing-plan__badge {
  position: absolute;
  top: 20px;
  left: 18px;
  min-height: 28px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-plan__badge--light {
  background: #f4e9de;
  color: var(--text);
}

.pricing-plan__badge--lime {
  background: var(--lime);
  color: var(--ink);
}

.pricing-plan__body {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 28px;
  padding: 30px 10px 0;
  min-height: 100%;
}

.pricing-plan__price {
  display: grid;
  gap: 6px;
}

.pricing-plan__amount-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-details);
  font-weight: 400;
}

.pricing-plan__amount {
  font-family: var(--font-primary, var(--font-body));
  font-size: clamp(42px, 4vw, 50px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--surface);
}

.pricing-plan__period {
  font-family: var(--font-details, var(--font-body));
  font-size: 16px;
  opacity: 0.62;
}

.pricing-plan__year {
  font-family: var(--font-details, var(--font-body));
  font-size: 13px;
  opacity: 0.82;
}

.pricing-plan__meta {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 700;
}

.pricing-plan__features h3 {
  margin: 0 0 18px;
  color: inherit;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
}

.pricing-plan__features {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
}

.pricing-plan__features ul,
.enterprise-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 34px;
  row-gap: 14px;
  align-content: start;
}

.pricing-plan__features li,
.enterprise-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-details);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--surface);
}
.pricing-plan__features li strong {
  font-weight: 700;
}
.pricing-plan__features li img,
.enterprise-card li img {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.pricing-check {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
}

.pricing-check::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.pricing-check--lime {
  background: #b9ff78;
  color: #002e1e;
}

.pricing-check--dark {
  background: #002e1e;
  color: #ffffff;
}

.pricing-plan__action {
  display: flex;
  justify-content: center;
}

.pricing-plan__footer {
  display: grid;
  gap: 18px;
  padding: 0 10px 10px;
  margin-top: auto;
}

.pricing-plan__notes {
  display: grid;
  gap: 10px;
  text-align: center;
}
.pricing-plan__notes p:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 14px;
}
.pricing-plan--light .pricing-plan__notes p:first-child {
  border-bottom: 1px solid #8c8c8c;
}

.pricing-cta {
  min-width: 144px;
  min-height: 46px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}

.pricing-plan__action .pricing-cta,
.pricing-plan.enterprise-card .enterprise-side .pricing-cta {
  min-width: 100%;
  height: 54px;
  min-height: 54px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.pricing-plan:hover .pricing-plan__action .pricing-cta,
.pricing-plan:focus-within .pricing-plan__action .pricing-cta,
.pricing-plan.enterprise-card:hover .enterprise-side a {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  filter: brightness(1.02);
}

.pricing-cta--lime {
  background: var(--lime);
  color: var(--ink);
}

.pricing-cta--dark {
  background: #002e1e;
  color: #ffffff !important;
}

.enterprise-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 42px 24px;
  border-radius: 22px;
  color: var(--ink);
  background: linear-gradient(90deg, #beff81 0%, #95e948 100%);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
/* .enterprise-card::after {
  content: "";
  width: 100%;
  height: 100%;
  right: -20%;
  z-index: -1;
  border-radius: 0;
  position: absolute;
  overflow: hidden;
  background: url("../assets/images/map-img.png") no-repeat center center;
  background-size: cover;
} */
.enterprise-card__content {
  margin-block-start: 15px;
}
.enterprise-card__content h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.15;
}

.enterprise-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #f4e9de;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: -15px;
  left: 40px;
}

.enterprise-card ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 16px;
  column-gap: 18px;
}

.enterprise-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

/* .enterprise-map {
  width: 240px;
  height: 112px;
  border-radius: 0;
  position: absolute;
  overflow: hidden;
  background: url("../assets/images/map-img.png") no-repeat center center;
} */

@media (max-width: 1080px) {
  .pricing-plan-grid,
  .enterprise-card {
    grid-template-columns: 1fr;
  }

  .pricing-plan {
    padding: 32px 24px 16px;
  }

  .pricing-plan__action {
    justify-content: center;
  }

  .enterprise-side {
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .pricing-billing-tabs {
    width: min(100%, 420px);
    gap: 34px;
  }

  .pricing-billing-tab {
    width: 100%;
    flex-basis: 100%;
    min-height: 54px;
    padding: 10px 18px;
    text-align: center;
    line-height: 1.35;
  }

  .pricing-billing-tab--annual {
    padding-top: 16px;
  }

  .pricing-plan__features ul,
  .enterprise-card ul {
    grid-template-columns: 1fr;
  }

  .enterprise-side {
    flex-direction: column;
    align-items: flex-start;
  }

  .enterprise-card {
    padding-inline: 24px;
  }
}

@media (max-width: 480px) {
  .pricing-billing-tabs {
    width: 100%;
  }

  .pricing-billing-tab {
    min-width: 0;
    font-size: 16px;
  }
}

/* Article Slider Override */
.article-rail {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 18px;
  align-items: center;
}

/* .article-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-block: 40px;
} */

.article-viewport {
  overflow: hidden;
  padding-block: 40px;
}

.article-viewport::-webkit-scrollbar {
  display: none;
}

.article-track {
  display: flex;
  gap: 22px;
  align-items: stretch;
  transition: transform 0.35s ease;
  will-change: transform;
}

.article-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(30px);
  gap: 12px;
  box-shadow: 0px 10px 20px 0px #00000014;

  padding: 22px 24px 20px;
}

.article-card--soft {
  background: #ffffff;
}

.article-card img {
  margin: 0 auto;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.article-card--featured .article-card__body {
  padding-bottom: 18px;
}
.article-card__body {
  padding: 6px 10px;
}
.article-card h3 {
  margin: 0 0 6px;
  color: var(--ink);
  line-height: 1.25;
  font-family: var(--font-primary);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card p {
  margin: 0;
  color: var(--para, var(--muted));
  font-size: 15px;
  line-height: 1.55;
  font-family: var(--font-details);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card a {
  display: inline-block;
  margin-top: 18px;
  color: #002e1e;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.articles-cta {
  margin-top: 42px;
  text-align: center;
}

@media (max-width: 1024px) {
  .article-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 860px) {
  .article-viewport {
    /* overflow-x: auto; */
    overflow: hidden;
  }

  .article-track::-webkit-scrollbar {
    display: none;
  }

  /* .article-card {
    flex-basis: 85%;
    scroll-snap-align: start;
  } */
  .article-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .article-card {
    flex-basis: 100%;
  }

  .article-card img {
    height: 170px;
  }
  .section-badge {
    width: 66px;
    height: 66px;
    bottom: -24px;
  }
}
@media (max-width: 575px) {
  .footer-links,
  .footer-brand,
  .footer-social {
    max-width: 100%;
  }
  .site-footer::after {
    height: 120px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .footer-social {
    justify-content: center;
  }
  .info-card__head {
    font-size: 20px;
  }
  .article-rail {
    display: block;
  }
  .rail-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .rail-btn-prev {
    left: 0;
    z-index: 2;
  }
  .rail-btn-next {
    right: 0;
    z-index: 2;
  }
  .feature-list {
    padding: 10px 10px 30px;
  }
  .bullet-list li {
    padding-inline: 0;
  }
  .feature-card h3,
  .info-card h3,
  .pricing-features h3,
  .story-panel h3,
  .article-card h3,
  .footer-links h3 {
    font-size: 18px;
  }
  .section {
    padding-block: 60px;
  }
  .section-soft {
    padding-block-start: 88px;
  }
}
@media (max-width: 479px) {
  .feature-card-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .feature-card-inner .feature-icon {
    margin-inline: auto;
  }
}
@media (max-width: 415px) {
  .site-footer::after {
    height: 90px;
  }
}






/*******Custom*********/

/* =========================================
   Contact Modal
   ========================================= */
.modal {
    display: none; 
    position: fixed; 
    z-index: 2000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.6); 
    backdrop-filter: blur(4px);
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: var(--text-light);
    border-radius: 16px;
    padding: 40px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    animation: modalSlideIn 0.3s ease-out forwards;
}

@keyframes modalSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.close-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #94a3b8;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: var(--text-dark);
}

.contact-form .form-group, .page-contact .form-group {
    margin-bottom: 20px;
}

.contact-form label, .page-contact label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea ,  .page-contact input, .page-contact textarea{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus, .page-contact input:focus,
.page-contact textarea:focus {
    outline: none;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(0, 103, 79, 0.1);
}

.page-contact{
    max-width: 600px;
    margin: auto;
    background: var(--surface);
    padding: 40px 40px 26px;
    border-radius: 10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.wpcf7-form input[type="submit"] {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.blog-page{
    min-height: 500px;
    max-width: 800px;
    margin: 0 auto;
}

.single-post {
    max-width: 800px;
    margin: 0 auto;
}

.post-image img {
    width: 100%;
}

.post-meta {
    color: gray;
    font-size: 14px;
}

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

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.video-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 10% auto;
    background: #000;
    padding: 10px;
}

.close-video {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .site-footer {
        max-width: 100% !important;
    }
}

#contactModal .modal-content {
  background-color: #ffffff !important;
}

#contactModal .modal-header{
justify-content:space-between;
}
#contactModal .modal-header a{
  color: var(--ink);
  background: var(--lime);
  padding:6px 10px;
  border-radius:6px;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
}
#contactModal .modal-header a:hover{
   background: var(--ink);
   color: #fff;
   cursor: pointer;
}

#contactModal .modal-header h3{
margin-bottom:0 !important;
font-size:22px;
}

.page-content {
  min-height: 60vh;
}
.page-banner{
  min-height: 200px;
  position: relative;
  z-index: 1;
  padding: clamp(110px, 4vw, 150px) 0 40px;
}

.page-body{
  padding: clamp(60px, 4vw, 100px) 20px;
}
.story-tab:hover, button.story-tab:focus{
  background: transparent !important;
  color:var(--ink) !important;
}

.feature-card-trigger:hover, .feature-card-trigger:focus{
  background: transparent !important;
}
.rail-btn:hover, .rail-btn:focus{
  background: #e9f9e8 !important;
}
button.pricing-billing-tab:hover, button.pricing-billing-tab:focus{
  background: transparent;
}

a.btn-dark:hover{
  color:var(--surface);
}


/* modal */
.commonModal .modal-content{
max-height: 90vh;
overflow-y: auto;
padding: 40px 40px 26px;
}
.commonModal .modal-content #modal-title{
  margin: 0 0 8px !important;
}
.commonModal .modal-content p{
  margin-bottom: 14px !important;
  font-size: 14px;
}
.commonModal .modal-content .contact-form{
      max-height: calc(90vh - 234px);
    overflow-y: auto;
    margin-inline-end: -15px;
    padding-inline-end: 15px;
}
.wpcf7-form{
  position: relative;
}
.wpcf7-form-control.wpcf7-submit{
  max-width: 300px;
    margin: 0 auto;
    display: flex;
}
.wpcf7-spinner{
  position: absolute;
  right: 0;
  bottom: 20px;
}
.wpcf7-form input, .wpcf7-form textarea{
  margin-block-start: 8px;
}
.wpcf7-form textarea{
  min-height: 100px;
  height: 100px;
}
.commonModal .modal-content .wpcf7-form p:last-child{
  margin-block-end: 0 !important;
}
.wpcf7 form .wpcf7-response-output{
  margin-top: 0 !important;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.site-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav li {
  display: inline-block;
}

a:where(:not(.wp-element-button)){
  text-decoration: none !important;
}

.footer-bottom ul{
  list-style: none;
}

/*************/
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px; /* space between links */
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

.wpcf7-response-output{
  font-size: 12px !important;
  margin-inline: 0 !important;
}
.wpcf7-spinner{
  bottom: 10px !important;
}

.rail-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
/*****************/
.modal-header{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
}

.modal-header h3{
    margin:0;
    word-break:break-all;
}

.meeting-link{
    font-size:14px;
    color:#2563eb;
    text-decoration:none;
}

.meeting-link:hover{
    text-decoration:underline;
}
.button-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.button-area a.video-link{
  transition: all 0.4s ease-in-out;
  font-size: 20px;
}

.button-area a.video-link:hover{
  color: var(--lime);
  transform: translate(.125rem);
}