/* ==========================================================================
   1. GLOBAL FONTS IMPORT (Optimized Performance Bundle)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@700;800;900&family=Raleway:ital,wght@0,700;1,400&display=swap');

/* ==========================================================================
   2. SYSTEM DESIGN VARIABLES & RESET
   ========================================================================== */
:root {
    --bg: #fafafa;
    --text: #111827;
    --muted: #6b7280;
    --gold: #d4af37;
    --card: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
}

.container {
    width: min(1400px, 92%);
    margin: auto;
}

/* Global Typography Overrides */
h1, h2, h3, h4, .font-heading {
    font-family: 'Montserrat', sans-serif !important;
}

/* ==========================================================================
   3. NAVIGATION (NAVBAR COMPONENTS)
   ========================================================================== */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .75);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.nav-wrap {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.logo span {
    color: var(--gold);
}

.logo-skew {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    color: blueviolet;
}

.logo-field {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-left: -1.4px;
    color: rgb(47, 0, 255);
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
}

.quote-btn {
    background: #111827;
    color: white;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.nav-link.active {
    color: #0052B4 !important;
    border-bottom: 2px solid #00A3E0 !important;
    padding-bottom: 4px;
}

/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.badge {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 24px;
    font-size: .9rem;
}

.hero h1 {
    font-size: 4.5rem;
    line-height: 1.05;
    letter-spacing: -3px;
    margin-bottom: 24px;
}

.hero p {
    font-size: 1.2rem;
    color: var(--muted);
    max-width: 650px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 35px;
}

.btn-dark {
    background: #111827;
    color: white;
    padding: 18px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
}

.btn-light {
    background: white;
    color: #111827;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 18px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
}

/* ==========================================================================
   5. PRODUCT COLLAGE
   ========================================================================== */
.collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    transition: .4s;
}

.card:hover {
    transform: translateY(-8px);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tall {
    height: 420px;
}

.small {
    height: 200px;
}

/* ==========================================================================
   6. TRUST STRIP & CLIENT MARQUEE TICKER SYSTEMS
   ========================================================================== */
.bg-white.py-6 {
    margin: 0;
}

.trust {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.trust-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.brand {
    font-weight: 700;
    color: #9ca3af;
    font-size: 1.2rem;
}

.client-ticker-section {
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    height: 60px;
    display: flex;
    align-items: center;
}

.ticker-title {
    font-size: 0.5rem;
    letter-spacing: 0.25em;
    color: #d1d5db;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.marquee {
    display: flex;
    gap: 4rem;
    overflow: hidden;
    user-select: none;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 4rem;
}

.marquee-content img {
    height: 24px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.marquee-content img:hover {
    opacity: 1;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.animate-marquee {
    animation: scroll-left 35s linear infinite;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - 4rem)); }
}

/* ==========================================================================
   7. STRUCTURAL UTILITIES & SCROLL ANIMATIONS
   ========================================================================== */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
    animation: fadeIn 1.5s ease-out forwards;
}

.animate-fadeInUp {
    animation: fadeInUp 1.2s ease-out forwards;
}

#home img.animate-fadeIn {
    transform: translate3d(0, var(--scroll-offset, 0px), 0);
    will-change: transform;
}