← back to Forza

theme-3-costa-rica-modern/services-legal/index.html

466 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Legal Services | Costa Rica Corporate, M&amp;A, FDI &amp; Real Estate Law | FORZA</title>
<meta name="description" content="FORZA provides specialized legal counsel for international businesses in Costa Rica — corporate &amp; M&amp;A, FDI structuring, real estate, labor, contracts and dispute resolution. Partner-led, bilingual (EN/ES), fixed-fee where possible." />
<meta name="keywords" content="Costa Rica corporate law, M&amp;A attorney San José, foreign direct investment Costa Rica, real estate law Guanacaste, Costa Rica labor law, commercial contracts CR, dispute resolution Costa Rica" />
<meta property="og:title" content="FORZA Legal — Costa Rica Corporate &amp; Commercial Counsel" />
<meta property="og:description" content="Specialized legal counsel for businesses entering, operating in and exiting Costa Rica. Partner-led, bilingual, fixed-fee first." />
<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>
  /* Service hero extension */
  .svc-hero{padding:72px 0 56px;border-bottom:1px solid var(--line)}
  .svc-hero .kicker{display:flex;align-items:center;gap:14px;margin-bottom:22px}
  .svc-hero .kicker .pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--pacific);color:#fff;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
  .svc-hero .kicker .pill .dot{width:6px;height:6px;border-radius:50%;background:#fff}
  .svc-hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:48px;align-items:end;margin-top:8px}
  .svc-hero h1{margin-bottom:20px}
  .svc-hero h1 em{font-style:italic;font-weight:400;color:var(--pacific)}
  .svc-hero p.lede{font-size:19px;color:var(--ink-soft);max-width:620px;line-height:1.55}
  .svc-hero-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}
  .svc-hero-card .eyebrow{margin-bottom:14px;display:block}
  .svc-hero-card h3{font-size:18px;margin-bottom:14px}
  .svc-hero-card ul{list-style:none;display:flex;flex-direction:column;gap:10px}
  .svc-hero-card li{font-size:14px;color:var(--ink-soft);display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed var(--line)}
  .svc-hero-card li:last-child{border-bottom:none}
  .svc-hero-card li::before{content:"◆";color:var(--pacific);font-size:10px;margin-top:4px}

  /* Practice areas grid */
  .areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
  .area{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}
  .area:hover{border-color:var(--pacific);transform:translateY(-3px)}
  .area .icon{width:44px;height:44px;border-radius:11px;background:rgba(11,110,143,.08);color:var(--pacific);display:grid;place-items:center;font-family:'Fraunces';font-size:20px;font-weight:500;margin-bottom:18px}
  .area h3{font-size:20px;margin-bottom:10px;line-height:1.3}
  .area p{font-size:14.5px;line-height:1.55;color:var(--ink-soft)}
  .area ul{list-style:none;margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
  .area ul li{font-size:13px;color:var(--ink-soft);padding:4px 0;display:flex;align-items:center;gap:8px}
  .area ul li::before{content:"→";color:var(--pacific);font-size:12px}

  /* Deliverables */
  .del-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
  .del{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:28px 32px;display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:start}
  .del .n{font-family:'Fraunces';font-size:42px;font-weight:500;color:var(--pacific);line-height:1;letter-spacing:-.02em}
  .del h4{font-size:18px;margin-bottom:8px;line-height:1.3;font-weight:500}
  .del p{font-size:14.5px;color:var(--ink-soft);line-height:1.55}

  /* Process steps */
  .process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:36px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
  .pstep{padding:28px 28px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:12px}
  .pstep:last-child{border-right:none}
  .pstep .num{font-family:'Fraunces';font-size:32px;font-weight:500;color:var(--pacific);line-height:1}
  .pstep h4{font-size:17px;line-height:1.3}
  .pstep p{font-size:13.5px;color:var(--ink-soft);line-height:1.55}
  .pstep .time{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);font-weight:600}

  /* Case examples */
  .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
  .case{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;display:flex;flex-direction:column;min-height:260px}
  .case .tag{display:inline-block;padding:4px 12px;border-radius:999px;background:var(--sand);color:var(--coffee);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;align-self:flex-start}
  .case h4{font-size:19px;margin:14px 0 10px;line-height:1.3;font-weight:500}
  .case p{font-size:14px;color:var(--ink-soft);line-height:1.55;flex:1}
  .case .meta{margin-top:20px;padding-top:14px;border-top:1px dashed var(--line);display:flex;justify-content:space-between;font-size:12px;color:var(--ink-mute)}
  .case .meta b{color:var(--ink);font-weight:600}

  /* FAQ */
  .faq-list{margin-top:32px;display:flex;flex-direction:column;gap:14px}
  .faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
  .faq-item h4{font-size:17px;margin-bottom:10px;font-weight:500;line-height:1.3}
  .faq-item p{font-size:14.5px;color:var(--ink-soft);line-height:1.6}

  /* Related services */
  .related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
  .related{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;display:flex;flex-direction:column;gap:14px;transition:border-color .2s,transform .2s}
  .related:hover{border-color:var(--jade);transform:translateY(-3px)}
  .related.tax:hover{border-color:var(--jade)}
  .related.out:hover{border-color:#8a5a2f}
  .related .tag{font-family:'Inter';font-size:12px;letter-spacing:.14em;color:var(--pacific);font-weight:600;text-transform:uppercase}
  .related.tax .tag{color:var(--jade)}
  .related.out .tag{color:#8a5a2f}
  .related h3{font-size:24px;line-height:1.25}
  .related p{font-size:15px;color:var(--ink-soft);line-height:1.55}
  .related a{margin-top:auto;font-size:14px;font-weight:600;color:var(--ink);display:inline-flex;gap:6px;padding-top:14px;border-top:1px solid var(--line)}

  @media (max-width:900px){
    .svc-hero-grid,.areas-grid,.del-grid,.process-row,.case-grid,.related-grid{grid-template-columns:1fr}
    .process-row .pstep{border-right:none;border-bottom:1px solid var(--line)}
    .process-row .pstep:last-child{border-bottom:none}
  }
</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" class="active">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" href="../contact/">Start a project →</a>
    </div>
  </div>
</header>

<div class="crumbs">
  <div class="wrap"><a href="../">Home</a><span>/</span><a href="../#services">Services</a><span>/</span>Legal</div>
</div>

<section class="svc-hero">
  <div class="wrap">
    <div class="kicker">
      <span class="pill"><span class="dot"></span> Practice 01 · Legal</span>
      <span style="font-size:13px;color:var(--ink-mute)">Corporate · Commercial · Real Estate · Labor · Dispute Resolution</span>
    </div>
    <div class="svc-hero-grid">
      <div>
        <h1>Specialized counsel for <em>doing business in Costa Rica.</em></h1>
        <p class="lede">Accurate, partner-led legal advice for international companies, investors and family offices entering, operating in or exiting Costa Rica — from entity formation through dispute resolution. Bilingual, fixed-fee first, delivered from San José and Guanacaste.</p>
      </div>
      <div class="svc-hero-card">
        <span class="eyebrow">At a glance</span>
        <h3>This practice, in one minute</h3>
        <ul>
          <li>Partner-led from first call to close</li>
          <li>Bilingual (EN / ES) delivery and reporting</li>
          <li>Fixed-fee for most scoped matters</li>
          <li>Alliott Global coordination when needed</li>
          <li>Serving both San José &amp; Guanacaste</li>
        </ul>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Practice areas</span>
        <h2>Six legal disciplines. <em style="font-style:italic;font-weight:400;color:var(--pacific)">One firm.</em></h2>
      </div>
      <p>FORZA's legal practice covers the six disciplines most commonly needed by international businesses in Costa Rica — with specialists on each, coordinated by a single lead partner.</p>
    </div>

    <div class="areas-grid">
      <div class="area">
        <div class="icon">§</div>
        <h3>Corporate &amp; M&amp;A</h3>
        <p>Entity formation, joint ventures, acquisitions, divestitures, restructurings and cross-border transactions involving Costa Rican counterparties.</p>
        <ul>
          <li>Costa Rica entity formation (SA, SRL)</li>
          <li>Share &amp; asset acquisitions</li>
          <li>Joint ventures &amp; shareholder agreements</li>
          <li>Corporate restructuring</li>
          <li>Due diligence &amp; disclosure</li>
        </ul>
      </div>
      <div class="area">
        <div class="icon">◎</div>
        <h3>Foreign Direct Investment</h3>
        <p>Inbound-investment structuring for international companies setting up Costa Rican operations — including free-trade zone and incentive regimes.</p>
        <ul>
          <li>Inbound investment structuring</li>
          <li>Free-trade zone applications</li>
          <li>Investment incentive regimes</li>
          <li>Foreign exchange &amp; repatriation</li>
          <li>Regulatory licensing</li>
        </ul>
      </div>
      <div class="area">
        <div class="icon">⌂</div>
        <h3>Real Estate &amp; Development</h3>
        <p>Acquisition, development and financing of residential, commercial and hospitality real estate — including maritime-zone and HOA-regulated Pacific-coast property.</p>
        <ul>
          <li>Purchase &amp; sale transactions</li>
          <li>Title verification &amp; insurance</li>
          <li>Maritime zone concessions</li>
          <li>HOA formation &amp; compliance</li>
          <li>Construction &amp; permitting</li>
        </ul>
      </div>
      <div class="area">
        <div class="icon">☰</div>
        <h3>Labor &amp; Employment</h3>
        <p>Costa Rican labor law is employee-protective and procedurally demanding — we help international employers hire, manage and (when necessary) separate compliantly.</p>
        <ul>
          <li>Employment contracts &amp; policies</li>
          <li>Termination &amp; severance</li>
          <li>Labor inspections &amp; audits</li>
          <li>Expatriate work permits</li>
          <li>Collective bargaining</li>
        </ul>
      </div>
      <div class="area">
        <div class="icon">✎</div>
        <h3>Commercial Contracts</h3>
        <p>Drafting, negotiating and reviewing the commercial contracts international businesses rely on — with an eye for Costa Rican enforceability and practice.</p>
        <ul>
          <li>Distribution &amp; agency agreements</li>
          <li>Licensing &amp; IP agreements</li>
          <li>SaaS &amp; technology contracts</li>
          <li>Supply &amp; service agreements</li>
          <li>NDAs &amp; term sheets</li>
        </ul>
      </div>
      <div class="area">
        <div class="icon">⚖</div>
        <h3>Dispute Resolution</h3>
        <p>Civil, commercial and labor litigation in Costa Rican courts — plus arbitration, mediation and pre-litigation workouts. Strategic first, courtroom only when necessary.</p>
        <ul>
          <li>Commercial litigation</li>
          <li>Arbitration &amp; mediation</li>
          <li>Contract enforcement</li>
          <li>Labor disputes &amp; claims</li>
          <li>Pre-litigation negotiation</li>
        </ul>
      </div>
    </div>
  </div>
</section>

<section style="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">Deliverables</span>
        <h2>What you actually receive.</h2>
      </div>
      <p>Legal work is easy to under-specify. Here's what comes out of a typical FORZA legal engagement — so you can match our deliverables against what your business genuinely needs.</p>
    </div>
    <div class="del-grid">
      <div class="del">
        <span class="n">01</span>
        <div>
          <h4>Opinion &amp; strategy memo</h4>
          <p>A written memo in your preferred language setting out the legal question, answer, risk analysis and recommended path. Not a 30-page academic essay — a working document your team can act on.</p>
        </div>
      </div>
      <div class="del">
        <span class="n">02</span>
        <div>
          <h4>Negotiated &amp; signed documents</h4>
          <p>Drafted, negotiated and executed contracts, corporate documents, filings and ancillary paperwork — handled locally on your behalf under Power of Attorney where needed.</p>
        </div>
      </div>
      <div class="del">
        <span class="n">03</span>
        <div>
          <h4>Registry &amp; government filings</h4>
          <p>Costa Rican corporate registry, tax authority, municipal and sector-specific filings completed and evidenced — with stamped receipts for your file.</p>
        </div>
      </div>
      <div class="del">
        <span class="n">04</span>
        <div>
          <h4>Weekly bilingual status</h4>
          <p>Each active matter gets a concise weekly update — in English or Spanish, to whichever stakeholders you specify. No black boxes, no missed deadlines.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">How we work</span>
        <h2>Four steps, start to close.</h2>
      </div>
      <p>Every legal engagement follows the same four stages — so you know at every moment what's happening, what comes next, and what it costs.</p>
    </div>
    <div class="process-row">
      <div class="pstep">
        <span class="num">01</span>
        <span class="time">Day 0 · 30 min</span>
        <h4>Scoping call</h4>
        <p>Bilingual call with a partner to understand your objective, timeline and constraints. No fee, no commitment.</p>
      </div>
      <div class="pstep">
        <span class="num">02</span>
        <span class="time">Day 1–2</span>
        <h4>Written quote</h4>
        <p>Scoped, fixed-fee proposal with deliverables, timeline, and the specific attorney(s) who will lead the matter.</p>
      </div>
      <div class="pstep">
        <span class="num">03</span>
        <span class="time">Weeks 1–n</span>
        <h4>Partner-led delivery</h4>
        <p>Same partner from the first call owns the file. Weekly bilingual status updates. All work product in your preferred language.</p>
      </div>
      <div class="pstep">
        <span class="num">04</span>
        <span class="time">Close</span>
        <h4>Handoff &amp; continuity</h4>
        <p>Organized closing file, registry evidence, and — where useful — a handoff memo for your in-house team or successor counsel.</p>
      </div>
    </div>
  </div>
</section>

<section style="background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)">
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Case examples</span>
        <h2>Representative matters.</h2>
      </div>
      <p>Anonymized examples of recent legal engagements — to calibrate what FORZA typically works on and the scale of matter that suits a boutique firm.</p>
    </div>
    <div class="case-grid">
      <div class="case">
        <span class="tag">Corporate · M&amp;A</span>
        <h4>US SaaS group acquires Costa Rican nearshore operation</h4>
        <p>Full legal work-stream for acquisition of a CR technology services company — due diligence, share purchase, employee transfer, tax structuring coordination, and post-close integration.</p>
        <div class="meta"><span>Sector · <b>Technology</b></span><span>2025</span></div>
      </div>
      <div class="case">
        <span class="tag">Real Estate · Hospitality</span>
        <h4>European investor develops Guanacaste boutique hotel</h4>
        <p>Multi-year engagement: land acquisition, maritime-zone concession, HOA formation, construction permitting, operator agreements and phased ongoing regulatory compliance.</p>
        <div class="meta"><span>Sector · <b>Hospitality</b></span><span>Ongoing</span></div>
      </div>
      <div class="case">
        <span class="tag">FDI · Manufacturing</span>
        <h4>German manufacturer establishes free-trade zone operation</h4>
        <p>End-to-end free-trade zone application, entity formation, regulatory licensing, initial labor framework and ongoing compliance for an export-oriented manufacturer.</p>
        <div class="meta"><span>Sector · <b>Manufacturing</b></span><span>2024</span></div>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">FAQ</span>
        <h2>Common questions, answered.</h2>
      </div>
      <p>The questions international counterparts most frequently ask before engaging FORZA for legal work in Costa Rica.</p>
    </div>
    <div class="faq-list">
      <div class="faq-item">
        <h4>Do I need to travel to Costa Rica to incorporate or buy property?</h4>
        <p>Rarely. Most international clients handle everything remotely via a Power of Attorney we draft and arrange for notarization at a Costa Rican consulate (or wherever you are). We manage notary, registry and bank appointments locally.</p>
      </div>
      <div class="faq-item">
        <h4>What's the typical timeline to set up a Costa Rican entity?</h4>
        <p>A straightforward SA or SRL typically takes 2–4 weeks from engagement to registered corporate number — including name reservation, notarial incorporation, registry filing, tax registration and municipal license where needed. Regulated industries add time.</p>
      </div>
      <div class="faq-item">
        <h4>Will my contracts be enforceable locally if drafted in English?</h4>
        <p>Generally yes for commercial contracts between private parties, with caveats. Certain contracts (labor, consumer, real estate) require Spanish versions. We advise on which document needs to be bilingual and prepare the Spanish counterpart where needed.</p>
      </div>
      <div class="faq-item">
        <h4>How do you price legal work?</h4>
        <p>Fixed-fee wherever scope allows — corporate formations, routine filings, standard-form contracts, defined due diligence, and most closings. Open-ended matters (litigation, complex M&amp;A) are hourly with a written budget and regular cost updates.</p>
      </div>
      <div class="faq-item">
        <h4>Can you coordinate with my home-country counsel?</h4>
        <p>Routinely. As Costa Rica's exclusive Alliott Global Alliance member, we're structured to work alongside 180+ firms in 80 countries — and are equally comfortable coordinating with your existing counsel outside the Alliance.</p>
      </div>
      <div class="faq-item">
        <h4>Do you handle litigation, or only transactional work?</h4>
        <p>Both. Our dispute resolution group handles commercial and labor litigation in Costa Rican courts plus arbitration and mediation. We try to resolve matters pre-litigation where commercially sensible.</p>
      </div>
    </div>
  </div>
</section>

<section style="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">Related services</span>
        <h2>Rarely just legal.</h2>
      </div>
      <p>Most international clients need some mix of legal, tax and outsourcing. FORZA delivers all three — under one engagement, one partner, one invoice.</p>
    </div>
    <div class="related-grid">
      <div class="related tax">
        <span class="tag">Practice 02 · Tax</span>
        <h3>Tax &amp; Transfer Pricing</h3>
        <p>Local and cross-border tax planning, compliance and controversy — calibrated to Costa Rica's evolving rules and your international obligations.</p>
        <a href="#">Explore Tax services →</a>
      </div>
      <div class="related out">
        <span class="tag">Practice 03 · Outsourcing</span>
        <h3>Accounting &amp; Outsourcing</h3>
        <p>Accounting, payroll, CFO advisory and back-office services for companies whose efficiency depends on reliable administration of resources.</p>
        <a href="#">Explore Outsourcing →</a>
      </div>
    </div>
  </div>
</section>

<section class="cta-wrap">
  <div class="wrap">
    <div class="cta">
      <div>
        <span class="eyebrow">Start the conversation</span>
        <h2 style="margin-top:14px">Tell us about your legal matter.</h2>
        <p>A partner will respond within 24–48 hours with a scoped, fixed-fee quote. Most first calls are 30 minutes — bilingual, by phone, email or WhatsApp.</p>
        <div style="display:flex;gap:12px;flex-wrap:wrap;margin-top:24px">
          <a class="btn btn-primary" href="../contact/">Request a quote →</a>
          <a class="btn btn-pacific" href="#">WhatsApp us</a>
          <a class="btn btn-ghost" href="../about/">About FORZA</a>
        </div>
      </div>
      <div style="position:relative">
        <div style="background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px">
          <span class="eyebrow">Our promise</span>
          <h3 style="margin:10px 0 14px;font-size:22px">Partner on every call. Fixed-fee first. Bilingual by default.</h3>
          <p style="font-size:14.5px;line-height:1.6">Every inbound message reaches a partner directly — and the same partner stays on your matter from scope through close.</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="./">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>