html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    color: #454545;
}

main {
    flex: 1;
    min-height: 100px;
}

.promo-banner {
    background-color: #ff7759;
    color: white;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.close-banner {
    position: absolute;
    right: 1.5rem;
    font-size: 1.3rem;
    cursor: pointer;
    line-height: 1;
    margin-left: 10px;
}

.header {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: padding 0.3s ease-in-out;
    padding: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: min(1.5em, 20%) clamp(1.5em, 6vw, 8em);
    box-sizing: border-box;
    transition: padding 0.3s ease-in-out;

    @media (width <= 900px) {
        .header-container {
            justify-content: space-between;
        }
    }

    @media (width <= 600px) {
        .header-container {
            padding: 0.1em 1.5em;
        }
    }
}

.logo img {
    width: min(220px, 14vw);
    transition: width 0.3s ease-in-out;
}

.header-scrolled .header-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.header-scrolled .logo img {
    width: 160px; 
}

.header-scrolled .primary-button {
    font-size: 1.1rem;
}

.standalone-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}

.standalone-header img {
    width: 200px;
    margin-bottom: 1rem;
}

.nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.nav-links {
    display: flex;
    gap: clamp(0.5em, 4vw, 6em);
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-icon,
.cancel-icon {
    display: none;
}

section[id]{
  scroll-margin-top: 100px;
}

.nav-anchor {
    font-size: clamp(1rem, 1.2vw, 2rem);
    text-decoration: none;
    color: #454545;
    font-weight: 600;
}

.cta-button,
.primary-button,
.secondary-button {
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.cta-button,
.primary-button {
    background-color: #ff7759;
    color: #ffffff;
    border: 1px solid #ff7759;
}

.secondary-button {
    color: #454545;
    background-color: transparent;
    border: 1px solid #454545;
}

.primary-button:hover {
    background-color: #e0674f;
    border-color: #e0674f;
}

.secondary-button:hover {
    background-color: #454545;
    color: #ffffff;
}

.cta-button {
    margin-top: 2em;
}

.hero-eazyformat {
    background-image: url('./assets/hero-img-desktop.webp');
    background-repeat: no-repeat !important;
    background-size: 100% auto;
    background-position: right top;
}

.hero-automation {
    background-image: url('./assets/automation.webp');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right top;
}

.hero-content {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 6em clamp(1em, 10vw, 9em);
    gap: 2rem;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.hero-content img {
    max-height: clamp(1em, 10vw, 4em);
    padding-top: 1em;
}

.hero-content .primary-button {
    display: inline-block;
    align-self: start;
    margin-top: 1em;
}

h1 {
    font-size: 2.5vw;
    letter-spacing: -0.01em;
    margin: 0;
    max-width: 600px;
    text-align: left;
}

.standalone-header h1 {
    font-size: 2.5rem;
    text-align: center;
    max-width: none;
}

.hero-content p {
    font-size: 1.3vw;
    margin-top: 1em;
    max-width: 620px;
}

.hero-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#about {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    /* padding: min(2em, 10%) 0; */
    gap: clamp(1em, 10vw, 10em);
}

.about-text {
    position: relative;
}

.info-icon {
    position: absolute;
    top: -25px;
    left: -35px;
    width: clamp(1em, 1vw, 2em);
}

.info-icon img {
    width: 1.4vw;
    height: auto;
}

.about-text p {
    max-width: 500px;
    font-size: clamp(1em, 1.3vw, 2em);
}

#about h3 {
    margin: 0;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: min(1.2em, 5%);
    padding: min(0.2rem, 3%);
}

.stat-item p{
    font-size: 1.5rem;
}

h2 {
    font-size: clamp(1.2rem, 2.3vw, 3rem);
    max-width: 420px;
    margin: min(1.5em, 5%) 0;
}

main {
    text-align: center;
}

section {
    margin-bottom: clamp(1em, 10vw, 12em);
}

#how-it-works h3 {
    max-width: 40vw;
    margin-bottom: 2rem;
}


.card-track {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
    padding: 20px;
}

.card {
    padding: 1.5em;
    max-width: 15vw;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    cursor: pointer;
    transform-origin: center center;
    border-radius: 12px;
    margin: 1em 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-5px);
    z-index: 10;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border-color: #ff7759;
  }
}

.dots { 
    display: none; 
    justify-content: center; 
    gap: 0.5rem; 
    margin-top: 1rem;
}
.dot { 
    width: 0.7rem; 
    aspect-ratio: 1; 
    border-radius: 50%; 
    background: #c4c4c4; 
    transition: background 0.3s; 
}
.dot.active { 
    background: #333; 
}

.card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 1em;
}

.benefit-card,
.service-card,
.card h3 {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: #333;
    padding: 0;
}

.service-card,
.card p {
    margin: 0.25em 0 0;
    font-size: clamp(0.85em, 1.2vw, 1rem);
    font-weight: 500;
    color: #666;
    line-height: 1.4;
}

.features-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60em;
    margin: 0 auto 9em;
}

.feature-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding: 2em;
}

.feature {
    flex: 1 1 250px;
    max-width: 250px;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    overflow: hidden;
}

.features {
    margin-top: 10em;
}

h3 {
    font-size: clamp(1.2rem, 2.5vw, 5rem);
    /* max-width: 20vw; */
    margin: 0 auto 1em;
}

h4 {
    font-size: 1em;
}

#documentation h3 {
    max-width: 40vw;
    /* margin-bottom: 2rem; */
}


.documentation-text {
    margin-top: 5em;
    padding: 2em 0;
    background-color: #e9f3f5;
}

.documentation-text p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: clamp(1em, 1.2vw, 2em);
    font-weight: 700;
}

.video-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.video-container{
    position:relative;
    width:100%;
    max-width:840px;
    margin-inline:auto;
    aspect-ratio:16/9;
    overflow:hidden;
}

.video-container iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

.pricing-section {
  text-align: center;
  padding-block: 4rem;
}

.pricing-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5rem;
  min-height: 340px;
  flex-wrap: wrap;
  padding-top: 1em;
}

#support p{
    font-size: clamp(1em, 1.5vw, 3em);
    margin: 0.2em 0;
}

.pricing-section > p {
    padding-inline: 1em;
}

.pricing-card {
  color: #222;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  flex: 1 1 220px;
  max-width: 380px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.free-plan {
  background: #F3EFEC;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pro-plan {
  background: #fff;
  padding: 2rem 2rem 1rem;
}

.plan-title {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
}

.pro-plan .plan-title {
  font-size: 2rem;
}

.price {
  margin: 0.2rem 0;
  font-size: 2rem;
  font-weight: bold;
}

.pro-plan .price {
  font-size: 2.5rem;
}

.price-unit {
  font-size: 0.5em;
  font-weight: normal;
}

.feature-list {
  list-style: disc;
  margin: 1rem 0 1.5rem 2.2rem;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  margin-top: 2.5rem;
}

.pro-plan .feature-list {
  font-size: 1.1rem;
}

.feature-list li {
  padding-block: 0.5rem;
}

.free-badge {
  display: inline-block;
  margin-top: 1rem;
  color: #535353;
  font-weight: 600;
}

.billing-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 1rem auto 2rem;
  width: 100%;
}

.billing-label {
  font-size: 1rem;
}

.billing-toggle {
  display: none;
}

.toggle-label {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 28px;
}

.toggle-track {
  position: absolute;
  inset: 0;
  background: #e5e7eb;
  border-radius: 14px;
  transition: background 0.2s;
}

.toggle-knob {
  position: absolute;
  top: 3px;
  left: 24px;
  width: 22px;
  height: 22px;
  background: #ff7759;
  border-radius: 50%;
  transition: left 0.2s;
}

.annual-note {
  display: block;
  min-height: 1.2em;
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
  padding: 1em 3em;
}

.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.Support {
    margin: 8em auto 15em;
    background: linear-gradient(to top, #e9f3f5 0%, rgba(255, 255, 255, 0) 15%);
}

.marketplace-badge {
    padding: 6em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.marketplace-logo {
    height: clamp(3em, 3.5vw, 4.5em);
}

.eazyformat-logo {
    padding-bottom: 4em;
}

#pricing,
#contact,
#testimonials,
#benefits,
#services p{
    font-size: clamp(1em, 1.5vw, 3em);
    padding-bottom: 3em;
}

.contact-heading {
        margin-top: 8rem;
    }

footer {
    display: flex;
    justify-content: center;
    align-items: top;
    background-color: #F3EFEC;
    color: #222;
    padding: clamp(1.5em, 3vw, 3em);
    margin-top: auto; /* Push footer to the bottom */
    text-align: center;
    font-size: clamp(0.8em, 1.2vw, 2em);
    align-self: stretch;
    gap: clamp(1em, 5vw, 6em);
}

.footer-links {
    display: flex;
    text-align: left;
    gap: 6em;
}

footer a {
    color: #222;
    text-decoration: none;
    margin: 0 1em;
}

footer a:hover {
    text-decoration: underline;
}

.copyright {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1em
}

.product-notice {
    font-size: 0.9em;
    max-width: 400px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

footer p {
    font-size: 1em;
    padding-left: 1em;
    margin: 0;
}

.follow-us-text {
    padding-top: 1em;
}

.social-media {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 1em 0.6em;
}

.social-media {
    padding-top: 0;
}

.social-media img{
    width: 1.5em;
    opacity: 0.6;
}

.social-media a {
    margin: 0 0.5em;
}

.email-container p {
    padding-bottom: 0.5em;
}

.price-strike-through {
    text-decoration: line-through;
    color: #999;
    font-size: 0.7em;
}

.promo-code {
    font-size: 1em;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.3rem 1rem;
    border: 4px dashed #f3efec;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}

.discount-notice {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.return-button {
    font-size: 1.3em;
    color: #454545;
    border: 1px solid;
    padding: 0.8em 1.6em;
    margin: 4em 0;
    text-decoration: none;
}

.terms-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 0 1rem;
}

.terms-container p,
.terms-container li {
    font-size: 1.1rem;
    line-height: 1.6;
}

.return-section {
    margin: 4rem 0;
}

@media (max-width: 1600px) {
    .hero-content h1 {
        max-width: 400px;
    }

    .hero-content p {
        font-size: 1.2em;
        max-width: 490px;
    }
}

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        background-color: #F3EFEC;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 105px;
        padding-left: 30vw;
        gap: 2.5rem;
        z-index: 997;
    }

    .nav-links.active .nav-anchor {
        font-size: 1.6rem;
    }
    
    .menu-icon {
        display: block;
        cursor: pointer;
    }
    
    .cancel-icon {
        display: none;
    }

    .cancel-icon.active {
        display: flex;
        position: absolute;
        z-index: 998;
    }
    
    .primary-button {
        display: none
    }

    .pricing-cta {
        display: inline-block;
    }

    #hero.hero-eazyformat {
        background-image: url('./assets/hero-img-mobile.webp');
        background-position: right center;
        background-size: cover;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        padding: 0em 3em;
        max-height: 95vh;
    }
    
    #hero.hero-automation {
        background-position: center bottom;
        padding: 0em 2em;

    }
    
    
    .hero-content {
        padding: 5em 1em;
    }

    .hero-content h1 {
        font-size: 5vw;
        max-width: 550px;
    }

    .hero-content p {
        font-size: 1.2em;
        max-width: 450px;
        padding-bottom: 25em;
    }

    .hero-content img {
        max-height: 3.5em;
    }

    #about {
        justify-content: space-between;
        gap: 1.2em;
        padding: 1em 10vw;
    }

    #about h2 {
        font-size: 1.2rem;
    }

    #about p {
        max-width: 350px;
    }

    .stat-item p {
        font-size: 0.8rem;
    }

    .feature h4 {
        font-size: 1em;
    }

    h3 {
        font-size: 2rem;
    }

    #how-it-works h3 {
        max-width: 500px;
    }

    #features h3 {
        max-width: 500px;
    }

    #documentation h3 {
        max-width: 500px;
    }

    .documentation-text p {
        max-width: 500px;
        text-align: left;
        padding: 1em auto;
    }

    .Support {
        margin: 10em auto;
    }

    footer {
        gap: 5em;
    }

    .footer-links {
        gap: 1em;
    }

    .product-notice {
        font-size: 0.8em;
        max-width: 150px;
    }
}

@media (max-width: 600px) {
    .standalone-header h1 {
        font-size: 1.8rem;
    }

    .logo img {
        width: 130px;
    }

    .promo-banner {
        font-size: 0.7rem;
    }

    .nav {
        justify-content: end;
    }
    
    .nav-links {
        display: none;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        background-color: #F3EFEC;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 105px;
        padding-left: 40px;
        gap: 2.5rem;
        z-index: 997;
    }
    
    .menu-icon {
        display: block;
        cursor: pointer;
    }
    
    .cancel-icon {
        display: none;
    }

    .cancel-icon.active {
        display: flex;
        position: absolute;
        z-index: 998;
    }
    
    .primary-button {
        display: none
    }

    .pricing-cta {
        display: inline-block;
    }

    #hero.hero-eazyformat {
        background-image: url('./assets/hero-img-mobile.webp');
        background-position: right center;
        background-size: cover;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        padding: 0em 2em;
    }

    .hero-content {
        padding: 1em 0;
    }
    
    .hero-content h1 {
        font-size: 1.5rem;
        max-width: 280px;
        padding-top: 1em;
    }

    .hero-content p {
        margin: 0 0 1em;
        font-size: 0.8em;
        max-width: 320px;
        padding-bottom: 18em;
    }

    .hero-content img {
        padding-bottom: 1em;
        max-height: 2.5em;
    }

    .header-scrolled .logo img {
        width: 90px; 
    }

    .standalone-header h1 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.5rem;
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 1em
    }

    #about {
        flex-direction: column;
        gap: 1.2em;
        padding: 1em 2em;
    }

    .about-text p {
        max-width: 400px;
    }

    .info-icon {
        position: absolute;
        top: -13px;
        left: -10px;
    }

    .info-icon img {
        width: 3.5vw;
        height: auto;
    }

    #about h3 {
        font-size: 1.5rem;
        max-width: 100px;
        margin: 0;
        padding-bottom: 0;
    }

    .stats {
        flex-direction: row;
        align-items: center;
        padding: 0 0.5em;
    }

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

    #how-it-works h3 {
        max-width: 350px;
        margin: 1em auto;
    }

    .slider {
        overflow: hidden;
    }

    .card-track {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 5vw;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 10px 5vw;
        scroll-padding-left: 5vw;
    }
    .card-track::-webkit-scrollbar { display:none; }

    .card {
        flex: 0 0 85vw;
        max-width: 260px;
        scroll-snap-align: start;
        padding: 1.5em 1em;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .card img {
        border-radius: 6px;
        margin-bottom: 0.8em;
    }

    .card h3 {
        font-size: 1.1rem;
        margin: 0.3em 0 0.1em;
    }

    .card p {
        font-size: 0.85rem;
        margin: 0.1em 0 0;
        line-height: 1.3;
    }

    .dots {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .pricing-container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 1rem;
    }

    .pricing-card {
        max-width: 80%;
        width: 100%;
        padding: 1.2rem;
    }

    .free-plan, .pro-plan {
        padding: 1.2rem;
        max-width: 315px;
    }

    .pro-plan {
        padding: 1.5rem 1.2rem 0.8rem;
    }

    .plan-title {
        font-size: 1.2rem;
        margin: 0.8rem 0 1rem;
    }

    .pro-plan .plan-title {
        font-size: 1.5rem;
    }

    .price {
        font-size: 1.5rem;
        margin: 0.1rem 0;
    }

    .pro-plan .price {
        font-size: 1.8rem;
    }

    .feature-list {
        margin: 2rem 0 1rem 1.5rem;
        font-size: 0.9rem;
    }

    .pro-plan .feature-list {
        font-size: 0.95rem;
    }

    .feature-list li {
        padding-block: 0.5rem;
    }

    .billing-row {
        gap: 0.5rem;
        margin: 0.8rem auto 2rem;
    }

    .billing-label {
        font-size: 0.9rem;
    }

    .toggle-label {
        width: 40px;
        height: 24px;
    }

    .toggle-knob {
        top: 2px;
        left: 20px;
        width: 20px;
        height: 20px;
    }

    .promo-code {
        font-size: 1.2rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        padding: 0.5rem 1rem;
    }

    .discount-notice {
        font-size: 0.8rem;
        margin-top: 0.8rem;
    }

    

    .feature-container {
        justify-content: center;
        gap: 1em;
        padding: 0.5em;
    }

    .feature-container h4 {
        font-size: clamp(0.8rem, 2vw, 1.2rem);
        margin: 0;
    }

    .feature {
        max-width: 160px;
        border: 1px solid;
        text-align: center;
        overflow: hidden;
        padding: 1em 1em;
        border-radius: 5px;
    }

    .features-section {
        margin: 0 auto 4em;
    }

    #documentation h3 {
        max-width: 250px;
    }

    .documentation-text {
        margin-top: 1em;
        padding: 2em 2em;
        background-color: #fbf4f3;
    }

    .documentation-text p {
        font-weight: 400;
        text-align: left;
    }

    .Support {
        flex-direction: column;
        margin: 5em auto 5em;
    }

    .marketplace-badge img {
        width: 10em;
        height: auto;
    }

    #contact p {
        max-width: 300px;
        margin: 1em auto;
    }

    
    .footer-links {
        flex-wrap: wrap;
        gap: 1.2rem;
    }

    .email-container {
        padding-top: 1rem;
    }

    footer {
        gap: 3em;
    }

    .footer-links {
        gap: 1em;
    }

    .product-notice {
        font-size: 0.8em;
        max-width: 250px;
    }
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card img {
    max-width: 100px;
    margin: 0 auto 1rem;
}

.product-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.product-card p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.product-card .primary-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #ff7759;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.product-card .primary-button:hover {
    background-color: #e0674f;
}

.img-circle {
    border-radius: 50%;
}

/* --- AI Automation Page Styles --- */
.bg-light-gray {
    background-color: #f9f9f9;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.promise-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
}

.promise-container .problem,
.promise-container .solution {
    flex: 1;
}

.placeholder-visual {
    border: 2px dashed #ccc;
    padding: 4rem 2rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 800px;
}

.testimonials {
    max-width: 800px;
    margin: 2rem auto;
    text-align: center;
}

.mt-2 {
    margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .promise-container {
        flex-direction: column;
    }
    .product-grid {
        padding: 1rem;
    }
}
/* Modifier for left-aligned buttons */
.cta-row-left {
    justify-content: flex-start;
}
.toned-down-section {
    background-color: #f3efec;
    padding: 2rem 0;
}
.accordion {
    max-width: 800px;
    margin: 2rem auto;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #454545;
}
.accordion-question::after {
    content: '+';
    position: absolute;
    right: 1rem;
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}
.accordion-question.active::after {
    transform: rotate(45deg);
}
.accordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-answer p {
    padding: 0 1rem 1.5rem;
    margin: 0;
    font-size: 1.1rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}


.nav-item .dropdown-content {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-top: 10px; /* space between nav link and dropdown */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

/* Open on hover */
.nav-item:hover .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Keep open when active (clicked) */
.nav-item.dropdown-active .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Change anchor color when active */
.nav-item.dropdown-active > .nav-anchor {
    color: #ff7759;
}

/* Change anchor color on hover */
.nav-item:hover > .nav-anchor {
    color: #ff7759;
}



.dropdown-content a {
    padding: 12px 18px;
    display: block;
    color: #454545;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-content a:hover {
    background-color: #f3efec;
    color: #ff7759;
}

@media (max-width: 900px) {
    .nav-item .dropdown-content {
        display: none !important;
    }
    
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.benefit-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.benefit-icon {
    width: 100px;
    margin-bottom: 2rem;
    display: inline-block;
}

.benefit-description {
    font-size: clamp(1em, 1vw, 3em);
    padding-bottom: 3em;
    margin: 0;
}

.process-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 4rem auto 4rem;
}

.process-step {
    flex: 1;
    text-align: center;
}

.process-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff7759;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.process-step h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: auto;
}

.service-card {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
}

.service-icon {
    width: 250px;
    margin-bottom: 2rem;
    display: inline-block;
}

.integraion-icons {
    margin: 1rem 0 5rem;
    width: 80%;
}

.cta-section {
    color: #454545;
    padding: 4rem 2rem;
    text-align: center;
    margin-top: 5rem;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    margin-bottom: 2rem;
}

.cta-section .primary-button {
    background-color: #ff7759;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .process-wrapper {
        flex-direction: column;
    }
}