.contact-logo-link {
    display: inline-flex;
    margin-bottom: 14px;
}

.contact-logo {
    display: block;
    max-width: 180px;
    max-height: 96px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.orbit {
    border: 0;
    overflow: visible;
}

.orbit::before,
.orbit::after {
    display: none;
}

.orbit-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.orbit-circle {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.orbit-circle-outer {
    stroke: rgba(126, 232, 255, .25);
    stroke-width: 1.5;
}

.orbit-circle-middle,
.orbit-circle-center {
    stroke: rgba(126, 232, 255, .28);
    stroke-width: 1.5;
    stroke-dasharray: 5 5;
}

.orbit-texts text {
    fill: var(--text);
    stroke: var(--deep);
    stroke-width: 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    paint-order: stroke fill;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-anchor: middle;
}

.orbit-texts textPath {
    dominant-baseline: middle;
}

.orbit strong.orbit-logo {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 0;
    line-height: .76;
    letter-spacing: 0;
    text-align: center;
    font-size: inherit;
    width: 38%;
    max-width: 150px;
    transform: translateY(-1%);
}

.orbit-logo small,
.orbit-logo em {
    display: block;
    font-style: normal;
    font-weight: 950;
}

.orbit-logo small {
    color: var(--cyan);
    font-size: clamp(17px, 1.85vw, 25px);
    letter-spacing: .04em;
}

.orbit-logo em {
    color: var(--text);
    font-size: clamp(58px, 5.8vw, 86px);
    letter-spacing: -.1em;
    text-shadow: 0 0 34px rgba(39, 194, 255, .24);
}

.tool-card,
.cards .card {
    display: flex;
    flex-direction: column;
}

.tool-card b {
    float: none;
    display: block;
    margin-top: auto;
    align-self: flex-end;
    line-height: 1;
}

.cards .card > a:not(.btn),
.cards .card > .btn,
.cards .card .card-actions {
    margin-top: auto;
}

.cards .card > .btn {
    align-self: flex-start;
}

.generic-tool {
    display: flex;
    flex-direction: column;
}

.generic-tool .download-box,
.generic-tool > .btn {
    margin-top: auto;
}

.generic-tool .download-box {
    width: 100%;
}

.about-overview {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    align-items: stretch;
}

.about-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-intro h2 {
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 14px 0;
}

.about-intro p {
    color: var(--muted);
    font-size: 18px;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.about-values .card {
    min-height: 260px;
}

.friendly-empty {
    grid-column: 1 / -1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.friendly-empty .btn {
    align-self: center;
}

@media (max-width: 1100px) {
    .about-overview,
    .about-values {
        grid-template-columns: 1fr;
    }
}

.content-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 14px;
}

.content-breadcrumb a:hover {
    color: var(--cyan);
}

.content-detail {
    max-width: 980px;
}

.content-detail-body {
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.8;
}

.content-detail-body p {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(126, 232, 255, .12);
}

.content-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.canonical-preview {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
}

.canonical-preview a {
    color: var(--cyan);
    overflow-wrap: anywhere;
}


.sidebar span, .sidebar-section span {
    font-size: 20px;
    font-weight: 900;
}