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

html,
body {
  width: 100%;
  min-height: 100%;
  font-family: Arial, sans-serif;
  background: #FFFFFF;
  color: #40526B;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002D6B;
}

p {
  color: #40526B;
}

/* HEADER */

.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0,45,107,0.08);
}

.header-inner {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo img {
  width: 90px;
  height: auto;
}

.menu {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.menu a {
  color: #002D6B;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu a:hover {
  color: #FF7900;
}

.phone {
  color: #002D6B;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

/* HERO */

.hero {
  background: #F7FAFF;
  padding: 80px 0 70px;
  text-align: center;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.12;
  margin-bottom: 14px;
  font-weight: 800;
}

.hero h2 {
  color: #FF7900;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 16px;
  font-weight: 800;
}

.hero p {
  font-size: 18px;
  color: #40526B;
}

/* BOOKING ENGINE */

.booking-area,
.booking-shell,
#wheelsbook {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

.booking-shell::after,
#wheelsbook::after {
  content: "";
  display: block;
  clear: both;
}

.booking-area {
  align-items: initial !important;
  padding: 70px 24px 60px !important;
  background: #FFFFFF;
}

.booking-shell {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}

.booking-title {
  margin-bottom: 35px;
}

.booking-title h2 {
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: 800;
}

.booking-title p {
  font-size: 16px;
  color: #40526B;
}

#wheelsbook {
  background: #FFFFFF;
}

#wheelsbook button,
#wheelsbook input[type="submit"],
#wheelsbook .btn,
#wheelsbook .search {
  background-color: #FF7900 !important;
  border-color: #FF7900 !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
}

/* CONTENT AFTER BOOKING */

.content-after-booking {
  position: relative !important;
  clear: both !important;
  margin-top: 40px !important;
  background: #FFFFFF;
}

/* GENERAL SECTIONS */

.section {
  padding: 80px 0;
  background: #FFFFFF;
}

.section.light {
  background: #F7FAFF;
}

.section-title {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title h2,
.text-block h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
}

.section-title p,
.text-block p {
  font-size: 17px;
  line-height: 1.8;
  color: #40526B;
}

.text-block {
  max-width: 1000px;
}

/* GRIDS */

.grid {
  display: grid;
  gap: 24px;
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.grid.five {
  grid-template-columns: repeat(5, 1fr);
}

/* CARDS */

.card,
.faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(0,45,107,0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,45,107,0.07);
}

.card h3,
.faq-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #002D6B;
}

.card p,
.faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #40526B;
}

/* FAQ */

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

/* SEO CONTENT */

.seo-section {
  background: #FFFFFF;
  padding: 80px 0;
}

.seo-section.light {
  background: #F7FAFF;
}

.seo-section h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 24px;
  font-weight: 800;
  color: #002D6B;
}

.seo-section h3 {
  font-size: 21px;
  margin-bottom: 12px;
  font-weight: 800;
  color: #002D6B;
}

.seo-section p {
  color: #40526B;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.seo-box {
  background: #FFFFFF;
  border: 1px solid rgba(0,45,107,0.08);
  border-radius: 24px;
  padding: 44px;
  box-shadow: 0 14px 34px rgba(0,45,107,0.08);
}

.advice-grid,
.tips-grid {
  display: grid;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 28px;
}

.advice-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tips-grid {
  grid-template-columns: repeat(4, 1fr);
}

.advice-card,
.tips-grid > div {
  background: #FFFFFF;
  border: 1px solid rgba(0,45,107,0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,45,107,0.06);
}

.advice-card h3,
.tips-grid h3 {
  color: #002D6B;
  font-size: 21px;
  margin-bottom: 12px;
}

.advice-card p,
.tips-grid p {
  color: #40526B;
  font-size: 16px;
  line-height: 1.8;
}

.seo-note {
  margin-top: 30px;
  background: #FFF4EA;
  border-left: 5px solid #FF7900;
  border-radius: 14px;
  padding: 22px 26px;
  color: #40526B;
  font-size: 17px;
  line-height: 1.8;
}

/* KEYWORDS */

.keyword-strip {
  background: #002D6B;
  padding: 26px 0;
}

.keyword-strip p {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
}

/* FOOTER */

.footer {
  background: #002D6B;
  color: #FFFFFF;
  padding: 32px 0;
  text-align: center;
}

.footer p {
  color: #FFFFFF;
  font-size: 14px;
}

/* TEXT COLOR SAFETY */

.section h1,
.section h2,
.section h3,
.seo-section h1,
.seo-section h2,
.seo-section h3,
.card h3,
.faq-item h3 {
  color: #002D6B !important;
}

.section p,
.seo-section p,
.card p,
.faq-item p,
.text-block p,
.section-title p {
  color: #40526B !important;
}

.hero h2 {
  color: #FF7900 !important;
}

.keyword-strip,
.keyword-strip *,
.footer,
.footer * {
  color: #FFFFFF !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .menu {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h2 {
    font-size: 25px;
  }

  .grid.four,
  .grid.five,
  .advice-grid,
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .container {
    padding: 0 18px;
  }

  .header-inner {
    min-height: 76px;
  }

  .phone {
    display: none;
  }

  .logo img {
    width: 74px;
  }

  .hero {
    padding: 50px 0 40px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h2 {
    font-size: 22px;
  }

  .hero p {
    font-size: 16px;
  }

  .booking-area {
    padding: 45px 16px 60px !important;
  }

  .booking-title {
    margin-bottom: 26px;
  }

  .booking-title h2 {
    font-size: 26px;
  }

  .content-after-booking {
    margin-top: 40px !important;
  }

  .section,
  .seo-section {
    padding: 56px 0;
  }

  .section-title h2,
  .text-block h2,
  .seo-section h2 {
    font-size: 28px;
  }

  .grid.four,
  .grid.five,
  .advice-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .faq-item,
  .seo-box,
  .advice-card,
  .tips-grid > div {
    padding: 24px;
    border-radius: 18px;
  }
}