← back to Forza

theme-3-costa-rica-modern/contact/index.html

359 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Contact FORZA | Costa Rica Law Firm — San José &amp; Guanacaste | Request a Quote</title>
<meta name="description" content="Contact FORZA — boutique Costa Rica law, tax &amp; outsourcing firm in San José and Guanacaste. Request a fixed-fee quote in 24–48 hours, WhatsApp a partner, or book a 30-minute bilingual consultation." />
<meta name="keywords" content="contact Costa Rica lawyer, Forza legal contact, San José attorney phone, Guanacaste law office, request quote Costa Rica law firm, WhatsApp Costa Rica attorney" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../shared.css">
<style>
  .contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:56px;padding:72px 0}
  .contact-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:44px}
  .contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .contact-form label{font-family:'Inter';font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);font-weight:600;display:block;margin-bottom:6px;margin-top:8px}
  .contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:14px 16px;border-radius:10px;font-size:15px;margin-bottom:14px;font-family:inherit;transition:border-color .15s}
  .contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--pacific)}
  .contact-form textarea{min-height:120px;resize:vertical}
  .contact-form .lang-pref{display:flex;gap:10px;margin-bottom:18px}
  .contact-form .lang-pref label{flex:1;margin:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid var(--line);border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;text-transform:none;letter-spacing:0;color:var(--ink-soft)}
  .contact-form .lang-pref input{width:auto;margin:0}
  .contact-form .submit{width:100%;background:var(--ink);color:var(--paper);border:none;padding:16px;border-radius:999px;font-weight:600;cursor:pointer;font-size:15px;margin-top:8px}
  .contact-form .consent{font-size:12px;color:var(--ink-mute);margin-top:12px;line-height:1.5}
  .contact-form .consent a{color:var(--pacific)}

  .contact-side{display:flex;flex-direction:column;gap:28px}
  .side-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px}
  .side-card .eyebrow{margin-bottom:14px;display:block}
  .side-card h3{font-size:22px;margin-bottom:10px}
  .side-card p{font-size:15px;color:var(--ink-soft);line-height:1.55}
  .side-card .btn{margin-top:18px}

  .phone-stack{display:flex;flex-direction:column;gap:14px;margin-top:18px}
  .phone-row{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--paper);border:1px solid var(--line);border-radius:12px}
  .phone-row .label{flex:1;font-size:12.5px;color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;font-weight:600}
  .phone-row .num{font-family:'Fraunces';font-weight:500;font-size:18px;color:var(--ink)}
  .phone-row.wa{background:#e8efe7;border-color:#c8dcc9}

  /* Offices */
  .off-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:40px}
  .off{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
  .off .map{aspect-ratio:16/10;background:linear-gradient(135deg,#0b6e8f,#2f8a5f);position:relative}
  .off .map.gua{background:linear-gradient(135deg,#caa75a,#4a2f1f)}
  .off .map::after{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 0 8px rgba(255,255,255,.25)}
  .off .map .city{position:absolute;bottom:22px;left:28px;color:#fff;font-family:'Fraunces';font-size:24px;font-weight:500}
  .off-body{padding:32px;display:flex;flex-direction:column;gap:10px;flex:1}
  .off-body h3{font-size:22px;margin-bottom:4px}
  .off-body .addr{font-size:14.5px;color:var(--ink-soft);line-height:1.6}
  .off-body .hours{font-size:13px;color:var(--ink-mute);margin-top:6px;padding-top:12px;border-top:1px dashed var(--line)}
  .off-body .links{margin-top:auto;padding-top:14px;display:flex;gap:10px;flex-wrap:wrap}
  .off-body .links a{font-size:13px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;color:var(--ink-soft);font-weight:500}
  .off-body .links a:hover{border-color:var(--ink);color:var(--ink)}

  /* FAQ */
  .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
  .faq{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
  .faq h4{font-size:17px;margin-bottom:10px;line-height:1.3}
  .faq p{font-size:14.5px;color:var(--ink-soft);line-height:1.55}

  @media (max-width:900px){
    .contact-grid,.contact-form .row,.off-grid,.faq-grid{grid-template-columns:1fr}
    .contact-form{padding:32px}
  }
</style>
</head>
<body>

<div class="topbar">
  <div class="wrap topbar-inner">
    <span>San José · Guanacaste · +(506) 4000-3827 · <a href="#">WhatsApp</a></span>
    <span>EN · <a href="#" style="color:rgba(239,231,215,.6)">ES</a></span>
  </div>
</div>

<header class="nav">
  <div class="wrap nav-inner">
    <a href="../" class="brand">
      <div class="brand-mark">F</div>
      <span class="brand-word">Forza</span>
    </a>
    <nav>
      <ul>
        <li><a href="../#services">Services</a></li>
        <li><a href="../about/">The Firm</a></li>
        <li><a href="../#sectors">Sectors</a></li>
        <li><a href="../#offices">Offices</a></li>
        <li><a href="../#insights">Insights</a></li>
      </ul>
    </nav>
    <div class="nav-right">
      <span class="lang">EN · ES</span>
      <a class="btn btn-primary active" href="./">Start a project →</a>
    </div>
  </div>
</header>

<div class="crumbs">
  <div class="wrap"><a href="../">Home</a><span>/</span>Contact</div>
</div>

<section class="page-head">
  <div class="wrap">
    <span class="eyebrow">Contact · Contacto</span>
    <h1>Tell us about your <em>Costa Rica project.</em></h1>
    <p class="lede">A partner will respond within 24–48 hours with a scoped, fixed-fee quote — in English or Spanish, by the channel you prefer. Most first calls are 30 minutes.</p>
  </div>
</section>

<section style="padding:0">
  <div class="wrap">
    <div class="contact-grid">
      <form class="contact-form" onsubmit="event.preventDefault();alert('This is a mockup form — wire up on production.');">
        <span class="eyebrow">Request a quote</span>
        <h2 style="font-size:28px;margin-top:10px;margin-bottom:28px">Project details</h2>

        <div class="row">
          <div>
            <label>Full name</label>
            <input placeholder="Jane Doe" required />
          </div>
          <div>
            <label>Company</label>
            <input placeholder="Company Inc." />
          </div>
        </div>

        <div class="row">
          <div>
            <label>Work email</label>
            <input type="email" placeholder="jane@company.com" required />
          </div>
          <div>
            <label>Phone / WhatsApp</label>
            <input type="tel" placeholder="+1 555 123 4567" />
          </div>
        </div>

        <label>Country of your business</label>
        <select>
          <option>United States</option>
          <option>Canada</option>
          <option>United Kingdom</option>
          <option>Germany</option>
          <option>Spain</option>
          <option>Costa Rica</option>
          <option>Mexico</option>
          <option>Other — tell us below</option>
        </select>

        <label>What do you need?</label>
        <select>
          <option>Legal — corporate &amp; M&amp;A</option>
          <option>Legal — real estate / FDI</option>
          <option>Legal — labor / employment</option>
          <option>Tax — international / transfer pricing</option>
          <option>Tax — compliance &amp; filing</option>
          <option>Outsourcing — accounting &amp; payroll</option>
          <option>Outsourcing — CFO advisory</option>
          <option>Multiple / not sure yet</option>
        </select>

        <label>Timeline</label>
        <select>
          <option>Urgent — this week</option>
          <option>Within 30 days</option>
          <option>1–3 months</option>
          <option>Just exploring</option>
        </select>

        <label>Language preference</label>
        <div class="lang-pref">
          <label><input type="radio" name="lang" checked /> English</label>
          <label><input type="radio" name="lang" /> Español</label>
          <label><input type="radio" name="lang" /> Either</label>
        </div>

        <label>Tell us about the project</label>
        <textarea placeholder="A short description of what you're trying to do — we'll ask follow-up questions on the call."></textarea>

        <button class="submit" type="submit">Send request →</button>
        <p class="consent">By submitting you agree to our <a href="#">privacy policy</a>. We reply within 24–48 business hours.</p>
      </form>

      <aside class="contact-side">
        <div class="side-card">
          <span class="eyebrow">Prefer a call?</span>
          <h3>Reach a partner directly.</h3>
          <p>Pick up the phone or open WhatsApp — you'll reach a senior partner, not a switchboard.</p>
          <div class="phone-stack">
            <div class="phone-row wa">
              <span class="label">WhatsApp</span>
              <span class="num">+(506) 4000-3827</span>
            </div>
            <div class="phone-row">
              <span class="label">Phone</span>
              <span class="num">+(506) 4000-3827</span>
            </div>
            <div class="phone-row">
              <span class="label">Email</span>
              <span class="num" style="font-size:16px">info@forza.legal</span>
            </div>
          </div>
        </div>

        <div class="side-card" style="background:var(--ink);color:var(--sand-deep);border-color:var(--ink)">
          <span class="eyebrow" style="color:var(--sand-deep)">What to expect</span>
          <h3 style="color:#fff">From first message to signed engagement.</h3>
          <ul style="list-style:none;margin-top:18px;display:flex;flex-direction:column;gap:14px">
            <li style="display:flex;gap:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)">
              <span style="font-family:'Fraunces';font-size:20px;color:var(--sand-deep);line-height:1">01</span>
              <span style="font-size:14px;color:rgba(239,231,215,.8);line-height:1.5"><b style="color:#fff;font-weight:600;display:block;font-family:'Inter'">30-min scoping call</b>Bilingual, no fee. We understand your situation.</span>
            </li>
            <li style="display:flex;gap:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)">
              <span style="font-family:'Fraunces';font-size:20px;color:var(--sand-deep);line-height:1">02</span>
              <span style="font-size:14px;color:rgba(239,231,215,.8);line-height:1.5"><b style="color:#fff;font-weight:600;display:block;font-family:'Inter'">Written quote · 24–48 hrs</b>Scoped, fixed-fee where possible, phased deliverables.</span>
            </li>
            <li style="display:flex;gap:14px">
              <span style="font-family:'Fraunces';font-size:20px;color:var(--sand-deep);line-height:1">03</span>
              <span style="font-size:14px;color:rgba(239,231,215,.8);line-height:1.5"><b style="color:#fff;font-weight:600;display:block;font-family:'Inter'">Partner-led delivery</b>Same partner on the first call stays on the file.</span>
            </li>
          </ul>
        </div>
      </aside>
    </div>
  </div>
</section>

<section style="padding:64px 0 96px;background:var(--sand);border-top:1px solid var(--sand-deep);border-bottom:1px solid var(--sand-deep)">
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Visit us</span>
        <h2>Two Costa Rica offices.</h2>
      </div>
      <p>San José is the primary office for corporate, tax and outsourcing engagements. Guanacaste serves hospitality, tourism and Pacific-coast real estate.</p>
    </div>

    <div class="off-grid">
      <div class="off">
        <div class="map"><div class="city">San José</div></div>
        <div class="off-body">
          <h3>San José — Capital office</h3>
          <div class="addr">Business district of San José, Costa Rica<br/>Primary address for Alliott Global Alliance coordination.</div>
          <div class="hours"><b>Mon–Fri</b> · 8:00 am – 6:00 pm (CST) · Visits by appointment</div>
          <div class="links">
            <a href="#">Directions</a>
            <a href="#">WhatsApp</a>
            <a href="#">Email office</a>
            <a href="#">+(506) 4000-3827</a>
          </div>
        </div>
      </div>
      <div class="off">
        <div class="map gua"><div class="city">Guanacaste</div></div>
        <div class="off-body">
          <h3>Guanacaste — Pacific coast</h3>
          <div class="addr">Guanacaste province, Costa Rica<br/>Dedicated to hospitality, tourism and Pacific-coast real estate.</div>
          <div class="hours"><b>Mon–Fri</b> · 8:00 am – 5:00 pm (CST) · Saturdays by appointment</div>
          <div class="links">
            <a href="#">Directions</a>
            <a href="#">WhatsApp</a>
            <a href="#">Email office</a>
            <a href="#">+(506) 4000-3827</a>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Before you write</span>
        <h2>Questions we hear often.</h2>
      </div>
      <p>If any of these are on your mind, the answer is probably below — and if not, write us anyway.</p>
    </div>

    <div class="faq-grid">
      <div class="faq">
        <h4>Do I need to speak Spanish to work with FORZA?</h4>
        <p>No. The firm is fully bilingual (English/Spanish). Most international clients work with us entirely in English — all contracts, memos and meetings. We translate into Spanish only where Costa Rican law requires it.</p>
      </div>
      <div class="faq">
        <h4>How fast will I hear back?</h4>
        <p>A partner responds within 24–48 business hours with a scoped proposal. For time-sensitive matters, WhatsApp is the fastest channel — we typically answer the same business day.</p>
      </div>
      <div class="faq">
        <h4>Do you work on a fixed fee?</h4>
        <p>Wherever possible, yes. Corporate formations, tax filings and defined outsourcing engagements are usually fixed-fee or capped. Litigation and highly uncertain-scope work is hourly with a budget estimate.</p>
      </div>
      <div class="faq">
        <h4>I'm based abroad — can you handle everything remotely?</h4>
        <p>Yes. Most international clients never visit Costa Rica in person. We handle notary, registry, bank and government interactions locally on your behalf via Power of Attorney.</p>
      </div>
      <div class="faq">
        <h4>Do you coordinate with my home-country counsel?</h4>
        <p>Routinely. As Costa Rica's exclusive Alliott Global Alliance member, we work with 180+ firms in 80 countries — and are equally comfortable coordinating with your existing counsel outside the Alliance.</p>
      </div>
      <div class="faq">
        <h4>What if I'm just exploring?</h4>
        <p>That's fine. Many first calls are exploratory — you describe what you're considering, we tell you what's feasible, whether Costa Rica is the right jurisdiction, and roughly what it costs. No pressure to engage.</p>
      </div>
    </div>
  </div>
</section>

<section class="cta-wrap" style="padding-top:0">
  <div class="wrap">
    <div class="cta">
      <div>
        <span class="eyebrow">Other ways to reach us</span>
        <h2 style="margin-top:14px">Choose whichever is easiest.</h2>
        <p>Book a consultation, request a written quote, or just open WhatsApp and ask a question — all three reach the same partners.</p>
        <div style="display:flex;gap:12px;flex-wrap:wrap;margin-top:24px">
          <a class="btn btn-primary" href="#">Book a 30-min call →</a>
          <a class="btn btn-pacific" href="#">WhatsApp us</a>
          <a class="btn btn-ghost" href="#">Email a partner</a>
        </div>
      </div>
      <div style="position:relative">
        <div style="background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px">
          <span class="eyebrow">Response promise</span>
          <h3 style="margin:10px 0 14px;font-size:24px">Within 24–48 hours.</h3>
          <p style="font-size:15px;line-height:1.6">Every inbound message reaches a partner directly — not a receptionist, not a form queue. If a partner can't respond within 48 business hours, we'll tell you when they can.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<footer>
  <div class="wrap">
    <div class="foot-grid">
      <div class="foot-brand">
        <div class="brand">
          <div class="brand-mark" style="background:var(--paper);color:var(--ink)">F</div>
          <span class="brand-word" style="color:#fff">Forza</span>
        </div>
        <p>Boutique law, tax and outsourcing firm built in Costa Rica. Exclusive local member of the Alliott Global Alliance — 180+ firms across 80 countries.</p>
      </div>
      <div><h4>Services</h4><ul><li><a href="../services-legal/">Legal</a></li><li><a href="#">Tax</a></li><li><a href="#">Outsourcing</a></li><li><a href="#">Alliott coordination</a></li></ul></div>
      <div><h4>Firm</h4><ul><li><a href="../about/">About</a></li><li><a href="#">Team</a></li><li><a href="#">Sectors</a></li><li><a href="#">Insights</a></li><li><a href="#">Careers</a></li></ul></div>
      <div><h4>Contact</h4><ul><li>San José · Guanacaste</li><li>+(506) 4000-3827</li><li><a href="#">WhatsApp</a></li><li><a href="#">info@forza.legal</a></li></ul></div>
    </div>
    <div class="foot-bottom">
      <span>© 2026 FORZA · Costa Rica · Alliott Global Alliance member</span>
      <span>Bilingual · EN · ES</span>
    </div>
  </div>
</footer>

</body>
</html>