:root {
    --hsvc-navy: #061d3a;
    --hsvc-blue: #0769da;
    --hsvc-sky: #0ea5e9;
    --hsvc-cyan: #25d4e5;
    --hsvc-ink: #10243d;
    --hsvc-muted: #64748b;
    --hsvc-line: #dce8f3;
    --hsvc-soft: #f3f8fc;
    --hsvc-white: #fff;
    --hsvc-green: #16a765;
    --hsvc-shadow: 0 18px 55px rgba(6,29,58,.09);
    --hsvc-radius: 18px;
    --hsvc-ease: cubic-bezier(.22,1,.36,1)
}

* {
    box-sizing: border-box
}

html {
    direction: rtl;
    scroll-behavior: smooth;
    overflow-x: hidden
}

body.hsvc-site {
    margin: 0;
    background: #fff;
    color: var(--hsvc-ink);
    font-family: "Segoe UI",Tahoma,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-x: hidden
}

body.hsvc-site img {
    max-width: 100%;
    height: auto
}

body.hsvc-site a {
    color: inherit;
    text-decoration: none;
    transition: .2s ease
}

body.hsvc-site button,body.hsvc-site input,body.hsvc-site textarea,body.hsvc-site select {
    font: inherit
}

.hsvc-shell {
    width: min(1180px,calc(100% - 40px));
    margin-inline:auto}

.hsvc-sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.hsvc-topbar {
    background: var(--hsvc-navy);
    color: #ddecfa;
    font-size: 13px
}

.hsvc-topbar:not(:has(.hsvc-topbar__notice,.hsvc-topbar__contact a)) {
    display: none
}

.hsvc-topbar__inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.hsvc-topbar__notice {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600
}

.hsvc-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2bd477;
    box-shadow: 0 0 0 5px rgba(43,212,119,.13);
    flex: 0 0 auto
}

.hsvc-topbar__contact {
    display: flex;
    align-items: center;
    gap: 16px
}

.hsvc-topbar__contact a {
    color: #fff;
    font-weight: 700
}

.hsvc-topbar__contact a:hover {
    color: var(--hsvc-cyan)
}

.hsvc-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e4edf5;
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 28px rgba(6,29,58,.055)
}

.hsvc-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px
}

.hsvc-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 0 1 auto
}

.hsvc-brand__logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 180px;
    object-fit: contain
}

.hsvc-brand__text {
    color: var(--hsvc-navy);
    font-weight: 900;
    font-size: 19px;
    line-height: 1.35
}

.hsvc-brand:has(.hsvc-brand__logo) .hsvc-brand__text {
    display: none
}

.hsvc-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0
}

.hsvc-nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none
}

.hsvc-nav li {
    position: relative
}

.hsvc-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 9px;
    color: #233b55;
    font-size: 14px;
    font-weight: 700
}

.hsvc-nav a:hover,.hsvc-nav a:focus-visible {
    background: #edf6ff;
    color: var(--hsvc-blue)
}

.hsvc-nav .has-children>ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 15;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 8px;
    list-style: none;
    border: 1px solid var(--hsvc-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--hsvc-shadow)
}

.hsvc-nav .has-children:hover>ul,.hsvc-nav .has-children:focus-within>ul {
    display: block
}

.hsvc-nav .has-children>ul a {
    white-space: nowrap
}

.hsvc-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

.hsvc-header__call,.hsvc-header__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800
}

.hsvc-header__call {
    background: #e9f3ff;
    color: #fff
}

.hsvc-header__call:hover {
    background: #0757b5
}

.hsvc-header__whatsapp {
    border: 1px solid #cfe7db;
    background: #effcf5;
    color: #087843
}

.hsvc-search-toggle,.hsvc-menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--hsvc-line);
    border-radius: 11px;
    background: #fff;
    color: var(--hsvc-navy);
    cursor: pointer
}

.hsvc-search-toggle:hover,.hsvc-menu-toggle:hover {
    border-color: #b7d3ea;
    background: #f7fbff
}

.hsvc-menu-toggle {
    display: none
}

.hsvc-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    border-radius: 2px;
    background: currentColor
}

.hsvc-search-panel {
    border-top: 1px solid var(--hsvc-line);
    background: #fff
}

.hsvc-search-panel[hidden] {
    display: none
}

.hsvc-search-panel .hsvc-shell {
    padding-block:16px}

.hsvc-search-form {
    display: flex;
    align-items: stretch;
    gap: 8px
}

.hsvc-search-form input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    border: 1px solid var(--hsvc-line);
    border-radius: 11px;
    background: #fff;
    color: var(--hsvc-ink);
    outline: none
}

.hsvc-search-form input:focus {
    border-color: #8cc4ef;
    box-shadow: 0 0 0 3px rgba(7,105,218,.08)
}

.hsvc-search-form button {
    min-width: 82px;
    border: 0;
    border-radius: 11px;
    background: var(--hsvc-navy);
    color: #fff;
    font-weight: 800;
    cursor: pointer
}

.hsvc-search-form button:hover {
    background: #0b315d
}

.hsvc-hero {
    position: relative;
    isolation: isolate;
    padding: 68px 0 86px;
    background: linear-gradient(180deg,#f7fbff 0%,#fff 100%);
    overflow: hidden
}

.hsvc-hero:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 540px;
    height: 540px;
    top: -300px;
    right: -170px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(14,165,233,.16),transparent 68%)
}

.hsvc-hero:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(7,105,218,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(7,105,218,.03) 1px,transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom,#000,transparent 82%)
}

.hsvc-hero__grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(420px,.92fr);
    align-items: center;
    gap: 64px
}

.hsvc-hero__copy {
    min-width: 0
}

.hsvc-hero h1 {
    max-width: 680px;
    margin: 0 0 18px;
    color: var(--hsvc-navy);
    font-size: clamp(38px,4.7vw,62px);
    line-height: 1.28;
    letter-spacing: -.025em;
    font-weight: 900
}

.hsvc-hero__excerpt {
    max-width: 620px;
    margin: 0 0 26px;
    color: #4c6279;
    font-size: 17px;
    line-height: 2
}

.hsvc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.hsvc-btn {
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800
}

.hsvc-btn--primary {
    background: linear-gradient(135deg, #bbc2ff, #cae2ff);
    color: #fff;
    box-shadow: 0 13px 30px rgba(7,105,218,.22)
}

.hsvc-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(7,105,218,.29)
}

.hsvc-btn--whatsapp {
    border: 1px solid #cfe7db;
    background: #fff;
    color: #087843
}

.hsvc-btn--whatsapp:hover {
    background: #effcf5;
    transform: translateY(-2px)
}

.hsvc-hero__visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 26px;
    background: #dcecf8 url('assets/images/hero-default.webp') center/cover no-repeat;
    box-shadow: 0 30px 80px rgba(6,29,58,.18)
}

.hsvc-hero__visual:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg,transparent 58%,rgba(6,29,58,.18))
}

.hsvc-hero__visual img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hsvc-editor-section {
    padding: 72px 0 84px
}

.hsvc-content {
    color: #334c66
}

.hsvc-content>:first-child {
    margin-top: 0
}

.hsvc-content>:last-child {
    margin-bottom: 0
}

.hsvc-content h1,.hsvc-content h2,.hsvc-content h3,.hsvc-content h4 {
    color: var(--hsvc-navy);
    line-height: 1.5;
    letter-spacing: -.018em
}

.hsvc-content h2 {
    margin: 38px 0 14px;
    font-size: clamp(25px,3vw,36px)
}

.hsvc-content h3 {
    margin: 28px 0 10px;
    font-size: 21px
}

.hsvc-content h4 {
    margin: 22px 0 8px;
    font-size: 17px
}

.hsvc-content p,.hsvc-content li {
    font-size: 16px;
    line-height: 2
}

.hsvc-content p {
    margin: 0 0 18px
}

.hsvc-content ul,.hsvc-content ol {
    margin: 0 0 22px;
    padding-right: 24px
}

.hsvc-content a {
    color: var(--hsvc-blue);
    font-weight: 700
}

.hsvc-content a:hover {
    text-decoration: underline
}

.hsvc-content figure {
    margin: 28px auto
}

.hsvc-content figure img,.hsvc-content>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px
}

.hsvc-content figcaption {
    margin-top: 8px;
    color: var(--hsvc-muted);
    font-size: 13px;
    text-align: center
}

.hsvc-content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-right: 4px solid var(--hsvc-blue);
    border-radius: 14px;
    background: var(--hsvc-soft);
    color: #38536d
}

.hsvc-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    border: 1px solid var(--hsvc-line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff
}

.hsvc-content th,.hsvc-content td {
    padding: 13px 15px;
    border-bottom: 1px solid var(--hsvc-line);
    text-align: right;
}

.hsvc-content th {
    background: #eaf5ff;
    color: var(--hsvc-navy);
    font-weight: 800
}

.hsvc-content tr:last-child td {
    border-bottom: 0
}

.hsvc-content details {
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid var(--hsvc-line);
    border-radius: 13px;
    background: #fff
}

.hsvc-content summary {
    padding: 15px 17px;
    color: var(--hsvc-navy);
    font-weight: 800;
    cursor: pointer
}

.hsvc-content details>p {
    padding: 0 17px 16px;
    margin: 0
}

.hsvc-content .button,.hsvc-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 9px 17px;
    border-radius: 10px;
    background: var(--hsvc-blue);
    color: #fff;
    font-weight: 800;
    text-decoration: none
}

.hsvc-inner-hero {
    padding: 48px 0 42px;
    background: linear-gradient(135deg,var(--hsvc-navy),#0b315d);
    color: #fff
}

.hsvc-inner-hero--compact {
    padding-bottom: 34px
}

.hsvc-inner-hero__inner {
    max-width: 960px
}

.hsvc-inner-hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(31px,4vw,48px);
    line-height: 1.42;
    letter-spacing: -.02em
}

.hsvc-inner-hero p {
    max-width: 760px;
    margin: 0;
    color: #d9e8f5
}

.hsvc-inner-hero .breadcrumb {
    margin-bottom: 10px;
    color: #bcd2e5;
    font-size: 13px
}

.hsvc-inner-hero .breadcrumb a {
    color: #fff
}

.hsvc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
    color: #bcd2e5;
    font-size: 12px
}

.hsvc-meta .author {
    margin: 0
}

.hsvc-article {
    max-width: 980px;
    margin-block:38px 64px;padding: 34px;
    border: 1px solid var(--hsvc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 46px rgba(6,29,58,.06)
}

.hsvc-article>.featured-image,.hsvc-article>figure:first-child {
    margin-top: 0
}

.hsvc-article>.featured-image img,.hsvc-article>figure:first-child img {
    display: block;
    width: 100%;
    border-radius: 16px
}

.hsvc-single {
    background: #f6f9fc;
    min-height: 60vh
}

.hsvc-archive {
    min-height: 60vh;
    background: #f6f9fc
}

.hsvc-search-form--archive {
    max-width: 560px;
    margin-top: 22px
}

.hsvc-archive__body {
    padding-block:38px 70px}

.hsvc-archive-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 17px
}

.hp-archive-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0!important;
    border: 1px solid var(--hsvc-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(6,29,58,.055)
}

.hp-archive-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--hsvc-shadow)
}

.hp-archive-card img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.hp-archive-card h2,.hp-archive-card h3 {
    margin: 0;
    padding: 18px 18px 8px;
    color: var(--hsvc-navy);
    font-size: 18px;
    line-height: 1.6
}

.hp-archive-card p {
    padding: 0 18px;
    margin: 0 0 14px;
    color: var(--hsvc-muted);
    font-size: 14px
}

.hp-archive-card__more,.hp-btn {
    align-self: flex-start;
    margin: 8px 18px 18px;
    padding: 8px 13px;
    border-radius: 9px;
    background: var(--hsvc-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.hsvc-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px
}

.hsvc-pagination a {
    padding: 9px 14px;
    border: 1px solid var(--hsvc-line);
    border-radius: 9px;
    background: #fff;
    color: var(--hsvc-blue);
    font-weight: 800
}

.hsvc-not-found {
    display: grid;
    place-items: center;
    min-height: 65vh;
    padding: 60px 0;
    background: #f6f9fc
}

.hsvc-not-found__card {
    max-width: 720px;
    padding: 45px;
    border: 1px solid var(--hsvc-line);
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: var(--hsvc-shadow)
}

.hsvc-not-found__code {
    display: block;
    color: var(--hsvc-blue);
    font-size: 64px;
    line-height: 1;
    font-weight: 900
}

.hsvc-not-found h1 {
    margin: 14px 0 8px;
    color: var(--hsvc-navy);
    font-size: 32px
}

.hsvc-not-found p {
    color: var(--hsvc-muted)
}

.hsvc-not-found .hsvc-search-form {
    margin: 24px auto 18px;
    max-width: 540px
}

.hsvc-text-link {
    color: var(--hsvc-blue);
    font-weight: 800
}

.hsvc-footer {
    background: linear-gradient(135deg,var(--hsvc-navy),#0b315d);
    color: #b8ccdf
}

.hsvc-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr 1fr;
    gap: 48px;
    padding: 56px 0 40px
}

.hsvc-footer__identity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 19px;
    font-weight: 900
}

.hsvc-footer__logo {
    width: auto;
    height: 58px;
    max-width: 160px;
    object-fit: contain
}

.hsvc-footer__identity:has(.hsvc-footer__logo)>span {
    display: none
}

.hsvc-footer__brand p {
    max-width: 430px;
    margin: 0;
    color: #c5d6e5;
    font-size: 13px;
    line-height: 1.9
}

.hsvc-footer h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 15px
}

.hsvc-footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hsvc-footer__menu li {
    margin-bottom: 8px
}

.hsvc-footer__menu a {
    color: #cfe0ef;
    font-size: 13px
}

.hsvc-footer__menu a:hover {
    color: var(--hsvc-cyan)
}

.hsvc-footer__details {
    display: grid;
    gap: 11px
}

.hsvc-footer__detail {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
    align-items: start
}

.hsvc-footer__detail span {
    color: #8fa8bf;
    font-size: 11px
}

.hsvc-footer__detail strong,.hsvc-footer__detail a {
    color: #e5f0f8;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere
}

.hsvc-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.09);
    padding: 17px 0;
    color: #8fa8bf;
    font-size: 11px
}

.hsvc-mobile-actions {
    display: none
}

@media(max-width: 1040px) {
    .hsvc-hero__grid {
        grid-template-columns:1fr 400px;
        gap: 42px
    }

    .hsvc-header__whatsapp {
        display: none
    }

    .hsvc-nav a {
        padding-inline:8px;font-size: 13px
    }

    .hsvc-archive-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 820px) {
    .hsvc-topbar {
        display:none
    }

    .hsvc-header__inner {
        min-height: 68px;
        gap: 12px
    }

    .hsvc-brand__logo {
        height: 49px
    }

    .hsvc-brand__text {
        font-size: 16px
    }

    .hsvc-menu-toggle {
        display: grid;
        margin-inline-start:auto}

    .hsvc-nav {
        position: absolute;
        top: 68px;
        right: 20px;
        left: 20px;
        display: none;
        padding: 10px;
        border: 1px solid var(--hsvc-line);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--hsvc-shadow)
    }

    .hsvc-nav.is-open {
        display: block
    }

    .hsvc-nav>ul {
        display: block
    }

    .hsvc-nav li {
        width: 100%
    }

    .hsvc-nav a {
        padding: 11px!important
    }

    .hsvc-nav .has-children>ul {
        position: static;
        display: block;
        margin-right: 13px;
        border: 0;
        border-right: 2px solid var(--hsvc-line);
        border-radius: 0;
        box-shadow: none
    }

    .hsvc-header__call,.hsvc-header__whatsapp {
        display: none
    }

    .hsvc-hero {
        padding: 48px 0 62px
    }

    .hsvc-hero__grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .hsvc-hero__visual {
        min-height: 360px
    }

    .hsvc-hero h1 {
        font-size: clamp(34px,8vw,48px)
    }

    .hsvc-footer__grid {
        grid-template-columns: 1fr 1fr
    }

    .hsvc-footer__brand {
        grid-column: 1/-1
    }

    .hsvc-article {
        width: min(100% - 28px,980px);
        padding: 25px
    }

    .hsvc-editor-section {
        padding: 54px 0 70px
    }
}

@media(max-width: 620px) {
    .hsvc-shell {
        width:min(100% - 28px,1180px)
    }

    .hsvc-hero {
        padding-top: 36px
    }

    .hsvc-hero__visual {
        min-height: 320px;
        border-width: 5px;
        border-radius: 20px
    }

    .hsvc-hero__excerpt {
        font-size: 15px
    }

    .hsvc-hero__actions .hsvc-btn {
        flex: 1 1 145px
    }

    .hsvc-content p,.hsvc-content li {
        font-size: 15px
    }

    .hsvc-content table {
        display: block;
        overflow-x: auto;
        /* white-space: nowrap; */
    }

    .hsvc-archive-grid {
        grid-template-columns: 1fr
    }

    .hsvc-footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 42px
    }

    .hsvc-footer__brand {
        grid-column: auto
    }

    .hsvc-mobile-actions:has(a) {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        min-height: 58px;
        box-shadow: 0 -8px 28px rgba(6,29,58,.16)
    }

    .hsvc-mobile-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 900
    }

    .hsvc-mobile-actions__call {
        background: #b9daff;
    }

    .hsvc-mobile-actions__whatsapp {
        background: #7effc1;
    }

    body.hsvc-site:has(.hsvc-mobile-actions a) {
        padding-bottom: 58px
    }

    .hsvc-not-found__card {
        padding: 34px 20px
    }

    .hsvc-search-form button {
        min-width: 70px
    }

    .hsvc-inner-hero {
        padding: 38px 0 32px
    }
}
