/* ========================================
   SPYGAR LANDING PAGE - Flexor theme
   ======================================== */

/* Hero offer banner (left column only) */
.lp-offer-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-bottom: 20px;
    padding: 16px 18px 16px 20px;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7ed 0%, #fff 40%, color-mix(in srgb, var(--accent-color), transparent 92%) 100%);
    border: 2px solid #f59e0b;
    box-shadow:
        0 0 0 1px rgba(245, 158, 11, 0.15),
        0 8px 32px rgba(245, 158, 11, 0.22),
        0 4px 16px color-mix(in srgb, var(--accent-color), transparent 82%);
    transition: transform 0.25s, box-shadow 0.25s;
    animation: lp-offer-glow 3s ease-in-out infinite;
}
.lp-offer-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.7) 50%,
        transparent 60%
    );
    transform: translateX(-120%);
    animation: lp-offer-shimmer 3.5s ease-in-out infinite;
    pointer-events: none;
}
.lp-offer-banner:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow:
        0 0 0 1px rgba(245, 158, 11, 0.3),
        0 12px 40px rgba(245, 158, 11, 0.3),
        0 6px 20px color-mix(in srgb, var(--accent-color), transparent 75%);
}
.lp-offer-flash {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.45);
    animation: lp-offer-flash-pulse 1.8s ease-in-out infinite;
}
.lp-offer-flash i {
    font-size: 13px;
}
.lp-offer-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    flex: 1 1 200px;
}
.lp-offer-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
    white-space: nowrap;
}
.lp-offer-text {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: var(--heading-color);
}
.lp-offer-text em {
    font-style: normal;
    color: #b45309;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(245, 158, 11, 0.5);
    text-underline-offset: 3px;
}
.lp-offer-cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--accent-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--accent-color), transparent 55%);
    transition: gap 0.2s, box-shadow 0.2s;
}
.lp-offer-banner:hover .lp-offer-cta {
    gap: 10px;
    box-shadow: 0 6px 20px color-mix(in srgb, var(--accent-color), transparent 45%);
}
@keyframes lp-offer-glow {
    0%, 100% { border-color: #f59e0b; }
    50% { border-color: #ef4444; }
}
@keyframes lp-offer-shimmer {
    0% { transform: translateX(-120%); }
    45%, 100% { transform: translateX(120%); }
}
@keyframes lp-offer-flash-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

/* Hero */
.lp-hero {
    padding: 60px 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 94%) 0%, color-mix(in srgb, var(--accent-color), transparent 98%) 100%);
}
.lp-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--heading-color);
    margin-bottom: 18px;
}
.lp-hero h1 span {
    color: var(--accent-color);
}
.lp-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-color);
}
.lp-hero .lead {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
}
.lp-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}
.lp-benefits i {
    color: #1a9d53;
    margin-top: 3px;
}
.lp-trust-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.lp-trust-metrics span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    font-size: 13px;
}

.lp-hero-visual img {
    width: 100%;
    object-fit: cover;
    max-height: 380px;
}

/* Lead Form */
.lp-lead-form {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}
.lp-lead-form label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.lp-form-note {
    margin: 12px 0 0;
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
    text-align: center;
}

/* Inline CTAs */
.lp-inline-cta {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.lp-inline-cta h4 {
    font-weight: 700;
    margin-bottom: 8px;
}
.lp-inline-cta--accent {
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    border-color: color-mix(in srgb, var(--accent-color), transparent 75%);
}

/* Proof section */
.lp-proof {
    padding-top: 10px;
}
.lp-proof-card {
    height: 100%;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.04);
    transition: transform 0.3s, box-shadow 0.3s;
}
.lp-proof-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.lp-proof-card i {
    font-size: 24px;
    color: var(--accent-color);
}
.lp-proof-card h5 {
    margin: 12px 0 8px;
    font-weight: 700;
}
.lp-proof-card p {
    margin: 0;
    line-height: 1.7;
}

/* Service cards */
.lp-service-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lp-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.lp-service-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.lp-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--accent-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.lp-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.lp-service-card > p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.lp-service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    flex-grow: 1;
}
.lp-service-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 6px;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
}
.lp-service-features i {
    color: #1a9d53;
    margin-top: 2px;
}
.lp-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

/* Capabilities */
.lp-capability-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px 22px;
    height: 100%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    transition: transform 0.3s, box-shadow 0.3s;
}
.lp-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}
.lp-capability-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.lp-capability-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}
.lp-capability-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
}

/* Tech stack */
.lp-tech-group {
    background: #fff;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    padding: 28px 24px;
    height: 100%;
}
.lp-tech-group h4 {
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lp-tech-group h4 i {
    color: var(--accent-color);
}
.lp-tech-group-desc {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}
.lp-tech-category {
    margin-bottom: 22px;
}
.lp-tech-category:last-child {
    margin-bottom: 0;
}
.lp-tech-category h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid var(--accent-color);
}
.lp-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.lp-tech-item {
    background: color-mix(in srgb, var(--accent-color), transparent 96%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
    border-radius: 8px;
    padding: 12px 12px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lp-tech-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}
.lp-tech-item h6 {
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--accent-color);
    font-size: 13px;
    line-height: 1.3;
}
.lp-tech-item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: color-mix(in srgb, var(--default-color), transparent 22%);
}
.lp-tech-footnote {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Industries */
.lp-industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    transition: transform 0.3s, box-shadow 0.3s;
}
.lp-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}
.lp-industry-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
}
.lp-industry-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
}
.lp-industry-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
}

/* Portfolio / Success stories */
.lp-portfolio-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.lp-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.lp-portfolio-thumb {
    overflow: hidden;
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    /* aspect-ratio: 16 / 10; */
}
.lp-portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.lp-portfolio-card:hover .lp-portfolio-thumb img {
    transform: scale(1.05);
}
.lp-portfolio-body {
    padding: 22px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.lp-portfolio-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-color);
    margin-bottom: 8px;
}
.lp-portfolio-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lp-portfolio-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    flex-grow: 1;
}
.lp-portfolio-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}
.lp-portfolio-tech span {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    font-weight: 600;
}
.lp-portfolio-link {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lp-portfolio-link:hover {
    gap: 10px;
}

/* Testimonials */
.lp-testimonial-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    padding: 22px 20px;
    height: 100%;
}
.lp-testimonial-stars {
    color: #f5a623;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}
.lp-testimonial-card p {
    line-height: 1.8;
    margin-bottom: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 16%);
}
.lp-testimonial-card h6 {
    margin: 0;
    font-weight: 700;
}
.lp-testimonial-card small {
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}

/* Why Choose Us */
.lp-why-choose h2 span {
    color: var(--accent-color);
}
.lp-subtitle {
    max-width: 750px;
    margin: 10px auto 0;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    line-height: 1.8;
}
.lp-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}
.lp-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--accent-color);
    margin-bottom: 14px;
}
.lp-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.lp-card p {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    line-height: 1.6;
    margin: 0;
}

/* Process */
.lp-step-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 84%);
    padding: 28px 22px;
    height: 100%;
    position: relative;
}
.lp-step-card--detailed {
    padding-top: 36px;
}
.lp-step-number {
    position: absolute;
    top: -14px;
    left: 22px;
    background: var(--accent-color);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 999px;
}
.lp-step-card h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lp-step-card p {
    margin: 0 0 14px;
    line-height: 1.7;
    font-size: 14px;
}
.lp-step-meta li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 6px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.lp-step-meta i {
    color: var(--accent-color);
    margin-top: 2px;
}
.lp-process-cta h4 {
    font-weight: 700;
}
.lp-process-note {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/* FAQ help sidebar */
.lp-faq-help {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    height: 100%;
    position: sticky;
    top: 100px;
}
.lp-faq-help h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.lp-faq-help p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.lp-faq-help ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
}
.lp-faq-help ul i {
    color: var(--accent-color);
}

/* Final CTA */
.lp-final-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, var(--background-color) 0%, color-mix(in srgb, var(--accent-color), transparent 80%) 100%);
}
.lp-final-cta h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}
.lp-final-cta p {
    color: rgba(255,255,255,0.8);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Sticky mobile CTA */
.lp-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -6px 18px rgba(0,0,0,0.14);
}
.lp-mobile-cta a {
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.lp-mobile-call {
    background: var(--accent-color);
}
.lp-mobile-wa {
    background: #1a9d53;
}

/* Responsive */
@media (max-width: 991px) {
    .lp-hero h1 { font-size: 2rem; }
    .lp-lead-form { margin-top: 24px; }
    .lp-faq-help { position: static; margin-top: 24px; }
}
@media (max-width: 767px) {
    .lp-hero h1 { font-size: 1.65rem; }
    body.index-page { padding-bottom: 56px; }
    .lp-service-card-head { flex-direction: column; align-items: flex-start; }
    .lp-tech-grid { grid-template-columns: 1fr; }
    .lp-offer-banner { padding: 14px; gap: 10px; }
    .lp-offer-discount { font-size: 18px; padding: 7px 12px; }
    .lp-offer-text { font-size: 14px; }
    .lp-offer-cta { width: 100%; justify-content: center; }
}
