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

:root {
    --olive-deep: #4b5a31;
    --olive-light: #819268;
    --charcoal: #1f2420;
    --charcoal-soft: #2c322d;
    --stone: #f5f5f2;
    --white: #ffffff;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--charcoal);
    background: linear-gradient(180deg, rgba(245, 245, 242, 0.9) 0%, rgba(255, 255, 255, 0.96) 60%, rgba(235, 237, 232, 0.9) 100%);
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    color: var(--charcoal);
}

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

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 36px rgba(31, 36, 32, 0.08);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.nav-brand {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.logo-image {
    height: 120px;
    width: auto;
}


.nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-links .nav-link {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(31, 36, 32, 0.68);
    text-decoration: none;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-links .nav-link:hover {
    color: var(--olive-deep);
    background-color: rgba(129, 146, 104, 0.12);
}

.nav-btn {
    padding: 0.65rem 1.4rem;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-links .user-name {
    color: var(--olive-deep);
    font-weight: 500;
}

/* Hero Section */
.hero {
    position: relative;
    padding: 6rem 0 4.5rem;
    overflow: hidden;
    color: var(--charcoal);
}

.hero::before {
    content: '';
    position: absolute;
    inset: -140px -40px auto -40px;
    height: 520px;
    background: radial-gradient(ellipse at top left, rgba(91, 109, 60, 0.32), transparent 60%),
                radial-gradient(circle at 70% 30%, rgba(47, 51, 54, 0.18), transparent 55%);
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: center;
}

.hero-copy {
    max-width: 580px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--olive-deep);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.5rem;
    box-shadow: 0 12px 32px rgba(75, 90, 49, 0.18);
}

.hero-title {
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 1.5rem;
}

.hero-tagline {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: rgba(31, 36, 32, 0.82);
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: rgba(31, 36, 32, 0.68);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-visual {
    position: relative;
}

.hero-showcase {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow: 0 32px 68px rgba(31, 36, 32, 0.16);
    backdrop-filter: blur(9px);
    display: grid;
    gap: 1.75rem;
}

.showcase-image {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 0 40px rgba(31, 36, 32, 0.18);
    height: clamp(260px, 32vw, 420px);
}

.showcase-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card {
    background: var(--white);
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 16px 44px rgba(31, 36, 32, 0.12);
}

.showcase-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.showcase-card ul {
    list-style: none;
    display: grid;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(31, 36, 32, 0.72);
    padding: 0;
    margin: 0;
}

.trust-bar {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 1.2rem 1.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 60px rgba(31, 36, 32, 0.12);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: rgba(31, 36, 32, 0.72);
}

.trust-bar li {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-primary {
    background-color: var(--olive-deep);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(31, 36, 32, 0.18);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(31, 36, 32, 0.2);
    background-color: #3f4b25;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--charcoal);
    box-shadow: 0 10px 30px rgba(31, 36, 32, 0.08);
    border: 1px solid rgba(31, 36, 32, 0.18);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 16px 36px rgba(31, 36, 32, 0.16);
}

/* About Section */
.about {
    padding: 4rem 0;
    background-color: #fff;
}

.section-title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

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

.about-content > p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 3rem;
    text-align: center;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature {
    background-color: rgba(245, 246, 242, 0.9);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature h3 {
    font-size: 1.3rem;
    color: var(--olive-deep);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.feature p {
    color: rgba(31, 36, 32, 0.68);
    line-height: 1.6;
}

/* Generic Section Layouts */
.section {
    padding: 4.5rem 0;
}

.section--light {
    background-color: #fefefe;
}

.section--muted {
    background: linear-gradient(180deg, rgba(243, 245, 240, 0.96), rgba(233, 236, 228, 0.94));
}

.section-text {
    max-width: 820px;
    margin: 0 auto 2.5rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

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

.card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(245, 246, 242, 0.88));
    border-radius: 16px;
    padding: 2.25rem;
    box-shadow: 0 16px 40px rgba(31, 36, 32, 0.12);
    border: 1px solid rgba(129, 146, 104, 0.16);
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 24px 52px rgba(31, 36, 32, 0.16);
    border-color: rgba(91, 109, 60, 0.45);
}

.card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}

.card p {
    color: rgba(31, 36, 32, 0.72);
    line-height: 1.7;
}

.card-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(31, 36, 32, 0.78);
}

.card-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.card-list li::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--olive-deep);
    box-shadow: 0 0 0 2px rgba(129, 146, 104, 0.35);
}

.card--highlight {
    background: linear-gradient(150deg, rgba(91, 109, 60, 0.18), rgba(129, 146, 104, 0.12));
    border: 1px solid rgba(91, 109, 60, 0.36);
}

.pricing-grid {
    max-width: 820px;
    margin: 0 auto;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pricing-card .checkout-price {
    font-size: 1.75rem;
    font-weight: 700;
}

.card--contact {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(243, 245, 240, 0.85));
    border: 1px dashed rgba(129, 146, 104, 0.45);
    align-items: center;
    text-align: center;
    justify-content: center;
}

.card--contact p {
    color: rgba(31, 36, 32, 0.72);
}

.card--contact .btn {
    align-self: center;
}

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

.testimonial-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    padding: 2.25rem;
    box-shadow: 0 18px 44px rgba(31, 36, 32, 0.14);
    border: 1px solid rgba(129, 146, 104, 0.18);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.testimonial-card blockquote {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(31, 36, 32, 0.78);
    font-style: italic;
}

.testimonial-card figcaption {
    font-weight: 600;
    color: var(--olive-deep);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Checkout Layouts */
.checkout-grid {
    margin-top: 3rem;
}

.checkout-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.checkout-price {
    font-size: 2rem;
    font-weight: 600;
    color: var(--olive-deep);
}

.checkout-card-actions {
    margin-top: auto;
}

.checkout-card-actions .btn {
    width: 100%;
    text-align: center;
}

.checkout-alert {
    margin-bottom: 2.5rem;
    text-align: center;
}

.checkout-confirmation {
    text-align: center;
    display: grid;
    gap: 1.5rem;
}

.process-steps {
    list-style: none;
    counter-reset: step-counter;
    display: grid;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.process-steps li {
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.94), rgba(243, 245, 239, 0.88));
    padding: 1.9rem 1.5rem 1.9rem 3.85rem;
    border-radius: 16px;
    box-shadow: 0 22px 44px rgba(31, 36, 32, 0.14);
    position: relative;
}

.process-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--charcoal), var(--olive-deep));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.process-steps h3 {
    font-size: 1.25rem;
    color: var(--charcoal);
    margin-bottom: 0.5rem;
}

.process-steps p {
    color: rgba(31, 36, 32, 0.7);
    line-height: 1.7;
}

.faq-list {
    display: grid;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(242, 244, 239, 0.88));
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 22px 44px rgba(31, 36, 32, 0.12);
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--charcoal);
}

.faq-item p {
    color: rgba(31, 36, 32, 0.7);
    line-height: 1.7;
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, var(--charcoal) 0%, #364031 55%, var(--olive-deep) 100%);
    color: white;
    padding: 4.5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    inset: -120px;
    background: radial-gradient(circle at center, rgba(129, 146, 104, 0.24), transparent 70%);
    z-index: 0;
}

.cta .container {
    position: relative;
    z-index: 1;
}

.cta h2 {
    font-size: 2.35rem;
    margin-bottom: 1.25rem;
}

.cta p {
    font-size: 1.2rem;
    opacity: 0.92;
}

.cta .btn {
    margin-top: 2.25rem;
}

/* Footer */
.footer {
    background-color: var(--charcoal);
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
    padding: 2rem 0;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-tagline {
        font-size: 1.1rem;
    }

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

    .hero-actions {
        flex-direction: column;
    }

    .hero-grid {
        gap: 2.5rem;
    }

    .hero-showcase {
        padding: 1.75rem;
    }

    .showcase-image {
        height: clamp(220px, 52vw, 340px);
    }

    .trust-bar {
        border-radius: 24px;
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 1.25rem;
    }

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

    .features,
    .card-grid,
    .faq-list {
        grid-template-columns: 1fr;
    }

    .process-steps li {
        padding-left: 3.25rem;
    }

    .process-steps li::before {
        left: 1rem;
    }
}
