Files
paraguay/index.html
T
2026-08-31 18:24:05 -03:00

1249 lines
46 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Paraguay Business Forum — LLC & SRL Formation Community</title>
<meta name="description" content="Join our Telegram community for expert guidance on LLC & SRL formation in Paraguay. Tax advantages, residency options, banking, and more." />
<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=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
<style>
/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #0f172a;
--navy2: #1e293b;
--navy3: #334155;
--gold: #f59e0b;
--gold2: #fbbf24;
--tg: #2AABEE;
--tg2: #1a96d8;
--white: #ffffff;
--gray1: #f8fafc;
--gray2: #e2e8f0;
--gray3: #94a3b8;
--gray4: #64748b;
--radius: 14px;
--shadow: 0 4px 24px rgba(0,0,0,.12);
--shadow-lg: 0 8px 40px rgba(0,0,0,.18);
}
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', system-ui, sans-serif;
background: var(--white);
color: var(--navy);
line-height: 1.6;
overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
/* ── Utility ── */
.container {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding: 0 20px;
}
.section {
padding: 96px 0;
}
.section-label {
display: inline-block;
font-size: .75rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 12px;
}
.section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--navy);
}
.section-title span { color: var(--gold); }
.section-sub {
font-size: 1.05rem;
color: var(--gray4);
margin-top: 12px;
max-width: 580px;
}
/* ── Animations ── */
.fade-in {
opacity: 0;
transform: translateY(28px);
transition: opacity .65s ease, transform .65s ease;
}
.fade-in.visible {
opacity: 1;
transform: none;
}
.fade-in.delay-1 { transition-delay: .1s; }
.fade-in.delay-2 { transition-delay: .2s; }
.fade-in.delay-3 { transition-delay: .3s; }
.fade-in.delay-4 { transition-delay: .4s; }
/* ── Navbar ── */
.navbar {
position: sticky;
top: 0;
z-index: 100;
background: rgba(15,23,42,.92);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(255,255,255,.06);
}
.navbar-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 64px;
gap: 16px;
}
.navbar-brand {
display: flex;
align-items: center;
gap: 10px;
font-weight: 700;
font-size: 1.05rem;
color: var(--white);
white-space: nowrap;
}
.navbar-brand .flag { font-size: 1.3rem; }
.navbar-links {
display: flex;
align-items: center;
gap: 28px;
list-style: none;
}
.navbar-links a {
font-size: .9rem;
font-weight: 500;
color: var(--gray3);
transition: color .2s;
}
.navbar-links a:hover { color: var(--white); }
.btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 22px;
border-radius: 50px;
font-size: .92rem;
font-weight: 600;
cursor: pointer;
border: 2px solid transparent;
transition: all .22s ease;
text-align: center;
white-space: nowrap;
}
.btn-tg {
background: var(--tg);
color: var(--white);
border-color: var(--tg);
}
.btn-tg:hover {
background: var(--tg2);
border-color: var(--tg2);
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(42,171,238,.4);
}
.btn-outline {
background: transparent;
color: var(--white);
border-color: rgba(255,255,255,.4);
}
.btn-outline:hover {
background: rgba(255,255,255,.08);
border-color: var(--white);
transform: translateY(-1px);
}
.btn-gold {
background: var(--gold);
color: var(--navy);
border-color: var(--gold);
}
.btn-gold:hover {
background: var(--gold2);
border-color: var(--gold2);
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(245,158,11,.4);
}
.btn-lg {
padding: 15px 32px;
font-size: 1.05rem;
}
.navbar-cta { display: flex; }
/* ── Hero ── */
.hero {
position: relative;
background: var(--navy);
overflow: hidden;
padding: 112px 0 100px;
}
/* Diagonal gradient overlay */
.hero::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg,
#0f172a 0%,
#0d1f3c 40%,
#0a1a30 70%,
#0f172a 100%);
z-index: 0;
}
/* Paraguay flag hint — faint diagonal stripes */
.hero::after {
content: '';
position: absolute;
inset: 0;
background: repeating-linear-gradient(
-50deg,
rgba(210,16,52,.035) 0px,
rgba(210,16,52,.035) 20px,
transparent 20px,
transparent 60px,
rgba(255,255,255,.025) 60px,
rgba(255,255,255,.025) 80px,
transparent 80px,
transparent 120px,
rgba(0,56,168,.04) 120px,
rgba(0,56,168,.04) 140px,
transparent 140px,
transparent 180px
);
z-index: 0;
}
/* Glow blob */
.hero-blob {
position: absolute;
width: 700px;
height: 700px;
background: radial-gradient(circle, rgba(42,171,238,.13) 0%, transparent 70%);
top: -200px;
right: -150px;
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.hero-blob2 {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(245,158,11,.08) 0%, transparent 70%);
bottom: -150px;
left: -100px;
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.hero-inner {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 28px;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(42,171,238,.15);
border: 1px solid rgba(42,171,238,.3);
color: var(--tg);
font-size: .82rem;
font-weight: 600;
padding: 6px 16px;
border-radius: 50px;
letter-spacing: .04em;
}
.hero h1 {
font-size: clamp(2.4rem, 6vw, 4rem);
font-weight: 900;
color: var(--white);
line-height: 1.1;
letter-spacing: -.02em;
max-width: 780px;
}
.hero h1 em {
font-style: normal;
background: linear-gradient(90deg, var(--gold), var(--gold2));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-sub {
font-size: clamp(1rem, 2.5vw, 1.2rem);
color: rgba(255,255,255,.7);
max-width: 620px;
line-height: 1.7;
}
.hero-cta {
display: flex;
flex-wrap: wrap;
gap: 14px;
justify-content: center;
margin-top: 8px;
}
.hero-stats {
display: flex;
flex-wrap: wrap;
gap: 32px;
justify-content: center;
margin-top: 16px;
padding-top: 32px;
border-top: 1px solid rgba(255,255,255,.08);
width: 100%;
max-width: 640px;
}
.hero-stat {
text-align: center;
}
.hero-stat-num {
font-size: 1.6rem;
font-weight: 800;
color: var(--gold);
}
.hero-stat-label {
font-size: .82rem;
color: rgba(255,255,255,.5);
margin-top: 2px;
}
/* Telegram SVG */
.tg-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.tg-icon-lg {
width: 24px;
height: 24px;
}
/* ── Why Paraguay ── */
.why { background: var(--gray1); }
.why-header { margin-bottom: 56px; }
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
}
.card {
background: var(--white);
border-radius: var(--radius);
padding: 32px 28px;
box-shadow: var(--shadow);
border: 1px solid var(--gray2);
transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
border-color: var(--gold);
}
.card-emoji {
font-size: 2.2rem;
margin-bottom: 18px;
display: block;
}
.card-title {
font-size: 1.1rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 10px;
}
.card-text {
font-size: .92rem;
color: var(--gray4);
line-height: 1.65;
}
/* ── LLC vs SRL ── */
.comparison { background: var(--white); }
.comparison-header { margin-bottom: 52px; }
.compare-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.compare-card {
border-radius: var(--radius);
overflow: hidden;
border: 2px solid var(--gray2);
transition: border-color .25s;
}
.compare-card:hover { border-color: var(--gold); }
.compare-head {
padding: 22px 28px;
font-size: 1.05rem;
font-weight: 700;
}
.compare-card:first-child .compare-head {
background: var(--navy);
color: var(--white);
}
.compare-card:last-child .compare-head {
background: linear-gradient(90deg, var(--gold), var(--gold2));
color: var(--navy);
}
.compare-head .compare-tag {
display: block;
font-size: .75rem;
font-weight: 500;
opacity: .7;
margin-top: 2px;
letter-spacing: .05em;
text-transform: uppercase;
}
.compare-rows { }
.compare-row {
display: grid;
grid-template-columns: 160px 1fr;
border-bottom: 1px solid var(--gray2);
}
.compare-row:last-child { border-bottom: none; }
.compare-label {
padding: 14px 18px;
font-size: .82rem;
font-weight: 600;
color: var(--gray4);
background: var(--gray1);
text-transform: uppercase;
letter-spacing: .04em;
display: flex;
align-items: center;
}
.compare-val {
padding: 14px 20px;
font-size: .93rem;
color: var(--navy2);
display: flex;
align-items: center;
}
.compare-note {
margin-top: 20px;
background: rgba(245,158,11,.08);
border-left: 3px solid var(--gold);
border-radius: 0 8px 8px 0;
padding: 14px 18px;
font-size: .88rem;
color: var(--navy3);
}
/* ── What We Discuss ── */
.discuss { background: var(--navy); }
.discuss .section-label { color: var(--gold); }
.discuss .section-title { color: var(--white); }
.discuss .section-sub { color: rgba(255,255,255,.6); }
.discuss-header { margin-bottom: 52px; }
.discuss-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.discuss-item {
display: flex;
gap: 18px;
align-items: flex-start;
background: rgba(255,255,255,.05);
border: 1px solid rgba(255,255,255,.08);
border-radius: var(--radius);
padding: 24px 22px;
transition: background .25s, border-color .25s;
}
.discuss-item:hover {
background: rgba(255,255,255,.09);
border-color: rgba(245,158,11,.35);
}
.discuss-icon {
font-size: 1.7rem;
flex-shrink: 0;
margin-top: 2px;
}
.discuss-text h4 {
font-size: .98rem;
font-weight: 700;
color: var(--white);
margin-bottom: 5px;
}
.discuss-text p {
font-size: .87rem;
color: rgba(255,255,255,.55);
line-height: 1.6;
}
/* ── Testimonials ── */
.testimonials { background: var(--gray1); }
.testimonials-header { margin-bottom: 52px; }
.testi-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
}
.testi-card {
background: var(--white);
border-radius: var(--radius);
padding: 32px 28px;
box-shadow: var(--shadow);
border: 1px solid var(--gray2);
display: flex;
flex-direction: column;
gap: 20px;
transition: transform .25s, box-shadow .25s;
}
.testi-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.testi-stars {
color: var(--gold);
font-size: 1rem;
letter-spacing: 2px;
}
.testi-quote {
font-size: .95rem;
color: var(--navy2);
line-height: 1.7;
font-style: italic;
flex: 1;
}
.testi-quote::before { content: '\201C'; }
.testi-quote::after { content: '\201D'; }
.testi-author {
display: flex;
align-items: center;
gap: 14px;
}
.testi-avatar {
width: 44px;
height: 44px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: .9rem;
font-weight: 700;
color: var(--white);
flex-shrink: 0;
}
.av1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.av2 { background: linear-gradient(135deg, #10b981, #059669); }
.av3 { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.testi-name {
font-size: .93rem;
font-weight: 700;
color: var(--navy);
}
.testi-role {
font-size: .8rem;
color: var(--gray3);
margin-top: 1px;
}
/* ── FAQ ── */
.faq { background: var(--white); }
.faq-header { margin-bottom: 52px; }
.faq-list {
max-width: 760px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 12px;
}
.faq-item {
border: 1px solid var(--gray2);
border-radius: var(--radius);
overflow: hidden;
transition: border-color .2s;
}
.faq-item.open { border-color: var(--gold); }
.faq-question {
width: 100%;
background: none;
border: none;
padding: 20px 24px;
text-align: left;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
font-family: inherit;
font-size: .97rem;
font-weight: 600;
color: var(--navy);
transition: background .2s;
}
.faq-question:hover { background: var(--gray1); }
.faq-item.open .faq-question { background: var(--gray1); }
.faq-chevron {
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--gray2);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: background .2s, transform .3s;
font-size: .75rem;
color: var(--gray4);
}
.faq-item.open .faq-chevron {
background: var(--gold);
color: var(--navy);
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height .4s ease, padding .3s ease;
padding: 0 24px;
}
.faq-answer-inner {
padding: 0 0 20px;
font-size: .93rem;
color: var(--gray4);
line-height: 1.75;
}
.faq-item.open .faq-answer { max-height: 300px; }
/* ── Join CTA ── */
.join-section {
background: linear-gradient(135deg, var(--tg) 0%, #1a7bbd 100%);
padding: 96px 0;
position: relative;
overflow: hidden;
}
.join-section::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 80% 50%, rgba(255,255,255,.12) 0%, transparent 60%);
}
.join-inner {
position: relative;
z-index: 1;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.join-section h2 {
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 900;
color: var(--white);
line-height: 1.2;
}
.join-section p {
font-size: 1.1rem;
color: rgba(255,255,255,.82);
}
.btn-white {
background: var(--white);
color: var(--tg);
border-color: var(--white);
font-weight: 700;
}
.btn-white:hover {
background: var(--gray1);
box-shadow: 0 8px 28px rgba(0,0,0,.2);
transform: translateY(-2px);
}
.join-members {
display: flex;
align-items: center;
gap: 10px;
color: rgba(255,255,255,.8);
font-size: .9rem;
}
.join-avatars {
display: flex;
}
.join-av {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid var(--tg);
background: var(--navy);
color: var(--white);
font-size: .7rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
margin-left: -8px;
}
.join-avatars .join-av:first-child { margin-left: 0; }
.join-av.av-a { background: linear-gradient(135deg,#6366f1,#8b5cf6); }
.join-av.av-b { background: linear-gradient(135deg,#10b981,#059669); }
.join-av.av-c { background: linear-gradient(135deg,#f59e0b,#ef4444); }
.join-av.av-d { background: linear-gradient(135deg,#ec4899,#8b5cf6); }
/* ── Footer ── */
.footer {
background: var(--navy);
padding: 44px 0 32px;
border-top: 1px solid rgba(255,255,255,.06);
}
.footer-inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
text-align: center;
}
.footer-brand {
display: flex;
align-items: center;
gap: 10px;
font-weight: 700;
font-size: 1rem;
color: var(--white);
}
.footer-tagline {
font-size: .85rem;
color: var(--gray3);
max-width: 520px;
line-height: 1.6;
}
.footer-links {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
list-style: none;
}
.footer-links a {
font-size: .82rem;
color: var(--gray4);
transition: color .2s;
}
.footer-links a:hover { color: var(--gray3); }
.footer-copy {
font-size: .78rem;
color: var(--navy3);
margin-top: 8px;
}
.footer-divider {
width: 100%;
height: 1px;
background: rgba(255,255,255,.06);
margin: 8px 0;
}
/* ── Responsive ── */
@media (max-width: 768px) {
.navbar-links { display: none; }
.section { padding: 64px 0; }
.hero { padding: 72px 0 64px; }
.compare-grid { grid-template-columns: 1fr; }
.compare-row { grid-template-columns: 130px 1fr; }
.hero-stats { gap: 20px; }
}
@media (max-width: 480px) {
.hero h1 { font-size: 2rem; }
.btn-lg { padding: 13px 24px; font-size: .97rem; }
.compare-row { grid-template-columns: 1fr; }
.compare-label {
padding: 10px 18px 4px;
border-bottom: none;
background: var(--gray2);
}
.compare-val { padding: 4px 18px 14px; }
}
</style>
</head>
<body>
<!-- ══════════════════════ NAVBAR ══════════════════════ -->
<nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="container navbar-inner">
<a href="#" class="navbar-brand">
<span class="flag">🇵🇾</span>
<span>Paraguay Business</span>
</a>
<ul class="navbar-links">
<li><a href="#why">Why Paraguay</a></li>
<li><a href="#comparison">LLC vs SRL</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
<div class="navbar-cta">
<a href="#" class="btn btn-tg" aria-label="Join our Telegram group">
<svg class="tg-icon" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/>
</svg>
Join Telegram
</a>
</div>
</div>
</nav>
<!-- ══════════════════════ HERO ══════════════════════ -->
<section class="hero" aria-labelledby="hero-headline">
<div class="hero-blob" aria-hidden="true"></div>
<div class="hero-blob2" aria-hidden="true"></div>
<div class="container">
<div class="hero-inner">
<div class="hero-badge fade-in">
<svg class="tg-icon" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/>
</svg>
Telegram Community · 2,000+ Members
</div>
<h1 id="hero-headline" class="fade-in delay-1">
Start Your Business<br>in <em>Paraguay</em>
</h1>
<p class="hero-sub fade-in delay-2">
Join our Telegram community — get expert guidance on LLC &amp; SRL formation,
tax advantages, and residency options.
</p>
<div class="hero-cta fade-in delay-3">
<a href="#" class="btn btn-tg btn-lg" aria-label="Join the Paraguay Business Telegram group">
<svg class="tg-icon-lg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/>
</svg>
Join the Telegram Group
</a>
<a href="#why" class="btn btn-outline btn-lg">Learn More ↓</a>
</div>
<div class="hero-stats fade-in delay-4">
<div class="hero-stat">
<div class="hero-stat-num">2,000+</div>
<div class="hero-stat-label">Community members</div>
</div>
<div class="hero-stat">
<div class="hero-stat-num">10%</div>
<div class="hero-stat-label">Corporate tax (local)</div>
</div>
<div class="hero-stat">
<div class="hero-stat-num">0%</div>
<div class="hero-stat-label">Tax on foreign income</div>
</div>
<div class="hero-stat">
<div class="hero-stat-num">~7 days</div>
<div class="hero-stat-label">SRL formation time</div>
</div>
</div>
</div>
</div>
</section>
<!-- ══════════════════════ WHY PARAGUAY ══════════════════════ -->
<section class="section why" id="why" aria-labelledby="why-title">
<div class="container">
<div class="why-header fade-in">
<span class="section-label">The Case for Paraguay</span>
<h2 class="section-title" id="why-title">Why <span>Paraguay?</span></h2>
<p class="section-sub">A hidden gem in the heart of South America — with one of the most business-friendly environments on the continent.</p>
</div>
<div class="cards-grid">
<div class="card fade-in delay-1">
<span class="card-emoji">🌎</span>
<h3 class="card-title">Strategic Location</h3>
<p class="card-text">Sitting at the heart of South America, Paraguay borders Brazil, Argentina, and Bolivia — giving businesses access to a combined market of over 300 million people and the Mercosur trade bloc.</p>
</div>
<div class="card fade-in delay-2">
<span class="card-emoji">💰</span>
<h3 class="card-title">Low Taxes</h3>
<p class="card-text">Paraguay operates a territorial tax system: only income generated locally is taxed (at 10% corporate / 8% dividend). Income earned from foreign sources is completely tax-free.</p>
</div>
<div class="card fade-in delay-3">
<span class="card-emoji">🏢</span>
<h3 class="card-title">Easy Company Formation</h3>
<p class="card-text">A Paraguayan SRL can be registered in as little as 510 business days, with no minimum capital requirement, minimal paperwork, and no need to be a resident during formation.</p>
</div>
<div class="card fade-in delay-4">
<span class="card-emoji">🛂</span>
<h3 class="card-title">Residency Pathways</h3>
<p class="card-text">Owning and operating a business in Paraguay can strengthen your temporary or permanent residency application — opening doors to an affordable, free-range lifestyle in South America.</p>
</div>
</div>
</div>
</section>
<!-- ══════════════════════ LLC vs SRL ══════════════════════ -->
<section class="section comparison" id="comparison" aria-labelledby="compare-title">
<div class="container">
<div class="comparison-header fade-in">
<span class="section-label">Structure Guide</span>
<h2 class="section-title" id="compare-title">LLC vs SRL — <span>Which Is Right for You?</span></h2>
<p class="section-sub">Understand the key differences between a foreign LLC registered in Paraguay and a locally formed SRL before you decide.</p>
</div>
<div class="compare-grid fade-in">
<!-- LLC Column -->
<div class="compare-card">
<div class="compare-head">
🇺🇸 LLC (Foreign Structure)
<span class="compare-tag">e.g. US LLC operating in Paraguay</span>
</div>
<div class="compare-rows">
<div class="compare-row">
<div class="compare-label">Min. Capital</div>
<div class="compare-val">Depends on home jurisdiction (often $0)</div>
</div>
<div class="compare-row">
<div class="compare-label">Partners</div>
<div class="compare-val">1+ (single-member allowed in most jurisdictions)</div>
</div>
<div class="compare-row">
<div class="compare-label">Liability</div>
<div class="compare-val">Limited to contribution; members protected</div>
</div>
<div class="compare-row">
<div class="compare-label">Best For</div>
<div class="compare-val">Remote workers, solopreneurs with existing foreign structure</div>
</div>
<div class="compare-row">
<div class="compare-label">Tax Treatment</div>
<div class="compare-val">Foreign source income tax-free in Paraguay; home-country rules apply</div>
</div>
<div class="compare-row">
<div class="compare-label">Formation Time</div>
<div class="compare-val">Depends on home country (114 days typically)</div>
</div>
</div>
</div>
<!-- SRL Column -->
<div class="compare-card">
<div class="compare-head">
🇵🇾 SRL (Sociedad de Responsabilidad Limitada)
<span class="compare-tag">Paraguayan local entity</span>
</div>
<div class="compare-rows">
<div class="compare-row">
<div class="compare-label">Min. Capital</div>
<div class="compare-val">No statutory minimum capital required</div>
</div>
<div class="compare-row">
<div class="compare-label">Partners</div>
<div class="compare-val">225 partners (cuotapartistas) required by law</div>
</div>
<div class="compare-row">
<div class="compare-label">Liability</div>
<div class="compare-val">Limited to each partner's capital contribution</div>
</div>
<div class="compare-row">
<div class="compare-label">Best For</div>
<div class="compare-val">Entrepreneurs wanting a full Paraguayan legal entity for banking &amp; residency</div>
</div>
<div class="compare-row">
<div class="compare-label">Tax Treatment</div>
<div class="compare-val">10% corporate tax on local income; 0% on foreign-source income</div>
</div>
<div class="compare-row">
<div class="compare-label">Formation Time</div>
<div class="compare-val">510 business days once documents are in order</div>
</div>
</div>
</div>
</div>
<div class="compare-note fade-in">
⚠️ <strong>Disclaimer:</strong> The information above is for general educational purposes only. Specific requirements and timelines may vary. Always consult a qualified Paraguayan attorney or accountant for your situation.
</div>
</div>
</section>
<!-- ══════════════════════ COMMUNITY ══════════════════════ -->
<section class="section discuss" id="community" aria-labelledby="discuss-title">
<div class="container">
<div class="discuss-header fade-in">
<span class="section-label">Inside the Group</span>
<h2 class="section-title" id="discuss-title">What You'll Find in <span>Our Community</span></h2>
<p class="section-sub">Active daily discussions, vetted resources, and a network of entrepreneurs who've done it before.</p>
</div>
<div class="discuss-grid">
<div class="discuss-item fade-in delay-1">
<span class="discuss-icon">📋</span>
<div class="discuss-text">
<h4>Step-by-Step Registration Guides</h4>
<p>Pinned guides walk you through the entire SRL formation process — from choosing a notary to RUC registration at the SET.</p>
</div>
</div>
<div class="discuss-item fade-in delay-2">
<span class="discuss-icon">🏦</span>
<div class="discuss-text">
<h4>Banking &amp; Fintech Solutions</h4>
<p>Members share real experiences with local banks, international fintech options, and how to open accounts as a non-resident director.</p>
</div>
</div>
<div class="discuss-item fade-in delay-3">
<span class="discuss-icon">🌐</span>
<div class="discuss-text">
<h4>International Business from Paraguay</h4>
<p>How to legally invoice international clients, receive SWIFT transfers, and structure operations for maximum tax efficiency.</p>
</div>
</div>
<div class="discuss-item fade-in delay-1">
<span class="discuss-icon">📑</span>
<div class="discuss-text">
<h4>Tax Optimization &amp; Accounting</h4>
<p>Paraguay's IVA, IRACIS, and IRAE explained. Recommendations for trusted local accountants and bookkeeping software.</p>
</div>
</div>
<div class="discuss-item fade-in delay-2">
<span class="discuss-icon">🛂</span>
<div class="discuss-text">
<h4>Residency &amp; Visa Strategies</h4>
<p>Temporary and permanent residency paths, required documents, and how your SRL can support your immigration application.</p>
</div>
</div>
<div class="discuss-item fade-in delay-3">
<span class="discuss-icon">🤝</span>
<div class="discuss-text">
<h4>Networking &amp; Expat Community</h4>
<p>Connect with entrepreneurs, digital nomads, and expats already living and working in Paraguay. Real people, real experiences.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ══════════════════════ TESTIMONIALS ══════════════════════ -->
<section class="section testimonials" id="testimonials" aria-labelledby="testi-title">
<div class="container">
<div class="testimonials-header fade-in">
<span class="section-label">Member Stories</span>
<h2 class="section-title" id="testi-title">What Members <span>Are Saying</span></h2>
<p class="section-sub">Hear from entrepreneurs who've used the community to successfully set up their businesses in Paraguay.</p>
</div>
<div class="testi-grid">
<div class="testi-card fade-in delay-1">
<div class="testi-stars">★★★★★</div>
<p class="testi-quote">This group saved me months of research. I had my SRL registered and my RUC number in hand within two weeks, following the pinned guides step by step. The members who answer questions here genuinely know their stuff.</p>
<div class="testi-author">
<div class="testi-avatar av1">MK</div>
<div>
<div class="testi-name">Marcus K.</div>
<div class="testi-role">E-commerce entrepreneur · Germany</div>
</div>
</div>
</div>
<div class="testi-card fade-in delay-2">
<div class="testi-stars">★★★★★</div>
<p class="testi-quote">I was skeptical about the territorial tax system until this community explained exactly how it works with real examples. I've now restructured my consulting business through a Paraguayan SRL and the savings are real.</p>
<div class="testi-author">
<div class="testi-avatar av2">SR</div>
<div>
<div class="testi-name">Sofia R.</div>
<div class="testi-role">Software consultant · Brazil</div>
</div>
</div>
</div>
<div class="testi-card fade-in delay-3">
<div class="testi-stars">★★★★★</div>
<p class="testi-quote">The banking thread alone was worth joining. I struggled for months to open an account until I found the exact banks and processes shared in this group. Now my company is fully operational with a local account and Wise integration.</p>
<div class="testi-author">
<div class="testi-avatar av3">JL</div>
<div>
<div class="testi-name">James L.</div>
<div class="testi-role">Digital nomad &amp; dropshipper · USA</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ══════════════════════ FAQ ══════════════════════ -->
<section class="section faq" id="faq" aria-labelledby="faq-title">
<div class="container">
<div class="faq-header fade-in" style="text-align:center;">
<span class="section-label">FAQ</span>
<h2 class="section-title" id="faq-title">Frequently Asked <span>Questions</span></h2>
<p class="section-sub" style="margin: 0 auto;">Quick answers to the questions we hear most often in the community.</p>
</div>
<div class="faq-list fade-in" role="list">
<div class="faq-item" role="listitem">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-1">
Do I need to be a resident to open an SRL in Paraguay?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer" id="faq-answer-1" role="region">
<div class="faq-answer-inner">
No, residency is not required to form an SRL in Paraguay. Foreign nationals can register a company by appointing a local legal representative (apoderado) who will act on their behalf with the Paraguayan authorities. However, at least one of the two required partners must have a valid ID or passport that can be notarized. Many foreigners complete the entire process remotely by granting a power of attorney (poder notarial) to a local attorney.
</div>
</div>
</div>
<div class="faq-item" role="listitem">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-2">
What is the minimum capital required for a Paraguay SRL?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer" id="faq-answer-2" role="region">
<div class="faq-answer-inner">
There is no statutory minimum capital requirement for an SRL in Paraguay. Partners can declare a nominal capital contribution — even as low as 1 million Guaraní (approximately USD $130) — though a more realistic figure is typically declared to signal business credibility to banks and clients. The capital must be declared in the articles of association (acta constitutiva) and divided into quotas (cuotas) among the partners.
</div>
</div>
</div>
<div class="faq-item" role="listitem">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-3">
How long does it take to register a company in Paraguay?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer" id="faq-answer-3" role="region">
<div class="faq-answer-inner">
Once all documents are in order, the registration process typically takes between 5 and 10 business days for the core SRL incorporation. After that, you'll need to register for a RUC (tax identification number) with the Subsecretaría de Estado de Tributación (SET), which takes an additional few days. In total, most entrepreneurs are fully operational with a registered company and RUC within 24 weeks, depending on document preparation time and the efficiency of your chosen notary and attorney.
</div>
</div>
</div>
<div class="faq-item" role="listitem">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-4">
Is Paraguay really tax-free for foreign income?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer" id="faq-answer-4" role="region">
<div class="faq-answer-inner">
Paraguay operates a strict territorial tax system, meaning only income sourced from activities within Paraguay is subject to local taxes. Income earned from clients or transactions entirely outside Paraguay is not taxable under Paraguayan law. This is legally confirmed and widely used by digital businesses. However, this does not exempt you from taxes in your home country or country of tax residency — you may still owe taxes elsewhere depending on your personal situation. Always consult an international tax advisor to understand your full global tax picture.
</div>
</div>
</div>
<div class="faq-item" role="listitem">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-5">
Can I open a bank account for my Paraguayan company remotely?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer" id="faq-answer-5" role="region">
<div class="faq-answer-inner">
This is one of the more challenging aspects of doing business in Paraguay. Most traditional Paraguayan banks (such as Banco Continental, Itaú Paraguay, and BBVA) require in-person presence to open a business account. Some community members have successfully opened accounts by traveling to Asunción for 12 days. Alternatively, fintech solutions like Wise Business, Payoneer, or Mercury (for US LLCs) can serve as an interim banking solution while you establish your physical presence. Our community maintains an up-to-date thread on the best current banking options.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ══════════════════════ JOIN CTA ══════════════════════ -->
<section class="join-section" aria-labelledby="join-title">
<div class="container">
<div class="join-inner">
<div class="join-members fade-in">
<div class="join-avatars" aria-hidden="true">
<div class="join-av av-a">MK</div>
<div class="join-av av-b">SR</div>
<div class="join-av av-c">JL</div>
<div class="join-av av-d">AP</div>
</div>
<span>Joined by 2,000+ entrepreneurs</span>
</div>
<h2 id="join-title" class="fade-in">Ready to Start Your<br>Paraguay Journey?</h2>
<p class="fade-in">Join thousands of entrepreneurs already building their future in Paraguay's most active business community.</p>
<a href="#" class="btn btn-white btn-lg fade-in" aria-label="Join the Paraguay Business Telegram group">
<svg class="tg-icon-lg" viewBox="0 0 24 24" fill="var(--tg)" aria-hidden="true">
<path d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/>
</svg>
Join on Telegram →
</a>
</div>
</div>
</section>
<!-- ══════════════════════ FOOTER ══════════════════════ -->
<footer class="footer" role="contentinfo">
<div class="container footer-inner">
<div class="footer-brand">
<span>🇵🇾</span>
Paraguay Business Forum
</div>
<ul class="footer-links">
<li><a href="#why">Why Paraguay</a></li>
<li><a href="#comparison">LLC vs SRL</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#">Join Telegram</a></li>
</ul>
<div class="footer-divider"></div>
<p class="footer-tagline">
Paraguay Business Forum · Telegram Community · Not legal advice — for informational purposes only. Always consult a qualified attorney or accountant before making business or legal decisions.
</p>
<p class="footer-copy">&copy; 2026 Paraguay Business Forum. All rights reserved.</p>
</div>
</footer>
<!-- ══════════════════════ JAVASCRIPT ══════════════════════ -->
<script>
// ── Intersection Observer — fade-in on scroll ──
(function () {
var els = document.querySelectorAll('.fade-in');
if (!('IntersectionObserver' in window)) {
els.forEach(function (el) { el.classList.add('visible'); });
return;
}
var obs = new IntersectionObserver(function (entries) {
entries.forEach(function (e) {
if (e.isIntersecting) {
e.target.classList.add('visible');
obs.unobserve(e.target);
}
});
}, { threshold: 0.12 });
els.forEach(function (el) { obs.observe(el); });
})();
// ── FAQ Accordion ──
(function () {
var items = document.querySelectorAll('.faq-item');
items.forEach(function (item) {
var btn = item.querySelector('.faq-question');
btn.addEventListener('click', function () {
var isOpen = item.classList.contains('open');
// Close all
items.forEach(function (i) {
i.classList.remove('open');
i.querySelector('.faq-question').setAttribute('aria-expanded', 'false');
});
// Toggle clicked
if (!isOpen) {
item.classList.add('open');
btn.setAttribute('aria-expanded', 'true');
}
});
});
})();
// ── Navbar scroll shadow ──
(function () {
var nav = document.querySelector('.navbar');
window.addEventListener('scroll', function () {
if (window.scrollY > 10) {
nav.style.boxShadow = '0 2px 20px rgba(0,0,0,.35)';
} else {
nav.style.boxShadow = 'none';
}
}, { passive: true });
})();
</script>
</body>
</html>