/* AMERICAN-CUN TAXI — redesign 2026 */

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/650a24cb6296796997975bfe_THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500; font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/650a24cb6296796997975bed_THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600; font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/650a24cb6296796997975bfc_THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/650a24cb6296796997975bfd_THICCCBOI-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-display: swap;
}

:root {
  --orange: #f3663f;
  --orange-dark: #d94f2a;
  --sun: #eca14b;
  --cream: #fbf5ef;
  --ink: #241210;
  --ink-soft: #5c4a45;
  --line: #eadfd6;
  --white: #ffffff;
  --green: #25d366;
  --green-dark: #1eae54;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(36, 18, 16, .08);
  --shadow-lg: 0 24px 60px rgba(36, 18, 16, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Thicccboi', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 500;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; }

h1, h2, h3 { font-weight: 800; line-height: 1.12; letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 12px; }
.kicker {
  display: inline-block; font-size: .8rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--orange);
  margin-bottom: 10px;
}
.sub { color: var(--ink-soft); max-width: 620px; }
.center { text-align: center; }
.center .sub { margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 1rem; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 24px rgba(243, 102, 63, .35); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 8px 24px rgba(37, 211, 102, .3); }
.btn-whatsapp:hover { background: var(--green-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn svg { flex: 0 0 auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 245, 239, .92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 1.1rem; }
.brand img { width: 44px; height: 44px; }
.brand span em { font-style: normal; color: var(--orange); }
.nav { display: none; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 600; color: var(--ink-soft); }
.nav a:hover { color: var(--orange); }
.header-cta { margin-left: auto; display: flex; gap: 10px; }
.header-cta .btn { padding: 10px 18px; font-size: .92rem; }
.header-cta .btn-whatsapp { display: none; }

@media (min-width: 860px) {
  .nav { display: flex; }
  .header-cta { margin-left: 0; }
  .header-cta .btn-whatsapp { display: inline-flex; }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 72px; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 400px at 90% -10%, rgba(236, 161, 75, .35), transparent 65%),
    radial-gradient(500px 380px at -10% 110%, rgba(243, 102, 63, .18), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; gap: 44px; }
.hero h1 { font-size: clamp(2.1rem, 5.4vw, 3.3rem); margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero .lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 520px; margin-bottom: 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.rating-line { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; color: var(--ink-soft); }
.stars { color: var(--sun); letter-spacing: 2px; font-size: 1.05rem; }

.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-size: .86rem; font-weight: 600; color: var(--ink-soft);
}
.chip svg { color: var(--orange); }

/* Booking card */
.book-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 28px; border-top: 5px solid var(--orange);
}
.book-card h3 { font-size: 1.3rem; margin-bottom: 4px; }
.book-card .hint { font-size: .9rem; color: var(--ink-soft); margin-bottom: 18px; }
.form-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 6px; }
label .req { color: var(--orange); }
input, select, textarea {
  width: 100%; font: inherit; font-weight: 500; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 12px 14px; outline: none; transition: border-color .15s;
}
input:focus, select:focus, textarea:focus { border-color: var(--orange); background: #fff; }
.book-card .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: .8rem; color: var(--ink-soft); margin-top: 12px; text-align: center; }
.form-status { display: none; margin-top: 14px; padding: 14px; border-radius: 12px; font-weight: 600; font-size: .95rem; }
.form-status.ok { display: block; background: #e9f9ef; color: #14663b; }
.form-status.err { display: block; background: #fdeeea; color: #a03016; }
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

@media (min-width: 960px) {
  .hero .wrap { grid-template-columns: 1.05fr .95fr; align-items: center; }
}

/* Stats bar */
.stats { background: var(--ink); color: #fff; padding: 34px 0; }
.stats .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; text-align: center; }
.stat b { display: block; font-size: 1.7rem; font-weight: 800; color: var(--sun); }
.stat span { font-size: .88rem; opacity: .85; }
@media (min-width: 760px) { .stats .wrap { grid-template-columns: repeat(4, 1fr); } }

/* How it works */
.steps { display: grid; gap: 22px; margin-top: 40px; }
.step { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); position: relative; }
.step .num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: .95rem; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* Services */
.services { background: var(--white); }
.svc-grid { display: grid; gap: 22px; margin-top: 40px; }
.svc {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  background: var(--cream); transition: transform .15s, box-shadow .15s;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc img { width: 46px; height: 46px; margin-bottom: 16px; }
.svc h3 { font-size: 1.15rem; margin-bottom: 8px; }
.svc p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 12px; }
.svc ul { list-style: none; }
.svc li { font-size: .9rem; color: var(--ink-soft); padding-left: 22px; position: relative; margin-bottom: 6px; }
.svc li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
@media (min-width: 820px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }

/* Pricing */
.price-note {
  display: inline-flex; align-items: center; gap: 8px; background: #e9f9ef; color: #14663b;
  border-radius: 999px; padding: 8px 16px; font-size: .88rem; font-weight: 700; margin-top: 14px;
}
.price-table {
  margin-top: 36px; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
}
.price-head { background: var(--orange); color: #fff; padding: 18px 28px; font-weight: 700; }
.price-head small { display: block; font-weight: 500; opacity: .9; }
.price-rows { display: grid; grid-template-columns: 1fr; }
.price-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 15px 28px; border-bottom: 1px solid var(--line); font-weight: 600;
}
.price-row:last-child { border-bottom: 0; }
.price-row b { color: var(--orange-dark); font-size: 1.05rem; white-space: nowrap; }
.price-row span small { display: block; color: var(--ink-soft); font-weight: 500; font-size: .8rem; }
.price-foot { padding: 16px 28px; background: var(--cream); font-size: .88rem; color: var(--ink-soft); }
@media (min-width: 760px) {
  .price-rows { grid-template-columns: 1fr 1fr; }
  .price-rows .price-row:nth-last-child(2) { border-bottom: 0; }
}

/* Driver / about */
.driver { background: var(--white); }
.driver .wrap { display: grid; gap: 40px; align-items: center; }
.driver-photos { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.driver blockquote {
  font-size: 1.05rem; color: var(--ink-soft); border-left: 4px solid var(--sun);
  padding-left: 18px; margin: 20px 0;
}
.driver-points { list-style: none; margin-top: 18px; }
.driver-points li { padding-left: 30px; position: relative; margin-bottom: 12px; font-weight: 600; }
.driver-points li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff; font-size: .75rem; display: flex; align-items: center; justify-content: center; }
.driver-points li small { display: block; font-weight: 500; color: var(--ink-soft); }
@media (min-width: 900px) { .driver .wrap { grid-template-columns: 1fr 1.1fr; } }

/* Reviews */
.review-grid { display: grid; gap: 22px; margin-top: 40px; }
.review { background: var(--white); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.review .stars { margin-bottom: 10px; }
.review p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 14px; }
.review footer { font-weight: 700; font-size: .9rem; }
.review footer small { display: block; font-weight: 500; color: var(--ink-soft); }
.todo-flag { outline: 2px dashed var(--sun); outline-offset: 3px; }
@media (min-width: 820px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }

/* FAQ */
.faq-list { max-width: 760px; margin: 40px auto 0; }
details {
  background: var(--white); border-radius: 14px; margin-bottom: 12px;
  box-shadow: var(--shadow); overflow: hidden;
}
summary {
  cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.4rem; color: var(--orange); font-weight: 600; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details .a { padding: 0 22px 18px; color: var(--ink-soft); font-size: .95rem; }

/* Final CTA */
.final-cta { background: linear-gradient(120deg, var(--orange), var(--sun)); color: #fff; text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta .sub { color: rgba(255, 255, 255, .92); margin: 0 auto 26px; }
.final-cta .btn-primary { background: #fff; color: var(--orange); box-shadow: 0 10px 30px rgba(0, 0, 0, .15); }
.final-cta .hero-ctas { justify-content: center; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .8); padding: 56px 0 90px; font-size: .92rem; }
.site-footer .wrap { display: grid; gap: 32px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 12px; }
.site-footer a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.site-footer a:hover { color: var(--sun); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.foot-brand img { width: 48px; margin-bottom: 12px; }
.copyright { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 8px; padding-top: 20px; font-size: .8rem; opacity: .7; grid-column: 1 / -1; }
@media (min-width: 760px) { .site-footer .wrap { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }

/* Sticky WhatsApp */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: flex; align-items: center; gap: 10px;
  background: var(--green); color: #fff; text-decoration: none; font-weight: 700;
  padding: 13px 20px; border-radius: 999px; box-shadow: 0 12px 30px rgba(37, 211, 102, .4);
  transition: transform .15s;
}
.wa-float:hover { transform: scale(1.05); }
