/* Landing thiết kế website trọn gói — phong cách trang chủ */

.wp-landing {
    padding-bottom: 4rem;
}

.wp-hero-title {
    font-size: clamp(1.85rem, 4vw, 2.85rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.03em;
}

.wp-price {
    color: var(--primary-color);
    white-space: nowrap;
}

.wp-hero-lead {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin: 0 0 1.5rem;
    max-width: 36rem;
    line-height: 1.7;
}

.wp-hero-actions,
.wp-center-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.wp-center-actions {
    justify-content: center;
}

.wp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1.25rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.wp-offer-card {
    background: linear-gradient(160deg, #1d1d1f 0%, #2c2c2e 55%, #3a2a1a 100%);
    color: #fff;
    border-radius: 28px;
    padding: 2rem 1.75rem;
    box-shadow: var(--shadow-lg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wp-offer-card::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -20%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(245, 139, 31, 0.45), transparent 70%);
    pointer-events: none;
}

.wp-offer-badge {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.wp-offer-label {
    opacity: 0.8;
    margin: 0;
    font-size: 0.95rem;
}

.wp-offer-price {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0.25rem 0 1.25rem;
    color: #ffb45c;
}

.wp-offer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: left;
    display: grid;
    gap: 0.55rem;
}

.wp-offer-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.wp-offer-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.wp-offer-cta {
    width: 100%;
    justify-content: center;
}

.wp-offer-zalo {
    display: inline-block;
    margin-top: 0.85rem;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.wp-offer-zalo:hover {
    color: #fff;
}

.wp-section {
    padding: 4.5rem 0;
}

.wp-section .section-header,
.wp-section .section-header--compact {
    margin-bottom: 2.25rem;
    text-align: center;
}

.wp-pain {
    background: var(--bg-primary);
}

.wp-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.wp-pain-card {
    background: var(--bg-secondary);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.wp-pain-card p {
    margin: 0;
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.5;
}

.wp-pain-bridge {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 1.75rem;
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
}

.wp-benefits-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem 1.25rem;
}

.wp-benefit-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: var(--bg-secondary);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    padding: 0.95rem 1rem;
    font-weight: 500;
    line-height: 1.45;
}

.wp-benefit-check {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(245, 139, 31, 0.15);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
}

.wp-system {
    background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.wp-system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.wp-system-card {
    background: var(--bg-secondary);
    border-radius: 18px;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
}

.wp-system-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.75rem;
}

.wp-system-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.wp-system-card p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.55;
}

.wp-audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.wp-audience-tags span {
    background: var(--bg-secondary);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    font-size: 0.92rem;
}

.wp-trust-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: center;
}

.wp-trust-photo img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
    display: block;
}

.wp-eyebrow {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.wp-lead-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: var(--bg-secondary);
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-md);
}

.wp-lead-copy h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.02em;
    margin: 0 0 0.85rem;
    line-height: 1.25;
}

.wp-lead-copy > p {
    color: var(--text-secondary);
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.wp-lead-hotline p {
    margin: 0 0 0.5rem;
    font-weight: 600;
}

.wp-lead-phone,
.wp-lead-zalo {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.wp-lead-zalo {
    color: #0068ff;
}

.wp-lead-form .form-group {
    margin-bottom: 1rem;
}

.wp-lead-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.wp-lead-form input,
.wp-lead-form textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: var(--bg-primary);
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-primary);
}

.wp-lead-form input:focus,
.wp-lead-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(245, 139, 31, 0.18);
}

.wp-lead-submit {
    width: 100%;
    justify-content: center;
}

.wp-lead-note {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.wp-form-feedback {
    margin-top: 0.85rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
}

.wp-form-feedback.is-success {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.wp-form-feedback.is-error {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.wp-final-inner {
    text-align: center;
    background: linear-gradient(135deg, #1d1d1f, #3a2a1a);
    color: #fff;
    border-radius: 28px;
    padding: 3rem 1.5rem;
}

.wp-final-inner h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    margin: 0 0 0.75rem;
}

.wp-final-inner p {
    margin: 0 0 1.5rem;
    opacity: 0.9;
}

.wp-final-inner .btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.wp-sticky {
    display: none;
}

@media (max-width: 968px) {
    .wp-pain-grid,
    .wp-system-grid,
    .wp-lead-card,
    .wp-trust-layout {
        grid-template-columns: 1fr;
    }

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

    .wp-trust-photo img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .wp-landing {
        padding-bottom: 6.5rem;
    }
    .wp-section {
        padding: 2rem 0;
    }

    .wp-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1100;
        display: grid;
        grid-template-columns: 1fr 1fr 1.2fr;
        gap: 0.4rem;
        padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(16px);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
    }

    .wp-sticky a {
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.85rem;
        padding: 0.75rem 0.35rem;
        border-radius: 12px;
    }

    .wp-sticky-call {
        background: #16a34a;
        color: #fff;
    }

    .wp-sticky-zalo {
        background: #0068ff;
        color: #fff;
    }

    .wp-sticky-form {
        background: var(--primary-color);
        color: #fff;
    }

    .macos-dock {
        display: none !important;
    }
}

/* Service types */
.wp-services {
    background: var(--bg-secondary);
}

.wp-service-types {
    display: grid;
    gap: 1.75rem;
    margin-bottom: 2.5rem;
}

.wp-service-type {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 1.5rem;
    align-items: center;
    background: var(--bg-primary);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.wp-service-type:nth-child(even) {
    grid-template-columns: 1fr 1.05fr;
}

.wp-service-type:nth-child(even) .wp-service-type-media {
    order: 2;
}

.wp-service-type-media {
    position: relative;
    min-height: 240px;
}

.wp-service-type-media img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.wp-service-type-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
}

.wp-service-type-body {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}

.wp-service-type:nth-child(even) .wp-service-type-body {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
}

.wp-service-type-body h3 {
    font-size: 1.35rem;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.wp-service-type-body > p {
    color: var(--text-secondary);
    margin: 0 0 1rem;
    line-height: 1.6;
}

.wp-service-type-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.15rem;
    display: grid;
    gap: 0.45rem;
}

.wp-service-type-body li {
    position: relative;
    padding-left: 1.35rem;
    font-weight: 500;
    line-height: 1.45;
}

.wp-service-type-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 800;
}

.wp-service-type-link {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

.wp-service-type-link:hover {
    text-decoration: underline;
}

.wp-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.wp-trust-item {
    background: var(--bg-primary);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.15rem 1rem;
    text-align: center;
}

.wp-trust-icon {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.45rem;
}

.wp-trust-item strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}

.wp-trust-item p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.45;
}

/* Industry website types */
.wp-industries {
    background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.wp-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.wp-industry-card {
    background: var(--bg-secondary);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wp-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.wp-industry-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.06);
}

.wp-industry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.wp-industry-card:hover .wp-industry-media img {
    transform: scale(1.04);
}

.wp-industry-body {
    padding: 1rem 1.1rem 1.2rem;
}

.wp-industry-body h3 {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
}

.wp-industry-body p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
}

.wp-industry-note {
    text-align: center;
    color: var(--text-secondary);
    margin: 0 0 1.5rem;
    font-size: 1rem;
}

@media (max-width: 968px) {
    .wp-service-type,
    .wp-service-type:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .wp-service-type:nth-child(even) .wp-service-type-media {
        order: 0;
    }

    .wp-service-type-body,
    .wp-service-type:nth-child(even) .wp-service-type-body {
        padding: 1.25rem;
    }

    .wp-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .wp-trust-strip,
    .wp-industry-grid {
        grid-template-columns: 1fr;
    }
}

/* Highlight stats */
.wp-highlights {
    padding: 0 0 3.5rem;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
}

.wp-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.wp-highlight-card {
    background: var(--bg-secondary);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow-md);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wp-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #ffb45c);
}

.wp-highlight-value {
    margin: 0 0 0.35rem;
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--primary-color);
}

.wp-highlight-label {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.wp-highlight-desc {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .wp-highlights-grid {
        grid-template-columns: 1fr;
    }

    .wp-highlights {
        margin-top: 0;
        padding-top: 1rem;
    }
}
