body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(79, 70, 229, 0.35);
    outline-offset: 3px;
}

.bg-trioces-dark {
    background-color: #0f172a;
}

.bg-trioces-light {
    background-color: #f8fafc;
}

.bg-trioces-accent {
    background-color: #4f46e5;
}

.text-trioces-dark {
    color: #0f172a;
}

.text-trioces-accent {
    color: #4f46e5;
}

.text-trioces-gray {
    color: #64748b;
}

.hover\:bg-trioces-accent:hover {
    background-color: #4f46e5;
}

.hover\:text-trioces-accent:hover {
    color: #4f46e5;
}

.from-trioces-accent {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.perspective-1000 {
    perspective: 2000px;
}

.transform-style-3d {
    transform-style: preserve-3d;
}

.backface-hidden {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.rotate-y-180 {
    transform: rotateY(180deg);
}

.flip-card-inner {
    transition: transform 1.3s cubic-bezier(0.25, 0.8, 0.25, 1.15);
}

.group:hover .flip-card-inner {
    transform: rotateY(180deg) scale(1.03);
}

.hero-shell {
    isolation: isolate;
    --mouse-x: 50%;
    --mouse-y: 50%;
}

.hero-aurora {
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(34, 211, 238, 0.22), transparent 24%),
        radial-gradient(circle at 16% 28%, rgba(79, 70, 229, 0.46), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.36), transparent 24%),
        radial-gradient(circle at 70% 82%, rgba(244, 63, 94, 0.2), transparent 26%);
    filter: saturate(1.2);
    animation: aurora-shift 12s ease-in-out infinite alternate;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.105) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.105) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: radial-gradient(circle at var(--mouse-x) var(--mouse-y), black 0 44%, transparent 76%);
}

.hero-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.16), transparent);
    transform: translateX(-100%);
    animation: light-sweep 6s ease-in-out infinite;
}

.hero-mesh {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(79, 70, 229, 0.18), transparent 32%),
        linear-gradient(245deg, rgba(20, 184, 166, 0.2), transparent 38%),
        linear-gradient(0deg, rgba(244, 63, 94, 0.12), transparent 42%),
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 48%);
    opacity: 0.95;
}

.hero-mesh::before {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 49% 51%, transparent 52% 100%),
        linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52% 100%);
    background-size: 120px 120px;
    mask-image: linear-gradient(to bottom, transparent, black 16%, black 75%, transparent);
    animation: grid-drift 22s linear infinite;
}

.hero-noise {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 3px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
    opacity: 0.35;
    pointer-events: none;
}

.hero-gradient-text {
    background: linear-gradient(90deg, #67e8f9, #ffffff 34%, #a7f3d0 65%, #fda4af);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-sweep 5s ease-in-out infinite;
}

.hero-badge,
.hero-title,
.hero-shell p,
.hero-shell .magnetic-button,
.hero-stat {
    animation: hero-rise 0.9s both;
}

.hero-title {
    animation-delay: 0.08s;
}

.hero-shell p {
    animation-delay: 0.16s;
}

.hero-shell .magnetic-button {
    animation-delay: 0.24s;
}

.hero-stat {
    min-height: 96px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    padding: 18px;
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-stat strong {
    display: block;
    color: #fff;
    font-size: clamp(1.6rem, 4vw, 2.35rem);
    line-height: 1;
}

.hero-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-stage {
    perspective: 1200px;
}

.launch-flow-visual {
    position: absolute;
    top: -16px;
    right: 18px;
    width: min(600px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 22%, rgba(34, 211, 238, 0.2), transparent 34%),
        radial-gradient(circle at 86% 76%, rgba(16, 185, 129, 0.15), transparent 30%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.66));
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
    backdrop-filter: blur(24px);
    transform: rotateY(-7deg) rotateX(4deg);
    animation: launch-panel-in 0.9s 0.12s both;
}

.launch-flow-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
    pointer-events: none;
}

.launch-flow-header,
.launch-route,
.launch-feed,
.launch-summary {
    position: relative;
    z-index: 1;
}

.launch-flow-header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(2, 6, 23, 0.3);
}

.launch-live-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #34d399;
    box-shadow: 0 0 0 7px rgba(52, 211, 153, 0.11), 0 0 28px rgba(52, 211, 153, 0.7);
    animation: live-pulse 2.4s ease-in-out infinite;
}

.launch-flow-header p {
    flex: 1;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.82rem;
    font-weight: 900;
}

.launch-flow-header strong {
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.12);
    padding: 7px 11px;
    color: #a5f3fc;
    font-size: 0.68rem;
    font-weight: 1000;
}

.launch-route {
    display: grid;
    grid-template-columns: 98px 1fr 98px 1fr 98px;
    align-items: center;
    gap: 10px;
    padding: 34px 34px 26px;
}

.route-node {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 108px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.82rem;
    font-weight: 1000;
}

.route-node i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #67e8f9;
    font-size: 1rem;
}

.route-node.is-complete i {
    background: rgba(16, 185, 129, 0.18);
    color: #a7f3d0;
}

.route-node.is-active {
    border-color: rgba(103, 232, 249, 0.34);
    background: rgba(34, 211, 238, 0.12);
    color: #fff;
    box-shadow: 0 0 42px rgba(34, 211, 238, 0.14);
}

.route-node.is-active i {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.26), rgba(16, 185, 129, 0.22));
    color: #fff;
}

.route-line {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.route-line i {
    display: block;
    width: 58%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22d3ee, #a7f3d0);
    animation: route-progress 3.2s ease-in-out infinite;
}

.launch-feed {
    display: grid;
    gap: 12px;
    padding: 0 34px 28px;
}

.feed-row {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    padding: 10px 14px 10px 10px;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.88rem;
    font-weight: 900;
}

.feed-row i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.09);
    color: #67e8f9;
}

.feed-row b {
    color: rgba(226, 232, 240, 0.48);
    font-size: 0.72rem;
    font-weight: 1000;
}

.feed-row.is-current {
    border-color: rgba(103, 232, 249, 0.3);
    background: rgba(34, 211, 238, 0.1);
    color: #fff;
}

.feed-row.is-current i {
    background: rgba(34, 211, 238, 0.18);
    color: #a5f3fc;
}

.feed-row.is-current b {
    color: #a7f3d0;
}

.launch-summary {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1.15fr;
    gap: 12px;
    padding: 0 34px 34px;
}

.launch-summary div {
    min-height: 84px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.56);
    padding: 15px;
}

.launch-summary span {
    display: block;
    color: rgba(226, 232, 240, 0.56);
    font-size: 0.72rem;
    font-weight: 900;
}

.launch-summary strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.75rem);
    line-height: 1;
}

.launch-orbit {
    position: absolute;
    inset: 18px 0 0 auto;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    transform-style: preserve-3d;
}

.orbit-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: inset 0 0 80px rgba(34, 211, 238, 0.04);
}

.ring-one {
    animation: orbit-spin 18s linear infinite;
}

.ring-two {
    inset: 72px;
    border-color: rgba(167, 243, 208, 0.14);
    animation: orbit-spin 14s linear infinite reverse;
}

.orbit-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #67e8f9;
    box-shadow: 0 0 28px rgba(103, 232, 249, 0.86);
}

.dot-one {
    top: 74px;
    left: 94px;
}

.dot-two {
    right: 42px;
    top: 210px;
    background: #a7f3d0;
}

.dot-three {
    bottom: 82px;
    left: 210px;
    background: #fda4af;
}

.product-cockpit {
    position: absolute;
    top: 52px;
    right: 14px;
    width: min(570px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    overflow: hidden;
    backdrop-filter: blur(24px);
    transform: rotateY(-9deg) rotateX(5deg);
    animation: cockpit-in 1s 0.16s both, float-panel 8s 1.1s ease-in-out infinite;
}

.cockpit-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(2, 6, 23, 0.38);
}

.cockpit-topbar span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #fb7185;
}

.cockpit-topbar span:nth-child(2) {
    background: #facc15;
}

.cockpit-topbar span:nth-child(3) {
    background: #34d399;
}

.cockpit-topbar p {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.76rem;
    font-weight: 900;
}

.cockpit-topbar strong {
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    padding: 6px 10px;
    color: #a7f3d0;
    font-size: 0.68rem;
}

.cockpit-body {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 18px;
    min-height: 380px;
    padding: 20px;
}

.cockpit-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    min-height: 340px;
}

.cockpit-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    animation: image-pan 12s ease-in-out infinite alternate;
}

.preview-scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0 42%, rgba(103, 232, 249, 0.16) 50%, transparent 58%);
    transform: translateY(-100%);
    animation: scan-pass 4.8s ease-in-out infinite;
}

.cockpit-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.panel-kicker {
    color: rgba(226, 232, 240, 0.58);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.flow-step {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.85rem;
    font-weight: 900;
}

.flow-step i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.flow-step.is-done i {
    background: rgba(16, 185, 129, 0.18);
    color: #a7f3d0;
}

.flow-step.is-active {
    border-color: rgba(103, 232, 249, 0.32);
    background: rgba(34, 211, 238, 0.12);
    color: #fff;
    box-shadow: 0 0 34px rgba(34, 211, 238, 0.16);
}

.floating-chip,
.insight-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(20px);
}

.floating-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 13px 16px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    animation: chip-pop 0.8s both, float-panel 7s ease-in-out infinite;
}

.floating-chip i {
    color: #67e8f9;
}

.chip-web {
    top: 28px;
    left: 58px;
    animation-delay: 0.28s, 1.3s;
}

.chip-mobile {
    right: 8px;
    top: 380px;
    animation-delay: 0.42s, 1.7s;
}

.chip-game {
    left: 10px;
    bottom: 60px;
    animation-delay: 0.54s, 1.5s;
}

.insight-card {
    left: 48px;
    bottom: 132px;
    width: 230px;
    border-radius: 24px;
    padding: 18px;
    animation: chip-pop 0.8s 0.62s both, float-panel 8s 1.6s ease-in-out infinite;
}

.insight-card span {
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.78rem;
    font-weight: 900;
}

.insight-card strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 2.35rem;
    line-height: 1;
}

.insight-line {
    height: 9px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.insight-line i {
    display: block;
    width: 74%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22d3ee, #a7f3d0);
    animation: line-fill 2.4s ease-in-out infinite;
}

.device-frame {
    position: absolute;
    top: 18px;
    right: 0;
    width: min(500px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
    transform: rotateY(-12deg) rotateX(7deg);
    backdrop-filter: blur(24px);
    overflow: hidden;
}

.device-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(2, 6, 23, 0.42);
}

.device-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #fb7185;
}

.device-topbar span:nth-child(2) {
    background: #facc15;
}

.device-topbar span:nth-child(3) {
    background: #34d399;
}

.device-topbar p {
    margin-left: 10px;
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.72rem;
    font-weight: 800;
}

.device-preview {
    display: grid;
    grid-template-columns: 72px 1fr;
    min-height: 360px;
}

.preview-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    padding-top: 28px;
    background: rgba(2, 6, 23, 0.34);
}

.preview-sidebar span {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
}

.preview-sidebar .is-active {
    background: linear-gradient(135deg, #22d3ee, #34d399);
    box-shadow: 0 0 26px rgba(34, 211, 238, 0.42);
}

.preview-content {
    padding: 22px;
}

.preview-hero-image {
    height: 172px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: image-pan 12s ease-in-out infinite alternate;
}

.preview-line {
    height: 14px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.preview-line.w-2-3 {
    width: 66%;
}

.preview-line.w-1-2 {
    width: 50%;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.preview-grid span {
    height: 86px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.code-card,
.metric-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.code-card {
    left: 0;
    bottom: 54px;
    width: 340px;
    border-radius: 24px;
    padding: 18px;
}

.code-card pre {
    margin-top: 14px;
    color: #dbeafe;
    font-size: 0.82rem;
    line-height: 1.75;
    white-space: pre-wrap;
}

.metric-card {
    right: 24px;
    bottom: 0;
    width: 190px;
    border-radius: 26px;
    padding: 18px;
}

.metric-card strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 3.35rem;
    line-height: 1;
}

.metric-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 50px;
    margin-top: 18px;
}

.metric-bars span {
    flex: 1;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(to top, #22d3ee, #a7f3d0);
    animation: bar-pulse 1.8s ease-in-out infinite;
}

.metric-bars span:nth-child(1) {
    height: 48%;
}

.metric-bars span:nth-child(2) {
    height: 74%;
    animation-delay: 0.15s;
}

.metric-bars span:nth-child(3) {
    height: 92%;
    animation-delay: 0.3s;
}

.metric-bars span:nth-child(4) {
    height: 64%;
    animation-delay: 0.45s;
}

.hero-float {
    animation: float-panel 7s ease-in-out infinite;
}

.hero-float-delayed {
    animation: float-panel 7s ease-in-out infinite 0.8s;
}

.hero-float-slow {
    animation: float-panel 8.5s ease-in-out infinite 0.3s;
}

.tech-ribbon {
    overflow: hidden;
}

.tech-track {
    display: flex;
    width: max-content;
    gap: 42px;
    animation: ticker 28s linear infinite;
}

.tech-track span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
}

.reveal-ready {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.magnetic-button {
    will-change: transform;
}

.services-showcase {
    isolation: isolate;
}

.services-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.12), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(34, 211, 238, 0.14), transparent 26%),
        linear-gradient(to bottom, #ffffff 0%, #f8fafc 58%, #ffffff 100%);
}

.services-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at 50% 20%, black 0 42%, transparent 72%);
}

.services-bg::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 245px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.25), rgba(34, 211, 238, 0.24), transparent);
}

.services-heading-panel {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.76);
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.services-heading-panel p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
}

.services-mini-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.services-mini-metrics span {
    border-radius: 16px;
    background: #f1f5f9;
    padding: 12px;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 900;
}

.services-mini-metrics strong {
    display: block;
    margin-bottom: 4px;
    color: #4f46e5;
    font-size: 0.75rem;
}

.service-card {
    position: relative;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 2.5rem;
    background: conic-gradient(from 180deg, rgba(79, 70, 229, 0.0), rgba(79, 70, 229, 0.28), rgba(34, 211, 238, 0.22), rgba(79, 70, 229, 0.0));
    opacity: 0;
    filter: blur(16px);
    transition: opacity 0.45s ease;
}

.service-card:hover::before {
    opacity: 0.75;
}

.service-card .flip-card-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2.5rem;
    background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.8), transparent 30%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.service-card:hover .flip-card-inner::after {
    opacity: 0.45;
}

.services-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    padding: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.services-flow-line {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.28), rgba(34, 211, 238, 0.28), transparent);
}

.services-flow div:not(.services-flow-line) {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 74px;
    border-radius: 20px;
    background: #fff;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.services-flow i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 13px;
    background: linear-gradient(135deg, #4f46e5, #22d3ee);
    color: #fff;
}

.team-section {
    isolation: isolate;
}

.references-section {
    isolation: isolate;
}

.references-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(79, 70, 229, 0.12), transparent 28%),
        radial-gradient(circle at 84% 22%, rgba(34, 211, 238, 0.12), transparent 24%),
        linear-gradient(to bottom, #ffffff, #f8fafc 56%, #ffffff);
}

.references-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, transparent, black 16%, black 82%, transparent);
}

.references-copy {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.references-copy p {
    color: #64748b;
    font-size: 1.04rem;
    line-height: 1.8;
}

.references-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    border-radius: 16px;
    background: #0f172a;
    padding: 13px 18px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.references-copy a:hover {
    transform: translateY(-2px);
    background: #4f46e5;
}

.reference-marquee {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.7);
    padding: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.reference-marquee::before,
.reference-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 110px;
    pointer-events: none;
}

.reference-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.reference-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.reference-track {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: reference-marquee 30s linear infinite;
}

.reference-marquee:hover .reference-track {
    animation-play-state: paused;
}

.reference-logo-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 22px;
    background: #fff;
    padding: 14px 16px;
    color: #0f172a;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.reference-marquee.logos-only {
    padding: 14px;
}

.reference-marquee.logos-only .reference-track {
    gap: 20px;
    animation-duration: 28s;
}

.reference-marquee.logos-only .reference-logo-card {
    justify-content: center;
    min-width: 140px;
    width: 140px;
    height: 118px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.reference-marquee.logos-only .reference-logo-card img {
    width: 108px;
    height: 108px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.reference-marquee.logos-only .reference-logo-card i {
    width: 108px;
    height: 108px;
    border-radius: 24px;
}

.reference-logo-card.is-empty {
    position: relative;
    opacity: 0.35;
}

.reference-logo-card.is-empty::before {
    content: "+";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px dashed rgba(79, 70, 229, 0.2);
    border-radius: 999px;
    color: rgba(79, 70, 229, 0.46);
    font-size: 1rem;
    font-weight: 900;
}

.reference-logo-card img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    object-fit: cover;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.reference-logo-card i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #eef2ff;
    color: #4f46e5;
}

.reference-logo-card.is-brand {
    background: linear-gradient(135deg, #ffffff, #f5f3ff);
}

.reference-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 0.9fr;
    gap: 18px;
}

.reference-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.reference-card.featured {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 22px;
    align-items: start;
}

.reference-card.featured::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.14);
    filter: blur(10px);
}

.reference-logo-large {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.reference-logo-large img {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    object-fit: cover;
}

.reference-logo-large.logo-contain img,
.reference-logo-card.logo-contain img {
    object-fit: contain;
    background: #fff;
    padding: 10px;
}

.reference-type {
    display: inline-flex;
    border-radius: 999px;
    background: #eef2ff;
    padding: 7px 10px;
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 900;
}

.reference-card h4 {
    margin-top: 14px;
    color: #0f172a;
    font-size: 1.65rem;
    font-weight: 900;
}

.reference-card p {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}

.reference-card.featured a {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: 6px;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 900;
}

.reference-card.muted {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(248, 250, 252, 0.82);
}

.reference-card.muted > i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #eef2ff;
    color: #4f46e5;
}

.team-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 18%, rgba(79, 70, 229, 0.13), transparent 28%),
        radial-gradient(circle at 84% 24%, rgba(34, 211, 238, 0.16), transparent 24%),
        linear-gradient(to bottom, #ffffff 0%, #f8fafc 48%, #eef2ff 100%);
}

.team-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(15, 23, 42, 0.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 78%, transparent);
}

.team-card,
.team-process {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    padding: 28px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.team-card {
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    border-color: rgba(79, 70, 229, 0.28);
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.14);
}

.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), transparent 44%, rgba(34, 211, 238, 0.1));
    opacity: 0;
    transition: opacity 0.45s ease;
}

.team-card:hover::before {
    opacity: 1;
}

.team-card-glow {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.18);
    filter: blur(12px);
    transition: transform 0.6s ease, opacity 0.45s ease;
}

.team-card-alt .team-card-glow {
    background: rgba(168, 85, 247, 0.16);
}

.team-card:hover .team-card-glow {
    transform: scale(1.28);
    opacity: 0.9;
}

.team-avatar {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: linear-gradient(135deg, #4f46e5, #22d3ee);
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(79, 70, 229, 0.32);
    transform: rotate(-4deg);
    transition: transform 0.45s ease;
    overflow: hidden;
    padding: 4px;
}

.team-card-alt .team-avatar {
    background: linear-gradient(135deg, #7c3aed, #f472b6);
    box-shadow: 0 18px 42px rgba(124, 58, 237, 0.3);
}

.team-card:hover .team-avatar {
    transform: rotate(0deg) scale(1.05);
}

.team-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.team-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    padding: 9px 12px;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 900;
}

.team-status i {
    color: #10b981;
    font-size: 0.55rem;
}

.team-card h4 {
    color: #0f172a;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 0;
}

.team-role {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 800;
}

.team-skill-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.team-skill-cloud span {
    border: 1px solid rgba(79, 70, 229, 0.12);
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.07);
    padding: 8px 11px;
    color: #3730a3;
    font-size: 0.74rem;
    font-weight: 900;
}

.team-card-alt .team-skill-cloud span {
    border-color: rgba(168, 85, 247, 0.14);
    background: rgba(168, 85, 247, 0.08);
    color: #6d28d9;
}

.team-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding-top: 20px;
    cursor: pointer;
}

.team-card-footer span {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 900;
    transition: color 0.3s ease;
}

.team-card-footer i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.team-card:hover .team-card-footer i {
    transform: translate(3px, -3px);
    background: #4f46e5;
}

.team-process {
    background: #0f172a;
    color: #fff;
}

.team-process::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 34%),
        radial-gradient(circle at 80% 22%, rgba(168, 85, 247, 0.24), transparent 28%);
    animation: aurora-shift 10s ease-in-out infinite alternate;
}

.team-process-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.team-process-header strong {
    color: #a7f3d0;
}

.team-timeline {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.team-timeline div {
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    padding: 14px;
    backdrop-filter: blur(14px);
}

.team-timeline i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(34, 211, 238, 0.16);
    color: #67e8f9;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 900;
}

.team-timeline span {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
}

.team-orbital {
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    animation: orbit-spin 18s linear infinite;
}

.team-orbital span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #67e8f9;
    box-shadow: 0 0 24px rgba(103, 232, 249, 0.72);
}

.team-orbital span:nth-child(1) {
    top: 16px;
    left: 44px;
}

.team-orbital span:nth-child(2) {
    right: 20px;
    top: 78px;
    background: #a7f3d0;
}

.team-orbital span:nth-child(3) {
    bottom: 24px;
    left: 70px;
    background: #fda4af;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

.animation-delay-4000 {
    animation-delay: 4s;
}

.hero-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    padding: 9px 12px;
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.78rem;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.hero-trust-strip i {
    color: #67e8f9;
}

.trioces-preview {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.22), transparent 32%),
        radial-gradient(circle at 82% 80%, rgba(16, 185, 129, 0.18), transparent 30%),
        #0f172a;
}

.preview-browser {
    position: absolute;
    left: 24px;
    right: 76px;
    top: 30px;
    bottom: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.preview-browser-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 14px;
    background: #0f172a;
}

.preview-browser-bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fb7185;
}

.preview-browser-bar span:nth-child(2) {
    background: #facc15;
}

.preview-browser-bar span:nth-child(3) {
    background: #34d399;
}

.preview-browser-bar strong {
    margin-left: auto;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.66rem;
}

.preview-hero-block {
    margin: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f172a, #312e81 58%, #0f766e);
    padding: 20px;
    color: #fff;
}

.preview-hero-block small,
.preview-hero-block b {
    display: block;
}

.preview-hero-block small {
    color: #a7f3d0;
    font-size: 0.72rem;
    font-weight: 900;
}

.preview-hero-block b {
    margin-top: 8px;
    font-size: 1.35rem;
    line-height: 1.05;
}

.preview-hero-block i {
    display: block;
    width: 72%;
    height: 10px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
}

.preview-card-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 18px;
}

.preview-card-row span {
    height: 74px;
    border-radius: 18px;
    background: #eef2ff;
}

.preview-phone {
    position: absolute;
    right: 18px;
    bottom: 28px;
    width: 104px;
    height: 194px;
    border: 8px solid #020617;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(2, 6, 23, 0.35);
    padding: 16px 10px;
}

.preview-phone div {
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f46e5, #22d3ee);
}

.preview-phone span {
    display: block;
    height: 10px;
    margin-top: 12px;
    border-radius: 999px;
    background: #e2e8f0;
}

.project-visual {
    position: relative;
    display: grid;
    place-items: center;
    height: 18rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #0f172a;
}

.project-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 24%, rgba(34, 211, 238, 0.2), transparent 28%),
        radial-gradient(circle at 78% 72%, rgba(79, 70, 229, 0.22), transparent 30%);
}

.project-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    padding: 8px 11px;
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.project-hover-link {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    padding: 12px 18px;
    color: #0f172a;
    font-weight: 900;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-card:hover .project-hover-link {
    opacity: 1;
    transform: translateY(0);
}

.project-card:hover .project-visual > :not(.project-badge):not(.project-hover-link) {
    filter: blur(2px);
}

.project-visual-rampart::before {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.52)),
        radial-gradient(circle at 72% 18%, rgba(239, 68, 68, 0.24), transparent 30%);
}

.project-cover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.3s ease;
}

.project-card:hover .project-cover-image {
    transform: scale(1.06);
}

.rampart-project-logo {
    position: relative;
    z-index: 2;
    width: min(68%, 320px);
    max-height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.35));
}

.project-window,
.dashboard-shell {
    position: relative;
    z-index: 1;
    width: min(86%, 430px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.28);
}

.project-window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 14px;
    background: #111827;
}

.project-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fb7185;
}

.project-window-bar span:nth-child(2) {
    background: #facc15;
}

.project-window-bar span:nth-child(3) {
    background: #34d399;
}

.project-window-bar strong {
    margin-left: auto;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.65rem;
}

.byeminegul-window {
    background: #fffdfb;
}

.commerce-layout {
    padding: 14px;
}

.commerce-brand {
    color: #111827;
    font-size: 0.92rem;
    font-weight: 900;
    text-align: center;
}

.commerce-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 9px;
    overflow: hidden;
}

.commerce-nav span {
    border-radius: 999px;
    background: #f5f0eb;
    padding: 6px 8px;
    color: #475569;
    font-size: 0.58rem;
    font-weight: 900;
    white-space: nowrap;
}

.commerce-hero {
    margin-top: 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff1f2, #fff7ed 68%, #f8fafc);
    padding: 17px 18px;
}

.commerce-hero small,
.commerce-hero b {
    display: block;
}

.commerce-hero small {
    color: #be123c;
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.commerce-hero b {
    margin-top: 7px;
    color: #111827;
    font-size: 1.2rem;
}

.commerce-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.commerce-products article {
    min-width: 0;
    border-radius: 16px;
    background: #f8fafc;
    padding: 8px;
}

.commerce-products i {
    display: block;
    height: 34px;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(190, 18, 60, 0.12), rgba(250, 204, 21, 0.12)),
        #fff;
}

.commerce-products strong,
.commerce-products span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commerce-products strong {
    margin-top: 7px;
    color: #111827;
    font-size: 0.62rem;
    font-weight: 900;
}

.commerce-products span {
    margin-top: 3px;
    color: #be123c;
    font-size: 0.64rem;
    font-weight: 900;
}

.app-phone {
    position: relative;
    z-index: 1;
    border: 8px solid #020617;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.28);
}

.app-phone-main {
    width: 154px;
    height: 260px;
    padding: 28px 14px 14px;
}

.app-phone-side {
    position: absolute;
    right: 22%;
    bottom: 30px;
    width: 104px;
    height: 184px;
    padding: 24px 10px 10px;
    opacity: 0.78;
    transform: rotate(8deg);
}

.phone-notch {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 52px;
    height: 7px;
    border-radius: 999px;
    background: #020617;
    transform: translateX(-50%);
}

.app-header {
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f46e5, #22d3ee);
}

.app-calendar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 14px;
}

.app-calendar span,
.app-list i,
.app-phone-side span {
    display: block;
    border-radius: 999px;
    background: #e2e8f0;
}

.app-calendar span {
    height: 28px;
    border-radius: 10px;
}

.app-list {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.app-list i,
.app-phone-side span {
    height: 12px;
}

.game-stage {
    position: relative;
    z-index: 1;
    width: min(84%, 410px);
    height: 210px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #0f172a, #312e81);
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.28);
}

.game-track {
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 150px;
    height: 260px;
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.14), rgba(34, 211, 238, 0.38));
    transform: translateX(-50%) perspective(240px) rotateX(48deg);
    transform-origin: bottom;
}

.game-player {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #22d3ee;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.72);
    transform: translateX(-50%) rotate(12deg);
}

.game-coin {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #facc15;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.62);
}

.game-coin.one {
    left: 34%;
    top: 58px;
}

.game-coin.two {
    left: 58%;
    top: 86px;
}

.game-coin.three {
    left: 46%;
    top: 124px;
}

.game-hud {
    position: absolute;
    z-index: 2;
    right: 18%;
    top: 36px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.72);
    padding: 14px;
    color: #fff;
    backdrop-filter: blur(16px);
}

.game-hud span,
.game-hud strong {
    display: block;
}

.game-hud span {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.7rem;
    font-weight: 900;
}

.game-hud strong {
    margin-top: 5px;
    font-size: 1.6rem;
}

.dashboard-shell {
    display: grid;
    grid-template-columns: 76px 1fr;
    height: 220px;
}

.dashboard-sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 22px;
    background: #0f172a;
}

.dashboard-sidebar span {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
}

.dashboard-main {
    padding: 18px;
}

.dashboard-top {
    width: 72%;
    height: 18px;
    border-radius: 999px;
    background: #c7d2fe;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 16px;
}

.dashboard-stats span {
    height: 52px;
    border-radius: 16px;
    background: #eef2ff;
}

.dashboard-chart {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 70px;
    margin-top: 18px;
}

.dashboard-chart i {
    flex: 1;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(to top, #4f46e5, #22d3ee);
}

.dashboard-chart i:nth-child(1) { height: 42%; }
.dashboard-chart i:nth-child(2) { height: 70%; }
.dashboard-chart i:nth-child(3) { height: 88%; }
.dashboard-chart i:nth-child(4) { height: 58%; }

.impact-band {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 30px;
    background: #0f172a;
    padding: 30px;
    color: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.impact-band span,
.package-heading span,
.quote-picker > span,
.team-focus span {
    color: #67e8f9;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.impact-band h3 {
    max-width: 760px;
    margin-top: 8px;
    font-size: clamp(1.55rem, 3vw, 2.65rem);
    font-weight: 900;
    line-height: 1.08;
}

.impact-band a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 18px;
    background: #fff;
    padding: 15px 18px;
    color: #0f172a;
    font-weight: 900;
}

.package-section {
    display: grid;
    gap: 28px;
}

.package-heading {
    max-width: 760px;
}

.package-heading h3 {
    margin-top: 8px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 900;
    line-height: 1.05;
}

.package-heading p {
    margin-top: 14px;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.package-card {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    padding: 22px;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.07);
}

.package-card.is-featured {
    background: #0f172a;
    color: #fff;
}

.package-card > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #eef2ff;
    color: #4f46e5;
}

.package-card.is-featured > i {
    background: rgba(34, 211, 238, 0.14);
    color: #67e8f9;
}

.package-card h4 {
    margin-top: 18px;
    color: inherit;
    font-size: 1.22rem;
    font-weight: 900;
}

.package-card p {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.65;
}

.package-card.is-featured p {
    color: rgba(226, 232, 240, 0.76);
}

.package-card ul {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 800;
}

.package-card.is-featured ul {
    color: rgba(226, 232, 240, 0.86);
}

.package-card li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.package-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22d3ee;
}

.quote-picker {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px;
}

.quote-picker > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.quote-option {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    padding: 11px 10px;
    color: rgba(226, 232, 240, 0.86);
    font-size: 0.82rem;
    font-weight: 900;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.quote-option.is-active,
.quote-option:hover {
    border-color: rgba(103, 232, 249, 0.42);
    background: rgba(34, 211, 238, 0.16);
    color: #fff;
}

.team-focus {
    margin-top: 18px;
    border: 1px solid rgba(79, 70, 229, 0.12);
    border-radius: 18px;
    background: rgba(79, 70, 229, 0.06);
    padding: 14px;
}

.team-focus strong {
    display: block;
    margin-top: 5px;
    color: #0f172a;
    font-size: 0.92rem;
}

.team-proof {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.team-proof span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.85rem;
    font-weight: 900;
}

.team-proof i {
    color: #a7f3d0;
}

.mobile-sticky-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: #22c55e;
    padding: 13px 16px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(34, 197, 94, 0.34);
}

@keyframes shine {
    0% {
        left: -150%;
        opacity: 0;
    }

    20% {
        opacity: 0.3;
    }

    100% {
        left: 150%;
        opacity: 0;
    }
}

.shine-effect {
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    z-index: 20;
    pointer-events: none;
}

.group:hover .shine-effect {
    animation: shine 1.2s ease-out forwards;
    animation-delay: 0.2s;
}

.bg-grid-pattern {
    background-size: 40px 40px;
    background-image:
        linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
}

#cursor-glow {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.18) 0%, rgba(16, 185, 129, 0.1) 35%, rgba(255,255,255,0) 70%);
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: width 0.3s, height 0.3s;
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aurora-shift {
    from {
        transform: translate3d(-2%, -1%, 0) scale(1);
    }

    to {
        transform: translate3d(2%, 1%, 0) scale(1.04);
    }
}

@keyframes light-sweep {
    0%, 42% {
        transform: translateX(-100%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    70%, 100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes gradient-sweep {
    0%, 100% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }
}

@keyframes orbit-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes launch-panel-in {
    from {
        opacity: 0;
        transform: rotateY(-12deg) rotateX(6deg) translateY(28px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: rotateY(-7deg) rotateX(4deg) translateY(0) scale(1);
    }
}

@keyframes live-pulse {
    0%, 100% {
        box-shadow: 0 0 0 7px rgba(52, 211, 153, 0.1), 0 0 26px rgba(52, 211, 153, 0.64);
    }

    50% {
        box-shadow: 0 0 0 11px rgba(52, 211, 153, 0.04), 0 0 36px rgba(52, 211, 153, 0.82);
    }
}

@keyframes route-progress {
    0%, 100% {
        transform: translateX(-18%);
        width: 48%;
    }

    50% {
        transform: translateX(70%);
        width: 64%;
    }
}

@keyframes cockpit-in {
    from {
        opacity: 0;
        transform: rotateY(-16deg) rotateX(8deg) translateY(28px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: rotateY(-9deg) rotateX(5deg) translateY(0) scale(1);
    }
}

@keyframes chip-pop {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.92);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes scan-pass {
    0%, 30% {
        transform: translateY(-100%);
        opacity: 0;
    }

    46% {
        opacity: 1;
    }

    70%, 100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes line-fill {
    0%, 100% {
        width: 54%;
    }

    50% {
        width: 86%;
    }
}

@keyframes grid-drift {
    from {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }

    to {
        transform: translate3d(120px, 120px, 0) rotate(0.001deg);
    }
}

@keyframes float-panel {
    0%, 100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -18px;
    }
}

@keyframes image-pan {
    from {
        transform: scale(1.05) translateX(-2%);
    }

    to {
        transform: scale(1.13) translateX(2%);
    }
}

@keyframes bar-pulse {
    0%, 100% {
        transform: scaleY(0.86);
        opacity: 0.74;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes reference-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 640px) {
    .hero-shell {
        align-items: start;
        padding-top: 6.25rem;
        padding-bottom: 4.5rem;
    }

    .hero-layout {
        min-height: calc(100svh - 10.75rem);
        align-content: center;
    }

    .hero-title {
        font-size: clamp(2.55rem, 12vw, 3.8rem) !important;
        line-height: 1.06;
    }

    .hero-shell p {
        margin-top: 1.35rem;
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .hero-stat {
        min-height: 76px;
        padding: 12px;
        border-radius: 14px;
    }

    .hero-stat strong {
        font-size: 1.45rem;
    }

    .hero-stat span {
        font-size: 0.68rem;
        line-height: 1.2;
    }

    .tech-track {
        gap: 28px;
        animation-duration: 22s;
    }

    .services-showcase {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .services-heading-panel {
        border-radius: 22px;
        padding: 18px;
    }

    .services-mini-metrics {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 470px !important;
    }

    .services-flow {
        grid-template-columns: 1fr 1fr;
        border-radius: 22px;
        padding: 12px;
    }

    .services-flow-line {
        display: none;
    }

    .services-flow div:not(.services-flow-line) {
        min-height: 64px;
        justify-content: flex-start;
        padding: 0 12px;
        font-size: 0.82rem;
    }

    .references-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .references-copy,
    .reference-marquee,
    .reference-card {
        border-radius: 22px;
    }

    .reference-marquee::before,
    .reference-marquee::after {
        width: 48px;
    }

    .reference-logo-card {
        min-width: 190px;
    }

    .reference-marquee.logos-only .reference-logo-card {
        min-width: 104px;
        width: 104px;
        height: 92px;
    }

    .reference-marquee.logos-only .reference-logo-card img {
        width: 84px;
        height: 84px;
        border-radius: 20px;
        object-fit: cover;
    }

    .reference-marquee.logos-only .reference-logo-card i {
        width: 84px;
        height: 84px;
        border-radius: 20px;
    }

    .reference-grid {
        grid-template-columns: 1fr;
    }

    .reference-card.featured {
        grid-template-columns: 1fr;
    }

    .reference-card.featured a {
        grid-column: auto;
    }

    .team-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .team-card,
    .team-process {
        min-height: auto;
        border-radius: 24px;
        padding: 22px;
    }

    .team-avatar {
        width: 64px;
        height: 64px;
        border-radius: 20px;
        font-size: 1.55rem;
    }

    .team-status {
        padding: 8px 10px;
        font-size: 0.68rem;
    }

    .team-card h4 {
        font-size: 1.55rem;
    }

    .team-skill-cloud span {
        font-size: 0.68rem;
        padding: 7px 9px;
    }

    .hero-trust-strip {
        display: grid;
        grid-template-columns: 1fr;
    }

    .project-visual {
        height: 15.5rem;
    }

    .app-phone-side {
        right: 10%;
    }

    .impact-band {
        grid-template-columns: 1fr;
        border-radius: 24px;
        padding: 22px;
    }

    .impact-band a {
        width: 100%;
    }

    .package-grid {
        grid-template-columns: 1fr;
    }

    .quote-picker > div {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-sticky-cta {
        display: inline-flex;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .hero-shell {
        padding-top: 7rem;
        padding-bottom: 5rem;
    }

    .hero-layout {
        min-height: calc(100svh - 12rem);
        align-content: center;
    }

    .hero-title {
        font-size: clamp(3.7rem, 9vw, 5.4rem) !important;
        line-height: 1.05;
    }

    .hero-shell p {
        max-width: 44rem;
    }

    .services-mini-metrics {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-card-grid {
        grid-template-columns: 1fr;
        max-width: 34rem;
        margin-inline: auto;
    }

    .services-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-flow-line {
        display: none;
    }

    .reference-grid {
        grid-template-columns: 1fr 1fr;
    }

    .reference-card.featured {
        grid-column: 1 / -1;
    }

    .team-card,
    .team-process {
        min-height: 390px;
    }

    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-band {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-title {
        font-size: clamp(4.1rem, 5.6vw, 5.15rem) !important;
    }

    .hero-stage {
        min-height: 470px !important;
    }

    .device-frame {
        width: 430px;
        top: 44px;
    }

    .device-preview {
        min-height: 318px;
    }

    .preview-hero-image {
        height: 145px;
    }

    .code-card {
        width: 310px;
        bottom: 56px;
    }

    .metric-card {
        width: 166px;
    }

    .launch-orbit {
        width: 450px;
        height: 450px;
    }

    .launch-flow-visual {
        width: 470px;
        top: 42px;
    }

    .launch-route {
        grid-template-columns: 84px 1fr 84px 1fr 84px;
        padding: 28px 24px 22px;
    }

    .route-node {
        min-height: 94px;
    }

    .launch-feed {
        padding: 0 24px 24px;
    }

    .feed-row {
        min-height: 52px;
        font-size: 0.78rem;
    }

    .launch-summary {
        padding: 0 24px 26px;
    }

    .product-cockpit {
        width: 470px;
        top: 46px;
    }

    .cockpit-body {
        grid-template-columns: 1fr 148px;
        min-height: 318px;
        gap: 14px;
    }

    .cockpit-preview {
        min-height: 278px;
    }

    .flow-step {
        min-height: 50px;
        font-size: 0.76rem;
    }

    .insight-card {
        left: 24px;
        bottom: 108px;
        width: 198px;
    }

    .chip-web {
        left: 24px;
    }

    .chip-mobile {
        top: 330px;
    }
}

@media (min-width: 1280px) and (max-height: 850px) {
    .hero-shell {
        padding-top: 5.75rem;
        padding-bottom: 4.25rem;
    }

    .hero-layout {
        min-height: calc(100svh - 10rem);
    }

    .hero-title {
        font-size: clamp(3.9rem, 4.8vw, 5.25rem) !important;
        line-height: 1.04;
    }

    .hero-stage {
        min-height: 470px !important;
    }

    .device-frame {
        width: 455px;
        top: 30px;
    }

    .device-preview {
        min-height: 330px;
    }

    .preview-hero-image {
        height: 150px;
    }

    .hero-stat {
        min-height: 82px;
        padding: 14px;
    }

    .launch-orbit {
        width: 450px;
        height: 450px;
        top: 14px;
    }

    .launch-flow-visual {
        width: 470px;
        top: -54px;
    }

    .launch-route {
        grid-template-columns: 82px 1fr 82px 1fr 82px;
        padding: 20px 22px 16px;
    }

    .route-node {
        min-height: 78px;
        gap: 7px;
    }

    .route-node i {
        width: 34px;
        height: 34px;
        border-radius: 13px;
    }

    .launch-feed {
        gap: 8px;
        padding: 0 22px 18px;
    }

    .feed-row {
        min-height: 46px;
        grid-template-columns: 32px 1fr auto;
        gap: 10px;
        font-size: 0.78rem;
    }

    .feed-row i {
        width: 32px;
        height: 32px;
        border-radius: 12px;
    }

    .launch-summary {
        padding: 0 22px 20px;
    }

    .launch-summary div {
        min-height: 62px;
        padding: 12px;
    }

    .launch-summary strong {
        margin-top: 6px;
        font-size: 1.12rem;
    }

    .product-cockpit {
        width: 490px;
        top: 42px;
    }

    .cockpit-body {
        grid-template-columns: 1fr 155px;
        min-height: 318px;
    }

    .cockpit-preview {
        min-height: 278px;
    }

    .insight-card {
        bottom: 104px;
    }

    .chip-mobile {
        top: 330px;
    }
}

@media (min-width: 1536px) and (min-height: 900px) {
    .device-frame {
        width: 540px;
    }

    .device-preview {
        min-height: 398px;
    }

    .preview-hero-image {
        height: 196px;
    }

    .launch-orbit {
        width: 560px;
        height: 560px;
    }

    .launch-flow-visual {
        width: 620px;
    }

    .product-cockpit {
        width: 610px;
    }
}

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

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
