.vdc-home-v2 {
  --vdc-ink: #07182f;
  --vdc-ink-soft: #102845;
  --vdc-blue: #0f4da1;
  --vdc-blue-bright: #1f6fde;
  --vdc-lime: #62c72f;
  --vdc-lime-bright: #93eb46;
  --vdc-cyan: #38d1d9;
  --vdc-paper: #f5f8f2;
  --vdc-card: #ffffff;
  --vdc-line: #dbe4da;
  --vdc-muted: #5c6d7e;
  --vdc-danger: #d84d43;
  --vdc-radius-xl: 34px;
  --vdc-radius-lg: 24px;
  --vdc-radius-md: 17px;
  --vdc-shadow: 0 26px 70px rgba(7, 24, 47, 0.12);
  margin: 0;
  color: var(--vdc-ink);
  background:
    radial-gradient(circle at 6% 18%, rgba(98, 199, 47, 0.08), transparent 26rem),
    radial-gradient(circle at 94% 50%, rgba(15, 77, 161, 0.07), transparent 34rem),
    var(--vdc-paper);
}

.vdc-home-v2 *,
.vdc-home-v2 *::before,
.vdc-home-v2 *::after {
  box-sizing: border-box;
}

.vdc-home-v2 main {
  overflow: clip;
}

.vdc-home-v2 .site-header {
  border-bottom-color: rgba(15, 77, 161, 0.12);
  background: rgba(248, 251, 246, 0.94);
  backdrop-filter: blur(18px);
}

.vdc-home-v2 .site-brand img {
  border-radius: 12px;
  object-fit: cover;
}

.vdc-home-v2 button,
.vdc-home-v2 input,
.vdc-home-v2 select {
  font: inherit;
}

.vdc-home-v2 button,
.vdc-home-v2 a {
  -webkit-tap-highlight-color: transparent;
}

.vdc-hero-v2,
.vdc-situations-v2,
.vdc-tools-v2,
.vdc-routes-v2,
.vdc-safety-banner-v2,
.vdc-free-banner-v2,
.vdc-disclaimer-v2 {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.vdc-eyebrow-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vdc-lime);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

.vdc-eyebrow-v2::before {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.vdc-hero-v2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  min-height: 670px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 42px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(7, 24, 47, 0.98) 0%, rgba(7, 24, 47, 0.95) 54%, rgba(11, 42, 77, 0.92) 100%),
    var(--vdc-ink);
  box-shadow: 0 34px 90px rgba(7, 24, 47, 0.24);
  isolation: isolate;
}

.vdc-hero-v2::before {
  position: absolute;
  inset: auto auto -235px -110px;
  z-index: -1;
  width: 760px;
  height: 470px;
  border: 2px solid rgba(98, 199, 47, 0.19);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(98, 199, 47, 0.045),
    0 0 0 88px rgba(98, 199, 47, 0.025);
  transform: rotate(-9deg);
  content: "";
}

.vdc-hero-v2::after {
  position: absolute;
  top: 0;
  right: 42%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
}

.vdc-hero-copy-v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 94px) clamp(34px, 6vw, 82px);
}

.vdc-hero-copy-v2 .vdc-eyebrow-v2 {
  margin-bottom: 25px;
}

.vdc-hero-copy-v2 h1 {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", "Inter", system-ui, sans-serif;
  font-size: clamp(3rem, 5.25vw, 5.75rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.vdc-hero-copy-v2 h1::after {
  display: block;
  width: min(240px, 38%);
  height: 7px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vdc-lime), var(--vdc-cyan));
  box-shadow: 0 0 26px rgba(98, 199, 47, 0.38);
  content: "";
}

.vdc-hero-copy-v2 > p {
  max-width: 650px;
  margin: 30px 0 0;
  color: #c8d5df;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.vdc-hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.vdc-button-v2,
.vdc-button-secondary-v2 {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border-radius: 14px;
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.vdc-button-v2 {
  color: #061426;
  background: linear-gradient(135deg, var(--vdc-lime-bright), var(--vdc-lime));
  box-shadow: 0 14px 34px rgba(98, 199, 47, 0.24);
}

.vdc-button-secondary-v2 {
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: #f4f8fb;
  background: rgba(255, 255, 255, 0.06);
}

.vdc-button-v2:hover,
.vdc-button-secondary-v2:hover {
  transform: translateY(-2px);
}

.vdc-button-v2:hover {
  box-shadow: 0 18px 42px rgba(98, 199, 47, 0.32);
}

.vdc-button-secondary-v2:hover {
  background: rgba(255, 255, 255, 0.11);
}

.vdc-trust-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.vdc-trust-list-v2 li {
  position: relative;
  padding-left: 18px;
  color: #aabccc;
  font-size: 0.8rem;
  font-weight: 800;
}

.vdc-trust-list-v2 li::before {
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vdc-lime);
  box-shadow: 0 0 0 4px rgba(98, 199, 47, 0.12);
  content: "";
}

.vdc-cockpit-v2 {
  position: relative;
  align-self: stretch;
  margin: 34px 34px 34px 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 31px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    #0a213c;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 30px 70px rgba(0, 0, 0, 0.25);
}

.vdc-cockpit-v2::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 310px;
  height: 310px;
  border: 62px solid rgba(31, 111, 222, 0.1);
  border-radius: 50%;
  content: "";
}

.vdc-cockpit-road-v2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 12px;
  overflow: hidden;
  background: var(--vdc-lime);
}

.vdc-cockpit-road-v2 span {
  position: absolute;
  top: 4px;
  width: 62px;
  height: 4px;
  background: #07182f;
  transform: skewX(-34deg);
}

.vdc-cockpit-road-v2 span:nth-child(1) {
  left: 10%;
}

.vdc-cockpit-road-v2 span:nth-child(2) {
  left: 44%;
}

.vdc-cockpit-road-v2 span:nth-child(3) {
  left: 78%;
}

.vdc-cockpit-head-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vdc-cockpit-logo-v2 {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.vdc-cockpit-logo-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdc-cockpit-head-v2 small,
.vdc-cockpit-car-v2 > span,
.vdc-cockpit-next-v2 small {
  color: var(--vdc-lime-bright);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.vdc-cockpit-head-v2 h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.vdc-status-chip-v2 {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #c5d3df;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.67rem;
  font-weight: 900;
  white-space: nowrap;
}

.vdc-status-chip-v2.is-ready {
  border-color: rgba(147, 235, 70, 0.3);
  color: #c9ff9a;
  background: rgba(98, 199, 47, 0.12);
}

.vdc-cockpit-car-v2 {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 26px 0 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.92), rgba(7, 24, 47, 0.28)),
    url("/assets/illus-vaidecarro.svg") center 58% / cover no-repeat,
    #102d50;
}

.vdc-cockpit-car-v2::after {
  position: absolute;
  right: -10%;
  bottom: 19px;
  width: 56%;
  height: 4px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0 34px, transparent 34px 58px);
  transform: rotate(-8deg);
  content: "";
}

.vdc-cockpit-car-v2 strong {
  max-width: 75%;
  margin-top: 9px;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.3rem, 2.25vw, 1.85rem);
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vdc-cockpit-car-v2 small {
  max-width: 75%;
  margin-top: 7px;
  color: #b8c8d7;
  font-size: 0.77rem;
  line-height: 1.4;
}

.vdc-cockpit-metrics-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vdc-cockpit-metrics-v2 > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.vdc-cockpit-metrics-v2 span {
  display: block;
  color: #91a7ba;
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vdc-cockpit-metrics-v2 strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 1.55rem;
}

.vdc-cockpit-metrics-v2 small {
  display: block;
  margin-top: 2px;
  color: #7e96aa;
  font-size: 0.66rem;
}

.vdc-cockpit-next-v2 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 13px;
  padding: 17px 18px;
  border-radius: 17px;
  background: linear-gradient(90deg, rgba(98, 199, 47, 0.15), rgba(98, 199, 47, 0.04));
}

.vdc-cockpit-dot-v2 {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border: 3px solid var(--vdc-lime-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(98, 199, 47, 0.1);
}

.vdc-cockpit-next-v2 strong {
  display: block;
  max-width: 320px;
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vdc-situations-v2 {
  padding-block: 110px 96px;
}

.vdc-section-heading-v2 {
  max-width: 740px;
}

.vdc-section-heading-v2 h2 {
  margin: 15px 0 0;
  color: var(--vdc-ink);
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.vdc-section-heading-v2 > p {
  margin: 19px 0 0;
  color: var(--vdc-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.vdc-situation-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 41px;
}

.vdc-situation-card-v2 {
  position: relative;
  display: flex;
  min-height: 345px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--vdc-line);
  border-radius: var(--vdc-radius-lg);
  overflow: hidden;
  color: var(--vdc-ink);
  background: var(--vdc-card);
  box-shadow: 0 14px 40px rgba(7, 24, 47, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vdc-situation-card-v2::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 138px;
  height: 138px;
  border: 28px solid rgba(15, 77, 161, 0.045);
  border-radius: 50%;
  content: "";
}

.vdc-situation-card-v2:hover {
  border-color: rgba(98, 199, 47, 0.6);
  box-shadow: 0 22px 52px rgba(7, 24, 47, 0.11);
  transform: translateY(-5px);
}

.vdc-situation-number-v2 {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #cfd9d0;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 900;
}

.vdc-situation-icon-v2 {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 41px;
  border-radius: 16px;
  color: #fff;
  background: var(--vdc-blue);
  box-shadow: 0 11px 24px rgba(15, 77, 161, 0.2);
  font-size: 1.1rem;
  font-weight: 950;
}

.vdc-situation-buy-v2 .vdc-situation-icon-v2 {
  color: #081a2d;
  background: var(--vdc-lime);
  box-shadow: 0 11px 24px rgba(98, 199, 47, 0.22);
}

.vdc-situation-own-v2 .vdc-situation-icon-v2 {
  background: #0f6c76;
}

.vdc-situation-help-v2 .vdc-situation-icon-v2 {
  background: var(--vdc-danger);
}

.vdc-situation-card-v2 > small {
  color: var(--vdc-blue);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.vdc-situation-card-v2 h3 {
  margin: 10px 0 0;
  color: var(--vdc-ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.vdc-situation-card-v2 p {
  margin: 13px 0 24px;
  color: var(--vdc-muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.vdc-card-link-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  color: var(--vdc-ink);
  font-size: 0.79rem;
  font-weight: 900;
}

.vdc-card-link-v2 b {
  color: var(--vdc-lime);
  font-size: 1.2rem;
}

.vdc-garage-v2 {
  padding: 24px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(98, 199, 47, 0.13), transparent 28rem),
    radial-gradient(circle at 88% 70%, rgba(31, 111, 222, 0.15), transparent 36rem),
    var(--vdc-ink);
  color-scheme: dark;
}

.vdc-garage-shell-v2 {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
  padding: 56px 20px 64px;
}

.vdc-garage-header-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: 0 8px 34px;
}

.vdc-garage-header-v2 h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.7vw, 4.8rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.vdc-garage-header-v2 p {
  max-width: 720px;
  margin: 17px 0 0;
  color: #aebfcd;
  line-height: 1.62;
}

.vdc-data-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.vdc-data-actions-v2 button,
.vdc-import-button-v2 {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  color: #d9e4eb;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 850;
}

.vdc-data-actions-v2 button:hover,
.vdc-import-button-v2:hover {
  border-color: rgba(147, 235, 70, 0.45);
  background: rgba(98, 199, 47, 0.1);
}

.vdc-data-actions-v2 button:last-child:hover {
  border-color: rgba(216, 77, 67, 0.5);
  background: rgba(216, 77, 67, 0.12);
}

.vdc-import-button-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.vdc-privacy-note-v2 {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin: 0 8px 18px;
  padding: 16px 18px;
  border: 1px solid rgba(147, 235, 70, 0.19);
  border-radius: 15px;
  color: #bdcbd6;
  background: rgba(98, 199, 47, 0.065);
}

.vdc-privacy-note-v2 > span {
  color: var(--vdc-lime-bright);
}

.vdc-privacy-note-v2 p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
}

.vdc-privacy-note-v2 strong {
  color: #e8f3e2;
}

.vdc-garage-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 17px;
}

.vdc-panel-v2 {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--vdc-radius-lg);
  color: #dce7ee;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #0b2039;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 24px 65px rgba(0, 0, 0, 0.14);
}

.vdc-panel-heading-v2 {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.vdc-panel-heading-v2 small {
  color: var(--vdc-lime-bright);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.vdc-panel-heading-v2 h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.15;
}

.vdc-panel-heading-v2 > span {
  color: #8199ac;
  font-size: 0.68rem;
  font-weight: 800;
  text-align: right;
}

.vdc-panel-state-v2 {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.vdc-panel-state-v2.is-ready {
  border-color: rgba(147, 235, 70, 0.25);
  color: #c7f7a0;
  background: rgba(98, 199, 47, 0.09);
}

.vdc-form-v2,
.vdc-reminder-form-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vdc-field-v2 {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.vdc-field-wide-v2 {
  grid-column: 1 / -1;
}

.vdc-field-v2 > span {
  color: #c8d5de;
  font-size: 0.76rem;
  font-weight: 850;
}

.vdc-field-v2 > small {
  color: #758ea2;
  font-size: 0.67rem;
  line-height: 1.45;
}

.vdc-field-v2 input,
.vdc-field-v2 select {
  width: 100%;
  min-width: 0;
  min-height: 47px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  outline: none;
  color: #f5fafc;
  background: #071a31;
  font-size: 0.86rem;
}

.vdc-field-v2 select {
  color-scheme: dark;
}

.vdc-field-v2 input::placeholder {
  color: #667d90;
}

.vdc-field-v2 input:focus,
.vdc-field-v2 select:focus {
  border-color: var(--vdc-lime);
  box-shadow: 0 0 0 3px rgba(98, 199, 47, 0.12);
}

.vdc-input-unit-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #071a31;
}

.vdc-input-unit-v2:focus-within {
  border-color: var(--vdc-lime);
  box-shadow: 0 0 0 3px rgba(98, 199, 47, 0.12);
}

.vdc-input-unit-v2 input {
  min-height: 45px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vdc-input-unit-v2 input:focus {
  box-shadow: none;
}

.vdc-input-unit-v2 b {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #829aad;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.68rem;
  font-weight: 900;
}

.vdc-submit-v2 {
  min-height: 47px;
  align-self: end;
  border: 0;
  border-radius: 12px;
  color: #07182f;
  background: linear-gradient(135deg, var(--vdc-lime-bright), var(--vdc-lime));
  box-shadow: 0 12px 28px rgba(98, 199, 47, 0.17);
  cursor: pointer;
  font-size: 0.81rem;
  font-weight: 950;
}

.vdc-submit-v2:hover {
  filter: brightness(1.05);
}

.vdc-form-status-v2 {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #7891a5;
  font-size: 0.7rem;
  line-height: 1.45;
}

.vdc-form-status-v2.is-success {
  color: #aeea7d;
}

.vdc-form-status-v2.is-error {
  color: #ff9990;
}

.vdc-cost-panel-v2 {
  background:
    linear-gradient(145deg, rgba(31, 111, 222, 0.13), rgba(255, 255, 255, 0.018)),
    #0a203b;
}

.vdc-cost-hero-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.035);
}

.vdc-gauge-v2 {
  --vdc-progress: 0;
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--vdc-lime) calc(var(--vdc-progress) * 1%), rgba(255, 255, 255, 0.08) 0);
}

.vdc-gauge-v2::before {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #0b233f;
  content: "";
}

.vdc-gauge-v2 strong,
.vdc-gauge-v2 small {
  position: relative;
  z-index: 1;
}

.vdc-gauge-v2 strong {
  margin-top: 16px;
  color: #fff;
  font-size: 1.4rem;
}

.vdc-gauge-v2 small {
  align-self: start;
  margin-top: -19px;
  color: #7f96a9;
  font-size: 0.57rem;
}

.vdc-cost-hero-v2 > div:last-child > small {
  color: var(--vdc-lime-bright);
  font-size: 0.63rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.vdc-cost-hero-v2 > div:last-child > strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.vdc-cost-hero-v2 p {
  margin: 9px 0 0;
  color: #8199ac;
  font-size: 0.72rem;
  line-height: 1.45;
}

.vdc-cost-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 13px;
}

.vdc-cost-grid-v2 > div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.vdc-cost-grid-v2 span {
  display: block;
  color: #8299ac;
  font-size: 0.64rem;
  font-weight: 800;
}

.vdc-cost-grid-v2 strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.12rem;
}

.vdc-cost-grid-v2 small {
  display: block;
  margin-top: 3px;
  color: #657e92;
  font-size: 0.6rem;
}

.vdc-calculation-note-v2 {
  margin: 15px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #738ca0;
  font-size: 0.68rem;
  line-height: 1.5;
}

.vdc-trip-panel-v2 {
  background:
    linear-gradient(150deg, rgba(98, 199, 47, 0.08), rgba(255, 255, 255, 0.015)),
    #0a2038;
}

.vdc-trip-form-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vdc-trip-form-v2 .vdc-submit-v2 {
  grid-column: 1 / -1;
}

.vdc-trip-result-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.vdc-trip-result-v2 > div {
  padding: 18px;
  background: #0a1d34;
}

.vdc-trip-result-v2 span {
  display: block;
  color: #7891a5;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vdc-trip-result-v2 strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 1.45rem;
}

.vdc-trip-result-v2 p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 18px;
  color: #8097aa;
  background: #081a30;
  font-size: 0.68rem;
  line-height: 1.45;
}

.vdc-reminders-panel-v2 {
  background:
    linear-gradient(150deg, rgba(15, 77, 161, 0.1), rgba(255, 255, 255, 0.016)),
    #0a2038;
}

.vdc-reminder-form-v2 {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vdc-reminder-list-v2 {
  display: grid;
  gap: 10px;
  margin-top: 17px;
}

.vdc-empty-state-v2 {
  display: grid;
  min-height: 148px;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  color: #7c94a7;
  text-align: center;
}

.vdc-empty-state-v2 > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--vdc-lime);
  background: rgba(98, 199, 47, 0.09);
}

.vdc-empty-state-v2 strong {
  margin-top: 9px;
  color: #b8c9d5;
  font-size: 0.83rem;
}

.vdc-empty-state-v2 p {
  margin: -1px 0 0;
  font-size: 0.69rem;
}

.vdc-reminder-item-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
}

.vdc-reminder-item-v2.is-done {
  opacity: 0.58;
}

.vdc-reminder-check-v2 {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(147, 235, 70, 0.25);
  border-radius: 10px;
  color: var(--vdc-lime-bright);
  background: rgba(98, 199, 47, 0.07);
  cursor: pointer;
  font-weight: 950;
}

.vdc-reminder-item-v2.is-done .vdc-reminder-check-v2 {
  color: #07182f;
  background: var(--vdc-lime);
}

.vdc-reminder-body-v2 {
  min-width: 0;
}

.vdc-reminder-body-v2 strong {
  display: block;
  overflow: hidden;
  color: #eaf2f6;
  font-size: 0.83rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vdc-reminder-item-v2.is-done .vdc-reminder-body-v2 strong {
  text-decoration: line-through;
}

.vdc-reminder-meta-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.vdc-reminder-meta-v2 span {
  padding: 4px 7px;
  border-radius: 999px;
  color: #86a0b3;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.6rem;
  font-weight: 800;
}

.vdc-reminder-meta-v2 span.is-overdue {
  color: #ffaaa3;
  background: rgba(216, 77, 67, 0.1);
}

.vdc-reminder-meta-v2 span.is-near {
  color: #d7ffb5;
  background: rgba(98, 199, 47, 0.09);
}

.vdc-reminder-delete-v2 {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  color: #71899c;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
}

.vdc-reminder-delete-v2:hover {
  color: #ff9a92;
  background: rgba(216, 77, 67, 0.09);
}

.vdc-tools-v2 {
  padding-block: 112px 98px;
}

.vdc-tool-search-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  max-width: 820px;
  min-height: 62px;
  margin-top: 36px;
  padding: 0 17px;
  border: 1px solid var(--vdc-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(7, 24, 47, 0.07);
}

.vdc-tool-search-v2 > span {
  color: var(--vdc-blue);
  font-size: 1.45rem;
  font-weight: 950;
}

.vdc-tool-search-v2 input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  color: var(--vdc-ink);
  background: transparent;
}

.vdc-tool-search-v2 input::placeholder {
  color: #8a99a4;
}

.vdc-tool-search-v2 kbd {
  padding: 5px 9px;
  border: 1px solid #dbe3df;
  border-bottom-width: 2px;
  border-radius: 8px;
  color: #75838d;
  background: #f5f8f5;
  font-size: 0.68rem;
}

.vdc-filter-row-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vdc-filter-row-v2 button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--vdc-line);
  border-radius: 999px;
  color: #5e6f7d;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 850;
}

.vdc-filter-row-v2 button:hover,
.vdc-filter-row-v2 button.is-active {
  border-color: var(--vdc-lime);
  color: #09203a;
  background: #e8f8dc;
}

.vdc-result-count-v2 {
  margin: 17px 0 0;
  color: #72818d;
  font-size: 0.76rem;
  font-weight: 800;
}

.vdc-tool-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.vdc-tool-card-v2 {
  position: relative;
  min-height: 214px;
  padding: 23px;
  border: 1px solid var(--vdc-line);
  border-radius: 20px;
  overflow: hidden;
  color: var(--vdc-ink);
  background: #fff;
  text-decoration: none;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.vdc-tool-card-v2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 5px;
  border-radius: 5px 0 0;
  background: linear-gradient(90deg, var(--vdc-blue), var(--vdc-lime));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 170ms ease;
  content: "";
}

.vdc-tool-card-v2:hover {
  border-color: rgba(15, 77, 161, 0.26);
  box-shadow: 0 20px 45px rgba(7, 24, 47, 0.09);
  transform: translateY(-4px);
}

.vdc-tool-card-v2:hover::after {
  transform: scaleX(1);
}

.vdc-tool-card-v2 > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--vdc-blue);
  background: #edf4fd;
  font-size: 0.88rem;
  font-weight: 950;
}

.vdc-tool-card-v2 > small {
  color: var(--vdc-lime);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.vdc-tool-card-v2 h3 {
  margin: 7px 0 0;
  color: var(--vdc-ink);
  font-size: 1.05rem;
  line-height: 1.22;
}

.vdc-tool-card-v2 p {
  margin: 10px 0 0;
  color: var(--vdc-muted);
  font-size: 0.79rem;
  line-height: 1.5;
}

.vdc-tool-card-v2[hidden] {
  display: none;
}

.vdc-no-results-v2 {
  margin-top: 24px;
  padding: 35px;
  border: 1px dashed #cdd8cf;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

.vdc-no-results-v2 strong {
  color: var(--vdc-ink);
}

.vdc-no-results-v2 p {
  margin: 8px 0 17px;
  color: var(--vdc-muted);
}

.vdc-no-results-v2 button {
  min-height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--vdc-blue);
  cursor: pointer;
  font-weight: 850;
}

.vdc-routes-v2 {
  padding-block: 20px 100px;
}

.vdc-route-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.vdc-route-card-v2 {
  display: flex;
  min-height: 395px;
  flex-direction: column;
  padding: 29px;
  border: 1px solid #d7e1d8;
  border-radius: var(--vdc-radius-lg);
  background: #fff;
  box-shadow: 0 17px 45px rgba(7, 24, 47, 0.055);
}

.vdc-route-alert-v2 {
  border-color: rgba(216, 77, 67, 0.22);
  background: linear-gradient(145deg, #fff, #fff7f4);
}

.vdc-route-top-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vdc-route-top-v2 span {
  color: var(--vdc-blue);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.11em;
}

.vdc-route-top-v2 b {
  color: #d8e1d9;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.vdc-route-alert-v2 .vdc-route-top-v2 span {
  color: var(--vdc-danger);
}

.vdc-route-card-v2 h3 {
  margin: 24px 0 0;
  color: var(--vdc-ink);
  font-size: 1.55rem;
}

.vdc-route-card-v2 ol {
  display: grid;
  gap: 13px;
  margin: 24px 0 30px;
  padding: 0;
  counter-reset: vdc-route;
  list-style: none;
}

.vdc-route-card-v2 li {
  position: relative;
  padding-left: 33px;
  color: var(--vdc-muted);
  font-size: 0.84rem;
  line-height: 1.55;
  counter-increment: vdc-route;
}

.vdc-route-card-v2 li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: var(--vdc-blue);
  background: #edf4fd;
  content: counter(vdc-route);
  font-size: 0.61rem;
  font-weight: 950;
}

.vdc-route-alert-v2 li::before {
  color: var(--vdc-danger);
  background: #ffebe8;
}

.vdc-route-card-v2 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #edf1ed;
  color: var(--vdc-ink);
  font-size: 0.79rem;
  font-weight: 900;
  text-decoration: none;
}

.vdc-route-card-v2 > a span {
  color: var(--vdc-lime);
  font-size: 1.1rem;
}

.vdc-safety-banner-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 30px 32px;
  border: 1px solid rgba(216, 77, 67, 0.23);
  border-radius: var(--vdc-radius-lg);
  color: #fff;
  background:
    linear-gradient(100deg, rgba(216, 77, 67, 0.15), transparent 45%),
    var(--vdc-ink);
}

.vdc-safety-icon-v2 {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--vdc-danger);
  box-shadow: 0 12px 28px rgba(216, 77, 67, 0.25);
  font-size: 1.3rem;
  font-weight: 950;
}

.vdc-safety-banner-v2 span,
.vdc-free-banner-v2 span {
  color: #ff9e97;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.vdc-safety-banner-v2 h2,
.vdc-free-banner-v2 h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1.28rem;
}

.vdc-safety-banner-v2 p {
  margin: 8px 0 0;
  color: #aabcca;
  font-size: 0.8rem;
  line-height: 1.5;
}

.vdc-safety-banner-v2 > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.77rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.vdc-free-banner-v2 {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 32px;
  border: 1px solid rgba(98, 199, 47, 0.25);
  border-radius: var(--vdc-radius-lg);
  background:
    radial-gradient(circle at 12% 50%, rgba(98, 199, 47, 0.15), transparent 20rem),
    #0d2b4d;
}

.vdc-free-banner-v2 span {
  color: var(--vdc-lime-bright);
}

.vdc-free-banner-v2 p {
  margin: 0;
  color: #b7c7d3;
  font-size: 0.83rem;
  line-height: 1.55;
}

.vdc-free-banner-v2 > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 12px;
  color: #07182f;
  background: var(--vdc-lime);
  font-size: 0.76rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.vdc-disclaimer-v2 {
  margin-bottom: 105px;
  padding: 25px 28px;
  border: 1px solid #d7e0d8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.vdc-disclaimer-v2 strong {
  display: block;
  color: var(--vdc-ink);
  font-size: 0.88rem;
}

.vdc-disclaimer-v2 p {
  margin: 9px 0 0;
  color: var(--vdc-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.vdc-disclaimer-v2 a {
  display: inline-block;
  margin-top: 12px;
  color: var(--vdc-blue);
  font-size: 0.75rem;
  font-weight: 900;
}

html[data-nb-theme="dark"] .vdc-home-v2 {
  --vdc-paper: #071526;
  --vdc-card: #0d2138;
  --vdc-line: rgba(255, 255, 255, 0.1);
  --vdc-muted: #92a6b7;
  color: #e9f0f5;
  background:
    radial-gradient(circle at 6% 18%, rgba(98, 199, 47, 0.08), transparent 26rem),
    radial-gradient(circle at 94% 50%, rgba(31, 111, 222, 0.09), transparent 34rem),
    #071526;
}

html[data-nb-theme="dark"] .vdc-home-v2 .site-header {
  background: rgba(7, 21, 38, 0.94);
}

html[data-nb-theme="dark"] .vdc-section-heading-v2 h2,
html[data-nb-theme="dark"] .vdc-situation-card-v2 h3,
html[data-nb-theme="dark"] .vdc-card-link-v2,
html[data-nb-theme="dark"] .vdc-tool-card-v2,
html[data-nb-theme="dark"] .vdc-tool-card-v2 h3,
html[data-nb-theme="dark"] .vdc-route-card-v2 h3,
html[data-nb-theme="dark"] .vdc-route-card-v2 > a,
html[data-nb-theme="dark"] .vdc-disclaimer-v2 strong {
  color: #eff5f8;
}

html[data-nb-theme="dark"] .vdc-situation-card-v2,
html[data-nb-theme="dark"] .vdc-tool-card-v2,
html[data-nb-theme="dark"] .vdc-route-card-v2 {
  border-color: rgba(255, 255, 255, 0.1);
  background: #0d2138;
  box-shadow: none;
}

html[data-nb-theme="dark"] .vdc-route-alert-v2 {
  background: linear-gradient(145deg, #0d2138, #231c26);
}

html[data-nb-theme="dark"] .vdc-situation-card-v2 p,
html[data-nb-theme="dark"] .vdc-tool-card-v2 p,
html[data-nb-theme="dark"] .vdc-route-card-v2 li,
html[data-nb-theme="dark"] .vdc-disclaimer-v2 p,
html[data-nb-theme="dark"] .vdc-section-heading-v2 > p {
  color: #91a6b6;
}

html[data-nb-theme="dark"] .vdc-tool-search-v2,
html[data-nb-theme="dark"] .vdc-no-results-v2,
html[data-nb-theme="dark"] .vdc-disclaimer-v2 {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(13, 33, 56, 0.9);
}

html[data-nb-theme="dark"] .vdc-tool-search-v2 input {
  color: #eff5f8;
}

html[data-nb-theme="dark"] .vdc-tool-search-v2 kbd,
html[data-nb-theme="dark"] .vdc-filter-row-v2 button {
  border-color: rgba(255, 255, 255, 0.11);
  color: #9eb0be;
  background: rgba(255, 255, 255, 0.04);
}

html[data-nb-theme="dark"] .vdc-filter-row-v2 button:hover,
html[data-nb-theme="dark"] .vdc-filter-row-v2 button.is-active {
  border-color: rgba(147, 235, 70, 0.45);
  color: #d5ffb1;
  background: rgba(98, 199, 47, 0.12);
}

html[data-nb-theme="dark"] .vdc-route-card-v2 > a {
  border-top-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1120px) {
  .vdc-hero-v2 {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr);
  }

  .vdc-hero-copy-v2 {
    padding-inline: 48px;
  }

  .vdc-cockpit-v2 {
    margin-right: 24px;
  }

  .vdc-situation-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdc-situation-card-v2 {
    min-height: 310px;
  }

  .vdc-free-banner-v2 {
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  }

  .vdc-free-banner-v2 > a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 960px) {
  .vdc-hero-v2 {
    grid-template-columns: 1fr;
  }

  .vdc-hero-v2::after {
    display: none;
  }

  .vdc-hero-copy-v2 {
    padding: 66px 46px 38px;
  }

  .vdc-cockpit-v2 {
    margin: 0 24px 24px;
  }

  .vdc-garage-header-v2 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vdc-data-actions-v2 {
    justify-content: flex-start;
  }

  .vdc-garage-grid-v2 {
    grid-template-columns: 1fr;
  }

  .vdc-tool-grid-v2,
  .vdc-route-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdc-route-card-v2:last-child {
    grid-column: 1 / -1;
    min-height: 340px;
  }

  .vdc-safety-banner-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vdc-safety-banner-v2 > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .vdc-hero-v2,
  .vdc-situations-v2,
  .vdc-tools-v2,
  .vdc-routes-v2,
  .vdc-safety-banner-v2,
  .vdc-free-banner-v2,
  .vdc-disclaimer-v2,
  .vdc-garage-shell-v2 {
    width: min(100% - 24px, 1240px);
  }

  .vdc-hero-v2 {
    min-height: 0;
    margin-top: 12px;
    border-radius: 27px;
  }

  .vdc-hero-copy-v2 {
    padding: 52px 25px 30px;
  }

  .vdc-hero-copy-v2 h1 {
    font-size: clamp(2.6rem, 12.5vw, 4.2rem);
  }

  .vdc-hero-copy-v2 > p {
    font-size: 0.97rem;
  }

  .vdc-hero-actions-v2 {
    display: grid;
  }

  .vdc-button-v2,
  .vdc-button-secondary-v2 {
    width: 100%;
  }

  .vdc-trust-list-v2 {
    display: grid;
    gap: 10px;
  }

  .vdc-cockpit-v2 {
    margin: 0 12px 12px;
    padding: 22px;
    border-radius: 23px;
  }

  .vdc-cockpit-head-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vdc-status-chip-v2 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .vdc-cockpit-car-v2 strong,
  .vdc-cockpit-car-v2 small {
    max-width: 92%;
  }

  .vdc-situations-v2,
  .vdc-tools-v2 {
    padding-block: 78px 70px;
  }

  .vdc-section-heading-v2 h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .vdc-situation-grid-v2,
  .vdc-tool-grid-v2,
  .vdc-route-grid-v2 {
    grid-template-columns: 1fr;
  }

  .vdc-situation-card-v2 {
    min-height: 290px;
  }

  .vdc-garage-v2 {
    padding-block: 10px;
  }

  .vdc-garage-shell-v2 {
    padding: 42px 0 52px;
  }

  .vdc-garage-header-v2,
  .vdc-privacy-note-v2 {
    margin-inline: 0;
    padding-inline: 4px;
  }

  .vdc-privacy-note-v2 {
    padding: 15px;
  }

  .vdc-panel-v2 {
    padding: 22px;
  }

  .vdc-form-v2,
  .vdc-reminder-form-v2,
  .vdc-trip-form-v2 {
    grid-template-columns: 1fr;
  }

  .vdc-field-wide-v2,
  .vdc-trip-form-v2 .vdc-submit-v2 {
    grid-column: auto;
  }

  .vdc-cost-hero-v2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .vdc-route-card-v2,
  .vdc-route-card-v2:last-child {
    grid-column: auto;
    min-height: 360px;
  }

  .vdc-safety-banner-v2,
  .vdc-free-banner-v2 {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .vdc-safety-banner-v2 > a,
  .vdc-free-banner-v2 > a {
    grid-column: auto;
    justify-self: stretch;
  }

  .vdc-disclaimer-v2 {
    margin-bottom: 76px;
  }
}

@media (max-width: 460px) {
  .vdc-cockpit-metrics-v2,
  .vdc-cost-grid-v2,
  .vdc-trip-result-v2 {
    grid-template-columns: 1fr;
  }

  .vdc-trip-result-v2 p {
    grid-column: auto;
  }

  .vdc-data-actions-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .vdc-data-actions-v2 button:last-child {
    grid-column: 1 / -1;
  }

  .vdc-tool-search-v2 kbd {
    display: none;
  }

  .vdc-tool-search-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vdc-reminder-item-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vdc-reminder-delete-v2 {
    grid-column: 2;
    justify-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdc-home-v2 *,
  .vdc-home-v2 *::before,
  .vdc-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
