body {
    font-family: 'Inter', sans-serif;
    color: #f1f5f9;
    background:
        radial-gradient(circle at 20% 30%, #7f1d1d55, transparent 40%),
        radial-gradient(circle at 80% 70%, #4c051955, transparent 40%),
        #020617;
}

.navbar {
    background: rgba(10, 2, 5, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(127, 29, 29, 0.3);
}

.navbar-brand {
    font-family: 'Orbitron', sans-serif;
    color: #ef4444 !important;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #7f1d1d;
}

.hero h1 {
    font-size: 4.5rem;
    font-family: 'Orbitron', sans-serif;
    background: linear-gradient(90deg, #ef4444, #7f1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-glow {
    background: linear-gradient(135deg, #ef4444, #7f1d1d);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    color: white;
    transition: 0.3s;
}

.btn-glow:hover {
    transform: scale(1.1);
    box-shadow:
        0 0 20px #ef4444,
        0 0 40px #7f1d1d;
}

.card-custom {
    background: rgba(127, 29, 29, 0.08);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(127, 29, 29, 0.2);
    transition: 0.3s;
}

.card-custom:hover {
    transform: translateY(-12px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

footer {
    padding: 50px 0;
    border-top: 1px solid rgba(127, 29, 29, 0.3);
    background: linear-gradient(to top, #020617, #140a0a);
}

.footer-link {
    color: #cbd5f5;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover {
    color: #ef4444;
    text-shadow: 0 0 10px #7f1d1d;
}

.nav-link {
    color: #cbd5f5 !important;
    position: relative;
    transition: 0.3s;
}

.nav-link:hover {
    color: #ef4444 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #ef4444;
    transition: 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.hero {
    position: relative;
    height: 100vh;
    background: url('../images/bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(2, 6, 23, 0.8),
            rgba(20, 10, 10, 0.9));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.hero h1 {
    font-size: 4.5rem;
    font-family: 'Orbitron', sans-serif;
    background: linear-gradient(90deg, #ef4444, #7f1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    margin-top: 15px;
    color: #cbd5f5;
    font-size: 1.2rem;
}

.about-section {
    margin-top: 120px;
}

.about-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ef4444;
}

.about-text {
    color: #cbd5f5;
    margin-bottom: 15px;
    line-height: 1.7;
}

.about-img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    transition: 0.3s;
}

.about-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.4);
}

.features-section {
    margin-top: 120px;
}

.features-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #ef4444;
}

.feature-box {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    border-radius: 20px;
    padding: 30px;
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

.feature-icon {
    font-size: 40px;
    color: #ef4444;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.3s;
}

.feature-box:hover .feature-icon {
    transform: scale(1.2);
    text-shadow: 0 0 15px #ef4444;
}

.advantages-section {
    margin-top: 120px;
}

.advantages-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ef4444;
}

.advantages-text {
    color: #cbd5f5;
    margin-bottom: 15px;
    line-height: 1.7;
}

.advantages-img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    transition: 0.3s;
}

.advantages-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.4);
}

.reviews-section {
    margin-top: 120px;
}

.reviews-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #ef4444;
}

.review-box {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    border-radius: 20px;
    padding: 25px;
    transition: 0.3s;
    height: 100%;
}

.review-box:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

.stars {
    color: #ef4444;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.review-box p {
    color: #cbd5f5;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.review-box h6 {
    color: #94a3b8;
}

.contact-section {
    margin-top: 120px;
}

.form-box {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: white;
}

.form-control:focus {
    box-shadow: 0 0 10px #ef4444;
    background: rgba(255, 255, 255, 0.08);
}

.success-box {
    max-width: 400px;
}

.success-box h2 {
    color: #ef4444;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #ffffff;
}

.form-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.blog-section {
    margin-top: 120px;
}

.blog-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #ef4444;
}

.blog-card {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h5 {
    color: #ef4444;
    margin-bottom: 10px;
}

.blog-content p {
    color: #cbd5f5;
    font-size: 0.95rem;
    line-height: 1.6;
}

.why-section {
    margin-top: 120px;
}

.why-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #ef4444;
}

.why-box {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    border-radius: 20px;
    padding: 30px;
    transition: 0.3s;
    height: 100%;
}

.why-box:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

.why-icon {
    font-size: 40px;
    color: #ef4444;
    margin-bottom: 15px;
    transition: 0.3s;
}

.why-box:hover .why-icon {
    transform: scale(1.2);
    text-shadow: 0 0 15px #ef4444;
}

.why-box p {
    color: #cbd5f5;
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-section {
    margin-top: 120px;
}

.feature-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ef4444;
}

.feature-text {
    color: #cbd5f5;
    margin-bottom: 15px;
    line-height: 1.7;
}

.feature-img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    transition: 0.3s;
}

.feature-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.4);
}

.features2-section {
    margin-top: 120px;
}

.features2-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #ef4444;
}

.feature2-box {
    background: rgba(127, 29, 29, 0.08);
    border: 1px solid rgba(127, 29, 29, 0.2);
    border-radius: 20px;
    padding: 35px;
    transition: 0.3s;
    height: 100%;
}

.feature2-box:hover {
    transform: translateY(-10px);
    box-shadow:
        0 0 20px rgba(239, 68, 68, 0.3),
        0 0 40px rgba(127, 29, 29, 0.4);
}

.feature2-icon {
    font-size: 40px;
    color: #ef4444;
    margin-bottom: 15px;
    transition: 0.3s;
}

.feature2-box:hover .feature2-icon {
    transform: scale(1.2);
    text-shadow: 0 0 15px #ef4444;
}

.feature2-box p {
    color: #cbd5f5;
    line-height: 1.6;
}

.cookie-box {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(20, 10, 10, 0.95);
    border: 1px solid rgba(127, 29, 29, 0.3);
    border-radius: 15px;
    padding: 20px 25px;
    width: 90%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    z-index: 9999;
}

.cookie-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #cbd5f5;
}

.cookie-box a {
    color: #ef4444;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-decline {
    background: transparent;
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 8px 15px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-decline:hover {
    background: #ef4444;
    color: white;
}