.topcar-product-contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 204, 0, 0.22), transparent 34%),
    radial-gradient(circle at 60% 55%, rgba(255, 204, 0, 0.08), transparent 28%),
    #11110f;
  color: #fff;
  padding: 56px 0;
}

.topcar-product-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 204, 0, 0.26), transparent 34%),
    linear-gradient(90deg, rgba(17,17,15,0.96) 0%, rgba(17,17,15,0.25) 48%, rgba(17,17,15,0.0) 100%);
}

.topcar-product-contact .container {
      position: relative;
  z-index: 2;
}

.topcar-product-contact .topcar-title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 42px;
}

.topcar-contact-lead {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 36px;
}

.topcar-contact-row {
    align-items: stretch;
}
.topcar-contact-left-card {
    background-color: #fff;
}

.topcar-contact-left-card,
.topcar-product-contact .contact-box {
    padding: 24px;
    height: 100%;
}

.topcar-product-contact-image {
    overflow: hidden;
    margin-bottom: 24px;
    background: #111;
}

.topcar-product-contact-image img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.topcar-product-contact-form {
    background-color: #000;
    color: #fff;
    padding: 2em;
}

.topcar-product-contact-form h3{
    color: #f7c600;
}

.topcar-product-contact-form .form-grid label {
    color: #fff;
}

.topcar-product-contact-form  .btn-main {
    width: 100%;
    background-color: #f7c600 !important;
    color: #000 !important;
}

.topcar-product-contact-form h3,
.topcar-product-contact .contact-box h3 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.contact-box {
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.contact-box h3 {
    color: #f7c600;
}

.contact-box-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    background: #111;
    color: #fff;
    margin-bottom: 18px;
    font-size: 14px;
}

.contact-box p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #dddddd;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 12px;
    display: flex;
    justify-content: space-between;
}

.contact-list li {
    flex: 1;
    max-width: 100%;
}

.contact-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    outline: 1px solid #4e4e4e;
    text-decoration: none;
    font-weight: 600;
    transition: .2s ease;
}

.contact-list a svg {
     color: #f7c600;
}

.contact-list a:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

.contact-list-line a {
    background: #f7c600;
    color: #000;
}

.contact-list-line a svg {
    color: #000;
}

.contact-note {
    margin-top: 24px;
    padding: 16px;
    background: #fff8d8;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.topcar-product-contact-footer {
    background-color: #000;
}

.mx-auto {
    margin: 0 auto;
}

.topcar-title {
    font-size: 40px;
}

.topcar-contact-section {
    padding: 88px 0;
    background: #111;
    color: #fff;
}

.topcar-contact-container {
    width: min(1370px, calc(100% - 32px));
    margin: 0 auto;
}

.topcar-contact-head {
    max-width: 720px;
    margin-bottom: 36px;
}

.topcar-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #f7c600;
}

.topcar-contact-head h2 {
    margin: 0 0 12px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    color: #fff;
}

.topcar-contact-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,.72);
}

.topcar-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.topcar-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.topcar-contact-card {
    border-radius: 28px;
    padding: 30px;
    background: linear-gradient(135deg, #f7c600, #ffdd3b);
    color: #111;
}

.topcar-contact-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #111;
}

.topcar-contact-card p {
    margin: 0 0 22px;
    line-height: 1.7;
    color: rgba(0,0,0,.72);
}

.topcar-line-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: #06c755;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    gap: 5px;
    align-items: center;
}

.topcar-line-btn .flex {
    align-items: center;
    gap: 15px;
}

.topcar-line-btn .flex img{
    width: 25px;
    height: 25px;
}

.topcar-line-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.topcar-sales-list {
    display: grid;
    gap: 12px;
}

.topcar-sales-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #1b1b1b;
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    text-decoration: none;
    transition: .2s ease;
}

.topcar-sales-card:hover {
    background: #242424;
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(247,198,0,.45);
}

.topcar-sales-card span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: rgba(255,255,255,.55);
}

.topcar-sales-card strong {
    display: block;
    font-size: 22px;
    color: #fff;
}

.topcar-sales-card em {
    flex: 0 0 auto;
    font-style: normal;
    font-size: 14px;
    font-weight: 800;
    color: #f7c600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topcar-contact-map {
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #222;
    border: 1px solid rgba(255,255,255,.08);
}

.topcar-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    filter: grayscale(.1) contrast(1.05);
}

@media (max-width: 900px) {
    .topcar-contact-section {
        padding: 64px 0;
    }

    .topcar-contact-grid {
        grid-template-columns: 1fr;
    }

    .topcar-contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 560px) {
    .topcar-contact-card {
        padding: 24px;
        border-radius: 24px;
    }

    .topcar-sales-card {
        padding: 18px;
    }

    .topcar-sales-card strong {
        font-size: 20px;
    }
}


@media (max-width: 991px) {
    section.topcar-product-contact {
        padding: 56px 0;
    }

    .topcar-contact-left-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .topcar-contact-lead {
        font-size: 16px;
    }

    .topcar-contact-left-card,
    .topcar-product-contact .contact-box {
        padding: 18px;
    }

    .topcar-product-contact-form h3,
    .topcar-product-contact .contact-box h3 {
        font-size: 22px;
    }
}