/* Fenot Digitals — Shared Styles */
.geometric-grid {
    background-image: radial-gradient(rgba(10, 132, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
}
.dark .geometric-grid {
    background-image: radial-gradient(rgba(10, 132, 255, 0.12) 1px, transparent 1px);
}
.glass-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.dark .glass-nav { background: rgba(9, 13, 22, 0.85); }
.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(10, 132, 255, 0.12);
}
.dark .glass-card {
    background: rgba(18, 24, 36, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.glow-effect { box-shadow: 0 0 30px rgba(50, 125, 180, 0.15); }
.dark .glow-effect { box-shadow: 0 0 40px rgba(0, 210, 255, 0.12); }
.glow-border { transition: all 0.3s ease; }
.glow-border:hover {
    border-color: rgba(50, 125, 180, 0.45);
    box-shadow: 0 0 20px rgba(50, 125, 180, 0.15);
}
.gradient-hero {
    background: linear-gradient(135deg, #0A84FF 0%, #0052D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dark .gradient-hero {
    background: linear-gradient(135deg, #FFFFFF 10%, #0A84FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.brand-italic {
    font-style: italic;
    transform: skewX(-6deg);
    display: inline-block;
    transform-origin: left center;
    padding-right: 0.35em;
}
.parallelogram {
    position: absolute;
    transform: skewX(-12deg);
    border: 1px solid rgba(10, 132, 255, 0.2);
    background: linear-gradient(135deg, rgba(10,132,255,0.08), rgba(0,82,217,0.04));
    border-radius: 4px;
    pointer-events: none;
}
.hero-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    pointer-events: none;
}
.dark .hero-photo { opacity: 0.08; }
.page-header {
    padding: 5rem 0 3rem;
    position: relative;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #64748B;
}
.breadcrumb a { color: #0A84FF; }
.proof-ticker-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.proof-ticker {
    display: flex;
    gap: 24px;
    animation: ticker 22s linear infinite;
    width: max-content;
}
.proof-chip {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(10,132,255,0.08);
    border: 1px solid rgba(10,132,255,0.15);
    color: #052B6B;
    white-space: nowrap;
}
.dark .proof-chip { color: #F8FAFC; background: rgba(10,132,255,0.12); }
.service-card {
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--card-color, #0A84FF) 40%, transparent);
    box-shadow: 0 16px 40px color-mix(in srgb, var(--card-color, #0A84FF) 15%, transparent);
}
.project-card .project-image {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.project-card:hover .project-image { transform: scale(1.06); }
.client-logo { opacity: 0.65; transition: opacity 0.3s ease; }
.client-logo:hover { opacity: 1; }
.testimonial-card { transition: transform 0.3s ease; }
.testimonial-card:hover { transform: translateY(-3px); }
.nav-link { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #475569; transition: color 0.2s; }
.dark .nav-link { color: #CBD5E1; }
.nav-link:hover, .nav-link.nav-active { color: #0A84FF !important; }
body.loading { overflow: hidden; }
#loader {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: #052B6B;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-logo { animation: loaderPulse 1.8s ease-in-out infinite; }
.loader-bar-track { width: 200px; height: 3px; background: rgba(255,255,255,0.1); border-radius: 99px; overflow: hidden; margin-top: 24px; }
.loader-bar-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #0A84FF, #0052D9); border-radius: 99px; transition: width 0.15s ease; }
.reveal {
    opacity: 0; transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.reveal-left { transform: translateX(-32px); }
.reveal.reveal-right { transform: translateX(32px); }
.reveal.reveal-scale { transform: scale(0.92); }
.reveal.visible { opacity: 1; transform: translate(0) scale(1); }
.header-scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.dark .header-scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.35); }
#backToTop {
    position: fixed; bottom: 88px; right: 24px; z-index: 40;
    width: 44px; height: 44px; border-radius: 12px;
    background: #0A84FF; color: white;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(50,125,180,0.35);
}
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: #0052D9; transform: translateY(-2px); }
#whatsappFloat {
    position: fixed; bottom: 24px; right: 24px; z-index: 40;
    width: 56px; height: 56px; border-radius: 16px;
    background: #25D366; color: white;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 24px rgba(37,211,102,0.45);
    transition: transform 0.3s ease;
    animation: waPulse 2.5s ease-in-out infinite;
}
#whatsappFloat:hover { transform: scale(1.08); animation: none; }
.pricing-popular { border: 2px solid rgba(10, 132, 255, 0.45); }
@keyframes hubSpin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.float-anim { animation: floatY 4s ease-in-out infinite; }
@keyframes loaderPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.85; } }
@keyframes waPulse { 0%, 100% { box-shadow: 0 4px 24px rgba(37,211,102,0.45); } 50% { box-shadow: 0 4px 32px rgba(37,211,102,0.7); } }
@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal.visible { opacity: 1; transform: none; transition: none; }
    #loader, .loader-logo, #whatsappFloat, .proof-ticker, .float-anim { animation: none !important; }
}
