← back to Forza

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

398 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About FORZA | Boutique Costa Rica Law Firm · Alliott Global Alliance Member</title>
<meta name="description" content="FORZA is a boutique Costa Rica law, tax and outsourcing firm — 20+ years guiding international businesses from San José and Guanacaste. Exclusive Costa Rica member of the Alliott Global Alliance (180+ firms, 80 countries). Bilingual, senior-led counsel." />
<meta name="keywords" content="about Forza Costa Rica, boutique law firm San José, Alliott Global Alliance Costa Rica, bilingual attorneys Costa Rica, Costa Rica legal team, Guanacaste law firm" />
<meta property="og:title" content="About FORZA — Boutique Costa Rica Counsel" />
<meta property="og:description" content="20+ years. Boutique scale. Global reach via the Alliott Global Alliance." />
<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>
  /* Story block */
  .story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;padding:72px 0}
  .story-visual{aspect-ratio:4/5;border-radius:24px;background:
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(11,110,143,.3)),
    linear-gradient(135deg,#3fa6c7 0%,#0b6e8f 45%,#174a6b 100%);
    position:relative;overflow:hidden;color:#fff}
  .story-visual::before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.15);border-radius:16px}
  .story-visual .label{position:absolute;top:44px;left:44px;font-family:'Fraunces';font-size:22px;letter-spacing:-.01em}
  .story-visual .stamp{position:absolute;top:44px;right:44px;width:72px;height:90px;background:rgba(255,255,255,.12);border:1.5px dashed rgba(255,255,255,.5);border-radius:4px;display:grid;place-items:center;color:rgba(255,255,255,.92);font-family:'Fraunces';font-size:12px;letter-spacing:.08em;text-align:center;padding:10px}
  .story-visual .stamp b{display:block;font-size:22px;margin-bottom:2px}
  .story-visual .tag{position:absolute;bottom:44px;left:44px;right:44px;font-family:ui-monospace,monospace;font-size:12.5px;color:rgba(255,255,255,.8);line-height:1.7;letter-spacing:.04em}
  .story-text .lead{font-size:22px;line-height:1.45;color:var(--ink);font-family:'Fraunces';font-weight:400;letter-spacing:-.01em;margin-bottom:24px}
  .story-text p{font-size:16.5px;line-height:1.65;color:var(--ink-soft);margin-bottom:18px}
  .story-text em{font-style:italic;color:var(--pacific)}

  /* Values */
  .values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}
  .value{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px}
  .value .num{font-family:'Fraunces';font-size:15px;color:var(--pacific);letter-spacing:.06em;font-weight:500}
  .value h3{font-size:24px;margin:14px 0 12px}
  .value p{font-size:15px;color:var(--ink-soft);line-height:1.6}
  .value.v2 .num{color:var(--jade)}
  .value.v3 .num{color:#8a5a2f}
  .value.v4 .num{color:var(--coffee)}

  /* Alliance deep-dive */
  .alliance{background:var(--ink);color:var(--sand);border-radius:32px;padding:80px 72px;margin:0 28px;display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center;position:relative;overflow:hidden}
  .alliance::after{content:"";position:absolute;top:-30%;right:-10%;width:60%;height:160%;background:radial-gradient(circle,rgba(11,110,143,.45),transparent 60%);pointer-events:none}
  .alliance h2{color:var(--paper);font-size:clamp(32px,3.6vw,44px);position:relative;max-width:460px}
  .alliance h2 em{color:var(--sand-deep);font-style:italic;font-weight:400}
  .alliance-body{position:relative}
  .alliance-body p{color:rgba(239,231,215,.8);font-size:16.5px;line-height:1.65;margin-bottom:18px;max-width:560px}
  .alliance-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}
  .al-stat{padding:0}
  .al-stat b{display:block;font-family:'Fraunces';font-size:44px;font-weight:500;letter-spacing:-.02em;color:#fff;line-height:1}
  .al-stat span{font-size:13px;color:rgba(239,231,215,.65);margin-top:8px;display:block}

  /* Team */
  .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
  .member{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:transform .2s}
  .member:hover{transform:translateY(-3px)}
  .member .photo{aspect-ratio:4/5;background:linear-gradient(160deg,#c9d4f2,#0b6e8f)}
  .member .photo.b{background:linear-gradient(160deg,#ead7b1,#8a5a2f)}
  .member .photo.c{background:linear-gradient(160deg,#d1e4c9,#2f8a5f)}
  .member-body{padding:28px}
  .member h3{font-size:22px;margin-bottom:4px}
  .member .role{font-size:13px;color:var(--pacific);letter-spacing:.04em;font-weight:600;margin-bottom:14px;text-transform:uppercase}
  .member .bio{font-size:14.5px;color:var(--ink-soft);line-height:1.6}
  .member .creds{margin-top:18px;padding-top:16px;border-top:1px dashed var(--line);display:flex;flex-wrap:wrap;gap:6px}
  .member .creds span{font-size:11.5px;background:var(--paper);border:1px solid var(--line);padding:4px 10px;border-radius:999px;color:var(--ink-soft)}

  /* Timeline */
  .timeline{position:relative;padding:20px 0;margin-top:40px}
  .timeline::before{content:"";position:absolute;left:120px;top:0;bottom:0;width:1px;background:var(--line)}
  .time-row{display:grid;grid-template-columns:120px 1fr;gap:40px;padding:24px 0;position:relative;align-items:start}
  .time-row::before{content:"";position:absolute;left:115px;top:30px;width:10px;height:10px;border-radius:50%;background:var(--pacific);border:3px solid var(--paper);z-index:1}
  .time-year{font-family:'Fraunces';font-size:26px;font-weight:500;color:var(--ink);letter-spacing:-.01em;padding-top:4px}
  .time-body h4{font-size:18px;margin-bottom:6px;font-weight:500}
  .time-body p{font-size:14.5px;color:var(--ink-soft);line-height:1.6;max-width:600px}

  /* Recognition */
  .recog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
  .recog{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;text-align:center}
  .recog b{display:block;font-family:'Fraunces';font-size:16px;color:var(--ink);margin-bottom:4px}
  .recog span{font-size:12px;color:var(--ink-mute);letter-spacing:.02em}

  @media (max-width:900px){
    .story,.values-grid,.alliance,.team-grid,.recog-grid{grid-template-columns:1fr}
    .alliance{padding:48px 32px;margin:0 16px}
    .timeline::before{left:28px}
    .time-row{grid-template-columns:1fr;gap:12px;padding-left:50px}
    .time-row::before{left:23px;top:30px}
  }
</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="./" class="active">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>The Firm</div>
</div>

<section class="page-head">
  <div class="wrap">
    <span class="eyebrow">About · Acerca</span>
    <h1>A boutique firm, <em>international by design.</em></h1>
    <p class="lede">FORZA has served international companies, investors and family offices from Costa Rica for more than twenty years — staying small enough to keep partners on every file, and large enough, through the Alliott Global Alliance, to follow clients into 80 countries.</p>
  </div>
</section>

<section style="padding:0">
  <div class="wrap">
    <div class="story">
      <div class="story-visual">
        <div class="label">Costa Rica — EST.</div>
        <div class="stamp"><span><b>CR</b>Est.<br/>—</span></div>
        <div class="tag">
          HQ ·········· San José<br/>
          Branch ······ Guanacaste<br/>
          Practice ···· Legal · Tax · BPO<br/>
          Language ···· EN · ES<br/>
          Alliance ···· Alliott Global<br/>
          Coverage ···· 80 countries
        </div>
      </div>
      <div class="story-text">
        <span class="eyebrow">Our story</span>
        <h2 style="margin:12px 0 28px">A firm built for the businesses <em>between borders</em>.</h2>
        <p class="lead">FORZA was founded on a simple conviction: international businesses working in Costa Rica deserve a single, senior-led partner — not a rotation of juniors, not the overhead of an institutional firm.</p>
        <p>Every engagement is led by a partner with twenty-plus years of experience. Every client reaches us bilingually, in San José or Guanacaste, by phone or WhatsApp. Every matter is billed fixed-fee where possible, with one coordinated invoice across legal, tax and outsourcing.</p>
        <p>We serve companies investing in Costa Rica, families relocating here, investors building Pacific-coast resorts, technology groups setting up nearshore operations, and multinationals restructuring tax exposure — and we coordinate with counsel across 80 countries through our membership in the Alliott Global Alliance.</p>
        <p>We are deliberately boutique. That is the product.</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">What we believe</span>
        <h2>Four principles. <em style="font-style:italic;font-weight:400;color:var(--pacific)">One engagement model.</em></h2>
      </div>
      <p>Every engagement FORZA takes on is shaped by the same four commitments. If any of these don't fit your expectations, we're not the right firm for you.</p>
    </div>

    <div class="values-grid">
      <div class="value v1">
        <span class="num">01 / Partner-led</span>
        <h3>A partner leads every file.</h3>
        <p>The partner you speak with on the first call stays on your matter — not as a supervisor, but as the working attorney. No handoff to juniors, no rotating relationship managers.</p>
      </div>
      <div class="value v2">
        <span class="num">02 / Integrated</span>
        <h3>Legal, tax &amp; operations as one.</h3>
        <p>Most international clients need some mix of all three. FORZA delivers them as a single, coordinated engagement — so you coordinate one firm, one partner, one invoice.</p>
      </div>
      <div class="value v3">
        <span class="num">03 / Bilingual</span>
        <h3>English is a first-class citizen.</h3>
        <p>Contracts, memos, filings and meetings in whichever language you prefer. We translate into Spanish only where Costa Rican law requires it — your in-house team reads plain English.</p>
      </div>
      <div class="value v4">
        <span class="num">04 / Fixed-fee first</span>
        <h3>Transparent, predictable pricing.</h3>
        <p>Wherever scope allows, we quote fixed or capped fees by deliverable — not hours. You know what the work costs before we start, and we absorb inefficiency, not you.</p>
      </div>
    </div>
  </div>
</section>

<section style="padding-top:96px">
  <div class="wrap">
    <div class="alliance">
      <div>
        <span class="eyebrow" style="color:var(--sand-deep)">Alliott Global Alliance</span>
        <h2 style="margin-top:12px">One Costa Rican partner. <em>A worldwide firm at your back.</em></h2>
      </div>
      <div class="alliance-body">
        <p>FORZA is the <b style="color:#fff">exclusive Costa Rica member of the Alliott Global Alliance</b> — the sixth-largest alliance of independent professional services firms in the world.</p>
        <p>Through the Alliance, our clients access coordinated legal, tax and advisory support in 80 countries without juggling multiple retainers. One point of contact in San José, many jurisdictions served.</p>
        <p>Alliott member firms meet the Alliance's independence, quality and ethics standards — and we screen every referral personally before making the introduction.</p>
        <div class="alliance-stats">
          <div class="al-stat"><b>180+</b><span>Independent member firms</span></div>
          <div class="al-stat"><b>80</b><span>Countries represented</span></div>
          <div class="al-stat"><b>6th</b><span>Largest global alliance</span></div>
          <div class="al-stat"><b>1</b><span>Exclusive CR member · FORZA</span></div>
        </div>
      </div>
    </div>
  </div>
</section>

<section id="team">
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Our partners</span>
        <h2>Senior counsel. <em style="font-style:italic;font-weight:400;color:var(--pacific)">On every file.</em></h2>
      </div>
      <p>More than 20 years of combined experience across legal, tax and operational practice — and the structural commitment that a partner stays with your matter from scope through close.</p>
    </div>

    <div class="team-grid">
      <div class="member">
        <div class="photo"></div>
        <div class="member-body">
          <h3>Partner · Legal</h3>
          <div class="role">Corporate · M&amp;A · FDI</div>
          <p class="bio">Lead counsel on cross-border transactions, joint ventures and foreign direct investment structuring in Costa Rica. Works directly with general counsel and deal teams abroad.</p>
          <div class="creds">
            <span>LLM · International Business</span>
            <span>CR Bar · Licensed</span>
            <span>EN · ES</span>
          </div>
        </div>
      </div>
      <div class="member">
        <div class="photo b"></div>
        <div class="member-body">
          <h3>Partner · Tax</h3>
          <div class="role">International Tax · TP</div>
          <p class="bio">International tax planning, transfer pricing and controversy for multinational groups operating in or through Costa Rica. Former tax authority experience.</p>
          <div class="creds">
            <span>LLM · Tax</span>
            <span>Transfer Pricing Cert.</span>
            <span>EN · ES</span>
          </div>
        </div>
      </div>
      <div class="member">
        <div class="photo c"></div>
        <div class="member-body">
          <h3>Partner · Outsourcing</h3>
          <div class="role">Accounting · Payroll · CFO</div>
          <p class="bio">Leads CFO-level outsourcing engagements for regulated and multinational clients — covering accounting, payroll, compliance reporting and back-office operations.</p>
          <div class="creds">
            <span>CPA · Costa Rica</span>
            <span>Free-Trade Zone expert</span>
            <span>EN · ES</span>
          </div>
        </div>
      </div>
    </div>
    <div style="margin-top:32px"><a class="btn btn-ghost" href="#">See the full team →</a></div>
  </div>
</section>

<section style="padding-top:0">
  <div class="wrap">
    <div class="section-head">
      <div class="label">
        <span class="eyebrow">Timeline</span>
        <h2>Twenty years, in short.</h2>
      </div>
      <p>A condensed history of how FORZA got here — from a single practice in San José to an integrated boutique serving clients across three continents.</p>
    </div>

    <div class="timeline">
      <div class="time-row">
        <div class="time-year">2005</div>
        <div class="time-body">
          <h4>Founded in San José</h4>
          <p>FORZA opens as a boutique legal practice serving international companies doing business in Costa Rica.</p>
        </div>
      </div>
      <div class="time-row">
        <div class="time-year">2010</div>
        <div class="time-body">
          <h4>Tax practice added</h4>
          <p>Local and cross-border tax planning, compliance and controversy becomes the firm's second pillar, in response to multinational client demand.</p>
        </div>
      </div>
      <div class="time-row">
        <div class="time-year">2014</div>
        <div class="time-body">
          <h4>Outsourcing pillar launched</h4>
          <p>Accounting, payroll and back-office services formalized — clients who engaged us for legal or tax work began requesting integrated operational support.</p>
        </div>
      </div>
      <div class="time-row">
        <div class="time-year">2017</div>
        <div class="time-body">
          <h4>Guanacaste office opens</h4>
          <p>Second office opens on the Pacific coast to serve hospitality, tourism and resort-real-estate clients on the ground.</p>
        </div>
      </div>
      <div class="time-row">
        <div class="time-year">2020</div>
        <div class="time-body">
          <h4>Alliott Global Alliance — exclusive Costa Rica member</h4>
          <p>FORZA joins as the exclusive Costa Rica member of the Alliott Global Alliance, bringing 80-country coordination capacity to clients.</p>
        </div>
      </div>
      <div class="time-row">
        <div class="time-year">2026</div>
        <div class="time-body">
          <h4>20+ years. Boutique by design.</h4>
          <p>Today, FORZA remains deliberately boutique — three partners leading three integrated practices, serving clients from twenty-plus jurisdictions.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<section style="background:var(--sand);border-top:1px solid var(--sand-deep);border-bottom:1px solid var(--sand-deep);padding:72px 0">
  <div class="wrap">
    <div class="section-head" style="margin-bottom:32px">
      <div class="label">
        <span class="eyebrow">Recognition</span>
        <h2>Independently verified.</h2>
      </div>
      <p>Memberships and certifications that reflect the firm's standards — independently maintained, not self-awarded.</p>
    </div>
    <div class="recog-grid">
      <div class="recog"><b>Alliott Global</b><span>Exclusive CR member</span></div>
      <div class="recog"><b>CR Bar Association</b><span>All attorneys licensed</span></div>
      <div class="recog"><b>CR CPA Association</b><span>Outsourcing team certified</span></div>
      <div class="recog"><b>TP Council</b><span>Transfer pricing practice</span></div>
    </div>
  </div>
</section>

<section class="cta-wrap">
  <div class="wrap">
    <div class="cta">
      <div>
        <span class="eyebrow">Ready to start</span>
        <h2 style="margin-top:14px">Tell us about your Costa Rica project.</h2>
        <p>Most first calls are 30 minutes. You'll hear back within 24 hours — in English or Spanish, 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>
        </div>
      </div>
      <div style="position:relative">
        <div style="background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px">
          <span class="eyebrow">What's next</span>
          <h3 style="margin:10px 0 14px;font-size:22px">After a first call:</h3>
          <ul style="list-style:none;display:flex;flex-direction:column;gap:12px">
            <li style="display:flex;gap:12px;font-size:14.5px;color:var(--ink-soft);line-height:1.55"><span style="color:var(--pacific);font-weight:700">1.</span>Written, fixed-fee quote within 24–48 hrs</li>
            <li style="display:flex;gap:12px;font-size:14.5px;color:var(--ink-soft);line-height:1.55"><span style="color:var(--pacific);font-weight:700">2.</span>Partner-led engagement kickoff</li>
            <li style="display:flex;gap:12px;font-size:14.5px;color:var(--ink-soft);line-height:1.55"><span style="color:var(--pacific);font-weight:700">3.</span>Weekly bilingual status reporting</li>
          </ul>
        </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</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>