
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Hide all decorative elements */
.blob-container,
.blob,
.decorative-circles,
.deco-circle-hero,
.hero-cosmic-bg,
.stars,
.cosmic-gradient,
.floating-shapes,
.float-circle,
.float-dot,
.bg-decoration,
.deco-circle,
.large-circle-deco,
.yellow-circle,
.cyan-circle,
.purple-circle,
.circle-yellow,
.circle-cyan,
.circle-purple {
    display: none !important;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: #1e293b;
    overflow-x: hidden;
    background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 50%, #ffffff 100%);
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 100vw;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}


.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.nav-logo h2 {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 18px;
    }

    .nav-logo-img {
        height: 36px;
    }
    
    .nav-logo h2 {
        font-size: 1rem;
    }
    
    .nav-logo {
        gap: 0.5rem;
    }
    
    .hamburger {
        margin-right: -5px;
        z-index: 1001;
    }
    
    .bar {
        width: 26px;
        height: 3px;
        margin: 4px 0;
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #475569;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    font-size: 0.95rem;
}

.nav-link:hover {
    color: #0f172a;
    transform: translateY(-1px);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #06b6d4;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 1px;
}

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

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    position: relative;
    z-index: 1001;
}

.bar {
    width: 25px;
    height: 3px;
    background: #0f172a;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}


.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: 
        linear-gradient(135deg, #0ea5e9 0%, #06b6d4 50%, #38bdf8 100%),
        radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 140px 20px 120px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    opacity: 0.8;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.3" fill="white" opacity="0.03"/><circle cx="75" cy="75" r="0.3" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
}

.hero-cosmic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, #ffffff, transparent),
        radial-gradient(2px 2px at 40px 70px, #ffffff, transparent),
        radial-gradient(1px 1px at 90px 40px, #ffffff, transparent),
        radial-gradient(1px 1px at 130px 80px, #ffffff, transparent),
        radial-gradient(2px 2px at 160px 30px, #ffffff, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: twinkle 4s ease-in-out infinite alternate;
}

.cosmic-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

@keyframes twinkle {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-content {
    animation: slideInLeft 1s ease-out;
    z-index: 2;
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInDown 0.8s ease-out 0.3s both;
}

.hero-badge i {
    color: #fbbf24;
    font-size: 1rem;
}

.hero-badge span {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.typewriter {
    display: inline-block;
    white-space: pre-wrap;
}



.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    letter-spacing: -0.01em;
    margin-left: auto;
    margin-right: auto;
}

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

.btn {
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0284c7, #0891b2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

.btn i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(4px);
}

.btn-secondary:hover i {
    transform: scale(1.1);
}

.hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.trust-item i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.trust-item span {
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: floatShape 20s ease-in-out infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    top: -10%;
    right: -5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    bottom: -5%;
    left: -3%;
    animation-delay: 7s;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    top: 40%;
    left: 10%;
    animation-delay: 14s;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}

.hero-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

/* Blob Shapes */
.blob-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.blob {
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    animation: blobFloat 20s ease-in-out infinite;
}

.blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 100%);
    top: -10%;
    right: -5%;
    animation-delay: 0s;
}

.blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #bae6fd 0%, #7dd3fc 100%);
    bottom: -10%;
    left: -5%;
    animation-delay: 7s;
}

.blob-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    top: 40%;
    left: 15%;
    animation-delay: 14s;
}

@keyframes blobFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        transform: translate(30px, -30px) rotate(90deg);
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        transform: translate(-20px, 20px) rotate(180deg);
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    75% {
        transform: translate(20px, 10px) rotate(270deg);
        border-radius: 70% 30% 50% 50% / 30% 50% 50% 70%;
    }
}

/* Decorative Circles */
.decorative-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.deco-circle-hero {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: floatCircle 15s ease-in-out infinite;
}

.circle-yellow {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    top: 10%;
    right: -8%;
    animation-delay: 0s;
}

.circle-cyan {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    bottom: 15%;
    left: 5%;
    animation-delay: 5s;
}

.circle-purple {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    top: 60%;
    right: 20%;
    animation-delay: 10s;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
}

/* Curved Dividers */
.curved-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
}

.curved-divider-bottom {
    bottom: -1px;
}

.curved-divider-top {
    top: -1px;
    transform: rotate(180deg);
}

.curved-divider svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
}

/* Floating Shapes */
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.float-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.float-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    top: 10%;
    right: 10%;
    animation: floatUpDown 8s ease-in-out infinite;
}

.float-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 100%);
    bottom: 20%;
    left: 8%;
    animation: floatUpDown 10s ease-in-out infinite reverse;
}

.float-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0ea5e9;
    border-radius: 50%;
    opacity: 0.3;
}

.dot-1 {
    top: 15%;
    left: 20%;
    animation: pulse 3s ease-in-out infinite;
}

.dot-2 {
    top: 70%;
    right: 25%;
    animation: pulse 4s ease-in-out infinite;
    animation-delay: 1s;
}

.dot-3 {
    bottom: 15%;
    left: 50%;
    animation: pulse 5s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }
}

/* Large Decorative Circles */
.large-circle-deco {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.05;
    z-index: 0;
    animation: slowFloat 20s ease-in-out infinite;
}

.yellow-circle {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    top: -15%;
    right: -10%;
}

.cyan-circle {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    bottom: -15%;
    left: -10%;
}

@keyframes slowFloat {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
}


.wave-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
}

.wave-divider-bottom {
    bottom: 0;
}

.wave-divider-top {
    top: 0;
    transform: rotate(180deg);
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}


.section {
    position: relative;
}



.trading-chart {
    width: 400px;
    height: 280px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.chart-line {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 3px;
    background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7);
    border-radius: 2px;
    animation: chartGrow 2s ease-out;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.chart-points {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.point {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #10b981;
    border-radius: 50%;
    animation: pointPulse 2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.point:nth-child(1) { top: 25%; left: 15%; animation-delay: 0s; }
.point:nth-child(2) { top: 15%; left: 35%; animation-delay: 0.3s; }
.point:nth-child(3) { top: 35%; left: 55%; animation-delay: 0.6s; }
.point:nth-child(4) { top: 20%; left: 75%; animation-delay: 0.9s; }
.point:nth-child(5) { top: 30%; left: 90%; animation-delay: 1.2s; }


.section {
    padding: 100px 0;
    position: relative;
}

.alt-section {
    background: #ffffff;
}

.who-section {
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.2rem;
    letter-spacing: -0.03em;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0ea5e9, #06b6d4);
    border-radius: 2px;
}


.mission-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.mission-title::after {
    display: none;
}

.script-text {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    color: #ef4444;
    font-weight: normal;
    font-size: 3.8rem;
    margin-right: 0.5rem;
    font-style: italic;
    display: inline-block;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 0.5rem;
}


.about-content {
    max-width: 1000px;
    margin: 3rem auto 0;
    text-align: left;
}

.about-text h3 {
    font-size: 2rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    margin-top: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.about-text h3:first-child {
    margin-top: 0;
}

.about-text p {
    font-size: 1.08rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.9;
    font-weight: 400;
}

.stats {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 50%, #38bdf8 100%);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.stat::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #fbbf24);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: rotateBorder 3s linear infinite;
}

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

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.stat::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.stat:hover .stat-icon {
    transform: scale(1.1) rotate(360deg);
    background: rgba(255, 255, 255, 0.3);
}

.stat-icon i {
    color: white;
    font-size: 1.5rem;
}

.stat:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 60px rgba(14, 165, 233, 0.4);
}

.stat h4 {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0.3rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.stat p {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.3;
}




.mission-content {
    max-width: 900px;
    margin: 3rem auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-list li {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #1e293b;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
    position: relative;
    font-weight: 400;
}

.mission-list li:last-child {
    margin-bottom: 0;
}

.mission-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 2rem;
    color: #0ea5e9;
    font-weight: 700;
    line-height: 1.4;
}

.mission-card {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(14, 165, 233, 0.1);
}

.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #06b6d4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.2);
    border-color: rgba(14, 165, 233, 0.3);
}

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

.mission-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
}

.mission-card:hover .mission-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
}

.mission-icon i {
    color: white;
    font-size: 1.8rem;
}

.mission-card h3 {
    font-size: 1.6rem;
    color: #0f172a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.mission-card p {
    color: #64748b;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.mission-badge {
    display: inline-block;
    background: rgba(14, 165, 233, 0.1);
    color: #0ea5e9;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


.bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.04;
}

.deco-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    top: -15%;
    right: -10%;
}

.deco-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    bottom: -10%;
    left: -5%;
}

.about-badge-simple {
    display: inline-block;
    background: transparent;
    color: #0ea5e9;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #0ea5e9;
    padding-bottom: 0.3rem;
}


.services-section {
    background: #ffffff;
    position: relative;
    padding: 100px 0;
}

.section-pattern {
    display: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    position: relative;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 6px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0ea5e9;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    min-height: 140px;
}

.service-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.12);
    border-left-color: #0284c7;
    border-color: #cbd5e1;
}

.service-card::before {
    display: none;
}

.service-icon-circle {
    display: none;
}

.service-icon-circle i {
    display: none;
}

.service-card h3 {
    font-size: 1.25rem;
    color: #0f172a;
    margin: 0 0 1rem 0;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.service-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.partner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #0ea5e9;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 8px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.partner-link:hover {
    color: #0284c7;
    transform: translateY(-2px);
    background: transparent;
}

.partner-link i {
    font-size: 0.75rem;
    opacity: 0.7;
}

.partner-logo {
    height: 70px;
    width: 180px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0%);
    background: #ffffff !important;
    padding: 0.3rem;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Individual logo sizing */
.columbus-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}

.ceebox-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}
.santoemma-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}

.buzil-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}

.filmop-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}

.americo-logo {
    height: 100px !important;
    width: 250px !important;
    padding: 0.1rem !important;
}

.partner-link:hover .partner-logo {
    filter: grayscale(0%);
    transform: scale(1.08);
    border-color: #0ea5e9;
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.2);
}

.service-card p {
    color: #475569;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
    flex-grow: 1;
    font-weight: 400;
}


.partners-scroll-container {
    overflow: hidden;
    position: relative;
    margin: 3rem 0;
    padding: 2rem 0;
}


.partners-scroll-container::before,
.partners-scroll-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.partners-scroll-container::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
}

.partners-scroll-container::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
}

.partners-scroll-track {
    display: flex;
    gap: 2rem;
    animation: scrollPartners 30s linear infinite;
    width: fit-content;
}

.partner-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    min-width: 300px;
    flex-shrink: 0;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.02) 0%, rgba(74, 85, 104, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partner-card:hover::before {
    opacity: 1;
}

.partner-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
    border-color: rgba(6, 182, 212, 0.15);
}


.partner-card h3 {
    font-size: 1.4rem;
    color: #1a202c;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.partner-card p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    color: #0ea5e9;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.partner-btn:hover {
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
    color: #ffffff;
    transform: translateX(4px);
    border-color: transparent;
}

.partner-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.partner-btn:hover i {
    transform: translateX(3px);
}


.contact-section {
    background: transparent;
    position: relative;
}

.contact-bg-pattern {
    display: none;
}

.contact-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 1.8rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #06b6d4, #0891b2);
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.contact-item:hover::before {
    transform: scaleY(1);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
    background: linear-gradient(135deg, #0284c7, #0891b2);
}

.contact-details h3 {
    color: #0f172a;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

.contact-details p {
    color: #64748b;
    line-height: 1.6;
    font-size: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.contact-link {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.contact-link:hover {
    color: #0284c7;
    text-decoration: underline;
}

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f0f9ff;
    border-radius: 8px;
    border: 2px solid #0ea5e9;
    transition: all 0.3s ease;
}

.location-link:hover {
    background: #0ea5e9;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.location-link i {
    font-size: 0.85rem;
    opacity: 0.8;
}

.location-link:hover i {
    opacity: 1;
}

.contact-item-clickable {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.contact-item-clickable:hover {
    transform: scale(1.02);
}

.contact-form {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
}

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


.footer {
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
    color: white;
    padding: 4rem 0 1rem;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

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

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: white;
    font-weight: 600;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-section ul li a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.social-links a i {
    position: relative;
    z-index: 1;
}

.social-links a:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(6, 182, 212, 0.5);
}

.social-links a:hover::before {
    opacity: 1;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: rgba(255, 255, 255, 0.2);
}

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


@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes chartGrow {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes pointPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}





@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatShape {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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



@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 2.5rem;
    }
    
    .section-title {
        font-size: 1.85rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
        padding: 0 5px;
        line-height: 1.5;
    }
    
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
        z-index: 999;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero {
        min-height: 100vh;
        padding: 100px 16px 60px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
        padding: 0;
    }

    .hero-title {
        font-size: 1.85rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        padding: 0 5px;
        line-height: 1.6;
    }
    
    .hero-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        max-width: 90%;
        word-wrap: break-word;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
        margin-bottom: 1.2rem;
    }
    
    .btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 20px;
        font-size: 0.95rem;
    }
    
    .btn span {
        display: inline;
    }
    
    .hero-trust {
        gap: 1rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .trust-item {
        gap: 0.4rem;
        flex: 0 0 auto;
    }
    
    .trust-item i {
        font-size: 1rem;
    }
    
    .trust-item span {
        font-size: 0.75rem;
    }
    
    .shape-1, .shape-2, .shape-3 {
        display: none;
    }
    
    .hero-wave svg {
        height: 50px;
    }
    
    .curved-divider svg {
        height: 50px;
    }
    
    .blob {
        display: none;
    }
    
    .deco-circle-hero {
        opacity: 0.05;
    }
    
    .circle-yellow, .circle-cyan, .circle-purple {
        width: 200px !important;
        height: 200px !important;
    }
    
    .large-circle-deco {
        width: 200px !important;
        height: 200px !important;
        opacity: 0.08;
    }
    
    .float-circle, .float-dot {
        display: none;
    }

    .stat {
        width: 160px;
        height: 160px;
        padding: 1.3rem;
    }
    
    .stat h4 {
        font-size: 2.2rem;
    }
    
    .stat p {
        font-size: 0.7rem;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
    }
    
    .stat-icon i {
        font-size: 1.2rem;
    }
    
    .mission-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .script-text {
        font-size: 2.8rem;
    }

    .mission-content {
        padding: 0 10px;
        margin-top: 2rem;
    }
    
    .mission-list li {
        font-size: 1.05rem;
        line-height: 1.7;
        margin-bottom: 2rem;
        padding-left: 2rem;
    }
    
    .mission-list li::before {
        font-size: 1.6rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
        min-height: 120px;
    }
    
    .service-card h3 {
        font-size: 1.1rem;
        line-height: 1.45;
    }

    .partners-scroll-container {
        margin: 2rem 0;
        padding: 1rem 0;
    }

    .partners-scroll-container::before,
    .partners-scroll-container::after {
        width: 40px;
    }

    .partner-card {
        min-width: 240px;
        padding: 1.8rem 1.5rem;
    }


    .partner-card h3 {
        font-size: 1.1rem;
    }

    .partner-card p {
        font-size: 0.88rem;
        margin-bottom: 0.9rem;
    }
    
    .partner-btn {
        font-size: 0.78rem;
        padding: 0.4rem 0.9rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .contact-item {
        padding: 1.5rem 1.2rem;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .contact-details h3 {
        font-size: 1.1rem;
    }
    
    .contact-details p {
        font-size: 0.93rem;
    }
    
    .about-text h3 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
    
    .about-text p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    .about-badge-simple {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .footer-section {
        padding: 0 10px;
    }
    
    .footer {
        padding: 3rem 0 1rem;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .nav-logo-img {
        height: 34px;
    }
    
    .nav-logo h2 {
        font-size: 0.92rem;
    }
    
    .section {
        padding: 50px 0;
    }
    
    .container {
        padding: 0 14px;
    }

    .hero {
        padding: 90px 14px 50px;
        min-height: 100vh;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 0.9rem;
    }
    
    .hero-badge {
        font-size: 0.7rem;
        padding: 0.45rem 0.9rem;
        margin-bottom: 0.9rem;
    }
    
    .hero-badge i {
        font-size: 0.8rem;
    }
    
    .hero-badge span {
        font-size: 0.7rem;
    }
    
    .hero-subtitle {
        font-size: 0.88rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
        padding: 0;
    }
    
    .hero-buttons {
        gap: 0.7rem;
        margin-bottom: 1.2rem;
    }
    
    .btn {
        padding: 13px 20px;
        font-size: 0.9rem;
    }
    
    .hero-trust {
        gap: 0.8rem;
        margin-top: 0.5rem;
    }
    
    .trust-item i {
        font-size: 0.9rem;
    }
    
    .trust-item span {
        font-size: 0.7rem;
    }
    
    .curved-divider svg {
        height: 40px;
    }
    
    .large-circle-deco {
        width: 120px !important;
        height: 120px !important;
    }

    .section-title {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-bottom: 0.9rem;
    }
    
    .mission-title {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 1.2rem;
    }
    
    .script-text {
        font-size: 2.2rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        padding: 0;
        line-height: 1.55;
    }
    
    .section-header {
        margin-bottom: 2.2rem;
    }
    
    .stat {
        width: 145px;
        height: 145px;
        padding: 1rem;
    }
    
    .stat h4 {
        font-size: 2rem;
    }
    
    .stat p {
        font-size: 0.68rem;
    }
    
    .stat-icon {
        width: 38px;
        height: 38px;
    }
    
    .stat-icon i {
        font-size: 1.05rem;
    }
    
    .mission-content {
        padding: 0 8px;
        margin-top: 1.8rem;
    }
    
    .mission-list li {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 1.8rem;
        padding-left: 1.8rem;
    }
    
    .mission-list li::before {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 1.8rem 1.5rem;
        min-height: 110px;
    }

    .service-card h3 {
        font-size: 1.05rem;
        line-height: 1.4;
    }
    
    .partner-card {
        min-width: 220px;
        padding: 1.6rem 1.3rem;
    }
    
    .partner-card h3 {
        font-size: 1.05rem;
    }
    
    .partner-card p {
        font-size: 0.85rem;
    }
    
    .partner-btn {
        font-size: 0.75rem;
        padding: 0.38rem 0.85rem;
    }
    
    .contact-item {
        padding: 1.3rem 1.1rem;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
        font-size: 1.15rem;
    }
    
    .contact-details h3 {
        font-size: 1.05rem;
    }
    
    .contact-details p {
        font-size: 0.9rem;
    }
    
    .about-text h3 {
        font-size: 1.45rem;
        margin-top: 1.8rem;
    }
    
    .about-text p {
        font-size: 0.9rem;
        line-height: 1.7;
    }
    
    .about-badge-simple {
        font-size: 0.78rem;
        margin-bottom: 1.4rem;
    }
}

/* Extra small devices (iPhone SE, etc.) */
@media (max-width: 375px) {
    .container {
        padding: 0 12px;
    }
    
    .hero {
        padding: 85px 12px 45px;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.85rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.1rem;
    }
    
    .hero-badge {
        font-size: 0.68rem;
        padding: 0.4rem 0.85rem;
        margin-bottom: 0.85rem;
    }
    
    .hero-buttons {
        gap: 0.65rem;
        margin-bottom: 1.1rem;
    }
    
    .btn {
        padding: 12px 18px;
        font-size: 0.86rem;
    }
    
    .trust-item span {
        font-size: 0.68rem;
    }
    
    .section {
        padding: 45px 0;
    }
    
    .section-header {
        margin-bottom: 2.2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.86rem;
    }
    
    .mission-title {
        font-size: 1.9rem;
    }
    
    .script-text {
        font-size: 2.1rem;
    }
    
    .nav-logo-img {
        height: 32px;
    }
    
    .nav-logo h2 {
        font-size: 0.85rem;
    }
    
    .hamburger {
        padding: 6px;
    }
    
    .bar {
        width: 24px;
    }
    
    .stat {
        width: 135px;
        height: 135px;
    }
    
    .stat h4 {
        font-size: 1.85rem;
    }
    
    .stat p {
        font-size: 0.65rem;
    }
    
    .mission-content {
        padding: 0 5px;
        margin-top: 1.5rem;
    }
    
    .mission-list li {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 1.6rem;
        padding-left: 1.6rem;
    }
    
    .mission-list li::before {
        font-size: 1.4rem;
    }
    
    .service-card {
        padding: 1.7rem 1.3rem;
        min-height: 100px;
    }
    
    .service-card h3 {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .partner-logo {
        height: 50px;
        width: 140px;
        background: #ffffff !important;
        padding: 0.25rem;
        border: 2px solid #e2e8f0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    
    /* Individual logo sizing for mobile */
    .columbus-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    
    .ceebox-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    .santoemma-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    
    .buzil-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    
    .filmop-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    
    .americo-logo {
        height: 80px !important;
        width: 200px !important;
        padding: 0.1rem !important;
    }
    
    .service-links {
        gap: 0.75rem;
        margin-top: 0.75rem;
    }
    
    .partner-link {
        padding: 0.5rem;
        background: transparent;
        border: none;
    }
    
    .partner-card {
        min-width: 200px;
        padding: 1.5rem 1.2rem;
    }
    
    .contact-item {
        padding: 1.2rem 1rem;
    }
    
    .contact-icon {
        width: 46px;
        height: 46px;
    }
    
    .contact-details h3 {
        font-size: 1rem;
    }
    
    .contact-details p {
        font-size: 0.87rem;
    }
}


html {
    scroll-padding-top: 70px;
}
