/* =========================================================
   山﨑タクシー ホームページスタイル
   参考: reference-images/homepage-design-reference.png
   ========================================================= */

:root {
  --yt-navy: #0b1220;
  --yt-navy-2: #111827;
  --yt-navy-3: #162033;
  --yt-black: #05080f;
  --yt-gold: #c9a962;
  --yt-gold-2: #d4b56a;
  --yt-gold-dark: #9a7a3c;
  --yt-gold-text: #e8d5a3;
  --yt-line: #06c755;
  --yt-line-dark: #05a848;
  --yt-white: #ffffff;
  --yt-muted: rgba(255, 255, 255, 0.78);
  --yt-muted-2: rgba(255, 255, 255, 0.62);
  --yt-card: #ffffff;
  --yt-text-dark: #1a2332;
  --yt-text-gray: #4b5563;
  --yt-border-gold: rgba(201, 169, 98, 0.55);
  --yt-serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "Shippori Mincho", serif;
  --yt-sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --yt-max: 1180px;
  --yt-radius: 10px;
  --yt-radius-lg: 14px;
}

/* Reset for preview / scoped page */
.yt-home,
.yt-home * {
  box-sizing: border-box;
}

.yt-home {
  margin: 0;
  font-family: var(--yt-sans);
  color: var(--yt-white);
  background: var(--yt-navy);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

.yt-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.yt-home a {
  text-decoration: none;
  color: inherit;
}

.yt-container {
  width: min(100% - 40px, var(--yt-max));
  margin: 0 auto;
}

/* ---------- Header ---------- */
.yt-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 12, 22, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.yt-header-inner {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.yt-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.yt-logo img {
  width: 42px;
  height: 42px;
}

.yt-logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

.yt-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.yt-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.2s;
}

.yt-nav a:hover {
  color: var(--yt-gold-text);
}

.yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.yt-btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.yt-btn-gold {
  background: linear-gradient(180deg, #d8bc78 0%, #b8924a 55%, #9a7a3c 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(154, 122, 60, 0.35);
}

.yt-btn-line {
  background: linear-gradient(180deg, #2ad366 0%, #06c755 55%, #05a848 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(6, 199, 85, 0.28);
}

.yt-btn-navy {
  background: linear-gradient(180deg, #243047 0%, #152033 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.yt-btn-white {
  background: #fff;
  color: var(--yt-navy);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.yt-btn-sm {
  padding: 10px 14px;
  font-size: 13px;
}

.yt-btn-header {
  padding: 10px 16px;
  white-space: nowrap;
}

.yt-btn-pending {
  opacity: 0.72;
  cursor: default;
  pointer-events: none;
}

.yt-form-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin: 0;
}

/* Mobile sticky CTA - keep clear of content */
.yt-mobile-cta {
  display: none;
}

@media (max-width: 720px) {
  .yt-mobile-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(8, 12, 22, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .yt-mobile-cta .yt-btn {
    flex: 1;
    padding: 12px 8px;
    font-size: 12px;
  }

  body.yt-home {
    padding-bottom: 78px;
  }
}

.yt-btn .yt-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.yt-btn-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.yt-btn-stack small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
}

.yt-menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.yt-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.72) 0%, rgba(5, 8, 15, 0.35) 48%, rgba(5, 8, 15, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 8, 15, 0.15) 0%, rgba(5, 8, 15, 0.55) 70%, rgba(5, 8, 15, 0.88) 100%),
    url("images/hero-alphard-front.jpg") center 35% / cover no-repeat;
  overflow: hidden;
}

.yt-hero-inner {
  width: min(100% - 40px, var(--yt-max));
  margin: 0 auto;
  padding: 80px 0 28px;
  position: relative;
  z-index: 2;
}

.yt-hero-title {
  font-family: var(--yt-serif);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.yt-hero-lead {
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.yt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.yt-cta-row .yt-btn {
  min-width: 180px;
  padding: 14px 18px;
}

.yt-brand-float {
  position: absolute;
  right: max(16px, calc((100% - var(--yt-max)) / 2));
  top: auto;
  bottom: 108px; /* 特徴バーの上・顔から離す */
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  background: rgba(12, 14, 18, 0.78);
  border: 1px solid var(--yt-gold);
  border-radius: 4px;
  box-shadow:
    0 0 0 1px rgba(201, 169, 98, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
  max-width: 220px;
  pointer-events: none;
}

.yt-brand-float::before,
.yt-brand-float::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--yt-gold);
}

.yt-brand-float::before {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
}

.yt-brand-float::after {
  right: -3px;
  bottom: -3px;
  border-left: none;
  border-top: none;
}

.yt-brand-float img {
  width: 28px;
  height: 28px;
}

.yt-brand-float-text strong {
  display: block;
  color: var(--yt-gold-text);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.yt-brand-float-text span {
  display: block;
  color: var(--yt-gold);
  font-size: 8px;
  letter-spacing: 0.12em;
  margin-top: 1px;
}

.yt-hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-hero-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.yt-hero-feature:last-child {
  border-right: none;
}

.yt-hero-feature-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.7);
  display: grid;
  place-items: center;
  color: var(--yt-gold);
  flex-shrink: 0;
  background: rgba(201, 169, 98, 0.08);
}

.yt-hero-feature strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.yt-hero-feature span {
  display: block;
  font-size: 12px;
  color: var(--yt-muted-2);
}

/* ---------- Section common ---------- */
.yt-section {
  padding: 72px 0;
}

.yt-section-dark {
  background: var(--yt-navy);
}

.yt-section-light {
  background: #f3f1ec;
  color: var(--yt-text-dark);
}

.yt-heading {
  text-align: center;
  margin: 0 0 40px;
}

.yt-heading h2 {
  font-family: var(--yt-serif);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.yt-heading h2::before,
.yt-heading h2::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--yt-gold);
  display: inline-block;
}

.yt-heading-gold h2 {
  color: var(--yt-gold-text);
}

.yt-heading-dark h2 {
  color: var(--yt-navy);
}

.yt-heading-dark h2::before,
.yt-heading-dark h2::after {
  background: var(--yt-gold);
}

/* ---------- Services ---------- */
.yt-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.yt-service-card {
  background: var(--yt-card);
  border-radius: 14px;
  overflow: hidden;
  color: var(--yt-text-dark);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}

.yt-service-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.yt-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-service-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a2740;
  color: #fff;
  padding: 10px 14px;
  margin-top: -22px;
  position: relative;
  z-index: 2;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.yt-service-bar .yt-ico-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0d1626;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.yt-service-bar strong {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.yt-service-body {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.yt-service-body p {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--yt-text-gray);
  line-height: 1.7;
  flex: 1;
}

.yt-service-body .yt-btn {
  width: 100%;
  background: #152033;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
}

/* ---------- Vehicle ---------- */
.yt-vehicle {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.82) 0%, rgba(5, 8, 15, 0.55) 45%, rgba(5, 8, 15, 0.35) 100%),
    url("images/vehicle-section-bg.jpg") center / cover no-repeat;
  color: #fff;
}

.yt-vehicle-inner {
  width: min(100% - 40px, var(--yt-max));
  margin: 0 auto;
  max-width: 720px;
  margin-left: max(20px, calc((100% - var(--yt-max)) / 2));
}

.yt-eyebrow {
  color: var(--yt-gold-text);
  font-size: 14px;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  font-weight: 700;
}

.yt-vehicle h2 {
  font-family: var(--yt-serif);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.45;
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}

.yt-vehicle p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  max-width: 560px;
}

.yt-vehicle-feats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  max-width: 640px;
}

.yt-vehicle-feat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--yt-border-gold);
  border-radius: 8px;
  background: rgba(8, 12, 20, 0.55);
  font-size: 13px;
  font-weight: 600;
}

.yt-vehicle-feat svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
}

/* ---------- Fare (no unverified prices) ---------- */
.yt-fare {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 22, 0.78) 0%, rgba(8, 12, 22, 0.55) 100%),
    url("images/fare-section-bg.jpg") center / cover no-repeat;
  color: #fff;
}

.yt-fare-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 28px;
  align-items: center;
}

.yt-fare-copy h2 {
  font-family: var(--yt-serif);
  color: var(--yt-gold-text);
  font-size: clamp(28px, 3vw, 36px);
  margin: 0 0 14px;
  letter-spacing: 0.08em;
}

.yt-fare-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.yt-fare-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.yt-fare-card {
  background: rgba(20, 28, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 20px 14px;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.yt-fare-card .yt-ico-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}

.yt-fare-card strong {
  font-size: 14px;
}

.yt-fare-card span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.yt-fare-card em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 6px;
}

.yt-fare-note {
  margin-top: 14px;
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

/* ---------- Flow ---------- */
.yt-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.yt-flow-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 18px 24px;
  text-align: center;
  position: relative;
  color: var(--yt-text-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.yt-flow-card::after {
  content: "›";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--yt-gold);
  font-size: 28px;
  font-weight: 700;
  z-index: 2;
}

.yt-flow-card:last-child::after {
  display: none;
}

.yt-flow-num {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--yt-gold);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

.yt-flow-ico {
  width: 56px;
  height: 56px;
  margin: 8px auto 14px;
  color: #1a2740;
}

.yt-flow-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #152033;
}

.yt-flow-card p {
  margin: 0;
  font-size: 13px;
  color: var(--yt-text-gray);
  line-height: 1.7;
}

/* ---------- FAQ ---------- */
.yt-faq {
  background: #0d1524;
  padding: 72px 0;
}

.yt-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.yt-faq-item {
  border: 1px solid rgba(201, 169, 98, 0.35);
  border-radius: 8px;
  background: rgba(10, 16, 28, 0.9);
  overflow: hidden;
}

.yt-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.yt-faq-q .q {
  color: var(--yt-gold);
  font-weight: 700;
  flex-shrink: 0;
}

.yt-faq-q .chev {
  margin-left: auto;
  transition: transform 0.2s;
  opacity: 0.8;
}

.yt-faq-item.is-open .chev {
  transform: rotate(180deg);
}

.yt-faq-a {
  display: none;
  padding: 0 18px 16px 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.8;
}

.yt-faq-item.is-open .yt-faq-a {
  display: block;
}

/* ---------- Bottom CTA ---------- */
.yt-bottom-cta {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.78) 0%, rgba(5, 8, 15, 0.45) 55%, rgba(5, 8, 15, 0.3) 100%),
    url("images/cta-section-bg.jpg") center / cover no-repeat;
}

.yt-bottom-cta h2 {
  font-family: var(--yt-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}

.yt-bottom-cta p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
}

/* ---------- Footer ---------- */
.yt-footer {
  background: #070b14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.yt-footer-inner {
  width: min(100% - 40px, var(--yt-max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- Icons (inline SVG helpers) ---------- */
.yt-ico svg,
.yt-ico-circle svg,
.yt-hero-feature-ico svg,
.yt-flow-ico svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .yt-nav a:not(.yt-btn) {
    display: none;
  }

  .yt-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .yt-header-inner.is-open .yt-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(8, 12, 22, 0.98);
    padding: 16px 20px 20px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .yt-header-inner.is-open .yt-nav a:not(.yt-btn) {
    display: block;
    padding: 10px 0;
  }

  .yt-services-grid,
  .yt-fare-cards,
  .yt-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-flow-card::after {
    display: none;
  }

  .yt-fare-grid {
    grid-template-columns: 1fr;
  }

  .yt-brand-float {
    right: 16px;
    bottom: 120px;
    top: auto;
    position: absolute;
    margin: 0;
    transform: none;
  }
}

@media (max-width: 720px) {
  .yt-hero {
    min-height: auto;
    background-position: 65% center;
  }

  .yt-hero-inner {
    padding-top: 56px;
  }

  .yt-logo-text {
    font-size: 16px;
  }

  .yt-btn-header {
    padding: 8px 10px;
    font-size: 12px;
  }

  .yt-header-inner {
    gap: 8px;
    width: min(100% - 20px, var(--yt-max));
  }

  .yt-mobile-cta {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .yt-hero-features {
    grid-template-columns: 1fr;
  }

  .yt-hero-feature {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .yt-services-grid,
  .yt-fare-cards,
  .yt-flow-grid,
  .yt-faq-grid,
  .yt-vehicle-feats {
    grid-template-columns: 1fr;
  }

  .yt-cta-row .yt-btn {
    width: 100%;
  }

  .yt-brand-float {
    /* 390px帯では顔・車体との重なりを避けるため非表示（ナンバープレート側のブランドは維持） */
    display: none;
  }

  .yt-heading h2::before,
  .yt-heading h2::after {
    width: 24px;
  }

  .yt-fare-note {
    text-align: left;
  }

  .yt-reservation-lead {
    font-size: 14px;
  }

  .yt-reservation-panel {
    padding: 22px 16px 26px;
    border-radius: 14px;
  }

  .yt-reservation .wpcf7 input[type="submit"],
  .yt-reservation .wpcf7 input.wpcf7-submit,
  .yt-reservation .wpcf7 button[type="submit"] {
    width: 100%;
  }

  .yt-br-pc {
    display: none;
  }
}

/* ---------- Reservation / Contact Form 7 ---------- */
.yt-reservation {
  background: #f3f1ec;
  color: var(--yt-text-dark);
  padding: 72px 0 80px;
}

.yt-reservation-lead {
  max-width: 720px;
  margin: -12px auto 28px;
  text-align: center;
  color: var(--yt-text-gray);
  font-size: 15px;
  line-height: 1.9;
}

.yt-br-pc {
  display: inline;
}

.yt-reservation-panel {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--yt-radius-lg);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.08);
  padding: 32px 36px 36px;
}

.yt-form-placeholder-dark {
  color: var(--yt-text-gray);
}

.yt-reservation .wpcf7 {
  margin: 0;
  width: 100%;
}

.yt-reservation .wpcf7 form,
.yt-reservation-mock {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.yt-reservation .wpcf7 label,
.yt-reservation .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.yt-reservation .wpcf7 p {
  margin: 0 0 18px;
  color: var(--yt-text-dark);
  font-size: 15px;
  line-height: 1.7;
}

.yt-reservation .wpcf7 label {
  font-weight: 700;
  font-size: 14px;
  color: var(--yt-navy);
  margin-bottom: 8px;
}

.yt-reservation .wpcf7 .wpcf7-form-control-wrap {
  margin-top: 6px;
}

.yt-reservation .wpcf7 input[type="text"],
.yt-reservation .wpcf7 input[type="email"],
.yt-reservation .wpcf7 input[type="tel"],
.yt-reservation .wpcf7 input[type="url"],
.yt-reservation .wpcf7 input[type="number"],
.yt-reservation .wpcf7 input[type="date"],
.yt-reservation .wpcf7 input[type="datetime-local"],
.yt-reservation .wpcf7 select,
.yt-reservation .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--yt-text-dark);
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.yt-reservation .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.yt-reservation .wpcf7 input:focus,
.yt-reservation .wpcf7 select:focus,
.yt-reservation .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--yt-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.22);
}

.yt-reservation .wpcf7 .wpcf7-list-item {
  margin: 0 1.2em 0.4em 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
}

.yt-reservation .wpcf7 .wpcf7-list-item input {
  width: auto;
  min-height: 0;
  margin: 0;
}

.yt-reservation .wpcf7 .wpcf7-not-valid-tip {
  color: #b42318;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 600;
}

.yt-reservation .wpcf7 .wpcf7-not-valid {
  border-color: #d92d20 !important;
}

.yt-reservation .wpcf7 .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
  border: 1px solid transparent;
}

.yt-reservation .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(6, 199, 85, 0.08);
  border-color: rgba(6, 199, 85, 0.35);
  color: #0b5c2e;
}

.yt-reservation .wpcf7 form.invalid .wpcf7-response-output,
.yt-reservation .wpcf7 form.unaccepted .wpcf7-response-output,
.yt-reservation .wpcf7 form.failed .wpcf7-response-output,
.yt-reservation .wpcf7 form.aborted .wpcf7-response-output {
  background: rgba(180, 35, 24, 0.06);
  border-color: rgba(180, 35, 24, 0.3);
  color: #912018;
}

.yt-reservation .wpcf7 input[type="submit"],
.yt-reservation .wpcf7 input.wpcf7-submit,
.yt-reservation .wpcf7 button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 220px;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #d8bc78 0%, #b8924a 55%, #9a7a3c 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(154, 122, 60, 0.35);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.yt-reservation .wpcf7 input[type="submit"]:hover,
.yt-reservation .wpcf7 input.wpcf7-submit:hover,
.yt-reservation .wpcf7 button[type="submit"]:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.yt-reservation .wpcf7 .cf-turnstile,
.yt-reservation .wpcf7 iframe {
  max-width: 100%;
}

.yt-reservation .wpcf7 .cf-turnstile {
  margin: 8px 0 4px;
}

.yt-reservation .wpcf7 a {
  color: var(--yt-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.yt-reservation .wpcf7 a:hover {
  color: var(--yt-gold-dark);
}

.yt-reservation-mock label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--yt-navy);
  margin: 0 0 8px;
}

.yt-reservation-mock .yt-field {
  margin: 0 0 18px;
}

.yt-reservation-mock input,
.yt-reservation-mock textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
}

.yt-reservation-mock textarea {
  min-height: 160px;
}

.yt-reservation-mock .yt-req {
  color: #b42318;
  font-size: 12px;
  margin-left: 4px;
}

@media screen and (max-width: 720px) {
  .yt-reservation .wpcf7 input[type="submit"],
  .yt-reservation .wpcf7 input.wpcf7-submit,
  .yt-reservation .wpcf7 button[type="submit"],
  .yt-reservation-mock input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}
