.services-banner {
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #fff2d5
}

.services-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/ser.webp');
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.02)
}

.services-banner-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 10% -10%, #f0ad0533, transparent 60%), linear-gradient(90deg, #eeac0380, rgba(255, 245, 230, .1))
}

.services-banner-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center
}

.services-banner-card {
    max-width: 980px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: rgba(255, 247, 231, .88);
    border: 1px solid rgba(210, 157, 36, .28);
    backdrop-filter: blur(2px);
    padding: 18px
}

.services-crumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #8b682f;
    font-weight: 800;
    align-items: center;
    margin-bottom: 8px
}

.services-crumb a {
    color: #8b682f;
    text-decoration: none
}

.services-crumb a:hover {
    color: var(--brown);
    text-decoration: underline
}

.services-banner-chip {
    width: fit-content;
    margin-bottom: .5rem
}

.services-banner-h1 {
    font-weight: 900;
    letter-spacing: -.4px;
    color: #552a00;
    margin: 0 0 .5rem
}

.services-banner-sub {
    color: #6b5434;
    font-weight: 650;
    max-width: 820px
}

.page-hero {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(242, 179, 0, .26), transparent 60%), radial-gradient(1000px 600px at 100% 0%, rgba(210, 157, 36, .18), transparent 55%), #fffaf2;
    padding: 42px 0 34px
}

.hero-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 26px 22px;
    position: relative;
    overflow: hidden
}

.hero-card:after {
    content: "";
    position: absolute;
    inset: -60px -140px auto auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at 30% 30%, rgba(242, 179, 0, .28), transparent 65%);
    transform: rotate(14deg);
    pointer-events: none
}

.services-hero-h2 {
    font-weight: 900;
    letter-spacing: -.4px
}

.services-hero-lead {
    color: #6b5434
}

.services-strip {
    background: #fff2d5;
    border-block: 1px solid rgba(110, 75, 31, .15)
}

.services-strip-k {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    color: #7a5f3a;
    font-weight: 800
}

.services-strip-k i {
    color: var(--brown)
}

.service-link {
    color: #000;
    text-decoration: none;
    display: block
}

.service-link:hover {
    color: #000
}

.service-card-x {
    border-radius: 24px;
    box-shadow: var(--shadow);
    background: #fff;
    height: 100%;
    overflow: hidden;
    transition: transform .25s ease;
    position: relative
}

.service-card-x:hover {
    transform: translateY(-8px)
}

.service-head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(110, 75, 31, .08);
    background: linear-gradient(180deg, rgba(242, 179, 0, .12), #fff)
}

.s-ico {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #ffe08a, #ffd06a);
    box-shadow: 0 18px 46px rgba(50, 34, 10, .1)
}

.s-title {
    font-weight: 950;
    letter-spacing: -.2px;
    color: #552a00;
    font-size: 20px;
    margin: 12px 0 6px;
    line-height: 1.2
}

.s-sub {
    color: #6b5434;
    font-weight: 650;
    margin: 0;
    min-height: 46px
}

.s-body {
    padding: 16px 18px 18px
}

.s-bul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none
}

.s-bul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 9px 0;
    border-top: 1px solid rgba(110, 75, 31, .08);
    color: #6b5434;
    font-weight: 650
}

.s-bul li:first-child {
    border-top: 0
}

.s-bul i {
    color: var(--brown);
    margin-top: 2px
}

.s-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: #fff7e7;
    border: 1px dashed rgba(110, 75, 31, .3);
    color: #8b682f;
    font-weight: 900
}

.side-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 18px;
    position: sticky;
    top: 102px
}

.line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(110, 75, 31, .25), transparent);
    margin: 14px 0
}

.grid-anchors a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    text-decoration: none;
    color: #6b5434;
    font-weight: 850;
    background: #fff7e7;
    border: 1px solid rgba(110, 75, 31, .14);
    margin-bottom: 10px;
    transition: transform .2s ease, filter .2s ease
}

.grid-anchors a:hover {
    transform: translateY(-3px);
    filter: brightness(.98);
    color: #552a00
}

.grid-anchors i {
    color: var(--brown)
}

.bb {
    color: #6E4B1F
}

html {
    scroll-behavior: smooth
}

.btn-outline-gold {
    border-color: #b88d3a !important
}

.btn-nohref {
    pointer-events: none
}