/**
 * Interior page components (adapted from home.css patterns).
 * Loaded only on native page templates — homepage CSS stays frozen.
 */

.furgoo-page-components {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.furgoo-page-components img,
.furgoo-page-components svg,
.furgoo-page-components iframe {
  max-width: 100%;
}

.furgoo-welcome-split__media img {
  max-width: none;
  width: 100%;
}

.furgoo-page-components:has(.furgoo-welcome-split__media) {
  overflow-x: clip;
}

.furgoo-page-section {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

/* —— Page hero —— */
.furgoo-page-hero {
  width: 100%;
  min-height: 360px;
  position: relative;
  background: #0f1226 center / cover no-repeat;
  margin: 0;
}

.furgoo-page-hero__overlay {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 3.5rem 2rem 2.5rem;
  text-align: center;
}

.furgoo-page-hero__content {
  width: min(820px, 100%);
}

.furgoo-page-hero__eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow-on-dark, #fefa3e);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-page-hero__title {
  margin: 0.65rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 900;
  line-height: 1.08;
}

.furgoo-page-hero__subtitle {
  margin: 1rem 0 0;
  color: #fefa3e;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
}

/* —— FAQ (shared with homepage class names for accordion JS) —— */
.furgoo-page-components .furgoo-faq-block {
  margin: 3.2rem auto 0;
  padding: 3.3rem 2rem;
  background: #f3f3f3;
}

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

.furgoo-page-components .furgoo-faq-eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

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

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

.furgoo-page-components .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-page-components .furgoo-faq-item summary::-webkit-details-marker {
  display: none;
}

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

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

.furgoo-page-components .furgoo-faq-answer {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0 1rem 0;
}

.furgoo-page-components .furgoo-faq-item[open] .furgoo-faq-answer {
  padding: 0 1rem 1rem;
  border-top: 1px solid #e9e9ee;
}

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

/* —— Feature grid —— */
.furgoo-feature-grid {
  margin: 3.2rem auto 0;
  padding: 0 2rem 1rem;
}

.furgoo-feature-grid__head {
  max-width: 760px;
}

.furgoo-feature-grid__eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

.furgoo-feature-grid__intro {
  margin: 1.2rem 0 0;
  color: #3f3f3f;
  font-size: 1.02rem;
  line-height: 1.55;
}

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

.furgoo-feature-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1.25rem;
  background: #f7f7f9;
  border-radius: 12px;
  border: 1px solid #e9e9ee;
}

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

.furgoo-feature-card__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

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

.furgoo-feature-card__body p {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: #545454;
  line-height: 1.45;
}

.furgoo-feature-card__link {
  margin-top: 0.85rem !important;
}

/* —— Gallery —— */
.furgoo-gallery-grid {
  margin: 3.2rem auto 0;
  padding: 0 2rem 2rem;
}

.furgoo-gallery-grid__head {
  text-align: center;
}

.furgoo-gallery-grid__eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

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

.furgoo-gallery-grid__item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

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

/* —— Testimonials page grid —— */
.furgoo-testimonials-page {
  margin: 3.2rem auto 0;
  padding: 0 2rem 2rem;
}

.furgoo-testimonials-page__head {
  text-align: center;
}

.furgoo-testimonials-page__eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

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

.furgoo-testimonial-card {
  margin: 0;
  padding: 2rem 1.5rem;
  background: #0e23a1;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

.furgoo-testimonial-card__avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}

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

.furgoo-star-rating {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  margin-top: 1rem;
}

.furgoo-testimonial-card > .furgoo-star-rating:first-child {
  margin-top: 0;
}

.furgoo-star-rating__star {
  font-size: 1.15rem;
  line-height: 1;
}

.furgoo-star-rating__star.is-filled {
  color: var(--furgoo-accent, #fefa3e);
}

.furgoo-star-rating__star.is-empty {
  color: rgba(255, 255, 255, 0.35);
}

.furgoo-testimonial-card__text {
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #f5f5f5;
}

.furgoo-testimonial-card__author {
  display: block;
  margin: 1rem 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

.furgoo-testimonial-card__role {
  margin: 0.35rem 0 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-weight: 700;
  font-size: 0.95rem;
}

/* —— Contact section —— */
.furgoo-contact-section {
  margin: 3rem auto 0;
  padding: 0 2rem 2rem;
}

.furgoo-contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.furgoo-contact-section__intro {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #3f3f3f;
}

.furgoo-contact-section__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.furgoo-contact-item--page {
  color: #0e23a1;
}

.furgoo-contact-item--page .furgoo-contact-item-text {
  font-size: 1.05rem;
}

.furgoo-contact-section__address h3,
.furgoo-contact-section__hours h3 {
  margin: 0 0 0.35rem;
  color: #0e23a1;
  font-size: 1rem;
}

.furgoo-contact-section__address p,
.furgoo-contact-section__hours p {
  margin: 0 0 1.25rem;
  line-height: 1.55;
  color: #4c4c4c;
}

.furgoo-contact-section__maps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.furgoo-contact-section__maps--duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.furgoo-contact-section__map-label {
  margin: 0 0 0.5rem;
  color: #0e23a1;
  font-size: 1rem;
}

.furgoo-contact-section__map iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .furgoo-contact-section__maps--duo {
    grid-template-columns: 1fr;
  }
}

.furgoo-contact-section__form {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #f3f3f3;
  border-radius: 16px;
}

.furgoo-contact-section__form h2 {
  margin: 0 0 1.25rem;
  color: #0e23a1;
  font-size: 1.5rem;
}

/* —— Booking / CF7 forms (interior pages only — homepage uses home.css) —— */
.furgoo-page-components .furgoo-booking-block {
  max-width: none;
  margin: 3.2rem 0 0;
  background: #0e23a1;
  padding: 2.6rem 2rem;
}

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

.furgoo-page-components .furgoo-booking-eyebrow {
  margin: 0;
  color: var(--furgoo-eyebrow, #0e23a1);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-page-components .furgoo-booking-card h2 {
  margin: 0.45rem 0 1.25rem;
  color: #0e23a1;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.furgoo-page-components .furgoo-booking-form {
  min-width: 0;
  text-align: left;
}

.furgoo-page-components .furgoo-booking-form label {
  display: block;
  min-width: 0;
}

.furgoo-page-components .furgoo-booking-form p {
  margin: 0;
  min-width: 0;
}

.furgoo-page-components .furgoo-booking-form p:empty {
  display: none;
}

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

.furgoo-page-components .furgoo-booking-form label > span:first-child {
  display: block;
  margin-bottom: 0.45rem;
  color: #232323;
  font-size: 0.88rem;
  font-weight: 700;
}

.furgoo-page-components .furgoo-booking-grid {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
  min-width: 0;
}

.furgoo-page-components .furgoo-booking-grid > label,
.furgoo-page-components .furgoo-booking-grid > p {
  min-width: 0;
}

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

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

.furgoo-page-components .furgoo-booking-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.furgoo-page-components .furgoo-booking-form select,
.furgoo-page-components .furgoo-booking-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dbdbe1;
  background: #fff;
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  font-family: inherit;
  font-size: 0.94rem;
  color: #1e1e1e;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.furgoo-page-components .furgoo-booking-form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="date"]
  ):not([type="datetime-local"]):not([type="time"]):not([type="month"]):not(
    [type="week"]
  ),
.furgoo-page-components .furgoo-booking-form select,
.furgoo-page-components .furgoo-booking-form textarea {
  display: block;
}

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

.furgoo-page-components .furgoo-booking-form textarea {
  resize: vertical;
  min-height: 140px;
}

.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap:has(input[type="date"]),
.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap:has(input[type="datetime-local"]),
.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap:has(input[type="time"]),
.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap:has(input[type="month"]),
.furgoo-page-components .furgoo-booking-form .wpcf7-form-control-wrap:has(input[type="week"]) {
  display: flex;
  max-width: 100%;
}

.furgoo-page-components .furgoo-booking-form input[type="date"],
.furgoo-page-components .furgoo-booking-form input[type="datetime-local"],
.furgoo-page-components .furgoo-booking-form input[type="time"],
.furgoo-page-components .furgoo-booking-form input[type="month"],
.furgoo-page-components .furgoo-booking-form input[type="week"] {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 0;
}

.furgoo-page-components .furgoo-booking-form .wpcf7-not-valid {
  border-color: #d61f45;
  box-shadow: 0 0 0 2px rgba(214, 31, 69, 0.14);
}

.furgoo-page-components .furgoo-booking-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.35rem;
  color: #c3173c;
  font-size: 0.8rem;
  line-height: 1.3;
}

.furgoo-page-components .furgoo-booking-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  font-size: 0.84rem;
  line-height: 1.35;
}

.furgoo-page-components .furgoo-booking-privacy {
  margin-top: 0.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.55rem;
  text-align: left;
}

.furgoo-page-components .furgoo-booking-privacy .wpcf7-list-item {
  margin: 0;
  width: 100%;
}

.furgoo-page-components .furgoo-booking-privacy .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
}

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

.furgoo-page-components .furgoo-booking-privacy .wpcf7-list-item-label {
  display: inline;
  flex: 1;
}

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

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

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

.furgoo-page-components .furgoo-booking-actions .furgoo-btn-primary,
.furgoo-page-components .furgoo-booking-actions input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 190px;
  margin-top: 0;
  padding: 0.92rem 1.6rem;
  border: 2px solid #091568;
  border-radius: 999px;
  background: #0e23a1;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(9, 21, 104, 0.24);
  transition:
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.furgoo-page-components .furgoo-booking-actions .furgoo-btn-primary:hover,
.furgoo-page-components .furgoo-booking-actions input[type="submit"]:hover {
  background: #1029bc;
  border-color: #1029bc;
  color: #fff;
  box-shadow: 0 8px 16px rgba(9, 21, 104, 0.22);
}

.furgoo-page-components .furgoo-booking-actions .furgoo-btn-primary:focus-visible,
.furgoo-page-components .furgoo-booking-actions input[type="submit"]: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-page-components .furgoo-contact-section__form .furgoo-booking-form {
  margin-top: 0.25rem;
}

.furgoo-page-components .furgoo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.95rem 2rem;
  font-weight: 700;
}

.furgoo-page-components .furgoo-btn-primary {
  background: #0e23a1;
  color: #fff;
}

.furgoo-page-components .furgoo-btn-primary:hover,
.furgoo-page-components .furgoo-btn-primary:focus-visible {
  background: #1029bc;
  color: #fff;
}

/* —— Welcome split (image + text) —— */
.furgoo-welcome-split {
  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-welcome-split__media {
  height: 100%;
  min-height: 280px;
}

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

.furgoo-welcome-split--no-media {
  grid-template-columns: 1fr;
}

.furgoo-welcome-split--no-media .furgoo-welcome-split__media {
  display: none;
}

.furgoo-welcome-split--image-right .furgoo-welcome-split__media {
  order: 2;
}

.furgoo-welcome-split--image-right .furgoo-welcome-split__content {
  order: 1;
}

.furgoo-welcome-split__content {
  padding-top: 1.35rem;
  max-width: 760px;
}

.furgoo-welcome-split__eyebrow {
  margin: 0;
  color: #0e23a1;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

.furgoo-welcome-split__divider {
  width: 28px;
  height: 3px;
  background: #fefa3e;
  margin: 1.7rem 0 1.45rem;
}

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

.furgoo-welcome-split__cta {
  margin-top: 1.4rem;
}

/* —— Process steps (come funziona) —— */
.furgoo-page-components .furgoo-steps-block {
  max-width: 1220px;
  margin: 4rem auto 0;
  background: #f3f3f3;
  padding: 4rem 2rem 3.2rem;
}

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

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

.furgoo-page-components .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-page-components .furgoo-steps-description {
  margin: 1rem auto 0;
  color: #444;
  max-width: 560px;
  line-height: 1.45;
}

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

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

.furgoo-page-components .furgoo-step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-57%);
  width: 100%;
  height: 100%;
  background: url(../../images/arrow_blue.svg) no-repeat center center;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.furgoo-page-components .furgoo-step-index {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0e23a1;
  color: #fefa3e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 1;
}

.furgoo-page-components .furgoo-step-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 0.55rem;
  position: relative;
  z-index: 1;
}

.furgoo-page-components .furgoo-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.furgoo-page-components .furgoo-step-card h3 {
  margin: 0.5rem 0 0;
  color: #121212;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.furgoo-page-components .furgoo-step-card p {
  margin: 0.7rem 0 0;
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

/* —— Why choose us —— */
.furgoo-page-components .furgoo-why-choose {
  max-width: 1220px;
  margin: 4rem auto 0;
  padding: 0 2rem 1rem;
  text-align: center;
}

.furgoo-page-components .furgoo-why-choose__head {
  max-width: 760px;
  margin: 0 auto;
}

.furgoo-page-components .furgoo-why-choose__eyebrow {
  margin: 0;
  color: #0e23a1;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.furgoo-page-components .furgoo-why-choose__title {
  margin: 0.7rem 0 0;
  color: #0e23a1;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.12;
  font-weight: 900;
}

.furgoo-page-components .furgoo-why-choose__grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}

.furgoo-page-components .furgoo-why-choose__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
}

.furgoo-page-components .furgoo-why-choose__badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0e23a1;
  color: #fefa3e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.furgoo-page-components .furgoo-why-choose__text {
  margin: 0;
  color: #121212;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 700;
  max-width: 240px;
}

/* —— Responsive —— */
@media (max-width: 900px) {
  .furgoo-feature-grid__items,
  .furgoo-testimonials-page__grid,
  .furgoo-gallery-grid__items {
    grid-template-columns: 1fr;
  }

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

  .furgoo-welcome-split,
  .furgoo-welcome-split--image-right {
    grid-template-columns: 1fr;
  }

  .furgoo-welcome-split--image-right .furgoo-welcome-split__media,
  .furgoo-welcome-split--image-right .furgoo-welcome-split__content {
    order: unset;
  }

  .furgoo-welcome-split__content {
    padding-top: 0;
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-main .elementor-section.elementor-top-section:has(.elementor-widget-furgoo-welcome-split, .elementor-widget-furgoo-feature-grid) > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none;
  }

  .furgoo-main .elementor-section:has(.elementor-widget-furgoo-welcome-split) {
    overflow: clip;
  }

  .elementor-widget-furgoo-welcome-split .elementor-element-populated,
  .elementor-widget-furgoo-feature-grid .elementor-element-populated {
    --e-column-margin-left: 0px;
    --e-column-margin-right: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .elementor-widget-furgoo-welcome-split .elementor-widget-container,
  .elementor-widget-furgoo-feature-grid .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .elementor-widget-furgoo-welcome-split .elementor-widget-container {
    overflow: clip;
  }

  .furgoo-welcome-split,
  .furgoo-feature-grid {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .furgoo-feature-grid__head,
  .furgoo-feature-grid__items {
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-welcome-split__media {
    position: relative;
    left: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 240px;
  }

  .furgoo-welcome-split__media img {
    width: 100%;
    max-width: none !important;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 0;
    display: block;
  }

  .furgoo-page-components .furgoo-why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .furgoo-page-components .furgoo-steps-block {
    padding: 2.3rem var(--furgoo-gutter-mobile, 1.25rem) 2rem;
  }

  .furgoo-page-components .furgoo-step-card {
    border-radius: 24px;
    min-height: auto;
    padding: 1.6rem var(--furgoo-gutter-mobile, 1.25rem) 1.1rem;
  }

  .furgoo-page-components .furgoo-step-index {
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }

  .furgoo-page-components .furgoo-step-card h3 {
    font-size: 1.3rem;
  }

  .furgoo-page-components .furgoo-step-card:not(:last-child)::after {
    display: none;
  }

  .furgoo-page-components .furgoo-why-choose__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .furgoo-page-components .furgoo-why-choose {
    padding: 0 var(--furgoo-gutter-mobile, 1.25rem) 1rem;
  }

  .furgoo-page-components .furgoo-why-choose__text {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .furgoo-page-components .furgoo-page-section:not(.furgoo-welcome-split):not(.furgoo-feature-grid) {
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-page-components .furgoo-welcome-split,
  .furgoo-page-components .furgoo-feature-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .furgoo-page-components .furgoo-welcome-split {
    gap: 1.25rem;
  }

  .elementor-widget-furgoo-welcome-split .elementor-widget-container {
    overflow: clip;
  }

  .furgoo-feature-grid__head,
  .furgoo-feature-grid__items {
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-gallery-grid,
  .furgoo-testimonials-page,
  .furgoo-contact-section {
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-page-components .furgoo-faq-grid {
    grid-template-columns: 1fr;
  }

  .furgoo-page-hero,
  .furgoo-page-hero__overlay {
    min-height: 280px;
  }

  .furgoo-page-hero__overlay {
    padding-left: var(--furgoo-gutter-mobile, 1.25rem);
    padding-right: var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-page-components .furgoo-faq-block {
    padding: 2rem var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-page-components .furgoo-booking-block {
    margin-top: 2rem;
    padding: 2rem var(--furgoo-gutter-mobile, 1.25rem);
  }

  .furgoo-page-components .furgoo-booking-card {
    padding: 1.6rem 1.1rem 1.4rem;
    border-radius: 18px;
  }

  .furgoo-page-components .furgoo-booking-card h2 {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
    margin-bottom: 1rem;
  }

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

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

  .furgoo-page-components .furgoo-booking-actions .furgoo-btn-primary,
  .furgoo-page-components .furgoo-booking-actions input[type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .furgoo-page-components .furgoo-booking-form
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .furgoo-page-components .furgoo-booking-form select,
  .furgoo-page-components .furgoo-booking-form textarea {
    font-size: 16px;
  }
}
