/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-green: #57ad68;
    --accent-green: #439f55;
    --primary-orange: #ff6b35;
    --accent-orange: #f7931e;
    --dark-text: #1b1e1f;
    --body-text: #1D1D1D;
    --light-bg: #F8F8F8;
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.1);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--body-text);
    background-color: var(--white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    background-color: var(--primary-green);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px var(--shadow);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.logo a:hover {
    opacity: 0.8;
}

.logo img {
    height: 60px;
    width: auto;
    max-width: 200px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.nav-menu a:hover {
    opacity: 0.8;
}

/* Main Section */
.main {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: var(--white);
}

.main-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 900"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2357ad68;stop-opacity:0.2"/><stop offset="100%" style="stop-color:%23439f55;stop-opacity:0.25"/></linearGradient><linearGradient id="grad2" x1="100%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%234a90e2;stop-opacity:0.2"/><stop offset="100%" style="stop-color:%232e5f8e;stop-opacity:0.25"/></linearGradient><filter id="blur1"><feGaussianBlur in="SourceGraphic" stdDeviation="2"/></filter></defs><g opacity="0.8"><rect x="50" y="100" width="200" height="350" rx="4" fill="none" stroke="url(%23grad1)" stroke-width="2"/><line x1="60" y1="130" x2="240" y2="130" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="160" x2="240" y2="160" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="190" x2="240" y2="190" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="220" x2="240" y2="220" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="250" x2="240" y2="250" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="280" x2="240" y2="280" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="310" x2="240" y2="310" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="340" x2="240" y2="340" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="370" x2="240" y2="370" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><line x1="60" y1="400" x2="240" y2="400" stroke="%2357ad68" stroke-width="1" opacity="0.5"/><circle cx="70" cy="425" r="4" fill="%2357ad68" opacity="0.7"/><circle cx="88" cy="425" r="4" fill="%2357ad68" opacity="0.5"/><circle cx="106" cy="425" r="4" fill="%23ff6b35" opacity="0.7"/></g><g opacity="0.8"><rect x="1150" y="450" width="200" height="350" rx="4" fill="none" stroke="url(%23grad2)" stroke-width="2"/><line x1="1160" y1="480" x2="1340" y2="480" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="510" x2="1340" y2="510" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="540" x2="1340" y2="540" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="570" x2="1340" y2="570" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="600" x2="1340" y2="600" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="630" x2="1340" y2="630" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="660" x2="1340" y2="660" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="690" x2="1340" y2="690" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="720" x2="1340" y2="720" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><line x1="1160" y1="750" x2="1340" y2="750" stroke="%234a90e2" stroke-width="1" opacity="0.5"/><circle cx="1170" cy="775" r="4" fill="%23ff6b35" opacity="0.7"/><circle cx="1188" cy="775" r="4" fill="%2357ad68" opacity="0.7"/><circle cx="1206" cy="775" r="4" fill="%234a90e2" opacity="0.7"/></g><g opacity="0.6"><rect x="350" y="50" width="130" height="200" rx="3" fill="none" stroke="%2357ad68" stroke-width="1.5" opacity="0.5"/><line x1="358" y1="75" x2="472" y2="75" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><line x1="358" y1="95" x2="472" y2="95" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><line x1="358" y1="115" x2="472" y2="115" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><line x1="358" y1="135" x2="472" y2="135" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><line x1="358" y1="155" x2="472" y2="155" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><line x1="358" y1="175" x2="472" y2="175" stroke="%2357ad68" stroke-width="0.8" opacity="0.5"/><circle cx="365" cy="230" r="3" fill="%2357ad68" opacity="0.6"/><circle cx="380" cy="230" r="3" fill="%23ff6b35" opacity="0.6"/></g><g opacity="0.6"><rect x="920" y="120" width="130" height="200" rx="3" fill="none" stroke="%234a90e2" stroke-width="1.5" opacity="0.5"/><line x1="928" y1="145" x2="1042" y2="145" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><line x1="928" y1="165" x2="1042" y2="165" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><line x1="928" y1="185" x2="1042" y2="185" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><line x1="928" y1="205" x2="1042" y2="205" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><line x1="928" y1="225" x2="1042" y2="225" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><line x1="928" y1="245" x2="1042" y2="245" stroke="%234a90e2" stroke-width="0.8" opacity="0.5"/><circle cx="935" cy="300" r="3" fill="%234a90e2" opacity="0.6"/><circle cx="950" cy="300" r="3" fill="%2357ad68" opacity="0.6"/></g><g opacity="0.4" filter="url(%23blur1)"><path d="M 200 650 L 350 600 L 500 650 L 650 620" stroke="%2357ad68" stroke-width="2" fill="none"/><circle cx="200" cy="650" r="5" fill="%2357ad68"/><circle cx="350" cy="600" r="5" fill="%2357ad68"/><circle cx="500" cy="650" r="5" fill="%2357ad68"/><circle cx="650" cy="620" r="5" fill="%2357ad68"/><path d="M 750 650 L 900 680 L 1050 640 L 1200 670" stroke="%234a90e2" stroke-width="2" fill="none"/><circle cx="750" cy="650" r="5" fill="%234a90e2"/><circle cx="900" cy="680" r="5" fill="%234a90e2"/><circle cx="1050" cy="640" r="5" fill="%234a90e2"/><circle cx="1200" cy="670" r="5" fill="%234a90e2"/></g><g opacity="0.2"><rect x="300" y="350" width="85" height="130" rx="2" fill="%2357ad68" opacity="0.1"/><rect x="1015" y="350" width="85" height="130" rx="2" fill="%234a90e2" opacity="0.1"/></g></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    animation: floatBackground 25s ease-in-out infinite;
}

@keyframes floatBackground {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.main-content {
    position: relative;
    z-index: 1;
    color: var(--dark-text);
    max-width: 800px;
    padding: 0 20px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease;
    color: var(--primary-green);
}

.main-info {
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.2s both;
}

.main-content .btn {
    margin: 0 0.75rem 1rem 0.75rem;
}

@media (max-width: 768px) {
    .main-content .btn {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
        text-align: center;
    }
}

.main-description {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: var(--dark-text);
    opacity: 0.9;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-orange), var(--accent-orange));
    color: var(--white);
    border: none;
    animation: fadeInUp 1s ease 0.4s both;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, var(--accent-orange), var(--primary-orange));
}

.btn-secondary {
    background: linear-gradient(135deg, #2d8f3f, #5bc76d);
    color: var(--white);
    border: none;
    animation: fadeInUp 1s ease 0.4s both;
}

.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(87, 173, 104, 0.4);
    background: linear-gradient(135deg, #5bc76d, #2d8f3f);
}

/* Services Section */
.services {
    padding: 6rem 0;
    background-color: var(--light-bg);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--dark-text);
    margin-bottom: 3rem;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px var(--shadow);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.services-grid .service-card:nth-child(1):hover,
.services-grid .service-card:nth-child(2):hover,
.services-grid .service-card:nth-child(3):hover {
    border-top-color: var(--primary-green) !important;
    border-bottom-color: var(--primary-green) !important;
}

.services-grid .service-card:nth-child(4):hover,
.services-grid .service-card:nth-child(5):hover,
.services-grid .service-card:nth-child(6):hover {
    border-top-color: var(--primary-orange) !important;
    border-bottom-color: var(--primary-orange) !important;
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    color: var(--dark-text);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card p {
    color: var(--body-text);
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: var(--body-text);
    position: relative;
    padding-left: 1.5rem;
}

.service-features li:before {
    content: "✓";
    color: var(--primary-orange);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* About Section */
.about {
    padding: 6rem 0;
    background-color: var(--white);
}

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

.about-text h2 {
    color: var(--dark-text);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.stat h3 {
    color: var(--primary-orange);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat p {
    color: var(--body-text);
    font-size: 1rem;
}

/* Pricing Section */
.pricing {
    padding: 6rem 0;
    background-color: var(--white);
}

.pricing-subtitle {
    text-align: center;
    color: var(--body-text);
    max-width: 800px;
    margin: -1rem auto 3rem;
    font-size: 1.1rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--white);
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-red {
    border-color: #e74c3c;
}

.card-red:hover {
    border-color: #c0392b;
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.3);
}

.card-yellow {
    border-color: #f39c12;
}

.card-yellow:hover {
    border-color: #e67e22;
    box-shadow: 0 15px 40px rgba(243, 156, 18, 0.3);
}

.card-green {
    border-color: var(--primary-green);
}

.card-green:hover {
    border-color: var(--accent-green);
    box-shadow: 0 15px 40px rgba(87, 173, 104, 0.3);
}

.card-blue {
    border-color: #3498db;
}

.card-blue:hover {
    border-color: #2980b9;
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.3);
}

.pricing-header h3 {
    color: var(--dark-text);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.price {
    margin: 1.5rem 0;
}

.currency {
    color: var(--primary-green);
    font-size: 1.5rem;
    font-weight: 600;
}

.amount {
    color: var(--dark-text);
    font-size: 3rem;
    font-weight: 700;
}

.period {
    color: var(--body-text);
    font-size: 1rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.pricing-features li {
    padding: 0.75rem 0;
    color: var(--body-text);
    border-bottom: 1px solid #f0f0f0;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* Support Section */
.support {
    padding: 6rem 0;
    background-color: var(--light-bg);
}

.support-subtitle {
    text-align: center;
    color: var(--body-text);
    max-width: 800px;
    margin: -1rem auto 3rem;
    font-size: 1.1rem;
}

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

.faq-item {
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 10px var(--shadow);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.faq-question {
    width: 100%;
    background: var(--white);
    border: none;
    padding: 1.5rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: var(--light-bg);
}

.faq-icon {
    color: var(--primary-orange);
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer ul,
.faq-answer ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.faq-answer li {
    margin: 0.5rem 0;
    line-height: 1.8;
    color: var(--body-text);
}

.faq-answer a {
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-answer a:hover {
    color: var(--primary-orange);
}

/* Footer */
.footer {
    background-color: var(--dark-text);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: var(--primary-orange);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.footer-section a {
    color: var(--primary-green);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--primary-orange);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .main-description {
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: scale(1) translateY(-10px);
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }

    .main-description {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 2rem;
    }
}
