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

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #0A0A0F;
    color: #FFFFFF;
}

:root {
    --shape-cut: 1.125rem;
    --shape-cut-lg: 2rem;
}

/* Image Overlays for Mood */
.mood-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0A0A0F 0%, transparent 50%, transparent 100%);
    z-index: 10;
}

/* Animations */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-200 {
    transition-delay: 200ms;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0A0A0F;
}

::-webkit-scrollbar-thumb {
    background: #2A2A4A;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6B6B80;
}

/* Utilities */
.pill-button {
    border-radius: 0 !important;
    clip-path: polygon(var(--shape-cut) 0, 100% 0, 100% calc(100% - var(--shape-cut)), calc(100% - var(--shape-cut)) 100%, 0 100%, 0 var(--shape-cut));
    transition: all 0.3s ease;
}

.pill-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.scroll-progress {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 60;
    width: 100%;
    height: 2px;
    background-color: #C8FF00;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.08s linear;
}

.nav-hidden {
    transform: translateY(-100%);
}

#navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#navbar a {
    text-transform: uppercase;
}

#navbar > div:not(#mobile-menu) > a[href*="contact"],
#mobile-menu > a[href*="contact"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 0 !important;
    background-color: #C8FF00 !important;
    color: #000000 !important;
    clip-path: polygon(var(--shape-cut) 0, 100% 0, 100% calc(100% - var(--shape-cut)), calc(100% - var(--shape-cut)) 100%, 0 100%, 0 var(--shape-cut));
}

#navbar > div:not(#mobile-menu) > a[href*="contact"] {
    min-width: 13rem;
    height: 3.25rem;
    justify-content: space-between;
    padding: 0 1.65rem 0 1.9rem !important;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

#mobile-menu > a[href*="contact"] {
    min-width: 10rem;
}

#navbar > div:not(#mobile-menu) > a[href*="contact"]::after,
#mobile-menu > a[href*="contact"]::after {
    content: "\2192";
    font-size: 1.35em;
    line-height: 1;
}

@media (max-width: 767px) {
    body {
        padding-top: 57px;
    }

    #navbar {
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        overflow: visible;
    }

    #navbar > div:not(#mobile-menu) > a[href*="contact"] {
        display: none !important;
    }

    #mobile-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 40;
        height: calc(100dvh - 100%);
        min-height: calc(100dvh - 100%);
        overflow-y: auto;
    }

    #mobile-menu:not(.hidden) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #mobile-menu > div {
        align-items: center;
        gap: 1.75rem;
    }

    #mobile-menu .mobile-menu-link {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    #mobile-menu > a.mobile-menu-link {
        width: auto;
        margin-top: 2.25rem;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.hero-dot-grid {
    background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
}

.hero-video-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at center, rgba(200, 255, 0, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(10, 10, 15, 0.38), rgba(10, 10, 15, 0.78));
}

.hero-video-panel video {
    filter: saturate(1.08) contrast(1.08);
}

.hero-visual-panel {
    background:
        linear-gradient(110deg, rgba(0, 0, 0, 0.84) 0%, rgba(10, 10, 15, 0.58) 46%, rgba(0, 0, 0, 0.86) 100%),
        radial-gradient(circle farthest-corner at 17.6% 50.7%, rgba(25, 0, 184, 1) 0%, rgba(0, 0, 0, 1) 90%);
    background-size: cover, cover;
    background-position: center, center;
}

.hero-visual-panel::before {
    content: "";
    position: absolute;
    inset: 14% auto 14% 9%;
    width: min(28vw, 340px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-visual-panel::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: 17%;
    width: 52%;
    height: 22%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
    transform: skewX(-12deg);
}

.hero-growth-title {
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-growth-title span {
    display: block;
}

.hero-title-kicker {
    color: #FFFFFF;
}

.hero-title-digital {
    color: #C8FF00;
    font-size: 0.92em;
    letter-spacing: 0.05em;
    text-shadow: 0 0 34px rgba(200, 255, 0, 0.28);
}

.hero-title-growth {
    width: fit-content;
    color: #FFFFFF;
    text-shadow: 0 18px 34px rgba(26, 26, 255, 0.22);
}

.hero-cta-arrow {
    transition: transform 0.3s ease;
}

.hero-cta {
    border-radius: 0 !important;
    min-height: 176px !important;
    margin: 0.75rem;
    padding: 1.6rem !important;
    clip-path: none;
}

.hero-cta:hover .hero-cta-arrow {
    transform: translateY(6px);
}

@media (min-width: 1024px) {
    .hero-section,
    .hero-grid {
        height: calc(100vh - 97px) !important;
        min-height: 0 !important;
    }

    .hero-left {
        grid-template-rows: 300px minmax(0, 1fr) !important;
        min-height: 0 !important;
    }

    .hero-copy {
        min-height: 0 !important;
        padding-top: clamp(48px, 6vh, 80px) !important;
        padding-bottom: clamp(28px, 4vh, 48px) !important;
    }

    .hero-title {
        font-size: clamp(46px, 4.8vw, 76px) !important;
    }

    .hero-right {
        min-height: 0 !important;
    }

    .hero-visual {
        min-height: 0 !important;
    }

    .hero-cta {
        min-height: clamp(120px, 17.6vh, 168px) !important;
    }
}

.massive-text {
    font-size: clamp(28px, 10.5vw, 150px);
    line-height: 0.85;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.stroke-text {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    color: transparent;
}

.service-row:hover .service-arrow {
    color: #C8FF00;
    transform: rotate(45deg);
}

.service-arrow {
    border-radius: 9999px !important;
    border: 0 !important;
    background: #C8FF00 !important;
    clip-path: none;
}

.shape-card,
.mobile-compact-card,
[class*="rounded-2xl"],
[class*="rounded-[32px]"],
[class*="rounded-[40px]"] {
    border-radius: 0 !important;
    clip-path: none;
}

#services .home-service-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 1024px) {
    #services > div {
        display: grid;
        grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr);
        gap: clamp(3rem, 7vw, 7rem);
        align-items: start;
    }

    #services > div > .reveal:first-child {
        position: sticky;
        top: 7rem;
        display: block;
        margin-bottom: 0;
    }

    #services > div > .reveal:first-child h2 {
        max-width: 8ch;
    }

    #services > div > .reveal:first-child p {
        margin-top: 2rem;
        text-align: left;
    }
}

#services .service-row {
    position: relative;
    min-height: 0;
    padding: clamp(1.25rem, 2vw, 1.65rem) 0;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: transparent;
    clip-path: none;
    overflow: visible;
}

#services .service-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

#services .home-service-row {
    grid-template-columns: 3.25rem minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto auto auto;
    align-items: start;
    gap: 0rem clamp(1rem, 0vw, 2rem) !important;
    overflow: visible;
}

#services .home-service-row > div:first-child {
    align-self: center;
    color: #C8FF00;
    font-size: clamp(0.85rem, 1.3vw, 1.05rem);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

#services .home-service-row h3 {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
    white-space: normal;
    color: #FFFFFF;
    font-size: clamp(1.75rem, 3.1vw, 3rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    transition: color 0.3s ease;
}

#services .home-service-row p {
    grid-column: 2;
    max-width: 42rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-0.35rem);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
}

#services .service-kicker {
    grid-row: 2;
    color: #C8FF00;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
}

#services .service-description {
    grid-row: 3;
    color: #A0A0B8;
    font-size: 0.95rem;
    line-height: 1.6;
}

#services .service-features {
    grid-row: 4;
    color: #C8FF00;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.55;
    text-transform: uppercase;
}

#services .home-service-row .service-arrow {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: clamp(3rem, 5vw, 4.25rem);
    height: clamp(3rem, 5vw, 4.25rem);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

#services .service-row:hover h3,
#services .service-row:focus-within h3,
#services .service-row.is-active h3 {
    color: #C8FF00;
}

#services .service-row:hover p,
#services .service-row:focus-within p,
#services .service-row.is-active p {
    max-height: 8rem;
    opacity: 1;
    transform: translateY(0);
}

#services .service-start-card {
    background: transparent;
    color: inherit;
}

#services .service-start-card:hover .service-arrow {
    background: #000000 !important;
    color: #C8FF00;
}

.work-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.5rem);
}

.work-preview-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #1A1A1F;
    clip-path: none;
}

.work-preview-media {
    position: relative;
    aspect-ratio: 1.32 / 1;
    overflow: hidden;
}

.work-preview-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.05), rgba(10, 10, 15, 0.28));
    pointer-events: none;
}

.work-preview-badge,
.work-preview-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #C8FF00;
    color: #000000;
    font-weight: 800;
    line-height: 1;
    clip-path: polygon(0.55rem 0, 100% 0, 100% calc(100% - 0.55rem), calc(100% - 0.55rem) 100%, 0 100%, 0 0.55rem);
}

.work-preview-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
    min-height: 2.5rem;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
}

.work-preview-body {
    padding: clamp(1.25rem, 2.4vw, 2rem);
}

.work-preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.35rem;
}

.work-preview-tags span {
    min-height: 2.1rem;
    padding: 0.58rem 0.9rem;
    font-size: 0.85rem;
}

.work-preview-card h3 {
    color: #FFFFFF;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    line-height: 1.35;
}

.work-stack {
    display: grid;
    gap: 2rem;
}

.work-stack-card {
    position: sticky;
    top: 96px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: stretch;
    min-height: min(70vh, 620px);
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(17, 17, 40, 0.98), rgba(10, 10, 15, 0.98)),
        radial-gradient(circle at top right, rgba(200, 255, 0, 0.12), transparent 38%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    clip-path: none;
}

.work-stack-card:nth-child(2) {
    top: 120px;
}

.work-stack-card:nth-child(3) {
    top: 144px;
}

.work-card-media {
    position: relative;
    min-height: 340px;
    border-radius: 0;
    clip-path: none;
    overflow: hidden;
}

.work-card-media img {
    transition: transform 0.7s ease, filter 0.7s ease;
}

.work-stack-card:hover .work-card-media img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.work-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: clamp(0.5rem, 2vw, 2rem) 0;
}

.work-card-copy h3 {
    margin: 1rem 0;
    color: #FFFFFF;
    font-size: clamp(2.25rem, 6vw, 5.5rem);
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

.work-card-copy p {
    max-width: 32rem;
    color: #A0A0B8;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    line-height: 1.65;
}

.work-card-meta {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #C8FF00;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.creative-marquee-mask {
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

/* Marquee Animation */
@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

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

.animate-scroll-x {
    animation: scroll-x 40s linear infinite;
}

.creative-art-card {
    height: clamp(300px, 36vw, 430px);
}

.creative-art-card h3,
.creative-art-card p {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

.testimonial-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: clamp(1rem, 2vw, 1.5rem) 0;
    -webkit-mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent);
    mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent);
}

.testimonial-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: scroll-x 46s linear infinite;
    will-change: transform;
}

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

.testimonial-tile {
    position: relative;
    display: flex;
    flex: 0 0 clamp(18rem, 31vw, 27rem);
    min-height: 20rem;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1rem;
    padding: clamp(1.35rem, 2.3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(135deg, rgba(17, 17, 40, 0.98), rgba(10, 10, 15, 0.98)),
        radial-gradient(circle at top right, rgba(200, 255, 0, 0.1), transparent 42%);
    overflow: hidden;
}

.testimonial-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.35;
    pointer-events: none;
}

.testimonial-tile > * {
    position: relative;
    z-index: 1;
}

.testimonial-tile-accent {
    border-color: rgba(200, 255, 0, 0.5);
    background:
        linear-gradient(135deg, #C8FF00 0%, #9FCD00 100%),
        #C8FF00;
}

.testimonial-tile-blue {
    border-color: rgba(26, 26, 255, 0.55);
    background:
        linear-gradient(135deg, rgba(26, 26, 255, 0.95), rgba(13, 13, 43, 0.98)),
        #1A1AFF;
}

.testimonial-tile-top,
.testimonial-author {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.testimonial-stars {
    display: flex;
    gap: 0.12rem;
    color: #C8FF00;
    font-size: 1rem;
}

.testimonial-tile-top span {
    color: #6B6B80;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.testimonial-tile blockquote {
    margin: 3rem 0;
    color: #FFFFFF;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: uppercase;
}

.testimonial-author {
    align-items: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.25rem;
}

.testimonial-author h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
}

.testimonial-author p {
    margin-top: 0.35rem;
    color: #A0A0B0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.testimonial-author i {
    color: rgba(255, 255, 255, 0.16);
    font-size: 2.25rem;
}

.testimonial-tile-accent .testimonial-stars,
.testimonial-tile-accent .testimonial-tile-top span,
.testimonial-tile-accent blockquote,
.testimonial-tile-accent .testimonial-author h3,
.testimonial-tile-accent .testimonial-author p,
.testimonial-tile-accent .testimonial-author i {
    color: #000000;
}

.testimonial-tile-accent .testimonial-author {
    border-top-color: rgba(0, 0, 0, 0.18);
}

.testimonial-tile-accent .testimonial-author p,
.testimonial-tile-accent .testimonial-tile-top span {
    opacity: 0.62;
}

.testimonial-tile-blue .testimonial-stars {
    color: #C8FF00;
}

.faq-accordion {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 12% 0%, rgba(200, 255, 0, 0.09), transparent 34%),
        linear-gradient(135deg, rgba(17, 17, 40, 0.96), rgba(10, 10, 15, 0.98));
}

.faq-accordion::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.22;
    pointer-events: none;
}

.faq-item {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

.faq-question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2rem;
    align-items: center;
    width: 100%;
    gap: 1.25rem;
    padding: clamp(1.25rem, 2.4vw, 2rem) clamp(1rem, 2.8vw, 2.25rem);
    color: #FFFFFF;
    text-align: left;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.faq-question span {
    font-size: clamp(1.35rem, 2.8vw, 2.5rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.faq-question i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    justify-self: end;
    color: #C8FF00;
    font-size: 1.65rem;
    transition: transform 0.25s ease, color 0.25s ease;
}

.faq-item.is-open .faq-question {
    color: #C8FF00;
    background: rgba(200, 255, 0, 0.03);
}

.faq-item.is-open .faq-question i {
    transform: rotate(45deg);
    color: #FFFFFF;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    max-width: 48rem;
    padding: 0 clamp(1rem, 2.8vw, 2.25rem) clamp(1.35rem, 2.5vw, 2rem);
    color: #A0A0B0;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    font-weight: 500;
    line-height: 1.65;
}

.legal-hero {
    background:
        radial-gradient(circle at 12% 0%, rgba(200, 255, 0, 0.1), transparent 32%),
        linear-gradient(135deg, rgba(17, 17, 40, 0.96), rgba(10, 10, 15, 1));
}

.legal-content {
    display: grid;
    gap: 1rem;
}

.legal-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #111128;
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.legal-card h2 {
    margin-bottom: 0.9rem;
    color: #FFFFFF;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.legal-card p,
.legal-card li {
    color: #A0A0B0;
    font-size: 0.98rem;
    line-height: 1.75;
}

.legal-card ul {
    margin-top: 0.75rem;
    padding-left: 1.1rem;
}

.legal-card a {
    color: #C8FF00;
}

@media (max-width: 768px) {
    .testimonial-section {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .testimonial-section > div {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .testimonial-section .reveal:first-child {
        margin-bottom: 2rem !important;
        gap: 1.25rem !important;
    }

    .testimonial-section > div > .reveal:first-child h2 {
        font-size: clamp(2.5rem, 13vw, 3.35rem) !important;
        line-height: 0.92 !important;
    }

    .testimonial-section > div > .reveal:first-child p {
        max-width: 21rem !important;
        text-align: left !important;
    }

    .testimonial-marquee {
        width: 100%;
        margin-left: 0;
        padding: 0.75rem 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
        mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
    }

    .testimonial-track {
        animation-duration: 42s;
    }

    .testimonial-tile {
        flex-basis: min(19rem, calc(100vw - 2.5rem));
        min-height: 16.5rem;
        margin-right: 0.75rem;
        padding: 1.15rem;
    }

    .testimonial-tile blockquote {
        margin: 1.9rem 0;
        font-size: clamp(1.08rem, 5vw, 1.28rem);
        line-height: 1.08;
    }

    .testimonial-stars {
        font-size: 0.8rem;
    }

    .testimonial-tile-top span,
    .testimonial-author p {
        font-size: 0.64rem;
        letter-spacing: 0.07em;
    }

    .testimonial-author {
        gap: 0.85rem;
        padding-top: 1rem;
    }

    .testimonial-author h3 {
        font-size: 0.92rem;
    }

    .testimonial-author i {
        flex: 0 0 auto;
        font-size: 1.7rem;
    }

    .faq-chat-section {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .faq-question {
        grid-template-columns: minmax(0, 1fr) 1.75rem;
        gap: 0.9rem;
        padding: 1.1rem;
    }

    .faq-question span {
        font-size: clamp(1.05rem, 5vw, 1.35rem);
        line-height: 1.04;
    }

    .faq-question i {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.25rem;
    }

    .faq-answer p {
        padding: 0 1.1rem 1.15rem;
        font-size: 0.95rem;
        line-height: 1.55;
    }
}

@media (max-width: 640px) {

    .hero-visual-headline {
        font-size: 32px !important;
    }

    .hero-cta {
        min-height: 102px !important;
        margin: 0.6rem;
        padding: 1.2rem !important;
    }

    .mobile-stack-grid {
        grid-template-columns: 1fr !important;
    }

    .mobile-compact-card {
        min-height: 160px;
        aspect-ratio: auto !important;
        padding: 1.25rem !important;
    }

    .mobile-compact-stat {
        font-size: 2.75rem !important;
    }

    .mobile-fluid-actions {
        min-width: 0;
    }

    .mobile-fluid-actions > * {
        max-width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-track {
        animation: none;
    }

    .testimonial-marquee {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media (max-width: 768px) {
    #services .home-service-list {
        grid-template-columns: none;
    }

    #services .service-row {
        min-height: 86px;
        padding: 1.1rem 0;
    }

    #services .home-service-row {
        grid-template-columns: 2.4rem minmax(0, 1fr) 2.9rem !important;
        align-items: center;
        gap: 1rem !important;
    }

    #services .home-service-row > div:first-child {
        font-size: 0.92rem;
    }

    #services .home-service-row h3 {
        max-width: 100%;
        font-size: clamp(1rem, 5vw, 1.45rem);
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #services .home-service-row .service-arrow {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.35rem;
    }

    .work-preview-grid {
        grid-template-columns: 1fr;
    }

    .work-preview-badge {
        top: 1rem;
        right: 1rem;
        min-height: 2.25rem;
        font-size: 0.85rem;
    }

    .work-stack {
        gap: 1.25rem;
    }

    .work-stack-card,
    .work-stack-card:nth-child(2),
    .work-stack-card:nth-child(3) {
        top: 88px;
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 0;
    }

    .work-card-media {
        min-height: 240px;
        border-radius: 0;
    }

    .work-card-copy {
        padding: 0.75rem 0 0.25rem;
    }
}
