html,
body{
    max-width:100%;
    overflow-x:hidden;
}

.ks27ph-page-banner{
    display:none!important;
}

.ks27-hb-page,
.ks27-hb-page *{
    box-sizing:border-box;
}

.ks27-hb-page{
    --blue:#0057b8;
    --blue2:#004b9f;
    --cyan:#18b8e8;
    --title:#071b38;
    --text:#475569;
    --muted:#64748b;
    --bg:#f4f8fc;
    --card:#ffffff;
    --border:rgba(15,23,42,.08);
    --shadow:0 22px 60px rgba(15,23,42,.09);
    position:relative;
    left:50%;
    right:50%;
    width:100vw;
    max-width:100vw;
    margin-left:-50vw;
    margin-right:-50vw;
    overflow:hidden;
    background:var(--bg);
    color:var(--title);
    font-family:Arial,Helvetica,sans-serif;
}

.ks27-hb-page a{
    text-decoration:none;
}

.ks27-hb-container{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding-left:clamp(16px,5vw,96px);
    padding-right:clamp(16px,5vw,96px);
    position:relative;
    z-index:2;
}

.ks27-hb-hero{
    position:relative;
    width:100%;
    min-height:calc(100svh - 92px);
    padding:clamp(44px,6vw,82px) 0 clamp(70px,8vw,112px);
    display:flex;
    align-items:center;
    background:linear-gradient(135deg,#061936 0%,#0057b8 56%,#18b8e8 100%);
    color:#fff;
}

.ks27-hb-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 20%,rgba(255,255,255,.18),transparent 28%),
        radial-gradient(circle at 82% 10%,rgba(255,255,255,.13),transparent 32%);
    pointer-events:none;
}

.ks27-hb-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
    gap:34px;
    align-items:center;
}

.ks27-hb-breadcrumb{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:18px;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:800;
}

.ks27-hb-breadcrumb a{
    color:#fff;
}

.ks27-hb-hero h1{
    max-width:980px;
    margin:0 0 18px;
    color:#fff;
    font-size:clamp(38px,4.9vw,74px);
    line-height:1.04;
    font-weight:950;
    letter-spacing:-.045em;
}

.ks27-hb-hero p{
    max-width:920px;
    margin:0;
    color:rgba(255,255,255,.92);
    font-size:clamp(16px,1.25vw,20px);
    line-height:1.7;
    font-weight:750;
}

.ks27-hb-hero-note{
    margin-top:18px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.ks27-hb-hero-note span{
    padding:9px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.22);
    color:#fff;
    font-size:13px;
    font-weight:900;
}

.ks27-hb-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:30px;
}

.ks27-hb-stat{
    padding:18px 20px;
    border-radius:23px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.22);
}

.ks27-hb-stat strong{
    display:block;
    margin-bottom:7px;
    color:#fff;
    font-size:32px;
    font-weight:950;
}

.ks27-hb-stat span{
    color:rgba(255,255,255,.86);
    font-size:14px;
    font-weight:850;
}

.ks27-hb-panel{
    padding:26px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.24);
    backdrop-filter:blur(10px);
}

.ks27-hb-panel strong{
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:26px;
    line-height:1.25;
    font-weight:950;
}

.ks27-hb-panel p{
    margin:0 0 20px;
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.7;
    font-weight:750;
}

.ks27-hb-panel-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.ks27-hb-panel-actions a{
    min-height:48px;
    padding:0 19px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:950;
}

.ks27-hb-call{
    background:#fff;
    color:#071b38;
}

.ks27-hb-wa{
    background:#25d366;
    color:#fff;
}

.ks27-hb-main{
    width:100%;
    padding:0 0 76px;
}

.ks27-hb-search-card{
    width:100%;
    margin:-42px auto 34px;
    padding:25px;
    border-radius:30px;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}

.ks27-hb-search-card h2{
    margin:0 0 8px;
    font-size:30px;
    font-weight:950;
    color:var(--title);
    letter-spacing:-.025em;
}

.ks27-hb-search-card p{
    margin:0 0 18px;
    color:var(--text);
    font-size:16px;
    line-height:1.65;
    font-weight:700;
}

.ks27-hb-search-box{
    position:relative;
}

.ks27-hb-search-box input{
    width:100%;
    min-height:60px;
    padding:0 60px 0 20px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.12);
    background:#f8fbff;
    color:var(--title);
    outline:0;
    font-size:16px;
    font-weight:800;
}

.ks27-hb-search-box input:focus{
    border-color:rgba(0,87,184,.36);
    box-shadow:0 0 0 4px rgba(0,87,184,.08);
}

.ks27-hb-search-icon{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:var(--blue);
    font-size:28px;
    font-weight:950;
}

.ks27-hb-live-results{
    display:none;
    margin-top:18px;
    padding:18px;
    border-radius:22px;
    background:#f8fbff;
    border:1px solid rgba(0,87,184,.12);
}

.ks27-hb-live-results.is-active{
    display:block;
}

.ks27-hb-live-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:14px;
}

.ks27-hb-live-head strong{
    display:block;
    color:var(--title);
    font-size:18px;
    font-weight:950;
}

.ks27-hb-live-head span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(0,87,184,.09);
    color:var(--blue);
    font-size:13px;
    font-weight:950;
    white-space:nowrap;
}

.ks27-hb-live-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.ks27-hb-live-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:15px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(15,23,42,.07);
    box-shadow:0 10px 26px rgba(15,23,42,.05);
}

.ks27-hb-live-item:hover{
    border-color:rgba(0,87,184,.28);
    box-shadow:0 16px 38px rgba(0,87,184,.09);
}

.ks27-hb-live-letter{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#eaf4ff,#dff7ff);
    color:var(--blue);
    font-size:20px;
    font-weight:950;
}

.ks27-hb-live-body{
    min-width:0;
    display:block;
}

.ks27-hb-live-body strong{
    display:block;
    margin:0 0 6px;
    color:var(--title);
    font-size:16px;
    line-height:1.25;
    font-weight:950;
}

.ks27-hb-live-body p{
    margin:0 0 8px;
    color:var(--text);
    font-size:13.5px;
    line-height:1.55;
    font-weight:700;
}

.ks27-hb-live-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.ks27-hb-live-meta em{
    font-style:normal;
    padding:5px 8px;
    border-radius:999px;
    background:rgba(0,87,184,.08);
    color:var(--blue);
    font-size:11px;
    font-weight:950;
}

.ks27-hb-no-result{
    display:none;
    margin-top:16px;
    padding:16px 18px;
    border-radius:18px;
    background:#fff7ed;
    border:1px solid rgba(251,146,60,.25);
    color:#9a3412;
    font-size:14px;
    font-weight:800;
}

.ks27-hb-no-result.is-active{
    display:block;
}

.ks27-hb-seo-box{
    width:100%;
    margin-bottom:38px;
    padding:30px;
    border-radius:32px;
    display:grid;
    grid-template-columns:1fr .72fr;
    gap:30px;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}

.ks27-hb-seo-box h2{
    margin:0 0 14px;
    color:var(--title);
    font-size:32px;
    font-weight:950;
    letter-spacing:-.025em;
}

.ks27-hb-seo-box p{
    margin:0 0 14px;
    color:var(--text);
    font-size:16px;
    line-height:1.78;
    font-weight:650;
}

.ks27-hb-tags{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    align-content:flex-start;
}

.ks27-hb-tags span{
    padding:10px 14px;
    border-radius:999px;
    background:rgba(0,87,184,.08);
    border:1px solid rgba(0,87,184,.12);
    color:var(--blue);
    font-size:13px;
    font-weight:900;
}

.ks27-hb-intents{
    width:100%;
    margin-bottom:48px;
    padding:28px;
    border-radius:30px;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:0 16px 44px rgba(15,23,42,.065);
}

.ks27-hb-intents h2{
    margin:0 0 10px;
    color:var(--title);
    font-size:30px;
    font-weight:950;
    letter-spacing:-.025em;
}

.ks27-hb-intents p{
    margin:0 0 18px;
    color:var(--text);
    font-size:15px;
    line-height:1.72;
    font-weight:700;
}

.ks27-hb-intent-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.ks27-hb-intent{
    padding:16px;
    border-radius:18px;
    background:#f8fbff;
    border:1px solid rgba(15,23,42,.07);
    color:#0f172a;
    font-size:14px;
    line-height:1.45;
    font-weight:900;
}

.ks27-hb-section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,520px);
    align-items:end;
    gap:24px;
    margin:0 0 24px;
}

.ks27-hb-section-head h2{
    margin:0;
    color:var(--title);
    font-size:clamp(34px,3vw,54px);
    line-height:1.15;
    font-weight:950;
    letter-spacing:-.04em;
}

.ks27-hb-section-head p{
    margin:0;
    color:var(--text);
    font-size:16px;
    line-height:1.65;
    font-weight:750;
}

.ks27-hb-popular{
    width:100%;
    margin-bottom:52px;
    scroll-margin-top:120px;
}

.ks27-hb-popular-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.ks27-hb-popular-card{
    min-height:156px;
    padding:24px;
    border-radius:26px;
    display:flex;
    gap:18px;
    align-items:flex-start;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:0 14px 38px rgba(15,23,42,.065);
    transition:.22s ease;
}

.ks27-hb-popular-card:hover{
    transform:translateY(-3px);
    border-color:rgba(0,87,184,.28);
    box-shadow:0 18px 44px rgba(0,87,184,.10);
}

.ks27-hb-popular-card .ks27-hb-letter{
    width:68px;
    height:68px;
    min-width:68px;
    border-radius:20px;
    background:linear-gradient(135deg,#eaf4ff,#dff7ff);
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--blue);
    font-size:28px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
}

.ks27-hb-popular-card .ks27-hb-letter b{
    display:block;
    color:var(--blue);
    font-size:28px;
    line-height:1;
    font-weight:950;
}

.ks27-hb-popular-content{
    display:block;
    min-width:0;
}

.ks27-hb-popular-content strong{
    display:block;
    margin:0 0 9px;
    color:var(--title);
    font-size:22px;
    line-height:1.28;
    font-weight:950;
    text-transform:none;
    letter-spacing:-.02em;
}

.ks27-hb-popular-content span{
    display:block;
    color:var(--text);
    font-size:15px;
    line-height:1.6;
    font-weight:700;
}

.ks27-hb-districts{
    width:100%;
    scroll-margin-top:120px;
}

.ks27-hb-district-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.ks27-hb-district-card{
    position:relative;
    padding:27px;
    border-radius:30px;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:0 16px 44px rgba(15,23,42,.065);
    overflow:hidden;
}

.ks27-hb-district-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,var(--blue),var(--cyan));
}

.ks27-hb-district-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:17px;
}

.ks27-hb-district-top h3{
    margin:0 0 8px;
    color:var(--title);
    font-size:30px;
    line-height:1.15;
    font-weight:950;
    letter-spacing:-.025em;
}

.ks27-hb-district-top p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.62;
    font-weight:700;
}

.ks27-hb-count{
    min-width:90px;
    min-height:44px;
    padding:8px 12px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,87,184,.08);
    border:1px solid rgba(0,87,184,.12);
    color:var(--blue);
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
}

.ks27-hb-district-link{
    min-height:50px;
    padding:0 18px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--blue),var(--cyan));
    color:#fff!important;
    font-size:15px;
    font-weight:950;
}

.ks27-hb-service-mini{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:15px;
}

.ks27-hb-service-mini span{
    padding:8px 10px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid rgba(15,23,42,.07);
    color:#334155;
    font-size:12px;
    font-weight:900;
}

.ks27-hb-link-list{
    list-style:none;
    padding:0;
    margin:18px 0 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.ks27-hb-link-list a{
    min-height:52px;
    padding:12px 14px;
    border-radius:15px;
    display:flex;
    align-items:center;
    background:#f8fbff;
    border:1px solid rgba(15,23,42,.07);
    color:#0f172a;
    font-size:15px;
    line-height:1.35;
    font-weight:850;
}

.ks27-hb-link-list a:hover{
    border-color:rgba(0,87,184,.28);
    box-shadow:0 18px 44px rgba(0,87,184,.10);
}

.ks27-hb-faq,
.ks27-hb-cta{
    width:100%;
    margin-top:54px;
    padding:34px;
    border-radius:32px;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}

.ks27-hb-faq h2,
.ks27-hb-cta h2{
    margin:0 0 12px;
    color:var(--title);
    font-size:34px;
    font-weight:950;
    letter-spacing:-.025em;
}

.ks27-hb-faq-grid{
    display:grid;
    gap:12px;
    margin-top:20px;
}

.ks27-hb-faq-item{
    padding:20px;
    border-radius:20px;
    background:#f8fbff;
    border:1px solid rgba(15,23,42,.07);
}

.ks27-hb-faq-item h3{
    margin:0 0 8px;
    color:var(--title);
    font-size:19px;
    font-weight:950;
}

.ks27-hb-faq-item p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.7;
    font-weight:650;
}

.ks27-hb-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    background:linear-gradient(135deg,#061936,var(--blue));
    color:#fff;
}

.ks27-hb-cta h2{
    color:#fff;
}

.ks27-hb-cta p{
    margin:0;
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.7;
    font-weight:700;
}

.ks27-hb-cta a{
    min-height:54px;
    padding:0 23px;
    border-radius:17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#071b38!important;
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
}

.ks27-hb-hidden{
    display:none!important;
}

@media(max-width:1200px){
    .ks27-hb-hero{
        min-height:auto;
    }

    .ks27-hb-hero-grid,
    .ks27-hb-seo-box{
        grid-template-columns:1fr;
    }

    .ks27-hb-popular-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ks27-hb-intent-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ks27-hb-live-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:991px){
    .ks27-hb-container{
        padding-left:24px;
        padding-right:24px;
    }

    .ks27-hb-district-grid{
        grid-template-columns:1fr;
    }

    .ks27-hb-section-head{
        grid-template-columns:1fr;
    }

    .ks27-hb-hero{
        padding:52px 0 76px;
    }
}

@media(max-width:767px){
    .ks27-hb-container{
        padding-left:14px;
        padding-right:14px;
    }

    .ks27-hb-hero{
        width:100vw;
        padding:42px 0 82px;
    }

    .ks27-hb-hero h1{
        font-size:34px;
        letter-spacing:-.035em;
    }

    .ks27-hb-hero p{
        font-size:15.5px;
    }

    .ks27-hb-stats,
    .ks27-hb-popular-grid,
    .ks27-hb-link-list,
    .ks27-hb-intent-grid,
    .ks27-hb-live-grid{
        grid-template-columns:1fr;
    }

    .ks27-hb-search-card,
    .ks27-hb-seo-box,
    .ks27-hb-faq,
    .ks27-hb-cta,
    .ks27-hb-intents{
        padding:22px 16px;
        border-radius:24px;
    }

    .ks27-hb-search-card{
        margin-top:-36px;
    }

    .ks27-hb-search-card h2{
        font-size:25px;
    }

    .ks27-hb-live-results{
        padding:14px;
    }

    .ks27-hb-live-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .ks27-hb-section-head,
    .ks27-hb-district-top,
    .ks27-hb-cta{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
    }

    .ks27-hb-popular-card{
        padding:18px;
        min-height:auto;
    }

    .ks27-hb-popular-card .ks27-hb-letter{
        width:58px;
        height:58px;
        min-width:58px;
        border-radius:18px;
    }

    .ks27-hb-popular-card .ks27-hb-letter b{
        font-size:24px;
    }

    .ks27-hb-popular-content strong{
        font-size:20px;
    }

    .ks27-hb-district-top h3{
        font-size:26px;
    }

    .ks27-hb-link-list a{
        font-size:15px;
    }

    .ks27-hb-district-link,
    .ks27-hb-cta a{
        width:100%;
    }
}
