/* =========================================================
   KNOWLEDGE HUB
   PURE CSS — NO BOOTSTRAP
========================================================= */

.kh-page {
    --kh-navy: #061a2d;
    --kh-navy-2: #092744;
    --kh-blue: #2878f0;
    --kh-blue-light: #5ca3ff;
    --kh-orange: #ff9d22;
    --kh-text: #0a1b2d;
    --kh-muted: #66758a;
    --kh-light: #f5f8fc;
    --kh-border: #e3eaf2;

    color: var(--kh-text);
    background: #fff;
    overflow: hidden;
}

.kh-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.kh-section {
    padding: 110px 0;
}

.kh-white {
    background: #fff;
}

.kh-light {
    background: #f6f9fc;
}


/* =========================================================
   COMMON
========================================================= */

.kh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #73b5ff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kh-blue-eyebrow {
    color: #2676e9;
}

.kh-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 55px;
}

.kh-section-heading h2,
.kh-center-heading h2 {
    margin: 14px 0 0;
    max-width: 650px;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -2.2px;
}

.kh-section-heading h2 span,
.kh-center-heading h2 span {
    color: var(--kh-blue);
}

.kh-center-heading {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 760px;
}

.kh-center-heading h2 {
    margin-left: auto;
    margin-right: auto;
}

.kh-center-heading p {
    max-width: 600px;
    margin: 20px auto 0;

    color: var(--kh-muted);
    line-height: 1.8;
    font-size: 15px;
}

.kh-text-link {
    color: #1e72df;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.kh-text-link:hover {
    color: #0b4fae;
}


/* =========================================================
   BUTTONS
========================================================= */

.kh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;
    padding: 0 23px;

    border-radius: 10px;

    text-decoration: none;
    font-size: 13px;
    font-weight: 700;

    transition: .3s ease;
}

.kh-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ffb02e, #f58b14);
    box-shadow: 0 12px 30px rgba(245, 139, 20, .25);
}

.kh-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(245, 139, 20, .35);
}

.kh-btn-glass {
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
}

.kh-btn-glass:hover {
    background: rgba(255,255,255,.12);
    transform: translateY(-3px);
}


/* =========================================================
   HERO
========================================================= */

.kh-hero {
    position: relative;
    min-height: 730px;

    display: flex;
    align-items: center;

    color: #fff;

    background:
        radial-gradient(circle at 80% 30%, rgba(25,111,255,.22), transparent 32%),
        linear-gradient(135deg, #041526 0%, #082744 58%, #073c77 100%);

    overflow: hidden;
}

.kh-hero:after {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

    background-size: 60px 60px;
    pointer-events: none;
}

.kh-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.kh-glow-one {
    width: 300px;
    height: 300px;
    background: rgba(35,120,255,.15);
    right: 5%;
    top: 5%;
}

.kh-glow-two {
    width: 220px;
    height: 220px;
    background: rgba(74,174,255,.12);
    left: 25%;
    bottom: -100px;
}

.kh-hero .kh-container {
    position: relative;
    z-index: 2;
}

.kh-hero-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 75px;
    align-items: center;
}

.kh-hero-content h1 {
    max-width: 650px;

    margin: 17px 0 25px;

    font-size: clamp(48px, 5.6vw, 78px);
    line-height: .98;
    letter-spacing: -4px;
}

.kh-hero-content h1 span {
    display: block;

    background: linear-gradient(90deg, #fff, #55a4ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.kh-hero-content > p {
    max-width: 560px;

    color: rgba(255,255,255,.67);

    font-size: 16px;
    line-height: 1.8;
}

.kh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.kh-hero-meta {
    display: flex;
    gap: 40px;
    margin-top: 55px;
}

.kh-hero-meta div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kh-hero-meta strong {
    font-size: 25px;
}

.kh-hero-meta span {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================================================
   HERO KNOWLEDGE WINDOW
========================================================= */

.kh-hero-visual {
    position: relative;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.kh-knowledge-window {
    width: min(100%, 580px);

    padding: 17px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;

    background: rgba(6,26,45,.72);
    box-shadow:
        0 35px 80px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.08);

    backdrop-filter: blur(20px);

    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.kh-window-top {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 4px 5px 16px;

    color: rgba(255,255,255,.55);
    font-size: 10px;
}

.kh-window-dots {
    display: flex;
    gap: 5px;
}

.kh-window-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}

.kh-window-search {
    margin-left: auto;

    padding: 7px 10px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 7px;

    background: rgba(255,255,255,.04);
}

.kh-search-large {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 18px;

    border: 1px solid rgba(95,160,255,.25);
    border-radius: 12px;

    background: rgba(26,80,135,.18);
}

.kh-search-large > span {
    font-size: 25px;
    color: #65aaff;
}

.kh-search-large div {
    flex: 1;
}

.kh-search-large small {
    display: block;

    margin-bottom: 4px;

    color: #5ea5ff;
    font-size: 8px;
    letter-spacing: 1px;
}

.kh-search-large strong {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 12px;
}

.kh-search-large b {
    padding: 4px 7px;

    border-radius: 5px;

    color: rgba(255,255,255,.4);
    background: rgba(255,255,255,.05);

    font-size: 14px;
}

.kh-topic-label {
    margin: 22px 3px 10px;

    color: rgba(255,255,255,.4);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.kh-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.kh-topic-card {
    min-height: 95px;
    padding: 14px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;

    background: rgba(255,255,255,.045);

    transition: .3s ease;
}

.kh-topic-card:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.08);
}

.kh-topic-card > span {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
}

.kh-topic-card strong {
    display: block;
    font-size: 12px;
}

.kh-topic-card small {
    display: block;
    margin-top: 4px;

    color: rgba(255,255,255,.4);
    font-size: 14px;
}

.kh-topic-blue > span {
    color: #55a5ff;
}

.kh-topic-purple > span {
    color: #a982ff;
}

.kh-topic-orange > span {
    color: #ffad45;
}

.kh-topic-green > span {
    color: #45d8a2;
}

.kh-window-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 16px;
    padding-top: 14px;

    border-top: 1px solid rgba(255,255,255,.06);

    color: rgba(255,255,255,.4);
    font-size: 14px;
}

.kh-mini-doc {
    display: flex;
    align-items: center;
    gap: 7px;

    color: rgba(255,255,255,.65);
}

.kh-mini-doc i {
    width: 7px;
    height: 9px;

    border-radius: 2px;
    background: #4b9aff;
}


/* FLOATING CARDS */

.kh-floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 13px 16px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 11px;

    background: rgba(9,32,53,.85);
    box-shadow: 0 20px 50px rgba(0,0,0,.3);

    backdrop-filter: blur(15px);
}

.kh-float-top {
    right: -20px;
    top: 55px;
}

.kh-float-bottom {
    left: -20px;
    bottom: 65px;
}

.kh-float-icon {
    width: 31px;
    height: 31px;

    display: grid;
    place-items: center;

    border-radius: 8px;

    color: #6ab2ff;
    background: rgba(42,123,238,.15);
}

.kh-floating-card small {
    display: block;

    color: #6ab2ff;
    font-size: 7px;
    letter-spacing: 1px;
}

.kh-floating-card strong {
    display: block;

    margin-top: 3px;

    color: rgba(255,255,255,.85);
    font-size: 10px;
}

.kh-live-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: #45d69d;

    box-shadow: 0 0 12px #45d69d;
}


/* =========================================================
   FEATURED
========================================================= */

.kh-featured-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 25px;
}

.kh-featured-main {
    overflow: hidden;

    border: 1px solid var(--kh-border);
    border-radius: 18px;

    background: #fff;

    box-shadow: 0 20px 55px rgba(10,35,65,.06);
}

.kh-featured-image {
    position: relative;
    min-height: 310px;

    display: grid;
    place-items: center;

    overflow: hidden;

    background:
        radial-gradient(circle at 50% 45%, rgba(49,133,246,.22), transparent 30%),
        linear-gradient(135deg, #071c31, #0a3868);
}

.kh-image-grid {
    position: absolute;
    inset: 0;

    opacity: .35;

    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);

    background-size: 35px 35px;
}

.kh-image-label {
    position: absolute;
    top: 18px;
    left: 20px;

    padding: 6px 9px;

    border-radius: 5px;

    color: #fff;
    background: #2878ef;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.kh-document-preview {
    position: relative;
    z-index: 2;

    width: 210px;
    min-height: 235px;

    padding: 25px;

    border-radius: 7px;

    background: #fff;

    box-shadow: 0 25px 50px rgba(0,0,0,.35);

    transform: rotate(-5deg);
}

.kh-doc-line {
    height: 5px;
    margin-bottom: 9px;

    border-radius: 5px;

    background: #dbe3ec;
}

.kh-doc-title {
    width: 70%;
    height: 9px;
    background: #153b63;
}

.kh-doc-line.short {
    width: 45%;
}

.kh-doc-line.medium {
    width: 65%;
}

.kh-doc-highlight {
    height: 45px;
    margin: 20px 0;

    border-left: 3px solid #2c83f3;
    background: #edf5ff;
}

.kh-featured-content {
    padding: 30px;
}

.kh-resource-type {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kh-resource-type span {
    color: #2375e8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.kh-resource-type small {
    color: #8b98a7;
    font-size: 10px;
}

.kh-featured-content h3 {
    max-width: 620px;

    margin: 14px 0;

    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -1px;
}

.kh-featured-content p {
    max-width: 600px;

    color: var(--kh-muted);
    line-height: 1.7;
    font-size: 13px;
}

.kh-read-link {
    display: inline-flex;
    gap: 8px;

    margin-top: 12px;

    color: #1871e5;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.kh-featured-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kh-resource-card {
    flex: 1;

    display: flex;
    gap: 18px;

    padding: 22px;

    border: 1px solid var(--kh-border);
    border-radius: 14px;

    background: #fff;

    transition: .3s ease;
}

.kh-resource-card:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 35px rgba(10,35,65,.08);
}

.kh-resource-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    font-size: 20px;
}

.kh-icon-blue {
    color: #287cf0;
    background: #eaf3ff;
}

.kh-icon-purple {
    color: #8962ee;
    background: #f0ebff;
}

.kh-icon-orange {
    color: #ed8a1a;
    background: #fff1df;
}

.kh-resource-info h3 {
    margin: 8px 0;

    font-size: 15px;
    line-height: 1.4;
}

.kh-resource-info a {
    color: #2375e8;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   CATEGORY CARDS
========================================================= */

.kh-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.kh-category-card {
    position: relative;

    min-height: 235px;

    display: flex;
    flex-direction: column;

    padding: 25px;

    overflow: hidden;

    border: 1px solid var(--kh-border);
    border-radius: 16px;

    color: var(--kh-text);
    background: #fff;

    text-decoration: none;

    transition: .35s ease;
}

.kh-category-card:before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -70px;
    bottom: -90px;

    border-radius: 50%;

    background: rgba(40,120,240,.07);
}

.kh-category-card:hover {
    transform: translateY(-7px);
    border-color: #b9d4f7;
    box-shadow: 0 22px 45px rgba(13,54,94,.09);
}

.kh-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kh-category-icon {
    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    border-radius: 11px;

    color: #287cf0;
    background: #eaf3ff;

    font-size: 20px;
}

.kh-category-top > span {
    color: #9ba8b7;
    font-size: 11px;
    font-weight: 700;
}

.kh-category-card h3 {
    margin: 25px 0 8px;

    font-size: 19px;
}

.kh-category-card p {
    margin: 0;

    color: var(--kh-muted);
    font-size: 12px;
    line-height: 1.7;
}

.kh-category-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: auto;
    padding-top: 20px;

    color: #2375e8;

    font-size: 11px;
    font-weight: 700;
}

.kh-category-bottom b {
    font-size: 17px;
}


/* Different category accents */

.kh-category-risk .kh-category-icon {
    color: #8a63ee;
    background: #f1edff;
}

.kh-category-compliance .kh-category-icon {
    color: #df8a19;
    background: #fff1df;
}

.kh-category-project .kh-category-icon {
    color: #12a878;
    background: #e6faf3;
}

.kh-category-industry .kh-category-icon {
    color: #e34c75;
    background: #fff0f4;
}

.kh-category-product .kh-category-icon {
    color: #3674c8;
    background: #eaf3ff;
}


/* =========================================================
   SEARCH SECTION
========================================================= */

.kh-search-section {
    position: relative;

    padding: 100px 0;

    color: #fff;

    overflow: hidden;

    background:
        radial-gradient(circle at 80% 50%, rgba(40,126,247,.25), transparent 30%),
        linear-gradient(135deg, #06192d, #092d50);
}

.kh-search-pattern {
    position: absolute;
    inset: 0;

    opacity: .25;

    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);

    background-size: 55px 55px;
}

.kh-search-content {
    position: relative;
    z-index: 2;

    max-width: 780px;
    margin: auto;

    text-align: center;
}

.kh-search-content h2 {
    margin: 14px 0;

    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.kh-search-content h2 span {
    color: #5ca4ff;
}

.kh-search-content > p {
    max-width: 560px;

    margin: 0 auto;

    color: rgba(255,255,255,.58);

    font-size: 14px;
    line-height: 1.7;
}

.kh-main-search {
    display: flex;
    align-items: center;
    gap: 12px;

    max-width: 650px;

    margin: 35px auto 0;
    padding: 7px 7px 7px 18px;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 13px;

    background: rgba(255,255,255,.07);
    backdrop-filter: blur(15px);
}

.kh-main-search > span {
    font-size: 22px;
    color: #72b6ff;
}

.kh-main-search input {
    flex: 1;

    min-width: 0;

    border: 0;
    outline: 0;

    color: #fff;
    background: transparent;

    font-size: 13px;
}

.kh-main-search input::placeholder {
    color: rgba(255,255,255,.4);
}

.kh-main-search button {
    border: 0;
    border-radius: 8px;

    padding: 13px 22px;

    color: #fff;
    background: #287cf0;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}

.kh-popular-search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 18px;
}

.kh-popular-search > span {
    margin-right: 5px;

    color: rgba(255,255,255,.4);
    font-size: 10px;
}

.kh-popular-search a {
    padding: 6px 10px;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;

    color: rgba(255,255,255,.55);

    font-size: 14px;
    text-decoration: none;

    transition: .2s ease;
}

.kh-popular-search a:hover {
    color: #fff;
    border-color: rgba(255,255,255,.25);
}


/* =========================================================
   INSIGHTS
========================================================= */

.kh-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.kh-insight-card {
    overflow: hidden;

    border: 1px solid var(--kh-border);
    border-radius: 16px;

    background: #fff;

    transition: .3s ease;
}

.kh-insight-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 45px rgba(13,54,94,.09);
}

.kh-insight-visual {
    position: relative;

    height: 190px;

    overflow: hidden;
}

.kh-visual-blue {
    background:
        radial-gradient(circle, rgba(66,151,255,.25), transparent 30%),
        #082747;
}

.kh-visual-purple {
    background:
        radial-gradient(circle, rgba(147,102,255,.25), transparent 30%),
        #171536;
}

.kh-visual-orange {
    background:
        radial-gradient(circle, rgba(255,169,58,.22), transparent 30%),
        #322313;
}

.kh-insight-visual > span {
    position: absolute;
    right: 18px;
    bottom: 15px;

    color: rgba(255,255,255,.25);

    font-size: 35px;
    font-weight: 800;
}


/* visual 01 */

.kh-visual-circle {
    position: absolute;

    width: 115px;
    height: 115px;

    left: 50%;
    top: 50%;

    border: 1px solid rgba(90,168,255,.4);
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.kh-visual-circle:before,
.kh-visual-circle:after {
    content: "";

    position: absolute;

    border: 1px solid rgba(90,168,255,.25);
    border-radius: 50%;
}

.kh-visual-circle:before {
    inset: 18px;
}

.kh-visual-circle:after {
    inset: 38px;
}

.kh-visual-lines {
    position: absolute;
    left: 50%;
    top: 50%;

    display: flex;
    flex-direction: column;
    gap: 5px;

    transform: translate(-50%, -50%);
}

.kh-visual-lines i {
    width: 50px;
    height: 3px;

    border-radius: 4px;

    background: #4d9cff;
}

.kh-visual-lines i:nth-child(2) {
    width: 35px;
    opacity: .6;
}

.kh-visual-lines i:nth-child(3) {
    width: 20px;
    opacity: .35;
}


/* visual 02 */

.kh-visual-bars {
    position: absolute;

    left: 50%;
    bottom: 35px;

    display: flex;
    align-items: flex-end;
    gap: 9px;

    height: 100px;

    transform: translateX(-50%);
}

.kh-visual-bars i {
    width: 18px;

    border-radius: 5px 5px 0 0;

    background: linear-gradient(to top, #7c5cf0, #b69cff);
}

.kh-visual-bars i:nth-child(1) {
    height: 35%;
}

.kh-visual-bars i:nth-child(2) {
    height: 58%;
}

.kh-visual-bars i:nth-child(3) {
    height: 48%;
}

.kh-visual-bars i:nth-child(4) {
    height: 82%;
}

.kh-visual-bars i:nth-child(5) {
    height: 100%;
}


/* visual 03 */

.kh-visual-document {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 125px;
    height: 145px;

    padding: 25px 20px;

    border-radius: 5px;

    background: #fff;

    box-shadow: 0 20px 40px rgba(0,0,0,.25);

    transform: translate(-50%, -50%) rotate(-5deg);
}

.kh-visual-document i {
    display: block;

    width: 100%;
    height: 5px;

    margin-bottom: 10px;

    border-radius: 5px;

    background: #d7dee7;
}

.kh-visual-document i:first-child {
    width: 65%;
    height: 8px;
    background: #173c62;
}

.kh-visual-document i:nth-child(3) {
    width: 75%;
}

.kh-visual-document i:nth-child(4) {
    width: 45%;
}

.kh-insight-body {
    padding: 25px;
}

.kh-insight-body h3 {
    margin: 13px 0 10px;

    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -.4px;
}

.kh-insight-body p {
    color: var(--kh-muted);

    font-size: 12px;
    line-height: 1.7;
}

.kh-insight-body > a {
    display: inline-block;

    margin-top: 8px;

    color: #2375e8;

    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
   CTA
========================================================= */

.kh-cta-section {
    padding: 0 0 110px;

    background: #fff;
}

.kh-cta-box {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;

    padding: 60px 65px;

    overflow: hidden;

    border-radius: 20px;

    color: #fff;

    background:
        radial-gradient(circle at 90% 50%, rgba(54,136,255,.3), transparent 30%),
        linear-gradient(135deg, #061a2d, #0b3762);
}

.kh-cta-box:before {
    content: "";

    position: absolute;
    width: 250px;
    height: 250px;

    left: -100px;
    bottom: -180px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.1);
}

.kh-cta-content {
    position: relative;
    z-index: 2;
}

.kh-cta-content h2 {
    max-width: 570px;

    margin: 12px 0;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.kh-cta-content h2 span {
    color: #5ba5ff;
}

.kh-cta-content p {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 13px;
    line-height: 1.7;
}

.kh-subscribe-form {
    position: relative;
    z-index: 2;

    flex: 0 0 400px;

    display: flex;
    gap: 7px;

    padding: 6px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;

    background: rgba(255,255,255,.06);
}

.kh-subscribe-form input {
    flex: 1;

    min-width: 0;

    border: 0;
    outline: 0;

    padding: 0 13px;

    color: #fff;
    background: transparent;

    font-size: 11px;
}

.kh-subscribe-form input::placeholder {
    color: rgba(255,255,255,.4);
}

.kh-subscribe-form button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 13px 17px;

    border: 0;
    border-radius: 7px;

    color: #fff;
    background: #287cf0;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .kh-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .kh-hero {
        padding: 100px 0 90px;
    }

    .kh-hero-content {
        max-width: 720px;
        margin: auto;
        text-align: center;
    }

    .kh-hero-content h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .kh-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .kh-hero-actions,
    .kh-hero-meta {
        justify-content: center;
    }

    .kh-hero-visual {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .kh-featured-grid {
        grid-template-columns: 1fr;
    }

    .kh-featured-side {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .kh-resource-card {
        flex-direction: column;
    }

    .kh-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .kh-subscribe-form {
        width: 100%;
        flex-basis: auto;
    }
}


@media (max-width: 800px) {

    .kh-section {
        padding: 80px 0;
    }

    .kh-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kh-insights-grid {
        grid-template-columns: 1fr;
    }

    .kh-insight-visual {
        height: 220px;
    }

    .kh-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .kh-cta-box {
        padding: 45px 35px;
    }
}


@media (max-width: 600px) {

    .kh-container {
        width: min(100% - 30px, 1180px);
    }

    .kh-hero {
        min-height: auto;
        padding: 80px 0;
    }

    .kh-hero-content h1 {
        font-size: 46px;
        letter-spacing: -2.5px;
    }

    .kh-hero-content > p {
        font-size: 14px;
    }

    .kh-hero-actions {
        flex-direction: column;
    }

    .kh-hero-actions .kh-btn {
        width: 100%;
    }

    .kh-hero-meta {
        gap: 22px;
        margin-top: 40px;
    }

    .kh-hero-meta strong {
        font-size: 21px;
    }

    .kh-hero-meta span {
        font-size: 8px;
    }

    .kh-hero-visual {
        min-height: 420px;
    }

    .kh-knowledge-window {
        transform: none;
    }

    .kh-float-top {
        right: -5px;
        top: 20px;
    }

    .kh-float-bottom {
        left: -5px;
        bottom: 20px;
    }

    .kh-floating-card {
        padding: 10px 12px;
    }

    .kh-floating-card strong {
        font-size: 8px;
    }

    .kh-section-heading h2,
    .kh-center-heading h2 {
        font-size: 35px;
        letter-spacing: -1.5px;
    }

    .kh-featured-image {
        min-height: 260px;
    }

    .kh-featured-content {
        padding: 23px;
    }

    .kh-featured-content h3 {
        font-size: 23px;
    }

    .kh-featured-side {
        display: flex;
    }

    .kh-resource-card {
        flex-direction: row;
    }

    .kh-category-grid {
        grid-template-columns: 1fr;
    }

    .kh-category-card {
        min-height: 215px;
    }

    .kh-main-search {
        padding: 6px 6px 6px 14px;
    }

    .kh-main-search button {
        padding: 12px 14px;
    }

    .kh-popular-search {
        gap: 6px;
    }

    .kh-cta-box {
        padding: 38px 25px;
    }

    .kh-subscribe-form {
        flex-direction: column;
        padding: 8px;
    }

    .kh-subscribe-form input {
        min-height: 45px;
    }

    .kh-subscribe-form button {
        justify-content: center;
    }
}


@media (max-width: 420px) {

    .kh-hero-content h1 {
        font-size: 40px;
    }

    .kh-hero-meta {
        gap: 15px;
    }

    .kh-hero-meta strong {
        font-size: 18px;
    }

    .kh-hero-meta span {
        font-size: 7px;
    }

    .kh-topic-grid {
        grid-template-columns: 1fr;
    }

    .kh-topic-card {
        min-height: 75px;
    }

    .kh-window-footer {
        display: none;
    }

    .kh-floating-card {
        transform: scale(.85);
    }

    .kh-featured-content h3 {
        font-size: 21px;
    }

    .kh-search-section {
        padding: 75px 0;
    }

    .kh-main-search {
        flex-wrap: wrap;
        background: rgba(255,255,255,.05);
    }

    .kh-main-search input {
        flex-basis: calc(100% - 45px);
    }

    .kh-main-search button {
        width: 100%;
    }
}