/* ========== БАЗОВЫЕ СТИЛИ ========== */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.56;
    background-color: #000507;
    color: #ececec;
}
a {
    color: #ff9900;
    text-decoration: none;
}
a:hover {
    color: #ffbf00;
}
h1, h2, h3, h4 {
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
}
h1 { font-family: 'Overlock SC', sans-serif; }

/* ========== TOP BAR ========== */
#sp-top-bar {
    background-color: #000507;
    padding: 8px 0;
    font-size: 14px;
}
.sp-contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    color: #aaaaaa;
}
.sp-contact-info li a {
    color: #aaaaaa;
}
.sp-contact-info li i {
    margin-right: 5px;
    color: #ff9500;
}

/* ========== HEADER ========== */
#sp-header {
    background-color: #000507;
    padding: 10px 0;
}
.sp-megamenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
.sp-megamenu a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.sp-megamenu .active a {
    color: #ff9500;
}

/* Гамбургер */
.offcanvas-toggler {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}
.offcanvas-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #ff9500;
    border-radius: 2px;
}

/* Offcanvas */
.offcanvas-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.offcanvas-overlay.active { display: block; }
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #e8e8e8;
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}
.offcanvas-menu.active { right: 0; }
.offcanvas-menu a { color: #333333; }
.close-offcanvas {
    background: none;
    border: none;
    color: #333333;
    font-size: 24px;
    cursor: pointer;
}

/* ========== SECTIONS ========== */
section {
    padding: 40px 0;
}
.hero-section {
    padding: 0;
}
.section-product {
    background-color: #000507;
}
.product-label {
    margin-bottom: 10px;
}
.product-title {
    font-family: Tahoma, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 15px;
}
.product-desc {
    max-width: 800px;
    margin: 0 auto 20px;
    color: #fafafa;
}

.section-description {
    background-color: #000507;
}
.section-description p {
    text-align: justify;
    color: #ffffff;
}

.section-image {
    padding: 0;
}

.section-text-block {
    background-color: #000507;
}
.section-text-block p {
    color: #ececec;
    margin-bottom: 15px;
}

.section-advantages h3 {
    color: #ff8741;
}
.section-advantages ul li {
    color: #ececec;
    margin-bottom: 5px;
}

.section-flex {
    background-color: #000507;
}
.section-flex p {
    color: #dbdbdb;
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 16px;
}

.section-warning {
    background-color: #000507;
}
.section-warning p {
    color: #fcac46;
}

.section-supplier {
    background-color: #000507;
    padding: 100px 0;
}
.section-supplier h2 {
    color: #fe8d4b;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
}
.section-supplier p {
    color: #ffffff;
}

.section-order, .section-visit {
    background-color: #000000;
    padding: 50px 0;
    color: #ffffff;
}
.section-order h3, .section-visit h3 {
    font-size: 36px;
}

.section-individual {
    background-color: #000507;
    padding: 160px 0;
}
.section-individual h3 {
    color: #fe8d4b;
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
.section-individual p {
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: rgba(255,255,255,0.70);
}
.section-individual .highlight {
    color: #ff7b23;
}

.section-careful {
    background-color: #000000;
}
.section-careful h3 {
    color: #fba326;
    font-weight: bold;
}

.section-catalog {
    background-color: #010101;
}
.section-catalog h3 {
    color: #d0d0d0;
}
.section-catalog .subtitle {
    color: #d0d0d0;
    margin-bottom: 20px;
}
.catalog-image {
    max-width: 540px;
    width: 100%;
}

.section-meeting {
    background-color: #000000;
}
.section-meeting h3 {
    color: #d9d9d9;
    font-weight: 700;
    font-size: 42px;
}

.section-payment {
    background-color: #010101;
    padding: 10px 0;
}

/* Модальное окно */
.white-popup-block {
    background: #1a1a1a;
    padding: 30px;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.white-popup-block p {
    margin-bottom: 10px;
}
.mfp-hide { display: none; }

/* Кнопки */
.btn-danger {
    background-color: rgba(255, 5, 5, 0.5);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    color: #fff;
}
.btn-danger:hover {
    background-color: #097700;
    color: #fff;
}
.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    background: transparent;
}
.btn-outline-light:hover {
    background-color: #222;
    color: #fff;
}
.btn-block {
    display: block;
    width: 100%;
}

/* Форма */
.section-contact {
    background-color: #000507;
    padding: 60px 0 160px;
}
.contact-form-wrapper {
    background: rgba(76, 75, 75, 0.15);
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.6);
}
.contact-form-wrapper h3 {
    color: #d0d0d0;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
    background: rgba(59, 59, 59, 0.44);
    color: #ffffff;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaaaaa;
}
.contact-form .form-check-label {
    color: orange;
    font-size: 13px;
}
.contact-form .form-check-label a {
    color: red;
    text-decoration: underline;
}
.form-status {
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.contact-info {
    padding: 50px;
    color: #fff;
}
.contact-info h4 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-info p {
    font-size: 20px;
    color: #f2e9e9;
}
.contact-info a {
    color: #f2e9e9;
}

.contact-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-form .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-form .form-check-label {
    color: orange;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
}


/* ========== FOOTER ========== */
#sp-footer {
    background-color: #171717;
    color: #ffffff;
    padding: 15px 0;
    font-size: 14px;
}

/* Кнопка наверх */
.sp-scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ff9500;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.sp-scroll-up:hover { opacity: 1; color: #fff; }

/* ========== COOKIE POPUP ========== */
#cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 420px;
    background: #333;
    color: #eee;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    border-radius: 10px;
    z-index: 11000;
    display: none;
}
#cookie-popup p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 12px;
}
#cookie-accept {
    background: #2ea44f;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s;
}
#cookie-accept:hover { background: #238a1f; }
#cookie-decline {
    background: #d73a49;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s;
}
#cookie-decline:hover { background: #a42a2f; }
#cookie-popup > a {
    color: #ff7300;
    text-decoration: none;
    font-size: 13px;
    display: block;
    text-align: center;
    font-weight: 700;
}
#cookie-popup > a:hover { color: #ff5000; }

/* ========== АНИМАЦИЯ ========== */
.animate__slow {
    animation-duration: 1725ms;
}

/* ========== АДАПТИВ ========== */
@media (max-width: 767px) {
    body { font-size: 13px; }
    .section-supplier { padding: 50px 0; }
    .section-supplier h2 { font-size: 28px; line-height: 36px; }
    .section-individual { padding: 50px 0; }
    .section-individual h3 { font-size: 25px; }
    .section-individual p { font-size: 14px; }
    .contact-form-wrapper { padding: 30px; }
    .contact-form-wrapper h3 { font-size: 25px; margin-bottom: 20px; }
    .contact-info { padding: 25px; }
    .contact-info p { font-size: 18px; }
    .section-order h3, .section-visit h3 { font-size: 24px; }
    .section-meeting h3 { font-size: 28px; }
    .catalog-image { max-width: 270px; }
    #cookie-popup { width: 90%; right: 5%; bottom: 10px; }
    .sp-contact-info li { display: block; margin: 3px 0; font-size: 12px; }
    .product-title { font-size: 28px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    body { font-size: 14px; }
    .section-supplier { padding: 180px 0; }
    .section-supplier h2 { font-size: 36px; }
    .contact-form-wrapper { padding: 40px; }
}