/* ============================================================
   ARTBIT STYLE HERO & NAVIGATION
============================================================ */

/* ── Navigation ── */
.artbit-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 1.5rem 2rem;
    background: transparent;
    border: none !important;
    border-bottom: none !important;
    transition: background 0.4s ease, padding 0.3s ease;
}

.artbit-nav.scrolled {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-bottom: none !important;
    padding: 1rem 2rem;
}

.artbit-nav.scrolled .nav-links-pill {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.artbit-nav.scrolled .artbit-btn {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.artbit-nav.scrolled .artbit-hamburger,
.artbit-nav.scrolled .artbit-lang-dropdown {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.artbit-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.artbit-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0F0F11;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.03em;
}

/* Center Pill Links */
.nav-links-pill {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.07);
}

.nav-links-pill .nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links-pill .nav-link {
    color: #111;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links-pill .nav-link:hover,
.nav-links-pill .nav-link.active {
    color: #2563EB;
}

/* Right buttons */
.artbit-nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.artbit-btn {
    background: white !important;
    color: #111 !important;
    border-radius: 50px;
    padding: 0.6rem 1.5rem !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.artbit-lang-dropdown,
.artbit-hamburger {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #0F0F11;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.artbit-lang-dropdown {
    padding: 0.5rem 1rem;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}

.artbit-hamburger {
    width: 44px;
    height: 44px;
    flex-direction: column;
    gap: 4px;
}

.artbit-hamburger span {
    width: 16px;
    height: 2px;
    background: #0F0F11;
    display: block;
    border-radius: 2px;
}

/* ── Vertical Nav Sidebar ── */
.vertical-nav-sidebar {
    position: absolute;
    right: 2rem;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 50;
}

.vertical-nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: right;
    margin: 0;
    padding: 0;
}

.v-nav-link {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.v-nav-link.active {
    opacity: 0.4;
}

.v-nav-link:hover {
    opacity: 0.7;
}

/* ── Hero Section ── */
.artbit-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: linear-gradient(155deg, #C2DAFE 0%, #D4E4FC 35%, #EAF2FD 70%, #C2DAFE 100%);
    border-radius: 0 0 40px 40px;
}

/* Background gradient — brand blue frosted glass theme */
.artbit-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.artbit-bg-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 70% at 75% 30%, rgba(147, 197, 253, 0.85), transparent 70%),
        radial-gradient(ellipse 55% 55% at 20% 80%, rgba(191, 219, 254, 0.85), transparent 60%),
        radial-gradient(circle at 65% 65%, rgba(37, 99, 235, 0.16), transparent 55%),
        linear-gradient(145deg, #B9D6FE 0%, #D1E3FD 30%, #EBF3FE 60%, #B9D6FE 100%);
    background-size: 100% 100%;
}

/* Decorative brand blue cable SVG */
.hero-cable-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    animation: heroCableFloat 9s ease-in-out infinite;
    will-change: transform;
}

/* Decorative blue glow blob */
.hero-blue-blob {
    position: absolute;
    bottom: 5%;
    right: 35%;
    width: 140px;
    height: 80px;
    background: rgba(37, 99, 235, 0.35);
    border-radius: 50%;
    z-index: 2;
    filter: blur(30px);
    animation: heroBlobPulse 7s ease-in-out infinite;
    will-change: transform, opacity;
}

/* Living Floating & Pulsing Animations */
@keyframes heroCableFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(0.8deg);
    }
}

@keyframes heroBlobPulse {
    0%, 100% {
        opacity: 0.35;
        transform: scale(1) translate(0, 0);
    }
    50% {
        opacity: 0.65;
        transform: scale(1.22) translate(-15px, -8px);
    }
}

/* ── Universal Living Hero Background for All Subpages ── */
.about-hero,
.services-hero,
.portfolio-hero,
.contact-hero,
.uiux-hero {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(155deg, #C2DAFE 0%, #D4E4FC 35%, #EAF2FD 70%, #C2DAFE 100%) !important;
}

.about-hero {
    padding-top: 160px;
    padding-bottom: 100px;
}

.services-hero,
.portfolio-hero,
.contact-hero {
    padding-top: 160px;
    padding-bottom: 90px;
}

.uiux-hero {
    padding: 160px 0 90px;
}

/* Ensure foreground elements sit on top */
.about-hero .container,
.services-hero .container,
.portfolio-hero .container,
.contact-hero .container,
.uiux-hero .container {
    position: relative;
    z-index: 3;
}

/* Subpage-specific hero cable and blob sizing */
.about-hero .hero-cable-svg,
.services-hero .hero-cable-svg,
.portfolio-hero .hero-cable-svg,
.contact-hero .hero-cable-svg,
.uiux-hero .hero-cable-svg {
    max-width: 480px;
    opacity: 0.88;
}

.about-hero .hero-blue-blob {
    right: 25%;
    bottom: 12%;
}

.services-hero .hero-blue-blob,
.portfolio-hero .hero-blue-blob {
    right: 18%;
    bottom: 10%;
}

.contact-hero .hero-blue-blob {
    right: 20%;
    bottom: 10%;
}

.uiux-hero .hero-blue-blob {
    right: 28%;
    bottom: 14%;
}

/* Subpage Pill Label & Typography Enhancements */
.about-hero .section-label,
.services-hero .section-label,
.portfolio-hero .section-label,
.contact-hero .section-label {
    color: #1D4ED8 !important;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.08);
    margin-bottom: 20px;
}

.about-hero .section-title,
.services-hero .section-title,
.portfolio-hero .section-title,
.contact-hero .section-title {
    color: #0F0F11 !important;
}

.about-hero .section-sub,
.services-hero .section-sub,
.portfolio-hero .section-sub,
.contact-hero .section-sub,
.about-hero .about-body {
    color: rgba(15, 15, 17, 0.72) !important;
}

.about-visual-box {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.12) !important;
}

.about-visual-badge {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

.artbit-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 130px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100vh;
    min-height: 100dvh;
    justify-content: flex-end;
}

/* Push the headline text block to the bottom, above the review */
.artbit-hero-text {
    margin-top: auto;
    padding-bottom: 1rem;
    width: 100%;
}

.artbit-hero-content.container {
    max-width: 100%;
    margin: 0;
    padding-left: 4%;
    padding-right: 4%;
}

/* Hero Typography — white bold typography */
.artbit-headline {
    color: #FFFFFF;
    font-size: clamp(3.5rem, 8vw, 8.5rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: fit-content;
}

.artbit-hero-divider {
    align-self: stretch;
    height: 1px;
    background: #FFFFFF;
    border: none;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.artbit-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    color: #FFFFFF;
}

.artbit-italic-word {
    font-style: italic;
    font-weight: 800;
    color: #FFFFFF;
}

.artbit-line-typing {
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.artbit-down-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(8vw, 90px);
    height: min(8vw, 90px);
    background: white;
    color: #111;
    border-radius: 50%;
    border: none;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artbit-down-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.artbit-cursor {
    display: inline-block;
    width: 6px;
    height: 0.82em;
    background: rgba(255, 255, 255, 0.75);
    margin-left: 4px;
    animation: blink 1s step-end infinite;
}

.artbit-down-btn-desktop {
    position: relative;
}

.artbit-down-btn-desktop::before,
.artbit-down-btn-desktop::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    animation: radarSignal 2s linear infinite;
    z-index: -1;
}

.artbit-down-btn-desktop::after {
    animation-delay: 1s;
}

@keyframes radarSignal {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* Dedicated Scroll Down Row */
.artbit-hero-scroll-row {
    display: none;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-top: 1.75rem;
}

.artbit-scroll-circle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    color: #111111;
    border-radius: 50%;
    border: none;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artbit-scroll-circle-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.artbit-scroll-track-line {
    flex: 1;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 16px;
}

.artbit-scroll-text-label {
    display: flex;
    flex-direction: column;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    text-align: left;
    flex-shrink: 0;
}

/* Review Widget */
.artbit-hero-review {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.artbit-review-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1.1rem;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.artbit-clutch-logo-icon {
    display: flex;
    align-items: center;
}

.artbit-review-stars {
    display: flex;
    gap: 2px;
}

.artbit-review-score {
    color: #111111;
    font-weight: 700;
    font-size: 14px;
    margin-left: 2px;
}

.artbit-review-customer-text {
    color: rgba(255, 255, 255, 0.95);
    margin-left: 14px;
    font-weight: 600;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Play Widget */
.artbit-play-widget {
    position: absolute;
    bottom: 50px;
    right: 6%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 5;
}

.artbit-play-circle {
    position: absolute;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.artbit-play-widget:hover .artbit-play-circle {
    transform: scale(1.08);
}

.artbit-play-text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: rotateText 12s linear infinite;
    transform-origin: center center;
    pointer-events: none;
}

@keyframes rotateText {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Phone Image */
.hero-phone-image {
    position: absolute;
    bottom: -20px;
    right: 4%;
    z-index: 4;
    width: 300px;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
}

.hero-phone-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center top;
}

/* ── Navigation overrides for hero ── */
.index-page .artbit-nav .artbit-logo {
    color: #0F0F11;
}

.index-page .artbit-nav .nav-logo-img {
    filter: brightness(0) invert(1);
}

.index-page .artbit-nav .artbit-hamburger {
    background: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.65);
    color: #0F0F11;
}

.index-page .artbit-nav .artbit-hamburger span {
    background: #0F0F11;
}

.index-page .artbit-nav .artbit-lang-dropdown {
    background: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.65);
    color: #0F0F11;
}

/* Vertical nav for light hero */
.index-page .vertical-nav-sidebar .v-nav-link {
    color: #333;
}

/* ==========================================================================
   Full-Screen Navigation Overlay
   ========================================================================== */

.artbit-fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    transition: visibility 0s 0.8s;
}

.artbit-fullscreen-menu.is-open {
    visibility: visible;
    transition: visibility 0s 0s;
}

/* Left Panel */
.artbit-fs-left {
    flex: 1;
    background: #1A365D;
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    display: flex;
    flex-direction: column;
}

.artbit-fullscreen-menu.is-open .artbit-fs-left {
    transform: translateY(0);
}

.fs-left-inner {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Right Panel */
.artbit-fs-right {
    flex: 3;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    display: flex;
    flex-direction: column;
}

.artbit-fullscreen-menu.is-open .artbit-fs-right {
    transform: translateY(0);
}

.fs-right-inner {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Close Button Container */
.artbit-fs-header-right {
    display: flex;
    justify-content: flex-end;
}

.artbit-close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    min-width: 44px;
    min-height: 44px;
}

.artbit-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Right Nav Links & Featured Block */
.artbit-fs-body-right {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 4rem;
}

.fs-featured-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.artbit-fullscreen-menu.is-open .fs-featured-block {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.fs-featured-badge {
    color: #60A5FA;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fs-featured-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    background: #1e293b;
}

.fs-featured-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    opacity: 0.8;
}

.fs-featured-link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.fs-featured-image:hover .fs-featured-link {
    opacity: 1;
}

.fs-featured-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.artbit-fs-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-end;
}

.fs-link-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.artbit-fullscreen-menu.is-open .fs-link-item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--i) * 0.05s + 0.4s);
}

.fs-link-item a {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: flex-start;
    transition: color 0.3s;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 4px 0;
    min-height: 44px;
}

.fs-link-item a:hover {
    color: #60A5FA;
}

.fs-num {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

/* Contact Info Bottom Right */
.right-aligned-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    align-items: flex-end;
    text-align: right;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.artbit-fullscreen-menu.is-open .right-aligned-contact {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.fs-telegram {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

.fs-email {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.fs-copyright-block {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.fs-policy {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
}

.split-socials {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.fs-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.3s;
    min-width: 44px;
    min-height: 44px;
}

.fs-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================================
   RESPONSIVE — ARTBIT Nav, Hero & Fullscreen Menu
   ============================================================ */

/* ── Tablet / Small Desktop (≤1100px) ── */
@media (max-width: 1100px) {
    .nav-links-pill .nav-links {
        gap: 1.2rem;
    }

    .nav-links-pill .nav-link {
        font-size: 13px;
    }

    .hero-phone-image {
        width: 220px;
    }

    .artbit-play-widget {
        right: 22vw;
    }
}

/* ── Tablet (≤900px) ── */
@media (max-width: 900px) {

    .nav-links-pill,
    .vertical-nav-sidebar,
    .artbit-play-widget {
        display: none;
    }

    .artbit-nav {
        padding: 1rem 1.5rem;
    }

    .artbit-hero-content {
        padding: 70px 1.5rem 20px 1.5rem;
        min-height: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .artbit-hero-text {
        margin: 0 auto;
        padding-bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: translateY(-38px);
    }

    .artbit-headline {
        font-size: clamp(3.2rem, 13.5vw, 5.8rem);
        line-height: 0.93;
        letter-spacing: -0.03em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .artbit-line {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 1rem;
    }

    .artbit-hero-divider {
        width: 100%;
        max-width: 320px;
        margin: 1.75rem auto 1.25rem auto;
    }

    .artbit-hero-review {
        margin: 0 auto;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
        width: 100%;
        text-align: center;
    }

    .artbit-review-customer-text {
        margin-left: 0;
        text-align: center;
    }

    .artbit-down-btn {
        width: 56px;
        height: 56px;
    }

    .artbit-down-btn svg {
        width: 18px;
        height: 18px;
    }

    .hero-phone-image {
        width: 180px;
    }

    .hero-cable-svg {
        opacity: 0.5;
    }

    .hero-blue-blob {
        display: none;
    }

    /* Fullscreen Menu — Tablet */
    .artbit-fullscreen-menu {
        flex-direction: column;
    }

    .artbit-fs-left {
        height: 25vh;
        min-height: 160px;
        flex: none;
        transform: translateY(-100%);
        z-index: 2;
    }

    .artbit-fs-right {
        height: 75vh;
        flex: none;
        transform: translateY(100%);
    }

    .artbit-fullscreen-menu.is-open .artbit-fs-right {
        transform: translateY(0);
    }

    .fs-left-inner,
    .fs-right-inner {
        padding: 1.5rem;
    }

    .artbit-fs-body-right {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2rem;
        padding-right: 0;
    }

    .artbit-fs-links {
        align-items: flex-start;
    }

    .fs-link-item a {
        font-size: 1.3rem;
    }

    .right-aligned-contact {
        align-items: flex-start;
        text-align: left;
    }

    .fs-featured-block {
        max-width: 100%;
        order: 2;
    }
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {
    .artbit-nav {
        padding: 0.8rem 1rem;
    }

    .artbit-nav.scrolled {
        padding: 0.6rem 1rem;
    }

    .nav-cta.artbit-btn {
        display: none;
    }

    .artbit-lang-dropdown {
        display: inline-flex !important;
    }

    /* Fullscreen Menu — Mobile */
    .artbit-fs-left {
        display: none;
    }

    .artbit-fs-right {
        height: 100vh;
        height: 100dvh;
        flex: 1;
        background: rgba(10, 15, 30, 0.97);
        transform: translateX(100%);
        transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    }

    .artbit-fullscreen-menu.is-open .artbit-fs-right {
        transform: translateX(0);
    }

    .fs-right-inner {
        padding: 1.5rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .artbit-fs-body-right {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2rem;
        padding-right: 0;
        padding-top: 1rem;
    }

    .fs-featured-block {
        display: none;
    }

    .artbit-fs-links {
        align-items: flex-start;
        gap: 0.25rem;
        width: 100%;
    }

    .fs-link-item {
        width: 100%;
    }

    .fs-link-item a {
        font-size: 1.5rem;
        padding: 0.6rem 0;
        min-height: 48px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .right-aligned-contact {
        align-items: flex-start;
        text-align: left;
        margin-top: auto;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .fs-telegram {
        font-size: 1.2rem;
    }

    .fs-email {
        font-size: 0.9rem;
    }
}

/* ── Small Mobile (≤480px) ── */
@media (max-width: 480px) {
    .artbit-headline {
        font-size: clamp(2.6rem, 13vw, 3.8rem);
        line-height: 0.93;
        letter-spacing: -0.035em;
        padding: 0 6px;
        box-sizing: border-box;
    }

    .artbit-hero-content {
        padding: 0 1rem;
        padding-top: 75px;
        padding-bottom: 1.5rem;
    }

    .artbit-line {
        gap: 0.5rem;
    }

    .artbit-down-btn {
        width: 40px;
        height: 40px;
    }

    .artbit-down-btn svg {
        width: 14px;
        height: 14px;
    }

    .artbit-hero-divider {
        max-width: 260px;
        margin: 1.25rem auto 1rem auto;
    }

    .artbit-review-pill {
        font-size: 10px;
        gap: 6px;
    }

    .artbit-review-score,
    .artbit-review-badge {
        font-size: 10px;
    }

    .hero-phone-image {
        width: 130px;
    }

    /* Fullscreen Menu — Small Mobile */
    .fs-link-item a {
        font-size: 1.3rem;
    }

    .fs-right-inner {
        padding: 1rem;
    }
}

/* ── Micro Mobile (≤360px) ── */
@media (max-width: 360px) {
    .artbit-headline {
        font-size: 1.6rem;
    }

    .artbit-hero-content {
        padding: 0 0.75rem;
        padding-top: 68px;
        padding-bottom: 1rem;
    }

    .artbit-nav {
        padding: 0.6rem 0.75rem;
    }

    .artbit-hamburger {
        width: 40px;
        height: 40px;
    }

    .fs-link-item a {
        font-size: 1.15rem;
    }

    .hero-phone-image {
        width: 110px;
    }
}