* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background: url('../imgs/back.jpg') center bottom / cover fixed no-repeat;
    color: #aaa4a4;
    line-height: 1.5;
    font-weight: 300;
}

.dr_wrapper {
    max-width: 1600px;
    width: 99%;
    margin: 12px auto;
    background: #131313;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.m100 {
    margin-top: 140px;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.dr_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dr_subtitle {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.dr_title {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.dr_title span {
    color: #e51937;
}

h2.dr_title {
    font-size: 3rem;
}

.dr_text {
    color: #aaa4a4;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.dr_btn_primary,
.dr_btn_secondary,
a.dr_btn_primary,
a.dr_btn_secondary {
    display: inline-block;
    font-family: 'Teko', sans-serif;
    font-size: 1.25rem;
    padding: 0.8rem 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: 0.25s;
    text-align: center;
    margin-right: 0.75rem;
}

a.dr_btn_primary {
    background: #e51937;
    color: #fff;
    border: 2px solid #e51937;
}

a.dr_btn_primary:hover {
    background: transparent;
    color: #fff;
    border-color: #e51937;
}

a.dr_btn_secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #e51937;
}

a.dr_btn_secondary:hover {
    background: #e51937;
    color: #fff;
}

.dr_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.dr_header .dr_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dr_logo_area {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dr_logo_area img {
    height: 45px;
    width: auto;
}

.dr_logo_area span {
    font-family: 'Teko', sans-serif;
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
    line-height: 1;
}

.dr_nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.dr_nav a {
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.dr_nav a:hover {
    color: #e51937;
}

.dr_menu_btn {
    display: none;
    background: transparent;
    border: 1px solid #e51937;
    color: white;
    padding: 0.5rem 1.2rem;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
}

.dr_banner {
    background: url('../imgs/cover.jpg') center center/cover no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.dr_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.dr_banner .dr_container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.dr_banner .dr_title {
    font-size: 5rem;
}

.dr_banner .dr_text {
    max-width: 600px;
    color: #ddd;
}

.dr_autobahn {
    padding: 80px 0 40px;
}

.dr_section_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.dr_section_header .dr_left {
    flex: 1;
}

.dr_section_header .dr_right {
    flex: 1;
    text-align: right;
}

.dr_grid_chess {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.dr_chess_item {
    display: flex;
    flex-wrap: wrap;
    background: #1e1e1e;
}

.dr_chess_item:nth-child(even) {
    flex-direction: row-reverse;
}

.dr_chess_img {
    flex: 1 1 45%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

.dr_chess_content {
    flex: 1 1 45%;
    background: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dr_chess_content .dr_subtitle {
    color: #131313;
    font-weight: 600;
}

.dr_chess_content .dr_title {
    color: #131313;
    font-size: 2.5rem;
}

.dr_chess_content .dr_text {
    color: #333;
}

.dr_chess_content a.dr_btn_primary {
    background: #e51937;
    border: 2px solid #e51937;
    color: white;
    align-self: flex-start;
}

.dr_chess_content a.dr_btn_primary:hover {
    background: transparent;
    color: #131313;
    border-color: #131313;
}

.dr_why {
    padding: 80px 0;
    background: #0f0f0f;
}

.dr_why_grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.dr_why_item {
    background: #1a1a1a;
    padding: 2rem;
    text-align: center;
    flex: 1 1 280px;
}

.dr_why_item img {
    width: 70px;
    margin-bottom: 1.5rem;
}

.dr_why_item .dr_title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.dr_about {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.dr_about_img {
    flex: 1 1 40%;
    background: url('../imgs/ab.jpg') center/cover no-repeat;
    min-height: 450px;
}

.dr_about_content {
    flex: 1 1 50%;
}

.dr_about_content ul {
    margin-bottom: 20px;
    list-style: none;
    margin-top: 1rem;
}

.dr_about_content li {
    padding: 0.5rem 0;
    font-family: 'Noto Sans', sans-serif;
    color: #ccc;
    position: relative;
    padding-left: 1.8rem;
}

.dr_about_content li::before {
    content: '▸';
    color: #e51937;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.dr_cta {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../imgs/cta.jpg') center/cover fixed;
    text-align: center;
    background-position: center bottom;
    padding: 100px 20px;
}

.dr_cta p {
    color: #fff;
}

.dr_cta .dr_title {
    font-size: 4rem;
    margin-bottom: 10px;
}

.dr_blog {
    padding: 80px 0;
}

.dr_blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.dr_blog_card {
    background: #1e1e1e;
}

.dr_blog_card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.dr_blog_content {
    padding: 1.8rem;
}

.dr_blog_content .dr_subtitle {
    font-size: 0.9rem;
    color: #e51937;
    margin-bottom: 0.2rem;
}

.dr_blog_content .dr_title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.dr_blog_content .dr_text {
    margin-bottom: 1rem;
}

.dr_blog_content a.dr_btn_secondary {
    padding: 0.5rem 1.8rem;
    font-size: 1rem;
}

.dr_footer {
    background: #0a0a0a;
    padding: 60px 20px 20px;
}

.dr_footer_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
}

.dr_footer_col {
    flex: 1 1 200px;
}

.dr_footer_col .dr_logo_area {
    margin-bottom: 15px;
}

.dr_footer_col .dr_text {
    font-size: 0.9rem;
}

.dr_footer_menu a,
.dr_footer_legal a {
    display: block;
    color: #aaa4a4;
    font-family: 'Noto Sans', sans-serif;
    margin: 0.7rem 0;
}

.dr_footer_menu a:hover,
.dr_footer_legal a:hover {
    color: #e51937;
}

.dr_footer_contact p {
    margin: 0.7rem 0;
    color: #aaa4a4;
}

.dr_copyright {
    text-align: center;
    padding-top: 30px;
    color: #777;
    font-size: 0.9rem;
}

.dr_breadcrumbs {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.9rem;
    color: #aaa4a4;
    margin-bottom: 2rem;
}

.dr_breadcrumbs a {
    color: #e51937;
    text-decoration: none;
}

.dr_breadcrumbs a:hover {
    text-decoration: underline;
}

.dr_breadcrumbs span {
    color: #fff;
}


.dr_form_group {
    margin-bottom: 1.5rem;
}

.dr_form_group input,
.dr_form_group textarea {
    width: 100%;
    padding: 1rem;
    background: #1e1e1e;
    border: 1px solid #333;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    transition: 0.2s;
}

.dr_form_group input:focus,
.dr_form_group textarea:focus {
    outline: none;
    border-color: #e51937;
}

.dr_form_group textarea {
    min-height: 120px;
    resize: vertical;
}

.dr_checkbox {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #aaa4a4;
    font-size: 0.95rem;
    margin: 1.5rem 0;
}

.dr_checkbox input {
    width: auto;
    accent-color: #e51937;
    transform: scale(1.1);
}


.dr_contact_info {
    margin-top: 2rem;
}

.dr_info_item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.dr_info_icon {
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff !important;
}

.dr_info_text {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.dr_info_text small {
    display: block;
    color: #aaa4a4;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.85rem;
}


.dr_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.dr_popup.active {
    opacity: 1;
    visibility: visible;
}

.dr_popup_content {
    background: #131313;
    padding: 3rem;
    text-align: center;
    max-width: 400px;
    border: 2px solid #e51937;
}

.dr_popup_content .dr_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dr_popup_content .dr_text {
    margin-bottom: 2rem;
}

.dr_popup_close {
    background: #e51937;
    color: #fff;
    border: none;
    padding: 0.8rem 2.5rem;
    font-family: 'Teko', sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
}


.dr_about_img_large {
    background-size: cover;
    background-position: center;
    min-height: 350px;
    margin: 2rem 0;
}



.dr_contact_section {
    padding-bottom: 50px;
}


.dr_breadcrumbs {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.9rem;
    color: #aaa4a4;
    margin-bottom: 2rem;
}

.dr_breadcrumbs a {
    color: #e51937;
    text-decoration: none;
}

.dr_breadcrumbs a:hover {
    text-decoration: underline;
}

.dr_breadcrumbs span {
    color: #fff;
}


.dr_highway_detailed {
    margin-top: 40px;
}

.dr_highway_card {
    display: flex;
    flex-wrap: wrap;
    background: #1a1a1a;
    margin-bottom: 40px;
    border-left: 6px solid #e51937;
}

.dr_highway_card:last-child {
    margin-bottom: 0;
}

.dr_highway_card .dr_highway_img {
    flex: 1 1 40%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.dr_highway_card .dr_highway_content {
    flex: 1 1 55%;
    padding: 2.5rem;
}

.dr_highway_content .dr_subtitle {
    color: #e51937;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.dr_highway_content .dr_title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

.dr_highway_content .dr_title span {
    color: #e51937;
}

.dr_highway_stats {
    display: flex;
    gap: 2rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.dr_stat_item {
    background: #131313;
    padding: 1rem 1.8rem;
    text-align: center;
    border-radius: 4px;
}

.dr_stat_item .dr_stat_value {
    font-family: 'Teko', sans-serif;
    font-size: 2.2rem;
    color: #e51937;
    line-height: 1;
}

.dr_stat_item .dr_stat_label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8rem;
    color: #aaa4a4;
    text-transform: uppercase;
}

.dr_feature_list {
    list-style: none;
    margin: 1.5rem 0;
}

.dr_feature_list li {
    color: #fff;
    padding: 0.4rem 0;
    padding-left: 1.8rem;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
}

.dr_feature_list li::before {
    content: '✓';
    color: #e51937;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.dr_highway_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dr_tag {
    display: inline-block;
    background: #e51937;
    color: #fff;
    padding: 0.3rem 1rem;
    font-family: 'Teko', sans-serif;
    font-size: 1rem;
    margin-right: 0.8rem;
}

.dr_speed_badge {
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    color: #e51937;
    background: rgba(229, 25, 55, 0.1);
    padding: 0.2rem 1.2rem;
    display: inline-block;
}

@media (max-width: 800px) {
    .dr_highway_card {
        flex-direction: column;
    }

    .dr_highway_card .dr_highway_img {
        min-height: 250px;
    }
}

.dr_legal_section {
    padding: 40px 0 80px;
}

.dr_breadcrumbs {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.9rem;
    color: #aaa4a4;
    margin-bottom: 2rem;
}

.dr_breadcrumbs a {
    color: #e51937;
    text-decoration: none;
}

.dr_breadcrumbs a:hover {
    text-decoration: underline;
}

.dr_breadcrumbs span {
    color: #fff;
}

.dr_legal_content {
    background: #1a1a1a;
    padding: 3rem;
    margin-top: 2rem;
}

.dr_legal_content h3 {
    font-family: 'Teko', sans-serif;
    color: #fff;
    font-size: 2rem;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
}

.dr_legal_content h3:first-of-type {
    margin-top: 0;
}

.dr_legal_content h4 {
    font-family: 'Teko', sans-serif;
    color: #e51937;
    font-size: 1.5rem;
    margin: 1.5rem 0 0.5rem;
    letter-spacing: 0.5px;
}

.dr_legal_content p {
    color: #aaa4a4;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}

.dr_legal_content ul,
.dr_legal_content ol {
    color: #aaa4a4;
    margin: 1rem 0 1.5rem 2rem;
    font-family: 'Noto Sans', sans-serif;
}

.dr_legal_content li {
    margin-bottom: 0.5rem;
}

.dr_legal_content strong {
    color: #fff;
    font-weight: 600;
}

.dr_legal_divider {
    height: 2px;
    background: #333;
    margin: 2.5rem 0;
}

.dr_legal_date {
    color: #e51937;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

.dr_contact_ref {
    background: #131313;
    padding: 1.5rem;
    border-left: 4px solid #e51937;
    margin: 2rem 0;
}

.dr_contact_ref p {
    margin-bottom: 0.3rem;
}








































@media (max-width: 1000px) {
    .dr_nav {
        display: none;
    }

    .dr_menu_btn {
        display: inline-block;
    }

    .dr_banner .dr_title {
        font-size: 3.5rem;
    }

    .dr_chess_content {
        padding: 2rem;
    }

    .dr_blog_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {

    .dr_chess_item,
    .dr_chess_item:nth-child(even) {
        flex-direction: column;
    }

    .dr_chess_img {
        min-height: 250px;
    }

    .dr_about {
        flex-direction: column;
    }

    .dr_blog_grid {
        grid-template-columns: 1fr;
    }

    .dr_section_header .dr_right {
        text-align: left;
        margin-top: 10px;
    }

    .dr_header {
        padding: 15px 0;
    }

    .dr_btn_primary,
    .dr_btn_secondary,
    a.dr_btn_primary,
    a.dr_btn_secondary {
        font-size: 1rem;
    }

    .dr_banner {
        min-height: 70vh;
        padding-top: 70px;
    }

    .dr_section_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .dr_section_header .dr_title {
        margin-bottom: 10px;
    }

    .dr_footer_main {
        gap: 15px;
    }

    .dr_about {
        padding: 60px 20px;
    }

    .dr_about_img {
        width: 100%;
        min-height: 330px;
    }

    .dr_footer {
        padding: 50px 0;
    }

    .dr_nav a.dr_btn_primary {
        margin-right: 0;
    }
    .dr_highway_stats{
        gap: 14px;
    }
    .dr_tag{
        margin-right: 6px;
        margin-bottom: 3px;
    }
    .dr_highway_card .dr_highway_content{
        padding: 20px;
    }
}

.dr_nav.responsive {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #131313;
    padding: 1rem;
    margin-top: 1rem;
    gap: 1rem;
}