:root {
    --bg-main: #07111f;
    --bg-soft: #0b1526;
    --bg-footer: #050c16;
    --surface: rgba(255, 255, 255, 0.06);
    --surface-strong: rgba(255, 255, 255, 0.08);
    --border: rgba(255, 255, 255, 0.10);
    --text: #f8fafc;
    --text-soft: #cbd5e1;
    --text-muted: #94a3b8;
    --primary: #3b82f6;
    --secondary: #06b6d4;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    --radius-xl: 32px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.15), transparent 30%), radial-gradient(circle at top right, rgba(6, 182, 212, 0.12), transparent 28%), linear-gradient(180deg, #07111f 0%, #08101d 45%, #060d18 100%);
    color: var(--text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* =========================
   HEADER
========================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 17, 31, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.site-header__inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

    .brand.brand-logo {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
    }

.site-logo {
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59,130,246,0.24), rgba(6,182,212,0.20));
    border: 1px solid rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.brand-text {
    color: #ffffff;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.main-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    .main-nav a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px;
        border-radius: 14px;
        color: var(--text-soft);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.01em;
        transition: all 0.25s ease;
    }

        .main-nav a:hover {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.05);
        }

        .main-nav a::after {
            display: none;
        }

        .main-nav a.active {
            color: #fff;
            background: linear-gradient(135deg, rgba(201,164,106,0.22), rgba(255,255,255,0.06) );
            border: 1px solid rgba(201,164,106,0.28);
            box-shadow: 0 6px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.15);
        }

            .main-nav a.active:hover {
                transform: none;
            }

.header-actions {
    display: none;
}

.header-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 14px;
    color: var(--text-soft);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    transition: all 0.25s ease;
}

    .header-link-btn:hover {
        color: #ffffff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }

/* =========================
   BUTTONS
========================= */

.btn-primary-premium,
.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), #2563eb);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.30);
    transition: all 0.25s ease;
}

    .btn-primary-premium:hover,
    .btn-primary-custom:hover {
        transform: translateY(-2px);
        color: #fff;
    }

.btn-secondary-premium,
.btn-secondary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    transition: all 0.25s ease;
}

    .btn-secondary-premium:hover,
    .btn-secondary-custom:hover {
        background: rgba(255,255,255,0.08);
        color: #fff;
        transform: translateY(-2px);
    }

/* =========================
   HERO
========================= */

.premium-hero {
    position: relative;
    padding: 40px 0 25px;
    overflow: hidden;
}

.hero-bg-blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.hero-bg-blur-1 {
    width: 320px;
    height: 320px;
    left: -80px;
    top: 20px;
    background: rgba(59, 130, 246, 0.35);
}

.hero-bg-blur-2 {
    width: 260px;
    height: 260px;
    right: 0;
    top: 40px;
    background: rgba(6, 182, 212, 0.28);
}

.hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 40px;
    align-items: stretch;
}

.hero-layout-fixed .hero-column {
    display: flex;
}

.hero-left-inner,
.hero-panel-compact {
    width: 100%;
}

.hero-left-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.hero-left {
    max-width: 760px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.05);
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    width: fit-content;
}

    .hero-badge span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        flex-shrink: 0;
    }
        /* 1. nokta */
        .hero-badge span:nth-of-type(1) {
            background: linear-gradient(135deg, #3b82f6, #60a5fa);
        }

        /* 2. nokta */
        .hero-badge span:nth-of-type(2) {
            background: linear-gradient(135deg, #06b6d4, #67e8f9);
        }

        /* 3. nokta */
        .hero-badge span:nth-of-type(3) {
            background: linear-gradient(135deg, #c9a46a, #f4d28c);
        }
.hero-title {
    margin: 0 0 30px 0;
    font-size: 64px;
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 800;
    /*max-width: 880px;*/
}

    .hero-title span {
        display: inline;
        background: linear-gradient(90deg, #ffffff 0%, #8ec5ff 50%, #67e8f9 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        letter-spacing: -0.02em;
    }

.hero-description {
    margin-top: 18px;
    max-width: none;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.hero-mini-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    max-width: 760px;
}

.mini-info-item {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, border-color 0.25s ease;
    min-width: 0;
}

    .mini-info-item:hover {
        transform: translateY(-4px);
        border-color: rgba(103, 232, 249, 0.25);
    }

    .mini-info-item strong {
        display: block;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .mini-info-item span {
        color: var(--text-muted);
        font-size: 13px;
        line-height: 1.55;
    }

/* =========================
   PANELS / CARDS
========================= */

.glass-panel,
.glass-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-panel-main {
    padding: 26px;
}

.hero-panel-compact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
}

.panel-title-row {
    margin-bottom: 16px;
}

.panel-main-title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 800;
}

.panel-main-text {
    margin: 0;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.75;
}

.panel-tab-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.panel-tab-btn {
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    color: var(--text-soft);
    border-radius: 16px;
    padding: 13px 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease;
}

    .panel-tab-btn:hover {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

    .panel-tab-btn.active {
        background: linear-gradient(135deg, rgba(59,130,246,0.22), rgba(6,182,212,0.16));
        color: #fff;
        border-color: rgba(103,232,249,0.25);
        box-shadow: 0 10px 24px rgba(0,0,0,0.22);
    }

.panel-tab-content {
    display: none;
}

    .panel-tab-content.active {
        display: block;
    }

.panel-summary-box {
    margin-bottom: 16px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

    .panel-summary-box h3 {
        margin: 0 0 10px;
        font-size: 21px;
        line-height: 1.32;
        color: #ffffff;
    }

    .panel-summary-box p {
        margin: 0;
        color: var(--text-soft);
        line-height: 1.75;
        font-size: 15px;
    }

.panel-list {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.panel-list-item {
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

    .panel-list-item:hover {
        transform: translateY(-3px);
        border-color: rgba(103, 232, 249, 0.25);
    }

    .panel-list-item strong {
        display: block;
        color: #fff;
        font-size: 15px;
        margin-bottom: 6px;
    }

    .panel-list-item span {
        display: block;
        color: var(--text-muted);
        font-size: 14px;
        line-height: 1.65;
    }

.hero-tech-tags,
.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .hero-tech-tags span,
    .expertise-tags span {
        padding: 10px 15px;
        border-radius: 999px;
        border: 1px solid var(--border);
        background: rgba(255,255,255,0.04);
        color: var(--text-soft);
        font-size: 14px;
        font-weight: 500;
        transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
        cursor: default;
    }

        .hero-tech-tags span:hover,
        .expertise-tags span:hover {
            transform: translateY(-3px) scale(1.02);
            background: rgba(59,130,246,0.14);
            border-color: rgba(103, 232, 249, 0.25);
            color: #ffffff;
        }

/* =========================
   SECTIONS
========================= */

.premium-section {
    padding: 20px 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0.00));
}

.section-heading {
    margin-bottom: 24px;
}

.services-heading {
    margin-bottom: 28px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #67e8f9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.section-heading p {
    margin: 0;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.8;
}

.highlight-grid,
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-grid {
    margin-top: 6px;
    gap: 26px;
}

.highlight-card,
.service-card {
    padding: 28px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.service-card {
    min-height: 240px;
}

    .highlight-card:hover,
    .service-card:hover {
        transform: translateY(-6px);
        border-color: rgba(103, 232, 249, 0.25);
        box-shadow: 0 24px 60px rgba(0,0,0,0.40);
    }

.highlight-icon,
.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    background: linear-gradient(135deg, rgba(59,130,246,0.25), rgba(6,182,212,0.20));
    border: 1px solid rgba(255,255,255,0.08);
    color: #c9a46a;
    flex-shrink: 0;
}

    .highlight-icon svg,
    .service-icon svg {
        width: 22px;
        height: 22px;
        display: block;
    }

.highlight-card h3,
.service-card h3 {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.35;
}

.highlight-card p,
.service-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   CONTACT
========================= */
.contact-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

    .contact-title h3 {
        margin: 0;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

.contact-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-bottom: 0;
}

    .contact-icon svg {
        width: 20px;
        height: 20px;
        display: block;
    }

.contact-page-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: stretch;
}

.contact-equal-grid {
    align-items: stretch;
}

.contact-equal-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info-card,
.contact-form-card {
    padding: 28px;
}

    .contact-info-card h3,
    .contact-form-card h3 {
        margin: 0 0 0px;
        font-size: 24px;
        line-height: 1.35;
        color: #ffffff;
    }

.contact-info-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-info-row {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.04);
}

.contact-row-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.contact-row-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c9a46a;
    flex-shrink: 0;
}

    .contact-row-icon svg {
        width: 18px;
        height: 18px;
        display: block;
    }

.contact-info-row strong {
    display: block;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}

.contact-info-row span {
    display: block;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.contact-inline-link {
    color: var(--text-soft);
    text-decoration: none;
    word-break: break-word;
    transition: color 0.22s ease;
}

    .contact-inline-link:hover {
        color: #ffffff;
    }

    .contact-inline-link:visited,
    .contact-inline-link:focus,
    .contact-inline-link:active {
        color: var(--text-soft);
        text-decoration: none;
    }

.contact-info-note {
    margin: auto 0 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.8;
}

.contact-form-modern {
    margin-top: 6px;
}

.contact-result-box {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.7;
}

.result-success {
    color: #bbf7d0;
    border: 1px solid rgba(34,197,94,0.35);
    background: rgba(34,197,94,0.12);
}

.result-error {
    color: #fecaca;
    border: 1px solid rgba(239,68,68,0.35);
    background: rgba(239,68,68,0.12);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-group-custom {
    margin-bottom: 18px;
}

    .form-group-custom label {
        display: block;
        margin-bottom: 8px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

.form-control-custom {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

    .form-control-custom::placeholder {
        color: #8ea2bb;
    }

    .form-control-custom:focus {
        border-color: rgba(103, 232, 249, 0.30);
        background: rgba(255,255,255,0.07);
        box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
    }

.form-textarea-custom {
    min-height: 180px;
    resize: vertical;
}

.form-submit-row {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-danger {
    color: #fca5a5 !important;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
}

.form-control-custom.input-error {
    border-color: rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.08);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.08);
}

.form-control-custom.input-success {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.04);
}

/* =========================
   FOOTER
========================= */

.site-footer {
    margin-top: 18px;
    padding: 28px 0 22px;
    border-top: 1px solid rgba(255,255,255,0.06);
    background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0)), var(--bg-footer);
}

.site-footer__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.site-footer h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.site-footer p {
    margin: 0;
    color: var(--text-muted);
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
}

.footer-logo {
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-about {
    margin: 14px 0 0;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.8;
    max-width: 420px;
}

.footer-links-block h4 {
    margin: 0 0 10px;
    font-size: 15px;
    color: #ffffff;
}

.footer-links-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.footer-links-block li,
.footer-links-block a {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.22s ease;
}

    .footer-links-block a:hover {
        color: #ffffff;
    }

.site-footer__bottom {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

    .site-footer__bottom p {
        margin: 0;
        color: var(--text-muted);
        font-size: 13px;
    }

::selection {
    background: rgba(201,164,106,0.4);
    color: #fff;
}


.mobile-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .mobile-menu-toggle:hover {
        background: rgba(255,255,255,0.08);
    }

    .mobile-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #ffffff;
        transition: all 0.25s ease;
    }

    .mobile-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 15, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
    z-index: 1090;
}

.mobile-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100vh;
    padding: 22px 20px 24px;
    background: rgba(7, 17, 31, 0.96);
    border-left: 1px solid rgba(255,255,255,0.08);
    box-shadow: -20px 0 50px rgba(0,0,0,0.35);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

    .mobile-menu-panel.is-open,
    .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu-panel.is-open {
        transform: translateX(0);
    }

.mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

    .mobile-menu-head span {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

.mobile-menu-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.mobile-nav {
    display: grid;
    gap: 10px;
}

    .mobile-nav a {
        display: flex;
        align-items: center;
        min-height: 50px;
        padding: 0 16px;
        border-radius: 14px;
        color: var(--text-soft);
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.06);
        font-size: 15px;
        font-weight: 600;
        transition: all 0.22s ease;
    }

        .mobile-nav a:hover,
        .mobile-nav a.active {
            color: #ffffff;
            background: linear-gradient(135deg, rgba(201,164,106,0.18), rgba(255,255,255,0.06));
            border-color: rgba(201,164,106,0.22);
        }

.mobile-menu-contact {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: grid;
    gap: 10px;
}

    .mobile-menu-contact a {
        color: var(--text-muted);
        font-size: 14px;
        transition: color 0.22s ease;
        word-break: break-word;
    }

        .mobile-menu-contact a:hover {
            color: #ffffff;
        }

body.menu-open {
    overflow: hidden;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

    .card-head h3 {
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
    }

.about-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

    .about-hero-tags span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        color: var(--text-soft);
        background: rgba(255,255,255,0.04);
        border: 1px solid var(--border);
        transition: all 0.25s ease;
    }

        .about-hero-tags span svg {
            width: 16px;
            height: 16px;
            opacity: 0.7;
            flex-shrink: 0;
        }

        .about-hero-tags span:hover svg {
            opacity: 1;
        }

        .about-hero-tags span:hover {
            color: #ffffff;
            background: rgba(59, 130, 246, 0.14);
            border-color: rgba(103, 232, 249, 0.25);
            transform: translateY(-2px);
        }
        .about-hero-tags span:first-child {
            color: #ffffff;
            border-color: rgba(201,164,106,0.28);
            background: linear-gradient(135deg, rgba(201,164,106,0.18), rgba(255,255,255,0.04));
        }

.hero-intro-wrap {
    max-width: 1200px; /* 700-800 yerine daha geniž */
    width: 100%;
}

.about-hero-heading {
    max-width: 900px;
}

.premium-hero .section-heading.about-hero-heading {
    max-width: 100%;
}