.svcx {
    display: grid;
    grid-template-columns: 352px 1fr;
    gap: 22px;
    align-items: start;
}
.svcrail {
    display: grid;
    gap: 8px;
}
.svctab {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font: inherit;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #071a2f1a;
    background: #fff;
    color: var(--ink);
    transition: background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.svctab:hover {
    border-color: rgba(8,102,255,.32);
    transform: translateX(2px);
    background: #fff;
    color: var(--ink);
}
.svctab.is-active {
    background: linear-gradient(140deg, var(--navy), var(--panel));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px -8px rgba(8,102,255,.22), 0 24px 48px -24px rgba(5,19,42,.30);
    transform: none;
}
.svctab .itile {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex: none;
    display: grid;
    place-items: center;
    border: 1px solid rgba(8, 102, 255, .16);
    background: linear-gradient(150deg, rgba(8, 102, 255, .10), rgba(0, 60, 198, .06));
}
.svctab.is-active .itile {
    background: rgba(146, 234, 255, .12);
    border-color: rgba(146, 234, 255, .26);
    color: #92eaff;
}
.svctab .nm {
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.3;
}
.svctab .n {
    margin-left: auto;
    font-size: 17px;
    font-weight: 700;
    color: #C3D0E2;
    letter-spacing: -.03em;
    font-variant-numeric: tabular-nums;
    transition: color .2s;
}
.svctab.is-active .n {
    color: rgba(146,234,255,.55);
}
.svctab .go {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: none;
    place-items: center;
    flex: none;
    background: var(--cyan);
    color: var(--navy);
    margin-left: 10px;
    font-size: 14px;
}
.svctab.is-active .go {
    display: grid;
}
.svcpanel {
    background: linear-gradient(165deg,var(--navy),var(--panel));
    border: 1px solid rgba(146,234,255,.10);
    border-radius: 28px;
    padding: 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px -8px rgba(8,102,255,.22), 0 24px 48px -24px rgba(5,19,42,.30);
}
.svcpanel>* {
    position: relative;
    z-index: 2;
}
.svcpanel__hd {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
}
.svcpanel__hd .itile {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(146,234,255,.12);
    border: 1px solid rgba(146,234,255,.26);
    color: var(--cyan);
    flex: none;
}
.svcpanel h3 {
    font-size: clamp(21px,2.2vw,26px);
    color: #fff;
    letter-spacing: -.025em;
    margin: 0;
}
.svcpanel .intro {
    font-size: 15px;
    line-height: 1.68;
    color: var(--muted);
    max-width: 760px;
    margin: 0;
}
.svccols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(146,234,255,.12);
}
.svccols h4 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--cyan);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.svccols ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.svccols li {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--muted);
    padding: 5px 0;
    padding-left: 18px;
    position: relative;
}
.svccols li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #62e3fa;
}
.svcpanel__cta {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}
.svcpanel__cta .btn {
    --bg-c: var(--blue);
    --fg: #fff;
    --bd: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding: 13px 22px;
    border-radius: 100px;
    border: 1px solid var(--bd);
    background: var(--bg-c);
    color: var(--fg);
    cursor: pointer;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
    white-space: nowrap;
    text-decoration: none !important;
}
.svcpanel__cta .btn--primary {
    background: linear-gradient(96deg,var(--blue),var(--royal));
    box-shadow: 0 6px 16px -6px rgba(8,102,255,.55);
}
.svcpanel__cta .btn--dark {
    background: rgba(255,255,255,.08);
    color: #fff;
    --bd: #92eaff24;
    backdrop-filter: blur(6px);
}
.svcpanel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(520px 260px at 100% 0%,rgba(8,102,255,.26),transparent 66%);
    pointer-events: none;
}
.svcpanel__cta .btn--dark:hover {
    background: rgba(255,255,255,.14);
}
.svcpanel__cta .btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(8,102,255,.6);
}
