body {
    cursor: none;
    background-color: #050505;
    color: #fff;
    overflow-x: hidden;
    overflow-anchor: none
}

a,
button,
input,
textarea,
.hover-trigger,
.package-card {
    cursor: none
}

#cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: #DC2626;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: font-size 0.3s, color 0.3s, text-shadow 0.3s;
    mix-blend-mode: normal
}

#cursor.hovered {
    font-size: 48px;
    color: white;
    text-shadow: 0 0 20px rgba(220, 38, 38, 0.8);
    mix-blend-mode: difference
}

@media(hover:none) and (pointer:coarse) {

    body,
    a,
    button,
    input,
    textarea,
    .hover-trigger,
    .package-card {
        cursor: auto !important
    }

    #cursor {
        display: none
    }
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #DC2626, #FF0000);
    z-index: 10001;
    transition: width 0.1s ease
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

#lightbox,
#lightbox * {
    cursor: auto !important
}

#lightbox button {
    cursor: pointer !important
}

.glass-card {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

/* Animations removed for speed */
#hero-video {
    will-change: transform;
    transform: translate3d(0, 0, 0)
}

section:not(:first-of-type) {
    content-visibility: auto;
    contain-intrinsic-size: 0 800px
}

#main-content>section:first-child {
    content-visibility: visible
}

@supports(backdrop-filter:blur(16px)) or (-webkit-backdrop-filter:blur(16px)) {
    .glass-card {
        background: rgba(20, 20, 20, 0.4);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px)
    }
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: skewX(-25deg);
    transition: 0.5s;
    pointer-events: none
}

.glass-card:hover::before {
    left: 150%
}

.glass-card:hover {
    border-color: rgba(220, 38, 38, 0.5);
    background: rgba(30, 30, 30, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -10px rgba(220, 38, 38, 0.2)
}

.glass-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #d4d4d8
}

.glass-card ul li i {
    color: #DC2626;
    width: 16px;
    height: 16px
}

#mobile-menu {
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    max-height: 100vh;
    opacity: 1;
    overflow: hidden
}

#mobile-menu[hidden] {
    display: block;
    max-height: 0;
    opacity: 0;
    pointer-events: none
}

.glitch-text {
    position: relative;
    color: white;
    display: inline-block
}

.glitch-text::before,
.glitch-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050505
}

.glitch-text::before {
    left: 2px;
    text-shadow: -1px 0 #ff0000;
    clip-path: inset(0 0 0 0);
    animation: glitch-anim-1 4s infinite linear alternate-reverse
}

.glitch-text::after {
    left: -2px;
    text-shadow: -1px 0 #0000ff;
    clip-path: inset(0 0 0 0);
    animation: glitch-anim-2 3s infinite linear alternate-reverse
}

@keyframes glitch-anim-1 {
    0% {
        clip-path: inset(20% 0 80% 0)
    }

    100% {
        clip-path: inset(10% 0 90% 0)
    }
}

@keyframes glitch-anim-2 {
    0% {
        clip-path: inset(80% 0 10% 0)
    }

    100% {
        clip-path: inset(10% 0 40% 0)
    }
}

*:focus-visible {
    outline: 3px solid #DC2626;
    outline-offset: 3px;
    border-radius: 4px
}

*:focus:not(:focus-visible) {
    outline: none
}

.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #DC2626;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 8px 0
}

.skip-to-content:focus {
    top: 0
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }

    .glitch-text::before,
    .glitch-text::after {
        animation: none
    }

    .marquee-content {
        animation: none
    }

    .glass-card::before {
        transition: none
    }

    #cursor {
        display: none
    }
}

.marquee-container {
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent)
}

.marquee-content {
    display: flex;
    gap: 4rem;
    animation: scroll 40s linear infinite
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused
}

.partner-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    opacity: 0.3;
    transition: opacity 0.3s;
    white-space: nowrap;
    text-transform: uppercase
}

.partner-text:hover {
    opacity: 1;
    color: #DC2626
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* Keyframes removed */
/* @keyframes revealUp... */
/* @keyframes loading... */

#preloader h1,
.hero-anim h1 {
    overflow: visible !important;
    padding-bottom: 0.5rem
}

.hero-anim h1 span {
    display: inline-block;
    overflow: visible !important;
    padding-bottom: 0.25rem
}

.bg-clip-text {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.3
}

.gsap-fade-up,
.gsap-project-card {
    will-change: transform, opacity;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#navbar {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gpu-accelerated {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/* Fade/Scale animations removed */

#lead-magnet-popup,
#lead-magnet-popup * {
    cursor: auto !important
}

#lead-magnet-popup button {
    cursor: pointer !important
}

#cookie-consent-banner.show {
    display: block !important;
    transform: translateY(0) !important
}

#cookie-consent-banner,
#cookie-consent-banner * {
    cursor: auto !important
}

#cookie-consent-banner button {
    cursor: pointer !important
}

@media(max-width:768px) {
    #cookie-consent-banner .max-w-7xl {
        flex-direction: column;
        text-align: center
    }
}

img {
    max-width: 100%;
    height: auto
}

img[loading="lazy"] {
    contain-intrinsic-size: 800px 600px;
    content-visibility: auto
}

video {
    max-width: 100%;
    height: auto
}

.work-tile img,
.work-tile video {
    aspect-ratio: 16/9;
    object-fit: cover;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.masonry-grid {
    column-count: 1;
    column-gap: 1.5rem
}

@media(min-width:640px) {
    .masonry-grid {
        column-count: 2
    }
}

@media(min-width:1024px) {
    .masonry-grid {
        column-count: 3;
        column-gap: 2rem
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: rgba(30, 30, 30, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    will-change: transform;
    min-height: 450px;
    aspect-ratio: auto
}

@media(min-width:1024px) {
    .masonry-item {
        margin-bottom: 2rem;
        border-radius: 2rem;
        max-width: 100%;
        min-height: 400px
    }
}

.masonry-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    max-height: 400px;
    aspect-ratio: attr(width)/attr(height)
}

.masonry-item:hover {
    transform: translateY(-8px);
    border-color: rgba(220, 38, 38, 0.4);
    box-shadow: 0 20px 40px -10px rgba(220, 38, 38, 0.3), 0 0 60px rgba(220, 38, 38, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(30, 30, 30, 0.6)
}

@supports(backdrop-filter:blur(20px)) or (-webkit-backdrop-filter:blur(20px)) {
    .masonry-item:hover {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px)
    }
}

.masonry-item:hover .masonry-img {
    transform: scale(1.05)
}

.masonry-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-25deg);
    transition: 0.6s;
    pointer-events: none;
    z-index: 1
}

.masonry-item:hover::before {
    left: 150%
}

@media(prefers-reduced-motion:reduce) {

    .masonry-item,
    .masonry-img,
    .masonry-item::before {
        transition: none;
        animation: none
    }

    .masonry-item:hover {
        transform: none
    }

    .masonry-item:hover .masonry-img {
        transform: none
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 1.1
}

@media(min-width:768px) {
    h2 {
        font-size: 3.5rem
    }
}

@media(min-width:1024px) {
    h2 {
        font-size: 4rem
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

@media(min-width:768px) {
    h3 {
        font-size: 1.75rem
    }
}

@media(min-width:1024px) {
    h3 {
        font-size: 2rem
    }
}

p {
    font-size: 1rem;
    line-height: 1.6
}

@media(min-width:768px) {
    p {
        font-size: 1.0625rem
    }
}

@media(min-width:1024px) {
    p {
        font-size: 1.125rem
    }
}

.glass-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.02em
}

@media(min-width:1024px) {
    .glass-card h3 {
        font-size: 1.875rem
    }
}

.glass-card p,
section p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #d1d1d1
}

@media(min-width:1024px) {

    .glass-card p,
    section p {
        font-size: 1rem
    }
}

.glass-card li {
    font-size: 0.875rem;
    line-height: 1.5
}

#success-stories h2 {
    font-size: 2.5rem
}

@media(min-width:768px) {
    #success-stories h2 {
        font-size: 3.5rem
    }
}

@media(min-width:1024px) {
    #success-stories h2 {
        font-size: 4.5rem
    }
}

#work {
    --section-padding: 60px
}

@media(min-width:768px) {
    #work {
        --section-padding: 80px
    }
}

#work .grid {
    gap: 12px
}

@media(min-width:640px) {
    #work .grid {
        gap: 15px
    }
}

@media(min-width:1024px) {
    #work .grid {
        gap: 20px
    }
}

.work-tile img,
.work-tile video,
#work img,
#work video {
    max-height: 280px;
    object-fit: cover;
    aspect-ratio: 16/10
}

@media(min-width:768px) {

    .work-tile img,
    .work-tile video,
    #work img,
    #work video {
        max-height: 320px
    }
}

@media(min-width:1024px) {

    .work-tile img,
    .work-tile video,
    #work img,
    #work video {
        max-height: 350px
    }
}

#work h3,
.work-tile h3 {
    font-size: 1.25rem !important
}

@media(min-width:768px) {

    #work h3,
    .work-tile h3 {
        font-size: 1.5rem !important
    }
}

:root {
    --bg-primary: #050505;
    --bg-secondary: #0a0a0a;
    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    --accent: #DC2626
}

[data-theme="light"] {
    --bg-primary: #ffffff;
    --bg-secondary: #f5f5f5;
    --text-primary: #0a0a0a;
    --text-secondary: #52525b;
    --accent: #DC2626
}

[data-theme="light"] body {
    background-color: var(--bg-primary);
    color: var(--text-primary)
}

[data-theme="light"] .glass-card {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.1)
}

[data-theme="light"] .glass-card:hover {
    background: rgba(245, 245, 245, 0.95)
}

.theme-toggle {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3)
}

.theme-toggle:hover {
    transform: scale(1.1);
    border-color: #DC2626;
    box-shadow: 0 4px 30px rgba(220, 38, 38, 0.4)
}

[data-theme="light"] .theme-toggle {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.1)
}

#exit-intent-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    z-index: 10003;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease
}

#exit-intent-popup.show {
    display: flex;
    opacity: 1
}

.exit-popup-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border: 2px solid rgba(220, 38, 38, 0.3);
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0
}

#exit-intent-popup.show .exit-popup-content {
    opacity: 1
}

.social-proof-notification {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 9998;
    transform: translateX(-120%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    max-width: 350px
}

.social-proof-notification.show {
    transform: translateX(0)
}

.social-proof-notification .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #DC2626, #991b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    flex-shrink: 0
}

@media(max-width:768px) {
    .social-proof-notification {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        max-width: calc(100% - 2rem)
    }

    .theme-toggle {
        bottom: 5rem;
        right: 1rem
    }
}

.text-zinc-400 {
    color: #d4d4d8 !important
}

@media(max-width:768px) {

    button,
    a[href],
    input,
    textarea,
    select,
    .hover-trigger,
    .package-card {
        min-height: 44px;
        min-width: 44px;
        touch-action: manipulation
    }

    nav a {
        padding: 12px 20px;
        min-height: 44px;
        display: inline-flex;
        align-items: center
    }

    .inline-flex.gap-3 {
        padding: 14px 24px !important
    }
}

.hero-section,
#main-content>section:first-child,
nav {
    contain: layout style;
    will-change: transform
}

html {
    opacity: 1
}

html.loading {
    opacity: 0;
    transition: opacity 0.3s
}

button,
a,
.glass-card,
.package-card {
    transform: translateZ(0);
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@media(prefers-contrast:high) {

    .text-zinc-400,
    .text-zinc-500 {
        color: #ffffff !important
    }

    button,
    a {
        border: 2px solid currentColor !important
    }
}

@media print {

    #cursor,
    #scroll-progress,
    #preloader,
    nav,
    video,
    .exit-popup,
    .social-proof-notification {
        display: none !important
    }

    body {
        background: white;
        color: black
    }
}

.modal-content,
.popup-box,
.modal-body,
.exit-popup-content,
#lead-magnet-popup>div,
#lead-magnet-popup .bg-gradient-to-br,
#exit-intent-popup .exit-popup-content {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 400px !important;
    max-width: 90% !important;
    max-height: 80vh !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    overflow-y: auto !important;
    padding: 24px !important;
    margin: 0 !important;
    will-change: transform !important;
    backface-visibility: hidden !important
}

@media(max-width:768px) {

    .modal-content,
    .popup-box,
    .modal-body,
    .exit-popup-content,
    #lead-magnet-popup>div,
    #lead-magnet-popup .bg-gradient-to-br,
    #exit-intent-popup .exit-popup-content {
        width: 85% !important;
        max-width: 320px !important;
        max-height: 70vh !important;
        padding: 18px !important;
        border-radius: 12px !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important
    }

    #exit-intent-popup,
    #lead-magnet-popup {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important
    }

    .modal-content h2,
    .popup-box h2,
    .exit-popup-content h2,
    #lead-magnet-popup h2 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important
    }

    .modal-content p,
    .popup-box p,
    .exit-popup-content p,
    #lead-magnet-popup p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important
    }

    .modal-content button,
    .popup-box button,
    .exit-popup-content button,
    #lead-magnet-popup button {
        padding: 10px 20px !important;
        font-size: 0.875rem !important
    }

    #lead-magnet-popup,
    #exit-intent-popup {
        padding: 20px !important;
        overflow-y: auto !important
    }

    #work,
    #our-work,
    .portfolio-section {
        padding: 40px 10px !important
    }

    #work h2,
    #our-work h2,
    .section-title {
        font-size: 2rem !important;
        margin-bottom: 20px !important
    }

    .work-grid,
    .portfolio-grid,
    #work .grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important
    }

    .work-card,
    .portfolio-item,
    .work-tile {
        padding: 10px !important;
        min-height: auto !important
    }

    .work-card img,
    .portfolio-item img,
    .work-tile img,
    #work img {
        height: 140px !important;
        max-height: 140px !important;
        object-fit: cover !important
    }

    .work-tile video,
    #work video {
        height: 140px !important;
        max-height: 140px !important;
        object-fit: cover !important
    }

    .work-tile h3,
    .work-card h3,
    #work h3 {
        font-size: 0.875rem !important;
        margin-bottom: 5px !important
    }

    .work-tile p,
    .work-card p,
    #work p {
        font-size: 0.75rem !important;
        line-height: 1.3 !important
    }
}

@media(max-width:375px) {

    .modal-content,
    .popup-box,
    .exit-popup-content,
    #lead-magnet-popup>div {
        width: 90% !important;
        max-width: 320px !important;
        padding: 12px !important;
        font-size: 0.85rem !important
    }

    .work-grid,
    #work .grid {
        grid-template-columns: 1fr !important
    }
}

.slider-portfolio {
    position: relative
}

.portfolio-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative
}

.portfolio-slider {
    display: flex;
    gap: 20px;
    padding: 20px;
    padding-left: max(20px, calc((100vw - 1600px)/2 + 32px));
    padding-right: max(20px, calc((100vw - 1600px)/2 + 32px));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.portfolio-slider::-webkit-scrollbar {
    display: none
}

.portfolio-slider:active {
    cursor: grabbing
}

.portfolio-slide {
    position: relative;
    flex-shrink: 0;
    width: 80vw;
    max-width: 600px;
    aspect-ratio: 16/9;
    border-radius: 16px;
    background: #0a0a0a;
    border: 1px solid #222;
    overflow: hidden;
    scroll-snap-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer
}

@media(min-width:768px) {
    .portfolio-slider {
        gap: 24px
    }

    .portfolio-slide {
        width: 40vw;
        max-width: 700px;
        scroll-snap-align: start
    }
}

.slide-image-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)
}

.portfolio-slide:hover {
    border-color: #DC2626;
    box-shadow: 0 20px 40px -10px rgba(220, 38, 38, 0.3), 0 0 40px rgba(220, 38, 38, 0.2);
    transform: scale(1.02)
}

.portfolio-slide:hover .slide-image {
    transform: scale(1.05)
}

@media(max-width:767px) {
    .portfolio-slider {
        padding-left: 16px;
        padding-right: 16px;
        gap: 16px
    }

    .portfolio-slide {
        width: 85vw;
        border-radius: 12px
    }
}

@media(max-width:480px) {
    .portfolio-slide {
        width: 90vw
    }
}

.portfolio-slide,
.slide-image {
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.project-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto
}

@media(max-width:640px) {

    [role="dialog"],
    .modal-content,
    #lightbox-content,
    #lead-magnet-popup>div,
    #exit-intent-popup .exit-popup-content {
        max-width: 90vw !important;
        max-height: 85vh !important;
        overflow-y: auto !important;
        padding: 1rem !important
    }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid #DC2626;
    outline-offset: 2px;
    border-radius: 4px
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: local('Inter')
}

@font-face {
    font-family: 'Space Grotesk';
    font-display: swap;
    src: local('Space Grotesk')
}