@charset "utf-8";

/* ================================================================
   KA-PLOW — Winter Services Page  v4.1
   Inherits design system from global.css
   ================================================================ */

/* ── PAGE BANNER ────────────────────────────────────────────── */
#top_bnnr {
    min-height: 28vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 5%;
    background:
        linear-gradient(to bottom, rgba(5,15,40,0.45) 0%, rgba(5,15,40,0.72) 100%),
        url('/site/content/winter/top_bnr.jpg') center center / cover no-repeat,
        #0d1b3e;
    color: #fff;
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 2px 4px 3px #0a1628;
    position: relative;
}
#top_bnnr::after { display: none; }

/* ── INTRO TEXT ─────────────────────────────────────────────── */
#hd_intro {
    max-width: 960px;
    margin: 2.5rem auto;
    padding: 0 3%;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.04em;
    color: #333;
}
#hd_intro p { margin-top: 1em; }

/* ── PRICING SECTION ────────────────────────────────────────── */
#wtr-pricing {
    background: #0d1b3e;
    padding: 3rem 5%;
}
#wtr-pricing-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    max-width: 900px;
    margin: 0 auto;
}
#wtr-pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    max-width: 900px;
    margin: 1.75rem auto 0;
    background: rgba(91,155,213,0.1);
    border: 1px solid rgba(91,155,213,0.3);
    border-left: 4px solid #5b9bd5;
    border-radius: 8px;
    padding: 1rem 1.25rem;
}
#wtr-pricing-note > i {
    color: #5b9bd5;
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
#wtr-pricing-note p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: rgba(200,216,248,0.88);
    line-height: 1.6;
    margin: 0;
}
#wtr-pricing-note p strong {
    color: #fff;
}
.wtr-price-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(91,155,213,0.25);
    border-radius: 12px;
    padding: 2em;
    color: #c8d8f8;
    text-align: center;
    position: relative;
}
.wtr-price-card .btn-primary { box-shadow: 0 3px 8px rgba(215,65,0,0.45); }
.wtr-price-card h3 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin: 0.5em 0 0.75em;
    letter-spacing: 0.03em;
}
.wtr-price-card p {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 1.25em;
    color: #a8c0e8;
}
.wtr-price-card ul {
    text-align: left;
    font-size: 0.88rem;
    line-height: 1.8;
    color: #a8c0e8;
    margin-bottom: 1.5em;
    padding-left: 1.25em;
}
.wtr-price-card ul li { margin-bottom: 0.2em; }
.wtr-price-featured {
    background: rgba(91,155,213,0.12);
    border-color: #5b9bd5;
    box-shadow: 0 4px 24px rgba(91,155,213,0.2);
}
.wtr-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #5b9bd5;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 20px;
    white-space: nowrap;
}
.wtr-price-icon {
    font-size: 2.2rem;
    color: #5b9bd5;
    margin-bottom: 0.25em;
}
.wtr-price-tiers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
    margin-bottom: 1.5em;
}
.wtr-tier {
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
}
.wtr-tier span:first-child { font-weight: 700; color: #fff; font-size: 0.95rem; }
.wtr-tier-label { font-size: 0.75rem; color: #7a9bc8; margin-top: 0.15em; }

/* ── SERVICE TILE GRID ──────────────────────────────────────── */
#svc-grid {
    background: #eef2f8;
    padding: 2.5rem 5% 3rem;
}
#svc-grid h2 {
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0d1b3e;
    margin-bottom: 1.75rem;
}
.svc-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}
.svc-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    width: calc(20% - 12px);
    min-width: 110px;
    background: #fff;
    border: 2px solid #c5d4e8;
    border-radius: 10px;
    padding: 1.25em 0.75em;
    text-align: center;
    text-decoration: none;
    color: #0d1b3e;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
}
.svc-card i {
    font-size: 2rem;
    color: #5b9bd5;
    transition: color 0.2s;
}
.svc-card:hover {
    border-color: #5b9bd5;
    box-shadow: 0 4px 16px rgba(13,27,62,0.12);
    transform: translateY(-2px);
}
.svc-card.active {
    border-color: #0d1b3e;
    background: #0d1b3e;
    color: #fff;
}
.svc-card.active i { color: #5b9bd5; }

/* ── SERVICE DETAIL PANELS ──────────────────────────────────── */
#svc-detail-wrap { background: #fff; }
.svc-section {
    display: none;
    border-top: 3px solid #5b9bd5;
}
.svc-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 5%;
}
.svc-section-head {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #e8eef6;
    padding-bottom: 1em;
}
.svc-title-icon-fa {
    font-size: 1.8rem;
    color: #5b9bd5;
    flex-shrink: 0;
}
.svc-section-head h3 {
    font-family: 'Special Gothic Expanded One', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #0d1b3e;
    flex: 1;
}
.svc-close-btn {
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #999;
    cursor: pointer;
    padding: 0.25em;
    margin-left: auto;
    flex-shrink: 0;
    transition: color 0.2s;
}
.svc-close-btn:hover { color: #0d1b3e; }
.svc-section-body { display: flex; gap: 2.5em; }
.svc-text {
    flex: 1;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}
.svc-text ul, .svc-text ol { margin: 0.75em 0 1em; padding-left: 1.5em; }
.svc-text li { margin-bottom: 0.4em; }
.svc-text p { margin-top: 0.75em; }
.service-cta {
    display: inline-block;
    margin-top: 1.5em;
    padding: 0.7em 1.6em;
    background: #5b9bd5;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s;
}
.service-cta:hover {
    background: #0d1b3e;
    transform: translateY(-2px);
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
    #wtr-pricing-inner { grid-template-columns: 1fr; }
    .wtr-price-featured { order: -1; }
}
@media (max-width: 600px) {
    #hd_intro { font-size: 1.35rem; line-height: 1.35; margin-top: 1.25rem; }
    #top_bnnr { font-size: clamp(1.8rem, 9vw, 3rem); min-height: 16vh; line-height: 1; }
    .svc-card  { width: calc(33.33% - 10px); }
    .svc-section-body { flex-direction: column; }
}
@media (max-width: 400px) {
    .svc-card { width: calc(50% - 8px); }
}
@media (min-width: 601px) {
    #hd_intro { font-size: 1.35rem; line-height: 1.65; }
}
