html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
iframe {
    max-width: 100%;
}

.container,
.nav-container,
.apply-layout,
.metrics-grid,
.timeline-steps,
.pricing-grid,
.returns-box,
.faq-list,
.faq-note-box,
.footer-content {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #F7F7F5;
    color: #34393D;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1200px, 90%);
    margin: 0 auto;
}

.container-nav {
    width: min(1050px, 86%);
    margin: 0 auto;
}


.container2 {
    width: min(1050px, 86%);
    margin: 0 auto;
    margin-top: 8px;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    transition: transform 0.35s ease;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

/* Top intake bar */
.top-intake-bar {
    background: #34393D;
    border-radius: 5px;
    margin-bottom: 8px;
}

.top-intake-content {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 4px 14px;
    text-align: center;
}

.top-intake-text {
    color: #F7F7F5;
    font-size: 12px;
    font-weight: 450;
}

.top-intake-link {
    color: #F7F7F5;
    font-size: 12px;
    font-weight: 450;
    margin-left: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.top-forward-icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.top-intake-bar {
    background: #34393D;
    border-radius: 5px;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}

.top-intake-content {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
    padding: 4px 14px;
    text-align: center;
}

.top-intake-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Main navbar */
.navbar-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 8px 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid #0000001C;
    background: transparent;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    white-space: nowrap;
}

.logo-img {
    width: 126px;
    height: 66px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #34393D;
    transition: 0.3s ease;
}

.nav-links a:hover {
    color: #858E95;
}

.nav-cta {
    white-space: nowrap;
}


/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #34393D;
    color: #ffffff;
}

.btn-primary:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.btn-secondary {
    border: 1px solid #000000;
    color: #000000;
    background: rgba(255, 255, 255, 0.03);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 0 0 20px;
    padding-left: 0;
    margin-top: -20px;
    margin-left: 120px;
}

.hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 600px 600px;
    align-items: center;
    gap: 1px;
    min-height: 50px;
}

.hero-text {
    max-width: 550px;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #0000001C;
    font-size: 12px;
    font-weight: 500;
    color: #34393D;
}

.hero h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -2px;
    margin-bottom: 24px;
    font-weight: 400;
}

.hero h1 p{
    font-weight: 500;
}

.hero-description {
    max-width: 600px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.75;
    color: rgb(52 57 61 / 60%);
}

.hero-buttons1 .btn,
.hero-buttons2 .btn {
    width: 100%;
}

.hero-buttons1 {
    display: flex;
    gap: 14px;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.forward-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.hero-buttons2 {
    display: flex;
    gap: 14px;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.hero-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 400px;
}

/* Trusted section */
.trusted {
    background-color: #ffffff;
    padding: 30px 0 30px;
}

.trusted-label {
    text-align: center;
    margin-bottom: 26px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #34393D;
}

.trusted-description {
    text-align: center;
    margin-bottom: 28px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #34393D;
}

.trusted-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 18px 0;
}

/* fading edges */
.trusted-marquee::before,
.trusted-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.trusted-marquee::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(247, 247, 245, 0) 100%);
}

.trusted-marquee::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(247, 247, 245, 0) 100%);
}

.trusted-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: trusted-scroll 22s linear infinite;
}

.trusted-track span {
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #34393D;
  white-space: nowrap;
  opacity: 0.9;
  filter: blur(4px);
}

@keyframes trusted-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Metrics section */
.metrics {
    padding: 50px 0 50px;
    background: #F7F7F5;
}

.metrics-header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.metrics-header h2 {
    color: #34393D;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 16px;
}

.metrics-header p {
    color: #858E95;
    font-size: 15px;
    line-height: 1.75;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.metric-card {
    background: #ffffff;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 5px;
    padding: 22px 22px 24px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.metric-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

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

.metric-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0.9;
}

.metric-label {
    color: #858E95;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1;
}

.metric-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.metric-value-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.metric-value-row h3 {
    margin-bottom: 0;
}

.metric-card h3 {
    color: #34393D;
    font-size: clamp(2.8rem, 5vw, 3.8rem);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
}

.metric-description {
    color: #858E95;
    font-size: 0.95rem;
    line-height: 1.7;
}

.metrics-updated {
    margin-top: 58px;
    text-align: center;
    color: #858E95;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.metrics-updated #updateTimer {
    color: #098E4F;
    font-weight: 500;
}

/* Green pulsing dot */
.live-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #098E4F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    box-shadow: 0 0 0 rgba(9, 142, 79, 0.7);
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(9, 142, 79, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(9, 142, 79, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(9, 142, 79, 0);
    }
}

.metric-value-row {
    display: flex;
    align-items: flex-end;
    gap: 1px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.metric-value-row h3 {
    margin-bottom: 0;
}

.metric-change {
    font-size: 0.9rem;
    font-weight: 520;
    color: #098E4F;
    line-height: 1;
    padding-bottom: 12px;
}

.dash-icon {
    width: 25px;
    height: 25px;
    padding-bottom: 11px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Timeline section */
.timeline {
    padding: 90px 0 110px;
    background: #ffffff;
}

.timeline-header {
    max-width: 920px;
    margin: 0 auto 42px;
    text-align: center;
}

.timeline-header h2 {
    color: #34393D;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 500;
    font-size: 45px;
    line-height: 1.05;
    margin-bottom: 18px;
}

.timeline-header p {
    color: #5B6267;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

/* Progress line */
.timeline-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1130px;
    width: 100%;
    margin: 0 auto 46px;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.timeline-dot-start {
    background: transparent;
    border: 1.5px solid rgba(52, 57, 61, 0.22);
}

.timeline-dot-gray {
    background: rgba(52, 57, 61, 0.22);
}

.timeline-line {
    flex: 1;
    height: 1px;
    background: rgba(52, 57, 61, 0.18);
}

.timeline-line-end {
    flex: 0.95;
}

/* Cards row */
.timeline-steps {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.timeline-item {
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.timeline-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 5px;
    color: #34393D;
    font-size: 1.05rem;
    font-weight: 500;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.timeline-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 5px;
    padding: 24px 24px 14px;
    min-height: 300px;
}

.timeline-card h3 {
    color: #34393D;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 18px;
}

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

.timeline-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 16px;
    color: #858E95;
    font-size: 15px;
    line-height: 1.65;
}

.timeline-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #34393D;
    font-size: 0.95rem;
    font-weight: 700;
}

/* Pricing section */
.pricing {
    padding: 90px 0 110px;
    background: #F7F7F5;
}

.pricing-header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.pricing-header h2 {
    color: #34393D;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 16px;
}

.pricing-header p {
    color: #34393d99;
    font-size: 16px;
    line-height: 1.75;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    padding: 28px 18px 22px;
}

.pricing-card-third {
    grid-column: 1 / -1;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
}

.pricing-card h3 {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.pricing-card c {
    color: #000000;
    font-size: 12px;
    border-radius: 26px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    background-color: #e9e8e87d;
    padding: 8px 14px;
    font-weight: 600;
}

.pricing-subtext {
    color: #858E95;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 26px;
}

.pricing-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.pricing-price {
    color: #000000;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1;
}

.pricing-period {
    color: #858E95;
    font-size: 0.95rem;
}

.pricing-action-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 6px;
    color: #000000;
    font-size: 0.95rem;
    font-weight: 500;
    background: transparent;
    text-decoration: none;
    margin-bottom: 26px;
    transition: 0.3s ease;
}

.pricing-action-btn:hover {
    background: rgba(52, 57, 61, 0.03);
}

.pricing-section-block {
    margin-bottom: 24px;
}

.pricing-section-block h4 {
    color: #000000;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 16px;
}

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

.pricing-note {
    margin-top: 10px;
    color: #858E95;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pricing-note strong {
    color: #34393D;
    font-weight: 700;
}

/* Make cards a bit smaller */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 5px;
    padding: 24px 16px 20px;
}

.pricing-card-third {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

/* Title row */
.pricing-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.pricing-title-row h3 {
    margin: 0;
    color: #000000;
    font-size: 1.05rem;
    font-weight: 500;
}

/* Small plan icon */
.pricing-plan-icon {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

.pricing-plan-icon::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 2px;
    transform: rotate(45deg);
}

.pricing-plan-icon-blue {
    background: #dce8f7;
}

.pricing-plan-icon-blue::after {
    background: #1d4f91;
}

.pricing-plan-icon-purple {
    background: #f3d7ef;
}

.pricing-plan-icon-purple::after {
    background: #9b2c8f;
}

.pricing-plan-icon-green {
    background: #d8f0e7;
}

.pricing-plan-icon-green::after {
    background: #0f8b57;
    transform: none;
    clip-path: polygon(50% 20%, 85% 80%, 15% 80%);
}

/* Button with icon */
.pricing-action-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 14px 18px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 6px;
    color: #000000;
    font-size: 0.95rem;
    font-weight: 500;
    background: transparent;
    text-decoration: none;
    margin-bottom: 26px;
    transition: 0.3s ease;
}

.pricing-action-btn:hover {
    background: rgba(52, 57, 61, 0.03);
}

.btn-forward-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Usage list items with info icon */
.pricing-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #858E95;
    font-size: 0.95rem;
    line-height: 1.65;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pricing-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #34393D;
    font-weight: 700;
    font-size: 0.95rem;
}

.pricing-item-text {
    display: inline-block;
    background-image: radial-gradient(circle, rgba(52, 57, 61, 0.35) 1px, transparent 1px);
    background-size: 6px 1.5px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 2px;
}

/* Info trigger */
.pricing-info-trigger {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1;
}

.pricing-info-icon {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(52, 57, 61, 0.35);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #858E95;
    font-style: normal;
}

/* Tooltip */
.pricing-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
    min-width: 220px;
    max-width: 260px;
    background: #2f3438;
    color: #ffffff;
    font-size: 0.85rem;
    line-height: 1.45;
    padding: 12px 14px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    z-index: 10;
    pointer-events: none;
}

.pricing-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #2f3438 transparent transparent transparent;
}

.pricing-info-trigger:hover .pricing-tooltip,
.pricing-info-trigger:focus .pricing-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Same traffic, higher returns */
.returns {
    padding: 90px 0 110px;
    background: #ffffff;
}

.returns-box {
    background: #f1f1f1;
    border-radius: 29px;
    overflow: hidden;
    width: 600px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.returns-header {
    padding: 48px 48px 4px;
    text-align: center;
}

.returns-header h2 {
    color: #34393D;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.05;
    margin: 0;
}

.returns-header strong {
    font-weight: 700;
}

.returns-slider {
    position: relative;
    height: 620px;
    margin: 0 auto;
}

.returns-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 40px;
}

.returns-slide.active {
    opacity: 1;
    z-index: 2;
}

.returns-slide img {
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 620px;
    object-fit: contain;
    display: block;
}

.returns-slide.active {
    opacity: 1;
    z-index: 2;
}

.returns-slide img {
    width: 100%;
    max-width: 450px;
    height: 100%;
    max-height: 450px;
    object-fit: contain;
    display: block;
}

.returns-nav {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(52, 57, 61, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #34393D;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
    padding: 0;
}

.returns-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: translateY(-1px);
}

.returns-nav:hover {
    background: #ffffff;
    border-color: rgba(52, 57, 61, 0.2);
}

.returns-prev {
    left: 150px;
}

.returns-next {
    right: 150px;
}

/* Problem section */
.problem-section {
    padding: 90px 0 110px;
    background: #ffffff;
}

.problem-container {
    max-width: 1100px;
}

.problem-eyebrow {
    color: #34393D;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
}

.problem-heading-wrap {
    margin-bottom: 40px;
}

.problem-heading-primary,
.problem-heading-secondary {
    font-size: 56px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.problem-heading-primary {
    color: #34393D;
}

.problem-heading-secondary {
    color: rgba(52, 57, 61, 0.28);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.problem-card {
    position: relative;
    padding: 34px 34px 30px;
    min-height: 210px;
    border-right: 1px solid rgba(52, 57, 61, 0.20);
    border-bottom: 1px solid rgba(52, 57, 61, 0.20);
}

.problem-card:nth-child(2),
.problem-card:nth-child(4) {
    border-right: none;
}

.problem-card:nth-child(3),
.problem-card:nth-child(4) {
    border-bottom: none;
}

.problem-card h3 {
    color: #34393D;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 16px;
    max-width: 78%;
}

.problem-card p {
    color: #858E95;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
    max-width: 88%;
}

.problem-number {
    position: absolute;
    top: 26px;
    right: 28px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(52, 57, 61, 0.08);
    pointer-events: none;
    user-select: none;
}

.guarantee-box {
    max-width: 1155px;
    min-height: 100px;
    margin: 30px auto 0;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 6px;
    background: rgb(52 57 61 / 10%);
    padding: 18px 12px;

    display: flex;
    align-items: center;
    gap: 6px;
}

.guarantee-icon {
    width: 70px;
    height: 60px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.guarantee-text {
    display: flex;
    flex-direction: column;
}

.guarantee-box h1 {
    margin: 0 0 5px;
    color: #34393D;
    font-size: 20px;
    font-weight: 500;
}

.guarantee-box p {
    margin: 0;
    color: #858E95;
    font-size: 13.25px;
    font-weight: 450;
    line-height: 1.6;
}

/* FAQ section */
/* FAQ */
.faq {
    padding: 90px 0 110px;
    background: #ffffff;
}

.faq-header {
    text-align: center;
    margin-bottom: 22px;
}

.faq-header h2 {
    color: #34393D;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 18px;
}

.faq-header p {
    color: #858E95;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.faq-filters {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 58px;
}

.faq-filter-btn {
    padding: 12px 24px;
    border: 1px solid rgba(52, 57, 61, 0.14);
    border-radius: 8px;
    background: transparent;
    color: #34393D;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s ease;
}

.faq-filter-btn.active {
    background: #34393D;
    color: #ffffff;
    border-color: #34393D;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    display: block;
    border: 1px solid rgba(52, 57, 61, 0.14);
    border-radius: 6px;
    background: transparent;
    overflow: hidden;
}

.faq-item.hidden {
    display: none;
}

.faq-question {
    width: 100%;
    max-height: 44px;
    border: none;
    background: transparent;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.faq-question span:first-child {
    line-height: 1.5;
}

.faq-icon {
    font-size: 2rem;
    line-height: 1;
    color: #000000;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease, opacity 0.35s ease;
    opacity: 0;
}

.faq-answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 28px 0;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    transform: translateY(-6px);
    transition: transform 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-item.active .faq-answer p {
    padding: 0 28px 22px;
    transform: translateY(0);
}

.faq-icon {
    font-size: 2rem;
    line-height: 1;
    color: #000000;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-note-box {
    max-width: 700px;
    margin: 30px auto 0;
    border: 1px solid rgba(52, 57, 61, 0.20);
    border-radius: 6px;
    background: rgb(52 57 61 / 10%);
    padding: 18px 20px;
}

.faq-note-box p {
    margin: 0;
    color: #858E95;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

/* Footer */
.site-footer {
    background: #2f3438;
    color: #d7dbe0;
    margin-top: 0;
}

.footer-main {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
}

.footer-content {
    position: relative;
    min-height: 720px;
}

.footer-bg-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: min(620px, 70%);
    filter: brightness(0) saturate(100%) invert(100%);
    z-index: 1; 
    opacity: 0.08;
    pointer-events: none;
    user-select: none;
}

.footer-bg-logo img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.footer-column {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-left {
    position: absolute;
    left: 0;
    top: 170px;
}

.footer-right {
    position: absolute;
    right: 0;
    top: 170px;
    gap: 10px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.footer-column a {
    color: #c2c8cf;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-contact-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    padding: 3px;
    border-radius: 6px;
}

.footer-icon-email {
    border: 1px solid #888888;
    border-radius: 5px;
    background-color: #ffffff;
}

.footer-icon-whatsapp {
    border: 1px solid #888888;
    border-radius: 5px;
    background-color: #25D366;
}

.footer-icon-slack {
    border: 1px solid #888888;
    border-radius: 5px;
    background-color: #ffffff;
    /* change this later to any color you want */
}

.footer-center {
    position: absolute;
    color: rgb(255 255 255 / 27%);
    font-weight: 500;
    left: 50%;
    top: 360px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.footer-center p {
    margin: 0;
    color: #8f979f;
    font-size: 1rem;
    white-space: nowrap;
}

.footer-skyline {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1000px;
    z-index: 2;
    opacity: 0.22;
}

.footer-skyline img {
    width: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: luminosity;
}

/* Bottom bar */
.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-bottom-content {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.footer-bottom-content p {
    margin: 0;
    color: #f1f3f5;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.footer-bottom-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Glow effects */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.22;
    z-index: 1;
}

.hero-glow-1 {
    width: 320px;
    height: 320px;
    background: #ffffff;
    top: 80px;
    left: -60px;
}

.hero-glow-2 {
    width: 260px;
    height: 260px;
    background: #7a7a7a;
    bottom: 40px;
    right: -40px;
}

/* Glow effects */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.22;
    z-index: 1;
}

.hero-glow-1 {
    width: 320px;
    height: 320px;
    background: #ffffff;
    top: 80px;
    left: -60px;
}

.hero-glow-2 {
    width: 260px;
    height: 260px;
    background: #7a7a7a;
    bottom: 40px;
    right: -40px;
}

/* APPLY NOW PAGE */

.apply-page-body {
    background: #E5EBFF;
}

/* Apply page header should match homepage */
/* Apply page header match homepage */
.apply-page-body .site-header {
    background: transparent;
}

.atop-forward-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.apply-page-body .navbar-pill {
    background: transparent;
    border: 1px solid #0000001C;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.apply-page-body .navbar-pill {
    background: #34393d00;
    border: 1px solid #0000001C;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* Hero */
.apply-hero {
    padding: 50px 0 90px;
    margin-left: 80px;
}

.apply-layout {
    display: grid;
    grid-template-columns: 520px 620px;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
}

.apply-left {
    padding-top: 40px;
    margin-left: 50px;
    max-width: 520px;
}

.apply-left h1 {
    color: #34393D;
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin: 0 0 34px;
}

.apply-description {
    color: rgb(52 57 61 / 60%);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 410;
    margin: 0 0 32px;
}

.apply-main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    min-height: 44px;
    border-radius: 6px;
    background: #34393D;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.apply-alert {
    max-width: 520px;
    border: 1px solid #911E1B;
    background: rgb(145 30 27 / 10%);
    border-radius: 6px;
    padding: 18px 18px 16px;
}

.apply-alert-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.apply-alert-title {
    color: #A0444C;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.apply-alert-icon {
    width: 26px;
    height: 26px;
    padding-bottom: 2px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.apply-alert p {
    margin: 0;
    color: rgba(160, 68, 76, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Right side */
.apply-right {
    width: 520px;
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
    align-items: flex-start;
}

.apply-form-card {
    width: 100%;
    min-height: 540px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.apply-form-placeholder {
    width: 100%;
    min-height: 540px;
    display: block;
}

.apply-form-placeholder>div {
    width: 100% !important;
    min-height: 540px !important;
}

.apply-form-placeholder iframe {
    width: 100% !important;
    min-height: 540px !important;
    border: none !important;
    display: block;
}

/* Optional placeholder styling if you temporarily use fake content instead of Typeform */
.apply-form-placeholder-inner {
    width: 100%;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    background: #F9F9F7;
    border-radius: 8px;
    padding: 34px 34px 26px;
}

.apply-form-placeholder-inner h3 {
    margin: 0 0 10px;
    color: #34393D;
    font-size: 1.05rem;
    font-weight: 500;
}

.apply-form-placeholder-inner p {
    margin: 0 auto;
    max-width: 420px;
    color: #6E747A;
    font-size: 0.95rem;
    line-height: 1.6;
}

.apply-form-meta {
    margin-top: auto;
    margin-bottom: 18px;
    color: #6E747A;
    font-size: 0.95rem;
}

.apply-form-button {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    background: #3C4553;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Steps section */
.apply-steps {
    padding: 20px 0 110px;
}

.apply-steps-header {
    text-align: center;
    margin-bottom: 44px;
}

.apply-steps-header h2 {
    color: #34393D;
    font-size: 46px;
    line-height: 1.05;
    font-weight: 400;
    margin: 0;
}

.apply-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
}

.apply-step-card {
    background: #F9F9F7;
    border-radius: 5px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    padding: 16px 16px 18px;
    min-height: 200px;
}

.apply-step-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.apply-step-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.apply-step-card h3 {
    margin: 0;
    color: #34393D;
    font-size: 18px;
    font-weight: 500;
}

.apply-step-card p {
    margin: 0;
    color: #858E95;
    font-size: 16px;
    line-height: 1.75;
}

/* APPLY PAGE  */

@media (max-width: 900px) {
    .apply-hero {
        padding: 24px 0 60px;
        margin-left: 0;
    }

    .apply-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
        max-width: 100%;
        margin: 0 auto;
    }

    .apply-left,
    .apply-right {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .apply-left {
        padding-top: 0;
        text-align: center;
    }

    .apply-left h1 {
        font-size: 34px;
        line-height: 1.08;
        margin: 0 0 18px;
        letter-spacing: -0.03em;
    }

    .apply-description {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 auto 22px;
        max-width: 92%;
    }

    .apply-main-btn {
        width: 100%;
        max-width: 100%;
        min-height: 50px;
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .apply-alert {
        max-width: 100%;
        padding: 16px 16px 14px;
        text-align: left;
    }

    .apply-alert-heading {
        gap: 8px;
        margin-bottom: 10px;
    }

    .apply-alert-title {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .apply-alert p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .apply-alert-icon {
        padding-bottom: 4px;
    }

    .apply-right {
        justify-content: center;
        margin-top: 0;
    }

    .apply-form-card {
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }

    .apply-form-placeholder,
    .apply-form-placeholder>div,
    .apply-form-placeholder iframe {
        width: 100% !important;
        min-height: 520px !important;
    }

    .apply-steps {
        padding: 6px 0 80px;
    }

    .apply-steps-header {
        margin-bottom: 28px;
    }

    .apply-steps-header h2 {
        font-size: 2.2rem;
        line-height: 1.08;
    }

    .apply-steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 100%;
    }

    .apply-step-card {
        min-height: auto;
        padding: 16px 16px 18px;
    }

    .apply-step-card h3 {
        font-size: 1.05rem;
    }

    .apply-step-card p {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}

@media (max-width: 600px) {
    .apply-hero {
        padding: 18px 0 46px;
    }

    .apply-layout {
        gap: 22px;
    }

    .apply-left h1 {
        font-size: 28px;
        line-height: 1.08;
        margin-bottom: 16px;
    }

    .apply-description {
        font-size: 14px;
        line-height: 1.58;
        max-width: 96%;
        margin-bottom: 20px;
    }

    .apply-main-btn {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .apply-alert {
        padding: 14px 14px 12px;
        border-radius: 8px;
    }

    .apply-alert-icon {
        width: 22px;
        height: 22px;
    }

    .apply-alert-title {
        font-size: 0.92rem;
    }

    .apply-alert p {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .apply-form-placeholder,
    .apply-form-placeholder>div,
    .apply-form-placeholder iframe {
        min-height: 430px !important;
    }

    .apply-steps {
        padding: 0 0 70px;
    }

    .apply-steps-header {
        margin-bottom: 22px;
    }

    .apply-steps-header h2 {
        font-size: 2rem;
    }

    .apply-step-card {
        padding: 14px 14px 16px;
        border-radius: 8px;
    }

    .apply-step-title-row {
        gap: 8px;
        margin-bottom: 10px;
    }

    .apply-step-icon {
        width: 16px;
        height: 16px;
    }

    .apply-step-card h3 {
        font-size: 0.98rem;
    }

    .apply-step-card p {
        font-size: 0.88rem;
        line-height: 1.58;
    }
}

/* Mobile menu button hidden on desktop */
.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #34393D;
    border-radius: 999px;
    transition: 0.25s ease;
}

/* Open state turns hamburger into X */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile dropdown */
.mobile-menu {
    display: none;
    margin-top: 14px;
    background: transparent;
    border-radius: 18px;
    border: 1px solid rgba(52, 57, 61, 0.20);
    padding: 22px 22px 18px;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.mobile-menu-links a {
    color: #34393D;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 16px 0;
    border-bottom: 1px solid rgba(52, 57, 61, 0.12);
}

.mobile-menu-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    background: #34393D;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.mobile-menu-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border: 2px solid #34393D;
    color: #34393D;
    text-decoration: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 500;
    background: transparent;
}

/* Preloader */
#preloader {
    position: fixed;
    inset: 0;
    background: #F7F7F5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

#preloader img {
    width: 420px;
    max-width: 60vw;
    height: auto;
    display: block;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
}

/* Legal pages */
.legal-page {
    background: #F7F7F5;
    padding: 80px 0 100px;
}

.legal-container {
    width: min(900px, 90%);
    margin: 0 auto;
}

.legal-card {
    background: #ffffff;
    border: 1px solid rgba(52, 57, 61, 0.12);
    border-radius: 12px;
    padding: 42px 36px;
}

.legal-card h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    color: #34393D;
    margin: 0 0 12px;
}

.legal-updated {
    font-size: 14px;
    color: #858E95;
    margin-bottom: 32px;
}

.legal-card h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 550;
    color: #34393D;
    margin: 32px 0 12px;
}

.legal-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #858E95;
    margin: 0 0 14px;
}

.legal-card ul {
    margin: 0 0 18px 20px;
    padding: 0;
}

.legal-card li {
    font-size: 16px;
    line-height: 1.8;
    color: #858E95;
    margin-bottom: 6px;
}

.legal-card a {
    color: #34393D;
    text-decoration: underline;
}

.top-forward-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    margin-left: 4px;
}

@media (max-width: 600px) {
    .legal-page {
        padding: 50px 0 70px;
    }

    .legal-card {
        padding: 24px 18px;
        border-radius: 10px;
    }

    .legal-card h1 {
        font-size: 30px;
    }

    .legal-card h2 {
        font-size: 19px;
    }

    .legal-card p,
    .legal-card li {
        font-size: 14px;
        line-height: 1.7;
    }

    .top-forward-icon {
        width: 12px;
        height: 12px;
    }
}

/*  Tablet / small laptop  */
@media (max-width: 1100px) {
    .timeline-line {
        width: 120px;
    }
}

/* Main tablet breakpoint  */
@media (max-width: 900px) {

    /* Header / nav */
    .nav-links,
    .nav-cta {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .nav-container {
        width: min(100%, 96%);
        margin: 0 auto;
    }

    .navbar-pill {
        padding: 14px 18px;
        border-radius: 16px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .logo-img {
        width: 72px;
        height: 72px;
    }

    /* Hero */
    .hero {
        padding: 70px 0 80px;
        padding-left: 0;
        margin-left: 0px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 36px;
        min-height: auto;
        justify-items: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons1,
    .hero-buttons2,
    .hero-buttons {
        justify-content: center;
        width: 100%;
    }

    .hero h1 {
        letter-spacing: -1px;
    }

    .hero-image-wrap {
        width: 100%;
        justify-content: center;
    }

    .hero-image {
        max-width: 420px;
        width: 100%;
    }

    /* Metrics */
    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .metric-card {
        min-height: auto;
    }

    /* Timeline */
    .timeline-progress {
        max-width: 500px;
    }

    .timeline-line {
        width: 70px;
    }

    .timeline-steps {
        flex-direction: column;
        align-items: center;
    }

    .timeline-item {
        max-width: 500px;
        width: 100%;
    }

    .timeline-card {
        min-height: auto;
    }

    /* Returns */
    .returns-header {
        padding: 40px 28px 20px;
    }

    .returns-slider {
        height: 380px;
    }

    .returns-slide img {
        max-width: 380px;
        max-height: 380px;
    }

    /* Footer */
    .footer-content {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 220px;
    }

    .footer-bg-logo {
        top: 30px;
        width: min(360px, 70%);
    }

    .footer-left,
    .footer-right,
    .footer-center {
        position: static;
        transform: none;
        text-align: center;
    }

    .footer-left,
    .footer-right {
        align-items: center;
        margin-bottom: 34px;
    }

    .footer-center {
        margin-bottom: 40px;
    }

    .footer-skyline {
        width: min(900px, 95%);
    }

    .footer-bottom-content {
        flex-direction: column;
        justify-content: center;
        padding: 14px 0;
        min-height: auto;
    }
}

/*  Mobile View */
@media (max-width: 600px) {

    /* Header */
    .site-header {
        padding-top: 2px;
    }

    .top-intake-content {
        gap: 6px;
        padding: 6px 8px;
    }

    .top-intake-text,
    .top-intake-link {
        font-size: 11px;
        font-weight: 400;
    }

    .navbar-pill {
        padding: 8px 14px;
        border-radius: 5px;
    }

    .logo {
        font-size: 0.5rem;
    }

    .logo-img {
        width: 96px;
        height: 32px;
    }

    .mobile-menu {
        padding: 18px 18px 16px;
        border-radius: 16px;
    }

    .mobile-menu-links a {
        font-size: 1rem;
        padding: 14px 0;
    }

    .mobile-menu-cta,
    .mobile-menu-secondary {
        min-height: 52px;
        font-size: 0.98rem;
    }

    /* Hero */
    .hero {
        padding: 44px 0 60px;
        padding-left: 0;
    }

    .hero-tag {
        font-size: 0.72rem;
        padding: 7px 12px;
        margin-bottom: 16px;
    }

    .hero h1 {
        font-size: 42px;
        line-height: 1.10;
        letter-spacing: 0.15px;
        margin-bottom: 18px;
    }

    .hero-description {
        font-size: 0.98rem;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .hero-buttons,
    .hero-buttons1,
    .hero-buttons2 {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-buttons .btn,
    .hero-buttons1 .btn,
    .hero-buttons2 .btn {
        width: 100%;
        max-width: 340px;
    }

    .hero-image {
        max-width: 100%;
        border-radius: 20px;
    }

    /* Trusted */
    .trusted {
        padding: 20px 0 60px;
    }

    .trusted-label {
        font-size: 12px;
    }

    .trusted-description {
        font-size: 18px;
    }

    .trusted-track {
        gap: 34px;
        animation: trusted-scroll 18s linear infinite;
    }

    .trusted-track span {
        font-size: 1rem;
    }

    .trusted-marquee::before,
    .trusted-marquee::after {
        width: 60px;
    }

/* Metrics */
    .metrics {
        padding: 70px 0 80px;
    }
    
    .metrics-header {
        margin-bottom: 32px;
        text-align: center;
    }
    
    .metrics-header h2 {
        font-size: 34px;
        line-height: 1.08;
        margin-bottom: 16px;
    }
    
    .metrics-header p {
        font-size: 15px;
        line-height: 1.55;
    }
    
    .metrics-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }
    
    .metrics-grid::-webkit-scrollbar {
        display: none;
    }
    
    .metric-card {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-height: auto;
        padding: 22px 20px 24px;
        border-radius: 5px;
        border: 1px solid rgba(52, 57, 61, 0.20);
    }
    
    .metric-top-row {
        align-items: center;
        margin-bottom: 18px;
    }
    
    .metric-top {
        align-items: center;
        gap: 8px;
    }
    
    .metric-icon img {
        width: 20px;
        height: 20px;
    }
    
    .metric-label {
        font-size: 16px;
        line-height: 1;
    }
    
    .metric-dot {
        width: 8px;
        height: 8px;
    }
    
    .metric-dot.active {
        width: 28px;
    }
    
    .metric-card h3 {
        font-size: 64px;
    }

    .dash-icon{
        width: 35px;
        height: 35px;
        padding-bottom: 16px;
    }
    
    .metric-change {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .metric-description {
        font-size: 16px;
    }

        .metric-dot {
            width: 12px;
            height: 12px;
            border-radius: 999px;
            background: #D9D9D9;
            transition: 0.25s ease;
        }
    
        .metric-dot.active {
            width: 34px;
            background: #34393D;
        }

/* Timeline mobile */
    .timeline {
        padding: 70px 0 80px;
    }
    
    .timeline-header {
        margin-bottom: 28px;
    }
    
    .timeline-header h2 {
        line-height: 1.1;
        font-size: 2.3rem;
    }
    
    .timeline-header p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* hide top horizontal progress on mobile */
    .timeline-progress {
        display: none;
    }
    
    .timeline-steps {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 34px;
        padding-left: 34px;
    }

    /* vertical line */
    .timeline-steps::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 8px;
        bottom: 8px;
        width: 1px;
        background: rgba(52, 57, 61, 0.16);
    }

    .timeline-item {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    /* timeline dots */
    .timeline-item::before {
        content: "";
        position: absolute;
        left: -30px;
        top: 6px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(52, 57, 61, 0.22);
        z-index: 2;
    }
    
    /* first dot hollow like screenshot */
    .timeline-item:first-child::before {
        background: #F7F7F5;
        border: 1.5px solid rgba(52, 57, 61, 0.22);
        box-sizing: border-box;
    }
    
    .timeline-badge {
        margin: 0 0 12px 0;
        font-size: 0.88rem;
        padding: 8px 12px;
        border-radius: 5px;
        border: 1px solid rgba(52, 57, 61, 0.20);
    }
    
    .timeline-card {
        width: 100%;
        min-height: auto;
        padding: 24px 18px 18px;
        border-radius: 5px;
        border: 1px solid rgba(52, 57, 61, 0.20);
    }
    
    .timeline-card h3 {
        font-size: 1rem;
        margin-bottom: 14px;
    }
    
    .timeline-list li {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 14px;
    }
    
   /* Pricing */
    .pricing-card {
        border-radius: 5px;
        border: 1px solid rgba(52, 57, 61, 0.20);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
    }

    .pricing-card,
    .pricing-card-third {
        grid-column: auto;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .pricing-title-row h3 {
        font-size: 16px;
    }

    .pricing-subtext {
        font-size: 14px;
    }

    .pricing-price {
        font-size: 28px;
    }

    .pricing-period {
        font-size: 14px;
    }

    .pricing-action-btn {
        font-size: 16px;
    }

    .pricing-section-block h4 {
        font-size: 16px;
    }

    .pricing-item-text {
        font-size: 13px;
    }

    .pricing-list li {
        font-size: 13px;
    }

    .pricing-note {
        font-size: 14px;
    }
        
    /* Returns */
    .returns {
        padding: 70px 0 80px;
    }

    .returns-box {
        border-radius: 22px;
    }

    .returns-header {
        padding: 30px 18px 16px;
    }

    .returns-slider {
        height: 300px;
    }

    .returns-slide {
        padding: 0 46px 22px;
    }

    .returns-slide img {
        max-width: 100%;
        max-height: 280px;
    }

    .returns-nav {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }

    .returns-prev {
        left: 8px;
    }

    .returns-next {
        right: 8px;
    }

        /* FAQ */
        .faq {
            padding: 70px 0 80px;
        }
    
        .faq-header h2 {
            font-size: 2.3rem;
        }
    
        .faq-header p {
            font-size: 14px;
        }
    
        .faq-filters {
            gap: 10px;
            margin-bottom: 40px;
        }
    
        .faq-filter-btn {
            min-width: 110px;
            height: 46px;
            font-size: 13px;
        }
    
        .faq-list,
        .faq-note-box {
            max-width: 100%;
        }
    
        .faq-list {
            gap: 12px;
            padding: 0 10px;
        }
    
        .faq-question {
            min-height: 24px;
            max-height: none;
            padding: 18px 18px;
            font-size: 13px;
            line-height: 0.8;
            align-items: flex-start;
        }
    
        .faq-question span:first-child {
            display: block;
            max-width: calc(100% - 40px);
            line-height: 1.5;
        }
    
        .faq-icon {
            font-size: 2rem;
            line-height: 1;
            flex-shrink: 0;
            margin-top: 2px;
        }
    
        .faq-answer p {
            font-size: 13px;
            padding: 12px 18px 6px;
            line-height: 1.7;
        }
    
        .faq-item.active .faq-answer p {
            padding: 10px 18px 18px;
        }
    
        .faq-note-box {
            padding: 18px 16px;
            margin-left: 16px;
            margin-right: 16px;
        }
    
        .faq-note-box p {
            font-size: 13px;
        }

    /* Footer */
        .site-footer {
            overflow: hidden;
        }
    
        .footer-main {
            padding-top: 20px;
            overflow: hidden;
        }
    
        .footer-content {
            position: relative;
            min-height: 620px;
            padding-top: 0;
            padding-bottom: 90px;
        }
    
        .footer-bg-logo {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 92%;
            width: 450px;
            opacity: 0.08;
            z-index: 1;
        }
    
        .footer-left,
        .footer-right,
        .footer-center {
            position: absolute;
            transform: none;
            z-index: 3;
        }
    
        .footer-left {
            left: 16px;
            top: 210px;
            align-items: flex-start;
            text-align: left;
            gap: 14px;
        }
    
        .footer-right {
            right: 2px;
            top: 210px;
            align-items: flex-start;
            text-align: left;
            gap: 12px;
        }
    
        .footer-center {
            left: 50%;
            top: 430px;
            transform: translateX(-50%);
            width: calc(100% - 32px);
            text-align: center;
        }
    
        .footer-center p {
            font-size: 15px;
            line-height: 1.5;
            white-space: normal;
        }
    
        .footer-column h4 {
            font-size: 16px;
            margin-bottom: 12px;
            color: #ffffff;
        }
    
        .footer-column a {
            font-size: 14px;
            line-height: 1.15;
            gap: 12px;
            color: #c2c8cf;
        }
    
        .footer-contact-icon {
            width: 26px;
            height: 26px;
            padding: 4px;
            border-radius: 8px;
        }
    
        .footer-skyline {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 95%;
            width: 380px;
            opacity: 0.20;
            z-index: 2;
        }
    
        .footer-bottom-bar {
            position: relative;
            z-index: 4;
        }
    
        .footer-bottom-content {
            min-height: 54px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 6px;
            padding: 0 1px;
        }
    
        .footer-bottom-left,
        .footer-bottom-right {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin: 0;
        }
    
        .footer-bottom-content p {
            font-size: 12px;
            white-space: nowrap;
        }
    
        .footer-bottom-content img {
            width: 28px;
            height: 28px;
        }
}
/* Problem Mobile */
@media (max-width: 900px) {
    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        border-right: none;
        border-bottom: 1px solid rgba(52, 57, 61, 0.12);
    }

    .problem-card:last-child {
        border-bottom: none;
    }

    .problem-card h3,
    .problem-card p {
        max-width: 100%;
    }

        .problem-card {
            border-bottom: 1px solid rgba(52, 57, 61, 0.12) !important;
        }
    
        .problem-card:last-child {
            border-bottom: none !important;
        }

    .guarantee-box {
        gap: 18px;
    }

    .guarantee-icon {
        width: 95px;
        height: 95px;
    }
}

@media (max-width: 600px) {
    .problem-section {
        padding: 70px 0 80px;
    }

    .problem-container {
        text-align: center;
    }

    .problem-eyebrow {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .problem-heading-wrap {
        margin-bottom: 24px;
    }

    .problem-heading-primary,
    .problem-heading-secondary {
        font-size: 32px;
        line-height: 1.05;
        letter-spacing: -0.03em;
    }

    .problem-grid {
        border-radius: 12px;
    }

    .problem-card {
        padding: 22px 18px 20px;
        min-height: auto;
        text-align: left;
    }

    .problem-card h3 {
        font-size: 1.05rem;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .problem-card p {
        font-size: 0.9rem;
        line-height: 1.6;
        max-width: 100%;
    }

    .problem-number {
        top: 16px;
        right: 16px;
        font-size: 2.2rem;
    }

    .guarantee-box {
        margin: 22px auto 0;
        padding: 18px 16px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 14px;
        border-radius: 12px;
    }
    
    .guarantee-icon {
        width: 58px;
        height: 58px;
        flex-shrink: 0;
    }
    
    .guarantee-text {
        width: 100%;
    }
    
    .guarantee-box h1 {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 8px;
    }
    
    .guarantee-box p {
        font-size: 14px;
        line-height: 1.55;
    }
}