/* Home hero — two-column layout (Kanit via body) */
#hero.hero-with-background {
    color: #fff;
}

#hero .hero-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        105deg,
        rgba(35, 35, 35, 0.55) 0%,
        rgba(0, 0, 0, 0.45) 55%,
        rgba(0, 30, 20, 0.5) 100%
    );
    pointer-events: none;
}

#hero .hero-bg-image {
    z-index: 0;
}

/* Pill badge: dark glass + neon green status dot */
#hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.4rem 1.1rem 0.4rem 0.85rem;
    font-family: "Kanit", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

#hero .hero-badge__dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff88;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.65);
}

#hero .hero-badge__text {
    color: #c8f5e0;
}

#hero .hero-title.hero-title--headline {
    font-family: "Kanit", sans-serif;
}

#hero .hero-title__line {
    display: block;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #fff;
    font-size: clamp(1.85rem, 2.5vw + 1.1rem, 3rem);
}

#hero .hero-title__line + .hero-title__line {
    margin-top: 0.12em;
}

#hero .hero-title__line--accent {
    color: #37d67a;
}

#hero .hero-lead {
    font-family: "Kanit", sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    max-width: 36rem;
}

#hero .hero-lead-content {
    color: rgba(255, 255, 255, 0.5);
}

#hero .hero-glass-panel {
    margin-top: 1.75rem;
    padding: 1.5rem 1.5rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(20, 40, 35, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

#hero .hero-glass-panel__title {
    font-family: "Kanit", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #a5f3c8;
    margin-bottom: 1rem;
}

#hero .hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

#hero .hero-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
    font-family: "Kanit", sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.45;
}

#hero .hero-checklist li:last-child {
    margin-bottom: 0;
}

#hero .hero-checklist .fa-check {
    color: #00e676;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

#hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

#hero .hero-btn {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    border: 1px solid transparent;
}

#hero .hero-btn--primary {
    background: #fff;
    color: #0a8f4a;
    border-color: #fff;
}

#hero .hero-btn--primary:hover {
    background: rgba(255, 255, 255, 0.92);
    color: #067040;
}

#hero .hero-btn--outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
}

#hero .hero-btn--outline:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

#hero .hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.75rem;
    margin-top: 2rem;
    padding-top: 0.5rem;
}

#hero .hero-trust-item {
    display: flex;
    align-items: center;
    font-family: "Kanit", sans-serif;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
}

#hero .hero-trust-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #6effa8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Right column — services card */
#hero .hero-services-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    padding: 1.25rem 1.25rem 1.35rem;
    height: 100%;
    min-height: 280px;
}

#hero .hero-services-card__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

#hero .hero-services-card__bar {
    width: 4px;
    height: 1.35rem;
    background: #00c853;
    border-radius: 2px;
}

#hero .hero-services-card__title {
    font-family: "Kanit", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1abb;
    margin: 0;
}

#hero .hero-service-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.14rem 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid #eee;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#hero .hero-service-row:last-child {
    margin-bottom: 0;
}

#hero .hero-service-row:hover {
    border-color: #c8e6c9;
    box-shadow: 0 2px 8px rgba(0, 200, 83, 0.12);
}

#hero .hero-service-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    background: #e8fff5;
}

#hero .hero-service-icon--1 { color: #1565c0; }
#hero .hero-service-icon--2 { color: #ef6c00; }
#hero .hero-service-icon--3 { color: #2e7d32; }
#hero .hero-service-icon--4 { color: #c2185b; }
#hero .hero-service-icon--5 { color: #7b1fa2; }
#hero .hero-service-icon--6 { color: #00838f; }

#hero .hero-service-text {
    flex: 1;
    min-width: 0;
    line-height: 1.5rem;
}

#hero .hero-service-name {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #222;
    line-height: 1.3;
    margin: 0;
}

#hero .hero-service-price {
    font-family: "Kanit", sans-serif;
    font-size: 0.8rem;
    color: #888;
    margin: 0.15rem 0 0;
}

#hero .hero-service-badge {
    font-family: "Kanit", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    flex-shrink: 0;
}

#hero .hero-service-badge--hot {
    color: #e53935;
    background: #ffebee;
}

#hero .hero-service-badge--urgent {
    color: #f57c00;
    background: #fff3e0;
}

#hero .hero-service-badge--new {
    color: #2e7d32;
    background: #e8f5e9;
}

@media (max-width: 991.98px) {
    #hero .hero-services-card {
        margin-top: 2rem;
    }

    #hero .hero-trust-row {
        justify-content: center;
        text-align: left;
    }
}

/* Full-width strips below #hero (stats + benefits) */
.hero-stats-strip {
    width: 100%;
    background: #13834f;
    font-family: "Kanit", sans-serif;
    color: #fff;
}

.hero-stats-strip__inner {
    max-width: 75%;
}

.hero-stats-strip__cell {
    padding: 1.15rem 0.85rem;
}

@media (min-width: 992px) {
    .hero-stats-strip__cell {
        border-right: 1px solid rgba(255, 255, 255, 0.22);
    }

    .hero-stats-strip__cell:last-child {
        border-right: none;
    }
}

@media (max-width: 991.98px) {
    .hero-stats-strip__cell:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.18);
    }

    .hero-stats-strip__cell:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

.hero-stats-strip__value {
    font-size: clamp(1.45rem, 1.2vw + 1rem, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.hero-stats-strip__plus {
    color: #6effa8;
}

.hero-stats-strip__value--with-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.hero-stats-strip__star {
    color: #ffc107;
    font-size: 0.88em;
}

.hero-stats-strip__label {
    font-size: 0.88rem;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 0.35rem;
    line-height: 1.35;
}

.hero-benefits-strip {
    width: 100%;
    background: #00000006;
    font-family: "Kanit", sans-serif;
    border-bottom: 1px solid #ddd;
}

.hero-benefits-strip__inner {
    max-width: 75%;
}

.hero-benefits-strip__item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.hero-benefits-strip__icon {
    color: #1DBF73;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
    margin-top: 3px;
}

.hero-benefits-strip__text {
    color: #2d3748;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: start;
}
