    :root {
            --copper: #B87333;
            --copper-light: #D4956B;
            --copper-dark: #8B5A2B;
            --copper-glow: #E8A96B;
            --dark-bg: #0D1B2A;
            --dark-card: #1B2838;
            --accent: #E8A96B;
        }

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

        html { scroll-behavior: smooth; }
        .two-page.container {
    padding: 4rem 15px;
    padding-top: 100px;
}

.two-page.container h1 {
    margin-bottom: 50px;
}
#cookie_notification{background-color: #313d4a;padding: 0;position: fixed;bottom: 0;display:none;align-items: center;left: 50%;transform: translate(-50%, 0%);padding: 0 30px;top: auto;width: 70%;font-size: 14px;text-align: left;color: #ffffff;z-index: 99999;justify-content: space-between;}

#cookie_notification p{
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    max-width: 80%;
}
#cookie_notification a{
   color: #ffbb00;
    text-decoration: underline;
}
.cookie_accept{
   width: auto;
   height: 40px;
   cursor: pointer;
   border: none;
   padding:5px 10px;
   color:white;
   text-align: center;
   line-height: 0px;
   background: #e8a96b;
}

@media (min-width: 576px){
#cookie_notification.show{
display: flex;
}

}

@media (max-width: 575px){
#cookie_notification.show{
display: block;
padding:10px;
width: 90%;
text-align: center;
}
#cookie_notification p{
    width:100%;
    font-size:12px;
    text-align: center;
    max-width: 100%;
}
}
.relative-z{
    
    position:relative;
    z-index:88;
}
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            overflow-x: hidden;
        }

        /* ===== PARTICLE CANVAS ===== */
        #particleCanvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        /* ===== NAVBAR ===== */
        .navbar {
            background: rgba(13, 27, 42, 0.85) !important;
            backdrop-filter: blur(20px);
            padding: 0.8rem 0;
            transition: all 0.4s ease;
            z-index: 1050;
        }
        .navbar.scrolled {
            background: rgba(13, 27, 42, 0.98) !important;
            box-shadow: 0 4px 30px rgba(0,0,0,0.3);
            padding: 0.5rem 0;
        }
        .navbar-brand {
            font-weight: 900;
            font-size: 1.6rem;
            letter-spacing: 1px;
            position: relative;
        }
        .navbar-brand .brand-copper {
            color: var(--copper-glow);
            text-shadow: 0 0 20px rgba(232,169,107,0.3);
        }
        .navbar-brand .brand-white {
            color: #fff;
        }
        .nav-link {
            color: rgba(255,255,255,0.75) !important;
            font-weight: 500;
            margin: 0 0.3rem;
            padding: 0.5rem 1rem !important;
            transition: all 0.3s;
            position: relative;
        }
        .nav-link:hover, .nav-link.active {
            color: var(--copper-glow) !important;
        }
        .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--copper-glow), transparent);
            transition: all 0.3s;
            transform: translateX(-50%);
        }
        .nav-link:hover::before, .nav-link.active::before {
            width: 70%;
        }
        .btn-nav-cta {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff !important;
            border: none;
            border-radius: 25px;
            padding: 0.5rem 1.5rem !important;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(184,115,51,0.3);
        }
        .btn-nav-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(184,115,51,0.5);
            color: #fff !important;
        }

        /* ===== HERO SECTION ===== */
        .hero-section {
            min-height: 100vh;
            background: linear-gradient(135deg, rgba(13,27,42,0.99) 0%, rgba(27,40,56,0.99) 50%, rgba(13,27,42,0.99) 100%);
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(184,115,51,0.12) 0%, transparent 70%);
            border-radius: 50%;
            animation: heroPulse 6s ease-in-out infinite;
        }
        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -40%;
            left: -15%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(232,169,107,0.08) 0%, transparent 70%);
            border-radius: 50%;
            animation: heroPulse 8s ease-in-out infinite reverse;
        }
        @keyframes heroPulse {
            0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.5; }
            33% { transform: scale(1.1) translate(20px, -20px); opacity: 0.8; }
            66% { transform: scale(0.95) translate(-10px, 15px); opacity: 0.6; }
        }
        .hero-content {
            position: relative;
            z-index: 2;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(184,115,51,0.15);
            border: 1px solid rgba(184,115,51,0.3);
            color: var(--copper-glow);
            padding: 0.5rem 1.2rem;
            border-radius: 30px;
            font-size: 0.82rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            animation: badgeGlow 3s ease-in-out infinite;
        }
        @keyframes badgeGlow {
            0%, 100% { box-shadow: 0 0 10px rgba(184,115,51,0.1); }
            50% { box-shadow: 0 0 25px rgba(184,115,51,0.3); }
        }
        .hero-badge .badge-dot {
            width: 8px;
            height: 8px;
            background: var(--copper-glow);
            border-radius: 50%;
            animation: dotPulse 2s ease-in-out infinite;
        }
        @keyframes dotPulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.5); }
        }
        .hero-title {
            font-size: 3rem;
            font-weight: 900;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.5rem;
        }
        .hero-title .highlight {
            background: linear-gradient(135deg, var(--copper-glow), var(--copper), var(--copper-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }
        .hero-title .highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            /* background: linear-gradient(90deg, var(--copper-glow), transparent); */
            border-radius: 2px;
        }
        .hero-subtitle {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.7);
            line-height: 1.8;
            margin-bottom: 2.5rem;
            max-width: 550px;
        }
        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .btn-primary-custom {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            border: none;
            color: #fff;
            padding: 0.9rem 2.2rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 8px 25px rgba(184,115,51,0.3);
            position: relative;
            overflow: hidden;
        }
        .btn-primary-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }
        .btn-primary-custom:hover::before {
            left: 100%;
        }
        .btn-primary-custom:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(184,115,51,0.4);
            color: #fff;
        }
        .btn-outline-custom {
            border: 2px solid rgba(255,255,255,0.25);
            color: #fff;
            padding: 0.9rem 2.2rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: all 0.4s;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(255,255,255,0.03);
            backdrop-filter: blur(10px);
        }
        .btn-outline-custom:hover {
            border-color: var(--copper-glow);
            color: var(--copper-glow);
            background: rgba(184,115,51,0.1);
            transform: translateY(-4px);
        }
        .hero-stats {
            display: flex;
            gap: 3rem;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .stat-item {
            position: relative;
        }
        .stat-item h3 {
            font-size: 2.2rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--copper-glow), var(--copper));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.2rem;
        }
        .stat-item p {
            color: rgba(255,255,255,0.5);
            font-size: 0.85rem;
            margin: 0;
            font-weight: 500;
        }
        .hero-visual-col {
            position: relative;
            z-index: 2;
        }
        .hero-visual-wrapper {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0,0,0,0.5);
        }
        .hero-visual-wrapper img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            display: block;
        }
        .hero-visual-wrapper::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 25px;
            border: 2px solid rgba(184,115,51,0.2);
            pointer-events: none;
        }
        .hero-visual-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 120%;
            height: 120%;
            border-radius: 50%;
            background: radial-gradient(circle, rgb(184 115 51 / 54%) 0%, transparent 60%);
            z-index: -1;
            animation: visualGlow 4s ease-in-out infinite;
        }
        @keyframes visualGlow {
            0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
            50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
        }
        .floating-card {
            position: absolute;
            background: rgba(13,27,42,0.92);
            backdrop-filter: blur(15px);
            /* border: 1px solid rgba(184,115,51,0.25); */
            border-radius: 18px;
            padding: 1rem 1.3rem;
            color: #fff;
            z-index: 3;
            animation: floatCard 4s ease-in-out infinite;
            min-width: 140px;
        }
        .floating-card-1 {
            bottom: -15px;
            left: -25px;
            animation-delay: 0s;
        }
        .floating-card-2 {
            top: 25px;
            right: -20px;
            animation-delay: 2s;
        }
        .floating-card-3 {
            bottom: 50%;
            left: -40px;
            animation-delay: 1s;
        }
        @keyframes floatCard {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-12px) rotate(1deg); }
        }
        .floating-card i {
            color: var(--copper-glow);
            font-size: 1.3rem;
        }
        .floating-card h5 {
            font-size: 1rem;
            margin: 0.2rem 0 0;
            color: rgb(255 255 255);
            font-weight: 500;
        }
        .floating-card p {
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--copper-glow);
            margin: 0;
        }

        /* ===== SECTION STYLING ===== */
        section { padding: 6rem 0; }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }
        .section-header .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(184,115,51,0.08);
            border: 1px solid rgba(184,115,51,0.15);
            color: var(--copper);
            padding: 0.4rem 1.2rem;
            border-radius: 25px;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        .section-header .section-badge i {
            font-size: 0.7rem;
        }
        .section-header h2 {
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--dark-bg);
            margin-bottom: 0.8rem;
            line-height: 1.2;
        }
        .section-header h2 span {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .section-header p {
            color: #777;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* ===== MARQUEE ===== */
        .marquee-section {
            background: var(--dark-bg);
            padding: 1.2rem 0;
            overflow: hidden;
            position: relative;
        }
        .marquee-track {
            display: flex;
            animation: marqueeScroll 25s linear infinite;
            width: max-content;
        }
        @keyframes marqueeScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .marquee-item {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            padding: 0 2.5rem;
            color: rgba(255,255,255,0.4);
            font-weight: 600;
            font-size: 0.9rem;
            white-space: nowrap;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .marquee-item .marquee-dot {
            width: 6px;
            height: 6px;
            background: var(--copper-glow);
            border-radius: 50%;
            opacity: 0.5;
        }

        /* ===== PRODUCTS SECTION ===== */
        .products-section {
            background: linear-gradient(180deg, #f5f0eb 0%, #faf8f5 50%, #f5f0eb 100%);
        }
        .product-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.06);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: 1px solid rgba(0,0,0,0.04);
            position: relative;
        }
        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--copper), var(--copper-glow), var(--copper));
            opacity: 0;
            transition: opacity 0.3s;
        }
        .product-card:hover::before {
            opacity: 1;
        }
        .product-card:hover {
            /* transform: translateY(-12px); */
            box-shadow: 0 25px 50px rgba(184,115,51,0.15);
        }
        .product-card .card-img-wrapper {
            overflow: hidden;
            position: relative;
        }
        .product-card .card-img-wrapper::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: linear-gradient(transparent, #fff);
            z-index: 1;
        }
        .product-card .card-img-top {
            height: 260px;
            object-fit: cover;
            transition: transform 0.6s;
        }
        .product-card:hover .card-img-top {
            transform: scale(1.08);
        }
        .product-card .card-body {
            padding: 1.8rem;
            position: relative;
            z-index: 2;
        }
        .product-card .product-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff;
            padding: 0.3rem 0.9rem;
            border-radius: 20px;
            font-size: 0.72rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .product-card .product-tag.tag-green {
            background: linear-gradient(135deg, #28a745, #1e7e34);
        }
        .product-card .product-tag.tag-blue {
            background: linear-gradient(135deg, #007bff, #0056b3);
        }
        .product-card h4 {
            font-weight: 800;
            color: var(--dark-bg);
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
        }
        .product-card p {
            color: #777;
            font-size: 0.92rem;
            line-height: 1.7;
        }
        .product-card .product-features {
            list-style: circle;
            padding: 0;
            margin: 1rem 0 0;
            margin-left: 20px;
        }
        .product-card .product-features li {
            padding: 0.35rem 0;
            color: #555;
            font-size: 0.88rem;
            /* padding-left: 20px; */
        }
        .product-card .product-features li i {
            color: var(--copper);
            font-size: 0.8rem;
        }
        .product-card .product-price {
            margin-top: 1.2rem;
            padding-top: 1rem;
            border-top: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .product-card .product-price .price-label {
            font-size: 0.78rem;
            color: #999;
        }
        .product-card .product-price .price-value {
            font-weight: 800;
            color: var(--copper);
            font-size: 1.1rem;
        }

        /* ===== ADVANTAGES SECTION ===== */
        .advantages-section {
            background: var(--dark-bg);
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .advantages-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: radial-gradient(ellipse at top right, rgb(184 115 51 / 32%) 0%, transparent 60%);
        }
        .advantages-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40%;
            height: 60%;
            background: radial-gradient(ellipse at bottom left, rgb(213 107 3 / 32%) 0%, #00000000 60%);
            z-index: 1;
        }
        .advantages-section .section-header h2 { color: #fff; }
        .advantages-section .section-header p { color: rgba(255,255,255,0.5); }
        .advantage-card {
            background: rgb(26 37 54);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 22px;
            padding: 2.2rem;
            transition: all 0.4s;
            height: 100%;
            position: relative;
            overflow: hidden;
            z-index: 150;
        }
        .advantage-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--copper), var(--copper-glow));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s;
        }
        .advantage-card:hover::before {
            transform: scaleX(1);
        }
        .advantage-card:hover {
            background: rgba(184,115,51,0.06);
            border-color: rgba(184,115,51,0.2);
            transform: translateY(-8px);
        }
        .advantage-icon {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, rgba(184,115,51,0.2), rgba(184,115,51,0.05));
            border: 1px solid rgba(184,115,51,0.2);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
            font-size: 1.4rem;
            color: var(--copper-glow);
            transition: all 0.3s;
        }
        .advantage-card:hover .advantage-icon {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff;
            transform: rotate(-5deg) scale(1.1);
        }
        .advantage-card h5 {
            font-weight: 700;
            margin-bottom: 0.6rem;
            color: #fff;
            font-size: 1.05rem;
        }
        .advantage-card p {
            color: rgba(255,255,255,0.45);
            font-size: 0.9rem;
            line-height: 1.7;
            margin: 0;
        }

        /* ===== COUNTER SECTION ===== */
        .counter-section {
            background: linear-gradient(135deg, var(--copper-dark), var(--copper), var(--copper-light));
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
        }
        .counter-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        .counter-item {
            text-align: center;
            position: relative;
            z-index: 1;
        }
        .counter-item .counter-icon {
            font-size: 2rem;
            color: rgba(255,255,255,0.3);
            margin-bottom: 0.5rem;
        }
        .counter-item .counter-number {
            font-size: 3rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
            margin-bottom: 0.3rem;
        }
        .counter-item .counter-label {
            color: rgba(255,255,255,0.7);
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* ===== TRUST / ABOUT SECTION ===== */
        .trust-section {
            background: #fff;
            position: relative;
        }
        .trust-img-wrapper {
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0,0,0,0.12);
            position: relative;
        }
        .trust-img-wrapper img {
            width: 100%;
            height: 520px;
            object-fit: cover;
        }
        .trust-badge-overlay {
            position: absolute;
            bottom: 25px;
            left: 25px;
            background: rgba(13,27,42,0.92);
            backdrop-filter: blur(15px);
            border-radius: 18px;
            padding: 1.3rem 1.8rem;
            /* border: 1px solid rgba(184,115,51,0.3); */
        }
        .trust-badge-overlay h4 {
            color: var(--copper-glow);
            font-weight: 900;
            font-size: 2rem;
            margin: 0;
        }
        .trust-img-wrapper .trust-badge-overlay p {
            color: rgba(255,255,255,0.6);
            margin: 0;
            font-size: 0.85rem;
        }
        .trust-feature-item {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.8rem;
            align-items: flex-start;
            transition: all 0.3s;
            padding: 0.8rem 0;
            border-radius: 15px;
        }
        .trust-feature-item:hover {
            background: rgba(184,115,51,0.04);
        }
        .trust-feature-item .icon-circle {
            width: 48px;
            height: 48px;
            min-width: 48px;
            background: linear-gradient(135deg, rgba(184,115,51,0.12), rgba(184,115,51,0.04));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--copper);
            font-size: 1.2rem;
            transition: all 0.3s;
        }
        .trust-feature-item:hover .icon-circle {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff;
        }
.trust-section p{color: #666;line-height: 1.8;margin-bottom: 1.5rem;}
.trust-section .highlight {
    background: linear-gradient(135deg, var(--copper), var(--copper-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trust-section h2 {
    font-weight: 900;
    color: var(--dark-bg);
    font-size: 2.3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
        .trust-feature-item h6 {
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 0.2rem;
        }
        .trust-feature-item p {
            color: #777;
            font-size: 0.9rem;
            margin: 0;
            line-height: 1.6;
        }

        /* ===== FAQ SECTION ===== */
        .faq-section {
            background: linear-gradient(180deg, #faf8f5 0%, #f5f0eb 100%);
            position: relative;
        }
        .faq-section::before {
            content: '?';
            position: absolute;
            top: 5%;
            right: 5%;
            font-size: 20rem;
            font-weight: 900;
            color: rgba(184,115,51,0.03);
            line-height: 1;
            pointer-events: none;
        }
        .faq-item {
            background: #fff;
            border-radius: 18px;
            margin-bottom: 1rem;
            border: 1px solid rgba(0,0,0,0.05);
            overflow: hidden;
            transition: all 0.3s;
        }
        .faq-item:hover {
            box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        }
        .faq-item.active {
            border-color: rgba(184,115,51,0.2);
            box-shadow: 0 8px 30px rgba(184,115,51,0.1);
        }
        .faq-question {
            padding: 1.5rem 2rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            transition: all 0.3s;
        }
        .faq-question:hover {
            background: rgba(184,115,51,0.02);
        }
        .faq-question .faq-q-left {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .faq-question .faq-q-icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            background: linear-gradient(135deg, rgba(184,115,51,0.1), rgba(184,115,51,0.03));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--copper);
            font-size: 1rem;
            font-weight: 800;
            transition: all 0.3s;
        }
        .faq-item.active .faq-question .faq-q-icon {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff;
        }
        .faq-question h5 {
            font-weight: 700;
            color: var(--dark-bg);
            margin: 0;
            font-size: 1rem;
            line-height: 1.4;
        }
        .faq-item.active .faq-question h5 {
            color: var(--copper);
        }
        .faq-question .faq-toggle {
            width: 32px;
            height: 32px;
            min-width: 32px;
            background: rgba(184,115,51,0.08);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--copper);
            transition: all 0.4s;
            font-size: 0.9rem;
        }
        .faq-item.active .faq-toggle {
            background: var(--copper);
            color: #fff;
            transform: rotate(180deg);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }
        .faq-item.active .faq-answer {
            max-height: 300px;
        }
        .faq-answer-inner {
            padding: 0 2rem 1.5rem 4.5rem;
            color: #666;
            line-height: 1.8;
            font-size: 0.95rem;
        }

        /* ===== CTA BANNER ===== */
        .cta-banner {
            background: linear-gradient(135deg, #1a0f05, var(--copper-dark), var(--copper), var(--copper-light));
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
        .cta-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 60%);
            border-radius: 50%;
        }
        .cta-banner::after {
            content: '';
            position: absolute;
            bottom: -40%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 60%);
            border-radius: 50%;
        }
        .cta-banner .cta-content {
            position: relative;
            z-index: 2;
        }
        .cta-banner h2 {
            color: #fff;
            font-weight: 900;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        .cta-banner p {
            color: rgba(255,255,255,0.85);
            font-size: 1.15rem;
            margin-bottom: 2rem;
        }
        .btn-light-custom {
            background: #fff;
            color: var(--copper-dark);
            border: none;
            padding: 0.9rem 2.8rem;
            border-radius: 30px;
            font-weight: 800;
            font-size: 1.1rem;
            transition: all 0.4s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            position: relative;
            overflow: hidden;
            text-decoration: none;
        }
        .btn-light-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(184,115,51,0.15), transparent);
            transition: left 0.5s;
        }
        .btn-light-custom:hover::before { left: 100%; }
        .btn-light-custom:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
        }
        .btn-call-custom {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255,255,255,0.3);
            padding: 0.9rem 2.8rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.4s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            text-decoration: none;
        }
        .btn-call-custom:hover {
            border-color: #fff;
            background: rgba(255,255,255,0.1);
            color: #fff;
            transform: translateY(-4px);
        }

        /* ===== CONTACT SECTION ===== */
        .contact-section {
            background: linear-gradient(180deg, #f5f0eb 0%, #faf8f5 100%);
        }
        .contact-form-card {
            background: #fff;
            border-radius: 28px;
            padding: 2.8rem;
            box-shadow: 0 15px 50px rgba(0,0,0,0.08);
            border: 1px solid rgba(0,0,0,0.04);
            position: relative;
            overflow: hidden;
        }
        .contact-form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--copper), var(--copper-glow), var(--copper));
        }
        .contact-form-card h3 {
            font-weight: 900;
            color: var(--dark-bg);
            margin-bottom: 0.5rem;
        }
        .contact-form-card .form-label {
            font-weight: 600;
            color: #555;
            font-size: 0.88rem;
            margin-bottom: 0.4rem;
        }
        .contact-form-card .form-control,
        .contact-form-card .form-select {
            border: 2px solid #eee;
            border-radius: 14px;
            padding: 0.8rem 1.1rem;
            font-size: 0.95rem;
            transition: all 0.3s;
            background: #fafafa;
        }
        .contact-form-card .form-control:focus,
        .contact-form-card .form-select:focus {
            border-color: var(--copper);
            box-shadow: 0 0 0 0.25rem rgba(184,115,51,0.1);
            background: #fff;
        }
        .contact-form-card .btn-submit {
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            color: #fff;
            border: none;
            padding: 0.9rem 2.5rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: all 0.4s;
            width: 100%;
            box-shadow: 0 8px 25px rgba(184,115,51,0.25);
            position: relative;
            overflow: hidden;
        }
        .contact-form-card .btn-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }
        .contact-form-card .btn-submit:hover::before { left: 100%; }
        .contact-form-card .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(184,115,51,0.35);
            color: #fff;
        }
        .contact-info-card {
            background: var(--dark-bg);
            border-radius: 28px;
            padding: 2.8rem;
            color: #fff;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .contact-info-card::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -30%;
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(184,115,51,0.12) 0%, transparent 70%);
            border-radius: 50%;
        }
        .contact-info-card::after {
            content: '';
            position: absolute;
            bottom: -20%;
            left: -20%;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(232,169,107,0.08) 0%, transparent 70%);
            border-radius: 50%;
        }
        .contact-info-card > * { position: relative; z-index: 1; }
        .contact-info-card h3 {
            font-weight: 900;
            margin-bottom: 0.5rem;
        }
        .contact-info-card > p {
            color: rgba(255,255,255,0.5);
            margin-bottom: 2rem;
        }
        .contact-info-item {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
            align-items: flex-start;
            padding: 0.8rem;
            border-radius: 14px;
            transition: all 0.3s;
        }
        .contact-info-item:hover {
            background: rgba(255,255,255,0.04);
        }
        .contact-info-item .ci-icon {
            width: 45px;
            height: 45px;
            min-width: 45px;
            background: rgba(184,115,51,0.12);
            border-radius: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--copper-glow);
            font-size: 1.1rem;
            transition: all 0.3s;
        }
        .contact-info-item:hover .ci-icon {
            background: var(--copper);
            color: #fff;
        }
        .contact-info-item h6 {
            color: rgba(255,255,255,0.4);
            font-weight: 500;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.2rem;
        }
        .contact-info-item p {
            color: #fff;
            margin: 0;
            font-weight: 600;
        }
        .contact-info-item a {
            color: var(--copper-glow);
            text-decoration: none;
            transition: color 0.3s;
        }
        .contact-info-item a:hover {
            color: #fff;
        }
        .social-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .social-links a {
            width: 42px;
            height: 42px;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,0.6);
            transition: all 0.3s;
            text-decoration: none;
            font-size: 1.1rem;
        }
        .social-links a:hover {
            background: var(--copper);
            border-color: var(--copper);
            color: #fff;
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(184,115,51,0.3);
        }

        /* ===== REQUISITES ===== */
        .requisites-section {
            background: #fff;
        }
        .requisites-card {
            background: linear-gradient(135deg, #faf8f5, #f5f0eb);
            border-radius: 24px;
            padding: 2.8rem;
            border: 1px solid rgba(184,115,51,0.1);
            position: relative;
            overflow: hidden;
        }
        .requisites-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--copper), var(--copper-glow), var(--copper));
        }
        .requisites-card h4 {
            font-weight: 900;
            color: var(--dark-bg);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.7rem;
            font-size: 1.3rem;
        }
        .requisites-card h4 i {
            color: var(--copper);
            font-size: 1.5rem;
        }
        .req-table { width: 100%; }
        .req-table tr td {
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(0,0,0,0.06);
            vertical-align: top;
        }
        .req-table tr:last-child td { border-bottom: none; }
        .req-table tr td:first-child {
            font-weight: 600;
            color: #888;
            width: 42%;
            font-size: 0.88rem;
        }
        .req-table tr td:last-child {
            color: #333;
            font-weight: 500;
        }

        /* ===== FOOTER ===== */
        footer {
            background: var(--dark-bg);
            color: #fff;
            padding: 4rem 0 1.5rem;
            position: relative;
        }
        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--copper), var(--copper-glow), var(--copper));
        }
        .footer-brand {
            font-weight: 900;
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }
        .footer-brand .brand-copper { color: var(--copper-glow); }
        .footer-brand .brand-white { color: #fff; }
        .footer-desc {
            color: rgba(255,255,255,0.45);
            font-size: 0.9rem;
            line-height: 1.7;
        }
        footer h6 {
            font-weight: 700;
            color: #fff;
            margin-bottom: 1.2rem;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        footer ul {
            list-style: none;
            padding: 0;
        }
        footer ul li { margin-bottom: 0.6rem; }
        footer ul li a {
            color: rgba(255,255,255,0.45);
            text-decoration: none;
            transition: all 0.3s;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        footer ul li a:hover {
            color: var(--copper-glow);
            transform: translateX(5px);
        }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.06);
            padding-top: 1.5rem;
            margin-top: 2.5rem;
        }
        .footer-bottom p {
            color: rgba(255,255,255,0.35);
            font-size: 0.82rem;
            margin: 0;
        }

        /* ===== SCROLL TO TOP ===== */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, var(--copper), var(--copper-dark));
            border: none;
            border-radius: 16px;
            color: #fff;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s;
            cursor: pointer;
            box-shadow: 0 5px 20px rgba(184,115,51,0.3);
        }
        .scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }
        .scroll-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(184,115,51,0.5);
        }

        /* ===== MODAL ===== */
        .modal-content {
            border-radius: 24px;
            border: none;
            overflow: hidden;
        }
        .modal-body {
            padding: 3rem;
            text-align: center;
        }
        .modal-body .success-icon {
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, rgba(40,167,69,0.1), rgba(40,167,69,0.05));
            border: 2px solid rgba(40,167,69,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2.5rem;
            color: #28a745;
            animation: successPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        @keyframes successPop {
            0% { transform: scale(0); }
            100% { transform: scale(1); }
        }

        /* ===== ANIMATIONS ===== */
        .fade-up {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .fade-left {
            opacity: 0;
            transform: translateX(-40px);
            transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .fade-left.visible {
            opacity: 1;
            transform: translateX(0);
        }
        .fade-right {
            opacity: 0;
            transform: translateX(40px);
            transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .fade-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .hero-title { font-size: 2.5rem; }
            .hero-stats { gap: 2rem; }
            .hero-visual-wrapper img { height: 350px; }
            .floating-card-1 { left: 10px; bottom: -10px; }
            .floating-card-2 { right: 10px; top: 10px; }
            .floating-card-3 { display: none; }
            .section-header h2 { font-size: 2.2rem; }
        }
        @media (max-width: 767px) {
            .requisites-card{
                padding: 1.5rem;
            }
            .hero-title { font-size: 2rem; }
            .hero-stats {flex-direction: row;gap: 1rem;}
            .section-header h2 { font-size: 1.8rem; }
            .cta-banner h2 { font-size: 1.6rem; }
            .contact-form-card, .contact-info-card { padding: 1.8rem; }
            .trust-img-wrapper img { height: 300px; }
            .faq-answer-inner { padding-left: 1.5rem; }
            .faq-question { padding: 1.2rem 1.2rem; }
            .counter-item .counter-number{
                font-size:1.5rem;
            }
            .stat-item h3{
                font-size:1.8rem;
            }
            .counter-section{
                padding:2rem 0;
            }
            .req-table tr td{
                font-size:14px;
            }
            .trust-section h2{
                        font-size: 1.8rem;
            }
            .product-card .product-features{
                margin-left:15px;
            }
          
        }



