@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700&family=Geist:wght@300;400;500;600;700&display=swap');

:root {
    --bg-01: #f4f2ee;
    --neutral-12: #000000;
    --neutral-10: #6d6d6d;
    --font-heading: "Albert Sans", sans-serif;
    --font-body: "Geist", sans-serif;
    --stripe-color: rgba(0, 0, 0, 0.03);
    --background--bg-01: #f4f2ee;
    --_typography---font-family--body: Geist, sans-serif;
    --neutral--neutral-12: black;
    --_typography---body--body: 1rem;
    --_typography---line-height--l: 135%;
    --_typography---font-family--heading: "Albert Sans", sans-serif;
    --_typography---heading-font-size--h1: 3.5rem;
    --_typography---heading-font-size--h2: 2.5rem;
    --_typography---heading-font-size--h3: 2.25rem;
    --_typography---heading-font-size--h4: 1.88rem;
    --_typography---heading-font-size--h5: 1.63rem;
    --_typography---heading-font-size--h6: 1.25rem;
    --_sizes---general--4xs: .25rem;
    --main--yellow: #fef7af;
    --_typography---nav--nav: 1rem;
    --_sizes---general--xs: 1rem;
    --_sizes---general--3xs: .5rem;
    --_sizes---container--container-padding: 5rem;
    --_sizes---general--xl: 2.5rem;
    --_sizes---general--3xl: 4rem;
    --_sizes---container--container-padding-inverse-section: 5rem;
    --_typography---misc--button: 1rem;
    --_typography---line-height--m: 125%;
    --_sizes---general--m: 1.5rem;
    --_sizes---general--2xs: .75rem;
    --neutral--neutral-00: white;
    --_sizes---general--2xl: 3rem;
    --_sizes---general--5xl: 6rem;
    --background--bg-02: #f0ece6;
    --_typography---line-height--s: 110%;
    --neutral--neutral-10: #6d6d6d;
    --_typography---misc--label: 1rem;
    --_sizes---general--4xl: 5rem;
    --neutral--transparent: #fff0;
    --_sizes---general--l: 2rem;
    --_typography---body--body-l: 1.125rem;
    --neutral--neutral-11: #212121;
    --neutral--neutral-02: #f4f4f4;
    --_main-color---main-02\<deleted\|variable-c244c800-7086-387b-a0f1-09839ad7a805\>: #9e8867;
    --neutral--neutral-01: #fafafa;
    --neutral--neutral-03: #eee;
    --neutral--neutral-04: #e6e6e6;
    --neutral--neutral-05: #dadada;
    --neutral--neutral-06: #ccc;
    --neutral--neutral-07: #bdbdbd;
    --neutral--neutral-08: #aeaeae;
    --neutral--neutral-09: #999;
    --_sizes---general--s: 1.25rem;
    --white-opacity--white-40: #fff6;
    --_main-color---main-00\<deleted\|variable-81eecbb0-001b-67c1-13eb-85fbd29996af\>: #fafafa;
    --_typography---body--body-s: .875rem;
    --overlay--overlay-03: #000000a6;
    --overlay--overlay-02: #0000004d;
    --white-opacity--white-80: #fffc;
    --white-opacity--white-10: #ffffff1a;
    --_typography---misc--tag: .875rem;
    --background--bg-03: #ede9e6;
    --white-opacity--white-60: #fff9;
    --white-opacity--white-20: #fff3;
    --overlay--overlay-01: #00000026;
    --_typography---misc--slider-nav: .375rem;
    --_typography---nav--nav-footer: 1.125rem;
}

body {
    background-color: var(--background--bg-01);
    font-family: var(--_typography---font-family--body);
    color: var(--neutral--neutral-12);
    font-size: var(--_typography---body--body);
    line-height: var(--_typography---line-height--l);
    letter-spacing: -.03em;
}

h1 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h1);
    letter-spacing: -.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 110%;
}

h2 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h2);
    letter-spacing: -.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 110%;
}

h3 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h3);
    letter-spacing: -.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 130%;
}

h4 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h4);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 130%;
}

h5 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h5);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 130%;
}

h6 {
    font-family: var(--_typography---font-family--heading);
    font-size: var(--_typography---heading-font-size--h6);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 130%;
}

p {
    font-family: var(--_typography---font-family--body);
    margin-bottom: 0;
}

a {
    color: var(--neutral--neutral-12);
}

img {
    display: inline-block;
}

label {
    margin-bottom: var(--_sizes---general--4xs);
    display: block;
}

blockquote {
    border-left: 5px solid var(--main--yellow);
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin-bottom: 10px;
}

.nav {
    font-size: var(--_typography---nav--nav);
    flex: 0 auto;
    font-weight: 400;
    text-decoration: none;
}

.nav.footer {
    font-size: 1.125rem;
}

.navbar-link {
    padding: var(--_sizes---general--4xs);
    color: var(--neutral--neutral-12);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    transition: opacity .5s;
    display: flex;
}

.navbar-link:hover {
    opacity: .8;
}

.navbar-link.w--current {
    font-weight: 500;
    transition: opacity .5s, color .5s;
}

.navbar-link.w--current:hover {
    opacity: .8;
}

.navbar-link.in-menu {
    padding: var(--_sizes---general--4xs) var(--_sizes---general--xs);
    grid-column-gap: var(--_sizes---general--3xs);
    grid-row-gap: var(--_sizes---general--3xs);
    justify-content: center;
    align-items: center;
    width: auto;
}

.navbar-link.footer {
    padding: var(--_sizes---general--4xs);
    color: var(--neutral--neutral-12);
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.nav-dropdown-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    transition: opacity .2s;
    display: none;
}

.nav-dropdown-icon:hover {
    opacity: .8;
    border-radius: .25rem;
}

.container {
    z-index: 10;
    padding-right: var(--_sizes---container--container-padding);
    padding-left: var(--_sizes---container--container-padding);
    grid-column-gap: var(--_sizes---general--xl);
    grid-row-gap: var(--_sizes---general--xl);
    perspective: 500px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px !important;
    text-decoration: none;
    display: flex;
    position: relative;
    margin: 0 auto;
}

.container.centered {
    justify-content: flex-start;
    align-items: center;
}

/* Mobile: reduce container padding so content is centered, not squeezed */
@media screen and (max-width: 767px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        grid-column-gap: var(--_sizes---general--3xl);
        grid-row-gap: var(--_sizes---general--3xl);
    }
}

.close-button {
    color: #000;
}

.close-button:hover {
    opacity: .8;
}

.button-text {
    z-index: 1;
    font-size: var(--_typography---misc--button);
    line-height: var(--_typography---line-height--m);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.icon {
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    display: flex;
}

/* --- Header Pill Logic --- */
.nav-wrap {
    z-index: 100;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-left: var(--_sizes---general--m);
    padding-right: var(--_sizes---general--m);
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .nav-wrap {
        padding-left: var(--_sizes---general--xs);
        padding-right: var(--_sizes---general--xs);
    }
}

.navbar {
    z-index: 1000;
    margin-top: var(--_sizes---general--m);
    padding: var(--_sizes---general--3xs) var(--_sizes---general--2xs);
    border-radius: var(--_sizes---general--xl);
    background-color: var(--neutral--neutral-00);
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    box-shadow: 0 1px 20px #e0d7c680;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

.nav-wrapper {
    position: relative;
    grid-column-gap: var(--_sizes---general--2xl);
    grid-row-gap: var(--_sizes---general--2xl);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .nav-wrapper {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
}
.brand.w--current {
    transition: opacity .5s;
}
.brand {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 140px;
}
.w-inline-block {
    max-width: 100%;
}
.nav-logo {
    object-fit: scale-down;
    height: 36px;
}
.nav-menu {
    padding-right: var(--_sizes---general--3xs);
    padding-left: var(--_sizes---general--3xs);
    grid-column-gap: var(--_sizes---general--4xs);
    grid-row-gap: var(--_sizes---general--4xs);
    background-color: #ffffff14;
    border: 1px solid #ffffff26;
    border-radius: 2rem;
    display: flex;
}

@media screen and (max-width: 991px) {
    .nav-menu {
        display: none;
    }
}
.navbar-link {
    padding: var(--_sizes---general--4xs);
    color: var(--neutral--neutral-12);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    transition: opacity .5s;
    display: flex;
}

.navbar-link:hover {
    opacity: .8;
}

.navbar-link.w--current {
    font-weight: 500;
    transition: opacity .5s, color .5s;
}

.navbar-link.w--current:hover {
    opacity: .8;
}

.navbar-link.footer {
    padding: var(--_sizes---general--4xs);
    color: var(--neutral--neutral-12);
    justify-content: flex-start;
    align-items: center;
}

.nav {
    font-size: var(--_typography---nav--nav);
    flex: 0 auto;
    font-weight: 400;
    text-decoration: none;
}
  
  .nav-dropdown-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    transition: opacity .2s;
    display: none;
  }
  
  .nav-dropdown-icon:hover {
    opacity: .8;
    border-radius: .25rem;
  }

  @media screen and (max-width: 479px) {
    .nav-button {
        display: none;
    }
}
.button-content {
    grid-column-gap: var(--_sizes---general--2xs);
    grid-row-gap: var(--_sizes---general--2xs);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.nav-logo {
    object-fit: scale-down;
    height: 36px;
  }
  
  .button-content {
    grid-column-gap: var(--_sizes---general--2xs);
    grid-row-gap: var(--_sizes---general--2xs);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .button-icon-wrap {
    padding: var(--_sizes---general--4xs);
    border-radius: var(--_sizes---general--xl);
    background-color: var(--neutral--neutral-12);
    color: var(--neutral--neutral-00);
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .slide-in-icon {
    position: absolute;
    left: -20px;
}
.icon {
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    display: flex;
}
.nav-menu-button-wrap {
    display: none;
}

@media screen and (max-width: 991px) {
    .nav-menu-button-wrap {
        display: block;
        color: var(--neutral--neutral-12);
        cursor: pointer;
        transition: opacity .5s;
    }
}
.nav-menu-button {
    padding: var(--_sizes---general--3xs) var(--_sizes---general--3xs) var(--_sizes---general--3xs) var(--_sizes---general--xs);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: var(--_sizes---general--xl);
    background-color: var(--neutral--neutral-00);
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
    --background--bg-01: #f4f2ee;
    --neutral--neutral-12: #fff;
    --main--yellow: #fef7af;
    --neutral--neutral-00: #000;
    --background--bg-02: #f0ece6;
    --neutral--neutral-10: #fffc;
    --neutral--transparent: #fff0;
    --neutral--neutral-11: #ffffffe6;
    --neutral--neutral-02: #ffffff1a;
    --neutral--neutral-01: #ffffff0d;
    --neutral--neutral-03: #ffffff26;
    --neutral--neutral-04: #fff3;
    --neutral--neutral-05: #ffffff4d;
    --neutral--neutral-06: #fff6;
    --neutral--neutral-07: #ffffff80;
    --neutral--neutral-08: #fff9;
    --neutral--neutral-09: #ffffffb3;
    --white-opacity--white-40: #fff6;
    --overlay--overlay-03: #000000a6;
    --overlay--overlay-02: #0000004d;
    --white-opacity--white-80: #fffc;
    --white-opacity--white-10: #ffffff1a;
    --background--bg-03: #ede9e6;
    --white-opacity--white-60: #fff9;
    --white-opacity--white-20: #fff3;
    --overlay--overlay-01: #00000026;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    height: 44px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
    box-shadow: 0 5px 16px #0003;
}
@media screen and (max-width: 991px) {
    .nav-menu-button {
        color: var(--neutral--neutral-12);
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .nav-menu-button.close {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .nav-dropdown-menu {
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    .nav-dropdown-menu {
        grid-column-gap: var(--_sizes---general--3xs);
        grid-row-gap: var(--_sizes---general--3xs);
        border-radius: var(--_sizes---general--xs);
        top: 68px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    .nav-dropdown-menu {
        display: flex;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1rem);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    }
    .nav-wrapper.nav-open .nav-dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .nav-wrapper.nav-open .nav-menu-button:not(.close) {
        display: none;
    }
    .nav-wrapper.nav-open .nav-menu-button.close {
        display: flex;
    }
}
.nav-dropdown-menu {
    z-index: 1000;
    padding-top: var(--_sizes---general--xs);
    padding-bottom: var(--_sizes---general--xs);
    background-color: var(--neutral--neutral-00);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 92px;
    bottom: auto;
    left: 0;
    right: 0;
    box-shadow: 0 1px 20px #e0d7c6;
}

@media screen and (min-width: 992px) {
    .nav-dropdown-menu {
        display: none !important;
    }
}

.nav-pill {
    background: #ffffff;
    border-radius: 40px;
    height: 72px;
    box-shadow: 0 1px 20px rgba(224, 215, 198, 0.5);
    display: flex;
    align-items: center;
    padding: 0 12px 0 24px;
    width: fit-content;
    margin: 0 auto;
}

/* --- Vertical Stripes (Grovia Signature) --- */
.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    gap: 80px;
    z-index: -1;
    pointer-events: none;
}

.stripe {
    width: 1px;
    height: 100%;
    background: var(--stripe-color);
}

.stripe-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(244, 242, 238, 0) 0%, #f4f2ee 100%);
}

/* --- Typography --- */
.display-h1 {
    font-family: var(--font-heading);
    font-size: 4.5rem; /* Desktop sizing */
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.large-paragraph {
    font-size: 1.125rem;
    line-height: 1.35;
    color: var(--neutral-10);
    letter-spacing: -0.03em;
}

/* --- Button Effects --- */
.btn-main {
    background: #000;
    color: #fff;
    padding: 8px 8px 8px 24px;
    border-radius: 100px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-main:hover {
    transform: scale(1.02);
}

.circle-icon {
    background: #fff;
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.btn-main:hover .circle-icon {
    transform: rotate(-45deg);
}

/* Primary button (nav Contact us) – same hover as Get started */
.primary-button {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.primary-button:hover {
    transform: scale(1.02);
}
.primary-button .button-icon-wrap,
.primary-button .icon {
    transition: transform 0.3s ease;
}
.primary-button:hover .button-icon-wrap,
.primary-button:hover .icon {
    transform: rotate(-45deg);
}

.btn-outline {
    border: 1px solid #000;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 500;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.btn-outline:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* --- Dashboard Visuals --- */
.card-main {
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 1.5rem;
}

.card-sub {
    box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 1.25rem;
    backdrop-filter: blur(10px);
}

/* Styling based on Grovia Snippet logic */
.ticker-content-h {
    animation: marquee 30s linear infinite;
    width: max-content;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Integration section: horizontal logo row ticker */
.integration-ticker-row {
    display: flex;
    align-items: center;
    min-height: 80px;
}

.integration-ticker-content-h {
    display: flex;
    gap: 3rem;
    align-items: center;
    animation: marquee 40s linear infinite;
    width: max-content;
}

.process-card {
    padding: var(--_sizes---general--m);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--_sizes---general--s);
    background-color: rgba(255, 255, 255, 0.6);
    width: 25%;
    height: 330px;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                background-color 0.4s ease, 
                border 0.5s, 
                box-shadow 0.5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.process-card:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.process-card.active {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #ffffff;
}

.process-content-wrap {
    display: flex;
    height: 100%;
    width: 100%;
}

.process-card-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 200px;
    height: 280px;
    display: flex;
}

.process-card-text {
    grid-column-gap: var(--_sizes---general--xs);
    grid-row-gap: var(--_sizes---general--xs);
    flex-flow: column;
    display: flex;
}

.process-image-wrap {
    margin-left: 0;
    border-radius: var(--_sizes---general--s);
    flex: 0 0 0%;
    flex-basis: 0%;
    height: 100%;
    min-width: 0;
    display: flex;
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin-left: 0;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    transition: opacity 0.4s ease 0.2s, 
                flex-basis 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-card.active .process-image-wrap {
    opacity: 1;
    flex: 1 1 40%;
    flex-basis: 40%;
    min-width: 100%;
    margin-left: 0;
}

.process-image {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--_sizes---general--xs);
    width: 102%;
    height: 102%;
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}
  
/* Process Section - Main UI */
.product-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.main-ui {
    border-radius: 1.5rem 1.5rem 0 0;
    width: 83%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.main-ui-image {
    border: 2px solid var(--neutral--neutral-00);
    border-radius: var(--_sizes---general--m);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-ui-gradient {
    background-image: linear-gradient(180deg, transparent, var(--background--bg-01) 80%);
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.process {
    padding: var(--_sizes---general--3xs);
    grid-column-gap: var(--_sizes---general--3xs);
    grid-row-gap: var(--_sizes---general--3xs);
    border-radius: var(--_sizes---general--m);
    background-color: var(--background--bg-02);
    width: 100%;
    display: flex;
}
  
.tab-item {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    border-radius: 2rem;
    transition: all 0.3s ease;
    color: #6d6d6d;
}

.tab-item.active {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Button Style */
.btn-main-black {
    background: #000;
    color: #fff;
    padding: 10px 10px 10px 28px;
    border-radius: 100px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Geist', sans-serif;
}

.btn-main-black:hover {
    transform: scale(1.02);
}

.circle-icon-white {
    background: #fff;
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.btn-main-black:hover .circle-icon-white {
    transform: rotate(-45deg);
}

.divider-4 svg {
    width: 14px;
    height: 14px;
}
/* Logo Box Style */
.logo-box {
    width: 110px;
    height: 110px;
    background-color: #f0ece6;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Vertical Ticker Animations */
@keyframes scroll-up {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@keyframes scroll-down {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}

.animate-scroll-up {
    animation: scroll-up 20s linear infinite;
}

.animate-scroll-down {
    animation: scroll-down 20s linear infinite;
}

.pricing-menu-item {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.25rem;
    transition: all 0.4s ease;
    background-color: transparent;
}

.pricing-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.pricing-menu-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-main-yellow {
    background-color: #fef7af;
    color: #000;
    padding: 10px 10px 10px 28px;
    border-radius: 100px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-main-yellow:hover {
    transform: scale(1.02);
}

.circle-icon-black {
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.btn-main-yellow:hover .circle-icon-black {
    transform: rotate(-45deg);
}

/* Styling for Case Study Thumbnails */
.thumbnail-wrap {
    transition: box-shadow 0.4s ease;
}

.case-study:hover .thumbnail-wrap {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

#case-study .divider-h {
    column-gap: 2rem;
}
/* Button Styling */
.btn-outline-pill {
    border: 1px solid #000;
    padding: 12px 32px;
    border-radius: 100px;
    font-weight: 500;
    font-family: 'Geist', sans-serif;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline-pill:hover {
    background-color: #000;
    color: #fff;
}

/* Testimonial Card Nuances */
.testimonial {
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Sticky Column Logic */
.fixed-section-header {
    align-self: flex-start;
}

/* Accordion Open State classes handled by JS */
.accordion-block.open {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.accordion-block.open .accordion-content {
    max-height: 500px; /* Large enough to fit text */
    opacity: 1;
}

.logo-text {
    font-weight: 500;
}
/* Final Styling Nuances */
.navbar-link.footer {
    color: #101828;
}

.icon-arrow-curvy {
    transform: rotate(-10deg);
}

.text-input::placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}

/* GSAP reveal logic for the footer */
.footer-content {
    will-change: transform, opacity;
}
.divider-h svg {
    width: 14px;
    height: 14px;
}
.integration-info {
    gap: 2rem;
}
.footer-nav-block {
    align-items: flex-start;
}
.footer-nav-menu {
    gap: .25rem !important;
}
.footer-content {
    gap: 2rem;
}
@media (max-width: 1024px) {
    .fixed-section-header {
        position: static;
        width: 100%;
        margin-bottom: 40px;
    }

    .column-layout {
        flex-direction: column;
    }

    .integration-section-wrap {
        flex-direction: column;
    }

    .integration-info {
        width: 100%;
    }

    .integration-logo-ticker {
        width: 100%;
    }

    .process-card,
    .process-card.active {
        width: 100%;
        height: auto;
    }

    .process {
        flex-direction: column;
    }
    
    .main-ui {
        width: 100%;
        height: auto;
        min-height: 250px;
        max-height: 300px;
    }
    
    .main-ui-image {
        border-radius: var(--_sizes---general--xs);
    }
    
    .main-ui-gradient {
        height: 50px;
    }
    
    .process-card-content {
        width: 100%;
        height: auto;
    }
    
    .process-content-wrap {
        flex-direction: column;
    }
    
    .process-image-wrap {
        margin-left: 0;
        height: auto;
        max-height: 350px;
        aspect-ratio: 1;
        flex: 1 1 auto;
        min-height: 200px;
        opacity: 1;
    }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .display-h1 {
        font-size: 2.75rem;
    }

    .nav-pill {
        height: 60px;
        padding: 0 8px 0 16px;
        width: 95%;
    }

    .btn-main {
        padding: 6px 6px 6px 18px;
        font-size: 14px;
    }

    /* Section spacing: less vertical padding/gaps between sections on mobile */
    .section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    section#process {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    section#feature,
    section#integration,
    section#pricing,
    section#case-study,
    section#faq {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* Hero: tighter padding and gap, content centered */
    .min-h-screen {
        padding-top: 6rem !important;
        padding-bottom: 2rem !important;
        min-height: auto;
    }

    .min-h-screen .max-w-7xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        gap: 1.5rem !important;
        text-align: center;
    }

    .min-h-screen .hero-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .min-h-screen .hero-intro .large-paragraph {
        margin-left: auto;
        margin-right: auto;
    }

    .min-h-screen .hero-buttons {
        justify-content: center;
    }

    /* Hero cards container: less height on mobile */
    .min-h-screen .relative.h-\[500px\] {
        height: 320px;
        min-height: 320px;
    }

    /* Feature / pricing section headers: less bottom margin on mobile */
    .section-header.mb-20,
    .section-header.mb-12 {
        margin-bottom: 1.5rem !important;
    }

    .mb-20 {
        margin-bottom: 1.5rem !important;
    }

    .tab-wrap .tab-menu {
        margin-bottom: 1.5rem !important;
        flex-wrap: wrap;
    }
    #feature-card-visual {
        padding: 1rem;
    }
    .footer-contact .display-h1 {
        font-size: 35px !important;
    }
}

/* ===== Documentation page layout ===== */
.docs-main {
    padding-top: 6rem;
    min-height: 100vh;
    background-color: var(--background--bg-01);
}

.docs-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    align-items: start;
}

@media screen and (max-width: 767px) {
    .docs-main {
        padding-top: 5rem;
    }
    .docs-layout {
        padding: 1.25rem 1rem 3rem;
    }
    .docs-title {
        font-size: 1.75rem;
    }
    .docs-lead {
        font-size: 1rem;
    }
    .docs-section {
        scroll-margin-top: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .docs-layout {
        grid-template-columns: 1fr;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .docs-sidebar {
        display: none;
    }
    .docs-mobile-nav {
        display: block;
        margin-bottom: 1.25rem;
        order: -1;
        position: sticky;
        top: 5.5rem;
        z-index: 100;
        background: var(--background--bg-01);
        padding-bottom: 0.5rem;
        margin-top: -0.5rem;
        padding-top: 0.5rem;
    }
}

@media screen and (min-width: 992px) {
    .docs-mobile-nav {
        display: none !important;
    }
}

.docs-sidebar {
    position: sticky;
    top: 6rem;
    align-self: start;
    z-index: 20;
}

/* Mobile docs dropdown: sticky below header on mobile */
.docs-mobile-nav {
    width: 100%;
}

.docs-mobile-nav-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    font-family: var(--font-heading);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--neutral-12);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

.docs-mobile-nav-trigger:hover {
    border-color: rgba(0, 0, 0, 0.12);
}

.docs-mobile-nav.is-open .docs-mobile-nav-trigger {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.docs-mobile-nav-trigger-icon {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    color: var(--neutral-10);
}

.docs-mobile-nav.is-open .docs-mobile-nav-trigger-icon {
    transform: rotate(180deg);
}

.docs-mobile-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.25rem;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 50;
    transition: max-height 0.3s ease, opacity 0.2s ease;
    opacity: 0;
}

.docs-mobile-nav.is-open .docs-mobile-nav-list {
    max-height: min(70vh, 400px);
    overflow-y: auto;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

.docs-mobile-nav-link {
    display: block;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    color: var(--neutral-10);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: color 0.15s ease, background 0.15s ease;
}

.docs-mobile-nav-link:last-child {
    border-bottom: none;
}

.docs-mobile-nav-link:hover,
.docs-mobile-nav-link:focus {
    color: var(--neutral-12);
    background: rgba(0, 0, 0, 0.03);
}

.docs-sidebar-inner {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    padding: 1.25rem 1rem;
    box-shadow: 0 1px 20px rgba(224, 215, 198, 0.3);
}

.docs-sidebar-title {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--neutral-10);
    margin: 0 0 0.75rem 0;
}

.docs-nav {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.docs-nav a {
    font-size: 0.875rem;
    color: var(--neutral-10);
    text-decoration: none;
    padding: 0.35rem 0.5rem;
    border-radius: 0.5rem;
    transition: color 0.2s, background 0.2s;
}

.docs-nav a:hover {
    color: var(--neutral-12);
    background: rgba(0, 0, 0, 0.04);
}

.docs-content-wrap {
    min-width: 0;
}

.docs-content {
    max-width: 720px;
    font-family: var(--_typography---font-family--body);
    color: var(--neutral--neutral-12);
}

.docs-header {
    margin-bottom: 2.5rem;
}

.docs-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
}

.docs-lead {
    font-size: 1.125rem;
    line-height: 1.45;
    color: var(--neutral-10);
    margin: 0;
}

.docs-section {
    margin-bottom: 2.5rem;
    scroll-margin-top: 6rem;
}

.docs-h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 1rem 0;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.docs-h3 {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 1.25rem 0 0.5rem 0;
}

.docs-content p {
    margin: 0 0 0.75rem 0;
    line-height: 1.6;
    font-size: 1rem;
}

.docs-content ul,
.docs-content ol {
    margin: 0 0 1rem 0;
    padding-left: 1.5rem;
}

.docs-content li {
    margin-bottom: 0.35rem;
    line-height: 1.5;
}

.docs-content strong {
    font-weight: 600;
}

.docs-note {
    background: rgba(254, 247, 175, 0.4);
    border-left: 3px solid var(--main--yellow);
    padding: 0.75rem 1rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 1rem 0;
}

.docs-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--background--bg-02);
    padding: 1.5rem 1.5rem 2rem;
    margin-top: 2rem;
}

.docs-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.docs-footer-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--neutral-12);
    text-decoration: none;
    transition: opacity 0.2s;
}

.docs-footer-link:hover {
    opacity: 0.7;
}

/* Legal page (Terms, etc.) - single column, no sidebar */
.legal-page-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

@media screen and (max-width: 767px) {
    .legal-page-wrap {
        padding: 1.25rem 1rem 3rem;
    }
}

.docs-legal-updated {
    font-size: 0.9375rem;
    margin-top: 0;
}
