/* ==============================
   Modern Landing for outer-home-3
   Pairs with dist/css/app-home.css
   Scoped under .lw-landing3
   ============================== */

.lw-landing3 {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
    color: #0f172a;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.lw-landing3 h1, .lw-landing3 h2, .lw-landing3 h3,
.lw-landing3 .lw3-h2 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
    color: #0f172a;
}
.lw-landing3 .display-1, .lw-landing3 .display-3, .lw-landing3 .display-4, .lw-landing3 .display-5,
.lw-landing3 .display-6, .lw-landing3 .display-5.fw-bold {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
}
.lw-landing3 a { text-decoration: none; }
.lw-landing3 section { background: #ffffff !important; }

/* ---------- Buttons ---------- */
.lw3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    padding: .6rem 1.15rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: .92rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
}
.lw3-btn-lg { padding: .85rem 1.4rem; font-size: 1rem; border-radius: 12px; }
.lw3-btn-block { width: 100%; }
.lw3-btn-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    box-shadow: 0 8px 20px -8px rgba(34,197,94,.5);
}
.lw3-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -8px rgba(34,197,94,.55); color: #fff; }
.lw3-btn-outline {
    background: #fff;
    color: #15803d;
    border-color: #86efac;
}
.lw3-btn-outline:hover { background: #f0fdf4; border-color: #22c55e; color: #15803d; }
.lw3-btn-ghost { background: transparent; color: #0f172a; padding: .5rem .9rem; }
.lw3-btn-ghost:hover { background: #f1f5f9; }

/* ---------- Nav ---------- */
.lw3-nav {
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid rgba(15,23,42,.06);
    transition: box-shadow .25s ease, background-color .25s ease;
}
.lw3-nav.lw3-nav-scrolled {
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 30px -18px rgba(15,23,42,.25);
}
.lw3-nav .navbar-brand img { max-height: 38px; }
.lw3-nav .nav-link { color: #0f172a !important; font-weight: 500; padding: .55rem .9rem !important; border-radius: 8px; }
.lw3-nav .nav-link:hover { color: #15803d !important; background: #f0fdf4; }
.lw3-toggler { border: none !important; padding: 6px 10px; }
.lw3-toggler:focus { box-shadow: none; }
.lw3-toggler span { display: block; width: 22px; height: 2px; margin: 4px 0; background: #0f172a; border-radius: 2px; transition: all .2s; }
.lw3-toggler:hover span { background: #15803d; }

@media (max-width: 991.98px) {
    .lw3-nav .navbar-collapse {
        background: #fff;
        border: 1px solid rgba(15,23,42,.08);
        border-radius: 16px;
        margin-top: .75rem;
        padding: .75rem 1rem;
        box-shadow: 0 24px 50px -22px rgba(15,23,42,.28);
    }
    .lw3-nav .navbar-nav { gap: .15rem; }
    .lw3-nav .navbar-nav .lw3-btn { width: 100%; margin-top: .35rem; }
}

/* ---------- Accessibility: focus states ---------- */
.lw3-btn:focus-visible,
.lw3-nav .nav-link:focus-visible,
.lw3-faq-q:focus-visible,
.lw3-toggle-btn:focus-visible,
.lw3-input:focus-visible {
    outline: 3px solid rgba(34,197,94,.45);
    outline-offset: 2px;
}

/* ---------- Hero ---------- */
.lw3-hero {
    position: relative;
    padding: 8rem 0 5rem;
    overflow: hidden;
}
.lw3-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(900px 500px at 85% 5%, rgba(34,197,94,.18), transparent 60%),
        radial-gradient(700px 500px at 8% 35%, rgba(99,102,241,.10), transparent 60%),
        linear-gradient(180deg, #f0fdf4 0%, #ffffff 80%);
}
.lw3-hero .container { position: relative; z-index: 1; }
.lw3-pill {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .35rem .9rem;
    border-radius: 999px;
    background: rgba(34,197,94,.12);
    color: #15803d;
    font-weight: 600; font-size: .82rem;
    border: 1px solid rgba(34,197,94,.25);
    margin-bottom: 1.5rem;
}
.lw3-pill-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,.18);
}
.lw3-hero-title {
    font-size: clamp(2.4rem, 5.2vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.02em;
    font-weight: 800;
    margin-bottom: 1.25rem;
}
.lw3-gradient {
    display: block;
    background: linear-gradient(135deg, #22c55e, #16a34a 50%, #0ea5e9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.lw3-hero-sub {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 2rem;
    max-width: 540px;
}
.lw3-hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.5rem; }
.lw3-stats {
    display: flex;
    gap: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(15,23,42,.08);
}
.lw3-stats > div strong {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.65rem;
    color: #15803d;
    line-height: 1;
}
.lw3-stats > div span { color: #64748b; font-size: .85rem; }

/* ---------- Hero mock ---------- */
.lw3-hero-mock { position: relative; min-height: 460px; }
.lw3-mock-chat, .lw3-mock-stat, .lw3-mock-flag {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.06);
    box-shadow: 0 30px 60px -20px rgba(15,23,42,.18);
    animation: lw3-float 6s ease-in-out infinite;
}
@keyframes lw3-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.lw3-mock-chat { width: 320px; top: 0; left: 0; padding: 1.15rem; }
.lw3-mock-head {
    display: flex; align-items: center; gap: .75rem;
    padding-bottom: .9rem; margin-bottom: 1rem;
    border-bottom: 1px dashed #e2e8f0;
}
.lw3-mock-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    flex: none;
}
.lw3-mock-head strong { display: block; font-size: .92rem; }
.lw3-mock-head small { color: #64748b; font-size: .75rem; }
.lw3-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px; vertical-align: middle; }
.lw3-dot-live { background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); }
.lw3-msg {
    padding: .55rem .8rem;
    border-radius: 12px;
    font-size: .85rem;
    margin-bottom: .5rem;
    max-width: 80%;
}
.lw3-msg-in { background: #f1f5f9; color: #0f172a; border-top-left-radius: 4px; }
.lw3-msg-bot {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    margin-left: auto;
    border-top-right-radius: 4px;
}

.lw3-mock-stat {
    width: 220px; top: 240px; right: 0;
    padding: 1.15rem;
    animation-delay: 1.5s;
    background: linear-gradient(180deg, #fff, #fafbff);
}
.lw3-stat-row { display: flex; align-items: center; justify-content: space-between; }
.lw3-stat-row small { color: #64748b; font-size: .72rem; display: block; }
.lw3-stat-row strong { font-size: 1.45rem; font-family: 'Plus Jakarta Sans', sans-serif; color: #0f172a; }
.lw3-up { color: #15803d; font-weight: 700; font-size: .8rem; }
.lw3-bars { display: flex; align-items: flex-end; gap: 6px; height: 80px; margin: 1rem 0; }
.lw3-bars span { flex: 1; background: linear-gradient(180deg, #22c55e, #16a34a); border-radius: 4px 4px 0 0; opacity: .9; }
.lw3-stat-foot { padding-top: .5rem; border-top: 1px dashed #e2e8f0; }

.lw3-mock-flag {
    width: 240px; bottom: 0; left: 40%;
    padding: 1rem; display: flex; align-items: center; gap: .75rem;
    animation-delay: 3s;
}
.lw3-flag-ico {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1rem;
    flex: none;
}
.lw3-mock-flag strong { display: block; font-size: .88rem; }
.lw3-mock-flag small { color: #64748b; font-size: .75rem; }

@media (max-width: 991.98px) {
    .lw3-hero { padding-top: 7rem; padding-bottom: 3rem; }
    .lw3-hero-mock { min-height: 380px; margin-top: 2rem; }
    .lw3-mock-stat { right: auto; left: 40%; top: 230px; }
    .lw3-mock-flag { left: auto; right: 0; }
}
@media (max-width: 575.98px) { .lw3-hero-mock { display: none; } }

/* ---------- Channel strip ---------- */
.lw3-strip {
    padding: 2.25rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc !important;
}
.lw3-strip-label {
    text-align: center; color: #64748b;
    font-size: .85rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.lw3-strip-logos {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem 2.5rem;
    color: #475569;
    font-weight: 600; font-size: .95rem;
}
.lw3-strip-logos span { display: inline-flex; align-items: center; gap: .55rem; }
.lw3-strip-logos i { font-size: 1.25rem; color: #22c55e; }

/* ---------- Section primitives ---------- */
.lw3-section { padding: 6rem 0 !important; }
.lw3-section-soft { background: #f8fafc !important; }
.lw3-section-head {
    text-align: center; max-width: 720px; margin: 0 auto 3.5rem;
}

/* ---------- Decorative background blobs ---------- */
.lw3-section-decor { position: relative; overflow: hidden; }
.lw3-section-decor > .container { position: relative; z-index: 1; }
.lw3-blob {
    position: absolute;
    display: block;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}
.lw3-blob-green { background: radial-gradient(circle, rgba(34,197,94,.16), transparent 70%); }
.lw3-blob-blue { background: radial-gradient(circle, rgba(14,165,233,.12), transparent 70%); }
@media (max-width: 767.98px) {
    .lw3-blob { width: 260px; height: 260px; }
}
.lw3-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 700;
    color: #15803d;
    margin-bottom: .8rem;
}
.lw3-h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    line-height: 1.15;
    letter-spacing: -.015em;
    margin-bottom: .75rem;
    font-weight: 800;
}
.lw3-h2-left { text-align: left !important; }
.lw3-sub { color: #64748b; font-size: 1.05rem; line-height: 1.65; }

/* ---------- Features ---------- */
.lw3-feature {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.75rem;
    height: 100%;
    transition: all .25s ease;
    position: relative;
}
.lw3-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(34,197,94,.25);
    border-color: rgba(34,197,94,.35);
}
.lw3-ico {
    width: 54px; height: 54px;
    border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    color: #16a34a;
    background: #f0fdf4;
}
.ico-2 { color: #16a34a; background: #ecfdf5; }
.ico-3 { color: #c026d3; background: #faf5ff; }
.ico-4 { color: #d97706; background: #fffbeb; }
.ico-5 { color: #14b8a6; background: #f0fdfa; }
.ico-6 { color: #2563eb; background: #eff6ff; }
.ico-7 { color: #475569; background: #f1f5f9; }
.ico-8 { color: #2563eb; background: #eff6ff; }
.ico-9 { color: #475569; background: #f1f5f9; }
.ico-10 { color: #a855f7; background: #faf5ff; }
.ico-11 { color: #7c3aed; background: #f5f3ff; }
.ico-12 { color: #0891b2; background: #ecfeff; }

.lw3-feature h3 {
    font-size: 1.18rem;
    margin-bottom: .5rem;
    font-weight: 700;
}
.lw3-feature p {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.55;
    margin: 0;
}

/* ---------- Cloud-API section ---------- */
.lw3-cloud-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}
.lw3-cloud-visual {
    display: flex; justify-content: center;
}
.lw3-qr-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 30px 60px -20px rgba(15,23,42,.15);
    width: 100%; max-width: 340px;
    text-align: center;
}
.lw3-qr-card.lw3-no-img { background: #fff; }
.lw3-qr-img { width: 100%; max-height: 320px; object-fit: contain; margin-bottom: 1rem; }
.lw3-qr-foot {
    background: #f0fdf4;
    color: #15803d;
    border-radius: 10px;
    padding: .75rem 1rem;
    font-weight: 600;
    font-size: .9rem;
}

.lw3-cloud-text .lw3-h2 { margin-bottom: .5rem; }
.lw3-muted { color: #64748b; font-weight: 600; }
.lw3-cloud-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0f172a;
    display: flex; align-items: center; gap: .5rem;
}
.lw3-checks {
    list-style: none; padding: 0; margin: 1.5rem 0 0;
    display: flex; flex-wrap: wrap; gap: .65rem 2rem;
}
.lw3-checks li {
    display: inline-flex; align-items: center; gap: .55rem;
    color: #0f172a; font-weight: 600;
}
.lw3-checks i { color: #15803d; }

@media (max-width: 991.98px) {
    .lw3-cloud-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- Testimonials ---------- */
.lw3-testimonial {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.85rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .25s ease;
}
.lw3-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(34,197,94,.22);
    border-color: rgba(34,197,94,.3);
}
.lw3-stars { color: #f59e0b; font-size: .85rem; margin-bottom: 1rem; letter-spacing: .15rem; }
.lw3-testimonial p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1.5rem;
}
.lw3-testimonial-author { display: flex; align-items: center; gap: .85rem; }
.lw3-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
}
.lw3-testimonial-author strong { display: block; font-size: .95rem; color: #0f172a; }
.lw3-testimonial-author small { color: #64748b; font-size: .82rem; }

/* ---------- CTA band ---------- */
.lw3-cta { padding: 2rem 0; }
.lw3-cta-box {
    background: linear-gradient(135deg, #16a34a, #15803d 55%, #0f766e);
    border-radius: 28px;
    padding: 3rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.lw3-cta-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 300px at 90% -20%, rgba(255,255,255,.18), transparent 60%);
    pointer-events: none;
}
.lw3-cta-copy { position: relative; z-index: 1; max-width: 520px; }
.lw3-cta-copy h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
    font-size: clamp(1.6rem, 2.8vw, 2.1rem);
    font-weight: 800;
    margin-bottom: .6rem;
}
.lw3-cta-copy p { color: rgba(255,255,255,.88); margin: 0; line-height: 1.6; }
.lw3-cta-actions { position: relative; z-index: 1; display: flex; gap: .85rem; flex-wrap: wrap; }
.lw3-btn-white { background: #fff; color: #15803d; }
.lw3-btn-white:hover { background: #f0fdf4; color: #15803d; transform: translateY(-1px); }
.lw3-btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); }
.lw3-btn-ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }

@media (max-width: 767.98px) {
    .lw3-cta-box { padding: 2.25rem 1.75rem; text-align: center; justify-content: center; }
    .lw3-cta-actions { justify-content: center; }
}

/* ---------- Pricing ---------- */
.lw3-pricing { background: #fff !important; }
.lw3-toggle-wrap { display: flex; justify-content: center; margin-bottom: 2.5rem; }
.lw3-toggle {
    display: inline-flex;
    background: #f0fdf4;
    padding: 5px;
    border-radius: 999px;
    gap: 4px;
}
.lw3-toggle-btn {
    border: none; background: transparent;
    padding: .55rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    color: #15803d;
    transition: all .2s ease;
}
.lw3-toggle-btn.active {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    box-shadow: 0 6px 14px -4px rgba(34,197,94,.4);
}

.lw3-pane { display: none; }
.lw3-pane.show { display: block; animation: lw3-fadein .35s ease; }
@keyframes lw3-fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.lw3-price-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.85rem;
    height: 100%;
    display: flex; flex-direction: column;
    transition: all .25s ease;
}
.lw3-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -20px rgba(15,23,42,.15);
    border-color: transparent;
}
.lw3-price-card.lw3-price-popular {
    border-color: #22c55e;
    box-shadow: 0 30px 60px -20px rgba(34,197,94,.30);
    transform: translateY(-4px);
}
.lw3-ribbon {
    position: absolute;
    top: -1px;
    right: 1.5rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: .35rem .85rem .4rem;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 16px -6px rgba(34,197,94,.5);
}
.lw3-price-badge {
    display: inline-block;
    align-self: flex-start;
    background: rgba(34,197,94,.12);
    color: #15803d;
    padding: .25rem .75rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .75rem;
}
.lw3-price-card h3 {
    font-size: 1.25rem;
    margin: 0 0 .85rem;
}
.lw3-amount {
    display: flex; align-items: flex-end; gap: .35rem;
    margin-bottom: .35rem;
}
.lw3-amount strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.1rem;
    color: #0f172a;
    line-height: 1;
}
.lw3-amount span { color: #64748b; font-size: .9rem; padding-bottom: .25rem; }
.lw3-price-note { display: block; color: #64748b; font-size: .78rem; margin-bottom: 1.25rem; }
.lw3-price-features {
    list-style: none; padding: 0; margin: 0 0 1.5rem;
    flex: 1;
}
.lw3-price-features li {
    display: flex; align-items: flex-start; gap: .65rem;
    padding: .5rem 0;
    color: #0f172a;
    font-size: .92rem;
    line-height: 1.45;
}
.lw3-price-features i { color: #22c55e; margin-top: 4px; flex: none; }
.lw3-price-features i.lw3-no { color: #ef4444; }
.lw3-price-features strong { color: #15803d; font-weight: 700; }
.lw3-contact-line { font-size: .95rem; }
.lw3-contact-line a { color: #2ea95b; font-weight: 600; }
.lw3-contact-line a:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.lw3-faq { max-width: 820px; margin: 0 auto; }
.lw3-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: .85rem;
    transition: border-color .2s ease, box-shadow .2s ease;
    overflow: hidden;
}
.lw3-faq-item:has(.show) {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,.08);
}
.lw3-faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    color: #0f172a;
    font-size: 1.02rem;
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.lw3-faq-q::after {
    content: '+';
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #f0fdf4;
    color: #15803d;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    transition: all .2s ease;
    flex: none;
}
.lw3-faq-q:not(.collapsed)::after {
    content: '−';
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
}
.lw3-faq-a {
    padding: 0 1.5rem 1.25rem;
    color: #475569;
    line-height: 1.65;
    text-align: justify;
}

/* ---------- Contact ---------- */
.lw3-contact { background: #fff !important; }
.lw3-contact-details {
    background: #f0fdf4;
    color: #0f172a;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    line-height: 1.6;
    max-width: 360px;
    margin-top: 1.25rem;
    font-size: .95rem;
}
.lw3-page-links {
    list-style: none; padding: 0; margin: 1rem 0 0;
    display: flex; flex-wrap: wrap; gap: .5rem;
}
.lw3-page-links li { margin: 0; }
.lw3-page-links a {
    background: #f0fdf4;
    color: #15803d;
    padding: .4rem .85rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .82rem;
    border: 1px solid rgba(34,197,94,.2);
}
.lw3-page-links a:hover { background: #dcfce7; }

.lw3-contact-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 30px 60px -30px rgba(15,23,42,.12);
}
.lw3-input {
    background: #f8fafc !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    height: 56px !important;
    font-weight: 500;
    transition: border-color .2s ease, background .2s ease;
}
.lw3-input:focus {
    background: #fff !important;
    border-color: #22c55e !important;
    box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}
.lw3-textarea { height: 140px !important; }
.lw3-contact-card .form-floating > label { color: #64748b; font-weight: 500; padding-top: .9rem; }
.lw3-contact-card .form-floating > .form-control:focus ~ label,
.lw3-contact-card .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #15803d;
    transform: scale(.85) translateY(-.65rem) translateX(.15rem);
}

/* ---------- Footer ---------- */
.lw3-footer {
    background: #05080f;
    color: #94a3b8;
    padding: 4rem 0 2rem;
}
.lw3-footer h6 {
    color: #fff;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.lw3-footer ul { list-style: none; padding: 0; margin: 0; }
.lw3-footer ul li { padding: .25rem 0; }
.lw3-footer a { color: #94a3b8; transition: color .15s ease; }
.lw3-footer a:hover { color: #fff; }
.lw3-footer-brand img { max-height: 38px; margin-bottom: 1rem; }
.lw3-footer p { color: #94a3b8; line-height: 1.6; max-width: 320px; margin-bottom: 1rem; }
.lw3-footer-social { display: flex; gap: .6rem; }
.lw3-footer-social a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    display: inline-flex; align-items: center; justify-content: center;
}
.lw3-footer-social a:hover { background: #22c55e; color: #fff; }
.lw3-footer hr { border-color: rgba(255,255,255,.08); opacity: 1; margin: 2.5rem 0 1.5rem; }
.lw3-footer-bottom {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem;
    font-size: .85rem;
}

/* ---------- Fade-in on scroll ---------- */
.lw3-fade, .lw3-price-card, .lw3-faq-item, .lw3-testimonial {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}
.lw3-fade.lw3-visible, .lw3-price-card.lw3-visible, .lw3-faq-item.lw3-visible, .lw3-testimonial.lw3-visible {
    opacity: 1;
    transform: none;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 575.98px) {
    .lw3-stats { gap: 1.5rem; }
    .lw3-toggle-btn { padding: .5rem .85rem; font-size: .82rem; }
}
