:root {
    --drx-night: #070b16;
    --drx-night-soft: #0b1120;
    --drx-panel: #10182b;
    --drx-panel-light: #151f36;
    --drx-white: #f7f9ff;
    --drx-muted: #a8b2c7;
    --drx-blue: #628cff;
    --drx-blue-bright: #86a7ff;
    --drx-cyan: #50e3c2;
    --drx-violet: #936dff;
    --drx-line: rgba(164, 184, 229, .16);
    --drx-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

html { scroll-behavior: smooth; }
body.drx-standalone-page { margin: 0; background: var(--drx-night); }
body.admin-bar .drx-header { top: 32px; }

.drx-site,
.drx-site * { box-sizing: border-box; }

.drx-site {
    min-width: 320px;
    overflow: hidden;
    color: var(--drx-white);
    background: var(--drx-night);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.drx-site h1,
.drx-site h2,
.drx-site h3,
.drx-site p,
.drx-site ul { margin-top: 0; }

.drx-site h1,
.drx-site h2,
.drx-site h3 {
    color: var(--drx-white);
    letter-spacing: -.045em;
    line-height: 1.08;
}

.drx-site a { color: inherit; text-decoration: none; }
.drx-site svg { display: block; }
.drx-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.drx-section { position: relative; padding: 120px 0; }

.drx-skip {
    position: fixed;
    z-index: 9999;
    top: -70px;
    left: 18px;
    padding: 12px 18px;
    color: #061018;
    background: var(--drx-cyan);
    border-radius: 0 0 10px 10px;
    font-weight: 800;
    transition: top .2s ease;
}

.drx-skip:focus { top: 0; }

.drx-header {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(7, 11, 22, .76);
    border-bottom: 1px solid rgba(164, 184, 229, .1);
    backdrop-filter: blur(20px);
}

.drx-header__inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.drx-brand { display: inline-flex; align-items: center; gap: 13px; }
.drx-brand__mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--drx-white);
    background: linear-gradient(145deg, rgba(98,140,255,.22), rgba(80,227,194,.09));
    border: 1px solid rgba(134,167,255,.5);
    border-radius: 12px;
    box-shadow: inset 0 1px rgba(255,255,255,.13), 0 8px 24px rgba(49,80,177,.18);
}

.drx-brand__mark svg { width: 25px; height: 25px; }
.drx-brand__mark path:first-child { fill: none; stroke: currentColor; stroke-width: 3.2; }
.drx-brand__mark path:nth-child(2) { fill: none; stroke: var(--drx-cyan); stroke-width: 2.1; }
.drx-brand__mark path:nth-child(3) { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2.6; }
.drx-brand__name { font-size: .91rem; font-weight: 850; letter-spacing: .22em; }

.drx-nav { display: flex; align-items: center; gap: 34px; color: #c0c9da; font-size: .88rem; font-weight: 650; }
.drx-nav a { transition: color .2s ease, transform .2s ease; }
.drx-nav a:hover { color: var(--drx-white); transform: translateY(-1px); }
.drx-nav__contact {
    padding: 10px 17px;
    color: var(--drx-white) !important;
    background: rgba(98,140,255,.13);
    border: 1px solid rgba(134,167,255,.36);
    border-radius: 10px;
}

.drx-menu-button {
    display: none;
    width: 46px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--drx-white);
    background: rgba(255,255,255,.04);
    border: 1px solid var(--drx-line);
    border-radius: 10px;
    cursor: pointer;
}

.drx-menu-button__label { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.drx-menu-button__icon,
.drx-menu-button__icon::before,
.drx-menu-button__icon::after {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    border-radius: 99px;
    transition: transform .2s ease, opacity .2s ease;
}
.drx-menu-button__icon { position: relative; }
.drx-menu-button__icon::before,
.drx-menu-button__icon::after { position: absolute; left: 0; content: ""; }
.drx-menu-button__icon::before { top: -6px; }
.drx-menu-button__icon::after { top: 6px; }
.drx-menu-button[aria-expanded="true"] .drx-menu-button__icon { background: transparent; }
.drx-menu-button[aria-expanded="true"] .drx-menu-button__icon::before { top: 0; transform: rotate(45deg); }
.drx-menu-button[aria-expanded="true"] .drx-menu-button__icon::after { top: 0; transform: rotate(-45deg); }

.drx-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 820px;
    align-items: center;
    padding: 150px 0 105px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 40%, rgba(98,140,255,.13), transparent 30%),
        linear-gradient(145deg, #070b16 0%, #080d1b 48%, #09111e 100%);
}

.drx-grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(rgba(155,177,225,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(155,177,225,.055) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
}

.drx-aurora {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(85px);
    pointer-events: none;
}

.drx-aurora--one { top: 13%; right: 1%; width: 430px; height: 430px; background: rgba(98,140,255,.16); }
.drx-aurora--two { bottom: -18%; left: 21%; width: 380px; height: 380px; background: rgba(80,227,194,.07); }

.drx-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 75px; }
.drx-hero__copy { position: relative; z-index: 4; }
.drx-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: #aebbd4; font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.drx-eyebrow i { display: inline-block; width: 28px; height: 1px; background: linear-gradient(90deg, var(--drx-blue), var(--drx-cyan)); box-shadow: 0 0 10px rgba(80,227,194,.5); }

.drx-hero h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.1vw, 5.75rem); font-weight: 760; }
.drx-hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #8caeff 5%, #68dbc9 85%);
    background-clip: text;
    -webkit-background-clip: text;
}
.drx-hero__copy > p { max-width: 650px; margin-bottom: 34px; color: var(--drx-muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.drx-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 34px; }

.drx-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .91rem;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.drx-button:hover { transform: translateY(-2px); }
.drx-button--primary { color: #07101d !important; background: linear-gradient(135deg, #8faeff, #62d8c3); box-shadow: 0 16px 38px rgba(76,126,236,.25); }
.drx-button--primary:hover { box-shadow: 0 22px 48px rgba(76,126,236,.34); }
.drx-button--ghost { color: #d8e0ee; background: rgba(255,255,255,.035); border-color: var(--drx-line); }
.drx-button--ghost:hover { background: rgba(255,255,255,.07); }

.drx-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin-bottom: 0; list-style: none; }
.drx-tags li { padding: 7px 11px; color: #8f9db6; background: rgba(255,255,255,.025); border: 1px solid rgba(164,184,229,.1); border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .03em; }

.drx-orbit { position: relative; width: min(500px, 100%); aspect-ratio: 1; margin-inline: auto; }
.drx-orbit::before {
    position: absolute;
    inset: 18%;
    background: radial-gradient(circle, rgba(98,140,255,.26), rgba(80,227,194,.055) 35%, transparent 66%);
    border-radius: 50%;
    filter: blur(25px);
    content: "";
}
.drx-orbit__halo { position: absolute; border: 1px solid rgba(142,168,231,.18); border-radius: 50%; }
.drx-orbit__halo::before,
.drx-orbit__halo::after { position: absolute; width: 8px; height: 8px; background: var(--drx-cyan); border-radius: 50%; box-shadow: 0 0 17px var(--drx-cyan); content: ""; }
.drx-orbit__halo--outer { inset: 3%; animation: drx-rotate 25s linear infinite; }
.drx-orbit__halo--outer::before { top: 17%; left: 8%; }
.drx-orbit__halo--outer::after { right: 4%; bottom: 25%; background: var(--drx-violet); box-shadow: 0 0 17px var(--drx-violet); }
.drx-orbit__halo--inner { inset: 19%; border-style: dashed; animation: drx-rotate-reverse 18s linear infinite; }
.drx-orbit__halo--inner::before { top: -4px; left: 50%; background: var(--drx-blue-bright); box-shadow: 0 0 17px var(--drx-blue); }
.drx-orbit__halo--inner::after { right: 9%; bottom: 14%; width: 5px; height: 5px; }
.drx-orbit__core {
    position: absolute;
    z-index: 3;
    inset: 32%;
    display: grid;
    place-content: center;
    text-align: center;
    background:
        linear-gradient(145deg, rgba(23,35,63,.94), rgba(8,14,28,.98)) padding-box,
        linear-gradient(145deg, rgba(134,167,255,.8), rgba(80,227,194,.42), rgba(147,109,255,.6)) border-box;
    border: 1px solid transparent;
    border-radius: 32%;
    box-shadow: inset 0 1px rgba(255,255,255,.12), 0 28px 80px rgba(0,0,0,.42), 0 0 60px rgba(98,140,255,.12);
    transform: rotate(45deg);
}
.drx-orbit__core::before { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 29%; content: ""; }
.drx-orbit__symbol,
.drx-orbit__core small { transform: rotate(-45deg); }
.drx-orbit__symbol { color: transparent; background: linear-gradient(145deg, #fff, #75e0ce); background-clip: text; -webkit-background-clip: text; font-size: clamp(4rem, 7vw, 6.1rem); font-weight: 850; letter-spacing: -.08em; line-height: .85; }
.drx-orbit__core small { margin-top: 15px; color: #8e9ab1; font-size: .52rem; font-weight: 800; letter-spacing: .28em; }
.drx-orbit__label { position: absolute; z-index: 5; padding: 10px 15px; color: #dce4f2; background: rgba(13,21,39,.8); border: 1px solid rgba(147,169,219,.2); border-radius: 10px; box-shadow: 0 14px 35px rgba(0,0,0,.22); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 750; letter-spacing: .04em; }
.drx-orbit__label::before { display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: var(--drx-cyan); border-radius: 50%; box-shadow: 0 0 10px var(--drx-cyan); content: ""; vertical-align: 1px; }
.drx-orbit__label--one { top: 16%; left: 1%; }
.drx-orbit__label--two { top: 23%; right: -2%; }
.drx-orbit__label--two::before { background: var(--drx-blue-bright); box-shadow: 0 0 10px var(--drx-blue); }
.drx-orbit__label--three { right: 8%; bottom: 10%; }
.drx-orbit__label--three::before { background: var(--drx-violet); box-shadow: 0 0 10px var(--drx-violet); }

.drx-scroll { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 9px; color: #77849c; font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.drx-scroll span { display: inline-block; width: 6px; height: 6px; background: var(--drx-cyan); border-radius: 50%; box-shadow: 0 0 9px var(--drx-cyan); }

.drx-about { background: #0a0f1d; border-top: 1px solid rgba(164,184,229,.08); }
.drx-about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.drx-section-heading h2 { max-width: 560px; margin-bottom: 0; font-size: clamp(2.3rem, 4.1vw, 4rem); }
.drx-about__text { padding-top: 43px; }
.drx-about__text p { max-width: 650px; color: var(--drx-muted); }
.drx-about__text .drx-lead { color: #dce4f3; font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.55; }

.drx-principles { background: linear-gradient(180deg, #0a0f1d 0%, #080d19 100%); }
.drx-principles__intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.drx-principles__intro .drx-eyebrow { align-self: flex-start; margin-top: 12px; }
.drx-principles__intro h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.4rem); text-align: right; }
.drx-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.drx-card { position: relative; min-height: 390px; padding: 34px; overflow: hidden; background: rgba(16,24,43,.64); border: 1px solid var(--drx-line); border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
.drx-card::before { position: absolute; right: -60px; bottom: -80px; width: 190px; height: 190px; background: rgba(98,140,255,.08); border-radius: 50%; filter: blur(30px); content: ""; }
.drx-card--featured { background: linear-gradient(155deg, rgba(29,45,80,.78), rgba(13,22,40,.86)); border-color: rgba(115,152,247,.34); transform: translateY(-18px); }
.drx-card__number { display: block; margin-bottom: 50px; color: #73819b; font-size: .66rem; font-weight: 800; letter-spacing: .18em; }
.drx-card__icon { display: grid; width: 50px; height: 50px; margin-bottom: 31px; place-items: center; color: #8faeff; background: rgba(98,140,255,.11); border: 1px solid rgba(134,167,255,.23); border-radius: 14px; }
.drx-card--featured .drx-card__icon { color: var(--drx-cyan); background: rgba(80,227,194,.08); border-color: rgba(80,227,194,.22); }
.drx-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.drx-card h3 { margin-bottom: 14px; font-size: 1.55rem; }
.drx-card p { position: relative; z-index: 2; margin-bottom: 0; color: var(--drx-muted); font-size: .95rem; }

.drx-statement { overflow: hidden; background: #090f1c; border-block: 1px solid rgba(164,184,229,.08); }
.drx-statement::before { position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 20% 50%, rgba(98,140,255,.13), transparent 30%), radial-gradient(circle at 90% 20%, rgba(80,227,194,.07), transparent 25%); content: ""; }
.drx-statement__inner { position: relative; display: flex; align-items: center; justify-content: center; gap: 50px; }
.drx-statement__mark { display: grid; width: 105px; height: 105px; place-items: center; color: #0a1220; background: linear-gradient(145deg, #8faeff, #68dbc9); border-radius: 30px; box-shadow: 0 20px 55px rgba(75,125,228,.2); font-size: 4.3rem; font-weight: 850; letter-spacing: -.08em; line-height: 1; transform: rotate(-6deg); }
.drx-statement p { margin: 0; color: #8996ad; font-size: clamp(2rem, 4.2vw, 4rem); letter-spacing: -.045em; line-height: 1.13; }
.drx-statement strong { color: var(--drx-white); font-weight: 700; }

.drx-contact { background: #070b16; }
.drx-contact__card {
    position: relative;
    padding: 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 13%, rgba(98,140,255,.19), transparent 27%),
        linear-gradient(145deg, rgba(20,31,55,.94), rgba(11,18,34,.98));
    border: 1px solid rgba(134,167,255,.28);
    border-radius: 28px;
    box-shadow: var(--drx-shadow);
}
.drx-contact__card::after { position: absolute; right: -70px; bottom: -130px; width: 330px; height: 330px; border: 1px solid rgba(80,227,194,.12); border-radius: 50%; content: ""; }
.drx-contact h2 { width: min(780px, 100%); margin-bottom: 20px; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.drx-contact p { max-width: 620px; margin-bottom: 34px; color: var(--drx-muted); font-size: 1.05rem; }
.drx-email { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 15px; padding-bottom: 8px; color: #dfe7f4; border-bottom: 1px solid rgba(134,167,255,.45); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 750; }
.drx-email svg { width: 23px; height: 23px; fill: none; stroke: var(--drx-cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .2s ease; }
.drx-email:hover svg { transform: translateX(5px); }

.drx-footer { padding: 55px 0 32px; color: #8794a9; background: #050811; border-top: 1px solid rgba(164,184,229,.1); }
.drx-footer__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px 60px; }
.drx-brand--footer { margin-bottom: 10px; color: var(--drx-white); }
.drx-brand--footer + p { margin-bottom: 0; font-size: .85rem; }
.drx-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; font-size: .82rem; font-weight: 650; }
.drx-footer__links a:hover { color: var(--drx-white); }
.drx-footer__copyright { grid-column: 1 / -1; padding-top: 26px; margin-bottom: 0; border-top: 1px solid rgba(164,184,229,.09); font-size: .73rem; }

.drx-site a:focus-visible,
.drx-site button:focus-visible { outline: 3px solid var(--drx-cyan); outline-offset: 4px; }

@keyframes drx-rotate { to { transform: rotate(360deg); } }
@keyframes drx-rotate-reverse { to { transform: rotate(-360deg); } }

@media (max-width: 980px) {
    .drx-hero { min-height: auto; padding-top: 155px; }
    .drx-hero__grid { grid-template-columns: 1fr; gap: 70px; }
    .drx-hero__copy { text-align: center; }
    .drx-hero__copy > p { margin-inline: auto; }
    .drx-actions, .drx-tags { justify-content: center; }
    .drx-orbit { width: min(470px, 88vw); }
    .drx-about__grid { grid-template-columns: 1fr; gap: 42px; }
    .drx-about__text { padding-top: 0; }
    .drx-card-grid { grid-template-columns: 1fr; width: min(680px, 100%); margin-inline: auto; }
    .drx-card { min-height: 300px; }
    .drx-card--featured { transform: none; }
    .drx-card__number { margin-bottom: 32px; }
}

@media (max-width: 760px) {
    body.admin-bar .drx-header { top: 46px; }
    .drx-container { width: min(100% - 30px, 620px); }
    .drx-section { padding: 82px 0; }
    .drx-header__inner { min-height: 70px; }
    .drx-menu-button { display: inline-flex; }
    .drx-nav {
        position: fixed;
        top: 70px;
        right: 15px;
        left: 15px;
        display: grid;
        gap: 0;
        padding: 12px;
        visibility: hidden;
        opacity: 0;
        background: rgba(11,17,32,.98);
        border: 1px solid rgba(164,184,229,.19);
        border-radius: 15px;
        box-shadow: 0 24px 60px rgba(0,0,0,.42);
        transform: translateY(-12px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    body.admin-bar .drx-nav { top: 116px; }
    .drx-menu-open .drx-nav { visibility: visible; opacity: 1; transform: translateY(0); }
    .drx-nav a { padding: 12px 14px; }
    .drx-nav__contact { margin-top: 5px; text-align: center; }
    .drx-hero { padding: 132px 0 80px; }
    .drx-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
    .drx-hero h1 br { display: none; }
    .drx-actions { display: grid; }
    .drx-button { width: 100%; }
    .drx-scroll { display: none; }
    .drx-orbit__label { font-size: .62rem; }
    .drx-orbit__label--one { left: -1%; }
    .drx-orbit__label--two { right: -1%; }
    .drx-principles__intro { display: block; }
    .drx-principles__intro h2 { text-align: left; }
    .drx-card { min-height: 0; padding: 28px; }
    .drx-card__number { margin-bottom: 28px; }
    .drx-statement__inner { display: grid; gap: 28px; text-align: center; }
    .drx-statement__mark { width: 84px; height: 84px; margin-inline: auto; border-radius: 24px; font-size: 3.5rem; }
    .drx-contact__card { padding: 46px 25px; border-radius: 22px; }
    .drx-footer__grid { grid-template-columns: 1fr; text-align: center; }
    .drx-brand--footer { justify-content: center; }
    .drx-footer__links { justify-content: center; }
}

@media (max-width: 430px) {
    .drx-brand__name { font-size: .82rem; letter-spacing: .17em; }
    .drx-brand__mark { width: 35px; height: 35px; }
    .drx-hero__grid { gap: 55px; }
    .drx-hero h1 { font-size: 2.68rem; }
    .drx-hero__copy > p { font-size: 1rem; }
    .drx-tags { display: grid; grid-template-columns: 1fr; }
    .drx-orbit { width: min(370px, 91vw); }
    .drx-orbit__label { padding: 8px 10px; }
    .drx-orbit__label--one { top: 11%; }
    .drx-orbit__label--two { top: 19%; }
    .drx-orbit__label--three { right: 2%; bottom: 6%; }
    .drx-about__text .drx-lead { font-size: 1.1rem; }
    .drx-email { font-size: .9rem; }
    .drx-footer__links { gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .drx-site *,
    .drx-site *::before,
    .drx-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

