:root {
  --bg: #f3f7f5;
  --bg-soft: #e7f2ee;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fcfffd;
  --text: #1f2125;
  --muted: #5b6169;
  --line: rgba(31, 33, 37, 0.12);
  --accent: #00b48b;
  --accent-2: #00c79b;
  --accent-3: #1f2125;
  --shadow: 0 20px 60px rgba(18, 24, 22, 0.12);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: min(1120px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(0, 180, 139, 0.14), transparent 30%),
    linear-gradient(180deg, #fcfffd 0%, var(--bg) 50%, #eef5f2 100%);
  padding-bottom: 7rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(252, 255, 253, 0.82);
  border-bottom: 1px solid rgba(31, 33, 37, 0.06);
}

.header-inner,
.footer-inner,
.hero-grid,
.trust-grid,
.services-grid,
.pricing-grid,
.experience-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.header-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.35rem 0;
  margin: 0.35rem 0;
}

.brand-logo {
  width: 5.8rem;
  height: auto;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0.15rem;
}

.brand-text strong,
.site-nav a,
.eyebrow,
.card-kicker,
h1,
h2,
h3,
.button {
  font-family: "Space Grotesk", sans-serif;
}

.brand-text small {
  color: var(--muted);
}

.site-nav {
  justify-self: end;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 700;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
}

.lang-switch select {
  min-height: 2.5rem;
  padding: 0.45rem 2rem 0.45rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0.32rem auto;
  background: var(--text);
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 4.5rem 0 3rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 180, 139, 0.16), transparent 20%),
    linear-gradient(90deg, rgba(31, 33, 37, 0.82), rgba(31, 33, 37, 0.32)),
    url("https://ecodriveoropesa.es/img/via-verde.jpg") center/cover;
  mask-image: linear-gradient(180deg, black 0%, black 82%, transparent 100%);
}

.hero-grid {
  position: relative;
  grid-template-columns: 1.3fr 0.8fr;
  align-items: start;
  min-height: 75vh;
}

.hero-copy {
  padding: 2rem 0;
  color: #fff;
  max-width: 48rem;
}

.eyebrow,
.card-kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero .eyebrow,
.hero .card-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.hero .eyebrow {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.booking-card .card-kicker,
.price-card .card-kicker,
.extras-panel .card-kicker,
.visual-card .card-kicker,
.service-note .card-kicker {
  color: var(--accent-3);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
  line-height: 1;
  margin-top: 1rem;
  text-wrap: balance;
}

h1 span {
  color: #8ff0d0;
}

.hero-text {
  max-width: 60ch;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.72;
}

.hero-text-secondary {
  max-width: 54ch;
  margin-top: 0.95rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
}

.hero-actions,
.hero-points,
.booking-actions,
.chip-row,
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 2.15rem;
}

.hero-points {
  margin-top: 1.4rem;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.35rem;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero-proof p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}

.hero-proof-stars {
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: #ffd54f;
  white-space: nowrap;
}

.hero-points span,
.chip-row span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.partner-logos {
  margin-top: 1.25rem;
  align-items: stretch;
}

.partner-logo-card {
  flex: 1 1 180px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 33, 37, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 28px rgba(0, 180, 139, 0.25);
}

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-3), #353941);
}

.text-link {
  font-weight: 700;
  color: var(--accent-3);
}

.booking-card,
.service-card,
.service-note,
.price-card,
.extras-panel,
.visual-card,
.contact-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.booking-card {
  padding: 1.6rem;
  background: rgba(252, 255, 253, 0.92);
  margin-top: 1em;
}

.booking-card h2 {
  margin-top: 0.5rem;
  font-size: 2rem;
}

.quick-facts {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.quick-facts li {
  display: grid;
  gap: 0.3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.quick-facts li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.quick-facts strong {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.quick-facts span {
  font-weight: 600;
}

.booking-actions {
  margin-top: 1.6rem;
  align-items: center;
}

.trust-strip {
  padding: 0 0 2rem;
}

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

.trust-grid article {
  padding: 1.4rem;
  border-top: 1px solid var(--line);
}

.bosch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.8rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 33, 37, 0.1);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.8rem 0.45rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 33, 37, 0.1);
}

.trust-badge-icon {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(0, 180, 139, 0.12);
}

.trust-badge-bike::before,
.trust-badge-bike::after,
.trust-badge-electric::before,
.trust-badge-electric::after,
.trust-badge-stars::before,
.trust-badge-stars::after {
  content: "";
  position: absolute;
}

.trust-badge-bike::before {
  left: 0.2rem;
  right: 0.2rem;
  top: 0.72rem;
  height: 2px;
  background: var(--accent);
}

.trust-badge-bike::after {
  left: 0.72rem;
  top: 0.28rem;
  width: 2px;
  height: 1.1rem;
  background: var(--accent);
}

.trust-badge-electric::before {
  left: 0.55rem;
  top: 0.28rem;
  width: 0.55rem;
  height: 1rem;
  background: var(--accent);
  clip-path: polygon(40% 0, 100% 0, 62% 45%, 100% 45%, 25% 100%, 42% 60%, 8% 60%);
}

.trust-badge-electric::after {
  inset: 0.28rem;
  border: 2px solid rgba(0, 180, 139, 0.35);
  border-radius: 50%;
}

.trust-badge-stars::before {
  inset: 0.34rem;
  background: var(--accent);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.trust-badge-stars::after {
  right: -0.1rem;
  bottom: -0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffd54f;
  box-shadow: -0.55rem -0.15rem 0 0 #ffd54f, -0.95rem 0.22rem 0 0 #ffd54f;
}

.trust-badge-text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-3);
}

.bosch-mark {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 2px solid #e1000f;
}

.bosch-mark::before,
.bosch-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.85rem;
  height: 2px;
  background: #6b7078;
  transform: translate(-50%, -50%);
}

.bosch-mark::after {
  width: 2px;
  height: 0.85rem;
}

.bosch-word {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e1000f;
}

.trust-grid strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.fixed-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: grid;
  gap: 0.55rem;
  width: min(360px, calc(100% - 2rem));
}

.fixed-cta-main,
.fixed-cta-secondary {
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 18px 36px rgba(10, 14, 13, 0.18);
  backdrop-filter: blur(12px);
}

.fixed-cta-main {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.15rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 26%),
    linear-gradient(135deg, #0f1513 0%, #00a980 55%, #00c79b 100%);
}

.fixed-cta-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.fixed-cta-main strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1;
}

.fixed-cta-secondary {
  display: inline-flex;
  justify-content: center;
  padding: 0.8rem 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  background: rgba(31, 33, 37, 0.9);
}

.section {
  padding: 5rem 0;
}

.section-soft {
  background:
    radial-gradient(circle at top right, rgba(0, 180, 139, 0.08), transparent 25%),
    var(--bg-soft);
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.experience-copy h2,
.contact-grid h2 {
  margin: 0.65rem 0 1rem;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.section-heading p,
.experience-copy p,
.contact-grid p,
.service-copy p,
.price-card li,
.extras-panel li,
.faq-list p,
.contact-list p,
.trust-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.seo-areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.seo-areas-list {
  display: grid;
  gap: 1rem;
}

.seo-areas-list article {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(252, 255, 253, 0.9);
  box-shadow: var(--shadow);
}

.seo-areas-list h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.seo-areas-list p {
  color: var(--muted);
  line-height: 1.6;
}

.services-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.photo-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.photo-card figcaption {
  padding: 0.95rem 1rem 1rem;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.service-card,
.service-note {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
}

.service-card {
  grid-column: span 4;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
}

.image-bike {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(31, 33, 37, 0.78) 100%),
    url("https://ecodriveoropesa.es/img/alquiler-bici.jpg");
}

.image-quad {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(31, 33, 37, 0.78) 100%),
    url("https://ecodriveoropesa.es/img/berg-out.jpg");
}

.image-workshop {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(31, 33, 37, 0.78) 100%),
    url("https://ecodriveoropesa.es/img/taller.jpg");
}

.service-copy {
  width: 100%;
  padding: 1.5rem;
  color: #fff;
}

.service-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.service-copy h3,
.service-note h3,
.price-card h3,
.extras-panel h3,
.visual-card h3 {
  margin: 0.45rem 0 0.75rem;
  font-size: 1.55rem;
}

.service-note {
  grid-column: 3 / span 8;
  min-height: auto;
  padding: 1.6rem;
  background: linear-gradient(135deg, rgba(252, 255, 253, 0.96), rgba(219, 244, 236, 0.92));
}

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

.price-card,
.extras-panel,
.visual-card,
.contact-card,
.faq-list details {
  background: var(--surface-strong);
}

.price-card {
  padding: 1.7rem;
}

.price-card.featured {
  background:
    linear-gradient(180deg, rgba(0, 180, 139, 0.12), rgba(252, 255, 253, 1) 26%),
    var(--surface-strong);
  border-color: rgba(0, 180, 139, 0.22);
}

.price-tag {
  margin: 1rem 0 1.15rem;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.price-card ul,
.extras-panel ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.extras-panel {
  margin-top: 1.5rem;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.experience-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.route-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.route-list article {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.experience-visual {
  min-height: 38rem;
  display: grid;
  align-items: end;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(0, 180, 139, 0.12), rgba(31, 33, 37, 0.76)),
    url("https://ecodriveoropesa.es/img/oropesa.jpg") center/cover;
}

.visual-card {
  padding: 1.6rem;
  background: rgba(255, 253, 248, 0.9);
}

.visual-card ol {
  margin: 1rem 0 1.25rem;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.75rem;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.1rem 1.25rem;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

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

.faq-list p {
  margin-top: 0.85rem;
}

.contact-section {
  padding-bottom: 6rem;
}

.contact-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.contact-card {
  padding: 1.6rem;
  display: grid;
  gap: 0.9rem;
}

.contact-list {
  margin-top: 0.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.map-section {
  padding-top: 0;
}

.map-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface-strong);
}

.map-card iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2rem;
}

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

.footer-inner p:last-child {
  text-align: right;
  color: var(--muted);
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    z-index: 25;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(252, 255, 253, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-grid,
  .experience-grid,
  .contact-grid,
  .extras-panel,
  .footer-inner,
  .pricing-grid,
  .trust-grid,
  .seo-areas-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-note {
    grid-column: auto;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 3rem;
  }

  h1 {
    max-width: 14ch;
  }

  .brand-logo {
    width: 5.4rem;
  }

  .experience-visual {
    min-height: 28rem;
  }

  .footer-inner p:last-child {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .section {
    padding: 4rem 0;
  }

  .hero-copy,
  .booking-card,
  .price-card,
  .service-copy,
  .service-note,
  .visual-card,
  .contact-card {
    padding: 1.25rem;
  }

  h1 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .brand {
    padding: 0.25rem 0;
    margin: 0.25rem 0;
  }

  .brand-text {
    display: none;
  }

  .hero-points span,
  .chip-row span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .photo-grid {
    grid-auto-columns: 82%;
  }

  .map-card iframe {
    height: 320px;
  }

  .fixed-cta {
    left: 1rem;
    right: 1rem;
    width: auto;
  }

  .fixed-cta-secondary {
    display: none;
  }
}
