@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "Inter", sans-serif;
    /* font-family:"PT Serif",serif;font-family:"Barlow",sans-serif;*/
    background: #f9f9f9;
    font-size: 18px
}

img {
    width: auto;
    max-width: 100% !important;
}

.mob_banner {
    display: none;
}

.hide_md_mob {
    display: none;
}

nav.navbar.navbar-expand-lg.bg-white.border-bottom {
    box-shadow: 0px 4px 5px #0000000a;
    border: 0px !important;
    z-index: 10;
}

button.navbar-toggler {
    border: 0px;
    box-shadow: 0px 0px 0px transparent !important;
    border: 0px !important;
    outline: 0px !important;
}



/* Top Bar */
.vip-bar {
    background: #FEE74A;
    text-align: center;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 6px;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #d71920;

}

.col-lg-12.mb-4 {
    text-align: center;
}

.mob_banner {
    text-align: center;
    margin: 0px auto;
}

/* underline */
.navbar-nav .nav-link::after {
    content: "|";
    position: relative;
    right: -7px;
    width: 100%;
    height: 1px;
    /* transform:scaleX(0);*/
    transition: transform 0.3s ease;
    color: #CBCBCB;
}

/* ❌ remove underline ONLY for last menu item */
.navbar-nav .nav-item:last-child .nav-link::after {
    display: none;
}

section.py-5.position-relative {
    background: url(../images/banner_pic1.png) left top no-repeat;
    background-size: cover;
}

/* Headings */
.hero-title {
    font-size: 56px;
    font-weight: 700;
    font-family: "PT Serif", serif;
}

.hero-title span {
    color: #d71920;
    text-decoration: underline;
}

/* Button */
/* .btn-affiliate2{background:#2bbf4b;color:#fff;font-size:18px;padding:14px 35px;border-radius:6px;min-width:320px;}.btn-affiliate:hover{background: #25a742;}*/
/* Images */
.device-img {
    max-width: 100%;
}

.bottle-img {
    max-width: 220px;
}

.row.justify-content-center.mt-4.modf_cont {
    display: flex;
    justify-content: center;
}

.row.justify-content-center.mt-4.modf_cont .col-md-3.feature {
    width: auto;
}

/* Floating dollars (demo) */
.money {
    position: absolute;
    width: 40px;
}

/* Footer icons */
.feature {
    font-size: 15px;
    color: #000;
}

/* SECTION */
.stats-section {
    background: #ffffff;
    padding: 80px 0;
}

/* TITLE */
.stats-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
    line-height: 1.3;
}

/* CARD */
.stat-card {
    border: 1px solid #a3a3a36e;
    border-radius: 12px;
    padding: 35px 20px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ICON */
.stat-icon {
    width: 52px;
    height: 52px;
    /* border:2px solid #d71920;border-radius:12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #d71920;
    font-size: 22px;
    font-weight: bold;
}

/* TEXT */
.stat-label {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #d71920;
}

/* NOTE */
.note-box {
    background: #FFFCF0;
    border: 1px solid #FFD29C;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 18px;
    margin-top: 45px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 11px;
}

.note-box strong {
    font-weight: 500;
}

.note-box a {
    color: #004ECE;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width:767px) {
    .stats-title {
        font-size: 26px;
    }
}

/* SECTION */
.profit-section {
    background: #f4faff;
    padding: 90px 0;
    overflow: hidden;
}

/* TEXT */
.profit-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin-bottom: 20px;
}

.profit-desc {
    color: #000;
    margin-bottom: 22px;
    max-width: 520px;
}

/* LIST */
.profit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.profit-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #000;
}

.profit-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #e31b23;
    font-weight: 700;
}

/* BUTTON */
/* .btn-affiliate{background:#2bbf4b;color:#fff;padding:14px 32px;font-size:16px;font-weight:600;border-radius:6px;min-width:320px;transition:all 0.3s ease;}.btn-affiliate:hover{background:#25a742;transform: translateY(-2px);}*/
/* IMAGE SIDE */
.graph-wrap {
    position: relative;
    text-align: center;
}

/* .graph-line{position:absolute;inset:0;background:url(../images/grap_add.png) center/contain no-repeat;z-index:0;z-index:0;width:100%;height:600px;top: -356px !important;}*/
.graph-line {
    position: absolute;
    inset: 0;
    background: url(../images/grap_add.png) left top no-repeat;
    z-index: 0;
    z-index: 0;
    width: 160%;
    left: -79px;
    height: 100%;
    top: -16%;
    background-size: 100% 100%;
}

/* BOTTLES */
.bottle {
    max-width: 230px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.bottle.left {
    transform: rotate(-8deg);
}

.bottle.right {
    transform: rotate(6deg);
}

.graph-wrap:hover .bottle.left {
    transform: rotate(-8deg) translateY(-8px);
}

.graph-wrap:hover .bottle.right {
    transform: rotate(6deg) translateY(-8px);
}

/* RESPONSIVE */
@media (max-width:991px) {
    .profit-title {
        font-size: 28px;
    }

    .graph-wrap {
        margin-top: 40px;
    }
}

/* SECTION */
/* GRID */
/* =============================== SECTION BASE================================ */
.why-section {
    background: #ffffff;
    padding: 96px 0;
}

.why-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 12px;
}

.why-subtitle {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #000;
    margin-bottom: 64px;
}

/* =============================== GRID================================ */
.why-grid {
    border: 1px solid #e9ecef;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
}

.why-card {
    padding: 36px 32px;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    height: 100%;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

/* Last column / row borders */
.why-card:nth-child(3),
.why-card:nth-child(6) {
    border-right: none;
}

.why-card:nth-child(4),
.why-card:nth-child(5),
.why-card:nth-child(6) {
    border-bottom: none;
}

/* Hover */
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* =============================== ICONS (SVG)================================ */
.why-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
}

.why-icon svg {
    width: 100%;
    height: 100%;
    stroke: #e31b23;
    fill: none;
    stroke-width: 1.8;
    transition: transform 0.35s ease;
}

.why-card:hover .why-icon svg {
    transform: scale(1.15);
}

/* =============================== TEXT================================ */
.why-card h6 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-right: 45px;
    min-height: 54px;
}

.why-card p {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #5f6368;
    margin: 0;
}

/* =============================== CTA================================ */
/* .btn-affiliate{background:#28b446;color:#fff;font-family:'Inter',sans-serif;padding:15px 38px;font-size:16px;font-weight:600;border-radius:7px;margin-top:56px;max-width:400px;transition:all 0.3s ease;}.btn-affiliate:hover{background:#22a13d;transform: translateY(-2px);}*/
/* =============================== SCROLL REVEAL================================ */
.why-card.reveal {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.why-icon {
    width: 48px;
    height: 35px;
    margin-bottom: 18px;
    position: absolute;
    right: 18px;
    top: 30px;
}

/* =============================== RESPONSIVE================================ */
@media (max-width:991px) {
    .why-card {
        border-right: none !important;
    }

    .why-card:nth-child(4),
    .why-card:nth-child(5) {
        border-bottom: 1px solid #e9ecef;
    }
}

/* =============================== SECTION BASE================================ */
.audience-section {
    background: #f4faff;
    padding: 96px 0;
}

.audience-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 10px;
}

.audience-subtitle {
    font-family: 'Inter', sans-serif;
    color: #000;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

/* =============================== CARDS================================ */
.card-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
    transition: all 0.35s ease;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.card-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card-box_cont {
    flex: 50%;
}

.card-title {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* =============================== GEO LIST================================ */
.geo-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.geo-item span {
    font-weight: 600;
}

.geo-flag {
    width: 22px;
    margin-right: 10px;
}

.geo-bar {
    flex: 1;
    height: 6px;
    background: #e6e6e6;
    border-radius: 6px;
    margin: 0 10px;
    overflow: hidden;
}

.geo-fill {
    height: 100%;
    background: #d71920;
    border-radius: 6px;
    width: 0;
    transition: width 1.2s ease;
}

/* =============================== MAP================================ */
.map-placeholder {
    width: 50%;
    height: 166px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
}

.map-placeholder img {
    object-fit: contain;
    width: 100%;
    height: 114%;
}

.card-box_spa {
    position: relative;
}

.card-box_opt {
    width: 48%;
}

.card-box_spa::after {
    content: "";
    position: absolute;
    left: 49%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 2px;
    height: 80%;
    background: #e9ecef;
}

/* =============================== GENDER / AGE================================ */
.gender-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gender-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gender-icon {
    font-size: 34px;
    color: #d71920;
}

.gender-icon img {}

.gender-age {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Inter', sans-serif;
}

.gender-label {
    font-size: 14px;
    color: #5f6368;
}

.gender-icon img {
    width: 49px;
}

/* =============================== DEVICE================================ */
.device-box {
    display: flex;
    gap: 40px;
    align-items: center;
}

.device-item {
    text-align: center;
}

.device-item {
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: anchor-center;
}

.device-ring {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 6px solid #e6e6e6;
    position: relative;
    margin: 0 auto 6px;
}

.device-ring span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid #d71920;
    clip-path: inset(0 40% 0 0);
    width: 68px;
    height: 68px;
    top: -6px;
    left: -6px;
    rotate: 180deg;
}

.device-label {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #4F4F4F;
    text-align: left;
}

.device-value {
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
}

/* =============================== REVEAL================================ */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* =============================== RESPONSIVE================================ */
@media (max-width:991px) {
    .device-box {
        justify-content: left;
    }
}

/* =============================== SECTION BASE================================ */
.partner-section {
    background: #ffffff;
    padding: 96px 0;
}

.partner-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 12px;
}

.partner-subtitle {
    font-family: 'Inter', sans-serif;
    color: #000;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.partner-card_wrap {
    max-width: 800px;
    margin: 0px auto;
}

/* =============================== FORM CARD================================ */
.partner-card {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ffe1e1;
    border-radius: 14px;
    padding: 40px 38px;
    box-shadow: 0 18px 45px rgb(255 209 209);
    position: relative;
}

/* ClickBank Logo */
.cb-logo {
    text-align: center;
    margin-bottom: 30px;
}

.cb-logo span {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 18px;
    border: 2px solid #2c2cff;
    padding: 4px 10px;
    color: #2c2cff;
}

/* =============================== STEPS================================ */
.step {
    position: relative;
    padding-left: 28px;
    margin-bottom: 22px;
    margin: 0 89px 25px;
}

.step::before {
    content: '';
    position: absolute;
    left: -5px;
    top: -2px;
    width: 20px;
    height: 20px;
    background: #e31b23;
    border-radius: 50%;
    border: 6px solid #ffd1d1;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 18px;
    width: 2px;
    height: calc(100% + 6px);
    /* background:#f3b1b1;*/
    border: 1px dashed #f3b1b1;
}

.step-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-bottom: 4px;
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.partner-card.reveal button.btn.btn-affiliate {
    width: 80%;
    max-width: 80%;
    margin: 60px auto 0 !important;
    display: block;
}

/* =============================== INPUTS================================ */
.form-control,
.form-select {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 6px;
}

.form-control:focus,
.form-select:focus {
    border-color: #e31b23;
    box-shadow: 0 0 0 0.15rem rgba(227, 27, 35, 0.15);
}

/* =============================== OUTPUT FIELD================================ */
.output-link {
    background: #f8f9fa;
    font-size: 13px;
}

/* =============================== CTA BUTTON================================ */
.btn-affiliate {
    background: #28b446;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 7px;
    min-width: 280px;
    margin-top: 18px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 5px #0000001a;

}

.btn-affiliate:hover {
    background: #22a13d;
    color: #fff;
    transform: translateY(-2px);
}

.btn-affiliate2 {
    background: #C72026;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 7px;
    min-width: 280px;
    margin-top: 18px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 5px #0000001a;
}

.btn-affiliate2:hover {
    background: #C72026;
    color: #fff;
    transform: translateY(-2px);
}

/* =============================== HOVER / REVEAL================================ */
.partner-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.partner-card.reveal {
    opacity: 1;
    transform: translateY(0);
}

/* =============================== RESPONSIVE================================ */
@media (max-width:575px) {
    .partner-card {
        padding: 32px 26px;
    }
}

/* =============================== SECTION BASE================================ */
.tools-section {
    background: #f4faff;
    padding: 96px 0 35px;
}

.tools-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 10px;
}

.tools-subtitle {
    font-family: 'Inter', sans-serif;
    color: #5f6368;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

/* =============================== CARD================================ */
.tools-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 34px 36px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    max-width: 920px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.tools-card:hover {
    transform: translateY(-6px);
}

/* =============================== HEADER================================ */
.tools-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}

.tools-header span {
    color: #e31b23;
    position: relative;
    margin-top: -5px;
}

.download-link {
    font-size: 20px;
    /* margin-left:auto;*/
    color: #1155CC;
    text-decoration: underline;
}

/* =============================== TABS================================ */
.email-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.email-tab {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #fdecec;
    color: #b71c1c;
    cursor: pointer;
    transition: all 0.25s ease;
}

.email-tab.active,
.email-tab:hover {
    background: #e31b23;
    color: #fff;
}

/* =============================== META================================ */
.email-meta {
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
}

.email-meta strong {
    font-weight: 600;
}

/* =============================== EMAIL BODY================================ */
.email-body {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.email-body img {
    max-width: 320px;
    border-radius: 8px;
    margin: 12px 0;
}

.email-body p a {
    color: #1155CC !important;
    font-weight: 600;
}

/* =============================== REVEAL================================ */
.tools-card {
    opacity: 0;
    transform: translateY(30px);
}

.tools-card.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

/* =============================== RESPONSIVE================================ */
@media (max-width:767px) {
    .tools-card {
        padding: 26px 22px;
    }
}

/* =============================== CARD BASE================================ */
.banner-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 28px 30px 32px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    max-width: 920px;
    margin: 0 auto 60px;
    transition: all 0.3s ease;
}

.banner-card:hover {
    transform: translateY(-4px);
}

/* =============================== HEADER================================ */
.banner-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.banner-header span {
    color: #e31b23;
}

.banner-download {
    margin-left: auto;
    font-size: 13px;
    color: #1a73e8;
    text-decoration: underline;
}

/* =============================== SIZE TABS================================ */
.banner-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.banner-tab {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #f1f3f4;
    color: #333;
    cursor: pointer;
    transition: all 0.25s ease;
}

.banner-tab.active,
.banner-tab:hover {
    background: #e31b23;
    color: #fff;
}

/* =============================== BANNERS================================ */
.banner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.banner-item {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.35s ease;
}

.banner-item img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.banner-item:hover img {
    transform: scale(1.06);
}

.banner-item:hover {
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

/* =============================== RESPONSIVE================================ */
@media (max-width:991px) {
    .banner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .banner-grid {
        grid-template-columns: -1fr;
    }
}

/* =============================== SECTION BASE================================ */
.terms-section {
    background: #ffffff;
    padding: 96px 0 80px;
}

/* =============================== TITLE================================ */
.terms-title {
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 12px;
}

.terms-intro {
    font-family: 'Inter', sans-serif;
    color: #555;
    text-align: left;
    /* max-width:720px;*/
    margin: 0 auto 30px !important;
}

/* =============================== TERMS BOX================================ */
.terms-box {
    max-width: 980px;
    margin: 0 auto;
    /* border:1px solid #e6e6e6;*/
    border-radius: 10px;
    padding: 0px 0px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    background: #fff;
}

/* Subtle scrollbar */
.terms-box::-webkit-scrollbar {
    width: 8px;
}

.terms-box::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
}

.terms-box::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Paragraphs */
.terms-box p {
    margin-bottom: 12px;
}

/* Bullet points */
.terms-box ul {
    padding-left: 18px;
    margin-bottom: 14px;
}

.terms-box li {
    margin-bottom: 12px;
}

/* =============================== FOOTER LINKS================================ */
.terms-footer {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 26px;
}

.terms-footer a {
    color: #1a73e8;
    text-decoration: underline;
    margin: 0 6px;
}

/* =============================== FOOTER LEGAL SECTION================================ */
.footer-legal {
    background: #ffffff;
    padding: 40px 0 30px;
    border-top: 1px solid #eee;
    font-family: 'Inter', sans-serif;
}

/* LINKS */
.footer-links {
    text-align: center;
    font-size: 15px;
    margin-bottom: 18px;
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    margin: 0 2px;
}

/* DISCLAIMER BOX */
.disclaimer-box {
    max-width: 860px;
    margin: 0 auto 18px;
    padding: 14px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.disclaimer-box2 {
    max-width: 860px;
    margin: 0 auto 0px;
    padding: 14px 18px;
    font-size: 12px;
    text-align: center;
}

/* COPYRIGHT */
.footer-copy {
    text-align: center;
    font-size: 12px;
    color: #666;
}

/* ====================================================== */
.graph-wrap img {
    position: relative;
    z-index: 1;
}

.card-box_spa {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* each side */
.card-box_opt {
    width: 48%;
}

/* ================= DIVIDER (DESKTOP) ================= */
.card-box_spa::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 2px;
    height: 80%;
    background: #e9ecef;
}

.email_content_view {
    display: none;
}

.email_content_view.active {
    display: block;
}

/* ================= RESPONSIVE (TABLET & MOBILE) ================= */
@media (max-width:1500px) {
    .gender-age {
        font-size: 40px;
        line-height: 45px;
    }

    .gender-label {
        font-size: 12px;
        color: #5f6368;
    }

    .gender-icon img {
        width: 43px;
    }

    .device-value {
        font-size: 36px;
        line-height: 45px;
    }

    .device-label {
        font-size: 16px;
    }

    .terms-title,
    .tools-title,
    .partner-title,
    .audience-title,
    .why-title,
    .profit-title {
        font-size: 31px;
    }

    .graph-line {
        position: absolute;
        inset: 0;
        background: url(../images/grap_add.png) left top no-repeat;
        z-index: 0;
        z-index: 0;
        width: 137%;
        left: -29px;
        height: 100%;
        top: -19%;
        background-size: 100% 100%;
    }

    /* .container, .container-sm {
        max-width: 100%;
    } */

    .tools-header {

        font-size: 22px;

    }

    .download-link {
        font-size: 14px;
    }

    .tools-header_left span img {
        width: 42px;
    }

    .email-tab {
        font-size: 15px;

    }

    .hero-title {
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .email-tab {
        font-size: 15px;

    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    body {
        font-size: 16px;
    }

    .hero-title {
        font-size: 40px;
    }

    .terms-title,
    .tools-title,
    .partner-title,
    .audience-title,
    .why-title,
    .profit-title {
        font-size: 32px;
    }

    .note-box strong {
        flex: 1;
        word-break: break-word;
        font-size: 16px;
    }

    .card-box_spa {
        flex-direction: row;
    }

    /* .card-box_opt {
        width: 100%;
    } */

    .note-box {
        text-align: center;
        flex-direction: column;
    }

    .note-box img {
        position: relative;
        margin-top: -42px;
    }

    .why-card {
        padding: 20px;
    }

    .why-card h6 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 45px;
    }

    .why-icon {
        width: 27px;
        height: 29px;
        margin-bottom: 18px;
        position: absolute;
        right: 16px;
        top: 23px;
    }


    .profit-desc {
        max-width: 100%;
    }

    .graph-line {
        top: 0px !important;
    }

    .terms-section {
        padding: 60px 0 60px;
    }

    .tools-header {

        font-size: 22px;

    }

    .download-link {
        font-size: 14px;
    }

    .tools-header_left span img {
        width: 42px;
    }

    .profit-section {
        padding: 60px 0;
    }

    .partner-section,
    .tools-section,
    .terms-section,
    .audience-section,
    .why-section,
    .stats-section {
        padding: 60px 0;
    }

    button.navbar-toggler {
        border: 0px;
    }

    .graph-line {
        position: absolute;
        inset: 0;
        background: url(../images/grap_add.png) left top no-repeat;
        z-index: 0;
        z-index: 0;
        width: 137%;
        left: -29px;
        height: 100%;
        top: -10%;
        background-size: 100% 100%;
    }

    .why-card h6 {

        min-height: auto;
    }

    .gender-age {
        font-size: 23px;
        line-height: 28px;
    }

    .device-value {
        font-size: 23px;
        line-height: 28px;
    }

    .device-ring {
        width: 50px;
        height: 50px;

    }

    .gender-label {
        font-size: 10px;
    }

    .card-box {

        padding: 18px;

        gap: 10px;
    }

    .card-title {
        font-size: 21px;

    }

    .device-ring span {
        width: 50px;
        height: 50px;
    }

    .device-label {
        font-size: 14px;
    }

    h2.profit-title br {
        display: none;
    }

    .hide_md_mob {
        display: block;
    }

    a.btn.btn-affiliate.hide_md {
        display: none;
    }

    .hide_md_mob {
        text-align: center;
    }

    a.btn.btn-affiliate {
        margin: 0px auto !important;
        display: inline-block;
    }

    button.btn.btn-affiliate2 {
        display: block;
        margin: 30px auto;
    }

    .footer-legal {
        background: #ffffff;
        padding: 40px 20px 30px;
    }

    .partner-section,
    .tools-section,
    .terms-section,
    .audience-section,
    .why-section,
    .stats-section {
        padding: 40px 15px;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-nav .nav-link {

        border-bottom: 1px solid #efefef;
    }

    .row.align-items-center.justify-content-center.mt-5 {
        margin-top: 18px !important;
    }
}

@media (max-width:767px) {



    .email-tab {
        font-size: 12px;
    }

    .card-box {
        flex-direction: column;
    }

    .map-placeholder {
        width: 100%;
        height: 100%;
    }

    .card-box_spa::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 2px;
    }

    .card-box_opt+.card-box_opt {
        margin-top: 30px;
    }

    .tools-header_left span img {
        width: 48px;
    }

    body {
        font-size: 16px;
    }

    .hero-title {
        font-size: 24px;
    }

    .terms-title,
    .tools-title,
    .partner-title,
    .audience-title,
    .why-title,
    .profit-title {
        font-size: 28px;
    }

    .tools-header {
        font-size: 19px;
    }

    .tools-header_left span img {
        width: 40px;
    }

    .card-box {

        padding: 20px;
        height: 100%;
        gap: 10px;
    }

    .gender-icon img {
        width: 40px;
    }

    .device-item {

        gap: 10px;
    }

    .profit-section {
        padding: 40px 0;
    }

    .partner-section,
    .tools-section,
    .terms-section,
    .audience-section,
    .why-section,
    .stats-section {
        padding: 40px 10px;
    }

    .banner-card {

        padding: 20px;
    }

    .step {
        margin: 0 0px 25px;
    }

    .stat-card {
        padding: 20px;
    }

    .partner-card.reveal button.btn.btn-affiliate {
        width: 100%;
        max-width: 100%;

    }

    .note-box {

        text-align: center;
    }

    .card-box_opt {
        width: 100%;
    }

    .gender-item {

        white-space: nowrap;
        width: 50%;
    }

    .gender-label {
        font-size: 11px;
    }

    .device-item {
        gap: 10px;
        width: 50%;
    }

    .device_info {
        flex: 1;
    }

    .card-title {
        font-size: 19px;
    }

    .device-value {

        text-align: left;
    }

    .stat-label {
        font-size: 13px;

    }

    .stat-value {
        font-size: 26px;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        color: #d71920;
    }

    .stat-icon {
        width: 35px;
        height: 35px;
    }

    .stats-title {

        margin-bottom: 38px;
    }

    .stats-title {
        font-size: 21px;
    }

    .terms-title,
    .tools-title,
    .partner-title,
    .audience-title,
    .why-title,
    .profit-title {
        font-size: 21px;
    }

    .row.justify-content-center.mt-4.modf_cont .col-md-3.feature {
        width: auto;
        margin: 0px !important;
        padding: 2px 6px;
    }

    .feature {
        font-size: 14px;
        color: #000;
    }

    .why-card h6 {
        font-size: 16px;

    }

}

@media (max-width:479px) {
    a.navbar-brand.fw-bold img {
        width: 122px;
    }

    .hero-title {
        font-size: 26px;
    }

    .desktop_img {
        display: none;
    }

    .mob_banner {
        display: block;
    }

    .card-title {
        font-size: 22px;

    }

    .gender-age {
        font-size: 25px;
        line-height: 34px;
    }

    .device-ring {
        width: 55px;
        height: 55px;

    }

    .device-ring span {
        width: 55px;
        height: 55px;
    }

    .device-value {
        font-size: 25px;
        line-height: 34px;
    }

    .device-label {
        font-size: 14px;
    }

    .tools-header {
        flex-direction: column;
        align-items: baseline;
    }

    .btn-affiliate {
        min-width: 100%;
    }

    .stat-card {
        padding: 20px 10px;
    }

    body {
        font-size: 15px;
    }
}

@media (max-width:400px) {
    .stats-title {
        font-size: 19px;
    }

    .note-box strong {
        font-size: 14px;
    }

    .terms-title,
    .tools-title,
    .partner-title,
    .audience-title,
    .why-title,
    .profit-title {
        font-size: 19px;
    }

    .partner-section,
    .tools-section,
    .terms-section,
    .audience-section,
    .why-section,
    .stats-section {
        padding: 40px 1px;
    }
}