/* =====================================================================
   EMBY Technology — services.css
   Shared stylesheet for all dedicated service landing pages
   ===================================================================== */

/* ── Section label / title helpers ─────────────────────────────────── */
.svc-label {
    display: inline-block;
    background: rgba(26, 111, 255, 0.08);
    border: 1px solid rgba(26, 111, 255, 0.22);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a6fff;
    margin-bottom: 14px;
}

.svc-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.svc-title span {
    color: #1a6fff;
}

.svc-title-white {
    color: #fff;
}

.svc-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 600px;
}

.svc-desc-white {
    color: rgba(255, 255, 255, 0.65);
}

/* ── 1. Hero ──────────────────────────────────────────────────────── */
.svc-hero {
    background: linear-gradient(135deg, #060d22 0%, #0d1b3e 45%, #112050 100%);
    padding: 155px 0 95px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.svc-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(26, 111, 255, .16) 0%, transparent 70%);
    pointer-events: none;
}

.svc-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(26, 111, 255, .08) 0%, transparent 70%);
    pointer-events: none;
}

.svc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 111, 255, .14);
    border: 1px solid rgba(26, 111, 255, .3);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #7bb3ff;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.svc-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.svc-hero h1 span {
    background: linear-gradient(90deg, #74b0ff, #1a6fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.svc-hero .lead {
    font-size: 17px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.78;
    max-width: 530px;
    margin-bottom: 38px;
}

.svc-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #1a6fff;
    color: #fff;
    border: none;
    padding: 15px 36px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    box-shadow: 0 8px 30px rgba(26, 111, 255, .38);
}

.btn-hero-primary:hover {
    background: #0d53d8;
    transform: translateY(-3px);
    box-shadow: 0 14px 42px rgba(26, 111, 255, .52);
    color: #fff;
    text-decoration: none;
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35);
    padding: 15px 36px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
}

.btn-hero-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}

/* Hero Visual */
.svc-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.hero-ring {
    width: 310px;
    height: 310px;
    background: rgba(26, 111, 255, .1);
    border: 1px solid rgba(26, 111, 255, .22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: heroFloat 5s ease-in-out infinite;
    position: relative;
}

.hero-ring-inner {
    width: 210px;
    height: 210px;
    background: rgba(26, 111, 255, .16);
    border: 1px solid rgba(26, 111, 255, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ring-inner i {
    font-size: 85px;
    color: #74b0ff;
}

.hero-badge {
    position: absolute;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.hero-badge i {
    color: #74b0ff;
    font-size: 15px;
}

.hero-badge.b1 {
    top: 5%;
    left: -12%;
    animation: heroFloat 4.5s ease-in-out infinite;
    animation-delay: -.8s;
}

.hero-badge.b2 {
    top: 60%;
    left: -18%;
    animation: heroFloat 5.5s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-badge.b3 {
    top: 5%;
    right: -10%;
    animation: heroFloat 4s ease-in-out infinite;
    animation-delay: -1.3s;
}

.hero-badge.b4 {
    bottom: 5%;
    right: -14%;
    animation: heroFloat 5s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

/* ── Stats bar ────────────────────────────────────────────────────── */
.stats-bar {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #edf0f8;
}

.stat-item {
    text-align: center;
    padding: 0 20px;
}

.stat-item+.stat-item {
    border-left: 1px solid #edf0f8;
}

.stat-num {
    font-size: 40px;
    font-weight: 800;
    color: #1a6fff;
    line-height: 1;
    margin-bottom: 4px;
    display: block;
}

.stat-lbl {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

/* ── Overview ─────────────────────────────────────────────────────── */
.overview-section {
    padding: 90px 0;
    background: #fff;
}

.overview-section h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.overview-section h2 span {
    color: #1a6fff;
}

.overview-section p {
    font-size: 16px;
    color: #666;
    line-height: 1.82;
    margin-bottom: 16px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #444;
    margin-bottom: 13px;
}

.check-list li i {
    color: #1a6fff;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.overview-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .13);
    height: 420px;
}

.overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Problems ─────────────────────────────────────────────────────── */
.problems-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.prob-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 26px;
    border: 1px solid #edf0f8;
    height: 100%;
    transition: all .35s;
}

.prob-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .11);
    border-color: #c5d8ff;
}

.prob-icon {
    width: 64px;
    height: 64px;
    background: #e8f0ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #1a6fff;
    margin-bottom: 20px;
    transition: all .3s;
}

.prob-card:hover .prob-icon {
    background: #1a6fff;
    color: #fff;
}

.prob-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.prob-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.72;
    margin: 0;
}

/* ── Why Choose Us (dark) ─────────────────────────────────────────── */
.why-section {
    padding: 90px 0;
    background: linear-gradient(145deg, #080f28 0%, #0d1b3e 55%, #101f4a 100%);
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 750px;
    height: 750px;
    background: radial-gradient(circle, rgba(26, 111, 255, .14) 0%, transparent 68%);
    pointer-events: none;
}

.why-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    padding: 36px 26px;
    height: 100%;
    transition: all .35s;
}

.why-card:hover {
    transform: translateY(-8px);
    background: rgba(26, 111, 255, .13);
    border-color: rgba(26, 111, 255, .32);
}

.why-icon {
    width: 68px;
    height: 68px;
    background: rgba(26, 111, 255, .18);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #74b0ff;
    margin-bottom: 22px;
    transition: all .3s;
}

.why-card:hover .why-icon {
    background: #1a6fff;
    color: #fff;
}

.why-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.72;
    margin: 0;
}

/* ── Features ─────────────────────────────────────────────────────── */
.features-section {
    padding: 90px 0;
    background: #fff;
}

.feat-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 22px;
    border: 1px solid #edf0f8;
    height: 100%;
    transition: all .35s;
    position: relative;
    overflow: hidden;
}

.feat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a6fff, #74b0ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s;
}

.feat-card:hover::before {
    transform: scaleX(1);
}

.feat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .1);
}

.feat-icon {
    width: 60px;
    height: 60px;
    background: #e8f0ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a6fff;
    margin-bottom: 18px;
    transition: all .3s;
}

.feat-card:hover .feat-icon {
    background: #1a6fff;
    color: #fff;
}

.feat-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.feat-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

/* ── Process ──────────────────────────────────────────────────────── */
.process-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.process-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.process-track::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, #1a6fff, #74b0ff);
    z-index: 0;
}

.proc-step {
    flex: 1;
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.proc-num {
    width: 76px;
    height: 76px;
    background: #1a6fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 18px;
    border: 4px solid #f4f6fb;
    box-shadow: 0 8px 28px rgba(26, 111, 255, .32);
    transition: all .3s;
}

.proc-step:hover .proc-num {
    transform: scale(1.1);
    box-shadow: 0 14px 38px rgba(26, 111, 255, .48);
}

.proc-step h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.proc-step p {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* ── Technologies ─────────────────────────────────────────────────── */
.tech-section {
    padding: 90px 0;
    background: #fff;
}

.tech-cat-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a6fff;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f0ff;
}

.tech-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.tech-pill {
    background: #f4f6fb;
    border: 1.5px solid #e8ecf4;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    transition: all .3s;
    cursor: default;
}

.tech-pill:hover {
    background: #1a6fff;
    color: #fff;
    border-color: #1a6fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(26, 111, 255, .28);
}

.tech-pill i {
    font-size: 16px;
    color: #1a6fff;
    transition: color .3s;
}

.tech-pill:hover i {
    color: #fff;
}

/* ── Industries ───────────────────────────────────────────────────── */
.industries-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.ind-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #edf0f8;
    height: 100%;
    transition: all .35s;
}

.ind-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .1);
    border-color: #c5d8ff;
}

.ind-icon {
    width: 66px;
    height: 66px;
    background: #e8f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #1a6fff;
    margin: 0 auto 16px;
    transition: all .3s;
}

.ind-card:hover .ind-icon {
    background: #1a6fff;
    color: #fff;
}

.ind-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

/* ── Portfolio ────────────────────────────────────────────────────── */
.portfolio-section {
    padding: 90px 0;
    background: #fff;
}

.port-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #edf0f8;
    height: 100%;
    transition: all .35s;
}

.port-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .12);
}

.port-img {
    height: 220px;
    overflow: hidden;
}

.port-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.port-card:hover .port-img img {
    transform: scale(1.06);
}

.port-body {
    padding: 26px;
    background: #fff;
}

.port-tag {
    display: inline-block;
    background: #e8f0ff;
    color: #1a6fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.port-body h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.port-body p {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 14px;
}

.port-link {
    font-size: 14px;
    font-weight: 600;
    color: #1a6fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .25s;
}

.port-link:hover {
    gap: 10px;
    color: #0044cc;
    text-decoration: none;
}

/* ── Trust Section ────────────────────────────────────────────────── */
.trust-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.trust-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    border: 1px solid #edf0f8;
    height: 100%;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all .35s;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .1);
}

.trust-icon {
    width: 56px;
    height: 56px;
    background: #e8f0ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1a6fff;
    flex-shrink: 0;
}

.trust-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.trust-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.72;
    margin: 0;
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq-section {
    padding: 90px 0;
    background: #fff;
}

.svc-faq-item {
    border: 1px solid #edf0f8;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow .3s;
}

.svc-faq-item:hover {
    box-shadow: 0 6px 28px rgba(26, 111, 255, .07);
}

.svc-faq-btn {
    width: 100%;
    background: #fff;
    border: none;
    text-align: left;
    padding: 22px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: all .3s;
}

.svc-faq-btn:not(.collapsed) {
    color: #1a6fff;
    background: #f0f5ff;
}

.svc-faq-btn .faq-icon {
    width: 28px;
    height: 28px;
    background: #e8f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1a6fff;
    flex-shrink: 0;
    transition: all .3s;
}

.svc-faq-btn:not(.collapsed) .faq-icon {
    background: #1a6fff;
    color: #fff;
}

.svc-faq-body {
    padding: 0 26px 22px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* ── CTA Banner ───────────────────────────────────────────────────── */
.cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #060d22 0%, #0d1b3e 50%, #112050 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 450px;
    background: radial-gradient(ellipse, rgba(26, 111, 255, .22) 0%, transparent 70%);
    pointer-events: none;
}

.cta-section h2 {
    font-size: clamp(26px, 4vw, 46px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 17px;
    color: rgba(255, 255, 255, .68);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.75;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-white {
    background: #fff;
    color: #1a6fff;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.btn-cta-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .32);
    background: #eef4ff;
    color: #1a6fff;
    text-decoration: none;
}

.btn-cta-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4);
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
}

.btn-cta-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}

/* ── Related Services ─────────────────────────────────────────────── */
.related-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.rel-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 24px;
    border: 1px solid #edf0f8;
    height: 100%;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all .35s;
}

.rel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(26, 111, 255, .12);
    border-color: #c5d8ff;
    text-decoration: none;
}

.rel-icon {
    width: 72px;
    height: 72px;
    background: #e8f0ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1a6fff;
    margin: 0 auto 20px;
    transition: all .3s;
}

.rel-card:hover .rel-icon {
    background: #1a6fff;
    color: #fff;
}

.rel-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.rel-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.65;
    margin-bottom: 14px;
}

.rel-card .rel-link {
    font-size: 13px;
    font-weight: 600;
    color: #1a6fff;
}

/* ── Breadcrumb for service pages ─────────────────────────────────── */
.svc-breadcrumb {
    background: linear-gradient(135deg, #0d1b3e, #0a1530);
    padding: 38px 0 48px;
}

.svc-breadcrumb h1 {
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -.5px;
}

.bc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.bc-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    display: flex;
    align-items: center;
    gap: 6px;
}

.bc-list li a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: color .3s;
}

.bc-list li a:hover {
    color: #fff;
}

.bc-list li.bc-active {
    color: #74b0ff;
    font-weight: 600;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1199px) {
    .process-track {
        flex-wrap: wrap;
        gap: 24px;
    }

    .process-track::before {
        display: none;
    }

    .proc-step {
        flex: 0 0 calc(33.33% - 16px);
    }
}

@media (max-width: 991px) {
    .svc-hero {
        padding: 120px 0 70px;
    }

    .svc-hero-visual {
        margin-top: 50px;
    }

    .stat-item+.stat-item {
        border-left: none;
    }

    .proc-step {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .svc-hero {
        padding: 100px 0 60px;
    }

    .svc-hero h1 {
        letter-spacing: -.5px;
    }

    .hero-ring {
        width: 220px;
        height: 220px;
    }

    .hero-ring-inner {
        width: 150px;
        height: 150px;
    }

    .hero-ring-inner i {
        font-size: 60px;
    }

    .hero-badge {
        display: none;
    }

    .proc-step {
        flex: 0 0 100%;
        display: flex;
        gap: 16px;
        align-items: center;
        text-align: left;
    }

    .proc-num {
        margin: 0;
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        font-size: 18px;
    }

    .trust-card {
        flex-direction: column;
    }
}