﻿/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .hero-row, .trust-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 2rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        justify-content: center;
    }

    .footer-description {
        max-width: 100%;
    }

    .hero-stats {
        justify-content: center;
    }

    .trust-image-overlay {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .floating-card {
        padding: 0.8rem 1rem;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }

        .card-icon i {
            font-size: 1.2rem;
        }

    .card-title {
        font-size: 0.95rem;
    }

    .card-subtitle {
        font-size: 0.75rem;
    }

    .card-1 {
        left: -15px;
    }

    .card-2 {
        right: -15px;
    }

    .trust-content {
        padding: 2rem;
    }

    .hero-section {
        padding: 80px 0;
    }

    .services-section,
    .trust-section {
        padding: 60px 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-hero {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        flex-direction: column;
        align-items: stretch;
    }

    .stat-card {
        text-align: center;
    }

    .service-number {
        font-size: 2.5rem;
        top: 1rem;
        right: 1rem;
    }

    .overlay-badge {
        padding: 1rem;
    }

    .badge-number {
        font-size: 1.2rem;
    }

    .overlay-badge i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .btn-hero {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .brand-name {
        font-size: 1.3rem;
    }

    .logo-circle {
        width: 50px;
        height: 50px;
    }

        .logo-circle i {
            font-size: 1.5rem;
        }

    .floating-card {
        display: none;
    }

    .hero-badge,
    .section-badge,
    .trust-badge {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .trust-content h3 {
        font-size: 1.8rem;
    }

    .footer-container {
        gap: 2rem;
    }

    .footer-logo span {
        font-size: 1.3rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .contact-item i {
        width: 30px;
        height: 30px;
    }

    .hero-deco-1,
    .hero-deco-2,
    .hero-deco-3 {
        display: none;
    }

    .image-background-circle {
        display: none;
    }
}

/* ========== ANIMACIONES ADICIONALES ========== */
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Efecto para enlaces del navbar */
.nav-link-modern,
.btn-modern-primary,
.btn-modern-secondary {
    position: relative;
    z-index: 1;
}

/* Animación suave para el scroll */
html {
    scroll-behavior: smooth;
}

/* Hover effect para imágenes */
.hero-main-image,
.trust-image img {
    position: relative;
}

    .hero-main-image:hover,
    .trust-image img:hover {
        transform: scale(1.02) rotate(1deg);
    }

/* Logout link especial */
.logout-link {
    transition: all 0.3s ease;
}

    .logout-link:hover {
        background: rgba(255, 76, 76, 0.2);
        color: #ff4c4c !important;
    }

/* User welcome animation */
.user-welcome span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.user-welcome:hover span {
    transform: scale(1.05);
}

/* Service card number animation on load */
@keyframes numberPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.service-number {
    animation: numberPop 0.6s ease-out backwards;
}

.service-card:nth-child(1) .service-number {
    animation-delay: 0.2s;
}

.service-card:nth-child(2) .service-number {
    animation-delay: 0.3s;
}

.service-card:nth-child(3) .service-number {
    animation-delay: 0.4s;
}

.service-card:nth-child(4) .service-number {
    animation-delay: 0.5s;
}

/* Stats counter animation */
@keyframes countUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.stat-number {
    animation: countUp 0.8s ease-out backwards;
}

.stat-card:nth-child(1) .stat-number {
    animation-delay: 0.9s;
}

.stat-card:nth-child(2) .stat-number {
    animation-delay: 1s;
}

.stat-card:nth-child(3) .stat-number {
    animation-delay: 1.1s;
}

/* Efecto de brillo en iconos al cargar */
@keyframes iconGlow {
    0%, 100% {
        filter: drop-shadow(0 0 0 transparent);
    }

    50% {
        filter: drop-shadow(0 0 10px rgba(74, 144, 226, 0.5));
    }
}

.service-icon i,
.card-icon i {
    animation: iconGlow 2s ease-in-out infinite;
}

/* Efecto ondulado en hover de badges */
.hero-badge:hover,
.section-badge:hover,
.trust-badge:hover {
    animation: pulse 0.5s ease-in-out;
}

/* Mejora del contraste en texto sobre fondos claros */
.section-subtitle,
.hero-content p {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

/* Transición suave para todos los elementos */
* {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Prevenir transiciones durante el scroll */
.hero-section,
.services-section,
.trust-section {
    will-change: transform;
}

/* Loading state para imágenes */
.hero-main-image,
.trust-image img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
}

/* Efecto parallax sutil en decoraciones */
.hero-deco-1 {
    transform: translateZ(0);
}

.hero-deco-2 {
    transform: translateZ(0);
}

.hero-deco-3 {
    transform: translateZ(0);
}
/* ========== VARIABLES ========== */
:root {
    --primary-blue: #4A90E2;
    --light-blue: #E8F4FD;
    --sky-blue: #87CEEB;
    --dark-blue: #2C5F8D;
    --accent-orange: #FF9A56;
    --white: #ffffff;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    background: #f8f9fa;
    overflow-x: hidden;
}

/* ========== ANIMACIONES ========== */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes floatReverse {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pawPrint {
    0% {
        opacity: 0.3;
        transform: scale(0.5) rotate(0deg);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2) rotate(180deg);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.5) rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

/* ========== NAVBAR ========== */
.modern-navbar {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--sky-blue) 100%);
    padding: 1.2rem 0;
    box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    animation: slideInDown 0.6s ease-out;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

    .brand-logo:hover {
        transform: translateY(-3px);
    }

.logo-circle {
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

    .logo-circle::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(74, 144, 226, 0.3), transparent);
        transform: rotate(45deg);
        transition: all 0.5s;
    }

.brand-logo:hover .logo-circle::before {
    animation: shimmer 1.5s infinite;
}

.brand-logo:hover .logo-circle {
    box-shadow: 0 12px 35px rgba(74, 144, 226, 0.4);
    transform: rotate(10deg) scale(1.1);
}

.logo-circle i {
    font-size: 1.8rem;
    color: var(--primary-blue);
    animation: pulse 2s ease-in-out infinite;
}

.brand-name {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .brand-name::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 3px;
        background: var(--white);
        transition: width 0.4s ease;
    }

.brand-logo:hover .brand-name::after {
    width: 100%;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link-modern {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .nav-link-modern::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transition: left 0.4s ease;
    }

    .nav-link-modern:hover::before {
        left: 0;
    }

    .nav-link-modern:hover {
        color: var(--white);
        transform: translateY(-2px);
    }

.btn-modern-primary {
    background: var(--white);
    color: var(--primary-blue);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

    .btn-modern-primary::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(74, 144, 226, 0.2);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .btn-modern-primary:hover::before {
        width: 300px;
        height: 300px;
    }

    .btn-modern-primary:hover {
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.4);
        color: var(--primary-blue);
        transform: translateY(-3px) scale(1.05);
    }

.btn-modern-secondary {
    background: var(--dark-blue);
    color: var(--white);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

    .btn-modern-secondary:hover {
        background: #3a7abd;
        color: var(--white);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 25px rgba(58, 122, 189, 0.4);
    }

.user-welcome {
    color: var(--white);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out;
}

    .user-welcome i {
        animation: bounce 2s ease-in-out infinite;
    }

/* ========== HERO SECTION ========== */
.hero-section {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--sky-blue) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Decoraciones de fondo */
.hero-decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}

.hero-deco-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--primary-blue), transparent);
    top: -100px;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.hero-deco-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--sky-blue), transparent);
    bottom: 10%;
    left: 5%;
    animation: floatReverse 6s ease-in-out infinite;
}

.hero-deco-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, var(--primary-blue), transparent);
    top: 50%;
    left: 20%;
    animation: pulse 4s ease-in-out infinite;
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.hero-content {
    animation: slideInLeft 0.8s ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

    .hero-badge i {
        color: var(--primary-blue);
        font-size: 1.2rem;
    }

    .hero-badge span {
        color: var(--text-dark);
        font-weight: 600;
        font-size: 0.95rem;
    }

.hero-content h1 {
    font-size: 3.8rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out;
}

.hero-content .highlight {
    color: var(--primary-blue);
    position: relative;
    display: inline-block;
}

    .hero-content .highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 15px;
        background: rgba(74, 144, 226, 0.2);
        z-index: -1;
        animation: slideInLeft 1.2s ease-out 0.5s both;
    }

.hero-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.5rem;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-hero-primary {
    background: var(--primary-blue);
    color: var(--white);
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.4);
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-hero-primary:hover {
    box-shadow: 0 15px 40px rgba(74, 144, 226, 0.5);
    color: var(--white);
    transform: translateY(-5px) scale(1.05);
}

.btn-hero-secondary {
    background: var(--white);
    color: var(--primary-blue);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .btn-hero-secondary:hover {
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        color: var(--primary-blue);
        transform: translateY(-5px) scale(1.05);
    }

.btn-hero i {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.btn-hero:hover i {
    transform: rotate(15deg) scale(1.2);
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.stat-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 1.2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.15);
    transition: all 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.25);
    }

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 0.3rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

.hero-image-wrapper {
    position: relative;
    animation: slideInRight 0.8s ease-out;
}

.image-background-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-blue), var(--sky-blue));
    border-radius: 35px;
    top: 20px;
    left: 20px;
    z-index: 0;
    opacity: 0.3;
    animation: pulse 3s ease-in-out infinite;
}

.hero-main-image {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 20px 50px rgba(74, 144, 226, 0.3);
    transition: all 0.5s ease;
    animation: scaleIn 1s ease-out;
    position: relative;
    z-index: 1;
}

    .hero-main-image:hover {
        transform: scale(1.02) rotate(1deg);
        box-shadow: 0 25px 60px rgba(74, 144, 226, 0.4);
    }

.floating-card {
    position: absolute;
    background: var(--white);
    padding: 1rem 1.5rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.25);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

    .floating-card:hover {
        transform: scale(1.1) rotate(2deg);
        box-shadow: 0 15px 40px rgba(74, 144, 226, 0.4);
    }

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .card-icon i {
        font-size: 1.5rem;
        color: var(--primary-blue);
        transition: transform 0.3s ease;
    }

.floating-card:hover .card-icon i {
    transform: scale(1.2) rotate(10deg);
}

.card-text {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
}

.card-subtitle {
    font-size: 0.85rem;
    color: var(--text-light);
}

.card-1 {
    top: 10%;
    left: -30px;
    animation: float 3s ease-in-out infinite;
}

.card-2 {
    top: 50%;
    right: -20px;
    animation: floatReverse 4s ease-in-out infinite;
}

.card-3 {
    bottom: 15%;
    left: 10%;
    animation: float 3.5s ease-in-out infinite;
}

/* ========== SERVICES ========== */
.services-section {
    padding: 100px 2rem;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.services-container {
    max-width: 1300px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    animation: fadeInUp 0.8s ease-out;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out;
}

    .section-badge i {
        color: var(--primary-blue);
        font-size: 1.1rem;
    }

    .section-badge span {
        color: var(--primary-blue);
        font-weight: 600;
        font-size: 0.95rem;
    }

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-blue), var(--sky-blue));
        border-radius: 2px;
        animation: slideInLeft 1s ease-out;
    }

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

.service-card {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out both;
    border: 2px solid transparent;
}

.service-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    color: var(--light-blue);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover::before {
    opacity: 0.1;
}

.service-card:hover {
    box-shadow: 0 15px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-15px) scale(1.03);
    border-color: var(--primary-blue);
}

    .service-card:hover .service-number {
        color: var(--primary-blue);
        opacity: 0.8;
        transform: scale(1.1);
    }

.service-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    color: var(--primary-blue);
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover .service-link {
    opacity: 1;
    transform: translateY(0);
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-card:hover .service-link i {
    transform: translateX(5px);
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.service-card:hover {
    box-shadow: 0 15px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-15px) scale(1.03);
}

.service-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.2);
    transition: all 0.4s ease;
    position: relative;
}

.service-card:hover .service-icon {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(74, 144, 226, 0.35);
}

.service-icon i {
    font-size: 2.2rem;
    color: var(--primary-blue);
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon i {
    transform: scale(1.2);
}

.service-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    position: relative;
}

.service-card:hover h4 {
    color: var(--primary-blue);
}

.service-card p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1.05rem;
    transition: color 0.3s ease;
    position: relative;
}

.service-card:hover p {
    color: var(--text-dark);
}

/* ========== TRUST SECTION ========== */
.trust-section {
    padding: 100px 2rem;
    background: linear-gradient(135deg, var(--light-blue) 0%, rgba(232, 244, 253, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

    .trust-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%);
        animation: float 6s ease-in-out infinite;
    }

.trust-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.trust-content {
    background: var(--white);
    padding: 3rem;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(74, 144, 226, 0.2);
    animation: slideInLeft 0.8s ease-out;
    transition: all 0.4s ease;
}

    .trust-content:hover {
        box-shadow: 0 15px 50px rgba(74, 144, 226, 0.3);
        transform: translateY(-5px);
    }

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out;
}

    .trust-badge i {
        color: var(--primary-blue);
        font-size: 1.1rem;
        animation: pulse 2s ease-in-out infinite;
    }

    .trust-badge span {
        color: var(--primary-blue);
        font-weight: 600;
        font-size: 0.95rem;
    }

.trust-content h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.trust-description {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.trust-list {
    list-style: none;
    padding: 0;
}

    .trust-list li {
        padding: 1.2rem 0;
        font-size: 1rem;
        color: var(--text-dark);
        display: flex;
        align-items: flex-start;
        gap: 1.2rem;
        border-bottom: 1px solid rgba(74, 144, 226, 0.15);
        transition: all 0.3s ease;
        opacity: 0;
        animation: fadeInUp 0.5s ease-out both;
    }

.trust-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--light-blue), var(--sky-blue));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

    .trust-icon i {
        color: var(--primary-blue);
        font-size: 1.1rem;
    }

.trust-text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .trust-text strong {
        color: var(--text-dark);
        font-size: 1rem;
    }

    .trust-text span {
        color: var(--text-light);
        font-size: 0.9rem;
    }

.trust-list li:nth-child(1) {
    animation-delay: 0.3s;
}

.trust-list li:nth-child(2) {
    animation-delay: 0.4s;
}

.trust-list li:nth-child(3) {
    animation-delay: 0.5s;
}

.trust-list li:nth-child(4) {
    animation-delay: 0.6s;
}

.trust-list li:nth-child(5) {
    animation-delay: 0.7s;
}

.trust-list li:nth-child(6) {
    animation-delay: 0.8s;
}

.trust-list li:hover {
    padding-left: 10px;
    background: rgba(74, 144, 226, 0.05);
    border-radius: 10px;
}

    .trust-list li:hover .trust-icon {
        transform: scale(1.1) rotate(5deg);
        background: linear-gradient(135deg, var(--primary-blue), var(--sky-blue));
    }

        .trust-list li:hover .trust-icon i {
            color: var(--white);
            transform: rotate(360deg);
        }

.trust-list li:last-child {
    border-bottom: none;
}

.trust-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--primary-blue);
    color: var(--white);
    padding: 1rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 2rem;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
    transition: all 0.4s ease;
}

    .trust-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(74, 144, 226, 0.4);
        color: var(--white);
    }

    .trust-button i {
        transition: transform 0.3s ease;
    }

    .trust-button:hover i {
        transform: scale(1.2) rotate(15deg);
    }

.trust-image {
    position: relative;
    animation: slideInRight 0.8s ease-out;
}

    .trust-image::before {
        content: '';
        position: absolute;
        top: -20px;
        left: -20px;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--primary-blue), var(--sky-blue));
        border-radius: 30px;
        z-index: -1;
        opacity: 0.3;
        transition: all 0.4s ease;
    }

    .trust-image:hover::before {
        top: -30px;
        left: -30px;
        opacity: 0.5;
    }

.trust-image-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.overlay-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 1.2rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.3);
    backdrop-filter: blur(10px);
    animation: float 3s ease-in-out infinite;
}

    .overlay-badge i {
        font-size: 2rem;
        color: var(--primary-blue);
    }

.badge-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.badge-text {
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 600;
}

.trust-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(74, 144, 226, 0.3);
    transition: all 0.5s ease;
}

.trust-image:hover img {
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0 25px 60px rgba(74, 144, 226, 0.4);
}

/* ========== FOOTER ========== */
.modern-footer {
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--primary-blue) 100%);
    padding: 4rem 2rem 2rem;
    color: var(--white);
    margin-top: 5rem;
    box-shadow: 0 -5px 20px rgba(74, 144, 226, 0.2);
    position: relative;
    overflow: hidden;
}

    .modern-footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="50" opacity="0.05">🐾</text></svg>') repeat;
        opacity: 0.3;
        animation: float 20s linear infinite;
    }

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.footer-column {
    animation: fadeInUp 0.8s ease-out;
}

    .footer-column:nth-child(2) {
        animation-delay: 0.2s;
    }

    .footer-column:nth-child(3) {
        animation-delay: 0.4s;
    }

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    .footer-logo .logo-circle {
        animation: pulse 2s ease-in-out infinite;
    }

    .footer-logo span {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 350px;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .social-link:hover {
        background: var(--white);
        color: var(--primary-blue);
        transform: translateY(-5px) rotate(5deg);
    }

.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

    .footer-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--white);
        border-radius: 2px;
    }

.footer-contact,
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .contact-item i {
        width: 35px;
        height: 35px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .contact-item:hover {
        color: var(--white);
        transform: translateX(5px);
    }

        .contact-item:hover i {
            background: var(--white);
            color: var(--primary-blue);
            transform: rotate(10deg);
        }

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

    .footer-links a:hover {
        color: var(--white);
        transform: translateX(5px);
    }

    .footer-links a i {
        transition: transform 0.3s ease;
    }

    .footer-links a:hover i {
        transform: translateX(5px);
    }

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .footer-bottom-links a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-bottom-links a:hover {
            color: var(--white);
        }

    .footer-bottom-links span {
        color: rgba(255, 255, 255, 0.5);
    }

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .hero-row, .trust-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .nav-menu {
        flex-wrap: wrap;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .navbar-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .floating-card {
        width: 55px;
        height: 55px;
    }

        .floating-card i {
            font-size: 1.4rem;
        }

    .trust-content {
        padding: 2rem;
    }

    .hero-section {
        padding: 80px 0;
    }

    .services-section,
    .trust-section {
        padding: 60px 2rem;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .btn-hero {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}
