.container,
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

.btn,
.nav-brand {
    gap: 8px;
}

.btn,
.nav-link,
.navbar {
    transition: .3s;
}

.about,
.btn-outline,
.btn-secondary,
.feature-icon,
.testimonials {
    backdrop-filter: blur(10px);
}

.btn-primary,
.popular-badge {
    box-shadow: 0 4px 15px rgba(34, 197, 94, .3);
}

.aurora-background,
.aurora-container,
.btn::before,
.portfolio-image img {
    width: 100%;
    height: 100%;
}

.btn,
.footer-column a,
.nav-link,
.social-links a {
    text-decoration: none;
}

.feature-item,
.hero-content,
.package-header,
.section-header,
.stat-card,
.text-center {
    text-align: center;
}

.btn,
.calendly-popup,
.contact,
.hero,
.packages,
.portfolio-image,
.portfolio-item {
    overflow: hidden;
}

* {
    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;
    overflow-x: hidden;
}

.container {
    padding: 0 20px;
}

.aurora-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.nav-brand,
.nav-container {
    align-items: center;
    display: flex;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #16a34a 0, #15803d 100%);
    box-shadow: 0 8px 25px rgba(34, 197, 94, .4);
}

.btn-outline {
    background: rgba(255, 255, 255, .1);
    color: #22c55e;
    border: 2px solid #22c55e;
}

.btn-outline:hover {
    background: #22c55e;
    color: #fff;
    transform: translateY(-2px);
}

.btn-secondary {
    background: rgba(255, 255, 255, .9);
    color: #333;
    border: 2px solid rgba(255, 255, 255, .2);
}

.btn-secondary:hover {
    background: #fff;
    transform: translateY(-2px);
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-full,
.nav-link:hover::after {
    width: 100%;
}

.pulse-animation {
    animation: 2s infinite pulse;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 15px rgba(34, 197, 94, .3);
    }

    50% {
        box-shadow: 0 4px 25px rgba(34, 197, 94, .6);
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 1000;
    padding: 0;
    height: 100px;
    padding-top: clamp(15px, 2vw, 16px);
}

.hero,
.hero-content,
.nav-link,
.package-card,
.packages,
section {
    position: relative;
}

.nav-container {
    padding: 0 20px;
    justify-content: space-between;
    height: 64px;
}

.nav-logo {
    height: 70px;
    width: auto;
}

.nav-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-link {
    color: #666;
    font-weight: 500;
}
.nav-link:hover,
.nav-toggle:hover {
    color: #22c55e;
}

.nav-toggle {
    display: none;
    background: 0 0;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    transition: color .3s;
}

.nav-cta {
    display: block;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
    opacity: 0;
    animation: 1s ease-out .2s forwards fadeInUp;
}

.text-gradient {
    background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: 1s ease-out .4s forwards fadeInUp;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 64px;
    flex-wrap: wrap;
    opacity: 0;
    animation: 1s ease-out .6s forwards fadeInUp;
}

.feature-icon,
.stat-icon {
    align-items: center;
    color: #22c55e;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;

    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(2, minmax(min(150px, 100vw), 1fr));
    }
    margin-top: 64px;
}

.feature-item {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s;
}

.feature-item.animate-on-scroll {
    animation: .8s ease-out forwards fadeInUp;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: rgba(34, 197, 94, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    transition: .3s;
}

.feature-icon:hover,
.service-card:hover .service-icon {
    background: rgba(34, 197, 94, .2);
    transform: scale(1.1);
}

section {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 64px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.package-header h3,
.section-header h2 {
    color: #111;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 18px;
    color: #666;
}

.about,
.testimonials {
    background: rgba(255, 255, 255, .05);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 64px;
}

.stat-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
}

.stat-card:hover,
.testimonial-card.hover-lift:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .15);
}

.stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(34, 197, 94, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 20px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.stat-label {
    color: #666;
    font-size: 14px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about-text h3,
.contact-form-card h3 {
    color: #111;
    margin-bottom: 24px;
}


.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-list .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    opacity: 0;
    transform: translateX(-30px);
    transition: .6s;
}

.feature-list .feature-item.slide-in-left {
    animation: .8s ease-out forwards slideInLeft;
}

.feature-bullet {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    margin-top: 12px;
    flex-shrink: 0;
}

.contact-item h4,
.feature-list h4 {
    color: #111;
    margin-bottom: 4px;
}

.about-mission {
    background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
    padding: 32px;
    border-radius: 16px;
    color: #fff;
    transform: translateX(30px);
    opacity: 0;
    transition: .6s;
}

.about-mission.slide-in-right {
    animation: .8s ease-out forwards slideInRight;
}

.about-mission h4,
.consultation-card h3,
.footer-brand h3,
.footer-column h4 {
    color: #fff;
    margin-bottom: 16px;
}

.about-mission p {
    color: rgba(255, 255, 255, .9);
    margin: 0;
}

.portfolio-grid,
.services-grid,
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.service-card,
.testimonial-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    opacity: 0;
    transform: translateY(30px);
}

.service-card.hover-lift:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(34, 197, 94, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #22c55e;
    font-size: 20px;
    transition: .3s;
}

.service-card h3 {
    color: #111;
    margin-bottom: 12px;
}

.packages-footer p,
.portfolio-content p,
.service-card p {
    margin-bottom: 16px;
}

.footer-column ul,
.service-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #666;
}

.service-features li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
}

.packages {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px);
}

.package-card,
.portfolio-item {
    backdrop-filter: blur(20px);
    transition: .3s;
    opacity: 0;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-content,
.form-row {
    grid-template-columns: 1fr 1fr;
}

.package-card {
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .2);
    transform: translateY(30px);
}

.package-card.popular {
    border: 2px solid #22c55e;
    background: rgba(34, 197, 94, .05);
}

.package-card.hover-lift:hover,
.portfolio-item.hover-lift:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .15);
}

.popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.animate-on-scroll,
.portfolio-item {
    transform: translateY(30px);
}

.package-header {
    margin-bottom: 32px;
}

.package-price {
    font-size: 3rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 8px;
}

.contact-item p,
.package-header p {
    color: #666;
    margin: 0;
}

.package-features {
    margin-bottom: 32px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.feature i {
    color: #22c55e;
    margin-top: 2px;
    flex-shrink: 0;
}

.packages-footer,
.portfolio-footer {
    text-align: center;
    margin-top: 48px;
}

.portfolio-item {
    background: rgba(255, 255, 255, .1);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.social-links a,
.tag {
    backdrop-filter: blur(10px);
}

.portfolio-image {
    position: relative;
    height: 200px;
}

.portfolio-image img {
    object-fit: cover;
    transition: transform .3s;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}

.animate-on-scroll,
.slide-in-left,
.slide-in-right {
    opacity: 0;
    transition: .8s;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    padding: 24px;
}

.portfolio-category {
    color: #22c55e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.portfolio-content h3 {
    color: #111;
    margin-bottom: 8px;
}

.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(255, 255, 255, .1);
    color: #666;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-rating i {
    color: #fbbf24;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 24px;
    color: #666;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-weight: 600;
    color: #111;
}

.author-title {
    font-size: 14px;
    color: #666;
}

.contact {
    position: relative;
}

.contact-content {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-card,
.contact-info-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    font-size: 16px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #333;
    transition: .3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: #22c55e;
    background: rgba(255, 255, 255, .15);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 24px;
    height: 24px;
    color: #22c55e;
    font-size: 20px;
    flex-shrink: 0;
}

.consultation-card {
    background: linear-gradient(135deg, #22c55e 0, #16a34a 100%);
    padding: 32px;
    border-radius: 20px;
    color: #fff;
}

.consultation-card p {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 24px;
}

.footer {
    background: #212529;
    backdrop-filter: blur(20px);
    color: #fff;
    padding: 48px 0 24px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand p {
    color: #9ca3af;
    margin-bottom: 24px;
    max-width: 400px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(55, 65, 81, .8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
}

.social-links a:hover {
    background: #22c55e;
    transform: translateY(-2px);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.footer-column a {
    color: #9ca3af;
    transition: color .3s;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(55, 65, 81, .5);
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p {
    color: #9ca3af;
    margin: 0;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    transform: translateX(-30px);
}

.slide-in-left.visible,
.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    transform: translateX(30px);
}

.hover-lift {
    transition: transform .3s;
}

.hover-lift:hover {
    transform: translateY(-5px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width:768px) {

    .footer-links,
    .form-row,
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 20px;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .nav-cta {
        display: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    .about-content,
    .contact-content,
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-links {
        gap: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .package-card.popular {
        transform: none;
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 16px;
    }

    .hero-title,
    h2 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .portfolio-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

html {
    scroll-behavior: smooth;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.hidden {
    display: none;
}

.loading {
    opacity: .7;
    pointer-events: none;
}

.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: #22c55e solid 2px;
    outline-offset: 2px;
}

@media (prefers-contrast:high) {
    .btn-outline {
        border-width: 3px;
    }

    .nav-link::after {
        height: 3px;
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
    }
}

.tally-embed-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px);
    transition: .3s;
}

.tally-embed-container iframe {
    border: none;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.calendly-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.calendly-overlay.active {
    opacity: 1;
    visibility: visible;
}

.calendly-popup {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 80vh;
    max-height: 700px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    transform: scale(.95);
    transition: transform .3s;
}

.calendly-overlay.active .calendly-popup {
    transform: scale(1);
}

.calendly-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.calendly-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color .3s;
}

.calendly-close-btn:hover {
    background-color: rgba(0, 0, 0, .8);
}

.calendly-close-btn::after,
.calendly-close-btn::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.calendly-close-btn::before {
    transform: rotate(45deg);
}

.calendly-close-btn::after {
    transform: rotate(-45deg);
}
