/* ── Hero Section ─────────────────────────────────────────────────── */
.hero-section {
    position: relative;
    padding: 56px 40px 48px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.hero-cog-wrap {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.07;
    color: #3A5C1A;
    line-height: 1;
}
.hero-cog-wrap .fa-cog { display: block; }

.cog-wrap-1 { top: -50px; right: -30px; animation: cog-wander-1 9s ease-in-out infinite; }
.cog-wrap-1 .fa-cog { font-size: 220px; animation: spin-cw 22s linear infinite; }
.cog-wrap-2 { bottom: -20px; left: -10px; animation: cog-wander-2 11s ease-in-out infinite; }
.cog-wrap-2 .fa-cog { font-size: 150px; animation: spin-ccw 17s linear infinite; }
.cog-wrap-3 { top: 38%; left: 40%; animation: cog-wander-3 13s ease-in-out infinite; position: absolute; }
.cog-wrap-3 .cog-lg { font-size: 100px; position: absolute; top: 0; left: 0; animation: spin-cw 25s linear infinite; color: #3A5C1A; }
.cog-wrap-3 .cog-sm { font-size: 100px; position: absolute; top: 64px; left: 64px; animation: spin-ccw 12s linear infinite; color: #537A27; }

@keyframes spin-cw  { to { transform: rotate(360deg);  } }
@keyframes spin-ccw { to { transform: rotate(-360deg); } }
@keyframes cog-wander-1 { 0%{transform:translate(0,0)} 20%{transform:translate(-12px,10px)} 45%{transform:translate(8px,-16px)} 70%{transform:translate(-6px,-8px)} 100%{transform:translate(0,0)} }
@keyframes cog-wander-2 { 0%{transform:translate(0,0)} 25%{transform:translate(14px,-12px)} 55%{transform:translate(-10px,10px)} 80%{transform:translate(8px,14px)} 100%{transform:translate(0,0)} }
@keyframes cog-wander-3 { 0%{transform:translate(0,0)} 30%{transform:translate(10px,-14px)} 60%{transform:translate(-12px,6px)} 85%{transform:translate(6px,12px)} 100%{transform:translate(0,0)} }

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

.main-heading {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--color-text-primary, #0F172A);
    line-height: 1.1;
}

.trust-badges {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.95);
    border: 2px solid var(--color-accent, #F59E0B);
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3A5C1A;
    box-shadow: 0 3px 10px rgba(245,158,11,0.15);
    transition: all 0.2s ease;
}
.badge-item:hover {
    background: var(--color-accent, #F59E0B);
    color: white;
    transform: translateY(-2px);
}

.hero-subtitle { margin: 32px 0 0; position: relative; z-index: 1; }
.value-proposition {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--color-text-secondary, #475569);
    max-width: 680px;
    margin: 0 0 28px;
}

.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.hero-cta-button.primary {
    background: var(--color-accent, #F59E0B);
    color: white;
    box-shadow: 0 4px 16px rgba(245,158,11,0.35);
}
.hero-cta-button.primary:hover {
    background: #D97706;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}
.hero-cta-button.secondary {
    background: rgba(255,255,255,0.95);
    color: #3A5C1A;
    border: 2px solid #3A5C1A;
}
.hero-cta-button.secondary:hover {
    background: #3A5C1A;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}
.hero-cta-button svg { transition: transform 0.2s ease; }
.hero-cta-button:hover svg { transform: translateX(4px); }

/* ── Shared section label ─────────────────────────────────────────── */
.section-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C4714A;
    margin-bottom: 12px;
}

/* ── Problems Section ─────────────────────────────────────────────── */
.problems-section {
    padding: 64px 40px 56px;
    background: #F8FAFC;
}
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 8px;
}
.problem-tile {
    background: linear-gradient(135deg, #FEF6F3 0%, #FAE8E0 100%);
    border: 1.5px solid #E8C9B8;
    border-radius: 14px;
    padding: 32px 28px;
    transition: all 0.2s ease;
}
.problem-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(196,113,74,0.15);
    border-color: #C4714A;
}
.problem-icon { font-size: 2.2rem; margin-bottom: 14px; }
.problem-tile h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2A1A0E;
    margin-bottom: 10px;
}
.problem-tile p { font-size: 0.97rem; line-height: 1.7; color: #5A3E30; margin: 0; }

/* ── Services Section ─────────────────────────────────────────────── */
.services-section {
    padding: 64px 40px 56px;
    background: #F8FAFC;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 8px;
}
.service-card {
    background: linear-gradient(135deg, #FEF6F3 0%, #FAE8E0 100%);
    border: 1.5px solid #E8C9B8;
    border-radius: 14px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(58,92,26,0.12);
    border-color: #3A5C1A;
}
.service-card-lens {
    background: linear-gradient(135deg, #FFF8E8 0%, #FEF0C0 100%);
    border-color: #F59E0B;
}
.service-card-lens:hover {
    border-color: #D97706;
    box-shadow: 0 8px 28px rgba(245,158,11,0.2);
}
.service-icon { font-size: 2.2rem; margin-bottom: 14px; }
.service-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3A5C1A;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lens-tag {
    font-size: 0.65rem;
    font-weight: 700;
    background: #F59E0B;
    color: #1C2E0A;
    padding: 2px 7px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
.service-desc { font-size: 0.97rem; line-height: 1.7; color: #4A4A4A; margin: 0 0 20px; flex: 1; }
.service-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3A5C1A;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-top: auto;
}
.service-link:hover { color: #537A27; text-decoration: none; }
.service-link-lens { color: #D97706; }
.service-link-lens:hover { color: #B45309; }

/* ── Results Section ──────────────────────────────────────────────── */
.results-section {
    padding: 64px 40px 56px;
    background: #F5EDE6;
}
.results-inner {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-top: 8px;
}
.results-image-wrap { flex: 1.4; }
.results-screenshot {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    border: 2px solid rgba(58,92,26,0.2);
    transition: all 0.2s ease;
}
.results-screenshot:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 50px rgba(0,0,0,0.25);
}
.results-text { flex: 1; }
.results-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3A5C1A;
    margin-bottom: 16px;
}
.results-text p { font-size: 1rem; line-height: 1.8; color: #444; margin-bottom: 14px; }

.feature-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #3A5C1A 0%, #537A27 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(58,92,26,0.25);
    margin-top: 8px;
}
.feature-cta-btn:hover {
    background: linear-gradient(135deg, #537A27 0%, #3A5C1A 100%);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* ── Pricing Section ──────────────────────────────────────────────── */
.pricing-section {
    padding: 64px 40px 72px;
    background: #F8FAFC;
}
.pricing-subtitle {
    font-size: 1.05rem;
    color: #555;
    max-width: 640px;
    margin: 0 0 40px;
    line-height: 1.7;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    align-items: start;
}
.pricing-card {
    background: linear-gradient(135deg, #FEF6F3 0%, #FAE8E0 100%);
    border: 1.5px solid #E8C9B8;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(196,113,74,0.15);
    border-color: #C4714A;
}
.pricing-card-featured {
    background: linear-gradient(135deg, #3A5C1A 0%, #537A27 100%);
    border-color: #3A5C1A;
    color: white;
}
.pricing-card-featured:hover {
    box-shadow: 0 12px 36px rgba(58,92,26,0.35);
    border-color: #2A4712;
}
.pricing-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #F59E0B;
    color: #1C2E0A;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.pricing-enrollment {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #C4714A;
    margin-bottom: 10px;
}
.pricing-card-featured .pricing-enrollment { color: rgba(255,255,255,0.75); }
.pricing-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 24px;
    line-height: 1;
}
.pricing-price span {
    font-size: 1rem;
    font-weight: 500;
    color: #888;
}
.pricing-card-featured .pricing-price { color: white; }
.pricing-card-featured .pricing-price span { color: rgba(255,255,255,0.65); }
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.pricing-features li {
    font-size: 0.92rem;
    color: #444;
    padding: 7px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    line-height: 1.5;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-card-featured .pricing-features li { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.12); }
.pricing-cta {
    display: block;
    text-align: center;
    padding: 11px 20px;
    background: linear-gradient(135deg, #3A5C1A 0%, #537A27 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    margin-top: auto;
}
.pricing-cta:hover {
    background: linear-gradient(135deg, #2A4712 0%, #3A5C1A 100%);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}
.pricing-card-featured .pricing-cta {
    background: white;
    color: #3A5C1A;
}
.pricing-card-featured .pricing-cta:hover {
    background: #F5EDE6;
    color: #2A4712;
}

/* ── Closing CTA Section ──────────────────────────────────────────── */
.closing-cta-section {
    text-align: center;
    padding: 72px 40px;
    background: linear-gradient(135deg, #2B4513 0%, #3A5C1A 100%);
    color: white;
}
.closing-cta-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
}
.closing-cta-section p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ── Mobile ───────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    /* Hero */
    .hero-section { padding: 28px 16px 24px; }
    .main-heading { font-size: 2.1rem; line-height: 1.15; }
    .value-proposition { font-size: 1rem; }
    .trust-badges { gap: 10px; }
    .badge-item { padding: 6px 14px; font-size: 0.82rem; }
    .hero-cta { flex-direction: column; gap: 10px; }
    .hero-cta-button { width: 100%; max-width: 320px; justify-content: center; padding: 12px 24px; font-size: 0.95rem; }
    .hero-cog-wrap { display: none; }

    /* Sections */
    .problems-section,
    .services-section,
    .results-section,
    .pricing-section { padding: 40px 16px; }

    .section-label { font-size: 0.72rem; }

    /* Problems & Services — stack to single column */
    .problems-grid,
    .services-grid { grid-template-columns: 1fr; gap: 14px; }

    .problem-tile,
    .service-card { padding: 24px 20px; }

    /* Results */
    .results-inner { flex-direction: column; gap: 24px; }
    .results-text h3 { font-size: 1.4rem; }

    /* Pricing — 2 columns on tablet, 1 on phone */
    .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
    .pricing-price { font-size: 2rem; }

    /* Closing CTA */
    .closing-cta-section { padding: 48px 16px; }
    .closing-cta-section h2 { font-size: 1.6rem; }
    .closing-cta-section p { font-size: 0.95rem; }
}

@media (min-width: 480px) and (max-width: 768px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
