    table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

thead {
    background: linear-gradient(135deg, #4A90E2, #357ABD);
}

th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

tbody {
    background-color: #2C2C2C;
}

td {
    padding: 16px 20px;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid #3A3A3A;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background-color: #3A3A3A;
    transition: background-color 0.2s ease;
}

/* Для лучшего отображения на мобильных */
@media (max-width: 768px) {
    th, td {
        padding: 12px 16px;
        font-size: 13px;
    }
}

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

        html {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #ffffff;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero-section {
            background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://static.tildacdn.com/tild3537-3332-4634-a162-666339306231/img_HERO_new.jpg');
            background-size: cover;
            background-position: center;
            min-height: 80vh;
            display: flex;
            align-items: center;
            text-align: left;
        }
        
        
        .hero-content {
        margin: 80px 20px;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            max-width: 600px;
        }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            max-width: 500px;
            opacity: 0.9;
        }

        .hero-btn {
            background-color: #2f7bdb;
            color: white !important;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .hero-btn:hover {
            background-color: #1e5fb8;
            transform: translateY(-2px);
        }

        /* Process Section */
        .shipp {background: linear-gradient(135deg, #4285f4 0%, #357ae8 100%);           padding: 60px 40px;}

        .shipping-process {
            
 
            border-radius: 0;
            max-width: 1200px;
            margin: 0 auto;
        }

        .process-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .process-header h2 {
            color: white;
            font-size: 28px;
            font-weight: 400;
            line-height: 1.4;
            letter-spacing: 0.5px;
        }

        .process-header .highlight {
            font-weight: 600;
            color: #ffffff;
        }

        .process-steps {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            max-width: 900px;
            margin: 0 auto;
        }

        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: white;
            flex: 1;
        }

        .step-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .step-icon i {
            font-size: 24px;
            color: white;
        }

        .step-title {
            font-size: 16px;
            font-weight: 500;
            color: white;
            line-height: 1.3;
            max-width: 120px;
        }

        .arrow {
            color: white;
            font-size: 20px;
            margin: 0 20px;
            opacity: 0.7;
        }

        @media (max-width: 768px) {
            .shipping-process {
                padding: 40px 20px;
            }

            .process-header h2 {
                font-size: 22px;
            }

            .process-steps {
                flex-direction: column;
                gap: 30px;
            }

            .arrow {
                transform: rotate(90deg);
                margin: 15px 0;
            }

            .step {
                max-width: 200px;
            }
        }

        @media (max-width: 480px) {
            .process-header h2 {
                font-size: 18px;
            }

            .step-icon {
                width: 50px;
                height: 50px;
            }

            .step-icon i {
                font-size: 20px;
            }

            .step-title {
                font-size: 14px;
            }
        }

        /* Why Choose Us Section */
        .why-choose-section {
            background-color: #212121;
            padding: 5rem 0;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 3rem;
            color: white;
        }

        .why-choose-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }

        .feature-item {
            padding: 1.5rem 0;
        }

        .feature-item i {
            font-size: 2.5rem;
            color: #2f7bdb;
            margin-bottom: 1rem;
        }

        .feature-item h3 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2f7bdb;
            margin-bottom: 0.8rem;
        }

        .feature-item p {
            color: #cccccc;
            line-height: 1.6;
        }

        .why-choose-image {
            border-radius: 10px;
            overflow: hidden;
        }

        .why-choose-image img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        /* Service Options Section */
        .service-options-section {
            background-color: #212121;
            padding: 5rem 0;
        }

        .service-options-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }

        .service-option {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .service-option:hover {
            transform: translateY(-5px);
        }

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

        .service-option-content {
            padding: 1.5rem;
        }

        .service-option h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: white;
        }

        .service-option p {
            color: #cccccc;
            line-height: 1.6;
        }

        .service-bottom-note {
            text-align: center;
            margin-top: 2rem;
            color: #cccccc;
            font-style: italic;
        }

        /* Text Blocks Section */
        .text-blocks-section {
            background-color: #2a2a2a;
            padding: 5rem 0;
        }

        .text-block {
            margin-bottom: 4rem;
        }

        .text-block-grid {
            display: grid;
            gap: 3rem;
            align-items: center;
        }

        .text-left-image-right {
            grid-template-columns: 2fr 1fr;
        }

        .image-left-text-right {
            grid-template-columns: 1fr 2fr;
        }

        .text-block h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: white;
        }

        .text-block h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.5rem 0 1rem 0;
            color: #2f7bdb;
        }

        .text-block p {
            color: #cccccc;
            margin-bottom: 1rem;
            line-height: 1.8;
        }

        .text-block ul {
            list-style: none;
            margin: 1rem 0;
        }

        .text-block li {
            color: #cccccc;
            margin-bottom: 0.8rem;
            padding-left: 1rem;
            position: relative;
        }

        .text-block li:before {
            color: #2f7bdb;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .text-block strong {
            color: #2f7bdb;
        }

        .text-block-image {
            border-radius: 10px;
            overflow: hidden;
        }

        .text-block-image img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .full-width-text {
            max-width: 100%;
        }

        /* Pricing Table Section */
        .pricing-section {
            background-color: #212121;
            padding: 5rem 0;
        }

        .pricing-table {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            overflow: hidden;
            margin-top: 2rem;
        }

        .table-header {
            background-color: #2f7bdb;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            padding: 1.5rem 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .table-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            padding: 1.2rem 1rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            transition: background-color 0.3s ease;
        }

        .table-row:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }

        .table-row:last-child {
            border-bottom: none;
        }

        .state-link {
            color: #ff4444;
            text-decoration: underline;
        }

        .pricing-note {
            font-size: 0.9rem;
            color: #888;
            margin-top: 1rem;
            text-align: center;
        }

        /* FAQ Section */
        .faq-section {
            background-color: #212121;
            padding: 5rem 0;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .faq-icon {
            background-color: #2f7bdb;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .faq-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: rgba(255, 255, 255, 0.05);
            margin-bottom: 1rem;
            border-radius: 8px;
            overflow: hidden;
        }

        .faq-question {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: rgba(255, 255, 255, 0.08);
        }

        .faq-question h3 {
            font-size: 1.1rem;
            font-weight: 500;
            color: white;
        }

        .faq-toggle {
            color: #2f7bdb;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }

        .faq-answer {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-answer.active {
            max-height: 200px;
            padding: 0 1.5rem 1.5rem 1.5rem;
        }

        .faq-answer p {
            color: #cccccc;
            line-height: 1.6;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }

            .why-choose-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .service-options-grid {
                grid-template-columns: 1fr;
            }

            .text-left-image-right,
            .image-left-text-right {
                grid-template-columns: 1fr;
            }

            .table-header,
            .table-row {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .process-steps {
                flex-direction: column;
            }

            .process-arrow {
                transform: rotate(90deg);
                margin: 1rem 0;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .hero-content h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 2rem;
            }
        }
        
         .tags-block {
        background-color: #212121;
        padding: 20px 20px;
             font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .tags-list {
        list-style: none;
        padding: 0 !important;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 15px;
        justify-content: center;
    }

    .tag-item a {
        display: block;
        padding: 10px 22px;
        color: #f0f0f0 !important;
        background-color: rgba(255, 255, 255, 0.05);
        text-decoration: none;
        border: 1px solid #444;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .tag-item a:hover,
    .tag-item a:focus {
        background-color: #296abc;
        color: #ffffff;
        border-color: #296abc;
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 8px 15px rgba(41, 106, 188, 0.3);
        outline: none;
    }
    
            * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .reviews-section {
            background-color: #212121;
            padding: 60px 20px;
            font-family: 'Arial', sans-serif;
        }

        .reviews-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .reviews-title {
            text-align: center;
            color: white;
            font-size: 2.5rem;
            margin-bottom: 50px;
            font-weight: bold;
        }

        .reviews-grid {
            display: flex;
            gap: 25px;
            justify-content: space-between;
        }

        .review-card {
            background-color: #3a3a3a;
            border-radius: 10px;
            padding: 30px;
            flex: 1;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #4a4a4a;
        }

        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(74, 144, 226, 0.2);
        }

        .customer-name {
            color: #4A90E2;
            font-size: 1.4rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .route-info {
            color: #cccccc;
            font-size: 0.95rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .route-info i {
            color: #4A90E2;
        }

        .review-text {
            color: white;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .rating {
            display: flex;
            gap: 3px;
        }

        .rating i {
            color: #ffd700;
            font-size: 1.1rem;
        }

        @media (max-width: 768px) {
            .reviews-grid {
                flex-direction: column;
                gap: 20px;
            }
            
            .reviews-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            
            .review-card {
                padding: 25px;
            }
        }

        @media (max-width: 1024px) and (min-width: 769px) {
            .reviews-grid {
                flex-wrap: wrap;
            }
            
            .review-card {
                flex-basis: calc(50% - 12.5px);
            }
        }
    .service-areas {
            background-color: #2a2a2a;
            color: #ffffff;
            padding: 30px;
            font-family: Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 24px;
            font-weight: bold;
            color: #4A90E2;
            margin-bottom: 20px;
            text-align: center;
        }

        .city-block {
            margin-bottom: 20px;
        }

        .city-name {
            font-size: 18px;
            font-weight: bold;
            color: #4A90E2;
            margin-bottom: 5px;
        }

        .city-subtitle {
            font-size: 14px;
            color: #cccccc;
            margin-bottom: 10px;
        }

        .zip-codes {
            font-size: 14px;
            color: #ffffff;
            line-height: 1.6;
            word-wrap: break-word;
        }

        .city-separator {
            height: 1px;
            background-color: #4A90E2;
            margin: 15px 0;
        }

        /* CSS-only spoiler */
        .spoiler-checkbox {
            display: none;
        }

        .spoiler-toggle {
            color: #4A90E2;
            text-decoration: underline;
            cursor: pointer;
            font-size: 14px;
            margin-top: 15px;
            display: inline-block;
        }

        .spoiler-toggle:hover {
            color: #6BA3E8;
        }

        .spoiler-content {
            display: none;
            animation: fadeIn 0.3s ease-in-out;
        }

        .spoiler-checkbox:checked + .spoiler-toggle + .spoiler-content {
            display: block;
        }

        .spoiler-checkbox:checked + .spoiler-toggle .show-text {
            display: none;
        }

        .spoiler-checkbox:checked + .spoiler-toggle .hide-text {
            display: inline;
        }

        .spoiler-toggle .hide-text {
            display: none;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @media (max-width: 768px) {
            .service-areas {
                padding: 20px 15px;
            }
            
            .section-title {
                font-size: 20px;
            }
            
            .city-name {
                font-size: 16px;
            }
            
            .zip-codes {
                font-size: 13px;
            }
        }