.rga-site-shell {
    --rga-shell: min(1220px, calc(100vw - 40px));
    --rga-bg: #04010a;
    --rga-surface: #171a1f;
    --rga-surface-soft: #221036;
    --rga-text: #f5f5f7;
    --rga-muted: rgba(255, 255, 255, 0.72);
    --rga-purple: #4b11a8;
    --rga-purple-bright: #a317ff;
    --rga-pink: #ff1771;
    --rga-line: rgba(255, 255, 255, 0.12);
    --rga-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    --rga-scroll: 0px;
    --rga-mouse-x: 0px;
    --rga-mouse-y: 0px;
    --rga-header-shell: min(1720px, calc(100vw - clamp(40px, 8vw, 160px)));
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 12%, rgba(90, 13, 201, 0.55), transparent 28%),
        radial-gradient(circle at 80% 0%, rgba(255, 23, 113, 0.24), transparent 18%),
        radial-gradient(circle at 88% 54%, rgba(0, 220, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #020109 0%, #05010d 35%, #15062c 68%, #06020f 100%);
    color: var(--rga-text);
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.rga-site-shell,
.rga-site-shell *,
.rga-site-shell *::before,
.rga-site-shell *::after {
    box-sizing: border-box;
}

.rga-site-shell img {
    display: block;
    width: 100%;
    height: auto;
}

.rga-site-shell a {
    color: inherit;
    text-decoration: none;
}

.rga-floating-wa-shell {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: grid;
    justify-items: end;
    gap: 10px;
}

.rga-floating-wa {
    min-width: 156px;
    height: 58px;
    padding: 0 18px 0 10px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    animation: rga-wa-pulse 2.6s ease-in-out infinite;
}

.rga-wa-mark {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.82rem;
    line-height: 1;
}

.rga-wa-label {
    font-size: 0.88rem;
    line-height: 1;
    text-transform: uppercase;
}

.rga-floating-wa:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 24px 52px rgba(37, 211, 102, 0.38);
}

.rga-site-shell.is-menu-open .rga-floating-wa-shell {
    opacity: 0;
    pointer-events: none;
}

.rga-floating-wa-menu {
    position: absolute;
    right: 0;
    bottom: 74px;
    min-width: 250px;
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 6, 18, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.54);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.rga-floating-wa-shell.is-open .rga-floating-wa-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.rga-floating-wa-menu a {
    display: grid;
    gap: 3px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(124, 0, 255, 0.22), rgba(255, 23, 113, 0.18));
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.rga-floating-wa-menu a:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 220, 255, 0.42);
}

.rga-floating-wa-menu strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    line-height: 0.95;
}

.rga-floating-wa-menu span {
    color: var(--rga-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.rga-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

.rga-hero::before,
.rga-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.rga-hero::before {
    background: linear-gradient(180deg, rgba(3, 1, 9, 0.54) 0%, rgba(3, 1, 9, 0.82) 55%, rgba(3, 1, 9, 0.97) 100%);
}

.rga-hero::after {
    background:
        radial-gradient(circle at 60% 34%, rgba(255, 23, 113, 0.24), transparent 18%),
        radial-gradient(circle at 14% 62%, rgba(54, 42, 255, 0.25), transparent 20%);
    animation: rga-color-drift 12s ease-in-out infinite alternate;
}

.rga-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.rga-hero-media img {
    height: 100%;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.05);
    transform: translate3d(calc(var(--rga-mouse-x) * -0.012), calc((var(--rga-scroll) * 0.08) + (var(--rga-mouse-y) * -0.012)), 0) scale(1.06);
    transition: transform 0.2s ease-out;
    animation: rga-hero-zoom 18s ease-in-out infinite alternate;
}

.rga-motion-layer {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.rga-motion-layer::before {
    content: "";
    position: absolute;
    inset: -18%;
    background:
        linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 47%, transparent 52%),
        linear-gradient(290deg, transparent 0 48%, rgba(0, 220, 255, 0.07) 52%, transparent 58%);
    transform: translateX(-30%);
    animation: rga-light-sweep 8s ease-in-out infinite;
}

.rga-motion-mark {
    position: absolute;
    width: 46px;
    aspect-ratio: 1;
    border: 3px solid rgba(0, 220, 255, 0.26);
    clip-path: polygon(50% 0, 100% 86%, 0 86%);
    opacity: 0.72;
    transform: rotate(var(--rga-rotate, 0deg));
    animation: rga-float-mark var(--rga-speed, 9s) ease-in-out infinite alternate;
}

.rga-motion-mark-1 {
    --rga-rotate: -18deg;
    --rga-speed: 8s;
    left: 9%;
    top: 24%;
    border-color: rgba(255, 23, 113, 0.24);
}

.rga-motion-mark-2 {
    --rga-rotate: 12deg;
    --rga-speed: 11s;
    left: 18%;
    bottom: 11%;
}

.rga-motion-mark-3 {
    --rga-rotate: 38deg;
    --rga-speed: 10s;
    right: 17%;
    top: 31%;
    width: 72px;
}

.rga-motion-mark-4 {
    --rga-rotate: -36deg;
    --rga-speed: 13s;
    right: 9%;
    bottom: 18%;
    border-color: rgba(255, 181, 80, 0.24);
}

.rga-motion-mark-5 {
    --rga-rotate: 22deg;
    --rga-speed: 9s;
    left: 43%;
    top: 16%;
    width: 32px;
}

.rga-motion-mark-6 {
    --rga-rotate: 8deg;
    --rga-speed: 12s;
    left: 59%;
    bottom: 9%;
    width: 58px;
}

.rga-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(16px);
    background: linear-gradient(180deg, rgba(3, 1, 9, 0.86), rgba(3, 1, 9, 0.34) 78%, transparent);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.rga-topbar.is-scrolled {
    background: rgba(3, 1, 9, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.rga-hero-inner,
.rga-section-inner {
    width: var(--rga-shell);
    margin: 0 auto;
}

.rga-topbar-inner {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    grid-template-rows: 58px 46px;
    gap: 0 42px;
    align-items: center;
    width: var(--rga-header-shell);
    margin: 0 auto;
    padding: 30px 0 22px;
}

.rga-brand {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column: 1;
    grid-row: 1 / 3;
    min-width: 0;
}

.rga-brand img {
    width: auto;
    height: 96px;
    max-width: 190px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.55));
}

.rga-brand span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.rga-nav-links,
.rga-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.rga-social-links {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 12px;
}

.rga-menu-row {
    display: flex;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
}

.rga-nav-links {
    justify-content: flex-end;
    gap: 24px;
}

.rga-nav-links a,
.rga-social-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.rga-nav-links a:hover,
.rga-nav-links a.is-active,
.rga-social-links a:hover {
    color: #00dcff;
    transform: translateY(-2px);
}

.rga-nav-links a::after,
.rga-social-links a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #00dcff;
    margin-left: 12px;
    vertical-align: middle;
}

.rga-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    padding: 0;
}

.rga-social-links a::after {
    display: none;
}

.rga-menu-toggle {
    display: inline-grid;
    gap: 6px;
    width: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.rga-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease;
}

.rga-menu-toggle:hover span {
    background: #00dcff;
}

.rga-site-shell.is-menu-open .rga-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.rga-site-shell.is-menu-open .rga-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.rga-site-shell.is-menu-open .rga-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.rga-hero-inner {
    display: grid;
    align-items: center;
    min-height: calc(100vh - 156px);
    padding: 68px 0 118px;
}

.rga-hero-copy {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    animation: rga-hero-copy-in 0.9s ease both;
}

.rga-kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--rga-pink);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.rga-hero h1,
.rga-section h2,
.rga-showcase-card__body h3,
.rga-service-card__body h3,
.rga-proof-card h3,
.rga-contact-copy h2 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rga-hero h1 {
    font-size: clamp(4.2rem, 10vw, 8.6rem);
    line-height: 0.92;
    text-shadow: 0 3px 30px rgba(0, 0, 0, 0.55);
}

.rga-hero-title {
    max-width: 980px;
    margin: 22px auto 0;
    font-size: clamp(1.4rem, 2.6vw, 2.4rem);
    font-weight: 800;
    text-transform: uppercase;
}

.rga-hero-subtitle,
.rga-section-intro p,
.rga-large-copy,
.rga-rich-copy p,
.rga-showcase-card__body p,
.rga-service-card__body p {
    color: var(--rga-muted);
    line-height: 1.75;
}

.rga-hero-subtitle {
    max-width: 880px;
    margin: 20px auto 0;
    font-size: 1.08rem;
}

.rga-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.rga-button {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.84rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.rga-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.34) 48%, transparent 58%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.rga-button:hover {
    transform: translateY(-3px);
}

.rga-button:hover::after {
    transform: translateX(120%);
}

.rga-button-primary {
    background: linear-gradient(135deg, #ff1771, #8427ff);
    color: #fff;
    box-shadow: 0 18px 42px rgba(132, 39, 255, 0.4);
}

.rga-button-ghost {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
}

.rga-button-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.74rem;
}

.rga-hero-bullets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.rga-hero-bullets li,
.rga-tag-list li,
.rga-mini-list li {
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(17, 17, 19, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.rga-hero-bullets li:hover,
.rga-tag-list li:hover,
.rga-mini-list li:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 220, 255, 0.42);
    background: rgba(0, 220, 255, 0.12);
}

.rga-hero-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.rga-metric,
.rga-stat-card {
    padding: 18px;
    background: rgba(17, 17, 19, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: var(--rga-shadow);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rga-metric:hover,
.rga-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 220, 255, 0.38);
    background: rgba(17, 17, 19, 0.86);
}

.rga-metric strong,
.rga-stat-card strong {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.1rem;
    line-height: 0.95;
}

.rga-metric span,
.rga-stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--rga-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rga-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

.rga-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    transform: translate3d(0, calc(var(--rga-scroll) * -0.01), 0);
}

.rga-section > * {
    position: relative;
    z-index: 1;
}

.rga-section-purple::before {
    background:
        linear-gradient(172deg, transparent 0 8%, rgba(75, 17, 168, 0.94) 8% 100%);
}

.rga-section-dark::before {
    background:
        linear-gradient(8deg, transparent 0 7%, rgba(5, 1, 13, 1) 7% 100%);
}

.rga-section-contact::before {
    background:
        linear-gradient(180deg, rgba(5, 1, 13, 0.72), rgba(20, 8, 48, 0.9)),
        radial-gradient(circle at 20% 0%, rgba(163, 23, 255, 0.34), transparent 24%),
        url("brochure/contact-stage-v139.jpg") center / cover no-repeat;
    filter: saturate(1.12) contrast(1.08);
}

.rga-section-inner {
    position: relative;
}

.rga-section-intro {
    text-align: center;
    max-width: 960px;
}

.rga-section h2 {
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 0.95;
}

.rga-section-intro p {
    margin: 20px auto 0;
    max-width: 920px;
    font-size: 1.04rem;
}

.rga-section-actions {
    width: var(--rga-shell);
    margin: 34px auto 0;
    display: flex;
    justify-content: center;
}

.rga-card-grid {
    display: grid;
    gap: 26px;
    width: var(--rga-shell);
    margin: 56px auto 0;
}

.rga-section-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: var(--rga-shell);
    margin: 28px auto 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.rga-section-tabs::-webkit-scrollbar {
    display: none;
}

.rga-section-tabs a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(17, 17, 19, 0.5);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.rga-section-tabs a:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 220, 255, 0.48);
    background: rgba(0, 220, 255, 0.12);
}

.rga-social-wall {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 310px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(89, 0, 180, 0.52), rgba(255, 0, 136, 0.42), rgba(10, 0, 48, 0.58)),
        linear-gradient(180deg, rgba(5, 1, 13, 0.08), rgba(5, 1, 13, 0.3)),
        url("brochure/social-wall-v139.jpg") center / cover no-repeat;
    border-top: 4px solid #00dcff;
    border-bottom: 4px solid #4b11a8;
}

.rga-social-wall::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 55% 0%, rgba(255, 255, 255, 0.18), transparent 20%);
    pointer-events: none;
}

.rga-social-wall a {
    position: relative;
    z-index: 1;
    min-height: 310px;
    display: flex;
    align-items: flex-end;
    padding: 34px 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: background 0.24s ease, transform 0.24s ease;
}

.rga-social-wall a:first-child {
    border-left: 0;
}

.rga-social-wall a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0 45%, rgba(5, 1, 13, 0.54) 100%);
    opacity: 0.82;
    transition: opacity 0.24s ease;
}

.rga-social-wall a:hover {
    background: rgba(255, 23, 113, 0.18);
    transform: translateY(-4px);
}

.rga-social-wall a:hover::before {
    opacity: 0.46;
}

.rga-social-wall span {
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.58);
}

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

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

.rga-services-carousel {
    position: relative;
    width: var(--rga-shell);
    margin: 54px auto 0;
    padding: 0 2px;
}

.rga-services-viewport {
    overflow: hidden;
}

.rga-services-track {
    display: flex;
    gap: 26px;
    transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.rga-service-card--carousel {
    flex: 0 0 calc((100% - 52px) / 3);
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

.rga-service-card--carousel .rga-service-card__media {
    aspect-ratio: 16 / 9;
}

.rga-service-card--carousel .rga-service-card__body {
    min-height: 206px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rga-service-card--carousel .rga-service-card__lead {
    margin-bottom: 10px;
}

.rga-service-card--carousel .rga-service-card__body h3 {
    max-width: 92%;
    font-size: clamp(1.9rem, 3vw, 2.35rem);
}

.rga-service-card--carousel .rga-card-actions {
    margin-top: auto;
}

.rga-carousel-arrow {
    position: absolute;
    top: 40%;
    z-index: 3;
    width: 56px;
    height: 92px;
    display: inline-grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--rga-pink);
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease;
}

.rga-carousel-arrow span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 72px;
    font-size: 4rem;
    line-height: 1;
    text-shadow: 0 0 24px rgba(255, 23, 113, 0.58);
}

.rga-carousel-arrow:hover {
    color: #00dcff;
    transform: translateY(-3px);
}

.rga-carousel-arrow--prev {
    left: -66px;
}

.rga-carousel-arrow--next {
    right: -66px;
}

.rga-carousel-progress {
    width: min(360px, 70vw);
    height: 4px;
    margin: 34px auto 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.38);
}

.rga-carousel-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff, var(--rga-pink));
    transform: scaleX(var(--rga-carousel-progress, 0.33));
    transform-origin: left center;
    transition: transform 0.4s ease;
}

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

.rga-showcase-card,
.rga-service-card,
.rga-proof-card,
.rga-contact-card {
    background: #171a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--rga-shadow);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rga-showcase-card,
.rga-service-card,
.rga-event-post {
    scroll-margin-top: 170px;
}

.rga-clickable-card {
    cursor: pointer;
}

.rga-showcase-card:hover,
.rga-service-card:hover,
.rga-proof-card:hover,
.rga-contact-card:hover {
    transform: translateY(-9px);
    border-color: rgba(0, 220, 255, 0.36);
    box-shadow: 0 38px 110px rgba(0, 0, 0, 0.56);
}

.rga-showcase-card__media,
.rga-service-card__media {
    aspect-ratio: 1 / 0.78;
}

.rga-showcase-card__media {
    cursor: zoom-in;
}

.rga-showcase-card__media img,
.rga-service-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.rga-showcase-card:hover .rga-showcase-card__media img,
.rga-service-card:hover .rga-service-card__media img {
    filter: saturate(1.24) contrast(1.08);
    transform: scale(1.08);
}

.rga-showcase-card__body,
.rga-service-card__body {
    padding: 24px;
}

.rga-showcase-card__eyebrow,
.rga-service-card__lead {
    display: inline-block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}

.rga-showcase-card__body h3,
.rga-service-card__body h3,
.rga-proof-card h3,
.rga-contact-copy h2 {
    font-size: 2.2rem;
    line-height: 0.96;
}

.rga-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.78rem;
}

.rga-link-arrow::after {
    content: "";
    width: 36px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rga-pink), #ff5b2a);
    transition: width 0.24s ease;
}

.rga-link-arrow:hover::after {
    width: 54px;
}

.rga-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
}

.rga-detail-stack {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.rga-detail-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: start;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(23, 26, 31, 0.96), rgba(12, 9, 22, 0.98)),
        linear-gradient(90deg, var(--rga-accent), transparent);
    box-shadow: var(--rga-shadow);
    scroll-margin-top: 170px;
}

.rga-detail-panel h2,
.rga-detail-panel h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.96;
    text-transform: uppercase;
}

.rga-detail-panel h4 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.7rem;
    line-height: 0.96;
    text-transform: uppercase;
}

.rga-detail-panel p {
    color: var(--rga-muted);
}

.rga-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 32px;
    align-items: start;
}

.rga-content-panel {
    padding-right: 12px;
}

.rga-large-copy {
    font-size: 1.1rem;
}

.rga-rich-copy {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.rga-rich-copy p {
    margin: 0;
}

.rga-tag-list,
.rga-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.rga-proof-stack {
    display: grid;
    gap: 22px;
}

.rga-proof-card {
    padding: 24px;
    background: linear-gradient(180deg, rgba(23, 26, 31, 0.95), rgba(13, 14, 18, 0.98));
}

.rga-client-card {
    min-height: 250px;
}

.rga-client-card p {
    margin: 16px 0 0;
    color: var(--rga-muted);
    line-height: 1.7;
}

.rga-client-value {
    display: block;
    margin-bottom: 18px;
    color: #00dcff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.9;
}

.rga-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rga-service-card {
    display: grid;
}

.rga-service-card--compact .rga-service-card__body {
    min-height: 270px;
    display: flex;
    flex-direction: column;
}

.rga-service-card--compact .rga-service-card__body p {
    margin-bottom: 0;
}

.rga-service-card--compact .rga-card-actions {
    margin-top: auto;
}

.rga-service-card__bar {
    width: 56px;
    height: 6px;
    margin: 20px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rga-accent), var(--rga-pink));
    transform-origin: left center;
    animation: rga-bar-pulse 2.6s ease-in-out infinite;
}

.rga-gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: var(--rga-shell);
    margin: 54px auto 0;
    grid-auto-rows: 180px;
}

.rga-gallery-tile {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #12141a;
    box-shadow: var(--rga-shadow);
    cursor: zoom-in;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.rga-gallery-tile img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.rga-gallery-tile:hover img {
    transform: scale(1.05);
}

.rga-gallery-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

.rga-gallery-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 1, 9, 0.02), rgba(3, 1, 9, 0.24));
}

.rga-gallery-tile figcaption {
    display: none;
}

.rga-gallery-tile strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 0.95;
}

.rga-gallery-tile span {
    color: var(--rga-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rga-gallery-tile-1,
.rga-gallery-tile-5 {
    grid-column: span 2;
    grid-row: span 2;
}

.rga-gallery-tile-3 {
    grid-row: span 2;
}

.rga-facebook-section::before {
    background:
        linear-gradient(180deg, rgba(40, 8, 94, 0.96), rgba(5, 1, 13, 0.98)),
        radial-gradient(circle at 76% 18%, rgba(236, 24, 143, 0.34), transparent 24%);
}

.rga-facebook-grid {
    width: var(--rga-shell);
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: stretch;
}

.rga-facebook-feature,
.rga-facebook-tile {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: #101319;
    box-shadow: var(--rga-shadow);
}

.rga-facebook-feature {
    min-height: 520px;
}

.rga-facebook-feature img,
.rga-facebook-tile img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.rga-facebook-feature::after,
.rga-facebook-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 1, 13, 0.06), rgba(5, 1, 13, 0.78));
}

.rga-facebook-feature:hover img,
.rga-facebook-tile:hover img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.rga-facebook-badge,
.rga-facebook-tile span {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-weight: 900;
    font-size: 0.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rga-facebook-badge {
    top: 18px;
    bottom: auto;
    right: auto;
    width: max-content;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(17, 17, 19, 0.76);
}

.rga-facebook-copy {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 8px;
}

.rga-facebook-copy strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.rga-facebook-copy span {
    color: var(--rga-muted);
    font-weight: 800;
    text-transform: uppercase;
}

.rga-facebook-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rga-pink), var(--rga-violet));
    box-shadow: 0 22px 70px rgba(236, 24, 143, 0.44);
    transform: translate(-50%, -50%);
}

.rga-facebook-play::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 24px;
    border-left: 21px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.rga-facebook-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rga-facebook-tile {
    min-height: 250px;
}

.rga-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
    gap: 34px;
    align-items: start;
}

.rga-contact-cards {
    display: grid;
    gap: 18px;
}

.rga-contact-card {
    text-decoration: none;
    padding: 24px;
    display: grid;
    gap: 8px;
}

.rga-contact-card strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.1rem;
    line-height: 0.94;
    text-transform: uppercase;
}

.rga-contact-card span {
    color: var(--rga-muted);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.8rem;
}

.rga-contact-card--list {
    background: linear-gradient(180deg, rgba(23, 26, 31, 0.98), rgba(34, 16, 54, 0.95));
}

.rga-contact-card--list .rga-mini-list {
    margin-top: 8px;
}

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

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

.rga-lightbox {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(2, 1, 9, 0.88);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.rga-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.rga-lightbox img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 36px 130px rgba(0, 0, 0, 0.62);
    transform: scale(0.96);
    transition: transform 0.25s ease;
}

.rga-lightbox.is-open img {
    transform: scale(1);
}

.rga-lightbox-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(17, 17, 19, 0.82);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}

.rga-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 58px;
    height: 74px;
    display: none;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(17, 17, 19, 0.72);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rga-lightbox.has-slider .rga-lightbox-nav {
    display: grid;
}

.rga-lightbox-nav:hover {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(236, 24, 143, 0.88);
}

.rga-lightbox-nav span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 4rem;
    line-height: 0.65;
    transform: translateY(-2px);
}

.rga-lightbox-prev {
    left: 24px;
}

.rga-lightbox-next {
    right: 24px;
}

@keyframes rga-hero-copy-in {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes rga-hero-zoom {
    from {
        filter: saturate(1.05) contrast(1.02);
    }
    to {
        filter: saturate(1.28) contrast(1.1);
    }
}

@keyframes rga-color-drift {
    from {
        opacity: 0.72;
    }
    to {
        opacity: 1;
    }
}

@keyframes rga-light-sweep {
    0%, 18% {
        transform: translateX(-42%);
        opacity: 0;
    }
    42%, 68% {
        opacity: 0.72;
    }
    100% {
        transform: translateX(38%);
        opacity: 0;
    }
}

@keyframes rga-float-mark {
    from {
        transform: translate3d(0, 0, 0) rotate(var(--rga-rotate, 0deg));
    }
    to {
        transform: translate3d(22px, -26px, 0) rotate(calc(var(--rga-rotate, 0deg) + 18deg));
    }
}

@keyframes rga-wa-pulse {
    0%, 100% {
        box-shadow: 0 18px 40px rgba(124, 0, 255, 0.42);
    }
    50% {
        box-shadow: 0 18px 54px rgba(255, 23, 113, 0.58);
    }
}

@keyframes rga-bar-pulse {
    0%, 100% {
        transform: scaleX(0.7);
    }
    50% {
        transform: scaleX(1);
    }
}

@media (max-width: 1180px) {
    .rga-site-shell {
        --rga-header-shell: var(--rga-shell);
    }

    .rga-topbar-inner {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 14px 18px;
        padding: 18px 0;
    }

    .rga-brand {
        grid-column: 1;
        grid-row: 1;
    }

    .rga-brand img {
        height: 78px;
        max-width: 150px;
    }

    .rga-social-links {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        gap: 8px;
    }

    .rga-social-links a {
        width: 34px;
        height: 34px;
        font-size: 0.62rem;
        border-width: 1px;
    }

    .rga-menu-row {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 18px;
    }

    .rga-nav-links {
        display: none;
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        padding: 14px 0 0;
    }

    .rga-site-shell.is-menu-open .rga-nav-links {
        display: flex;
    }

    .rga-menu-toggle {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .rga-services-track {
        gap: 22px;
    }

    .rga-service-card--carousel {
        flex-basis: calc((100% - 22px) / 2);
    }

    .rga-carousel-arrow--prev {
        left: -22px;
    }

    .rga-carousel-arrow--next {
        right: -22px;
    }

    .rga-hero-metrics,
    .rga-card-grid-featured,
    .rga-card-grid-services,
    .rga-client-grid,
    .rga-contact-layout,
    .rga-two-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rga-contact-layout,
    .rga-two-column {
        grid-template-columns: 1fr;
    }

    .rga-social-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rga-social-wall a {
        min-height: 220px;
    }

    .rga-gallery-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rga-facebook-grid {
        grid-template-columns: 1fr;
    }

    .rga-facebook-feature {
        min-height: 460px;
    }

    .rga-detail-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .rga-site-shell {
        --rga-shell: min(100vw - 24px, 1220px);
    }

    .rga-topbar-inner {
        gap: 10px 12px;
        padding: 14px 0;
    }

    .rga-brand img {
        height: 62px;
        max-width: 124px;
    }

    .rga-social-links {
        gap: 7px;
    }

    .rga-social-links a {
        width: 32px;
        height: 32px;
        font-size: 0.62rem;
    }

    .rga-menu-toggle {
        width: 38px;
        gap: 5px;
    }

    .rga-menu-toggle span {
        height: 2px;
    }

    .rga-site-shell.is-menu-open .rga-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .rga-site-shell.is-menu-open .rga-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .rga-hero-inner {
        padding: 70px 0 90px;
    }

    .rga-hero h1 {
        font-size: clamp(2.7rem, 13.5vw, 4.1rem);
    }

    .rga-hero-title {
        font-size: 1.15rem;
    }

    .rga-hero-metrics,
    .rga-card-grid-featured,
    .rga-card-grid-services,
    .rga-client-grid,
    .rga-stat-grid,
    .rga-gallery-mosaic {
        grid-template-columns: 1fr;
    }

    .rga-section-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
    }

    .rga-section-tabs a {
        flex: 0 0 auto;
        min-height: 36px;
        font-size: 0.68rem;
        scroll-snap-align: start;
    }

    .rga-social-wall {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .rga-social-wall a {
        min-height: 120px;
        padding: 26px 22px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }

    .rga-social-wall a:first-child {
        border-top: 0;
    }

    .rga-card-actions {
        align-items: stretch;
    }

    .rga-card-actions .rga-button {
        flex: 1 1 140px;
    }

    .rga-services-carousel {
        margin-top: 34px;
        padding: 0;
    }

    .rga-services-track {
        gap: 16px;
    }

    .rga-service-card--carousel {
        flex-basis: 100%;
    }

    .rga-service-card--carousel .rga-service-card__body {
        min-height: 190px;
    }

    .rga-carousel-arrow {
        top: 34%;
        width: 44px;
        height: 64px;
    }

    .rga-carousel-arrow span {
        width: 42px;
        height: 58px;
        font-size: 3.1rem;
    }

    .rga-carousel-arrow--prev {
        left: 2px;
    }

    .rga-carousel-arrow--next {
        right: 2px;
    }

    .rga-carousel-progress {
        margin-top: 24px;
    }

    .rga-detail-panel {
        padding: 22px;
        scroll-margin-top: 130px;
    }

    .rga-gallery-tile-1,
    .rga-gallery-tile-3,
    .rga-gallery-tile-5 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .rga-facebook-grid {
        margin-top: 34px;
    }

    .rga-facebook-feature {
        min-height: 420px;
    }

    .rga-facebook-photos {
        grid-template-columns: 1fr;
    }

    .rga-facebook-tile {
        min-height: 210px;
    }

    .rga-facebook-copy {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .rga-lightbox {
        padding: 18px 12px;
    }

    .rga-lightbox img {
        max-width: 92vw;
        max-height: 78vh;
    }

    .rga-lightbox-nav {
        width: 42px;
        height: 58px;
        background: rgba(17, 17, 19, 0.82);
    }

    .rga-lightbox-nav span {
        font-size: 3.1rem;
    }

    .rga-lightbox-prev {
        left: 8px;
    }

    .rga-lightbox-next {
        right: 8px;
    }

    .rga-nav-links a {
        font-size: 0.72rem;
    }

    .rga-showcase-card__body h3,
    .rga-service-card__body h3,
    .rga-proof-card h3,
    .rga-contact-copy h2 {
        font-size: 1.7rem;
    }

    .rga-floating-wa-shell {
        right: 14px;
        bottom: 14px;
    }

    .rga-floating-wa {
        min-width: 58px;
        height: 54px;
        padding: 0;
    }

    .rga-wa-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .rga-wa-mark {
        width: 38px;
        height: 38px;
    }

    .rga-floating-wa-menu {
        min-width: min(250px, calc(100vw - 28px));
        bottom: 66px;
    }

    .rga-motion-mark {
        opacity: 0.38;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .rga-site-shell *,
    .rga-site-shell *::before,
    .rga-site-shell *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

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