
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --bg: #f5f4f0;
            --bg-dark: #0d0d0d;
            --ink: #0d0d0d;
            --ink-muted: #6b6b6b;
            --accent: #1a56ff;
            --accent-light: #e8eeff;
            --surface: #ffffff;
            --border: #e2e1dc;
            --font-display: 'Space Grotesk', sans-serif;
            --font-body: 'DM Sans', sans-serif;
            --radius: 2px;
            --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* ── TAMNA TEMA ── */
        html[data-theme="dark"] {
            --bg: #0a0a0a;
            --bg-dark: #000000;
            --ink: #c8c8c8;
            --ink-muted: #555555;
            --accent: #c9a84c;
            --accent-light: rgba(201,168,76,0.1);
            --surface: #111111;
            --border: #222222;
        }

        html[data-theme="dark"] nav.scrolled {
            background: rgba(10,10,10,0.95) !important;
        }

        html[data-theme="dark"] .hero-title em {
            background: linear-gradient(135deg,#c9a84c,#e8d48a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        html[data-theme="dark"] .stat-num {
            background: linear-gradient(135deg,#c9a84c,#e8d48a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        html[data-theme="dark"] .section-label {
            color: #c9a84c;
        }

        html[data-theme="dark"] .section-label::after {
            background: #c9a84c;
        }

        html[data-theme="dark"] .service-card::before {
            background: linear-gradient(90deg,#c9a84c,#e8d48a);
        }

        html[data-theme="dark"] .btn-primary {
            background: linear-gradient(135deg,#c9a84c,#e8d48a);
            color: #0a0a0a;
        }

        html[data-theme="dark"] .btn-primary:hover {
            background: linear-gradient(135deg,#e8d48a,#c9a84c);
        }

        html[data-theme="dark"] .nav-cta {
            background: linear-gradient(135deg,#c9a84c,#e8d48a) !important;
            color: #0a0a0a !important;
        }

        html[data-theme="dark"] .nav-cta:hover {
            background: linear-gradient(135deg,#e8d48a,#c9a84c) !important;
        }

        html[data-theme="dark"] .ticker-wrap {
            background: #111;
            border-top: 1px solid #1e1e1e;
            border-bottom: 1px solid #1e1e1e;
        }

        html[data-theme="dark"] .ticker-item span {
            color: #c9a84c;
        }

        html[data-theme="dark"] #reference, html[data-theme="dark"] #references {
            background: #080808;
        }

        html[data-theme="dark"] .ref-highlight {
            border-color: rgba(201,168,76,0.2);
            background: rgba(201,168,76,0.05);
        }

        html[data-theme="dark"] .ref-highlight-title {
            color: #c9a84c;
        }

        html[data-theme="dark"] .ref-hospital {
            border-color: rgba(201,168,76,0.15);
            color: rgba(255,255,255,0.6);
        }

        html[data-theme="dark"] .ref-hospital-link:hover {
            border-color: rgba(201,168,76,0.6);
            color: #e8d48a;
            background: rgba(201,168,76,0.1);
        }

        html[data-theme="dark"] #reference .section-desc,
        html[data-theme="dark"] #references .section-desc {
            color: rgba(255,255,255,0.58);
        }

        html[data-theme="dark"] .ref-grid {
            background: rgba(201,168,76,0.05);
            border-color: rgba(201,168,76,0.08);
        }

        html[data-theme="dark"] .ref-item {
            background: #111;
            color: rgba(255,255,255,0.45);
        }

        html[data-theme="dark"] .ref-item:hover {
            background: rgba(201,168,76,0.08);
            color: #e8d48a;
        }

        html[data-theme="dark"] .contact-icon {
            background: rgba(201,168,76,0.1);
        }

        html[data-theme="dark"] .contact-icon svg {
            color: #c9a84c;
        }

        html[data-theme="dark"] .about-tag {
            background: linear-gradient(135deg,#c9a84c,#b8973e);
            color: #0a0a0a;
        }

        html[data-theme="dark"] .about-img-block {
            background: #111;
        }

        html[data-theme="dark"] .hero-badge {
            background: rgba(201,168,76,0.1);
            border-color: rgba(201,168,76,0.3);
            color: #c9a84c;
        }

        html[data-theme="dark"] .hero-badge::before {
            background: #c9a84c;
        }

        html[data-theme="dark"] .client-chip:hover {
            border-color: #c9a84c;
            color: #c9a84c;
        }

        html[data-theme="dark"] footer {
            background: #050505;
            border-top: 1px solid #1a1a1a;
        }

        html[data-theme="dark"] .form-group input,
        html[data-theme="dark"] .form-group textarea,
        html[data-theme="dark"] .form-group select {
            background: #1a1a1a;
            color: #c8c8c8;
            border-color: #2a2a2a;
        }

        html[data-theme="dark"] .form-group input:focus,
        html[data-theme="dark"] .form-group textarea:focus,
        html[data-theme="dark"] .form-group select:focus {
            border-color: #c9a84c;
            box-shadow: 0 0 0 3px rgba(201,168,76,0.08);
        }

        html[data-theme="dark"] .contact-form {
            background: #111;
            border-color: #222;
        }

        /* ── DROPDOWN ── */
        .nav-dropdown {
            position: relative;
        }

        .nav-dropdown > a {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .nav-dropdown > a::after {
            content: '';
            width: 0; height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid currentColor;
            opacity: 0.5;
            transition: transform 0.2s;
        }

        .nav-dropdown:hover > a::after {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: calc(100% + 12px);
            left: 50%;
            transform: translateX(-50%);
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 8px;
            min-width: 240px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.10);
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50%) translateY(-8px);
            transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
            z-index: 200;
        }

        .nav-dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        .dropdown-menu a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: 6px;
            font-size: 13px !important;
            font-weight: 400 !important;
            color: var(--ink-muted) !important;
            text-decoration: none;
            transition: background 0.15s, color 0.15s;
            white-space: nowrap;
        }

        .dropdown-menu a:hover {
            background: var(--bg);
            color: var(--accent) !important;
        }

        .dropdown-menu a .dd-num {
            font-family: var(--font-display);
            font-size: 10px;
            font-weight: 700;
            color: var(--accent);
            opacity: 0.6;
            min-width: 18px;
        }

        .dropdown-divider {
            height: 1px;
            background: var(--border);
            margin: 6px 8px;
        }

        .dropdown-menu .dd-all {
            font-weight: 500 !important;
            color: var(--accent) !important;
        }
        .theme-toggle {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            background: none;
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 7px 14px;
            color: var(--ink-muted);
            font-family: var(--font-body);
            font-size: 13px;
            font-weight: 500;
            transition: all 0.25s;
            white-space: nowrap;
        }

        .theme-toggle:hover {
            border-color: var(--accent);
            color: var(--ink);
        }

        .theme-toggle-icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

        .icon-sun { display: none; }
        .icon-moon { display: block; }
        html[data-theme="dark"] .icon-sun { display: block; }
        html[data-theme="dark"] .icon-moon { display: none; }

        html[data-theme="dark"] .theme-toggle {
            border-color: #2a2a2a;
            color: #666;
        }

        html[data-theme="dark"] .theme-toggle:hover {
            border-color: #c9a84c;
            color: #c9a84c;
        }

        /* smooth theme transition */
        body, nav, section, footer, .service-card, .contact-form,
        .about-img-block, .ticker-wrap, #stats, .stat-item,
        .services-grid, .ref-grid, .ref-item, .ref-highlight {
            transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
        }

        /* ── ANIMATED GRADIENT BACKGROUND ── */
        #hero {
            position: relative;
        }

        #particles-canvas {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            opacity: 0.6;
        }

        .hero-bg-grid,
        .hero-bg-circle,
        .hero-orb {
            z-index: 0;
        }

        .hero-year,
        .hero-badge,
        .hero-title,
        .hero-bottom {
            position: relative;
            z-index: 2;
        }

        /* animated gradient orbs */
        .hero-orb {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            filter: blur(80px);
            opacity: 1;
        }

        .hero-orb-1 {
            width: 700px; height: 700px;
            top: -200px; right: -100px;
            background: radial-gradient(circle, rgba(26,86,255,0.35) 0%, rgba(26,86,255,0.10) 50%, transparent 70%);
            animation: orbFloat1 14s ease-in-out infinite;
        }

        .hero-orb-2 {
            width: 500px; height: 500px;
            bottom: 80px; left: -100px;
            background: radial-gradient(circle, rgba(26,86,255,0.28) 0%, rgba(26,86,255,0.08) 50%, transparent 70%);
            animation: orbFloat2 18s ease-in-out infinite;
        }

        .hero-orb-3 {
            width: 380px; height: 380px;
            top: 35%; left: 38%;
            background: radial-gradient(circle, rgba(80,140,255,0.22) 0%, rgba(80,140,255,0.06) 50%, transparent 70%);
            animation: orbFloat3 22s ease-in-out infinite;
        }

        html[data-theme="dark"] .hero-orb-1 {
            background: radial-gradient(circle, rgba(201,168,76,0.35) 0%, rgba(201,168,76,0.10) 50%, transparent 70%);
        }
        html[data-theme="dark"] .hero-orb-2 {
            background: radial-gradient(circle, rgba(26,86,255,0.42) 0%, rgba(26,86,255,0.14) 48%, transparent 72%);
        }
        html[data-theme="dark"] .hero-orb-3 {
            background: radial-gradient(circle, rgba(201,168,76,0.20) 0%, rgba(201,168,76,0.05) 50%, transparent 70%);
        }

        @keyframes orbFloat1 {
            0%   { transform: translate(0px, 0px) scale(1);   opacity: 1; }
            33%  { transform: translate(-60px, 80px) scale(1.1); opacity: 1; }
            66%  { transform: translate(40px, -40px) scale(0.95); opacity: 1; }
            100% { transform: translate(0px, 0px) scale(1);   opacity: 1; }
        }
        @keyframes orbFloat2 {
            0%   { transform: translate(0px, 0px) scale(1);   opacity: 1; }
            50%  { transform: translate(80px, -60px) scale(1.15); opacity: 1; }
            100% { transform: translate(0px, 0px) scale(1);   opacity: 1; }
        }
        @keyframes orbFloat3 {
            0%   { transform: translate(0px, 0px);   opacity: 1; }
            25%  { transform: translate(60px, 40px); opacity: 1; }
            75%  { transform: translate(-40px, -60px); opacity: 1; }
            100% { transform: translate(0px, 0px);   opacity: 1; }
        }

        /* gradient hero title */
        .hero-title-grad {
            background: linear-gradient(135deg, var(--ink) 0%, var(--ink) 50%, #3a7aff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            background-size: 200% 200%;
            animation: gradShift 6s ease infinite;
        }

        html[data-theme="dark"] .hero-title-grad {
            background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 40%, #c9a84c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            background-size: 200% 200%;
            animation: gradShift 6s ease infinite;
        }

        @keyframes gradShift {
            0%   { background-position: 0% 50%; }
            50%  { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* ── 3D CARD HOVER ── */
        .service-card {
            transform-style: preserve-3d;
            transform: perspective(800px) rotateX(0deg) rotateY(0deg);
            will-change: transform;
        }

        .service-card .card-shine {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.06) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            z-index: 2;
        }

        .service-card:hover .card-shine {
            opacity: 1;
        }

        /* ── PARTICLES CANVAS ── */
        #particles-canvas {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            opacity: 0.5;
        }

        /* ── PARALLAX ── */
        .parallax-el {
            will-change: transform;
        }

        /* ── GLOW TEXT EFFECT on section titles ── */
        .section-title {
            position: relative;
        }

        /* subtle underline glow on section label */
        .section-label {
            position: relative;
        }

        /* stat number glow pulse */
        .stat-num {
            animation: statPulse 4s ease-in-out infinite;
        }

        @keyframes statPulse {
            0%, 100% { opacity: 1; }
            50%       { opacity: 0.85; }
        }

        /* ── HERO PHOTO BACKGROUND ── */
        #hero {
            position: relative;
            background-image: url('images/img-hero.webp');
            background-size: cover;
            background-position: center 20%;
        }

        .hero-photo-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                rgba(245,244,240,0.82) 0%,
                rgba(245,244,240,0.70) 40%,
                rgba(245,244,240,0.88) 100%
            );
            z-index: 0;
        }

        html[data-theme="dark"] .hero-photo-overlay {
            background: linear-gradient(
                to bottom,
                rgba(10,10,10,0.80) 0%,
                rgba(10,10,10,0.65) 40%,
                rgba(10,10,10,0.90) 100%
            );
        }

        /* ── SERVICE CARD PHOTO ── */
        .service-card-photo {
            width: calc(100% + 80px);
            margin: -48px -40px 28px;
            height: 180px;
            object-fit: cover;
            display: block;
            filter: brightness(0.92) saturate(1.1);
            transition: filter 0.4s, transform 0.4s;
        }

        .service-card:hover .service-card-photo {
            filter: brightness(1) saturate(1.2);
            transform: scale(1.03);
        }

        .service-card {
            overflow: hidden;
        }

        /* ── ABOUT PHOTO ── */
        .about-img-block {
            background-image: url('images/img-serveri.webp');
            background-size: cover;
            background-position: center;
        }

        .about-img-pattern {
            background: linear-gradient(
                to bottom,
                rgba(10,10,10,0.2) 0%,
                rgba(10,10,10,0.5) 100%
            );
        }

        .about-img-text {
            color: rgba(255,255,255,0.15);
        }
        #progress-bar {
            position: fixed;
            top: 0; left: 0;
            height: 2px;
            width: 0%;
            background: linear-gradient(90deg, #1a56ff, #7ab3ff);
            z-index: 999;
            transition: width 0.1s linear;
        }

        html[data-theme="dark"] #progress-bar {
            background: linear-gradient(90deg, #c9a84c, #e8d48a);
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-body);
            background: var(--bg);
            color: var(--ink);
            overflow-x: hidden;
            font-size: 16px;
            line-height: 1.6;
        }

        /* ── NAV ── */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 14px 48px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: background var(--transition), box-shadow var(--transition);
        }

        nav.scrolled {
            background: rgba(245, 244, 240, 0.95);
            backdrop-filter: blur(12px);
            box-shadow: 0 1px 0 var(--border);
        }

        .logo {
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .logo-img {
            height: 52px;
            width: auto;
            display: block;
        }

        /* Svetla tema – prikaži beli logo (na svetloj pozadini), sakrij crni */
        .logo-img-light { display: block; }
        .logo-img-dark  { display: none;  }

        /* Tamna tema – prikaži crni logo (na tamnoj pozadini), sakrij beli */
        html[data-theme="dark"] .logo-img-light { display: none;  }
        html[data-theme="dark"] .logo-img-dark  { display: block; }

        /* Footer uvek tamna pozadina – uvek crni logo */
        .footer-logo .logo-img-light { display: none;  }
        .footer-logo .logo-img-dark  { display: block; }

        /* nav scrolled: logo stays readable on light bg */
        nav.scrolled .logo-bg-rect {
            fill: #0d0d0d;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 40px;
            list-style: none;
        }

        .nav-links a {
            font-family: var(--font-body);
            font-size: 14px;
            font-weight: 500;
            color: var(--ink-muted);
            text-decoration: none;
            letter-spacing: 0.02em;
            transition: color 0.2s;
        }

        .nav-links a:hover {
            color: var(--ink);
        }

        .nav-cta {
            background: var(--ink) !important;
            color: var(--bg) !important;
            padding: 10px 22px !important;
            border-radius: 100px !important;
            font-weight: 500 !important;
            transition: background 0.2s, transform 0.2s !important;
        }

        .nav-cta:hover {
            background: var(--accent) !important;
            transform: translateY(-1px);
        }

        /* ── HERO ── */
        #hero {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0 60px 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-bg-grid {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(var(--border) 1px, transparent 1px),
                linear-gradient(90deg, var(--border) 1px, transparent 1px);
            background-size: 60px 60px;
            opacity: 0.6;
            pointer-events: none;
        }

        .hero-bg-circle {
            position: absolute;
            top: -200px;
            right: -200px;
            width: 700px;
            height: 700px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(26,86,255,0.08) 0%, transparent 70%);
            pointer-events: none;
        }

        .hero-year {
            position: absolute;
            top: 50%;
            right: 60px;
            transform: translateY(-50%) rotate(90deg);
            transform-origin: center;
            font-family: var(--font-display);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.3em;
            color: var(--ink-muted);
            text-transform: uppercase;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--accent-light);
            border: 1px solid rgba(26,86,255,0.2);
            color: var(--accent);
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 6px 14px;
            border-radius: 100px;
            margin-bottom: 32px;
            width: fit-content;
            opacity: 1;
        }

        .hero-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--accent);
            border-radius: 50%;
        }

        .hero-title {
            font-family: var(--font-display);
            font-size: clamp(40px, 6vw, 80px);
            font-weight: 700;
            line-height: 0.92;
            letter-spacing: -0.015em;
            color: var(--ink);
            margin-bottom: 40px;
            opacity: 1;
        }

        .hero-title em {
            font-style: normal;
            color: var(--accent);
        }

        .hero-bottom {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            opacity: 1;
        }

        .hero-sub {
            font-size: 17px;
            font-weight: 300;
            color: var(--ink-muted);
            max-width: 440px;
            line-height: 1.65;
        }

        .hero-actions {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .btn-primary {
            background: var(--ink);
            color: var(--bg);
            padding: 16px 36px;
            border-radius: 100px;
            font-family: var(--font-body);
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: background var(--transition), transform 0.2s;
            border: none;
            cursor: pointer;
        }

        .btn-primary:hover {
            background: var(--accent);
            transform: translateY(-2px);
        }

        .btn-primary svg {
            width: 16px;
            height: 16px;
            transition: transform 0.3s;
        }

        .btn-primary:hover svg {
            transform: translateX(4px);
        }

        .btn-ghost {
            color: var(--ink-muted);
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: color 0.2s;
        }

        .btn-ghost:hover {
            color: var(--ink);
        }

        /* ── SECTION BASE ── */
        section {
            padding: 120px 60px;
        }

        .section-label {
            font-family: var(--font-display);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .section-label::after {
            content: '';
            height: 1px;
            width: 40px;
            background: var(--accent);
            opacity: 0.4;
        }

        .section-title {
            font-family: var(--font-display);
            font-size: clamp(36px, 5vw, 60px);
            font-weight: 700;
            letter-spacing: -0.01em;
            line-height: 1.05;
            color: var(--ink);
            margin-bottom: 24px;
        }

        .section-desc {
            font-size: 17px;
            font-weight: 300;
            color: var(--ink-muted);
            max-width: 500px;
            line-height: 1.7;
        }

        /* ── TICKER ── */
        .ticker-wrap {
            background: var(--ink);
            overflow: hidden;
            padding: 18px 0;
        }

        .ticker {
            display: flex;
            gap: 0;
            white-space: nowrap;
            animation: ticker 25s linear infinite;
        }

        .ticker-item {
            font-family: var(--font-display);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.5);
            padding: 0 40px;
            display: inline-flex;
            align-items: center;
            gap: 40px;
        }

        .ticker-item span {
            color: rgba(255,255,255,0.15);
        }

        @keyframes ticker {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        /* ── STATS ── */
        #stats {
            padding: 80px 60px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1px;
            background: var(--border);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .stat-item {
            background: var(--bg);
            padding: 50px 40px;
            text-align: center;
        }

        .stat-num {
            font-family: var(--font-display);
            font-size: 56px;
            font-weight: 700;
            letter-spacing: -0.015em;
            color: var(--ink);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-num sup {
            font-size: 28px;
            vertical-align: super;
        }

        .stat-label {
            font-size: 13px;
            font-weight: 400;
            color: var(--ink-muted);
            letter-spacing: 0.02em;
        }

        /* ── SERVICES ── */
        #services {
            background: var(--surface);
        }

        .services-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-bottom: 80px;
            align-items: end;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: var(--border);
            border: 1px solid var(--border);
        }

        a.service-card {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .service-card {
            background: var(--surface);
            padding: 48px 40px;
            position: relative;
            overflow: hidden;
            transition: background var(--transition);
            cursor: pointer;
        }

        .service-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: 0;
            background: var(--accent);
            transition: width var(--transition);
        }

        .service-card:hover::before {
            width: 100%;
        }

        .service-card:hover {
            background: var(--bg);
        }

        .service-card-arrow {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 500;
            color: var(--accent);
            margin-top: 20px;
            opacity: 0;
            transform: translateX(-6px);
            transition: opacity 0.3s, transform 0.3s;
        }
        .service-card:hover .service-card-arrow {
            opacity: 1;
            transform: translateX(0);
        }

        .service-number {
            font-family: var(--font-display);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.2em;
            color: var(--ink-muted);
            margin-bottom: 32px;
            opacity: 0.5;
        }

        .service-icon {
            width: 44px;
            height: 44px;
            margin-bottom: 24px;
            color: var(--accent);
        }

        .service-name {
            font-family: var(--font-display);
            font-size: 20px;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 16px;
            letter-spacing: -0.01em;
            line-height: 1.2;
        }

        .service-desc {
            font-size: 14px;
            font-weight: 300;
            color: var(--ink-muted);
            line-height: 1.7;
        }

        /* ── ABOUT ── */
        #about {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: center;
        }

        /* ── ABOUT SLIDER ── */
        .about-visual {
            position: relative;
        }

        .about-slider {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 560px;
            overflow: hidden;
            background: #000;
        }

        .about-slide {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1.2s ease;
            filter: grayscale(100%) contrast(1.05);
        }

        .about-slide.active {
            opacity: 1;
        }

        .about-slider-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                rgba(0,0,0,0.25) 0%,
                rgba(0,0,0,0.15) 50%,
                rgba(0,0,0,0.5) 100%
            );
            z-index: 1;
        }

        .about-slider-watermark {
            position: absolute;
            bottom: 32px;
            left: 36px;
            font-family: var(--font-display);
            font-size: 64px;
            font-weight: 700;
            line-height: 0.9;
            letter-spacing: -0.015em;
            color: rgba(255,255,255,0.08);
            z-index: 2;
            pointer-events: none;
            user-select: none;
        }

        .about-slider-dots {
            position: absolute;
            bottom: 11px;
            right: 15px;
            display: flex;
            gap: 4px;
            z-index: 3;
        }

        .about-dot {
            position: relative;
            flex: 0 0 24px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: transparent;
            cursor: pointer;
            border: none;
            padding: 0;
        }

        .about-dot::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            transform: translate(-50%, -50%);
            transition: background 0.3s, transform 0.3s;
        }

        .about-dot.active::before {
            background: white;
            transform: translate(-50%, -50%) scale(1.4);
        }

        .about-dot:focus-visible {
            outline: 2px solid white;
            outline-offset: -2px;
        }

        .about-tag {
            position: absolute;
            bottom: -24px;
            right: -24px;
            background: var(--accent);
            color: white;
            padding: 20px 28px;
            z-index: 4;
        }

        .about-tag-num {
            font-family: var(--font-display);
            font-size: 32px;
            font-weight: 700;
            letter-spacing: -0.015em;
            line-height: 1;
        }

        .about-tag-label {
            font-size: 11px;
            opacity: 0.85;
            margin-top: 4px;
            letter-spacing: 0.05em;
        }

        .about-content .section-desc {
            margin-bottom: 40px;
            max-width: 100%;
        }

        .client-list {
            margin-top: 40px;
            padding-top: 40px;
            border-top: 1px solid var(--border);
        }

        .client-list-label {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--ink-muted);
            margin-bottom: 20px;
        }

        .client-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .client-chip {
            background: var(--bg);
            border: 1px solid var(--border);
            color: var(--ink-muted);
            font-size: 12px;
            font-weight: 400;
            padding: 6px 14px;
            border-radius: 100px;
            transition: border-color 0.2s, color 0.2s;
        }

        .client-chip-link {
            text-decoration: none;
            cursor: pointer;
            border-color: var(--accent);
            color: var(--accent);
        }

        .client-chip-link:hover {
            background: var(--accent);
            color: var(--surface);
        }

        .ref-item-link {
            text-decoration: none;
            cursor: pointer;
        }

        .ref-item-link:hover {
            background: var(--accent-light);
            color: var(--accent);
        }

        .ref-hospital-link:hover {
            border-color: rgba(26,86,255,0.28);
            color: var(--accent);
            background: var(--accent-light);
        }

        html[data-theme="dark"] .client-chip-link {
            border-color: #c9a84c;
            color: #c9a84c;
        }

        html[data-theme="dark"] .client-chip-link:hover {
            background: #c9a84c;
            color: #0a0a0a;
        }

        /* ── REFERENCES ── */
        #reference, #references {
            background: var(--bg);
            color: var(--ink);
        }

        #reference .section-label, #references .section-label {
            color: var(--accent);
        }

        #reference .section-label::after, #references .section-label::after {
            background: rgba(26,86,255,0.24);
        }

        #reference .section-title, #references .section-title {
            color: var(--ink);
        }

        #reference .section-desc, #references .section-desc {
            color: var(--ink-muted);
        }

        .ref-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 1px;
            background: var(--border);
            border: 1px solid var(--border);
            margin-top: 60px;
        }

        .ref-item {
            background: var(--surface);
            padding: 32px 24px;
            text-align: center;
            font-size: 13px;
            font-weight: 400;
            color: var(--ink-muted);
            transition: color 0.2s, background 0.2s;
            line-height: 1.4;
        }

        .ref-item:hover {
            color: var(--accent);
            background: var(--accent-light);
        }

        .ref-highlight {
            margin-top: 60px;
            padding: 48px;
            border: 1px solid var(--border);
            border-radius: 4px;
            background: var(--surface);
        }

        .ref-highlight-title {
            font-family: var(--font-display);
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 20px;
        }

        .ref-hospital-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .ref-hospital {
            font-size: 14px;
            font-weight: 300;
            color: var(--ink-muted);
            padding: 10px 20px;
            border: 1px solid var(--border);
            border-radius: 100px;
        }

        /* ── CONTACT ── */
        /* Photo banner */
        .photo-banner {
            height: 340px;
            position: relative;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        .photo-banner-sr,
        .photo-banner-en {
            background-image: url("images/img-mreza-infra.webp");
        }

        .photo-banner-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 16px;
            padding: 40px;
            text-align: center;
            background: linear-gradient(135deg, rgba(10,10,10,0.75) 0%, rgba(26,86,255,0.3) 100%);
        }

        .photo-banner-title {
            margin: 0;
            color: #fff;
            font-family: var(--font-display);
            font-size: clamp(22px, 4vw, 44px);
            font-weight: 700;
            line-height: 1.1;
        }

        .photo-banner-text {
            max-width: 480px;
            margin: 0;
            color: rgba(255,255,255,0.72);
            font-size: 16px;
            font-weight: 300;
            line-height: 1.6;
        }

        .photo-banner-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 8px;
            padding: 14px 32px;
            border-radius: 100px;
            color: #0d0d0d;
            background: #fff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.2s, background 0.2s;
        }

        .photo-banner-link:hover {
            transform: translateY(-2px);
            background: var(--accent);
        }

        #contact {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: start;
        }

        .contact-info {
            padding-top: 20px;
        }

        .contact-detail {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 28px 0;
            border-bottom: 1px solid var(--border);
        }

        .contact-detail:first-child {
            border-top: 1px solid var(--border);
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: var(--accent-light);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon svg {
            width: 18px;
            height: 18px;
            color: var(--accent);
        }

        .contact-detail-label {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: var(--ink-muted);
            margin-bottom: 6px;
        }

        .contact-detail-value {
            font-size: 16px;
            font-weight: 400;
            color: var(--ink);
        }

        .contact-detail-value a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s;
        }

        .contact-detail-value a:hover {
            color: var(--accent);
        }

        .contact-form {
            background: var(--surface);
            padding: 48px;
            border: 1px solid var(--border);
            border-radius: 4px;
        }

        .form-title {
            font-family: var(--font-display);
            font-size: 24px;
            font-weight: 700;
            letter-spacing: -0.01em;
            margin-bottom: 32px;
            color: var(--ink);
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--ink-muted);
            margin-bottom: 8px;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            background: var(--bg);
            border: 1px solid var(--border);
            border-radius: 2px;
            padding: 14px 18px;
            font-family: var(--font-body);
            font-size: 15px;
            font-weight: 400;
            color: var(--ink);
            transition: border-color 0.2s, box-shadow 0.2s;
            outline: none;
            appearance: none;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(26,86,255,0.08);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

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

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

        /* ── FOOTER ── */
        footer {
            background: var(--ink);
            color: white;
            padding: 60px;
            position: relative;
            z-index: 9000;
        }

        .footer-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-logo {
            font-family: var(--font-display);
            font-size: 18px;
            font-weight: 700;
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .footer-logo-mark {
            width: 26px;
            height: 26px;
            background: var(--accent);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-copy {
            font-size: 13px;
            font-weight: 300;
            color: rgba(255,255,255,0.4);
        }

        .footer-links {
            display: flex;
            gap: 32px;
            list-style: none;
        }

        .footer-links a {
            font-size: 13px;
            color: rgba(255,255,255,0.4);
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-links a:hover {
            color: white;
        }
        
        .footer-socials {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .footer-socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 32px;
            padding: 7px 12px;
            border: 1px solid rgba(255,255,255,0.16);
            border-radius: 999px;
            color: rgba(255,255,255,0.52);
            font-size: 11px;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s, border-color 0.2s, background 0.2s;
        }
        
        .footer-socials a:hover {
            color: white;
            border-color: rgba(255,255,255,0.34);
            background: rgba(255,255,255,0.06);
        }
        
        .contact-social-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 12px;
        }
        
        .contact-social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 9px 14px;
            border: 1px solid var(--border);
            border-radius: 999px;
            color: var(--ink);
            background: var(--surface);
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
        }
        
        .contact-social-links a:hover {
            color: var(--accent);
            border-color: var(--accent);
            background: var(--accent-light);
            transform: translateY(-1px);
        }
        

        /* ── GOOGLE REVIEWS ── */
        .google-reviews-strip {
            padding: 42px 60px;
            background: var(--surface);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .google-reviews-inner {
            max-width: var(--max-w);
            margin: 0 auto;
        }

        .google-reviews-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 22px;
        }

        .google-reviews-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 8px;
        }

        .google-reviews-head h2 {
            font-family: var(--font-display);
            font-size: 28px;
            line-height: 1.15;
            letter-spacing: -0.01em;
            color: var(--ink);
        }

        .google-reviews-all {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 9px 16px;
            border: 1px solid var(--border);
            border-radius: 999px;
            color: var(--ink);
            background: var(--bg);
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            white-space: nowrap;
            transition: color 0.2s, border-color 0.2s, background 0.2s;
        }

        .google-reviews-all:hover {
            color: var(--accent);
            border-color: var(--accent);
            background: var(--accent-light);
        }

        .google-reviews-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
        }

        .google-review-card {
            min-height: 210px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 20px;
            border: 1px solid var(--border);
            border-radius: 6px;
            background: var(--bg);
            color: var(--ink);
            text-decoration: none;
            transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
        }

        .google-review-card:hover {
            transform: translateY(-2px);
            border-color: var(--accent);
            box-shadow: 0 12px 36px rgba(0,0,0,0.06);
        }

        .google-review-head {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .google-review-avatar {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            background: var(--accent-light);
            color: var(--accent);
            font-size: 13px;
            font-weight: 700;
        }

        .google-review-meta {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .google-review-meta strong {
            font-size: 14px;
            line-height: 1.2;
            color: var(--ink);
        }

        .google-review-meta span {
            font-size: 12px;
            color: var(--ink-muted);
        }

        .google-review-stars {
            color: #c9a84c;
            font-size: 14px;
            letter-spacing: 0.06em;
        }

        .google-review-card p {
            margin: 0;
            color: var(--ink-muted);
            font-size: 14px;
            line-height: 1.65;
        }

        /* ── ANIMATIONS ── */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(24px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

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

        /* ── MOBILE ── */
        @media (max-width: 900px) {
            nav {
                padding: 12px 16px;
                background: var(--bg);
                box-shadow: 0 1px 0 var(--border);
            }

            .nav-links {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            #hero {
                padding: 0 24px 60px;
            }

            .hero-year {
                display: none;
            }

            .hero-bottom {
                flex-direction: column;
                align-items: flex-start;
                gap: 32px;
            }

            section {
                padding: 80px 24px;
            }

            #stats {
                padding: 0;
                grid-template-columns: repeat(2, 1fr);
            }

            .services-header {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            #about {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .about-tag {
                right: 0;
            }

            .ref-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            #contact {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            footer {
                padding: 40px 24px;
            }

            .footer-inner {
                flex-direction: column;
                gap: 24px;
                text-align: center;
            }

            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
            }
        }

        /* ── HAMBURGER ── */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 8px;
            width: 44px;
            height: 44px;
            position: fixed;
            top: 14px;
            right: 16px;
            z-index: 400;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: background 0.2s, border-color 0.2s;
        }
        .hamburger.open {
            background: var(--bg);
            border-color: var(--accent);
        }
        .hamburger span {
            display: block;
            width: 20px;
            height: 2px;
            background: var(--ink);
            border-radius: 2px;
            transition: transform 0.3s, opacity 0.3s, background 0.3s;
        }
        .hamburger.open span { background: var(--accent); }
        .hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
        .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
        .hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

        /* ── MOBILE OVERLAY MENU ── */
        .mobile-menu {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 350;
            background: var(--surface);
            padding: 96px 28px 40px;
            overflow-y: auto;
            flex-direction: column;
        }
        .mobile-menu.open { display: flex; }
        .mobile-menu a {
            display: block;
            font-size: 17px;
            font-weight: 500;
            color: var(--ink);
            text-decoration: none;
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
            transition: color 0.2s;
        }
        .mobile-menu a:hover { color: var(--accent); }
        .mobile-menu .mob-label {
            font-size: 11px;
            font-family: var(--font-display);
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--ink-muted);
            padding: 20px 0 4px;
            border-bottom: none;
            font-weight: 600;
        }
        .mobile-menu .mob-sub {
            font-size: 15px !important;
            padding: 12px 0 12px 16px !important;
            color: var(--ink-muted) !important;
        }
        .mobile-menu .mob-sub.active { color: var(--accent) !important; font-weight: 500 !important; }
        .mobile-menu .mob-cta {
            margin-top: 24px;
            background: var(--ink);
            color: var(--bg) !important;
            text-align: center;
            border-radius: 100px;
            padding: 16px 24px !important;
            border-bottom: none !important;
            font-weight: 500;
        }
        html[data-theme="dark"] .mobile-menu .mob-cta {
            background: linear-gradient(135deg,#c9a84c,#e8d48a);
            color: #0a0a0a !important;
        }

    

        

        /* ── TOAST NOTIFICATION ── */
        .toast {
            position: fixed;
            bottom: 32px;
            left: 50%;
            transform: translateX(-50%) translateY(120px);
            z-index: 999;
            background: #0d0d0d;
            color: #fff;
            padding: 20px 32px;
            border-radius: 6px;
            box-shadow: 0 8px 40px rgba(0,0,0,0.25);
            display: flex;
            align-items: flex-start;
            gap: 16px;
            max-width: 480px;
            width: calc(100% - 48px);
            opacity: 0;
            transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
            pointer-events: none;
        }
        .toast.show {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
            pointer-events: auto;
        }
        .toast.toast-error {
            background: #1a0a0a;
            border-left: 3px solid #ff4444;
        }
        .toast.toast-success {
            border-left: 3px solid #c9a84c;
        }
        .toast-icon {
            font-size: 22px;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .toast-body {}
        .toast-title {
            font-family: var(--font-display);
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 4px;
            letter-spacing: -0.01em;
        }
        .toast-msg {
            font-size: 13px;
            opacity: 0.7;
            line-height: 1.5;
        }
        .toast-close {
            background: none;
            border: none;
            color: rgba(255,255,255,0.4);
            font-size: 18px;
            cursor: pointer;
            padding: 0;
            margin-left: auto;
            flex-shrink: 0;
            line-height: 1;
        }
        .toast-close:hover { color: white; }

        @media (max-width: 480px) {
            .toast { bottom: 20px; padding: 16px 20px; }
        }

    
        /* ── LANGUAGE SWITCH ── */
        .lang-switch {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            font-weight: 600;
            color: var(--ink-muted);
            text-decoration: none;
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 6px 12px;
            transition: border-color 0.2s, color 0.2s;
            letter-spacing: 0.05em;
        }
        .lang-switch:hover {
            border-color: var(--accent);
            color: var(--ink);
        }
        .lang-switch.active {
            background: var(--ink);
            color: var(--bg);
            border-color: var(--ink);
        }
        html[data-theme="dark"] .lang-switch.active {
            background: linear-gradient(135deg,#c9a84c,#e8d48a);
            color: #0a0a0a;
            border-color: transparent;
        }

    
        /* ══ HAMBURGER & MOBILE MENU ══ */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            cursor: pointer;
            background: none;
            border: none;
            padding: 8px;
            z-index: 300;
        }

        /* Fixed X button always on top */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            cursor: pointer;
            background: none;
            border: none;
            padding: 8px;
            position: fixed;
            top: 16px;
            right: 16px;
            z-index: 400;
            width: 40px;
            height: 40px;
        }

        /* Mobile menu overlay */
        .mobile-menu {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 350;
            background: var(--surface);
            padding: 72px 28px 40px;
            overflow-y: auto;
            flex-direction: column;
        }
        .mobile-menu.open { display: flex; }
        .mobile-menu a {
            display: block;
            font-size: 17px;
            font-weight: 500;
            color: var(--ink);
            text-decoration: none;
            padding: 15px 0;
            border-bottom: 1px solid var(--border);
            transition: color 0.2s;
        }
        .mobile-menu a:hover,
        .mobile-menu a.active { color: var(--accent); }
        .mob-label {
            font-size: 11px;
            font-family: var(--font-display);
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--ink-muted);
            padding: 20px 0 6px;
            font-weight: 600;
        }
        .mob-sub {
            font-size: 15px !important;
            padding: 12px 0 12px 14px !important;
            color: var(--ink-muted) !important;
        }
        .mob-sub:hover { color: var(--accent) !important; }
        .mob-cta {
            margin-top: 16px;
            background: var(--ink) !important;
            color: var(--bg) !important;
            text-align: center;
            border-radius: 100px;
            padding: 15px 24px !important;
            border-bottom: none !important;
            font-weight: 500;
        }
        html[data-theme="dark"] .mob-cta {
            background: linear-gradient(135deg,#c9a84c,#e8d48a) !important;
            color: #0a0a0a !important;
        }
        .mob-controls {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 24px;
            padding-top: 24px;
            border-top: 1px solid var(--border);
        }
        .mob-theme-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            background: none;
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 10px 16px;
            color: var(--ink-muted);
            font-family: var(--font-body);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            flex: 1;
            justify-content: center;
            transition: border-color 0.2s, color 0.2s;
        }
        .mob-theme-btn:hover { border-color: var(--accent); color: var(--ink); }
        .mob-lang-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 10px 16px;
            color: var(--ink-muted);
            font-size: 13px;
            font-weight: 600;
            text-decoration: none !important;
            border-bottom: none !important;
            transition: border-color 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .mob-lang-btn:hover { border-color: var(--accent); color: var(--ink); }
        .icon-sun { display: none; }
        .icon-moon { display: block; }
        html[data-theme="dark"] .icon-sun { display: block; }
        html[data-theme="dark"] .icon-moon { display: none; }

        @media (max-width: 900px) {
            .hamburger { display: flex; }
            .nav-links  { display: none !important; }
            nav { padding: 12px 60px 12px 16px; }
            body { padding-top: 0; }

            /* Logo smaller on mobile */
            .logo-img { height: 40px; }

            /* Hero */
            #hero { padding: 60px 20px 56px; min-height: auto; }
            .hero-title { font-size: clamp(32px, 8vw, 52px); }
            .hero-sub { font-size: 15px; max-width: 100%; }
            .hero-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
            .hero-actions { flex-direction: column; width: 100%; gap: 10px; }
            .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
            .hero-year { display: none; }

            /* Stats */
            #stats { grid-template-columns: repeat(2, 1fr); padding: 0; }
            .stat-num { font-size: 36px; }

            /* Sections */
            section { padding: 60px 20px; }

            /* Services */
            .services-header { grid-template-columns: 1fr; gap: 20px; }
            .services-grid { grid-template-columns: 1fr; }
            .section-title { font-size: clamp(28px, 7vw, 44px); }

            /* About */
            #o-nama, #about { grid-template-columns: 1fr; gap: 48px; padding: 60px 20px; }
            .about-slider { min-height: 300px; }
            .about-tag { right: 0; bottom: -16px; }

            /* References */
            .ref-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }

            /* Contact */
            #kontakt, #contact { grid-template-columns: 1fr; gap: 48px; padding: 60px 20px; }
            .form-row { grid-template-columns: 1fr; }
            .contact-form input,
            .contact-form textarea,
            .contact-form select { font-size: 16px; }

            /* FAQ */
            #faq { padding: 60px 20px; }

            /* Footer */
            footer { padding: 32px 20px; }
            .footer-inner { flex-direction: column; gap: 20px; text-align: center; }
            .footer-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
            .google-reviews-strip { padding: 32px 20px; }
            .google-reviews-head { align-items: flex-start; flex-direction: column; gap: 14px; }
            .google-reviews-head h2 { font-size: 24px; }
            .google-reviews-grid { grid-template-columns: 1fr; }
            .google-review-card { min-height: 0; }

            .footer-socials { justify-content: center; }
            .contact-social-links { justify-content: flex-start; }
        }

        @media (max-width: 480px) {
            .logo-img { height: 34px; }
            #stats { grid-template-columns: 1fr 1fr; }
            .stat-num { font-size: 30px; }
            .ref-grid { grid-template-columns: 1fr; }
            .hero-title { font-size: clamp(28px, 9vw, 40px); }
            .services-mini-grid { grid-template-columns: 1fr; }
        }
        }

    