/*
Theme Name: Outside Rent Sports
Theme URI: https://outsiderent.com
Author: Outside Rent Sports
Author URI: https://outsiderent.com
Description: Tema personalitzat per a Outside Rent Sports — plataforma de lloguer de material esportiu premium.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: outsiderent
Tags: sport, rental, outdoor, custom, responsive
*/

/* ─────────────────────────────────────────
   VARIABLES GLOBALS
───────────────────────────────────────── */
:root {
  --green-dark: #1a3d2b;
  --green-mid: #2d6a4f;
  --green-bright: #40916c;
  --cream: #f5f0e8;
  --cream-dark: #ede7d9;
  --white: #ffffff;
  --text-dark: #121a14;
  --text-mid: #3d5a47;
  --text-light: #6b8f71;
  --accent-amber: #e9a84c;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(26,61,43,0.08);
  --shadow-md: 0 8px 32px rgba(26,61,43,0.12);
  --shadow-lg: 0 20px 60px rgba(26,61,43,0.16);
}

/* ─────────────────────────────────────────
   RESET I BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

/* ─────────────────────────────────────────
   TOP ANNOUNCEMENT BANNER
───────────────────────────────────────── */
.ors-top-banner {
  background: var(--green-dark);
  color: var(--cream);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.ors-top-banner strong {
  color: var(--accent-amber);
  font-weight: 700;
}

/* ─────────────────────────────────────────
   NAV
───────────────────────────────────────── */
.ors-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-dark);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.ors-nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.ors-nav-logo img {
  height: 44px;
  width: auto;
  max-width: 44px;
  object-fit: contain;
}

/* Logo personalitzat de WordPress — CRÍTIC per evitar logo gigant */
.ors-nav-logo .custom-logo-link {
  display: flex;
  align-items: center;
  line-height: 0;
}
.ors-nav-logo .custom-logo-link img,
.ors-nav-logo .custom-logo {
  height: 44px !important;
  width: auto !important;
  max-width: 44px !important;
  object-fit: contain !important;
  display: block !important;
}
.ors-nav-logo-text {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--green-dark);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ors-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}
.ors-nav-links a {
  color: var(--text-mid);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.ors-nav-links a:hover { color: var(--green-dark); }
.ors-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ors-nav-rating {
  font-size: 13px;
  color: var(--text-mid);
  font-weight: 500;
}
.ors-btn-nav {
  background: var(--green-dark);
  color: var(--white);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  border: none;
  transition: background 0.2s;
  letter-spacing: 0.3px;
}
.ors-btn-nav:hover { background: var(--green-mid); }

/* Mobile hamburger (hidden per defecte) */
.ors-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--green-dark);
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.ors-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 110px);
  max-height: 820px;
  overflow: hidden;
}
.ors-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px 64px 64px;
  background: var(--cream);
}
.ors-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(64,145,108,0.12);
  color: var(--green-mid);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  width: fit-content;
  animation: fadeUp 0.6s ease both;
}
.ors-hero-headline {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  color: var(--green-dark);
  margin-bottom: 16px;
  animation: fadeUp 0.6s 0.1s ease both;
}
.ors-hero-headline em {
  font-style: italic;
  color: var(--green-bright);
}
.ors-hero-sub {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 460px;
  animation: fadeUp 0.6s 0.2s ease both;
}

/* Trust chips */
.ors-trust-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.25s ease both;
}
.ors-trust-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green-dark);
}
.ors-trust-chip .ors-chip-icon {
  width: 20px;
  height: 20px;
  background: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  flex-shrink: 0;
}
.ors-trust-divider {
  width: 1px;
  height: 16px;
  background: var(--cream-dark);
  flex-shrink: 0;
}

/* Sport CTAs */
.ors-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  animation: fadeUp 0.6s 0.3s ease both;
}
.ors-btn-sport {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  border: 2px solid var(--green-dark);
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  text-decoration: none;
  min-width: 110px;
  background: transparent;
  color: var(--green-dark);
}
.ors-btn-sport.primary {
  background: var(--green-dark);
  color: var(--white);
}
.ors-btn-sport:hover {
  background: var(--green-mid);
  border-color: var(--green-mid);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.ors-btn-sport-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ors-btn-sport-price {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
  margin-top: 3px;
}
.ors-hero-note {
  font-size: 12px;
  color: var(--text-light);
  animation: fadeUp 0.6s 0.35s ease both;
}

/* Hero right — image grid */
.ors-hero-right {
  position: relative;
  overflow: hidden;
  background: var(--green-dark);
}
.ors-hero-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 3px;
}
.ors-hero-img-cell {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.ors-hero-img-cell:first-child { grid-row: span 2; }
.ors-hero-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ors-hero-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--accent-amber);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
}

/* ─────────────────────────────────────────
   SECTIONS COMUNS
───────────────────────────────────────── */
.ors-section {
  padding: 80px 64px;
}
.ors-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-bright);
  margin-bottom: 12px;
  display: block;
}
.ors-section-title {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--green-dark);
  margin-bottom: 48px;
  max-width: 520px;
  line-height: 1.15;
}

/* ─────────────────────────────────────────
   HOW IT WORKS
───────────────────────────────────────── */
.ors-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ors-how-step {
  position: relative;
  padding: 36px 32px;
  background: white;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--cream-dark);
  transition: box-shadow 0.3s, transform 0.3s;
}
.ors-how-step:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.ors-step-number {
  font-family: 'Fraunces', serif;
  font-size: 60px;
  font-weight: 900;
  color: var(--cream-dark);
  line-height: 1;
  margin-bottom: 12px;
}
.ors-step-icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
}
.ors-how-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 10px;
}
.ors-how-step p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
}
.ors-step-arrow {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--green-bright);
  z-index: 2;
}

/* ─────────────────────────────────────────
   BOOKING WIDGET
───────────────────────────────────────── */
.ors-booking-section {
  background: var(--green-dark);
  padding: 64px;
  position: relative;
  overflow: hidden;
}
.ors-booking-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(64,145,108,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.ors-booking-title {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.ors-booking-sub {
  color: rgba(255,255,255,0.55);
  font-size: 15px;
  margin-bottom: 28px;
}
.ors-booking-widget {
  background: white;
  border-radius: var(--radius-lg);
  padding: 8px;
  display: flex;
  align-items: stretch;
  gap: 2px;
  box-shadow: var(--shadow-lg);
}
.ors-widget-field {
  flex: 1;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  transition: background 0.2s;
  min-width: 0;
}
.ors-widget-field:hover { background: var(--cream); }
.ors-widget-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 5px;
}
.ors-widget-field select,
.ors-widget-field input[type="date"] {
  width: 100%;
  border: none;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.ors-widget-divider {
  width: 1px;
  background: var(--cream-dark);
  margin: 12px 0;
  flex-shrink: 0;
}
.ors-widget-btn {
  background: var(--green-dark);
  color: white;
  border: none;
  padding: 16px 28px;
  border-radius: var(--radius-md);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
}
.ors-widget-btn:hover {
  background: var(--green-mid);
  transform: scale(1.02);
}
.ors-booking-footer {
  margin-top: 16px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.ors-booking-footer span {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

/* ─────────────────────────────────────────
   PRICING CARDS
───────────────────────────────────────── */
.ors-pricing-section {
  padding: 80px 64px;
  background: var(--cream-dark);
}
.ors-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ors-price-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 2px solid transparent;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.ors-price-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--green-bright);
  opacity: 0;
  transition: opacity 0.3s;
}
.ors-price-card:hover {
  border-color: var(--green-bright);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.ors-price-card:hover::before { opacity: 1; }
.ors-price-card.featured {
  border-color: var(--green-bright);
  box-shadow: var(--shadow-md);
}
.ors-price-card.featured::before { opacity: 1; }
.ors-price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent-amber);
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ors-sport-emoji {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}
.ors-price-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 4px;
}
.ors-price-card .ors-price-subtitle {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 4px;
}
.ors-price-tag {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 16px 0;
}
.ors-price-from {
  font-size: 12px;
  color: var(--text-light);
}
.ors-price-amount {
  font-family: 'Fraunces', serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--green-dark);
  line-height: 1;
}
.ors-price-unit {
  font-size: 14px;
  color: var(--text-light);
}
.ors-price-includes {
  list-style: none;
  margin-bottom: 28px;
}
.ors-price-includes li {
  font-size: 13px;
  color: var(--text-mid);
  padding: 7px 0;
  border-bottom: 1px solid var(--cream-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ors-price-includes li::before {
  content: '✓';
  color: var(--green-bright);
  font-weight: 700;
  flex-shrink: 0;
}
.ors-btn-reserve {
  width: 100%;
  background: var(--green-dark);
  color: white;
  border: none;
  padding: 16px;
  border-radius: var(--radius-md);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  text-align: center;
  letter-spacing: 0.3px;
}
.ors-btn-reserve:hover {
  background: var(--green-mid);
  color: white;
  transform: translateY(-1px);
}
.ors-pricing-note {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-light);
}

/* ─────────────────────────────────────────
   CANCELLATION BANNER
───────────────────────────────────────── */
.ors-cancel-banner {
  background: linear-gradient(135deg, #d4edda, #b7dfc3);
  border: 2px solid var(--green-bright);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 64px 80px;
  position: relative;
  overflow: hidden;
}
.ors-cancel-banner::after {
  content: '✓';
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 150px;
  color: rgba(64,145,108,0.08);
  font-weight: 900;
  pointer-events: none;
}
.ors-cancel-banner h3 {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 6px;
}
.ors-cancel-banner p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.5;
}
.ors-cancel-badge {
  background: var(--green-dark);
  color: white;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────
   TRUST SECTION
───────────────────────────────────────── */
.ors-trust-section {
  padding: 80px 64px;
  background: white;
}
.ors-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}
.ors-trust-item {
  text-align: center;
  padding: 32px 20px;
  background: var(--cream);
  border-radius: var(--radius-md);
  transition: transform 0.2s;
}
.ors-trust-item:hover { transform: translateY(-3px); }
.ors-trust-icon {
  font-size: 36px;
  margin-bottom: 14px;
  display: block;
}
.ors-trust-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 8px;
}
.ors-trust-item p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.5;
}

/* Payment logos */
.ors-payment-row {
  text-align: center;
  margin-bottom: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--cream-dark);
}
.ors-payment-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 20px;
  display: block;
}
.ors-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ors-payment-logo {
  background: var(--cream);
  border: 1.5px solid var(--cream-dark);
  border-radius: var(--radius-sm);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: box-shadow 0.2s;
}
.ors-payment-logo:hover { box-shadow: var(--shadow-sm); }
.ors-payment-logo.stripe { color: #635bff; }
.ors-payment-logo.visa { color: #1434cb; font-style: italic; font-size: 16px; }
.ors-payment-logo.mc { color: #eb001b; }
.ors-payment-logo.apple { color: #1d1d1f; }
.ors-payment-logo.gpay { color: #4285f4; }

/* Reviews */
.ors-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}
.ors-rating-big {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ors-rating-number {
  font-family: 'Fraunces', serif;
  font-size: 52px;
  font-weight: 900;
  color: var(--green-dark);
  line-height: 1;
}
.ors-stars { font-size: 18px; letter-spacing: 2px; display: block; margin-bottom: 4px; }
.ors-rating-source { font-size: 12px; color: var(--text-light); }
.ors-reviews-link {
  font-size: 13px;
  color: var(--green-mid);
  font-weight: 600;
  text-decoration: none;
}
.ors-reviews-link:hover { text-decoration: underline; }
.ors-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ors-review-card {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1.5px solid var(--cream-dark);
  transition: box-shadow 0.2s;
}
.ors-review-card:hover { box-shadow: var(--shadow-sm); }
.ors-review-stars { font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.ors-review-text {
  font-size: 14px;
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}
.ors-review-author { display: flex; align-items: center; gap: 10px; }
.ors-review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.ors-review-name { font-size: 13px; font-weight: 700; color: var(--green-dark); }
.ors-review-platform { font-size: 11px; color: var(--text-light); }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.ors-footer {
  background: var(--green-dark);
  color: rgba(255,255,255,0.65);
  padding: 56px 64px 32px;
}
.ors-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.ors-footer-brand h4 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}
.ors-footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.ors-footer-social { display: flex; gap: 12px; }
.ors-footer-social a {
  color: rgba(255,255,255,0.45);
  font-size: 18px;
  transition: color 0.2s;
  text-decoration: none;
}
.ors-footer-social a:hover { color: white; }
.ors-footer-col h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.ors-footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.2s;
}
.ors-footer-col a:hover { color: white; }
.ors-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────────
   RESPONSIVE — TABLET
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .ors-nav { padding: 14px 24px; }
  .ors-hero { grid-template-columns: 1fr; max-height: none; }
  .ors-hero-right { height: 320px; }
  .ors-hero-left { padding: 48px 32px; }
  .ors-section { padding: 60px 32px; }
  .ors-booking-section { padding: 48px 32px; }
  .ors-pricing-section { padding: 60px 32px; }
  .ors-trust-section { padding: 60px 32px; }
  .ors-cancel-banner { margin: 0 32px 60px; }
  .ors-footer { padding: 48px 32px 24px; }
  .ors-how-grid { grid-template-columns: 1fr; gap: 20px; }
  .ors-step-arrow { display: none; }
  .ors-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ors-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ─────────────────────────────────────────
   RESPONSIVE — MOBILE
───────────────────────────────────────── */
@media (max-width: 640px) {
  .ors-nav-links { display: none; }
  .ors-nav-rating { display: none; }
  .ors-nav-toggle { display: block; }
  .ors-nav { padding: 12px 20px; }

  .ors-hero-left { padding: 40px 20px; }
  .ors-hero-ctas { flex-direction: column; }
  .ors-btn-sport { width: 100%; flex-direction: row; justify-content: space-between; }

  .ors-booking-widget { flex-direction: column; border-radius: var(--radius-md); }
  .ors-widget-divider { width: 100%; height: 1px; margin: 0; }
  .ors-widget-btn { border-radius: var(--radius-md); padding: 18px; }

  .ors-pricing-grid { grid-template-columns: 1fr; }
  .ors-trust-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ors-reviews-grid { grid-template-columns: 1fr; }
  .ors-footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .ors-cancel-banner { flex-direction: column; margin: 0 20px 48px; }
  .ors-cancel-badge { width: 100%; text-align: center; }

  .ors-section { padding: 48px 20px; }
  .ors-booking-section { padding: 40px 20px; }
  .ors-pricing-section { padding: 48px 20px; }
  .ors-trust-section { padding: 48px 20px; }
  .ors-footer { padding: 40px 20px 20px; }
}

/* ─────────────────────────────────────────
   GUTENBERG — reset de l'editor
   Elimina marges/paddings per defecte de WP
───────────────────────────────────────── */
#ors-main {
  padding: 0;
  margin: 0;
}
.wp-block-group,
.wp-block-cover,
.wp-block-columns {
  max-width: 100% !important;
}
/* Evita que Gutenberg afegeixi padding al body */
.wp-site-blocks,
.is-layout-flow {
  padding: 0 !important;
}
body.page .entry-content,
body.page .wp-block-post-content {
  padding: 0 !important;
  margin: 0 !important;
}
