* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sub-headline {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #fff;
    color: #667eea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.btn-outline:hover {
    background-color: #667eea;
    color: white;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background-color: #fff;
}

.how-it-works h2,
.pricing h2,
.comparison h2,
.policy h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #2d3748;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.step-box {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(30px);
}

.step-box.visible {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2d3748;
}

.step-box p {
    color: #4a5568;
    line-height: 1.8;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: all 0.6s ease;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.pricing-card.visible {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border-color: #667eea;
    transform: scale(1.05);
}

.pricing-card.featured.visible {
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pricing-card h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #2d3748;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 30px;
}

.features {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.features li {
    padding: 12px 0;
    color: #4a5568;
    border-bottom: 1px solid #e2e8f0;
}

.features li:last-child {
    border-bottom: none;
}

.features li:before {
    content: "✓";
    color: #48bb78;
    font-weight: 700;
    margin-right: 10px;
}

/* Comparison Section */
.comparison {
    padding: 80px 0;
    background-color: #fff;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
}

.comparison-column h3 {
    font-size: 1.75rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid;
}

.comparison-column h3.do {
    color: #48bb78;
    border-color: #48bb78;
}

.comparison-column h3.dont {
    color: #f56565;
    border-color: #f56565;
}

.comparison-column ul {
    list-style: none;
}

.comparison-column ul li {
    padding: 15px 0;
    color: #4a5568;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

.comparison-column ul li:before {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.do ul li:before {
    content: "✓";
    color: #48bb78;
}

.dont ul li:before {
    content: "✗";
    color: #f56565;
}

/* Policy Section */
.policy {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.policy-content {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.policy-content p {
    margin-bottom: 25px;
    color: #4a5568;
    line-height: 1.8;
}

.policy-content p:last-child {
    margin-bottom: 0;
}

.policy-content strong {
    color: #2d3748;
    font-weight: 600;
}

/* Footer */
footer {
    background-color: #2d3748;
    color: white;
    padding: 40px 0;
    text-align: center;
}

footer a {
    color: #667eea;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 15px;
    opacity: 0.7;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .sub-headline {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .how-it-works h2,
    .pricing h2,
    .comparison h2,
    .policy h2 {
        font-size: 2rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }
}

/* Animation delays for staggered effect */
.fade-in-element:nth-child(1) {
    transition-delay: 0.1s;
}

.fade-in-element:nth-child(2) {
    transition-delay: 0.2s;
}

.fade-in-element:nth-child(3) {
    transition-delay: 0.3s;
}

.cursor-glow {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 106, 0, 0.35);
  filter: blur(12px);
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.05s linear;
}
