/* =========================
   GOOGLE ADS SERVICE PAGE
   Design system for NK / Pixel Studio
========================= */

/* =========================
   RESET / BASE
========================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


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;
}

/* =========================
   SECTION 1: HERO
========================= */

.googleads-hero {
    padding: 70px 20px 100px;
    background:
        radial-gradient(circle at top center,
            rgba(255, 255, 255, .15) 0%,
            transparent 60%),
        linear-gradient(135deg,
            #0094ff 0%,
            #0084ff 45%,
            #006fe0 100%);

    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.googleads-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 60px;
    align-items: center;
}

.googleads-hero-content h1 {
    color: #fff;
    line-height: 1.15;
    font-weight: 800;
}

.googleads-hero-content p {
    color: #fff;
}

.hero-price {
    margin-top: 25px;
}

.hero-price small {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
}

.hero-price strong {
    display: block;
    font-size: clamp(48px, 6vw, 60px);
    line-height: 1;
    color: #fff;
    font-weight: 800;
}

.googleads-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.googleads-primary-btn {
    padding: 16px 32px;
    background: linear-gradient(135deg,
            #ff8a00,
            #ff6b00);

    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(255, 107, 0, .25);
    transition: .3s;
}

.googleads-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 107, 0, .35);
}


.googleads-hero-image img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

/* MOBILE */

@media (max-width: 991px) {

    .googleads-hero {
        padding: 90px 15px 60px;
    }

    .googleads-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .googleads-hero-content {
        text-align: center;
    }

    .googleads-actions {
        justify-content: center;
    }

}

@media (max-width: 768px) {

    .googleads-actions {
        flex-direction: column;
    }

    .googleads-primary-btn,
    .googleads-secondary-btn {
        width: 100%;
        text-align: center;
    }

    .googleads-hero-content h1 {
        font-size: 38px;
    }

    .googleads-hero-content p {
        font-size: 16px;
    }

}

/* =========================
   SECTION 2: NEW
========================= */
/* =========================
   GOOGLE ADS ANALYSIS
========================= */
.google-analysis-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.google-analysis-container {
    max-width: 1200px;
    margin: 0 auto;
}

.google-analysis-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.google-analysis-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 132, 255, 0.1);
    color: #0084ff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.google-analysis-content h2 {
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 20px;
    font-weight: 800;
}

.google-analysis-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 30px;
}

.googleads-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.googleads-pain-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
}

.googleads-pain-card:hover {
    transform: translateY(-5px);
    border-color: #0084ff;
    box-shadow: 0 20px 40px rgba(0, 132, 255, .15);
}

.googleads-pain-card h3 {
    margin: 0;
    font-size: 18px;
    color: #0f172a;
    line-height: 1.6;
    font-weight: 700;
}


.google-analysis-btn {
    min-height: 56px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ff7a00;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(255, 122, 0, .32);
    transition: .3s ease;
}

.google-analysis-btn:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {

    .google-analysis-section {
        padding: 70px 15px;
    }

    .googleads-card {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .google-analysis-content h2 {
        font-size: 30px;
    }

    .google-analysis-content p {
        font-size: 16px;
    }

    .google-analysis-btn {
        width: 100%;
    }

}



/* =========================
   SECTION 2: NEW
========================= */


/* =========================
   SECTION 3: NEW
========================= */
/* =========================
   GOOGLE ADS TIMELINE BENEFIT
========================= */

.google-timeline-section {
    padding: 100px 20px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, .22), transparent 32%),
        linear-gradient(135deg, #0084ff, #006ee6);
    color: #ffffff;
}

.google-timeline-container {
    max-width: 920px;
    margin: auto;
}

.google-timeline-heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.google-timeline-heading span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-weight: 700;
}

.google-timeline-heading h2 {
    margin: 0 0 16px;
    line-height: 1.25;
}

.google-timeline-heading p {
    margin: 0;
    line-height: 1.8;
    opacity: .92;
}

.google-timeline-box {
    position: relative;
    padding: 42px;
    border-radius: 34px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16);
}

.google-timeline-box::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 68px;
    width: 2px;
    background: linear-gradient(180deg, #0084ff, rgba(0, 132, 255, .12));
}

.google-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    padding: 0 0 34px;
}

.google-timeline-item:last-child {
    padding-bottom: 0;
}

.google-timeline-dot {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #0084ff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0, 132, 255, .28);
}

.google-timeline-content {
    padding: 2px 0 0;
}

.google-timeline-content h3 {
    margin: 0 0 10px;
    color: #111827;
}

.google-timeline-content p {
    margin: 0;
    line-height: 1.85;
    color: #4b5563;
}

.google-timeline-cta {
    margin-top: 42px;
    text-align: center;
}

.google-timeline-cta p {
    margin: 0 0 18px;
    font-weight: 700;
}

.google-timeline-btn {
    min-height: 56px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ff7a00;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(255, 122, 0, .32);
    transition: .3s ease;
}

.google-timeline-btn:hover {
    transform: translateY(-3px);
}

@media(max-width:700px) {

    .google-timeline-section {
        padding: 80px 20px;
    }

    .google-timeline-box {
        padding: 30px 22px;
        border-radius: 28px;
    }

    .google-timeline-box::before {
        left: 48px;
        top: 58px;
        bottom: 58px;
    }

    .google-timeline-item {
        grid-template-columns: 44px 1fr;
        gap: 16px;
        padding-bottom: 30px;
    }

    .google-timeline-dot {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

}

/* =========================
   SECTION 3: NEW
========================= */






/* =========================
   SECTION 2: PAIN POINT
========================= */

.nk-package-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-package-section {
    background:
        radial-gradient(circle at top left, rgba(0, 132, 255, .08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.nk-package-container {
    max-width: 1240px;
    margin: auto;
}

.nk-package-heading,
.nk-faq-heading {
    max-width: 780px;
    margin: 0 auto 70px;
    text-align: center;
}

.nk-faq-heading {
    margin-bottom: 60px;
}

.nk-package-heading h2,
.nk-faq-heading h2 {
    margin: 0;
    color: #111827;
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 800;
}

.nk-package-heading h2 span,
.nk-faq-heading h2 span {
    display: block;
    margin-top: 6px;
    padding: 0;
    background: none;
    color: #0084ff;
    font-size: inherit;
}

.nk-package-heading p,
.nk-faq-heading p {
    max-width: 720px;
    margin: 26px auto 0;
    color: #6b7280;
    font-size: 18px;
    line-height: 1.9;
}


/* =========================
    NEW section 5
========================= */
/* =========================
   ADS CASE CAROUSEL
========================= */

.ads-case-section {
    padding: 90px 20px;
    background: #f1f8ff;
}

.ads-case-container {
    max-width: 1180px;
    margin: auto;
}

.ads-case-heading {
    text-align: center;
    margin-bottom: 42px;
}

.ads-case-heading h2 {
    margin: 0 0 12px;
    color: #111827;
    line-height: 1.25;
}

.ads-case-heading p {
    margin: 0;
    color: #374151;
    font-weight: 700;
}

.ads-case-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ads-case-carousel .carousel {
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    cursor: grab;
}

.ads-case-carousel .carousel:active {
    cursor: grabbing;
}

.ads-case-carousel .track {
    display: flex;
    gap: 24px;
}

.ads-case-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-height: 270px;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 132, 255, .08);
}

.ads-case-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.ads-case-top h3 {
    margin: 0;
    color: #0084ff;
    line-height: 1.35;
}

.ads-case-top span {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 132, 255, .08);
    color: #0084ff;
    font-weight: 800;
    white-space: nowrap;
}

.ads-case-list {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.ads-case-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #0084ff;
    font-weight: 800;
}

.ads-case-budget {
    width: fit-content;
    margin: auto;
    padding: 9px 18px;
    border-radius: 999px;
    background: #0084ff;
    color: #ffffff;
    font-weight: 800;
}

.carousel-btn {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #0084ff;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(0, 132, 255, .18);
}

.ads-case-cta {
    max-width: 720px;
    margin: 60px auto 0;
    text-align: center;
}

.ads-case-cta h3 {
    margin: 0 0 12px;
    color: #111827;
    line-height: 1.45;
}

.ads-case-cta p {
    margin: 0 0 28px;
    color: #0084ff;
    font-weight: 900;
}

.ads-case-btn {
    min-height: 56px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ff6a00;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(255, 106, 0, .28);
}

@media(max-width:900px) {

    .ads-case-card {
        flex: 0 0 82%;
    }

    .carousel-btn {
        display: none;
    }

    .ads-case-carousel .carousel {
        overflow-x: auto;
    }

}

@media(max-width:600px) {

    .ads-case-section {
        padding: 70px 20px;
    }

    .ads-case-card {
        flex: 0 0 88%;
        padding: 26px;
    }

    .ads-case-top {
        flex-direction: column;
    }

}


/* =========================
    NEW section 5
========================= */













/* =========================
   SECTION 4: NK ADVANTAGE
========================= */

/* =========================
   ADS PROCESS
========================= */

.ads-process-section {
    padding: 100px 20px;
    background: #f8fafc;
}

.ads-process-container {
    max-width: 1200px;
    margin: auto;
}

.ads-process-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.ads-process-heading span {
    color: #0084ff;
    font-weight: 800;
}

.ads-process-heading h2 {
    margin: 12px 0 16px;
    line-height: 1.25;
}

.ads-process-heading p {
    color: #64748b;
    line-height: 1.8;
}

.ads-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ads-process-grid::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: rgba(0, 132, 255, .15);
    z-index: 1;
}

.ads-process-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .06);
    transition: .3s;
}

.ads-process-card:hover {
    transform: translateY(-6px);
}


.ads-process-number {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: #eef6ff;
    color: #0084ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.ads-process-card.active .ads-process-number {
    background: rgba(255, 255, 255, .15);
    color: #ffffff;
}

.ads-process-card h3 {
    margin: 0 0 14px;
    line-height: 1.4;
}

.ads-process-card p {
    margin: 0;
    line-height: 1.8;
    color: #64748b;
}

.ads-process-card.active p {
    color: rgba(255, 255, 255, .85);
}

@media(max-width:991px) {

    .ads-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ads-process-grid::before {
        display: none;
    }

}

@media(max-width:640px) {

    .ads-process-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================
   SECTION 5: GOOGLE ADS PACKAGE
========================= */

.nk-package-container {
    max-width: 1280px;
}

.nk-package-table-wrap {
    overflow-x: auto;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 24px 80px rgba(15, 23, 42, .06);
}

.nk-package-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.nk-package-table thead th {
    padding: 20px 24px;
    background-color: #0084ff;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.nk-package-table thead th:first-child {
    text-align: left;
    width: 28%;
}

.nk-package-table thead span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 700;
}

.nk-package-table tbody td {
    padding: 24px 28px;
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.nk-package-table tbody tr:last-child td {
    border-bottom: none;
}

.nk-package-table tbody td:first-child {
    background: rgba(0, 132, 255, .06);
    color: #0084ff;
    font-weight: 800;
}

.featured-column {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 132, 255, .06), rgba(37, 99, 235, .02));
}

thead .featured-column {
    background: linear-gradient(135deg, #0084ff, #2563eb);
    color: #ffffff;
}

thead .featured-column span {
    color: rgba(255, 255, 255, .78);
}

.nk-package-bottom {
    margin-top: 60px;
    text-align: center;
}

.nk-package-btn {
    min-height: 58px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;

    background: linear-gradient(135deg,
            #ff8a00,
            #ff6a00);

    color: #ffffff;
    text-decoration: none;
    font-weight: 800;

    box-shadow:
        0 18px 40px rgba(255, 106, 0, .28);

    transition: .3s ease;
}

.nk-package-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 24px 50px rgba(255, 106, 0, .35);
}

/* =========================
   SECTION 7: FAQ
========================= */

.nk-faq-container {
    max-width: 980px;
    margin: auto;
}

.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);
}

.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;
}

.nk-faq-summary span {
    color: #111827;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.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);
}

.nk-faq-content p {
    padding: 0 30px 30px;
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.9;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

    .seo-pain-grid,
    .nk-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-seo-container,
    .seo-hero-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {


    .seo-pain-section,
    .why-seo-section,
    .nk-advantage-section,
    .nk-package-section,
    .nk-faq-section {
        padding: 80px 18px;
    }

    .seo-hero-content h1 {
        font-size: 44px;
    }

    .seo-actions {
        flex-direction: column;
    }

    .seo-points,
    .seo-pain-grid,
    .nk-advantage-grid,
    .seo-stats {
        grid-template-columns: 1fr;
    }

    .seo-pain-heading,
    .nk-advantage-heading,
    .nk-package-heading,
    .nk-faq-heading {
        margin-bottom: 42px;
    }

    .seo-pain-heading p,
    .why-seo-content p,
    .nk-advantage-heading p,
    .nk-package-heading p,
    .nk-faq-heading p {
        font-size: 16px;
    }

    .seo-dashboard,
    .seo-graph-card {
        padding: 24px;
        border-radius: 30px;
    }

    .dashboard-chart,
    .seo-graph {
        height: 200px;
    }

    .floating-keyword,
    .floating-traffic,
    .floating-google,
    .floating-seo {
        display: none;
    }

    .seo-pain-card,
    .nk-advantage-card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 28px;
    }

    .seo-pain-card h3,
    .nk-advantage-card h3 {
        font-size: 22px;
    }

    .why-seo-content h2 {
        font-size: 38px;
    }

    .why-seo-item {
        padding: 22px;
    }

    .nk-faq-summary {
        padding: 24px;
    }

    .nk-faq-summary span {
        font-size: 18px;
    }

    .nk-faq-content p {
        padding: 0 24px 24px;
        font-size: 15px;
    }
}