:root {
    --green: #1ea74a;
    --dark: #0f1318;
    --mid-dark: #1b1f25;
    --light: #f5f5f5;
    --text: #1a1a1a;
    --muted: #5b6168;
    --yellow: #f6c018;
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    background: #ffffff;
    line-height: 1.6;
    font-size: 18px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.site-header {
    background: #0c1016;
    padding: 16px 0;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.logo-image {
    height: 50px;
    width: auto;
}

.phone-cta {
    background: var(--green);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    box-shadow: 0 12px 22px rgba(23, 150, 63, 0.4);
}

.phone-icon {
    font-size: 18px;
}

.hero {
    position: relative;
    padding: 70px 0 30px;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)),
        url("images/car-problems-background.webp");
    background-position: center, center;
    background-repeat: no-repeat, repeat-x;
    background-size: auto, auto 100%;
    min-height: clamp(560px, 78vh, 840px);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 28px;
    z-index: 2;
    text-align: center;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #121212;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 12px;
}

.hero-kicker {
    font-weight: 800;
    font-size: clamp(24px, 5vw, 60px);
    letter-spacing: 1px;
    color: #121212;
    text-align: center;
	line-height: 1;
}

.hero-kicker-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.hero-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 820px;
}

.hero-copy h1 {
    font-size: clamp(24px, 3.4vw, 56px);
    font-weight: 800;
    color: #121212;
    text-wrap: balance;
    max-width: 100%;
}

.hero-underline {
    width: 100%;
    max-width: 100%;
    margin: 6px auto 12px;
}

.accent {
    color: var(--green);
    font-weight: 800;
}

.hero-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 26px 0 18px;
}

.site_btn {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    display: inline-block;
    border-style: none;
    border-radius: 10px;
    background-color: var(--green);
    text-shadow: none;
    color: #ffffff;
    background-repeat: no-repeat;
    padding: 16px 52px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.58);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.shiny {
  overflow: hidden;
  position: relative;
}

.shiny::after {
  -webkit-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, .8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 20px rgba(255, 255, 255, .5);
  content: "";
  height: 100%;
  left: -120%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
    pointer-events: none;
  width: 16%;
}

@-webkit-keyframes shine {
  100% { left: 120%; }
}

@keyframes shine {
  100% { left: 120%; }
}

.site_btn:hover {
    background-color: #000000;
}

.banner_btn {
    display: inline-block;
    position: relative;
}

.primary-btn {
    background: var(--green);
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 12px 22px rgba(23, 150, 63, 0.4);
}

.hero-note {
	font-size: clamp(15px, 2.4vw, 18px);
    color: #0f0f0f;
    max-width: 520px;
    margin: 20px auto;
}

.hero-car {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin: 0 auto -30px;
    padding: 0 12px;
}

.hero-car-image {
    width: min(900px, 96%);
    height: auto;
    object-fit: contain;
}

.stats-bar {
    margin-top: 0;
    background: #0e1218;
    color: #ffffff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 18px 12px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.stat {
    text-align: center;
    padding: 8px 10px;
    position: relative;
}

.stat::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -6px;
    width: 1px;
    height: calc(100% - 16px);
    background: rgba(255, 255, 255, 0.35);
}

.stat:last-child::after {
    display: none;
}

@media (max-width: 900px) {
	
	.logo-image {
		height: 38px;
	}
    .hero {
        padding: 64px 0 28px;
		background-size: auto, auto 85%;
		background-position: top;
    }

    .stats-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat:nth-child(2n)::after {
        display: none;
    }

    .site_btn {
        font-size: 26px;
        padding: 11px 41px;
    }

    .banner_btn {
        text-align: center;
    }
}

@media (max-width: 600px) {
	.logo-image {
		height: 32px;
	}
    .site_btn {
        font-size: 22px;
        padding: 11px 35px;
    }

}

.stat-value {
    font-weight: 700;
    font-size: 22px;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.how-it-works {
    padding: 70px 0 90px;
    text-align: center;
}

.how-it-works h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    margin-bottom: 34px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 34px;
}

.step {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.step-number {
    width: 48px;
    height: 48px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.step-number::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    background: transparent;
    z-index: 0;
}

.step-card {
    background: var(--yellow);
    padding: 18px 18px;
    border-radius: 14px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.step-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    flex: 0 0 52px;
}

.step-icon svg {
    width: 52px;
    height: 52px;
}

.step-text {
	line-height: 30px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.caps{
	line-height: 60px;
	text-transform: uppercase;
}

.impress{
	font-style: italic;
	text-decoration: underline;
}

.secondary-btn {
    background: var(--green);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.team {
    position: relative;
    padding: 90px 0 100px;
    color: #ffffff;
    background: #0b0b0b;
}

.team::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: min(1200px, 92vw);
    transform: translateX(-50%);
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%),
				url("images/team-background.webp") center/cover no-repeat;
    opacity: 1;
    z-index: 0;
}

.team::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 14, 0.05);
    z-index: 2;
}

.team .container {
    position: relative;
    z-index: 3;
    text-align: center;
    overflow: hidden;
}

.team h2 {
    font-size: clamp(30px, 3.4vw, 42px);
    margin-bottom: 38px;
}

.team-swiper {
    padding: 10px 64px 46px;
    box-sizing: border-box;
    overflow: hidden;
}

.team-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    background: #0d0f13;
}

.team-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.team-name {
    font-weight: 700;
    font-size: 18px;
}

.team-role {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.team-role::before {
    content: "";
    width: 22px;
    height: 3px;
    background: var(--yellow);
    display: inline-block;
}

.team-info {
    position: relative;
    z-index: 2;
    padding: 16px 18px 18px;
    text-align: left;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--yellow);
}

.deadline {
    padding: 70px 0;
    background: url("images/white-textured-background.webp") center/cover no-repeat;
}

.deadline-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon title"
        "button button";
    align-items: center;
    gap: 18px;
    text-align: left;
    justify-items: start;
	max-width: 800px;
}

.deadline-icon {
    grid-area: icon;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--green);
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.deadline-copy h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin-bottom: 16px;
}

.deadline-copy {
    grid-area: title;
}

.dark-btn {
    grid-area: button;
    justify-self: center;
}

.dark-btn {
    background: #111;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

.team-banner-image {
    width: min(900px, 100%);
    margin: 10px auto 18px;
    display: block;
}

.outro-media {
    margin-top: 32px;
    text-align: center;
}

.outro-disclaimer {
    color: #444;
    font-size: 17px;
    max-width: 900px;
    margin: 0 auto;
}

.site-footer {
    background: #0b0b0b;
    color: #ffffff;
    text-align: center;
    padding: 26px 0 30px;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.nowrap{
	white-space: nowrap;
}

@media (max-width: 1024px) {
    .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hero {
        padding: 70px 0 40px;
    }


    .steps {
        grid-template-columns: 1fr;
    }

    .team-swiper {
        padding: 10px 18px 42px;
    }
}

@media (max-width: 900px) {

    .hero-actions {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .team-swiper {
        padding: 10px 0 40px;
    }
}
