html {
    scroll-behavior: smooth;
}

body.sphere-page {
    min-height: 100vh;
    overflow-x: hidden;
    color: #212529;
    background: #eef0f2;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.st-intro-active {
    overflow: hidden !important;
}

.sphere-page #wpadminbar {
    display: none !important;
}

.sphere-page *,
.sphere-page *::before,
.sphere-page *::after {
    box-sizing: border-box;
}

.sphere-page a {
    color: inherit;
    text-decoration: none;
}

.sphere-page button,
.sphere-page input,
.sphere-page select,
.sphere-page textarea {
    font: inherit;
}

.sphere-page img,
.sphere-page svg,
.sphere-page canvas {
    display: block;
}

.sphere-page :focus-visible {
    outline: 2px solid #b10000;
    outline-offset: 4px;
}

.sphere-page .skip-link {
    z-index: 2147483647;
}

#st-intro {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    overflow: hidden;
    color: #252a2e;
    background: linear-gradient(180deg, #f8f9fa 0%, #d8dde1 100%);
    transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#sphereContainer {
    position: absolute;
    z-index: 1;
    inset: 0;
    transition: opacity 0.32s ease;
}

#sphereContainer canvas {
    width: 100% !important;
    height: 100% !important;
}

#logo {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 200px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.3);
    transition: opacity 0.8s ease, transform 0.1s ease-out;
    will-change: transform, opacity;
}

#logo img {
    width: 100%;
    height: auto;
}

#instructions {
    position: absolute;
    z-index: 5;
    bottom: 104px;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 30px);
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    text-align: center;
    transform: translateX(-50%);
    transition: opacity 0.32s ease;
}

#services-link {
    position: absolute;
    z-index: 5;
    bottom: 48px;
    left: 50%;
    padding: 11px 20px;
    color: #ffffff;
    background: rgba(177, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(177, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transform: translateX(-50%);
    transition: opacity 0.32s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#services-link:hover {
    box-shadow: 0 14px 36px rgba(177, 0, 0, 0.38);
    transform: translateX(-50%) translateY(-2px);
}

.st-intro-legal {
    position: absolute;
    z-index: 5;
    bottom: 12px;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    max-width: calc(100% - 24px);
    color: rgba(37, 42, 46, 0.78);
    font-size: 11px;
    font-weight: 700;
    transform: translateX(-50%);
}

.st-intro-legal a:hover,
.st-intro-legal a:focus-visible {
    color: #b10000;
}

#st-intro.st-transitioning #sphereContainer,
#st-intro.st-transitioning #logo,
#st-intro.st-transitioning #instructions,
#st-intro.st-transitioning #services-link,
#st-intro.st-transitioning .st-intro-legal {
    opacity: 0 !important;
}

#st-intro.st-revealing {
    opacity: 0;
}

#st-intro.st-finished {
    display: none;
}

.st-page {
    --st-red: #b10000;
    --st-ink: #212529;
    --st-muted: #5f666d;
    min-height: 100vh;
    overflow: hidden;
    color: var(--st-ink);
    background:
        radial-gradient(circle at 84% 11%, rgba(177, 0, 0, 0.09), transparent 25%),
        linear-gradient(145deg, #f8f9fa 0%, #eef0f2 46%, #cbd0d5 100%);
}

.st-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.st-header {
    position: absolute;
    z-index: 30;
    top: 20px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    padding: 0 18px 0 24px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.67), rgba(244, 246, 248, 0.3));
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(47, 53, 58, 0.1), inset 0 1px rgba(255, 255, 255, 0.92);
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
    backdrop-filter: blur(22px) saturate(130%);
}

.st-logo {
    position: relative;
    display: block;
    width: 132px;
    height: 52px;
    overflow: hidden;
}

.st-logo img {
    position: absolute;
    top: -44px;
    left: -55px;
    width: 248px;
    max-width: none;
    height: auto;
}

.st-header nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.st-header nav a {
    color: #4e555b;
    font-size: 12px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.st-header nav a:hover,
.st-header nav a:focus-visible,
.st-header nav a[aria-current="page"] {
    color: var(--st-red);
}

.st-hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.94), rgba(214, 219, 224, 0.87));
}

.st-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 180px;
    background: linear-gradient(transparent, #d9dde1);
}

.st-grid,
.st-method-grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.48;
    background-image:
        linear-gradient(rgba(33, 37, 41, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 37, 41, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: radial-gradient(circle at 67% 48%, #000000, transparent 70%);
    mask-image: radial-gradient(circle at 67% 48%, #000000, transparent 70%);
}

.st-ambient {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.st-ambient-red {
    top: 13%;
    right: 4%;
    width: 480px;
    height: 480px;
    background: rgba(177, 0, 0, 0.19);
}

.st-ambient-white {
    top: 31%;
    left: -8%;
    width: 420px;
    height: 420px;
    background: rgba(255, 255, 255, 0.7);
}

.st-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
    align-items: center;
    gap: 28px;
    min-height: 900px;
    padding: 145px 0 92px;
}

.st-hero-copy {
    position: relative;
    z-index: 5;
    max-width: 680px;
}

.st-kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 25px;
    color: #626970;
    font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.st-kicker > span {
    width: 27px;
    height: 1px;
    background: var(--st-red);
    box-shadow: 0 0 10px rgba(177, 0, 0, 0.32);
}

.st-hero h1,
.st-section-heading h2,
.st-method h2 {
    margin: 0;
    font-weight: 590;
    letter-spacing: -0.062em;
}

.st-hero h1 {
    max-width: 720px;
    font-size: clamp(55px, 5.7vw, 86px);
    line-height: 0.96;
}

.st-hero h1 em,
.st-section-heading h2 em,
.st-method h2 em {
    color: var(--st-red);
    font-style: normal;
}

.st-hero h1 em {
    display: block;
}

.st-hero-text {
    max-width: 610px;
    margin: 29px 0 0;
    color: #5a6269;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.72;
}

.st-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
}

.st-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 23px;
    color: #ffffff !important;
    background: linear-gradient(118deg, #920000, #c81717);
    border-radius: 99px;
    box-shadow: 0 15px 35px rgba(177, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.st-primary:hover,
.st-primary:focus-visible {
    box-shadow: 0 20px 43px rgba(177, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.28);
    transform: translateY(-3px);
}

.st-primary svg {
    width: 17px;
    height: 17px;
}

.st-globe-stage {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
    width: min(46vw, 570px);
    aspect-ratio: 1;
    perspective: 900px;
}

.st-globe-stage::before {
    content: "";
    position: absolute;
    inset: 16%;
    background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.82), rgba(177, 0, 0, 0.09) 50%, rgba(33, 37, 41, 0.07) 73%);
    border-radius: 50%;
    box-shadow: 0 30px 80px rgba(55, 61, 67, 0.18);
}

.st-glass-halo {
    position: absolute;
    inset: 5%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.22), 0 30px 80px rgba(56, 63, 68, 0.1);
    backdrop-filter: blur(4px);
}

.st-globe-canvas {
    position: absolute;
    z-index: 3;
    inset: 0;
    width: 100%;
    height: 100%;
    touch-action: pan-y;
}

.st-orbit {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(33, 37, 41, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.st-orbit-one {
    inset: 14% -3%;
    transform: rotateX(68deg) rotateZ(-16deg);
    animation: st-orbit 17s linear infinite;
}

.st-orbit-two {
    inset: -2% 23%;
    border-color: rgba(177, 0, 0, 0.24);
    transform: rotateY(68deg) rotateZ(23deg);
    animation: st-orbit-reverse 21s linear infinite;
}

.st-square {
    position: absolute;
    z-index: 5;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(43, 48, 52, 0.17), inset 0 1px rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(7px);
}

.st-square-one { animation: st-square-one 7s ease-in-out infinite; }
.st-square-two { width: 9px; height: 9px; background: rgba(177, 0, 0, 0.74); border-color: rgba(112, 0, 0, 0.38); animation: st-square-two 8.5s ease-in-out infinite; }
.st-square-three { width: 16px; height: 16px; animation: st-square-three 10s ease-in-out infinite; }
.st-square-four { width: 7px; height: 7px; background: #212529; animation: st-square-four 6.7s ease-in-out infinite; }

.st-chip {
    position: absolute;
    z-index: 6;
    min-width: 139px;
    padding: 12px 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.63), rgba(255, 255, 255, 0.26));
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(52, 58, 63, 0.13), inset 0 1px rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px) saturate(135%);
    animation: st-chip 5.5s ease-in-out infinite;
}

.st-chip span {
    display: block;
    margin-bottom: 5px;
    color: var(--st-red);
    font: 700 8px/1 ui-monospace, monospace;
    letter-spacing: 0.14em;
}

.st-chip strong { color: #2a2f33; font-size: 11px; }
.st-chip-one { top: 13%; right: -1%; }
.st-chip-two { bottom: 18%; left: -2%; animation-delay: -1.8s; }
.st-chip-three { right: -4%; bottom: 4%; animation-delay: -3.2s; }

.st-scroll {
    position: absolute;
    z-index: 5;
    bottom: 34px;
    left: max(24px, calc((100vw - 1180px) / 2));
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6e757b !important;
    font: 700 9px/1 ui-monospace, monospace;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.st-scroll span {
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, var(--st-red), #747a80);
}

.st-services {
    padding: 125px 0 132px;
}

.st-section-heading {
    display: grid;
    grid-template-columns: 0.38fr 1.62fr;
    align-items: start;
    gap: 64px;
    margin-bottom: 58px;
}

.st-section-heading > div { padding-top: 9px; }
.st-section-heading > div > span { color: var(--st-red); font: 700 9px/1 ui-monospace, monospace; letter-spacing: 0.16em; }
.st-section-heading > div p { margin: 13px 0 0; color: #636a70; font-size: 12px; }
.st-section-heading h2 { max-width: 880px; color: #262b2f; font-size: clamp(42px, 5vw, 70px); line-height: 1; }

.st-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.st-card {
    position: relative;
    min-height: 520px;
    padding: 31px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.25));
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(55, 62, 68, 0.1), inset 0 1px rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px) saturate(125%);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.st-card::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -155px;
    width: 260px;
    height: 260px;
    background: rgba(177, 0, 0, 0.18);
    border-radius: 50%;
    filter: blur(38px);
    opacity: 0.35;
}

.st-card:hover {
    box-shadow: 0 30px 70px rgba(55, 62, 68, 0.16), inset 0 1px #ffffff;
    transform: translateY(-8px);
}

.st-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.st-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #ffffff;
    background: linear-gradient(135deg, #2a2e32, #111315);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(33, 37, 41, 0.19), inset 0 1px rgba(255, 255, 255, 0.17);
}

.st-icon svg { width: 27px; height: 27px; }
.st-number { color: var(--st-red); font: 800 10px/1 ui-monospace, monospace; letter-spacing: 0.16em; }
.st-card h3 { position: relative; z-index: 1; margin: 52px 0 17px; color: #24292d; font-size: 29px; font-weight: 670; letter-spacing: -0.043em; }
.st-card > p { position: relative; z-index: 1; min-height: 78px; margin: 0; color: #62696f; font-size: 14px; line-height: 1.72; }
.st-card ul { position: relative; z-index: 1; display: grid; gap: 13px; margin: 36px 0 0; padding: 23px 0 0; list-style: none; border-top: 1px solid rgba(33, 37, 41, 0.1); }
.st-card li { position: relative; padding-left: 18px; color: #40464b; font-size: 12px; line-height: 1.5; }
.st-card li::before { content: ""; position: absolute; top: 0.48em; left: 0; width: 6px; height: 6px; background: var(--st-red); border-radius: 1px; transform: rotate(45deg); }
.st-method {
    position: relative;
    padding: 128px 0;
    overflow: hidden;
    background: linear-gradient(145deg, #c9ced3, #edf0f2 48%, #c4c9ce);
    border-block: 1px solid rgba(255, 255, 255, 0.6);
}

.st-method::after {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -210px;
    width: 450px;
    height: 450px;
    background: rgba(177, 0, 0, 0.16);
    border-radius: 50%;
    filter: blur(100px);
}

.st-method-grid { z-index: 0; opacity: 0.37; mask-image: linear-gradient(90deg, #000000, transparent 75%); }
.st-method-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: start; gap: 92px; }
.st-method-heading { position: sticky; top: 35px; }
.st-method h2 { max-width: 560px; color: #272c30; font-size: clamp(43px, 4.7vw, 66px); line-height: 1.01; }
.st-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.st-steps li { display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 23px; min-height: 145px; padding: 27px 26px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.24)); border: 1px solid rgba(255, 255, 255, 0.79); border-radius: 18px; box-shadow: 0 18px 45px rgba(57, 63, 68, 0.1), inset 0 1px rgba(255, 255, 255, 0.96); backdrop-filter: blur(19px); transition: transform 0.28s ease; }
.st-steps li:hover { transform: translateX(7px); }
.st-steps > li > span { color: var(--st-red); font: 800 10px/1 ui-monospace, monospace; letter-spacing: 0.14em; }
.st-steps h3 { margin: 0 0 10px; color: #292e32; font-size: 25px; font-weight: 680; letter-spacing: -0.035em; }
.st-steps p { margin: 0; color: #62696f; font-size: 14px; line-height: 1.6; }
.st-steps svg { width: 19px; height: 19px; color: var(--st-red); }

.st-contact {
    position: relative;
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 72px;
    margin-block: 52px;
    padding: 76px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(232, 235, 238, 0.38));
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(43, 49, 54, 0.14), inset 0 1px rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px) saturate(125%);
}

.st-contact::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: linear-gradient(rgba(33, 37, 41, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 37, 41, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(100deg, #000000, transparent 72%);
}

.st-contact-glow { position: absolute; z-index: -1; bottom: -230px; left: -190px; width: 420px; height: 420px; background: rgba(177, 0, 0, 0.18); border-radius: 50%; filter: blur(105px); }
.st-contact-copy { align-self: center; }
.st-contact-copy h2 { max-width: 520px; margin: 0; color: #252a2e; font-size: clamp(43px, 4.6vw, 66px); font-weight: 590; letter-spacing: -0.06em; line-height: 1; }
.st-contact-copy h2 em { display: block; color: var(--st-red); font-style: normal; }
.st-contact-copy > p { max-width: 510px; margin: 27px 0 0; color: #626a70; font-size: 15px; line-height: 1.72; }
.st-contact-note { display: grid; grid-template-columns: 36px 1fr; gap: 15px; max-width: 480px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(33, 37, 41, 0.11); }
.st-contact-note > span { color: var(--st-red); font: 800 10px/1 ui-monospace, monospace; letter-spacing: 0.14em; }
.st-contact-note p { margin: 0; color: #535b61; font-size: 12px; line-height: 1.6; }

.st-form {
    display: grid;
    gap: 17px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.31));
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 21px;
    box-shadow: 0 20px 50px rgba(47, 54, 59, 0.11), inset 0 1px #ffffff;
    backdrop-filter: blur(18px);
}

.st-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.st-form label { display: grid; gap: 8px; color: #343a3f; font-size: 11px; font-weight: 700; }
.st-form input,
.st-form select,
.st-form textarea { width: 100%; margin: 0; padding: 14px 15px; color: #23282c; background: rgba(255, 255, 255, 0.58); border: 1px solid rgba(33, 37, 41, 0.13); border-radius: 12px; outline: 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.92); font-size: 14px; font-weight: 500; line-height: 1.4; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.st-form input,
.st-form select { min-height: 50px; }
.st-form textarea { min-height: 126px; resize: vertical; }
.st-form input::placeholder,
.st-form textarea::placeholder { color: #858c91; }
.st-form input:focus,
.st-form select:focus,
.st-form textarea:focus { background: rgba(255, 255, 255, 0.82); border-color: rgba(177, 0, 0, 0.55); box-shadow: 0 0 0 3px rgba(177, 0, 0, 0.09), inset 0 1px #ffffff; }
.st-form .st-consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: #646b71; font-size: 10px; font-weight: 550; line-height: 1.5; }
.st-consent input { width: 16px; height: 16px; min-height: 0; margin-top: 1px; accent-color: var(--st-red); }

.st-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 22px;
    color: #ffffff;
    background: linear-gradient(118deg, #920000, #c81717);
    border: 0;
    border-radius: 99px;
    box-shadow: 0 15px 35px rgba(177, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.st-form-submit:hover { box-shadow: 0 20px 42px rgba(177, 0, 0, 0.32); transform: translateY(-2px); }
.st-form-submit:disabled { cursor: wait; opacity: 0.65; transform: none; }
.st-form-submit svg { width: 17px; height: 17px; }
.st-form-status { display: block; min-height: 18px; margin: 0; color: #596168; font-size: 11px; text-align: center; }
.st-form-status.st-error { color: #a00000; }
.st-form-status.st-success { color: #315e40; }

.st-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 126px;
    border-top: 1px solid rgba(33, 37, 41, 0.12);
}

.st-footer img { width: 126px; }
.st-footer p { margin: 0; color: #646b71; font-size: 10px; }

.st-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    color: #4e555b;
    font-size: 11px;
    font-weight: 700;
}

.st-footer-links a:hover,
.st-footer-links a:focus-visible {
    color: #b10000;
}

@keyframes st-orbit { to { transform: rotateX(68deg) rotateZ(344deg); } }
@keyframes st-orbit-reverse { to { transform: rotateY(68deg) rotateZ(-337deg); } }
@keyframes st-chip { 50% { transform: translateY(-9px); } }
@keyframes st-square-one { 0%, 100% { top: 28%; left: 24%; transform: rotate(0) scale(0.8); } 50% { top: 63%; left: 72%; transform: rotate(135deg) scale(1.2); } }
@keyframes st-square-two { 0%, 100% { top: 24%; left: 66%; transform: rotate(20deg); } 50% { top: 70%; left: 30%; transform: rotate(190deg); } }
@keyframes st-square-three { 0%, 100% { top: 58%; left: 17%; transform: rotate(-12deg) scale(0.7); } 50% { top: 37%; left: 76%; transform: rotate(160deg) scale(1); } }
@keyframes st-square-four { 0%, 100% { top: 18%; left: 47%; } 50% { top: 79%; left: 54%; } }

@media (max-width: 980px) {
    .st-hero-layout { grid-template-columns: 1fr; align-content: start; min-height: 1030px; }
    .st-globe-stage { position: absolute; right: -80px; bottom: 28px; width: 510px; opacity: 0.86; }
    .st-section-heading { grid-template-columns: 1fr; gap: 25px; }
    .st-service-grid { grid-template-columns: 1fr; }
    .st-card { min-height: 0; }
    .st-card > p { min-height: 0; }
    .st-method-layout,
    .st-contact { grid-template-columns: 1fr; }
    .st-method-heading { position: static; }
    .st-contact { gap: 46px; }
}

@media (max-width: 640px) {
    #logo { width: 150px; }
    #instructions { bottom: 110px; font-size: 13px; }
    .st-shell { width: min(calc(100% - 28px), 1180px); }
    .st-header { top: 12px; height: 68px; padding-inline: 14px; border-radius: 17px; }
    .st-logo { width: 118px; height: 48px; }
    .st-logo img { top: -39px; left: -49px; width: 220px; }
    .st-header nav { display: none; }
    .st-hero,
    .st-hero-layout { min-height: 900px; }
    .st-hero-layout { padding: 115px 0 100px; }
    .st-hero h1 { font-size: clamp(47px, 14vw, 63px); }
    .st-hero-text { font-size: 16px; }
    .st-actions { max-width: 340px; flex-direction: column; }
    .st-primary { width: 100%; }
    .st-globe-stage { right: -126px; bottom: 45px; width: 350px; opacity: 0.58; }
    .st-chip { display: none; }
    .st-scroll { bottom: 28px; left: 16px; }
    .st-services { padding: 92px 0 98px; }
    .st-section-heading { margin-bottom: 40px; }
    .st-section-heading h2 { font-size: clamp(40px, 12vw, 53px); }
    .st-card { padding: 26px; border-radius: 19px; }
    .st-card h3 { margin-top: 40px; }
    .st-method { padding: 92px 0; }
    .st-method h2 { font-size: clamp(40px, 12vw, 54px); }
    .st-steps li { grid-template-columns: 34px 1fr 20px; gap: 13px; padding: 23px 18px; }
    .st-contact { width: calc(100% - 20px); margin-block: 24px; padding: 52px 20px; gap: 34px; border-radius: 21px; }
    .st-contact-copy h2 { font-size: clamp(42px, 12vw, 56px); }
    .st-form { padding: 20px 16px; }
    .st-form-row { grid-template-columns: 1fr; }
    .st-footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 12px;
        min-height: 0;
        padding: 28px 0 36px;
    }
    .st-footer img { width: 108px; }
    .st-footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .sphere-page *,
    .sphere-page *::before,
    .sphere-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
.st-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
