/* =========================
   RESET / BASE
========================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* ==================================
   NOTO SANS THAI - SELF HOSTED
================================== */

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url('/fonts/NotoSansThai-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Noto Sans Thai', sans-serif;
    background: #ffffff;
    color: #374151;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .65em;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

/* Hero / Main Title */
h1 {
    font-size: clamp(2.1rem, 5vw, 2.5rem);
    font-weight: 700;
}

/* Section Title */
h2 {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 700;
}

/* Card / Content Title */
h3 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 700;
}

/* Sub Heading */
h4 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 600;
}

h5 {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
}

h6 {
    font-size: clamp(1);
    font-weight: 600;
}

/* Paragraph */
p {
    font-size: clamp(1rem);
    line-height: 1.85;
    margin: 0 0 1.2em;
}

/* Lead Text */
.lead {
    font-size: clamp(1.08rem, 1.5vw, 1.28rem);
    line-height: 1.9;
}

p {
    margin: 0 0 1.2em;
    font-size: 16px;
    line-height: 1.9;
}

/* ========================= HOME HERO SECTION ========================= */


.nk-portfolio-hero {
    padding: 50px 24px;
    background:
        radial-gradient(circle at top right,
            rgba(0, 132, 255, .15),
            transparent 35%),

        radial-gradient(circle at bottom left,
            rgba(0, 132, 255, .08),
            transparent 40%),

        linear-gradient(180deg,
            #FFFFFF 0%,
            #F7FBFF 100%);
    position: relative;
    overflow: hidden;
}

.nk-portfolio-hero-container {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}


/* =========================
   CONTENT
========================= */

.nk-portfolio-hero-content {

    max-width: 650px;
}


.nk-portfolio-hero-content h1 {
    margin: 0;
    line-height: 1.08;

    color: #111827;

    font-weight: 800;
}


.AISearch {
    display: inline-block;
    font-weight: 900;
    background: linear-gradient(90deg,
            #0084FF,
            #66B8FF,
            #38BDF8,
            #A78BFA,
            #0084FF);

    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: aiGradient 4s ease infinite;
}

@keyframes aiGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}




.nk-portfolio-hero-content h1 .hero-highlight {
    display: block;
    margin: 8px 0;
    color: #0084ff;
}


.nk-portfolio-hero-content>p {
    margin: 28px 0 0;

    max-width: 650px;
    font-size: 16px;
    line-height: 1.9;

    color: #667085;
}


/* =========================
   SEO FEATURES
========================= */

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 0;

    margin-top: 34px;

    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}


.hero-stat {
    padding: 19px 18px 19px 0;
}


.hero-stat+.hero-stat {
    padding-left: 18px;

    border-left: 1px solid #e5e7eb;
}


.hero-stat strong {
    display: block;

    margin-bottom: 5px;

    font-size: 14px;

    color: #0084ff;

    font-weight: 800;
}


.hero-stat span {
    font-size: 13px;
    line-height: 1.55;

    color: #475467;
}

/* =========================
   CTA
========================= */

.pain-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}


/* =========================
   BUTTON 1
========================= */

.pain-cta1 {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    max-width: 240px;

    padding: 15px 20px;

    border-radius: 16px;

    background: linear-gradient(135deg,
            #66B8FF,
            #0084FF);

    color: #ffffff;

    font-size: 16px;
    font-weight: 800;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .25);

    box-shadow:
        0 12px 28px rgba(0, 132, 255, .25),
        inset 0 1px 0 rgba(255, 255, 255, .35);

    transition: .3s ease;

    text-decoration: none;
}


.pain-cta1 svg {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    margin-right: 8px;
}


.pain-cta1 svg path {
    fill: #fff;
}


.pain-cta1:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 40px rgba(0, 132, 255, .32),
        inset 0 1px 0 rgba(255, 255, 255, .5);
}


.pain-cta1::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .55),
            transparent);

    transform: skewX(-20deg);

    animation: shine 2.8s infinite;
}


/* =========================
   BUTTON 2
========================= */

.pain-cta2 {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    max-width: 240px;

    padding: 15px 20px;

    border-radius: 16px;

    background: linear-gradient(135deg,
            #FFB84D,
            #FF8A00);

    color: #fff;

    font-size: 16px;
    font-weight: 800;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .25);

    box-shadow:
        0 12px 28px rgba(255, 138, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .3);

    transition: .3s ease;

    text-decoration: none;
}


.pain-cta2:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 40px rgba(255, 138, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .45);
}


.pain-cta2::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .55),
            transparent);

    animation: shine 3s infinite;
}


/* =========================
   SHINE
========================= */

@keyframes shine {

    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {

    .pain-buttons {
        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;

        width: 100%;

        margin-top: 26px;
    }


    .pain-cta1,
    .pain-cta2 {
        width: 100%;

        min-width: 0;
        max-width: none;

        padding: 13px 8px;

        border-radius: 13px;

        font-size: 13px;
        line-height: 1.3;

        white-space: nowrap;
    }


    .pain-cta1 svg {
        width: 17px;
        height: 17px;

        margin-right: 5px;
    }

}


/* มือถือเล็กมาก */

@media (max-width: 380px) {

    .pain-buttons {
        gap: 6px;
    }


    .pain-cta1,
    .pain-cta2 {
        padding: 12px 5px;

        font-size: 12px;
    }


    .pain-cta1 svg {
        width: 15px;
        height: 15px;
    }

}

/* =========================
   MOBILE TIMELINE
========================= */

@media (max-width: 640px) {

    .hero-stats {
        position: relative;

        display: flex;
        flex-direction: column;

        gap: 0;

        margin-top: 28px;

        padding-left: 28px;

        border: none;
    }


    /* เส้น Timeline */

    .hero-stats::before {
        content: "";

        position: absolute;

        left: 7px;
        top: 10px;
        bottom: 10px;

        width: 2px;

        background: #d9eaff;
    }


    .hero-stat {
        position: relative;

        padding: 0 0 24px 14px;

        border: none;
    }


    .hero-stat:last-child {
        padding-bottom: 0;
    }


    /* ล้าง style desktop */

    .hero-stat+.hero-stat {
        padding-left: 14px;
        border-left: none;
    }


    /* จุด Timeline */

    .hero-stat::before {
        content: "";

        position: absolute;

        left: -28px;
        top: 4px;

        width: 14px;
        height: 14px;

        border-radius: 50%;

        background: #0084ff;

        border: 3px solid #ffffff;

        box-shadow: 0 0 0 2px #0084ff;

        z-index: 2;
    }


    .hero-stat strong {
        display: block;

        margin-bottom: 4px;

        font-size: 15px;
        font-weight: 800;

        color: #0084ff;
    }


    .hero-stat span {
        display: block;

        font-size: 13px;
        line-height: 1.6;

        color: #667085;
    }

}


/* =========================
   PORTFOLIO SHOWCASE
========================= */

.nk-portfolio-showcase {
    position: relative;

    min-height: 560px;
}


/* main project */

.portfolio-main-card {
    position: absolute;

    width: 82%;

    right: 0;
    top: 35px;

    z-index: 2;
}


.portfolio-browser {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 14px;

    box-shadow:
        0 28px 70px rgba(15, 23, 42, .13);
}


.browser-bar {
    height: 36px;

    display: flex;
    align-items: center;

    gap: 6px;

    padding: 0 13px;

    background: #f8fafc;

    border-bottom: 1px solid #e5e7eb;
}


.browser-bar span {
    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #d0d5dd;
}


.portfolio-browser img {
    display: block;

    width: 100%;
    height: auto;
}


/* small projects */
.portfolio-small-card {
    position: absolute;
    z-index: 3;
}

.portfolio-small-card img {
    display: block;
    width: 100%;
    height: auto;

    filter: drop-shadow(0 16px 30px rgba(15, 23, 42, .18));
}


/* รูป 1 */
.portfolio-card-1 {
    width: 190px;
    left: 0;
    top: 10px;

    animation: floatingOne 6s ease-in-out infinite;
}


/* รูป 2 */
.portfolio-card-2 {
    width: 150px;
    right: -15px;
    bottom: 20px;

    animation: floatingTwo 7s ease-in-out infinite;
}


/* =========================
   FLOATING ANIMATION
========================= */

@keyframes floatingOne {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }

}


@keyframes floatingTwo {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }

}





/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

    .nk-portfolio-hero-container {
        gap: 45px;
    }

    .nk-portfolio-showcase {
        min-height: 470px;
    }

    .portfolio-card-1 {
        width: 150px;
        height: 110px;
    }

    .portfolio-card-2 {
        width: 170px;
        height: 125px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .nk-portfolio-hero {
        padding: 50px 20px 80px;
    }


    .nk-portfolio-hero-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .nk-portfolio-hero-content {
        max-width: none;
    }


    .nk-portfolio-hero-content h1 {
        text-align: center;
    }


    .nk-portfolio-hero-content p {
        text-align: center;
    }


    .hero-stats {
        grid-template-columns: 1fr;

        border-bottom: none;
    }


    .hero-stat {
        padding: 15px 0;

        border-bottom: 1px solid #e5e7eb;
    }


    .hero-stat+.hero-stat {
        padding-left: 0;

        border-left: none;
    }


    .pain-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .pain-cta1,
    .pain-cta2 {
        width: 100%;
    }


    .nk-portfolio-showcase {
        min-height: 420px;
    }


    .portfolio-main-card {
        width: 88%;
    }


    .portfolio-card-1 {
        width: 130px;
        height: 95px;
    }


    .portfolio-card-2 {
        width: 145px;
        height: 105px;
    }


    .portfolio-label {
        left: 5px;
        bottom: 35px;
    }

}

/* =========================
   section 1
========================= */


/* =========================
   section 2
========================= */
/* =========================
   NK SEO PROOF SECTION
========================= */

.nk-seo-proof {
    padding: 110px 24px;

    background: #f8fbff;
}


.nk-seo-proof-container {
    width: min(1280px, 100%);

    margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.nk-seo-proof-heading {
    max-width: 900px;

    margin: 0 auto 60px;

    text-align: center;
}




.nk-seo-proof-heading h2 {
    margin: 0;

    line-height: 1.16;


    font-weight: 800;

    color: #101828;
}


.nk-seo-proof-heading h2 span {
    position: relative;

    display: inline-block;

    color: #0084ff;
}


.nk-seo-proof-heading h2 span::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 3px;

    width: 100%;
    height: 9px;

    background: rgba(255, 201, 40, .55);

    z-index: -1;
}


.nk-seo-proof-heading p {
    max-width: 760px;

    margin: 26px auto 0;

    font-size: 16px;

    line-height: 1.9;

    color: #667085;
}


/* =========================
   STAT CARDS
========================= */

.nk-seo-proof-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin-top: 50px;
}


.nk-proof-card {
    position: relative;

    min-height: 280px;

    padding: 34px 30px;

    background: #ffffff;

    border: 1px solid #e4edf7;

    border-radius: 18px;

    transition: .3s ease;
}


.nk-proof-card:hover {
    transform: translateY(-5px);

    border-color: rgba(0, 132, 255, .3);

    box-shadow:
        0 20px 45px rgba(15, 23, 42, .08);
}


.nk-proof-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 48px;
    height: 4px;

    background: #0084ff;

    border-radius: 0 0 4px 4px;
}


/* middle card */

.nk-proof-card.featured {
    background: #0084ff;

    border-color: #0084ff;
}


.nk-proof-card.featured::before {
    background: #ffc928;
}


.nk-proof-card.featured h3,
.nk-proof-card.featured p {
    color: #ffffff;
}


.nk-proof-card.featured .nk-proof-number {
    color: #ffffff;
}


.nk-proof-card.featured .nk-proof-number span {
    color: #ffc928;
}


/* =========================
   NUMBERS
========================= */

.nk-proof-number {
    margin-bottom: 24px;

    font-size: clamp(38px, 4vw, 54px);

    line-height: 1;

    font-weight: 900;

    letter-spacing: -2px;

    color: #0084ff;
}


.nk-proof-number span {
    margin-left: 3px;

    color: #ffc928;

    font-size: .55em;

    letter-spacing: -1px;
}


.nk-proof-card h3 {
    margin: 0 0 10px;

    font-size: 18px;

    line-height: 1.4;

    color: #101828;

    font-weight: 800;
}


.nk-proof-card p {
    margin: 0;

    font-size: 14px;

    line-height: 1.75;

    color: #667085;
}


/* =========================
   BOTTOM CTA
========================= */

.nk-seo-proof-bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    margin-top: 28px;

    padding: 26px 30px;

    background: #ffffff;

    border: 1px solid #e4edf7;

    border-radius: 16px;
}


.nk-proof-bottom-text strong {
    display: block;

    margin-bottom: 4px;

    font-size: 17px;

    color: #101828;

    font-weight: 800;
}


.nk-proof-bottom-text span {
    font-size: 14px;

    color: #667085;
}


.nk-proof-cta {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;

    padding: 14px 20px;

    border-radius: 10px;

    background: #0084ff;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 800;

    transition: .25s ease;
}


.nk-proof-cta span {
    font-size: 18px;

    transition: transform .25s ease;
}


.nk-proof-cta:hover {
    background: #0074e0;

    transform: translateY(-2px);
}


.nk-proof-cta:hover span {
    transform: translateX(3px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .nk-seo-proof-grid {
        grid-template-columns: 1fr;
    }

    .nk-proof-card {
        min-height: auto;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {

    .nk-seo-proof {
        padding: 75px 20px;
    }


    .nk-seo-proof-heading {
        margin-bottom: 40px;

        text-align: center;
    }


    .nk-section-label {
        margin-bottom: 15px;
    }


    .nk-seo-proof-heading h2 {
        font-size: 36px;

        letter-spacing: -1px;
    }


    .nk-seo-proof-heading p {
        margin-top: 20px;

        font-size: 14px;

        line-height: 1.8;
    }


    .nk-seo-proof-grid {
        margin-top: 35px;

        gap: 12px;
    }


    .nk-proof-card {
        padding: 26px 22px;

        border-radius: 14px;
    }


    .nk-proof-number {
        margin-bottom: 18px;

        font-size: 42px;
    }


    .nk-seo-proof-bottom {
        flex-direction: column;

        align-items: stretch;

        padding: 22px;

        margin-top: 16px;
    }


    .nk-proof-cta {
        justify-content: center;

        width: 100%;
    }

}

/* =========================
   section 2
========================= */





/* =========================
   section 3 NK SEO SERVICES
========================= */

.nk-seo-services {
    padding: 110px 24px;
    background: #ffffff;
}

.nk-seo-services-container {
    width: min(1200px, 100%);
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.nk-seo-services-heading {
    margin-bottom: 55px;
    text-align: center;
}


.nk-seo-services-heading h2 {
    margin: 0;
    line-height: 1.15;
    color: #101828;
    font-weight: 800;
}

.nk-seo-services-heading h2 span {
    color: #0084ff;
}

.nk-seo-services-heading p {
    max-width: 700px;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.9;
    color: #667085;
    text-align: center;
}


/* =========================================
   GRID
========================================= */

.nk-seo-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #e7edf5;
    border-left: 1px solid #e7edf5;
}


/* =========================================
   CARD
========================================= */

.nk-seo-service-card {
    position: relative;

    min-height: 320px;

    padding: 34px 30px;

    background: #ffffff;

    border-right: 1px solid #e7edf5;
    border-bottom: 1px solid #e7edf5;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.nk-seo-service-card:hover {
    z-index: 2;

    background: #f8fbff;

    transform: translateY(-3px);

    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}


/* blue accent */

.nk-seo-service-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 0;
    height: 4px;

    background: #0084ff;

    transition: width .3s ease;
}

.nk-seo-service-card:hover::before {
    width: 100%;
}


/* =========================================
   FEATURED
========================================= */

.nk-seo-service-card.featured {
    background: #0084ff;
}

.nk-seo-service-card.featured::before {
    width: 100%;
    background: #ffc928;
}

.nk-seo-service-card.featured h3,
.nk-seo-service-card.featured p {
    color: #ffffff;
}

.nk-seo-service-card.featured p {
    color: rgba(255, 255, 255, .82);
}

.nk-seo-service-card.featured .nk-service-number {
    color: rgba(255, 255, 255, .35);
}

.nk-seo-service-card.featured .nk-service-tag {
    background: #ffffff;
    color: #0084ff;
}


/* =========================================
   TOP
========================================= */

.nk-service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 15px;

    margin-bottom: 42px;
}

.nk-service-number {
    font-size: 14px;
    font-weight: 800;

    color: #b3c1d1;
}

.nk-service-tag {
    display: inline-flex;

    padding: 7px 11px;

    border-radius: 100px;

    background: #edf6ff;

    color: #0084ff;

    font-size: 11px;
    font-weight: 800;
}


/* =========================================
   TEXT
========================================= */

.nk-seo-service-card h3 {
    max-width: 270px;

    margin: 0 0 14px;

    font-size: 21px;
    line-height: 1.4;

    color: #101828;

    font-weight: 800;
}

.nk-seo-service-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: #667085;
}


/* =========================================
   BOTTOM CTA
========================================= */

.nk-seo-services-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 28px;

    padding: 27px 30px;

    background: #f7faff;

    border-left: 4px solid #0084ff;
}

.nk-seo-services-bottom strong {
    display: block;

    margin-bottom: 5px;

    font-size: 17px;
    font-weight: 800;

    color: #101828;
}

.nk-seo-services-bottom>div>span {
    font-size: 14px;
    color: #667085;
}


/* CTA */

.nk-seo-services-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    flex-shrink: 0;

    padding: 14px 20px;

    border-radius: 10px;

    background: #0084ff;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    transition: .25s ease;
}

.nk-seo-services-cta>span {
    font-size: 19px;
    transition: transform .25s ease;
}

.nk-seo-services-cta:hover {
    background: #0074df;

    transform: translateY(-2px);
}

.nk-seo-services-cta:hover>span {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .nk-seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {

    .nk-seo-services {
        padding: 75px 20px;
    }


    .nk-seo-services-heading {
        margin-bottom: 35px;
    }


    .nk-seo-services-heading h2 {
        font-size: 36px;
        line-height: 1.2;

        letter-spacing: -1.2px;
    }


    .nk-seo-services-heading p {
        margin-top: 18px;

        font-size: 14px;
        line-height: 1.8;
    }


    /* 1 card per row */

    .nk-seo-services-grid {
        grid-template-columns: 1fr;
    }


    .nk-seo-service-card {
        min-height: auto;

        padding: 26px 22px;
    }


    .nk-service-top {
        margin-bottom: 25px;
    }


    .nk-seo-service-card h3 {
        max-width: none;

        font-size: 19px;
    }


    .nk-seo-service-card p {
        font-size: 13px;
        line-height: 1.75;
    }


    /* bottom */

    .nk-seo-services-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 18px;

        padding: 22px;

        margin-top: 20px;
    }


    .nk-seo-services-cta {
        width: 100%;
    }

}

/* =========================
   section end 3
========================= */

/* =========================
   section 4
========================= */
/* =========================================
   NK SEO SHOWCASE
========================================= */

.nk-seo-showcase-section {
    padding: 85px 24px;

    background: #ffffff;
}


/* MAIN BOX */

.nk-seo-showcase-box {
    position: relative;

    width: min(1240px, 100%);
    min-height: 500px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr .95fr;

    align-items: stretch;

    background: #ffffff;

    border: 1px solid rgba(0, 132, 255, .08);

    border-radius: 30px;

    overflow: hidden;

    box-shadow:
        0 18px 60px rgba(15, 23, 42, .08),
        0 4px 20px rgba(0, 132, 255, .04);
}


/* subtle NK accent */

.nk-seo-showcase-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: linear-gradient(90deg,
            #0084ff 0%,
            #0084ff 78%,
            #ffc928 78%,
            #ffc928 100%);

    z-index: 3;
}


/* =========================================
   LEFT CONTENT
========================================= */

.nk-seo-showcase-content {
    position: relative;

    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 65px 65px 65px 70px;
}



.nk-seo-showcase-content h2 {
    margin: 0 0 22px;

    max-width: 580px;
    line-height: 1.15;

    letter-spacing: -1.7px;

    color: #101828;

    font-weight: 800;
}


.nk-seo-showcase-content h2 span {
    display: block;

    margin-top: 5px;

    color: #0084ff;
}


.nk-seo-showcase-content p {
    max-width: 560px;

    margin: 0 0 14px;

    font-size: 15px;
    line-height: 1.85;

    color: #667085;
}


/* =========================================
   BUTTON
========================================= */

.nk-seo-showcase-btn {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 18px;

    padding: 14px 22px;

    border-radius: 11px;

    background: #0084ff;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    box-shadow:
        0 10px 24px rgba(0, 132, 255, .22);

    transition: .25s ease;
}


.nk-seo-showcase-btn span {
    font-size: 19px;

    transition: transform .25s ease;
}


.nk-seo-showcase-btn:hover {
    background: #0074df;

    transform: translateY(-2px);

    box-shadow:
        0 15px 32px rgba(0, 132, 255, .28);
}


.nk-seo-showcase-btn:hover span {
    transform: translateX(4px);
}


/* =========================================
   RIGHT IMAGE
========================================= */

.nk-seo-showcase-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nk-seo-showcase-image img {
    width: 82%;
    height: auto;
    display: block;

    object-fit: contain;
    object-position: center;
}

/* soft fade toward text */

.nk-seo-showcase-image::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 80px;
    height: 100%;

    background: linear-gradient(90deg,
            #ffffff,
            rgba(255, 255, 255, 0));

    z-index: 1;

    pointer-events: none;
}


/* optional yellow accent */

.nk-seo-showcase-image::after {
    content: "";

    position: absolute;

    right: 28px;
    top: 28px;

    width: 58px;
    height: 7px;

    border-radius: 50px;

    background: #ffc928;

    z-index: 2;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .nk-seo-showcase-box {
        grid-template-columns: 1fr;
    }


    .nk-seo-showcase-content {
        padding: 55px 45px;
    }


    .nk-seo-showcase-image {
        min-height: 420px;
    }


    .nk-seo-showcase-image::before {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {

    .nk-seo-showcase-section {
        padding: 65px 18px;
    }


    .nk-seo-showcase-box {
        border-radius: 22px;
    }


    .nk-seo-showcase-content {
        padding: 38px 22px 35px;
    }


    .nk-seo-showcase-content h2 {
        font-size: 34px;

        line-height: 1.2;

        letter-spacing: -1px;
    }


    .nk-seo-showcase-content p {
        font-size: 14px;

        line-height: 1.8;
    }


    .nk-seo-showcase-btn {
        width: 100%;

        margin-top: 15px;
    }


    .nk-seo-showcase-image {
        min-height: 300px;
    }


    .nk-seo-showcase-image img {
        object-position: center;
    }


    .nk-seo-showcase-image::after {
        right: 20px;
        top: 20px;

        width: 45px;
        height: 6px;
    }

}

/* =========================================
   SEO RESULT STATS
========================================= */

.nk-seo-showcase-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 0;
    margin-top: 28px;
    margin-bottom: 12px;
    border-top: 1px solid #e4eaf1;
    border-bottom: 1px solid #e4eaf1;
}


.nk-showcase-stat {
    padding: 20px 18px 20px 0;
}


.nk-showcase-stat+.nk-showcase-stat {
    padding-left: 18px;

    border-left: 1px solid #e4eaf1;
}


.nk-showcase-stat strong {
    display: block;

    margin-bottom: 7px;

    font-size: 30px;
    line-height: 1;

    font-weight: 900;

    color: #0084ff;
}


.nk-showcase-stat strong span {
    margin-left: 2px;

    font-size: .55em;

    color: #ffc928;
}


.nk-showcase-stat p {
    margin: 0 0 3px;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 800;

    color: #101828;
}


.nk-showcase-stat small {
    font-size: 10px;

    color: #98a2b3;
}


/* ทำตัวเลขใน paragraph ให้เด่น */

.nk-seo-showcase-content>p strong {
    color: #101828;
    font-weight: 800;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {

    .nk-seo-showcase-stats {
        grid-template-columns: 1fr;

        margin-top: 24px;

        border-bottom: none;
    }


    .nk-showcase-stat {
        padding: 15px 0;

        border-bottom: 1px solid #e4eaf1;
    }


    .nk-showcase-stat+.nk-showcase-stat {
        padding-left: 0;

        border-left: none;
    }


    .nk-showcase-stat strong {
        font-size: 28px;
    }

}

/* =========================
   section 4
========================= */

/* === section 5 ==*/
/* =========================================
   NK SEO BENEFITS
========================================= */

.nk-seo-benefits-section {
    position: relative;

    padding: 110px 24px;

    background:
        radial-gradient(circle at 12% 15%,
            rgba(255, 255, 255, .14),
            transparent 28%),
        radial-gradient(circle at 88% 80%,
            rgba(255, 201, 40, .14),
            transparent 22%),
        linear-gradient(135deg,
            #0084ff 0%,
            #006fe6 100%);

    overflow: hidden;
    border-radius: 80px;
}


.nk-seo-benefits-container {
    width: min(1200px, 100%);
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.nk-seo-benefits-heading {
    max-width: 820px;

    margin: 0 auto 58px;

    text-align: center;
}



.nk-seo-benefits-heading h2 {
    margin: 0;
    line-height: 1.15;

    font-weight: 800;

    color: #ffffff;
}


.nk-seo-benefits-heading h2 span {
    display: block;

    margin-top: 6px;

    color: #ffc928;
}


.nk-seo-benefits-heading p {
    max-width: 740px;

    margin: 22px auto 0;

    font-size: 16px;
    line-height: 1.9;

    color: rgba(255, 255, 255, .82);
}


/* =========================================
   GRID
========================================= */

.nk-seo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   CARD
========================================= */

.nk-seo-benefit-card {
    position: relative;

    min-height: 285px;

    padding: 30px 28px;

    background: #ffffff;

    border: 1px solid rgba(255, 255, 255, .30);

    border-radius: 18px;

    box-shadow:
        0 16px 40px rgba(0, 61, 130, .16);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.nk-seo-benefit-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 24px 55px rgba(0, 61, 130, .22);
}


/* top accent */

.nk-seo-benefit-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 28px;

    width: 44px;
    height: 4px;

    background: #0084ff;

    border-radius: 0 0 4px 4px;
}


/* =========================================
   FEATURED
========================================= */

.nk-seo-benefit-card.featured::before {
    background: #ffc928;
}


.nk-seo-benefit-card.featured h3,
.nk-seo-benefit-card.featured p {
    color: #ffffff;
}


.nk-seo-benefit-card.featured p {
    color: rgba(255, 255, 255, .75);
}


.nk-seo-benefit-card.featured .nk-benefit-number {
    color: #ffc928;
}


/* =========================================
   NUMBER
========================================= */

.nk-benefit-number {
    display: inline-block;

    margin-bottom: 28px;

    font-size: 13px;
    font-weight: 900;

    color: #0084ff;
}


/* =========================================
   TEXT
========================================= */

.nk-seo-benefit-card h3 {
    margin: 0 0 13px;

    font-size: 20px;
    line-height: 1.4;

    color: #101828;

    font-weight: 800;
}


.nk-seo-benefit-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: #667085;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .nk-seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {

    .nk-seo-benefits-section {
        padding: 75px 20px;
    }


    .nk-seo-benefits-heading {
        margin-bottom: 38px;
        text-align: center;
    }


    .nk-seo-benefits-heading h2 {
        font-size: 35px;

        line-height: 1.2;

        letter-spacing: -1px;
    }


    .nk-seo-benefits-heading p {
        margin-top: 18px;

        font-size: 14px;
        line-height: 1.8;
    }


    .nk-seo-benefits-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .nk-seo-benefit-card {
        min-height: auto;

        padding: 25px 22px;

        border-radius: 15px;
    }


    .nk-benefit-number {
        margin-bottom: 20px;
    }


    .nk-seo-benefit-card h3 {
        font-size: 18px;
    }


    .nk-seo-benefit-card p {
        font-size: 13px;
        line-height: 1.75;
    }

}





/* =========================
   section 6
========================= */

.pricing-seo {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.pricing-seo .container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}


/* =====================================================
   HEADING
===================================================== */

.pricing-seo .section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.pricing-seo .section-heading h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.2;
}

.pricing-seo .section-heading p {
    margin: 0 auto;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}


/* =====================================================
   TABLE WRAPPER
===================================================== */

.pricing-seo .pricing-table-wrapper {
    position: relative;
    width: 100%;
}

.pricing-seo .pricing-table-scroll {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 20px;

    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);

    scrollbar-width: thin;
    scrollbar-color: #0084FF #e9eef5;
}

.pricing-seo .pricing-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.pricing-seo .pricing-table-scroll::-webkit-scrollbar-track {
    background: #e9eef5;
}

.pricing-seo .pricing-table-scroll::-webkit-scrollbar-thumb {
    background: #0084FF;
    border-radius: 999px;
}


/* =====================================================
   TABLE
===================================================== */

.pricing-seo .pricing-compare-table {
    width: 100%;
    min-width: 0;

    border-collapse: separate;
    border-spacing: 0;

    table-layout: fixed;

    background: #ffffff;
}


/* =====================================================
   COLUMN WIDTH
===================================================== */

.pricing-seo .pricing-feature-head,
.pricing-seo .pricing-compare-table tbody td:first-child {
    width: 210px;
}

.pricing-seo .pricing-plan-head {
    width: calc((100% - 210px) / 4);
}


/* =====================================================
   BASE CELL
===================================================== */

.pricing-seo .pricing-compare-table th,
.pricing-seo .pricing-compare-table td {
    padding: 15px 12px;

    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;

    text-align: center;
    vertical-align: middle;
}

.pricing-seo .pricing-compare-table th:last-child,
.pricing-seo .pricing-compare-table td:last-child {
    border-right: 0;
}

.pricing-seo .pricing-compare-table tbody tr:last-child td {
    border-bottom: 0;
}


/* =====================================================
   LEFT COLUMN
===================================================== */

.pricing-seo .pricing-feature-head {
    padding: 25px 16px !important;

    background: #f8fafc;

    color: #111827;

    text-align: left !important;

    font-size: 14px;
    font-weight: 800;
}

.pricing-seo .pricing-compare-table tbody td:first-child {
    padding-left: 16px;

    background: #f8fafc;

    color: #334155;

    text-align: left;

    font-size: 12px;
    font-weight: 700;
}


/* =====================================================
   PACKAGE HEADER
===================================================== */

.pricing-seo .pricing-plan-head {
    position: relative;

    height: 265px;

    padding: 28px 12px 22px !important;

    background: #ffffff;

    color: #111827;
}

.pricing-seo .pricing-plan-head h3 {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;

    margin: 15px 0 9px;

    color: #111827;

    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
}


/* =====================================================
   TYPE TAG
===================================================== */

.pricing-seo .pricing-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 10px;

    background: rgba(0, 132, 255, 0.08);
    border: 1px solid rgba(0, 132, 255, 0.20);

    border-radius: 999px;

    color: #0084FF;

    font-size: 12px;
    font-weight: 600;
}

.pricing-seo .pricing-type-custom {
    background: rgba(255, 201, 40, 0.18);

    border-color: rgba(255, 201, 40, 0.60);

    color: #7a5600;
}


/* =====================================================
   PRICE
===================================================== */

.pricing-seo .pricing-price {
    white-space: nowrap;

    color: #0084FF;

    font-size: 27px;
    font-weight: 900;
    line-height: 1.15;
}

.pricing-seo .pricing-price small {
    margin-left: 2px;

    color: #64748b;

    font-size: 10px;
    font-weight: 500;
}

.pricing-seo .pricing-price-note {
    display: flex;

    min-height: 34px;

    margin-top: 8px;

    align-items: center;
    justify-content: center;

    color: #94a3b8;

    font-size: 10px;
    line-height: 1.45;
}


/* =====================================================
   BUTTON
===================================================== */

.pricing-seo .pricing-btn {
    display: flex;

    width: calc(100% - 10px);
    height: 40px;

    margin: 15px auto 0;
    padding: 0 8px;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #0084FF;
    border-radius: 8px;

    color: #0084FF;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.pricing-seo .pricing-btn:hover {
    background: rgba(0, 132, 255, 0.06);

    color: #006fd6;

    transform: translateY(-1px);
}


/* PRIMARY */

.pricing-seo .pricing-btn-primary {
    background: #0084FF;

    border-color: #0084FF;

    color: #ffffff;
}

.pricing-seo .pricing-btn-primary:hover {
    background: #0075e6;

    border-color: #0075e6;

    color: #ffffff;
}


/* =====================================================
   RECOMMENDED
===================================================== */

.pricing-seo .pricing-plan-head.pricing-recommended {
    background:
        linear-gradient(180deg,
            rgba(0, 132, 255, 0.10) 0%,
            #ffffff 68%);
}

.pricing-seo .pricing-recommend-badge {
    position: absolute;

    top: 0;
    right: 10px;

    padding: 5px 11px;

    background: #0084FF;

    border-radius: 0 0 8px 8px;

    color: #ffffff;

    font-size: 9px;
    font-weight: 900;
}


/* =====================================================
   SECTION HEADER
===================================================== */

.pricing-seo .pricing-section-row td {
    padding: 11px 16px !important;

    background: #eef6ff !important;

    color: #005fb8 !important;

    text-align: left !important;

    font-size: 12px;
    font-weight: 900;
}


/* SEO SECTION YELLOW */

.pricing-seo .pricing-section-row.pricing-section-seo td {
    background: rgba(255, 201, 40, 0.18) !important;

    color: #725000 !important;
}


/* =====================================================
   BODY
===================================================== */

.pricing-seo .pricing-compare-table tbody td {
    height: 54px;

    background: #ffffff;

    color: #64748b;

    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
}

.pricing-seo .pricing-compare-table tbody td small {
    display: block;

    margin-top: 3px;

    color: #94a3b8;

    font-size: 9px;
    line-height: 1.4;
}


/* =====================================================
   CHECK
===================================================== */

.pricing-seo .pricing-compare-table td.check {
    color: #0084FF;

    font-size: 16px;
    font-weight: 900;
}


/* =====================================================
   GROWTH HIGHLIGHT
   col 1 = feature
   col 2 = setup
   col 3 = starter
   col 4 = growth
   col 5 = pro
===================================================== */

.pricing-seo .pricing-compare-table tbody tr:not(.pricing-section-row) td:nth-child(4) {
    background: rgba(0, 132, 255, 0.025);
}


/* =====================================================
   PRO LIGHT YELLOW
===================================================== */

.pricing-seo .pricing-compare-table tbody tr:not(.pricing-section-row) td:nth-child(5) {
    background: rgba(255, 201, 40, 0.025);
}


/* =====================================================
   HOVER
===================================================== */

.pricing-seo .pricing-compare-table tbody tr:not(.pricing-section-row):hover td {
    background: rgba(0, 132, 255, 0.045);
}

.pricing-seo .pricing-compare-table tbody tr:not(.pricing-section-row):hover td:first-child {
    background: #eaf4ff;
}


/* =====================================================
   STICKY FIRST COLUMN
===================================================== */

.pricing-seo .pricing-feature-head {
    position: sticky;
    left: 0;

    z-index: 30;

    background: #f8fafc;

    box-shadow: 4px 0 8px rgba(15, 23, 42, 0.05);
}

.pricing-seo .pricing-compare-table tbody td:first-child {
    position: sticky;
    left: 0;

    z-index: 20;

    background: #f8fafc;

    box-shadow: 4px 0 8px rgba(15, 23, 42, 0.06);
}


/* SECTION ROW ไม่ Sticky */

.pricing-seo .pricing-section-row td:first-child {
    position: static;

    box-shadow: none;
}


/* =====================================================
   NOTE
===================================================== */

.pricing-seo .pricing-note {
    margin-top: 16px;

    padding: 16px 18px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;
    border-radius: 12px;

    color: #64748b;

    font-size: 11px;
    line-height: 1.8;
}


/* =====================================================
   CTA
===================================================== */

.pricing-seo .pain-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

    justify-content: center;
}





/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .pricing-seo {
        padding: 85px 0;
    }

    .pricing-seo .pricing-compare-table {
        min-width: 980px;
    }

    .pricing-seo .pricing-feature-head,
    .pricing-seo .pricing-compare-table tbody td:first-child {
        width: 190px;
    }

    .pricing-seo .pricing-plan-head {
        width: 197px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {



    .pricing-seo {
        padding: 65px 0;
    }

    .pricing-seo .container {
        width: calc(100% - 28px);
    }

    .pricing-seo .section-heading {
        margin-bottom: 35px;
    }

    .pricing-seo .section-heading h2 {
        font-size: 28px;
    }

    .pricing-seo .section-heading p {
        font-size: 14px;
    }

    .pricing-seo .pricing-table-scroll {
        border-radius: 14px;
    }

    .pricing-seo .pricing-compare-table {
        min-width: 900px;
    }

    .pricing-seo .pricing-plan-head {
        height: 250px;
    }

    .pricing-seo .pricing-price {
        font-size: 24px;
    }

    .pricing-seo .pricing-feature-head,
    .pricing-seo .pricing-compare-table tbody td:first-child {
        width: 165px;
    }

    .pricing-seo .pricing-plan-head {
        width: 183px;
    }

    .pricing-seo .pain-buttons {
        flex-direction: column;
    }

    .pricing-seo .pain-cta1,
    .pricing-seo .pain-cta2 {
        width: 100%;

        min-width: 0;
        max-width: none;

        padding: 13px 8px;

        border-radius: 13px;

        font-size: 13px;
        line-height: 1.3;

        white-space: nowrap;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 420px) {

    .pricing-seo .container {
        width: calc(100% - 20px);
    }

    .pricing-seo .section-heading h2 {
        font-size: 25px;
    }

    .pricing-seo .pricing-note {
        padding: 14px;
    }

}


/* =========================
   section 5
========================= */


/* =========================
   section 7
========================= */
/* =========================
   FAQ SECTION
========================= */

.nk-faq-section {
    position: relative;
    overflow: hidden;

    padding: 120px 24px;

    background:
        radial-gradient(circle at top right,
            rgba(0, 132, 255, .08),
            transparent 30%),

        linear-gradient(180deg,
            #ffffff 0%,
            #f8fbff 100%);
}

.nk-faq-container {
    max-width: 980px;
    margin: auto;
}

/* =========================
   HEADING
========================= */

.nk-faq-heading {
    margin-bottom: 60px;
    text-align: center;
}

.nk-faq-heading span {
    display: inline-flex;

    margin-bottom: 18px;
    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(0, 132, 255, .08);

    color: #0084ff;

    font-size: 14px;
    font-weight: 800;
}

.nk-faq-heading h2 {
    margin: 0;

    color: #111827;

    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 800;
}

.nk-faq-heading h2 span {
    display: block;
    margin-top: 6px;
    padding: 0;
    background: none;
    color: #0084ff;
    font-size: inherit;
}

.nk-faq-heading p {
    max-width: 720px;

    margin: 26px auto 0;

    color: #6b7280;

    font-size: 18px;
    line-height: 1.9;
}

/* =========================
   FAQ ITEM
========================= */

.nk-faq-list {
    display: flex;
    flex-direction: column;

    gap: 18px;
}

.nk-faq-item {
    overflow: hidden;

    border-radius: 28px;

    background: #ffffff;

    border:
        1px solid rgba(15, 23, 42, .06);

    box-shadow:
        0 16px 40px rgba(15, 23, 42, .05);

    transition: .3s ease;
}

.nk-faq-item:hover {
    border-color:
        rgba(0, 132, 255, .16);

    box-shadow:
        0 24px 60px rgba(0, 132, 255, .08);
}

/* summary */

.nk-faq-summary {
    list-style: none;

    width: 100%;

    padding: 28px 30px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.nk-faq-summary::-webkit-details-marker {
    display: none;
}



/* icon */

.nk-faq-icon {
    width: 52px;
    height: 52px;

    border-radius: 16px;

    background: rgba(0, 132, 255, .08);

    color: #0084ff;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    font-size: 24px;
    font-weight: 800;

    transition: .3s ease;
}

.nk-faq-item[open] .nk-faq-icon {
    background:
        linear-gradient(135deg,
            #0084ff,
            #2563eb);

    color: #ffffff;

    transform: rotate(45deg);
}

/* content */

.nk-faq-content p {
    padding:
        0 30px 30px;

    margin: 0;

    color: #6b7280;

    font-size: 16px;
    line-height: 1.9;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

    .nk-faq-section {
        padding: 80px 18px;
    }

    .nk-faq-heading {
        text-align: left;

        margin-bottom: 42px;
    }

    .nk-faq-heading p {
        font-size: 16px;
    }

    .nk-faq-summary {
        padding: 24px;
    }

    .nk-faq-summary span {
        font-size: 18px;
    }

    .nk-faq-content p {
        padding:
            0 24px 24px;

        font-size: 15px;
    }

}

/* =========================
   section 7
========================= */

/* =========================   HOME BLOG ========================= */

.home-blog {
    padding: 100px 24px;
    background: #F8FAFC;
}

.home-blog-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.home-blog-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.home-blog-heading span {
    display: block;
    margin-bottom: 10px;
    color: #0084FF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.home-blog-heading h2 {
    margin: 0 0 12px;
    color: #0F172A;
    line-height: 1.2;
}

.home-blog-heading p {
    max-width: 600px;
    margin: 0;
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
}

.home-blog-all {
    flex-shrink: 0;
    color: #0084FF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}


/* GRID */

.home-blog-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* CARD */

.home-blog-card {
    overflow: hidden;

    border: 1px solid #E2E8F0;
    border-radius: 18px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.home-blog-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(15, 23, 42, .08);
}

.home-blog-card>a {
    display: flex;
    flex-direction: column;

    height: 100%;

    color: inherit;

    text-decoration: none;
}


/* IMAGE */

.home-blog-image {
    width: 100%;
    aspect-ratio: 16 / 10;

    overflow: hidden;

    background: #E2E8F0;
}

.home-blog-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}

.home-blog-card:hover .home-blog-image img {
    transform: scale(1.04);
}


/* CONTENT */

.home-blog-content {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 24px;
}

.home-blog-category {
    margin-bottom: 10px;

    color: #0084FF;

    font-size: 12px;
    font-weight: 700;
}

.home-blog-content h3 {
    margin: 0 0 12px;

    color: #0F172A;

    font-size: 20px;
    line-height: 1.45;
}

.home-blog-content p {
    margin: 0 0 18px;

    color: #64748B;

    font-size: 14px;
    line-height: 1.7;
}


/* META */

.home-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: auto;

    color: #94A3B8;

    font-size: 12px;
}

.home-blog-meta span+span::before {
    content: "•";

    margin-right: 8px;

    color: #CBD5E1;
}

.home-blog-read {
    display: block;

    margin-top: 16px;

    color: #0084FF;

    font-size: 13px;
    font-weight: 700;
}


/* TABLET */

@media (max-width: 900px) {

    .home-blog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .home-blog {
        padding: 70px 16px;
    }

    .home-blog-heading {
        align-items: flex-start;
        flex-direction: column;

        gap: 15px;
    }

    .home-blog-grid {
        grid-template-columns: 1fr;
    }

}