@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

:root {
    --blue: #2563eb;
    --blue-dark: #1d4ed8;
    --blue-light: #eff6ff;
    --orange: #f97316;
    --orange-dark: #ea580c;
    --orange-light: #fff7ed;
    --dark: #0f172a;
    --gray: #64748b;
    --gray-light: #94a3b8;
    --light: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --gradient: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    --gradient-orange: linear-gradient(135deg, #f97316 0%, #f43f5e 100%);
    --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -2px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01);
    --shadow-lg: 0 25px 50px -12px rgba(0,0,0,0.15);
    --shadow-glow: 0 0 20px rgba(59, 130, 246, 0.4);
    --radius: 16px;
    --radius-lg: 24px;
}
*, *::before, *::after { box-sizing: border-box; margin:0; padding:0; }
html { scroll-behavior: smooth; }
body { 
    font-family: 'Inter', sans-serif; 
    color: var(--dark); 
    background: var(--white); 
    overflow-x: hidden; 
    line-height: 1.7; 
}
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--light); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 4px; }

/* ===== NAVBAR ===== */
.navbar {
    padding: 24px 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border-bottom: 1px solid transparent;
}
.navbar.scrolled {
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);
}
.navbar-brand { font-weight: 800; font-size: 1.5rem; color: white !important; letter-spacing: -0.5px; font-family: 'Outfit', sans-serif; transition: color 0.3s; }
.navbar-brand span { color: var(--orange); }
.nav-link { 
    font-weight: 600; color: rgba(255,255,255,0.85) !important; 
    margin: 0 6px; padding: 8px 16px !important; 
    border-radius: 12px; transition: all 0.3s ease; 
    font-size: 0.95rem; font-family: 'Outfit', sans-serif;
}
.nav-link:hover { color: white !important; background: rgba(255,255,255,0.1); }
.navbar-toggler { filter: invert(1); transition: filter 0.3s; }

/* Scrolled Navbar Colors */
.navbar.scrolled .navbar-brand { color: var(--blue) !important; }
.navbar.scrolled .nav-link { color: var(--dark) !important; }
.navbar.scrolled .nav-link:hover { color: var(--blue) !important; background: var(--blue-light); }
.navbar.scrolled .navbar-toggler { filter: invert(0); }

.nav-cta { 
    background: var(--gradient) !important; color: white !important; 
    border-radius: 12px !important; padding: 10px 24px !important; 
    box-shadow: 0 4px 14px rgba(59,130,246,0.3); 
    font-family: 'Outfit', sans-serif; font-weight: 700;
    transition: all 0.3s ease;
}
.navbar.scrolled .nav-link.nav-cta { color: white !important; background: var(--gradient) !important; }
.navbar.scrolled .nav-link.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow) !important; color: white !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow) !important; }

/* ===== HERO ===== */
.hero {
    min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden;
}
.hero-bg-img {
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&w=1920&q=85') center/cover no-repeat;
    z-index: 1; filter: contrast(1.1) saturate(1.2);
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,0.75) 0%, rgba(30,58,138,0.65) 50%, rgba(88,28,135,0.65) 100%);
    z-index: 2;
}
.hero::after {
    content:''; position:absolute; inset:0; z-index:2;
    background: radial-gradient(circle at top right, rgba(59,130,246,0.2) 0%, transparent 40%),
                radial-gradient(circle at bottom left, rgba(249,115,22,0.15) 0%, transparent 40%);
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.95); padding: 8px 24px; border-radius: 50px;
    font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px;
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.hero-badge-dot {
    width: 8px; height: 8px; background: #34d399; border-radius: 50%;
    animation: pulse-dot 2s infinite; box-shadow: 0 0 0 3px rgba(52,211,153,0.3);
}
@keyframes pulse-dot { 0%,100%{transform:scale(1);opacity:1;} 50%{transform:scale(1.5);opacity:0.6;} }

.hero-heading {
    font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; color: white;
    line-height: 1.05; letter-spacing: -2.5px; margin: 24px 0 0;
    text-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.hero-heading-accent {
    background: linear-gradient(to right, #f97316, #fbbf24);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: inline-block; filter: drop-shadow(0 2px 10px rgba(249,115,22,0.3));
}
.hero-sub {
    font-size: 1.15rem; color: rgba(255,255,255,0.8); max-width: 640px; margin: 28px auto 40px; line-height: 1.8;
}

/* Hero Buttons */
.btn-hero-blue {
    background: white; color: var(--blue); padding: 16px 36px; border-radius: 50px;
    font-weight: 800; font-size: 1rem; text-decoration: none; font-family: 'Outfit', sans-serif;
    display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2); position: relative; overflow: hidden;
}
.btn-hero-blue:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(255,255,255,0.15); color: var(--blue-dark); }
.btn-hero-ghost {
    color: white; padding: 14px 34px; border-radius: 50px; font-weight: 600; font-size: 1rem; font-family: 'Outfit', sans-serif;
    border: 2px solid rgba(255,255,255,0.3); text-decoration: none;
    display: inline-flex; align-items: center; gap: 10px; transition: all 0.4s ease; backdrop-filter: blur(8px);
}
.btn-hero-ghost:hover { border-color: white; background: white; color: var(--dark); transform: translateY(-4px); }

/* Trust Row */
.hero-trust {
    display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 12px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px; padding: 16px 32px; backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.hero-trust-item {
    display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-size: 0.85rem; font-weight: 600;
}
.hero-trust-item i { color: #fbbf24; font-size: 1rem; filter: drop-shadow(0 0 5px rgba(251,191,36,0.5)); }
.hero-trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.15); margin: 0 8px; }

/* Wave */
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 4; line-height: 0; }
.hero-wave svg { display: block; width: 100%; height: 90px; }

/* ===== SECTION UTILITIES ===== */
.section-pad { padding: 110px 0; }
.section-tag {
    display: inline-block; padding: 6px 18px; border-radius: 50px; font-family: 'Outfit', sans-serif;
    font-size: 0.75rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px;
}
.st-blue { background: var(--blue-light); color: var(--blue); }
.st-orange { background: var(--orange-light); color: var(--orange); }
.st-green { background: #ecfdf5; color: #059669; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -1.2px; line-height: 1.15; color: var(--dark); }
.section-sub { color: var(--gray); font-size: 1.05rem; max-width: 600px; margin: 18px auto 0; line-height: 1.8; }

/* ===== ABOUT ===== */
.about-section { background: var(--white); }
.about-img-wrap { position: relative; }
.about-img {
    width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; aspect-ratio: 4/3;
    transition: transform 0.5s ease;
}
.about-img-wrap:hover .about-img { transform: scale(1.02); }
.about-badge-box {
    position: absolute; bottom: -20px; left: -20px;
    background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border-radius: 20px; padding: 24px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 16px; border: 1px solid var(--border);
}
.ab-icon { width: 54px; height: 54px; background: var(--gradient-orange); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; flex-shrink: 0; box-shadow: 0 8px 16px rgba(249,115,22,0.3); }
.ab-num { font-size: 2rem; font-weight: 900; color: var(--dark); line-height: 1; font-family: 'Outfit', sans-serif; letter-spacing: -1px; }
.ab-label { font-size: 0.8rem; font-weight: 600; color: var(--gray); margin-top: 4px; text-transform: uppercase; letter-spacing: 1px; }
.about-desc { color: var(--gray); font-size: 1rem; line-height: 1.9; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; font-size: 0.95rem; font-weight: 500; color: var(--dark); }
.check-list li i { color: var(--blue); font-size: 1.1rem; margin-top: 3px; flex-shrink: 0; }
.btn-primary-solid {
    background: var(--dark); color: white; padding: 16px 32px; border-radius: 14px; font-family: 'Outfit', sans-serif;
    font-weight: 700; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s;
}
.btn-primary-solid:hover { background: var(--blue); color: white; transform: translateY(-3px); box-shadow: var(--shadow-glow); }

/* ===== PROCESS ===== */
.process-section { background: var(--light); }
.process-line {
    position: absolute; top: 64px; left: 15%; right: 15%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--border), transparent); z-index: 0;
}
.process-card {
    background: white; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 40px 32px; text-align: center; position: relative; z-index: 1; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); height: 100%;
}
.process-card:hover { box-shadow: var(--shadow-md); transform: translateY(-8px); border-color: rgba(37,99,235,0.2); }
.process-num {
    position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
    width: 40px; height: 40px; border-radius: 50%; background: var(--gradient); color: white;
    font-size: 0.85rem; font-weight: 800; font-family: 'Outfit', sans-serif; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 16px rgba(59,130,246,0.3); border: 4px solid var(--light);
}
.process-icon {
    width: 72px; height: 72px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.8rem; margin-bottom: 24px; transition: all 0.4s ease; background: var(--light); color: var(--gray-light);
}
.process-card:hover .process-icon.st-blue { background: var(--blue); color: white; box-shadow: var(--shadow-glow); transform: scale(1.1) rotate(-5deg); }
.process-card:hover .process-icon.st-orange { background: var(--orange); color: white; box-shadow: 0 0 20px rgba(249,115,22,0.4); transform: scale(1.1) rotate(5deg); }
.process-title { font-size: 1.1rem; font-weight: 800; color: var(--dark); margin-bottom: 12px; }
.process-desc { color: var(--gray); font-size: 0.9rem; line-height: 1.8; margin: 0; }

/* ===== SERVICES ===== */
.services-section { background: white; }
.service-card {
    background: var(--light); border: 1px solid transparent; border-radius: var(--radius-lg);
    padding: 40px 32px; height: 100%; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden;
}
.service-card::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); opacity: 0; transition: opacity 0.4s;
}
.service-card:hover { border-color: var(--border); background: white; box-shadow: var(--shadow-md); transform: translateY(-8px); }
.service-card:hover::after { opacity: 1; }
.svc-num {
    font-size: 3.5rem; font-weight: 900; font-family: 'Outfit', sans-serif; letter-spacing: -3px;
    color: var(--border); line-height: 1; margin-bottom: 20px; display: block; transition: color 0.4s;
}
.service-card:hover .svc-num { color: var(--blue-light); }
.svc-icon { width: 64px; height: 64px; background: white; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--blue); margin-bottom: 24px; transition: all 0.4s ease; box-shadow: var(--shadow-sm); position: relative; z-index: 2; }
.service-card:hover .svc-icon { background: var(--gradient); color: white; box-shadow: var(--shadow-glow); }
.service-card h4 { font-size: 1.15rem; font-weight: 800; color: var(--dark); margin-bottom: 12px; position: relative; z-index: 2; }
.service-card p { color: var(--gray); font-size: 0.95rem; line-height: 1.8; margin: 0 0 24px; position: relative; z-index: 2; }
.svc-arrow {
    width: 40px; height: 40px; border-radius: 12px; background: white; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 0.9rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; z-index: 2;
}
.service-card:hover .svc-arrow { background: var(--dark); border-color: var(--dark); color: white; transform: translateX(8px); }

/* ===== EXPERTISE ===== */
.tech-section { background: var(--light); }
.expertise-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.expertise-item {
    width: 180px; background: white; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 36px 24px; display: flex; flex-direction: column; align-items: center; gap: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); text-align: center;
}
.expertise-item:hover { box-shadow: var(--shadow-md); transform: translateY(-8px); border-color: transparent; }
.exp-icon {
    width: 72px; height: 72px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; transition: all 0.4s ease;
}
.exp-icon.st-blue { background: var(--blue-light); color: var(--blue); }
.exp-icon.st-orange { background: var(--orange-light); color: var(--orange); }
.exp-icon.st-green { background: #ecfdf5; color: #059669; }
.expertise-item:hover .exp-icon.st-blue { background: var(--gradient); color: white; box-shadow: var(--shadow-glow); }
.expertise-item:hover .exp-icon.st-orange { background: var(--gradient-orange); color: white; box-shadow: 0 0 20px rgba(249,115,22,0.4); }
.expertise-item:hover .exp-icon.st-green { background: #10b981; color: white; box-shadow: 0 0 20px rgba(16,185,129,0.4); }
.expertise-item span { font-size: 1rem; font-weight: 700; font-family: 'Outfit', sans-serif; color: var(--dark); line-height: 1.4; }

/* ===== PORTFOLIO ===== */
.portfolio-section { background: white; }
.portfolio-card { background: var(--light); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid transparent; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.portfolio-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); background: white; border-color: var(--border); }
.p-img-wrap { position: relative; overflow: hidden; padding: 12px 12px 0; }
.p-img { width: 100%; height: 240px; object-fit: cover; border-radius: 16px; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); display: block; }
.portfolio-card:hover .p-img { transform: scale(1.05); }
.p-overlay { position: absolute; inset: 12px 12px 0; border-radius: 16px; background: rgba(15,23,42,0.7); opacity: 0; transition: opacity 0.4s; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.portfolio-card:hover .p-overlay { opacity: 1; }
.p-overlay i { font-size: 2.5rem; color: white; transform: translateY(20px); transition: all 0.4s ease; }
.portfolio-card:hover .p-overlay i { transform: translateY(0); }
.portfolio-body { padding: 28px; }
.p-tag { display: inline-block; font-size: 0.75rem; font-weight: 800; font-family: 'Outfit', sans-serif; padding: 6px 14px; border-radius: 8px; background: white; border: 1px solid var(--border); color: var(--dark); margin-bottom: 14px; letter-spacing: 0.5px; text-transform: uppercase; }
.portfolio-body h5 { font-weight: 800; font-size: 1.15rem; margin-bottom: 10px; color: var(--dark); }
.portfolio-body p { color: var(--gray); font-size: 0.95rem; margin: 0; line-height: 1.7; }
.p-link { padding: 8px 16px; background: var(--blue-light); border-radius: 8px; transition: all 0.3s; }
.p-link:hover { background: var(--blue); color: white !important; }

/* ===== CONTACT ===== */
.contact-section { background: var(--light); }
.contact-card { background: white; border-radius: var(--radius-lg); padding: 48px 32px; border: 1px solid var(--border); text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); height: 100%; position: relative; overflow: hidden; }
.contact-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--gradient); opacity: 0; transition: opacity 0.3s; }
.contact-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.contact-card:hover::before { opacity: 1; }
.c-icon { width: 80px; height: 80px; border-radius: 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 24px; transition: all 0.4s ease; }
.ci-blue { background: var(--blue-light); color: var(--blue); }
.ci-orange { background: var(--orange-light); color: var(--orange); }
.ci-green { background: #ecfdf5; color: #059669; }
.contact-card:hover .c-icon { transform: scale(1.1); box-shadow: var(--shadow-md); }
.contact-card:hover .ci-blue { background: var(--blue); color: white; }
.contact-card:hover .ci-orange { background: var(--orange); color: white; }
.contact-card:hover .ci-green { background: #10b981; color: white; }
.contact-card h5 { font-weight: 800; margin-bottom: 12px; color: var(--dark); font-size: 1.2rem; }
.contact-card p { color: var(--gray); font-size: 1rem; margin: 0; line-height: 1.8; }
.contact-card a { color: var(--gray); text-decoration: none; transition: color 0.3s; }
.contact-card a:hover { color: var(--blue); }

/* ===== CTA ===== */
.cta-section { background: var(--dark); position: relative; overflow: hidden; padding: 120px 0; }
.cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at center, rgba(59,130,246,0.15) 0%, transparent 60%);
}
.cta-section h2 { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: white; letter-spacing: -1.5px; }
.cta-section p { color: var(--gray-light); font-size: 1.1rem; max-width: 560px; margin: 0 auto; line-height: 1.9; }
.btn-white-solid { background: white; color: var(--dark); padding: 16px 36px; border-radius: 14px; font-weight: 800; font-size: 1rem; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); font-family: 'Outfit', sans-serif; box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
.btn-white-solid:hover { transform: translateY(-4px); background: var(--blue); color: white; box-shadow: var(--shadow-glow); }
.btn-outline-white { color: white; padding: 14px 34px; border-radius: 14px; font-weight: 700; font-size: 1rem; border: 2px solid rgba(255,255,255,0.2); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s ease; font-family: 'Outfit', sans-serif; backdrop-filter: blur(8px); }
.btn-outline-white:hover { border-color: white; background: white; color: var(--dark); transform: translateY(-4px); }

/* ===== FOOTER ===== */
.footer { background: #020617; color: var(--gray-light); padding: 100px 0 40px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-brand-text { font-size: 1.6rem; font-weight: 900; color: white; display: block; margin-bottom: 20px; letter-spacing: -0.5px; font-family: 'Outfit', sans-serif; }
.footer-brand-text span { color: var(--blue); }
.footer-desc { font-size: 0.95rem; line-height: 1.8; max-width: 320px; }
.footer h5 { color: white; font-weight: 800; font-size: 1.1rem; letter-spacing: 0.5px; margin-bottom: 28px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: var(--gray-light); text-decoration: none; font-size: 0.95rem; transition: all 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.footer-links a i { font-size: 0.6rem; color: var(--blue); transition: transform 0.3s; opacity: 0.5; }
.footer-links a:hover { color: white; transform: translateX(5px); }
.footer-links a:hover i { transform: translateX(4px); opacity: 1; }
.footer-hr { border-color: rgba(255,255,255,0.1); margin: 60px 0 30px; }
.footer-copyright { font-size: 0.9rem; color: rgba(255,255,255,0.4); }
.social-link { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); display: inline-flex; align-items: center; justify-content: center; color: var(--gray-light); text-decoration: none; transition: all 0.4s ease; margin-right: 10px; font-size: 1rem; }
.social-link:hover { background: var(--blue); border-color: var(--blue); color: white; transform: translateY(-5px); box-shadow: var(--shadow-glow); }

/* ===== PAGE (DYNAMIC) ===== */
.page-header { background: var(--light); padding: 140px 0 80px; text-align: center; border-bottom: 1px solid var(--border); }
.page-header h1 { font-size: 3.5rem; font-weight: 900; color: var(--dark); letter-spacing: -1.5px; }
.page-content { padding: 90px 0; min-height: 55vh; background: white; }
.page-content-wrap { line-height: 2; color: #334155; font-size: 1.05rem; }

/* ===== AOS ===== */
[data-aos] { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media(max-width:992px){ 
    .about-badge-box{left:0; bottom: -30px; padding: 20px; } 
    .ab-num{font-size:1.6rem;}
}
@media(max-width:768px){
    .section-pad{padding:80px 0;}
    .hero{padding:120px 0 80px; min-height:auto;}
    .hero-heading { font-size: 2.8rem; }
    .hero-btns{flex-direction:column; width: 100%;}
    .btn-hero-blue, .btn-hero-ghost { width: 100%; justify-content: center; }
    .hero-trust { padding: 16px; flex-direction: column; gap: 16px; border-radius: 24px; }
    .hero-trust-divider { width: 100%; height: 1px; margin: 0; }
    .about-badge-box{position:static;margin-top:30px; box-shadow: var(--shadow-sm); border: 1px solid var(--border);}
    .process-line { display: none; }
    .cta-section h2 { font-size: 2.2rem; }
}
