/*
Theme Name: Alterra Bills
Author: Nugi Farhan
Author URI: https://nearfrhn.webflow.io
Description: A custom theme for ABills Landing Page.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

html,
body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 70px;
    /* Adjust this value to match the height of your navigation bar */
    background-color: #FDFDFD;
}

.site-header,
#masthead,
.main-navigation-container {
    margin-top: 0;
    padding-top: 0;
}

/* Default (Desktop) Styles */

.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

.hamburger-menu {
    display: none;
}

.mobile-menu-container {
    display: flex;
    /* Ensure it's visible on desktop */
    flex-grow: 1;
    /* Allow it to take available space */
    align-items: center;
}

.icon16 {
  height: 16px;
  width: 16px;
}

.mobile-menu-container .main-navigation {
    margin-left: auto;
    /* Push to center */
    margin-right: auto;
    /* Push to center */
}

.main-navigation-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: var(--White, #FDFDFD);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 97;
    border-bottom: 0.5px solid var(--Border, #E5E7EE);
    box-sizing: border-box;
}

.navigation-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    height: 48px;
    width: auto;
}

.header-button {
    flex-shrink: 0;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 68px;
    align-items: center;
    gap: 0px;
}

.main-navigation ul li a {
    display: inline-flex;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.main-navigation ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F47522;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.main-navigation ul li a:hover::before {
    transform: scaleX(1);
}

.main-navigation ul li a:active {
    background-color: #F3F3F3;
}

.main-navigation ul li a:active::before {
    height: 2px;
    transform: scaleX(1);
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    width: fit-content;
    z-index: 97;
    border-radius: 4px;
    gap: 16px;
    border: 0.5px solid var(--Border, #E5E7EE);
    background: var(--White, #FDFDFD);
    box-shadow: 0 532px 149px 0 rgba(0, 0, 0, 0.00), 0 341px 136px 0 rgba(0, 0, 0, 0.01), 0 192px 115px 0 rgba(0, 0, 0, 0.02), 0 85px 85px 0 rgba(0, 0, 0, 0.03), 0 21px 47px 0 rgba(0, 0, 0, 0.04);
}

.main-navigation ul ul li {
    margin: 0;
    display: flex;
    max-height: 32px;
    width: auto;
    padding: 12px 16px;
    width: 100%;
    box-sizing: unset;
}

.main-navigation ul ul li a {
    display: contents;
    height: fit-content;
}

.main-navigation ul ul li:hover {
    display: flex;
    height: fit-content;
    border-radius: 8px;
    background: #F3F3F3;
}

.main-navigation ul ul li a::before {
    display: none;
    /* Hide the ::before element */
}

.main-navigation ul li:hover>ul {
    display: grid;
    max-width: 1200px;
    min-width: 800px;
    /* Set max-width */
    height: auto;
    /* Explicitly set height to auto */
    padding: 24px;
    row-gap: 16px;
    column-gap: 24px;
    grid-template-columns: fit-content(100%) fit-content(100%);
    grid-auto-rows: min-content;
    /* Make rows hug content */
    left: 30%;
    /* Center horizontally */
    transform: translateX(-20%);
    /* Adjust for its own width */
}

.hubungi-kami-button {
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 0.5px solid #FF8B3F;
    background: var(--Primary-Warm-Orange-WO1, #F47522);
    color: var(--Text-On-Primary, #FFF);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    letter-spacing: 0.12px;
    text-decoration: none;
}

.main-navigation .menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('icons/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.main-navigation .menu-item-has-children:hover>a::after,
.main-navigation .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
}

body.admin-bar .main-navigation-container {
    margin-top: 32px;
}

/* === Hero Section === */

.hero {
    background: #FDFDFD;
    padding: 60px 20px;
}

.hero__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: auto;
}

.hero__content {
    display: flex;
    width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.hero__context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.title__tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.hero__tag {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
    border-radius: 100px;
    background: var(--Background, #F4F4F4);
    /* Font Styling */
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    /* 20.15px */
    letter-spacing: 0.13px;
    text-decoration: none;
}

.hero__title {
    color: var(--Text-Heading, #0B1628);
    /* Heading/H1 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 60px */
    margin: 0px;
}

.hero__title .highlight {
    color: var(--Primary-Warm-Orange-WO1, #F47522);
    /* Heading/H1 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.hero__desc {
    color: var(--Text-Body, #465366);
    /* Body/Large */
    font-family: 'Muli', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.18px;
    margin: 0px;
}

.hero__cta {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.trust__section {
    display: block;
    max-width: 1200px;
    gap: 12px;
    margin: 48px auto 0px auto;
}

.btn {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: #ff7a00;
    color: #fff;
    border-radius: 100px;
    border: 0.5px solid #FF8B3F;
    color: var(--Text-On-Primary, #FFF);
    text-align: center;
    /* Button/Large */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    /* 27.9px */
    letter-spacing: 0.045px;
    text-decoration: none;
}

.btn-outline {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    /* Button/Large */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    /* 27.9px */
    letter-spacing: 0.045px;
    text-decoration: none;
}

.hero__trust {
    color: var(--Text-Subtle, #8A93A3);
    /* Body/Small */
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
}

.hero__logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    margin-top: 20px;
}

.hero__logos img {
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(1);
}

.hero__image img {
    width: 500px;
    height: 400px;
    flex-shrink: 0;
}

/* === Produk Section === */

.produk {
    background: #FDFDFD;
    padding: 80px 20px;
    text-align: center;
    margin: 120px auto 120px auto;
}

.produk__container {
    max-width: 1200px;
    margin: 0 auto;
}

.produk__tag {
    display: inline-block;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--Background, #F4F4F4);
    /* Typography */
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    /* 20.15px */
    letter-spacing: 0.13px;
}

.produk__title {
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    /* Heading/H2 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    margin-bottom: 64px;
    margin-top: 16px;
}

.produk__title .highlight {
    color: #F47522;
}

.produk__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    row-gap: 32px;
    column-gap: 16px;
    justify-items: center;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

.produk__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.produk__item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.produk__item p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #465366;
    margin: 0;
}

/* === Solution Section === */

.solution {
    background: #FDFDFD;
    padding: 80px 20px;
    text-align: center;
    margin: 120px auto;
}

.solution__container {
    max-width: 1200px;
    margin: 0 auto;
}

.solution__box {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Border, #E5E7EE);
    background: var(--White, #FDFDFD);
}

.solution__tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 100px;
    background: #f4f4f4;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    color: #0B1628;
}

.tag-mobile {
    font-size: 12px !important;
    margin: 4px 0px 12px 0px !important;
}

.solution__title {
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    /* Heading/H2 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    margin-bottom: 64px;
    margin-top: 16px;
}

.solution__title .highlight {
    color: #F47522;
}

.container__solution {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Border, #E5E7EE);
    background: var(--White, #FDFDFD);
}

/* Tabs */

.solution__tabs {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    display: flex;
    justify-content: center;
    padding: 0 12px;
    align-items: flex-end;
    align-self: stretch;
    gap: 1px;
    margin: 0px auto 0px auto;
    border-bottom: 1px solid #e5e7ee;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.solution__tab {
    background: none;
    border: none;
    color: var(--Text-Heading, #0B1628);
    text-align: center;
    /* Heading/Subheading 1 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.18px;
    padding: 14px 15px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.solution__tab::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #F47522;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.solution__tab:hover::after {
    transform: scaleX(1);
}

.solution__tab.active {
    color: #0B1628;
    font-weight: 600;
}

.solution__tab.active::after {
    transform: scaleX(1);
}

/* Panels */

.solution__content {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.solution__grid {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.solution__image {
    order: 2;
    width: 50%;
}

.solution__image img {
    height: auto;
    width: 100%;
}

.solution__text {
    display: flex;
    width: 45%;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    order: 1;
}

.solution__text h3 {
    color: var(--Text-Heading, #0B1628);
    /* Heading/H3z */
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    margin: 0px;
    text-align: left;
}

.solution__text p {
    color: var(--Text-Body, #465366);
    /* Body/Large */
    font-family: 'Muli', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.18px;
    text-align: left;
    margin: 0px;
}

.solution__btn {
    color: var(--Text-On-Primary, #FFF);
    text-align: center;
    /* Button/Medium */
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
    text-decoration: none;
    margin-top: 12px;
    width: fit-content;
}

.solution__panel {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.solution__panel.active {
    display: block;
}

.header-submenu {
  display: flex;
  justify-content: space-between;
  text-align: start;
  align-items: center;
  width: 100%;
}

.color-desc {
 color:  #465366;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

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

/* === Performance Section === */

.performance {
    background: #0B2852;
    /* navy blue */
    color: #fff;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
}

.performance__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.performance__title {
    color: var(--Text-On-Primary, #FFF);
    text-align: center;
    /* Heading/H2 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    margin-bottom: 48px;
}

.performance__title span {
    color: #F47522;
}

.performance__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.performance__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.performance__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.3);
}

.performance__number {
    color: var(--Text-On-Primary, #FFF);
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 67.2px */
    margin: 0;
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
}

.performance__number img {
    align-self: center;
    margin-right: -4px;
}

.performance__prefix {
    color: var(--Text-On-Primary, #FFF);
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.performance__unit {
    color: var(--Primary-Warm-Orange-WO1, #F47522);
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: 0.08px;
}

.performance__unit--text {
    align-self: flex-end;
}

.performance__unit--percent {
    margin-left: 4px;
}

.performance__label {
    margin-top: 8px;
    color: var(--Primary-Bold-Navy-BN5, #D1D7DF);
    text-align: center;
    /* Body/Large */
    font-family: 'Muli', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.18px;
}

.count-up {
    display: inline-flex;
    color: var(--Text-On-Primary, #FFF);
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.show-mobile {
  display: none;
}

.show-desktop {
  display: block;
}

/* === Footer === */

.site-footer {
    background: #F5F7FA;
    margin-top: 0;
}

.footer__background {
    padding: 24px 20px;
}

.footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.footer__card {
    border-radius: 8px;
    background: var(--White, #FDFDFD);
    padding: 24px;
    box-shadow: 0px 24px 48px rgba(11, 22, 40, 0.04);
    display: flex;
    flex-direction: column;
}

.footer__bottom-card {
    display: flex;
    max-width: 1200px;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
    border-radius: 8px;
    background: var(--White, #FDFDFD);
}

.footer__links {
    display: flex;
    justify-content: flex-start;
    gap: 48px;
}

.footer__link-group h4,
.footer__info-block h4 {
    color: var(--Text-Heading, #0B1628);
    /* Heading/Subheading 2 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.28px;
    margin: 0 0 16px 0;
}

.footer__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.footer__link-list a {
    color: var(--Text-Body, #465366);
    /* Body/Small */
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
    text-decoration: none;
}

.footer__link-list a:hover {
    color: #0B1628;
}

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

.footer__details-top {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
    gap: 24px;
}

.footer__info-block p {
    color: var(--Text-Body, #465366);
    /* Body/Small */
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 22.4px */
    letter-spacing: 0.14px;
    margin-bottom: 0%;
}

.footer__info-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.footer__info-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #0B1628;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

img.footer__badge {
    box-sizing: border-box;
}

.footer__info-list a {
    color: var(--Text-Body, #465366);
    /* Body/Small */
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
    text-decoration: none;
}

.footer__info-list a:hover {
    color: #0B1628;
}

.footer__social-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.footer__social-badge {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer__social-badge img {
    box-sizing: border-box;
}

.footer__divider {
    height: 1px;
    background: #E5E7EE;
    border: none;
}

.footer__details-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.footer__certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.footer__cert-badge {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 12px;
    background: #EEF1F7;
    color: #0B1628;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
}

.footer__muted {
    color: #8A94A6;
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer__brand-logo {
    height: 48px;
    width: auto;
    display: block;
}

.footer__copyright {
    color: var(--Text-Heading, #0B1628);
    text-align: right;
    /* Body/Small */
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
}

.text-center {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
    .footer__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer__details-top,
    .footer__details-bottom {
        grid-template-columns: 1fr;
    }
    .btn-primary {
      font-size: 15px;
    }
    .btn-outline {
      font-size: 15px;
    }
}

@media (max-width: 768px) {
    .performance__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .performance__item:not(:last-child)::after {
        display: none;
    }
    .show-mobile {
      display: block;
    }
    .show-desktop {
      display: none;
    }
    .newproduct__container {
      flex-direction: column;
      text-align: center;
    }
    .newproduct__content {
        align-items: center;
        text-align: center;
    }
    .faq-cta {
      padding: 72px 16px;
    }
  
    .faq-cta__title {
      font-size: 28px;
    }
  
    .faq-cta__desc {
      font-size: 16px;
    }
    .footer__background {
        padding: 60px 16px;
    }

    .footer__card,
    .footer__bottom-card {
        padding: 32px;
    }

    .footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        flex-wrap: wrap;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .footer__links {
        grid-template-columns: 1fr;
    }

    .footer__badge {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .footer__social-badge {
        width: 40px;
        height: 40px;
    }

    .footer__social-badge img {
        width: 20px;
        height: 20px;
    }

    .footer__brand-logo {
        height: 40px;
    }

    .footer__copyright {
        font-size: 13px;
        text-align: center;
    }
}

/* === New Product Section === */

.newproduct {
    background-color: var(--Background, #F4F4F4);
    padding: 100px 20px;
    box-sizing: border-box;
    background-image: url('images/pattern-tdi.svg');
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
}

.newproduct__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.newproduct__image img {
    width: 100%;
    max-width: 600px;
}

.newproduct__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 560px;
}

.newproduct__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 100px;
    background: var(--Border, #E5E7EE);
    color: #0B1628;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
}

.newproduct__tag-icon {
    width: 14px;
    height: 14px;
}

.newproduct__title {
    color: #0B1628;
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.newproduct__desc {
    color: #465366;
    font-family: 'Muli', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}

.button-form {
  cursor: pointer;
}

/* === ABills Testimonials (3-up view) === */

.abills-testimonials {
    background: #FDFDFD;
    padding: 100px 20px 120px;
    box-sizing: border-box;
}

.abills-testimonials__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.abills-testimonials__tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 100px;
    background: #EEF1F7;
    color: #0B1628;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    font-family: 'Poppins', sans-serif !important;
}

.abills-testimonials__title {
    margin: 16px 0 64px;
    color: #0B1628;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
}

.abills-testimonials__title .highlight {
    color: #F47522;
}

/* Viewport shows 3 slides at once: 1 active centered, 2 neighbors half-shown */

.tms-viewport {
    position: relative;
    overflow: hidden;
    /* key: padding makes halves show */
    padding: 0 clamp(24px, 8vw, 96px);
    min-height: 234.8px;
    border-bottom: 1px solid #E5E7EE;
}

.tms-track {
    display: flex;
    align-items: stretch;
    gap: 56px;
    will-change: transform;
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
}

/* Each slide ~66.666% of viewport width so neighbors are half visible */

.tms-slide {
    position: relative;
    flex: 0 0 66.6667%;
    width: 800px;
    padding: 0 0 28px;
    text-align: left;
    border-bottom: 1px solid #E5E7EE;
    transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.tms-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.tms-logo img {
    width: 120px;
    height: 90px;
    object-fit: contain;
}

.tms-logo span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    color: #F47522;
}

.tms-quote {
    color: var(--Text-Body, #465366);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 185%; /* 37px */
    margin: 0 0 20px;
}

.tms-quote blockquote {
    color: var(--Text-Body, #465366);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400!;
    line-height: 185%; /* 37px */
    margin: 0 0 20px;
}

.tms-company {
    /* color: #0B1628;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    font-family: Poppins, sans-serif; */
    color: var(--Primary-Bold-Navy-BN1, #1A345F);
    /* Heading/Subheading 1 */
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.18px;
}

/* Keep your beloved orange progress line */

.tms-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: linear-gradient(90deg, #F47522, #FF8B3F);
    transform-origin: left;
    width: 0%;
}

.tms-progress.is-animating {
    animation: tmsLine 8000ms linear forwards;
}

@keyframes tmsLine {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

.tms-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.tms-slide.is-inactive {
    opacity: .36;
    transform: scale(.94);
}

/* Dots */

.tms-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.tms-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #E5E7EE;
    border: 0;
    cursor: pointer;
}

.tms-dot.is-active {
    background: #F47522;
}

/* Responsive: single card on small screens */

@media (max-width: 900px) {
    .tms-viewport {
        padding: 0 16px;
    }
    .tms-track {
        gap: 24px;
    }
    .tms-slide {
        flex-basis: 100%;
        min-width: 0;
    }
    .tms-quote {
        font-size: 18px;
    }
    .tms-company {
        font-size: 18px;
    }
    .width-title {
      width: 100% !important;
    }
}

/* === FAQ Section === */

.faq {
  background: #FDFDFD;
  padding: 100px 20px;
  box-sizing: border-box;
}

.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 56px;
  align-items: start;
}

.faq__left {
  position: sticky;
  top: 100px; /* clears fixed nav; adjust if needed */
  align-self: start;
}

.faq__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--Background, #F4F4F4);
  color: var(--Text-Heading, #0B1628);
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px;
  font-weight: 500;
}

.faq__title {
  color: var(--Text-Heading, #0B1628);
  font-family: 'Poppins', sans-serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin: 16px 0 12px 0;
}

.faq__desc {
  color: var(--Text-Body, #465366);
  font-family: 'Muli', sans-serif !important;
  font-size: 18px;
  line-height: 160%;
  margin: 0;
}

.faq__email {
  color: #F47522;
  text-decoration: none;
}
.faq__email:hover { text-decoration: underline; }

.faq__right {
  display: grid;
  gap: 0;
  margin-top: 40px;
}

/* Item states */
.faq__item {
  border-bottom: 1px solid #E5E7EE;
  background: var(--White, #FDFDFD);
}

/* Toggle line + title row */
.faq__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faq__question {
  color: var(--Text-Heading, #0B1628);
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

/* plus-minus animated icon */
.faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #0B1628;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.25s ease;
}

/* horizontal line */
.faq__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* vertical line */
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* when active (expanded) */
.faq__item.is-active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Answer body */
.faq__answer {
  display: none;
  padding: 0 0 16px 40px; /* indent to line up with title text */
  color: var(--Text-Body, #465366);
  font-family: 'Muli', sans-serif !important;
  font-size: 16px;
  line-height: 170%;
}
.faq__answer p {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'Muli', sans-serif !important;
}
.faq__item.is-active .faq__answer { display: block; }

.faq__item.is-active .faq__divider {
  background: linear-gradient(90deg, #F47522, #FF8B3F);
  transform: scaleX(1);
}

/* Divider with hover animation when INACTIVE */
.faq__divider {
  border: none;
  height: 1px;
  background: #E5E7EE;
  margin: 0;
  transform-origin: left;
}
.faq__item:not(.is-active):hover .faq__divider {
  background: linear-gradient(90deg, #F47522, #FF8B3F);
  transform: scaleX(0);
  animation: faqLine 800ms ease-out forwards;
}

@keyframes faqLine {
  to { transform: scaleX(1); }
}

/* Variants for semantics (no visual clash) */
.faq__item.variant-collapsed .faq__answer { display: none; }
.faq__item.variant-expanded .faq__answer { display: block; }

/* Hover/active states */
.faq__item:not(.is-active) .faq__toggle:hover .faq__question {
  color: #0B1628;
}
.faq__item.is-active .faq__toggle { background: transparent; }

/* Responsive */
@media (max-width: 900px) {
  .faq__container { grid-template-columns: 1fr; gap: 24px; }
  .faq__left { position: static; top: auto; }
  .faq__answer { padding-left: 40px; }
}

/* === CTA After FAQ === */
.faq-cta {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #0C3875 0%, #1D4DA3 100%);
  color: #FFF;
  text-align: center;
}

.faq-cta__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.faq-cta__title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFF;
  margin: 0;
}

.faq-cta__desc {
  font-family: 'Muli', sans-serif !important;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 720px;
}

.faq-cta__button {
  margin-top: 20px;
  padding: 6px 14px;
  background-color: #FFF;
  color: #0C3875;
  font-weight: 600;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 100px;
  font-size: 18px;
}

.faq-cta__button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}


.hubungi-kami-button:hover, .btn-primary:hover {
    border-radius: 100px;
    border: 0.5px solid #FF8B3F;
    background: #F60;
    box-shadow: 0 3px 3.7px 0 rgba(235, 78, 0, 0.25);
}

.btn-outline:hover {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.10);
}

.width-title {
  width: 60%;
}

/* === Mobile Header (show-mobile) === */
.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #FDFDFD;
  border-bottom: 0.5px solid #E5E7EE;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  box-sizing: border-box;
}

.hs-button {
  border: none !important;
}

.mobile-header__logo img {
  height: 40px;
  width: auto;
}

.mobile-header__hamburger {
  background: #F3F4F6;
  border: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 0;
}

.mobile-header__hamburger-line {
  width: 20px;
  height: 2px;
  background-color: #111827;
  display: block;
  transition: all 0.3s ease;
}

/* Overlay full screen */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FDFDFD;
  z-index: 98;
  overflow-y: auto;
}

.mobile-nav-overlay.is-open {
  display: block;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 24px 24px 32px;
  box-sizing: border-box;
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.mobile-nav__logo img {
  height: 40px;
  width: auto;
}

.mobile-nav__close {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #E5E7EE;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B5563;
  cursor: pointer;
  padding: 0;
}

.mobile-nav__panel {
  display: none;
}

.mobile-nav__panel.is-active {
  display: block;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__item {
  padding: 20px 0;
  border-bottom: 1px solid #E5E7EE;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.mobile-nav__link--with-chevron {
  cursor: pointer;
}

.mobile-nav__chevron {
  width: 16px;
  height: 16px;
}

.mobile-nav__header--sub {
  margin-bottom: 8px;
}

.mobile-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #2563EB;
  cursor: pointer;
}

.mobile-nav__back-icon {
  font-size: 20px;
}

.mobile-nav__cta {
  margin-top: auto;
  padding-top: 24px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

body.admin-bar .mobile-header {
  margin-top: 46px;
}

/* Add padding-top to body on mobile to account for fixed header */
@media screen and (max-width: 768px) {
  body {
    padding-top: 72px; /* Height of mobile header */
  }
  
  body.admin-bar {
    padding-top: 118px; /* Height of mobile header + admin bar */
  }
}

@media screen and (min-width: 768px) {
  .mobile-header,
  .mobile-nav-overlay {
    display: none !important;
  }
}

/* ===== Hero responsiveness (tablet + phone) ===== */

/* Tablet: keep two columns, soften sizes, keep image on the right */
@media (max-width: 1024px) {
  .hero { padding: 52px 16px; }

  .hero__container {
    gap: 32px;
    align-items: center;
  }

  .hero__content {
    width: auto;            /* drop the fixed 600px */
    max-width: 600px;
    gap: 24px;
  }

  .hero__title,
  .hero__title .highlight {
    font-size: 36px;        /* down from 40px */
    line-height: 150%;
  }

  .hero__desc { font-size: 17px; }

  .hero__image img {
    width: 380px;           /* was 500px */
    height: auto;
  }

  .hero__logos {
    gap: 16px;
    flex-wrap: wrap;        /* let them wrap on tablet */
    justify-content: flex-start;
  }

  .hero__logos img { height: auto; max-width: 100px; }
}

/* Phone: stack, image first, left-aligned copy, comfy tap targets */
@media (max-width: 600px) {
  .hero { padding: 40px 16px; }

  .hero__container {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .footer__link-group {
    width: 100%
  }

  .solution__content {flex-wrap: wrap;}

  .produk {
    padding: 0px 20px !important;
    margin: 60px 0px 80px 0px !important;
  }

  /* show the diagram first, centered */
  .hero__image {
    order: -1;
    display: flex;
    justify-content: center;
  }
  .hero__image img {
    width: min(420px, 92%);
    height: auto;
  }

  .hero__content {
    width: 100%;
    gap: 20px;
  }

  .title__tag { gap: 12px; }

  .hero__tag {
    font-size: 12px;
    line-height: 150%;
    padding: 4px 10px;
  }

  .hero__title,
  .hero__title .highlight {
    font-size: 28px;        /* scales like your phone mock */
    line-height: 150%;
  }

  .hero__desc {
    font-size: 16px;
    line-height: 165%;
  }

  .hero__cta {
    gap: 12px;
    flex-wrap: wrap;        /* button + link wrap nicely */
  }

  .btn-primary {
    padding: 8px 18px;     /* bigger tap target */
    font-size: 15px;
  }

  /* trust copy + logos row like in your phone mock */
  .hero__trust {
    font-size: 13px;
    line-height: 160%;
  }

  .hero__logos {
    margin-top: 12px;
    gap: 12px 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero__logos img {
    max-width: 75px;
    height: auto;
  }
  .produk__title { font-size: 28px; }
  .solution__title { font-size: 28px; }
  .performance__title {font-size: 28px;}
  .newproduct__title {font-size: 28px;}
  .abills-testimonials__title { font-size: 28px;}
}

/* Tiny phones: hold the line */
@media (max-width: 400px) {
  .hero__title,
  .hero__title .highlight { font-size: 20px; }
  .hero__desc { font-size: 14px; }
  .produk__title { font-size: 20px; }
  .produk__grid { grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));}
  .produk__item img {
    width: 40px;
    height: 40px;
  }
  .solution__title { font-size: 20px; }
  .solution__content {flex-wrap: wrap;}
  .performance__title {font-size: 20px;}
  .count-up {font-size: 42px;}
  .performance__unit {font-size: 18px; line-height: 200%;}
  .performance__label {font-size: 16px;}
  .performance__item {border-bottom: 1px solid #455C7F}
  .performance__item:last-child {border: none !important;}
  .newproduct__title {font-size: 20px;}
  .newproduct__desc { font-size: 14px;}
  .abills-testimonials__title { font-size: 20px;}
  .tms-quote { font-size: 16px;}
  .tms-logo img {
    max-width: 90px;
    height: auto;
  }
  .tms-company { font-size: 14px;}
  .faq__left {text-align: center;}
  .faq__title { font-size: 20px;}
  .faq__desc { font-size: 14px;}
  .faq__icon { width: 16px; height: 16px;}
  .faq__question { font-size: 14px;}
  .faq__answer { font-size: 14px;}
  .faq-cta__title { font-size: 20px;}
  .faq-cta__desc { font-size: 14px;}
  .faq-cta__button {font-size: 15px;}
}

/* ===== Solution responsiveness ===== */
/* ===== Tablet (600–1024): tabs scrollable, content normal ===== */
@media (max-width: 1024px) and (min-width: 600px) {
  .solution { padding: 72px 16px; }

  .solution__tabs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .solution__tabs::-webkit-scrollbar { display: none; }

  .solution__tab { flex: 0 0 auto; padding: 14px 18px; }
}


@media screen and (max-width: 600px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .main-navigation-container {
        /* Adjust for mobile layout */
        justify-content: space-between;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 97;
        /* Ensure it's above the mobile menu */
    }

    .hamburger-menu .bar {
        width: 100%;
        height: 3px;
        background-color: #333;
    }

    .mobile-menu-container {
        /* Hidden by default on mobile */
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 97;
        /* flex-direction: column;
        align-items: center;
        justify-content: center; */
        padding-bottom: 24px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
    }

    .mobile-menu-container.open {
        display: flex;
    }

    /* Hide desktop navigation and button on mobile */
    .mobile-menu-container .main-navigation,
    .mobile-menu-container .header-button {
        display: flex;
        /* Ensure they are flex items within the mobile menu */
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .mobile-menu-container .main-navigation ul {
        flex-direction: column;
        gap: 0px;
        /* Adjust gap for mobile menu items */
        padding-top: 70px;
    }

    .mobile-menu-container .main-navigation ul li {
        margin: 0;
        /* Remove horizontal margin */
    }

    .mobile-menu-container .header-button {
        margin-top: 20px;
        /* Add some space above the button */
    }

    body.admin-bar .main-navigation-container {
        margin-top: 46px;
    }

      .solution { padding: 56px 16px; margin: 0px auto; }

  /* hide the tab bar on mobile */
  .solution__tabs { display: none; }

  /* show ALL panels (override any .active-only logic) */
  .solution__panel {
    display: block !important;
    border: 1px solid #e9edf5;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 0 rgba(16,24,40,0.03);
  }

  .solution__box { border: none; }

  /* stack image above text */
  .solution__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .solution__image { order: -1; width: 100%;}
  .solution__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .solution__text { width: 100%; padding: 0; gap: 8px; }
  .solution__text h3 { font-size: 20px; line-height: 150%; }
  .solution__text p { font-size: 15.5px; line-height: 165%; }

  .solution__btn { font-size: 12px; padding: 6px 10px; }

  /* small caption/tag above card if you use it */
  .solution__label {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f5f9;
    color: #667085;
  }
}


/* tiny phones */
@media (max-width: 400px) {
  .solution__text h3 { font-size: 18px; }
  .solution__text p  { font-size: 14px; }
}

@media (max-width: 490px) {
  .hero__logos img {
    max-width: 63px;
    height: auto;
  }
}
@media (max-width: 420px) {
  .hero__logos img {
    max-width: 50px;
    height: auto;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {
  .navigation-content {
    margin: 0px 20px !important;
  }
}


.fz15 {
  font-size: 15px;
}