/* Keystone Publishings — main styles */

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

html {
    overflow-x: hidden;
}

:root {
    --font-family-base: var(--font-lato), 'Lato', sans-serif;
    --navy: #14125C;
    --navy-dark: #14125C;
    --lime: #90C120;
    --royal-blue: #113DCD;
    --white: #FFF;
    --black: #000;
    --primary-color: #14125C;
    --secondary-color: #113DCD;
    --black-color: #000;
    --white-color: #FFF;
    --purple-color: #240046;
}

body {
    overflow-x: hidden;
    color: var(--black);
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

button,
input,
textarea,
select {
    font-family: var(--font-family-base);
}

img {
    max-width: 100%;
    height: auto;
}

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

figure {
    margin: 0;
}

/* Typography */
.heading-1 {
    font-family: var(--font-family-base);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.heading-2 {
    font-family: var(--font-family-base);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
}

p {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

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

.black {
    color: var(--black);
}

.tag-line {
    display: inline-block;
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
}

.tag-line--hero {
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 0.5rem;
}

.tag-line--section {
    font-size: 23px;
    line-height: normal;
    margin-bottom: 0.5rem;
}

/* Buttons */
.btn-ks {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    min-height: 38px;
    border: 0;
    border-radius: 20px;
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.btn-ks:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    color: var(--white);
}

.btn-ks-blue {
    background: var(--royal-blue);
    color: var(--white);
}

.btn-ks-green {
    background: var(--lime);
    color: var(--white);
}

.btn-group-ks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.btn-ks-hero-primary {
    min-width: 165px;
}

.btn-ks-hero-secondary {
    min-width: 135px;
}

.btn-ks-nav {
    min-width: 140px;
    font-size: 18px;
}

/* Legacy button aliases (other pages) */
.blue-btn {
    background: var(--royal-blue) !important;
    color: var(--white) !important;
    border-radius: 200px !important;
    padding: 12px 28px !important;
    font-family: var(--font-family-base);
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Header */
.site-header {
    position: relative;
    z-index: 30;
    background: var(--navy);
}

.header-top-bar {
    position: relative;
    z-index: 0;
    min-height: 119px;
}

.header-top-bar__green,
.header-top-bar__blue {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}

.header-top-bar__green {
    left: 0;
    background: var(--lime);
}

.header-top-bar__blue {
    right: 0;
    background: var(--royal-blue);
}

.header-top-bar__container {
    position: relative;
    z-index: 1;
}

.header-top-bar__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 119px;
}

.header-top-bar__col {
    min-width: 0;
}

.header-top-bar__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    min-width: 0;
}

.header-top-bar__col--green .header-top-bar__inner {
    justify-content: flex-start;
    text-align: left;
    padding-right: 16px;
}

.header-top-bar__col--blue .header-top-bar__inner {
    justify-content: flex-end;
    text-align: right;
    padding-left: 16px;
}

.header-top-bar__inner p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    min-width: 0;
    word-break: break-word;
}

.header-top-bar__col--blue .header-top-bar__inner p {
    flex: 0 1 auto;
    max-width: 100%;
}

.header-nav-wrap {
    position: relative;
    z-index: 2;
    margin-top: -75px;
    padding-top: 0;
}

.header-nav-panel {
    background: var(--navy);
    border-radius: 20px 20px 0 0;
    padding: 16px 28px;
    min-height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
}

.site-header .navbar {
    padding: 0;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.site-header .navbar-brand {
    flex-shrink: 0;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
}

.site-header .navbar-brand img {
    width: auto;
    max-height: 32px;
}

.site-header .header-nav-collapse {
    align-items: center;
    flex-grow: 1;
    gap: 0.75rem;
}

@media (min-width: 992px) {
    .site-header .header-nav-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .site-header .header-nav-links {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }

    .header-cta-group {
        flex: 0 0 auto;
    }
}

.site-header .header-nav-links {
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.site-header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.site-header .nav-link {
    color: var(--white) !important;
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
    padding: 10px 12px !important;
    margin: 0;
    border-radius: 0;
    background: transparent !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-header .nav-link.active {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    font-weight: 700;
    background: transparent !important;
    color: var(--white) !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: var(--white) !important;
    opacity: 0.85;
    background: transparent !important;
}

.site-header .nav-link--dropdown {
    cursor: pointer;
}

.site-header .nav-link__caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.85;
    transition: transform 0.2s ease;
}

.site-header .custom-drop-down-parent:has(.dropdown-menu.show) .nav-link__caret {
    transform: rotate(180deg);
}

.site-header .custom-drop-down-parent {
    position: relative;
}

.site-header .header-nav-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: var(--navy);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    display: none;
    z-index: 40;
}

.site-header .header-nav-dropdown.show {
    display: block;
}

.site-header .header-nav-dropdown .dropdown-item {
    display: block;
    padding: 10px 18px;
    font-family: var(--font-family-base);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--white);
    text-transform: capitalize;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.site-header .header-nav-dropdown .dropdown-item:hover,
.site-header .header-nav-dropdown .dropdown-item:focus {
    background: rgba(17, 61, 205, 0.35);
    color: var(--white);
}

.site-header .header-nav-dropdown .dropdown-item.active {
    background: rgba(144, 193, 32, 0.2);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.header-nav-services-mobile {
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
}

.header-nav-services-mobile__label {
    font-weight: 700;
    opacity: 0.75;
    padding-bottom: 4px !important;
    pointer-events: none;
}

.header-nav-services-mobile__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-left: 2px solid rgba(144, 193, 32, 0.5);
}

.header-nav-services-mobile__list .nav-link {
    padding: 8px 12px !important;
    font-size: 15px;
}

.header-cta-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 1rem;
    margin-left: auto;
}

.header-call-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    flex-shrink: 0;
}

.header-call-link__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 1px;
}

.header-call-link__label {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.header-call-link__number {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
}

.site-header .btn-ks-nav {
    min-width: 120px;
    font-size: 16px;
    padding: 10px 22px;
    white-space: nowrap;
}

.site-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.site-header .navbar-toggler:focus {
    box-shadow: none;
}

/* Hero */
.hero-sec {
    position: relative;
    background: var(--navy);
    padding: 2.5rem 0 9rem;
    overflow: hidden;
    margin-top: 0;
}

.hero-sec__desc {
    max-width: 561px;
    text-transform: none;
}

.hero-sec .container {
    position: relative;
    z-index: 1;
}

.hero-sec__bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    background: url('/main/images/hero-bg-wave.png') no-repeat left bottom / contain;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.hero-sec::after {
    content: "";
    position: absolute;
    right: -5%;
    top: 8%;
    width: 55%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 45, 140, 0.55) 0%, rgba(20, 18, 92, 0) 72%);
    pointer-events: none;
    z-index: 0;
}

.hero-sec__content {
    position: relative;
    z-index: 2;
    padding-top: 1rem;
}

.hero-sec .heading-1 {
    margin-bottom: 1rem;
}

.hero-sec__visual {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    height: 100%;
}

.hero-sec__visual-stack {
    position: absolute;
    width: 100%;
    max-width: 407px;
    aspect-ratio: 407 / 353;
    min-height: 100%;
    margin-left: auto;
    bottom: -220px;
}

.hero-sec__character {
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.hero-sec__ui-card {
    position: absolute;
    left: -140px;
    bottom: 55%;
    /* width: 100%; */
    /* max-width: 80%; */
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.22));
}

@keyframes hero-character-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-10px, 0, 0) rotate(0.5deg);
    }
}

@keyframes hero-ui-card-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.22));
    }

    50% {
        transform: translate3d(5px, -12px, 0) scale(1.02);
        filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.28));
    }
}

@media (prefers-reduced-motion: no-preference) {
    .hero-sec__character--animate {
        animation: hero-character-float 3.5s ease-in-out infinite;
        transform-origin: center bottom;
        will-change: transform;
    }

    .hero-sec__ui-card--animate {
        animation: hero-ui-card-float 4.2s ease-in-out infinite;
        animation-delay: 0.9s;
        transform-origin: center center;
        will-change: transform, filter;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-sec__character--animate,
    .hero-sec__ui-card--animate {
        animation: none !important;
    }
}

.header-top-bar__icon,
.header-call-link__icon {
    flex-shrink: 0;
    object-fit: contain;
}

.hero-trust-badges {
    margin: 1.5rem 0 1.75rem;
}

.hero-trust-badges__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5rem 3rem;
}

.hero-trust-badges__badge {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 34px;
    object-fit: contain;
    mix-blend-mode: screen;
}

.hero-trust-badges__slider {
    overflow: hidden;
}

.hero-trust-badges__slider .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
}

/* Stats bar */
.stats-bar-sec {
    position: relative;
    z-index: 5;
    margin-top: -5.5rem;
    margin-bottom: 3rem;
}

.stats-bar {
    background: var(--lime);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    min-height: 176px;
}

.stats-bar__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 30px 28px;
    min-height: 176px;
}

.stats-bar__text {
    flex: 1;
    min-width: 0;
}

.stats-bar__item--divider {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.stats-bar__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-bar__icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.stats-bar__value {
    display: block;
    color: var(--white);
    font-family: var(--font-family-base);
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.stats-bar__title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    max-width: 200px;
}

.stats-bar__slider-wrap {
    position: relative;
    padding-bottom: 2rem;
}

.stats-bar__slider {
    overflow: hidden;
}

.stats-bar__slider .swiper-slide {
    height: auto;
}

.stats-bar__item--slide {
    min-height: 140px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.stats-bar__slider .swiper-slide:last-child .stats-bar__item--slide {
    border-right: 0;
}

.stats-bar__pagination {
    bottom: 0.65rem !important;
}

/* Shared Swiper pagination — navy / lime site tokens */
.ks-swiper-pagination {
    position: relative;
    margin-top: 1.25rem;
    line-height: 0;
}

.ks-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: rgba(20, 18, 92, 0.25);
    opacity: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ks-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--navy);
    transform: scale(1.15);
}

.stats-bar .ks-swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.45);
}

.stats-bar .ks-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--white);
}

.hero-trust-badges--loading {
    min-height: 34px;
}

/* E-book section */
.ebook-sec {
    padding: 4rem 0 5rem;
    background: var(--white);
}

.ebook-sec__figure {
    text-align: center;
    margin: 0;
}

.ebook-sec__book-img {
    width: 100%;
    max-width: 562px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(7px 10px 11px rgba(0, 0, 0, 0.25));
}

.ebook-sec__content .heading-2 {
    margin-bottom: 1rem;
    font-size: 45px;
    line-height: normal;
}

.ebook-sec__content p {
    text-transform: none;
    max-width: 561px;
}

.ebook-sec__content .btn-group-ks {
    margin-top: 1.5rem;
}

/* EBook pathway platforms — Figma node 95:86 */
.ebook-pathway-sec {
    padding: 4rem 0 5rem;
    background: var(--white);
}

.ebook-pathway-sec__header {
    text-align: center;
    max-width: 895px;
    margin: 0 auto 2rem;
}

.ebook-pathway-sec__header .tag-line--section {
    font-size: 23px;
    margin-bottom: 0.5rem;
}

.ebook-pathway-sec__header .heading-2 {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 0;
}

.ebook-pathway-sec__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 0.9375rem;
    max-width: 1137px;
    margin: 0 auto;
}

.ebook-pathway-sec__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 154px;
    padding: 1.5rem 1.25rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.ebook-pathway-sec__card-accent {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.ebook-pathway-sec__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 128px;
    height: auto;
    object-fit: contain;
}

.ebook-pathway-sec__slider-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    overflow: visible;
}

.ebook-pathway-sec__slider {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ebook-pathway-sec__slider .swiper-slide {
    height: auto;
    padding: 10px 6px 14px;
    box-sizing: border-box;
}

.ebook-pathway-sec__pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 0.75rem;
    padding-top: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    z-index: 2;
}

/* Client testimonials — Figma node 96:156 */
.testimonials-sec {
    padding: 4rem 0 5rem;
    background: var(--white);
}

.testimonials-sec__header {
    text-align: center;
    max-width: 965px;
    margin: 0 auto 2.5rem;
}

.testimonials-sec__header .tag-line--section {
    font-size: 23px;
    margin-bottom: 0.5rem;
}

.testimonials-sec__header .heading-2 {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 0;
}

.testimonials-sec__masonry {
    display: flex;
    gap: 15px;
    max-width: 1137px;
    margin: 0 auto;
    align-items: flex-start;
}

.testimonials-sec__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 0;
}

.testimonials-sec__card {
    border-radius: 15px;
}

.testimonials-sec__card--text {
    min-height: 219px;
    padding: 1.5rem 1.125rem 1.25rem;
    background: var(--white);
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
}

.testimonials-sec__quote {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 1rem;
}

.testimonials-sec__author {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.testimonials-sec__avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonials-sec__author-meta {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.testimonials-sec__author-name,
.testimonials-sec__video-name {
    font-family: var(--font-family-base);
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}

.testimonials-sec__author-role,
.testimonials-sec__video-role {
    font-family: var(--font-family-base);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.testimonials-sec__card--video {
    position: relative;
    min-height: 439px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
}

.testimonials-sec__card--video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
}

.testimonials-sec__card--video-john {
    min-height: 452px;
}

.testimonials-sec__video-meta {
    position: absolute;
    top: 1.125rem;
    left: 1.125rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.testimonials-sec__video-name,
.testimonials-sec__video-role {
    color: var(--white);
}

.testimonials-sec__play-btn {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-sec__play-btn img {
    display: block;
    width: 58px;
    height: 58px;
}

.testimonials-sec__slider-wrap {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 0.75rem 2.75rem 0.25rem;
    overflow: visible;
}

.testimonials-sec__slider {
    overflow: visible;
    padding: 0.5rem 0;
}

.testimonials-sec__slider .swiper-slide {
    padding: 8px 4px;
    box-sizing: border-box;
}

.testimonials-sec .swiper-button-prev:not(.testimonials-sec__nav),
.testimonials-sec .swiper-button-next:not(.testimonials-sec__nav) {
    display: none !important;
}

.testimonials-sec__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-sec__nav img {
    display: block;
    width: 31px;
    height: 31px;
}

.testimonials-sec__nav--prev {
    left: 0;
}

.testimonials-sec__nav--next {
    right: 0;
}

/* Contact — Figma node 96:241 */
.contact-sec {
    padding: 4rem 0 5rem;
    background: var(--white);
}

.contact-sec--page {
    padding-top: 2.5rem;
}

.contact-sec__eyebrow {
    font-family: var(--font-family-base);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.contact-sec__header .heading-2 {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 0;
}

.contact-sec__form-title {
    font-family: var(--font-family-base);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 1.875rem;
}

.contact-sec__fields {
    margin-bottom: 1.25rem;
}

.contact-sec__control {
    display: block;
    width: 100%;
    padding: 1.125rem 1.3125rem;
    border: 0;
    border-radius: 8px;
    background: rgba(144, 193, 32, 0.1);
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
    outline: none;
}

.contact-sec__control--textarea {
    resize: vertical;
    min-height: 8rem;
}

.contact-sec__control::placeholder {
    color: var(--black);
    opacity: 1;
}

.contact-sec__submit {
    padding: 0.5rem 1.5rem;
}

.contact-sec__status {
    margin-top: 1rem;
}

.contact-sec__status-error {
    color: #b42318;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

.contact-sec__status-success {
    color: #067647;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

.contact-sec__info-card {
    position: relative;
    padding: 2.5rem 1.875rem 2rem;
    background: var(--navy);
    border-radius: 8px;
    overflow: visible;
}

.contact-sec__deco {
    position: absolute;
    pointer-events: none;
}

.contact-sec__deco--green {
    top: 0;
    right: 0;
    max-width: 30%;
}

.contact-sec__deco--glow {
    top: 30%;
    right: 8%;
    max-width: 35%;
    opacity: 0.35;
}

.contact-sec__deco--purple {
    bottom: 4.5rem;
    right: 2.5rem;
    max-width: 12%;
    z-index: 1;
}

.contact-sec__info-block {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.contact-sec__info-block:last-of-type {
    margin-bottom: 0;
}

.contact-sec__info-title {
    font-family: var(--font-family-base);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 0.35rem;
}

.contact-sec__info-text {
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.contact-sec__info-text:last-child {
    margin-bottom: 0;
}

.contact-sec__info-text a {
    color: inherit;
    text-decoration: none;
}

.contact-sec__info-text a:hover {
    opacity: 0.85;
}

.contact-sec__social {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.contact-sec__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    flex: 0 0 2.875rem;
    border-radius: 50%;
    background: url('/main/images/contact-social-bg.png') center / cover no-repeat;
    transition: opacity 0.2s ease;
}

.contact-sec__social-link:hover {
    opacity: 0.85;
}

.contact-sec__social-link img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.contact-sec__woman {
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    max-width: 42%;
    z-index: 3;
    pointer-events: none;
}

/* FAQ — Figma node 96:203 */
.faq-sec {
    position: relative;
    padding: 5rem 0 5rem;
    overflow: hidden;
    min-height: 635px;
}

.faq-sec__bleed {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.faq-sec__bleed--base {
    inset: 0;
    background-color: #e7ecfa;
}

.faq-sec__bleed-wash {
    position: absolute;
    inset: 0;
    background: url('/main/images/faq-left-bg.png') center / cover no-repeat;
}

.faq-sec__bleed-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: min(653px, 45vw);
    height: 100%;
    object-fit: cover;
    object-position: left top;
    pointer-events: none;
    z-index: 0;
}

.faq-sec__container {
    position: relative;
    z-index: 1;
}

.faq-sec__eyebrow {
    font-family: var(--font-family-base);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.faq-sec__title {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.faq-sec__video {
    position: relative;
    margin: 0;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.faq-sec__video-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 561 / 323;
    object-fit: cover;
}

.faq-sec__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-sec__play-btn img {
    display: block;
    width: 58px;
    height: 58px;
}

.faq-sec__accordion {
    max-width: 100%;
    margin-left: auto;
}

.faq-sec__accordion-item {
    border: 0 !important;
    background: transparent !important;
    margin-bottom: 12px !important;
}

.faq-sec__accordion-item:last-child {
    margin-bottom: 0;
}

.faq-sec__accordion .accordion-button:focus {
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.faq-sec__accordion .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.faq-sec__accordion .accordion-button {
    position: relative;
    min-height: 56px;
    padding: 0.875rem 2.75rem 0.875rem 1rem;
    background: var(--royal-blue);
    color: var(--white);
    font-family: var(--font-family-base);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
    border-radius: 11px !important;
}

.faq-sec__accordion .accordion-button:not(.collapsed) {
    background: var(--royal-blue);
    color: var(--white);
    box-shadow: none;
    border-radius: 15px 15px 0 0;
}

.faq-sec__accordion .accordion-button.collapsed {
    border-radius: 15px;
}

.faq-sec__accordion .accordion-button::after {
    display: none;
}

.faq-sec__accordion .accordion-button span {
    display: block;
    padding-right: 1rem;
    text-align: left;
}

.faq-sec__chevron {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 13px;
    height: 7px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.faq-sec__accordion .accordion-button:not(.collapsed) .faq-sec__chevron {
    transform: translateY(-50%) rotate(90deg);
}

.faq-sec__accordion-body {
    padding: 0.75rem 1rem 1rem;
    background: var(--white);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
}

.faq-sec__accordion-body p {
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.faq-sec__accordion .accordion-collapse {
    border: 0;
}

/* EBook experts steps — Figma node 96:113 */
.ebook-experts-sec {
    position: relative;
    padding: 4rem 0 5rem;
    overflow: hidden;
    min-height: 667px;
}

.ebook-experts-sec__bleed {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.ebook-experts-sec__bleed--base {
    inset: 0;
    background-color: #e7ecfa;
}

.ebook-experts-sec__bleed-wash {
    position: absolute;
    inset: 0;
    background: url('/main/images/ebook-experts-left-bg.png') center / cover no-repeat;
}

.ebook-experts-sec__bleed-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: min(653px, 45vw);
    height: 100%;
    object-fit: cover;
    object-position: right top;
    pointer-events: none;
    z-index: 0;
}

.ebook-experts-sec__container {
    position: relative;
    z-index: 1;
}

.ebook-experts-sec__header {
    text-align: center;
    max-width: 895px;
    margin: 0 auto 2.5rem;
}

.ebook-experts-sec__header .tag-line--section {
    font-size: 23px;
    margin-bottom: 0.5rem;
}

.ebook-experts-sec__header .heading-2 {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 0;
}

.ebook-experts-sec__slider-wrap {
    position: relative;
    max-width: 1137px;
    margin: 0 auto;
    padding: 0 2.75rem;
}

.ebook-experts-sec__slider {
    overflow: hidden;
}

.ebook-experts-sec .swiper-button-prev:not(.ebook-experts-sec__nav),
.ebook-experts-sec .swiper-button-next:not(.ebook-experts-sec__nav) {
    display: none !important;
}

.ebook-experts-sec__slider .swiper-slide {
    height: auto;
}

.ebook-experts-sec__card {
    display: flex;
    flex-direction: column;
    min-height: 336px;
    padding: 1.375rem 1rem 1.5rem;
    border: 1px solid var(--royal-blue);
    border-radius: 15px;
    background: transparent;
}

.ebook-experts-sec__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ebook-experts-sec__card-icon {
    display: block;
    width: auto;
    max-width: 87px;
    height: 64px;
    object-fit: contain;
    object-position: left top;
}

.ebook-experts-sec__card-num {
    font-family: var(--font-family-base);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    text-transform: capitalize;
}

.ebook-experts-sec__card-title {
    font-family: var(--font-family-base);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 0.75rem;
}

.ebook-experts-sec__card-text {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.ebook-experts-sec__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebook-experts-sec__nav img {
    display: block;
    width: 31px;
    height: 31px;
}

.ebook-experts-sec__nav--prev {
    left: 0;
}

.ebook-experts-sec__nav--next {
    right: 0;
}

@media (min-width: 1200px) {
    .ebook-experts-sec__nav {
        display: none;
    }
}

/* Publication solutions — Figma node 88:3919 */
.pub-solutions-sec {
    position: relative;
    padding: 0;
    background: var(--white);
    overflow: hidden;
    min-height: 753px;
}

/* Full-bleed backgrounds — extend outside container like Figma */
.pub-solutions-sec__bleed {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.pub-solutions-sec__bleed--left {
    left: 0;
    right: 50%;
    background-color: #e7ecfa;
}

.pub-solutions-sec__bleed-wash {
    position: absolute;
    inset: 0;
    background: url('/main/images/pub-sol-left-bg.svg') center / cover no-repeat;
}

.pub-solutions-sec__bleed-shape {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: min(653px, 45.35vw);
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    transform: rotate(90deg);
}

.pub-solutions-sec__bleed--right {
    left: 50%;
    right: 0;
    background: url('/main/images/pub-sol-slider-bg.png') center / cover no-repeat;
}

.pub-solutions-sec__bleed--right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 18, 92, 0.8);
}

.pub-solutions-sec__container {
    position: relative;
    z-index: 1;
    min-height: 753px;
    display: flex;
    align-items: center;
}

.pub-solutions-sec__content-side {
    max-width: 50%;
    padding: 5rem 2.5rem 5rem 0;
}

.pub-solutions-sec__content {
    position: relative;
    width: 100%;
    max-width: 561px;
}

.pub-solutions-sec__content .tag-line--section {
    margin-bottom: 0.3125rem;
    font-size: 23px;
}

.pub-solutions-sec__content .heading-2 {
    margin-bottom: 0.625rem;
    font-size: 45px;
    line-height: normal;
    max-width: 450px;
}

.pub-solutions-sec__content p {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    max-width: 561px;
}

.pub-solutions-sec__content p + p {
    margin-top: 0;
}

.pub-solutions-sec__lead {
    margin-bottom: 0;
}

.pub-solutions-sec__extra {
    margin-top: 0.75rem;
}

.pub-solutions-sec__content .btn-group-ks {
    margin-top: 1.875rem;
    gap: 1.875rem;
}

/* Slider — outside container, full right-half width (Figma 712px panel) */
.pub-solutions-sec__slider-breakout {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 753px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pub-solutions-sec__slider-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 561px;
    margin: 0 auto;
}

.pub-solutions-sec__slider {
    width: 100%;
    overflow: hidden;
}

.pub-solutions-sec .swiper-button-prev:not(.pub-solutions-sec__nav),
.pub-solutions-sec .swiper-button-next:not(.pub-solutions-sec__nav) {
    display: none !important;
}

.pub-solutions-sec__slider .swiper-wrapper {
    align-items: center;
}

.pub-solutions-sec__slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.pub-solutions-sec__book-figure {
    margin: 0 auto;
    width: 100%;
    max-width: 273px;
    aspect-ratio: 273 / 439;
    border-radius: 10px;
    overflow: hidden;
}

.pub-solutions-sec__book-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pub-solutions-sec__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-solutions-sec__nav img {
    display: block;
    width: 31px;
    height: 31px;
}

.pub-solutions-sec__nav--prev {
    left: 1.5625rem;
}

.pub-solutions-sec__nav--prev img {
    transform: rotate(180deg);
}

.pub-solutions-sec__nav--next {
    right: 1.5625rem;
}

/* Swiper (global) */
.swiper-button-prev,
.swiper-button-next {
    border-radius: 54px;
    width: 50px;
    height: 50px;
    background: #f90;
    border: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

/* Enquiry modal */
.modal-backdrop.show {
    background-color: rgba(20, 18, 92, 0.6);
    backdrop-filter: blur(4px);
}

.enquiry-modal__dialog {
    max-width: 500px;
    margin: 1rem auto;
}

.enquiry-modal__content {
    position: relative;
    border: 0;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 24px 48px rgba(20, 18, 92, 0.18), 0 8px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.enquiry-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 18, 92, 0.06);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.enquiry-modal__close::before,
.enquiry-modal__close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: var(--navy);
}

.enquiry-modal__close::before {
    transform: rotate(45deg);
}

.enquiry-modal__close::after {
    transform: rotate(-45deg);
}

.enquiry-modal__close:hover {
    background: rgba(20, 18, 92, 0.12);
    transform: scale(1.05);
}

.enquiry-modal__close:focus-visible {
    outline: 2px solid var(--royal-blue);
    outline-offset: 2px;
}

.enquiry-modal__body {
    padding: 2rem 1.75rem 1.75rem;
}

.enquiry-modal__eyebrow {
    font-family: var(--font-family-base);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--lime);
    margin-bottom: 0.5rem;
}

.enquiry-modal__title {
    font-family: var(--font-family-base);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--navy);
    margin-bottom: 0.5rem;
    padding-right: 2rem;
}

.enquiry-modal__subtitle {
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 1.5rem;
    text-transform: none;
}

.enquiry-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.enquiry-modal__field label {
    display: block;
    font-family: var(--font-family-base);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0.375rem;
}

.enquiry-modal__control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0.625rem 1.3125rem;
    border: 1px solid var(--royal-blue);
    border-radius: 10px;
    background: var(--white);
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
    outline: none;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-modal__control::placeholder {
    color: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

.enquiry-modal__control:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(17, 61, 205, 0.12);
}

.enquiry-modal__control--select {
    padding-right: 2.5rem;
    cursor: pointer;
}

.enquiry-modal__control--select:invalid {
    color: rgba(0, 0, 0, 0.45);
}

.enquiry-modal__select-wrap {
    position: relative;
}

.enquiry-modal__select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 7px;
    height: 13px;
    background: url('/main/images/editing-lead-select-chevron.svg') no-repeat center / contain;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}

.enquiry-modal__submit {
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
}

.enquiry-modal__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.enquiry-modal__status {
    margin-top: 0.75rem;
}

.enquiry-modal__status-error {
    color: #b42318;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

.enquiry-modal__status-success {
    color: #067647;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

.py-t {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

/* Footer */
.footer-modern {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 0;
    background-color: #14125c;
}

.footer-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/main/images/footer-bg-pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.9;
    pointer-events: none;
}

.footer-modern .container {
    position: relative;
    z-index: 1;
}

.footer-modern__glow {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    max-width: 121px;
}

.footer-modern__glow--left {
    top: 60px;
    left: 46px;
}

.footer-modern__glow--right {
    bottom: 90px;
    right: 42px;
    max-width: 109px;
}

.footer-modern__newsletter {
    background: #113dcd;
    border-radius: 8px;
    padding: 2.5rem 2.75rem;
    margin-bottom: 2rem;
}

.footer-modern__logo {
    margin: 0;
}

.footer-modern__logo img {
    width: auto;
    height: 55px;
    object-fit: contain;
}

.footer-modern__newsletter-title {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.footer-modern__newsletter-title span {
    display: block;
}

.footer-modern__newsletter-form {
    display: flex;
    align-items: stretch;
    max-width: 407px;
    margin-left: auto;
}

.footer-modern__newsletter-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 60px;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding: 0 1.25rem;
    font-family: var(--font-family-base);
    font-size: 14px;
    color: #000;
    background: var(--white);
    /* box-shadow: 0 4px 2px rgba(0, 0, 0, 1); */
}

.footer-modern__newsletter-input::placeholder {
    color: #000;
    text-transform: capitalize;
}

.footer-modern__newsletter-btn {
    flex: 0 0 55px;
    width: 55px;
    height: 60px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #635ad9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.footer-modern__newsletter-btn img {
    width: 18px;
    height: auto;
}

.footer-modern__main {
    padding: 1.25rem 0 2.5rem;
}

.footer-modern__heading {
    color: var(--white);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 0.75rem;
}

.footer-modern__about-text {
    color: var(--white);
    /* font-size: 15px; */
    /* font-weight: 400; */
    /* line-height: 22px; */
    /* text-transform: capitalize; */
    margin: 0 0 1.25rem;
}

.footer-modern__social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-modern__social-link {
    position: relative;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('/main/images/footer-social-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}

.footer-modern__social-link:hover {
    transform: translateY(-2px);
}

.footer-modern__social-link img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.footer-modern__list,
.footer-modern__contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-modern__list li + li,
.footer-modern__contact-list li + li {
    margin-top: 0;
}

.footer-modern__list a,
.footer-modern__contact-list a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-modern__list a:hover,
.footer-modern__contact-list a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.footer-modern__contact-list li + li {
    margin-top: 0.25rem;
}

.footer-modern__contact-list span {
    display: block;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-modern__bottom {
    position: relative;
    z-index: 1;
}

.footer-modern__divider {
    display: block;
    width: 100%;
    height: auto;
}

.footer-modern__bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0 1.5rem;
}

.footer-modern__bottom-bar p {
    margin: 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-modern__bottom-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-modern__bottom-bar ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: underline;
}

.faq-sec__content-side {
    padding: 0;
}

.faq-sec__accordion-side {
    padding: revert-rule;
}

/* Experience The Difference — inner pages (Figma 96:114 / 98:676) */
.exp-diff-sec {
    position: relative;
    padding: 5rem 0 5rem;
    overflow: hidden;
    background: #f8f9fc;
}

.exp-diff-sec__wave {
    position: absolute;
    left: 0;
    top: 0;
    width: min(51.5%, 742px);
    height: 100%;
    background: url('/main/images/exp-diff-wave-left.svg') no-repeat left top / 100% 100%;
    transform-origin: left top;
    transform: scaleY(-1) rotate(180deg);
    pointer-events: none;
    z-index: 0;
}

.exp-diff-sec__container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.exp-diff-sec__header {
    text-align: center;
    margin: 0 auto 2.4rem;
}

.exp-diff-sec__header .tag-line {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 23px;
    line-height: normal;
}

.exp-diff-sec__title {
    font-size: 45px;
    line-height: normal;
    margin: 0;
}

.exp-diff-sec__slider-wrap {
    position: relative;
    max-width: 1137px;
    margin: 0 auto;
    padding: 0 2.75rem;
}

.exp-diff-sec__slider {
    overflow: hidden;
}

.exp-diff-sec .swiper-button-prev:not(.exp-diff-sec__nav),
.exp-diff-sec .swiper-button-next:not(.exp-diff-sec__nav) {
    display: none !important;
}

.exp-diff-sec__slider .swiper-slide {
    height: auto;
}

.exp-diff-sec__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-diff-sec__nav img {
    display: block;
    width: 31px;
    height: 31px;
}

.exp-diff-sec__nav--prev {
    left: 0;
}

.exp-diff-sec__nav--next {
    right: 0;
}

.exp-diff-sec__pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 1.25rem;
    padding-top: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.exp-diff-card {
    position: relative;
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 15px;
    min-height: 334px;
    overflow: hidden;
}

.exp-diff-card__deco {
    position: absolute;
    inset: 0;
    background: url('/main/images/exp-diff-card-deco.svg') no-repeat center / 100% 100%;
    pointer-events: none;
    z-index: 1;
}

.exp-diff-card__icon-wrap {
    position: relative;
    z-index: 2;
    padding: 16px 0 0 21px;
    min-height: 85px;
}

.exp-diff-card__icon {
    display: block;
    width: auto;
    max-width: 75px;
    height: auto;
    max-height: 69px;
    object-fit: contain;
}

.exp-diff-card__body {
    position: relative;
    z-index: 2;
    padding: 52px 21px 28px;
}

.exp-diff-card__title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.exp-diff-card__text {
    margin: 0;
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    max-width: 329px;
}

/* Inner service pages — Figma 96:114 content split (white bg) */
.content-split-sec--inner {
    background: var(--white);
}

.content-split-sec--inner.ebook-sec {
    padding: 4.5rem 0 5rem;
}

/* Inner process steps — white cards on lavender section (Figma 102:795) */
.ebook-experts-sec--inner .ebook-experts-sec__card {
    background: var(--white);
}

/* Editing lead — Figma node 100:785 */
.editing-lead-sec {
    padding: 4.5rem 0 5rem;
    background: var(--white);
}

.editing-lead-sec__row {
    --bs-gutter-x: 2.25rem;
}

.editing-lead-sec__title {
    font-size: 45px;
    line-height: normal;
    margin: 0 0 1.125rem;
    max-width: 657px;
}

.editing-lead-sec__desc {
    margin: 0 0 1.625rem;
    max-width: 657px;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
}

.editing-lead-sec__checklist {
    --bs-gutter-x: 1.5rem;
    margin-bottom: 1.75rem;
}

.editing-lead-sec__checklist-col {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editing-lead-sec__check-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
}

.editing-lead-sec__check-item:last-child {
    margin-bottom: 0;
}

.editing-lead-sec__check-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.editing-lead-sec__actions {
    margin-top: 0.25rem;
}

.editing-lead-sec__form-card {
    max-width: 446px;
    margin-left: auto;
    background: rgba(17, 61, 205, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.editing-lead-sec__form-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 0.5rem 1.25rem;
    background: var(--lime);
    border-radius: 10px;
}

.editing-lead-sec__form-banner-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
}

.editing-lead-sec__form-banner-title span {
    display: block;
}

.editing-lead-sec__form {
    padding: 1.25rem 2.625rem 1.75rem;
}

.editing-lead-sec__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 1rem;
}

.editing-lead-sec__control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0.625rem 1.3125rem;
    border: 1px solid var(--royal-blue);
    border-radius: 10px;
    background: var(--white);
    font-family: var(--font-family-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
    outline: none;
    appearance: none;
}

.editing-lead-sec__control::placeholder {
    color: var(--black);
    opacity: 1;
}

.editing-lead-sec__control--select {
    padding-right: 2.5rem;
    cursor: pointer;
}

.editing-lead-sec__control--select:invalid {
    color: var(--black);
}

.editing-lead-sec__select-wrap {
    position: relative;
}

.editing-lead-sec__select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 7px;
    height: 13px;
    background: url('/main/images/editing-lead-select-chevron.svg') no-repeat center / contain;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}

.editing-lead-sec__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.editing-lead-sec__consent-input {
    flex: 0 0 13px;
    width: 13px;
    height: 14px;
    margin: 4px 0 0;
    border: 1px solid var(--black);
    border-radius: 2px;
    accent-color: var(--royal-blue);
    cursor: pointer;
}

.editing-lead-sec__consent-text {
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
}

.editing-lead-sec__submit {
    width: 100%;
    min-height: 44px;
    padding: 0.625rem 1.5rem;
    border-radius: 20px;
    font-size: 15px;
    line-height: 22px;
}

.editing-lead-sec__status {
    margin-top: 0.75rem;
}

.editing-lead-sec__status-error {
    color: #b42318;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

.editing-lead-sec__status-success {
    color: #067647;
    font-size: 14px;
    margin: 0;
    text-transform: none;
}

/* About page — Figma node 113:1317 */
.about-hero-sec {
    padding: 2.75rem 0 9rem;
}

.about-hero-sec__inner {
    position: relative;
    z-index: 2;
    max-width: 524px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.5rem;
}

.about-hero-sec .heading-1 {
    margin-bottom: 1rem;
}

.about-hero-sec__desc {
    max-width: 524px;
    margin: 0 auto 1.75rem;
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
}

.about-hero-sec__btns {
    justify-content: center;
}

.about-mission-sec {
    padding: 2rem 0 4.5rem;
    background: var(--white);
}

.about-mission-sec__row {
    margin-bottom: 2.5rem;
}

.about-mission-sec__figure {
    position: relative;
    margin: 0;
    max-width: 525px;
}

.about-mission-sec__img {
    display: block;
    width: 100%;
    max-width: 525px;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(7px 10px 11px rgba(0, 0, 0, 0.12));
}

.about-mission-sec__badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 155px;
    min-height: 174px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--royal-blue);
    color: var(--white);
    text-transform: capitalize;
}

.about-mission-sec__badge-value {
    display: block;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.about-mission-sec__badge-label {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.about-mission-sec__content .tag-line--section {
    margin-bottom: 0.35rem;
}

.about-mission-sec__title {
    font-size: 45px;
    line-height: normal;
    margin-bottom: 1rem;
}

.about-mission-sec__text {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 1rem;
}

.about-mission-sec__checks {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.about-mission-sec__check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: capitalize;
    color: var(--black);
}

.about-mission-sec__check-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.about-mission-sec__footer {
    max-width: 1134px;
}

.about-mission-sec__footer .about-mission-sec__text:last-child {
    margin-bottom: 0;
}

/* Legal pages — Terms, Privacy, Refund */
.legal-content-sec {
    padding: 2.5rem 0 4.5rem;
    background: var(--white);
}

.legal-content-sec__body {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content-sec__block {
    margin-bottom: 2.25rem;
}

.legal-content-sec__block:last-child {
    margin-bottom: 0;
}

.legal-content-sec__heading {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.legal-content-sec__subheading {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin: 1.25rem 0 0.75rem;
    text-transform: capitalize;
}

.legal-content-sec__text {
    font-size: 15px;
    line-height: 1.65;
    color: #333;
    margin-bottom: 0.85rem;
    text-transform: none;
}

.legal-content-sec__list {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.legal-content-sec__list li {
    font-size: 15px;
    line-height: 1.65;
    color: #333;
    margin-bottom: 0.65rem;
    text-transform: none;
}

.legal-content-sec__list li:last-child {
    margin-bottom: 0;
}

/* ── Scroll-triggered animations ── */
@media (prefers-reduced-motion: no-preference) {
    .ks-animate {
        opacity: 0;
        transition:
            opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--ks-animate-delay, 0ms);
        will-change: opacity, transform;
    }

    .ks-animate--fade-up {
        transform: translate3d(0, 32px, 0);
    }

    .ks-animate--fade-left {
        transform: translate3d(-32px, 0, 0);
    }

    .ks-animate--fade-right {
        transform: translate3d(32px, 0, 0);
    }

    .ks-animate--fade-in {
        transform: none;
    }

    .ks-animate.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ks-animate {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ── Card & button hover polish ── */
@media (prefers-reduced-motion: no-preference) {
    .ebook-pathway-sec__card,
    .ebook-experts-sec__card,
    .exp-diff-card,
    .testimonials-sec__card--text {
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .ebook-pathway-sec__card:hover,
    .ebook-experts-sec__card:hover,
    .exp-diff-card:hover,
    .testimonials-sec__card--text:hover {
        transform: none;
        box-shadow: 0 10px 20px rgba(20, 18, 92, 0.14);
    }

    .btn-ks {
        transition: opacity 0.2s ease, transform 0.22s ease, box-shadow 0.22s ease;
    }

    .btn-ks:hover {
        box-shadow: 0 6px 18px rgba(17, 61, 205, 0.22);
    }

    .btn-ks-green:hover {
        box-shadow: 0 6px 18px rgba(144, 193, 32, 0.28);
    }
}

/* Thank you page */
.thank-you-sec {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 4rem 0 5rem;
}

.thank-you-sec__card {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.thank-you-sec__title {
    margin-bottom: 1rem;
}

.thank-you-sec__desc {
    max-width: 520px;
    margin: 0 auto 1.5rem;
    text-transform: none;
    line-height: 1.6;
    opacity: 0.92;
}

.thank-you-sec__details {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 1.75rem;
    padding: 1.25rem 1.5rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.thank-you-sec__details-heading {
    margin: 0 0 1rem;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.thank-you-sec__details-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.thank-you-sec__details-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.thank-you-sec__details-row:first-child {
    padding-top: 0;
}

.thank-you-sec__details-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.thank-you-sec__details-row dt {
    flex: 0 0 auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
}

.thank-you-sec__details-row dd {
    flex: 1 1 auto;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--white);
    text-align: right;
    text-transform: none;
    word-break: break-word;
}

.thank-you-sec__details ::selection {
    background: rgba(144, 193, 32, 0.35);
    color: var(--white);
}

.thank-you-sec__btns {
    justify-content: center;
    margin-bottom: 1.25rem;
}

.thank-you-sec__note {
    font-size: 15px;
    text-transform: none;
    opacity: 0.85;
    margin: 0;
}

.thank-you-sec__note a {
    color: var(--lime);
    text-decoration: none;
    font-weight: 700;
}

.thank-you-sec__note a:hover {
    text-decoration: underline;
}