/*
Theme Name: CrownRide VIP Tour
Theme URI: https://www.instagram.com/crownride.viptour/
Author: CrownRide VIP Tour
Description: Antalya VIP transfer hizmetleri için hazırlanmış, mobil uyumlu premium klasik WordPress teması.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: crownride-vip-tour
Tags: custom-logo, custom-menu, featured-images, one-column
*/

:root {
  --ink: #090a0c;
  --ink-soft: #101216;
  --paper: #f2eee6;
  --muted: #a8a39a;
  --gold: #c9a35d;
  --gold-bright: #e0bd76;
  --line: rgba(255, 255, 255, 0.14);
  --display: "Bodoni MT", Didot, "Bodoni 72", Baskerville, "Times New Roman", serif;
  --serif: Baskerville, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select {
  font: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.brand-crown,
.hero-trust strong,
.reservation-heading > span,
.reservation-heading strong,
.section-label span,
.service-number,
.fleet-specs strong,
.regions-list span,
.steps article > span,
.customer-review-footer strong,
.cta-phone {
  font-family: var(--display);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-crown {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  transform: translateY(-2px);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.34em;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 58px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.main-nav li {
  margin: 0;
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: flex;
  align-items: center;
  gap: 11px;
}

.call-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 163, 93, 0.5);
  border-radius: 50%;
  color: var(--gold);
  transform: rotate(-20deg);
}

.header-call > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header-call small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-call strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.97) 0%, rgba(5, 6, 8, 0.8) 38%, rgba(5, 6, 8, 0.14) 71%),
    url("assets/images/crownride-hero.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 58%, transparent 0%, rgba(0, 0, 0, 0.08) 32%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 100% 140px;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 82px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 25px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.hero h1,
.section-heading h2,
.intro-title h2,
.regions-copy h2,
.faq-heading h2,
.cta-content h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(64px, 6.9vw, 104px);
  line-height: 0.91;
}

.hero h1 em,
.intro-title h2 em,
.regions-copy h2 em,
.cta-content h2 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.hero-lead {
  max-width: 510px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.button {
  min-height: 57px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

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

.button-gold {
  background: var(--gold);
  color: #111;
}

.button-gold:hover {
  background: var(--gold-bright);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.whatsapp-dot {
  color: #62d58b;
  font-size: 20px;
}

.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 54px;
}

.hero-trust div {
  min-width: 165px;
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-trust div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-trust strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.hero-trust span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.hero-badge {
  width: 136px;
  height: 136px;
  margin: 0 8px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 163, 93, 0.46);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.27);
  color: var(--gold);
  backdrop-filter: blur(9px);
  transform: rotate(7deg);
}

.hero-badge > span {
  font-size: 22px;
}

.hero-badge small {
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: 0.26em;
}

.hero-badge strong {
  margin-top: 3px;
  color: #fff;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.hero-badge i {
  margin-top: 5px;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.24em;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: 29px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  color: var(--gold);
  font-size: 18px;
  font-style: normal;
  writing-mode: horizontal-tb;
}

.reservation-wrap {
  position: relative;
  z-index: 5;
  margin-top: -44px;
}

.reservation-card {
  min-height: 126px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 1.28fr repeat(4, 1fr) 0.8fr;
  align-items: stretch;
  background: #f1ede4;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.36);
  color: #151515;
}

.reservation-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.reservation-heading > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
}

.reservation-heading > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.reservation-heading small {
  color: #817968;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.reservation-heading strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.reservation-card label {
  min-width: 0;
  padding: 10px 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.reservation-card label > span {
  color: #8a8275;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-card input,
.reservation-card select {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #171717;
  font-family: var(--serif);
  font-size: 14px;
}

.reservation-card input::placeholder {
  color: #39352f;
  opacity: 1;
}

.reservation-submit {
  border: 0;
  background: #131518;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: background 180ms ease;
}

.reservation-submit span {
  margin-left: 16px;
  color: var(--gold);
  font-size: 18px;
}

.reservation-submit:hover {
  background: #27231c;
}

.section-pad {
  padding: 130px 0;
}

.intro-section {
  background: #f2eee6;
  color: #161616;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 2.2fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-label span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 28px;
}

.section-label small {
  color: #857e72;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.intro-title h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}

.intro-title h2 em {
  display: block;
}

.intro-text p {
  margin: 6px 0 28px;
  color: #6d685f;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.7;
}

.intro-text a,
.text-link,
.faq-heading a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.services-section {
  padding-top: 0;
  background: #f2eee6;
  color: #151515;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.service-card {
  min-height: 390px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(0, 0, 0, 0.13);
  transition: background 200ms ease, color 200ms ease;
}

.service-card:first-child {
  border-left: 0;
}

.service-card:hover {
  background: #15171a;
  color: #fff;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-number {
  color: #9c9385;
  font-family: var(--serif);
  font-size: 17px;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 163, 93, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
}

.service-card h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.service-card p {
  max-width: 290px;
  margin: 0;
  color: #777067;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.58);
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(127, 120, 109, 0.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-card a span {
  color: var(--gold);
  font-size: 18px;
}

.fleet-section {
  background: #0b0c0e;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading h2 {
  max-width: 700px;
  font-size: clamp(43px, 5.4vw, 72px);
  line-height: 1.05;
}

.section-heading > p {
  max-width: 340px;
  margin: 0 0 8px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.65;
}

.fleet-card {
  min-height: 600px;
  display: grid;
  grid-template-columns: 1.55fr 0.75fr;
  border: 1px solid var(--line);
  background: #111317;
}

.fleet-image {
  min-height: 600px;
  background:
    linear-gradient(90deg, transparent 60%, #111317 100%),
    url("assets/images/vip-interior.png") center / cover no-repeat;
}

.fleet-content {
  padding: 62px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fleet-kicker {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.fleet-content h3 {
  margin: 15px 0 10px;
  font-family: var(--display);
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.fleet-content > p {
  margin: 0;
  color: #98938b;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
}

.fleet-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0;
  border-block: 1px solid var(--line);
}

.fleet-specs div {
  padding: 21px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-left: 1px solid var(--line);
}

.fleet-specs div:first-child {
  border-left: 0;
}

.fleet-specs strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.fleet-specs span {
  color: #777;
  font-size: 8px;
  text-transform: uppercase;
}

.fleet-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  color: #b9b5ad;
  font-size: 11px;
}

.fleet-content li::before {
  content: "◆";
  margin-right: 9px;
  color: var(--gold);
  font-size: 7px;
}

.regions-section {
  background: #f2eee6;
  color: #161616;
}

.regions-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 120px;
  align-items: center;
}

.regions-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.03;
}

.regions-copy h2 em {
  display: block;
}

.regions-copy > p:not(.eyebrow) {
  max-width: 480px;
  margin: 0 0 35px;
  color: #736d63;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.7;
}

.button-outline {
  border-color: #282828;
}

.regions-list {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.regions-list div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: padding 180ms ease, color 180ms ease;
}

.regions-list div:hover {
  padding-left: 9px;
  color: #a47932;
}

.regions-list span {
  color: #978e81;
  font-family: var(--serif);
  font-size: 13px;
}

.regions-list strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.regions-list i {
  color: var(--gold);
  font-size: 18px;
  font-style: normal;
}

.steps-section {
  background: #111317;
}

.section-heading.compact {
  margin-bottom: 48px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.steps article {
  padding: 45px 45px 10px 0;
  border-right: 1px solid var(--line);
}

.steps article + article {
  padding-left: 45px;
}

.steps article:last-child {
  border-right: 0;
}

.steps article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(201, 163, 93, 0.4);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
}

.steps h3 {
  margin: 30px 0 14px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.steps p {
  max-width: 300px;
  margin: 0;
  color: #85827c;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
}

.customers-section {
  background: #0b0c0e;
}

.customers-heading {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.customers-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.customers-heading h2 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.customers-heading > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.7;
}

.customer-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 360px 320px;
  gap: 16px;
}

.customer-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #17191d;
}

.customer-photo-couple {
  grid-row: 1 / 3;
}

.customer-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: transform 600ms ease, filter 300ms ease;
}

.customer-photo-couple img {
  object-position: 53% center;
}

.customer-photo-family img {
  object-position: center 40%;
}

.customer-photo:hover img {
  filter: saturate(1) contrast(1);
  transform: scale(1.025);
}

.customer-photo::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(5, 6, 8, 0.92), transparent);
  pointer-events: none;
}

.customer-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.customer-photo figcaption > span {
  margin-bottom: 4px;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.customer-photo figcaption strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.customer-photo figcaption small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.customer-review {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--gold);
  color: #151515;
}

.customer-review .stars {
  font-size: 11px;
  letter-spacing: 0.22em;
}

.customer-review blockquote {
  margin: 22px 0 34px;
  font-family: var(--display);
  font-size: clamp(21px, 2.15vw, 30px);
  line-height: 1.27;
  letter-spacing: -0.012em;
}

.customer-review-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.customer-review-footer div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.customer-review-footer div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}

.customer-review-footer strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.customer-review-footer span {
  color: rgba(0, 0, 0, 0.58);
  font-size: 9px;
}

.faq-section {
  background: #f2eee6;
  color: #171717;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
}

.faq-heading h2 {
  font-size: clamp(43px, 4.4vw, 62px);
  line-height: 1.05;
}

.faq-heading > p:not(.eyebrow) {
  margin: 30px 0 14px;
  color: #7e776d;
  font-family: var(--serif);
}

.faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.faq-item button {
  width: 100%;
  min-height: 84px;
  padding: 0;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 15px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item button > span {
  color: #a09a90;
  font-family: var(--serif);
  font-size: 13px;
}

.faq-item button strong {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.008em;
}

.faq-item button i {
  color: var(--gold);
  font-size: 24px;
  font-style: normal;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0 48px 0 60px;
  color: #777067;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 28px;
}

.cta-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96), rgba(5, 6, 8, 0.6) 60%, rgba(5, 6, 8, 0.2)),
    url("assets/images/happy-business-travelers.png") center / cover no-repeat;
}

.cta-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.35), transparent);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-crown {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 38px;
}

.cta-content > p {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.cta-content h2 {
  margin: 15px 0 34px;
  font-size: clamp(52px, 6.2vw, 84px);
  line-height: 0.98;
}

.cta-content > div {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cta-phone {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.42);
  font-family: var(--serif);
}

.footer {
  padding: 80px 0 28px;
  background: #08090b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 60px;
}

.footer-brand p {
  max-width: 270px;
  margin: 22px 0 0;
  color: #777;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.6;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer h3 {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid div > span {
  color: #96938d;
  font-family: var(--serif);
  font-size: 13px;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 70px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #555;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.floating-whatsapp {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  min-width: 174px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #f1ede4;
  box-shadow: 0 12px 35px rgba(0,0,0,0.36);
  color: #111;
  transition: transform 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

.floating-whatsapp > span {
  color: #20aa5b;
  font-size: 25px;
}

.floating-whatsapp > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.floating-whatsapp small {
  color: #827a6e;
  font-size: 8px;
  text-transform: uppercase;
}

.floating-whatsapp strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--paper);
  color: var(--ink);
}

.content-shell {
  min-height: 75vh;
  padding: 150px 0 100px;
  background: var(--paper);
  color: var(--ink);
}

.content-shell h1,
.content-shell h2,
.content-shell h3 {
  font-family: var(--display);
  font-weight: 400;
}

.content-shell h1 {
  margin: 0 0 35px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
}

.content-shell article {
  max-width: 820px;
  margin-bottom: 55px;
}

.content-shell .entry-content {
  color: #5f5a52;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.75;
}

.content-shell .entry-content a {
  color: #8e682e;
  text-decoration: underline;
}

.content-shell .entry-meta {
  margin-bottom: 20px;
  color: #857e72;
  font-size: 11px;
  letter-spacing: 0.08em;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .header-call {
    display: none;
  }

  .reservation-card {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reservation-heading {
    grid-row: span 2;
  }

  .reservation-card label {
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }

  .reservation-submit {
    min-height: 58px;
  }

  .intro-grid {
    grid-template-columns: 0.6fr 2fr;
  }

  .intro-text {
    grid-column: 2;
  }

  .fleet-card {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .regions-grid {
    gap: 70px;
  }

  .faq-grid {
    gap: 65px;
  }
}

@media (max-width: 800px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .container,
  .header-inner {
    width: min(100% - 32px, 620px);
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,0.2);
    cursor: pointer;
  }

  .menu-button span {
    width: 19px;
    height: 1px;
    display: block;
    background: #fff;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    padding: 25px 16px 30px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(7,8,10,0.98);
    border-bottom: 1px solid var(--line);
  }

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

  .main-nav ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .main-nav a {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
    padding: 7px 0;
    font-family: var(--serif);
    font-size: 18px;
  }

  .hero {
    min-height: 800px;
    background:
      linear-gradient(180deg, rgba(5,6,8,0.68) 0%, rgba(5,6,8,0.72) 35%, rgba(5,6,8,0.97) 82%),
      url("assets/images/crownride-hero.png") 67% center / cover no-repeat;
  }

  .hero-grid {
    min-height: 800px;
    padding-top: 120px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .hero-copy {
    align-self: end;
    padding-bottom: 55px;
  }

  .hero h1 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .hero-lead {
    max-width: 430px;
    font-size: 17px;
  }

  .hero-badge,
  .scroll-cue {
    display: none;
  }

  .hero-trust {
    margin-top: 38px;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .hero-trust div {
    min-width: 50%;
    padding: 0 15px;
  }

  .hero-trust div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .reservation-wrap {
    margin-top: 0;
  }

  .reservation-card {
    width: 100%;
    padding: 26px 16px;
    grid-template-columns: 1fr 1fr;
    box-shadow: none;
  }

  .reservation-heading {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 65px;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.14);
  }

  .reservation-card label {
    padding: 17px 10px;
  }

  .reservation-submit {
    grid-column: 1 / -1;
  }

  .section-pad {
    padding: 90px 0;
  }

  .intro-grid,
  .regions-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .intro-text {
    grid-column: auto;
  }

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

  .service-card,
  .service-card:first-child {
    min-height: 340px;
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,0.13);
  }

  .service-card:first-child {
    border-top: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .fleet-card {
    grid-template-columns: 1fr;
  }

  .fleet-image {
    min-height: 440px;
    background:
      linear-gradient(0deg, #111317 0%, transparent 35%),
      url("assets/images/vip-interior.png") center / cover no-repeat;
  }

  .fleet-content {
    padding: 25px 28px 50px;
  }

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

  .steps article,
  .steps article + article {
    padding: 36px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .customers-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .customer-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 520px 360px auto;
  }

  .customer-photo-couple {
    grid-row: auto;
  }

  .customer-review {
    min-height: 350px;
  }

  .cta-section {
    min-height: 630px;
    background:
      linear-gradient(180deg, rgba(5,6,8,0.5), rgba(5,6,8,0.96)),
      url("assets/images/happy-business-travelers.png") 65% center / cover no-repeat;
  }

  .cta-content > div {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-trust div {
    min-width: 100%;
    padding: 0;
    border-left: 0;
  }

  .reservation-card {
    grid-template-columns: 1fr;
  }

  .reservation-heading,
  .reservation-submit {
    grid-column: auto;
  }

  .reservation-card label {
    border-right: 0;
  }

  .intro-title h2,
  .section-heading h2,
  .customers-heading h2,
  .regions-copy h2,
  .faq-heading h2 {
    font-size: 43px;
  }

  .service-card {
    padding: 30px;
  }

  .fleet-image {
    min-height: 340px;
  }

  .fleet-content {
    padding-inline: 20px;
  }

  .fleet-content h3 {
    font-size: 45px;
  }

  .fleet-content ul {
    grid-template-columns: 1fr;
  }

  .customer-gallery {
    grid-template-rows: 420px 300px auto;
  }

  .customer-photo figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .customer-review {
    padding: 28px 22px;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-width: auto;
  }

  .floating-whatsapp > div {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
