@font-face {
  font-family: "Coco Gothic";
  src: url("fonts/coco-gothic-regular-trial-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Coco Gothic";
  src: url("fonts/coco-gothic-bold-trial-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --tv-purple: #9144b7;
  --tv-purple-2: #a957c9;
  --tv-ink: #171b20;
  --tv-muted: #5e6470;
  --tv-line: #e7e3ea;
  --tv-panel: #ffffff;
  --tv-dark: #11171c;
  --tv-dark-2: #182027;
  --tv-shadow: 0 22px 55px rgba(19, 21, 24, 0.14);
}

* {
  box-sizing: border-box;
}

body.tv-test-body,
.tv-home-test {
  margin: 0;
  color: var(--tv-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.tv-home-test button,
.tv-home-test input {
  font: inherit;
}

.tv-home-test a {
  color: inherit;
  text-decoration: none;
}

.tv-shell {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
}

.tv-header {
  margin: 0;
  padding: 20px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 96px;
  color: var(--tv-ink);
  background: #fff;
  border-bottom: 1px solid #f0edf2;
}

.tv-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  color: var(--tv-ink);
}

.tv-logo img {
  display: block;
  width: auto;
  height: 72px;
  max-width: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.tv-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.tv-nav-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tv-nav-toggle-btn {
  display: none;
}

.tv-nav-toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--tv-ink);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 62px);
  width: 100%;
  color: var(--tv-muted);
  font-size: 15px;
  font-weight: 700;
}

.tv-nav a {
  position: relative;
  padding: 10px 0;
}

.tv-logo-word {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.tv-logo-top {
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.tv-logo-top .tv-accent,
.tv-logo-word strong span {
  color: var(--tv-purple-2);
}

.tv-logo-bottom {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0.78;
}

.tv-logo-word strong,
.tv-logo-word small {
  display: block;
}

.tv-logo-word strong {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.tv-logo-word small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0.78;
}

.tv-nav .is-active {
  color: var(--tv-purple);
}

.tv-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.tv-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tv-ink);
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.tv-phone-link svg {
  width: 22px;
  height: 22px;
  color: var(--tv-purple);
}

.tv-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #8130a9, #a450c7);
  border-radius: 8px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(145, 68, 183, 0.22);
  white-space: nowrap;
}

.tv-header-cta:hover,
.tv-call:hover {
  filter: brightness(1.04);
}

.tv-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 27px;
  color: #fff;
  background: linear-gradient(135deg, #8130a9, #a450c7);
  border-radius: 8px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(145, 68, 183, 0.26);
  white-space: nowrap;
}

.tv-call svg,
.tv-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.tv-hero-banner {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tv-hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tv-hero-bg-wrap .tv-hero-bg {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 72% center;
}

.tv-hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 24%,
    rgba(255, 255, 255, 0.72) 42%,
    rgba(255, 255, 255, 0.28) 58%,
    rgba(255, 255, 255, 0.06) 72%,
    transparent 100%
  );
  pointer-events: none;
}

.tv-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1536px;
  margin: 0 auto;
  padding: 56px 72px 130px;
}

.tv-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  min-width: 0;
}

.tv-booking-wrap {
  position: relative;
  z-index: 5;
  padding: 0 72px;
  margin: -88px 0 -76px;
}

.tv-featured-cars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1350px;
  margin: 0 auto;
}

.tv-featured-car-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(19, 21, 24, 0.12);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tv-featured-car-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(19, 21, 24, 0.14);
}

.tv-featured-car-media {
  position: relative;
  display: block;
  padding: 18px 18px 0;
  background: #fff;
}

.tv-featured-car-card img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.tv-featured-car-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 24px;
  color: #171b20;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tv-featured-car-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--tv-purple);
  background: rgba(145, 68, 183, 0.12);
  border-radius: 50%;
}

.tv-featured-car-badge svg {
  width: 22px;
  height: 22px;
  display: block;
}

.tv-featured-car-body {
  padding: 18px 20px 14px;
  text-align: center;
  background: #fff;
}

.tv-featured-car-title {
  display: block;
  margin: 0 0 8px;
  color: var(--tv-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.tv-featured-car-desc {
  margin: 0;
  color: var(--tv-muted);
  font-size: 14px;
  line-height: 1.55;
}

.tv-featured-car-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 14px 14px;
  padding: 14px 18px;
  color: #fff;
  background: var(--tv-purple);
  border-radius: 12px;
}

.tv-featured-car-cta {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.tv-featured-car-arrow {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
  opacity: 0.92;
}

.tv-booking-card {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 46px 34px;
  background: #fff;
  border: 1px solid rgba(23, 27, 32, 0.08);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(19, 21, 24, 0.16);
}

.tv-hero-banner h1,
.tv-hero-copy h1 {
  margin: 0;
  color: #171b20;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}

.tv-hero-banner h1 span,
.tv-hero-copy h1 span,
.tv-section-title span {
  color: var(--tv-purple);
}

.tv-hero-lead {
  margin: 20px 0 0;
  color: var(--tv-muted);
  font-size: 19px;
  line-height: 1.65;
  max-width: 560px;
}

.tv-hero-phone {
  margin: 28px 0 0;
}

.tv-hero-phone a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 28px 8px 8px;
  color: var(--tv-ink);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(145, 68, 183, 0.18), 0 2px 8px rgba(145, 68, 183, 0.08);
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tv-hero-phone .tv-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: var(--tv-purple);
  background: rgba(145, 68, 183, 0.1);
  border-radius: 50%;
}

.tv-hero-phone .tv-icon svg {
  width: 22px;
  height: 22px;
}

.tv-hero-phone-number {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.tv-hero-phone a:hover {
  color: var(--tv-ink);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(145, 68, 183, 0.24), 0 4px 12px rgba(145, 68, 183, 0.1);
}

.tv-hero-phone a:hover .tv-hero-phone-number {
  color: var(--tv-ink);
}

.tv-benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 0;
}

.tv-mini-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
}

.tv-icon {
  display: inline-grid;
  place-items: center;
  color: var(--tv-purple);
}

.tv-mini-benefit .tv-icon {
  width: 48px;
  height: 48px;
  color: var(--tv-purple);
  background: rgba(145, 68, 183, 0.08);
  border-radius: 50%;
}

.tv-mini-benefit strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.tv-mini-benefit-phone a {
  color: inherit;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.tv-mini-benefit-phone a:hover {
  color: var(--tv-purple);
}

.tv-why-card a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.tv-why-card a[href^="tel:"]:hover {
  color: var(--tv-purple);
}

.tv-booking-wrap br,
.tv-booking-card br,
.tv-nav-wrap br,
.tv-fieldset br,
.tv-fields br,
.tv-form-grid br,
.tv-search-action br {
  display: none !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
}

.tv-booking-card > p:empty,
.tv-fieldset > p:empty,
.tv-form-grid > p:empty,
.tv-search-action > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.tv-form-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 32px;
  align-items: start;
}

.tv-divider {
  width: 1px;
  height: 118px;
  margin-top: 48px;
  background: var(--tv-line);
}

.tv-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.tv-legend {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--tv-ink);
  font-size: 21px;
  font-weight: 700;
}

.tv-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tv-field label {
  display: block;
  margin-bottom: 10px;
  color: var(--tv-ink);
  font-size: 15px;
  font-weight: 700;
}

.tv-input-shell {
  position: relative;
}

.tv-input-shell input {
  width: 100%;
  height: 60px;
  padding: 0 48px 0 20px;
  color: var(--tv-ink);
  background: #fff;
  border: 1px solid #dcdfe4;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tv-input-shell input:focus {
  border-color: var(--tv-purple);
  box-shadow: 0 0 0 4px rgba(145, 68, 183, 0.12);
}

.tv-input-shell .tv-field-icon {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: var(--tv-purple);
  transform: translateY(-50%);
}

.tv-search-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.tv-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 286px;
  height: 58px;
  padding: 0 34px;
  color: #fff;
  background: linear-gradient(135deg, #8130a9, #a450c7);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(145, 68, 183, 0.22);
}

.tv-primary-btn:hover,
.tv-call:hover {
  filter: brightness(1.04);
}

.tv-contact-strip {
  position: relative;
  z-index: 1;
  margin: 0 102px;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  background: #fafafa;
  border: 1px solid #f0edf2;
  box-shadow: 0 14px 32px rgba(23, 27, 32, 0.06);
}

.tv-contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
}

.tv-contact-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.tv-contact-item span {
  display: block;
  color: var(--tv-muted);
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1.45;
}

.tv-contact-item span a {
  color: inherit;
  text-decoration: none;
}

.tv-contact-item span a:hover {
  color: var(--tv-purple);
}

.tv-dark-band {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 112px 78px 86px;
  color: #fff;
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(circle at 30% 10%, rgba(145, 68, 183, 0.13), transparent 31%),
    linear-gradient(135deg, var(--tv-dark), var(--tv-dark-2));
}

.tv-section-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.2;
  font-weight: 700;
}

.tv-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  max-width: 1210px;
  margin: 0 auto;
}

.tv-why-card {
  min-height: 170px;
}

.tv-why-card .tv-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}

.tv-why-card .tv-icon svg {
  width: 52px;
  height: 52px;
}

.tv-why-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}

.tv-why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.tv-categories {
  padding: 62px 74px 86px;
}

.tv-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

.tv-category-head p {
  margin: 0 0 8px;
  color: var(--tv-purple);
  font-size: 16px;
  font-weight: 700;
}

.tv-category-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.tv-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  color: var(--tv-purple);
  background: #fff;
  border: 1px solid var(--tv-purple);
  border-radius: 6px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.tv-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tv-category-grid .tv-booking-card {
  grid-column: 1 / -1;
}

.tv-category-card {
  display: block;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #e8e4eb;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 27, 32, 0.06);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tv-category-card:hover {
  border-color: var(--tv-purple);
  box-shadow: 0 14px 32px rgba(145, 68, 183, 0.12);
}

.tv-category-card img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.tv-category-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.tv-section-kicker {
  margin: 0 0 10px;
  color: var(--tv-purple);
  font-size: 16px;
  font-weight: 700;
}

.tv-choice-section {
  padding: 72px 74px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: start;
  background: #fff;
}

.tv-choice-copy h2,
.tv-testimonials-head h2 {
  margin: 0;
  color: var(--tv-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.18;
}

.tv-choice-copy > p:last-child {
  margin: 22px 0 0;
  color: var(--tv-muted);
  font-size: 18px;
  line-height: 1.7;
}

.tv-choice-list {
  display: grid;
  gap: 18px;
}

.tv-choice-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 10px 16px;
  align-items: start;
  padding: 24px 28px;
  background: #fbfbfc;
  border: 1px solid #ece8ef;
  border-radius: 8px;
}

.tv-choice-list article > br,
.tv-choice-list article > p:empty {
  display: none !important;
}

.tv-choice-list article span {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: linear-gradient(135deg, #8130a9, #a450c7);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.tv-choice-list article strong {
  grid-column: 2;
  grid-row: 1;
  font-size: 20px;
  line-height: 1.25;
}

.tv-choice-list article p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: var(--tv-muted);
  font-size: 15px;
  line-height: 1.65;
}

.tv-testimonials {
  padding: 78px 74px 86px;
  background:
    linear-gradient(180deg, #ffffff 0%, #faf8fb 100%);
  border-top: 1px solid #f1edf4;
}

.tv-testimonials-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.tv-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tv-testimonial-card {
  min-height: 260px;
  padding: 30px;
  background: #fff;
  border: 1px solid #e9e4ed;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(23, 27, 32, 0.07);
}

.tv-stars {
  margin-bottom: 20px;
  color: var(--tv-purple);
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}

.tv-testimonial-card p {
  margin: 0 0 24px;
  color: var(--tv-ink);
  font-size: 17px;
  line-height: 1.65;
}

.tv-testimonial-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.tv-testimonial-card span {
  color: var(--tv-muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.tv-footer {
  margin: 0 24px 24px;
  color: #fff;
  background: linear-gradient(135deg, #0d1216 0%, #161e24 100%);
  border-radius: 28px 28px 18px 18px;
  overflow: hidden;
}

.tv-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) 0.7fr 0.9fr minmax(260px, 0.9fr);
  gap: 42px;
  padding: 52px 72px;
}

.tv-footer .tv-logo img {
  height: 56px;
  max-width: 56px;
}

.tv-footer-brand p,
.tv-footer-cta p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.tv-footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.tv-footer-col strong,
.tv-footer-cta strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.tv-footer-col a,
.tv-footer-col span {
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.tv-footer-col a:hover {
  color: #fff;
}

.tv-footer-cta .tv-call {
  margin-top: 22px;
  min-height: 50px;
  width: 100%;
}

.tv-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 72px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .tv-header {
    padding: 18px 32px;
  }

  .tv-hero-content {
    padding: 44px 44px 120px;
  }

  .tv-booking-wrap,
  .tv-categories {
    padding-inline: 44px;
  }

  .tv-form-grid {
    grid-template-columns: 1fr;
  }

  .tv-divider {
    display: none;
  }

  .tv-contact-strip,
  .tv-why-grid,
  .tv-category-grid:not(:has(.tv-vrc-booking)),
  .tv-testimonial-grid,
  .tv-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-featured-cars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-choice-section {
    grid-template-columns: 1fr;
    padding-inline: 44px;
  }

  .tv-contact-strip {
    margin-inline: 44px;
  }
}

@media (max-width: 900px) {
  .tv-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "logo actions toggle"
      "nav nav nav";
    align-items: center;
    gap: 12px 14px;
    padding: 14px 16px;
    margin: 0;
    border-radius: 0;
  }

  .tv-logo {
    grid-area: logo;
    min-width: 0;
  }

  .tv-logo img {
    height: 56px;
    max-width: 56px;
  }

  .tv-logo-word strong {
    font-size: 20px;
  }

  .tv-logo-top {
    font-size: 20px;
  }

  .tv-logo-word small,
  .tv-logo-bottom {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .tv-header-actions {
    grid-area: actions;
    gap: 10px;
  }

  .tv-phone-text {
    display: none;
  }

  .tv-header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 11px;
  }

  .tv-nav-wrap {
    grid-area: toggle;
    flex: none;
    width: auto;
    position: relative;
  }

  .tv-nav-toggle-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid var(--tv-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
  }

  .tv-nav {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-top: 4px;
    border-top: 1px solid #f0edf2;
  }

  .tv-nav-toggle-input:checked ~ .tv-nav {
    display: flex;
  }

  .tv-nav-toggle-input:checked + .tv-nav-toggle-btn span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .tv-nav-toggle-input:checked + .tv-nav-toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .tv-nav-toggle-input:checked + .tv-nav-toggle-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .tv-nav a {
    padding: 14px 8px;
    border-bottom: 1px solid #f0edf2;
    text-align: left;
  }

  .tv-nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 820px) {
  .tv-header {
    margin: 0;
  }

  .tv-hero {
    padding: 26px 22px 0;
  }

  .tv-hero h1 {
    font-size: 40px;
  }

  .tv-hero p {
    font-size: 17px;
  }

  .tv-benefit-row,
  .tv-fields,
  .tv-contact-strip,
  .tv-why-grid,
  .tv-category-grid:not(:has(.tv-vrc-booking)),
  .tv-featured-cars-grid {
    grid-template-columns: 1fr;
  }

  .tv-booking-wrap,
  .tv-categories,
  .tv-choice-section,
  .tv-testimonials {
    padding-inline: 18px;
  }

  .tv-booking-wrap {
    padding-inline: 18px;
    margin-top: -72px;
    margin-bottom: -52px;
  }

  .tv-choice-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px 18px;
    gap: 8px 14px;
  }

  .tv-choice-list article span {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .tv-choice-list article strong {
    font-size: 18px;
  }

  .tv-choice-list article p {
    font-size: 14px;
  }

  .tv-booking-card {
    padding: 26px 18px 28px;
  }

  .tv-contact-strip {
    margin-inline: 18px;
    padding: 22px;
  }

  .tv-dark-band {
    padding: 88px 24px 62px;
    border-radius: 24px 24px 0 0;
  }

  .tv-section-title {
    text-align: left;
  }

  .tv-category-head {
    display: grid;
    align-items: start;
  }

  .tv-testimonials-head,
  .tv-footer-bottom {
    display: grid;
  }

  .tv-testimonial-grid,
  .tv-footer-main {
    grid-template-columns: 1fr;
  }

  .tv-footer {
    margin-inline: 12px;
  }

  .tv-footer-main {
    padding: 38px 24px;
  }

  .tv-footer-bottom {
    padding: 18px 24px;
  }

  .tv-primary-btn,
  .tv-outline-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .tv-logo-word {
    display: none;
  }

  .tv-logo img {
    height: 52px;
    max-width: 52px;
  }

  .tv-header-cta {
    padding-inline: 12px;
  }

  .tv-hero-banner {
    min-height: 460px;
  }

  .tv-hero-content {
    padding: 36px 18px 110px;
  }

  .tv-hero-bg-wrap .tv-hero-bg {
    min-height: 460px;
    object-position: 78% center;
  }

  .tv-hero-banner h1,
  .tv-hero-copy h1 {
    font-size: 31px;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .tv-hero-copy {
    min-width: 0;
  }

  .tv-hero-lead {
    font-size: 16px;
  }

  .tv-hero-phone-number {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .tv-hero-phone a {
    padding-right: 22px;
    gap: 12px;
  }

  .tv-hero-phone .tv-icon {
    width: 42px;
    height: 42px;
  }

  .tv-hero-phone .tv-icon svg {
    width: 20px;
    height: 20px;
  }

  .tv-benefit-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* WordPress / Elementor canvas (page 11190) */
body.page-id-11190 {
  background: #fff !important;
}

body.page-id-11190.elementor-template-canvas #outer-wrap,
body.page-id-11190.elementor-template-canvas #wrap,
body.page-id-11190.elementor-template-canvas .elementor {
  overflow: visible !important;
}

body.page-id-11190 .tv-home-test,
body.page-id-11190 .tv-home-test button,
body.page-id-11190 .tv-home-test input,
body.page-id-11190 .tv-home-test select,
body.page-id-11190 .tv-home-test textarea,
body.thessvan-home-page .tv-home-test,
body.thessvan-home-page .tv-home-test button,
body.thessvan-home-page .tv-home-test input,
body.thessvan-home-page .tv-home-test select,
body.thessvan-home-page .tv-home-test textarea {
  font-family: Arial, Helvetica, sans-serif;
}

/* Ghost <p> and <br> tags inserted by WordPress wpautop inside Elementor HTML */
body.page-id-11190 .tv-home-test header > p,
body.page-id-11190 .tv-home-test .tv-logo-word p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

body.page-id-11190 .tv-home-test .tv-logo-top,
body.page-id-11190 .tv-home-test .tv-logo-bottom,
body.page-id-11190 .tv-home-test .tv-logo-word strong,
body.page-id-11190 .tv-home-test .tv-logo-word small {
  display: block !important;
}

body.page-id-11190 > p,
body.page-id-11190 .tv-home-test p:empty,
body.page-id-11190 .tv-home-test .tv-nav-wrap p,
body.page-id-11190 .tv-home-test .tv-nav-wrap br,
body.page-id-11190 .tv-home-test .tv-benefit-row p,
body.page-id-11190 .tv-home-test .tv-hero-banner p:not(.tv-hero-lead),
body.page-id-11190 .tv-home-test > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

body.page-id-11190 .tv-home-test .tv-hero-lead {
  display: block !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  height: auto !important;
  overflow: visible !important;
  color: var(--tv-muted) !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  max-width: 560px !important;
}

/* OceanWP homepage wrapper */
.thessvan-home-wrap.container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.thessvan-home-page #primary.content-area,
body.thessvan-home-page #content.site-content {
  padding: 0;
  margin: 0;
  max-width: none;
}

body.thessvan-home-page .tv-home-test {
  margin: 0;
}

/* Vik Rent Car search inside booking card */
.tv-vrc-booking .vrcdivsearch {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.thessvan-home-page .tv-booking-wrap,
body.thessvan-home-page .tv-booking-card,
body.thessvan-home-page .tv-vrc-booking,
body.thessvan-home-page .tv-category-grid .tv-booking-card {
  overflow: visible !important;
}

body.thessvan-home-page #ui-datepicker-div,
body.thessvan-home-page .ui-datepicker {
  z-index: 999999 !important;
}

.tv-vrc-booking .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
  display: flex !important;
  align-items: center !important;
  min-height: 52px;
  padding: 0 !important;
  border: 1px solid var(--tv-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-sizing: border-box;
}

.tv-vrc-booking .vrcsfentrycont .vrcsfentrydate .hasDatepicker,
.tv-vrc-booking .vrcsfentrydate input[type="text"] {
  flex: 1 1 auto !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 8px 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.tv-vrc-booking .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i,
.tv-vrc-booking .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate .vrc-caltrigger {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px;
  width: 44px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1 !important;
  color: var(--tv-purple);
  cursor: pointer;
  pointer-events: auto;
}

.tv-vrc-booking .vrcdivsearch form {
  margin: 0;
}

.vrcdivsearch.tv-vrc-category-focus,
.tv-vrc-booking.tv-vrc-category-focus,
.tv-vrc-booking .vrcdivsearch.tv-vrc-category-focus,
.vrc-searchf-section-categories.tv-vrc-category-focus {
  border-radius: 12px;
  outline: 3px solid rgba(145, 68, 183, 0.42);
  outline-offset: 6px;
  transition: outline-color 0.25s ease;
}

.tv-category-notice {
  margin: 0 0 18px;
  padding: 14px 18px;
  color: var(--tv-ink);
  background: rgba(145, 68, 183, 0.08);
  border: 1px solid rgba(145, 68, 183, 0.18);
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.tv-category-notice strong {
  color: var(--tv-purple);
}

.tv-auto-search-status {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  background: rgba(20, 20, 30, 0.72);
  backdrop-filter: blur(4px);
}

.vrc-searchf-section-categories.tv-vrc-category-active {
  position: relative;
}

.tv-vrc-booking .vrcsearchmainblock,
.tv-vrc-booking .vrc-searchf-section,
.tv-vrc-booking .vrc-searchf-section-l,
.tv-vrc-booking .vrc-searchf-section-r {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

.tv-vrc-booking .vrc-searchf-section {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 32px;
  align-items: start;
}

.tv-vrc-booking .vrc-searchf-section-l,
.tv-vrc-booking .vrc-searchf-section-r {
  padding: 0 !important;
  margin: 0 !important;
}

.tv-vrc-booking .vrcsfentrycont,
.tv-vrc-booking .vrcsfentrycont-lbl,
.tv-vrc-booking .vrcsfentrycont-inp {
  display: block;
  width: 100%;
}

.tv-vrc-booking .vrcsfentrycont-lbl {
  margin-bottom: 8px;
  color: var(--tv-ink);
  font-size: 14px;
  font-weight: 700;
}

.tv-vrc-booking input[type="text"]:not(.hasDatepicker),
.tv-vrc-booking input[type="time"],
.tv-vrc-booking select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--tv-line);
  border-radius: 8px;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.tv-vrc-booking .vrc-search-btn,
.tv-vrc-booking .vrcsearchsubmit,
.tv-vrc-booking input[type="submit"],
.tv-vrc-booking .btn-vrcsearch {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 286px;
  min-height: 58px;
  margin: 34px auto 0 !important;
  padding: 0 34px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #8130a9, #a450c7) !important;
  border: 0 !important;
  border-radius: 6px !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(145, 68, 183, 0.22);
  cursor: pointer;
}

.tv-vrc-booking .vrc-searchbtn-block,
.tv-vrc-booking .vrcsearchsubmitcont {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tv-vrc-booking .vrc-searchf-section-title,
.tv-vrc-booking .vrcsfentrycont legend,
.tv-vrc-booking h3.vrc-searchf-section-title {
  margin: 0 0 22px;
  color: var(--tv-ink);
  font-size: 21px;
  font-weight: 700;
}

.tv-testimonials .tv-trustindex {
  padding: 0;
  max-width: 100%;
}

.tv-trustindex {
  padding: 40px 72px 60px;
}

@media (max-width: 1180px) {
  .tv-vrc-booking .vrc-searchf-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .tv-testimonials .tv-trustindex,
  .tv-trustindex {
    padding-inline: 18px;
  }
}
