:root {
  --ink: #13202b;
  --muted: #607080;
  --accent: #e63946;
  --dark: #0d1720;
  --bg: #f5f7f9;
  --white: #fff;
  --line: #dfe5ea;
}

#form{background: var(--accent);}
#form h2{border: none;
color: var(--white);}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

/* debut phone */
.call-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.phone-number {
    min-width: 125px;
    color: #222;
    font-weight: 600;
    letter-spacing: 2px;
}

.eye-button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 5px;
    font-size: 20px;
}

.eye-button:hover {
    opacity: 0.7;
}

.call-button {
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    border-radius: 7px;
    background: var(--accent);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s;
}

.call-button:hover {
    background: #15803d;
}
/* fin phone */



a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1120px, 92%);
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.logo span:first-child {
  color: var(--accent);
}
.dot {
  color: var(--accent);
}
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 700;
}
.nav a:hover {
  color: var(--accent);
}
.nav-cta {
  background: var(--dark);
  color: white !important;
  padding: 10px 16px;
  border-radius: 10px;
}
.burger {
  display: none;
  border: 0;
  background: none;
  font-size: 1.8rem;
}
.hero {
  background: url(../images/golf.jpg) 0 0 no-repeat ;
  background-size: cover;

  color: white;
  padding: 90px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 55px;
  align-items: center;
}
h1 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 10px 0 22px;
}
h1 strong {
  color: #ff6b73;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.lead {
  font-size: 1.15rem;
  color: inherit;
  opacity: 0.88;
  max-width: 700px;
}
.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  color: var(--accent);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 850;
  cursor: pointer;
}
.primary {
  background: var(--accent);
  color: #fff;
}
.secondary {
  background: #fff;
  color: var(--dark);
}
.hero-card {
  background: #fff;
  color: var(--ink);
  padding: 22px;
  border-radius: 22px;
  box-shadow: 0 20px 60px #0004;
}
.car-placeholder {
  min-height: 270px;
  display: grid;
  place-items: center;
  font-size: 8rem;
  background: linear-gradient(135deg, #edf1f4, #cfd9df);
  border-radius: 16px;
  padding: 5%;
}
.vid,video{flex:1;
min-width: 320px;
padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.video{display: flex;
flex-wrap: wrap;
gap:10px
}
video{border: none;}



.hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}
.hero-badges span {
  background: #edf3f5;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.78rem;
  font-weight: 800;
}
.section {
  padding: 80px 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.cards article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.cards b {
  color: var(--accent);
}
.page-hero {
  padding: 70px 0;
  background: #F5F7F9;
background: linear-gradient(101deg, rgba(245, 247, 249, 1) 46%, rgba(230, 57, 70, 1) 100%);;
}
.two-col {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
}
.narrow {
  max-width: 760px;
}
.checklist {
  padding: 0;
  list-style: none;
}
.checklist li {
  margin: 12px 0;
}
.checklist li:before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
  margin-right: 9px;
}
.form-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px #1625330c;
  background: var(--accent);
}
.form-card label {
  display: block;
  font-weight: 750;
  margin: 14px 0;
}
.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #cbd5dc;
  border-radius: 9px;
  margin-top: 6px;
  font: inherit;
  background: white;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
legend {
  font-weight: 800;
  margin-bottom: 8px;
}
.check {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-right: 18px !important;
  font-weight: 600 !important;
}
.check input {
  width: auto !important;
  margin: 0 !important;
}
.muted {
  font-size: 0.82rem;
  color: var(--white);
  font-weight: 500;
}
.captcha {
  background: var(--bg);
  padding: 4px 12px;
  border-radius: 10px;
}
footer {
  background: var(--dark);
  color: #dce5eb;
  padding: 55px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 35px;
}
.footer-grid a:not(.logo) {
  display: block;
  margin: 7px 0;
  color: #b9c6cf;
}
.footer-grid h3 {
  color: white;
}
.cities details {
  margin: 7px 0;
}
.cities summary {
  cursor: pointer;
  font-weight: 700;
}
.cities ul {
  margin: 6px 0 15px;
  padding-left: 18px;
}
.legal {
  border-top: 1px solid #ffffff1a;
  margin-top: 35px;
  padding-top: 18px;
  font-size: 0.78rem;
  color: #9eabb4;
}
@media (max-width: 850px) {
  .burger {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .nav.open {
    display: flex;
  }
  .nav-cta {
    text-align: center;
  }
  .hero-grid,
  .two-col {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 60px 0;
    background: #F5F7F9;
        background: linear-gradient(0deg, rgba(245, 247, 249, -116) 46%, rgb(0 0 0) 100%)
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
