.chevron-strip1,
.chevron-strip {
    width: 100%;
    height: 25px;
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' viewBox='0 0 20 25'%3E%3Cpolyline points='2,2 12,12.5 2,23' fill='none' stroke='%23C20000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: repeat-x;
    background-size: 15px 25px;
}

.chevron-strip1 {
    margin-bottom: 30px;
}

.chevron-strip {
    margin-top: 30px;
}

:root {
    --bg-dark: #000000;
    --card-bg: #000000;
    --red-accent: #e60000;
    --red-glow: rgba(230, 0, 0, 0.4);
    --text-main: #f0f0f0;
    --text-muted: #a0a5ab;
    --font-heading: 'Impact', 'Trebuchet MS', sans-serif;
    --font-body: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-main);
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

header#top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}


.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
}


.logo-img {
    height: 60px;

    width: auto;
}

.logo-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-text .highlight {
    background: linear-gradient(180deg, #ff4d4d 0%, #cc0000 60%, #660000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-subtext {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
}

.logo-subtext .line {
    flex-grow: 1;
    height: 1px;
}

.logo-subtext .line:first-child {
    background: linear-gradient(90deg, transparent, #cc0000);
}

.logo-subtext .line:last-child {
    background: linear-gradient(90deg, #cc0000, transparent);
}

.subtext-content {
    font-family: 'Orbitron', sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

.logo-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #ffffff 0%, #a6a6a6 50%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.8));
}

.logo-text .highlight {
    background: linear-gradient(180deg, #ff4d4d 0%, #cc0000 60%, #660000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-header {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 15px 50px;
    background: rgba(0, 0, 0, 0.9);

}

.nav-header a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-header a:hover {
    color: var(--red-accent);
}

.title {
    background: linear-gradient(180deg, rgba(230, 0, 0, 0.15) 0%, rgba(11, 12, 16, 1) 100%),
        radial-gradient(circle at center, rgba(230, 0, 0, 0.3) 0%, transparent 70%);
    padding: 60px 20px 40px;
    border-bottom: 1px solid rgba(230, 0, 0, 0.3);
}

.title h1 {
    font-family: var(--font-heading);
    font-size: 52px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0 0 15px var(--red-glow);
    text-transform: uppercase;
}

.company-sub h2 {
    font-size: 18px;
    color: var(--red-accent);
    margin-top: 10px;
    font-weight: bold;
}

.company-sub span {
    color: var(--text-muted);
    font-weight: normal;
}

.btn-wrapper {
    margin: 30px 0;
}

.call-btn {
    display: inline-block;
    padding: 16px 45px;
    background: linear-gradient(135deg, #e60000 0%, #990000 100%);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 0 20px var(--red-glow);
    transition: all 0.3s ease;
    border: 1px solid #ff4d4d;
}

.call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(230, 0, 0, 0.8);
    background: linear-gradient(135deg, #ff1a1a 0%, #b30000 100%);
}

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

.whyme-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.imaoo {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 15px rgba(230, 0, 0, 0.2);
    border: 1px solid rgba(230, 0, 0, 0.3);
    object-fit: cover;
}

.whyme-text-wrapper {
    flex: 1;
    min-width: 300px;
}

.article {
    font-family: var(--font-heading);
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 25px 0 15px;
    border-left: 4px solid var(--red-accent);
    padding-left: 12px;
    text-shadow: 0 0 8px var(--red-glow);
}

.order {
    list-style: none;
    padding: 0;
}

.order li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: var(--text-main);
    font-size: 16px;
}

.order li::before {
    content: "❯";
    position: absolute;
    left: 0;
    color: var(--red-accent);
    font-weight: bold;
}



.steps-section {
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.center-title {
    text-align: center;
    border-left: none !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.step-card {
    background: linear-gradient(145deg, #181a20, #0f1015);
    border: 1px solid rgba(230, 0, 0, 0.3);
    border-radius: 12px;
    padding: 25px 20px;
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    border-color: #e60000;
    box-shadow: 0 0 20px rgba(230, 0, 0, 0.4);
}

.step-num {
    display: block;
    font-family: var(--font-heading, 'Impact', sans-serif);
    font-size: 32px;
    color: #e60000;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(230, 0, 0, 0.5);
}

.step-card p {
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.4;
}

.step-arrow {
    color: #e60000;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(230, 0, 0, 0.6);
}


.note-text {
    margin-top: 30px;
    color: #a0a5ab;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.contact-section {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.contact-card {
    background: #121419;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.5;
}

.contact-icon {
    font-size: 22px;
    background: rgba(230, 0, 0, 0.15);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(230, 0, 0, 0.3);
}

.inst-link {
    color: #e60000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.inst-link:hover {
    color: #ff4d4d;
    text-decoration: underline;
}


.thelast {
    padding: 60px 20px;
    background: linear-gradient(180deg, rgba(11, 12, 16, 1) 0%, rgba(230, 0, 0, 0.15) 100%);
    border-top: 1px solid rgba(230, 0, 0, 0.2);
}

#thelasttitle {
    font-family: var(--font-heading, 'Impact', sans-serif);
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-shadow: 0 0 12px rgba(230, 0, 0, 0.4);
}




@media (max-width: 457px) {
    header#top {
        flex-direction: column;
        gap: 15px;
        padding: 15px 10px;
    }

    .logo-text {
        font-size: 16px;
    }
}


@media (max-width: 457px) {

    header#top {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }



    .title h1 {
        font-size: 24px;
    }


    .call-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 880px) {
    .imaoo {
        display: none;
    }

    .subtext-content {
        display: none;
    }
}

@media (max-width: 850px) {

    .whyme-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

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

    .logo-text {
        display: none;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

}