/*
Theme Name: PC Transfer
Theme URI: https://github.com/brianmp399-png/pc-zeabur-wordpress
Author: PC Transfer
Description: A fast, responsive landing page for airport transfer and private charter services.
Version: 1.0.0
Text Domain: pc-transfer
*/

:root {
  --ink: #102131;
  --muted: #63717e;
  --paper: #f5f8fa;
  --white: #fff;
  --brand: #f3b61f;
  --brand-dark: #d99b00;
  --navy: #102a40;
  --line: #dce5ea;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(16, 42, 64, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--paper); }
.eyebrow {
  margin: 0 0 10px;
  color: #a36c00;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-title { max-width: 670px; margin: 0 0 44px; }
.section-title h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.04em; }
.section-title p { margin: 16px 0 0; color: var(--muted); font-size: 1.05rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); background: #ffc83f; box-shadow: 0 10px 25px rgba(243, 182, 31, .25); }
.btn--light { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: var(--white); }
.btn--light:hover { background: var(--white); color: var(--navy); box-shadow: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(16, 42, 64, .96); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; font-size: 1.15rem; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--brand); color: var(--navy); font-size: 1.25rem; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 700; }
.main-nav a:hover { color: var(--brand); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); font-size: 1.6rem; cursor: pointer; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 28%, rgba(243,182,31,.28), transparent 23%),
    linear-gradient(125deg, #0c253a 0%, #163e59 62%, #1d536d 100%);
  color: var(--white);
}
.hero::before, .hero::after { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero::before { right: -220px; bottom: -390px; width: 850px; height: 850px; }
.hero::after { right: -90px; bottom: -260px; width: 570px; height: 570px; }
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 760px; align-items: center; grid-template-columns: 1.1fr .9fr; gap: 64px; padding-top: 76px; }
.hero-copy { padding: 70px 0; }
.hero h1 { max-width: 720px; margin: 0 0 24px; font-size: clamp(3rem, 7vw, 5.7rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--brand); }
.hero-copy > p { max-width: 610px; margin: 0 0 34px; color: #d9e5ec; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: #e6edf1; font-size: .88rem; font-weight: 700; }
.hero-badges span::before { margin-right: 7px; color: var(--brand); content: "✓"; }
.booking-card { padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.1); box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.booking-card h2 { margin: 0 0 7px; font-size: 1.7rem; }
.booking-card > p { margin: 0 0 24px; color: #d9e5ec; font-size: .94rem; }
.booking-list { display: grid; gap: 13px; margin: 0 0 24px; padding: 0; list-style: none; }
.booking-list li { display: flex; gap: 12px; align-items: center; padding: 13px 15px; border-radius: 13px; background: rgba(255,255,255,.09); font-size: .94rem; }
.booking-list strong { color: var(--brand); }
.booking-card .btn { width: 100%; }

.trust-bar { position: relative; z-index: 4; margin-top: -37px; }
.trust-inner { display: grid; padding: 25px 20px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 0 22px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: 1.3rem; }
.trust-item span { color: var(--muted); font-size: .83rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 25px; place-items: center; border-radius: 16px; background: #fff6dd; font-size: 1.65rem; }
.service-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.why-grid { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: 70px; }
.visual-card { position: relative; min-height: 530px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #183d55, #0b2031); box-shadow: var(--shadow); }
.road { position: absolute; right: -50px; bottom: -100px; width: 420px; height: 650px; transform: rotate(30deg); background: #263d4d; }
.road::after { position: absolute; top: 0; left: 50%; width: 5px; height: 100%; background: repeating-linear-gradient(to bottom, var(--brand) 0 34px, transparent 34px 63px); content: ""; }
.car { position: absolute; z-index: 2; right: 100px; bottom: 110px; font-size: 7rem; filter: drop-shadow(0 22px 12px rgba(0,0,0,.25)); }
.visual-note { position: absolute; z-index: 3; top: 30px; left: 30px; max-width: 230px; padding: 18px; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.visual-note strong { display: block; margin-bottom: 4px; }
.visual-note span { color: var(--muted); font-size: .84rem; }
.feature-list { display: grid; gap: 24px; }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.feature-number { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--brand); font-weight: 900; }
.feature h3 { margin: 0 0 3px; }
.feature p { margin: 0; color: var(--muted); font-size: .94rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; padding: 27px; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(16,42,64,.08); counter-increment: steps; }
.step::before { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--brand); color: var(--ink); font-weight: 900; content: counter(steps); }
.step h3 { margin: 0 0 7px; font-size: 1.08rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { display: grid; max-width: 800px; gap: 12px; }
.faq details { padding: 20px 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); font-size: .94rem; }

.cta { padding: 90px 0; background: var(--navy); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { max-width: 650px; margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.15; letter-spacing: -.04em; }
.cta p { margin: 14px 0 0; color: #cddae2; }
.site-footer { padding: 28px 0; background: #091b29; color: #b9c7cf; font-size: .86rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.floating-contact { position: fixed; z-index: 15; right: 20px; bottom: 20px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #06c755; color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.2); font-weight: 900; }

@media (max-width: 900px) {
  .main-nav { position: absolute; top: 76px; left: 0; display: none; width: 100%; padding: 20px; background: var(--navy); flex-direction: column; }
  .main-nav.is-open { display: flex; }
  .header-inner > .btn { display: none; }
  .menu-toggle { display: block; }
  .hero-inner, .why-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 115px 0 80px; }
  .hero-copy { padding: 0; }
  .booking-card { max-width: 600px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 70px 0; }
  .hero, .hero-inner { min-height: auto; }
  .hero h1 { font-size: 3.4rem; }
  .booking-card { padding: 24px; }
  .trust-bar { margin-top: -20px; }
  .trust-inner, .cards, .steps { grid-template-columns: 1fr; }
  .trust-item { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .visual-card { min-height: 400px; }
  .car { right: 40px; bottom: 70px; }
  .cta-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
}
