/* Hero Section Styles */
.promoBanner.active {
    position: relative;
    color: #FFF;
}

.promoBanner.active .backgroundSkew {
    background-color: rgb(6, 6, 99);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* Sticky Navigation for Home Page */
.promoBanner.active .navbar.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(6, 6, 99);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
}

@media (max-width: 1200px) {
    .promoBanner.active .navbar.sticky-active {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.promoBanner.active .navbar.sticky-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(6, 6, 99);
    z-index: -1;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.download a.btn img {
    display: inline-block;
    position: relative;
    bottom: 2px;
}

@keyframes hero-text-animation {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.promo h1 {
    font-size: 60px;
    font-weight: 900;
    animation: hero-text-animation 0.8s ease-out forwards;
}

.downloadCount {
    color: rgba(255, 255, 255, 0.75);
}

.downloadCount:hover {
    color: rgba(255, 255, 255, 1);
}

.screenshots a {
    color: #666;
}

.promo h2 {
    font-weight: 900;
}

.justify-center {
    justify-content: center;
}

.btn.round {
    border-radius: 30px;
}

.app-stats {
    opacity: 0.7;
}

.app-stats p {
    max-width: 150px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}

/* ============================================
   SECTION TITLES - NEW TYPOGRAPHY
   ============================================ */

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgb(6, 6, 99);
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* ============================================
   TRUSTED BY SECTION - ANIMATED LOGOS
   ============================================ */

.trusted-by-section {
    background: #FAFAFA;
    overflow: hidden;
}

.logos-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
}

.logos-track {
    display: flex;
    gap: 4rem;
    animation: scroll-logos 45s linear infinite;
    width: fit-content;
}

.logos-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-35%);
    }
}

.logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 80px;
}

.logo-item img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.logo-placeholder {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem 2.5rem;
    font-weight: 600;
    color: #6c757d;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.logo-placeholder:hover {
    border-color: rgb(82, 7, 232);
    color: rgb(82, 7, 232);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(82, 7, 232, 0.1);
}

/* ============================================
   FEATURE CARDS - COMPACT STYLE
   ============================================ */

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.feature-card-compact:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
    border-color: rgb(82, 7, 232);
}

.feature-card-compact h5,
.feature-card-compact h1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.feature-card-compact p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

.features-vibrant-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f2758;
    background: linear-gradient(135deg, #f6e9ff 0%, #e3f1ff 100%);
    border: 1px solid #dfd7fb;
}

.features-vibrant-subtitle {
    max-width: 760px;
    margin: 0.75rem auto 0;
    color: #5f6172;
    font-size: 1.05rem;
    line-height: 1.65;
}

.feature-card-vibrant {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e1f6;
    background: linear-gradient(155deg, #ffffff 0%, #faf8ff 42%, #f5fbff 100%);
    box-shadow: 0 10px 26px rgba(55, 40, 123, 0.06);
}

.feature-card-vibrant::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -110px;
    top: -130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(133, 108, 255, 0.16) 0%, rgba(133, 108, 255, 0) 72%);
    pointer-events: none;
}

.feature-card-compact.feature-card-vibrant:hover {
    border-color: #cfc3ff;
    box-shadow: 0 16px 34px rgba(55, 40, 123, 0.12);
}

.feature-card-vibrant .feature-icon-small {
    background: #ffffff;
    border-color: #ddd5f3;
}

.feature-mini-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.62rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.58rem;
}

.feature-mini-pill--pink {
    color: #8f1f5b;
    background: #ffe3f2;
}

.feature-mini-pill--yellow {
    color: #8f6500;
    background: #fff3cf;
}

.feature-mini-pill--blue {
    color: #1b4f9f;
    background: #dfe9ff;
}

.feature-mini-pill--orange {
    color: #9c4d00;
    background: #ffe7d0;
}

.feature-mini-pill--teal {
    color: #0a6570;
    background: #dcf6fa;
}

.feature-mini-pill--purple {
    color: #5e2b8a;
    background: #f0e2ff;
}

.feature-mini-pill--green {
    color: #176c3d;
    background: #ddf5e5;
}

.feature-mini-pill--red {
    color: #8d2147;
    background: #ffdfe9;
}

.feature-mini-pill--indigo {
    color: #2f3d91;
    background: #e1e8ff;
}

.feature-icon-small {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 0.8px solid #e0e0e0;
}

.feature-icon-small img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ms-3 {
    margin-left: 1rem !important;
}

/* Icon Backgrounds - Clean & Simple */
.gradient-pink {
    background: #FFE5F0;
}

.gradient-blue {
    background: #E8EAF6;
}

.gradient-purple {
    background: #F3E5F5;
}

.gradient-orange {
    background: #FFF3E0;
}

.gradient-green {
    background: #E8F5E9;
}

.gradient-red {
    background: #FCE4EC;
}

.gradient-teal {
    background: #E0F7FA;
}

.gradient-yellow {
    background: #FFF9C4;
}

.gradient-indigo {
    background: #E8EAF6;
}

/* ============================================
   KEY FEATURES OVERHAUL - kf-* namespace
   ============================================ */

.kf-section {
    background: #FAFAFA;
}

.kf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ede8ff, #d6eeff);
    color: #2f2758;
    border: 1px solid #cfc3ff;
}

.kf-subtitle {
    color: #5f6172;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 640px;
    margin: 0.8rem auto 0;
}

/* ---- Feature detail rows ---- */
.kf-feature-content h1,
.kf-feature-content h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0d0857;
    margin-bottom: 0.65rem;
    line-height: 1.25;
}

.kf-feature-content > p {
    color: #5f6172;
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

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

.kf-feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.55rem;
    color: #3d3d5c;
    font-size: 0.92rem;
    line-height: 1.5;
}

.kf-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c4dff, #448aff);
}

/* ---- Widget cards (right side of detail rows) ---- */
.kf-widget {
    background: #ffffff;
    border: 1px solid #e4defd;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 32px rgba(55, 40, 123, 0.08);
}

.kf-widget-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #aaa6c7;
    margin-bottom: 0.85rem;
}

.kf-message-bubble {
    background: #f5f2ff;
    border: 1px solid #ddd3ff;
    border-radius: 14px;
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    color: #2d2d4e;
    line-height: 1.6;
}

.kf-token {
    display: inline;
    background: rgba(124, 77, 255, 0.12);
    border: 1px solid #c9b8ff;
    border-radius: 5px;
    padding: 0 0.3em;
    color: #5b21d1;
    font-weight: 700;
    font-size: 0.88em;
}

.kf-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
}

.kf-metric-item {
    text-align: center;
    background: #f8f6ff;
    border: 1px solid #ebe4ff;
    border-radius: 10px;
    padding: 0.65rem 0.3rem;
}

.kf-metric-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0d0857;
}

.kf-metric-item small {
    font-size: 0.7rem;
    color: #aaa6c7;
    font-weight: 500;
}

/* ---- Status pills ---- */
.kf-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.kf-pill--success { background: #d4f8e8; color: #0a6b38; }
.kf-pill--info    { background: #d3eeff; color: #0a5580; }
.kf-pill--primary { background: #e0d9ff; color: #3d18a6; }

/* ---- Autoreply widget ---- */
.kf-autoreply-card {
    background: #f8f7ff;
    border: 1px solid #e4defd;
    border-radius: 10px;
    padding: 0.7rem 0.95rem;
}

.kf-autoreply-arrow {
    text-align: center;
    color: #b8b0e0;
    padding: 0.2rem 0;
    font-size: 1.05rem;
}

.kf-filter-badge {
    display: inline-block;
    background: #eee8ff;
    color: #5b21d1;
    border: 1px solid #ddd0f8;
    border-radius: 999px;
    padding: 0.18rem 0.65rem;
    font-size: 0.74rem;
    font-weight: 600;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

/* ---- Variant bars ---- */
.kf-variant-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.kf-variant-label {
    font-size: 0.79rem;
    font-weight: 600;
    color: #3d3d5c;
    min-width: 72px;
}

.kf-bar-track {
    flex: 1;
    height: 8px;
    background: #ede8ff;
    border-radius: 999px;
    overflow: hidden;
}

.kf-bar-fill {
    height: 100%;
    background: #b8b0d8;
    border-radius: 999px;
}

.kf-bar-fill--accent {
    background: linear-gradient(90deg, #7c4dff, #448aff);
}

/* ---- Warmup widget ---- */
.kf-warmup-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f6ff;
    border: 1px solid #ebe4ff;
    border-radius: 10px;
    padding: 0.65rem 0.95rem;
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
}

.kf-warmup-step span {
    font-weight: 700;
    color: #0d0857;
    font-size: 0.8rem;
}

.kf-warmup-step small {
    color: #5f6172;
}

.kf-warmup-glow {
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c4dff, #448aff, #00c8ff);
    margin-top: 0.85rem;
    opacity: 0.55;
}

/* ---- Benefit strip cards (3-column grid) ---- */
.kf-strip-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #e4defd;
    box-shadow: 0 4px 18px rgba(55, 40, 123, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kf-strip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(55, 40, 123, 0.12);
}

.kf-strip-card h1,
.kf-strip-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #0d0857;
    margin: 0.4rem 0 0.5rem;
}

.kf-strip-card p {
    font-size: 0.87rem;
    color: #5f6172;
    line-height: 1.6;
    margin: 0;
}

/* strip card color variants kept for future use but border-left removed */

.kf-strip-meta {
    font-size: 0.7rem;
    color: #aaa6c7;
    font-weight: 600;
}

.kf-utility-heading {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9490b5;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.kf-utility-heading::before,
.kf-utility-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e4defd;
}

/* ---- Inline icons ---- */
.kf-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 1rem;
    flex-shrink: 0;
}

.kf-inline-icon--yellow  { background: #fff3cf; color: #8f6500; }
.kf-inline-icon--purple  { background: #f0e2ff; color: #5e2b8a; }
.kf-inline-icon--pink    { background: #ffe3f2; color: #8f1f5b; }
.kf-inline-icon--teal    { background: #dcf6fa; color: #0a6570; }
.kf-inline-icon--green   { background: #ddf5e5; color: #176c3d; }
.kf-inline-icon--orange  { background: #ffe7d0; color: #9c4d00; }
.kf-inline-icon--red     { background: #ffdfe9; color: #8d2147; }
.kf-inline-icon--indigo  { background: #e1e8ff; color: #2f3d91; }
.kf-inline-icon--blue    { background: #dfe9ff; color: #1b4f9f; }

/* ---- Shared mini pill ---- */
.kf-mini-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.71rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kf-mini-pill--yellow  { background: #fff3cf; color: #8f6500; }
.kf-mini-pill--purple  { background: #f0e2ff; color: #5e2b8a; }
.kf-mini-pill--pink    { background: #ffe3f2; color: #8f1f5b; }
.kf-mini-pill--teal    { background: #dcf6fa; color: #0a6570; }
.kf-mini-pill--green   { background: #ddf5e5; color: #176c3d; }
.kf-mini-pill--orange  { background: #ffe7d0; color: #9c4d00; }
.kf-mini-pill--red     { background: #ffdfe9; color: #8d2147; }
.kf-mini-pill--indigo  { background: #e1e8ff; color: #2f3d91; }
.kf-mini-pill--blue    { background: #dfe9ff; color: #1b4f9f; }

/* ---- Safety / utility cards (4-col grid) ---- */
.kf-safety-card {
    background: white;
    border: 1px solid #e4defd;
    border-radius: 14px;
    padding: 1.25rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(55, 40, 123, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kf-safety-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(55, 40, 123, 0.11);
}

.kf-safety-card h5 {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0d0857;
    margin: 0.3rem 0 0.35rem;
}

.kf-safety-card p {
    font-size: 0.8rem;
    color: #5f6172;
    line-height: 1.55;
    margin: 0;
}

/* ---- Free trial CTA card ---- */
.kf-cta-card {
    background: linear-gradient(135deg, #060663 0%, #1e0ea8 50%, #0d0857 100%);
    border-radius: 22px;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
}

.kf-cta-card::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(124, 77, 255, 0.3) 0%, transparent 70%);
    top: -180px;
    right: -100px;
    pointer-events: none;
}

.kf-cta-card h3 {
    color: #ffffff;
    font-weight: 900;
    font-size: 1.85rem;
    margin-bottom: 0.65rem;
}

.kf-cta-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    margin-bottom: 1.75rem;
}

.kf-cta-card .btn-light {
    background: white;
    color: #060663;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kf-cta-card .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .kf-feature-content h1, .kf-feature-content h3 { font-size: 1.3rem; }
    .kf-metric-grid { grid-template-columns: repeat(3, 1fr); }
    .kf-cta-card { padding: 2rem 1.25rem; }
    .kf-cta-card h3 { font-size: 1.4rem; }
}

/* ============================================
   RESPONSIVE IFRAME CONTAINER
   ============================================ */

.iframe-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.iframe-container iframe {
    width: 1000px;
    height: 695px;
    display: block;
    min-width: 1000px;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */

.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .promo h1 {
        font-size: 40px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon-small {
        width: 50px;
        height: 50px;
    }

    .ctas .col-md-auto {
        margin-bottom: 1rem;
    }

    .ctas .col-md-auto:last-child {
        margin-bottom: 0;
    }
}

/* ============================================
   TRUSTPILOT REVIEWS SECTION
   ============================================ */

.section-subtitle {
    font-size: 1.15rem;
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.use-case-card {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid #e9ecef;
}

.use-case-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: rgb(82, 7, 232);
}

.use-case-card p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
}

/* Trustpilot review grid */
.tp-testimonials-row > [class*='col-'] {
    display: flex;
}

.tp-review-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none !important;
    color: inherit;
}

.tp-review-card.use-case-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.15rem !important;
    min-height: 100%;
    height: auto;
    box-shadow: none !important;
}

.tp-review-link:hover .tp-review-card.use-case-card {
    box-shadow: none !important;
    border-color: rgba(82, 7, 232, 0.35);
    transform: translateY(-3px);
    transition: transform 0.22s ease, border 0.22s ease;
}

.tp-review-avatar {
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.tp-review-avatar--initials {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #2a3150;
    background: linear-gradient(145deg, #eef1fb 0%, #dce2f5 100%);
    border: 1px solid #cdd5eb;
    text-transform: uppercase;
}

.tp-review-name {
    font-size: 0.9375rem;
    font-weight: 700;
}

.tp-review-stars {
    font-size: 0.8125rem;
    line-height: 1;
    letter-spacing: 1px;
}

.tp-review-stars .mdi {
    color: #ff8c2a;
    margin-right: 2px;
}

.tp-review-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.tp-review-quote {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #5c6470;
    flex: 1 1 auto;
}

@media (max-width: 768px) {
    .section-subtitle { font-size: 1rem; }
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.final-cta {
    background: linear-gradient(135deg, #060663 0%, #0a0a8f 100%);
    color: white;
    padding: 80px 0;
    border-radius: 20px;
}

.final-cta h2 {
    color: white;
    font-weight: 800;
    font-size: 2.5rem;
}

.final-cta .lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
}

.final-cta .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.final-cta .btn {
    border-radius: 30px;
    min-height: 55px;
    font-weight: bolder;
    font-size: 18px;
    line-height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.3s ease;
}

.final-cta .btn-outline-light.white {
    background: white;
    border-color: white;
    color: #060663;
    border-width: 2px;
}

.final-cta .btn-outline-light.white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}

.final-cta .btn-outline-light.white:active,
.final-cta .btn-outline-light.white:focus {
    background: white !important;
    border-color: white !important;
    color: #060663 !important;
    box-shadow: none !important;
}

.final-cta .btn-outline-light {
    background: transparent;
    border-color: white;
    color: white;
    border-width: 2px;
}

.final-cta .btn-outline-light:hover {
    background: white;
    border-color: white;
    color: #060663;
    transform: translateY(-2px);
}

.final-cta .btn-outline-light:active,
.final-cta .btn-outline-light:focus {
    background: transparent !important;
    border-color: white !important;
    color: white !important;
    box-shadow: none !important;
}

.final-cta .ctas.row {
    row-gap: 1rem;
}

@media (max-width: 768px) {
    .final-cta h2 { font-size: 2rem; }
    .final-cta .lead { font-size: 1rem; }
    .final-cta .ctas.row {
        gap: 1rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .final-cta .ctas .col-md-auto {
        margin-bottom: 0;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    .final-cta .btn {
        width: 100%;
        margin-bottom: 0;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        line-height: 1.35;
    }
}
