:root {
    --bs-primary: #b026ff;
    --bs-primary-rgb: 176, 38, 255;

    --bs-body-bg: #0a0611;
    --bs-body-bg-rgb: 10, 6, 17;
    --bs-body-color: #d8cae8;

    --bs-secondary: #1a1224;
    --bs-secondary-rgb: 26, 18, 36;

    --bs-dark: #050308;
    --bs-border-color: rgba(179, 118, 255, 0.16);

    --bs-link-color: #d18bff;
    --bs-link-hover-color: #efc8ff;

    --studio-bg: #050308;
    --studio-surface: #100918;
    --studio-surface-2: #151020;
    --studio-text: #d8cae8;
    --studio-muted: #a99abb;
    --studio-border: rgba(192, 120, 255, 0.14);
    --studio-glow: 0 0 30px rgba(176, 38, 255, 0.18);
}

/* ========================================
   Base
======================================== */
html {
    scroll-behavior: smooth;
}

body {
    background:
            radial-gradient(circle at top left, rgba(176, 38, 255, 0.18), transparent 30%),
            radial-gradient(circle at top right, rgba(255, 0, 170, 0.08), transparent 25%),
            linear-gradient(180deg, #0a0611 0%, #050308 100%);
    color: var(--studio-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-top: 57px;
}

a {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.section-padding {
    padding: 110px 0;
}

.section-dark {
    background: rgba(7, 4, 13, 0.72);
}

.section-gradient {
    background: linear-gradient(180deg, rgba(20, 10, 36, 0.85), rgba(7, 4, 13, 0.95));
}

.section-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: #cf91ff;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

.section-text {
    max-width: 720px;
    color: var(--studio-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.glow-text {
    text-shadow:
            0 0 8px rgba(176, 38, 255, 0.55),
            0 0 18px rgba(176, 38, 255, 0.22);
}

/* ========================================
   Navbar
======================================== */
.studio-navbar {
    background: rgba(5, 3, 8, 0.72);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--studio-border);
}

.navbar-brand {
    letter-spacing: 0.02em;
}

.navbar .nav-link {
    color: #d8cae8;
    transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffffff;
}

/* ========================================
   Hero / Modern Slider
======================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #050308;
}

.hero-content-wrap {
    position: relative;
    z-index: 5;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: opacity 1.2s ease, transform 6s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 3, 8, 0.9) 12%, rgba(5, 3, 8, 0.62) 48%, rgba(5, 3, 8, 0.88) 100%);
    pointer-events: none;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
            radial-gradient(circle at 18% 22%, rgba(176, 38, 255, 0.18), transparent 24%),
            radial-gradient(circle at 85% 12%, rgba(255, 55, 200, 0.1), transparent 20%),
            linear-gradient(180deg, rgba(10, 6, 17, 0.15) 0%, rgba(5, 3, 8, 0.55) 100%);
}

.hero-logo-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: min(40vw, 520px);
    opacity: 0.4;
    pointer-events: none;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    filter:
            drop-shadow(0 0 40px rgba(176, 38, 255, 0.18))
            drop-shadow(0 0 80px rgba(176, 38, 255, 0.1));
}

.hero-logo-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-badge {
    display: inline-block;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(209, 139, 255, 0.2);
    border-radius: 999px;
    background: rgba(176, 38, 255, 0.1);
    color: #e7c5ff;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 18px rgba(176, 38, 255, 0.1);
}

.hero-title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-text {
    max-width: 640px;
    color: #c9bdd8;
    font-size: 1.1rem;
    line-height: 1.85;
}

.hero-actions .btn {
    min-width: 190px;
}

.hero-info-card {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(192, 120, 255, 0.14);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(21, 16, 32, 0.8), rgba(12, 8, 20, 0.88));
    backdrop-filter: blur(14px);
    box-shadow:
            0 0 30px rgba(176, 38, 255, 0.1),
            0 24px 48px rgba(0, 0, 0, 0.35);
}

.hero-info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(176, 38, 255, 0.14), transparent 32%);
    pointer-events: none;
}

.hero-info-top {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.hero-info-kicker {
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-info-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(176, 38, 255, 0.16);
    border-radius: 999px;
    background: rgba(176, 38, 255, 0.08);
    color: #edd2ff;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-info-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.hero-info-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    color: #b6a8c8;
    line-height: 1.8;
}

.hero-mini-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.hero-mini-stat {
    padding: 1rem 0.9rem;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.hero-mini-stat strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.hero-mini-stat span {
    display: block;
    color: #a99abb;
    font-size: 0.84rem;
    line-height: 1.45;
}

.hero-slider-nav {
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    left: 0;
    z-index: 6;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
}

.hero-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    box-shadow: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hero-dot.active {
    background: #b026ff;
    transform: scale(1.15);
    box-shadow: 0 0 14px rgba(176, 38, 255, 0.55);
}

.hero-dot:hover {
    background: #d18bff;
}

/* ========================================
   Generic Panels / Cards
======================================== */
.studio-panel,
.studio-card {
    border: 1px solid var(--studio-border);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(21, 16, 32, 0.92), rgba(12, 8, 20, 0.96));
    box-shadow: var(--studio-glow);
}

.studio-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.studio-card:hover {
    transform: translateY(-6px);
    border-color: rgba(176, 38, 255, 0.34);
    box-shadow:
            0 0 32px rgba(176, 38, 255, 0.14),
            0 18px 40px rgba(0, 0, 0, 0.32);
}

.card {
    border: none;
    background: transparent;
    color: var(--studio-muted);
}

.card-body {
    padding: 2rem;
}

.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #8f00ff, #d24cff);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(176, 38, 255, 0.3);
}

.work-tag {
    display: inline-block;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(176, 38, 255, 0.18);
    border-radius: 999px;
    background: rgba(176, 38, 255, 0.12);
    color: #f1d4ff;
    font-size: 0.8rem;
}

/* ========================================
   Buttons
======================================== */
.btn {
    border-radius: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    --bs-btn-bg: #b026ff;
    --bs-btn-border-color: #b026ff;
    --bs-btn-hover-bg: #c04dff;
    --bs-btn-hover-border-color: #c04dff;
    --bs-btn-active-bg: #a01df0;
    --bs-btn-active-border-color: #a01df0;

    color: #fff;
    box-shadow: 0 0 18px rgba(176, 38, 255, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 0 24px rgba(176, 38, 255, 0.42);
}

.btn-outline-primary {
    --bs-btn-color: #d18bff;
    --bs-btn-border-color: rgba(176, 38, 255, 0.5);
    --bs-btn-hover-bg: #b026ff;
    --bs-btn-hover-border-color: #b026ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: #b026ff;
    --bs-btn-active-border-color: #b026ff;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   Forms
======================================== */
.form-label {
    color: #f2e9ff;
    font-weight: 500;
}

.form-control {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(13, 9, 20, 0.95);
    color: #f4edff;
}

.form-control::placeholder {
    color: #8d809f;
}

.form-control:focus {
    border-color: rgba(176, 38, 255, 0.45);
    background: rgba(13, 9, 20, 1);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(176, 38, 255, 0.18);
}

/* ========================================
   Studio Images
======================================== */
.image-stack {
    position: relative;
    min-height: 580px;
}

.image-card {
    position: absolute;
    overflow: hidden;
    border: 1px solid var(--studio-border);
    border-radius: 1.5rem;
    background: #0d0914;
    box-shadow:
            0 0 30px rgba(176, 38, 255, 0.12),
            0 25px 45px rgba(0, 0, 0, 0.35);
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-card-lg {
    top: 0;
    left: 0;
    width: 75%;
    height: 520px;
}

.image-card-sm {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 300px;
}

/* ========================================
   Contact / Footer Basics
======================================== */
.contact-box {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid var(--studio-border);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.02);
}

.contact-card {
    overflow: hidden;
}

.footer {
    border-top: 1px solid var(--studio-border);
    background: #040207;
}

.footer p,
.footer a {
    color: #9d8fb0;
}

.footer a:hover {
    color: #fff;
}

/* ========================================
   Studio Showcase Modern
======================================== */
.studio-showcase {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 15% 20%, rgba(176, 38, 255, 0.12), transparent 25%),
            radial-gradient(circle at 85% 10%, rgba(255, 70, 210, 0.08), transparent 20%),
            linear-gradient(180deg, #0b0612 0%, #07040d 100%);
}

.studio-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
            linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.08));
    pointer-events: none;
}

.studio-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.studio-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.studio-feature-item:hover {
    transform: translateY(-3px);
    border-color: rgba(176, 38, 255, 0.28);
    background: rgba(176, 38, 255, 0.05);
}

.studio-feature-item h3 {
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.studio-feature-item p {
    margin: 0;
    color: #a99abb;
    font-size: 0.95rem;
    line-height: 1.7;
}

.feature-dot {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #b026ff, #ff4fd8);
    box-shadow:
            0 0 10px rgba(176, 38, 255, 0.7),
            0 0 20px rgba(176, 38, 255, 0.3);
}

.studio-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.studio-stat {
    min-width: 130px;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.95), rgba(11, 8, 18, 0.95));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.studio-stat strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}

.studio-stat span {
    color: #a99abb;
    font-size: 0.9rem;
}

.studio-gallery-modern {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1rem;
    min-height: 620px;
}

.gallery-main,
.gallery-side-top,
.gallery-side-bottom {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(192, 120, 255, 0.14);
    border-radius: 1.5rem;
    background: #0f0918;
    box-shadow:
            0 0 30px rgba(176, 38, 255, 0.08),
            0 20px 40px rgba(0, 0, 0, 0.35);
}

.gallery-main {
    height: 620px;
}

.gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
}

.gallery-side-top,
.gallery-side-bottom {
    height: 302px;
}

.studio-gallery-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.gallery-main:hover img,
.gallery-side-top:hover img,
.gallery-side-bottom:hover img {
    transform: scale(1.04);
}

.gallery-main::after,
.gallery-side-top::after,
.gallery-side-bottom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24));
    pointer-events: none;
}

.gallery-badge-card {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(209, 139, 255, 0.18);
    border-radius: 1rem;
    background: rgba(10, 7, 17, 0.72);
    backdrop-filter: blur(12px);
    box-shadow:
            0 0 20px rgba(176, 38, 255, 0.12),
            0 12px 30px rgba(0, 0, 0, 0.35);
}

.gallery-badge-card .badge-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gallery-badge-card strong {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.studio-strip {
    margin-top: 3rem;
}

.studio-strip-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.studio-strip-item {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 1.15rem;
    background: #0f0918;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.studio-strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.3s ease;
}

.studio-strip-item:hover img {
    transform: scale(1.05);
}

/* ========================================
   Services Showcase Modern
======================================== */
.services-showcase {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 10% 15%, rgba(176, 38, 255, 0.12), transparent 24%),
            radial-gradient(circle at 85% 0%, rgba(255, 79, 216, 0.07), transparent 18%),
            linear-gradient(180deg, #07040d 0%, #0b0612 100%);
}

.services-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
            linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.08));
}

.services-intro-card {
    height: 100%;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(21, 16, 32, 0.92), rgba(12, 8, 20, 0.96));
    box-shadow:
            0 0 24px rgba(176, 38, 255, 0.08),
            0 16px 34px rgba(0, 0, 0, 0.28);
}

.services-intro-label {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-intro-card strong {
    display: block;
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.services-intro-card p {
    color: #a99abb;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
}

.service-card {
    position: relative;
    grid-column: span 4;
    min-height: 100%;
}

.service-card-lg,
.service-card-wide {
    grid-column: span 8;
}

.service-card-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.96), rgba(11, 8, 18, 0.98));
    box-shadow:
            0 0 24px rgba(176, 38, 255, 0.08),
            0 18px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(176, 38, 255, 0.12), transparent 30%);
    pointer-events: none;
}

.service-card:hover .service-card-inner {
    transform: translateY(-6px);
    border-color: rgba(176, 38, 255, 0.28);
    box-shadow:
            0 0 28px rgba(176, 38, 255, 0.12),
            0 22px 46px rgba(0, 0, 0, 0.34);
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    background: linear-gradient(135deg, #8f00ff, #d24cff);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow:
            0 0 18px rgba(176, 38, 255, 0.28),
            0 10px 24px rgba(0, 0, 0, 0.2);
}

.service-tag {
    display: inline-block;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(176, 38, 255, 0.18);
    border-radius: 999px;
    background: rgba(176, 38, 255, 0.08);
    color: #edccff;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-card h3 {
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
}

.service-card p {
    margin-bottom: 1.25rem;
    color: #a99abb;
    line-height: 1.8;
}

.service-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-points li {
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #ddd1ea;
    font-size: 0.9rem;
    line-height: 1;
}

/* ========================================
   Works Showcase Modern
======================================== */
.works-showcase {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 12% 10%, rgba(176, 38, 255, 0.1), transparent 22%),
            radial-gradient(circle at 85% 0%, rgba(255, 79, 216, 0.06), transparent 18%),
            linear-gradient(180deg, #07040d 0%, #0b0612 100%);
}

.works-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
            linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08));
}

.works-intro-card {
    height: 100%;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(21, 16, 32, 0.92), rgba(12, 8, 20, 0.96));
    box-shadow:
            0 0 24px rgba(176, 38, 255, 0.08),
            0 16px 34px rgba(0, 0, 0, 0.28);
}

.works-intro-label {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.works-intro-card strong {
    display: block;
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.works-intro-card p {
    color: #a99abb;
    line-height: 1.7;
}

.works-panel {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.96), rgba(11, 8, 18, 0.98));
    box-shadow:
            0 0 24px rgba(176, 38, 255, 0.08),
            0 18px 40px rgba(0, 0, 0, 0.3);
}

.works-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(176, 38, 255, 0.12), transparent 30%);
    pointer-events: none;
}

.works-panel-lg {
    min-height: 100%;
}

.works-panel-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.works-panel-head h3 {
    margin: 0.5rem 0 0;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
}

.works-badge {
    display: inline-block;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(176, 38, 255, 0.18);
    border-radius: 999px;
    background: rgba(176, 38, 255, 0.08);
    color: #edccff;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.works-panel-text {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    color: #a99abb;
    line-height: 1.8;
}

.embed-shell {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.02);
}

.spotify-shell {
    padding: 0.35rem;
}

.trustpilot-highlight {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.4rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
}

.trustpilot-score {
    flex: 0 0 auto;
    min-width: 92px;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #8f00ff, #d24cff);
    text-align: center;
    box-shadow:
            0 0 18px rgba(176, 38, 255, 0.28),
            0 10px 24px rgba(0, 0, 0, 0.2);
}

.trustpilot-score strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}

.trustpilot-score span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.trustpilot-meta p,
.trustpilot-meta small {
    color: #a99abb;
}

.trustpilot-stars {
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
}

/* ========================================
   Contact Showcase Modern
======================================== */
.contact-showcase {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 12% 15%, rgba(176, 38, 255, 0.12), transparent 24%),
            radial-gradient(circle at 85% 10%, rgba(255, 79, 216, 0.06), transparent 18%),
            linear-gradient(180deg, #0b0612 0%, #07040d 100%);
}

.contact-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
            linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.08));
}

.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-card {
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(21, 16, 32, 0.92), rgba(12, 8, 20, 0.96));
    box-shadow:
            0 0 24px rgba(176, 38, 255, 0.08),
            0 16px 34px rgba(0, 0, 0, 0.28);
}

.contact-info-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-info-value {
    display: block;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

a.contact-info-value:hover {
    color: #f0d5ff;
}

.contact-side-note {
    margin-top: 1.25rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(10px);
}

.contact-side-note-label {
    display: inline-block;
    margin-bottom: 0.6rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-side-note p {
    color: #a99abb;
    line-height: 1.8;
}

.contact-form-shell {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(20, 14, 30, 0.96), rgba(11, 8, 18, 0.98));
    box-shadow:
            0 0 28px rgba(176, 38, 255, 0.08),
            0 22px 46px rgba(0, 0, 0, 0.32);
}

.contact-form-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(176, 38, 255, 0.12), transparent 30%);
    pointer-events: none;
}

.contact-form-head {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.contact-form-kicker {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: #dba6ff;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-form-head h3 {
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 700;
}

.contact-form-head p {
    margin: 0;
    color: #a99abb;
    line-height: 1.8;
}

.contact-form-modern {
    position: relative;
    z-index: 1;
}

.contact-input {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(192, 120, 255, 0.12);
    border-radius: 1rem;
    background: rgba(13, 9, 20, 0.95);
    color: #f4edff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-input::placeholder {
    color: #8d809f;
}

.contact-input:focus {
    border-color: rgba(176, 38, 255, 0.45);
    background: rgba(13, 9, 20, 1);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(176, 38, 255, 0.16);
}

.contact-textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(192, 120, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #ddd1ea;
    font-size: 0.88rem;
    line-height: 1;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(176, 38, 255, 0.22);
    background: rgba(176, 38, 255, 0.08);
}

.contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.5rem;
}

.contact-form-note {
    max-width: 460px;
    color: #8f829f;
    font-size: 0.88rem;
    line-height: 1.7;
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 1199.98px) {
    .service-card,
    .service-card-lg,
    .service-card-wide {
        grid-column: span 6;
    }

    .hero-logo-mark {
        width: min(34vw, 360px);
        right: 2%;
    }
}

@media (max-width: 991.98px) {
    .image-stack {
        display: grid;
        min-height: auto;
        gap: 1rem;
    }

    .image-card {
        position: relative;
        width: 100%;
        height: auto;
    }

    .image-card-lg,
    .image-card-sm {
        inset: auto;
        height: auto;
    }

    .image-card img {
        aspect-ratio: 4 / 3;
    }

    .studio-gallery-modern {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .gallery-main {
        height: 460px;
    }

    .gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gallery-side-top,
    .gallery-side-bottom {
        height: 240px;
    }

    .studio-strip-track {
        grid-template-columns: repeat(3, 1fr);
    }

    .works-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .trustpilot-highlight {
        flex-direction: column;
        align-items: flex-start;
    }

    .trustpilot-score {
        min-width: 100%;
    }

    .contact-form-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(5, 3, 8, 0.88) 0%, rgba(5, 3, 8, 0.62) 45%, rgba(5, 3, 8, 0.9) 100%);
    }

    .hero-logo-mark {
        top: 22%;
        right: 50%;
        width: min(55vw, 280px);
        opacity: 0.09;
        transform: translate(50%, -50%);
    }

    .hero-info-card {
        padding: 1.5rem;
        border-radius: 1.3rem;
    }

    .hero-mini-stats {
        grid-template-columns: 1fr;
    }

    .hero-slider-nav {
        bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: clamp(2.6rem, 12vw, 4rem);
        line-height: 0.98;
    }

    .hero-text {
        font-size: 1rem;
        line-height: 1.75;
    }

    .hero-badge {
        padding: 0.65rem 0.9rem;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
    }

    .hero-actions .btn {
        width: 100%;
        min-width: auto;
    }

    .hero-slider-nav {
        gap: 0.55rem;
    }

    .hero-dot {
        width: 10px;
        height: 10px;
    }

    .gallery-main {
        height: 360px;
    }

    .gallery-side {
        grid-template-columns: 1fr;
    }

    .gallery-side-top,
    .gallery-side-bottom {
        height: 220px;
    }

    .gallery-badge-card {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .studio-strip-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .studio-stats {
        gap: 0.75rem;
    }

    .studio-stat {
        flex: 1 1 calc(50% - 0.75rem);
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-card-lg,
    .service-card-wide {
        grid-column: auto;
    }

    .service-card-inner {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .service-card h3 {
        font-size: 1.25rem;
    }

    .service-top {
        margin-bottom: 1.1rem;
    }

    .section-padding {
        padding: 84px 0;
    }

    .hero-card,
    .card-body {
        padding: 1.5rem;
    }

    .display-3 {
        font-size: 2.6rem;
    }

    .works-panel,
    .works-intro-card {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .works-panel-head h3 {
        font-size: 1.25rem;
    }

    .trustpilot-highlight {
        padding: 1rem;
    }

    .contact-form-shell {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .contact-form-head h3 {
        font-size: 1.3rem;
    }

    .contact-info-card,
    .contact-side-note {
        border-radius: 1rem;
    }

    .contact-chip {
        font-size: 0.82rem;
    }
}