/* =====================================================================
 *  GOLWEL SECURITY SERVICES  -  Homepage Polish Layer
 *  Loaded last. Refines section depth, cards, stats, testimonials,
 *  process, industries and CTAs for a cohesive, premium finish.
 *  Safe to remove — purely additive styling.
 * =================================================================== */

/* ----------  SECTION DEPTH & RHYTHM  ------------------------------- */
/* soft layered background on tinted sections for subtle depth */
.section-tint {
    position: relative;
    background:
        radial-gradient(1100px 480px at 12% -10%, rgba(236,164,52,0.06), transparent 60%),
        radial-gradient(900px 460px at 100% 0%, rgba(0,63,0,0.05), transparent 55%),
        var(--cloud);
}

/* decorative eyebrow-to-heading spacing + accent under centered heads */
.section-head h2 { position: relative; display: inline-block; }
.section-head h2::after {
    content: "";
    display: block;
    width: 64px; height: 3px;
    margin: 18px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-300));
}
.section-head.left h2::after { margin-left: 0; }

/* ----------  INTRO / SPLIT MEDIA POLISH  --------------------------- */
.split-media.framed {
    box-shadow: var(--shadow-lg);
}
/* gold corner accents on framed media */
.split-media.framed::before,
.split-media.framed::after {
    content: "";
    position: absolute;
    width: 46px; height: 46px;
    border: 3px solid var(--gold);
    z-index: 2;
    pointer-events: none;
}
.split-media.framed::before {
    top: 16px; left: 16px;
    border-right: 0; border-bottom: 0;
    border-top-left-radius: 6px;
}
.split-media.framed::after {
    bottom: 16px; right: 16px;
    border-left: 0; border-top: 0;
    border-bottom-right-radius: 6px;
}

/* check-list: turn into subtle chips */
.check-list li {
    align-items: flex-start;
    padding: 4px 0;
}
.check-list li i {
    background: var(--green-050);
    color: var(--green);
    width: 22px; height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-top: 2px;
    flex-shrink: 0;
    transition: background .2s ease, color .2s ease;
}
.check-list li:hover i { background: var(--gold); color: var(--green-900); }

/* ----------  STATS STRIP (green band)  ----------------------------- */
.section-green {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, var(--green) 0%, var(--green-900) 100%);
}
/* faint patrol-grid texture */
.section-green::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(236,164,52,0.10), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(236,164,52,0.08), transparent 40%);
    pointer-events: none;
}
.stats-strip {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.10);
    box-shadow: var(--shadow);
}
.stat-cell {
    background: transparent;
    position: relative;
    transition: background .3s ease, transform .3s ease;
}
.stat-cell::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%; height: 3px;
    background: var(--gold);
    transition: transform .3s ease;
}
.stat-cell:hover { background: rgba(0,0,0,0.18); transform: translateY(-2px); }
.stat-cell:hover::before { transform: translateX(-50%) scaleX(1); }
.stat-cell .num {
    text-shadow: 0 2px 18px rgba(236,164,52,0.28);
}

/* ----------  SERVICE CARDS  ---------------------------------------- */
.service-card { border-radius: var(--radius-lg); }
.service-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--gold-300);
}
.service-card .card-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,42,0,0.55), transparent 55%);
    opacity: 0.85;
    transition: opacity .35s ease;
}
.service-card:hover .card-img-wrap::after { opacity: 0.35; }
.service-card h3 { transition: color .2s ease; }
.service-card:hover h3 { color: var(--green-600); }
/* learn-more as an underlined arrow link */
.service-link {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: var(--gold-700);
}
.service-card:hover .service-link { color: var(--green); }

/* ----------  WHY CHOOSE US: VALUE LIST  ---------------------------- */
.value-list li {
    padding: 16px 14px;
    border-bottom: 0;
    border-radius: var(--radius);
    transition: background .25s ease, transform .25s ease;
}
.value-list li:hover { background: var(--green-050); transform: translateX(4px); }
.value-list .v-icon { transition: background .25s ease, color .25s ease; }
.value-list li:hover .v-icon { background: var(--gold); color: var(--green-900); }

/* ----------  PROCESS PREVIEW  -------------------------------------- */
.process-mini { position: relative; }
/* connecting line behind the numbered steps (desktop) */
.process-mini::before {
    content: "";
    position: absolute;
    top: 26px; left: 12%; right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-300), var(--line));
    z-index: 0;
}
.process-mini-item { z-index: 1; }
.process-mini-item .pnum {
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,42,0,0.10);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.process-mini-item:hover .pnum {
    background: var(--gold);
    color: var(--green-900);
    transform: translateY(-4px) scale(1.05);
}

/* ----------  INDUSTRIES  ------------------------------------------- */
.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.industry-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}
.industry-card:hover { border-color: var(--gold-300); box-shadow: var(--shadow); }
.industry-card:hover::before { transform: scaleX(1); }
.industry-card .ind-icon { transition: background .25s ease, color .25s ease, transform .25s ease; }
.industry-card:hover .ind-icon {
    background: var(--gold);
    color: var(--green-900);
    transform: rotate(-6deg) scale(1.06);
}

/* ----------  TESTIMONIALS  ----------------------------------------- */
.testimonial-card {
    border-radius: var(--radius-lg);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0; left: 24px; right: 24px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-300));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}
.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold-300);
}
.testimonial-card:hover::before { transform: scaleX(1); }
.testimonial-card .quote-mark {
    position: absolute;
    top: 18px; right: 26px;
    font-size: 4.5rem;
    color: var(--green-050);
    margin: 0;
    z-index: 0;
}
.testimonial-card .stars,
.testimonial-card .t-body,
.testimonial-card .t-author { position: relative; z-index: 1; }
.t-avatar {
    box-shadow: 0 0 0 3px var(--gold-050);
    transition: box-shadow .25s ease;
}
.testimonial-card:hover .t-avatar { box-shadow: 0 0 0 3px var(--gold-300); }

/* ----------  SECURITY TIP + CTA BANDS  ----------------------------- */
.tip-banner, .cta-band { box-shadow: var(--shadow-lg); }
.cta-band::before {
    content: "";
    position: absolute;
    right: -70px; bottom: -80px;
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(236,164,52,0.18), transparent 70%);
    pointer-events: none;
}
/* subtle top hairline of gold on both bands */
.tip-banner::after,
.cta-band .inner-line { /* reserved */ }

/* ----------  CLIENTS MARQUEE  -------------------------------------- */
.marquee-item img { transition: filter .3s ease, opacity .3s ease, transform .3s ease; }
.marquee-item:hover img { transform: scale(1.06); }

/* ----------  SCROLL REVEAL: soften + stagger  ---------------------- */
[data-reveal] { will-change: opacity, transform; }
.grid > [data-reveal].reveal:nth-child(2) { animation-delay: .08s; }
.grid > [data-reveal].reveal:nth-child(3) { animation-delay: .16s; }
.grid > [data-reveal].reveal:nth-child(4) { animation-delay: .24s; }
.process-mini > [data-reveal].reveal:nth-child(2) { animation-delay: .1s; }
.process-mini > [data-reveal].reveal:nth-child(3) { animation-delay: .2s; }
.process-mini > [data-reveal].reveal:nth-child(4) { animation-delay: .3s; }

/* ----------  RESPONSIVE TWEAKS  ------------------------------------ */
@media (max-width: 992px) {
    .process-mini::before { display: none; }
}
@media (max-width: 640px) {
    .split-media.framed::before,
    .split-media.framed::after { width: 34px; height: 34px; }
    .section-head h2::after { margin-top: 14px; }
}

/* ----------  MOTION SAFETY  ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* End of home-enhance.css */
