.hero,
.page-hero,
.case-hero,
.not-found {
    position: relative;
    overflow: hidden;
    padding: 66px 0 64px;
}

.hero::before,
.page-hero::before,
.case-hero::before,
.not-found::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 70% 28%, rgba(139, 53, 255, 0.22), transparent 32rem),
        linear-gradient(180deg, transparent, rgba(5, 5, 9, 0.75));
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
    gap: 42px;
    align-items: center;
}

.hero-copy h1,
.not-found-copy h1 {
    max-width: 720px;
    font-size: clamp(28px, 3.1vw, 42px);
    line-height: 1.14;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy h1 span,
.not-found-title span {
    display: block;
    color: var(--purple-2);
}

.hero-text {
    max-width: 670px;
    margin-top: 24px;
    color: var(--muted);
    font-size: clamp(16px, 1.25vw, 19px);
}

.hero-actions,
.feature-row,
.stats-row,
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.hero-points span,
.feature-row span {
    padding-left: 24px;
    color: var(--muted);
    position: relative;
}

.hero-points span::before,
.feature-row span::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--purple);
    box-shadow: 0 0 18px var(--purple);
}

.hero-media img {
    width: 100%;
    filter: drop-shadow(0 22px 68px rgba(108, 44, 255, .34));
}

.home-hero {
    background-image:
        linear-gradient(90deg, rgba(5, 5, 9, .98) 0%, rgba(5, 5, 9, .84) 38%, rgba(5, 5, 9, .28) 70%, rgba(5, 5, 9, .85) 100%),
        url("/web-studio-nexus/assets/img/hero/bg-hero.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: min(72vw, 1154px) auto;
}

.home-hero .hero-media img {
    transform: translateX(20px);
    object-fit: contain;
}

.soft-hero-bg {
    border-radius: var(--radius-lg);
    opacity: .92;
    object-fit: cover;
}

.services-hero-card-section {
    padding-top: 28px;
    padding-bottom: 42px;
}

.services-hero-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(330px, 1.02fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
    min-height: 376px;
    padding: clamp(22px, 2.8vw, 32px);
    border: 1px solid rgba(157, 77, 255, .38);
    border-radius: 10px;
    background:
        radial-gradient(circle at 78% 45%, rgba(139, 53, 255, .22), transparent 28rem),
        linear-gradient(90deg, rgba(18, 18, 20, .94), rgba(9, 6, 17, .86));
}

.services-hero-card .breadcrumbs {
    display: none;
}

.services-hero-card .hero-copy h1 {
    max-width: 560px;
    margin-top: 34px;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.28;
    font-family: var(--font-mono);
}

.services-hero-card .hero-text {
    max-width: 600px;
    margin-top: 22px;
    font-family: var(--font-mono);
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.55;
}

.services-hero-card .feature-row {
    gap: clamp(22px, 3vw, 42px);
    margin-top: 26px;
}

.services-hero-card .feature-row span {
    flex: 0 1 240px;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding-left: 76px;
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.services-hero-card .feature-row span::before {
    display: none;
}

.services-hero-card .feature-row img {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 58px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(199, 125, 255, .35);
    background:
        radial-gradient(circle, rgba(199, 125, 255, .35), rgba(139, 53, 255, .12)),
        rgba(255, 255, 255, .04);
    object-fit: contain;
}

.services-hero-logo img {
    width: min(100%, 480px);
    height: auto;
    margin-left: auto;
    filter: drop-shadow(0 28px 80px rgba(157, 77, 255, .46));
}

.hero-logo-big {
    width: min(100%, 590px);
    height: auto;
    margin-left: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 80px rgba(157, 77, 255, .46));
}

.section {
    padding: 72px 0;
}

.section-tight {
    padding: 48px 0;
}

.section-dark {
    background: rgba(2, 2, 6, 0.42);
    border-block: 1px solid var(--border);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 46px;
}

.section-heading.center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.section-title,
.info-panel h2,
.cta-panel h2,
.not-found-title {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.13;
    letter-spacing: 0;
}

.section-title {
    margin-bottom: 36px;
}

.section-heading p,
.info-panel > p,
.cta-panel p {
    color: var(--muted);
}

.cards-grid {
    display: grid;
    gap: 22px;
}

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

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

.cards-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
}

.method-item {
    position: relative;
    padding: 18px 0 0;
}

.method-item::before {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 50%;
    border: 1px solid var(--border-purple);
    background: radial-gradient(circle, rgba(139, 53, 255, 0.28), rgba(139, 53, 255, 0.02));
}

.method-grid-plain .method-item::before {
    display: none;
}

.method-grid-plain .method-item {
    min-height: 170px;
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(12, 10, 20, .68);
}

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

.method-item span,
.timeline-item span,
.step-number,
.case-year {
    display: block;
    color: var(--purple-light);
    font-weight: 800;
}

.method-item h3,
.timeline-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.method-item p,
.timeline-item p {
    color: var(--muted);
    font-size: 14px;
}

.featured-card,
.process-banner,
.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 34px;
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid var(--border-purple);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(23, 12, 42, .88), rgba(7, 7, 13, .78));
    box-shadow: var(--shadow);
}

.portal-panel {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    display: flex;
    align-items: center;
    padding: clamp(30px, 5vw, 64px);
    border: 1px solid var(--border-purple);
    border-radius: var(--radius-lg);
    background-image:
        linear-gradient(90deg, rgba(5, 5, 9, .98) 0%, rgba(8, 5, 16, .92) 34%, rgba(8, 5, 16, .36) 62%, rgba(5, 5, 9, .08) 100%),
        url("/web-studio-nexus/assets/img/hero/bg-portal.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    box-shadow: var(--shadow);
}

.portal-panel > div {
    max-width: 560px;
    position: relative;
    z-index: 1;
}

.portal-panel h2 {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.14;
    margin-bottom: 18px;
}

.portal-panel p:not(.eyebrow) {
    color: var(--muted);
}

.services-process-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: grid;
    align-items: center;
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background-image:
        linear-gradient(90deg, rgba(5, 5, 9, .98) 0%, rgba(5, 5, 9, .94) 38%, rgba(5, 5, 9, .38) 62%, rgba(5, 5, 9, .02) 100%),
        url("/web-studio-nexus/assets/img/hero/bg-portal.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.services-process-copy {
    width: min(100%, 650px);
}

.services-process-panel h2 {
    max-width: 610px;
    margin-bottom: 16px;
    font-family: var(--font-mono);
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.15;
    text-transform: uppercase;
}

.services-process-panel p:not(.eyebrow) {
    max-width: 560px;
    color: var(--muted);
}

.services-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 42px;
    margin-top: 34px;
}

.services-process-grid article {
    min-width: 0;
}

.services-process-grid img {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    object-fit: contain;
}

.services-process-grid h3 {
    margin-bottom: 6px;
    font-size: 18px;
}

.services-process-grid p {
    font-size: 12px;
    line-height: 1.35;
}

.hero-portal-card {
    min-height: 430px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-purple);
    background-image:
        linear-gradient(90deg, rgba(5, 5, 9, .92), rgba(5, 5, 9, .08)),
        url("/web-studio-nexus/assets/img/hero/bg-portal.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    box-shadow: var(--shadow);
}

.featured-card h2,
.featured-card h3 {
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.05;
    text-transform: uppercase;
}

.featured-card > img,
.process-banner > img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center right;
    border-radius: var(--radius);
}

.split-grid,
.two-col,
.results-tech,
.about-split,
.contact-grid,
.not-found-grid {
    display: grid;
    gap: 28px;
}

.split-grid {
    grid-template-columns: .9fr 1.1fr;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
}

.two-col,
.results-tech,
.about-split,
.contact-grid,
.not-found-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.info-panel,
.content-block {
    padding: clamp(28px, 4vw, 44px);
}

.studio-note-panel,
.faq-card {
    min-height: 380px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(24, 24, 26, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.studio-note-panel h2,
.faq-card > h2 {
    margin-bottom: 34px;
    color: #fff;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.16;
    text-transform: uppercase;
}

.studio-note-panel p {
    max-width: 560px;
    color: var(--muted);
}

.studio-note-panel p + p {
    margin-top: 24px;
}

.faq-card > h2 {
    margin-bottom: 18px;
}

.faq-item + .faq-item {
    border-top: 1px solid var(--border);
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .28s ease;
}

.faq-answer p {
    overflow: hidden;
    padding: 0 24px;
    color: var(--muted);
}

.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
    padding-bottom: 20px;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px;
}

.filter-bar button {
    min-width: 150px;
    padding: 14px 18px;
    border-radius: 12px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    cursor: pointer;
    transition: .25s ease;
}

.filter-bar button.active,
.filter-bar button:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--purple-3), var(--purple));
    box-shadow: var(--glow);
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.project-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: rgba(12, 11, 20, .76);
    transition: .28s ease;
}

.project-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 18px;
}

.stats-row strong,
.stats-panel strong,
.results-grid strong {
    color: var(--purple-light);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
}

.stats-row strong span,
.stats-panel strong span,
.results-grid span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}

.stats-panel,
.results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(13, 10, 23, .76);
}

.stats-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 28px;
    padding: clamp(24px, 3vw, 34px) clamp(28px, 5vw, 72px);
    background: rgba(24, 18, 38, .78);
}

.stats-band article {
    display: grid;
    grid-template-columns: 74px auto;
    grid-template-areas:
        "icon value"
        "icon label";
    align-items: center;
    column-gap: 20px;
}

.stats-band img {
    grid-area: icon;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.stats-band strong {
    grid-area: value;
    color: #fff;
    font-size: clamp(32px, 3.4vw, 48px);
    line-height: .95;
}

.stats-band span {
    grid-area: label;
    margin-top: 6px;
    color: var(--muted);
    font-size: 16px;
}

.about-split > img,
.wide-visual {
    width: 100%;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.about-split {
    align-items: stretch;
}

.about-mission-visual {
    min-height: 430px;
    display: grid;
    place-items: center;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 48%, rgba(139, 53, 255, .18), transparent 24rem),
        rgba(9, 8, 16, .72);
}

.about-mission-visual img {
    width: min(100%, 520px);
    object-fit: contain;
    filter: drop-shadow(0 24px 74px rgba(157, 77, 255, .38));
}

.compact-cards {
    margin-top: 40px;
}

.values-panel {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: rgba(9, 8, 16, .7);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}

.timeline-item {
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: rgba(12, 10, 20, .75);
}

.tech-strip {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 16px;
}

.tech-item {
    display: grid;
    gap: 12px;
    place-items: center;
    min-height: 116px;
    padding: 18px 10px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .022));
    color: #fff;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.tech-item:hover {
    transform: translateY(-4px);
    border-color: var(--border-purple);
    box-shadow: var(--glow);
}

.tech-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.tech-item h3 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.tech-strip-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr 28px;
    grid-template-rows: auto auto;
    gap: 4px 16px;
    align-items: center;
    padding: 22px;
    margin-bottom: 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(13, 10, 23, .78);
}

.contact-card span {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(139, 53, 255, .14);
    border: 1px solid var(--border-purple);
    color: var(--purple-light);
    font-weight: 800;
}

.contact-card span img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.contact-card strong,
.contact-card small {
    grid-column: 2;
}

.contact-card strong {
    align-self: end;
    line-height: 1.15;
}

.contact-card small {
    align-self: start;
    line-height: 1.2;
}

.contact-card em {
    grid-column: 3;
    grid-row: 1 / span 2;
    font-style: normal;
    color: var(--purple-light);
}

.social-box {
    padding: 24px;
}

.social-box h3 {
    text-transform: uppercase;
    font-size: 15px;
}

.contact-form {
    padding: clamp(28px, 4vw, 44px);
}

.contact-form label {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
}

.contact-form label span {
    color: var(--purple-light);
}

.contact-form small {
    color: var(--muted);
    font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    color: #fff;
    font-weight: 400;
    background: rgba(4, 4, 10, .65);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(199, 125, 255, .72);
    box-shadow: inset 0 0 0 1px rgba(199, 125, 255, .42), 0 0 18px rgba(139, 53, 255, .16);
}

.contact-form textarea {
    min-height: 150px;
    padding-top: 18px;
    resize: vertical;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.form-submit {
    width: 100%;
    margin-top: 24px;
}

.form-note {
    margin-top: 18px;
    text-align: center;
}

.contact-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 300 !important;
    display: grid !important;
    place-items: center !important;
    padding: 12px !important;
    opacity: 0;
    pointer-events: none;
}

.contact-modal.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.contact-modal__backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(2, 2, 7, .78) !important;
    backdrop-filter: blur(12px);
}

.contact-modal__dialog {
    position: relative !important;
    width: min(calc(100vw - 48px), 520px) !important;
    max-height: calc(100vh - 24px) !important;
    overflow: auto !important;
    border-radius: 22px !important;
    transform: translateY(16px) scale(.98);
    transition: transform .25s ease;
}

.contact-modal.is-open .contact-modal__dialog {
    transform: translateY(0) scale(1);
}

.contact-modal .contact-form-modal {
    width: 100% !important;
    padding: 24px !important;
    border-radius: 22px !important;
}

.contact-modal .contact-form-modal h2 {
    padding-right: 54px;
    font-size: 22px;
}

.contact-modal .contact-form-modal label {
    gap: 6px;
    margin-top: 13px;
    font-size: 14px;
}

.contact-modal .contact-form-modal input,
.contact-modal .contact-form-modal select,
.contact-modal .contact-form-modal textarea {
    min-height: 48px;
    padding-inline: 16px;
    border-radius: 10px;
}

.contact-modal .contact-form-modal .field-with-icon input {
    padding-left: 48px;
}

.contact-modal .contact-form-modal .field-with-icon > span {
    left: 16px;
    width: 18px;
    height: 18px;
}

.contact-modal .contact-form-modal .field-with-icon > span img {
    width: 18px;
    height: 18px;
}

.contact-modal .contact-form-modal textarea {
    min-height: 96px;
    padding-top: 14px;
}

.contact-modal .contact-form-modal .form-row {
    gap: 14px;
}

.contact-modal .contact-form-modal .form-submit {
    min-height: 50px;
    margin-top: 18px;
}

.contact-modal .contact-form-modal .form-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
}

.contact-modal__close {
    appearance: none !important;
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 5 !important;
    display: grid !important;
    place-items: center !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border: 1px solid rgba(199, 125, 255, .55) !important;
    border-radius: 50% !important;
    background: rgba(139, 53, 255, .14) !important;
    color: var(--purple-light) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
    box-shadow: 0 0 22px rgba(139, 53, 255, .24) !important;
}

.contact-modal__close::before,
.contact-modal__close::after {
    content: "" !important;
    position: absolute !important;
    width: 15px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

.contact-modal__close::before {
    transform: rotate(45deg);
}

.contact-modal__close::after {
    transform: rotate(-45deg);
}

.case-intro {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 34px;
    align-items: center;
}

.case-hero-premium {
    padding-top: 48px;
}

.case-hero-premium .case-intro {
    min-height: 520px;
}

.case-intro h1 {
    margin-top: 24px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
}

.project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 34px 0;
}

.project-info span {
    color: var(--muted);
}

.project-info strong {
    display: block;
    color: #fff;
}

.field-with-icon {
    position: relative;
}

.field-with-icon > span {
    position: absolute;
    left: 16px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.field-with-icon > span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.field-with-icon input {
    padding-left: 48px;
}

.case-main-img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .4em;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--purple-light);
}

.case-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.case-gallery-slider {
    position: relative;
}

.case-gallery-track {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: rgba(8, 7, 14, .82);
}

.case-gallery-slide {
    display: none;
}

.case-gallery-slide.active {
    display: block;
}

.case-gallery-slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.case-slider-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border-purple);
    border-radius: 50%;
    color: #fff;
    background: rgba(10, 8, 18, .76);
    cursor: pointer;
    transform: translateY(-50%);
}

.case-slider-btn:hover,
.case-slider-dots button.active {
    background: var(--purple);
    box-shadow: var(--glow);
}

.case-slider-btn[data-slider-prev] {
    left: 16px;
}

.case-slider-btn[data-slider-next] {
    right: 16px;
}

.case-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.case-slider-dots button {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    cursor: pointer;
}

.tech-letter {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(199, 125, 255, .35);
    color: var(--purple-light);
    background: rgba(139, 53, 255, .12);
    font-weight: 900;
}

.not-found {
    padding-bottom: 34px;
}

.not-found-grid {
    align-items: center;
}

.not-found-visual {
    display: grid;
    align-items: center;
    min-height: 380px;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.not-found-visual img {
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    object-position: center right;
    filter: drop-shadow(0 24px 72px rgba(139, 53, 255, .28));
}

.not-found-copy h1 {
    font-size: clamp(76px, 13vw, 148px);
    color: #fff;
    text-shadow: 0 0 28px rgba(199, 125, 255, .35);
}

.not-found-code {
    font-size: clamp(76px, 13vw, 148px);
    line-height: 1;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 28px rgba(199, 125, 255, .35);
}

.not-found-title {
    margin-bottom: 18px;
}

.not-found-copy > p:last-of-type {
    max-width: 520px;
    color: var(--muted);
}

.not-found-links .glass-card {
    min-height: 190px;
}

.section-cta {
    padding-bottom: 64px;
}

.cta-panel {
    grid-template-columns: 1fr auto 300px;
    min-height: 230px;
    background-image:
        linear-gradient(90deg, rgba(22, 8, 45, .96), rgba(40, 8, 76, .76), rgba(7, 5, 15, .28)),
        url("/web-studio-nexus/assets/img/hero/banner-purple-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-mark {
    display: grid;
    place-items: center;
}

::-webkit-scrollbar {
    width: 12px;
}

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

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #7c3aed,
        #9333ea
    );
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        #8b5cf6,
        #a855f7
    );
}
