/* ================= SERVICE HERO ================= */
.service-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

/* Gradient nền */
.web-dev-hero {
    background-color: #110D95;
    background-image: url("../images/bg_web_development.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Nội dung */
.service-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.service-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 16px 0 24px;
}

.service-hero .hero-desc {
    font-size: 20px;
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 36px;
}

/* Badge */
.badge.light {
    display: inline-block;
    padding: 6px 12px;
    background: #00000026;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #DEE0FF;
}

/* Button */
.btn-light {
    display: inline-block;
    padding: 14px 26px;
    background: #e0e7ff;
    color: #0b0f9f;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

.btn-light:hover {
    background: #ffffff;
    transform: translateY(-2px);
}


/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .service-hero-inner {
        margin-left: 0;
        padding: 100px 24px;
    }

    .hero-pattern {
        display: none;
    }

    .service-hero h1 {
        font-size: 40px;
    }
}


/* ================= SERVICE INTRO ================= */
.service-intro {
    padding: 120px 24px;
    background: #ffffff;
}

.service-intro-inner {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* IMAGE */
.service-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.service-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #0b0f2b;
    margin-bottom: 24px;
}

.service-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 520px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .service-intro-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .service-content h2 {
        font-size: 34px;
    }
}


/* ================= BENEFITS ================= */
.service-benefits {
    padding: 120px 24px;
    background: #ffffff;
}

.service-benefits-inner {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT */
.benefits-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #0b0f2b;
    margin-bottom: 24px;
}

.benefits-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 24px;
    max-width: 620px;
}

.benefits-list {
    margin: 0 0 40px;
    padding-left: 20px;
    color: #4b5563;
}

.benefits-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* GRID */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
}

.benefit-item {
    display: flex;
    gap: 14px;
}

.benefit-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0b0f2b;
}

.benefit-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

/* CHECK ICON */
.benefit-item .check {
    width: 22px;
    height: 22px;
    background: #0b3ce3;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item .check::after {
    content: "✓";
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

/* RIGHT IMAGE */
.benefits-image {
    border-radius: 14px;
    overflow: hidden;
}

.benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .service-benefits-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }
}


/* ================= INDUSTRY SECTION ================= */
.industry-section {
    padding: 120px 24px;
    background: #ffffff;
}

.industry-inner {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* IMAGE */
.industry-image {
    border-radius: 16px;
    overflow: hidden;
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.industry-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #0b0f2b;
    margin-bottom: 40px;
}

/* GRID */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
}

.industry-item {
    display: flex;
    gap: 14px;
}

.industry-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0b0f2b;
}

.industry-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

/* CHECK ICON */
.icon-check {
    width: 22px;
    height: 22px;
    background: #0b3ce3;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.icon-check::after {
    content: "✓";
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .industry-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= PROCESS SECTION ================= */
.process-section {
    padding: 120px 24px;
    background: #f9fafb;
}

.process-inner {
    max-width: 960px;
    margin: 0 auto;
}

.process-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #0b0f2b;
    margin-bottom: 80px;
}

/* LIST */
.process-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

/* TIMELINE LINE */
.process-list::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
            to bottom,
            #0b3ce3,
            rgba(11, 60, 227, 0.15)
    );
}

/* ITEM */
.process-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    position: relative;
}

.process-step {
    width: 56px;
    height: 56px;
    background: #0b3ce3;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(11, 60, 227, 0.35);
    z-index: 1;
}

.process-content {
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}


.process-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0b0f2b;
}

.process-content p {
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}

/* HOVER */
.process-item:hover .process-content {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .process-list::before {
        left: 20px;
    }

    .process-step {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .process-item {
        gap: 20px;
    }

    .process-content {
        padding: 20px;
    }
}


/* ================= SERVICE BENEFITS ================= */
.service-benefits {
    padding: 120px 24px;
    background: #ffffff;
}

.service-benefits-inner {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* LEFT */
.benefits-content h2 {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    color: #0b0f2b;
    margin-bottom: 24px;
}

.benefits-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 48px;
    max-width: 620px;
}

/* GRID */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 48px;
}

/* ITEM */
.benefit-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.benefit-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0b0f2b;
    margin-bottom: 6px;
}

.benefit-item p {
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
    margin: 0;
}

/* ICON */
.benefit-icon {
    width: 22px;
    height: 22px;
    background: #0b3ce3;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-top: 4px;
}

.benefit-icon::after {
    content: "✓";
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

/* RIGHT IMAGE */
.benefits-image {
    border-radius: 18px;
    overflow: hidden;
}

.benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .service-benefits-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-content h2 {
        font-size: 34px;
    }
}


/* ================= PRICING ================= */
.pricing {
    padding: 80px 24px;
    background: #ffffff;
}

.pricing-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.pricing-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b0f2b;
    margin-bottom: 48px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* CARD */
.pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.pricing-card.highlight {
    border: 2px solid #0b3ce3;
    transform: translateY(-8px);
}

/* HEADER */
.pricing-header {
    text-align: center;
    margin-bottom: 24px;
}

.pricing-label {
    display: inline-block;
    background: #0b0f2b;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.pricing-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b0f2b;
}

/* PRICE */
.pricing-price {
    text-align: center;
    margin-bottom: 28px;
}

.pricing-price .from {
    font-size: 13px;
    color: #6b7280;
}

.pricing-price strong {
    display: block;
    font-size: 32px;
    color: #0b3ce3;
    margin: 6px 0;
}

.pricing-price .custom {
    font-size: 26px;
    color: #0b3ce3;
}

.pricing-price .unit {
    font-size: 13px;
    color: #6b7280;
}

/* FEATURES */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    flex-grow: 1;
}

.pricing-features li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 26px;
}

.pricing-features li.ok::before {
    content: "✔";
    color: #22c55e;
    position: absolute;
    left: 0;
}

.pricing-features li.no::before {
    content: "✖";
    color: #ef4444;
    position: absolute;
    left: 0;
}

.pricing-features li.note::before {
    content: "●";
    color: #f59e0b;
    position: absolute;
    left: 0;
}

/* BUTTON */
.btn-pricing {
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #0b3ce3;
    color: #0b3ce3;
    font-weight: 500;
    text-decoration: none;
}

.btn-pricing.primary {
    background: #0b3ce3;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.highlight {
        transform: none;
    }
}





