.page-hero {
    position: relative;
    padding: clamp(86px, 9vw, 128px) 0 72px;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 8% 0 auto;
    height: 70%;
    background:
        radial-gradient(circle at 16% 10%, rgba(255, 111, 158, 0.18), transparent 24rem),
        radial-gradient(circle at 82% 8%, rgba(120, 183, 255, 0.2), transparent 26rem);
    pointer-events: none;
}

.page-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.74fr);
    gap: clamp(34px, 6vw, 70px);
    align-items: center;
}

.page-hero__copy h1 {
    max-width: 880px;
    font-size: clamp(44px, 6.6vw, 82px);
    line-height: 0.98;
    letter-spacing: 0;
    background: linear-gradient(90deg, #1b2238 0%, #ff6f9e 24%, #72cfff 52%, #1b2238 82%, #ff6f9e 100%);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 16px 34px rgba(255, 111, 158, 0.12);
    filter: drop-shadow(0 14px 26px rgba(255, 111, 158, 0.12));
    animation: myuGradientText 8s ease-in-out infinite;
}

.page-hero__copy p {
    margin-top: 22px;
    max-width: 780px;
    color: #4b5670;
    font-size: clamp(16px, 2vw, 20px);
}

.page-hero-panel {
    position: relative;
    min-height: 370px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 246, 251, 0.56)),
        radial-gradient(circle at 20% 10%, rgba(255, 111, 158, 0.22), transparent 16rem);
    box-shadow: var(--shadow-strong);
    overflow: hidden;
    backdrop-filter: blur(18px) saturate(1.16);
    transform-style: preserve-3d;
}

.page-section {
    position: relative;
    padding: 90px 0;
}

.page-section--soft {
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 111, 158, 0.09), transparent 23rem),
        linear-gradient(180deg, rgba(255, 247, 251, 0.28), rgba(255, 255, 255, 0.68));
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.08fr);
    gap: 48px;
    align-items: start;
}

.compact-list {
    display: grid;
    gap: 14px;
}

.compact-list article {
    padding: 20px;
}

.compact-list h3 {
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.compact-list p {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
}

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

.flow-grid article {
    min-height: 205px;
    padding: 24px;
}

.flow-grid b {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: var(--radius);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    background: linear-gradient(135deg, #ff8db2, #87dfff);
    box-shadow: 0 14px 34px rgba(255, 111, 158, 0.22);
}

.flow-grid h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.flow-grid p {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
}

.fact-table {
    overflow: hidden;
}

.fact-table div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(45, 56, 86, 0.08);
}

.fact-table div:last-child {
    border-bottom: 0;
}

.fact-table span {
    color: var(--muted);
    font-size: 14px;
}

.fact-table strong {
    font-size: 15px;
}

.security-radar {
    display: grid;
    place-items: center;
}

.security-radar::before,
.security-radar::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.security-radar::before {
    width: 270px;
    height: 270px;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.12), 0 0 0 68px rgba(120, 183, 255, 0.08);
}

.security-radar::after {
    width: 130px;
    height: 130px;
    border-color: rgba(255, 111, 158, 0.38);
}

.security-radar__scan {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 999px;
    background: conic-gradient(from 0deg, rgba(255, 111, 158, 0.42), rgba(120, 183, 255, 0.18), transparent 42%, transparent);
    animation: radarSweep 4.6s linear infinite;
    opacity: 0.58;
}

.security-radar__core {
    position: relative;
    z-index: 3;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff6f9e, #8f7cff 58%, #65cfff);
    box-shadow: 0 22px 54px rgba(255, 111, 158, 0.28);
}

.security-radar__trace {
    position: absolute;
    z-index: 4;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: var(--radius);
    color: #344156;
    font-size: 11px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 32px rgba(42, 34, 58, 0.1);
}

.security-radar__trace--one {
    top: 18%;
    right: 10%;
}

.security-radar__trace--two {
    left: 9%;
    bottom: 23%;
}

.security-radar__trace--three {
    right: 13%;
    bottom: 17%;
}

.module-network {
    display: grid;
    place-items: center;
}

.module-network::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 999px;
    border: 1px dashed rgba(255, 111, 158, 0.28);
    animation: networkRotate 18s linear infinite;
}

.module-network__core,
.module-network__node {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    font-weight: 900;
}

.module-network__core {
    width: 112px;
    height: 112px;
    border-radius: 999px;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(135deg, #ff6f9e, #8f7cff 58%, #65cfff);
    box-shadow: 0 28px 68px rgba(255, 111, 158, 0.28);
}

.module-network__node {
    min-width: 86px;
    min-height: 38px;
    padding: 0 11px;
    color: #354058;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 42px rgba(42, 34, 58, 0.12);
    animation: networkFloat 5.8s ease-in-out infinite;
}

.module-network__node--admin {
    left: 12%;
    top: 18%;
}

.module-network__node--creator {
    right: 8%;
    top: 24%;
    animation-delay: -1s;
}

.module-network__node--risk {
    left: 14%;
    bottom: 18%;
    animation-delay: -2s;
}

.module-network__node--service {
    right: 12%;
    bottom: 16%;
    animation-delay: -3s;
}

.module-network__line {
    position: absolute;
    left: 22%;
    right: 22%;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 111, 158, 0.48), rgba(120, 183, 255, 0.42), transparent);
    transform-origin: center;
}

.module-network__line--two {
    transform: rotate(58deg);
}

.module-network__line--three {
    transform: rotate(-58deg);
}

.identity-card {
    display: grid;
    align-content: center;
    gap: 22px;
    padding: 34px;
}

.identity-card::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 111, 158, 0.28), transparent 72%);
}

.identity-card__logo {
    position: relative;
    z-index: 1;
    width: 116px;
    height: 116px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff6f9e, #8f7cff 58%, #65cfff);
    box-shadow: 0 28px 68px rgba(255, 111, 158, 0.24);
}

.identity-card__rows {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.identity-card__rows span,
.identity-card__rows em {
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

.identity-card__rows strong {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
}

@keyframes radarSweep {
    to {
        transform: rotate(360deg);
    }
}

@keyframes networkRotate {
    to {
        transform: rotate(360deg);
    }
}

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

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

@media (max-width: 900px) {
    .page-hero-inner,
    .two-column,
    .flow-grid {
        grid-template-columns: 1fr;
    }

    .page-hero-panel {
        min-height: 340px;
    }
}

@media (max-width: 620px) {
    .page-hero {
        padding: 68px 0 44px;
    }

    .page-section {
        padding: 62px 0;
    }

    .fact-table div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .page-hero-panel {
        min-height: 310px;
    }

    .security-radar__trace {
        display: none;
    }

    .module-network__node {
        min-width: 72px;
    }
}
