.furgoo-home {
  margin: 0 auto;
  color: #121212;
  font-family: "Montserrat", sans-serif;
}

.furgoo-header {
  background: #fff;
  position: relative;
  z-index: 20;
}

.furgoo-header .wp-block-site-logo {
  min-width: 140px;
  line-height: 0;
}

.furgoo-header .wp-block-site-logo a {
  display: inline-block;
}

.furgoo-header .custom-logo,
.furgoo-header .wp-block-site-logo img {
  display: block;
  width: 170px !important;
  max-width: 100%;
  height: auto !important;
  max-height: none;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.furgoo-hero {
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  min-height: 520px;
}

.furgoo-hero {
  background-size: cover;
  background-position: center;
  animation: furgooBgZoom 9s ease-out both;
}

.furgoo-rent-block {
  max-width: 1220px;
  margin: 3.5rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.1rem;
  align-items: stretch;
}

.furgoo-rent-media {
  height: 100%;
}

.furgoo-rent-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.furgoo-rent-block--no-media {
  grid-template-columns: 1fr;
}

.furgoo-rent-block--no-media .furgoo-rent-media {
  display: none;
}

.furgoo-rent-content {
  padding-top: 1.35rem;
  max-width: 760px;
}

.furgoo-rent-eyebrow {
  margin: 0;
  color: #24c585;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-rent-title {
  margin: 0.7rem 0 0;
  color: #0e23a1;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
}

.furgoo-rent-description {
  margin: 1.2rem 0 0;
  color: #3f3f3f;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 680px;
}

.furgoo-rent-divider {
  width: 28px;
  height: 3px;
  background: #24c585;
  margin: 1.7rem 0 1.45rem;
}

.furgoo-rent-features {
  display: grid;
  gap: 0.5rem;
}

.furgoo-rent-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 0.55rem 0;
}

.furgoo-rent-feature--no-icon {
  grid-template-columns: 1fr;
}

.furgoo-rent-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.furgoo-rent-copy h3 {
  margin: 0;
  color: #121212;
  font-weight: 700;
  font-size: 1.12rem;
}

.furgoo-rent-copy p {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
  color: #545454;
  line-height: 1.45;
}

.furgoo-rent-content .furgoo-btn-primary {
  margin-top: 1.4rem;
}

.furgoo-overlay {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 5rem 2rem;
}

.furgoo-hero-overlay {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.furgoo-hero-content {
  max-width: 820px;
  margin: 0 auto;
}

.furgoo-hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  animation: furgooFadeUp 0.7s ease-out both;
}

.furgoo-subtitle {
  margin: 1rem 0 0;
  color: #fefa3e;
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  font-weight: 700;
  animation: furgooFadeUp 0.7s ease-out 0.15s both;
}

.furgoo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 24px;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
  margin-top: 1.7rem;
  animation: furgooFadeUp 0.7s ease-out 0.35s both;
}

.furgoo-btn-accent {
  background: #fefa3e;
  color: #121212;
}

.furgoo-btn-primary {
  background: #0e23a1;
  color: #fff;
  border-radius: 999px;
  padding: 0.95rem 2rem;
}

.furgoo-steps-block {
  max-width: 1220px;
  margin: 4rem auto 0;
  background: #f3f3f3;
  padding: 4rem 2rem 3.2rem;
}

.furgoo-steps-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.furgoo-steps-eyebrow {
  margin: 0;
  color: #24c585;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-steps-head h2 {
  margin: 0.7rem 0 0;
  color: #0e23a1;
  font-size: clamp(1.9rem, 4.2vw, 3.9rem);
  line-height: 1.08;
  font-weight: 900;
}

.furgoo-steps-description {
  margin: 1rem auto 0;
  color: #444;
  max-width: 560px;
  line-height: 1.45;
}

.furgoo-steps-grid {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.furgoo-step-card {
  position: relative;
  background: #fff;
  border-radius: 999px;
  min-height: 224px;
  padding: 2.1rem 1.2rem 1.3rem;
  text-align: center;
}

.furgoo-step-index {
  position: absolute;
  top: -10px;
  left: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #24c585;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.furgoo-step-card h3 {
  margin: 0.5rem 0 0;
  color: #121212;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 700;
}

.furgoo-step-card p {
  margin: 0.7rem 0 0;
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.furgoo-cta-banner {
  max-width: 1220px;
  margin: 3.2rem auto 0;
  background-size: cover;
  background-position: center;
}

.furgoo-cta-banner-overlay {
  background: rgba(18, 18, 18, 0.45);
  padding: 4.2rem 1.2rem;
  text-align: center;
}

.furgoo-cta-banner-content {
  max-width: 860px;
  margin: 0 auto;
}

.furgoo-cta-banner-text {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3.6rem);
  line-height: 1.12;
  font-weight: 900;
}

.furgoo-cta-banner .furgoo-btn-primary {
  margin-top: 1.5rem;
}

.furgoo-testimonial-block {
  max-width: 1220px;
  margin: 3.2rem auto 0;
  background: #0e23a1;
  padding: 4rem 1.2rem 3.5rem;
}

.furgoo-testimonial-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.furgoo-testimonial-eyebrow {
  margin: 0;
  color: #24c585;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-testimonial-content h2 {
  margin: 0.65rem auto 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  line-height: 1.08;
  font-weight: 900;
}

.furgoo-testimonial-user {
  margin: 2rem auto 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}

.furgoo-testimonial-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.furgoo-testimonial-text {
  margin: 1.6rem auto 0;
  max-width: 760px;
  color: #f5f5f5;
  font-size: 1.35rem;
  line-height: 1.45;
}

.furgoo-testimonial-author {
  margin: 1.6rem 0 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}

.furgoo-testimonial-role {
  margin: 0.4rem 0 0;
  color: #24c585;
  font-size: 1.05rem;
  font-weight: 700;
}

.furgoo-faq-block {
  max-width: 1220px;
  margin: 3.2rem auto 0;
  padding: 3.3rem 2rem;
  background: #f3f3f3;
}

.furgoo-faq-head {
  text-align: center;
}

.furgoo-faq-eyebrow {
  margin: 0;
  color: #24c585;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-faq-head h2 {
  margin: 0.65rem 0 0;
  color: #0e23a1;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 900;
}

.furgoo-faq-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.furgoo-faq-item {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ececec;
  overflow: hidden;
}

.furgoo-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  color: #202020;
}

.furgoo-faq-item summary::-webkit-details-marker {
  display: none;
}

.furgoo-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0e23a1;
  color: #0e23a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.furgoo-faq-item[open] summary::after {
  content: "-";
}

.furgoo-faq-answer {
  padding: 0 1rem 1.1rem;
}

.furgoo-faq-answer p {
  margin: 0;
  color: #4c4c4c;
  line-height: 1.55;
}

.furgoo-booking-block {
  max-width: 1220px;
  margin: 3.2rem auto 0;
  background: #0e23a1;
  padding: 2.6rem 2rem;
}

.furgoo-booking-card {
  max-width: 920px;
  margin: 0 auto;
  background: #f7f7f9;
  border-radius: 22px;
  padding: 2.4rem 2rem 2rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.furgoo-booking-eyebrow {
  margin: 0;
  color: #24c585;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.furgoo-booking-card h2 {
  margin: 0.45rem 0 1.5rem;
  color: #0e23a1;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  font-weight: 900;
}

.furgoo-booking-form label {
  display: block;
}

.furgoo-booking-legal-note {
  margin: 0 0 1rem;
  color: #5a5a5a;
  font-size: 0.82rem;
}

.furgoo-booking-form label > span {
  display: block;
  margin-bottom: 0.5rem;
  color: #232323;
  font-size: 0.9rem;
  font-weight: 700;
}

.furgoo-booking-grid {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
}

.furgoo-booking-grid > label {
  min-width: 0;
}

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

.furgoo-booking-grid-1 {
  grid-template-columns: 1fr;
}

.furgoo-booking-form input,
.furgoo-booking-form select,
.furgoo-booking-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #dbdbe1;
  background: #fff;
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.94rem;
  color: #1e1e1e;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.furgoo-booking-form input:focus,
.furgoo-booking-form select:focus,
.furgoo-booking-form textarea:focus {
  outline: none;
  border-color: #0e23a1;
  box-shadow: 0 0 0 3px rgba(14, 35, 161, 0.12);
}

.furgoo-booking-form textarea {
  resize: vertical;
  min-height: 150px;
}

.furgoo-booking-actions {
  margin-top: 1.3rem;
  display: flex;
  justify-content: flex-end;
}

.furgoo-booking-actions .furgoo-btn-primary {
  margin-top: 0;
  min-width: 170px;
  justify-content: center;
  padding: 0.92rem 1.4rem;
  border: 2px solid #091568;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(9, 21, 104, 0.24);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.furgoo-booking-actions .furgoo-btn-primary:hover {
  background: #091568;
  box-shadow: 0 8px 18px rgba(9, 21, 104, 0.3);
  transform: translateY(-1px);
}

.furgoo-booking-actions .furgoo-btn-primary:active {
  transform: translateY(0);
}

.furgoo-booking-actions .furgoo-btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 35, 161, 0.2), 0 6px 14px rgba(9, 21, 104, 0.24);
}

.furgoo-booking-privacy {
  margin-top: 0.15rem;
  display: flex !important;
  align-items: flex-start;
  gap: 0.55rem;
}

.furgoo-booking-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.05rem;
  flex: 0 0 auto;
  accent-color: #0e23a1;
}

.furgoo-booking-privacy span {
  margin: 0;
  color: #555;
  font-size: 0.83rem;
  line-height: 1.35;
  font-weight: 400;
}

.furgoo-booking-privacy a {
  color: #0e23a1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@keyframes furgooFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes furgooBgZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .furgoo-hero {
    border-radius: 0;
    min-height: 440px;
  }

  .furgoo-hero-overlay {
    min-height: 440px;
  }

  .furgoo-rent-block {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2rem;
  }

  .furgoo-rent-content {
    padding-top: 0;
  }

  .furgoo-steps-block {
    padding: 2.3rem 1rem 2rem;
  }

  .furgoo-steps-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .furgoo-step-card {
    border-radius: 24px;
    min-height: auto;
    padding: 1.6rem 1rem 1.1rem;
  }

  .furgoo-cta-banner-overlay {
    padding: 2.6rem 1rem;
  }

  .furgoo-testimonial-block {
    padding: 2.6rem 1rem 2.2rem;
  }

  .furgoo-testimonial-user {
    width: 86px;
    height: 86px;
    margin-top: 1.4rem;
  }

  .furgoo-testimonial-text {
    font-size: 1.05rem;
  }

  .furgoo-testimonial-author {
    font-size: 1.5rem;
  }

  .furgoo-faq-block {
    padding: 2.2rem 1rem;
  }

  .furgoo-faq-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .furgoo-booking-block {
    padding: 1rem 0.8rem;
  }

  .furgoo-booking-card {
    padding: 1.4rem 1rem 1.2rem;
    border-radius: 16px;
  }

  .furgoo-booking-grid-2 {
    grid-template-columns: 1fr;
  }

  .furgoo-booking-actions {
    justify-content: stretch;
  }

  .furgoo-booking-actions .furgoo-btn-primary {
    width: 100%;
  }
}
