:root {
    --bg: #f3f7fc;
    --bg-alt: #eaf1f9;
    --surface: #ffffff;
    --text: #10233f;
    --muted: #5f7190;
    --brand: #1d5fc6;
    --brand-dark: #13438d;
    --accent: #4bb7ff;
    --line: #d6e3f3;
    --radius: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 14px 34px rgba(13, 40, 86, 0.1);
    --shadow-strong: 0 20px 60px rgba(13, 40, 86, 0.18);
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 48px;
    --space-7: 72px;
    --space-8: 96px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 80% -10%, rgba(75, 183, 255, 0.22), transparent 35%), var(--bg);
    line-height: 1.6;
    padding-bottom: 90px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: var(--space-8) 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(235, 243, 253, 0.7));
}

.section-head {
    margin-bottom: var(--space-6);
    max-width: 760px;
}

.section h2,
.section-head h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.7rem);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.lead {
    font-size: clamp(1.06rem, 1.6vw, 1.24rem);
    color: var(--muted);
    margin-top: var(--space-3);
}

.eyebrow {
    display: inline-flex;
    margin: 0 0 var(--space-2);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(29, 95, 198, 0.08);
    border: 1px solid rgba(29, 95, 198, 0.18);
    color: var(--brand-dark);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(120deg, var(--brand), var(--brand-dark));
    color: #fff;
    box-shadow: 0 10px 24px rgba(19, 67, 141, 0.28);
}

.btn-ghost {
    border-color: rgba(16, 35, 63, 0.18);
    background: rgba(255, 255, 255, 0.7);
}

.hero-new {
    position: relative;
    overflow: clip;
    padding: 118px 0 90px;
}

.hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/hero-street.webp") center center / cover no-repeat;
    opacity: 0.44;
    transform: scale(1.05);
    animation: heroDrift 26s ease-in-out infinite alternate;
}

.hero-new::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 86% 22%, rgba(75, 183, 255, 0.24), transparent 40%),
        linear-gradient(120deg, rgba(243, 247, 252, 0.92) 8%, rgba(243, 247, 252, 0.68) 46%, rgba(243, 247, 252, 0.9) 100%);
}

.hero-new-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
    align-items: center;
}

.hero-new-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.hero-proof-list {
    margin-top: var(--space-4);
    display: grid;
    gap: 10px;
}

.hero-proof-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #153259;
}

.hero-proof-list span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--accent), var(--brand));
    box-shadow: 0 0 0 5px rgba(75, 183, 255, 0.16);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: var(--space-4);
}

.hero-points {
    margin-top: var(--space-4);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-points span {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 63, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #284667;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero-visual {
    position: relative;
}

.hero-main-image {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(16, 35, 63, 0.12);
    box-shadow: var(--shadow-strong);
}

.hero-main-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transform: scale(1.02);
    animation: imageFloat 8s ease-in-out infinite alternate;
}

.hero-founder-card {
    position: absolute;
    left: -28px;
    bottom: 24px;
    width: min(310px, 82%);
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(13, 40, 86, 0.2);
}

.hero-founder-card img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 12px;
}

.hero-founder-card strong {
    display: block;
    line-height: 1.25;
}

.hero-founder-card p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.hero-live-card {
    position: absolute;
    right: -20px;
    top: 20px;
    width: min(290px, 78%);
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(12, 35, 72, 0.92);
    color: #fff;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(13, 40, 86, 0.22);
}

.live-label {
    margin: 0 0 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.74);
}

.hero-live-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 52px;
}

.hero-live-card li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    font-weight: 700;
    line-height: 1.4;
}

.hero-live-card li.active {
    opacity: 1;
    transform: translateY(0);
}

.holo-section {
    position: relative;
    padding: clamp(80px, 9vw, 118px) 0;
    margin: clamp(40px, 6vw, 80px) 0;
    overflow: clip;
    isolation: isolate;
}

#holoCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.holo-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 22% 18%, rgba(121, 214, 255, 0.24), transparent 42%),
        radial-gradient(circle at 80% 78%, rgba(63, 168, 255, 0.2), transparent 40%),
        linear-gradient(135deg, rgba(7, 34, 74, 0.92) 0%, rgba(18, 82, 165, 0.84) 52%, rgba(28, 118, 219, 0.8) 100%);
}

.holo-section .container {
    position: relative;
    z-index: 2;
}

.holo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 36px);
    align-items: center;
}

.holo-copy .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #eff7ff;
    border-color: rgba(255, 255, 255, 0.34);
}

.holo-copy h2 {
    margin: 2px 0 12px;
    color: #ffffff;
    font-size: clamp(1.9rem, 3.6vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
    max-width: 680px;
}

.holo-copy .lead-sm {
    color: rgba(234, 244, 255, 0.92);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    max-width: 640px;
}

.holo-points {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.holo-points span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ecf6ff;
    font-weight: 700;
    font-size: 0.95rem;
}

.holo-points span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #75dcff;
    box-shadow: 0 0 0 7px rgba(117, 220, 255, 0.16);
}

.holo-stage {
    position: relative;
    min-height: 440px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(4, 16, 42, 0.46);
    box-shadow: 0 20px 54px rgba(3, 18, 45, 0.35);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.holo-stage::before {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 30px);
    opacity: 0.14;
    animation: techGridMove 18s linear infinite;
}

.holo-core,
.holo-ring,
.holo-node,
.holo-status,
.holo-metrics {
    position: absolute;
    z-index: 2;
}

.holo-core {
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #9be9ff 0%, #39c7ff 36%, #1c7bff 100%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 20px rgba(110, 216, 255, 0.1), 0 0 60px rgba(69, 174, 255, 0.55);
    animation: holoPulse 2.2s ease-in-out infinite;
}

.holo-ring {
    top: 50%;
    left: 50%;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px dashed rgba(183, 231, 255, 0.45);
    transform: translate(-50%, -50%);
    animation: ringRotate 16s linear infinite;
}

.holo-node {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 38, 86, 0.92);
    border: 1px solid rgba(135, 214, 255, 0.65);
    color: #e9f6ff;
    font-size: 0.8rem;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.holo-node.node-a { top: 64px; left: 52%; transform: translateX(-50%); }
.holo-node.node-b { top: 48%; right: 26px; transform: translateY(-50%); }
.holo-node.node-c { bottom: 66px; left: 51%; transform: translateX(-50%); }
.holo-node.node-d { top: 48%; left: 26px; transform: translateY(-50%); }

.holo-node.active {
    border-color: rgba(159, 231, 255, 0.96);
    box-shadow: 0 0 0 8px rgba(104, 217, 255, 0.16);
}

.holo-status {
    left: 18px;
    right: 18px;
    bottom: 112px;
    padding: 11px 13px;
    border-radius: 12px;
    border: 1px solid rgba(152, 221, 255, 0.38);
    background: rgba(8, 28, 66, 0.78);
}

.holo-status-label {
    margin: 0;
    color: rgba(215, 239, 255, 0.74);
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
}

.holo-status-line {
    margin: 3px 0 0;
    color: #f3fbff;
    font-size: 0.94rem;
    font-weight: 700;
}

.holo-metrics {
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.holo-metrics div {
    border-radius: 10px;
    border: 1px solid rgba(153, 222, 255, 0.38);
    background: rgba(8, 32, 72, 0.82);
    padding: 9px 10px;
}

.holo-metrics strong {
    display: block;
    color: #ffffff;
    line-height: 1.08;
    font-size: 1.02rem;
}

.holo-metrics span {
    display: block;
    margin-top: 4px;
    color: rgba(224, 241, 255, 0.82);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.service-grid,
.timeline-grid,
.refs-grid {
    display: grid;
    gap: var(--space-4);
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
    background: var(--surface);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 22px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(13, 40, 86, 0.14);
}

.service-card h3 {
    margin: 0 0 8px;
}

.service-card p {
    margin: 0;
    color: var(--muted);
}

.timeline-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-card {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(16, 35, 63, 0.08);
    background: #fff;
    padding: 24px;
}

.timeline-card span {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--brand);
}

.timeline-card h3 {
    margin: 8px 0;
}

.timeline-card p {
    margin: 0;
    color: var(--muted);
}

.refs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ref-card {
    border: 1px solid rgba(16, 35, 63, 0.1);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease;
}

.ref-card:hover {
    transform: translateY(-5px);
}

.ref-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.ref-card div {
    padding: 18px;
}

.ref-card h3 {
    margin: 0 0 6px;
}

.ref-card p {
    margin: 0;
    color: var(--muted);
}

.ref-card span {
    margin-top: 8px;
    display: block;
    font-size: 0.84rem;
    color: var(--brand-dark);
    font-weight: 700;
}

.cta-wrap {
    padding-top: 0;
}

.cta-box {
    padding: clamp(28px, 4.5vw, 48px);
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(135deg, #0f2e61, #1d5fc6);
    box-shadow: var(--shadow-strong);
}

.cta-box h2 {
    margin-top: 6px;
    color: #fff;
}

.cta-box p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.88);
}

.cta-box .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.cta-box .btn-primary {
    background: #ffffff;
    color: #0f2e61;
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(8, 28, 62, 0.22);
}

.cta-box .btn-ghost {
    background: rgba(255, 255, 255, 0.9);
    color: #0f2e61;
    border-color: rgba(15, 46, 97, 0.22);
}

.cta-box .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8, 28, 62, 0.24);
}

.page-header {
    margin-top: 112px;
    margin-bottom: 30px;
}

.content-card,
.contact-form,
.contact-info,
.legal-content {
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: clamp(20px, 3vw, 34px);
    box-shadow: var(--shadow-soft);
}

.legal-card h2,
.legal-card h3,
.legal-card h4 {
    margin-top: 0;
}

.legal-card p {
    color: var(--muted);
}

.legal-note {
    margin-top: 22px;
    font-size: 0.9rem;
}

.content-grid {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: 1.1fr 0.9fr;
}

.form-group {
    margin-bottom: 14px;
}

label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 6px;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 63, 0.2);
    padding: 11px 12px;
    font: inherit;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    backdrop-filter: blur(8px);
    background: rgba(243, 247, 252, 0.82);
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

.site-header.scrolled {
    box-shadow: 0 8px 26px rgba(13, 40, 86, 0.12);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 20px;
}

.brand img {
    height: 36px;
    width: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.desktop-nav a {
    padding: 8px 2px;
    color: var(--muted);
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.desktop-nav a.active {
    color: var(--brand-dark);
    border-bottom-color: var(--brand);
}

.header-cta {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(29, 95, 198, 0.1);
    color: var(--brand-dark);
    font-weight: 700;
    border: 1px solid rgba(29, 95, 198, 0.2);
}

.mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 95;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    display: none;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 4px;
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
    padding: 6px 4px;
}

.mobile-bottom-nav a.active {
    color: var(--brand-dark);
}

.mobile-bottom-nav a svg {
    width: 20px;
    height: 20px;
}

.site-footer {
    padding: var(--space-7) 0 var(--space-6);
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    background: #eef4fb;
}

.footer-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.footer-grid p,
.footer-grid li {
    color: var(--muted);
}

.reveal {
    opacity: 1;
    transform: none;
}

.page-title {
    margin: 0;
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.page-subtitle {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    max-width: 760px;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
    align-items: start;
}

.lead-sm {
    margin-top: 10px;
    color: var(--muted);
}

.checklist p,
.steps div {
    margin: 0 0 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.09);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
}

.card {
    background: var(--surface);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 22px;
    box-shadow: var(--shadow-soft);
}

.card h3 {
    margin: 0 0 8px;
}

.card p {
    margin: 0;
    color: var(--muted);
}

.price-pill {
    margin-top: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.84rem;
    color: var(--brand-dark) !important;
    background: rgba(29, 95, 198, 0.1);
    border: 1px solid rgba(29, 95, 198, 0.2);
}

.quote-box {
    border-radius: var(--radius);
    border: 1px solid rgba(16, 35, 63, 0.1);
    padding: clamp(24px, 4vw, 40px);
    background: linear-gradient(150deg, #fff, #f4f9ff);
    box-shadow: var(--shadow-soft);
}

.quote-box h2 {
    margin: 0 0 10px;
}

.quote-box p {
    margin: 0;
    color: var(--muted);
}

.quote-box .btn {
    margin-top: 18px;
}

.contact-form-wrapper,
.form-card,
.info-card,
.faq-card {
    display: block;
}

.success-message,
.error-message {
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.success-message {
    border: 1px solid rgba(45, 207, 122, 0.3);
    background: rgba(45, 207, 122, 0.1);
}

.error-message {
    border: 1px solid rgba(211, 74, 74, 0.3);
    background: rgba(211, 74, 74, 0.08);
}

.success-message h3 {
    margin: 0 0 6px;
}

.success-message p,
.error-message p {
    margin: 0;
}

.btn-full {
    width: 100%;
}

.info-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

.info-item:last-child {
    border-bottom: 0;
}

.info-item h4,
.faq-item h4 {
    margin: 0 0 4px;
}

.info-note {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.faq-card {
    margin-top: 14px;
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 18px;
    box-shadow: var(--shadow-soft);
}

.faq-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-item p {
    margin: 0;
    color: var(--muted);
}

.footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 10px;
}

.footer-text,
.footer-micro {
    margin: 0 0 8px;
}

.footer-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-grid li {
    margin-bottom: 6px;
}

.footer-bottom {
    margin-top: 18px;
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    padding-top: 14px;
}

.js .reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.js .reveal.visible {
    opacity: 1;
    transform: none;
}

@keyframes heroDrift {
    0% { transform: scale(1.03) translateY(0); }
    100% { transform: scale(1.07) translateY(-12px); }
}

@keyframes imageFloat {
    0% { transform: scale(1.02) translateY(0); }
    100% { transform: scale(1.05) translateY(-6px); }
}

@keyframes techGridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-42px, -42px); }
}

@keyframes holoPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(0.96); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes ringRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 1080px) {
    .service-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

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

@media (max-width: 860px) {
    .desktop-nav {
        display: none;
    }

    .mobile-bottom-nav {
        display: grid;
    }

    .hero-new {
        padding-top: 102px;
    }

    .hero-new-grid,
    .contact-grid,
    .content-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .split,
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .hero-new::before {
        opacity: 0.52;
    }

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

    .header-cta {
        display: none;
    }

    .hero-main-image img {
        height: 360px;
    }

    .hero-founder-card {
        left: 10px;
        right: 10px;
        bottom: 12px;
        width: auto;
    }

    .hero-live-card {
        left: 10px;
        right: 10px;
        top: 12px;
        width: auto;
    }

    .holo-section {
        margin: var(--space-6) 0;
        padding: var(--space-7) 0;
    }

    .holo-stage {
        min-height: 390px;
    }
}

@media (max-width: 620px) {
    .section {
        padding: 72px 0;
    }

    .service-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .hero-new-copy h1 {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
    }

    .container {
        width: min(1140px, calc(100% - 24px));
    }

    .holo-copy h2 {
        font-size: clamp(1.7rem, 9vw, 2.4rem);
    }

    .holo-stage {
        min-height: 350px;
    }

    .holo-ring {
        width: 230px;
        height: 230px;
    }

    .holo-node {
        font-size: 0.72rem;
        padding: 7px 10px;
    }

    .holo-status {
        bottom: 100px;
    }

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