/* ============================================================
   ADS WEBSITE — Modern Stylesheet v2.0
   Enterprise Networking as a Service
   ============================================================ */

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

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

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1a1a1a;
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .container { padding: 0 2rem; }
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }

/* ---------- CUSTOM CURSOR ---------- */
body.custom-cursor { cursor: none; }

.custom-cursor__cursor {
    position: fixed;
    top: 0; left: 0;
    width: 8px; height: 8px;
    background: #00f0ff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.08s linear;
}

.custom-cursor__cursor-two {
    position: fixed;
    top: 0; left: 0;
    width: 36px; height: 36px;
    border: 2px solid #00f0ff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out;
}

.custom-cursor__cursor.hover,
.custom-cursor__cursor-two.hover {
    transform: translate(-50%, -50%) scale(1.6);
}

@media (max-width: 768px), (hover: none), (pointer: coarse) {
    .custom-cursor__cursor,
    .custom-cursor__cursor-two { display: none !important; }
    body.custom-cursor { cursor: auto; }
}

/* ---------- NAVBAR ---------- */
nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: rgba(55, 65, 81, 0.75);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 4px 30px rgba(0, 0, 0, 0.15);
}

/* Cubic/Grid Pattern Overlay */
nav::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

/* Subtle 3D Cubic Effect */
nav::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

nav.scrolled {
    background: rgba(55, 65, 81, 0.85);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 4px 30px rgba(0, 0, 0, 0.25),
        0 0 40px rgba(59, 130, 246, 0.05);
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    flex-wrap: nowrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo img {
    height: 46px;
    width: auto;
    object-fit: contain;
    transition: height 0.2s ease;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.logo-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-family: 'IBM Plex Sans', 'Inter', sans-serif;
}

.logo-title .ads-brand {
    font-weight: 800;
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    padding: 2px 8px;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    border-radius: 6px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px rgba(6, 182, 212, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 1.05em;
}

.logo-title .ads-brand::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
    border-radius: 5px 5px 0 0;
    pointer-events: none;
}

.ads-cursive {
    font-family: 'Pacifico', cursive;
    font-size: 1.5em;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(6, 182, 212, 0.3));
}

.ads-word {
    font-family: 'Inter', 'IBM Plex Sans', sans-serif;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #ffffff;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1.4;
    text-transform: uppercase;
    box-shadow:
        0 0 0 2px rgba(6, 182, 212, 0.3),
        0 4px 16px rgba(6, 182, 212, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .logo img { height: 56px; }
    .logo-title { font-size: 20px; }
}

.tagline {
    font-size: 10px;
    font-weight: 500;
    color: rgba(6, 182, 212, 1);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 4px;
}

@media (min-width: 768px) {
    .tagline { font-size: 11px; }
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.nav-cta {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
    font-weight: 600;
    padding: 8px 16px !important;
    box-shadow: 0 2px 12px rgba(16, 185, 129, 0.4);
    margin-left: 8px;
}

.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.5);
}

.nav-cta.active {
    background: linear-gradient(135deg, #059669, #10b981) !important;
    border: 1px solid transparent;
}
  


.nav-links a::after {
    display: none;
}

.nav-links a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-links a.active {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.6), rgba(6, 182, 212, 0.6));
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow:
        0 2px 8px rgba(59, 130, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 60;
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .menu-toggle { display: flex; }

    .nav-links {
        position: fixed;
        top: 68px;
        left: 0; right: 0;
        background: rgba(55, 65, 81, 0.92);
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        flex-direction: column;
        padding: 2rem;
        gap: 0.75rem;
        transform: translateY(-120%);
        opacity: 0;
        transition: all 0.35s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links.open {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-links a {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.9);
        padding: 10px 14px;
        width: 100%;
        display: block;
    }

    .nav-cta {
        margin: 8px 14px 0 !important;
        text-align: center;
    }
}

/* ---------- HERO ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 1.25rem 80px;
    overflow: hidden;
}

/* Page Hero (About, Services, Contact) */
.page-hero {
    position: relative;
    min-height: 45vh;
    padding: 140px 1.25rem 60px;
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.75) 0%,
        rgba(15, 23, 42, 0.60) 50%,
        rgba(15, 23, 42, 0.80) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.page-hero .hero-content h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.page-hero .hero-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .page-hero {
        min-height: 40vh;
        padding: 120px 1rem 50px;
        background-position: center 75%;
    }
}

/* Background Images Container */
.hero-bg-images {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2.5s ease-in-out, transform 8s ease-in-out;
    transform: scale(1.1);
}

.hero-bg-images img.active {
    opacity: 1;
    transform: scale(1);
}

/* Hero Overlay */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.45) 0%,
        rgba(15, 23, 42, 0.35) 50%,
        rgba(15, 23, 42, 0.5) 100%
    );
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.85));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    animation: fadeUp 0.8s ease-out;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.hero-content h1 .ads-highlight {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 4px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-shadow: none;
}

.hero-ads-badge {
    display: inline-block;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.5rem, 8vw, 5rem);
    letter-spacing: 0.1em;
    padding: 12px 28px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 8px 32px rgba(6, 182, 212, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    line-height: 1;
}

.hero-ads-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    border-radius: 12px 12px 0 0;
    pointer-events: none;
}

.hero-ads-badge::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.hero-content p {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.6;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Hero Navigation Arrows */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.hero-arrow:hover {
    background: rgba(59, 130, 246, 0.8);
    border-color: rgba(59, 130, 246, 0.8);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.hero-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.hero-prev {
    left: 20px;
}

.hero-next {
    right: 20px;
}

@media (max-width: 768px) {
    .hero-arrow {
        width: 40px;
        height: 40px;
        opacity: 0.8;
    }

    .hero-prev { left: 10px; }
    .hero-next { right: 10px; }
}

/* Slide Indicators */
.hero-indicators {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator:hover,
.indicator.active {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .hero-indicators {
        bottom: 130px;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }
}

.hero h1 {
    font-size: clamp(2rem, 5.5vw, 3.5rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.01em;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn:hover::before { opacity: 1; }

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--accent, #06b6d4);
    color: var(--accent, #06b6d4);
}

.btn-outline:hover {
    background: #06b6d4;
    color: #ffffff;
}

.btn-large {
    padding: 0.85rem 2.5rem;
    font-size: 1.05rem;
}

/* ---------- HOME SECTION ---------- */
.home-content {
    padding: 6rem 0 5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 50%, #ffffff 100%);
}

.home-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 992px) {
    .home-grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 4rem;
    }
}

.home-text {
    max-width: 560px;
}

.home-text h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.home-text h2 span {
    color: #06b6d4;
    font-weight: 800;
}

.home-text p {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.home-text .btn {
    margin-right: 0.75rem;
}

/* Image Slider */
.image-slider {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #f9fafb;
    padding: 20px 0;
}

.image-slider::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(6, 182, 212, 0.05));
    z-index: 2;
    pointer-events: none;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.slider-track:hover { animation-play-state: paused; }

.slider-track img {
    width: 240px;
    height: 180px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 12px;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}

.slider-track img:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .slider-track img {
        width: 300px;
        height: 200px;
        margin-right: 16px;
    }
}

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

/* ---------- ABOUT SECTION ---------- */
.about-section {
    padding: 6rem 0;
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
}

.about-text h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #0f172a;
    margin-bottom: 1.25rem;
}

.about-text h2 span { color: #06b6d4; }

.about-text p {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.8;
}

/* ---------- SERVICES SECTION ---------- */
.services-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.services-section .section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3.5rem;
}

.services-section .section-header h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #0f172a;
    margin-bottom: 1rem;
}

.services-section .section-header p {
    color: #6b7280;
    font-size: 1.05rem;
}

.eyebrow {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #06b6d4;
    margin-bottom: 0.75rem;
}

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

@media (min-width: 768px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover::before { transform: scaleX(1); }

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.12);
    border-color: transparent;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 1.25rem;
}

.service-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.service-card p {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.service-card ul {
    margin-bottom: 1.5rem;
}

.service-card li {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

.service-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #06b6d4;
    font-weight: 700;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #06b6d4;
    transition: gap 0.3s ease;
}

.service-link:hover { gap: 10px; }

/* ---------- CTA SECTION ---------- */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 768px) {
    .cta-grid { grid-template-columns: 1fr auto; }
}

.cta-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.cta-stat { text-align: center; }

.cta-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #06b6d4;
}

.cta-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.cta-action {
    text-align: center;
}

/* ---------- CONTACT SECTION ---------- */
.contact-section {
    padding: 6rem 0;
    background: #ffffff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .contact-wrapper { grid-template-columns: 1fr 1fr; }
}

.contact-info h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    color: #0f172a;
    margin-bottom: 1rem;
}

.contact-info h2 span { color: #06b6d4; }

.contact-info p {
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-details p {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-details a {
    color: #06b6d4;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-details a:hover { color: #3b82f6; }

.contact-form {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

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

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.form-group label .required {
    color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    transition: all 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-group textarea { resize: vertical; min-height: 100px; }

.form-error {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: none;
}

.form-group input.has-error,
.form-group textarea.has-error,
.form-group select.has-error {
    border-color: #ef4444;
}

.form-success {
    display: none;
    text-align: center;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    color: #059669;
    font-weight: 600;
    margin-top: 1rem;
}

/* ---------- FOOTER ---------- */
footer {
    background: #0f172a;
    padding: 3rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

.footer-brand {
    max-width: 320px;
}

.footer-brand .logo { margin-bottom: 1rem; }
.footer-brand .logo img { height: 40px; }

.footer-brand .tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-col h4 {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}

.footer-col a {
    display: block;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
    transition: color 0.2s ease;
}

.footer-col a:hover { color: #ffffff; }
.footer-col p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

/* ---------- ANIMATIONS ---------- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

::selection {
    background-color: #3b82f6;
    color: #ffffff;
}

/* ---------- CONSULTATION PAGE ---------- */
.consultation-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 100px 1.25rem 60px;
}

.consultation-container {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.consultation-container h2 {
    text-align: center;
    font-size: 1.75rem;
    color: #0f172a;
    margin-bottom: 2rem;
}

.consultation-form .form-group {
    margin-bottom: 1.25rem;
}

.consultation-form .form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.consultation-form .form-group input,
.consultation-form .form-group select,
.consultation-form .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    transition: all 0.25s ease;
}

.consultation-form .form-group input:focus,
.consultation-form .form-group select:focus,
.consultation-form .form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.consultation-form .form-group textarea { resize: vertical; min-height: 100px; }

.consultation-form .btn-primary {
    width: 100%;
    padding: 0.85rem;
    margin-top: 0.5rem;
}

.consultation-form .form-success {
    display: none;
    text-align: center;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    color: #059669;
    font-weight: 600;
    margin-top: 1rem;
}

.back-home {
    text-align: center;
    margin-top: 1.5rem;
}

.back-home a {
    color: #06b6d4;
    font-weight: 500;
    transition: color 0.2s ease;
}

.back-home a:hover { color: #3b82f6; }

/* ---------- LEGACY CONTAINER ---------- */
.container1 {
    width: 100%;
    max-width: 520px;
    margin: 80px auto;
    background: #ffffff;
    color: #1a1a1a;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.container1 h2 {
    text-align: center;
    font-size: 1.75rem;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.container1 form { display: flex; flex-direction: column; gap: 1rem; }

.container1 input,
.container1 select,
.container1 textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    transition: all 0.25s ease;
}

.container1 input:focus,
.container1 select:focus,
.container1 textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.container1 button {
    width: 100%;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.container1 button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5);
}

.success-message {
    display: none;
    text-align: center;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    color: #059669;
    font-weight: 600;
    margin-top: 1rem;
}

/* ---------- CONTACT PAGE FORM ---------- */
.contact-grid form {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

.contact-grid form .form-group { margin-bottom: 1.25rem; }

.contact-grid form input,
.contact-grid form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    transition: all 0.25s ease;
}

.contact-grid form input:focus,
.contact-grid form textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.contact-grid form textarea { min-height: 120px; resize: vertical; }

.contact-grid form .btn-primary { width: 100%; }

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 420px) {
    .hero { padding: 100px 1rem 60px; }
    .slider-track img { width: 180px; height: 130px; }
    .contact-form { padding: 1.5rem; }
    .consultation-container { padding: 1.5rem; }
    .container1 { padding: 1.5rem; margin: 60px 1rem; }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 34px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 9998;
    transition: all 0.3s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 30px;
        right: 20px;
        width: 54px;
        height: 54px;
    }
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}

/* ============================================================
   CHATBOT WIDGET
   ============================================================ */
.chatbot-widget {
    position: fixed;
    bottom: 34px;
    right: 96px;
    z-index: 9997;
}

@media (max-width: 768px) {
    .chatbot-widget {
        right: 84px;
        bottom: 20px;
    }
}

.chatbot-toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.chatbot-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.6);
}

.chatbot-toggle .close-icon {
    display: none;
}

.chatbot-toggle.open .chat-icon {
    display: none;
}

.chatbot-toggle.open .close-icon {
    display: block;
}

.chatbot-notification {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    background: #ef4444;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    animation: notificationBounce 1s ease infinite;
}

.chatbot-toggle.open .chatbot-notification {
    display: none;
}

@keyframes notificationBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Chatbot Window */
.chatbot-window {
    position: absolute;
    bottom: 82px;
    right: 0;
    width: 380px;
    height: 520px;
    max-height: calc(100vh - 120px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.8) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.chatbot-widget.open .chatbot-window {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 480px) {
    .chatbot-window {
        width: calc(100vw - 120px);
        right: -10px;
        height: 450px;
    }
}

/* Chatbot Header */
.chatbot-header {
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.chatbot-info {
    flex: 1;
}

.chatbot-info h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.chatbot-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: statusBlink 1.5s ease infinite;
}

@keyframes statusBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.chatbot-minimize {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.chatbot-minimize:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Chatbot Messages */
.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-message {
    display: flex;
    flex-direction: column;
    max-width: 85%;
}

.chat-message.bot {
    align-self: flex-start;
}

.chat-message.user {
    align-self: flex-end;
}

.message-content {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.chat-message.bot .message-content {
    background: #ffffff;
    color: #1a1a1a;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.chat-message.user .message-content {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #ffffff;
    border-bottom-right-radius: 4px;
}

.message-content p {
    margin-bottom: 4px;
}

.message-content p:last-child {
    margin-bottom: 0;
}

.message-time {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 4px;
    padding: 0 4px;
}

/* Quick Replies */
.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.quick-reply {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #3b82f6;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-reply:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}

/* Chatbot Input */
.chatbot-input {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.chatbot-input input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.chatbot-input input:focus {
    border-color: #3b82f6;
}

.chatbot-input button {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.chatbot-input button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Chatbot Footer */
.chatbot-footer {
    padding: 8px;
    text-align: center;
    font-size: 11px;
    color: #94a3b8;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.chatbot-footer strong {
    color: #3b82f6;
}
