:root {
    --ink: #101820;
    --ink-soft: #1d2933;
    --paper: #f7f5ef;
    --lime: #d5ef61;
    --coral: #ff696f;
    --blue: #5964e8;
    --lilac: #bca9ef;
    --peach: #f6b77d;
    --cyan: #8ce8ff;
    --line: rgba(255,255,255,.2);
    --mouse-x: 0;
    --mouse-y: 0;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Barlow, Arial, sans-serif; }
button, a { font: inherit; }
a { color: inherit; }

.alt-hero {
    position: relative;
    min-height: max(720px, 100svh);
    overflow: hidden;
    background:
        radial-gradient(circle at 60% 42%, rgba(89,100,232,.22), transparent 28%),
        radial-gradient(circle at 78% 70%, rgba(188,169,239,.12), transparent 30%),
        linear-gradient(122deg, #111c24 0%, #17242c 46%, #0d151b 100%);
    isolation: isolate;
}

.alt-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 58% 48%, black 0 38%, transparent 78%);
}

.signal-field { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.ambient-one { top: 12%; left: 48%; width: 300px; height: 300px; background: rgba(213,239,97,.09); animation: ambient-drift 9s ease-in-out infinite alternate; }
.ambient-two { right: -8%; bottom: -10%; width: 480px; height: 420px; background: rgba(89,100,232,.14); animation: ambient-drift 12s ease-in-out -3s infinite alternate-reverse; }

.perspective-grid {
    position: absolute;
    z-index: 0;
    right: -12%;
    bottom: -44%;
    left: 24%;
    height: 76%;
    opacity: .35;
    background-image:
        linear-gradient(rgba(140,232,255,.28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140,232,255,.28) 1px, transparent 1px);
    background-size: 58px 58px;
    transform: perspective(650px) rotateX(64deg) rotateZ(-3deg);
    transform-origin: center top;
    mask-image: linear-gradient(to bottom, transparent, black 30%, transparent 80%);
    pointer-events: none;
}

.alt-header {
    position: absolute;
    z-index: 20;
    top: 26px;
    right: clamp(24px, 4vw, 64px);
    left: clamp(24px, 4vw, 64px);
    display: grid;
    grid-template-columns: 210px 1fr 210px;
    align-items: center;
}

.alt-brand { display: inline-flex; width: max-content; align-items: center; gap: .65rem; text-decoration: none; }
.alt-brand img { width: 138px; height: auto; }
.alt-brand span { width: 58px; color: rgba(255,255,255,.5); font-size: .53rem; font-weight: 700; line-height: 1.05; letter-spacing: .12em; }

.alt-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .36rem;
    border: 1px solid rgba(213,239,97,.55);
    border-radius: 999px;
    background: rgba(12,22,28,.58);
    box-shadow: 0 0 28px rgba(213,239,97,.18), inset 0 0 0 1px rgba(255,255,255,.05);
    backdrop-filter: blur(16px);
}

.alt-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .64rem 1.05rem;
    border-radius: 999px;
    color: rgba(255,255,255,.68);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s, background .25s, transform .25s;
}
.alt-nav a:hover, .alt-nav a:focus-visible { color: white; transform: translateY(-1px); }
.alt-nav a.is-active { color: var(--ink); background: var(--lime); box-shadow: 0 0 22px rgba(213,239,97,.45); }
.alt-nav a i { width: 5px; height: 5px; background: currentColor; border-radius: 50%; }

.header-action {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .76rem 1rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}
.header-action span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px var(--lime); animation: pulse-dot 1.8s ease-in-out infinite; }
.menu-toggle { display: none; }

.hero-copy {
    position: absolute;
    z-index: 8;
    top: 22%;
    left: clamp(28px, 5.8vw, 92px);
    width: min(48vw, 670px);
}
.hero-kicker { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 700; letter-spacing: .16em; }
.hero-kicker span { width: 28px; height: 1px; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
.hero-copy h1 { margin: 0; max-width: 720px; font-size: clamp(3.6rem, 5.65vw, 6.8rem); font-weight: 800; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
.hero-copy h1 em { position: relative; color: var(--lime); font-style: normal; font-weight: 500; text-shadow: 0 0 30px rgba(213,239,97,.14); }
.hero-copy h1 em::after { content: ""; position: absolute; right: 1%; bottom: -.08em; left: 0; height: 2px; background: linear-gradient(90deg, var(--lime), transparent); transform: scaleX(.72); transform-origin: left; animation: line-breathe 4s ease-in-out infinite; }
.hero-lead { max-width: 490px; margin: 1.55rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(.96rem, 1.2vw, 1.15rem); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 1.8rem; }
.primary-action { display: inline-flex; min-height: 50px; align-items: center; gap: 1rem; padding: .5rem .58rem .5rem 1.25rem; border-radius: 999px; color: var(--ink); background: var(--coral); box-shadow: 0 0 30px rgba(255,105,111,.28); font-size: .74rem; font-weight: 900; letter-spacing: .05em; text-decoration: none; transition: transform .25s, box-shadow .25s; }
.primary-action:hover, .primary-action:focus-visible { box-shadow: 0 0 42px rgba(255,105,111,.5); }
.primary-action span { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 1rem; }
.text-action { color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.text-action span { display: inline-block; margin-left: .35rem; color: var(--lime); transition: transform .25s; }
.text-action:hover span { transform: translateX(5px); }

.signal-scene {
    position: absolute;
    z-index: 3;
    top: 49%;
    left: 60%;
    width: min(48vw, 650px);
    aspect-ratio: 1;
    transform: translate(calc(-50% + var(--mouse-x) * 18px), calc(-50% + var(--mouse-y) * 12px));
    transition: transform .7s cubic-bezier(.16,1,.3,1);
    pointer-events: none;
}
.scene-halo { position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(213,239,97,.12), rgba(89,100,232,.08) 38%, transparent 72%); filter: blur(12px); animation: halo-breathe 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(140,232,255,.4); border-radius: 50%; transform-style: preserve-3d; }
.orbit::after { content: ""; position: absolute; inset: -3px; border: 1px solid rgba(188,169,239,.12); border-radius: inherit; filter: blur(2px); }
.orbit-one { inset: 13% 5% 20% 8%; transform: rotate(-24deg) rotateX(62deg); animation: orbit-spin 15s linear infinite; }
.orbit-two { inset: 24% 16% 8% 18%; transform: rotate(52deg) rotateX(68deg); animation: orbit-spin-reverse 11s linear infinite; }
.orbit i { position: absolute; display: block; width: 11px; height: 11px; background: white; border-radius: 50%; box-shadow: 0 0 7px 3px var(--cyan), 0 0 24px var(--cyan); }
.orbit i:nth-child(1) { top: 10%; left: 18%; }
.orbit i:nth-child(2) { right: 3%; bottom: 26%; width: 8px; height: 8px; }
.orbit i:nth-child(3) { bottom: 2%; left: 38%; width: 6px; height: 6px; }

.brand-orb {
    position: absolute;
    inset: 14% 16% 10%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    animation: core-float 6s ease-in-out infinite;
}
.brand-orb::before {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.13), rgba(213,239,97,.08) 28%, rgba(89,100,232,.05) 50%, transparent 72%);
    filter: blur(18px);
    animation: orb-breathe 3.8s ease-in-out infinite;
}
.brand-orb-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-orb-ring {
    position: absolute;
    width: 27%;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255,255,255,.14), inset 0 0 18px rgba(213,239,97,.1);
    animation: brand-ring-pulse 3.1s ease-in-out infinite;
}
.brand-orb b {
    position: relative;
    z-index: 5;
    display: grid;
    width: clamp(78px, 8.5vw, 108px);
    aspect-ratio: 1;
    place-items: center;
    padding: .9rem;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    color: white;
    background: rgba(11,19,25,.72);
    box-shadow: inset 0 0 22px rgba(213,239,97,.08), 0 0 28px rgba(7,13,18,.7);
    text-align: center;
    text-shadow: 0 0 15px rgba(255,255,255,.45), 0 4px 18px rgba(0,0,0,.8);
    backdrop-filter: blur(9px);
}
.brand-orb b img { width: 100%; height: auto; }
.brand-orb b small { display: block; margin-top: -.15rem; color: rgba(255,255,255,.62); font-size: clamp(.32rem, .38vw, .42rem); font-weight: 700; line-height: 1.15; letter-spacing: .14em; white-space: nowrap; }

.signal-tags-orbit { position: absolute; inset: 0; }
.signal-label {
    --tag-index: 0;
    --tag-color: var(--lime);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    padding: .37rem .72rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 7px;
    color: var(--ink);
    background: var(--tag-color);
    box-shadow: 3px 4px 0 rgba(5,12,17,.52), 0 0 16px color-mix(in srgb, var(--tag-color) 34%, transparent);
    font-size: clamp(.58rem, .72vw, .72rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .01em;
    white-space: nowrap;
    offset-path: ellipse(43% 34% at 50% 50%);
    offset-distance: 0%;
    offset-rotate: 0deg;
    animation: signal-tag-orbit 22s linear infinite;
    animation-delay: calc(var(--tag-index) * -3.142857s);
}
.signal-label:nth-child(1) { --tag-index: 0; --tag-color: var(--coral); transform: rotate(-2deg); }
.signal-label:nth-child(2) { --tag-index: 1; --tag-color: var(--lime); transform: rotate(2deg); }
.signal-label:nth-child(3) { --tag-index: 2; --tag-color: var(--ink-soft); color: white; transform: rotate(-1deg); }
.signal-label:nth-child(4) { --tag-index: 3; --tag-color: var(--lilac); transform: rotate(1deg); }
.signal-label:nth-child(5) { --tag-index: 4; --tag-color: var(--peach); transform: rotate(-2deg); }
.signal-label:nth-child(6) { --tag-index: 5; --tag-color: #9b8ee9; transform: rotate(1deg); }
.signal-label:nth-child(7) { --tag-index: 6; --tag-color: #8d96ff; transform: rotate(-1deg); }

.hero-cards {
    position: absolute;
    z-index: 9;
    top: 20%;
    right: clamp(24px, 4.7vw, 74px);
    display: grid;
    width: clamp(230px, 21vw, 288px);
    gap: .9rem;
    perspective: 1000px;
}
.glass-card {
    position: relative;
    padding: .9rem;
    overflow: hidden;
    border: 1px solid rgba(188,169,239,.64);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.055));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 0 28px rgba(188,169,239,.16), 0 18px 38px rgba(0,0,0,.25);
    backdrop-filter: blur(15px) saturate(1.2);
    transform: perspective(900px) rotateX(calc(var(--tilt-y, 0) * -4deg)) rotateY(calc(var(--tilt-x, 0) * 5deg));
    transition: transform .25s ease-out, border-color .3s, box-shadow .3s;
}
.glass-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(115deg, rgba(255,255,255,.14), transparent 36% 70%, rgba(213,239,97,.05)); pointer-events: none; }
.glass-card:hover { border-color: rgba(213,239,97,.7); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 0 34px rgba(213,239,97,.16), 0 22px 45px rgba(0,0,0,.32); }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: .65rem; }
.card-topline span { font-size: .69rem; font-weight: 850; letter-spacing: .07em; }
.card-topline b { color: rgba(255,255,255,.34); font-size: .58rem; letter-spacing: .08em; }
.card-image, .agency-visual { position: relative; display: block; height: clamp(90px, 10vw, 130px); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #17242d; }
.card-image img, .agency-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1), filter .4s; }
.card-image::after, .agency-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(9,16,21,.78)); }
.card-image:hover img, .agency-visual:hover img { transform: scale(1.07); }
.card-image i { position: absolute; z-index: 2; right: .65rem; bottom: .55rem; color: white; font-size: .53rem; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.glass-card > p { margin: .7rem 0 .15rem; color: var(--lime); font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.glass-card > h2 { margin: 0; font-size: clamp(.9rem, 1.25vw, 1.15rem); font-weight: 600; line-height: 1.06; letter-spacing: -.025em; }
.agency-card { margin-left: 10%; }
.agency-visual { height: clamp(72px, 7.4vw, 98px); }
.agency-visual img { filter: hue-rotate(18deg) saturate(.8) contrast(1.05); }
.agency-visual span { position: absolute; z-index: 3; inset: 0; }
.agency-visual span i { position: absolute; width: 5px; height: 5px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 9px var(--lime); }
.agency-visual span i:nth-child(1) { top: 24%; left: 22%; }.agency-visual span i:nth-child(2) { top: 58%; left: 47%; }.agency-visual span i:nth-child(3) { top: 32%; right: 18%; }.agency-visual span i:nth-child(4) { right: 35%; bottom: 12%; }

.service-rail {
    position: absolute;
    z-index: 8;
    bottom: 28px;
    left: 29%;
    display: flex;
    max-width: 570px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(12,21,27,.48);
    backdrop-filter: blur(14px);
}
.service-rail a { display: flex; min-width: 136px; align-items: center; gap: .45rem; padding: .72rem .82rem; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.58); font-size: .56rem; font-weight: 700; line-height: 1.05; text-decoration: none; transition: color .25s, background .25s; }
.service-rail a:last-child { border-right: 0; }
.service-rail a:hover { color: white; background: rgba(255,255,255,.07); }
.service-rail span { color: var(--lime); font-size: .48rem; }

.motion-toggle {
    position: absolute;
    z-index: 10;
    bottom: 28px;
    left: clamp(28px, 5.8vw, 92px);
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: 0;
    color: white;
    background: none;
    border: 0;
    cursor: pointer;
}
.motion-toggle > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(213,239,97,.72); border-radius: 50%; color: var(--lime); background: rgba(213,239,97,.08); box-shadow: 0 0 24px rgba(213,239,97,.16), inset 0 0 18px rgba(213,239,97,.07); font-size: .78rem; }
.motion-toggle small { color: rgba(255,255,255,.45); font-size: .49rem; font-weight: 700; line-height: 1.15; letter-spacing: .11em; text-align: left; }

.hero-metrics { position: absolute; z-index: 8; right: clamp(24px, 4.7vw, 74px); bottom: 28px; display: flex; gap: 1.5rem; }
.hero-metrics p { margin: 0; color: rgba(255,255,255,.45); font-size: .49rem; font-weight: 700; line-height: 1.15; letter-spacing: .1em; }
.hero-metrics span { display: block; margin-bottom: .16rem; color: white; font-size: .94rem; letter-spacing: -.02em; }
.preview-note { position: absolute; z-index: 8; top: 50%; right: 10px; margin: 0; color: rgba(255,255,255,.28); font-size: .48rem; font-weight: 700; letter-spacing: .2em; transform: rotate(90deg) translateY(-50%); }

.alt-hero:not(.is-ready) .alt-header,
.alt-hero:not(.is-ready) .hero-copy,
.alt-hero:not(.is-ready) .hero-cards,
.alt-hero:not(.is-ready) .service-rail,
.alt-hero:not(.is-ready) .motion-toggle { opacity: 0; }
.alt-hero:not(.is-ready) .hero-copy { transform: translateY(24px); }
.alt-hero:not(.is-ready) .hero-cards { transform: translateX(28px); }
.alt-hero .alt-header { transition: opacity .7s ease .05s; }
.alt-hero .hero-copy { transition: opacity .85s ease .16s, transform .85s cubic-bezier(.16,1,.3,1) .16s; }
.alt-hero .hero-cards { transition: opacity .85s ease .35s, transform .85s cubic-bezier(.16,1,.3,1) .35s; }
.alt-hero .service-rail { transition: opacity .7s ease .52s; }
.alt-hero .motion-toggle { transition: opacity .7s ease .6s; }
.alt-hero:not(.is-ready) .card-image,
.alt-hero:not(.is-ready) .agency-visual { clip-path: inset(0 100% 0 0 round 16px); }
.alt-hero.is-ready .card-image,
.alt-hero.is-ready .agency-visual { clip-path: inset(0 0 0 0 round 16px); transition: clip-path 1.1s cubic-bezier(.16,1,.3,1) .48s; }

.alt-hero.motion-paused *, .alt-hero.motion-paused *::before, .alt-hero.motion-paused *::after { animation-play-state: paused !important; }
.alt-hero.motion-paused .signal-scene { transition: none; }

@keyframes ambient-drift { to { transform: translate3d(70px,-35px,0) scale(1.12); } }
@keyframes pulse-dot { 50% { opacity: .45; transform: scale(.72); } }
@keyframes line-breathe { 50% { opacity: .35; transform: scaleX(1); } }
@keyframes halo-breathe { 50% { opacity: .55; transform: scale(1.12); } }
@keyframes orbit-spin { to { transform: rotate(336deg) rotateX(62deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-308deg) rotateX(68deg); } }
@keyframes core-float { 50% { transform: translate3d(0,-13px,0) rotate(2deg); } }
@keyframes orb-breathe { 50% { opacity: .58; transform: scale(1.16); } }
@keyframes brand-ring-pulse { 50% { opacity: .5; transform: scale(1.12); } }
@keyframes signal-tag-orbit { to { offset-distance: 100%; } }

@media (max-width: 1120px) {
    .alt-header { grid-template-columns: 170px 1fr 170px; }
    .alt-nav a { padding-inline: .72rem; }
    .header-action { font-size: .58rem; }
    .hero-copy { top: 20%; width: 54vw; }
    .hero-copy h1 { font-size: clamp(3.4rem, 6.2vw, 5.3rem); }
    .signal-scene { left: 59%; width: 57vw; opacity: .85; }
    .hero-cards { top: 22%; right: 2.2vw; width: 225px; }
    .service-rail { left: 27%; max-width: 470px; }
    .service-rail a { min-width: 114px; padding-inline: .62rem; }
    .hero-metrics { display: none; }
}

@media (max-width: 820px) {
    .alt-hero { min-height: 1080px; }
    .alt-header { grid-template-columns: 1fr auto; }
    .alt-nav { position: absolute; top: 58px; right: 0; display: none; width: 210px; padding: .55rem; border-radius: 20px; align-items: stretch; flex-direction: column; }
    .alt-nav.is-open { display: flex; }
    .alt-nav a { justify-content: center; }
    .header-action { display: none; }
    .menu-toggle { justify-self: end; display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
    .menu-toggle i { display: block; width: 16px; height: 1px; background: currentColor; transition: transform .25s; }
    .menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .hero-copy { top: 15%; width: 82vw; }
    .hero-copy h1 { font-size: clamp(3.4rem, 10vw, 5rem); }
    .signal-scene { top: 50%; left: 67%; width: 76vw; opacity: .72; }
    .hero-cards { top: auto; right: 4vw; bottom: 116px; width: min(42vw, 300px); }
    .service-rail { right: auto; bottom: 32px; left: 24%; max-width: 68vw; }
    .service-rail a { min-width: 126px; }
    .motion-toggle { bottom: 31px; left: 4vw; }
    .motion-toggle small { display: none; }
}

@media (max-width: 620px) {
    .alt-hero { min-height: auto; padding: 1rem 1rem 2rem; overflow: hidden; }
    .alt-header { position: relative; top: auto; right: auto; left: auto; }
    .alt-brand img { width: 126px; }.alt-brand span { display: none; }
    .hero-copy { position: relative; top: auto; left: auto; width: 100%; margin-top: 7.5rem; }
    .hero-kicker { margin-bottom: .8rem; font-size: .55rem; }
    .hero-copy h1 { font-size: clamp(2.7rem, 13.6vw, 4rem); line-height: .88; }
    .hero-lead { width: 92%; margin-top: 1.25rem; font-size: .94rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 1.4rem; }
    .signal-scene { position: relative; top: auto; left: 50%; width: 124vw; max-width: 560px; margin: -3.5rem 0 -5.5rem; opacity: .9; transform: translateX(-50%); }
    .signal-label { padding: .3rem .55rem; font-size: .54rem; offset-path: ellipse(42% 32% at 50% 50%); }
    .hero-cards { position: relative; right: auto; bottom: auto; width: 100%; gap: .75rem; }
    .glass-card { padding: .82rem; border-radius: 20px; }
    .project-card, .agency-card { display: grid; grid-template-columns: 43% 1fr; column-gap: .8rem; align-items: end; margin-left: 0; }
    .card-topline { grid-column: 1 / -1; }
    .card-image, .agency-visual { grid-row: 2 / 4; height: 112px; }
    .glass-card > p { align-self: end; margin: 0 0 .25rem; }
    .glass-card > h2 { align-self: start; font-size: 1rem; }
    .service-rail { position: relative; right: auto; bottom: auto; left: auto; display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; margin-top: .75rem; border-radius: 20px; }
    .service-rail a { min-width: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .service-rail a:nth-child(2n) { border-right: 0; }
    .service-rail a:nth-last-child(-n+2) { border-bottom: 0; }
    .motion-toggle { position: relative; bottom: auto; left: auto; margin: 1.5rem 0 0; }
    .motion-toggle small { display: block; }
    .hero-metrics { position: absolute; right: 1rem; bottom: 2.35rem; display: flex; }
    .hero-metrics p:first-child { display: none; }
    .preview-note { display: none; }
    .perspective-grid { right: -80%; bottom: 8%; left: -20%; height: 36%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
    .signal-scene, .glass-card { transform: none !important; transition: none !important; }
    .signal-label { animation: none !important; }
    .signal-label:nth-child(1) { offset-distance: 0%; }.signal-label:nth-child(2) { offset-distance: 14.28%; }.signal-label:nth-child(3) { offset-distance: 28.56%; }.signal-label:nth-child(4) { offset-distance: 42.84%; }.signal-label:nth-child(5) { offset-distance: 57.12%; }.signal-label:nth-child(6) { offset-distance: 71.4%; }.signal-label:nth-child(7) { offset-distance: 85.68%; }
}

/* Alternatif iç sayfa sistemi */
.alt-page-sections { position: relative; overflow: hidden; color: var(--paper); background: #111c24; }
.alt-page-sections::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 74px 74px; pointer-events: none; }
.alt-section { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: clamp(6rem, 11vw, 10.5rem) clamp(1.25rem, 5vw, 4.5rem); }
.alt-kicker { margin: 0 0 1rem; color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.alt-section-label { display: flex; align-items: center; gap: .75rem; margin-bottom: 4rem; color: rgba(255,255,255,.48); font-size: .56rem; font-weight: 800; letter-spacing: .15em; }
.alt-section-label span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(213,239,97,.5); border-radius: 50%; color: var(--lime); }
.alt-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.alt-intro-grid h2, .alt-section-heading h2 { margin: 0; font-size: clamp(3.1rem, 6.2vw, 7.1rem); font-weight: 750; line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.alt-intro-grid h2 em, .alt-section-heading h2 em, .alt-contact-section h2 em { color: var(--lime); font-style: normal; font-weight: 450; }
.alt-intro-copy { max-width: 370px; padding-bottom: .6rem; }
.alt-intro-copy > p { margin: 0 0 1.7rem; color: rgba(255,255,255,.66); font-size: 1.05rem; line-height: 1.5; }
.alt-arrow-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.alt-arrow-link span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--lime); transition: background .25s, color .25s, transform .25s; }
.alt-arrow-link:hover span { color: var(--ink); background: var(--lime); transform: translate(3px,-3px); }
.alt-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 7rem; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.alt-stats-grid div { min-height: 125px; padding: 1.6rem 1.2rem; border-right: 1px solid rgba(255,255,255,.14); }.alt-stats-grid div:last-child { border-right: 0; }
.alt-stats-grid strong { display: block; color: var(--paper); font-size: clamp(2.4rem, 4vw, 4.3rem); font-weight: 500; line-height: .9; letter-spacing: -.06em; }.alt-stats-grid span { display: block; margin-top: .7rem; color: rgba(255,255,255,.42); font-size: .55rem; font-weight: 800; letter-spacing: .12em; }
.alt-services-section { max-width: none; padding-right: max(1.25rem, calc((100vw - 1240px) / 2 + 4.5rem)); padding-left: max(1.25rem, calc((100vw - 1240px) / 2 + 4.5rem)); background: linear-gradient(135deg, rgba(89,100,232,.13), transparent 48%); }
.alt-section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 4.6rem; }.alt-section-heading > p { max-width: 300px; margin: 0 0 .3rem; color: rgba(255,255,255,.55); font-size: .98rem; line-height: 1.45; }.alt-section-heading h2 { font-size: clamp(3.1rem, 6vw, 6.6rem); }
.alt-service-grid { border-top: 1px solid rgba(255,255,255,.2); }
.alt-service-item { border-bottom: 1px solid rgba(255,255,255,.2); }.alt-service-item summary { display: grid; grid-template-columns: 68px 1fr 45px; align-items: center; min-height: 105px; padding: 0 .4rem; cursor: pointer; list-style: none; }.alt-service-item summary::-webkit-details-marker { display: none; }.service-number { color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }.service-title { font-size: clamp(1.7rem, 3.1vw, 3.3rem); font-weight: 500; letter-spacing: -.045em; }.service-plus { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lime); font-size: 1.2rem; transition: transform .3s, color .3s, background .3s; }.alt-service-item[open] .service-plus { color: var(--ink); background: var(--lime); transform: rotate(45deg); }.service-body { display: grid; grid-template-columns: minmax(220px, .8fr) 1fr auto; gap: 2rem; align-items: start; padding: 0 4rem 2.2rem 68px; color: rgba(255,255,255,.6); }.service-body p { max-width: 290px; margin: 0; line-height: 1.45; }.service-body ul { display: flex; flex-wrap: wrap; gap: .4rem; max-width: 390px; margin: 0; padding: 0; list-style: none; }.service-body li { padding: .4rem .6rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: .61rem; font-weight: 700; }.service-body a { align-self: center; color: var(--lime); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.alt-work-section { padding-top: 10rem; }.work-heading { align-items: center; }.alt-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }.alt-work-card { display: block; color: inherit; text-decoration: none; }.work-image { position: relative; height: clamp(220px, 27vw, 360px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #192732; }.work-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,13,18,.72)); }.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1), filter .4s; }.alt-work-card:hover .work-image img { transform: scale(1.06); filter: saturate(1.15); }.work-image span { position: absolute; z-index: 2; right: 1rem; bottom: .9rem; color: white; font-size: .54rem; font-weight: 800; letter-spacing: .1em; }.work-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; color: var(--lime); font-size: .56rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.work-meta b { color: rgba(255,255,255,.32); }.alt-work-card h3 { max-width: 300px; margin: .65rem 0 .4rem; font-size: clamp(1.35rem, 2.2vw, 2.2rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }.alt-work-card > p { max-width: 300px; margin: 0; color: rgba(255,255,255,.5); font-size: .84rem; line-height: 1.4; }
.alt-process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-top: 9rem; padding-bottom: 10rem; }.alt-process-section .alt-section-heading { display: block; margin: 0; }.alt-process-section .alt-section-heading > p { margin-top: 2rem; }.alt-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }.alt-process-list li { display: grid; grid-template-columns: 58px 1fr 35px; gap: 1rem; align-items: center; min-height: 130px; border-bottom: 1px solid rgba(255,255,255,.2); }.alt-process-list li > span { color: var(--lime); font-size: .6rem; font-weight: 800; }.alt-process-list h3 { margin: 0 0 .35rem; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.04em; }.alt-process-list p { margin: 0; color: rgba(255,255,255,.48); font-size: .86rem; line-height: 1.35; }.alt-process-list b { color: rgba(255,255,255,.38); font-size: 1.2rem; font-weight: 400; }
.alt-insights-section { padding-top: 8rem; }.alt-insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.alt-insight-card { min-height: 265px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: inherit; background: rgba(255,255,255,.035); text-decoration: none; transition: background .3s, border-color .3s, transform .3s; }.alt-insight-card:hover { border-color: rgba(213,239,97,.5); background: rgba(213,239,97,.07); transform: translateY(-7px); }.alt-insight-card > span { color: var(--lime); font-size: .55rem; font-weight: 800; letter-spacing: .1em; }.alt-insight-card h3 { margin: 2rem 0 .8rem; font-size: clamp(1.3rem, 2.1vw, 2rem); font-weight: 500; line-height: 1; letter-spacing: -.04em; }.alt-insight-card p { margin: 0; color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.4; }.alt-insight-card b { margin-top: auto; padding-top: 1.4rem; color: white; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.alt-contact-section { position: relative; z-index: 1; max-width: none; overflow: hidden; padding: clamp(7rem, 13vw, 12rem) max(1.25rem, calc((100vw - 1240px) / 2 + 4.5rem)); background: linear-gradient(125deg, rgba(213,239,97,.11), rgba(89,100,232,.2)); }.alt-contact-section::before { content: "LET'S\A MAKE A SIGNAL"; position: absolute; right: -2%; bottom: -8%; white-space: pre; color: rgba(255,255,255,.035); font-size: clamp(5rem, 15vw, 14rem); font-weight: 800; line-height: .72; letter-spacing: -.1em; text-align: right; }.alt-contact-section > *:not(.contact-orb) { position: relative; z-index: 2; }.alt-contact-section h2 { max-width: 730px; margin: 0 0 2.3rem; font-size: clamp(3.8rem, 7.8vw, 8.5rem); font-weight: 700; line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }.contact-orb { position: absolute; top: 13%; right: 14%; width: 260px; aspect-ratio: 1; border: 1px solid rgba(213,239,97,.25); border-radius: 50%; background: radial-gradient(circle, rgba(213,239,97,.25), rgba(89,100,232,.1) 45%, transparent 68%); filter: blur(.2px); box-shadow: 0 0 70px rgba(213,239,97,.1); }.contact-orb::after { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; animation: brand-ring-pulse 3.1s ease-in-out infinite; }.contact-email { display: block; margin-top: 2.5rem; color: rgba(255,255,255,.62); font-size: .85rem; text-decoration: none; }.alt-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.6rem max(1.25rem, calc((100vw - 1240px) / 2 + 4.5rem)); color: rgba(255,255,255,.4); background: #0c151c; font-size: .54rem; font-weight: 800; letter-spacing: .12em; }.alt-footer a { color: var(--lime); text-decoration: none; }
.alt-reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .8s cubic-bezier(.16,1,.3,1); }.alt-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
    .alt-section { padding-top: 6.5rem; padding-bottom: 6.5rem; }.alt-intro-grid, .alt-process-section { grid-template-columns: 1fr; gap: 3rem; }.alt-intro-copy { max-width: 470px; }.alt-stats-grid { margin-top: 4.5rem; }.alt-section-heading { align-items: start; flex-direction: column; gap: 1.7rem; margin-bottom: 3rem; }.alt-section-heading > p { max-width: 430px; }.alt-services-section { padding-right: 1.25rem; padding-left: 1.25rem; }.service-body { grid-template-columns: 1fr; gap: 1.2rem; padding-left: 68px; }.service-body a { justify-self: start; }.alt-work-grid, .alt-insights-grid { grid-template-columns: 1fr 1fr; }.alt-work-card:last-child, .alt-insight-card:last-child { grid-column: 1 / -1; }.contact-orb { right: -8%; width: 240px; opacity: .7; }
}

@media (max-width: 560px) {
    .alt-section-label { margin-bottom: 2.4rem; }.alt-intro-grid h2, .alt-section-heading h2 { font-size: clamp(3rem, 14vw, 4.4rem); }.alt-stats-grid { grid-template-columns: 1fr 1fr; }.alt-stats-grid div:nth-child(2) { border-right: 0; }.alt-stats-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }.alt-stats-grid div { min-height: 102px; padding: 1.1rem .7rem; }.alt-stats-grid strong { font-size: 2.5rem; }.alt-service-item summary { grid-template-columns: 44px 1fr 35px; min-height: 84px; }.service-title { font-size: 1.45rem; }.service-body { padding: 0 1rem 1.7rem 44px; }.alt-work-grid, .alt-insights-grid { grid-template-columns: 1fr; }.alt-work-card:last-child, .alt-insight-card:last-child { grid-column: auto; }.work-image { height: 260px; }.alt-process-list li { grid-template-columns: 38px 1fr 25px; gap: .55rem; min-height: 125px; }.alt-contact-section { padding-top: 7rem; padding-bottom: 7rem; }.alt-contact-section h2 { font-size: clamp(3.5rem, 15vw, 5.2rem); }.contact-orb { top: 45%; right: -28%; width: 230px; }.alt-footer { align-items: flex-start; flex-direction: column; gap: .75rem; padding-top: 1.3rem; padding-bottom: 1.3rem; }
}
