← back to Costa Rica
public/legal/support.html
80 lines
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support — Costa Rica: Stay, Tour & Book</title>
<meta name="robots" content="index,follow">
<style>
:root{--ink:#14261d;--muted:#5b6b62;--line:#e3e9e5;--brand:#0b7a4b;--bg:#f7faf8}
*{box-sizing:border-box}
body{margin:0;font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg)}
.wrap{max-width:760px;margin:0 auto;padding:40px 22px 80px}
header{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:28px}
.kicker{color:var(--brand);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}
h1{font-size:28px;margin:6px 0 4px;line-height:1.2}
.sub{color:var(--muted);font-size:14px}
h2{font-size:18px;margin:34px 0 8px}
a{color:var(--brand)}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;margin:18px 0}
.contact{font-size:18px;font-weight:600}
details{border-bottom:1px solid var(--line);padding:12px 0}
summary{cursor:pointer;font-weight:600}
details p{margin:8px 0 0;color:var(--muted)}
.foot{margin-top:48px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
</style>
</head>
<body>
<div class="wrap">
<header>
<div class="kicker">Costa Rica · Stay, Tour & Book</div>
<h1>Support</h1>
<div class="sub">We’re here to help you discover, book, and enjoy Costa Rica.</div>
</header>
<div class="card">
<div class="contact">Email support</div>
<p>Reach us any time at <a href="mailto:costarica@agentabrams.com">costarica@agentabrams.com</a>.
We reply within 1–2 business days.</p>
</div>
<h2>Frequently asked questions</h2>
<details open>
<summary>How do I book a stay, tour, or service?</summary>
<p>Browse or search listings, open the one you like, choose your dates or time, and tap Book.
You’ll see the full price — rate, fees, and total — before you pay.</p>
</details>
<details>
<summary>How do I pay?</summary>
<p>Pay by international card (USD) or locally with SINPE Móvil (colones). Your booking is
confirmed the moment payment clears.</p>
</details>
<details>
<summary>How do I contact a host?</summary>
<p>Every listing shows the best way to reach the host — WhatsApp, phone, email, or our in-app
messenger. Your whole conversation stays in one thread.</p>
</details>
<details>
<summary>How do I manage or cancel a booking?</summary>
<p>Open <strong>My Trips</strong> to see all your bookings. To change or cancel, message the host
or email us and we’ll help.</p>
</details>
<details>
<summary>How do I list my property or service?</summary>
<p>Tap your profile and choose to become a host. You can list a stay, tour, or service and get
paid to your SINPE Móvil number (Costa Rica) or linked bank (international).</p>
</details>
<details>
<summary>How do I delete my account or data?</summary>
<p>Email <a href="mailto:costarica@agentabrams.com">costarica@agentabrams.com</a> and we’ll
delete your account and personal data. See our <a href="/privacy">Privacy Policy</a> for details.</p>
</details>
<div class="foot">
Costa Rica: Stay, Tour & Book · <a href="/privacy">Privacy Policy</a> · © 2026 Agent Abrams.
</div>
</div>
</body>
</html>