.sv-page {
    --sv-orange: #F28C18;
    --sv-orange-dark: #D8730C;
    --sv-brown: #4B2B24;
    --sv-brown-dark: #241411;
    --sv-text: #332522;
    --sv-muted: #716763;
    --sv-border: rgba(75, 43, 36, 0.13)
}

.sv-container {
    width: min(1240px, 92%);
    margin: 0 auto
}

.sv-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 19px;
    border: 1px solid rgba(242, 140, 24, .35);
    border-radius: 999px;
    color: var(--sv-orange);
    background: rgba(242, 140, 24, .07);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    white-space: nowrap
}

.sv-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url("../images/about-back.webp")
}

.sv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image: radial-gradient(rgba(255, 255, 255, .22) 1px, transparent 1.5px);
    background-size: 28px 28px;
    pointer-events: none
}

.sv-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0, rgba(10, 5, 3, .16) 75%, rgba(10, 5, 3, .3) 100%);
    pointer-events: none
}

.sv-hero-container {
    position: relative;
    z-index: 2;
    width: min(1100px, 92%);
    margin: 0 auto;
    padding: 135px 0 75px;
    text-align: center
}

.sv-hero-content {
    width: min(960px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sv-hero-content .sv-section-tag {
    color: #fff;
    border-color: rgba(242, 140, 24, .45);
    background: rgba(242, 140, 24, .1)
}

.sv-hero-content h1 {
    margin: 22px auto 20px;
    max-width: 900px;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 50px);
    line-height: 1.06;
    letter-spacing: -1px;
    font-weight: 800
}

.sv-hero-content h1 span {
    display: block;
    color: var(--sv-orange)
}

.sv-hero-content p {
    width: min(760px, 100%);
    margin: 0 auto;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.8
}

.sv-services {
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #fbf9f7 0, #fff 100%)
}

.sv-heading {
    width: min(820px, 100%);
    margin: 0 auto 48px;
    text-align: center
}

.sv-heading h2 {
    margin: 18px 0 14px;
    color: var(--sv-brown);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 800
}

.sv-heading h2 span {
    color: var(--sv-orange)
}

.sv-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--sv-muted);
    font-size: 15px;
    line-height: 1.7
}

.sv-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch
}

.sv-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--sv-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(75, 43, 36, .06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.sv-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 140, 24, .38);
    box-shadow: 0 20px 45px rgba(75, 43, 36, .11)
}

.sv-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px
}

.sv-card-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--sv-orange);
    background: rgba(242, 140, 24, .1)
}

.sv-card-icon svg {
    width: 22px;
    height: 22px
}

.sv-card-number {
    color: rgba(75, 43, 36, .22);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px
}

.sv-card h3 {
    margin: 0 0 10px;
    color: var(--sv-brown);
    font-size: 24px;
    line-height: 1.2
}

.sv-card-description {
    margin: 0 0 22px;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.7
}

.sv-list {
    border-top: 1px solid rgba(75, 43, 36, .1);
    margin-bottom: 22px
}

.sv-list a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(75, 43, 36, .1);
    color: var(--sv-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color .2s ease, padding-left .2s ease
}

.sv-list a:hover {
    padding-left: 5px;
    color: var(--sv-orange)
}

.sv-list a span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.sv-list a svg {
    width: 14px;
    height: 14px;
    color: var(--sv-orange)
}

.sv-learn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sv-orange);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.sv-learn svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease
}

.sv-learn:hover svg {
    transform: translateX(4px)
}

.sv-cta {
    padding: 0 0 95px;
    background: #fff
}

.sv-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 45px 50px;
    border-radius: 26px;
    background: linear-gradient(135deg, #4b2b24, #673021);
    box-shadow: 0 20px 50px rgba(75, 43, 36, .17)
}

.sv-cta-card h2 {
    margin: 15px 0 10px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08
}

.sv-cta-card h2 span {
    color: var(--sv-orange)
}

.sv-cta-card p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.7
}

.sv-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 9px;
    padding: 0 25px;
    border-radius: 13px;
    color: #fff;
    background: var(--sv-orange);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(242, 140, 24, .22);
    transition: transform .25s ease, background .25s ease
}

.sv-btn:hover {
    transform: translateY(-2px);
    background: var(--sv-orange-dark)
}

.sv-btn svg {
    width: 18px;
    height: 18px
}

@media (min-width:768px) and (max-width:1199px) {
    .sv-hero {
        min-height: 500px
    }

    .sv-hero-container {
        padding: 125px 0 60px
    }

    .sv-hero-content {
        width: min(100%, 780px)
    }

    .sv-hero-content h1 {
        font-size: clamp(38px, 5vw, 52px)
    }

    .sv-hero-content p {
        max-width: 650px;
        font-size: 15px
    }

    .sv-services {
        padding: 72px 0 80px
    }

    .sv-grid {
        gap: 18px
    }

    .sv-card {
        padding: 24px
    }

    .sv-card h3 {
        font-size: 21px
    }

    .sv-list a {
        font-size: 13px
    }

    .sv-cta-card {
        padding: 38px
    }
}

@media (max-width:767px) {
    .sv-container {
        width: min(100% - 32px, 560px)
    }

    .sv-hero {
        min-height: auto
    }

    .sv-hero-container {
        width: min(100% - 32px, 560px);
        padding: 100px 0 55px
    }

    .sv-hero-content h1 {
        max-width: 520px;
        margin: 18px auto;
        font-size: clamp(32px, 8.5vw, 42px);
        line-height: 1.08;
        letter-spacing: -.4px
    }

    .sv-hero-content p {
        max-width: 500px;
        font-size: 14px;
        line-height: 1.65
    }

    .sv-section-tag {
        padding: 8px 15px;
        font-size: 9px;
        letter-spacing: 1.5px
    }

    .sv-services {
        padding: 58px 0 70px
    }

    .sv-heading {
        margin-bottom: 35px
    }

    .sv-heading h2 {
        font-size: clamp(30px, 8vw, 38px)
    }

    .sv-heading p {
        font-size: 14px
    }

    .sv-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .sv-card {
        padding: 22px;
        border-radius: 18px
    }

    .sv-card h3 {
        font-size: 20px
    }

    .sv-card-description {
        font-size: 13px
    }

    .sv-list a {
        padding: 11px 0;
        font-size: 13px
    }

    .sv-cta {
        padding: 0 0 65px
    }

    .sv-cta-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 28px 20px;
        border-radius: 22px
    }

    .sv-cta-card p {
        font-size: 13px
    }

    .sv-btn {
        width: min(100%, 250px)
    }
}

@media (max-width:480px) {
    .sv-hero-container {
        padding-top: 95px;
        padding-bottom: 48px
    }

    .sv-hero-content h1 {
        font-size: 33px
    }

    .sv-services {
        padding-top: 50px
    }

    .sv-card {
        padding: 18px
    }
}

/* Keep the Services overview content centered at every viewport size. */
.sv-card {
    text-align: center;
}

.sv-card-top {
    justify-content: center;
    gap: 16px;
}

.sv-list a span {
    justify-content: center;
}

.sv-learn {
    justify-content: center;
    width: 100%;
}