/* Rocha New: premium homepage design (original, car-hire style). Gold + dark brand.
   Loaded on the homepage; reuses the shared header/footer includes. */
.pm {
  --gold: #1a5ba3;
  --gold-2: #5b9dd9;
  --ink: #1b1e22;
  --ink-soft: #3b4041;
  --dark: #111318;
  --dark-2: #0c0e12;
  --line: #e6e7ea;
  --wa: #25d366;
  font-family: 'Poppins', 'Lato', -apple-system, Segoe UI, sans-serif;
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 17px;
}
.pm * { box-sizing: border-box; }
.pm img { max-width: 100%; display: block; }
.pm .wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.pm section { padding: 72px 0; }
.pm .eyebrow { color: var(--gold); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; margin: 0 0 12px; }
.pm h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); color: var(--ink); margin: 0 0 14px; font-weight: 700; line-height: 1.15; }
.pm .sub { max-width: 640px; margin: 0 0 40px; font-size: 1.05rem; }
.pm .center { text-align: center; }
.pm .center .sub { margin-left: auto; margin-right: auto; }

/* buttons */
.pm-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.pm-btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 4px; font-weight: 600; text-decoration: none; font-size: 1rem; cursor: pointer; border: 0; transition: transform .15s, background .15s; font-family: inherit; }
.pm-btn svg { width: 20px; height: 20px; }
.pm-btn--wa { background: var(--wa); color: #fff; }
.pm-btn--wa:hover { background: #1fb457; transform: translateY(-2px); }
.pm-btn--gold { background: var(--gold); color: #fff; }
.pm-btn--gold:hover { background: #134879; transform: translateY(-2px); }
.pm-btn--ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.pm-btn--ghost:hover { background: rgba(255,255,255,.12); }

/* HERO */
.pm-hero { position: relative; color: #fff; overflow: hidden; padding: 120px 20px 90px; background: #14161b; min-height: 90vh; display: flex; align-items: center; }
.pm-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: 0; }
.pm-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(8,10,14,.82) 0%, rgba(8,10,14,.6) 48%, rgba(8,10,14,.32) 100%); }
.pm-hero__inner { position: relative; z-index: 2; max-width: 1140px; margin: 0 auto; }
.pm-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08; margin: 0 0 20px; font-weight: 800; color: #fff; max-width: 760px; }
.pm-hero h1 span { color: var(--gold-2); }
.pm-hero p { font-size: clamp(1.05rem, 1.7vw, 1.25rem); max-width: 620px; margin: 0 0 30px; color: #e8e9ec; }

/* VIP clients (celebrities) */
.pm-vip { background: var(--dark-2); color: #fff; }
.pm-vip h2 { color: #fff; }
.pm-vip .eyebrow { color: var(--gold-2); }
.pm-vip__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 34px; }
.pm-vip__card { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 5; background: #1b1e24; }
.pm-vip__card picture, .pm-vip__card img { width: 100%; height: 100%; object-fit: cover; }
.pm-vip__card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -60px 60px -30px rgba(0,0,0,.6); }

/* services */
.pm-serv__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 34px; }
.pm-serv__card { display: block; text-decoration: none; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px 26px; transition: transform .15s, box-shadow .15s, border-color .15s; }
.pm-serv__card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.09); border-color: var(--gold); }
.pm-serv__ico { width: 54px; height: 54px; border-radius: 12px; background: rgba(26,91,163,.12); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pm-serv__ico svg { width: 28px; height: 28px; }
.pm-serv__card h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--ink); }
.pm-serv__card p { margin: 0 0 14px; font-size: .96rem; }
.pm-serv__more { color: var(--gold); font-weight: 600; font-size: .92rem; }

/* fleet */
.pm-fleet { background: #f7f7f5; }
.pm-fleet__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 34px; }
.pm-fleet__card { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.pm-fleet__img { aspect-ratio: 16 / 11; background: #eee; overflow: hidden; }
.pm-fleet__img picture, .pm-fleet__img img { width: 100%; height: 100%; object-fit: cover; }
.pm-fleet__body { padding: 22px 24px 26px; }
.pm-fleet__body h3 { margin: 0 0 6px; font-size: 1.25rem; color: var(--ink); }
.pm-fleet__seats { color: var(--gold); font-weight: 600; font-size: .9rem; margin: 0 0 10px; }
.pm-fleet__body p { margin: 0; font-size: .96rem; }

/* why us */
.pm-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; margin-top: 34px; }
.pm-why__item { padding-left: 0; }
.pm-why__ico { width: 48px; height: 48px; border-radius: 50%; background: var(--dark); color: var(--gold-2); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.pm-why__ico svg { width: 24px; height: 24px; }
.pm-why__item h3 { margin: 0 0 6px; font-size: 1.1rem; color: var(--ink); }
.pm-why__item p { margin: 0; font-size: .95rem; }

/* destinations */
.pm-dest { background: var(--dark); color: #fff; }
.pm-dest h2 { color: #fff; }
.pm-dest .eyebrow { color: var(--gold-2); }
.pm-dest__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 34px; }
.pm-dest__card { position: relative; display: block; text-decoration: none; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 4; }
.pm-dest__card picture, .pm-dest__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pm-dest__card:hover picture, .pm-dest__card:hover img { transform: scale(1.06); }
.pm-dest__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.75)); }
.pm-dest__label { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; font-weight: 700; font-size: 1.1rem; }

/* testimonials */
.pm-rev__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 34px; }
.pm-rev__card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px 26px; }
.pm-rev__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; font-size: 1.05rem; }
.pm-rev__card p { margin: 0 0 16px; font-style: italic; color: var(--ink-soft); }
.pm-rev__who { font-weight: 700; color: var(--ink); }

/* CTA */
.pm-cta { background: linear-gradient(120deg, #14161b, #22262d); color: #fff; text-align: center; }
.pm-cta h2 { color: #fff; }
.pm-cta .sub { color: #dfe1e5; }
.pm-cta .pm-btns { justify-content: center; }

@media (max-width: 640px) {
  .pm section { padding: 52px 0; }
  .pm-hero { padding: 88px 20px 72px; }
}

/* ===== Car-hire genre components (original) ===== */
/* Hero booking bar */
.pm-book { position: relative; z-index: 3; margin-top: 34px; max-width: 960px; background: rgba(255,255,255,.97); border-radius: 12px; padding: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.pm-book__row { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 12px; align-items: end; }
.pm-book__f { display: flex; flex-direction: column; gap: 5px; text-align: left; }
.pm-book__f label { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6b7074; }
.pm-book__f select, .pm-book__f input { border: 1px solid #d5d7db; border-radius: 8px; padding: 12px 12px; font-size: .95rem; font-family: inherit; color: #14161b; background: #fff; width: 100%; }
.pm-book__f select:focus, .pm-book__f input:focus { outline: 0; border-color: var(--gold); }
.pm-book__btn { background: var(--gold); color: #fff; border: 0; border-radius: 8px; padding: 14px 24px; font-weight: 700; font-size: .98rem; cursor: pointer; white-space: nowrap; font-family: inherit; height: 47px; }
.pm-book__btn:hover { background: #134879; }
@media (max-width: 820px) { .pm-book__row { grid-template-columns: 1fr 1fr; } .pm-book__btn { grid-column: 1 / -1; } }

/* Stats band */
.pm-stats { background: var(--dark); color: #fff; padding: 56px 0; }
.pm-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.pm-stats__n { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--gold-2); line-height: 1; }
.pm-stats__l { margin-top: 8px; font-size: .95rem; color: #cfd2d8; }
@media (max-width: 640px) { .pm-stats__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; } }

/* How it works */
.pm-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.pm-step { text-align: center; padding: 10px; }
.pm-step__n { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.3rem; }
.pm-step h3 { margin: 0 0 6px; font-size: 1.15rem; color: var(--ink); }
.pm-step p { margin: 0; font-size: .96rem; }
@media (max-width: 700px) { .pm-steps__grid { grid-template-columns: 1fr; } }

/* Fleet: horizontal scroll-snap on small screens */
@media (max-width: 760px) {
  .pm-fleet__grid { grid-auto-flow: column; grid-auto-columns: 80%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .pm-fleet__card { scroll-snap-align: start; }
}

/* Premium footer */
.pm-footer { background: #2b2c2e; color: #9a9c9f; font-family: 'Poppins','Lato',sans-serif; }
.pm-footer .wrap { max-width: 1200px; }
.pm-footer__top { display: grid; grid-template-columns: 1.25fr 1.05fr 1.15fr 1fr; gap: 46px; padding: 66px 0 54px; }
.pm-footer__brand-name { color: #fff; font-weight: 700; font-size: 1.1rem; margin: 0 0 18px; letter-spacing: .02em; }
.pm-footer h4 { color: #fff; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; margin: 2px 0 22px; font-weight: 700; }
.pm-footer p { margin: 0; font-size: 14px; line-height: 1.9; color: #9a9c9f; }
.pm-footer a { color: #9a9c9f; text-decoration: none; font-size: 14px; transition: color .15s; }
.pm-footer a:hover { color: var(--gold-2); }
.pm-footer__logo { display: block; width: 210px; max-width: 100%; height: auto; margin-top: 24px; mix-blend-mode: screen; }
/* contact */
.pm-footer__contact { list-style: none; margin: 0; padding: 0; }
.pm-footer__contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; font-size: 14px; line-height: 1.55; color: #9a9c9f; }
.pm-footer__contact svg { width: 16px; height: 16px; fill: var(--gold-2); flex: 0 0 auto; margin-top: 2px; }
/* recent posts */
.pm-footer__posts { list-style: none; margin: 0; padding: 0; }
.pm-footer__posts li { border-bottom: 1px solid #3a3c40; }
.pm-footer__posts li:last-child { border-bottom: 0; }
.pm-footer__posts a { display: flex; gap: 11px; align-items: center; padding: 12px 0; font-size: 14px; line-height: 1.45; }
.pm-footer__posts svg { width: 14px; height: 14px; fill: var(--gold-2); flex: 0 0 auto; }
/* gallery */
.pm-footer__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pm-footer__gallery a { display: block; aspect-ratio: 1; border-radius: 3px; overflow: hidden; }
.pm-footer__gallery img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .3s, opacity .2s; }
.pm-footer__gallery a:hover img { transform: scale(1.08); opacity: 1; }
/* bottom bar (full width, darker) */
.pm-footer__bar { background: #212224; }
.pm-footer__bar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
.pm-footer__bar span { font-size: 13px; color: #8a8c8f; }
.pm-footer__bar a { color: #a9abae; }
.pm-footer__soc { display: flex; gap: 9px; }
.pm-footer__soc a { width: 34px; height: 34px; border: 1px solid #45474b; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.pm-footer__soc a:hover { border-color: var(--gold); background: var(--gold); }
.pm-footer__soc svg { width: 15px; height: 15px; fill: #b8babd; }
.pm-footer__soc a:hover svg { fill: #fff; }
@media (max-width: 860px) { .pm-footer__top { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 480px) { .pm-footer__top { grid-template-columns: 1fr; } .pm-footer__bar .wrap { justify-content: center; text-align: center; } }

/* ===== Premium header (top bar + centered nav) ===== */
.pm-head { position: relative; z-index: 40; font-family: 'Poppins','Lato',sans-serif; }
.pm-head__top { background: #14161b; padding: 16px 0; }
.pm-head__topinner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.pm-head__lang { display: flex; gap: 9px; align-items: center; }
.pm-head__lang a { display: block; line-height: 0; opacity: .5; transition: opacity .15s; }
.pm-head__lang a.is-active, .pm-head__lang a:hover { opacity: 1; }
.pm-head__lang img { width: 22px; height: 15px; border-radius: 2px; object-fit: cover; }
.pm-head__logo { justify-self: center; line-height: 0; }
.pm-head__logo img { height: 50px; width: auto; mix-blend-mode: screen; }
.pm-head__contact { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.pm-head__contact a { display: inline-flex; align-items: center; gap: 9px; color: #cfd2d8; text-decoration: none; font-size: 14px; }
.pm-head__contact a:hover { color: var(--gold-2); }
.pm-head__contact svg { width: 15px; height: 15px; fill: var(--gold-2); flex: 0 0 auto; }
.pm-head__nav { background: #1b1e22; position: sticky; top: 0; z-index: 45; border-top: 1px solid rgba(255,255,255,.06); box-shadow: 0 2px 14px rgba(0,0,0,.25); }
.pm-head__navinner { display: flex; align-items: center; justify-content: center; position: relative; min-height: 56px; }
.pm-head__logo--sm { display: none; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.pm-head__logo--sm img { height: 34px; }
.pm-head__menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.pm-head__menu a { display: block; position: relative; color: #d7d9dd; padding: 18px 18px; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; font-weight: 600; text-decoration: none; }
.pm-head__menu a::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 10px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.pm-head__menu a:hover { color: #fff; }
.pm-head__menu a:hover::after { transform: scaleX(1); }
.pm-head__burger { display: none; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: none; border: 0; cursor: pointer; width: 34px; height: 26px; }
.pm-head__burger span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .2s; }
.pm-head__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pm-head__burger.is-open span:nth-child(2) { opacity: 0; }
.pm-head__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .pm-head__topinner { grid-template-columns: 1fr auto; }
  .pm-head__contact { display: none; }
  .pm-head__logo--sm { display: block; }
  .pm-head__burger { display: block; }
  .pm-head__navinner { min-height: 54px; }
  .pm-head__menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #1b1e22; border-top: 1px solid rgba(255,255,255,.08); max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .pm-head__menu.is-open { max-height: 480px; }
  .pm-head__menu a { padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .pm-head__menu a::after { display: none; }
}

/* ===== Centered hero (car-hire style) ===== */
.pm-hero--center { text-align: center; min-height: 82vh; }
.pm-hero--center .pm-hero__inner { max-width: 900px; text-align: center; }
.pm-hero--center::after { background: linear-gradient(180deg, rgba(8,10,14,.55) 0%, rgba(8,10,14,.5) 45%, rgba(8,10,14,.7) 100%); }
.pm-hero--center .eyebrow { color: var(--gold-2); font-size: 1rem; letter-spacing: .1em; }
.pm-hero__sub { font-size: clamp(1.2rem, 2.6vw, 1.7rem); color: #e8e9ec; font-weight: 400; margin: 0 0 8px; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.pm-hero--center h1 { font-size: clamp(2.4rem, 7vw, 5rem); margin: 0 auto 26px; letter-spacing: .01em; text-transform: uppercase; }
.pm-hero--center .pm-btns { justify-content: center; }
.pm-hero__dots { display: flex; gap: 11px; justify-content: center; margin-top: 40px; }
.pm-hero__dots span { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); }
.pm-hero__dots span.is-on { background: var(--gold-2); border-color: var(--gold-2); }

/* ===== Split hero: near-square booking card (left) + text (right) ===== */
.pm-hero--split { min-height: 86vh; padding-top: 72px; padding-bottom: 72px; }
.pm-hero--split::after { background: linear-gradient(90deg, rgba(8,10,14,.5) 0%, rgba(8,10,14,.72) 100%); }
.pm-hero__grid { display: grid; grid-template-columns: 400px 1fr; gap: 64px; align-items: center; width: 100%; max-width: 1400px; }
.pm-hero__text { color: #fff; }
.pm-hero--split .eyebrow { color: var(--gold-2); font-size: 1rem; letter-spacing: .1em; }
.pm-hero--split h1 { font-size: clamp(2.2rem, 4.8vw, 4rem); line-height: 1.08; margin: 0 0 26px; text-transform: uppercase; max-width: 760px; }
.pm-hero--split .pm-hero__sub { margin-bottom: 6px; }
/* near-square card: 2-column compact booking grid */
.pm-book--card { position: relative; z-index: 3; margin: 0; width: 100%; max-width: 400px; padding: 26px 24px 26px; background: rgba(255,255,255,.97); border-radius: 12px; box-shadow: 0 24px 55px rgba(0,0,0,.4); display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; row-gap: 14px; align-content: start; }
.pm-book--card .pm-book__f { margin-bottom: 0; text-align: left; }
.pm-book__title { grid-column: 1 / -1; margin: 0 0 2px; font-size: 1.3rem; color: var(--ink); font-weight: 800; line-height: 1.2; }
.pm-book--card .pm-book__btn { grid-column: 1 / -1; width: 100%; height: 50px; margin-top: 4px; }
@media (max-width: 900px) {
  .pm-hero__grid { grid-template-columns: 1fr; gap: 30px; max-width: 440px; margin: 0 auto; }
  .pm-hero__text { order: -1; text-align: center; }
  .pm-hero--split .pm-btns { justify-content: center; }
  .pm-book--card { max-width: 100%; }
}
