body {
  margin: 0;
  background: #f6f9fb;
}

.mm-site-header {
  position: static;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 229, 236, 0.9);
  box-shadow: 0 8px 24px rgba(13, 55, 87, 0.08);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  backdrop-filter: blur(12px);
}

.mm-site-header *,
.mm-site-header *::before,
.mm-site-header *::after {
  box-sizing: border-box;
}

.mm-site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
}

.mm-site-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #1769aa;
  text-decoration: none;
}

.mm-site-header__logo-img {
  display: block;
  width: min(220px, 46vw);
  height: auto;
}

.mm-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex: 1 1 auto;
  margin-left: auto;
}

.mm-site-header__nav a {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.mm-site-header__nav a:hover,
.mm-site-header__nav a:focus {
  color: #1769aa;
}

.mm-site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.mm-language-switcher {
  position: relative;
  flex: 0 0 auto;
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.mm-language-switcher summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #cfe4f0;
  border-radius: 999px;
  background: #fff;
  color: #0e4774;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(13, 55, 87, 0.08);
}

.mm-language-switcher summary::-webkit-details-marker {
  display: none;
}

.mm-language-switcher summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.mm-language-switcher[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.mm-language-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid #d8e7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(13, 55, 87, 0.18);
}

.mm-language-switcher__menu a {
  display: grid;
  grid-template-columns: 24px 34px 1fr;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 10px;
  color: #133b5c;
  font-size: 13px;
  text-decoration: none;
}

.mm-language-switcher__menu a:hover,
.mm-language-switcher__menu a:focus {
  background: #eef8fd;
  color: #0b6fae;
}

.mm-language-switcher__menu strong {
  font-size: 12px;
  font-weight: 900;
}

.mm-language-switcher__menu em {
  color: #5f7180;
  font-style: normal;
  font-weight: 700;
}

.mm-site-header__phone,
.mm-site-header__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.mm-site-header__phone {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding: 7px 15px;
  border: 1px solid #cfe4f0;
  background: #f5fbfe;
  color: #0e4774;
}

.mm-site-header__phone span {
  color: #5f7180;
  font-size: 11px;
  font-weight: 750;
}

.mm-site-header__whatsapp {
  gap: 8px;
  padding: 8px 15px 8px 10px;
  background: #1fae66;
  color: #fff;
  box-shadow: 0 10px 20px rgba(31, 174, 102, 0.22);
}

.mm-site-header__whatsapp:hover,
.mm-site-header__whatsapp:focus {
  background: #168a50;
  color: #fff;
}

.mm-whatsapp-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #fff;
  color: #1fae66;
  font-size: 15px;
  font-weight: 900;
}

.mm-whatsapp-icon::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 1px;
  transform: rotate(38deg);
}

.mm-whatsapp-icon::after {
  content: "\260E";
  position: relative;
  z-index: 1;
  line-height: 1;
}

.mm-site-header__menu {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mm-site-header__menu span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
}

.bookingplan-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  background: #1fae66;
  color: #fff;
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(31, 174, 102, 0.32);
}

.bookingplan-whatsapp-float:hover,
.bookingplan-whatsapp-float:focus {
  background: #168a50;
  color: #fff;
  transform: translateY(-1px);
}

.rentcar-page {
  --rc-blue: #0e4774;
  --rc-blue-2: #1769aa;
  --rc-cyan: #18a6c9;
  --rc-orange: #f27a00;
  --rc-ink: #102235;
  --rc-muted: #5d7080;
  --rc-border: #d8e8f2;
  --rc-soft: #f4f9fc;
  --rc-white: #fff;
  width: min(1180px, calc(100% - 28px));
  margin: 34px auto 52px;
  color: var(--rc-ink);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

.rentcar-page *,
.rentcar-page *::before,
.rentcar-page *::after {
  box-sizing: border-box;
}

.rentcar-hero {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--rc-border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 10%, rgba(24, 166, 201, 0.18), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f4fbfe 60%, #eef8fc 100%);
  box-shadow: 0 24px 55px rgba(13, 55, 87, 0.12);
  overflow: hidden;
}

.rentcar-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  border: 1px solid rgba(242, 122, 0, 0.28);
  border-radius: 999px;
  background: #fff7ed;
  color: #bd5b00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rentcar-hero h1,
.rentcar-section h2,
.rentcar-form-copy h2 {
  margin: 0;
  color: var(--rc-blue);
  letter-spacing: 0;
  line-height: 1.08;
}

.rentcar-hero h1 {
  max-width: 720px;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 950;
}

.rentcar-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: #32495c;
  font-size: clamp(18px, 2.3vw, 23px);
  line-height: 1.45;
}

.rentcar-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rentcar-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(242, 122, 0, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #0e4774;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(13, 55, 87, 0.07);
}

.rentcar-keywords span:first-child {
  color: #c35f00;
}

.rentcar-seo-content {
  background:
    linear-gradient(135deg, rgba(255, 247, 237, 0.92), rgba(238, 248, 253, 0.96)),
    #fff;
}

.rentcar-seo-grid {
  display: grid;
  gap: 14px;
}

.rentcar-seo-grid article {
  padding: 18px;
  border: 1px solid rgba(203, 224, 237, 0.95);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(13, 55, 87, 0.06);
}

.rentcar-seo-grid h3 {
  margin: 0 0 8px;
  color: #0d4d7f;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.22;
}

.rentcar-seo-grid p {
  margin: 0;
  color: #496273;
  font-size: 15px;
  line-height: 1.65;
}

.rentcar-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rentcar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rc-orange), #ff9b2a);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(242, 122, 0, 0.22);
}

.rentcar-button--ghost {
  border: 1px solid #cfe4f0;
  background: #fff;
  color: var(--rc-blue);
  box-shadow: none;
}

.rentcar-stats {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.rentcar-stats span {
  padding: 12px 14px;
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--rc-muted);
  font-size: 14px;
}

.rentcar-stats strong {
  color: var(--rc-blue);
  font-size: 18px;
}

.rentcar-product-screen {
  overflow: hidden;
  border: 1px solid rgba(14, 71, 116, 0.16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(13, 55, 87, 0.2);
}

.rentcar-product-screen__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(216, 232, 242, 0.9);
  background: linear-gradient(135deg, #ffffff, #f2f9fd);
}

.rentcar-product-screen__bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rc-cyan), var(--rc-orange));
  box-shadow: 18px 0 0 rgba(24, 166, 201, 0.34), 36px 0 0 rgba(14, 71, 116, 0.18);
}

.rentcar-product-screen__bar strong {
  min-width: 0;
  overflow: hidden;
  color: var(--rc-blue);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rentcar-product-screen__bar em {
  color: #c35f00;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.rentcar-product-screen img,
.rentcar-hero__media img {
  display: block;
  width: 100%;
}

.rentcar-product-screen img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 6%;
}

.rentcar-section,
.rentcar-form-section {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--rc-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(13, 55, 87, 0.08);
}

.rentcar-section--tight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 254, 0.98)),
    #fff;
}

.rentcar-section__heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.rentcar-section h2,
.rentcar-form-copy h2 {
  font-size: clamp(27px, 4vw, 42px);
  font-weight: 950;
}

.rentcar-section p,
.rentcar-form-copy p {
  color: var(--rc-muted);
  font-size: 16px;
}

.rentcar-feature-grid,
.rentcar-faq__grid {
  display: grid;
  gap: 16px;
}

.rentcar-feature-grid article,
.rentcar-faq article,
.rentcar-panel {
  padding: 20px;
  border: 1px solid var(--rc-border);
  border-radius: 10px;
  background: #fff;
}

.rentcar-feature-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff7ed;
  color: #bd5b00;
  font-weight: 950;
}

.rentcar-feature-grid h3,
.rentcar-faq h3,
.rentcar-panel h3 {
  margin: 14px 0 8px;
  color: var(--rc-blue);
  font-size: 19px;
  line-height: 1.25;
}

.rentcar-feature-grid p,
.rentcar-faq p {
  margin: 0;
}

.rentcar-gallery {
  background:
    radial-gradient(circle at 10% 12%, rgba(24, 166, 201, 0.12), transparent 28%),
    #fff;
}

.rentcar-gallery__grid {
  display: grid;
  gap: 16px;
}

.rentcar-gallery__item {
  margin: 0;
  border: 1px solid var(--rc-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 55, 87, 0.08);
  overflow: hidden;
}

.rentcar-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f4f9fc;
}

.rentcar-gallery__item--wide img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  padding: 0;
}

.rentcar-gallery__item figcaption {
  padding: 14px 16px;
  color: var(--rc-blue);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.rentcar-split {
  display: grid;
  gap: 24px;
  align-items: start;
}

.rentcar-check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rentcar-check-list li {
  position: relative;
  padding: 11px 12px 11px 38px;
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  background: var(--rc-soft);
  color: #284154;
  font-weight: 750;
}

.rentcar-check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rc-cyan), var(--rc-orange));
}

.rentcar-payment-grid,
.rentcar-mini-cards {
  display: grid;
  gap: 10px;
}

.rentcar-payment-grid span,
.rentcar-mini-cards span {
  padding: 12px 14px;
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  background: #f8fcfe;
  color: var(--rc-blue);
  font-weight: 850;
}

.rentcar-capabilities {
  background:
    radial-gradient(circle at 88% 8%, rgba(242, 122, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.rentcar-capability-grid {
  display: grid;
  gap: 14px;
}

.rentcar-capability-grid article {
  position: relative;
  min-height: 178px;
  padding: 20px;
  border: 1px solid var(--rc-border);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 254, 0.98)),
    #fff;
  box-shadow: 0 12px 28px rgba(13, 55, 87, 0.07);
  overflow: hidden;
}

.rentcar-capability-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 104px;
  height: 104px;
  border: 18px solid rgba(24, 166, 201, 0.1);
  border-radius: 50%;
}

.rentcar-capability-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rc-blue), var(--rc-cyan));
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.rentcar-capability-grid h3 {
  margin: 14px 0 8px;
  color: var(--rc-blue);
  font-size: 19px;
  line-height: 1.25;
}

.rentcar-capability-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--rc-muted);
  font-size: 15px;
  line-height: 1.58;
}

.rentcar-social {
  display: grid;
  gap: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(242, 122, 0, 0.12), transparent 26%),
    linear-gradient(135deg, #0e4774, #1769aa);
}

.rentcar-social h2,
.rentcar-social p {
  color: #fff;
}

.rentcar-social .rentcar-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.rentcar-social .rentcar-mini-cards span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.rentcar-form-section {
  margin-top: 12px;
  display: grid;
  gap: 28px;
  align-items: start;
  border-color: rgba(242, 122, 0, 0.34);
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 122, 0, 0.14), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f5fbfe 52%, #fff7ef 100%);
}

.rentcar-sales-card {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(23, 105, 170, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 253, 0.98)),
    radial-gradient(circle at 8% 10%, rgba(242, 122, 0, 0.12), transparent 30%);
  box-shadow: 0 18px 42px rgba(13, 55, 87, 0.08);
}

.rentcar-sales-card strong {
  color: var(--rc-blue);
  font-size: 18px;
  line-height: 1.2;
}

.rentcar-sales-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rentcar-sales-card li {
  position: relative;
  padding-left: 28px;
  color: #385468;
  font-size: 15px;
  line-height: 1.45;
}

.rentcar-sales-card li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rc-cyan), var(--rc-orange));
  box-shadow: 0 0 0 5px rgba(24, 166, 201, 0.12);
}

.rentcar-sales-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.rentcar-sales-strip span {
  display: grid;
  gap: 2px;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 232, 242, 0.95);
  border-radius: 10px;
  background: #fff;
  color: var(--rc-muted);
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(13, 55, 87, 0.06);
}

.rentcar-sales-strip strong {
  color: #c35f00;
  font-size: 18px;
  line-height: 1;
}

.rentcar-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(23, 105, 170, 0.45), rgba(242, 122, 0, 0.7)) border-box;
  box-shadow: 0 28px 70px rgba(13, 55, 87, 0.18);
}

.rentcar-form::before {
  content: "";
  position: absolute;
  inset: -2px -2px auto -2px;
  height: 7px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, var(--rc-blue), var(--rc-cyan), var(--rc-orange));
}

.rentcar-form__headline {
  display: grid;
  gap: 6px;
  margin: 0 0 4px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 105, 170, 0.14);
  border-radius: 10px;
  background: linear-gradient(135deg, #eefaff, #fff7ef);
}

.rentcar-form__headline span {
  color: #c35f00;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rentcar-form__headline strong {
  color: var(--rc-blue);
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.15;
}

.rentcar-form__headline p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rentcar-form__grid {
  display: grid;
  gap: 15px;
}

.rentcar-form label,
.rentcar-form fieldset {
  display: grid;
  gap: 7px;
  margin: 0;
  border: 0;
  padding: 0;
}

.rentcar-form label span,
.rentcar-form legend {
  color: var(--rc-blue);
  font-size: 14px;
  font-weight: 900;
}

.rentcar-form input[type="text"],
.rentcar-form input[type="email"],
.rentcar-form input[type="tel"],
.rentcar-form select,
.rentcar-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfe0ea;
  border-radius: 8px;
  background: #fff;
  color: var(--rc-ink);
  font: inherit;
}

.rentcar-form textarea {
  min-height: 138px;
  resize: vertical;
}

.rentcar-form input:focus,
.rentcar-form select:focus,
.rentcar-form textarea:focus {
  border-color: var(--rc-blue-2);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.14);
}

.rentcar-options {
  display: grid;
  gap: 10px;
}

.rentcar-options label {
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #f8fcfe;
}

.rentcar-options input,
.rentcar-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--rc-blue-2);
}

.rentcar-check {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
}

.rentcar-check a {
  color: var(--rc-blue-2);
  font-weight: 900;
}

.rentcar-form small {
  min-height: 16px;
  color: #b42318;
  font-size: 13px;
}

.rentcar-form .is-invalid {
  border-color: #b42318;
}

.rentcar-status {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 850;
}

.rentcar-status.is-success {
  display: block;
  border: 1px solid rgba(20, 122, 75, 0.28);
  background: #f0fdf4;
  color: #147a4b;
}

.rentcar-status.is-error {
  display: block;
  border: 1px solid rgba(180, 35, 24, 0.28);
  background: #fff5f5;
  color: #b42318;
}

.rentcar-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rentcar-form button {
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rc-blue), var(--rc-cyan) 65%, var(--rc-orange));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(242, 122, 0, 0.24), 0 10px 26px rgba(23, 105, 170, 0.18);
}

.rentcar-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 560px) {
  .mm-site-header__inner {
    width: min(100% - 20px, 1180px);
    gap: 8px;
  }

  .mm-site-header__logo-img {
    width: min(150px, 48vw);
  }

  .mm-site-header__phone {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .mm-site-header__phone span {
    display: none;
  }

  .mm-language-switcher summary {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .mm-language-switcher__menu {
    right: -54px;
    min-width: 178px;
  }

  .bookingplan-whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 12px 15px;
    font-size: 13px;
  }

  .rentcar-page {
    width: min(100% - 18px, 1180px);
    margin-top: 18px;
  }

  .rentcar-hero,
  .rentcar-section,
  .rentcar-form-section {
    padding: 18px;
  }

  .rentcar-form {
    padding: 20px 16px;
  }

  .rentcar-hero h1 {
    font-size: clamp(31px, 11vw, 44px);
  }

  .rentcar-hero__actions {
    display: grid;
  }

  .rentcar-product-screen__bar {
    grid-template-columns: auto 1fr;
  }

  .rentcar-product-screen__bar em {
    display: none;
  }
}

@media (max-width: 920px) {
  .mm-site-header__inner {
    min-height: 66px;
  }

  .mm-site-header__nav,
  .mm-site-header__whatsapp {
    display: none;
  }

  .mm-site-header__actions {
    margin-left: auto;
  }

  .mm-language-switcher {
    margin-left: auto;
  }

  .mm-site-header__menu {
    margin-left: 0;
  }

  .mm-site-header__logo-img {
    width: min(190px, 58vw);
  }
}

@media (max-width: 560px) {
  .mm-site-header__logo-img {
    width: min(150px, 48vw);
  }
}

@media (min-width: 760px) {
  .rentcar-stats,
  .rentcar-feature-grid,
  .rentcar-faq__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rentcar-seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rentcar-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rentcar-form__grid,
  .rentcar-options,
  .rentcar-payment-grid,
  .rentcar-mini-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rentcar-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rentcar-gallery__item--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 980px) {
  .rentcar-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    padding: 34px;
  }

  .rentcar-split,
  .rentcar-social,
  .rentcar-form-section {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.08fr);
  }

  .rentcar-form-section {
    margin-top: 8px;
  }

  .rentcar-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rentcar-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rentcar-gallery__item--wide {
    grid-column: span 2;
    grid-row: span 2;
  }
}
