/* =====================================================
   ÖZCANLΙ YAPI - PREMIUM DESIGN
   vmenu.site inspired - Modern, elegant, trust-building
   Mobile-first, zero horizontal overflow
   ===================================================== */

/* ===== CRITICAL RESETS ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background: #ffffff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

ul {
    list-style: none;
}

/* ===== CONTAINER SYSTEM ===== */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

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

@media (min-width: 1024px) {
    .container {
        padding: 0 100px;
    }
}

/* ===== PREMIUM BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-lg {
    padding: 14px 32px;
    font-size: 15px;
}

.btn-primary {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #ffffff;
    border-color: #1e3a8a;
    box-shadow: 0 4px 20px rgba(30, 58, 138, 0.25);
}

.btn-primary:hover {
    background: #1e3a8a;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(30, 64, 175, 0.25);
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    border-color: #25d366;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
    background: #1da851;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.35);
}

.btn-white {
    background: #fff;
    color: #1e40af;
}

.btn-white:hover {
    background: #f1f5f9;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

/* ===== TOP BAR ===== */
.top-bar {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-content {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.top-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

.top-bar-item:hover {
    color: #ffffff;
}

.top-bar-item svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #ffffff;
    stroke: #ffffff;
    opacity: 0.8;
}

.show-mobile-inline {
    display: none;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    
    .show-mobile-inline {
        display: inline !important;
    }
    
    .top-bar {
        padding: 8px 0;
    }
    
    .top-bar-content {
        gap: 12px;
        font-size: 11px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .top-bar-item {
        gap: 4px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .top-bar-item svg {
        width: 10px;
        height: 10px;
    }
    
    .top-bar-item span {
        font-size: 10px;
    }
}

/* ===== HEADER ===== */
.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.logo img {
    height: 130px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.nav-links {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #1e3a8a;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 28px;
    height: 2px;
    background: #1a1a1a;
    transition: all 0.3s ease;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .header-content {
        padding: 12px 0;
    }
    
    .logo img {
        height: 95px;
        width: auto;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(20px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 80px 20px;
        z-index: 9998;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        list-style: none;
        text-align: center;
        margin-bottom: 24px;
    }

    .nav-menu li:last-child {
        margin-bottom: 0;
    }
    
    .nav-menu .nav-link {
        color: #ffffff !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        text-decoration: none;
        letter-spacing: 0.3px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
    
    .nav-menu .nav-link:hover {
        color: #60a5fa !important;
    }
    
    .mobile-menu-toggle {
        display: flex;
        z-index: 9999;
        position: relative;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
        background: #ffffff;
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
        background: #ffffff;
    }
    
    .nav .btn-primary {
        display: none;
    }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    height: 65vh;
    min-height: 450px;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(30, 58, 138, 0.65) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-title {
    font-size: clamp(24px, 3.5vw, 32px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.hero-subtitle {
    font-size: clamp(15px, 1.8vw, 17px);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== REVEAL ANIMATION SYSTEM ===== */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

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

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ===== SECTION SPACING ===== */
.section {
    padding: 60px 0;
    position: relative;
}

.section-dark {
    background: #0f172a;
    color: #ffffff;
}

.section-light {
    background: #f8fafc;
}

@media (max-width: 767px) {
    .section {
        padding: 70px 0;
    }
}

/* ===== SECTION HEADERS ===== */
.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(30, 64, 175, 0.08);
    color: #1e40af;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.section-subtitle {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== STATS SECTION ===== */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>');
    opacity: 0.5;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px;
    position: relative;
    z-index: 1;
}

.stat-card {
    text-align: center;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
}

.stat-icon {
    margin-bottom: 20px;
}

.stat-icon svg {
    width: 48px;
    height: 48px;
    color: #60a5fa;
    margin: 0 auto;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: clamp(13px, 1.3vw, 14px);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

@media (max-width: 767px) {
    .stats-section {
        padding: 60px 0;
    }
    
    .stats-grid {
        gap: 32px;
    }
}

/* ===== SERVICES SECTION ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.service-card {
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    border-color: #1e40af;
}

.service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    border-radius: 12px;
    color: #ffffff;
}

.service-title {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.service-description {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .service-card {
        padding: 24px 20px;
    }
}

/* ===== TRUST SECTION ===== */
.trust-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.trust-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.15);
}

.trust-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.trust-badge {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background: #ffffff;
    padding: 24px 32px;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
    text-align: center;
}

.trust-badge-number {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1e40af;
    line-height: 1;
    margin-bottom: 4px;
}

.trust-badge-text {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.trust-text .section-badge {
    margin-left: 0;
}

.trust-text .section-title {
    text-align: left;
}

.trust-description {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 24px;
}

.trust-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 48px;
}

.trust-feature {
    display: flex;
    gap: 18px;
}

.trust-feature-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.08) 0%, rgba(30, 64, 175, 0.12) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-feature-icon svg {
    color: #1e3a8a;
    width: 24px;
    height: 24px;
}

.trust-feature-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.trust-feature-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .trust-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .trust-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .trust-badge {
        bottom: 24px;
        right: 24px;
        padding: 20px 28px;
    }
}

/* ===== GALLERY SECTION ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4/3;
    cursor: pointer;
    background: #0f172a;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, transparent 100%);
    padding: 36px 24px 24px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ===== LOGO CAROUSEL ===== */
.logo-slider {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    background: #f8fafc;
}

.logo-track {
    display: flex;
    gap: 80px;
    animation: scroll 40s linear infinite;
}

@media (max-width: 767px) {
    .logo-track {
        animation: scroll 20s linear infinite;
        gap: 60px;
    }
}

.logo-item {
    flex-shrink: 0;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

@media (max-width: 767px) {
    .logo-item {
        width: 140px;
        height: 70px;
        padding: 12px;
    }
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

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

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="1"/></svg>');
    opacity: 0.3;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.cta-subtitle {
    font-size: clamp(14px, 1.5vw, 16px);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    .section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .trust-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .hero {
        height: 60vh;
        min-height: 450px;
        max-height: 550px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== CONTACT SECTION ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.06);
    border-color: #1e40af;
}

.contact-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.08) 0%, rgba(30, 64, 175, 0.12) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-icon svg {
    color: #1e3a8a;
    width: 22px;
    height: 22px;
}

.contact-card-content {
    flex: 1;
}

.contact-card-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.contact-card-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 6px;
}

.contact-card-content a {
    color: #1e3a8a;
    font-weight: 500;
}

.contact-card-content a:hover {
    text-decoration: underline;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e3a8a;
    font-weight: 500;
    margin-top: 12px;
}

.contact-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
    height: 550px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .contact-info {
        gap: 14px;
    }
    
    .contact-card {
        padding: 18px;
    }
    
    .contact-map {
        height: 400px;
    }
}

/* ===== FOOTER ===== */
.footer {
    background: #0f172a;
    color: #ffffff;
    padding: 80px 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
    margin-bottom: 60px;
}

.footer-logo {
    margin-bottom: 24px;
    max-width: 180px;
}

.footer-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-credit {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.4) !important;
    margin-top: 8px;
}

.footer-credit a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-credit a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #25D366 0%, #1fb855 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: pulse 2.5s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 6px 32px rgba(37, 211, 102, 0.6);
    }
}

@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
    }
}

/* ===== SEO CONTENT ===== */
.seo-section {
    background: #ffffff;
    padding: 80px 0;
}

.seo-content {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.seo-content p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.seo-links {
    margin-top: 40px;
}

.seo-links h3 {
    font-size: 19px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.seo-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.seo-links-grid a {
    padding: 16px 24px;
    background: #f8fafc;
    border-radius: 8px;
    color: #1e3a8a;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(30, 58, 138, 0.1);
}

.seo-links-grid a:hover {
    background: #1e3a8a;
    color: #ffffff;
    transform: translateX(6px);
    border-color: #1e3a8a;
}

@media (max-width: 767px) {
    .seo-links-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== CRITICAL: PREVENT HORIZONTAL OVERFLOW ===== */
body, html {
    max-width: 100vw;
    overflow-x: hidden;
}

.container,
.hero-slider,
.section,
.stats-grid,
.services-grid,
.gallery-grid,
.trust-content,
.contact-grid,
.footer-content {
    max-width: 100%;
    overflow-x: hidden;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* ===== MOBILE STABILITY ===== */
@media (max-width: 767px) {
    * {
        max-width: 100vw;
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}
