:root {
    --bg-dark: #161312;
    --bg-soft: #211b19;
    --surface: rgba(255, 255, 255, 0.06);
    --surface-strong: #2a2220;
    --text: #f4efe9;
    --text-muted: #d7cbbf;
    --line: rgba(255, 255, 255, 0.1);
    --accent: #fdfb0a;
    --accent-strong: #fff94d;
    --accent-dark: #d6d400;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(180deg, #120f0e 0%, #1a1412 45%, #120f0e 100%);
    color: var(--text);
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.topbar {
    background: rgba(10, 10, 10, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.92rem;
    color: var(--text-muted);
}

.topbar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.topbar-right {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar a {
    color: var(--text-muted);
    transition: color 0.25s ease;
}

.topbar a:hover {
    color: var(--accent-strong);
}

.main-navbar {
    background: rgba(18, 15, 14, 0.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}

.navbar-brand {
    color: var(--white);
    font-weight: 800;
    letter-spacing: 0.18em;
    font-size: 1.1rem;
}

.navbar-brand:hover {
    color: var(--accent-strong);
}

.nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    margin-left: 10px;
    transition: color 0.25s ease;
}

.nav-link:hover {
    color: var(--accent-strong);
}

.custom-toggler {
    border-color: rgba(255, 255, 255, 0.15);
}

.custom-toggler .navbar-toggler-icon {
    filter: invert(1);
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    border: none;
    color: #111111;
    font-weight: 700;
    padding: 13px 26px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    color: #111111;
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.03);
    color: var(--white);
    transition: all 0.3s ease;
    line-height: 25px !important;
    border-radius: 0 !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: var(--white);
    color: #111111;
    border-color: var(--white);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.14);
}

.btn.btn-outline-light.btn-lg {
    font-size: 17px;
    font-weight: 300;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background: url('../images/header-talarie-o.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 35%,
        rgba(255, 255, 255, 0) 65%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 40px 32px;
    background: rgba(15, 12, 11, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    border-radius: 0 !important;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--white);
}

.hero-text {
    font-size: 1.08rem;
    color: #f0e5da;
    max-width: 640px;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-points span {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f1dcc7;
    font-size: 0.92rem;
}

.section {
    padding: 96px 0;
}

.section-heading {
    margin-bottom: 22px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent-strong);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.84rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--white);
}

.section-heading p {
    color: var(--text-muted);
    max-width: 760px;
}

.section-intro {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.intro-box,
.feature-card,
.comparison-wrap,
.comparison-note,
.benefits-panel,
.contact-mini-box,
.form-card,
.form-control,
.form-select,
.btn-card,
.btn-group-lg,
.btn,
.btn-lg,
.benefit-number,
.why-order-card,
.why-order-number {
    border-radius: 0 !important;
}

.intro-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    padding: 24px;
    box-shadow: var(--shadow);
}

.feature-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(253, 251, 10, 0.45);
}

.feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white);
}

.feature-card p {
    margin: 0;
    color: var(--text-muted);
}

.section-models {
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.model-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
    border: 1px solid var(--line);
    padding: 28px 24px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.model-card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.model-card.featured {
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
    transform: translateY(-6px);
}

.model-card-top {
    margin-bottom: 14px;
}

.model-tag {
    display: inline-block;
    background: rgba(253, 251, 10, 0.14);
    color: #fffeb0;
    border: 1px solid rgba(253, 251, 10, 0.22);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.82rem;
    margin-bottom: 14px;
}

.model-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--white);
}

.model-image-wrap {
    width: 100%;
    height: 320px;
    margin-bottom: 22px;
    background: #181312;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.model-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.model-card p {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.model-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 22px;
}

.model-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #eee3d8;
}

.model-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.model-card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
}

.model-card-actions .btn {
    margin: 0;
}

.btn-card {
    width: 100%;
    padding: 12px 18px;
    font-weight: 700;
    border: 1px solid rgba(253, 251, 10, 0.22);
    color: var(--white);
    background: rgba(255, 255, 255, 0.04);
    margin-top: auto;
}

.btn-card:hover {
    background: rgba(253, 251, 10, 0.14);
    color: var(--white);
}

.btn-card-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    align-self: flex-start;
    padding: 9px 12px;
    font-size: 0.86rem;
    line-height: 1.2;
    min-height: auto;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--text);
    white-space: nowrap;
}

.btn-card-secondary:hover {
    border-color: rgba(253, 251, 10, 0.45);
    color: var(--accent);
    background: rgba(255, 255, 255, 0.03);
}

.btn-card-primary {
    width: 100%;
    padding: 12px 18px;
    font-size: 0.95rem;
    line-height: 1.2;
    min-height: auto;
}

.section-comparison {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.comparison-wrap {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: var(--shadow);
    margin-top: 30px;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    margin: 0;
    color: var(--text);
    min-width: 900px;
}

.comparison-table thead th {
    background: rgba(253, 251, 10, 0.14);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px;
    white-space: nowrap;
}

.comparison-table tbody td {
    background: transparent;
    color: #f1e7dc;
    border-color: rgba(255, 255, 255, 0.07);
    padding: 18px;
    min-width: 160px;
}

.comparison-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.comparison-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.comparison-note {
    margin-top: 20px;
    padding: 18px 20px;
    background: rgba(253, 251, 10, 0.09);
    border: 1px solid rgba(253, 251, 10, 0.15);
    color: #f3efcc;
}

.benefits-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    padding: 28px;
    box-shadow: var(--shadow);
}

.benefit-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-item:last-child {
    border-bottom: none;
}

.benefit-number {
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 251, 10, 0.13);
    color: var(--accent-strong);
    font-weight: 800;
}

.benefit-item h3 {
    font-size: 1.15rem;
    margin-bottom: 6px;
    color: var(--white);
}

.benefit-item p {
    margin: 0;
    color: var(--text-muted);
}

.why-order-section {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.why-order-section .section-header {
    max-width: 820px;
    margin: 0 auto 18px;
}

.why-order-section .section-header h2 {
    margin-bottom: 16px;
}

.why-order-section .section-header p {
    color: var(--text-muted);
    max-width: 760px;
    margin: 0 auto;
}

.why-order-card {
    position: relative;
    height: 100%;
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.why-order-card:hover {
    transform: translateY(-6px);
    border-color: rgba(253, 251, 10, 0.45);
    background: rgba(255, 255, 255, 0.05);
}

.why-order-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    margin-bottom: 18px;
    padding: 0 14px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--accent);
    border: 1px solid rgba(253, 251, 10, 0.28);
    background: rgba(253, 251, 10, 0.08);
}

.why-order-card h3 {
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 12px;
    color: var(--text);
}

.why-order-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.why-order-cta {
    margin-top: 42px;
    padding-top: 8px;
}

.why-order-cta p {
    margin-bottom: 18px;
    color: var(--text-muted);
    font-size: 1.02rem;
}

.section-form {
    //background: radial-gradient(circle at center, rgba(253, 251, 10, 0.10), transparent 42%);
}

.contact-mini-box,
.form-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.contact-mini-box {
    padding: 24px;
}

.contact-mini-box p {
    margin-bottom: 10px;
    color: #ebddd0;
}

.form-card {
    padding: 30px;
}

.form-label {
    color: #f0e5da;
    font-weight: 600;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: var(--white);
    padding: 14px 16px;
}

.form-control::placeholder {
    color: #bda999;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    border-color: rgba(253, 251, 10, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(253, 251, 10, 0.15);
}

.form-select option {
    color: #111;
}

.form-check-label {
    color: var(--text-muted);
}

.form-message {
    color: #d9f07a;
    font-weight: 600;
}

.site-footer {
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-brand {
}

.site-footer p {
    margin: 0;
    color: var(--text-muted);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    color: var(--text-muted);
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: var(--accent-strong);
}

@media (min-width: 992px) {
    .model-card-actions {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .btn-card-secondary {
        flex: 0 0 auto;
        width: auto;
    }

    .btn-card-primary {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 16px;
    }

    .nav-link {
        margin-left: 0;
    }

    .hero-section {
        min-height: auto;
        padding: 90px 0 60px;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #120f0d;
        align-items: flex-start;
    }

    .hero-section .row {
        min-height: auto !important;
    }

    .hero-content {
        max-width: 100%;
        margin-top: 280px;
        padding: 24px 20px;
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .why-order-card {
        padding: 24px 20px;
    }

    .why-order-card h3 {
        font-size: 1.08rem;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 72px 0;
    }

    .topbar-inner,
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section {
        background-image: url('../images/header-talarie-mobile-o.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 450px;
        padding-bottom: 32px;
    }

    .hero-content {
        margin-top: -100px;
        padding: 24px 20px;
        background: rgba(20, 16, 14, 0.55);
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-points {
        gap: 10px;
    }

    .hero-points span {
        font-size: 0.85rem;
    }

    .btn-lg {
        width: 100%;
    }

    .form-card {
        padding: 22px;
    }

    .model-image-wrap {
        height: 200px;
    }

    .model-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .comparison-table {
        min-width: 820px;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 14px 16px;
        font-size: 0.92rem;
    }

    .why-order-section .section-header {
        margin-bottom: 10px;
    }

    .why-order-card {
        padding: 22px 18px;
    }

    .why-order-number {
        min-width: 46px;
        height: 46px;
        margin-bottom: 14px;
        font-size: 0.88rem;
    }

    .why-order-card h3 {
        font-size: 1.02rem;
        margin-bottom: 10px;
    }

    .why-order-card p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .why-order-cta {
        margin-top: 30px;
    }

    .why-order-cta p {
        font-size: 0.96rem;
        margin-bottom: 16px;
    }

    .why-order-cta .btn {
        width: 100%;
        max-width: 320px;
    }
}
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.navbar-logo {
    display: block;
    height: 52px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .navbar-logo {
        height: 44px;
    }
}

@media (max-width: 767.98px) {
    .navbar-logo {
        height: 38px;
    }
}
.model-image-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 22px;
    background: #181312;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.model-price-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: rgba(17, 17, 17, 0.82);
    color: #ffffff;
    border: 1px solid rgba(253, 251, 10, 0.45);
    backdrop-filter: blur(10px);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.model-price-badge::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(253, 251, 10, 0.7);
}

@media (max-width: 767.98px) {
    .model-price-badge {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 0.82rem;
    }
}
.model-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 4px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border: 1px solid rgba(253, 251, 10, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.model-price-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f3efb0;
    opacity: 0.9;
}

.model-price-value {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
    color: var(--white);
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .model-price-row {
        padding: 12px 14px;
        margin-bottom: 16px;
    }

    .model-price-label {
        font-size: 0.72rem;
    }

    .model-price-value {
        font-size: 1.05rem;
    }
}
.hero-model .hero-content {
    max-width: 760px;
    background: rgba(15, 12, 11, 0.45);
}

.hero-model .hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.38) 38%,
        rgba(0, 0, 0, 0.16) 100%
    );
}
.product-hero {
    padding: 72px 0 56px;
    background:
        radial-gradient(circle at left top, rgba(253, 251, 10, 0.08), transparent 28%),
        linear-gradient(180deg, #120f0e 0%, #1a1412 100%);
    border-bottom: 1px solid var(--line);
}

.product-hero-content {
    max-width: 620px;
}

.product-hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 18px;
}

.product-hero-text {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.product-hero-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.product-hero-specs span {
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f0e5da;
    font-size: 0.92rem;
}

.product-hero-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 14px 18px;
    background: linear-gradient(180deg, rgba(253, 251, 10, 0.10) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(253, 251, 10, 0.22);
    margin-right: 20px;
}

.product-hero-price small {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f3efb0;
    margin-bottom: 4px;
}

.product-hero-price strong {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 800;
    color: var(--white);
}

.product-hero-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.product-hero-image {
    max-width: 100%;
    max-height: 360px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 991.98px) {
    .product-hero {
        padding: 56px 0 44px;
    }

    .product-hero-image-wrap {
        min-height: 320px;
    }

    .product-hero-image {
        max-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .product-hero {
        padding: 42px 0 36px;
    }

    .product-hero-content h1 {
        font-size: 2rem;
    }

    .product-hero-text {
        font-size: 1rem;
    }

    .product-hero-specs {
        gap: 10px;
    }

    .product-hero-specs span {
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .product-hero-price strong {
        font-size: 1.45rem;
    }

    .product-hero-image-wrap {
        min-height: 260px;
        padding: 18px;
    }

    .product-hero-image {
        max-height: 220px;
    }
}
.product-gallery-section {
    padding-top: 20px;
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #171210;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover {
    transform: translateY(-4px);
    border-color: rgba(253, 251, 10, 0.35);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
    .product-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .product-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 240px;
    }
}
.subpage-hero-simple {
    padding: 72px 0 54px;
    background:
        radial-gradient(circle at top center, rgba(253, 251, 10, 0.08), transparent 26%),
        linear-gradient(180deg, #120f0e 0%, #191311 100%);
    border-bottom: 1px solid var(--line);
}

.subpage-hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.subpage-hero-content h1 {
    font-size: clamp(2.1rem, 4.8vw, 3.3rem);
    margin-bottom: 16px;
    color: var(--white);
}

.subpage-hero-content p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin: 0 auto;
}

.contact-page-section {
    padding-bottom: 32px;
}

.contact-info-card,
.contact-form-card,
.map-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 30px;
}

.contact-info-card h2,
.contact-form-card h2,
.map-card h2 {
    margin-bottom: 14px;
    color: var(--white);
}

.contact-intro {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.contact-highlight {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    margin-bottom: 16px;
    background: rgba(253, 251, 10, 0.06);
    border: 1px solid rgba(253, 251, 10, 0.18);
}

.contact-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f3efb0;
    font-weight: 700;
}

.contact-value {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    word-break: break-word;
}

.contact-value:hover {
    color: var(--accent);
}

.contact-value-phone {
    font-size: 1.7rem;
}

.contact-address-box {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.contact-address-box strong {
    display: block;
    margin: 8px 0 8px;
    font-size: 1.1rem;
    color: var(--white);
}

.contact-address-box p {
    color: var(--text-muted);
    margin-bottom: 0;
}

.contact-form .form-label {
    color: #f0e5da;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 54px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    color: var(--white);
    border-radius: 0;
    padding: 12px 14px;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    background: rgba(255,255,255,0.06);
    border-color: rgba(253, 251, 10, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(253, 251, 10, 0.08);
    color: var(--white);
}

.contact-form .form-control::placeholder {
    color: rgba(255,255,255,0.42);
}

.map-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.map-embed-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
}

.map-embed-wrap iframe {
    display: block;
    width: 100%;
}

@media (max-width: 991.98px) {
    .contact-value-phone {
        font-size: 1.45rem;
    }
}

@media (max-width: 767.98px) {
    .subpage-hero-simple {
        padding: 50px 0 38px;
    }

    .contact-info-card,
    .contact-form-card,
    .map-card {
        padding: 22px;
    }

    .contact-value {
        font-size: 1.1rem;
    }

    .contact-value-phone {
        font-size: 1.3rem;
    }

    .map-embed-wrap iframe {
        height: 320px;
    }
}
    .hero-contact {
      padding: 76px 0 54px;
      border-bottom: 1px solid var(--line);
    }

    .hero-contact-box {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
      padding: 42px 24px;
      background:
        radial-gradient(circle at top center, rgba(253,251,10,0.08), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .hero-contact h1 {
      margin: 0 0 14px;
      font-size: clamp(2rem, 5vw, 3.4rem);
      line-height: 1.08;
    }

    .hero-contact p {
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 28px;
    }

    .card {
      background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 30px;
    }

    .card h2 {
      margin: 0 0 12px;
      font-size: 1.8rem;
    }

    .card p.lead {
      margin: 0 0 24px;
      color: var(--muted);
    }
    
    .contact-highlight {
      padding: 18px 20px;
      margin-bottom: 16px;
      background: rgba(253,251,10,0.06);
      border: 1px solid rgba(253,251,10,0.16);
    }

    .contact-label {
      display: block;
      margin-bottom: 6px;
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #f3efb0;
    }

    .contact-value {
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--text);
      word-break: break-word;
    }

    .contact-value.phone {
      font-size: 1.9rem;
    }

    .contact-address {
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .contact-address strong {
      display: block;
      margin: 8px 0;
      font-size: 1.1rem;
    }

    .contact-address p {
      margin: 0;
      color: var(--muted);
    }

    .contact-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
       .map-section {
      padding-top: 0;
    }

    .map-card {
      overflow: hidden;
    }

    .map-head {
      padding-bottom: 18px;
    }

    .map-head h2 {
      margin: 0;
      font-size: 1.8rem;
    }

    .map-frame {
      border: 1px solid var(--line);
      overflow: hidden;
    }

    .map-frame iframe {
      width: 100%;
      height: 420px;
      border: 0;
      display: block;
    }

    .site-footer {
      margin-top: 72px;
      border-top: 1px solid var(--line);
      background: #110e0d;
    }

    .footer-inner {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr;
      gap: 28px;
      padding: 34px 0;
    }

    .footer-brand img {
      height: 50px;
      margin-bottom: 14px;
    }

    
    .footer-col p,
    .footer-col a {
      color: var(--muted);
      margin: 0;
    }

    .footer-col strong {
      display: block;
      margin-bottom: 10px;
      color: var(--text);
    }

    .footer-col a:hover {
      color: var(--accent);
    }

    .footer-bottom {
      padding: 18px 0 26px;
      border-top: 1px solid var(--line);
      color: #8d8178;
      font-size: 0.92rem;
    }
.footer-col p {
    margin-bottom: 6px;
    font-size: 0.92rem;
    line-height: 1.5;
}

.footer-col strong {
    display: block;
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    font-size: 0.92rem;
    line-height: 1.4;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.9fr;
    gap: 40px;
    align-items: start;
}
.footer-col {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767.98px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-links {
        gap: 6px;
    }

    .footer-brand p {
        max-width: 100%;
    }
}
.footer-brand p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-muted);
    max-width: 480px;
    opacity: 0.95;
}   
.form-check-label a{
  color: var(--text-muted);
text-decoration:underline;
font-weight:normal;
}
/* TABS */
.custom-tabs {
    border-bottom: 1px solid var(--line);
    gap: 6px;
}

.custom-tabs .nav-link {
border-radius:0;
    color: var(--text-muted);
    background: rgba(255,255,255,0.03);
    border: 1px solid transparent;
    border-bottom: none;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.custom-tabs .nav-link:hover {
    color: var(--accent);
    border-color: rgba(255,255,255,0.1);
}

.custom-tabs .nav-link.active {
border-radius:0;
    color: #111;
  background-color: var(--accent-strong);
  border-color: var(--accent-strong);
    font-weight: 700;
}

.text-page a{
color:#fff;
text-decoration:underline;
font-weight:normal;
}