/* ═══════════════════════════════════════════
   LYN SOLUCIONES - FRONTEND STYLES
   Modern, responsive design system
   ═══════════════════════════════════════════ */

/* ─── Variables ─── */
:root {
    --lyn-primary: #6366f1;
    --lyn-primary-dark: #4f46e5;
    --lyn-primary-light: #818cf8;
    --lyn-secondary: #0ea5e9;
    --lyn-accent: #f59e0b;
    --lyn-dark: #0f172a;
    --lyn-dark-soft: #1e293b;
    --lyn-gray-900: #111827;
    --lyn-gray-800: #1f2937;
    --lyn-gray-700: #374151;
    --lyn-gray-600: #4b5563;
    --lyn-gray-500: #6b7280;
    --lyn-gray-400: #9ca3af;
    --lyn-gray-300: #d1d5db;
    --lyn-gray-200: #e5e7eb;
    --lyn-gray-100: #f3f4f6;
    --lyn-gray-50: #f9fafb;
    --lyn-white: #ffffff;
    --lyn-radius: 12px;
    --lyn-radius-lg: 20px;
    --lyn-radius-xl: 24px;
    --lyn-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);
    --lyn-shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
    --lyn-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    --lyn-shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    --lyn-transition: .3s cubic-bezier(.4,0,.2,1);
    --lyn-font: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ─── Blocksy: remove content vertical spacing ─── */
[data-vertical-spacing] {
    --theme-content-vertical-spacing: 0px !important;
}

[data-vertical-spacing*="top"] {
    padding-top: 0 !important;
}

[data-vertical-spacing*="bottom"] {
    padding-bottom: 0 !important;
}

/* ─── Reduce navbar height & center logo ─── */
[data-header*="type-1"] {
    --header-height: 70px !important;
    --header-sticky-height: 70px !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 70px !important;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    --height: 70px !important;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 50px !important;
}

/* ─── Remove gap between navbar and first section (solo home) ─── */
.home .site-main,
.home .content-area,
.home .entry-content {
    padding-top: 0 !important;
    margin-top: -25px !important;
}

/* ─── Reset/Base ─── */
.lyn-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lyn-section {
    padding: 60px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}

.lyn-section__header {
    text-align: center;
    margin-bottom: 36px;
}

.lyn-section__tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--lyn-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative;
    padding: 6px 16px;
    background: rgba(99,102,241,.08);
    border-radius: 30px;
}

.lyn-section__title {
    font-family: var(--lyn-font);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: var(--lyn-dark);
    line-height: 1.2;
    margin: 0;
}

.lyn-empty {
    text-align: center;
    color: var(--lyn-gray-400);
    font-style: italic;
    padding: 40px;
}

/* ─── Buttons ─── */
.lyn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--lyn-transition);
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1.4;
}

.lyn-btn--primary {
    background: var(--lyn-primary);
    color: var(--lyn-white);
    box-shadow: 0 4px 15px rgba(99,102,241,.4);
}

.lyn-btn--primary:hover {
    background: var(--lyn-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99,102,241,.5);
    color: var(--lyn-white);
    text-decoration: none;
}

.lyn-btn--outline {
    border-color: rgba(255,255,255,.4);
    color: var(--lyn-white);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(4px);
}

.lyn-btn--outline:hover {
    border-color: var(--lyn-white);
    background: rgba(255,255,255,.15);
    transform: translateY(-2px);
    color: var(--lyn-white);
    text-decoration: none;
}

.lyn-btn--white {
    background: var(--lyn-white);
    color: var(--lyn-primary);
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.lyn-btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.2);
    color: var(--lyn-primary-dark);
    text-decoration: none;
}

/* ═══════════════════════════════════════════
   ANIMATED BACKGROUNDS SYSTEM
   ═══════════════════════════════════════════ */

/* ── Base container ── */
.lyn-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* ── Dot grid (Home) ── */
.lyn-bg__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(99, 102, 241, .06) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: lyn-bg-dots-drift 40s linear infinite;
}

@keyframes lyn-bg-dots-drift {
    0%   { background-position: 0 0; }
    100% { background-position: 32px 32px; }
}

/* ── Generic glows ── */
.lyn-bg__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    will-change: transform;
}

.lyn-bg__glow--1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -80px;
    background: rgba(99, 102, 241, .05);
    animation: lyn-bg-glow-drift 22s ease-in-out infinite;
}

.lyn-bg__glow--2 {
    width: 350px;
    height: 350px;
    bottom: -80px;
    left: -60px;
    background: rgba(236, 72, 153, .04);
    animation: lyn-bg-glow-drift 18s ease-in-out infinite reverse;
}

.lyn-bg__glow--3 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 50%;
    background: rgba(52, 211, 153, .04);
    animation: lyn-bg-glow-drift 25s ease-in-out infinite 5s;
}

@keyframes lyn-bg-glow-drift {
    0%, 100% { transform: translate(0, 0); }
    33%      { transform: translate(25px, -20px); }
    66%      { transform: translate(-20px, 15px); }
}

/* ── Mesh gradient (Services) ── */
.lyn-bg__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, .06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(236, 72, 153, .04) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 80%, rgba(52, 211, 153, .04) 0%, transparent 50%);
    background-size: 200% 200%;
    animation: lyn-bg-mesh-shift 25s ease-in-out infinite;
}

@keyframes lyn-bg-mesh-shift {
    0%, 100% { background-position: 0% 0%; }
    25%      { background-position: 50% 30%; }
    50%      { background-position: 100% 50%; }
    75%      { background-position: 30% 80%; }
}

.lyn-bg__lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(135deg, rgba(99, 102, 241, .02) 1px, transparent 1px),
        linear-gradient(-135deg, rgba(99, 102, 241, .02) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: lyn-bg-lines-drift 35s linear infinite;
}

@keyframes lyn-bg-lines-drift {
    0%   { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

/* ── Floating orbs (References) ── */
.lyn-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    will-change: transform;
}

.lyn-bg__orb--1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -5%;
    background: rgba(99, 102, 241, .06);
    animation: lyn-bg-orb-float-1 20s ease-in-out infinite;
}

.lyn-bg__orb--2 {
    width: 250px;
    height: 250px;
    top: 50%;
    right: -5%;
    background: rgba(236, 72, 153, .05);
    animation: lyn-bg-orb-float-2 26s ease-in-out infinite;
}

.lyn-bg__orb--3 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    left: 30%;
    background: rgba(52, 211, 153, .04);
    animation: lyn-bg-orb-float-3 30s ease-in-out infinite;
}

@keyframes lyn-bg-orb-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25%      { transform: translate(40px, 30px) scale(1.1); }
    50%      { transform: translate(20px, -20px) scale(0.95); }
    75%      { transform: translate(-30px, 10px) scale(1.05); }
}

@keyframes lyn-bg-orb-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(-35px, -25px) scale(1.08); }
    66%      { transform: translate(25px, 20px) scale(0.92); }
}

@keyframes lyn-bg-orb-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    20%      { transform: translate(30px, -15px) scale(1.05); }
    40%      { transform: translate(-10px, 25px) scale(0.95); }
    60%      { transform: translate(-30px, -10px) scale(1.1); }
    80%      { transform: translate(15px, 20px) scale(0.98); }
}

/* ── Responsive: simplify on mobile ── */
@media (max-width: 767px) {
    .lyn-bg__dots { display: none; }
    .lyn-bg__lines { display: none; }
    .lyn-bg__glow,
    .lyn-bg__orb {
        transform: scale(.6);
        filter: blur(60px);
    }
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.lyn-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: var(--lyn-dark);
    overflow: hidden;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lyn-hero__overlay {
    position: absolute;
    inset: 0;
    opacity: .85;
    z-index: 1;
}

.lyn-hero__particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.lyn-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 80px 20px 40px;
}

.lyn-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lyn-hero__badge-dot {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    animation: lyn-pulse 2s ease-in-out infinite;
}

@keyframes lyn-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.5); }
}

.lyn-hero__title {
    font-family: var(--lyn-font);
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 800;
    color: var(--lyn-white);
    line-height: 1.1;
    margin: 0 0 24px;
    max-width: 800px;
    margin-inline: auto;
}

.lyn-hero__subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    color: rgba(255,255,255,.7);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.lyn-hero__buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.lyn-hero__scroll {
    margin-top: 40px;
}

.lyn-hero__mouse {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 13px;
    display: inline-block;
    position: relative;
}

.lyn-hero__mouse-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255,255,255,.5);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: lyn-scroll 2s ease-in-out infinite;
}

@keyframes lyn-scroll {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(14px); }
}

/* ═══════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════ */
.lyn-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.lyn-about__image {
    position: relative;
    border-radius: var(--lyn-radius-lg);
    overflow: visible;
}

.lyn-about__image img {
    width: 100%;
    height: auto;
    border-radius: var(--lyn-radius-lg);
    object-fit: cover;
    box-shadow: var(--lyn-shadow-xl);
}

.lyn-about__image-placeholder {
    aspect-ratio: 4/3;
    background: var(--lyn-gray-100);
    border-radius: var(--lyn-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyn-about__experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--lyn-primary);
    color: var(--lyn-white);
    padding: 20px;
    border-radius: var(--lyn-radius);
    text-align: center;
    box-shadow: var(--lyn-shadow-lg);
    min-width: 120px;
}

.lyn-about__experience-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.lyn-about__experience-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .9;
    margin-top: 4px;
    display: block;
}

.lyn-about__content .lyn-section__tag {
    display: inline-block;
}

.lyn-about__content .lyn-section__title {
    margin-bottom: 20px;
}

.lyn-about__text {
    color: var(--lyn-gray-600);
    line-height: 1.8;
    margin-bottom: 30px;
}

.lyn-about__text p {
    margin-bottom: 16px;
}

.lyn-about__counters {
    display: flex;
    gap: 40px;
}

.lyn-about__counter {
    text-align: center;
}

.lyn-about__counter-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--lyn-primary);
    line-height: 1;
}

.lyn-about__counter-label {
    font-size: 14px;
    color: var(--lyn-gray-500);
    margin-top: 8px;
    display: block;
}

/* ═══════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════ */
.lyn-services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.lyn-service-card {
    position: relative;
    background: var(--lyn-white);
    border-radius: var(--lyn-radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: var(--lyn-transition);
    overflow: hidden;
    border: 1px solid var(--lyn-gray-200);
}

.lyn-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lyn-shadow-xl);
    border-color: transparent;
}

.lyn-service-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: color-mix(in srgb, var(--accent, var(--lyn-primary)) 10%, transparent);
    transition: var(--lyn-transition);
}

.lyn-service-card:hover .lyn-service-card__icon {
    background: var(--accent, var(--lyn-primary));
}

.lyn-service-card__icon .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: var(--accent, var(--lyn-primary));
    transition: var(--lyn-transition);
}

.lyn-service-card:hover .lyn-service-card__icon .dashicons {
    color: var(--lyn-white);
}

.lyn-service-card__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.lyn-service-card__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 12px;
}

.lyn-service-card__desc {
    font-size: 15px;
    color: var(--lyn-gray-500);
    line-height: 1.6;
    margin: 0 0 20px;
}

.lyn-service-card__link {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent, var(--lyn-primary));
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--lyn-transition);
}

.lyn-service-card__link:hover {
    gap: 12px;
    text-decoration: none;
}

.lyn-service-card__glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: var(--lyn-transition);
}

.lyn-service-card:hover .lyn-service-card__glow {
    opacity: 1;
}

/* ═══════════════════════════════════════════
   WHY US
   ═══════════════════════════════════════════ */
.lyn-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.lyn-why__card {
    background: var(--lyn-white);
    border-radius: var(--lyn-radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: var(--lyn-transition);
    border: 1px solid var(--lyn-gray-200);
}

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

.lyn-why__card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lyn-why__card-icon .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
    color: var(--lyn-white);
}

.lyn-why__card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 10px;
}

.lyn-why__card-desc {
    font-size: 15px;
    color: var(--lyn-gray-500);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════
   TECH STACK
   ═══════════════════════════════════════════ */
.lyn-tech {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #f0f4ff 0%, #f8f9fc 40%, #eef2ff 70%, #f5f3ff 100%);
}

/* ── Animated background ── */
.lyn-tech__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Subtle grid lines pattern */
.lyn-tech__grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: lyn-grid-drift 25s linear infinite;
}

@keyframes lyn-grid-drift {
    0%   { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

/* Circuit nodes - small dots that pulse */
.lyn-tech__node {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.15);
}

.lyn-tech__node span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.25);
    animation: lyn-node-pulse 3s ease-in-out infinite;
}

.lyn-tech__node--1 { top: 15%; left: 8%; }
.lyn-tech__node--1 span { animation-delay: 0s; }

.lyn-tech__node--2 { top: 35%; right: 12%; }
.lyn-tech__node--2 span { animation-delay: 0.8s; }

.lyn-tech__node--3 { bottom: 25%; left: 15%; }
.lyn-tech__node--3 span { animation-delay: 1.6s; }

.lyn-tech__node--4 { bottom: 12%; right: 8%; }
.lyn-tech__node--4 span { animation-delay: 2.4s; }

@keyframes lyn-node-pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.15); }
    50%      { transform: scale(1.8); opacity: 0.7; box-shadow: 0 0 0 12px rgba(99, 102, 241, 0); }
}

/* Floating code symbols */
.lyn-tech__bracket {
    position: absolute;
    font-family: 'Courier New', monospace;
    font-weight: 700;
    color: rgba(99, 102, 241, 0.06);
    font-size: 48px;
    user-select: none;
}

.lyn-tech__bracket--1 {
    top: 10%;
    right: 6%;
    font-size: 56px;
    animation: lyn-symbol-float 20s ease-in-out infinite;
}

.lyn-tech__bracket--2 {
    bottom: 18%;
    left: 5%;
    font-size: 44px;
    animation: lyn-symbol-float 18s ease-in-out infinite 2s;
}

.lyn-tech__bracket--3 {
    top: 55%;
    right: 18%;
    font-size: 36px;
    animation: lyn-symbol-float 22s ease-in-out infinite 4s;
}

@keyframes lyn-symbol-float {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.5; }
    25%      { transform: translateY(-12px) rotate(3deg); opacity: 0.8; }
    50%      { transform: translateY(-6px) rotate(-2deg); opacity: 0.6; }
    75%      { transform: translateY(-15px) rotate(2deg); opacity: 0.9; }
}

/* ── Content ── */
.lyn-tech .lyn-container {
    position: relative;
    z-index: 1;
}

/* Categories grid */
.lyn-tech__categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

/* Category card */
.lyn-tech__category {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(99, 102, 241, 0.08);
    border-radius: 16px;
    padding: 28px;
    backdrop-filter: blur(8px);
    transition: var(--lyn-transition);
}

.lyn-tech__category:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(99, 102, 241, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Category header */
.lyn-tech__category-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--lyn-gray-200);
}

.lyn-tech__category-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lyn-tech__category-icon .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: var(--lyn-white);
}

.lyn-tech__category-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0;
    flex: 1;
}

.lyn-tech__category-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--lyn-primary);
    background: rgba(99, 102, 241, 0.08);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Items grid inside category */
.lyn-tech__category-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 14px;
}

.lyn-tech__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 18px 10px;
    background: var(--lyn-white);
    border: 1px solid var(--lyn-gray-200);
    border-radius: 12px;
    transition: var(--lyn-transition);
    cursor: default;
}

.lyn-tech__item:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.lyn-tech__logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    transition: var(--lyn-transition);
}

.lyn-tech__item:hover .lyn-tech__logo {
    transform: scale(1.12);
}

.lyn-tech__placeholder {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lyn-white);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: var(--lyn-transition);
}

.lyn-tech__item:hover .lyn-tech__placeholder {
    transform: scale(1.12);
}

.lyn-tech__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--lyn-gray-600);
    text-align: center;
    line-height: 1.3;
    transition: var(--lyn-transition);
}

.lyn-tech__item:hover .lyn-tech__name {
    color: var(--lyn-primary);
}

/* Responsive */
@media (max-width: 768px) {
    .lyn-tech__categories {
        grid-template-columns: 1fr;
    }

    .lyn-tech__category {
        padding: 20px;
    }

    .lyn-tech__category-items {
        grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
        gap: 10px;
    }

    .lyn-tech__item {
        padding: 14px 8px;
    }

    .lyn-tech__bracket { display: none; }
}

/* ─── AI Highlight Section ─── */
.lyn-tech__ai-highlight {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(99,102,241,.08) 0%, rgba(192,132,252,.08) 100%);
    border: 1px solid rgba(99,102,241,.15);
    border-radius: 16px;
    text-align: center;
    position: relative;
}
.lyn-tech__ai-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

/* ─── AI Loader Animation (uiverse.io) ─── */
.lyn-ai-loader {
    --color-one: #818cf8;
    --color-two: #6366f1;
    --color-three: #818cf880;
    --color-four: #6366f180;
    --color-five: #818cf840;
    --time-animation: 2s;
    --size: 0.7;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: scale(var(--size));
    box-shadow:
        0 0 25px 0 var(--color-three),
        0 20px 50px 0 var(--color-four);
    animation: lynAiColorize calc(var(--time-animation) * 3) ease-in-out infinite;
}
.lyn-ai-loader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: solid 1px var(--color-one);
    border-bottom: solid 1px var(--color-two);
    background: linear-gradient(180deg, var(--color-five), var(--color-four));
    box-shadow:
        inset 0 10px 10px 0 var(--color-three),
        inset 0 -10px 10px 0 var(--color-four);
}
.lyn-ai-loader__box {
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, var(--color-one) 30%, var(--color-two) 70%);
    mask: url(#lyn-ai-clipping);
    -webkit-mask: url(#lyn-ai-clipping);
}
.lyn-ai-loader svg {
    position: absolute;
}

/* Server SVG fallback (iOS) - hidden by default */
.lyn-ai-loader--server {
    display: none;
}
.lyn-ai-server-svg {
    overflow: visible;
    width: 94px;
    height: 136px;
}
#lyn-particles { animation: lynAiFadeParticles 5s infinite alternate; }
.lyn-particle { animation: lynAiFloatUp linear infinite; }
.lyn-p1 { animation-duration: 2.2s; animation-delay: 0s; }
.lyn-p2 { animation-duration: 2.5s; animation-delay: 0.3s; }
.lyn-p3 { animation-duration: 2s; animation-delay: 0.6s; }
.lyn-p4 { animation-duration: 2.8s; animation-delay: 0.2s; }
.lyn-p5 { animation-duration: 2.3s; animation-delay: 0.4s; }
@keyframes lynAiFadeParticles { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes lynAiFloatUp { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: 1; } 100% { transform: translateY(-40px); opacity: 0; } }
#lyn-line-v1, #lyn-line-v2, #lyn-node-server, #lyn-panel-right, #lyn-reflectores, #lyn-particles {
    animation: lynAiBounce 3s ease-in-out infinite alternate;
}
#lyn-line-v2 { animation-delay: 0.2s; }
#lyn-node-server, #lyn-panel-right, #lyn-reflectores, #lyn-particles { animation-delay: 0.4s; }
@keyframes lynAiBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }

/* Mobile: hide SVG mask loader, show server SVG */
@media (max-width: 991px) {
    .lyn-ai-loader--svg {
        display: none !important;
    }
    .lyn-ai-loader--server {
        display: block !important;
    }
}
.lyn-ai-loader svg #lyn-ai-clipping {
    filter: contrast(15);
    animation: lynAiRoundness calc(var(--time-animation) / 2) linear infinite;
}
.lyn-ai-loader svg #lyn-ai-clipping polygon {
    filter: blur(7px);
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(1) {
    transform-origin: 75% 25%;
    transform: rotate(90deg);
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(2) {
    transform-origin: 50% 50%;
    animation: lynAiRotation var(--time-animation) linear infinite reverse;
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(3) {
    transform-origin: 50% 60%;
    animation: lynAiRotation var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -3);
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(4) {
    transform-origin: 40% 40%;
    animation: lynAiRotation var(--time-animation) linear infinite reverse;
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(5) {
    transform-origin: 40% 40%;
    animation: lynAiRotation var(--time-animation) linear infinite reverse;
    animation-delay: calc(var(--time-animation) / -2);
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(6) {
    transform-origin: 60% 40%;
    animation: lynAiRotation var(--time-animation) linear infinite;
}
.lyn-ai-loader svg #lyn-ai-clipping polygon:nth-child(7) {
    transform-origin: 60% 40%;
    animation: lynAiRotation var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -1.5);
}
@keyframes lynAiRotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes lynAiRoundness {
    0% { filter: contrast(15); }
    20% { filter: contrast(3); }
    40% { filter: contrast(3); }
    60% { filter: contrast(15); }
    100% { filter: contrast(15); }
}
@keyframes lynAiColorize {
    0% { filter: hue-rotate(0deg); }
    20% { filter: hue-rotate(-30deg); }
    40% { filter: hue-rotate(-60deg); }
    60% { filter: hue-rotate(-90deg); }
    80% { filter: hue-rotate(-45deg); }
    100% { filter: hue-rotate(0deg); }
}
.lyn-tech__ai-title {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--lyn-heading);
    margin: 0 0 16px;
}
.lyn-tech__ai-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--lyn-text);
    max-width: 800px;
    margin: 0 auto 24px;
}
.lyn-tech__ai-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.lyn-tech__ai-tags li {
    padding: 6px 14px;
    font-size: .8rem;
    font-weight: 500;
    color: var(--lyn-primary);
    background: rgba(99,102,241,.1);
    border: 1px solid rgba(99,102,241,.2);
    border-radius: 20px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .lyn-tech__ai-highlight { padding: 28px 20px; margin-top: 40px; }
    .lyn-tech__ai-tags { gap: 8px; }
    .lyn-tech__ai-tags li { font-size: .75rem; padding: 5px 12px; }
}

/* ═══════════════════════════════════════════
   CLIENTS (Marquee)
   ═══════════════════════════════════════════ */
.lyn-clients__marquee {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.lyn-clients__track {
    display: flex;
    gap: 60px;
    align-items: center;
    width: max-content;
    animation: lyn-marquee 30s linear infinite;
}

.lyn-clients__track:hover {
    animation-play-state: paused;
}

@keyframes lyn-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.lyn-clients__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-width: 140px;
    text-decoration: none;
}

.lyn-clients__item img {
    max-height: 50px;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(1) opacity(.5);
    transition: var(--lyn-transition);
}

.lyn-clients__item:hover img {
    filter: grayscale(0) opacity(1);
}

.lyn-clients__name {
    font-size: 16px;
    font-weight: 700;
    color: var(--lyn-gray-400);
    transition: var(--lyn-transition);
    white-space: nowrap;
}

.lyn-clients__item:hover .lyn-clients__name {
    color: var(--lyn-primary);
}

/* ═══════════════════════════════════════════
   CLIENTS DETAIL (Card grid for Referencias)
   ═══════════════════════════════════════════ */
.lyn-clients-detail__filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.lyn-clients-detail__filter {
    padding: 8px 20px;
    border: 1px solid var(--lyn-gray-300);
    background: var(--lyn-white);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--lyn-gray-600);
    cursor: pointer;
    transition: var(--lyn-transition);
}

.lyn-clients-detail__filter:hover,
.lyn-clients-detail__filter.active {
    background: var(--lyn-primary);
    color: var(--lyn-white);
    border-color: var(--lyn-primary);
}

.lyn-clients-detail__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.lyn-client-card {
    background: var(--lyn-white);
    border-radius: var(--lyn-radius-lg);
    overflow: hidden;
    border: 1px solid var(--lyn-gray-200);
    transition: var(--lyn-transition);
}

.lyn-client-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lyn-shadow-xl);
    border-color: transparent;
}

.lyn-client-card.lyn-hidden {
    display: none;
}

.lyn-client-card__image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--lyn-gray-100);
}

.lyn-client-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.lyn-client-card:hover .lyn-client-card__image img {
    transform: scale(1.08);
}

.lyn-client-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lyn-gray-300);
    background: linear-gradient(135deg, var(--lyn-gray-50), var(--lyn-gray-100));
}

.lyn-client-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--lyn-transition);
}

.lyn-client-card:hover .lyn-client-card__overlay {
    opacity: 1;
}

.lyn-client-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--lyn-white);
    color: var(--lyn-dark);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: var(--lyn-transition);
}

.lyn-client-card__btn:hover {
    background: var(--lyn-primary);
    color: var(--lyn-white);
    text-decoration: none;
}

.lyn-client-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.lyn-client-card__badge {
    padding: 4px 12px;
    background: var(--lyn-primary);
    color: var(--lyn-white);
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.lyn-client-card__info {
    padding: 24px;
}

.lyn-client-card__name {
    font-size: 18px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 4px;
}

.lyn-client-card__sector {
    font-size: 13px;
    color: var(--lyn-primary);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.lyn-client-card__desc {
    font-size: 14px;
    color: var(--lyn-gray-500);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════
   TEAM
   ═══════════════════════════════════════════ */
.lyn-team {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #f8faff 0%, #f0f0fb 40%, #f5f8ff 70%, #faf8ff 100%);
}

/* ── Animated background ── */
.lyn-team__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.lyn-team__bg-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 20%, rgba(139, 92, 246, 0.06), transparent),
        radial-gradient(ellipse 50% 60% at 80% 80%, rgba(99, 102, 241, 0.05), transparent);
}

/* Soft floating circles */
.lyn-team__bg-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(139, 92, 246, 0.1);
}

.lyn-team__bg-circle--1 {
    width: 350px;
    height: 350px;
    top: -80px;
    right: -60px;
    animation: lyn-team-orbit 30s linear infinite;
}

.lyn-team__bg-circle--2 {
    width: 250px;
    height: 250px;
    bottom: -40px;
    left: -50px;
    animation: lyn-team-orbit 24s linear infinite reverse;
}

.lyn-team__bg-circle--3 {
    width: 180px;
    height: 180px;
    top: 45%;
    left: 55%;
    border-color: rgba(99, 102, 241, 0.07);
    animation: lyn-team-orbit 20s linear infinite 5s;
}

@keyframes lyn-team-orbit {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Dot pattern */
.lyn-team__bg-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(139, 92, 246, 0.07) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: lyn-team-dots-shift 20s linear infinite;
}

@keyframes lyn-team-dots-shift {
    0%   { background-position: 0 0; }
    100% { background-position: 32px 32px; }
}

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

.lyn-team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.lyn-team__card {
    background: var(--lyn-white);
    border-radius: var(--lyn-radius-lg);
    overflow: hidden;
    transition: var(--lyn-transition);
    border: 1px solid var(--lyn-gray-200);
}

.lyn-team__card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lyn-shadow-xl);
}

.lyn-team__card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.lyn-team__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--lyn-transition);
}

.lyn-team__card:hover .lyn-team__card-image img {
    transform: scale(1.05);
}

.lyn-team__card-avatar {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--lyn-white);
}

.lyn-team__card-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0,0,0,.7));
    transform: translateY(100%);
    transition: var(--lyn-transition);
}

.lyn-team__card:hover .lyn-team__card-social {
    transform: translateY(0);
}

.lyn-team__card-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lyn-white);
    text-decoration: none;
    transition: var(--lyn-transition);
}

.lyn-team__card-social a:hover {
    background: var(--lyn-white);
    color: var(--lyn-primary);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(99,102,241,.4);
}

.lyn-team__card-info {
    padding: 24px;
    text-align: center;
}

.lyn-team__card-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 4px;
}

.lyn-team__card-position {
    font-size: 14px;
    color: var(--lyn-primary);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.lyn-team__card-bio-wrap {
    overflow: hidden;
    max-height: 4.8em; /* 3 lines: 3 × 1.6em */
    transition: max-height .4s ease;
}

.lyn-team__card-bio-wrap.is-expanded {
    max-height: 600px;
}

.lyn-team__card-bio {
    font-size: 14px;
    color: var(--lyn-gray-500);
    line-height: 1.6;
    margin: 0;
}

.lyn-team__card-toggle {
    background: none;
    border: none;
    color: var(--lyn-primary);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 0 0;
    transition: color .2s;
}

.lyn-team__card-toggle:hover {
    color: var(--lyn-primary-dark, #4f46e5);
}

.lyn-team__card-toggle.is-expanded::after {
    content: '';
}

/* ═══════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════ */
.lyn-testimonials__slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.lyn-testimonials__track {
    display: flex;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.lyn-testimonial-card {
    flex: 0 0 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.lyn-testimonial-card__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    justify-content: center;
}

.lyn-testimonial-card__text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--lyn-gray-700);
    text-align: center;
    font-style: italic;
    margin: 0 0 30px;
    position: relative;
    padding: 0;
    border: 0;
}

.lyn-testimonial-card__text::before {
    content: '"';
    font-size: 60px;
    color: var(--lyn-primary-light);
    opacity: .3;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: Georgia, serif;
    line-height: 1;
}

.lyn-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.lyn-testimonial-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--lyn-primary-light);
}

.lyn-testimonial-card__avatar-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lyn-white);
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.lyn-testimonial-card__author strong {
    display: block;
    color: var(--lyn-dark);
    font-size: 16px;
}

.lyn-testimonial-card__author span {
    display: block;
    color: var(--lyn-gray-500);
    font-size: 13px;
}

.lyn-testimonials__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.lyn-testimonials__prev,
.lyn-testimonials__next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--lyn-gray-300);
    background: var(--lyn-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--lyn-transition);
    color: var(--lyn-gray-600);
}

.lyn-testimonials__prev:hover,
.lyn-testimonials__next:hover {
    background: var(--lyn-primary);
    border-color: var(--lyn-primary);
    color: var(--lyn-white);
}

.lyn-testimonials__dots {
    display: flex;
    gap: 8px;
}

.lyn-testimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lyn-gray-300);
    cursor: pointer;
    transition: var(--lyn-transition);
    border: none;
    padding: 0;
}

.lyn-testimonials__dot.active {
    background: var(--lyn-primary);
    width: 30px;
    border-radius: 5px;
}

/* ═══════════════════════════════════════════
   CONTACT (Dark Futuristic)
   ═══════════════════════════════════════════ */
.lyn-contact--dark {
    position: relative;
    overflow: hidden;
    background: #f0f2ff;
}

/* --- Contact Cards --- */
.lyn-contact__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    perspective: 800px;
}
.lyn-contact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 32px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(129,140,248,.15);
    box-shadow: 0 4px 20px rgba(99,102,241,.06);
    transition: transform .4s cubic-bezier(.4,0,.2,1), border-color .4s, box-shadow .4s;
    overflow: hidden;
}
.lyn-contact__card-glow {
    position: absolute; inset: 0; border-radius: 16px; padding: 1px;
    background: linear-gradient(135deg, transparent 30%, rgba(129,140,248,.5) 50%, transparent 70%);
    background-size: 200% 200%; opacity: 0; transition: opacity .4s;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.lyn-contact__card:hover { transform: translateY(-6px); border-color: rgba(129,140,248,.3); box-shadow: 0 20px 40px rgba(99,102,241,.1); }
.lyn-contact__card:hover .lyn-contact__card-glow { opacity: 1; animation: cb2BorderGlow 3s linear infinite; }

.lyn-contact__card-icon {
    width: 52px; height: 52px; border-radius: 12px;
    background: linear-gradient(135deg, rgba(99,102,241,.15), rgba(139,92,246,.08));
    display: flex; align-items: center; justify-content: center;
    color: #818cf8; margin-bottom: 16px;
    transition: transform .35s, box-shadow .35s;
}
.lyn-contact__card:hover .lyn-contact__card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 24px rgba(129,140,248,.25);
}

.lyn-contact__card-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
    color: #9ca3af; margin: 0 0 8px;
}
.lyn-contact__card-value {
    font-size: 14px; font-weight: 500; color: #334155; line-height: 1.5; display: block;
}
.lyn-contact__card-link {
    font-size: 14px; font-weight: 500; color: #334155; line-height: 1.6;
    display: block; text-decoration: none; transition: color .3s;
}
.lyn-contact__card-link:hover { color: #6366f1; }

/* --- Grid: Form + Map --- */
.lyn-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

/* --- Form (glassmorphism) --- */
.lyn-contact__form-wrap {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(129,140,248,.15);
    box-shadow: 0 8px 30px rgba(99,102,241,.06);
    overflow: hidden;
}
.lyn-contact__form-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(129,140,248,.7), transparent);
    animation: contactFormShine 4s linear infinite;
}
.lyn-contact__form-wrap::after {
    content: '';
    position: absolute;
    bottom: 0; right: -100%;
    width: 60%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(168,85,247,.5), transparent);
    animation: contactFormShine 5s linear infinite reverse;
}
@keyframes contactFormShine {
    0% { left: -60%; }
    100% { left: 100%; }
}

.lyn-contact__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lyn-contact__field {
    position: relative;
    margin-bottom: 22px;
}

.lyn-contact__field label {
    position: absolute;
    left: 16px; top: 15px;
    font-size: 13px; font-weight: 500;
    color: #9ca3af;
    pointer-events: none;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    background: transparent;
    padding: 0 6px;
    z-index: 1;
}

.lyn-contact__field input,
.lyn-contact__field textarea {
    width: 100%;
    padding: 16px 16px 12px;
    border: 1.5px solid #e5e7f0;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    color: #1e293b;
    background: #f8f9fc;
    transition: border-color .3s, box-shadow .3s, background .3s;
    box-sizing: border-box;
}

/* Float label up */
.lyn-contact__field input:focus + label,
.lyn-contact__field textarea:focus + label,
.lyn-contact__field input:not(:placeholder-shown) + label,
.lyn-contact__field textarea:not(:placeholder-shown) + label {
    top: -8px; left: 12px;
    font-size: 10px; font-weight: 600;
    color: #6366f1;
    background: #fff;
}

.lyn-contact__field input:focus,
.lyn-contact__field textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,.1), 0 0 20px rgba(99,102,241,.05);
    background: #fff;
}

.lyn-contact__field textarea { resize: vertical; }

.lyn-contact__privacy { margin-bottom: 24px; }
.lyn-contact__privacy label {
    position: static;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 400;
    color: #64748b;
    cursor: pointer; pointer-events: all; background: none; padding: 0;
    line-height: 1.4;
}
.lyn-contact__privacy a { color: #6366f1; text-decoration: underline; text-underline-offset: 2px; }
.lyn-contact__privacy a:hover { color: #4f46e5; }
.lyn-contact__privacy input[type="checkbox"] {
    width: 18px; height: 18px; min-width: 18px; accent-color: #818cf8; flex-shrink: 0;
}

/* --- Submit button (glow) --- */
.lyn-contact__submit {
    position: relative;
    display: inline-flex; align-items: center; gap: 10px;
    width: 100%; justify-content: center;
    padding: 16px 32px;
    font-size: 15px; font-weight: 600;
    border: none; border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    box-shadow: 0 0 20px rgba(99,102,241,.3);
    transition: transform .3s, box-shadow .3s;
    overflow: hidden;
}
.lyn-contact__submit::after {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
    transition: left .6s;
}
.lyn-contact__submit:hover::after { left: 100%; }
.lyn-contact__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(99,102,241,.5), 0 8px 30px rgba(99,102,241,.25);
}
.lyn-contact__submit-arrow { transition: transform .3s; }
.lyn-contact__submit:hover .lyn-contact__submit-arrow { transform: translateX(6px); }

.lyn-contact__message {
    margin-top: 16px; padding: 14px 20px; border-radius: 10px; font-size: 14px; font-weight: 500;
}
.lyn-contact__message--success {
    background: rgba(16,185,129,.08); color: #059669; border: 1px solid rgba(16,185,129,.2);
}
.lyn-contact__message--error {
    background: rgba(239,68,68,.08); color: #dc2626; border: 1px solid rgba(239,68,68,.2);
}

/* --- Map (dark border) --- */
.lyn-contact__map-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(129,140,248,.15);
    box-shadow: 0 8px 30px rgba(99,102,241,.06);
    min-height: 100%;
}
.lyn-contact__map { width: 100%; height: 100%; min-height: 480px; }
.lyn-contact__map iframe { display: block; width: 100%; height: 100%; min-height: 480px; }

/* ═══════════════════════════════════════════
   CTA
   ═══════════════════════════════════════════ */
.lyn-cta {
    background: linear-gradient(135deg, var(--cta-bg, var(--lyn-primary)), color-mix(in srgb, var(--cta-bg, var(--lyn-primary)) 80%, black));
    padding: 50px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.lyn-cta::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    top: -100px;
    right: -50px;
}

.lyn-cta::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    bottom: -60px;
    left: -30px;
}

.lyn-cta__content {
    position: relative;
    z-index: 1;
}

.lyn-cta__title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    color: var(--lyn-white);
    margin: 0 0 16px;
}

.lyn-cta__text {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    max-width: 550px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════
   COUNTERS
   ═══════════════════════════════════════════ */
.lyn-counters {
    background: var(--lyn-dark);
    padding: 60px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lyn-counters__grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.lyn-counters__item {
    text-align: center;
}

.lyn-counters__number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: var(--lyn-white);
    line-height: 1;
}

.lyn-counters__label {
    font-size: 14px;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: block;
}

/* ═══════════════════════════════════════════
   PROJECTS / PORTFOLIO
   ═══════════════════════════════════════════ */
.lyn-projects__filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.lyn-projects__filter {
    padding: 8px 20px;
    border: 1px solid var(--lyn-gray-300);
    background: var(--lyn-white);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--lyn-gray-600);
    cursor: pointer;
    transition: var(--lyn-transition);
}

.lyn-projects__filter:hover,
.lyn-projects__filter.active {
    background: var(--lyn-primary);
    color: var(--lyn-white);
    border-color: var(--lyn-primary);
}

.lyn-projects__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.lyn-project-card {
    background: var(--lyn-white);
    border-radius: var(--lyn-radius-lg);
    overflow: hidden;
    border: 1px solid var(--lyn-gray-200);
    transition: var(--lyn-transition);
}

.lyn-project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lyn-shadow-xl);
    border-color: transparent;
}

.lyn-project-card.lyn-hidden {
    display: none;
}

.lyn-project-card__image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--lyn-gray-100);
}

.lyn-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.lyn-project-card:hover .lyn-project-card__image img {
    transform: scale(1.08);
}

.lyn-project-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lyn-gray-300);
    background: linear-gradient(135deg, var(--lyn-gray-50), var(--lyn-gray-100));
}

.lyn-project-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--lyn-transition);
}

.lyn-project-card:hover .lyn-project-card__overlay {
    opacity: 1;
}

.lyn-project-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--lyn-white);
    color: var(--lyn-dark);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: var(--lyn-transition);
}

.lyn-project-card__btn:hover {
    background: var(--lyn-primary);
    color: var(--lyn-white);
    text-decoration: none;
}

.lyn-project-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.lyn-project-card__badge {
    padding: 4px 12px;
    background: var(--lyn-primary);
    color: var(--lyn-white);
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.lyn-project-card__info {
    padding: 24px;
}

.lyn-project-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 4px;
}

.lyn-project-card__client {
    font-size: 13px;
    color: var(--lyn-primary);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.lyn-project-card__desc {
    font-size: 14px;
    color: var(--lyn-gray-500);
    line-height: 1.6;
    margin: 0 0 14px;
}

.lyn-project-card__techs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.lyn-project-card__tech {
    padding: 3px 10px;
    background: var(--lyn-gray-100);
    color: var(--lyn-gray-600);
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
}

.lyn-project-card__date {
    font-size: 12px;
    color: var(--lyn-gray-400);
}

/* ── Project Modal ── */
.lyn-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: opacity .3s, visibility .3s;
}

.lyn-modal[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lyn-modal[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.lyn-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
}

.lyn-modal__container {
    position: relative;
    background: var(--lyn-white);
    border-radius: 16px;
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
    transform: translateY(20px);
    transition: transform .3s;
}

.lyn-modal[aria-hidden="false"] .lyn-modal__container {
    transform: translateY(0);
}

.lyn-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: var(--lyn-white);
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    line-height: 1;
}

.lyn-modal__close:hover {
    background: rgba(0, 0, 0, .7);
}

.lyn-modal__image {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--lyn-dark);
    overflow: hidden;
}

.lyn-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lyn-modal__badges {
    position: absolute;
    bottom: 12px;
    left: 16px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.lyn-modal__body {
    padding: 28px 28px 24px;
}

.lyn-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 4px;
}

.lyn-modal__client {
    font-size: 14px;
    color: var(--lyn-primary);
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.lyn-modal__desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--lyn-gray-600);
    margin: 0 0 20px;
}

.lyn-modal__techs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.lyn-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--lyn-gray-100);
}

.lyn-modal__date {
    font-size: 13px;
    color: var(--lyn-gray-400);
}

.lyn-modal__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: var(--lyn-primary);
    color: var(--lyn-white);
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s;
}

.lyn-modal__link:hover {
    background: var(--lyn-primary-dark, #4f46e5);
}

@media (max-width: 640px) {
    .lyn-modal {
        padding: 12px;
    }
    .lyn-modal__body {
        padding: 20px 20px 16px;
    }
    .lyn-modal__title {
        font-size: 18px;
    }
}

/* ═══════════════════════════════════════════
   PAGE HEADER (inner pages)
   ═══════════════════════════════════════════ */
.lyn-page-header {
    position: relative;
    min-height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lyn-dark);
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lyn-page-header__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99,102,241,.15), rgba(14,165,233,.1));
    z-index: 1;
}

.lyn-page-header__particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.lyn-page-header__content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 80px 20px 60px;
}

.lyn-page-header__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 24px;
}

.lyn-page-header__breadcrumb a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
    transition: color var(--lyn-transition);
}

.lyn-page-header__breadcrumb a:hover { color: var(--lyn-primary-light); }

.lyn-page-header__sep { color: rgba(255,255,255,.3); }

.lyn-page-header__breadcrumb > span:last-child {
    color: var(--lyn-primary-light);
    font-weight: 600;
}

.lyn-page-header__title {
    font-family: var(--lyn-font);
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    color: var(--lyn-white);
    line-height: 1.1;
    margin: 0 0 16px;
}

.lyn-page-header__subtitle {
    font-size: clamp(15px, 2vw, 18px);
    color: rgba(255,255,255,.6);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════
   METHODOLOGIES (timeline)
   ═══════════════════════════════════════════ */
/* --- Methodologies Section Background --- */
.lyn-methodologies {
    background: linear-gradient(170deg, #f0f1ff 0%, #f9fafb 40%, #eef7ff 100%);
    position: relative;
}

.lyn-methodologies::before,
.lyn-methodologies::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    pointer-events: none;
    filter: blur(60px);
}

.lyn-methodologies::before {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99,102,241,.15), transparent 70%);
    top: -100px;
    right: -100px;
    animation: lyn-float-slow 12s ease-in-out infinite;
}

.lyn-methodologies::after {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(14,165,233,.12), transparent 70%);
    bottom: -80px;
    left: -80px;
    animation: lyn-float-slow 10s ease-in-out infinite reverse;
}

@keyframes lyn-float-slow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

/* Decorative shapes */
.lyn-methodologies .lyn-container {
    position: relative;
}

.lyn-methodologies .lyn-container::before,
.lyn-methodologies .lyn-container::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.lyn-methodologies .lyn-container::before {
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(99,102,241,.12);
    border-radius: 50%;
    top: 60px;
    left: -60px;
    animation: lyn-spin-slow 30s linear infinite;
}

.lyn-methodologies .lyn-container::after {
    width: 140px;
    height: 140px;
    border: 2px dashed rgba(14,165,233,.1);
    border-radius: 30%;
    bottom: 80px;
    right: -40px;
    animation: lyn-spin-slow 25s linear infinite reverse;
}

@keyframes lyn-spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Animated pulse on timeline dots */
.lyn-timeline__dot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--lyn-primary);
    opacity: 0;
    animation: lyn-dot-pulse 3s ease-in-out infinite;
}

.lyn-timeline__item:nth-child(2) .lyn-timeline__dot::after { animation-delay: 0.5s; }
.lyn-timeline__item:nth-child(3) .lyn-timeline__dot::after { animation-delay: 1s; }
.lyn-timeline__item:nth-child(4) .lyn-timeline__dot::after { animation-delay: 1.5s; }
.lyn-timeline__item:nth-child(5) .lyn-timeline__dot::after { animation-delay: 2s; }
.lyn-timeline__item:nth-child(6) .lyn-timeline__dot::after { animation-delay: 2.5s; }

@keyframes lyn-dot-pulse {
    0%, 100% { opacity: 0; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.3); }
}

.lyn-timeline {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.lyn-timeline__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--lyn-primary), var(--lyn-secondary));
    transform: translateX(-50%);
    border-radius: 3px;
}

.lyn-timeline__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    width: 50%;
}

.lyn-timeline__item:last-child { margin-bottom: 0; }

.lyn-timeline__item--left {
    padding-right: 50px;
    text-align: right;
    align-self: flex-start;
}

.lyn-timeline__item--right {
    padding-left: 50px;
    margin-left: 50%;
}

.lyn-timeline__dot {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lyn-primary), var(--lyn-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 0 6px var(--lyn-white), 0 0 20px rgba(99,102,241,.3);
}

.lyn-timeline__item--left .lyn-timeline__dot {
    right: -22px;
}

.lyn-timeline__item--right .lyn-timeline__dot {
    left: -22px;
}

.lyn-timeline__number {
    color: var(--lyn-white);
    font-size: 14px;
    font-weight: 800;
}

.lyn-timeline__card {
    background: var(--lyn-white);
    padding: 30px;
    border-radius: var(--lyn-radius-lg);
    box-shadow: var(--lyn-shadow-md);
    transition: transform var(--lyn-transition), box-shadow var(--lyn-transition);
    border: 1px solid var(--lyn-gray-100);
}

.lyn-timeline__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lyn-shadow-xl);
}

.lyn-timeline__icon {
    width: 50px;
    height: 50px;
    border-radius: var(--lyn-radius);
    background: linear-gradient(135deg, rgba(99,102,241,.1), rgba(14,165,233,.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.lyn-timeline__item--left .lyn-timeline__icon {
    margin-left: auto;
}

.lyn-timeline__icon .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: var(--lyn-primary);
}

.lyn-timeline__title {
    font-family: var(--lyn-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--lyn-dark);
    margin: 0 0 10px;
}

.lyn-timeline__desc {
    font-size: 14px;
    color: var(--lyn-gray-600);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════
   QUOTE / PRESUPUESTO
   ═══════════════════════════════════════════ */
.lyn-quote {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #f5f7ff 0%, #fdf2f8 35%, #fef9ee 65%, #f0f5ff 100%);
}

/* ── Animated background ── */
.lyn-quote__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Isometric grid */
.lyn-quote__bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(60deg, rgba(99, 102, 241, 0.025) 1px, transparent 1px),
        linear-gradient(-60deg, rgba(236, 72, 153, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    animation: lyn-quote-grid 30s linear infinite;
}

@keyframes lyn-quote-grid {
    0%   { background-position: 0 0; }
    100% { background-position: 44px 44px; }
}

/* Warm glows */
.lyn-quote__bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.lyn-quote__bg-glow--1 {
    width: 350px;
    height: 350px;
    top: -80px;
    right: -50px;
    background: rgba(236, 72, 153, 0.06);
    animation: lyn-quote-drift 22s ease-in-out infinite;
}

.lyn-quote__bg-glow--2 {
    width: 300px;
    height: 300px;
    bottom: -60px;
    left: -40px;
    background: rgba(99, 102, 241, 0.06);
    animation: lyn-quote-drift 18s ease-in-out infinite reverse;
}

@keyframes lyn-quote-drift {
    0%, 100% { transform: translate(0, 0); }
    33%      { transform: translate(20px, -15px); }
    66%      { transform: translate(-15px, 10px); }
}

/* Expanding rings */
.lyn-quote__bg-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(99, 102, 241, 0.06);
    animation: lyn-quote-expand 8s ease-out infinite;
}

.lyn-quote__bg-ring--1 {
    width: 80px;
    height: 80px;
    top: 25%;
    left: 10%;
}

.lyn-quote__bg-ring--2 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    right: 15%;
    animation-delay: 4s;
}

@keyframes lyn-quote-expand {
    0%   { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(5); opacity: 0; }
}

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

.lyn-quote__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.lyn-quote__info {
    opacity: 1 !important;
    transform: none !important;
}

.lyn-quote__info .lyn-section__tag {
    display: inline-block;
    margin-bottom: 16px;
}

.lyn-quote__info .lyn-section__title {
    margin-bottom: 20px;
}

.lyn-quote__desc {
    font-size: 16px;
    color: var(--lyn-gray-600);
    line-height: 1.7;
    margin: 0 0 30px;
}

.lyn-quote__features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
}

.lyn-quote__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--lyn-dark);
    font-weight: 500;
}

.lyn-quote__contact-info {
    padding-top: 24px;
    border-top: 1px solid var(--lyn-gray-200);
}

.lyn-quote__contact-info p {
    font-size: 14px;
    color: var(--lyn-gray-500);
    margin: 0 0 8px;
}

.lyn-quote__contact-info a {
    display: block;
    color: var(--lyn-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 4px;
    transition: color var(--lyn-transition);
}

.lyn-quote__contact-info a:hover { color: var(--lyn-primary-dark); }

/* --- Quote Form (modern) --- */
.lyn-quote__form-wrap {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(99,102,241,.06);
    border: 1px solid rgba(129,140,248,.15);
    overflow: hidden;
}
.lyn-quote__form-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(129,140,248,.7), transparent);
    animation: contactFormShine 4s linear infinite;
}

.lyn-quote__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lyn-quote__field {
    position: relative;
    margin-bottom: 22px;
}

.lyn-quote__field label {
    position: absolute;
    left: 16px; top: 15px;
    font-size: 13px; font-weight: 500;
    color: #9ca3af;
    pointer-events: none;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    background: transparent;
    padding: 0 6px;
    z-index: 1;
}

.lyn-quote__field input,
.lyn-quote__field select,
.lyn-quote__field textarea {
    width: 100%;
    padding: 16px 16px 12px;
    border: 1.5px solid #e5e7f0 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-family: var(--lyn-font);
    color: #1e293b !important;
    background: #f8f9fc !important;
    transition: border-color .3s, box-shadow .3s, background .3s;
    box-sizing: border-box;
    line-height: 1.5;
}

/* Float label up */
.lyn-quote__field input:focus + label,
.lyn-quote__field textarea:focus + label,
.lyn-quote__field select:focus + label,
.lyn-quote__field input:not(:placeholder-shown) + label,
.lyn-quote__field textarea:not(:placeholder-shown) + label {
    top: -8px; left: 12px;
    font-size: 10px; font-weight: 600;
    color: #6366f1;
    background: #fff;
}
/* Select always floats when a value is chosen */
.lyn-quote__field select:not([data-empty]) + label,
.lyn-quote__field select:valid + label {
    top: -8px; left: 12px;
    font-size: 10px; font-weight: 600;
    color: #6366f1;
    background: #fff;
}

.lyn-quote__field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px !important;
    background-color: #f8f9fc !important;
    padding-right: 44px !important;
    cursor: pointer;
    height: auto !important;
}

.lyn-quote__field select option {
    color: #1e293b !important;
    background: #ffffff !important;
    padding: 8px;
}
.lyn-quote__field select option[value=""] {
    color: #9ca3af !important;
}

.lyn-quote__field input:focus,
.lyn-quote__field select:focus,
.lyn-quote__field textarea:focus {
    outline: none !important;
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,.1), 0 0 20px rgba(99,102,241,.05) !important;
    background: #fff !important;
}

.lyn-quote__field textarea { resize: vertical; }

.lyn-quote__privacy {
    margin-bottom: 24px;
}

.lyn-quote__privacy label {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    color: #64748b;
    cursor: pointer;
    pointer-events: all;
    background: none;
    padding: 0;
    line-height: 1.4;
}
.lyn-quote__privacy a { color: #6366f1; text-decoration: underline; text-underline-offset: 2px; }
.lyn-quote__privacy a:hover { color: #4f46e5; }

.lyn-quote__privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #6366f1;
    flex-shrink: 0;
    margin-top: 2px;
}

/* --- Submit (glow button) --- */
.lyn-quote__submit {
    position: relative;
    width: 100%;
    justify-content: center;
    font-size: 15px; font-weight: 600;
    padding: 16px 32px;
    border: none; border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    box-shadow: 0 0 20px rgba(99,102,241,.25);
    transition: transform .3s, box-shadow .3s;
    overflow: hidden;
    display: inline-flex; align-items: center; gap: 8px;
}
.lyn-quote__submit::after {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
    transition: left .6s;
}
.lyn-quote__submit:hover::after { left: 100%; }
.lyn-quote__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(99,102,241,.4), 0 8px 24px rgba(99,102,241,.2);
}

.lyn-quote__message {
    margin-top: 16px;
    padding: 14px 20px;
    border-radius: var(--lyn-radius);
    font-size: 14px;
    font-weight: 500;
}

.lyn-quote__message--success {
    background: rgba(52,211,153,.1);
    color: #059669;
    border: 1px solid rgba(52,211,153,.3);
}

.lyn-quote__message--error {
    background: rgba(239,68,68,.1);
    color: #dc2626;
    border: 1px solid rgba(239,68,68,.3);
}

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
[data-lyn-animate] {
    opacity: 0;
    transition: opacity .6s ease, transform .6s ease;
}

[data-lyn-animate="fade-up"] { transform: translateY(30px); }
[data-lyn-animate="fade-down"] { transform: translateY(-30px); }
[data-lyn-animate="fade-left"] { transform: translateX(30px); }
[data-lyn-animate="fade-right"] { transform: translateX(-30px); }
[data-lyn-animate="zoom-in"] { transform: scale(.9); }

[data-lyn-animate].lyn-visible {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* ═══════════════════════════════════════════
   SERVICES DETAIL (página dedicada)
   ═══════════════════════════════════════════ */
.lyn-sd {
    position: relative;
    overflow: hidden;
    padding: 60px 0 0;
}

.lyn-sd__row {
    padding: 80px 0;
    position: relative;
}

.lyn-sd__row--alt {
    background: var(--lyn-gray-50);
}

.lyn-sd__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.lyn-sd__row--reverse .lyn-sd__inner {
    direction: rtl;
}

.lyn-sd__row--reverse .lyn-sd__inner > * {
    direction: ltr;
}

/* ── Media ── */
.lyn-sd__media {
    border-radius: var(--lyn-radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    position: relative;
}

.lyn-sd__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.lyn-sd__row:hover .lyn-sd__media img {
    transform: scale(1.05);
}

.lyn-sd__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, color-mix(in srgb, var(--sd-color) 15%, white), color-mix(in srgb, var(--sd-color) 5%, white));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lyn-sd__placeholder::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--sd-color) 10%, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lyn-sd__placeholder::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px dashed color-mix(in srgb, var(--sd-color) 15%, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lyn-sd-spin 20s linear infinite;
}

@keyframes lyn-sd-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.lyn-sd__placeholder .dashicons {
    font-size: 64px;
    width: 64px;
    height: 64px;
    color: var(--sd-color);
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 4px 12px color-mix(in srgb, var(--sd-color) 30%, transparent));
}

/* ── Content ── */
.lyn-sd__content {
    position: relative;
}

.lyn-sd__number {
    font-family: var(--lyn-font);
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: color-mix(in srgb, var(--sd-color) 10%, transparent);
    display: block;
    margin-bottom: -20px;
    user-select: none;
}

.lyn-sd__title {
    font-family: var(--lyn-font);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    color: var(--lyn-dark);
    margin: 0 0 20px;
    line-height: 1.2;
}

.lyn-sd__desc {
    font-size: 16px;
    color: var(--lyn-gray-500);
    line-height: 1.75;
    margin: 0 0 28px;
}

.lyn-sd__desc p {
    margin: 0 0 12px;
}

.lyn-sd__desc p:last-child {
    margin-bottom: 0;
}

.lyn-sd__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: var(--lyn-white);
    background: var(--sd-color);
    transition: var(--lyn-transition);
    box-shadow: 0 4px 15px color-mix(in srgb, var(--sd-color) 30%, transparent);
}

.lyn-sd__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px color-mix(in srgb, var(--sd-color) 40%, transparent);
    text-decoration: none;
    color: var(--lyn-white);
    gap: 14px;
}

/* ═══════════════════════════════════════════
   CONTACT FOOTER
   ═══════════════════════════════════════════ */
.lyn-contact-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lyn-contact-footer__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--lyn-white, #fff);
    padding-left: 28px;
}

.lyn-contact-footer__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--lyn-gray-300, #cbd5e1);
    text-decoration: none;
    transition: color .2s;
}

a.lyn-contact-footer__item:hover {
    color: var(--lyn-white, #fff);
}

.lyn-contact-footer__item svg {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: var(--lyn-primary);
}

/* ═══════════════════════════════════════════
   NAV FOOTER
   ═══════════════════════════════════════════ */
.lyn-nav-footer__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--lyn-white, #fff);
}

.lyn-nav-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.lyn-nav-footer__list a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--lyn-gray-300, #cbd5e1);
    text-decoration: none;
    transition: color .2s, gap .2s;
}

.lyn-nav-footer__list a svg {
    flex-shrink: 0;
    opacity: .5;
    transition: opacity .2s, transform .2s;
}

.lyn-nav-footer__list a:hover {
    color: var(--lyn-white, #fff);
}

.lyn-nav-footer__list a:hover svg {
    opacity: 1;
    transform: translateX(2px);
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 991px) {
    .lyn-sd__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lyn-sd__row--reverse .lyn-sd__inner {
        direction: ltr;
    }

    .lyn-sd__row { padding: 60px 0; }

    .lyn-sd__number { font-size: 56px; margin-bottom: -14px; }

    .lyn-section { padding: 48px 0; }
    .lyn-section__header { margin-bottom: 28px; }
    .lyn-cta { padding: 40px 0; }
    .lyn-counters { padding: 40px 0; }

    .lyn-about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lyn-about__experience-badge {
        bottom: auto;
        top: 20px;
        right: 20px;
    }

    .lyn-contact__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lyn-contact__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lyn-contact__map {
        min-height: 300px;
    }

    .lyn-contact__map iframe {
        min-height: 300px;
    }

    /* Timeline: single column */
    .lyn-timeline__line { left: 22px; }
    .lyn-timeline__item,
    .lyn-timeline__item--left,
    .lyn-timeline__item--right {
        width: 100%;
        margin-left: 0;
        padding-left: 65px;
        padding-right: 0;
        text-align: left;
    }
    .lyn-timeline__item--left .lyn-timeline__dot,
    .lyn-timeline__item--right .lyn-timeline__dot {
        left: 0;
        right: auto;
    }
    .lyn-timeline__item--left .lyn-timeline__icon { margin-left: 0; }

    /* Quote: single column */
    .lyn-quote__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lyn-section__title[style*="text-align:left"] { text-align: center !important; }

    /* Footer blocks: center on tablet+ */
    .lyn-nav-footer,
    .lyn-contact-footer {
        text-align: center;
    }
    .lyn-nav-footer__title,
    .lyn-contact-footer__title {
        text-align: center;
        padding-left: 0;
    }
    .lyn-nav-footer__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }
    .lyn-contact-footer {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .lyn-container { padding: 0 16px; }

    .lyn-section { padding: 36px 0; }
    .lyn-section__header { margin-bottom: 24px; }
    .lyn-cta { padding: 36px 0; }
    .lyn-counters { padding: 32px 0; }

    .lyn-hero { min-height: 90vh; }
    .lyn-hero__content { padding: 60px 16px 30px; }

    .lyn-hero__buttons {
        flex-direction: column;
        align-items: center;
    }

    .lyn-btn { width: 100%; justify-content: center; max-width: 300px; }

    .lyn-services__grid,
    .lyn-projects__grid,
    .lyn-clients-detail__grid {
        grid-template-columns: 1fr;
    }

    .lyn-tech__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .lyn-tech__filters {
        gap: 6px;
    }

    .lyn-tech__filter {
        padding: 6px 14px;
        font-size: 12px;
    }

    .lyn-team__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }

    .lyn-counters__grid {
        gap: 40px;
    }

    .lyn-counters__number {
        font-size: 36px;
    }

    .lyn-about__counters {
        justify-content: center;
    }

    .lyn-contact__form-wrap {
        padding: 24px;
    }

    .lyn-contact__form-row {
        grid-template-columns: 1fr;
    }

    .lyn-testimonial-card__text {
        font-size: 16px;
    }

    .lyn-quote__form-wrap { padding: 24px; }
    .lyn-quote__row { grid-template-columns: 1fr; }
    .lyn-quote__info {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .lyn-quote__features { align-items: center; }
    .lyn-quote__contact-info { text-align: center; }
    .lyn-page-header { min-height: 30vh; }
    .lyn-page-header__content { padding: 60px 16px 40px; }

    /* Footer blocks: 2-col nav, contact wrap */
    .lyn-nav-footer__list {
        display: grid;
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        gap: 6px 20px;
    }
    .lyn-contact-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .lyn-contact-footer__title {
        text-align: center;
        padding-left: 0;
    }
    .lyn-contact-footer__item {
        justify-content: center;
        text-align: center;
    }
    .lyn-contact-footer__item svg {
        display: none;
    }
}

@media (max-width: 480px) {
    .lyn-tech__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lyn-why__grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════
   CHATBOT LANDING PAGE
   ═══════════════════════════════════════════ */

/* ─── Hero ─── */
.lyn-chatbot__hero {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
    background: var(--lyn-dark, #0a0a1a);
    color: #fff;
}
.lyn-chatbot__hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.lyn-chatbot__hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 16px 0 20px;
    color: #fff;
}
.lyn-chatbot__hero-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255,255,255,.7);
    margin-bottom: 32px;
}
.lyn-chatbot__hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* ─── Chat mockup ─── */
.lyn-chatbot__mockup {
    background: #1a1a2e;
    border-radius: 16px;
    border: 1px solid rgba(99,102,241,.3);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(99,102,241,.15);
}
.lyn-chatbot__mockup-header {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: rgba(99,102,241,.1);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.lyn-chatbot__mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
}
.lyn-chatbot__mockup-dot:first-child { background: #ff5f57; }
.lyn-chatbot__mockup-dot:nth-child(2) { background: #febc2e; }
.lyn-chatbot__mockup-dot:nth-child(3) { background: #28c840; }
.lyn-chatbot__mockup-body {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lyn-chatbot__msg {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.9rem;
    line-height: 1.5;
}
.lyn-chatbot__msg--bot {
    background: rgba(99,102,241,.15);
    border: 1px solid rgba(99,102,241,.2);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
    color: rgba(255,255,255,.9);
}
.lyn-chatbot__msg--user {
    background: #6366f1;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    color: #fff;
}

/* ─── Benefits ─── */
.lyn-chatbot__benefits {
    padding: 80px 0;
    background: var(--lyn-white, #fff);
}
.lyn-chatbot__benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}
.lyn-chatbot__benefit {
    padding: 32px 28px;
    border-radius: 16px;
    background: #f8f9fc;
    border: 1px solid #eee;
    transition: transform .3s, box-shadow .3s;
}
.lyn-chatbot__benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99,102,241,.1);
}
.lyn-chatbot__benefit-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(99,102,241,.1);
    color: #6366f1;
    margin-bottom: 20px;
}
.lyn-chatbot__benefit-icon .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
}
.lyn-chatbot__benefit-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #1a1a2e;
}
.lyn-chatbot__benefit-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ─── How it works / Components ─── */
.lyn-chatbot__how {
    position: relative;
    padding: 80px 0;
    background: var(--lyn-dark, #0a0a1a);
    color: #fff;
    overflow: hidden;
}
.lyn-chatbot__how .lyn-section__title {
    color: #fff;
}
.lyn-chatbot__component {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
    margin-top: 48px;
    padding: 40px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(99,102,241,.15);
    border-radius: 20px;
}
.lyn-chatbot__component + .lyn-chatbot__component {
    margin-top: 32px;
}
.lyn-chatbot__comp-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(99,102,241,.3);
    line-height: 1;
}
.lyn-chatbot__comp-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
}
.lyn-chatbot__comp-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,.65);
    margin: 0 0 20px;
}
.lyn-chatbot__comp-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lyn-chatbot__comp-features li {
    position: relative;
    padding-left: 24px;
    font-size: 0.9rem;
    color: rgba(255,255,255,.75);
    line-height: 1.5;
}
.lyn-chatbot__comp-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6366f1;
    font-weight: 700;
}

/* ─── Channels visual ─── */
.lyn-chatbot__channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lyn-chatbot__channel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    font-size: 0.9rem;
    color: rgba(255,255,255,.8);
    transition: border-color .3s, background .3s;
}
.lyn-chatbot__channel:hover {
    border-color: rgba(99,102,241,.4);
    background: rgba(99,102,241,.08);
}

/* ─── RAG diagram ─── */
.lyn-chatbot__rag-diagram {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.lyn-chatbot__rag-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 20px 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(99,102,241,.2);
    border-radius: 14px;
    min-width: 120px;
    font-size: 0.8rem;
    color: rgba(255,255,255,.75);
}
.lyn-chatbot__rag-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(99,102,241,.15);
    color: #6366f1;
}
.lyn-chatbot__rag-arrow {
    font-size: 1.5rem;
    color: rgba(99,102,241,.4);
}

/* ─── Use cases ─── */
.lyn-chatbot__usecases {
    padding: 80px 0;
    background: var(--lyn-white, #fff);
}
.lyn-chatbot__usecases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 48px;
}
.lyn-chatbot__usecase {
    padding: 32px 24px;
    border-radius: 16px;
    background: #f8f9fc;
    border: 1px solid #eee;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
}
.lyn-chatbot__usecase:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99,102,241,.1);
}
.lyn-chatbot__usecase-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 12px;
    background: rgba(99,102,241,.1);
    color: #6366f1;
}
.lyn-chatbot__usecase-icon .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
}
.lyn-chatbot__usecase-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a2e;
}
.lyn-chatbot__usecase-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ─── Chatbot responsive ─── */
@media (max-width: 991px) {
    .lyn-chatbot__hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lyn-chatbot__benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lyn-chatbot__component {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lyn-chatbot__comp-number {
        font-size: 2rem;
    }
    .lyn-chatbot__usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .lyn-chatbot__hero { padding: 60px 0 40px; }
    .lyn-chatbot__benefits-grid {
        grid-template-columns: 1fr;
    }
    .lyn-chatbot__channels {
        grid-template-columns: 1fr;
    }
    .lyn-chatbot__rag-diagram {
        flex-direction: column;
    }
    .lyn-chatbot__rag-arrow {
        transform: rotate(90deg);
    }
    .lyn-chatbot__usecases-grid {
        grid-template-columns: 1fr;
    }
    .lyn-chatbot__component {
        padding: 24px 20px;
    }
}

/* ═══════════════════════════════════════════
   CHATBOT 2 - FUTURISTIC VERSION
   ═══════════════════════════════════════════ */

/* ─── Base ─── */
.lyn-cb2 { --cb2-accent: #818cf8; --cb2-glow: rgba(129,140,248,.35); --cb2-dark: #06061a; --cb2-surface: rgba(255,255,255,.04); --cb2-border: rgba(129,140,248,.15); }

/* ─── Grid background ─── */
.lyn-cb2__grid-bg {
    position: absolute; inset: 0; z-index: 0;
    background-image:
        linear-gradient(rgba(129,140,248,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(129,140,248,.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
}

/* ─── Orbs ─── */
.lyn-cb2__orbs { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.lyn-cb2__orb {
    position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5;
    animation: cb2Float 8s ease-in-out infinite;
}
.lyn-cb2__orb--1 { width: 400px; height: 400px; background: rgba(99,102,241,.3); top: -100px; left: -100px; }
.lyn-cb2__orb--2 { width: 300px; height: 300px; background: rgba(168,85,247,.25); bottom: -80px; right: -50px; animation-delay: -3s; animation-duration: 10s; }
.lyn-cb2__orb--3 { width: 200px; height: 200px; background: rgba(59,130,246,.2); top: 50%; left: 60%; animation-delay: -5s; animation-duration: 12s; }
@keyframes cb2Float {
    0%,100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}

/* ─── Badge ─── */
.lyn-cb2__badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 16px; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
    background: var(--cb2-surface); border: 1px solid var(--cb2-border); color: var(--cb2-accent);
}
.lyn-cb2__badge-dot {
    width: 6px; height: 6px; border-radius: 50%; background: var(--cb2-accent);
    animation: cb2Pulse 2s ease-in-out infinite;
}
@keyframes cb2Pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 var(--cb2-glow); } 50% { opacity: .6; box-shadow: 0 0 0 6px transparent; } }

/* ─── Section header ─── */
.lyn-cb2__section-header { text-align: center; margin-bottom: 56px; }
.lyn-cb2__section-header .lyn-cb2__badge { margin-bottom: 16px; }
.lyn-cb2__section-title { font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; color: #0f0f2d; margin: 0; line-height: 1.2; }
.lyn-cb2__section-title--light { color: #fff; }

/* ─── Hero ─── */
.lyn-cb2__hero {
    position: relative; padding: 100px 0 80px; overflow: hidden;
    background: var(--cb2-dark); color: #fff;
}
.lyn-cb2__hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.lyn-cb2__hero-title {
    font-size: clamp(2.2rem,4.5vw,3.2rem); font-weight: 800; line-height: 1.12; margin: 20px 0;
    background: linear-gradient(135deg, #fff 0%, #818cf8 50%, #c084fc 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lyn-cb2__hero-desc { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.6); margin: 0 0 32px; }
.lyn-cb2__hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── Buttons ─── */
.lyn-cb2__btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
    border-radius: 12px; font-size: .95rem; font-weight: 600; text-decoration: none; transition: all .3s;
}
.lyn-cb2__btn--glow {
    background: linear-gradient(135deg, #6366f1, #8b5cf6); color: #fff;
    box-shadow: 0 0 20px rgba(99,102,241,.4), 0 0 60px rgba(99,102,241,.15);
}
.lyn-cb2__btn--glow:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(99,102,241,.6), 0 0 80px rgba(99,102,241,.25); color: #fff; }
.lyn-cb2__btn--ghost {
    background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.15);
}
.lyn-cb2__btn--ghost:hover { border-color: var(--cb2-accent); color: var(--cb2-accent); }

/* ─── Terminal / Chat mockup ─── */
.lyn-cb2__terminal {
    border-radius: 16px; overflow: hidden;
    background: rgba(15,15,40,.8); backdrop-filter: blur(20px);
    border: 1px solid var(--cb2-border);
    box-shadow: 0 0 40px rgba(129,140,248,.1), 0 25px 50px rgba(0,0,0,.4);
}
.lyn-cb2__terminal-bar {
    display: flex; align-items: center; gap: 12px; padding: 12px 18px;
    background: rgba(129,140,248,.06); border-bottom: 1px solid var(--cb2-border);
}
.lyn-cb2__terminal-dots { display: flex; gap: 6px; }
.lyn-cb2__terminal-dots span { width: 10px; height: 10px; border-radius: 50%; }
.lyn-cb2__terminal-dots span:nth-child(1) { background: #ff5f57; }
.lyn-cb2__terminal-dots span:nth-child(2) { background: #febc2e; }
.lyn-cb2__terminal-dots span:nth-child(3) { background: #28c840; }
.lyn-cb2__terminal-title { flex: 1; font-size: .8rem; color: rgba(255,255,255,.4); font-weight: 500; }
.lyn-cb2__terminal-status { display: flex; align-items: center; gap: 6px; font-size: .75rem; color: #28c840; }
.lyn-cb2__pulse { width: 6px; height: 6px; border-radius: 50%; background: #28c840; animation: cb2Pulse 1.5s infinite; }

.lyn-cb2__chat { padding: 24px 20px; display: flex; flex-direction: column; gap: 16px; height: 320px; overflow: hidden; }

.lyn-cb2__msg { display: flex; align-items: flex-start; gap: 10px; opacity: 0; transform: translateY(10px); }
.lyn-cb2__msg.is-visible { opacity: 1; transform: translateY(0); transition: opacity .4s, transform .4s; }
.lyn-cb2__msg--user { flex-direction: row-reverse; }
.lyn-cb2__msg-avatar {
    width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
    background: rgba(129,140,248,.15); color: var(--cb2-accent); flex-shrink: 0;
}
.lyn-cb2__msg-bubble {
    max-width: 80%; padding: 10px 16px; border-radius: 12px; font-size: .88rem; line-height: 1.5;
}
.lyn-cb2__msg--bot .lyn-cb2__msg-bubble { background: var(--cb2-surface); border: 1px solid var(--cb2-border); color: rgba(255,255,255,.85); border-bottom-left-radius: 4px; }
.lyn-cb2__msg--user .lyn-cb2__msg-bubble { background: linear-gradient(135deg, #6366f1, #7c3aed); color: #fff; border-bottom-right-radius: 4px; }
.lyn-cb2__cursor { display: inline-block; animation: cb2Blink .6s step-end infinite; color: var(--cb2-accent); margin-left: 1px; }
@keyframes cb2Blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }

/* Typing indicator */
.lyn-cb2__typing { display: flex; align-items: center; gap: 10px; }
.lyn-cb2__typing-dots { display: flex; gap: 4px; padding: 10px 16px; background: var(--cb2-surface); border: 1px solid var(--cb2-border); border-radius: 12px; border-bottom-left-radius: 4px; }
.lyn-cb2__typing-dots span {
    width: 6px; height: 6px; border-radius: 50%; background: var(--cb2-accent); opacity: .4;
    animation: cb2Typing 1.4s infinite;
}
.lyn-cb2__typing-dots span:nth-child(2) { animation-delay: .2s; }
.lyn-cb2__typing-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes cb2Typing { 0%,60%,100% { opacity: .4; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }

/* ─── Benefits ─── */
.lyn-cb2__benefits { padding: 80px 0; background: #fafbff; }
.lyn-cb2__benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ─── Cards (neon border) ─── */
.lyn-cb2__card {
    position: relative; border-radius: 16px; overflow: hidden;
    background: #fff; transition: transform .4s;
}
.lyn-cb2__card:hover { transform: translateY(-6px); }
.lyn-cb2__card-glow {
    position: absolute; inset: 0; border-radius: 16px; padding: 1px;
    background: linear-gradient(135deg, transparent 30%, var(--cb2-accent) 50%, transparent 70%);
    background-size: 200% 200%; opacity: 0; transition: opacity .4s;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.lyn-cb2__card:hover .lyn-cb2__card-glow { opacity: 1; animation: cb2BorderGlow 3s linear infinite; }
@keyframes cb2BorderGlow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
.lyn-cb2__card-inner { padding: 32px 28px; position: relative; z-index: 1; border: 1px solid #eef; border-radius: 16px; height: 100%; }
.lyn-cb2__card:hover .lyn-cb2__card-inner { border-color: transparent; }
.lyn-cb2__card-icon {
    width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
    border-radius: 12px; background: linear-gradient(135deg, rgba(99,102,241,.08), rgba(139,92,246,.08));
    color: var(--cb2-accent); margin-bottom: 18px;
}
.lyn-cb2__card-icon .dashicons { font-size: 24px; width: 24px; height: 24px; }
.lyn-cb2__card-title { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; color: #0f0f2d; }
.lyn-cb2__card-desc { font-size: .88rem; line-height: 1.6; color: #555; margin: 0; }

/* ─── How section ─── */
.lyn-cb2__how { position: relative; padding: 80px 0; background: var(--cb2-dark); overflow: hidden; }

/* ─── Component cards ─── */
.lyn-cb2__comp { position: relative; border-radius: 20px; overflow: hidden; }
.lyn-cb2__comp-glow {
    position: absolute; inset: 0; border-radius: 20px; padding: 1px;
    background: linear-gradient(135deg, rgba(129,140,248,.3), rgba(168,85,247,.2), rgba(129,140,248,.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
}
.lyn-cb2__comp-inner {
    padding: 40px; position: relative; z-index: 1;
    background: rgba(15,15,40,.6); backdrop-filter: blur(20px); border-radius: 20px;
}
.lyn-cb2__comp-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.lyn-cb2__comp-num {
    font-size: 2.5rem; font-weight: 800; line-height: 1;
    background: linear-gradient(135deg, var(--cb2-accent), #c084fc);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .5;
}
.lyn-cb2__comp-title { font-size: 1.4rem; font-weight: 700; color: #fff; margin: 0; }
.lyn-cb2__comp-desc { font-size: .95rem; line-height: 1.7; color: rgba(255,255,255,.55); margin: 0 0 24px; }
.lyn-cb2__comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.lyn-cb2__comp-features { display: flex; flex-direction: column; gap: 12px; }
.lyn-cb2__feat {
    display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.4;
}
.lyn-cb2__feat svg { flex-shrink: 0; color: #34d399; margin-top: 2px; }

/* ─── Hub visual (channels) ─── */
.lyn-cb2__channels-visual { display: flex; justify-content: center; align-items: center; position: relative; min-height: 200px; }
.lyn-cb2__hub { position: relative; display: flex; align-items: center; justify-content: center; }
.lyn-cb2__hub-core {
    width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #6366f1, #8b5cf6); color: #fff; z-index: 2; position: relative;
    box-shadow: 0 0 30px rgba(99,102,241,.4);
}
.lyn-cb2__hub-ring {
    position: absolute; width: 120px; height: 120px; border-radius: 50%;
    border: 1px solid rgba(129,140,248,.2); animation: cb2Ring 3s ease-in-out infinite;
}
.lyn-cb2__hub-ring--2 { width: 180px; height: 180px; border-color: rgba(129,140,248,.1); animation-delay: -1.5s; }
@keyframes cb2Ring { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: .5; } }
.lyn-cb2__channel-nodes { position: absolute; inset: 0; }
.lyn-cb2__node {
    position: absolute; width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.06); border: 1px solid var(--cb2-border); backdrop-filter: blur(10px);
    animation: cb2NodeFloat 4s ease-in-out infinite;
}
.lyn-cb2__node--wa { top: 10%; left: 10%; animation-delay: 0s; }
.lyn-cb2__node--ig { top: 10%; right: 10%; animation-delay: -1s; }
.lyn-cb2__node--web { bottom: 10%; left: 10%; animation-delay: -2s; }
.lyn-cb2__node--email { bottom: 10%; right: 10%; animation-delay: -3s; }
@keyframes cb2NodeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ─── RAG Flow ─── */
.lyn-cb2__rag-flow { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: nowrap; }
.lyn-cb2__rag-node {
    display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 16px 12px;
    background: var(--cb2-surface); border: 1px solid var(--cb2-border); border-radius: 14px; min-width: 100px;
    font-size: .78rem; color: rgba(255,255,255,.7);
}
.lyn-cb2__rag-num {
    width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #6366f1, #8b5cf6); color: #fff; font-weight: 700; font-size: .85rem;
}
.lyn-cb2__rag-line { width: 40px; height: 2px; background: var(--cb2-border); position: relative; overflow: hidden; }
.lyn-cb2__rag-pulse {
    position: absolute; top: 0; left: -30%; width: 30%; height: 100%;
    background: linear-gradient(90deg, transparent, var(--cb2-accent), transparent);
    animation: cb2RagPulse 2s linear infinite;
}
@keyframes cb2RagPulse { 0% { left: -30%; } 100% { left: 100%; } }

/* ─── Use cases ─── */
.lyn-cb2__usecases { padding: 80px 0; background: #fafbff; }
.lyn-cb2__usecases-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    align-items: center;
}
.lyn-cb2__usecases-eva {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lyn-cb2__usecases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lyn-cb2__card--sm .lyn-cb2__card-inner { text-align: center; padding: 28px 20px; }
.lyn-cb2__card--sm .lyn-cb2__card-icon { margin: 0 auto 16px; }

/* ─── EVA Robot Animation ─── */
.lyn-eva-viewport {
    perspective: 1000px;
    width: 16rem;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
}
.lyn-eva {
    --eva-dur: 4s;
    transform-style: preserve-3d;
    animation: lynEvaRotate var(--eva-dur) linear infinite alternate;
}
.lyn-eva__head {
    position: relative;
    width: 6rem;
    height: 4rem;
    border-radius: 48% 53% 45% 55% / 79% 79% 20% 22%;
    background: linear-gradient(to right, white 45%, gray);
}
.lyn-eva__eye-chamber {
    width: 4.5rem;
    height: 2.75rem;
    position: relative;
    left: 50%;
    top: 55%;
    border-radius: 45% 53% 45% 48% / 62% 59% 35% 34%;
    background-color: #0c203c;
    box-shadow: 0px 0px 2px 2px white, inset 0px 0px 0px 2px black;
    transform: translate(-50%, -50%);
    animation: lynEvaMoveRight var(--eva-dur) linear infinite alternate;
}
.lyn-eva__eye {
    width: 1.2rem;
    height: 1.5rem;
    position: absolute;
    border-radius: 50%;
}
.lyn-eva__eye:first-child {
    left: 12px;
    top: 50%;
    background: repeating-linear-gradient(65deg, #9bdaeb 0px, #9bdaeb 1px, white 2px);
    box-shadow: inset 0px 0px 5px #04b8d5, 0px 0px 15px 1px #0bdaeb;
    transform: translate(0, -50%) rotate(-65deg);
}
.lyn-eva__eye:nth-child(2) {
    right: 12px;
    top: 50%;
    background: repeating-linear-gradient(-65deg, #9bdaeb 0px, #9bdaeb 1px, white 2px);
    box-shadow: inset 0px 0px 5px #04b8d5, 0px 0px 15px 1px #0bdaeb;
    transform: translate(0, -50%) rotate(65deg);
}
.lyn-eva__body {
    width: 6rem;
    height: 8rem;
    position: relative;
    margin-block-start: 0.25rem;
    border-radius: 47% 53% 45% 55% / 12% 9% 90% 88%;
    background: linear-gradient(to right, white 35%, gray);
}
.lyn-eva__hand {
    position: absolute;
    left: -1.5rem;
    top: 0.75rem;
    width: 2rem;
    height: 5.5rem;
    border-radius: 40%;
    background: linear-gradient(to left, white 15%, gray);
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.25);
    transform: rotateY(55deg) rotateZ(10deg);
}
.lyn-eva__hand:first-child {
    animation: lynEvaHandLeft var(--eva-dur) linear infinite alternate;
}
.lyn-eva__hand:nth-child(2) {
    left: 92%;
    background: linear-gradient(to right, white 15%, gray);
    transform: rotateY(55deg) rotateZ(-10deg);
    animation: lynEvaHandRight var(--eva-dur) linear infinite alternate;
}
.lyn-eva__scanner {
    width: 0;
    height: 0;
    position: absolute;
    left: 60%;
    top: 10%;
    border-top: 180px solid #9bdaeb;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
    transform-origin: top left;
    mask: linear-gradient(to right, white, transparent 35%);
    -webkit-mask: linear-gradient(to right, white, transparent 35%);
    animation: lynEvaGlow 2s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.lyn-eva__scanner-dot {
    position: absolute;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 60%;
    top: 10%;
    background: #9bdaeb;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    animation: lynEvaMoveRight var(--eva-dur) linear infinite;
}
@keyframes lynEvaRotate {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(25deg); }
}
@keyframes lynEvaMoveRight {
    from { transform: translate(-50%, -50%); }
    to { transform: translate(-40%, -50%); }
}
@keyframes lynEvaHandLeft {
    from { transform: rotateY(55deg) rotateZ(10deg); }
    to { transform: rotateY(30deg) rotateZ(10deg); }
}
@keyframes lynEvaHandRight {
    from { transform: rotateY(55deg) rotateZ(-10deg); }
    to { transform: rotateY(70deg) rotateZ(-10deg); }
}
@keyframes lynEvaGlow {
    from { opacity: 0; }
    20% { opacity: 1; }
    45% { transform: rotate(-25deg); }
    75% { transform: rotate(5deg); }
    100% { opacity: 0; }
}

/* ─── CB2 Responsive ─── */
@media (max-width: 991px) {
    .lyn-cb2__hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .lyn-cb2__benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .lyn-cb2__comp-grid { grid-template-columns: 1fr; }
    .lyn-cb2__usecases-layout { grid-template-columns: 1fr; gap: 32px; }
    .lyn-cb2__usecases-eva { order: -1; }
    .lyn-eva-viewport { width: 14rem; }
    .lyn-cb2__usecases-grid { grid-template-columns: repeat(2, 1fr); }
    .lyn-cb2__usecases { padding: 50px 0 30px; }
    .lyn-cb2__benefits { padding: 50px 0; }
    .lyn-cb2__how { padding: 50px 0; }
    .lyn-cb2__section-header { margin-bottom: 36px; }
}
@media (max-width: 576px) {
    .lyn-cb2__hero { padding: 60px 0 40px; }
    .lyn-cb2__benefits-grid { grid-template-columns: 1fr; }
    .lyn-cb2__comp-inner { padding: 24px 20px; }
    .lyn-cb2__rag-flow { flex-direction: column; flex-wrap: wrap; }
    .lyn-cb2__rag-line { width: 2px; height: 24px; }
    .lyn-cb2__rag-pulse { animation-name: cb2RagPulseV; }
    @keyframes cb2RagPulseV { 0% { top: -30%; left: 0; } 100% { top: 100%; left: 0; } }
    .lyn-cb2__usecases-grid { grid-template-columns: 1fr; }
    .lyn-cb2__usecases { padding: 40px 0 20px; }
    .lyn-cb2__benefits { padding: 40px 0; }
    .lyn-cb2__how { padding: 40px 0; }
    .lyn-eva-viewport { width: 12rem; }
    .lyn-cb2__section-header { margin-bottom: 32px; }
}

/* ═══════════════════════════════════════════
   CHATBOT FLOATING WIDGET
   ═══════════════════════════════════════════ */
.lyn-chatwidget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
}

/* ─── Bubble button ─── */
.lyn-chatwidget__bubble {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    display: block;
    position: relative;
    z-index: 2;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    transition: transform .3s ease;
    overflow: visible;
    width: auto;
    height: auto;
    line-height: 0;
}
.lyn-chatwidget__bubble:hover {
    transform: scale(1.1);
}

/* ─── Loader animation ─── */
.lyn-chatwidget__loader {
    --cw-c1: #ffbf48;
    --cw-c2: #be4a1d;
    --cw-c3: #ffbf4780;
    --cw-c4: #bf4a1d80;
    --cw-c5: #ffbf4740;
    --cw-time: 2s;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: scale(0.64);
    box-shadow: 0 0 25px 0 var(--cw-c3), 0 20px 50px 0 var(--cw-c4);
    animation: lynCwColorize 6s ease-in-out infinite;
    transition: opacity .3s, transform .3s;
}
.lyn-chatwidget__loader::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100px; height: 100px;
    border-radius: 50%;
    border-top: solid 1px var(--cw-c1);
    border-bottom: solid 1px var(--cw-c2);
    background: linear-gradient(180deg, var(--cw-c5), var(--cw-c4));
    box-shadow: inset 0 10px 10px 0 var(--cw-c3), inset 0 -10px 10px 0 var(--cw-c4);
}

/* SVG version */
.lyn-chatwidget__loader-box {
    width: 100px; height: 100px;
    background: linear-gradient(180deg, var(--cw-c1) 30%, var(--cw-c2) 70%);
    mask: url(#lyn-cw-clipping);
    -webkit-mask: url(#lyn-cw-clipping);
}
.lyn-chatwidget__loader--svg svg {
    position: absolute;
}
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping {
    filter: contrast(15);
    animation: lynCwRoundness calc(var(--cw-time) / 2) linear infinite;
}
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon { filter: blur(7px); }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(1) { transform-origin: 75% 25%; transform: rotate(90deg); }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(2) { transform-origin: 50% 50%; animation: lynCwSpin var(--cw-time) linear infinite reverse; }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(3) { transform-origin: 50% 60%; animation: lynCwSpin var(--cw-time) linear infinite; animation-delay: calc(var(--cw-time) / -3); }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(4) { transform-origin: 40% 40%; animation: lynCwSpin var(--cw-time) linear infinite reverse; }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(5) { transform-origin: 40% 40%; animation: lynCwSpin var(--cw-time) linear infinite reverse; animation-delay: calc(var(--cw-time) / -2); }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(6) { transform-origin: 60% 40%; animation: lynCwSpin var(--cw-time) linear infinite; }
.lyn-chatwidget__loader--svg svg #lyn-cw-clipping polygon:nth-child(7) { transform-origin: 60% 40%; animation: lynCwSpin var(--cw-time) linear infinite; animation-delay: calc(var(--cw-time) / -1.5); }

@keyframes lynCwSpin { to { transform: rotate(360deg); } }
@keyframes lynCwRoundness {
    0%, 60%, 100% { filter: contrast(15); }
    20%, 40% { filter: contrast(3); }
}

/* Mobile chat icon - hidden by default */
.lyn-chatwidget__mobile-icon {
    display: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(99,102,241,.4), 0 0 0 0 rgba(99,102,241,.3);
    animation: lynCwMobilePulse 2.5s ease-in-out infinite;
    cursor: pointer;
    position: relative;
}
.lyn-chatwidget__mobile-icon svg {
    width: 26px;
    height: 26px;
}
.lyn-cw-dot {
    animation: lynCwDotBounce 1.4s ease-in-out infinite;
}
.lyn-cw-dot--2 { animation-delay: .2s; }
.lyn-cw-dot--3 { animation-delay: .4s; }

@keyframes lynCwDotBounce {
    0%, 60%, 100% { transform: translateY(0); opacity: .6; }
    30% { transform: translateY(-2px); opacity: 1; }
}
@keyframes lynCwMobilePulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(99,102,241,.4), 0 0 0 0 rgba(99,102,241,.3); }
    50% { box-shadow: 0 4px 20px rgba(99,102,241,.4), 0 0 0 10px rgba(99,102,241,0); }
}

/* Mobile: swap versions */
@media (max-width: 991px) {
    .lyn-chatwidget__loader--svg { display: none !important; }
    .lyn-chatwidget__mobile-icon { display: flex !important; }
}
@keyframes lynCwColorize {
    0% { filter: hue-rotate(0deg); }
    20% { filter: hue-rotate(-30deg); }
    40% { filter: hue-rotate(-60deg); }
    60% { filter: hue-rotate(-90deg); }
    80% { filter: hue-rotate(-45deg); }
    100% { filter: hue-rotate(0deg); }
}

/* ─── Chat window ─── */
.lyn-chatwidget__window {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 400px;
    height: 600px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.2), 0 0 0 1px rgba(99,102,241,.15);
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.lyn-chatwidget.is-open .lyn-chatwidget__window {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

/* ─── Window header with close ─── */
.lyn-chatwidget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--lyn-primary, #6366f1);
    color: #fff;
    flex-shrink: 0;
}
.lyn-chatwidget__header-title {
    font-size: .9rem;
    font-weight: 600;
}
.lyn-chatwidget__close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
.lyn-chatwidget__close:hover {
    background: rgba(255,255,255,.2);
}

/* ─── Window body ─── */
.lyn-chatwidget__body {
    flex: 1;
    overflow: hidden;
}
.lyn-chatwidget__body iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
}

/* ─── Placeholder (no URL yet) ─── */
.lyn-chatwidget__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fb;
    color: #64748b;
    font-size: .95rem;
    text-align: center;
    padding: 24px;
}

/* ─── Widget responsive ─── */
@media (max-width: 576px) {
    .lyn-chatwidget { bottom: 16px; right: 16px; }
    .lyn-chatwidget__window {
        width: calc(100vw - 32px);
        height: 70vh;
        height: 70dvh;
        max-height: 550px;
        right: -8px;
        bottom: 86px;
    }
    /* iOS privacy text + form fixes */
    .lyn-contact__privacy label,
    .lyn-quote__privacy label {
        font-size: 12px;
        gap: 6px;
    }
    .lyn-contact__privacy input[type="checkbox"],
    .lyn-quote__privacy input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }
    .lyn-contact__field input,
    .lyn-contact__field textarea,
    .lyn-quote__field input,
    .lyn-quote__field select,
    .lyn-quote__field textarea {
        font-size: 16px !important; /* prevents iOS zoom on focus */
    }
}
