/* 
 * Spletni Mojster - Main Stylesheet
 * Version: 2.0
 * Author: Domen Narandža s.p.
 * Description: Modern, minimalist, performance-optimized CSS.
 */

/* Social media management landing */
.landing-social {
    --social-ink: #111827;
    --social-muted: #4b5563;
    --social-line: #dbe5f0;
    --social-teal: #0f766e;
    --social-blue: #2563eb;
    --social-rose: #e11d48;
    --social-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.landing-social .section-padding { padding: 4.4rem 0; }
.landing-social .section-subtitle,
.landing-social p { color: var(--social-muted); }

.landing-social .section-eyebrow {
    display: inline-block;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    background: #e8f7f5;
    color: var(--social-teal);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.landing-social .social-services,
.landing-social .social-packages,
.landing-social .faq { background: linear-gradient(180deg, #f7fbff 0%, #eef7f6 100%); }

.landing-social .social-problem,
.landing-social .social-process,
.landing-social .social-contact { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }

.landing-social .social-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3.4rem) 1.5rem 3.2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, #08111f 0%, #172033 52%, #173b3a 100%);
    background-size: 36px 36px, 36px 36px, auto;
    color: #ffffff;
    text-align: left;
}

.landing-social .social-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.landing-social .social-hero-copy {
    max-width: 700px;
    margin: 0;
}

.landing-social .social-hero h1 {
    max-width: 13ch;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 3.12rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-social .social-hero .hero-text {
    max-width: 62ch;
    margin: 0 0 1.55rem;
    color: #dbeafe;
    font-size: 1.14rem;
    line-height: 1.6;
}

.landing-social .social-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(20, 184, 166, 0.13);
    color: #99f6e4;
    border: 1px solid rgba(153, 246, 228, 0.28);
}

.landing-social .social-hero .hero-buttons,
.landing-social .social-hero .hero-features-row { justify-content: flex-start; }

.landing-social .social-hero .cta-button {
    min-height: 50px;
    border-radius: 999px;
    white-space: normal;
}

.landing-social .social-hero .cta-button.secondary {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.landing-social .social-hero .feature-pill {
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: none;
}

.landing-social .social-hero .feature-pill i { color: #5eead4; }

.landing-social .social-dashboard {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.landing-social .social-dashboard-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0 0.25rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 800;
}

.landing-social .social-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.landing-social .social-calendar {
    display: grid;
    gap: 0.75rem;
}

.landing-social .social-calendar article {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 0.7rem;
    min-height: 82px;
    padding: 0.78rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: #f8fbff;
    color: #0f172a;
}

.landing-social .social-calendar article:nth-child(2) { background: #fdf2f8; }
.landing-social .social-calendar article:nth-child(3) { background: #fff7ed; }

.landing-social .social-calendar span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 800;
}

.landing-social .social-calendar strong,
.landing-social .social-calendar p {
    grid-column: 2;
    margin: 0;
}

.landing-social .social-calendar strong {
    align-self: end;
    color: #111827;
}

.landing-social .social-calendar p {
    align-self: start;
    font-size: 0.9rem;
    line-height: 1.35;
}

.landing-social .social-channel-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.landing-social .social-channel-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-height: 44px;
    padding: 0.55rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.055);
    color: #d9e2f0;
    font-size: 0.84rem;
    font-weight: 700;
}

.landing-social .social-channel-row i { color: #fbbf24; }

.landing-social .social-proof-strip {
    padding: 1.15rem 1.5rem 2.2rem;
    background: #0b1020;
}

.landing-social .social-proof-grid,
.landing-social .social-service-grid,
.landing-social .social-process-grid,
.landing-social .social-package-grid {
    display: grid;
    gap: 0.95rem;
}

.landing-social .social-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.landing-social .social-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
}

.landing-social .social-proof-card strong {
    display: block;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.landing-social .social-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
    font-size: 0.94rem;
}

.landing-social .social-split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-social .social-copy-card,
.landing-social .social-mini-card,
.landing-social .service-card-main,
.landing-social .social-process-card,
.landing-social .social-package-card,
.landing-social .faq-item {
    border: 1px solid var(--social-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: var(--social-shadow);
}

.landing-social .social-copy-card,
.landing-social .social-mini-card,
.landing-social .service-card-main,
.landing-social .social-process-card,
.landing-social .social-package-card {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-social .social-copy-card h2 {
    color: var(--social-ink);
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
}

.landing-social .social-copy-card p,
.landing-social .social-mini-card p,
.landing-social .service-card-main p,
.landing-social .social-process-card p,
.landing-social .social-package-card p,
.landing-social .faq-answer p {
    color: var(--social-muted);
    line-height: 1.55;
}

.landing-social .social-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-social .social-mini-card strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--social-ink);
}

.landing-social .social-small-icon,
.landing-social .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #e8f7f5;
    color: var(--social-teal);
    font-size: 1.16rem;
}

.landing-social .social-mini-card:nth-child(2) .social-small-icon,
.landing-social .service-card-main:nth-child(2) .service-icon {
    background: #eff6ff;
    color: var(--social-blue);
}

.landing-social .social-mini-card:nth-child(3) .social-small-icon,
.landing-social .service-card-main:nth-child(3) .service-icon {
    background: #fff1f2;
    color: var(--social-rose);
}

.landing-social .social-mini-card:nth-child(4) .social-small-icon,
.landing-social .service-card-main:nth-child(4) .service-icon {
    background: #fff7ed;
    color: #c2410c;
}

.landing-social .social-service-grid,
.landing-social .social-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-social .service-card-main,
.landing-social .social-package-card {
    display: flex;
    flex-direction: column;
}

.landing-social .service-card-main h3,
.landing-social .social-process-card h3,
.landing-social .social-package-card h3 {
    color: var(--social-ink);
    line-height: 1.18;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.landing-social .service-card-main .text-link {
    margin-top: auto;
    color: var(--social-teal);
    font-weight: 800;
}

.landing-social .process-marker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(120deg, var(--social-teal), var(--social-blue));
    color: #ffffff;
    font-weight: 800;
}

.landing-social .social-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-social .social-package-card.featured {
    border-color: #5eead4;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
}

.landing-social .approach-tag {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--social-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-social .social-package-card .check-list { margin-bottom: 1rem; }

.landing-social .social-package-card .package-button {
    margin-top: auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccfbf1;
    border-radius: 12px;
    background: #f0fdfa;
    color: #0f172a;
    box-shadow: none;
    text-align: center;
}

.landing-social .social-package-card .package-button:hover {
    background: #ccfbf1;
    color: var(--social-teal);
}

.landing-social .social-package-card.featured .package-button {
    border-color: transparent;
    background: linear-gradient(120deg, #14b8a6, #2563eb);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(20, 184, 166, 0.22);
}

.landing-social .social-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 0.72rem;
}

.landing-social .faq-item { padding: 0.1rem 0.95rem; }

.landing-social .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--social-ink);
    font-weight: 700;
    line-height: 1.45;
}

.landing-social .faq-item summary::-webkit-details-marker { display: none; }

.landing-social .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--social-teal);
    border-bottom: 2px solid var(--social-teal);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-social .faq-item[open] summary::after { transform: rotate(225deg); }
.landing-social .faq-answer p { margin: 0 0 0.9rem; }
.landing-social .social-contact .section-header { margin-bottom: 1.35rem; }

.landing-social .unified-contact-form {
    border-color: var(--social-line);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.landing-social .form-privacy { margin: 0.55rem 0 0.9rem; }

.landing-social .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--social-line);
    border-radius: 12px;
    background: #ffffff;
}

.landing-social .final-cta {
    padding: 4rem 1.5rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(900px 360px at 50% 0%, rgba(225, 29, 72, 0.14), transparent 62%),
        linear-gradient(135deg, #08111f 0%, #172033 52%, #173b3a 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
}

.landing-social .cta-box {
    max-width: 960px;
    margin-inline: auto;
    padding: 2.2rem;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 16, 32, 0.94) 0%, rgba(23, 59, 58, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.landing-social .cta-box h2 { color: #ffffff; }

.landing-social .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.6rem;
    color: #dbeafe;
}

@media (max-width: 1180px) {
    .landing-social .social-service-grid,
    .landing-social .social-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .landing-social .social-hero-inner,
    .landing-social .social-split { grid-template-columns: 1fr; }

    .landing-social .social-hero { text-align: center; }

    .landing-social .social-hero-copy,
    .landing-social .social-dashboard { margin-inline: auto; }

    .landing-social .social-hero .hero-buttons,
    .landing-social .social-hero .hero-features-row { justify-content: center; }
}

@media (max-width: 768px) {
    .landing-social,
    body.landing-social,
    .landing-social main,
    .landing-social section { overflow-x: hidden; }

    .landing-social .container { padding-inline: 1rem; }
    .landing-social .section-padding { padding-block: 3rem; }

    .landing-social .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.96rem;
    }

    .landing-social .social-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2rem;
    }

    .landing-social .social-hero h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .landing-social .social-hero .hero-text {
        max-width: 34ch;
        width: 100%;
        margin-inline: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .landing-social .social-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        gap: 0.65rem;
    }

    .landing-social .social-hero .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
    }

    .landing-social .social-hero .hero-features-row,
    .landing-social .social-proof-grid,
    .landing-social .social-problem-grid,
    .landing-social .social-service-grid,
    .landing-social .social-process-grid,
    .landing-social .social-package-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-social .social-hero .hero-features-row { display: grid; }

    .landing-social .social-hero .feature-pill {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        min-height: 42px;
    }

    .landing-social .social-hero-visual { display: none; }
    .landing-social .social-proof-strip { padding: 1rem 1rem 1.55rem; }

    .landing-social .social-copy-card,
    .landing-social .social-mini-card,
    .landing-social .service-card-main,
    .landing-social .social-process-card,
    .landing-social .social-package-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-social .social-copy-card h2 { font-size: 1.62rem; }

    .landing-social .service-card-main h3,
    .landing-social .social-process-card h3,
    .landing-social .social-package-card h3 { font-size: 1.16rem; }

    .landing-social .faq-item { padding-inline: 0.72rem; }
    .landing-social .faq-item summary { font-size: 0.97rem; }

    .landing-social .final-cta { padding: 3rem 1rem; }

    .landing-social .cta-box {
        border-radius: 18px;
        padding: 1.25rem;
    }

    .landing-social .final-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .landing-social .final-cta .cta-button.white,
    .landing-social .phone-link-white {
        width: 100%;
        justify-content: center;
    }

    body.landing-social .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-social .mobile-sticky-cta.is-visible { transform: translateY(0); }
    body.landing-social #ai-chat-widget-container { display: none; }
}

/* SEO optimization landing */
.landing-seo {
    --seo-ink: #0f172a;
    --seo-muted: #475569;
    --seo-line: #dbe7f4;
    --seo-blue: #2563eb;
    --seo-teal: #0f766e;
    --seo-amber: #f59e0b;
    --seo-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.landing-seo .section-padding { padding: 4.4rem 0; }
.landing-seo .section-subtitle,
.landing-seo p { color: var(--seo-muted); }

.landing-seo .section-eyebrow {
    display: inline-block;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--seo-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.landing-seo .seo-services,
.landing-seo .seo-packages,
.landing-seo .faq { background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%); }

.landing-seo .seo-problem,
.landing-seo .seo-process,
.landing-seo .seo-contact { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }

.landing-seo .seo-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3.4rem) 1.5rem 3.2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, #061120 0%, #0f172a 50%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto;
    color: #ffffff;
    text-align: left;
}

.landing-seo .seo-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.landing-seo .seo-hero-copy {
    max-width: 700px;
    margin: 0;
}

.landing-seo .seo-hero h1 {
    max-width: 14ch;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 3.12rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-seo .seo-hero .hero-text {
    max-width: 62ch;
    margin: 0 0 1.55rem;
    color: #dbeafe;
    font-size: 1.14rem;
    line-height: 1.6;
}

.landing-seo .seo-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(37, 99, 235, 0.14);
    color: #bfdbfe;
    border: 1px solid rgba(191, 219, 254, 0.28);
}

.landing-seo .seo-hero .hero-buttons,
.landing-seo .seo-hero .hero-features-row { justify-content: flex-start; }

.landing-seo .seo-hero .cta-button {
    min-height: 50px;
    border-radius: 999px;
    white-space: normal;
}

.landing-seo .seo-hero .cta-button.secondary {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.landing-seo .seo-hero .feature-pill {
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: none;
}

.landing-seo .seo-hero .feature-pill i { color: #93c5fd; }

.landing-seo .seo-audit-panel {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.landing-seo .seo-panel-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0 0.25rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 800;
}

.landing-seo .seo-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.landing-seo .seo-score-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.landing-seo .seo-score {
    display: grid;
    place-items: center;
    min-height: 130px;
    border-radius: 18px;
    background: #eff6ff;
    color: #0f172a;
    text-align: center;
}

.landing-seo .seo-score strong {
    display: block;
    color: var(--seo-blue);
    font-size: 3rem;
    line-height: 1;
}

.landing-seo .seo-score span {
    max-width: 10ch;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 800;
}

.landing-seo .seo-bars {
    display: grid;
    align-content: center;
    gap: 0.7rem;
    padding: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.42);
}

.landing-seo .seo-bars span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #60a5fa var(--bar), rgba(148, 163, 184, 0.25) var(--bar));
}

.landing-seo .seo-check-list {
    display: grid;
    gap: 0.55rem;
}

.landing-seo .seo-check-list div {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.58rem 0.65rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.055);
    color: #d9e2f0;
    font-size: 0.9rem;
}

.landing-seo .seo-check-list i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
}

.landing-seo .seo-check-list .fa-triangle-exclamation {
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
}

.landing-seo .seo-proof-strip {
    padding: 1.15rem 1.5rem 2.2rem;
    background: #0b1020;
}

.landing-seo .seo-proof-grid,
.landing-seo .seo-service-grid,
.landing-seo .seo-process-grid,
.landing-seo .seo-package-grid {
    display: grid;
    gap: 0.95rem;
}

.landing-seo .seo-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.landing-seo .seo-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
}

.landing-seo .seo-proof-card strong {
    display: block;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.landing-seo .seo-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
    font-size: 0.94rem;
}

.landing-seo .seo-split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-seo .seo-copy-card,
.landing-seo .seo-mini-card,
.landing-seo .service-card-main,
.landing-seo .seo-process-card,
.landing-seo .seo-package-card,
.landing-seo .faq-item {
    border: 1px solid var(--seo-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: var(--seo-shadow);
}

.landing-seo .seo-copy-card,
.landing-seo .seo-mini-card,
.landing-seo .service-card-main,
.landing-seo .seo-process-card,
.landing-seo .seo-package-card {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-seo .seo-copy-card h2 {
    color: var(--seo-ink);
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
}

.landing-seo .seo-copy-card p,
.landing-seo .seo-mini-card p,
.landing-seo .service-card-main p,
.landing-seo .seo-process-card p,
.landing-seo .seo-package-card p,
.landing-seo .faq-answer p {
    color: var(--seo-muted);
    line-height: 1.55;
}

.landing-seo .seo-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-seo .seo-mini-card strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--seo-ink);
}

.landing-seo .seo-small-icon,
.landing-seo .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #eff6ff;
    color: var(--seo-blue);
    font-size: 1.16rem;
}

.landing-seo .seo-mini-card:nth-child(2) .seo-small-icon,
.landing-seo .service-card-main:nth-child(2) .service-icon {
    background: #e8f7f5;
    color: var(--seo-teal);
}

.landing-seo .seo-mini-card:nth-child(3) .seo-small-icon,
.landing-seo .service-card-main:nth-child(3) .service-icon {
    background: #fff7ed;
    color: #c2410c;
}

.landing-seo .seo-mini-card:nth-child(4) .seo-small-icon,
.landing-seo .service-card-main:nth-child(4) .service-icon {
    background: #f5f3ff;
    color: #6d28d9;
}

.landing-seo .seo-service-grid,
.landing-seo .seo-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-seo .service-card-main,
.landing-seo .seo-package-card {
    display: flex;
    flex-direction: column;
}

.landing-seo .service-card-main h3,
.landing-seo .seo-process-card h3,
.landing-seo .seo-package-card h3 {
    color: var(--seo-ink);
    line-height: 1.18;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.landing-seo .service-card-main .text-link {
    margin-top: auto;
    color: var(--seo-blue);
    font-weight: 800;
}

.landing-seo .process-marker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(120deg, var(--seo-blue), var(--seo-teal));
    color: #ffffff;
    font-weight: 800;
}

.landing-seo .seo-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-seo .seo-package-card.featured {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.landing-seo .approach-tag {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #e8f7f5;
    color: var(--seo-teal);
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-seo .seo-package-card .check-list { margin-bottom: 1rem; }

.landing-seo .seo-package-card .package-button {
    margin-top: auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
    color: #0f172a;
    box-shadow: none;
    text-align: center;
}

.landing-seo .seo-package-card .package-button:hover {
    background: #dbeafe;
    color: var(--seo-blue);
}

.landing-seo .seo-package-card.featured .package-button {
    border-color: transparent;
    background: linear-gradient(120deg, #2563eb, #0f766e);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.landing-seo .seo-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 0.72rem;
}

.landing-seo .faq-item { padding: 0.1rem 0.95rem; }

.landing-seo .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--seo-ink);
    font-weight: 700;
    line-height: 1.45;
}

.landing-seo .faq-item summary::-webkit-details-marker { display: none; }

.landing-seo .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--seo-blue);
    border-bottom: 2px solid var(--seo-blue);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-seo .faq-item[open] summary::after { transform: rotate(225deg); }
.landing-seo .faq-answer p { margin: 0 0 0.9rem; }
.landing-seo .seo-contact .section-header { margin-bottom: 1.35rem; }

.landing-seo .unified-contact-form {
    border-color: var(--seo-line);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.landing-seo .form-privacy { margin: 0.55rem 0 0.9rem; }

.landing-seo .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--seo-line);
    border-radius: 12px;
    background: #ffffff;
}

.landing-seo .final-cta {
    padding: 4rem 1.5rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(900px 360px at 50% 0%, rgba(37, 99, 235, 0.18), transparent 62%),
        linear-gradient(135deg, #061120 0%, #0f172a 50%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
}

.landing-seo .cta-box {
    max-width: 960px;
    margin-inline: auto;
    padding: 2.2rem;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 16, 32, 0.94) 0%, rgba(18, 49, 59, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.landing-seo .cta-box h2 { color: #ffffff; }

.landing-seo .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.6rem;
    color: #dbeafe;
}

@media (max-width: 1180px) {
    .landing-seo .seo-service-grid,
    .landing-seo .seo-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .landing-seo .seo-hero-inner,
    .landing-seo .seo-split { grid-template-columns: 1fr; }

    .landing-seo .seo-hero { text-align: center; }

    .landing-seo .seo-hero-copy,
    .landing-seo .seo-audit-panel { margin-inline: auto; }

    .landing-seo .seo-hero .hero-buttons,
    .landing-seo .seo-hero .hero-features-row { justify-content: center; }
}

@media (max-width: 768px) {
    .landing-seo,
    body.landing-seo,
    .landing-seo main,
    .landing-seo section { overflow-x: hidden; }

    .landing-seo .container { padding-inline: 1rem; }
    .landing-seo .section-padding { padding-block: 3rem; }

    .landing-seo .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.96rem;
    }

    .landing-seo .seo-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2rem;
    }

    .landing-seo .seo-hero h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .landing-seo .seo-hero .hero-text {
        max-width: 34ch;
        width: 100%;
        margin-inline: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .landing-seo .seo-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        gap: 0.65rem;
    }

    .landing-seo .seo-hero .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
    }

    .landing-seo .seo-hero .hero-features-row,
    .landing-seo .seo-proof-grid,
    .landing-seo .seo-problem-grid,
    .landing-seo .seo-service-grid,
    .landing-seo .seo-process-grid,
    .landing-seo .seo-package-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-seo .seo-hero .hero-features-row { display: grid; }

    .landing-seo .seo-hero .feature-pill {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        min-height: 42px;
    }

    .landing-seo .seo-hero-visual { display: none; }
    .landing-seo .seo-proof-strip { padding: 1rem 1rem 1.55rem; }

    .landing-seo .seo-copy-card,
    .landing-seo .seo-mini-card,
    .landing-seo .service-card-main,
    .landing-seo .seo-process-card,
    .landing-seo .seo-package-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-seo .seo-copy-card h2 { font-size: 1.62rem; }

    .landing-seo .service-card-main h3,
    .landing-seo .seo-process-card h3,
    .landing-seo .seo-package-card h3 { font-size: 1.16rem; }

    .landing-seo .faq-item { padding-inline: 0.72rem; }
    .landing-seo .faq-item summary { font-size: 0.97rem; }

    .landing-seo .final-cta { padding: 3rem 1rem; }

    .landing-seo .cta-box {
        border-radius: 18px;
        padding: 1.25rem;
    }

    .landing-seo .final-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .landing-seo .final-cta .cta-button.white,
    .landing-seo .phone-link-white {
        width: 100%;
        justify-content: center;
    }

    body.landing-seo .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-seo .mobile-sticky-cta.is-visible { transform: translateY(0); }
    body.landing-seo #ai-chat-widget-container { display: none; }
}

/* Maintenance and support landing */
.landing-maintenance {
    --maint-ink: #111827;
    --maint-muted: #4b5563;
    --maint-line: #dbe5f0;
    --maint-green: #16a34a;
    --maint-blue: #2563eb;
    --maint-amber: #f59e0b;
    --maint-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.landing-maintenance .section-padding { padding: 4.4rem 0; }
.landing-maintenance .section-subtitle,
.landing-maintenance p { color: var(--maint-muted); }

.landing-maintenance .section-eyebrow {
    display: inline-block;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: var(--maint-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.landing-maintenance .maintenance-services,
.landing-maintenance .maintenance-packages,
.landing-maintenance .faq { background: linear-gradient(180deg, #f8fbff 0%, #eefbf4 100%); }

.landing-maintenance .maintenance-problem,
.landing-maintenance .maintenance-process,
.landing-maintenance .maintenance-contact { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }

.landing-maintenance .maintenance-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3.4rem) 1.5rem 3.2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, #07111f 0%, #102033 52%, #10351f 100%);
    background-size: 36px 36px, 36px 36px, auto;
    color: #ffffff;
    text-align: left;
}

.landing-maintenance .maintenance-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.landing-maintenance .maintenance-hero-copy {
    max-width: 700px;
    margin: 0;
}

.landing-maintenance .maintenance-hero h1 {
    max-width: 13ch;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 3.12rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-maintenance .maintenance-hero .hero-text {
    max-width: 62ch;
    margin: 0 0 1.55rem;
    color: #dbeafe;
    font-size: 1.14rem;
    line-height: 1.6;
}

.landing-maintenance .maintenance-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
    border: 1px solid rgba(187, 247, 208, 0.28);
}

.landing-maintenance .maintenance-hero .hero-buttons,
.landing-maintenance .maintenance-hero .hero-features-row { justify-content: flex-start; }

.landing-maintenance .maintenance-hero .cta-button {
    min-height: 50px;
    border-radius: 999px;
    white-space: normal;
}

.landing-maintenance .maintenance-hero .cta-button.secondary {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.landing-maintenance .maintenance-hero .feature-pill {
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: none;
}

.landing-maintenance .maintenance-hero .feature-pill i { color: #86efac; }

.landing-maintenance .maintenance-status-panel {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.landing-maintenance .maintenance-panel-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0 0.25rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 800;
}

.landing-maintenance .maintenance-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.landing-maintenance .maintenance-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.landing-maintenance .maintenance-status-grid article {
    min-height: 128px;
    padding: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: #f8fbff;
    color: #0f172a;
}

.landing-maintenance .maintenance-status-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 0.65rem;
    border-radius: 13px;
    background: #ecfdf5;
    color: var(--maint-green);
}

.landing-maintenance .maintenance-status-grid strong,
.landing-maintenance .maintenance-status-grid span {
    display: block;
}

.landing-maintenance .maintenance-status-grid span {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.35;
}

.landing-maintenance .maintenance-ticket {
    margin-top: 0.8rem;
    padding: 0.8rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
}

.landing-maintenance .maintenance-ticket span {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.24rem 0.55rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-maintenance .maintenance-ticket strong {
    display: block;
    color: #f8fafc;
    line-height: 1.35;
}

.landing-maintenance .maintenance-proof-strip {
    padding: 1.15rem 1.5rem 2.2rem;
    background: #0b1020;
}

.landing-maintenance .maintenance-proof-grid,
.landing-maintenance .maintenance-service-grid,
.landing-maintenance .maintenance-process-grid,
.landing-maintenance .maintenance-package-grid {
    display: grid;
    gap: 0.95rem;
}

.landing-maintenance .maintenance-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.landing-maintenance .maintenance-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
}

.landing-maintenance .maintenance-proof-card strong {
    display: block;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.landing-maintenance .maintenance-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
    font-size: 0.94rem;
}

.landing-maintenance .maintenance-split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-maintenance .maintenance-copy-card,
.landing-maintenance .maintenance-mini-card,
.landing-maintenance .service-card-main,
.landing-maintenance .maintenance-process-card,
.landing-maintenance .maintenance-package-card,
.landing-maintenance .faq-item {
    border: 1px solid var(--maint-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: var(--maint-shadow);
}

.landing-maintenance .maintenance-copy-card,
.landing-maintenance .maintenance-mini-card,
.landing-maintenance .service-card-main,
.landing-maintenance .maintenance-process-card,
.landing-maintenance .maintenance-package-card {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-maintenance .maintenance-copy-card h2 {
    color: var(--maint-ink);
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
}

.landing-maintenance .maintenance-copy-card p,
.landing-maintenance .maintenance-mini-card p,
.landing-maintenance .service-card-main p,
.landing-maintenance .maintenance-process-card p,
.landing-maintenance .maintenance-package-card p,
.landing-maintenance .faq-answer p {
    color: var(--maint-muted);
    line-height: 1.55;
}

.landing-maintenance .maintenance-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-maintenance .maintenance-mini-card strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--maint-ink);
}

.landing-maintenance .maintenance-small-icon,
.landing-maintenance .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #ecfdf5;
    color: var(--maint-green);
    font-size: 1.16rem;
}

.landing-maintenance .maintenance-mini-card:nth-child(2) .maintenance-small-icon,
.landing-maintenance .service-card-main:nth-child(2) .service-icon {
    background: #eff6ff;
    color: var(--maint-blue);
}

.landing-maintenance .maintenance-mini-card:nth-child(3) .maintenance-small-icon,
.landing-maintenance .service-card-main:nth-child(3) .service-icon {
    background: #fff7ed;
    color: #c2410c;
}

.landing-maintenance .maintenance-mini-card:nth-child(4) .maintenance-small-icon,
.landing-maintenance .service-card-main:nth-child(4) .service-icon {
    background: #f5f3ff;
    color: #6d28d9;
}

.landing-maintenance .maintenance-service-grid,
.landing-maintenance .maintenance-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-maintenance .service-card-main,
.landing-maintenance .maintenance-package-card {
    display: flex;
    flex-direction: column;
}

.landing-maintenance .service-card-main h3,
.landing-maintenance .maintenance-process-card h3,
.landing-maintenance .maintenance-package-card h3 {
    color: var(--maint-ink);
    line-height: 1.18;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.landing-maintenance .service-card-main .text-link {
    margin-top: auto;
    color: var(--maint-green);
    font-weight: 800;
}

.landing-maintenance .process-marker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(120deg, var(--maint-green), var(--maint-blue));
    color: #ffffff;
    font-weight: 800;
}

.landing-maintenance .maintenance-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.landing-maintenance .maintenance-package-card.featured {
    border-color: #86efac;
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
}

.landing-maintenance .approach-tag {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--maint-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-maintenance .maintenance-package-card .check-list { margin-bottom: 1rem; }

.landing-maintenance .maintenance-package-card .package-button {
    margin-top: auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: #ecfdf5;
    color: #0f172a;
    box-shadow: none;
    text-align: center;
}

.landing-maintenance .maintenance-package-card .package-button:hover {
    background: #dcfce7;
    color: var(--maint-green);
}

.landing-maintenance .maintenance-package-card.featured .package-button {
    border-color: transparent;
    background: linear-gradient(120deg, #16a34a, #2563eb);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.landing-maintenance .maintenance-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 0.72rem;
}

.landing-maintenance .faq-item { padding: 0.1rem 0.95rem; }

.landing-maintenance .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--maint-ink);
    font-weight: 700;
    line-height: 1.45;
}

.landing-maintenance .faq-item summary::-webkit-details-marker { display: none; }

.landing-maintenance .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--maint-green);
    border-bottom: 2px solid var(--maint-green);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-maintenance .faq-item[open] summary::after { transform: rotate(225deg); }
.landing-maintenance .faq-answer p { margin: 0 0 0.9rem; }
.landing-maintenance .maintenance-contact .section-header { margin-bottom: 1.35rem; }

.landing-maintenance .unified-contact-form {
    border-color: var(--maint-line);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.landing-maintenance .form-privacy { margin: 0.55rem 0 0.9rem; }

.landing-maintenance .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--maint-line);
    border-radius: 12px;
    background: #ffffff;
}

.landing-maintenance .final-cta {
    padding: 4rem 1.5rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(900px 360px at 50% 0%, rgba(34, 197, 94, 0.18), transparent 62%),
        linear-gradient(135deg, #07111f 0%, #102033 52%, #10351f 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
}

.landing-maintenance .cta-box {
    max-width: 960px;
    margin-inline: auto;
    padding: 2.2rem;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 16, 32, 0.94) 0%, rgba(16, 53, 31, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.landing-maintenance .cta-box h2 { color: #ffffff; }

.landing-maintenance .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.6rem;
    color: #dbeafe;
}

@media (max-width: 1180px) {
    .landing-maintenance .maintenance-service-grid,
    .landing-maintenance .maintenance-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .landing-maintenance .maintenance-hero-inner,
    .landing-maintenance .maintenance-split { grid-template-columns: 1fr; }

    .landing-maintenance .maintenance-hero { text-align: center; }

    .landing-maintenance .maintenance-hero-copy,
    .landing-maintenance .maintenance-status-panel { margin-inline: auto; }

    .landing-maintenance .maintenance-hero .hero-buttons,
    .landing-maintenance .maintenance-hero .hero-features-row { justify-content: center; }
}

@media (max-width: 768px) {
    .landing-maintenance,
    body.landing-maintenance,
    .landing-maintenance main,
    .landing-maintenance section { overflow-x: hidden; }

    .landing-maintenance .container { padding-inline: 1rem; }
    .landing-maintenance .section-padding { padding-block: 3rem; }

    .landing-maintenance .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.96rem;
    }

    .landing-maintenance .maintenance-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2rem;
    }

    .landing-maintenance .maintenance-hero h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .landing-maintenance .maintenance-hero .hero-text {
        max-width: 34ch;
        width: 100%;
        margin-inline: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .landing-maintenance .maintenance-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        gap: 0.65rem;
    }

    .landing-maintenance .maintenance-hero .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
    }

    .landing-maintenance .maintenance-hero .hero-features-row,
    .landing-maintenance .maintenance-proof-grid,
    .landing-maintenance .maintenance-problem-grid,
    .landing-maintenance .maintenance-service-grid,
    .landing-maintenance .maintenance-process-grid,
    .landing-maintenance .maintenance-package-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-maintenance .maintenance-hero .hero-features-row { display: grid; }

    .landing-maintenance .maintenance-hero .feature-pill {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        min-height: 42px;
    }

    .landing-maintenance .maintenance-hero-visual { display: none; }
    .landing-maintenance .maintenance-proof-strip { padding: 1rem 1rem 1.55rem; }

    .landing-maintenance .maintenance-copy-card,
    .landing-maintenance .maintenance-mini-card,
    .landing-maintenance .service-card-main,
    .landing-maintenance .maintenance-process-card,
    .landing-maintenance .maintenance-package-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-maintenance .maintenance-copy-card h2 { font-size: 1.62rem; }

    .landing-maintenance .service-card-main h3,
    .landing-maintenance .maintenance-process-card h3,
    .landing-maintenance .maintenance-package-card h3 { font-size: 1.16rem; }

    .landing-maintenance .faq-item { padding-inline: 0.72rem; }
    .landing-maintenance .faq-item summary { font-size: 0.97rem; }

    .landing-maintenance .final-cta { padding: 3rem 1rem; }

    .landing-maintenance .cta-box {
        border-radius: 18px;
        padding: 1.25rem;
    }

    .landing-maintenance .final-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .landing-maintenance .final-cta .cta-button.white,
    .landing-maintenance .phone-link-white {
        width: 100%;
        justify-content: center;
    }

    body.landing-maintenance .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-maintenance .mobile-sticky-cta.is-visible { transform: translateY(0); }
    body.landing-maintenance #ai-chat-widget-container { display: none; }
}

/* ==========================================================================
   1. VARIABLES & THEME SETUP
   ========================================================================== */
:root {
    /* Brand Colors */
    --primary-color: #4F86F7;       /* Glavna modra */
    --primary-dark: #3a6bd4;        /* Temnejša modra za hover */
    --secondary-color: #2C3E50;     /* Temno siva/modra za naslove */
    --accent-color: #FF9677;        /* Koralna za poudarke */
    --accent-hover: #e8866a;
    
    /* Functional Colors */
    --text-color: #4a5568;          /* Glavno besedilo (mehka črna) */
    --light-text: #718096;          /* Pomožno besedilo */
    --success-color: #4CD5B0;       /* Zelena za uspeh/kljukice */
    --error-color: #e53e3e;         /* Rdeča za napake */
    --warning-color: #f6ad55;       /* Oranžna za opozorila */

    /* Backgrounds */
    --bg-white: #ffffff;
    --bg-light: #F8FAFF;            /* Zelo svetlo modra podlaga */
    --bg-dark: #1a202c;             /* Temna podlaga (footer) */
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #4F86F7 0%, #6B9FFF 100%);
    --gradient-accent: linear-gradient(135deg, #FF9677 0%, #ffb199 100%);
    --gradient-dark: linear-gradient(135deg, #2C3E50 0%, #1a202c 100%);

    /* Spacing & Layout */
    --container-width: 1200px;
    --nav-container-width: 1520px;
    --header-height: 62px;
    --border-radius-sm: 8px;
    --border-radius-lg: 16px;
    --section-padding: 5rem 1.5rem;

    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    --shadow-blue: 0 10px 25px -5px rgba(79, 134, 247, 0.25);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Homepage visual rhythm tokens */
    --home-max-width: 1440px;
    --home-content-max: 980px;
    --home-gutter-desktop: 24px;
    --home-gutter-mobile: 16px;
    --home-section-gap-desktop: 12px;
    --home-section-gap-mobile: 8px;
    --home-hero-title-desktop: clamp(2.8rem, 4.8vw, 4.4rem);
    --home-hero-title-mobile: clamp(1.9rem, 8.5vw, 2.5rem);
    --home-body-mobile: clamp(1rem, 4.5vw, 1.25rem);
}

/* ==========================================================================
   2. RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.5rem; }

p { margin-bottom: 1.5rem; }

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover { color: var(--primary-dark); }

ul { list-style: none; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

/* Utility Classes */
.text-center { text-align: center; }
.text-highlight { color: var(--primary-color); }
.section-padding { padding: var(--section-padding); }
.section-bg { background-color: var(--bg-light); }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

/* ==========================================================================
   3. HEADER & NAVIGATION
   ========================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    box-shadow: none;
    z-index: 1000;
    transition: var(--transition-normal);
}

.header.scrolled {
    height: 58px;
    box-shadow: 0 14px 35px rgba(44, 62, 80, 0.08);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: var(--nav-container-width);
    margin: 0 auto;
    padding: 0 1.75rem;
    gap: 1.5rem;
    position: relative;
}

.logo img {
    height: 25px;
    width: auto;
}

/* Nav Links */
.nav-links {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: auto;
}

.nav-menu {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 1.85rem;
    transform: translateX(-50%);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.45rem;
    margin-left: auto;
}

.nav-link {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.75rem 0;
    white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-color);
}

.nav-link.active-parent {
    color: var(--primary-color);
}

.cta-button-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 1.15rem;
    border-radius: 999px;
    background: var(--gradient-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(79, 134, 247, 0.26);
    white-space: nowrap;
}

.cta-button-small:hover,
.cta-button-small.active {
    color: #ffffff;
    background: linear-gradient(135deg, #4479ee 0%, #5f94ff 100%);
    transform: translateY(-1px);
}

/* Dropdown Menu */
.dropdown-wrapper {
    position: relative;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: -20px;
    background: white;
    min-width: 260px;
    box-shadow: var(--shadow-lg);
    border-radius: var(--border-radius-sm);
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition-normal);
    border-top: 3px solid var(--primary-color);
}

.dropdown-wrapper:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content a {
    display: flex;
    align-items: flex-start;
    padding: 0.8rem;
    color: var(--text-color);
    border-radius: 6px;
    transition: var(--transition-fast);
}

.dropdown-content a:hover {
    background-color: var(--bg-light);
    color: var(--primary-color);
}

.dd-icon {
    font-size: 1.2rem;
    margin-right: 12px;
    color: var(--primary-color);
    margin-top: 2px;
}

.dd-text strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.dd-text span {
    font-size: 0.8rem;
    color: var(--light-text);
}

.language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 34px;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: #f7f9fe;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.language-switch:hover {
    color: var(--primary-color);
    background: #eef4ff;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: var(--secondary-color);
    background: none;
    border: none;
    cursor: pointer;
}

/* ==========================================================================
   4. HERO SECTIONS
   ========================================================================== */
.hero {
    padding: calc(var(--header-height) + 4rem) 1.5rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Variants */
.home-hero {
    background: radial-gradient(circle at top right, rgba(79, 134, 247, 0.1), transparent 40%),
                radial-gradient(circle at bottom left, rgba(255, 150, 119, 0.1), transparent 40%);
}

.web-hero {
    background: linear-gradient(180deg, var(--bg-light) 0%, #fff 100%);
}

.app-hero {
    background: radial-gradient(circle at 50% 50%, rgba(79, 134, 247, 0.05), transparent 70%);
}

.ai-hero {
    background: #0f172a; /* Dark AI theme */
    color: white;
}

.ai-hero h1, .ai-hero p { color: white; }
.ai-hero .text-highlight { color: var(--accent-color); }

.contact-hero, .blog-hero {
    min-height: 50vh;
    background: var(--bg-light);
}

/* Hero Content Styling */
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
}

.hero-text {
    font-size: 1.25rem;
    color: var(--text-color);
    margin-bottom: 2.5rem;
}

.ai-hero .hero-text { color: #cbd5e1; }

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(79, 134, 247, 0.1);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.badge-ai { background: rgba(255, 255, 255, 0.1); color: var(--accent-color); }

/* Hero Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition-normal);
    cursor: pointer;
}

.cta-button.primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: var(--shadow-blue);
    border: none;
}

.cta-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(79, 134, 247, 0.4);
}

.cta-button.secondary {
    background: white;
    color: var(--secondary-color);
    border: 1px solid #e2e8f0;
}

.cta-button.secondary:hover {
    border-color: var(--secondary-color);
}

.cta-button.white {
    background: white;
    color: #1e40af;
}

.cta-button.outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
}

/* Hero Features (Icons below buttons) */
.hero-features, .hero-features-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero-feature, .feature-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.hero-feature i, .feature-pill i {
    color: var(--accent-color);
}

.feature-pill {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    border: 1px solid #edf2f7;
}

.ai-hero .feature-pill {
    background: rgba(255,255,255,0.1);
    color: white;
    border: none;
}

/* Web-design landing page specific improvements */
.landing-webdev .web-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 3.4rem);
    padding-bottom: 3.1rem;
}

.landing-webdev .web-hero .hero-content {
    max-width: 900px;
}

.landing-webdev .web-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: 1.1rem;
}

.landing-webdev .web-hero .hero-text {
    max-width: 66ch;
    margin: 0 auto 1.75rem;
    font-size: clamp(1.06rem, 1.75vw, 1.3rem);
    line-height: 1.5;
    color: #334155;
}

.landing-webdev .web-hero .hero-buttons {
    margin-bottom: 1.55rem;
}

.landing-webdev .web-hero .feature-pill {
    background: #ffffff;
    border-color: #e2e8f0;
    font-size: 0.9rem;
}

.proof-strip {
    padding: 1.1rem 1.5rem 2.6rem;
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.proof-grid {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.proof-item {
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    text-align: center;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.proof-value {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.proof-item p {
    margin: 0;
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.4;
}

.proof-note {
    max-width: 860px;
    margin: 0.95rem auto 0;
    text-align: center;
    color: #475569;
    font-size: 0.95rem;
}

.pricing-reassurance {
    margin-top: 1.4rem;
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pricing-reassurance p {
    margin: 0;
    color: #334155;
    line-height: 1.5;
    font-size: 0.96rem;
}

.pricing-reassurance .cta-button {
    white-space: nowrap;
    padding-inline: 1.25rem;
}

.landing-webdev .faq .section-subtitle {
    max-width: 760px;
    margin-inline: auto;
}

.landing-webdev .faq-item summary {
    font-weight: 650;
}

.landing-webdev .faq-answer p {
    color: #334155;
    line-height: 1.6;
}

/* Comparison table stability on landing page */
.landing-webdev .comparison .table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.landing-webdev .comparison-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.landing-webdev .comparison-table th,
.landing-webdev .comparison-table td {
    padding: 0.85rem 0.8rem;
    border: 1px solid #e2e8f0;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.landing-webdev .comparison-table th {
    background: #f8fafc;
    font-weight: 700;
}

.landing-webdev .comparison-table .highlight-col {
    background: #dbeafe;
    color: #0f172a;
}

/* Homepage product-style showcase */
.showcase-hero {
    min-height: clamp(680px, 78vh, 860px);
    padding: calc(var(--header-height) + 1rem) var(--home-gutter-desktop) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: clip;
    text-align: center;
    border-bottom: var(--home-section-gap-desktop) solid #ffffff;
}

.showcase-web {
    background: linear-gradient(180deg, #f7fcff 0%, #dff3ff 100%);
    padding-top: calc((var(--header-height) * 2) + 0.7rem);
}

.showcase-web .showcase-copy {
    width: min(1200px, 100%);
}

.showcase-web .showcase-copy h1 {
    white-space: nowrap;
}

.showcase-ai .showcase-copy h2 {
    white-space: nowrap;
}

.showcase-apps {
    background: linear-gradient(160deg, #0a2a5e 0%, #05122b 55%, #000000 100%);
}

.showcase-apps .showcase-copy h2,
.showcase-apps .showcase-copy p {
    color: #ffffff;
}

.showcase-apps .showcase-button.secondary {
    color: #2997ff;
    border-color: #2997ff;
}

.showcase-apps .showcase-button.secondary:hover {
    color: #ffffff;
    background: #0071e3;
}

.showcase-ai {
    background: #f7f7fb;
}

.showcase-copy {
    position: relative;
    z-index: 2;
    width: min(var(--home-content-max), 100%);
    min-height: 220px;
    max-width: 100%;
}

.showcase-copy h1,
.showcase-copy h2 {
    margin: 0 0 0.35rem;
    color: #1d1d1f;
    font-family: 'Inter', sans-serif;
    font-size: var(--home-hero-title-desktop);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -0.015em;
}

.showcase-copy p {
    margin: 0 0 1.2rem;
    color: #1d1d1f;
    font-size: clamp(1.15rem, 1.9vw, 1.55rem);
    line-height: 1.24;
    max-width: 34ch;
    margin-inline: auto;
}

.showcase-actions {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
}

.showcase-trust-note {
    margin: 0.85rem 0 0;
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.35;
}

.showcase-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.45rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.showcase-button.primary {
    color: #ffffff;
    background: #0071e3;
    border: 1px solid #0071e3;
}

.showcase-button.secondary {
    color: #0071e3;
    background: transparent;
    border: 1px solid #0071e3;
}

.showcase-button:hover {
    transform: none;
}

.showcase-button.primary:hover {
    color: #ffffff;
    background: #0077ed;
}

.showcase-button.secondary:hover {
    color: #ffffff;
    background: #0071e3;
}

.showcase-visual {
    position: relative;
    width: min(900px, 100%);
    max-width: 100%;
    flex: 1;
    min-height: 430px;
    margin-top: 0;
    overflow: clip;
}

.website-lineup {
    min-height: 430px;
}

.hero-image-lineup {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-showcase-image {
    width: min(1180px, 100%);
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 34px 70px rgba(31, 41, 55, 0.14));
}

.service-image-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1.75rem;
}

.service-showcase-image {
    width: min(950px, 100%);
    max-height: 410px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 28px 55px rgba(31, 41, 55, 0.12));
}

.browser-window {
    position: absolute;
    left: 50%;
    bottom: -5.2rem;
    width: min(650px, 72vw);
    height: 390px;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.13);
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 34px 70px rgba(31, 41, 55, 0.18);
    transform: translateX(-50%);
}

.browser-bar {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    background: #eef1f6;
}

.browser-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c8ced8;
}

.site-preview {
    padding: 42px;
}

.preview-logo {
    width: 150px;
    height: 18px;
    margin: 0 auto 38px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4f86f7 0%, #4f86f7 48%, #111827 48%, #111827 100%);
}

.preview-title {
    width: 72%;
    height: 54px;
    margin: 0 auto 20px;
    border-radius: 14px;
    background: #111827;
}

.preview-line {
    width: 66%;
    height: 14px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: #d7deea;
}

.preview-line.short {
    width: 48%;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.preview-grid span {
    height: 86px;
    border-radius: 18px;
    background: #f0f4fb;
}

.phone-preview {
    position: absolute;
    bottom: -3.7rem;
    width: 156px;
    height: 320px;
    padding: 18px 14px;
    border: 8px solid #1d2430;
    border-radius: 34px 34px 0 0;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(31, 41, 55, 0.18);
}

.phone-left {
    left: max(1rem, 6vw);
    transform: rotate(-4deg);
}

.phone-right {
    right: max(1rem, 6vw);
    transform: rotate(4deg);
}

.phone-speaker {
    width: 42px;
    height: 5px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: #d4dae5;
}

.phone-card {
    height: 118px;
    border-radius: 20px;
    background: linear-gradient(180deg, #4f86f7, #83aaff);
}

.phone-card.alt {
    background: linear-gradient(180deg, #ff9677, #ffc4b3);
}

.phone-lines {
    height: 84px;
    margin-top: 18px;
    border-radius: 18px;
    background: repeating-linear-gradient(180deg, #e7ecf4 0 10px, transparent 10px 22px);
}

.app-dashboard {
    min-height: 430px;
}

.dashboard-shell {
    position: absolute;
    left: 50%;
    bottom: -5.2rem;
    width: min(720px, 82vw);
    height: 390px;
    display: grid;
    grid-template-columns: 140px 1fr;
    overflow: hidden;
    border: 1px solid rgba(0, 113, 227, 0.12);
    border-radius: 28px 28px 0 0;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 36px 80px rgba(0, 113, 227, 0.16);
    transform: translateX(-50%);
}

.dashboard-sidebar {
    padding: 34px 24px;
    background: #111827;
}

.dashboard-sidebar span {
    display: block;
    height: 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,0.26);
}

.dashboard-sidebar span:first-child {
    width: 62px;
    height: 62px;
    margin: 0 0 42px;
    border-radius: 18px;
    background: #4f86f7;
}

.dashboard-content {
    padding: 34px;
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.metric-row span {
    height: 86px;
    border-radius: 20px;
    background: #f1f6fd;
}

.chart-card {
    height: 170px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin: 24px 0;
    padding: 24px;
    border-radius: 24px;
    background: #eef8ff;
}

.chart-card i {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: #0071e3;
}

.chart-card i:nth-child(1) { height: 45%; }
.chart-card i:nth-child(2) { height: 70%; }
.chart-card i:nth-child(3) { height: 54%; }
.chart-card i:nth-child(4) { height: 88%; }
.chart-card i:nth-child(5) { height: 64%; }

.task-row {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 42px;
    margin-bottom: 14px;
}

.task-row span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #4cd5b0;
}

.task-row b {
    flex: 1;
    height: 14px;
    border-radius: 999px;
    background: #d8e2ee;
}

.ai-system {
    min-height: 430px;
}

.ai-orbit {
    position: absolute;
    left: 50%;
    bottom: -5.2rem;
    width: min(560px, 78vw);
    aspect-ratio: 1;
    border: 1px solid #dfe5ee;
    border-radius: 50%;
    transform: translateX(-50%);
}

.ai-orbit::before,
.ai-orbit::after {
    content: "";
    position: absolute;
    inset: 17%;
    border: 1px solid #dfe5ee;
    border-radius: 50%;
}

.ai-orbit::after {
    inset: 33%;
}

.ai-core {
    position: absolute;
    inset: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 28px 60px rgba(31, 41, 55, 0.16);
}

.ai-core img {
    width: 100%;
}

.node {
    position: absolute;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #ffffff;
    color: #0071e3;
    font-size: 1.45rem;
    box-shadow: 0 18px 40px rgba(31, 41, 55, 0.14);
}

.node-a { top: 4%; left: 50%; transform: translateX(-50%); }
.node-b { top: 41%; right: -1%; }
.node-c { bottom: 4%; left: 50%; transform: translateX(-50%); }
.node-d { top: 41%; left: -1%; }

.feature-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 12px 12px;
    background: #ffffff;
}

.feature-tile {
    min-height: 660px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 4.1rem 2rem 0;
    text-align: center;
}

.tile-light {
    background: #f5f5f7;
}

.tile-dark {
    background: #000000;
}

.tile-copy {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
}

.tile-copy h2 {
    margin: 0 0 0.4rem;
    color: #1d1d1f;
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.3rem, 3.4vw, 3.35rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.tile-copy p {
    margin: 0 0 1.25rem;
    color: #1d1d1f;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.22;
}

.tile-dark .tile-copy h2,
.tile-dark .tile-copy p {
    color: #ffffff;
}

.tile-actions {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.tile-dark .showcase-button.secondary {
    color: #2997ff;
    border-color: #2997ff;
}

.tile-dark .showcase-button.secondary:hover {
    color: #ffffff;
    background: #0071e3;
}

.tile-visual {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(680px, 88%);
    transform: translateX(-50%);
}

.tile-image-visual {
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1.25rem;
}

.tile-service-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 22px 42px rgba(31, 41, 55, 0.14));
}

.tile-image-support {
    height: 365px;
}

.tile-image-seo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    display: block;
    width: calc(100% + 4rem);
    margin: auto -2rem 0;
    height: auto;
    padding-bottom: 0;
}

.tile-image-seo .tile-service-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

.tile-image-support .tile-service-image {
    width: auto;
    height: 82%;
    max-width: 78%;
}

.tile-devices {
    height: 360px;
}

.laptop-mock {
    position: absolute;
    left: 12%;
    bottom: -10px;
    width: 360px;
    height: 255px;
    border-radius: 18px 18px 10px 10px;
    background: linear-gradient(180deg, #cad5df, #eef3f8);
    box-shadow: 0 22px 50px rgba(31, 41, 55, 0.18);
}

.laptop-screen {
    height: 135px;
    margin: 14px;
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    background: #0f172a;
}

.laptop-screen span {
    border-radius: 8px;
    background: #4f86f7;
}

.laptop-screen span:first-child {
    grid-row: span 2;
    background: linear-gradient(135deg, #4f86f7, #4cd5b0);
}

.laptop-keyboard {
    width: 78%;
    height: 72px;
    margin: 0 auto;
    border-radius: 8px 8px 18px 18px;
    background: repeating-linear-gradient(90deg, #1f2937 0 16px, #111827 16px 20px);
}

.tablet-mock {
    position: absolute;
    right: 9%;
    bottom: 118px;
    width: 260px;
    height: 170px;
    padding: 16px;
    border: 10px solid #111827;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(31, 41, 55, 0.2);
}

.tablet-mock span {
    display: block;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, #ff9677, #4f86f7);
}

.tablet-mock span:last-child {
    height: 42px;
    background: #e6ecf4;
}

.tile-wide-device {
    height: 370px;
}

.wide-screen {
    position: absolute;
    left: 50%;
    bottom: -78px;
    width: min(720px, 96%);
    height: 310px;
    border-radius: 88px;
    background: linear-gradient(160deg, #07162e 0%, #021127 58%, #2d6cff 100%);
    box-shadow: inset 0 -16px 34px rgba(255,255,255,0.18), 0 30px 70px rgba(31, 41, 55, 0.18);
    transform: translateX(-50%) rotate(2deg);
}

.wide-ring {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 154px;
    height: 154px;
    border: 24px solid #4f86f7;
    border-right-color: #4cd5b0;
    border-bottom-color: #ff9677;
    border-radius: 50%;
    transform: translateX(-50%);
}

.wide-ring::after {
    content: "84";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 800;
}

.wide-chip {
    position: absolute;
    width: 92px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.34);
}

.wide-chip.one { left: 90px; top: 86px; transform: rotate(90deg); }
.wide-chip.two { right: 90px; bottom: 86px; transform: rotate(90deg); }

.tile-ai-face {
    height: 345px;
}

.ai-face {
    position: absolute;
    left: 50%;
    bottom: -138px;
    width: min(520px, 82vw);
    aspect-ratio: 1.18;
    border: 14px solid #242424;
    border-radius: 42% 42% 18% 18%;
    background: radial-gradient(circle at 50% 30%, #2a3c1a 0 12%, #0a0d08 13% 100%);
    box-shadow: 0 0 0 18px #111111, 0 24px 60px rgba(255,255,255,0.12);
    transform: translateX(-50%);
}

.face-time {
    position: absolute;
    left: 50%;
    top: 38%;
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

.face-line {
    position: absolute;
    left: 50%;
    top: 18%;
    width: 56%;
    height: 2px;
    background: #b9ff75;
    transform: translateX(-50%);
}

.face-pulse {
    position: absolute;
    left: 23%;
    bottom: 30%;
    width: 54%;
    height: 54%;
    border: 2px solid #b9ff75;
    border-radius: 50%;
    opacity: 0.55;
}

.tile-buds {
    height: 350px;
}

.bud {
    position: absolute;
    bottom: -24px;
    width: 210px;
    height: 230px;
    border-radius: 50% 50% 34% 34%;
    background: radial-gradient(circle at 42% 24%, #ffffff 0 36%, #eef2f7 60%, #dfe7f0 100%);
    box-shadow: 0 20px 50px rgba(31, 41, 55, 0.13);
}

.bud::after {
    content: "";
    position: absolute;
    top: 28px;
    width: 50px;
    height: 78px;
    border-radius: 999px;
    background: #1f2937;
}

.bud-left {
    left: 26%;
    transform: rotate(-13deg);
}

.bud-left::after {
    right: 34px;
}

.bud-right {
    right: 26%;
    transform: rotate(13deg);
}

.bud-right::after {
    left: 34px;
}

.automation-line {
    position: absolute;
    left: 50%;
    bottom: 116px;
    width: 230px;
    height: 230px;
    border: 2px dashed #4f86f7;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0.45;
}

/* ==========================================================================
   5. SERVICES & CARDS
   ========================================================================== */
.services-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.services-grid-layout.three-cols {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.service-card-main {
    background: white;
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid #edf2f7;
    transition: var(--transition-normal);
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card-main:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.service-icon.ai-icon {
    background: rgba(79, 134, 247, 0.1);
    color: var(--primary-color);
}

.service-highlights {
    margin: 1.5rem 0;
    flex-grow: 1;
}

.service-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.service-highlights i {
    color: var(--success-color);
    margin-top: 3px;
}

.text-link {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.text-link i { transition: transform 0.2s; }
.text-link:hover i { transform: translateX(5px); }

/* Badge for "Trend" or "Popular" */
.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--gradient-accent);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

/* ==========================================================================
   6. SPLIT LAYOUTS (Problem/Solution, Vision)
   ========================================================================== */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.split-content h2 { margin-bottom: 1.5rem; }

/* Visuals in split layout */
.split-image, .split-image-ai, .split-image-tech, .split-image-auto, .split-image-about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Glassmorphism Effect */
.glass-effect {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    padding: 2rem;
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow-lg);
    width: 100%;
    max-width: 400px;
    position: relative;
}

.code-snippet pre {
    background: #1e293b;
    color: #a5b4fc;
    padding: 1.5rem;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    overflow-x: auto;
}

/* Code Window (Tech page) */
.code-window {
    background: #1e1e1e;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.window-header {
    background: #2d2d2d;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ff5f56; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #27c93f; }
.window-title { color: #cbd5e1; font-size: 0.8rem; margin-left: 10px; font-family: monospace; }

.window-body { padding: 20px; color: #d4d4d4; font-family: 'Fira Code', monospace; font-size: 0.9rem; }
.keyword { color: #569cd6; }
.class-name { color: #4ec9b0; }
.function { color: #dcdcaa; }
.string { color: #ce9178; }
.comment { color: #6a9955; }

/* Chat Simulation (AI page) */
.chat-simulation {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 400px;
}

.chat-bubble {
    padding: 1rem 1.5rem;
    border-radius: 18px;
    font-size: 0.95rem;
    max-width: 90%;
    box-shadow: var(--shadow-sm);
}

.chat-bubble.user {
    background: white;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    border: 1px solid #edf2f7;
}

.chat-bubble.bot {
    background: #1e3a8a;
    color: #ffffff;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

/* ==========================================================================
   7. PRICING & PACKAGES
   ========================================================================== */
.billing-toggle {
    display: inline-grid;
    grid-template-columns: max-content auto max-content;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 0 auto 3rem;
    padding: 0.5rem 0.7rem;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.billing-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    line-height: 1.2;
    color: #64748b;
    transition: color 0.2s ease;
}

.billing-label.is-active {
    color: #0f172a;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
}

.toggle-switch input { opacity: 0; width: 0; height: 0; }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #cbd5e0;
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider { background-color: var(--primary-color); }
input:checked + .toggle-slider:before { transform: translateX(24px); }

.discount-badge {
    background: #c2410c;
    color: #ffffff;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    margin-left: 0.5rem;
    white-space: nowrap;
}

/* Pricing Cards */
.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
}

.package-card {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid #edf2f7;
    text-align: center;
    transition: var(--transition-normal);
}

.package-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
    z-index: 2;
    box-shadow: var(--shadow-lg);
}

.price-period {
    margin: 1.5rem 0;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.price span {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 500;
}

.vat-price {
    display: block;
    font-size: 0.85rem;
    color: #4b5563;
    margin-top: 0.2rem;
}

.monthly-price.inactive, .yearly-price.inactive { display: none; }
.monthly-price.active, .yearly-price.active { display: block; animation: fadeIn 0.3s ease; }

.package-features {
    text-align: left;
    margin-bottom: 2rem;
}

.package-features li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.95rem;
}

.package-features li.disabled {
    color: #6b7280;
    text-decoration: line-through;
}

.package-button {
    display: block;
    padding: 0.8rem;
    border-radius: 8px;
    font-weight: 600;
    background: var(--bg-light);
    color: var(--secondary-color);
}

.featured .package-button {
    background: var(--primary-color);
    color: white;
    box-shadow: var(--shadow-blue);
}

.featured .package-button:hover { background: var(--primary-dark); }

/* ==========================================================================
   8. FORMS & CONTACT
   ========================================================================== */
.contact-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}

.info-card {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: var(--border-radius-lg);
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.detail-label { display: block; font-size: 0.8rem; color: var(--light-text); }
.detail-value { font-weight: 600; color: var(--secondary-color); }

.contact-form-wrapper {
    background: white;
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
}

.form-group { margin-bottom: 1.5rem; }

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
}

.required { color: var(--error-color); }

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition-fast);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(79, 134, 247, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.submit-button {
    width: 100%;
    padding: 1rem;
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
}

.submit-button:hover { opacity: 0.9; transform: translateY(-1px); }
.submit-button:disabled { opacity: 0.7; cursor: not-allowed; }

.btn-loader { display: none; }

/* Status Messages */
.success-message-box {
    background: #f0fff4;
    color: #276749;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #c6f6d5;
}

.error-message-box {
    background: #fff5f5;
    color: #c53030;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #feb2b2;
}

.unified-contact-form {
    max-width: 920px;
    margin: 0 auto;
    border: 1px solid #dbe7fb;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.unified-contact-form .form-title {
    margin-bottom: 1.25rem;
    font-size: 1.45rem;
    color: #0f172a;
}

.unified-contact-form .form-group input,
.unified-contact-form .form-group select,
.unified-contact-form .form-group textarea {
    min-height: 48px;
    border-radius: 10px;
    border-color: #d7e3f6;
}

.unified-contact-form .form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.unified-contact-form .submit-button {
    min-height: 50px;
    border-radius: 10px;
}

.form-message {
    font-size: 0.95rem;
    line-height: 1.45;
}

.landing-contact {
    background: linear-gradient(180deg, #f4f8ff 0%, #ecf3ff 100%);
}

.form-privacy {
    margin: 0.25rem 0 0.75rem;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    line-height: 1.5;
    color: #334155;
    cursor: pointer;
}

.checkbox-container input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 0.18rem;
    cursor: pointer;
}

.checkbox-container .checkmark {
    display: none;
}

@media (max-width: 768px) {
    .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .contact-form-wrapper,
    .unified-contact-form {
        padding: 1.1rem;
        border-radius: 14px;
    }

    .unified-contact-form .form-title {
        font-size: 1.16rem;
        line-height: 1.3;
        margin-bottom: 0.9rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-group label {
        margin-bottom: 0.35rem;
        font-size: 0.9rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
        padding: 0.85rem 0.88rem;
    }

    .unified-contact-form .submit-button {
        font-size: 1rem;
        min-height: 48px;
    }

    .checkbox-container {
        font-size: 0.9rem;
        line-height: 1.45;
        gap: 0.55rem;
        padding-block: 0.35rem;
    }
}

/* ==========================================================================
   9. BLOG
   ========================================================================== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

.blog-card {
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.blog-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}

/* Gradient Placeholders for Blog */
.ai-gradient { background: linear-gradient(45deg, #4F86F7, #9b59b6); }
.web-gradient { background: linear-gradient(45deg, #1abc9c, #2ecc71); }
.auto-gradient { background: linear-gradient(45deg, #f39c12, #e74c3c); }
.soft-gradient { background: linear-gradient(45deg, #3498db, #9b59b6); }

.blog-body { padding: 1.5rem; }

.post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
    color: var(--light-text);
}

.post-category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.tag-ai { color: #9b59b6; }
.tag-web { color: #2ecc71; }
.tag-auto { color: #e74c3c; }

.blog-body h4 a {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.blog-body h4 a:hover { color: var(--primary-color); }

.card-link {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 1rem;
    display: inline-block;
}

/* Featured Post */
.featured-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.featured-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.read-more-link {
    margin-top: 1.5rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* ==========================================================================
   10. CHAT WIDGET
   ========================================================================== */
.chat-widget-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border: 0;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: var(--shadow-blue);
    cursor: pointer;
    z-index: 999;
    transition: opacity 0.22s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.chat-widget-button:hover { transform: scale(1.1); }
.chat-widget-button:focus-visible {
    outline: 3px solid rgba(79, 134, 247, 0.35);
    outline-offset: 4px;
}

#ai-chat-widget-container.chat-widget-quiet .chat-widget-button {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.92);
}

.chat-window {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 360px;
    height: 500px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chat-window.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.chat-header {
    background: var(--gradient-primary);
    padding: 1rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-header-info img {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    padding: 2px;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--success-color);
    border-radius: 50%;
    border: 1px solid white;
}

#chat-close {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    opacity: 0.8;
}

#chat-close:hover { opacity: 1; }

.chat-messages {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    background: var(--bg-light);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 80%;
    word-wrap: break-word;
}

.bot-message {
    background: white;
    color: var(--text-color);
    border-bottom-left-radius: 2px;
    box-shadow: var(--shadow-sm);
}

.user-message {
    background: var(--primary-color);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
}

/* Chat Suggestions */
.chat-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.suggestion-btn {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: 0.2s;
}

.suggestion-btn:hover {
    background: var(--primary-color);
    color: white;
}

.chat-input-area {
    padding: 1rem;
    border-top: 1px solid #edf2f7;
    background: white;
}

#chat-form {
    display: flex;
    gap: 10px;
}

#chat-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    font-size: 0.9rem;
}

#chat-form button {
    background: var(--primary-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.chat-footer-note {
    text-align: center;
    font-size: 0.7rem;
    color: #cbd5e0;
    margin-top: 5px;
}

/* Loading Dots Animation */
.loading-dots span {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
    margin: 0 2px;
}

.loading-dots span:nth-child(1) { animation-delay: -0.32s; }
.loading-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/* ==========================================================================
   11. FOOTER
   ========================================================================== */
.footer {
    background: #ffffff;
    color: #1d1d1f;
    padding: 4rem 1.5rem 1rem;
    font-size: 0.9rem;
    border-top: 1px solid #e8edf5;
}

.footer-content {
    max-width: var(--container-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo-img {
    width: 180px;
    height: auto;
    margin-bottom: 1rem;
    opacity: 1;
}

.footer-tagline,
.footer-brand p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 300px;
}

.footer h3,
.footer h4 {
    color: #1d1d1f;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

.footer-links { display: flex; flex-direction: column; gap: 0.8rem; }

.footer-links a {
    color: #2c3e50;
    transition: 0.2s;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.contact-link {
    display: block;
    color: #2c3e50;
    margin-top: 0.8rem;
    font-size: 1rem;
}

.contact-link:hover {
    color: var(--primary-color);
}

.footer .company-name,
.footer .address {
    color: #4a5568;
}

.social-links { display: flex; gap: 1rem; }
.social-links a {
    width: 36px;
    height: 36px;
    background: #e7eef9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1e3a8a;
}

.social-links a:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #e8edf5;
    padding-top: 1.5rem;
    text-align: center;
    color: #4a5568;
    font-size: 0.85rem;
}

/* ==========================================================================
   12. CTA BANNER (Universal)
   ========================================================================== */
.final-cta {
    background: var(--gradient-primary);
    padding: 4rem 1.5rem;
    color: white;
    text-align: center;
}

.cta-box h2 { color: white; margin-bottom: 1rem; }
.cta-box p { color: rgba(255,255,255,0.9); margin-bottom: 2rem; font-size: 1.1rem; }

.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.phone-link-white {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

/* ==========================================================================
   13. MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */
@media (max-width: 1024px) {
    .navbar {
        padding: 0 1.5rem;
        gap: 1.5rem;
    }

    .logo img {
        height: 24px;
    }

    .nav-menu {
        gap: 1.2rem;
    }

    .nav-actions {
        gap: 1rem;
    }

    .nav-link,
    .cta-button-small,
    .language-switch {
        font-size: 0.94rem;
    }

    .cta-button-small {
        min-height: 36px;
        padding: 0 1.1rem;
    }

    .language-switch {
        min-height: 34px;
        padding: 0 0.8rem;
    }

    .package-grid, .services-grid-layout.three-cols {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .featured-card {
        grid-template-columns: 1fr;
    }
    
    .featured-image {
        height: 250px;
    }

    .showcase-hero {
        min-height: clamp(640px, 76vh, 780px);
    }

    .phone-preview {
        width: 130px;
        height: 280px;
    }

    .dashboard-shell {
        grid-template-columns: 112px 1fr;
    }

    .feature-tile {
        min-height: 560px;
        padding-top: 3.4rem;
    }

    .laptop-mock {
        left: 5%;
        width: 310px;
    }

    .tablet-mock {
        right: 2%;
        width: 210px;
    }

    .bud-left { left: 18%; }
    .bud-right { right: 18%; }
}

@media (max-width: 1180px) {
    :root {
        --header-height: 58px;
    }

    .menu-toggle { display: block; }

    .header.scrolled {
        height: var(--header-height);
    }

    .navbar {
        padding: 0 1.25rem;
    }

    .nav-links {
        position: fixed;
        top: var(--header-height);
        left: 0;
        width: 100%;
        height: calc(100dvh - var(--header-height));
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.995);
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: flex-start;
        padding: 1.2rem 1.25rem 2rem;
        gap: 0.75rem;
        box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.24s ease, transform 0.24s ease;
        z-index: 900;
        visibility: hidden;
    }

    .nav-menu,
    .nav-actions {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-left: 0;
        transform: none;
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .nav-link,
    .language-switch {
        width: 100%;
        font-size: 1rem;
        font-weight: 650;
        line-height: 1.2;
        padding: 0.8rem 0;
        min-height: 44px;
        border-bottom: 1px solid #edf1f6;
    }

    .cta-button-small {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        min-height: 42px;
    }

    .language-switch {
        justify-content: flex-start;
        min-height: auto;
        background: transparent;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    /* Mobile Dropdown */
    .dropdown-content {
        position: static;
        box-shadow: none;
        padding: 0 0 0 1rem;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        border-top: none;
    }
    
    .dropdown-wrapper.active .dropdown-content { display: block; }

    .showcase-hero {
        min-height: auto;
        padding: calc(var(--header-height) + 0.95rem) var(--home-gutter-mobile) 0;
        border-bottom-width: var(--home-section-gap-mobile);
        gap: 1.1rem;
    }

    .showcase-copy h1,
    .showcase-copy h2 {
        font-size: var(--home-hero-title-mobile);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .showcase-web .showcase-copy h1,
    .showcase-ai .showcase-copy h2 {
        white-space: normal;
    }

    .showcase-copy {
        min-height: auto;
        width: min(100%, 640px);
        padding-inline: 0.2rem;
    }

    .showcase-copy h1,
    .showcase-copy h2 {
        margin-bottom: 0.55rem;
    }

    .showcase-copy p {
        font-size: var(--home-body-mobile);
        line-height: 1.28;
        max-width: 26ch;
        margin: 0 auto 1rem;
    }

    .showcase-actions {
        gap: 0.6rem;
        flex-direction: column;
        align-items: stretch;
        width: min(360px, 100%);
        margin-inline: auto;
    }

    .showcase-button {
        min-height: 46px;
        padding: 0 1.05rem;
        font-size: 0.98rem;
        width: 100%;
    }

    .showcase-button.secondary {
        opacity: 0.86;
    }

    .showcase-trust-note {
        font-size: 0.88rem;
        margin-top: 0.8rem;
        margin-bottom: 0.1rem;
    }

    .showcase-visual {
        width: 100%;
        flex: 0 0 auto;
        min-height: 232px;
        margin-top: 0.15rem;
    }

    .website-lineup,
    .service-image-visual {
        min-height: 240px;
    }

    .hero-image-lineup {
        align-items: center;
    }

    .hero-showcase-image {
        max-height: 245px;
    }

    .service-image-visual {
        padding-bottom: 0.75rem;
    }

    .service-showcase-image {
        max-height: 235px;
    }

    .browser-window {
        bottom: -4rem;
        width: 88vw;
        height: 310px;
        border-radius: 20px 20px 0 0;
    }

    .site-preview {
        padding: 30px 24px;
    }

    .preview-title {
        height: 42px;
    }

    .preview-grid {
        gap: 10px;
        margin-top: 28px;
    }

    .preview-grid span {
        height: 60px;
        border-radius: 14px;
    }

    .phone-preview {
        display: none;
    }

    .dashboard-shell {
        bottom: -4rem;
        width: 92vw;
        height: 315px;
        grid-template-columns: 74px 1fr;
        border-radius: 22px 22px 0 0;
    }

    .dashboard-sidebar {
        padding: 24px 16px;
    }

    .dashboard-sidebar span:first-child {
        width: 42px;
        height: 42px;
        margin-bottom: 28px;
        border-radius: 12px;
    }

    .dashboard-content {
        padding: 24px 18px;
    }

    .metric-row {
        gap: 10px;
    }

    .metric-row span {
        height: 58px;
        border-radius: 14px;
    }

    .chart-card {
        height: 120px;
        gap: 10px;
        margin: 16px 0;
        padding: 18px;
        border-radius: 18px;
    }

    .task-row {
        height: 30px;
        margin-bottom: 10px;
    }

    .task-row span {
        width: 30px;
        height: 30px;
    }

    .ai-orbit {
        bottom: -4rem;
        width: min(420px, 92vw);
    }

    .ai-core {
        inset: 35%;
        border-radius: 24px;
        padding: 1rem;
    }

    .node {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 1.15rem;
    }

    .feature-tiles {
        grid-template-columns: 1fr;
        gap: var(--home-section-gap-mobile);
        padding: 0 var(--home-gutter-mobile) var(--home-section-gap-mobile);
    }

    .feature-tile {
        min-height: clamp(420px, 68vh, 520px);
        padding: 2.3rem 1.1rem 0;
        overflow: clip;
    }

    .tile-copy h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .tile-copy p {
        font-size: clamp(1.05rem, 4vw, 1.3rem);
    }

    .tile-devices,
    .tile-wide-device,
    .tile-ai-face,
    .tile-buds,
    .tile-image-visual {
        height: 285px;
        width: 96%;
    }

    .tile-image-visual {
        padding-bottom: 0.75rem;
    }

    .tile-image-support {
        height: 300px;
    }

    .tile-image-seo {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        display: block;
        width: calc(100% + 2.2rem);
        margin: auto -1.1rem 0;
        height: auto;
        padding-bottom: 0;
    }

    .tile-image-support .tile-service-image {
        height: 78%;
        max-width: 74%;
    }

    .laptop-mock {
        left: 50%;
        bottom: -12px;
        width: 270px;
        height: 210px;
        transform: translateX(-50%);
    }

    .laptop-screen {
        height: 105px;
    }

    .laptop-keyboard {
        height: 54px;
    }

    .tablet-mock {
        right: 4%;
        bottom: 124px;
        width: 160px;
        height: 112px;
        padding: 10px;
        border-width: 7px;
        border-radius: 18px;
    }

    .tablet-mock span {
        height: 38px;
        margin-bottom: 9px;
    }

    .tablet-mock span:last-child {
        height: 26px;
    }

    .wide-screen {
        bottom: -56px;
        height: 230px;
        border-radius: 62px;
    }

    .wide-ring {
        top: 50px;
        width: 118px;
        height: 118px;
        border-width: 18px;
    }

    .wide-ring::after {
        font-size: 2rem;
    }

    .wide-chip {
        width: 64px;
    }

    .wide-chip.one { left: 54px; top: 66px; }
    .wide-chip.two { right: 54px; bottom: 66px; }

    .ai-face {
        bottom: -92px;
        width: min(380px, 84vw);
        border-width: 10px;
        box-shadow: 0 0 0 12px #111111, 0 24px 60px rgba(255,255,255,0.12);
    }

    .face-time {
        font-size: 3.2rem;
    }

    .bud {
        bottom: -28px;
        width: 150px;
        height: 180px;
    }

    .bud::after {
        top: 22px;
        width: 36px;
        height: 56px;
    }

    .bud-left { left: 18%; }
    .bud-right { right: 18%; }

    .automation-line {
        bottom: 82px;
        width: 170px;
        height: 170px;
    }
    
    /* Layouts */
    .split-layout, .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .package-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .landing-webdev .web-hero {
        padding-top: calc(var(--header-height) + 1.8rem);
        padding-bottom: 2rem;
    }

    .landing-webdev .web-hero h1 {
        font-size: clamp(1.9rem, 8.2vw, 2.5rem);
        line-height: 1.14;
        margin-bottom: 0.85rem;
    }

    .landing-webdev .web-hero .hero-text {
        font-size: 1rem;
        line-height: 1.45;
        margin-bottom: 1.2rem;
        max-width: 33ch;
    }

    .landing-webdev .web-hero .hero-buttons {
        flex-direction: column;
        gap: 0.7rem;
        margin-bottom: 1rem;
    }

    .landing-webdev .web-hero .hero-buttons .cta-button {
        width: min(350px, 100%);
    }

    .landing-webdev .web-hero .hero-features-row {
        gap: 0.6rem;
    }

    .landing-webdev .web-hero .feature-pill {
        width: 100%;
        justify-content: center;
        font-size: 0.86rem;
    }

    .proof-strip {
        padding: 0.2rem 1rem 1.6rem;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .proof-item {
        text-align: left;
    }

    .proof-note {
        text-align: left;
        font-size: 0.9rem;
    }

    .pricing-reassurance {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-reassurance .cta-button {
        width: 100%;
    }

    .landing-webdev .comparison .table-responsive {
        overflow-x: hidden;
    }

    .landing-webdev .comparison-table {
        font-size: 0.82rem;
        table-layout: fixed;
    }

    .landing-webdev .comparison-table th,
    .landing-webdev .comparison-table td {
        padding: 0.62rem 0.42rem;
        line-height: 1.35;
    }

    .hero h1 { font-size: 2.2rem; }
    
    /* Chat Widget Mobile */
    .chat-window {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
        z-index: 2000;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col,
    .footer-brand,
    .contact-info,
    .footer-tagline,
    .footer-brand p,
    .footer .address,
    .footer .contact-link,
    .footer-links {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo-link {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer-logo-img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-links,
    .social-links {
        align-items: center;
        justify-content: center;
    }

    .footer-links a:hover {
        padding-left: 0;
    }
    
    .cta-actions {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Landing page redesign v3 (Apple-like rhythm + mobile-first clarity) */
.landing-webdev {
    --wd-space-1: 0.5rem;
    --wd-space-2: 0.75rem;
    --wd-space-3: 1rem;
    --wd-space-4: 1.25rem;
    --wd-space-5: 1.5rem;
    --wd-space-6: 2rem;
    --wd-space-7: 2.5rem;
}

.landing-webdev #dokazi,
.landing-webdev #reference,
.landing-webdev #reference-projekti,
.landing-webdev #zakaj-mi,
.landing-webdev #paketi,
.landing-webdev #process,
.landing-webdev #comparison,
.landing-webdev #faq,
.landing-webdev #povprasevanje,
.landing-webdev #final-cta {
    scroll-margin-top: calc(var(--header-height) + 18px);
}

.landing-webdev .section-padding {
    padding-block: clamp(3.1rem, 5vw, 4.4rem);
}

.landing-webdev .header {
    background: transparent;
    backdrop-filter: none;
    transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.landing-webdev .header .nav-link {
    color: #e2e8f0;
}

.landing-webdev .header .nav-link:hover,
.landing-webdev .header .nav-link.active,
.landing-webdev .header .nav-link.active-parent {
    color: #93c5fd;
}

.landing-webdev .header .menu-toggle {
    color: #e2e8f0;
}

.landing-webdev .header.header-solid {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
}

.landing-webdev .header.header-solid .nav-link {
    color: var(--secondary-color);
}

.landing-webdev .header.header-solid .nav-link:hover,
.landing-webdev .header.header-solid .nav-link.active,
.landing-webdev .header.header-solid .nav-link.active-parent {
    color: var(--primary-color);
}

.landing-webdev .header.header-solid .menu-toggle {
    color: var(--secondary-color);
}

@media (max-width: 1180px) {
    /* Mobilni meni ima vedno svojo belo podlago, zato besedilo ostane temno ne glede na stanje headerja */
    .landing-webdev .header .nav-link {
        color: var(--secondary-color);
    }

    .landing-webdev .header .nav-link:hover,
    .landing-webdev .header .nav-link.active,
    .landing-webdev .header .nav-link.active-parent {
        color: var(--primary-color);
    }
}

.landing-webdev .web-hero-fold {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.landing-webdev .web-hero-fold .proof-strip {
    flex-shrink: 0;
}

.landing-webdev .web-hero {
    background:
        radial-gradient(900px 520px at 12% -8%, rgba(59,130,246,0.38), transparent 62%),
        radial-gradient(650px 420px at 105% 12%, rgba(255,150,119,0.14), transparent 65%),
        linear-gradient(165deg, #0a1f44 0%, #071a3a 38%, #050f26 70%, #030812 100%);
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding-block: clamp(5.6rem, 9.5vw, 8.4rem) clamp(3.6rem, 6.4vw, 5.2rem);
}

.landing-webdev .web-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
    pointer-events: none;
}

.landing-webdev .web-hero-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(2rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
}

.landing-webdev .web-hero .hero-content {
    max-width: 520px;
    flex-shrink: 0;
    margin: 0;
    text-align: left;
}

.landing-webdev .web-hero h1 {
    font-size: clamp(2rem, 3.9vw, 3.3rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 0.9rem;
    color: #ffffff;
}

.landing-webdev .web-hero .hero-text {
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.62;
    color: #b6c3da;
    margin-bottom: 1.45rem;
}

.landing-webdev .web-hero .hero-buttons {
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.landing-webdev .web-hero .hero-buttons .cta-button {
    min-height: 48px;
    border-radius: 999px;
    font-weight: 700;
    padding: 0.78rem 1.3rem;
}

.landing-webdev .web-hero .hero-buttons .cta-button.secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.landing-webdev .web-hero .hero-buttons .cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
}

.landing-webdev .web-hero-visual {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.landing-webdev .web-hero-image {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: block;
    filter: drop-shadow(0 30px 55px rgba(37, 99, 235, 0.35));
}

@media (max-width: 1024px) {
    .landing-webdev .web-hero-inner {
        flex-direction: column;
        gap: 2.25rem;
    }

    .landing-webdev .web-hero .hero-content {
        max-width: 640px;
        text-align: center;
        margin: 0 auto;
    }

    .landing-webdev .web-hero .hero-buttons {
        justify-content: center;
    }

    .landing-webdev .web-hero-visual {
        width: 100%;
    }

    .landing-webdev .web-hero-image {
        max-width: 420px;
        margin: 0 auto;
    }
}

.landing-webdev .proof-strip {
    background: linear-gradient(180deg, #030812 0%, #04101f 100%);
    padding-block: 2.6rem;
    position: relative;
}

.landing-webdev .proof-grid {
    gap: 0.95rem;
    position: relative;
    z-index: 1;
}

.landing-webdev .proof-item {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    box-shadow: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.landing-webdev .proof-item:hover {
    transform: translateY(-2px);
    border-color: rgba(147, 197, 253, 0.35);
    background: rgba(255, 255, 255, 0.075);
}

.landing-webdev .proof-value {
    color: #ffffff;
}

.landing-webdev .proof-item p {
    color: #93a2ba;
}

.landing-webdev .proof-note {
    margin-top: 1.05rem;
    max-width: 74ch;
    color: #8391aa;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.landing-webdev .section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 800;
}

.landing-webdev .trusted-projects {
    max-width: 1120px;
    margin: 1.55rem auto 0;
    padding: 1.25rem;
    border: 1px solid #dbe7fb;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.landing-webdev .trusted-projects-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.45rem;
    align-items: start;
    margin-bottom: 1rem;
}

.landing-webdev .trusted-projects-copy .section-kicker {
    grid-row: span 2;
    margin-bottom: 0;
}

.landing-webdev .trusted-projects-copy h2 {
    margin-bottom: 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.015em;
}

.landing-webdev .trusted-projects-copy p {
    max-width: 76ch;
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.landing-webdev .trusted-project-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.landing-webdev .trusted-project-item {
    min-width: 0;
    padding: 0.95rem;
    border: 1px solid #e2ebf7;
    border-radius: 15px;
    background: #f8fbff;
}

.landing-webdev .trusted-project-type {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.76rem;
    font-weight: 750;
}

.landing-webdev .trusted-project-item strong {
    display: block;
    margin-bottom: 0.32rem;
    color: #0f172a;
    font-size: 1rem;
}

.landing-webdev .trusted-project-item strong a {
    color: inherit;
}

.landing-webdev .trusted-project-item strong a:hover {
    color: var(--primary-dark);
}

.landing-webdev .trusted-project-item p {
    margin-bottom: 0;
    color: #475569;
    line-height: 1.48;
    font-size: 0.92rem;
}

.landing-webdev .trusted-project-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid #e2ebf7;
}

.landing-webdev .trusted-project-cta p {
    margin: 0;
    color: #334155;
    font-weight: 650;
}

.landing-webdev .trusted-project-cta a {
    color: var(--primary-color);
    font-weight: 800;
    white-space: nowrap;
}

.landing-webdev .subscription-highlight {
    display: grid;
    grid-template-columns: auto minmax(0, 0.9fr) minmax(0, 1.4fr);
    align-items: center;
    gap: 1rem;
    background: #132238;
    color: #dbeafe;
    border: 1px solid rgba(147, 197, 253, 0.2);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.landing-webdev .highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 13px;
    background: rgba(59,130,246,0.22);
    display: grid;
    place-items: center;
    color: #93c5fd;
    font-size: 1.24rem;
}

.landing-webdev .subscription-highlight h2,
.landing-webdev .subscription-highlight h3,
.landing-webdev .subscription-highlight p,
.landing-webdev .subscription-highlight .service-list li {
    color: inherit;
}

.landing-webdev .subscription-highlight h3 {
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
    line-height: 1.28;
}

.landing-webdev .subscription-highlight p {
    margin-bottom: 0;
    line-height: 1.5;
}

.landing-webdev .subscription-pricing-note {
    margin: 2.5rem auto 0;
}

.landing-webdev .subscription-pricing-note .service-list {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.landing-webdev .service-list li {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    color: #dbeafe;
    line-height: 1.45;
    font-size: 0.92rem;
}

.landing-webdev .service-list li strong {
    color: #ffffff;
}

.landing-webdev .packages {
    background: linear-gradient(180deg, #eff6ff 0%, #f7fbff 24%, #ffffff 100%);
}

.landing-webdev .packages .section-header {
    margin-bottom: 1.4rem;
}

.landing-webdev .packages .billing-toggle {
    display: grid;
    width: fit-content;
    margin: 0 auto 0.65rem;
}

.landing-webdev .billing-helper {
    max-width: 620px;
    margin: 0 auto 1.25rem;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: center;
}

.landing-webdev .package-grid {
    gap: 1rem;
    align-items: stretch;
}

.landing-webdev .package-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #d8e7fb;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.075);
    padding: 1.25rem;
}

.landing-webdev .package-card .package-header {
    padding-bottom: 0.72rem;
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 0.7rem;
}

.landing-webdev .package-card .subtitle {
    line-height: 1.5;
}

.landing-webdev .package-card .price-period {
    min-height: 6.75rem;
}

.landing-webdev .package-features {
    flex: 1;
    margin-bottom: 1.1rem;
}

.landing-webdev .package-card.featured {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(37,99,235,0.16);
    transform: none;
}

.landing-webdev .package-card .popular-badge {
    right: 1rem;
}

.landing-webdev .package-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
    background: #0f172a;
    color: #fff;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.landing-webdev .package-button:hover {
    transform: translateY(-2px);
    background: #1e293b;
}

.landing-webdev .package-card.featured .package-button {
    background: linear-gradient(120deg, #2563eb 0%, #0ea5e9 100%);
}

.landing-webdev .pricing-reassurance {
    background: linear-gradient(125deg, #ffffff 0%, #f3f8ff 100%);
    border-radius: 16px;
}

.landing-webdev .why-code {
    background: linear-gradient(180deg, #122033 0%, #17263b 100%);
    padding-block: clamp(2.8rem, 4.5vw, 3.8rem);
}

.landing-webdev .why-code-content {
    max-width: 1080px;
    margin-inline: auto;
}

.landing-webdev .why-code-text > p {
    max-width: 72ch;
    margin-bottom: 0;
    line-height: 1.58;
}

.landing-webdev .why-code h2,
.landing-webdev .why-code h3,
.landing-webdev .why-code p,
.landing-webdev .why-code strong,
.landing-webdev .why-code li {
    color: #e2e8f0;
}

.landing-webdev .benefits-carousel {
    position: relative;
    margin-top: 1.5rem;
}

.landing-webdev .benefits-stage {
    position: relative;
    height: clamp(300px, 32vw, 340px);
    perspective: 1400px;
}

.landing-webdev .benefit-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    transition: transform 0.55s cubic-bezier(.22,.61,.36,1), opacity 0.5s ease, filter 0.5s ease;
    cursor: pointer;
}

.landing-webdev .benefit-slide-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(59,130,246,0.28);
    display: grid;
    place-items: center;
    color: #bfdbfe;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.landing-webdev .benefit-slide h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.landing-webdev .benefit-slide p {
    margin: 0;
    line-height: 1.55;
    font-size: 0.92rem;
}

.landing-webdev .benefit-slide[data-pos="0"] {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 4;
    filter: none;
    cursor: default;
}

.landing-webdev .benefit-slide[data-pos="1"] {
    transform: translate(calc(-50% + 225px), -50%) translateZ(-140px) rotateY(-28deg) scale(0.8);
    opacity: 0.5;
    z-index: 3;
    filter: brightness(0.6);
}

.landing-webdev .benefit-slide[data-pos="3"] {
    transform: translate(calc(-50% - 225px), -50%) translateZ(-140px) rotateY(28deg) scale(0.8);
    opacity: 0.5;
    z-index: 3;
    filter: brightness(0.6);
}

.landing-webdev .benefit-slide[data-pos="2"] {
    transform: translate(-50%, -50%) translateZ(-300px) scale(0.6);
    opacity: 0;
    z-index: 1;
    filter: brightness(0.4);
    pointer-events: none;
}

.landing-webdev .benefits-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 1.5rem;
}

.landing-webdev .carousel-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(148,163,184,0.3);
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.landing-webdev .carousel-arrow:hover {
    background: rgba(59,130,246,0.28);
    border-color: rgba(147,197,253,0.5);
}

.landing-webdev .carousel-arrow:active {
    transform: scale(0.92);
}

.landing-webdev .carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.landing-webdev .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(148,163,184,0.4);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.landing-webdev .carousel-dot.is-active {
    background: #60a5fa;
    transform: scale(1.3);
}

.landing-webdev .why-code .cta-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 1.35rem;
}

.landing-webdev .process {
    background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.landing-webdev .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    max-width: 760px;
    margin: 0 auto;
}

.landing-webdev .timeline-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25.5px;
    width: 3px;
    background: #dce8fb;
    border-radius: 999px;
    overflow: hidden;
}

.landing-webdev .timeline-track-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, #2563eb, #0ea5e9);
    border-radius: 999px;
    transition: height 0.15s linear;
}

.landing-webdev .timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    transition-delay: var(--delay, 0ms);
}

.landing-webdev .timeline-content {
    flex: 1;
    background: #fff;
    border: 1px solid #dce8fb;
    border-radius: 16px;
    padding: 1.1rem 1.25rem;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.landing-webdev .timeline-content p {
    line-height: 1.58;
}

.landing-webdev .timeline-marker {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #eef4ff;
    border: 2px solid #dce8fb;
    color: #2563eb;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.1rem;
    transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.landing-webdev .timeline-item.is-active .timeline-marker {
    background: linear-gradient(120deg, #2563eb, #0ea5e9);
    border-color: transparent;
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.landing-webdev .timeline-item.is-active .timeline-content {
    border-color: #bfdbfe;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.14);
}

.landing-webdev .comparison {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    padding-bottom: clamp(2rem, 3vw, 2.6rem);
}

.landing-webdev .comparison .section-header {
    margin-bottom: 1.35rem;
}

.landing-webdev .table-responsive {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dce8fb;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.landing-webdev .comparison-table th,
.landing-webdev .comparison-table td {
    padding: 0.82rem 0.9rem;
}

.landing-webdev .comparison-table th {
    background: #17263b;
    color: #f8fafc;
}

.landing-webdev .comparison-table .highlight-col {
    background: #e7f0ff;
    color: #0f172a;
}

.landing-webdev .comparison-table tr:nth-child(even) td {
    background: #f8fbff;
}

.landing-webdev .comparison-table tr:nth-child(even) td.highlight-col {
    background: #dbeafe;
}

.landing-webdev .client-references {
    background: linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
    padding-block: 0 clamp(2.6rem, 4vw, 3.6rem);
}

.landing-webdev .client-references .trusted-projects {
    margin-top: 0;
}

.landing-webdev .faq {
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
    padding-block: clamp(2.8rem, 4.4vw, 3.8rem);
}

.landing-webdev .landing-contact {
    padding-block: clamp(2.9rem, 4.5vw, 4rem);
}

.landing-webdev .landing-contact .section-header {
    margin-bottom: 1.35rem;
}

.landing-webdev .form-privacy {
    margin: 0.55rem 0 0.9rem;
}

.landing-webdev .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid #dbe7fb;
    border-radius: 12px;
    background: #f8fbff;
    line-height: 1.45;
}

.landing-webdev .checkbox-container input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.landing-webdev .faq-container {
    display: grid;
    gap: 0.72rem;
}

.landing-webdev .faq-item {
    border: 1px solid #d5e3f8;
    border-radius: 14px;
    background: #fff;
    padding: 0.1rem 0.95rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.landing-webdev .faq-item summary {
    padding: 0.95rem 0.2rem;
    font-weight: 600;
}

.landing-webdev .final-cta {
    background: radial-gradient(1000px 420px at 50% -10%, rgba(56,189,248,0.35), rgba(30,41,59,0.92)), #0f172a;
    padding: clamp(4.2rem, 6vw, 5.2rem) 1.5rem;
}

.landing-webdev .final-cta .container {
    max-width: 1040px;
}

.landing-webdev .cta-box {
    border: 1px solid rgba(148,163,184,0.35);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    max-width: 960px;
    margin-inline: auto;
    padding: clamp(2.25rem, 4.2vw, 3.4rem) clamp(1.5rem, 5vw, 4.5rem);
    text-align: center;
    box-shadow: 0 24px 60px rgba(8, 13, 24, 0.18);
}

.landing-webdev .cta-box h2,
.landing-webdev .cta-box p {
    color: #f8fafc;
}

.landing-webdev .cta-box h2 {
    max-width: 22ch;
    margin: 0 auto 0.9rem;
    line-height: 1.16;
    text-wrap: balance;
}

.landing-webdev .cta-box p {
    max-width: 58ch;
    margin: 0 auto 2rem;
    line-height: 1.55;
}

.mobile-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 950;
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 999px;
    background: linear-gradient(120deg, #2563eb 0%, #0ea5e9 100%);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.26);
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
}

.mobile-sticky-cta:hover {
    color: #ffffff;
}

.mobile-sticky-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 768px) {
    .landing-webdev,
    body.landing-webdev,
    .landing-webdev main,
    .landing-webdev section {
        overflow-x: hidden;
    }

    .landing-webdev .container {
        padding-inline: 1rem;
    }

    .landing-webdev .web-hero {
        min-height: auto;
        padding-block: 4.2rem 2.4rem;
    }

    .landing-webdev .web-hero h1 {
        font-size: clamp(1.92rem, 8.9vw, 2.3rem);
        max-width: 16ch;
        line-height: 1.1;
        margin-bottom: 0.7rem;
    }

    .landing-webdev .web-hero .hero-text {
        font-size: 0.98rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        max-width: 36ch;
    }

    .landing-webdev .web-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 0.85rem;
    }

    .landing-webdev .web-hero .hero-buttons .cta-button.secondary {
        font-size: 0.95rem;
        min-height: 44px;
        background: transparent;
    }

    .landing-webdev .web-hero .hero-features-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 0.35rem;
    }

    .landing-webdev .web-hero .hero-features-row .feature-pill:nth-child(3) {
        display: inline-flex;
    }

    .landing-webdev .proof-strip {
        padding-block: 2rem;
    }

    .landing-webdev .proof-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .landing-webdev .proof-note {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-top: 0.75rem;
    }

    .landing-webdev .proof-note a {
        display: block;
        margin: 0.45rem 0 0;
    }

    .landing-webdev .trusted-projects {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 18px;
    }

    .landing-webdev .trusted-projects-copy {
        grid-template-columns: 1fr;
    }

    .landing-webdev .trusted-project-list {
        grid-template-columns: 1fr;
    }

    .landing-webdev .trusted-project-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-webdev .billing-toggle {
        display: grid;
        grid-template-columns: max-content auto max-content;
        align-items: center;
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        gap: 0.45rem;
        padding: 0.42rem 0.48rem;
    }

    .landing-webdev .billing-label {
        font-size: 0.84rem;
        white-space: nowrap;
    }

    .landing-webdev .billing-label-monthly {
        justify-content: flex-end;
        text-align: right;
    }

    .landing-webdev .billing-label-yearly {
        justify-content: flex-start;
        text-align: left;
    }

    .landing-webdev .discount-badge {
        margin-left: 0.32rem;
        font-size: 0.64rem;
        padding: 0.16rem 0.34rem;
    }

    .landing-webdev .billing-helper {
        margin: 0 auto 1rem;
        max-width: 32ch;
        font-size: 0.85rem;
    }

    .landing-webdev .subscription-highlight {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1.1rem 1rem;
    }

    .landing-webdev .subscription-pricing-note .service-list {
        gap: 0.5rem;
    }

    .landing-webdev .packages .section-subtitle,
    .landing-webdev .process .section-subtitle,
    .landing-webdev .faq .section-subtitle {
        max-width: 32ch;
        margin-inline: auto;
        line-height: 1.5;
    }

    .landing-webdev .package-grid {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .landing-webdev .benefits-stage {
        height: clamp(260px, 78vw, 300px);
    }

    .landing-webdev .benefit-slide {
        width: min(200px, 62vw);
        padding: 1.4rem 1.1rem;
    }

    .landing-webdev .benefit-slide-icon {
        width: 52px;
        height: 52px;
        font-size: 1.25rem;
    }

    .landing-webdev .benefit-slide[data-pos="1"] {
        transform: translate(calc(-50% + 118px), -50%) translateZ(-110px) rotateY(-28deg) scale(0.78);
    }

    .landing-webdev .benefit-slide[data-pos="3"] {
        transform: translate(calc(-50% - 118px), -50%) translateZ(-110px) rotateY(28deg) scale(0.78);
    }

    .landing-webdev .timeline {
        gap: 1.4rem;
    }

    .landing-webdev .timeline-track {
        left: 21.5px;
    }

    .landing-webdev .timeline-item {
        gap: 1rem;
    }

    .landing-webdev .timeline-marker {
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }

    .landing-webdev .timeline-content {
        padding: 1rem;
    }

    .landing-webdev .package-card {
        padding: 1rem;
    }

    .landing-webdev .package-features li {
        padding-block: 0.48rem;
    }

    .landing-webdev .package-features li.package-feature-secondary,
    .landing-webdev .package-features li.disabled {
        font-size: 0.9rem;
        color: #7890ad;
    }

    .landing-webdev .package-card + .package-card {
        margin-top: 0.2rem;
    }

    .landing-webdev .package-card .popular-badge {
        position: static;
        display: inline-flex;
        margin: 0 auto 0.75rem;
        transform: none;
    }

    .landing-webdev .table-responsive {
        box-shadow: none;
        border: 1px solid #dce8fb;
    }

    .landing-webdev .comparison-table {
        table-layout: fixed;
    }

    .landing-webdev .comparison-table th,
    .landing-webdev .comparison-table td {
        font-size: 0.84rem;
        padding: 0.65rem 0.55rem;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .landing-webdev .comparison-table .highlight-col {
        color: #1e293b;
        background: #e9f1fc;
    }

    .landing-webdev .comparison-table th.highlight-col {
        color: #f8fafc;
        background: #0f172a;
    }

    .landing-webdev .faq-item {
        padding-inline: 0.72rem;
    }

    .landing-webdev .faq-item summary {
        font-size: 0.97rem;
        line-height: 1.4;
    }

    .landing-webdev .cta-box {
        border-radius: 16px;
        padding: 2rem 1.15rem;
    }

    .landing-webdev .cta-box h2 {
        font-size: 1.55rem;
    }

    .landing-webdev .cta-box p {
        margin-bottom: 1.35rem;
    }

    .landing-webdev .final-cta .cta-button.white,
    .landing-webdev .cta-phone-link {
        width: 100%;
        justify-content: center;
    }

    .landing-webdev .why-code .cta-container {
        text-align: center;
        padding-bottom: 0.9rem;
    }

    .landing-webdev .why-code .cta-container .cta-button {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
    }

    .mobile-sticky-cta {
        display: flex;
        transition: opacity 0.24s ease, transform 0.24s ease;
    }

    body.landing-webdev .chat-widget-button {
        display: none;
    }

    body.landing-webdev .footer {
        padding-top: 2.4rem;
        padding-bottom: 0.85rem;
    }

    body.landing-webdev .footer-content {
        gap: 1.55rem;
        margin-bottom: 1.6rem;
    }

    body.landing-webdev .footer-logo-img,
    body.landing-webdev .footer-tagline,
    body.landing-webdev .footer-brand p,
    body.landing-webdev .footer h3,
    body.landing-webdev .footer h4 {
        margin-bottom: 0.75rem;
    }

    body.landing-webdev .footer-links {
        gap: 0.55rem;
    }

    body.landing-webdev .footer-bottom {
        padding-top: 1rem;
    }
}

@media (max-width: 430px) {
    .landing-webdev .section-header h2 {
        font-size: 1.55rem;
        line-height: 1.2;
    }
}

/* About page premium refresh */
.about-page {
    --about-ink: #0f172a;
    --about-muted: #475569;
    --about-soft: #f5f9ff;
    --about-line: #dbe7fb;
    --about-card: #ffffff;
    background: #ffffff;
}

.about-page #hero,
.about-page #vizija,
.about-page #vrednote,
.about-page #tehnologija,
.about-page #reference,
.about-page #kontakt {
    scroll-margin-top: calc(var(--header-height) + 18px);
}

.about-page .section-padding {
    padding-block: clamp(3.2rem, 5vw, 4.6rem);
}

.about-page .section-header {
    max-width: 760px;
    margin: 0 auto clamp(1.8rem, 3vw, 2.4rem);
}

.about-page .section-header h2 {
    color: var(--about-ink);
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.about-page .section-subtitle {
    color: var(--about-muted);
    font-size: 1.05rem;
    line-height: 1.62;
    margin: 0 auto;
}

.about-page .badge,
.about-page .section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 0.85rem;
    padding: 0.36rem 0.78rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about-page .about-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 4.2rem) 1.5rem 3.2rem;
    background:
        radial-gradient(1100px 460px at 50% -160px, rgba(79,134,247,0.22), transparent 70%),
        linear-gradient(180deg, #f9fbff 0%, #edf5ff 58%, #ffffff 100%);
}

.about-page .about-hero .hero-content {
    max-width: 860px;
    position: relative;
}

.about-page .about-hero h1 {
    max-width: 18ch;
    margin: 0 auto 1rem;
    color: var(--about-ink);
    font-size: clamp(2.3rem, 4.7vw, 3.7rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.about-page .about-hero .hero-text {
    max-width: 62ch;
    margin: 0 auto 1.5rem;
    color: #334155;
    font-size: clamp(1.04rem, 1.55vw, 1.24rem);
    line-height: 1.58;
}

.about-page .about-hero .hero-buttons {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.about-page .about-hero .cta-button {
    min-height: 48px;
    padding: 0.78rem 1.35rem;
    border-radius: 999px;
    font-weight: 750;
}

.about-page .about-hero .cta-button.secondary {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--about-ink);
}

.about-page .about-hero .hero-features-row {
    gap: 0.62rem;
}

.about-page .about-hero .feature-pill {
    border: 1px solid #d8e5f7;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: #334155;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.055);
}

.about-page .about-hero .feature-pill i {
    color: var(--primary-color);
}

.about-page .about-proof-strip {
    padding: 1.2rem 1.5rem 3rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.about-page .about-proof-strip .proof-grid {
    max-width: 1050px;
    gap: 0.9rem;
}

.about-page .about-proof-strip .proof-item {
    border: 1px solid var(--about-line);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.about-page .about-proof-strip .proof-value {
    color: var(--about-ink);
}

.about-page .vision-section {
    background: #ffffff;
}

.about-page .about-split {
    max-width: 1120px;
    margin: 0 auto;
    gap: clamp(2rem, 5vw, 4rem);
}

.about-page .split-content h2 {
    color: var(--about-ink);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

.about-page .split-content p {
    max-width: 64ch;
    color: var(--about-muted);
    line-height: 1.66;
    margin-bottom: 1rem;
}

.about-page .split-content strong {
    color: var(--about-ink);
}

.about-page .signature-block {
    margin-top: 1.5rem;
    padding: 1.1rem 1.15rem;
    border: 1px solid var(--about-line);
    border-radius: 16px;
    background: linear-gradient(125deg, #f8fbff 0%, #eef5ff 100%);
}

.about-page .signature-block .quote {
    margin: 0 0 0.6rem;
    color: var(--about-ink);
    font-weight: 650;
    line-height: 1.55;
}

.about-page .signature-block .author {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 700;
}

.about-page .split-image-about {
    align-self: stretch;
}

.about-page .about-dashboard {
    width: 100%;
    max-width: 480px;
    border: 1px solid var(--about-line);
    border-radius: 26px;
    background:
        radial-gradient(520px 260px at 100% 0%, rgba(79,134,247,0.18), transparent 68%),
        linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    padding: clamp(1.15rem, 2.4vw, 1.6rem);
}

.about-page .about-dashboard-header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 750;
}

.about-page .dashboard-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.about-page .about-dashboard-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
    padding: 1.1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(219, 231, 251, 0.92);
}

.about-page .dashboard-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #ffffff;
    font-size: 1.25rem;
}

.about-page .about-dashboard-main strong {
    display: block;
    color: var(--about-ink);
    font-size: 1.04rem;
    line-height: 1.34;
    margin-bottom: 0.35rem;
}

.about-page .about-dashboard-main p {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.5;
    font-size: 0.94rem;
}

.about-page .about-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.about-page .about-stat-card {
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e1eaf7;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.055);
}

.about-page .about-stat-card strong {
    display: block;
    margin-bottom: 0.22rem;
    color: var(--about-ink);
    font-size: clamp(1.25rem, 2.8vw, 1.75rem);
    line-height: 1;
}

.about-page .about-stat-card span {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.35;
}

.about-page .values-section {
    background: linear-gradient(180deg, #f5f9ff 0%, #eef5ff 100%);
}

.about-page .values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-page .value-card {
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid var(--about-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.075);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-page .value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.11);
}

.about-page .value-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #eaf2ff;
    color: var(--primary-dark);
    font-size: 1.08rem;
}

.about-page .value-card h3 {
    color: var(--about-ink);
    font-size: 1.05rem;
    margin-bottom: 0.55rem;
}

.about-page .value-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.about-page .tech-difference {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.about-page .tech-stats-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 0 auto 1.2rem;
    max-width: 1120px;
}

.about-page .tech-stat {
    min-width: 0;
    padding: 1.15rem 1rem;
    border: 1px solid var(--about-line);
    border-radius: 17px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.065);
}

.about-page .tech-stat .count {
    display: block;
    color: var(--about-ink);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.about-page .tech-stat .label {
    display: block;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.35;
}

.about-page .tech-expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 1120px;
    margin: 0 auto;
}

.about-page .expertise-item {
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid var(--about-line);
    border-radius: 17px;
    background: #f8fbff;
}

.about-page .expertise-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    border-radius: 12px;
    background: #eaf2ff;
    color: var(--primary-dark);
}

.about-page .expertise-item h4 {
    color: var(--about-ink);
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.about-page .expertise-item p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.about-page .about-references {
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
    padding-top: clamp(2.8rem, 4vw, 3.8rem);
}

.about-page .trusted-projects {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.25rem;
    border: 1px solid var(--about-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.075);
}

.about-page .trusted-projects-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.45rem;
    align-items: start;
    margin-bottom: 1rem;
}

.about-page .trusted-projects-copy .section-kicker {
    grid-row: span 2;
    margin-bottom: 0;
}

.about-page .trusted-projects-copy h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.015em;
}

.about-page .trusted-projects-copy p {
    max-width: 76ch;
    margin: 0;
    color: var(--about-muted);
    line-height: 1.55;
}

.about-page .trusted-project-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.about-page .trusted-project-item {
    min-width: 0;
    padding: 0.98rem;
    border: 1px solid #e2ebf7;
    border-radius: 15px;
    background: #f8fbff;
}

.about-page .trusted-project-type {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.76rem;
    font-weight: 750;
}

.about-page .trusted-project-item strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--about-ink);
    font-size: 1rem;
}

.about-page .trusted-project-item strong a {
    color: inherit;
}

.about-page .trusted-project-item strong a:hover {
    color: var(--primary-dark);
}

.about-page .trusted-project-item p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.92rem;
    line-height: 1.48;
}

.about-page .trusted-project-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid #e2ebf7;
}

.about-page .trusted-project-cta p {
    margin: 0;
    color: #334155;
    font-weight: 650;
}

.about-page .trusted-project-cta a {
    color: var(--primary-color);
    font-weight: 800;
    white-space: nowrap;
}

.about-page .about-final-cta {
    background: radial-gradient(1000px 420px at 50% -10%, rgba(56,189,248,0.35), rgba(30,41,59,0.92)), #0f172a;
    padding: clamp(4rem, 6vw, 5.2rem) 1.5rem;
}

.about-page .about-final-cta .container {
    max-width: 1040px;
}

.about-page .about-final-cta .cta-box {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(2.2rem, 4.2vw, 3.4rem) clamp(1.5rem, 5vw, 4.5rem);
    border: 1px solid rgba(148,163,184,0.35);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.45);
    box-shadow: 0 24px 60px rgba(8, 13, 24, 0.18);
    backdrop-filter: blur(4px);
}

.about-page .about-final-cta .section-kicker {
    background: rgba(147, 197, 253, 0.15);
    color: #bfdbfe;
}

.about-page .about-final-cta .cta-box h2 {
    max-width: 24ch;
    margin: 0 auto 0.9rem;
    color: #f8fafc;
    font-size: clamp(1.9rem, 3.6vw, 2.85rem);
    line-height: 1.14;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.about-page .about-final-cta .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.8rem;
    color: #dbeafe;
    line-height: 1.58;
}

.about-page .about-final-cta .cta-actions {
    gap: 0.85rem 1rem;
}

.about-page .about-final-cta .cta-button.white {
    min-width: 220px;
    min-height: 54px;
    border-radius: 999px;
    color: #1d4ed8;
}

.about-page .cta-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: #e2e8f0;
    font-weight: 650;
    white-space: nowrap;
}

.about-page .cta-phone-link:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .about-page .values-grid,
    .about-page .tech-stats-container,
    .about-page .tech-expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-page,
    body.about-page,
    .about-page main,
    .about-page section {
        overflow-x: hidden;
    }

    .about-page .container {
        padding-inline: 1rem;
    }

    .about-page .section-padding {
        padding-block: 2.75rem;
    }

    .about-page .about-hero {
        padding-block: calc(var(--header-height) + 2.25rem) 2.2rem;
    }

    .about-page .about-hero h1 {
        max-width: 15ch;
        font-size: clamp(2rem, 9.2vw, 2.55rem);
        line-height: 1.08;
    }

    .about-page .about-hero .hero-text {
        max-width: 34ch;
        font-size: 0.98rem;
        line-height: 1.52;
        margin-bottom: 1rem;
    }

    .about-page .about-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 0.9rem;
    }

    .about-page .about-hero .hero-buttons .cta-button {
        width: 100%;
    }

    .about-page .about-hero .hero-features-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 0.35rem;
    }

    .about-page .about-hero .feature-pill {
        justify-content: center;
        width: 100%;
    }

    .about-page .about-proof-strip {
        padding-top: 1rem;
        padding-bottom: 2.35rem;
    }

    .about-page .about-proof-strip .proof-grid,
    .about-page .values-grid,
    .about-page .tech-stats-container,
    .about-page .tech-expertise-grid,
    .about-page .trusted-project-list {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .about-page .about-split {
        gap: 1.6rem;
    }

    .about-page .split-content h2,
    .about-page .section-header h2 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .about-page .split-content p,
    .about-page .section-subtitle {
        font-size: 0.97rem;
        line-height: 1.56;
    }

    .about-page .signature-block {
        padding: 1rem;
    }

    .about-page .about-dashboard {
        max-width: none;
        border-radius: 20px;
        padding: 1rem;
    }

    .about-page .about-dashboard-main {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1rem;
    }

    .about-page .about-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .about-page .about-stat-card {
        padding: 0.85rem;
    }

    .about-page .value-card,
    .about-page .tech-stat,
    .about-page .expertise-item {
        padding: 1rem;
        border-radius: 16px;
    }

    .about-page .trusted-projects {
        padding: 1rem;
        border-radius: 18px;
    }

    .about-page .trusted-projects-copy {
        grid-template-columns: 1fr;
    }

    .about-page .trusted-project-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-page .about-final-cta {
        padding: 3rem 1rem;
    }

    .about-page .about-final-cta .cta-box {
        border-radius: 18px;
        padding: 2rem 1.15rem;
    }

    .about-page .about-final-cta .cta-box h2 {
        font-size: 1.55rem;
    }

    .about-page .about-final-cta .cta-box p {
        margin-bottom: 1.35rem;
        font-size: 0.98rem;
    }

    .about-page .about-final-cta .cta-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .about-page .about-final-cta .cta-button.white,
    .about-page .cta-phone-link {
        width: 100%;
        justify-content: center;
    }

    body.about-page .chat-widget-button {
        display: none;
    }
}

@media (max-width: 430px) {
    .about-page .hero-badge {
        font-size: 0.74rem;
        padding: 0.32rem 0.58rem;
    }

    .about-page .about-stat-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Landing: razvoj-aplikacij premium refresh ===== */
.landing-appdev {
    scroll-padding-top: 108px;
    --app-ink: #0f172a;
    --app-muted: #475569;
    --app-line: #dbe7fb;
    --app-soft: #f6faff;
}

.landing-appdev #hero,
.landing-appdev #dokazi,
.landing-appdev #zakaj-mi,
.landing-appdev #resitve,
.landing-appdev #tehnologija,
.landing-appdev #pristopi,
.landing-appdev #process,
.landing-appdev #primer,
.landing-appdev #comparison,
.landing-appdev #faq,
.landing-appdev #povprasevanje,
.landing-appdev #final-cta {
    scroll-margin-top: calc(var(--header-height) + 18px);
}

.landing-appdev .section-padding {
    padding-block: clamp(3rem, 4.8vw, 4.4rem);
}

.landing-appdev .section-header {
    max-width: 780px;
    margin: 0 auto 1.55rem;
}

.landing-appdev .section-header h2 {
    color: var(--app-ink);
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.landing-appdev .section-subtitle {
    color: var(--app-muted);
    line-height: 1.58;
    margin: 0 auto;
}

.landing-appdev .section-kicker,
.landing-appdev .case-badge,
.landing-appdev .approach-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
}

.landing-appdev .app-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 4rem) 1.5rem 3.5rem;
    text-align: left;
    background:
        radial-gradient(900px 420px at 85% 6%, rgba(56,189,248,0.28), transparent 64%),
        radial-gradient(760px 380px at 12% 20%, rgba(79,134,247,0.18), transparent 66%),
        linear-gradient(180deg, #0f172a 0%, #111f38 55%, #142544 100%);
}

.landing-appdev .app-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.landing-appdev .app-hero-copy {
    max-width: 720px;
    margin: 0;
}

.landing-appdev .hero h1,
.landing-appdev .hero .hero-text,
.landing-appdev .hero-badge {
    color: #f8fafc;
}

.landing-appdev .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 4.8vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.landing-appdev .hero .text-highlight {
    color: #7dd3fc;
}

.landing-appdev .hero-text {
    max-width: 58ch;
    margin-bottom: 1.35rem;
    color: #dbeafe;
    line-height: 1.58;
}

.landing-appdev .hero-badge {
    border: 1px solid rgba(191,219,254,0.36);
    background: rgba(15,23,42,0.48);
    backdrop-filter: blur(4px);
}

.landing-appdev .hero-buttons {
    justify-content: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.landing-appdev .hero-buttons .cta-button {
    min-height: 50px;
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 750;
}

.landing-appdev .hero-buttons .cta-button.secondary {
    color: #0f172a;
}

.landing-appdev .hero-features-row {
    justify-content: flex-start;
    gap: 0.6rem;
}

.landing-appdev .hero-features-row .feature-pill {
    border: 1px solid rgba(148,163,184,0.3);
    border-radius: 999px;
    background: rgba(148,163,184,0.13);
    color: #e2e8f0;
}

.landing-appdev .hero-features-row .feature-pill i {
    color: #fb923c;
}

.landing-appdev .app-hero-visual {
    min-width: 0;
}

.landing-appdev .app-dashboard-card {
    padding: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.62);
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.35);
    backdrop-filter: blur(10px);
}

.landing-appdev .app-dashboard-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: #bfdbfe;
    font-size: 0.85rem;
    font-weight: 750;
}

.landing-appdev .dashboard-status {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.landing-appdev .dashboard-metric-row,
.landing-appdev .dashboard-flow {
    display: grid;
    gap: 0.75rem;
}

.landing-appdev .dashboard-metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0.8rem;
}

.landing-appdev .dashboard-metric,
.landing-appdev .dashboard-flow {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.065);
}

.landing-appdev .dashboard-metric {
    padding: 1rem;
}

.landing-appdev .dashboard-metric strong {
    display: block;
    color: #f8fafc;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.landing-appdev .dashboard-metric span {
    color: #cbd5e1;
}

.landing-appdev .dashboard-flow {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    padding: 0.9rem;
    color: #e2e8f0;
    font-size: 0.9rem;
    text-align: center;
}

.landing-appdev .dashboard-flow i {
    color: #38bdf8;
}

.landing-appdev .dashboard-bars {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.landing-appdev .dashboard-bars span {
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56,189,248,0.9), rgba(96,165,250,0.22));
}

.landing-appdev .dashboard-bars span:nth-child(2) { width: 78%; }
.landing-appdev .dashboard-bars span:nth-child(3) { width: 55%; }

.landing-appdev .fade-in-up {
    opacity: 1;
    transform: none;
}

.landing-appdev .app-proof-strip {
    background: #0b1324;
    padding: 1.2rem 1.5rem 2.3rem;
}

.landing-appdev .app-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-appdev .app-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148,163,184,0.24);
    border-radius: 15px;
    background: rgba(15,23,42,0.88);
}

.landing-appdev .app-proof-card strong {
    display: block;
    margin-bottom: 0.32rem;
    color: #f8fafc;
}

.landing-appdev .app-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
}

.landing-appdev .problem-solution,
.landing-appdev .tech-deep-dive,
.landing-appdev .case-study,
.landing-appdev .landing-contact {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.landing-appdev .services-hub,
.landing-appdev .app-project-approaches,
.landing-appdev .faq {
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.landing-appdev .process,
.landing-appdev .comparison {
    background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.landing-appdev .app-project-approaches {
    padding-bottom: clamp(2.5rem, 4vw, 3.35rem);
}

.landing-appdev .process {
    padding-top: clamp(2.5rem, 4vw, 3.35rem);
}

.landing-appdev .app-benefit-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-appdev .app-benefit-copy,
.landing-appdev .app-benefit-card,
.landing-appdev .service-card-main,
.landing-appdev .tech-category,
.landing-appdev .app-approach-card,
.landing-appdev .timeline-item,
.landing-appdev .faq-item {
    border: 1px solid var(--app-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.landing-appdev .app-benefit-copy {
    padding: 1.25rem;
}

.landing-appdev .app-benefit-copy h2 {
    color: var(--app-ink);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.landing-appdev .app-benefit-copy p,
.landing-appdev .app-benefit-card p,
.landing-appdev .service-card-main p,
.landing-appdev .tech-category p,
.landing-appdev .timeline-content p,
.landing-appdev .case-content p,
.landing-appdev .faq-answer p {
    color: var(--app-muted);
    line-height: 1.56;
}

.landing-appdev .app-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-appdev .app-benefit-card {
    display: block;
    padding: 1rem;
}

.landing-appdev .app-benefit-card strong {
    display: block;
    color: var(--app-ink);
    margin-bottom: 0.28rem;
}

.landing-appdev .app-benefit-card p {
    margin: 0;
    font-size: 0.94rem;
}

.landing-appdev .benefit-icon-small {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #eaf2ff;
    color: #1d4ed8;
    margin-bottom: 0.75rem;
}

.landing-appdev .app-solution-grid,
.landing-appdev .tech-categories,
.landing-appdev .app-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
}

.landing-appdev .service-card-main,
.landing-appdev .tech-category,
.landing-appdev .app-approach-card {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-appdev .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    margin-bottom: 0.9rem;
}

.landing-appdev .service-card-main h3,
.landing-appdev .tech-category h3,
.landing-appdev .app-approach-card h3,
.landing-appdev .timeline-content h3,
.landing-appdev .case-content h3 {
    color: var(--app-ink);
    line-height: 1.18;
}

.landing-appdev .service-card-main p,
.landing-appdev .tech-category p,
.landing-appdev .app-approach-card p {
    font-size: 0.94rem;
}

.landing-appdev .service-card-main .text-link {
    margin-top: auto;
    color: #1d4ed8;
    font-weight: 800;
}

.landing-appdev .tech-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.75rem 0 0.8rem;
}

.landing-appdev .tech-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.34rem 0.58rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1e40af;
    font-size: 0.8rem;
    font-weight: 750;
}

.landing-appdev .app-approach-card {
    display: flex;
    flex-direction: column;
}

.landing-appdev .app-approach-card.featured {
    border-color: #60a5fa;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}

.landing-appdev .app-approach-card .package-button {
    margin-top: auto;
    border-radius: 12px;
    min-height: 46px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #0f172a;
    box-shadow: none;
}

.landing-appdev .app-approach-card .package-button:hover {
    border-color: #bfdbfe;
    background: #dbeafe;
    color: #1d4ed8;
}

.landing-appdev .app-approach-card.featured .package-button {
    border-color: transparent;
    background: var(--gradient-primary);
    color: #ffffff;
    box-shadow: var(--shadow-blue);
}

.landing-appdev .timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-appdev .timeline-item {
    padding: 1rem;
}

.landing-appdev .timeline-marker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    color: #fff;
    background: linear-gradient(120deg, #2563eb, #0ea5e9);
    font-weight: 800;
}

.landing-appdev .case-study-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.1rem;
    align-items: stretch;
    padding: 1.25rem;
    border: 1px solid var(--app-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.landing-appdev .case-badge {
    margin-bottom: 0.75rem;
}

.landing-appdev .case-content p {
    margin-bottom: 0.72rem;
}

.landing-appdev .text-link-white {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1d4ed8;
    font-weight: 800;
}

.landing-appdev .case-visual {
    min-height: 220px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #1e3a8a, #0ea5e9);
    color: #fff;
}

.landing-appdev .case-visual .large-icon {
    font-size: clamp(3rem, 6vw, 4.3rem);
}

.landing-appdev .table-responsive {
    border: 1px solid var(--app-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.landing-appdev .comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.landing-appdev .comparison-table th,
.landing-appdev .comparison-table td {
    padding: 0.82rem 0.9rem;
    border: 1px solid #e2e8f0;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
}

.landing-appdev .comparison-table th {
    background: #17263b;
    color: #f8fafc;
}

.landing-appdev .comparison-table tbody th {
    background: #f8fbff;
    color: var(--app-ink);
    font-weight: 800;
}

.landing-appdev .comparison-table td {
    background: #ffffff;
    color: #334155;
}

.landing-appdev .comparison-table .highlight-col {
    background: #e7f0ff;
    color: #0f172a;
}

.landing-appdev .faq {
    padding-bottom: clamp(2.5rem, 4vw, 3.6rem);
}

.landing-appdev .faq-container {
    display: grid;
    gap: 0.72rem;
}

.landing-appdev .faq-item {
    padding: 0.1rem 0.95rem;
}

.landing-appdev .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--app-ink);
    font-weight: 650;
    line-height: 1.45;
}

.landing-appdev .faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-appdev .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-appdev .faq-item[open] summary::after {
    transform: rotate(225deg);
}

.landing-appdev .faq-answer p {
    margin: 0 0 0.9rem;
}

.landing-appdev .landing-contact .section-header {
    margin-bottom: 1.35rem;
}

.landing-appdev .form-privacy {
    margin: 0.55rem 0 0.9rem;
}

.landing-appdev .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--app-line);
    border-radius: 12px;
    background: #f8fbff;
    line-height: 1.45;
}

.landing-appdev .checkbox-container input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.landing-appdev .final-cta {
    background: radial-gradient(1000px 420px at 50% -10%, rgba(56,189,248,0.35), rgba(30,41,59,0.92)), #0f172a;
    padding: clamp(4.2rem, 6vw, 5.2rem) 1.5rem;
}

.landing-appdev .final-cta .container {
    max-width: 1040px;
}

.landing-appdev .cta-box {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(2.25rem, 4.2vw, 3.4rem) clamp(1.5rem, 5vw, 4.5rem);
    border: 1px solid rgba(148,163,184,0.35);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    box-shadow: 0 24px 60px rgba(8, 13, 24, 0.18);
    text-align: center;
}

.landing-appdev .cta-box h2,
.landing-appdev .cta-box p {
    color: #f8fafc;
}

.landing-appdev .cta-box h2 {
    max-width: 24ch;
    margin: 0 auto 0.9rem;
    line-height: 1.16;
    text-wrap: balance;
}

.landing-appdev .cta-box p {
    max-width: 62ch;
    margin: 0 auto 1.8rem;
    line-height: 1.55;
}

.landing-appdev .final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem 1rem;
}

.landing-appdev .cta-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: #e2e8f0;
    font-weight: 650;
    white-space: nowrap;
}

.landing-appdev .cta-phone-link:hover {
    color: #ffffff;
}

@media (max-width: 1100px) {
    .landing-appdev .app-solution-grid,
    .landing-appdev .tech-categories,
    .landing-appdev .app-approach-grid,
    .landing-appdev .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .landing-appdev .app-hero-inner,
    .landing-appdev .app-benefit-layout,
    .landing-appdev .case-study-box {
        grid-template-columns: 1fr;
    }

    .landing-appdev .app-hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .landing-appdev .hero-buttons,
    .landing-appdev .hero-features-row {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .landing-appdev,
    .landing-appdev main,
    .landing-appdev section {
        overflow-x: hidden;
    }

    .landing-appdev .container {
        padding-inline: 1rem;
    }

    .landing-appdev .section-padding {
        padding-block: 2.75rem;
    }

    .landing-appdev .section-header {
        margin-bottom: 1.1rem;
    }

    .landing-appdev .section-header h2 {
        font-size: clamp(1.55rem, 7.2vw, 2rem);
        line-height: 1.16;
    }

    .landing-appdev .section-subtitle {
        max-width: 33ch;
        font-size: 0.96rem;
        line-height: 1.5;
    }

    body.landing-appdev .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-appdev .mobile-sticky-cta.is-visible {
        transform: translateY(0);
    }

    .landing-appdev .app-hero {
        padding-block: calc(var(--header-height) + 3.35rem) 2.15rem;
    }

    .landing-appdev .app-hero-inner {
        gap: 1.2rem;
    }

    .landing-appdev .hero h1 {
        max-width: 14ch;
        margin-inline: auto;
        font-size: clamp(1.95rem, 8.7vw, 2.45rem);
        line-height: 1.08;
    }

    .landing-appdev .hero-text {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.98rem;
        line-height: 1.5;
    }

    .landing-appdev .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 0.85rem;
    }

    .landing-appdev .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
        white-space: normal;
    }

    .landing-appdev .hero-features-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .landing-appdev .hero-features-row .feature-pill {
        justify-content: center;
        min-height: 42px;
    }

    .landing-appdev .app-hero-visual {
        display: none;
    }

    .landing-appdev .app-proof-strip {
        padding: 1rem 1rem 1.55rem;
    }

    .landing-appdev .app-proof-grid,
    .landing-appdev .app-benefit-grid,
    .landing-appdev .app-solution-grid,
    .landing-appdev .tech-categories,
    .landing-appdev .app-approach-grid,
    .landing-appdev .timeline {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-appdev .app-benefit-copy,
    .landing-appdev .app-benefit-card,
    .landing-appdev .service-card-main,
    .landing-appdev .tech-category,
    .landing-appdev .app-approach-card,
    .landing-appdev .timeline-item,
    .landing-appdev .case-study-box {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-appdev .app-benefit-copy h2 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .landing-appdev .service-card-main h3,
    .landing-appdev .tech-category h3,
    .landing-appdev .app-approach-card h3,
    .landing-appdev .timeline-content h3,
    .landing-appdev .case-content h3 {
        font-size: 1.18rem;
    }

    .landing-appdev .service-card-main p,
    .landing-appdev .tech-category p,
    .landing-appdev .app-approach-card p,
    .landing-appdev .timeline-content p,
    .landing-appdev .case-content p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .landing-appdev .case-visual {
        min-height: 150px;
    }

    .landing-appdev .comparison .table-responsive {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .landing-appdev .comparison-table,
    .landing-appdev .comparison-table tbody,
    .landing-appdev .comparison-table tr,
    .landing-appdev .comparison-table td,
    .landing-appdev .comparison-table th {
        display: block;
        width: 100%;
    }

    .landing-appdev .comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .landing-appdev .comparison-table tr {
        margin-bottom: 0.95rem;
        padding: 0.5rem 0.9rem 0.8rem;
        border: 1px solid var(--app-line);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }

    .landing-appdev .comparison-table .cmp-row-label {
        padding: 0.6rem 0 0.7rem;
        border: 0;
        border-bottom: 2px solid #eef2f7;
        margin-bottom: 0.3rem;
        background: transparent;
        color: var(--app-ink);
        font-size: 1rem;
        font-weight: 800;
    }

    .landing-appdev .comparison-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.55rem 0;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
        background: transparent;
        text-align: right;
        font-size: 0.92rem;
    }

    .landing-appdev .comparison-table tr td:last-child {
        border-bottom: 0;
    }

    .landing-appdev .comparison-table td::before {
        content: attr(data-label);
        color: #64748b;
        text-align: left;
        font-size: 0.85rem;
        font-weight: 650;
    }

    .landing-appdev .comparison-table td.highlight-col {
        padding-inline: 0.6rem;
        border-radius: 8px;
        background: #eef5ff;
        color: var(--app-ink);
        font-weight: 650;
    }

    .landing-appdev .faq-item {
        padding-inline: 0.72rem;
    }

    .landing-appdev .faq-item summary {
        font-size: 0.97rem;
    }

    .landing-appdev .final-cta {
        padding: 3rem 1rem;
    }

    .landing-appdev .cta-box {
        border-radius: 18px;
        padding: 2rem 1.15rem;
    }

    .landing-appdev .cta-box h2 {
        font-size: 1.55rem;
    }

    .landing-appdev .cta-box p {
        margin-bottom: 1.35rem;
        font-size: 0.98rem;
    }

    .landing-appdev .final-cta .cta-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .landing-appdev .final-cta .cta-button.white,
    .landing-appdev .cta-phone-link {
        width: 100%;
        justify-content: center;
    }

    body.landing-appdev .chat-widget-button {
        display: none;
    }
}

@media (max-width: 430px) {
    .landing-appdev .hero-badge {
        font-size: 0.74rem;
        padding: 0.32rem 0.58rem;
    }
}

/* AI landing: modern local conversion flow */
.landing-ai {
    --ai-ink: #0f172a;
    --ai-muted: #475569;
    --ai-line: #dbe7f4;
    --ai-soft: #f5f9ff;
    --ai-card: #ffffff;
    --ai-dark: #0b1020;
    --ai-dark-2: #111827;
    --ai-blue: #2563eb;
    --ai-teal: #14b8a6;
    --ai-gold: #f59e0b;
    --ai-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.landing-ai .fade-in-up {
    opacity: 1;
    transform: none;
}

.landing-ai .section-padding {
    padding-block: 4.4rem;
}

.landing-ai .section-subtitle {
    color: var(--ai-muted);
    line-height: 1.55;
}

.landing-ai .section-eyebrow {
    display: inline-block;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    background: #e8f7f5;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.landing-ai .services-hub,
.landing-ai .ai-project-approaches,
.landing-ai .faq {
    background: linear-gradient(180deg, #eef7f6 0%, #f8fbff 100%);
}

.landing-ai .tech-stack,
.landing-ai .process,
.landing-ai .ai-contact {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.landing-ai .demo-section,
.landing-ai .comparison {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.landing-ai .ai-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3.4rem) 1.5rem 3.2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, #070b16 0%, #111827 54%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto;
    color: #ffffff;
    text-align: left;
}

.landing-ai .ai-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 2rem;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.landing-ai .ai-hero-copy {
    max-width: 670px;
    margin: 0;
}

.landing-ai .ai-hero h1 {
    margin-bottom: 1rem;
    color: #f8fafc;
    font-size: 3.15rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-ai .ai-hero .hero-text {
    max-width: 62ch;
    margin: 0 0 1.55rem;
    color: #d9e2f0;
    font-size: 1.14rem;
    line-height: 1.6;
}

.landing-ai .badge-ai {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(20, 184, 166, 0.13);
    color: #99f6e4;
    border: 1px solid rgba(153, 246, 228, 0.28);
}

.landing-ai .ai-hero .hero-buttons {
    justify-content: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
}

.landing-ai .ai-hero .cta-button {
    min-height: 50px;
    border-radius: 999px;
    white-space: normal;
}

.landing-ai .ai-hero .cta-button.secondary {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.landing-ai .ai-hero .hero-features-row {
    justify-content: flex-start;
    gap: 0.65rem;
    margin-top: 0;
}

.landing-ai .ai-hero .feature-pill {
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: none;
}

.landing-ai .ai-hero .feature-pill i {
    color: #5eead4;
}

.landing-ai .ai-hero-visual {
    min-width: 0;
}

.landing-ai .ai-product-panel {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.landing-ai .ai-panel-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0 0.25rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 700;
}

.landing-ai .ai-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.landing-ai .ai-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(128px, 0.65fr);
    gap: 0.8rem;
}

.landing-ai .ai-chat-preview,
.landing-ai .ai-side-metrics,
.landing-ai .ai-source-strip {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.48);
}

.landing-ai .ai-chat-preview {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    min-height: 230px;
}

.landing-ai .ai-message {
    max-width: 92%;
    padding: 0.78rem 0.9rem;
    border-radius: 14px;
    line-height: 1.45;
    font-size: 0.92rem;
}

.landing-ai .ai-message-user {
    align-self: flex-end;
    background: #e0f2fe;
    color: #0f172a;
    border-bottom-right-radius: 5px;
}

.landing-ai .ai-message-bot {
    align-self: flex-start;
    background: #12313b;
    color: #e8fffb;
    border: 1px solid rgba(45, 212, 191, 0.28);
    border-bottom-left-radius: 5px;
}

.landing-ai .ai-side-metrics {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    padding: 1rem;
}

.landing-ai .ai-side-metrics div {
    padding-bottom: 0.72rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.landing-ai .ai-side-metrics div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.landing-ai .ai-side-metrics strong,
.landing-ai .ai-side-metrics span {
    display: block;
}

.landing-ai .ai-side-metrics strong {
    color: #f8fafc;
    margin-bottom: 0.25rem;
}

.landing-ai .ai-side-metrics span {
    color: #cbd5e1;
    font-size: 0.84rem;
    line-height: 1.4;
}

.landing-ai .ai-source-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.8rem;
    padding: 0.72rem;
}

.landing-ai .ai-source-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
    color: #d9e2f0;
    font-size: 0.82rem;
    text-align: center;
}

.landing-ai .ai-source-strip i {
    color: #fbbf24;
}

.landing-ai .ai-proof-strip {
    padding: 1.15rem 1.5rem 2.2rem;
    background: #0b1020;
}

.landing-ai .ai-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-ai .ai-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
}

.landing-ai .ai-proof-card strong {
    display: block;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.landing-ai .ai-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
    font-size: 0.94rem;
}

.landing-ai .ai-solution-grid,
.landing-ai .ai-tech-grid,
.landing-ai .ai-approach-grid,
.landing-ai .ai-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 2rem;
}

.landing-ai .service-card-main,
.landing-ai .ai-tech-card,
.landing-ai .ai-approach-card,
.landing-ai .step-box,
.landing-ai .faq-item {
    border: 1px solid var(--ai-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: var(--ai-shadow);
}

.landing-ai .service-card-main,
.landing-ai .ai-tech-card,
.landing-ai .ai-approach-card,
.landing-ai .step-box {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-ai .ai-solution-card {
    display: flex;
    flex-direction: column;
    min-height: 255px;
    position: relative;
}

.landing-ai .service-card-main:hover {
    transform: translateY(-3px);
    border-color: #99d7d1;
}

.landing-ai .service-icon.ai-icon,
.landing-ai .ai-tech-icon,
.landing-ai .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #e8f7f5;
    color: #0f766e;
    font-size: 1.22rem;
}

.landing-ai .service-card-main h3,
.landing-ai .ai-tech-card h3,
.landing-ai .ai-approach-card h3,
.landing-ai .step-box h3 {
    color: var(--ai-ink);
    line-height: 1.18;
    font-size: 1.16rem;
    letter-spacing: 0;
}

.landing-ai .service-card-main p,
.landing-ai .ai-tech-card p,
.landing-ai .ai-approach-card p,
.landing-ai .step-box p,
.landing-ai .faq-answer p {
    color: var(--ai-muted);
    line-height: 1.55;
    font-size: 0.94rem;
}

.landing-ai .service-card-main .text-link {
    margin-top: auto;
    color: #0f766e;
    font-weight: 800;
}

.landing-ai .service-card-main.featured-service {
    border-color: #5eead4;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
}

.landing-ai .popular-badge {
    top: 1rem;
    right: 1rem;
    background: linear-gradient(120deg, #14b8a6, #2563eb);
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.18);
}

.landing-ai .featured-service .service-icon.ai-icon {
    margin-top: 1.25rem;
}

.landing-ai .ai-tech-card {
    min-height: 215px;
}

.landing-ai .ai-tech-card:nth-child(2) .ai-tech-icon {
    background: #eff6ff;
    color: #1d4ed8;
}

.landing-ai .ai-tech-card:nth-child(3) .ai-tech-icon {
    background: #fff7ed;
    color: #c2410c;
}

.landing-ai .ai-tech-card:nth-child(4) .ai-tech-icon {
    background: #f5f3ff;
    color: #6d28d9;
}

.landing-ai .demo-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 1.2rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid var(--ai-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.landing-ai .demo-text h2 {
    color: var(--ai-ink);
    font-size: 2rem;
    line-height: 1.16;
    margin-bottom: 0.8rem;
}

.landing-ai .demo-text p {
    color: var(--ai-muted);
    line-height: 1.6;
}

.landing-ai .demo-note {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    background: #f0fdf4;
    color: #14532d;
}

.landing-ai .demo-note i {
    margin-top: 0.2rem;
    color: #16a34a;
}

.landing-ai .demo-visual {
    min-width: 0;
}

.landing-ai .mockup-chat {
    max-width: 520px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
}

.landing-ai .mockup-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.75rem 0.9rem;
    background: #111827;
    color: #f8fafc;
    font-weight: 800;
}

.landing-ai .mockup-header small {
    color: #99f6e4;
    font-size: 0.78rem;
    font-weight: 700;
}

.landing-ai .mockup-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #22c55e;
}

.landing-ai .mockup-body {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-height: 305px;
    padding: 1rem;
    background:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        #f8fafc;
    background-size: 28px 28px;
}

.landing-ai .mockup-body .msg {
    max-width: 86%;
    padding: 0.8rem 0.95rem;
    border-radius: 15px;
    line-height: 1.45;
    font-size: 0.94rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.landing-ai .mockup-body .msg.bot {
    align-self: flex-start;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 5px;
}

.landing-ai .mockup-body .msg.user {
    align-self: flex-end;
    background: #0f766e;
    color: #ffffff;
    border-bottom-right-radius: 5px;
}

.landing-ai .mockup-source {
    align-self: flex-start;
    padding: 0.52rem 0.68rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.82rem;
    font-weight: 800;
}

.landing-ai .ai-approach-card {
    display: flex;
    flex-direction: column;
}

.landing-ai .ai-approach-card.featured {
    border-color: #5eead4;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
}

.landing-ai .approach-tag {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-ai .ai-approach-card p {
    margin-bottom: 0.68rem;
}

.landing-ai .ai-approach-card .package-button {
    margin-top: auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccfbf1;
    border-radius: 12px;
    background: #f0fdfa;
    color: #0f172a;
    box-shadow: none;
    text-align: center;
}

.landing-ai .ai-approach-card .package-button:hover {
    background: #ccfbf1;
    color: #0f766e;
}

.landing-ai .ai-approach-card.featured .package-button {
    border-color: transparent;
    background: linear-gradient(120deg, #14b8a6, #2563eb);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(20, 184, 166, 0.22);
}

.landing-ai .ai-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-ai .step-box {
    text-align: left;
}

.landing-ai .table-responsive {
    border: 1px solid var(--ai-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--ai-shadow);
}

.landing-ai .comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.landing-ai .comparison-table th,
.landing-ai .comparison-table td {
    padding: 0.82rem 0.9rem;
    border: 1px solid #e2e8f0;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
}

.landing-ai .comparison-table th {
    background: #111827;
    color: #f8fafc;
}

.landing-ai .comparison-table tbody th {
    background: #f8fbff;
    color: var(--ai-ink);
    font-weight: 800;
}

.landing-ai .comparison-table td {
    background: #ffffff;
    color: #334155;
}

.landing-ai .comparison-table .highlight-col {
    background: #e8f7f5;
    color: #0f172a;
}

.landing-ai .faq-container {
    display: grid;
    gap: 0.72rem;
}

.landing-ai .faq-item {
    padding: 0.1rem 0.95rem;
}

.landing-ai .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--ai-ink);
    font-weight: 700;
    line-height: 1.45;
}

.landing-ai .faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-ai .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #0f766e;
    border-bottom: 2px solid #0f766e;
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-ai .faq-item[open] summary::after {
    transform: rotate(225deg);
}

.landing-ai .faq-answer p {
    margin: 0 0 0.9rem;
}

.landing-ai .ai-contact .section-header {
    margin-bottom: 1.35rem;
}

.landing-ai .unified-contact-form {
    border-color: var(--ai-line);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.landing-ai .form-privacy {
    margin: 0.55rem 0 0.9rem;
}

.landing-ai .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--ai-line);
    border-radius: 12px;
    background: #ffffff;
}

.landing-ai .final-cta {
    padding: 4rem 1.5rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(900px 360px at 50% 0%, rgba(20, 184, 166, 0.18), transparent 62%),
        linear-gradient(135deg, #070b16 0%, #111827 54%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
}

.landing-ai .cta-box {
    max-width: 960px;
    margin-inline: auto;
    padding: 2.2rem;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 16, 32, 0.94) 0%, rgba(18, 49, 59, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.landing-ai .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.6rem;
    color: #d9e2f0;
}

.landing-ai .cta-phone-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.18);
    font-weight: 800;
}

.landing-ai .cta-phone-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

@media (max-width: 1240px) and (min-width: 769px) {
    body.landing-ai .navbar {
        gap: 1rem;
    }

    body.landing-ai .logo img {
        height: 22px;
    }

    body.landing-ai .nav-links {
        justify-content: flex-end;
        gap: 1rem;
    }

    body.landing-ai .nav-menu {
        position: static;
        gap: 1rem;
        transform: none;
    }

    body.landing-ai .nav-link {
        font-size: 0.84rem;
    }

    body.landing-ai .nav-actions {
        margin-left: 0;
    }

    body.landing-ai .cta-button-small {
        padding-inline: 0.95rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 1180px) {
    .landing-ai .ai-solution-grid,
    .landing-ai .ai-tech-grid,
    .landing-ai .ai-approach-grid,
    .landing-ai .ai-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .landing-ai .ai-hero-inner,
    .landing-ai .demo-wrapper {
        grid-template-columns: 1fr;
    }

    .landing-ai .ai-hero {
        text-align: center;
    }

    .landing-ai .ai-hero-copy,
    .landing-ai .ai-product-panel,
    .landing-ai .mockup-chat {
        margin-inline: auto;
    }

    .landing-ai .ai-hero-copy {
        width: 100%;
        min-width: 0;
    }

    .landing-ai .ai-hero .hero-buttons,
    .landing-ai .ai-hero .hero-features-row {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .landing-ai,
    body.landing-ai,
    .landing-ai main,
    .landing-ai section {
        overflow-x: hidden;
    }

    .landing-ai .container {
        padding-inline: 1rem;
    }

    .landing-ai .section-padding {
        padding-block: 3rem;
    }

    .landing-ai .section-header {
        margin-bottom: 1.45rem;
    }

    .landing-ai .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.96rem;
    }

    body.landing-ai .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-ai .mobile-sticky-cta.is-visible {
        transform: translateY(0);
    }

    body.landing-ai #ai-chat-widget-container {
        display: none;
    }

    .landing-ai .ai-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2rem;
    }

    .landing-ai .ai-hero h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 2.15rem;
        line-height: 1.08;
    }

    .landing-ai .ai-hero .hero-text {
        max-width: 34ch;
        width: 100%;
        margin-inline: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .landing-ai .ai-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        gap: 0.65rem;
    }

    .landing-ai .ai-hero .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
    }

    .landing-ai .ai-hero .hero-features-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .landing-ai .ai-hero .feature-pill {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        min-height: 42px;
    }

    .landing-ai .ai-hero-visual {
        display: none;
    }

    .landing-ai .ai-proof-strip {
        padding: 1rem 1rem 1.55rem;
    }

    .landing-ai .ai-proof-grid,
    .landing-ai .ai-solution-grid,
    .landing-ai .ai-tech-grid,
    .landing-ai .ai-approach-grid,
    .landing-ai .ai-process-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-ai .service-card-main,
    .landing-ai .ai-tech-card,
    .landing-ai .ai-approach-card,
    .landing-ai .step-box,
    .landing-ai .demo-wrapper {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-ai .ai-solution-card,
    .landing-ai .ai-tech-card {
        min-height: auto;
    }

    .landing-ai .popular-badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 0.75rem;
    }

    .landing-ai .featured-service .service-icon.ai-icon {
        margin-top: 0;
    }

    .landing-ai .service-card-main h3,
    .landing-ai .ai-tech-card h3,
    .landing-ai .ai-approach-card h3,
    .landing-ai .step-box h3 {
        font-size: 1.16rem;
    }

    .landing-ai .demo-text h2 {
        font-size: 1.55rem;
    }

    .landing-ai .mockup-header {
        grid-template-columns: auto 1fr;
    }

    .landing-ai .mockup-header small {
        grid-column: 2;
    }

    .landing-ai .mockup-body {
        min-height: 290px;
        padding: 0.85rem;
    }

    .landing-ai .mockup-body .msg {
        max-width: 94%;
    }

    .landing-ai .comparison .table-responsive {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .landing-ai .comparison-table,
    .landing-ai .comparison-table tbody,
    .landing-ai .comparison-table tr,
    .landing-ai .comparison-table td,
    .landing-ai .comparison-table th {
        display: block;
        width: 100%;
    }

    .landing-ai .comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .landing-ai .comparison-table tr {
        margin-bottom: 0.95rem;
        padding: 0.5rem 0.9rem 0.8rem;
        border: 1px solid var(--ai-line);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }

    .landing-ai .comparison-table .cmp-row-label {
        padding: 0.6rem 0 0.7rem;
        border: 0;
        border-bottom: 2px solid #eef2f7;
        margin-bottom: 0.3rem;
        background: transparent;
        color: var(--ai-ink);
        font-size: 1rem;
        font-weight: 800;
    }

    .landing-ai .comparison-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.55rem 0;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
        background: transparent;
        text-align: right;
        font-size: 0.92rem;
    }

    .landing-ai .comparison-table tr td:last-child {
        border-bottom: 0;
    }

    .landing-ai .comparison-table td::before {
        content: attr(data-label);
        color: #64748b;
        text-align: left;
        font-size: 0.85rem;
        font-weight: 700;
    }

    .landing-ai .comparison-table td.highlight-col {
        padding-inline: 0.6rem;
        border-radius: 8px;
        background: #e8f7f5;
        color: var(--ai-ink);
        font-weight: 700;
    }

    .landing-ai .faq-item {
        padding-inline: 0.72rem;
    }

    .landing-ai .faq-item summary {
        font-size: 0.97rem;
    }

    .landing-ai .final-cta {
        padding: 3rem 1rem;
    }

    .landing-ai .cta-box {
        border-radius: 18px;
        padding: 1.25rem;
    }

    .landing-ai .final-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .landing-ai .final-cta .cta-button.white,
    .landing-ai .cta-phone-link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .landing-ai .hero-badge {
        max-width: 100%;
        white-space: normal;
    }

    .landing-ai .ai-hero h1 {
        font-size: 2rem;
    }

    .landing-ai .ai-proof-card p,
    .landing-ai .service-card-main p,
    .landing-ai .ai-tech-card p,
    .landing-ai .ai-approach-card p,
    .landing-ai .step-box p {
        font-size: 0.92rem;
    }

    .landing-ai .mockup-body {
        min-height: 310px;
    }
}

.landing-automation {
    --accent-color: #0ea5e9;
    --auto-text: #0f172a;
    --auto-muted: #475569;
    --auto-card: #ffffff;
    --auto-border: #dbe7f8;
    --auto-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.landing-automation .fade-in-up,
.landing-automation .service-card-main,
.landing-automation .step-box {
    opacity: 1 !important;
    transform: none !important;
}

.landing-automation .hero,
.landing-automation .section-padding {
    padding: clamp(3.2rem, 7.4vw, 5.8rem) 0;
}

.landing-automation h1,
.landing-automation h2,
.landing-automation h3 {
    font-weight: 700;
    line-height: 1.14;
    color: var(--auto-text);
    scroll-margin-top: 100px;
}

.landing-automation p,
.landing-automation li {
    color: var(--auto-muted);
}

.landing-automation .auto-hero {
    background:
        radial-gradient(900px 360px at 50% -120px, rgba(255, 255, 255, 0.2), transparent 72%),
        linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff;
    padding-top: clamp(5rem, 11vw, 7.4rem);
    padding-bottom: clamp(3.2rem, 7vw, 5rem);
}

.landing-automation .auto-hero h1 {
    font-size: clamp(2rem, 4.8vw, 3.25rem);
    color: #ffffff;
    max-width: 18ch;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.landing-automation .auto-hero .text-highlight {
    color: #bfdbfe;
}

.landing-automation .hero-text {
    max-width: 64ch;
    margin-inline: auto;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.92);
}

.landing-automation .hero-badge {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.landing-automation .hero-buttons {
    gap: 0.75rem;
}

.landing-automation .hero-buttons .cta-button {
    min-height: 48px;
    border-radius: 999px;
    font-weight: 700;
    padding: 0.78rem 1.35rem;
}

.landing-automation .hero-buttons .cta-button.secondary {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.landing-automation .hero-features-row {
    gap: 0.75rem;
    flex-wrap: wrap;
}

.landing-automation .feature-pill {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
}

.landing-automation .feature-pill i {
    color: #ffffff;
}

.landing-automation .proof-strip {
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
    border-top: 1px solid #dbe9ff;
    border-bottom: 1px solid #dbe9ff;
    padding: clamp(1.6rem, 4vw, 2.5rem) 0;
}

.landing-automation .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.landing-automation .proof-item {
    background: #ffffff;
    border: 1px solid var(--auto-border);
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.landing-automation .proof-item strong {
    display: block;
    font-size: 1.65rem;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.landing-automation .proof-item p,
.landing-automation .proof-note,
.landing-automation .package-tag {
    color: #475569;
}

.landing-automation .proof-note {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.98rem;
}

.landing-automation .split-layout {
    gap: clamp(1.4rem, 4.6vw, 4rem);
    align-items: center;
}

.landing-automation .split-content h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    margin-bottom: 1rem;
}

.landing-automation .pain-points-list li {
    margin-bottom: 0.7rem;
}

.landing-automation .split-image-auto {
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-radius: 24px;
    border: 1px solid #dbe9ff;
    padding: clamp(1.2rem, 2.6vw, 2rem);
}

.landing-automation .workflow-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.95rem;
}

.landing-automation .workflow-visual .node {
    position: relative;
    width: min(240px, 100%);
    min-height: 56px;
    height: auto;
    border-radius: 14px;
    padding: 0.75rem 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.10);
}

.landing-automation .workflow-visual .connector,
.landing-automation .workflow-visual .connector-split {
    display: flex;
    justify-content: center;
    width: 100%;
}

.landing-automation .workflow-visual .connector-split {
    gap: 0.75rem;
}

.landing-automation .workflow-visual .connector-split .line {
    width: 60px;
    height: 2px;
    background: #bfdbfe;
    border-radius: 999px;
}

.landing-automation .workflow-visual .node-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.landing-automation .services-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.landing-automation .service-card-main {
    background: var(--auto-card);
    border: 1px solid var(--auto-border);
    border-radius: 20px;
    box-shadow: var(--auto-shadow);
    padding: clamp(1.15rem, 2.2vw, 1.8rem);
}

.landing-automation .service-card-main h3 {
    font-size: 1.22rem;
    margin-bottom: 0.65rem;
}

.landing-automation .automation-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.landing-automation .automation-packages-grid .package-card {
    border-radius: 20px;
    border: 1px solid var(--auto-border);
    box-shadow: var(--auto-shadow);
    height: 100%;
}

.landing-automation .automation-packages-grid .package-card .price {
    font-size: clamp(2.05rem, 4.2vw, 2.55rem);
    letter-spacing: -0.02em;
}

.landing-automation .automation-packages-grid .package-card .package-btn {
    width: 100%;
    text-align: center;
}

.landing-automation .tool-item {
    border: 1px solid var(--auto-border);
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    padding: 0.68rem 0.9rem;
}

.landing-automation .tool-name,
.landing-automation .tool-type {
    display: block;
    line-height: 1.2;
}

.landing-automation .tool-type {
    font-size: 0.92rem;
    color: #64748b;
    text-align: right;
}

.landing-automation .tools-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.landing-automation .timeline {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}

.landing-automation .timeline-item {
    border: 1px solid var(--auto-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    padding: 1.1rem 1.1rem 1.1rem 1.25rem;
    margin-bottom: 0.9rem;
}

.landing-automation .timeline-content p,
.landing-automation .service-card-main p,
.landing-automation .section-subtitle {
    color: #475569;
}

.landing-automation .roi-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f8;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: 1.6fr 0.8fr;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.3rem, 2.6vw, 2rem);
}

.landing-automation .roi-benefits li {
    margin-bottom: 0.45rem;
}

.landing-automation .automation-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.landing-automation .automation-faq-list .faq-item {
    border-radius: 14px;
    border: 1px solid var(--auto-border);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    padding: 0.85rem 1rem;
}

.landing-automation .automation-faq-list .faq-item summary {
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
}

.landing-automation .automation-faq-list .faq-item p {
    margin-top: 0.65rem;
    color: #475569;
}

.landing-automation .phone-link-white {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .landing-automation .services-grid-layout {
        grid-template-columns: 1fr;
    }

    .landing-automation .automation-packages-grid,
    .landing-automation .proof-grid {
        grid-template-columns: 1fr;
    }

    .landing-automation .tools-grid-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-automation .split-layout {
        grid-template-columns: 1fr;
    }

    .landing-automation .roi-box {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .landing-automation .auto-hero h1 {
        font-size: clamp(1.7rem, 8.2vw, 2.2rem);
        line-height: 1.15;
    }

    .landing-automation .hero-text {
        font-size: 1rem;
        line-height: 1.55;
    }

    .landing-automation .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .landing-automation .hero-buttons .cta-button {
        width: 100%;
    }

    .landing-automation .hero-features-row {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .landing-automation .workflow-visual .node-row {
        grid-template-columns: 1fr;
    }

    .landing-automation .feature-pill {
        justify-content: center;
    }

    .landing-automation .tools-grid-wrapper {
        grid-template-columns: 1fr;
    }

    .landing-automation .auto-hero {
        padding-top: clamp(4.3rem, 14vw, 5.8rem);
    }

    .landing-automation .proof-item {
        padding: 0.9rem;
    }

    .landing-automation .automation-faq-list .faq-item {
        padding: 0.8rem 0.9rem;
    }

    .landing-automation .timeline-item {
        padding: 1rem;
    }
}

/* Automation landing v2: local conversion flow */
.landing-automation {
    --auto-ink: #0f172a;
    --auto-muted: #475569;
    --auto-line: #dbe7f4;
    --auto-soft: #f4f9ff;
    --auto-dark: #07111f;
    --auto-blue: #2563eb;
    --auto-teal: #0f766e;
    --auto-amber: #f59e0b;
    --auto-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.landing-automation .fade-in-up,
.landing-automation .service-card-main,
.landing-automation .auto-process-card,
.landing-automation .auto-tech-card,
.landing-automation .auto-approach-card {
    opacity: 1;
    transform: none;
}

.landing-automation .section-padding {
    padding: 4.4rem 0;
}

.landing-automation .section-subtitle {
    color: var(--auto-muted);
    line-height: 1.55;
}

.landing-automation .section-eyebrow {
    display: inline-block;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    background: #e8f7f5;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.landing-automation .services-hub,
.landing-automation .auto-project-approaches,
.landing-automation .faq {
    background: linear-gradient(180deg, #eef7f6 0%, #f8fbff 100%);
}

.landing-automation .problem-solution,
.landing-automation .integrations,
.landing-automation .process,
.landing-automation .auto-contact {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.landing-automation .comparison {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.landing-automation .auto-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3.4rem) 1.5rem 3.2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, #061120 0%, #0f172a 54%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto;
    color: #ffffff;
    text-align: left;
}

.landing-automation .auto-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 2rem;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.landing-automation .auto-hero-copy {
    max-width: 680px;
    margin: 0;
}

.landing-automation .auto-hero h1 {
    max-width: 13ch;
    margin-bottom: 1rem;
    color: #f8fafc;
    font-size: 3.18rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-automation .auto-hero .hero-text {
    max-width: 62ch;
    margin: 0 0 1.55rem;
    color: #d9e2f0;
    font-size: 1.14rem;
    line-height: 1.6;
}

.landing-automation .auto-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(20, 184, 166, 0.13);
    color: #99f6e4;
    border: 1px solid rgba(153, 246, 228, 0.28);
}

.landing-automation .auto-hero .hero-buttons {
    justify-content: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
}

.landing-automation .auto-hero .cta-button {
    min-height: 50px;
    border-radius: 999px;
    white-space: normal;
}

.landing-automation .auto-hero .cta-button.secondary {
    border: 1px solid rgba(226, 232, 240, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.landing-automation .auto-hero .hero-features-row {
    justify-content: flex-start;
    gap: 0.65rem;
    margin-top: 0;
}

.landing-automation .auto-hero .feature-pill {
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: none;
}

.landing-automation .auto-hero .feature-pill i {
    color: #5eead4;
}

.landing-automation .auto-hero-visual {
    min-width: 0;
}

.landing-automation .auto-workflow-panel {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.landing-automation .auto-panel-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0 0.25rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 800;
}

.landing-automation .auto-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.landing-automation .auto-flow-stack {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.48);
}

.landing-automation .auto-flow-node {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.8rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.landing-automation .auto-flow-node.source {
    background: #e0f2fe;
    color: #0f172a;
}

.landing-automation .auto-flow-node.process {
    background: #12313b;
    color: #e8fffb;
    border-color: rgba(45, 212, 191, 0.28);
}

.landing-automation .auto-flow-node i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    color: #0f766e;
}

.landing-automation .auto-flow-node.process i {
    background: rgba(20, 184, 166, 0.18);
    color: #5eead4;
}

.landing-automation .auto-flow-node strong,
.landing-automation .auto-flow-node span {
    display: block;
}

.landing-automation .auto-flow-node span {
    font-size: 0.86rem;
    line-height: 1.4;
}

.landing-automation .auto-flow-line {
    width: 2px;
    height: 22px;
    margin: -0.2rem auto;
    border-radius: 999px;
    background: #5eead4;
}

.landing-automation .auto-output-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.landing-automation .auto-output-grid div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.65rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.055);
    color: #d9e2f0;
    font-size: 0.86rem;
}

.landing-automation .auto-output-grid i {
    color: #fbbf24;
}

.landing-automation .auto-proof-strip {
    padding: 1.15rem 1.5rem 2.2rem;
    background: #0b1020;
}

.landing-automation .auto-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-automation .auto-proof-card {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
}

.landing-automation .auto-proof-card strong {
    display: block;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.landing-automation .auto-proof-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
    font-size: 0.94rem;
}

.landing-automation .auto-problem-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.2rem;
    align-items: start;
}

.landing-automation .auto-problem-copy,
.landing-automation .auto-problem-card,
.landing-automation .service-card-main,
.landing-automation .auto-tech-card,
.landing-automation .auto-approach-card,
.landing-automation .auto-process-card,
.landing-automation .faq-item {
    border: 1px solid var(--auto-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: var(--auto-shadow);
}

.landing-automation .auto-problem-copy {
    padding: 1.25rem;
}

.landing-automation .auto-problem-copy h2 {
    color: var(--auto-ink);
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
}

.landing-automation .auto-problem-copy p,
.landing-automation .auto-problem-card p,
.landing-automation .service-card-main p,
.landing-automation .auto-tech-card p,
.landing-automation .auto-approach-card p,
.landing-automation .auto-process-card p,
.landing-automation .faq-answer p {
    color: var(--auto-muted);
    line-height: 1.55;
}

.landing-automation .auto-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-automation .auto-problem-card,
.landing-automation .auto-tech-card,
.landing-automation .auto-approach-card,
.landing-automation .auto-process-card,
.landing-automation .service-card-main {
    min-width: 0;
    padding: 1.1rem;
    overflow: hidden;
}

.landing-automation .auto-problem-card strong {
    display: block;
    margin-bottom: 0.32rem;
    color: var(--auto-ink);
}

.landing-automation .auto-small-icon,
.landing-automation .service-icon,
.landing-automation .auto-tech-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    background: #e8f7f5;
    color: #0f766e;
    font-size: 1.16rem;
}

.landing-automation .auto-solution-grid,
.landing-automation .auto-tech-grid,
.landing-automation .auto-approach-grid,
.landing-automation .auto-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 2rem;
}

.landing-automation .auto-solution-card {
    display: flex;
    flex-direction: column;
    min-height: 248px;
}

.landing-automation .service-card-main h3,
.landing-automation .auto-tech-card h3,
.landing-automation .auto-approach-card h3,
.landing-automation .auto-process-card h3 {
    color: var(--auto-ink);
    line-height: 1.18;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.landing-automation .service-card-main .text-link {
    margin-top: auto;
    color: #0f766e;
    font-weight: 800;
}

.landing-automation .auto-tech-card:nth-child(2) .auto-tech-icon {
    background: #eff6ff;
    color: #1d4ed8;
}

.landing-automation .auto-tech-card:nth-child(3) .auto-tech-icon {
    background: #fff7ed;
    color: #c2410c;
}

.landing-automation .auto-tech-card:nth-child(4) .auto-tech-icon {
    background: #f5f3ff;
    color: #6d28d9;
}

.landing-automation .auto-approach-card {
    display: flex;
    flex-direction: column;
}

.landing-automation .auto-approach-card.featured {
    border-color: #5eead4;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
}

.landing-automation .approach-tag {
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 800;
}

.landing-automation .auto-approach-card p {
    margin-bottom: 0.68rem;
}

.landing-automation .auto-approach-card .package-button {
    margin-top: auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccfbf1;
    border-radius: 12px;
    background: #f0fdfa;
    color: #0f172a;
    box-shadow: none;
    text-align: center;
}

.landing-automation .auto-approach-card .package-button:hover {
    background: #ccfbf1;
    color: #0f766e;
}

.landing-automation .auto-approach-card.featured .package-button {
    border-color: transparent;
    background: linear-gradient(120deg, #14b8a6, #2563eb);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(20, 184, 166, 0.22);
}

.landing-automation .auto-process-card {
    text-align: left;
}

.landing-automation .process-marker {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(120deg, #0f766e, #2563eb);
    color: #ffffff;
    font-weight: 800;
}

.landing-automation .table-responsive {
    border: 1px solid var(--auto-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--auto-shadow);
}

.landing-automation .comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.landing-automation .comparison-table th,
.landing-automation .comparison-table td {
    padding: 0.82rem 0.9rem;
    border: 1px solid #e2e8f0;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
}

.landing-automation .comparison-table th {
    background: #111827;
    color: #f8fafc;
}

.landing-automation .comparison-table tbody th {
    background: #f8fbff;
    color: var(--auto-ink);
    font-weight: 800;
}

.landing-automation .comparison-table td {
    background: #ffffff;
    color: #334155;
}

.landing-automation .comparison-table .highlight-col {
    background: #e8f7f5;
    color: #0f172a;
}

.landing-automation .auto-faq-list {
    display: grid;
    gap: 0.72rem;
}

.landing-automation .faq-item {
    padding: 0.1rem 0.95rem;
}

.landing-automation .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 0.95rem 0.2rem;
    color: var(--auto-ink);
    font-weight: 700;
    line-height: 1.45;
}

.landing-automation .faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-automation .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #0f766e;
    border-bottom: 2px solid #0f766e;
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.landing-automation .faq-item[open] summary::after {
    transform: rotate(225deg);
}

.landing-automation .faq-answer p {
    margin: 0 0 0.9rem;
}

.landing-automation .auto-contact .section-header {
    margin-bottom: 1.35rem;
}

.landing-automation .unified-contact-form {
    border-color: var(--auto-line);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.landing-automation .form-privacy {
    margin: 0.55rem 0 0.9rem;
}

.landing-automation .checkbox-container {
    align-items: center;
    min-height: 46px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--auto-line);
    border-radius: 12px;
    background: #ffffff;
}

.landing-automation .final-cta {
    padding: 4rem 1.5rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(900px 360px at 50% 0%, rgba(34, 197, 94, 0.16), transparent 62%),
        linear-gradient(135deg, #061120 0%, #0f172a 54%, #12313b 100%);
    background-size: 36px 36px, 36px 36px, auto, auto;
}

.landing-automation .cta-box {
    max-width: 960px;
    margin-inline: auto;
    padding: 2.2rem;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 16, 32, 0.94) 0%, rgba(18, 49, 59, 0.88) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.landing-automation .cta-box h2 {
    color: #ffffff;
}

.landing-automation .cta-box p {
    max-width: 60ch;
    margin: 0 auto 1.6rem;
    color: #d9e2f0;
}

.landing-automation .phone-link-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.18);
    font-weight: 800;
    text-decoration: none;
}

.landing-automation .phone-link-white:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

@media (max-width: 1240px) and (min-width: 769px) {
    body.landing-automation .navbar {
        gap: 1rem;
    }

    body.landing-automation .logo img {
        height: 22px;
    }

    body.landing-automation .nav-links {
        justify-content: flex-end;
        gap: 1rem;
    }

    body.landing-automation .nav-menu {
        position: static;
        gap: 1rem;
        transform: none;
    }

    body.landing-automation .nav-link {
        font-size: 0.84rem;
    }

    body.landing-automation .nav-actions {
        margin-left: 0;
    }

    body.landing-automation .cta-button-small {
        padding-inline: 0.95rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 1180px) {
    .landing-automation .auto-solution-grid,
    .landing-automation .auto-tech-grid,
    .landing-automation .auto-approach-grid,
    .landing-automation .auto-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .landing-automation .auto-hero-inner {
        grid-template-columns: 1fr;
    }

    .landing-automation .auto-hero {
        text-align: center;
    }

    .landing-automation .auto-hero-copy,
    .landing-automation .auto-workflow-panel {
        margin-inline: auto;
    }

    .landing-automation .auto-hero-copy {
        width: 100%;
        min-width: 0;
    }

    .landing-automation .auto-hero .hero-buttons,
    .landing-automation .auto-hero .hero-features-row {
        justify-content: center;
    }

    .landing-automation .auto-problem-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .landing-automation,
    body.landing-automation,
    .landing-automation main,
    .landing-automation section {
        overflow-x: hidden;
    }

    .landing-automation .container {
        padding-inline: 1rem;
    }

    .landing-automation .section-padding {
        padding-block: 3rem;
    }

    .landing-automation .section-header {
        margin-bottom: 1.45rem;
    }

    .landing-automation .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.96rem;
    }

    body.landing-automation .mobile-sticky-cta {
        width: auto;
        min-width: min(242px, calc(100% - 2rem));
        min-height: 48px;
        padding-inline: 1.15rem;
        left: auto;
        right: 1rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 0.8rem);
        transform: translateY(120%);
    }

    body.landing-automation .mobile-sticky-cta.is-visible {
        transform: translateY(0);
    }

    body.landing-automation #ai-chat-widget-container {
        display: none;
    }

    .landing-automation .auto-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2rem;
    }

    .landing-automation .auto-hero h1 {
        max-width: 15ch;
        margin-inline: auto;
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .landing-automation .auto-hero .hero-text {
        max-width: 34ch;
        width: 100%;
        margin-inline: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .landing-automation .auto-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        gap: 0.65rem;
    }

    .landing-automation .auto-hero .hero-buttons .cta-button {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
    }

    .landing-automation .auto-hero .hero-features-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .landing-automation .auto-hero .feature-pill {
        width: 100%;
        max-width: 360px;
        margin-inline: auto;
        justify-content: center;
        min-height: 42px;
    }

    .landing-automation .auto-hero-visual {
        display: none;
    }

    .landing-automation .auto-proof-strip {
        padding: 1rem 1rem 1.55rem;
    }

    .landing-automation .auto-proof-grid,
    .landing-automation .auto-problem-grid,
    .landing-automation .auto-solution-grid,
    .landing-automation .auto-tech-grid,
    .landing-automation .auto-approach-grid,
    .landing-automation .auto-process-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .landing-automation .auto-problem-copy,
    .landing-automation .auto-problem-card,
    .landing-automation .service-card-main,
    .landing-automation .auto-tech-card,
    .landing-automation .auto-approach-card,
    .landing-automation .auto-process-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .landing-automation .auto-problem-copy h2 {
        font-size: 1.62rem;
    }

    .landing-automation .auto-solution-card {
        min-height: auto;
    }

    .landing-automation .service-card-main h3,
    .landing-automation .auto-tech-card h3,
    .landing-automation .auto-approach-card h3,
    .landing-automation .auto-process-card h3 {
        font-size: 1.16rem;
    }

    .landing-automation .comparison .table-responsive {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .landing-automation .comparison-table,
    .landing-automation .comparison-table tbody,
    .landing-automation .comparison-table tr,
    .landing-automation .comparison-table td,
    .landing-automation .comparison-table th {
        display: block;
        width: 100%;
    }

    .landing-automation .comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .landing-automation .comparison-table tr {
        margin-bottom: 0.95rem;
        padding: 0.5rem 0.9rem 0.8rem;
        border: 1px solid var(--auto-line);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }

    .landing-automation .comparison-table .cmp-row-label {
        padding: 0.6rem 0 0.7rem;
        border: 0;
        border-bottom: 2px solid #eef2f7;
        margin-bottom: 0.3rem;
        background: transparent;
        color: var(--auto-ink);
        font-size: 1rem;
        font-weight: 800;
    }

    .landing-automation .comparison-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.55rem 0;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
        background: transparent;
        text-align: right;
        font-size: 0.92rem;
    }

    .landing-automation .comparison-table tr td:last-child {
        border-bottom: 0;
    }

    .landing-automation .comparison-table td::before {
        content: attr(data-label);
        color: #64748b;
        text-align: left;
        font-size: 0.85rem;
        font-weight: 700;
    }

    .landing-automation .comparison-table td.highlight-col {
        padding-inline: 0.6rem;
        border-radius: 8px;
        background: #e8f7f5;
        color: var(--auto-ink);
        font-weight: 700;
    }

    .landing-automation .faq-item {
        padding-inline: 0.72rem;
    }

    .landing-automation .faq-item summary {
        font-size: 0.97rem;
    }

    .landing-automation .final-cta {
        padding: 3rem 1rem;
    }

    .landing-automation .cta-box {
        border-radius: 18px;
        padding: 1.25rem;
    }

    .landing-automation .final-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .landing-automation .final-cta .cta-button.white,
    .landing-automation .phone-link-white {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .landing-automation .hero-badge {
        max-width: 100%;
        white-space: normal;
    }

    .landing-automation .auto-hero h1 {
        font-size: 1.98rem;
    }

    .landing-automation .auto-proof-card p,
    .landing-automation .service-card-main p,
    .landing-automation .auto-tech-card p,
    .landing-automation .auto-approach-card p,
    .landing-automation .auto-process-card p {
        font-size: 0.92rem;
    }
}

/* Animations Class */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: var(--delay, 0s);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   12. UI/UX REFINEMENTS (spletne-strani landing) — 2026-06
   Dodano na koncu, da pravila zanesljivo prevladajo nad zgornjimi.
   ========================================================================== */

/* --- 12.1 Robustnost animacij --- */
@media (prefers-reduced-motion: reduce) {
    .fade-in-up,
    .fade-in-up.visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .landing-webdev .timeline-track-fill,
    .landing-webdev .timeline-marker,
    .landing-webdev .timeline-content {
        transition: none !important;
    }

    .landing-webdev .timeline-item.is-active .timeline-marker {
        transform: none !important;
    }

    .landing-webdev .benefit-slide {
        transition: none !important;
    }
}
/* --- 12.2 Kontrast podnaslovov --- */
.landing-webdev .section-subtitle {
    color: #475569;
}

/* --- 12.3 Enotna polja obrazca (input/select/textarea) --- */
.unified-contact-form .form-group input,
.unified-contact-form .form-group select,
.unified-contact-form .form-group textarea {
    background-color: #ffffff;
    color: #0f172a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.unified-contact-form .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.6rem;
    cursor: pointer;
}
.unified-contact-form .form-group select::-ms-expand { display: none; }

/* --- 12.4 Paketi: jasnejša cenovna hierarhija --- */
.landing-webdev .price-period {
    margin: 1rem 0 1.15rem;
}
.landing-webdev .price {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: -0.02em;
}
.landing-webdev .price span {
    font-size: 0.95rem;
    color: #64748b;
}
.landing-webdev .price-meta {
    display: grid;
    gap: 0.22rem;
    margin-top: 0.55rem;
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.35;
}
/* Featured kartica: izrazitejši poudarek na desktopu */
@media (min-width: 992px) {
    .landing-webdev .package-card.featured {
        transform: none;
        box-shadow: 0 26px 50px rgba(37, 99, 235, 0.20);
    }
    .landing-webdev .package-card {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .landing-webdev .package-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
    }
    .landing-webdev .package-card.featured:hover {
        transform: translateY(-4px);
    }
}

/* Onemogočene funkcije: brez line-through, jasna "ni vključeno" oznaka */
.landing-webdev .package-features li.disabled {
    color: #94a3b8;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.landing-webdev .package-features li.disabled::before {
    content: "\00d7"; /* × */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eef2f7;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* --- 12.5 FAQ akordeon: chevron, hover, gladko --- */
.landing-webdev .faq-item {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.landing-webdev .faq-item:hover {
    border-color: #b9d2f7;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
}
.landing-webdev .faq-item summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    color: #0f172a;
}
.landing-webdev .faq-item summary::-webkit-details-marker { display: none; }
/* CSS-risana puščica (neodvisna od Font Awesome) */
.landing-webdev .faq-item summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    margin-right: 4px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.landing-webdev .faq-item[open] summary::after {
    transform: rotate(225deg);
}
.landing-webdev .faq-answer {
    overflow: hidden;
    animation: faqReveal 0.28s ease;
}
@keyframes faqReveal {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- 12.6 Final CTA: sekundarna pot (telefon) --- */
.landing-webdev .final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem 1rem;
    margin-top: 0.25rem;
}
.landing-webdev .final-cta .cta-button.white {
    min-width: 210px;
    min-height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.landing-webdev .cta-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #e2e8f0;
    font-weight: 600;
    white-space: nowrap;
    min-height: 48px;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(226, 232, 240, 0.12);
}
.landing-webdev .cta-phone-link:hover { color: #ffffff; }

/* --- 12.7 Chat gumb: safe-area, da ne prekriva vsebine na mobilcu --- */
@media (max-width: 768px) {
    .chat-widget-button {
        width: 54px;
        height: 54px;
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }
}

/* --- 12.8 Mobilni vertikalni ritem --- */
@media (max-width: 768px) {
    .landing-webdev .section-padding {
        padding-block: 2.75rem;
    }
    .landing-webdev .packages.section-padding,
    .landing-webdev .faq.section-padding {
        padding-block: 2.75rem;
    }
}

/* --- 12.9 Primerjalna tabela: kartice na mobilcu --- */
@media (max-width: 768px) {
    .landing-webdev .comparison .table-responsive {
        overflow: visible;
        border: 0;
    }
    .landing-webdev .comparison-table,
    .landing-webdev .comparison-table tbody,
    .landing-webdev .comparison-table tr,
    .landing-webdev .comparison-table td,
    .landing-webdev .comparison-table th {
        display: block;
        width: 100%;
    }
    .landing-webdev .comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
    .landing-webdev .comparison-table tr {
        background: #ffffff;
        border: 1px solid #dce8fb;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
        padding: 0.5rem 0.9rem 0.8rem;
        margin-bottom: 1rem;
    }
    .landing-webdev .comparison-table .cmp-row-label {
        font-size: 1rem;
        font-weight: 700;
        color: #0f172a;
        padding: 0.6rem 0 0.7rem;
        border: 0;
        border-bottom: 2px solid #eef2f7;
        margin-bottom: 0.3rem;
        background: transparent;
    }
    .landing-webdev .comparison-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        text-align: right;
        font-size: 0.92rem;
        padding: 0.55rem 0;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
    }
    .landing-webdev .comparison-table tr td:last-child { border-bottom: 0; }
    .landing-webdev .comparison-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #64748b;
        text-align: left;
        font-size: 0.85rem;
    }
    .landing-webdev .comparison-table td.highlight-col {
        background: #eef5ff;
        border-radius: 8px;
        padding-inline: 0.6rem;
        color: #0f172a;
        font-weight: 600;
    }
    .landing-webdev .comparison-table td.highlight-col::before { color: var(--primary-dark); }
}

/* ==========================================================================
   LEGAL PAGES: readable legal landing layout
   ========================================================================== */
.legal-page {
    --legal-ink: #0f172a;
    --legal-muted: #475569;
    --legal-soft: #f4f8ff;
    --legal-line: #dbe7fb;
    --legal-blue: #2563eb;
    scroll-padding-top: 108px;
}

.legal-page #hero,
.legal-page #povzetek,
.legal-page #vsebina,
.legal-page #final-cta,
.legal-page .legal-text-card h2 {
    scroll-margin-top: calc(var(--header-height) + 20px);
}

.legal-page .section-padding {
    padding-block: clamp(3rem, 5vw, 4.75rem);
}

.legal-page .section-header {
    max-width: 760px;
    margin: 0 auto 1.7rem;
    text-align: center;
}

.legal-page .section-header h2 {
    color: var(--legal-ink);
    font-size: clamp(1.85rem, 3.1vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.legal-page .section-subtitle {
    color: var(--legal-muted);
    line-height: 1.6;
}

.legal-page .legal-kicker,
.legal-page .section-kicker,
.legal-page .legal-card-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
}

.legal-page .legal-hero {
    padding: calc(var(--header-height) + 3.8rem) 1.5rem 3.8rem;
    background:
        radial-gradient(900px 420px at 82% 8%, rgba(79, 134, 247, 0.18), transparent 64%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.legal-page .legal-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.legal-page .legal-hero-copy {
    max-width: 760px;
}

.legal-page .legal-hero h1 {
    max-width: 12ch;
    margin: 1rem 0 1rem;
    color: var(--legal-ink);
    font-size: clamp(2.55rem, 5vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.legal-page.legal-privacy-page .legal-hero h1 {
    max-width: 13ch;
}

.legal-page .legal-hero-text {
    max-width: 62ch;
    color: #334155;
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.62;
}

.legal-page .legal-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.legal-page .legal-hero-actions .cta-button {
    min-height: 52px;
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 800;
}

.legal-page .legal-hero-actions .cta-button.secondary {
    border: 1px solid #cfe0f7;
    background: rgba(255, 255, 255, 0.86);
    color: #1e293b;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.legal-page .legal-hero-card,
.legal-page .legal-summary-card,
.legal-page .legal-toc,
.legal-page .legal-text-card {
    border: 1px solid var(--legal-line);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.legal-page .legal-hero-card {
    border-radius: 22px;
    padding: 1.35rem;
}

.legal-page .legal-hero-card strong {
    display: block;
    margin: 0.85rem 0 0.45rem;
    color: var(--legal-ink);
    font-size: 2rem;
    line-height: 1;
}

.legal-page .legal-hero-card p {
    color: var(--legal-muted);
    line-height: 1.55;
}

.legal-page .legal-summary {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.legal-page .legal-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
}

.legal-page .legal-summary-card {
    padding: 1.1rem;
    border-radius: 18px;
}

.legal-page .legal-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    background: #eaf2ff;
    color: #1d4ed8;
}

.legal-page .legal-summary-card h3 {
    margin: 0.9rem 0 0.45rem;
    color: var(--legal-ink);
    font-size: 1.18rem;
}

.legal-page .legal-summary-card p {
    margin: 0;
    color: var(--legal-muted);
    line-height: 1.55;
}

.legal-page .legal-content {
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.legal-page .legal-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.legal-page .legal-toc {
    position: sticky;
    top: calc(var(--header-height) + 1rem);
    display: grid;
    gap: 0.25rem;
    border-radius: 18px;
    padding: 1rem;
}

.legal-page .legal-toc span {
    margin-bottom: 0.35rem;
    color: var(--legal-ink);
    font-weight: 800;
}

.legal-page .legal-toc a {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: 10px;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 650;
}

.legal-page .legal-toc a:hover {
    background: #eaf2ff;
    color: #1d4ed8;
}

.legal-page .legal-text-card {
    max-width: 920px;
    border-radius: 22px;
    padding: clamp(1.25rem, 3vw, 2.45rem);
}

.legal-page .legal-text-card h2 {
    margin: 2.25rem 0 0.75rem;
    color: var(--legal-ink);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.legal-page .legal-text-card h2:first-child,
.legal-page .legal-text-card .intro-text + h2 {
    margin-top: 0;
}

.legal-page .legal-text-card h3 {
    margin: 1.35rem 0 0.55rem;
    color: #1e293b;
    font-size: 1.08rem;
}

.legal-page .legal-text-card p,
.legal-page .legal-text-card li {
    color: #334155;
    font-size: 1rem;
    line-height: 1.72;
}

.legal-page .legal-text-card p {
    margin-bottom: 0.9rem;
}

.legal-page .legal-text-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0.8rem 0 1.1rem;
    padding-left: 1.15rem;
}

.legal-page .legal-text-card a {
    color: #1d4ed8;
    font-weight: 700;
}

.legal-page .intro-text {
    padding: 1rem;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid var(--legal-line);
}

.legal-page .company-details-box,
.legal-page .legal-note,
.legal-page .legal-document-footer {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid var(--legal-line);
    border-radius: 16px;
    background: #f8fbff;
}

.legal-page .legal-note {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1e3a8a;
}

.legal-page .legal-document-footer {
    margin-top: 2rem;
}

.legal-page .legal-document-footer p:last-child,
.legal-page .company-details-box p:last-child {
    margin-bottom: 0;
}

.legal-page .legal-final-cta {
    background: radial-gradient(1000px 420px at 50% -10%, rgba(79,134,247,0.34), rgba(30,41,59,0.92)), #0f172a;
}

.legal-page .legal-final-cta .cta-box {
    max-width: 860px;
    margin-inline: auto;
}

.legal-page .legal-final-cta .section-kicker {
    margin-bottom: 0.9rem;
    background: rgba(255,255,255,0.14);
    color: #dbeafe;
}

.legal-page .legal-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.legal-page .legal-final-cta .cta-button.secondary {
    border: 1px solid rgba(255,255,255,0.24);
    background: transparent;
    color: #e2e8f0;
}

@media (max-width: 980px) {
    .legal-page .legal-hero-inner,
    .legal-page .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-page .legal-hero-copy {
        text-align: center;
        margin-inline: auto;
    }

    .legal-page .legal-hero h1,
    .legal-page .legal-hero-text {
        margin-inline: auto;
    }

    .legal-page .legal-hero-actions {
        justify-content: center;
    }

    .legal-page .legal-hero-card {
        max-width: 520px;
        margin-inline: auto;
        text-align: center;
    }

    .legal-page .legal-summary-grid {
        grid-template-columns: 1fr;
    }

    .legal-page .legal-toc {
        position: relative;
        top: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal-page .legal-toc span {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .legal-page,
    .legal-page main,
    .legal-page section {
        overflow-x: hidden;
    }

    .legal-page .section-padding {
        padding-block: 2.75rem;
    }

    .legal-page .container {
        padding-inline: 1rem;
    }

    .legal-page .legal-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2.75rem;
    }

    .legal-page .legal-hero h1 {
        max-width: 12ch;
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .legal-page.legal-privacy-page .legal-hero h1 {
        max-width: 13ch;
    }

    .legal-page .legal-hero-text {
        max-width: 34ch;
        font-size: 0.98rem;
    }

    .legal-page .legal-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .legal-page .legal-hero-actions .cta-button {
        width: 100%;
        justify-content: center;
    }

    .legal-page .legal-hero-card {
        display: none;
    }

    .legal-page .section-header h2 {
        font-size: clamp(1.55rem, 7.2vw, 2rem);
    }

    .legal-page .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
    }

    .legal-page .legal-toc {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .legal-page .legal-text-card,
    .legal-page .legal-summary-card {
        border-radius: 16px;
    }

    .legal-page .legal-text-card p,
    .legal-page .legal-text-card li {
        font-size: 0.96rem;
    }

    .legal-page .legal-final-cta {
        padding: 3rem 1rem;
    }

    .legal-page .legal-final-cta .cta-actions {
        flex-direction: column;
    }

    .legal-page .legal-final-cta .cta-button {
        width: 100%;
        justify-content: center;
    }

    body.legal-page .chat-widget-button {
        display: none;
    }
}

/* ==========================================================================
   CONTACT PAGE: modern conversion landing
   ========================================================================== */
.contact-page {
    --contact-ink: #0f172a;
    --contact-muted: #475569;
    --contact-line: #dbe7fb;
    --contact-soft: #f4f8ff;
    scroll-padding-top: 108px;
}

.contact-page #hero,
.contact-page #kontakt,
.contact-page #povprasevanje,
.contact-page #kaj-sledi,
.contact-page #lokacija,
.contact-page #final-cta {
    scroll-margin-top: calc(var(--header-height) + 18px);
}

.contact-page .section-padding {
    padding-block: clamp(3rem, 5vw, 4.5rem);
}

.contact-page .section-header {
    max-width: 780px;
    margin: 0 auto 1.6rem;
}

.contact-page .section-header h2,
.contact-page .location-copy h2 {
    color: var(--contact-ink);
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.contact-page .section-subtitle,
.contact-page .location-copy p,
.contact-page .form-intro {
    color: var(--contact-muted);
    line-height: 1.58;
}

.contact-page .section-kicker,
.contact-page .panel-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
}

.contact-page .contact-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 4rem) 1.5rem 3.6rem;
    text-align: left;
    background:
        radial-gradient(900px 420px at 86% 6%, rgba(79, 134, 247, 0.18), transparent 64%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.contact-page .contact-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.contact-page .contact-hero-copy {
    max-width: 760px;
    margin: 0;
}

.contact-page .contact-hero h1 {
    max-width: 13ch;
    color: var(--contact-ink);
    font-size: clamp(2.45rem, 5vw, 4.15rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.contact-page .contact-hero .hero-text {
    max-width: 62ch;
    color: #334155;
    line-height: 1.58;
}

.contact-page .contact-hero .hero-buttons,
.contact-page .contact-hero .hero-features-row {
    justify-content: flex-start;
}

.contact-page .contact-hero .hero-buttons {
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.contact-page .contact-hero .cta-button {
    min-height: 52px;
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 800;
}

.contact-page .contact-hero .cta-button.secondary {
    border: 1px solid #cfe0f7;
    background: rgba(255, 255, 255, 0.86);
    color: #1e293b;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.contact-page .contact-hero .cta-button.secondary:hover {
    border-color: #9fc2f4;
    background: #ffffff;
    color: #1d4ed8;
}

.contact-page .contact-hero .hero-features-row {
    gap: 0.55rem;
}

.contact-page .contact-hero .feature-pill {
    border: 1px solid #dbe7fb;
    background: rgba(255,255,255,0.72);
    color: #334155;
}

.contact-page .contact-hero-panel {
    min-width: 0;
}

.contact-page .contact-panel-card,
.contact-page .contact-intent-card,
.contact-page .info-card,
.contact-page .trust-box,
.contact-page .simple-step,
.contact-page .location-card,
.contact-page .unified-contact-form {
    border: 1px solid var(--contact-line);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.contact-page .contact-panel-card {
    padding: 1.35rem;
    border-radius: 22px;
}

.contact-page .contact-panel-card strong {
    display: block;
    margin: 0.8rem 0 0.45rem;
    color: var(--contact-ink);
    font-size: 1.45rem;
    line-height: 1.15;
}

.contact-page .contact-panel-card p {
    color: var(--contact-muted);
}

.contact-page .panel-mini-row {
    display: grid;
    gap: 0.55rem;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 650;
}

.contact-page .contact-intent-section,
.contact-page .process-teaser {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.contact-page .contact-intent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-page .contact-intent-card {
    display: flex;
    min-width: 0;
    min-height: 210px;
    flex-direction: column;
    padding: 1.1rem;
    border-radius: 18px;
    color: var(--contact-ink);
}

.contact-page .contact-intent-card:hover {
    color: var(--contact-ink);
    border-color: #bcd5fb;
    transform: translateY(-2px);
}

.contact-page .intent-icon,
.contact-page .step-num {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    background: #eaf2ff;
    color: #1d4ed8;
}

.contact-page .contact-intent-card strong {
    margin: 0.9rem 0 0.45rem;
    font-size: 1.18rem;
}

.contact-page .contact-intent-card p {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.5;
}

.contact-page .contact-section {
    background: linear-gradient(180deg, #f4f8ff 0%, #ecf3ff 100%);
}

.contact-page .contact-grid-layout {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.35fr);
    align-items: start;
    gap: 1.35rem;
}

.contact-page .contact-form-col {
    order: 2;
}

.contact-page .contact-info-col {
    order: 1;
}

.contact-page .unified-contact-form {
    max-width: none;
    border-radius: 20px;
    padding: clamp(1.25rem, 2.5vw, 2.2rem);
}

.contact-page .form-title {
    margin-bottom: 0.45rem;
}

.contact-page .form-intro {
    margin-bottom: 1.25rem;
}

.contact-page .package-field {
    opacity: 0.84;
}

.contact-page .package-field label {
    color: #64748b;
    font-size: 0.86rem;
}

.contact-page .package-field select {
    min-height: 44px;
    color: #64748b;
    font-size: 0.95rem;
}

.contact-page .optional-label {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 600;
}

.contact-page .form-privacy {
    margin: 0.55rem 0 0.9rem;
}

.contact-page .checkbox-container {
    align-items: center;
    min-height: 48px;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--contact-line);
    border-radius: 12px;
    background: #f8fbff;
    line-height: 1.45;
}

.contact-page .checkbox-container input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.contact-page .info-card,
.contact-page .trust-box {
    border-radius: 18px;
}

.contact-page .info-card {
    padding: 1.35rem;
    background: #ffffff;
}

.contact-page .contact-detail-item {
    align-items: flex-start;
}

.contact-page .trust-box {
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    background: #f8fbff;
}

.contact-page .trust-item {
    display: flex;
    gap: 0.55rem;
    color: #334155;
    font-weight: 650;
}

.contact-page .trust-item i {
    color: #2563eb;
    margin-top: 0.2rem;
}

.contact-page .steps-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-page .simple-step {
    padding: 1.1rem;
    border-radius: 17px;
    text-align: left;
}

.contact-page .simple-step h4 {
    margin: 0.8rem 0 0.4rem;
    color: var(--contact-ink);
}

.contact-page .simple-step p {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.5;
}

.contact-page .map-section {
    background: linear-gradient(180deg, #ecf3ff 0%, #ffffff 100%);
}

.contact-page .location-card {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 1.1rem;
    align-items: stretch;
    padding: 1.2rem;
    border-radius: 20px;
}

.contact-page .location-copy {
    padding: 0.35rem;
}

.contact-page .map-frame {
    overflow: hidden;
    min-height: 260px;
    border-radius: 16px;
    background: #e2e8f0;
}

.contact-page .map-frame iframe {
    display: block;
}

.contact-page .contact-final-cta {
    background: radial-gradient(1000px 420px at 50% -10%, rgba(79,134,247,0.34), rgba(30,41,59,0.92)), #0f172a;
}

.contact-page .contact-final-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.contact-page .contact-final-cta .cta-phone-link {
    color: #e2e8f0;
}

@media (max-width: 1100px) {
    .contact-page .contact-intent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .contact-page .contact-hero-inner,
    .contact-page .contact-grid-layout,
    .contact-page .location-card {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-form-col {
        order: 1;
    }

    .contact-page .contact-info-col {
        order: 2;
    }

    .contact-page .contact-hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .contact-page .contact-hero .hero-buttons,
    .contact-page .contact-hero .hero-features-row {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .contact-page,
    .contact-page main,
    .contact-page section {
        overflow-x: hidden;
    }

    .contact-page .section-padding {
        padding-block: 2.75rem;
    }

    .contact-page .container {
        padding-inline: 1rem;
    }

    .contact-page .contact-hero {
        padding: calc(var(--header-height) + 3rem) 1rem 2.75rem;
    }

    .contact-page .contact-hero h1 {
        max-width: 12ch;
        margin-inline: auto;
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .contact-page .contact-hero .hero-text {
        max-width: 34ch;
        margin-inline: auto;
        font-size: 0.98rem;
    }

    .contact-page .contact-hero .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .contact-page .contact-hero .cta-button {
        width: 100%;
    }

    .contact-page .contact-hero .hero-features-row,
    .contact-page .contact-intent-grid,
    .contact-page .steps-simple-grid {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-hero-panel {
        display: none;
    }

    .contact-page .section-header h2,
    .contact-page .location-copy h2 {
        font-size: clamp(1.55rem, 7.2vw, 2rem);
    }

    .contact-page .section-subtitle {
        max-width: 34ch;
        margin-inline: auto;
    }

    .contact-page .contact-intent-card {
        min-height: auto;
        padding: 1rem;
    }

    .contact-page .unified-contact-form,
    .contact-page .info-card,
    .contact-page .trust-box,
    .contact-page .simple-step,
    .contact-page .location-card {
        border-radius: 16px;
    }

    .contact-page .map-frame,
    .contact-page .map-frame iframe {
        height: 220px;
        min-height: 220px;
    }

    .contact-page .contact-final-cta {
        padding: 3rem 1rem;
    }

    .contact-page .contact-final-cta .cta-actions {
        flex-direction: column;
    }

    .contact-page .contact-final-cta .cta-button,
    .contact-page .contact-final-cta .cta-phone-link {
        width: 100%;
        justify-content: center;
    }

    body.contact-page .chat-widget-button {
        display: none;
    }
}

/* ==========================================================================
   BLOG HUB + ARTICLE PAGES
   ========================================================================== */
.blog-page,
.blog-article-page {
    --blog-ink: #0f172a;
    --blog-muted: #475569;
    --blog-soft: #f5f9ff;
    --blog-line: #dbe7fb;
    --blog-blue: #4f86f7;
    --blog-deep: #102033;
    scroll-padding-top: calc(var(--header-height) + 18px);
}

.blog-page #hero,
.blog-page #clanki,
.blog-page #final-cta,
.blog-article-page #hero,
.blog-article-page #faq,
.blog-article-page #final-cta,
.blog-article-page .article-content section {
    scroll-margin-top: calc(var(--header-height) + 22px);
}

.blog-page .section-padding,
.blog-article-page .section-padding {
    padding-block: clamp(3rem, 5vw, 4.75rem);
}

.blog-page .section-kicker,
.blog-article-page .section-kicker,
.blog-chip,
.sidebar-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.blog-page .section-kicker,
.blog-article-page .section-kicker,
.sidebar-label {
    padding: 0.34rem 0.75rem;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.78rem;
}

.blog-hub-hero {
    padding: calc(var(--header-height) + 3.8rem) 1.5rem 4.25rem;
    background:
        radial-gradient(900px 420px at 82% 8%, rgba(79, 134, 247, 0.16), transparent 64%),
        radial-gradient(720px 360px at 6% 42%, rgba(20, 184, 166, 0.10), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
    overflow: hidden;
}

.blog-hub-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
    gap: clamp(2rem, 5vw, 4.2rem);
    align-items: center;
}

.blog-hub-copy {
    max-width: 780px;
    min-width: 0;
}

.blog-hub-copy h1 {
    margin: 1rem 0 1rem;
    color: var(--blog-ink);
    font-size: clamp(2.55rem, 5vw, 4.35rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.blog-hero-title span {
    display: block;
}

.blog-hub-copy .hero-text {
    max-width: 64ch;
    color: #334155;
    font-size: clamp(1rem, 1.55vw, 1.16rem);
    line-height: 1.62;
}

.blog-hub-copy .hero-buttons,
.blog-hub-copy .hero-features-row {
    justify-content: flex-start;
}

.blog-hub-copy .hero-buttons {
    margin-top: 1.45rem;
}

.blog-hub-copy .hero-features-row {
    margin-top: 1.1rem;
}

.blog-hub-copy .feature-pill {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(79, 134, 247, 0.18);
    color: #24364d;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.blog-hub-visual {
    position: relative;
    min-height: 420px;
}

.blog-visual-card {
    border: 1px solid rgba(219, 231, 251, 0.95);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(16px);
}

.blog-visual-card.main {
    position: absolute;
    inset: 58px 26px auto 0;
    min-height: 240px;
    padding: 2rem;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.blog-visual-card.main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(79, 134, 247, 0.16), transparent 42%),
        repeating-linear-gradient(0deg, rgba(79, 134, 247, 0.08) 0 1px, transparent 1px 24px);
    pointer-events: none;
}

.blog-visual-card.main span,
.blog-visual-card.main strong,
.blog-visual-card.main p {
    position: relative;
}

.blog-visual-card.main span {
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-visual-card.main strong {
    max-width: 10ch;
    margin-top: 0.55rem;
    color: var(--blog-ink);
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    line-height: 1.08;
}

.blog-visual-card.main p {
    max-width: 26ch;
    margin-top: 0.7rem;
    color: var(--blog-muted);
    line-height: 1.5;
}

.blog-visual-card.small {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    color: #0f172a;
    font-weight: 800;
}

.blog-visual-card.small i {
    color: var(--blog-blue);
}

.blog-visual-card.small.one {
    top: 18px;
    right: 8px;
}

.blog-visual-card.small.two {
    left: 18px;
    bottom: 78px;
}

.blog-visual-card.small.three {
    right: 52px;
    bottom: 26px;
}

.blog-filter-v2 {
    position: sticky;
    top: var(--header-height);
    z-index: 40;
    padding: 0.85rem 0;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(16px);
}

.blog-filter-chips {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.blog-filter-chips::-webkit-scrollbar {
    display: none;
}

.blog-filter-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border: 1px solid #dbe7fb;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.blog-filter-chip:hover,
.blog-filter-chip.active {
    background: var(--blog-blue);
    border-color: var(--blog-blue);
    color: #fff;
}

.blog-featured {
    background: #fff;
}

.blog-featured-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.11);
}

.blog-featured-visual,
.blog-card-icon,
.article-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.blog-featured-visual {
    min-height: 320px;
    flex-direction: column;
    gap: 1rem;
    font-size: 4.4rem;
}

.blog-featured-visual span {
    position: relative;
    z-index: 1;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.blog-featured-content {
    padding: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    align-items: center;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.blog-card-meta span:first-child {
    color: #1d4ed8;
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.02em;
}

.blog-featured-content h2,
.blog-card-v2 h3 {
    color: var(--blog-ink);
    letter-spacing: -0.025em;
}

.blog-featured-content h2 {
    margin: 0.9rem 0 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.blog-featured-content h2 a,
.blog-card-v2 h3 a {
    color: inherit;
}

.blog-featured-content p,
.blog-card-v2 p,
.blog-topic-box p,
.article-sidebar-card p {
    color: var(--blog-muted);
    line-height: 1.62;
}

.blog-read-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    margin-top: 1rem;
    color: #2563eb;
    font-weight: 800;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.blog-card-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card-v2 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-card-v2:hover {
    transform: translateY(-4px);
    border-color: #b9d2f7;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.blog-card-icon {
    min-height: 172px;
    font-size: 2.35rem;
}

.blog-card-icon::after,
.blog-featured-visual::after,
.article-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 18px);
    opacity: 0.6;
}

.blog-card-icon i,
.blog-featured-visual i,
.article-visual i {
    position: relative;
    z-index: 1;
}

.blog-card-content {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    padding: 1.35rem;
}

.blog-card-v2 h3 {
    margin: 0.7rem 0 0.65rem;
    font-size: 1.24rem;
    line-height: 1.22;
}

.blog-card-v2 .blog-read-link {
    margin-top: auto;
    padding-top: 1rem;
}

.blog-visual-ai { background: linear-gradient(135deg, #16213e 0%, #4f46e5 52%, #14b8a6 100%); }
.blog-visual-web { background: linear-gradient(135deg, #1d4ed8 0%, #4f86f7 55%, #93c5fd 100%); }
.blog-visual-auto { background: linear-gradient(135deg, #0f766e 0%, #14b8a6 54%, #99f6e4 100%); }
.blog-visual-app { background: linear-gradient(135deg, #0f172a 0%, #334155 52%, #64748b 100%); }
.blog-visual-voice { background: linear-gradient(135deg, #312e81 0%, #7c3aed 52%, #38bdf8 100%); }
.blog-visual-seo { background: linear-gradient(135deg, #075985 0%, #0ea5e9 52%, #a7f3d0 100%); }
.blog-visual-email { background: linear-gradient(135deg, #9a3412 0%, #f97316 52%, #fed7aa 100%); }

.blog-topic-cta {
    background: #fff;
}

.blog-topic-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border: 1px solid var(--blog-line);
    border-radius: 26px;
    background:
        radial-gradient(460px 240px at 84% 0%, rgba(79, 134, 247, 0.14), transparent 62%),
        #ffffff;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.blog-topic-box h2 {
    margin: 0.65rem 0 0.55rem;
    color: var(--blog-ink);
    font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.blog-empty-state {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--blog-line);
    border-radius: 22px;
    background: #fff;
}

.blog-final-cta {
    padding: 4rem 1.5rem;
    background:
        radial-gradient(720px 260px at 88% 16%, rgba(79, 134, 247, 0.22), transparent 64%),
        linear-gradient(135deg, #0f172a 0%, #102033 58%, #0f2f35 100%);
    color: #fff;
}

.blog-final-cta .cta-box {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.8rem, 4vw, 3rem);
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.20);
}

.blog-final-cta .section-kicker {
    background: rgba(79, 134, 247, 0.16);
    color: #bfdbfe;
}

.blog-final-cta .cta-actions {
    flex-wrap: wrap;
    gap: 0.9rem 1rem;
}

.blog-final-cta .cta-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(226, 232, 240, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    font-weight: 800;
}

.blog-article-hero {
    padding: calc(var(--header-height) + 2.4rem) 1.5rem 3.4rem;
    background:
        radial-gradient(820px 380px at 86% 6%, rgba(79, 134, 247, 0.18), transparent 62%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.4rem;
    color: #64748b;
    font-size: 0.88rem;
}

.blog-breadcrumb a {
    color: #2563eb;
    font-weight: 700;
}

.article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.article-hero-copy {
    max-width: 820px;
    min-width: 0;
}

.blog-chip {
    padding: 0.38rem 0.78rem;
    background: #eaf2ff;
    color: #1d4ed8;
    font-size: 0.8rem;
}

.article-hero-copy h1 {
    margin: 0.9rem 0 1rem;
    color: var(--blog-ink);
    font-size: clamp(2.3rem, 4.5vw, 4.1rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.article-lead {
    max-width: 66ch;
    color: #334155;
    font-size: clamp(1rem, 1.55vw, 1.16rem);
    line-height: 1.65;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    margin-top: 1.2rem;
    color: #64748b;
    font-weight: 700;
    font-size: 0.9rem;
}

.article-visual {
    min-height: 310px;
    flex-direction: column;
    gap: 1rem;
    border-radius: 28px;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.13);
    font-size: 4rem;
}

.article-visual span {
    position: relative;
    z-index: 1;
    padding: 0.4rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.article-body-section {
    background: #fff;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 760px);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    justify-content: center;
}

.article-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    display: grid;
    gap: 1rem;
}

.article-sidebar-card {
    padding: 1.15rem;
    border: 1px solid var(--blog-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.article-sidebar-card ol {
    display: grid;
    gap: 0.55rem;
    margin: 0.9rem 0 0;
    padding-left: 1.1rem;
}

.article-sidebar-card a {
    color: #2563eb;
    font-weight: 700;
}

.related-service-card strong {
    display: block;
    margin: 0.85rem 0 0.35rem;
    color: var(--blog-ink);
}

.article-mobile-toc {
    display: none;
}

.article-content {
    max-width: 760px;
    min-width: 0;
}

.blog-hub-copy h1,
.blog-hub-copy .hero-text,
.blog-featured-content h2,
.blog-featured-content p,
.blog-card-v2 h3,
.blog-card-v2 p,
.article-hero-copy h1,
.article-lead,
.article-content h2,
.article-content p,
.article-content li {
    overflow-wrap: anywhere;
    hyphens: auto;
}

.article-content p,
.article-content li {
    color: #24364d;
    font-size: 1.04rem;
    line-height: 1.82;
}

.article-content .article-intro {
    color: #172033;
    font-size: 1.1rem;
}

.article-content h2 {
    margin: 2.3rem 0 0.85rem;
    color: var(--blog-ink);
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.article-content section:first-of-type h2 {
    margin-top: 2rem;
}

.article-takeaways {
    margin: 2.5rem 0;
    padding: 1.35rem;
    border: 1px solid #b9d2f7;
    border-radius: 20px;
    background: #f1f7ff;
}

.article-takeaways h2 {
    margin-top: 0;
}

.article-takeaways ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.1rem;
}

.article-faq .faq-item {
    border: 1px solid var(--blog-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.article-faq .faq-item + .faq-item {
    margin-top: 0.8rem;
}

.article-faq summary {
    padding: 1rem 1.1rem;
    color: var(--blog-ink);
    font-weight: 800;
    cursor: pointer;
}

.article-faq .faq-answer {
    padding: 0 1.1rem 1rem;
}

.blog-related .section-header {
    max-width: 760px;
}

@media (max-width: 1180px) {
    .blog-hub-hero-inner,
    .article-hero-grid {
        grid-template-columns: 1fr;
    }

    .blog-hub-copy,
    .article-hero-copy {
        text-align: center;
        margin-inline: auto;
    }

    .blog-hub-copy .hero-buttons,
    .blog-hub-copy .hero-features-row {
        justify-content: center;
    }

    .blog-hub-visual {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .article-visual {
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }

    .blog-card-grid,
    .blog-card-grid.compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-layout {
        grid-template-columns: minmax(0, 760px);
    }

    .article-sidebar {
        display: none;
    }

    .article-mobile-toc {
        display: block;
        margin-bottom: 1.8rem;
        padding: 1.1rem;
        border: 1px solid var(--blog-line);
        border-radius: 18px;
        background: #f8fbff;
    }

    .article-mobile-toc ol {
        display: grid;
        gap: 0.45rem;
        margin: 0.7rem 0 0;
        padding-left: 1.2rem;
    }

    .article-mobile-toc a {
        color: #2563eb;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .blog-page,
    .blog-page main,
    .blog-page section,
    .blog-article-page,
    .blog-article-page main,
    .blog-article-page section {
        max-width: 100%;
        overflow-x: clip;
    }

    .blog-page .container,
    .blog-article-page .container {
        width: 100%;
        padding-inline: 1.25rem;
    }

    .blog-hub-hero,
    .blog-article-hero {
        padding: calc(var(--header-height) + 2.35rem) 0 2.75rem;
    }

    .blog-hub-copy h1,
    .article-hero-copy h1 {
        font-size: clamp(1.7rem, 7.3vw, 1.9rem);
        line-height: 1.08;
        letter-spacing: -0.035em;
        max-width: 100%;
    }

    .blog-hub-copy h1 {
        font-size: clamp(1.85rem, 8vw, 2.05rem);
    }

    .blog-hub-copy .hero-text,
    .article-lead {
        font-size: 1rem;
        line-height: 1.58;
    }

    .blog-hub-copy .hero-buttons,
    .blog-hub-copy .hero-features-row {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-hub-copy .hero-buttons .cta-button,
    .blog-hub-copy .feature-pill {
        width: 100%;
        justify-content: center;
    }

    .blog-hub-visual {
        min-height: 300px;
    }

    .blog-visual-card.main {
        inset: 28px 0 auto 0;
        min-height: 205px;
        padding: 1.35rem;
        border-radius: 22px;
    }

    .blog-visual-card.main strong {
        font-size: 1.55rem;
    }

    .blog-visual-card.small {
        display: none;
    }

    .blog-filter-v2 {
        top: var(--header-height);
        padding: 0.65rem 0;
    }

    .blog-filter-chips {
        margin-inline: -1.25rem;
        padding-inline: 1.25rem;
        scroll-padding-inline: 1.25rem;
    }

    .blog-filter-chip {
        min-height: 38px;
        padding: 0.56rem 0.84rem;
        font-size: 0.85rem;
    }

    .blog-featured-card {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .blog-featured-visual {
        min-height: 210px;
        font-size: 3rem;
    }

    .blog-featured-content {
        padding: 1.35rem;
    }

    .blog-featured-content h2 {
        font-size: 1.45rem;
    }

    .blog-card-grid,
    .blog-card-grid.compact {
        grid-template-columns: 1fr;
    }

    .blog-card-icon {
        min-height: 145px;
    }

    .blog-card-content {
        padding: 1.2rem;
    }

    .blog-card-v2 h3 {
        font-size: 1.18rem;
    }

    .blog-topic-box {
        flex-direction: column;
        align-items: stretch;
        border-radius: 22px;
    }

    .blog-topic-box .cta-button {
        width: 100%;
        justify-content: center;
    }

    .blog-final-cta {
        padding: 3rem 1.25rem;
    }

    .blog-final-cta .cta-box {
        border-radius: 22px;
    }

    .blog-final-cta .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-final-cta .cta-button,
    .blog-final-cta .cta-phone-link {
        width: 100%;
        justify-content: center;
    }

    .blog-breadcrumb {
        justify-content: center;
    }

    .blog-breadcrumb span:last-child {
        display: none;
    }

    .article-meta {
        justify-content: center;
    }

    .article-visual {
        min-height: 210px;
        border-radius: 22px;
        font-size: 3rem;
    }

    .article-body-section {
        padding-block: 2.75rem;
    }

    .article-content p,
    .article-content li {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .article-content .article-intro {
        font-size: 1.03rem;
    }

    .article-content h2 {
        margin-top: 2rem;
        font-size: 1.34rem;
    }

    .article-takeaways {
        padding: 1.1rem;
        border-radius: 18px;
    }

    body.blog-page .chat-widget-button,
    body.blog-article-page .chat-widget-button {
        display: none;
    }
}

@media (max-width: 430px) {
    .blog-page .container,
    .blog-article-page .container {
        padding-inline: 1rem;
    }

    .blog-filter-chips {
        margin-inline: -1rem;
        padding-inline: 1rem;
    }

    .blog-hub-copy h1,
    .article-hero-copy h1 {
        font-size: clamp(1.55rem, 7vw, 1.82rem);
    }

    .blog-hub-copy h1 {
        font-size: clamp(1.78rem, 7.6vw, 1.95rem);
    }

    .blog-card-meta {
        gap: 0.45rem 0.65rem;
        font-size: 0.78rem;
    }

    .blog-article-page .article-hero-copy,
    .blog-article-page .article-content,
    .blog-article-page .article-mobile-toc,
    .blog-article-page .article-visual {
        width: min(100%, 310px);
        max-width: 310px;
        margin-inline: auto;
    }

    .blog-article-page .article-meta {
        gap: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
}

/* ==========================================================================
   GLOBAL HEADER & FOOTER NORMALIZATION
   Skupni header in footer morata na VSEH straneh izgledati enako kot na domači
   strani. Ta blok nevtralizira morebitne .landing-* prepise tipografije, ki bi
   sicer pricurljali iz vsebine strani v skupni header/footer. Poravnav (levo na
   desktopu, sredinsko na mobilcu) namenoma ne spreminjamo, saj je že enotna.
   ========================================================================== */
.header h1, .header h2, .header h3, .header h4,
.footer h1, .footer h2, .footer h3, .footer h4 {
    line-height: 1.2;
    scroll-margin-top: 0;
}

.footer h3, .footer h4 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1d1d1f;
    margin-bottom: 1.2rem;
}
