:root {
    --primary-color: #6DBF87;
    --secondary-color: #001312;
    --text-color: white;
    --peragraph-color: rgba(255, 255, 255, 0.75);
    --white: rgb(255, 255, 255);
}

@font-face {
    font-family: GT_Super_Display_Medium_Trial;
    src: url("../font/GT-Super-Display-Medium-Trial.otf");
    font-weight: 600;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
}

h1, h2 {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
}

p, a {
    font-family: Inter, sans-serif;
    color: var(--text-color);
    font-size: 15px;
    text-decoration: none;
}

.btn {
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    text-decoration: none;
    line-height: 150%;
    border-radius: 100px;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.9;
}

.btn-sm {
    padding: 8px 24px;
}

.btn-lg {
    padding: 15px 30px;
}

.hero-container {
    padding: 0px;
}

.menu_main_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 1.2rem;
}

.header {
    background-color: var(--secondary-color);
}

.container {
    max-width: 1280px;
    margin: auto;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_section_wrap.logo img {
    max-width: 170px;
}

.header_section_wrap .logo {
    font-size: 20px;
    font-weight: bold;
    max-width: 200px;
}

.nav {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
}

.menu {
    display: flex;
    gap: 30px;
    list-style: none;
}

.menu a {
    text-decoration: none;
}

.actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.login {
    text-decoration: none;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 80%;
    height: 100%;
    background: rgb(0, 19, 18);
    box-shadow: rgba(12, 103, 43, 0.1) 11px -1px 19px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    overflow: hidden;
    z-index: 999999;
}

.mobile-menu.active {
    left: 0px;
}

.mobile_menu_wrap {
    background: url("../images/kluvos-icon-26.png") center center / 360px no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999999;
}

.mobile-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
}

.close-btn {
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.mobile-links {
    list-style: none;
    text-align: center;
    margin-top: 40px;
}

.mobile-links li {
    margin: 20px 0px;
}

.mobile-links a {
    text-decoration: none;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.mobile-actions {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.homepage_wrap {
    background: rgb(241, 245, 242);
}

.section_title_main {
    font-size: 40px;
    line-height: 130%;
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    margin-bottom: 20px;
}

.highlight_text {
    color: var(--primary-color);
    font-style: italic;
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
}

.section_lable {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1rem;
}

.hero {
    min-height: 613px;
    height: 75vh;
    background-color: rgb(0, 19, 18);
    display: flex;
    align-items: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-left {
    width: 42%;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.hero-small-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 20%;
    line-height: 100%;
    font-weight: 600;
}

.hero-title {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    font-size: 60px;
    line-height: 110%;
    font-weight: 600;
}

.hero-title span {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    color: var(--primary-color);
    font-style: italic;
}

.hero-subtitle {
    font-size: 16px;
    max-width: 528px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.btn-primary {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    background-color: rgb(109, 191, 135);
    color: rgb(0, 19, 18);
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    width: fit-content;
    transition: 0.3s;
}

.hero-right .animation-frame {
    width: 100%;
    height: 70vh;
}

.btn-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.hero-right {
    width: 56%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation-box {
    width: 100%;
    max-width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(170, 170, 170);
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px;
}

.logo-track {
    display: flex;
    gap: 40px;
    transition: transform 0.6s;
}

.logo-slider .logo {
    flex: 0 0 calc(16.6667% - 33.3333px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.logo-slider .logo img {
    width: 72%;
    height: 100%;
    object-fit: contain;
}

.testimonial {
    margin-top: 30px;
    overflow: hidden;
}

.testimonial .container {
    padding-left: 0px;
    padding-right: 0px;
}

.t_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.star-rating img {
    width: 15px;
}

.testimonial-card {
    background: white;
    padding: 1.7rem 2rem 1.7rem 1.7rem;
    border-radius: 16px;
    max-width: 33%;
    text-align: left;
    box-shadow: rgba(221, 221, 221, 0.867) 0px 3px 13px 0px;
    height: 360px;
    position: relative;
}

.testimonial-card h3 {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    margin: 0px 0px 5px;
    font-size: 1.2em;
    font-weight: bold;
}

.testimonial-card p {
    color: rgba(37, 37, 37, 0.77);
    font-size: 1rem;
    line-height: 150%;
}

.star-rating {
    color: rgb(76, 175, 80);
    font-size: 1.2em;
    margin: 1rem 0px;
}

.company {
    font-size: 0.9em;
    color: var(--text);
}

.testimonial-card .logo {
    display: flex;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.2em;
    justify-content: flex-start;
    position: absolute;
    bottom: 19px;
    left: 21px;
}

.testimonial-card .logo img {
    width: 92px;
    margin-right: 8px;
    height: 48px;
    object-fit: contain;
    left: 0;
}

.t_header {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    color: var(--primary);
    padding: 5.5rem 0px 4rem;
}

.t_header p {
    position: relative;
    display: inline-block;
}

.t_header p::after {
    position: absolute;
    content: "";
    width: 275px;
    height: 1px;
    background: linear-gradient(45deg, rgba(109, 191, 135, 0.5), rgba(109, 191, 135, 0));
    top: 8px;
    left: 195px;
}

.t_header p::before {
    position: absolute;
    content: "";
    width: 275px;
    height: 1px;
    background: linear-gradient(302deg, rgba(109, 191, 135, 0.5), rgba(109, 191, 135, 0.07));
    top: 8px;
    right: 195px;
}

.testimonial_wrap {
    padding-bottom: 2.5rem;
    overflow: hidden;
}

.feature {
    margin-bottom: 40px;
}

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

.content {
    flex: 1 1 0%;
}

.content .label {
    margin-bottom: 1.5rem;
}

.label {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgb(220, 220, 220);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature h2, .feature h2 span {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: white;
}

.feature h2 span.highlight {
    color: #6DBF87;
    font-style: italic;
}

.feature_wrap .label {
    color: white;
}

.description {
    color: rgb(165, 165, 165);
    margin-bottom: 25px;
    max-width: 500px;
    line-height: 150%;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tags div {
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    color: rgb(166, 166, 166);
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    align-items: center;
}

.visual {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
}

.card {
    background: radial-gradient(circle, rgba(109, 191, 135, 0.15), transparent 60%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty button {
    background: transparent;
    border: 1px solid #6DBF87;
    color: #6DBF87;
    padding: 4px 8px;
    cursor: pointer;
}

.buy {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    padding: 6px 14px;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.event {
    font-size: 12px;
    color: rgb(127, 209, 176);
}

.feature_wrap {
    background: var(--secondary-color);
    border-radius: 24px;
    padding: 80px 56px;
}

.visual.feature_animation_wrap {
    height: 379px;
}

.features_benefits_title {
    display: none;
}

.common_feature_styles {
    padding-bottom: 0.5rem;
}

.container.feature_wrap.attribution_analysis_feature_wrap {
    background: white;
    box-shadow: rgba(27, 28, 29, 0.12) 0px 2px 16px 0px;
}

.attribution_analysis_feature_wrap p.label {
    color: var(--secondary-color);
}

.attribution_analysis_feature_wrap h2 {
    color: var(--secondary-color);
}

.attribution_analysis_feature_wrap p.description {
    color: rgba(37, 37, 37, 0.77);
}

.attribution_analysis_feature_wrap .tags div {
    color: rgba(0, 19, 18, 0.78);
    background: rgba(0, 19, 18, 0.09);
    border-color: rgba(0, 19, 18, 0.14);
}

.attribution_analysis_feature_wrap .tags div span svg path {
    stroke: rgba(0, 19, 18, 0.78);
}

.attribution_analysis_feature_wrap .visual.feature_animation_wrap {
    height: 450px;
}

.attribution_analysis_feature_wrap .feature_animation_wrap .feature_animation {
    width: 100%;
    overflow: hidden;
}

.pupup_feature {
    background: var(--secondary-color);
}

.button_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pupup_feature .feature_wrap {
    padding: 6rem 2rem 4rem;
    align-items: flex-start;
}

.unified_system_section_wrap {
    margin-bottom: 3rem;
}

.unified_system_animation_wrap {
    width: 419px;
    min-height: 550px;
    margin: 0px auto;
    position: absolute;
    top: 22px;
    z-index: 10;
}

iframe.unified_system_animation {
    width: 100%;
    min-height: 550px;
}

.unified_container_wrap {
    background: var(--primary-color);
    border-radius: 16px;
}

.unified_style_wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    min-height: 550px;
    align-items: center;
}

.unified_system_content {
    z-index: 999;
    padding-top: 48px;
    text-align: center;
}

.unified_system_content h2 span, .unified_system_content h2 {
    font-size: 40px;
    font-family: GT_Super_Display_Medium_Trial;
    line-height: 130%;
}

.unified_system_content h2 span {
    color: white;
    font-style: italic;
}

.unified_system_content .section_lable {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1rem;
}

.unified_system_section_wrap .s_description {
    font-size: 16px;
    color: rgba(0, 19, 18, 0.75);
    line-height: 150%;
    margin-top: 1rem;
    max-width: 683px;
}

.try_kluvos_free_wrap {
    background: linear-gradient(rgb(0, 19, 18) 51.69%, rgb(34, 58, 41) 100%);
    padding: 54px;
    border-radius: 24px;
    width: 100%;
    text-align: center;
}

.try_kluvos_content_wrap {
    max-width: 625px;
    margin: 0px auto;
}

.try_kluvos_content_wrap span.section_lable {
    color: white;
}

.try_kluvos_content_wrap h2.section_title_main {
    color: white;
}

.try_kluvos_content_wrap p.s_description {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 150%;
}

.try_kluvos_content_wrap .button_notice p {
    max-width: 375px;
    margin: 0px auto;
    color: rgba(255, 255, 255, 0.525);
    line-height: 150%;
}

.try_kluvos_free_section_wrap {
    /* margin-bottom: 5rem; */
    padding-bottom: 5rem;
}

.pricing_tab_main_wrap {
    padding-bottom: 1rem;
}

.pricing_tab_main_wrap .pricing {
    max-width: 874px;
    margin: 60px auto;
    text-align: center;
}

.pricing_tab_main_wrap .tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.pricing_tab_main_wrap .tab {
    background: none;
    border: none;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgb(154, 160, 166);
    cursor: pointer;
}

.pricing_tab_main_wrap .tab.active {
    color: rgb(17, 17, 17);
    font-weight: 600;
    border-bottom: 2px solid rgb(0, 19, 18);
    padding-bottom: 5px;
}

.pricing_tab_main_wrap .tab-content {
    display: none;
}

.pricing_tab_main_wrap .tab-content.active {
    display: block;
}

.pricing_tab_main_wrap h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.pricing_tab_main_wrap h1 span {
    color: rgb(111, 191, 143);
    font-style: italic;
}

.pricing_tab_main_wrap .desc {
    font-size: 16px;
    color: rgba(1, 19, 17, 0.75);
    line-height: 150%;
    max-width: 625px;
    margin: 0px auto 30px;
}

.pricing_tab_main_wrap .range-wrap {
    margin: 30px 0px;
}

.tab-content label {
    text-align: start;
    display: inline-block;
    width: 100%;
}

.pricing_tab_main_wrap input[type="range"] {
    width: 100%;
    height: 6px;
    appearance: none;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(111, 191, 143) 30%, rgb(59, 46, 46) 30%);
    outline: none;
}

.pricing_tab_main_wrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: rgb(111, 191, 143);
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.pricing_tab_main_wrap .price-box {
    display: inline-block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
}

.pricing_tab_main_wrap .price-box p {
    font-size: 15px;
    color: rgb(0, 19, 18);
    margin-bottom: 9px;
    padding-top: 6px;
}

.pricing_tab_main_wrap .range-wrap {
    position: relative;
}

.range-wrap {
    position: relative;
}

.price-box {
    position: static;
    margin-top: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.price-content {
    background: transparent;
    border-radius: 0;
    transition: transform 0.25s;
    position: relative;
    padding: 0;
    text-align: center;
}

.price-content::after { display: none; }

.promotional_notice {
    padding-bottom: 7rem;
    max-width: 600px;
    margin: 0px auto;
}

.promotional_notice p {
    font-size: 15px;
    color: rgba(1, 19, 17, 0.5);
    line-height: 150%;
}

table.comparison-table thead tr th img {
    width: 83%;
    height: 100%;
    object-fit: contain;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 820px;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 10px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    min-height: 52px;
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Feature column wider; competitor columns equal width */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
    width: 24%;
}

.comparison-table th:nth-child(n + 2),
.comparison-table td:nth-child(n + 2) {
    width: calc((100% - 24%) / 7);
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    text-align: left;
}

.comparison-table .highlight {
    background: rgb(6, 47, 43);
    color: rgb(0, 255, 174);
    font-weight: bold;
}

.comparison-table thead th {
    font-weight: 600;
}

.comparison-table thead tr th.highlight {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid rgb(6, 47, 43);
}

.comparison-table thead tr th.comparison-col-c6 {
    background-color: #0a2233;
}

.comparison-table tbody tr td.highlight {
    border-bottom: 2px solid rgb(6, 47, 43);
}

.comparison-table tbody tr:last-child td {
    border-bottom: 0px;
}

.comparison-table tbody tr:last-child {
    border-bottom: 0px;
}

.comparison-table thead tr th {
    height: 70px;
    min-height: 70px;
    box-sizing: border-box;
}

.comparison-table tbody tr:last-child .highlight {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 0px;
}

/* Feature table status colors */
.comparison-table td.cell-bad {
    color: #b91c1c;
    font-weight: 600;
}

.comparison-table td.cell-warn {
    color: #bfab38;
    font-weight: 600;
}

.comparison-table td.cell-good {
    color: #15803d;
    font-weight: 600;
}

section.comparison_table_main_wrap {
    padding-bottom: 4rem;
}

/* Comparison table: feature name + optional info trigger */
.comparison-feature-cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.comparison-feature-label {
    flex: 1 1 auto;
    min-width: 0;
}

button.feature-info-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(100, 116, 110);
    border-radius: 50%;
    background: transparent;
    color: rgb(6, 47, 43);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

button.feature-info-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

button.feature-info-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Feature info modal (reusable for any data-feature-info + matching <template>) */
.feature-info-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.feature-info-modal[hidden] {
    display: none !important;
}

.feature-info-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 19, 18, 0.72);
    cursor: pointer;
}

.feature-info-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    max-height: min(80vh, 640px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    color: rgb(15, 23, 23);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.feature-info-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgb(82, 94, 90);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.feature-info-modal__close:hover {
    background: rgba(0, 19, 18, 0.06);
    color: rgb(6, 47, 43);
}

.feature-info-modal__title {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: rgb(6, 47, 43);
    margin: 0 40px 16px 0;
    line-height: 1.25;
}

.feature-info-modal__body {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.feature-info-modal__body .feature-info-rich p {
    color: rgb(55, 65, 62);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.feature-info-modal__body .feature-info-rich p:last-child {
    margin-bottom: 0;
}

.feature-info-modal__body .feature-info-rich p.feature-info-subhead {
    margin-top: 1.15em;
    margin-bottom: 0.35em;
}

.feature-info-modal__body .feature-info-rich p.feature-info-subhead strong {
    color: rgb(6, 47, 43);
    font-weight: 700;
}

.feature-info-modal__body .feature-info-rich em {
    font-style: italic;
}

.feature-info-modal__body .feature-info-rich code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9em;
    padding: 0.1em 0.35em;
    border-radius: 4px;
    background: rgba(0, 19, 18, 0.07);
    color: rgb(6, 47, 43);
}

.stats_sectionmain_wrap.stats {
    background: linear-gradient(rgb(0, 19, 18) 51.69%, rgb(34, 58, 41) 100%);
    color: white;
    padding: 71px 20px;
}

.stats_sectionmain_wrap .stat {
    text-align: center;
    flex: 1 1 0%;
}

.stats_sectionmain_wrap .stat h2 {
    font-size: 90px;
    line-height: 110%;
    font-weight: 500;
}

.stats_sectionmain_wrap .stat h2 sup {
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
}

.stats_sectionmain_wrap .stat p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.faq_content_container {
    max-width: 700px;
    margin: 0px auto;
    padding-top: 48px;
    padding-bottom: 48px;
}

.faq_section_style .FAQ_title h2 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 42px;
    line-height: 130%;
    max-width: 450px;
    margin: 0px auto;
}

.faq_section_style .accordion-item {
    border-bottom: 1px solid rgb(220, 220, 220);
}

.faq_section_style .accordion-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 16px;
    flex-direction: row;
    gap: 10px;
}

.faq_section_style .accordion-header span {
    color: rgb(45, 58, 52);
}

.faq_section_style .icon {
    font-size: 20px;
    color: rgb(46, 204, 113);
    transition: transform 0.3s;
    margin-bottom: 0px;
}

/* Height-accurate open/close: animating max-height to a large value feels jerky; 0fr→1fr tracks real content size. */
.faq_section_style .accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    color: rgb(107, 116, 112);
    line-height: 1.6;
}

.faq_section_style .accordion-content-inner {
    overflow: hidden;
    min-height: 0;
}

.faq_section_style .accordion-item.active .accordion-content {
    grid-template-rows: 1fr;
}

@media (prefers-reduced-motion: reduce) {
    .faq_section_style .accordion-content {
        transition-duration: 0.01ms;
    }
}

.faq_section_style .accordion-content p {
    margin: 0px 0px 20px;
    color: rgba(1, 19, 17, 0.75);
}

.faq_section_style .accordion-item.active .icon {
}

.faq_section_style .accordion-header:hover {
    color: rgb(46, 204, 113);
}

.icon-close {
    display: none;
}

.accordion-item.active .icon-open {
    display: none;
}

.accordion-item.active .icon-close {
    display: inline;
}

.faq_section_style .accordion-item img {
    width: 22px;
    height: 22px;
}

.footer_section_wrap.footer {
    background: var(--secondary-color);
    color: rgb(209, 213, 219);
    padding: 60px 40px 20px;
}

.footer_section_wrap .footer_content_wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: nowrap;
    width: 100%;
}

.footer_section_wrap .footer-left {
    max-width: 45%;
    padding-right: 3rem;
}

.footer_section_wrap .footer_logo {
    font-size: 24px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
    max-width: 230px;
}

.footer_section_wrap .footer_logo img {
    width: 100%;
}

.footer_section_wrap .footer-text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 29px;
    color: rgba(255, 255, 255, 0.75);
}

.footer_section_wrap .footer-right {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.footer_section_wrap .footer-column h4 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer_section_wrap .footer-column a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    margin-bottom: 13px;
    font-size: 14px;
}

.footer_section_wrap .footer-column a:hover {
    color: rgb(255, 255, 255);
}

.footer_section_wrap .footer-bottom {
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 3rem;
}

.socials a {
    margin-right: 15px;
    text-decoration: none;
    color: rgb(209, 213, 219);
    font-size: 16px;
}

.footer_section_wrap .socials a:hover {
    color: rgb(255, 255, 255);
}

.footer_section_wrap .copyright {
    font-size: 13px;
    color: rgb(156, 163, 175);
}

.header_section_wrap .logo img {
    width: 100%;
}

.popup_page_main_wrap {
    background: rgb(241, 245, 242);
}

.popup_hero_section_main_wrapper {
    background: var(--secondary-color);
    padding: 56px 0px;
    min-height: 527px;
    margin-bottom: 1rem;
}

.label {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: inline-block;
    font-weight: 600;
    color: rgb(0, 19, 18);
}

.section_heading {
    font-size: 32px;
    line-height: 130%;
    color: var(--secondary-color);
}

.section_heading .highlight {
    font-size: 32px;
    font-style: italic;
    color: var(--primary-color);
    font-family: GT_Super_Display_Medium_Trial, sans-serif;
}

.paragraph {
    font-size: 16px;
    color: var(--peragraph-color);
    line-height: 150%;
}

.popup_hero_section_main_wrapper .popup_content a.btn {
    text-transform: none;
}

.popup_hero_section_main_wrapper .popup_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 100%;
}

.popup_hero_section_main_wrapper .popup_content {
    max-width: 550px;
}

.popup_hero_section_main_wrapper .label {
    color: var(--white);
}

.popup_hero_section_main_wrapper .popup_heading {
    font-size: 56px;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 24px;
}

.popup_hero_section_main_wrapper .highlight {
    font-style: italic;
    font-size: 60px;
}

.popup_hero_section_main_wrapper .paragraph {
    margin-bottom: 32px;
}

.learn_more_btn {
    color: rgba(37, 37, 37, 0.75);
    margin-top: 2rem;
    display: flex;
    justify-content: start;
    gap: 9px;
    align-items: center;
}

.popup_card_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.popup_card_section .popup_container {
    display: flex;
    gap: 32px;
    width: 100%;
}

.popup_card_section .popup_feature_card {
    flex: 1 1 0%;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 44px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(27, 28, 29, 0.1) 0px 2px 16px 0px;
}

.popup_card_section .popup_animation_box {
    height: 400px;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.popup_card_section .popup_card_content {
    margin-top: 20px;
    padding: 10px 6px;
    max-width: 88%;
}

.popup_card_section .section_heading {
    margin: 12px 0px 16px;
}

.popup_card_section .paragraph {
    color: rgba(37, 37, 37, 0.75);
}

a.learn_more_btn img {
    width: 7px;
    margin-left: 4px;
}

.popup_card_content .label {
    margin: 0px;
}

iframe.conversion_card_animation {
    width: 56%;
    height: 100%;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8.5px 0px;
}

.popup_animation_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_split_section {
    padding-bottom: 2rem;
}

.popup_split_section .popup_container_wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    background: white;
    padding: 48px;
    border-radius: 24px;
    box-shadow: rgba(27, 28, 29, 0.1) 0px 2px 16px 0px;
    width: 100%;
}

.popup_split_section .popup_content {
    flex: 1 1 0%;
    max-width: 520px;
}

.popup_split_section .paragraph {
    color: rgb(107, 114, 128);
    max-width: 450px;
    margin-top: 1rem;
}

.popup_split_section .popup_visual {
    flex: 1 1 0%;
    display: flex;
    place-content: flex-start flex-end;
    width: 100%;
    flex-direction: row;
}

.popup_split_section .popup_animation_box {
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

/* Tags inside white popup split cards should match light-card styling (like attribution card) */
.popup_split_section .tags div {
    color: rgba(0, 19, 18, 0.78);
    background: rgba(0, 19, 18, 0.09);
    border-color: rgba(0, 19, 18, 0.14);
}

.popup_split_section .tags div span svg path {
    stroke: rgba(0, 19, 18, 0.78);
}

.why_works_main_wrapper {
    background: var(--secondary-color);
    padding: 0px 0px 5rem;
}

.popup_animation_box .floating_image_why_work {
    width: 100%;
    max-width: min(100%, 520px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Integrations pill (matches homepage header toolbar #tab) */
.why_works_integrations_tab {
    background: rgba(15, 28, 22, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 40px;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.why_works_tab_flash {
    display: none;
}

.floating_image_why_work .logo-item {
    display: flex;
    align-items: center;
    opacity: 1;
}

.floating_image_why_work .logo-item svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.floating_image_why_work .why_works_tab_divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.13);
    flex-shrink: 0;
}

.why_works_main_wrapper .popup_container_wrap {
    background: none;
    padding: 0px;
}

.why_works_main_wrapper .popup_container_wrap .label {
    color: white;
    margin-bottom: 1.7rem;
}

.why_works_main_wrapper .popup_container_wrap .section_heading {
    color: white;
}

.why_works_main_wrapper .popup_container_wrap .paragraph {
    font-size: 16px;
    color: rgb(165, 165, 165);
    margin-bottom: 2rem;
}

.why_works_main_wrapper .popup_content {
    padding: 96px 0px;
}

.behavioul_target_lottie {
    width: 100%;
    height: 100%;
}

/* Lottie tends to include extra viewBox padding; scale slightly to crop whitespace. */
.popup_animation_box--lottie {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    max-height: 520px;
}

.popup_animation_box--lottie .behavioul_target_lottie {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup_animation_box--lottie .behavioul_target_lottie svg {
    width: 112%;
    height: 112%;
}

.popup_animation_box .lottie-fallback-img {
    display: block;
    width: 100%;
    max-width: 265px;
    height: auto;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

/* Ensure the HTML `hidden` attribute always wins for fallback media. */
.popup_animation_box .lottie-fallback-img[hidden] {
    display: none !important;
}

iframe.why_it_works_animation {
    height: 480px;
    width: 84%;
    margin: 0px auto;
}

.popup_animation_box.why_it_works_animation_wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.popup_animation_box img.half_cropped_image {
    position: absolute;
    top: -330px;
    object-fit: contain;
    width: 258px;
    left: 167px;
}

section.why_works_main_wrapper .container {
}

.grow_stat_container {
    min-width: 1000px;
    margin: 0px auto;
    background: linear-gradient(rgb(0, 19, 18) 51.69%, rgb(34, 58, 41) 100%);
    padding: 80px 56px 56px;
    border-radius: 32px;
}

.grow_stat_content {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.grow_stat_container .label {
    color: white;
    text-align: center;
    margin-bottom: 54px;
}

.grow_stat_content h2 {
    color: white;
}

.grow_stat_container {
    text-align: center;
}

section.growth_stat_section_main_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.popup_section_main_wrapper .popup_animation_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data_capture_main_wrap .popup_animation_box img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.popup_section_main_wrapper .popup_animation_box img.big {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-animation .animation-wrapper {
    position: relative;
    width: 90%;
    max-width: 100%;
    height: 432px;
}

.custom-animation .pair {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.custom-animation .pair.active {
    opacity: 1;
}

.custom-animation .big {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0px, -50%);
    transition: transform 600ms, opacity 400ms;
    opacity: 0;
    right: 0px;
}

.custom-animation .pair.active .big {
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 1;
}

.custom-animation .small {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(-20px, -50%);
    opacity: 0;
    transition: 400ms;
    z-index: 999;
}

.custom-animation .pair.show-small .small {
    opacity: 1;
    transform: translate(0px, -50%);
}

.custom-animation .pair.exit .big {
    opacity: 0;
    transform: translate(-80%, -50%);
}

.custom-animation .pair.exit .small {
    opacity: 0;
    transform: translate(-20px, -50%);
}

.data_capture_main_wrap .popup_container_wrap {
    gap: 0px;
    justify-content: space-between;
}

.data_capture_main_wrap .popup_container_wrap .popup_animation_box {
    width: 100%;
}

.data_capture_main_wrap .custom-animation {
    display: flex;
    justify-content: end;
}

.data_capture_main_wrap .popup_split_section .popup_container_wrap {
    min-height: 432px;
}

.popup_card {
    min-width: 600px;
    height: 100%;
    margin: 0px auto;
}

.vertical-animation {
    position: relative;
    width: 100%;
    display: flex;
}

.vertical-animation .animation-wrapper {
    position: relative;
    width: 100%;
    height: 421px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.vertical-animation .pair {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 437px;
    max-width: 220px;
    width: 100%;
}

.vertical-animation .pair.active {
    opacity: 1;
}

.vertical-animation .big {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 0;
    transition: transform 700ms, opacity 400ms;
    height: 100%;
}

.vertical-animation .pair.active .big {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.vertical-animation .small {
    position: absolute;
    top: 25%;
    left: -60%;
    transform: translate(-20px, -20%);
    opacity: 0;
    transition: 400ms;
    width: 180px;
}

.vertical-animation .pair.show-small .small {
    opacity: 1;
    transform: translate(0px, -20%);
}

.vertical-animation .pair.exit .big {
    opacity: 0;
    transform: translate(-50%, -80%);
}

.vertical-animation .pair.exit .small {
    opacity: 0;
    transform: translate(-20px, -20%);
}

.faq_section_style .accordion-item:last-child {
    border-bottom: 0px;
}

.header .container{
    max-width: 1280px;
}


.popup_hero_section_main_wrapper .container{
    max-width: 1280px;
}