test access visa

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polish Visa Made Simple - Trusted Immigration Lawyers</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #f5f5f5;
color: #333;
line-height: 1.7;
min-height: 100vh;
padding: 40px 20px;
}

.container {
max-width: 900px;
margin: 0 auto;
}

.hero-section {
background: white;
border-radius: 25px;
padding: 60px 50px;
text-align: center;
box-shadow: 0 25px 70px rgba(0,0,0,0.3);
margin-bottom: 40px;
position: relative;
overflow: hidden;
}

.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 8px;
background: linear-gradient(90deg, #6b7280, #4b5563, #374151);
}

.hero-section h1 {
font-size: 3.2em;
color: #4a5568;
margin-bottom: 20px;
font-weight: 800;
line-height: 1.2;
}

.hero-section .subtitle {
font-size: 1.5em;
color: #6b7280;
margin-bottom: 30px;
font-weight: 600;
}

.hero-section p {
font-size: 1.15em;
color: #555;
margin-bottom: 20px;
line-height: 1.8;
}

.value-section {
background: white;
border-radius: 25px;
padding: 50px 50px;
margin-bottom: 40px;
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-section:hover {
transform: translateY(-8px);
box-shadow: 0 25px 70px rgba(0,0,0,0.35);
}

.value-section h2 {
font-size: 2em;
color: #4a5568;
margin-bottom: 25px;
text-align: center;
}

.value-section p {
font-size: 1.15em;
color: #555;
margin-bottom: 30px;
text-align: center;
}

.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
margin-top: 35px;
}

.benefit-card {
background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
color: white;
padding: 35px 25px;
border-radius: 18px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 10px 30px rgba(75, 85, 99, 0.3);
}

.benefit-card:hover {
transform: translateY(-5px) scale(1.03);
box-shadow: 0 15px 40px rgba(75, 85, 99, 0.5);
}

.benefit-icon {
font-size: 2.5em;
margin-bottom: 15px;
display: block;
}

.benefit-text {
font-size: 1.1em;
font-weight: 600;
line-height: 1.5;
}

.pricing-section {
background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
color: white;
border-radius: 25px;
padding: 60px 50px;
margin-bottom: 40px;
box-shadow: 0 25px 70px rgba(0,0,0,0.4);
text-align: center;
}

.pricing-section h2 {
font-size: 2.3em;
margin-bottom: 20px;
font-weight: 700;
}

.price-tag {
font-size: 4em;
font-weight: 800;
margin: 25px 0;
text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.price-tag .currency {
font-size: 0.6em;
opacity: 0.9;
}

.price-subtext {
font-size: 1.1em;
opacity: 0.9;
margin-bottom: 30px;
}

.payment-methods {
background: rgba(255,255,255,0.15);
backdrop-filter: blur(10px);
border-radius: 15px;
padding: 25px;
margin-top: 30px;
border: 1px solid rgba(255,255,255,0.2);
}

.payment-methods h3 {
font-size: 1.2em;
margin-bottom: 15px;
opacity: 0.95;
}

.payment-methods p {
font-size: 1.15em;
font-weight: 500;
}

.cta-section {
background: white;
border-radius: 25px;
padding: 50px;
text-align: center;
box-shadow: 0 25px 70px rgba(0,0,0,0.3);
}

.cta-section h2 {
font-size: 2.2em;
color: #667eea;
margin-bottom: 20px;
}

.cta-section p {
font-size: 1.2em;
color: #555;
margin-bottom: 35px;
}

.buy-button {
display: inline-block;
background: #930000;
color: white;
font-size: 1.6em;
font-weight: 700;
padding: 22px 60px;
border-radius: 50px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 15px 40px rgba(147, 0, 0, 0.4);
border: none;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}

.buy-button:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 20px 50px rgba(147, 0, 0, 0.6);
background: #b30000;
}

.buy-button:active {
transform: translateY(-1px) scale(1.03);
}

@media (max-width: 768px) {
body {
padding: 20px 10px;
}

.hero-section {
padding: 40px 25px;
}

.hero-section h1 {
font-size: 2.2em;
}

.hero-section .subtitle {
font-size: 1.2em;
}

.hero-section p {
font-size: 1em;
}

.value-section {
padding: 35px 25px;
}

.value-section h2 {
font-size: 1.6em;
}

.value-section p {
font-size: 1em;
}

.benefits-grid {
grid-template-columns: 1fr;
gap: 15px;
}

.benefit-card {
padding: 25px 20px;
}

.benefit-icon {
font-size: 2em;
}

.benefit-text {
font-size: 1em;
}

.pricing-section {
padding: 40px 25px;
}

.pricing-section h2 {
font-size: 1.8em;
}

.price-tag {
font-size: 3em;
}

.price-subtext {
font-size: 1em;
}

.payment-methods {
padding: 20px;
}

.payment-methods h3 {
font-size: 1.1em;
}

.payment-methods p {
font-size: 1em;
}

.cta-section {
padding: 35px 25px;
}

.cta-section h2 {
font-size: 1.8em;
}

.cta-section p {
font-size: 1.05em;
}

.buy-button {
font-size: 1.3em;
padding: 18px 45px;
}
}
</style>
</head>
<body>
<div class="container">
<!-- Hero Section -->
<div class="hero-section">
<h1>Polish Visa Made Simple</h1>
<p class="subtitle">Fast, Reliable Help from a Trusted Immigration Lawyer</p>
<p>Do you struggle to get a Polish visa? Do you want to be sure you're working with a professional, proven immigration lawyer?</p>
<p>With access to our network of experienced, licensed immigration lawyers in Poland, you can move forward confidently, knowing you're in good hands.</p>
</div>

<!-- Value Proposition Section -->
<div class="value-section">
<h2>Get Your Polish Visa Approved Without Stress</h2>
<p>We connect you with experienced, licensed immigration lawyers who handle the process from start to finish, with clear guidance, transparent fees, and zero wasted time.</p>

<div class="benefits-grid">
<div class="benefit-card">
<span class="benefit-icon">⚖️</span>
<div class="benefit-text">Expert Legal Support</div>
</div>
<div class="benefit-card">
<span class="benefit-icon">????</span>
<div class="benefit-text">No Hidden Costs</div>
</div>
<div class="benefit-card">
<span class="benefit-icon">⚡</span>
<div class="benefit-text">Fast, Compliant Process</div>
</div>
<div class="benefit-card">
<span class="benefit-icon">????</span>
<div class="benefit-text">Step-by-Step Guidance</div>
</div>
</div>
</div>

<!-- Pricing Section -->
<div class="pricing-section">
<h2>One-Time Access Fee</h2>
<div class="price-tag">
<span class="currency">40</span> PLN
</div>
<p class="price-subtext">Approx. USD 11 (depending on exchange rate) for full access</p>

<div class="payment-methods">
<h3>Easy Payments:</h3>
<p>Visa • MasterCard • PayU • Bank Transfer</p>
</div>
</div>

<!-- CTA Section -->
<div class="cta-section">
<h2>Start Today</h2>
<p>Get professional help and secure your visa the right way.</p>
<a href="#buy" class="buy-button">Buy Now</a>
</div>
</div>
</body>
</html>





Polish Visa Made Simple - Trusted Immigration Lawyers






Polish Visa Made Simple


Fast, Reliable Help from a Trusted Immigration Lawyer


Do you struggle to get a Polish visa? Do you want to be sure you're working with a professional, proven immigration lawyer?


With access to our network of experienced, licensed immigration lawyers in Poland, you can move forward confidently, knowing you're in good hands.

 


Get Your Polish Visa Approved Without Stress


We connect you with experienced, licensed immigration lawyers who handle the process from start to finish, with clear guidance, transparent fees, and zero wasted time.





⚖️
Expert Legal Support


????
No Hidden Costs



Fast, Compliant Process


????
Step-by-Step Guidance


One-Time Access Fee



40 PLN

Approx. USD 11 (depending on exchange rate) for full access




Easy Payments:


Visa • MasterCard • PayU • Bank Transfer


Start Today


Get professional help and secure your visa the right way.


Buy Now