* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    color: #111;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

.top-header {
    width: 100%;
    background: #111;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
}

.logo span {
    color: #1f7cff;
}

.main-nav {
    display: flex;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-nav a {
    color: #fff;
    opacity: 0.9;
}

.main-nav a:hover {
    opacity: 1;
    color: #1f7cff;
}

.lang-switch {
    display: flex;
    gap: 8px;
    font-size: 12px;
    font-weight: bold;
}

.lang-switch a {
    padding: 5px 7px;
    background: #222;
    border-radius: 4px;
}

.hero {
    position: relative;
    height: 500px;
    width: 100%;
    background-color: #05070b;
    background-image: url('/uploads/hero/main_hero.png');
    background-size: auto 500px;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    color: #fff;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-top: 205px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-420px);
}

.hero-content p {
    font-size: 21px;
    line-height: 1.55;
    font-weight: 600;
    margin: 0 0 22px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.85);
}

.hero h1 {
    display: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.20),
        rgba(0,0,0,0.10),
        rgba(0,0,0,0.05)
    );
}

.btn-main {
    display: inline-block;
    background: #1f7cff;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
}

.btn-main:hover {
    background: #005fe0;
}

.section {
    padding: 70px 0;
    background: #fff;
}

.section h2,
.process-section h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 55px;
}

.section-title-full {
    grid-column: 1 / -1;
    text-align: center;
}

.section-title-full h3 {
    font-size: 24px;
    margin: 0 0 10px;
}

.brand-card {
    background: #fff;
    border: 8px solid #e6e6e6;
    min-height: 260px;
    padding: 22px;
    text-align: center;
    transition: 0.2s;
}

.brand-card:hover {
    transform: translateY(-4px);
    border-color: #1f7cff;
    box-shadow: 0 12px 25px rgba(0,0,0,0.10);
}

.brand-card img {
    width: 100%;
    height: 165px;
    object-fit: contain;
    margin-bottom: 20px;
}

.brand-placeholder {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
    color: #999;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.brand-card h4 {
    font-size: 15px;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0;
}

.car-card {
    opacity: 0.9;
}

.process-section {
    padding: 70px 0;
    background: #f2f4f8;
	width: 100%
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.process-card span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    background: #1f7cff;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 15px;
}

.process-card p {
    margin: 0;
    font-weight: 600;
    line-height: 1.45;
}

.request-section {
    padding: 70px 0;
    background: #111;
    color: #fff;
}

.request-box {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.request-box h2 {
    font-size: 32px;
    margin-top: 0;
}

.request-box p {
    color: #ddd;
    font-size: 17px;
}

.page-section {
    padding: 70px 0;
    background: #fff;
    min-height: 520px;
}

.page-section h1 {
    font-size: 38px;
    margin-top: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.product-card {
    border: 8px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    background: #fff;
    transition: 0.2s;
}

.product-card:hover {
    border-color: #1f7cff;
    transform: translateY(-4px);
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.product-card h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.product-card p {
    color: #555;
    font-size: 14px;
}

.product-card strong {
    display: block;
    margin-top: 12px;
    font-size: 18px;
}

.product-detail {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 45px;
    align-items: start;
}

.product-image {
    border: 8px solid #e6e6e6;
    padding: 30px;
}

.product-image img {
    width: 100%;
    object-fit: contain;
}

.product-info h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.product-info h4 {
    font-size: 18px;
    color: #1f7cff;
    margin-top: 0;
}

.product-info p {
    line-height: 1.7;
    font-size: 16px;
}

.price-box {
    display: inline-block;
    background: #f2f4f8;
    padding: 16px 24px;
    font-size: 22px;
    font-weight: 900;
    margin: 20px 0;
    border-radius: 12px;
}

.footer {
    background: #050505;
    color: #aaa;
    padding: 28px 0;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 980px) {
    .header-inner {
        flex-direction: column;
        padding: 18px 0;
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero h1 {
        font-size: 38px;
    }

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

    .product-detail {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .hero {
        height: 420px;
        background-size: auto 420px;
        background-position: center top;
    }

    .hero-content {
        max-width: none;
        margin-top: 150px;
        margin-left: 20px;
        margin-right: 20px;
        transform: none;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.45;
    }
}

.home-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    max-width: 1100px;
    margin: 0 auto;
}

.home-brand-card {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 16px;
    padding: 16px 12px 14px;
    text-align: center;
    color: #111;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}

.home-brand-card:hover {
    transform: translateY(-3px);
    border-color: #1f7cff;
    box-shadow: 0 12px 25px rgba(31,124,255,0.14);
}

.home-brand-logo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f8f9fb, #ffffff);
    border: 1px solid #edf0f4;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 12px;
}

.home-brand-logo img {
    max-width: 100%;
    max-height: 65px;
    object-fit: contain;
    filter: contrast(1.1) saturate(1.05);
}

.home-brand-name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-brand-more {
    text-align: center;
    margin-top: 28px;
}
.moto-page {
    padding-top: 70px;
}

.brand-detail-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    align-items: center;
    margin-bottom: 45px;
}

.brand-detail-logo {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 18px;
    padding: 28px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.brand-detail-logo img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.brand-detail-logo span {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

.brand-detail-title h1 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
    text-transform: uppercase;
}

.brand-detail-title p {
    margin: 0;
    max-width: 760px;
    color: #555;
    font-size: 17px;
    line-height: 1.65;
}

.brand-no-products {
    grid-column: 1 / -1;
    background: #f7f8fb;
    border: 1px solid #e4e7ee;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
}

.brand-no-products h3 {
    margin-top: 0;
    font-size: 24px;
}

.brand-no-products p {
    max-width: 720px;
    margin: 0 auto 22px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 800px) {
    .brand-detail-head {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .brand-detail-title h1 {
        font-size: 28px;
    }
}
.product-brand-style-grid {
    max-width: 1200px;
}

.product-brand-style-card {
    min-height: 260px;
}

.product-brand-style-image {
    height: 150px;
}

.product-brand-style-image img {
    max-height: 115px;
}

.product-brand-style-name {
    font-size: 14px;
    line-height: 1.35;
    min-height: 40px;
}

.product-brand-style-price {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 900;
    color: #111;
}
.product-brand-style-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 250px));
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.product-section {
    padding: 60px 0;
}

.product-top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.product-image {
    width: 40%;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    max-height: 250px;
}

.product-info {
    width: 60%;
}

.product-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.product-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-short {
    margin-bottom: 20px;
    color: #555;
}

.product-options {
    margin-bottom: 20px;
}

.product-options select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.product-actions {
    margin-top: 20px;
}

.product-description {
    margin-top: 50px;
}
.contact-page {
    padding: 70px 0;
    background: #f7f7f8;
}

.contact-head {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-head h1 {
    margin: 0 0 12px;
    font-size: 42px;
    text-transform: uppercase;
}

.contact-head p {
    margin: 0;
    color: #555;
    font-size: 17px;
    line-height: 1.6;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
    max-width: 1150px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.contact-card h2 {
    margin: 0 0 20px;
    font-size: 24px;
}

.contact-card hr {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 25px 0;
}

.contact-info-line {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
    margin-bottom: 12px;
    color: #444;
    line-height: 1.45;
}

.contact-info-line strong {
    color: #111;
}

.contact-info-line a {
    color: #1f7cff;
    text-decoration: none;
}

.contact-form {
    display: grid;
    gap: 15px;
}

.contact-field label {
    display: block;
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 14px;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #d7dbe2;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-field textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: #1f7cff;
    box-shadow: 0 0 0 3px rgba(31,124,255,0.12);
}

.contact-msg {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 18px;
    font-weight: 700;
}

.contact-msg.ok {
    background: #e8f8ee;
    color: #1d7a3b;
    border: 1px solid #bde8ca;
}

.contact-msg.error {
    background: #fdecec;
    color: #b42318;
    border: 1px solid #f5c2c0;
}

@media (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-line {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .contact-head h1 {
        font-size: 32px;
    }
}

.product-image-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    text-align: center;

    width: 320px;
    height: 320px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-config {
    margin-top: 25px;
}

.config-block {
    margin-bottom: 24px;
}

.config-block h3,
.total-box h3 {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.config-option {
    display: flex;
    gap: 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.config-option:hover {
    border-color: #477cff;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
}

.config-option input {
    margin-top: 4px;
}

.config-option-content {
    display: block;
    width: 100%;
}

.config-option-title {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-weight: 700;
    font-size: 14px;
}

.config-option-title strong {
    white-space: nowrap;
    color: #2563eb;
}

.config-option-desc {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
}

.total-box {
    background: #f7f8fb;
    border: 1px solid #e2e5ec;
    border-radius: 14px;
    padding: 18px;
    margin-top: 20px;
}

.total-line {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.total-line:last-child {
    border-bottom: none;
}

.total-main {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 800;
}

.total-note {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 1.4;
}

.product-compatible {
    margin-top: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 22px;
}

.product-compatible h2 {
    margin-top: 0;
}

.compatible-placeholder {
    color: #777;
    font-size: 14px;
}
.step-header {
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.step {
    width:40px;
    height:40px;
    border-radius:50%;
    background:#ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.step.active {
    background:#2563eb;
    color:#fff;
}

.form-grid {
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:15px;
}

.form-field.full {
    grid-column:1/3;
}

.order-summary {
    margin-top:25px;
    padding:15px;
    background:#f7f7f7;
    border-radius:10px;
}

.sum-line {
    display:flex;
    justify-content:space-between;
    font-size:14px;
}

.sum-total {
    margin-top:10px;
    font-weight:700;
    font-size:16px;
}
.request-section {
    padding: 60px 0;
}

.request-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.step-header {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.step {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.step.active {
    background: #477cff;
    color: #fff;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 28px;
    margin-top: 20px;
}

.form-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea,
.form-field select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-field textarea {
    min-height: 90px;
    resize: vertical;
}

.form-field.full {
    grid-column: 1 / 3;
}

.checkbox-line {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 600 !important;
}

.order-summary {
    margin-top: 28px;
    padding: 18px;
    background: #f7f8fb;
    border: 1px solid #e2e5ec;
    border-radius: 14px;
}

.order-summary h3 {
    margin-top: 0;
}

.sum-line,
.sum-total {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #e5e7eb;
}

.sum-total {
    border-bottom: none;
    font-size: 18px;
    font-weight: 800;
}

.form-actions {
    margin-top: 22px;
}

@media (max-width: 800px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field.full {
        grid-column: 1;
    }
}
.request-section {
    background: #f7f7f8;
    padding: 55px 0 75px;
    min-height: 520px;
}

.request-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.request-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.step-header {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.step {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

.step.active {
    background: #477cff;
    color: #fff;
}

.step.done {
    background: #22c55e;
    color: #fff;
}

.request-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 28px;
    align-items: start;
}

.request-main,
.request-side,
.order-summary,
.review-box,
.payment-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.request-product-box {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: center;
}

.request-product-img {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    text-align: center;
}

.request-product-img img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
}

.form-field.full {
    grid-column: 1 / 3;
}

.form-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea,
.form-field select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 9px;
    padding: 12px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-field textarea {
    min-height: 95px;
    resize: vertical;
}

.checkbox-line {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.form-actions {
    margin-top: 24px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (max-width: 850px) {
    .request-layout,
    .request-product-box,
    .review-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field.full {
        grid-column: 1;
    }
}
.request-section {
    color: #111 !important;
}

.request-section h1,
.request-section h2,
.request-section h3,
.request-section p,
.request-section label,
.request-section span {
    color: #111 !important;
}
.request-section h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 18px;
}

.request-section h2 {
    font-size: 20px;
    font-weight: 700;
}

.request-section p {
    color: #555;
}
.login-info-box {
    margin-top: 20px;
    background: #f7f8fb;
    border: 1px solid #e2e5ec;
    border-radius: 14px;
    padding: 18px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-menu {
    position: relative;
}

.login-link,
.user-menu-btn {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111;
    border-radius: 22px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    overflow: hidden;
    z-index: 50;
}

.user-dropdown a {
    display: block;
    padding: 11px 14px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.user-dropdown a:hover {
    background: #f5f6f8;
}

.user-menu:hover .user-dropdown {
    display: block;
}
.user-section {
    background: #f7f7f8;
    padding: 55px 0 75px;
    min-height: 520px;
    color: #111;
}

.user-section * {
    box-sizing: border-box;
}

.user-section h1,
.user-section h2,
.user-section h3,
.user-section p,
.user-section label,
.user-section span,
.user-section strong {
    color: #111;
}

.user-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.user-login-card {
    max-width: 460px;
    margin: 0 auto;
}

.user-intro {
    color: #666 !important;
    margin-bottom: 22px;
}

.user-field {
    margin-bottom: 16px;
}

.user-field label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.user-field input {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 9px;
    padding: 12px;
    font-size: 14px;
}

.user-actions {
    margin-top: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-help {
    margin-top: 18px;
    font-size: 13px;
    color: #777;
    line-height: 1.45;
}

.user-msg {
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 700;
}

.user-msg.error {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.user-msg.ok {
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.user-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: start;
}

.user-sidebar {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.user-sidebar a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.user-sidebar a:hover,
.user-sidebar a.active {
    background: #f0f4ff;
    color: #2563eb;
}

.user-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
}

.user-orders-list {
    display: grid;
    gap: 12px;
}

.user-order-row {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.7fr;
    gap: 18px;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    text-decoration: none;
}

.user-order-row:hover {
    border-color: #477cff;
    background: #fff;
}

.user-order-row span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #666 !important;
}

.user-status-pill {
    display: inline-block !important;
    background: #eef2ff;
    color: #2563eb !important;
    border-radius: 999px;
    padding: 7px 11px;
    font-weight: 800;
    font-size: 12px !important;
}

.user-order-status {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb !important;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 800;
    margin-bottom: 20px;
}

.user-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 18px;
}

.user-detail-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
}

.user-detail-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.user-detail-box p {
    margin: 5px 0;
}

.user-order-options {
    margin-top: 22px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
}

.user-option-line {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #e5e7eb;
    padding: 9px 0;
}

.user-option-line:last-child {
    border-bottom: none;
}

@media (max-width: 850px) {
    .user-layout,
    .user-grid,
    .user-order-row,
    .user-detail-grid {
        grid-template-columns: 1fr;
    }
}
.brand-block-title{
    margin:35px 0 18px 0;
}

.brand-block-title h2{
    font-size:28px;
    margin:0 0 8px 0;
}

.brand-block-title p{
    margin:0;
    color:#555;
}

.home-product-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
    gap:20px;
    margin-top:20px;
}

.home-product-card {
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    text-decoration:none;
    color:#000;
    transition:0.2s;
}

.home-product-card:hover {
    transform:translateY(-5px);
}

.home-product-title {
    font-weight:bold;
    margin-bottom:10px;
}

.home-product-price {
    color:#e53935;
    font-weight:bold;
    margin-bottom:10px;
}

.home-product-btn {
    font-size:14px;
    color:#666;
}

.footer {
    background:#111;
    color:#fff;
    padding:40px 0 0;
}

.footer-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:30px;
}

.footer a {
    display:block;
    color:#ccc;
    text-decoration:none;
    margin-bottom:5px;
}

.footer a:hover {
    color:#fff;
}

.footer-bottom {
    margin-top:30px;
    padding:15px 0;
    text-align:center;
    border-top:1px solid #333;
    font-size:14px;
}

.home-product-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
    gap:22px;
    margin-top:25px;
}

.home-product-card {
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,0.08);
    text-decoration:none;
    color:#111;
    transition:0.2s;
}

.home-product-card:hover {
    transform:translateY(-5px);
    box-shadow:0 12px 28px rgba(0,0,0,0.12);
}

.home-product-image {
    height:170px;
    background:#f4f4f4;
    display:flex;
    align-items:center;
    justify-content:center;
}

.home-product-image img {
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.home-product-noimage {
    width:80px;
    height:80px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    letter-spacing:1px;
}

.home-product-title {
    padding:16px 16px 6px;
    font-weight:700;
    min-height:50px;
}

.home-product-price {
    padding:0 16px 12px;
    color:#d32f2f;
    font-weight:700;
}

.home-product-btn {
    margin:0 16px 16px;
    padding:9px 12px;
    border-radius:8px;
    background:#111;
    color:#fff;
    text-align:center;
    font-size:14px;
}

.invoice-page {
    padding: 55px 0;
    background: #f7f3f5;
}

.invoice-card {
    max-width: 1050px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
    color: #111;
}

.invoice-top {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 22px;
    margin-bottom: 28px;
}

.invoice-top h1 {
    margin: 0 0 12px;
    font-size: 34px;
    letter-spacing: 1px;
}

.invoice-meta {
    display: grid;
    gap: 4px;
    font-size: 14px;
}

.invoice-meta span {
    display: inline-block;
    min-width: 75px;
    color: #666;
}

.invoice-print-btn {
    background: #3167ff;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}

.invoice-parties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 30px;
}

.invoice-party {
    background: #f8f9fc;
    border: 1px solid #e7e9f0;
    border-radius: 14px;
    padding: 20px;
}

.invoice-party h3 {
    margin: 0 0 12px;
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
}

.invoice-party p {
    margin: 0;
    line-height: 1.55;
    font-size: 14px;
}

.invoice-bank {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e0e0e0;
    line-height: 1.5;
    font-size: 14px;
}

.invoice-table-wrap {
    overflow-x: auto;
    margin-bottom: 25px;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.invoice-table th {
    background: #111;
    color: #fff;
    text-align: left;
    padding: 14px 12px;
    white-space: nowrap;
}

.invoice-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 12px;
    vertical-align: top;
}

.invoice-table th:not(:first-child),
.invoice-table td:not(:first-child) {
    text-align: right;
}

.invoice-desc {
    margin-top: 8px;
    color: #444;
}

.invoice-order-info {
    margin-top: 12px;
    font-size: 12px;
    color: #777;
    line-height: 1.45;
}

.invoice-totals {
    max-width: 360px;
    margin-left: auto;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
}

.invoice-totals div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 16px;
    border-bottom: 1px solid #e2e2e2;
}

.invoice-totals div:last-child {
    border-bottom: none;
}

.invoice-grand-total {
    background: #111;
    color: #fff;
    font-size: 17px;
}

.invoice-payment-note {
    background: #eef3ff;
    border-left: 5px solid #3167ff;
    border-radius: 12px;
    padding: 18px;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .invoice-card {
        padding: 22px;
    }

    .invoice-top,
    .invoice-parties {
        grid-template-columns: 1fr;
        display: grid;
    }

    .invoice-print-btn {
        width: 100%;
    }

    .invoice-totals {
        max-width: 100%;
    }
}

@media print {
    header,
    footer,
    .site-header,
    .site-footer,
    .invoice-print-btn {
        display: none !important;
    }

    .invoice-page {
        padding: 0;
        background: #fff;
    }

    .invoice-card {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        max-width: 100%;
    }
}

.text-page-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}

.text-page-card {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.text-page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 22px;
}

.text-page-badge {
    display: inline-block;
    background: #eef3ff;
    color: #437df0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.text-page-header h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #111827;
}

.text-page-content {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
}

.text-page-content h2,
.text-page-content h3 {
    color: #111827;
    margin-top: 28px;
    margin-bottom: 12px;
}

.text-page-content p {
    margin: 0 0 16px;
}

.text-page-content ul,
.text-page-content ol {
    padding-left: 24px;
    margin-bottom: 18px;
}

.text-page-content a {
    color: #437df0;
    font-weight: 700;
    text-decoration: none;
}

.text-page-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .text-page-section {
        padding: 40px 0;
    }

    .text-page-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .text-page-header h1 {
        font-size: 27px;
    }
}

.process-grid-wide {
    grid-template-columns: repeat(5, 1fr);
}

.process-card-detailed {
    text-align: center;
    padding: 28px 22px;
}

.process-card-detailed h3 {
    margin: 14px 0 10px;
    font-size: 17px;
    color: #111827;
}

.process-card-detailed p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

@media (max-width: 1100px) {
    .process-grid-wide {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .process-grid-wide {
        grid-template-columns: 1fr;
    }
}

.process-grid-wide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1050px;
    margin: 0 auto;
}

.process-card-detailed {
    text-align: center;
    padding: 34px 26px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.process-card-detailed span {
    display: none;
}

.process-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon svg {
    width: 30px;
    height: 30px;
    stroke: #437df0;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-card-detailed h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.25;
    color: #111827;
}

.process-card-detailed p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
    text-align: justify;
}
.process-card-detailed p {
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 900px) {
    .process-grid-wide {
        grid-template-columns: 1fr;
    }
}

.config-block {
    margin-top: 26px;
}

.config-block h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #111827;
}

.config-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.config-option:hover {
    border-color: #b9c9ff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.config-option.is-selected {
    border-color: #437df0;
    background: #f7f9ff;
    box-shadow: 0 14px 30px rgba(67, 125, 240, 0.12);
}

.config-option input {
    margin-top: 6px;
    flex: 0 0 auto;
    accent-color: #437df0;
}

.config-option-content {
    display: block;
    width: 100%;
}

.config-option-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.config-option-name {
    font-weight: 800;
    color: #111827;
    font-size: 16px;
    line-height: 1.3;
}

.config-option-price {
    color: #2563eb;
    font-weight: 900;
    white-space: nowrap;
    font-size: 16px;
}

.config-option-desc {
    display: block;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 700px) {
    .config-option-head {
        flex-direction: column;
        gap: 4px;
    }

    .config-option {
        padding: 16px;
    }
}