.vg-booking-page {
  background: #f4f5f7;
}

.vg-booking-hero-new {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #fff;
}

.vg-booking-hero-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.45) 58%, rgba(255,255,255,.05) 100%),
    url("https://vebergrupa.hr/wp-content/uploads/2026/03/20230404_103950-scaled.jpg");
  background-size: cover;
  background-position: center right;
}

.vg-booking-hero-inner {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.vg-booking-hero-content {
  max-width: 720px;
  padding: 70px 0 120px;
}

.vg-booking-hero-content h1 {
  margin: 0;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .94;
  font-weight: 950;
  letter-spacing: -.07em;
  color: #080808;
}

.vg-booking-hero-content p {
  max-width: 620px;
  margin: 24px 0 34px;
  color: #344054;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.75;
}

.vg-booking-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 760px;
}

.vg-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vg-benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(227,6,19,.28);
  background: #fff;
  color: var(--vg-red);
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 auto;
}

.vg-benefit strong {
  display: block;
  font-size: 14px;
  font-weight: 950;
  color: #111;
}

.vg-benefit span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #475467;
}

.vg-booking-main {
  position: relative;
  margin-top: -86px;
  z-index: 5;
  padding-bottom: 60px;
}

.vg-booking-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

.vg-booking-card-main,
.vg-side-card {
  background: #fff;
  border: 1px solid rgba(17,17,17,.06);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(17,17,17,.12);
}

.vg-booking-card-main {
  padding: 42px;
}

.vg-side-card {
  padding: 30px;
  margin-bottom: 22px;
}

.vg-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--vg-red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 16px;
}

.vg-card-title span {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff1f2;
  color: var(--vg-red);
}

.vg-booking-card-main h2,
.vg-side-card h2 {
  margin: 0 0 26px;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 950;
  color: #101010;
}

.vg-form-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vg-field-new {
  display: grid;
  gap: 8px;
}

.vg-field-new.full {
  grid-column: 1 / -1;
}

.vg-field-new label {
  color: #101828;
  font-size: 13px;
  font-weight: 900;
}

.vg-field-new input,
.vg-field-new select,
.vg-field-new textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  padding: 0 16px;
  color: #101828;
  font-size: 15px;
  font-weight: 650;
  box-shadow: none;
}

.vg-field-new textarea {
  min-height: 120px;
  padding-top: 16px;
  resize: vertical;
}

.vg-field-new input:focus,
.vg-field-new select:focus,
.vg-field-new textarea:focus {
  outline: none;
  border-color: var(--vg-red);
  box-shadow: 0 0 0 4px rgba(227,6,19,.10);
}

.vg-extra-title {
  grid-column: 1 / -1;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #111;
}

.vg-extra-title small {
  color: #667085;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.vg-check-grid-new {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.vg-check-new {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 16px 15px;
  border: 1px solid var(--vg-border);
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: .22s ease;
}

.vg-check-new:hover {
  border-color: rgba(227,6,19,.28);
  background: #fff;
  transform: translateY(-2px);
}

.vg-check-new input {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  accent-color: var(--vg-red);
}

.vg-check-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--vg-red);
  background: #fff1f2;
  font-size: 18px;
  flex: 0 0 auto;
}

.vg-check-new strong {
  display: block;
  color: #101828;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
}

.vg-file-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vg-file-box input {
  padding-top: 15px;
}

.vg-form-note {
  grid-column: 1 / -1;
  text-align: center;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.vg-submit-big {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
  min-height: 58px;
  border-radius: 6px;
  background: var(--vg-red);
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 16px 38px rgba(227,6,19,.25);
}

.vg-submit-big:hover {
  background: #111;
}

.vg-side-info {
  display: grid;
  gap: 20px;
}

.vg-side-info-item {
  display: flex;
  gap: 14px;
}

.vg-side-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff1f2;
  color: var(--vg-red);
  flex: 0 0 auto;
}

.vg-side-info-item strong {
  display: block;
  font-size: 14px;
  font-weight: 950;
  color: #111;
}

.vg-side-info-item span {
  display: block;
  margin-top: 4px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.vg-urgent-card {
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(17,17,17,.20);
  margin-bottom: 22px;
}

.vg-urgent-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 950;
}

.vg-urgent-card p {
  margin: 0 0 24px;
  color: #d0d5dd;
  font-weight: 700;
}

.vg-urgent-icon {
  color: var(--vg-red);
  font-size: 42px;
  margin-bottom: 16px;
}

.vg-urgent-phone {
  margin-top: 16px;
  display: block;
  text-align: center;
  color: var(--vg-red) !important;
  font-weight: 950;
  font-size: 17px;
}

.vg-trust-list {
  display: grid;
  gap: 13px;
}

.vg-trust-list div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.vg-trust-list div::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--vg-red);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.vg-rating {
  margin-top: 24px;
  padding: 18px;
  border-radius: 12px;
  background: #f7f7f7;
  text-align: center;
}

.vg-rating strong {
  display: block;
  font-size: 24px;
  font-weight: 950;
  color: #111;
}

.vg-rating span {
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.vg-process-section {
  background:
    linear-gradient(90deg, rgba(17,17,17,.98), rgba(17,17,17,.94)),
    url("https://vebergrupa.hr/wp-content/uploads/2026/03/20221125_100043-scaled.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: #fff;
}

.vg-process-title {
  text-align: center;
  margin-bottom: 44px;
}

.vg-process-title .vg-label {
  color: #fff;
}

.vg-process-title h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.045em;
}

.vg-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.vg-process-item {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.vg-process-item + .vg-process-item::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 38px;
  height: 70px;
  border-left: 1px dashed rgba(255,255,255,.35);
}

.vg-process-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24);
  display: grid;
  place-items: center;
  font-size: 28px;
}

.vg-process-num {
  width: 24px;
  height: 24px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: var(--vg-red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 950;
}

.vg-process-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.vg-process-item p {
  margin: 0;
  color: #d0d5dd;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

@media(max-width: 1180px) {
  .vg-booking-grid {
    grid-template-columns: 1fr;
  }

  .vg-check-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 760px) {
  .vg-booking-benefits,
  .vg-form-grid-new,
  .vg-check-grid-new,
  .vg-process-grid {
    grid-template-columns: 1fr;
  }

  .vg-booking-card-main,
  .vg-side-card,
  .vg-urgent-card {
    padding: 24px;
  }

  .vg-booking-main {
    margin-top: -45px;
  }

  .vg-process-item + .vg-process-item::before {
    display: none;
  }
}