/*
Theme Name: DubeyIQ Developer
Theme URI: https://dubeyiq.com
Author: DubeyIQ
Author URI: https://dubeyiq.com
Description: Professional software development company theme with email marketing focus. Custom theme for DubeyIQ
Version: 1.0.0
Template: astra
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appsmart-developer
Tags: software, development, business, email-marketing, professional
*/

/* ============================================
   DubeyIQ Developer Theme - Custom Styles
   ============================================ */

/* Logo styling */
.site-logo-img .custom-logo {
    max-height: 42px;
    width: auto;
    object-fit: contain;
}
.ast-logo-title-inline .site-logo-img {
    padding-right: 0.5em;
}
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

/* Hide site title text next to logo */
.ast-site-title-wrap {
    display: none !important;
}

:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #3b82f6;
    --secondary: #0f172a;
    --accent: #06b6d4;
    --accent-light: #22d3ee;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --text-muted: #94a3b8;
    --bg-white: #ffffff;
    --bg-light: #f8fafc;
    --bg-gray: #f1f5f9;
    --bg-dark: #0f172a;
    --success: #10b981;
    --warning: #f59e0b;
    --gradient-primary: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 50px -5px rgba(0, 0, 0, 0.15);
    --radius: 12px;
    --radius-lg: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global Resets */
* { box-sizing: border-box; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--secondary);
}

a {
    text-decoration: none;
    transition: var(--transition);
}

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

/* ============================================
   Header / Navigation
   ============================================ */
.ast-primary-header-bar {
    background: #fff !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: box-shadow 0.35s ease;
    padding-left: 90px !important;
    padding-right: 40px !important;
}

.ast-primary-header-bar.header-scrolled {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06) !important;
}

.ast-builder-menu-1 .menu-item a {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--text-dark) !important;
    transition: color 0.25s ease;
    position: relative;
}

.ast-builder-menu-1 .menu-item a:hover {
    color: var(--primary) !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item a {
    color: var(--primary) !important;
    font-weight: 600 !important;
}

/* ============================================
   Buttons
   ============================================ */
.btn-primary,
.wp-block-button__link,
.ast-custom-button {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    letter-spacing: 0.3px;
}

.btn-primary:hover,
.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.btn-secondary {
    background: transparent !important;
    color: var(--primary) !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: 2px solid var(--primary) !important;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
}

.btn-secondary:hover {
    background: var(--primary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-white {
    background: #fff !important;
    color: var(--primary) !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
    box-shadow: var(--shadow-md);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   Hero Section - Numerique Style
   ============================================ */
.hero-numerique {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #131842 40%, #1a1f5e 70%, #0d1137 100%);
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 0;
}

/* Background Decorative Shapes */
.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.shape-circle-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(59, 130, 246, 0.08);
    top: -100px;
    right: -100px;
    animation: spinSlow 40s linear infinite;
}

.shape-circle-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(139, 92, 246, 0.1);
    bottom: 10%;
    left: -80px;
    animation: spinSlow 30s linear infinite reverse;
}

.shape-circle-3 {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    top: 30%;
    left: 15%;
    animation: floatShape 6s ease-in-out infinite;
}

.shape-dots {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.5;
}

.shape-line-1 {
    position: absolute;
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
    top: 40%;
    left: 5%;
    transform: rotate(-30deg);
}

.shape-line-2 {
    position: absolute;
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.15), transparent);
    bottom: 30%;
    right: 15%;
    transform: rotate(20deg);
}

.shape-glow-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 60%);
    top: -10%;
    left: -5%;
    filter: blur(40px);
}

.shape-glow-2 {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
    bottom: 5%;
    right: -5%;
    filter: blur(40px);
}

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

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

@keyframes pulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

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

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

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

/* Hero Container */
.hero-num-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Hero Content - Left Side */
.hero-num-content {
    animation: fadeInUp 0.8s ease-out;
}

.hero-num-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #93bbfc;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

.hero-num-title {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 24px;
    color: #fff !important;
    letter-spacing: -1.5px;
}

.hero-num-highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline;
}

.hero-num-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 36px;
    max-width: 520px;
    animation: fadeInUp 0.8s ease-out 0.15s both;
}

/* Hero Buttons */
.hero-num-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.btn-num-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.35), 0 0 0 0 rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-num-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s;
}

.btn-num-primary:hover::before {
    left: 100%;
}

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

.btn-num-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    backdrop-filter: blur(4px);
}

.btn-num-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff !important;
    transform: translateY(-3px);
}

/* Trust Section */
.hero-num-trust {
    display: flex;
    align-items: center;
    gap: 16px;
    animation: fadeInUp 0.8s ease-out 0.45s both;
}

.trust-avatars {
    display: flex;
}

.trust-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid #0a0e27;
    margin-right: -10px;
}

.trust-avatar:last-child {
    margin-right: 0;
}

.trust-text {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

.trust-stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 2px;
}

.trust-text strong {
    color: #fff;
}

/* Hero Visual - Right Side */
.hero-num-visual {
    position: relative;
    animation: fadeInRight 1s ease-out 0.3s both;
}

.hero-mockup {
    position: relative;
    padding: 20px;
}

/* Browser Mockup */
.mockup-browser {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.browser-bar {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.browser-dot.red { background: #ff5f57; }
.browser-dot.yellow { background: #ffbd2e; }
.browser-dot.green { background: #28c840; }

.browser-url {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.04);
    padding: 6px 16px;
    border-radius: 8px;
    margin-left: 8px;
}

.browser-content {
    padding: 24px;
    min-height: 260px;
}

.mock-nav {
    height: 8px;
    width: 60%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    margin-bottom: 28px;
}

.mock-hero-area {
    margin-bottom: 24px;
}

.mock-text-block {
    height: 14px;
    width: 80%;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.15));
    border-radius: 4px;
    margin-bottom: 10px;
}

.mock-text-sm {
    height: 8px;
    width: 60%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    margin-bottom: 18px;
}

.mock-btn-row {
    display: flex;
    gap: 10px;
}

.mock-btn {
    width: 70px;
    height: 24px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 6px;
}

.mock-btn-o {
    width: 70px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.mock-cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.mock-card {
    height: 60px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}

/* Floating Cards */
.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(15, 20, 50, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.float-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.float-code .float-card-icon {
    background: rgba(59, 130, 246, 0.15);
}

.float-stats .float-card-icon {
    background: rgba(16, 185, 129, 0.15);
}

.float-card-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.float-card-text strong {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.float-card-text span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

.float-code {
    top: 15%;
    right: -10px;
    animation: floatCard 4s ease-in-out infinite;
}

.float-stats {
    bottom: 10%;
    left: -10px;
    animation: floatCard 4s ease-in-out infinite 1.5s;
}

/* Hero Stats Bar */
.hero-num-stats {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    padding: 0 40px;
}

.hero-num-stats-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px 48px;
    backdrop-filter: blur(10px);
}

.num-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.num-stat h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff !important;
    margin: 0 0 4px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.num-stat p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    font-weight: 500;
}

.num-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

/* ============================================
   Services Section V2 - Card Layout with Motion
   ============================================ */
.services-section-v2 {
    padding: 110px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative Background */
.services-bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.svc-bg-circle {
    position: absolute;
    border-radius: 50%;
}

.svc-bg-circle-1 {
    width: 500px;
    height: 500px;
    top: -120px;
    right: -120px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
}

.svc-bg-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
}

.svc-bg-dots {
    position: absolute;
    top: 15%;
    left: 8%;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(37, 99, 235, 0.12) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.6;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-label {
    display: inline-block;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.section-header h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Services Grid V2 */
.services-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Service Card V2 */
.svc-card {
    position: relative;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    /* Initial state for animation */
    opacity: 0;
    transform: translateY(50px) scale(0.96);
}

.svc-card.svc-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Accent top bar */
.svc-card-accent {
    height: 5px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.svc-card:hover .svc-card-accent {
    transform: scaleX(1);
}

/* Card inner content */
.svc-card-inner {
    padding: 36px 32px 32px;
    position: relative;
}

/* Card Badge (number) */
.svc-card-badge {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    pointer-events: none;
    transition: color 0.4s ease;
}

.svc-card:hover .svc-card-badge {
    color: var(--accent-light, rgba(59, 130, 246, 0.08));
}

/* Card Icon */
.svc-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--icon-bg);
    color: var(--icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    position: relative;
}

.svc-card-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 20px;
    border: 2px dashed var(--icon-color);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.8);
}

.svc-card:hover .svc-card-icon {
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 8px 20px var(--icon-bg);
}

.svc-card:hover .svc-card-icon::after {
    opacity: 0.3;
    transform: scale(1);
}

/* Card Title */
.svc-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--secondary);
    transition: color 0.3s ease;
}

/* Card Description */
.svc-card-desc {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 20px;
}

/* Card Link */
.svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary) !important;
    text-decoration: none !important;
    transition: gap 0.3s ease, color 0.3s ease;
}

.svc-card-link svg {
    transition: transform 0.3s ease;
}

.svc-card:hover .svc-card-link {
    gap: 12px;
}

.svc-card:hover .svc-card-link svg {
    transform: translateX(3px);
}

/* Hover effect for entire card */
.svc-card:hover {
    transform: translateY(-10px) scale(1);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.06);
}

/* Staggered animation keyframes */
@keyframes svcCardReveal {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.svc-card.svc-visible {
    animation: svcCardReveal 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.svc-card[data-svc-index="0"].svc-visible { animation-delay: 0ms; }
.svc-card[data-svc-index="1"].svc-visible { animation-delay: 100ms; }
.svc-card[data-svc-index="2"].svc-visible { animation-delay: 200ms; }
.svc-card[data-svc-index="3"].svc-visible { animation-delay: 300ms; }
.svc-card[data-svc-index="4"].svc-visible { animation-delay: 400ms; }
.svc-card[data-svc-index="5"].svc-visible { animation-delay: 500ms; }

/* Shimmer effect on card hover */
.svc-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.svc-card:hover .svc-card-inner::before {
    left: 100%;
}

/* ============================================
   Email Marketing / Newsletter CTA Section
   ============================================ */
.newsletter-section {
    background: var(--gradient-primary);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.newsletter-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.newsletter-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
}

.newsletter-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 5px;
    backdrop-filter: blur(10px);
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 14px 24px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button {
    background: #fff;
    color: var(--primary);
    padding: 14px 28px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.newsletter-form button:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
}

.newsletter-benefits {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.newsletter-benefits span {
    font-size: 14px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 6px;
}

.newsletter-benefits span::before {
    content: '✓';
    font-weight: 700;
    color: #4ade80;
}

/* ============================================
   Pricing Plans Section
   ============================================ */
.pricing-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.pricing-card {
    background: var(--bg-white);
    border: 1px solid var(--bg-gray);
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.pricing-card-popular {
    border: 2px solid var(--primary);
    box-shadow: var(--shadow-lg);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card-popular:hover {
    transform: scale(1.05) translateY(-8px);
    box-shadow: 0 25px 60px -5px rgba(37, 99, 235, 0.2);
}

.pricing-badge {
    background: var(--gradient-primary);
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pricing-card-header {
    text-align: center;
    padding: 32px 24px 24px;
    border-bottom: 1px solid var(--bg-gray);
}

.pricing-plan-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.pricing-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
}

.pricing-currency {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-top: 8px;
}

.pricing-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1;
}

.pricing-card-popular .pricing-amount {
    color: var(--primary);
}

.pricing-period {
    font-size: 14px;
    color: var(--text-muted);
}

.pricing-card-body {
    padding: 28px 24px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--text-dark);
}

.pricing-features li svg {
    flex-shrink: 0;
}

.pricing-feature-disabled {
    color: var(--text-muted) !important;
    text-decoration: line-through;
}

.pricing-card-footer {
    padding: 0 24px 28px;
}

.pricing-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    background: var(--bg-light);
    color: var(--text-dark);
    border: 1px solid var(--bg-gray);
}

.pricing-btn:hover {
    background: var(--bg-gray);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
    color: var(--text-dark);
}

.pricing-btn-primary {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
}

.pricing-btn-primary:hover {
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
    color: #fff;
    background: var(--gradient-primary);
}

/* ============================================
   About / Why Choose Us
   ============================================ */
.about-section {
    padding: 100px 0;
    background: var(--bg-light);
}

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

.about-image {
    position: relative;
}

.about-image-main {
    background: var(--gradient-dark);
    border-radius: var(--radius-lg);
    padding: 60px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-image-main::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 50%;
}

.about-image-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.about-stat-item {
    text-align: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-stat-item h3 {
    font-size: 32px;
    color: var(--accent-light);
    margin-bottom: 4px;
}

.about-stat-item p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.about-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.about-text > p {
    color: var(--text-light);
    font-size: 17px;
    margin-bottom: 32px;
}

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

.about-features li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: var(--bg-white);
    border-radius: var(--radius);
    transition: var(--transition);
}

.about-features li:hover {
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}

.feature-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.feature-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.feature-text p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

/* ============================================
   Technologies Section
   ============================================ */
.tech-section {
    padding: 60px 0;
    background: var(--bg-white);
}

.tech-section .section-header {
    margin-bottom: 36px;
}

.tech-section .section-header p {
    font-size: 16px;
    margin-bottom: 0;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.tech-item {
    background: var(--bg-light);
    border: 1px solid var(--bg-gray);
    border-radius: var(--radius);
    padding: 16px 12px;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.tech-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.tech-item::after {
    content: "Click to inquire";
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: var(--primary);
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.tech-item:hover::after {
    opacity: 1;
}

.tech-item .tech-icon {
    font-size: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.tech-item .tech-icon svg {
    max-width: 36px;
    max-height: 36px;
    width: auto;
    height: auto;
}

.tech-item span:last-child {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
}

/* ============================================
   Tech Popup Modal
   ============================================ */
.tech-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.tech-popup-modal {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 36px 32px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-popup-overlay.active .tech-popup-modal {
    transform: scale(1) translateY(0);
}

.tech-popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--text-light);
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
}

.tech-popup-close:hover {
    background: #f1f5f9;
    color: var(--text-dark);
}

.tech-popup-header {
    text-align: center;
    margin-bottom: 28px;
}

.tech-popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    background: var(--bg-light);
    border-radius: 16px;
    border: 1px solid var(--bg-gray);
}

.tech-popup-icon svg {
    max-width: 44px;
    max-height: 44px;
    width: auto;
    height: auto;
}

.tech-popup-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 6px;
}

.tech-popup-header h3 span {
    background: linear-gradient(135deg, var(--primary), #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tech-popup-header p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

.tech-form-group {
    margin-bottom: 18px;
}

.tech-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.tech-form-group input,
.tech-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: var(--text-dark);
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.tech-form-group input:focus,
.tech-form-group textarea:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

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

.tech-popup-submit {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #8b5cf6);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 6px;
}

.tech-popup-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.tech-popup-submit:active {
    transform: translateY(0);
}

.tech-popup-success {
    text-align: center;
    padding: 20px 0;
}

.tech-popup-success .success-icon {
    width: 64px;
    height: 64px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
    font-size: 30px;
}

.tech-popup-success h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px;
}

.tech-popup-success p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

/* ============================================
   Pricing Popup Modal
   ============================================ */
.pricing-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.pricing-popup-modal {
    background: #fff;
    border-radius: 16px;
    width: 92%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 36px 32px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-popup-overlay.active .pricing-popup-modal {
    transform: scale(1) translateY(0);
}

.pricing-popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--text-light);
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
    z-index: 2;
}

.pricing-popup-close:hover {
    background: #f1f5f9;
    color: var(--text-dark);
}

.pricing-popup-header {
    text-align: center;
    margin-bottom: 24px;
}

.pricing-popup-badge {
    display: inline-block;
    background: var(--gradient-primary);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pricing-popup-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.pricing-popup-header p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
    line-height: 1.5;
}

.pricing-popup-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pricing-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
}

.pricing-form-group input,
.pricing-form-group textarea {
    padding: 12px 14px;
    border: 1.5px solid var(--bg-gray);
    border-radius: 10px;
    font-size: 14px;
    color: var(--text-dark);
    background: var(--bg-light);
    transition: all 0.2s ease;
    font-family: inherit;
    width: 100%;
}

.pricing-form-group input:focus,
.pricing-form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background: #fff;
}

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

.pricing-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pricing-form-summary {
    background: var(--bg-light);
    border: 1px solid var(--bg-gray);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-light);
}

.pricing-summary-row strong {
    color: var(--text-dark);
    font-weight: 600;
}

.pricing-summary-total {
    border-top: 1px dashed var(--bg-gray);
    padding-top: 10px;
    margin-top: 2px;
}

.pricing-summary-total strong {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
}

.pricing-popup-submit {
    width: 100%;
    padding: 14px 24px;
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-popup-submit:hover {
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
    transform: translateY(-1px);
}

.pricing-popup-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.pricing-form-note {
    text-align: center;
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
}

.pricing-popup-success {
    text-align: center;
    padding: 20px 0;
}

.pricing-popup-success .success-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: #fff;
}

.pricing-popup-success h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.pricing-popup-success p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   Testimonials
   ============================================ */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--bg-gray);
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-card blockquote {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0 0 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonial-info p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

/* ============================================
   Email Marketing CTA Section
   ============================================ */
.email-cta-section {
    padding: 100px 0;
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.email-cta-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
}

.email-cta-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.email-cta-text {
    color: #fff;
}

.email-cta-text h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}

.email-cta-text p {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 32px;
    line-height: 1.8;
}

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

.email-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.email-features-list li::before {
    content: '✓';
    background: var(--gradient-primary);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.email-cta-form {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 48px;
}

.email-cta-form h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.email-cta-form > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-bottom: 32px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius);
    color: #fff;
    font-size: 15px;
    transition: var(--transition);
    outline: none;
    font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.12);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.form-privacy {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 16px;
}

/* ============================================
   Process Section V2 - Timeline Style
   ============================================ */
.process-section-v2 {
    padding: 100px 0;
    background: var(--bg-white);
}

/* Timeline layout - horizontal on desktop */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

/* Individual step */
.proc-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 12px;
    /* Animation initial state */
    opacity: 0;
    transform: translateY(40px);
}

.proc-step.proc-visible {
    animation: procStepReveal 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.proc-step[data-proc-index="0"].proc-visible { animation-delay: 0ms; }
.proc-step[data-proc-index="1"].proc-visible { animation-delay: 150ms; }
.proc-step[data-proc-index="2"].proc-visible { animation-delay: 300ms; }
.proc-step[data-proc-index="3"].proc-visible { animation-delay: 450ms; }

@keyframes procStepReveal {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Number circle wrapper */
.proc-step-num-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 28px;
    position: relative;
}

/* Step number */
.proc-step-num {
    width: 56px;
    height: 56px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.proc-step:hover .proc-step-num {
    transform: scale(1.15);
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.45);
}

/* Pulse ring on number */
.proc-step-num::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, 0.15);
    animation: procPulse 2.5s ease-in-out infinite;
}

@keyframes procPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 0; }
}

/* Connector line between steps */
.proc-connector {
    position: absolute;
    top: 50%;
    left: calc(50% + 34px);
    width: calc(100% - 68px + 24px);
    height: 2px;
    background: linear-gradient(90deg, var(--primary), rgba(37, 99, 235, 0.15));
    z-index: 1;
    transform: translateY(-50%);
}

.proc-connector::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.4;
}

/* Step card */
.proc-step-card {
    background: var(--bg-light);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 28px 20px 24px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.proc-step:hover .proc-step-card {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.1);
    border-color: rgba(37, 99, 235, 0.15);
}

/* Step icon */
.proc-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--proc-accent-bg);
    color: var(--proc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}

.proc-step:hover .proc-step-icon {
    transform: scale(1.1) rotate(-5deg);
    background: var(--proc-accent);
    color: #fff;
}

/* Step content */
.proc-step-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--secondary);
}

.proc-step-content p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   Footer (New)
   ============================================ */
.site-footer-new {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, 0.6);
}

.footer-new-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-new-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-new-brand h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 700;
}

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 12px;
}

.footer-new-brand p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 400px;
}

.footer-new-contact {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: var(--transition);
}

.footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.footer-contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(37, 99, 235, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-light);
    flex-shrink: 0;
}

.footer-contact-item:hover .footer-contact-icon {
    background: var(--primary);
    color: #fff;
}

.footer-contact-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
    margin-bottom: 2px;
}

.footer-contact-value {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer-new-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-new-bottom p {
    font-size: 14px;
    margin: 0;
}

.footer-new-social {
    display: flex;
    gap: 10px;
}

.footer-new-social a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    transition: var(--transition);
}

.footer-new-social a:hover {
    background: var(--primary);
    color: #fff;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
    .hero-num-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
        padding: 0 24px;
    }
    .hero-num-title { font-size: 2.8rem; }
    .hero-num-description { margin-left: auto; margin-right: auto; }
    .hero-num-buttons { justify-content: center; }
    .hero-num-trust { justify-content: center; }
    .hero-num-visual { max-width: 500px; margin: 0 auto; }
    .float-code { right: 0; top: 5%; }
    .float-stats { left: 0; bottom: 5%; }
    .hero-num-stats-inner { flex-wrap: wrap; gap: 20px; padding: 30px 24px; }
    .num-stat-divider { display: none; }
    .num-stat { flex: 0 0 45%; }
    .services-grid-v2 { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
    .email-cta-content { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .process-timeline { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .proc-connector { display: none; }
    .tech-grid { grid-template-columns: repeat(4, 1fr); }
    .pricing-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .pricing-card-popular { transform: scale(1.03); }
    .pricing-card-popular:hover { transform: scale(1.03) translateY(-8px); }
    .pricing-amount { font-size: 40px; }
    .footer-new-top { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
    .hero-numerique { padding: 100px 0 0; min-height: auto; }
    .hero-num-title { font-size: 2.2rem; letter-spacing: -0.5px; }
    .hero-num-description { font-size: 1rem; }
    .hero-num-visual { display: none; }
    .hero-num-stats { margin-top: 40px; padding: 0 16px; }
    .hero-num-stats-inner { padding: 24px 16px; border-radius: 16px; }
    .num-stat h3 { font-size: 28px; }
    .num-stat p { font-size: 12px; }
    .btn-num-primary, .btn-num-outline { padding: 14px 24px; font-size: 15px; }
    .services-grid-v2 { grid-template-columns: 1fr; }
    .svc-card-inner { padding: 28px 24px 24px; }
    .svc-card-badge { font-size: 40px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .process-timeline { grid-template-columns: 1fr; gap: 24px; }
    .proc-connector { display: none; }
    .proc-step-card { padding: 24px 18px 20px; }
    .tech-grid { grid-template-columns: repeat(3, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
    .pricing-card-popular { transform: none; }
    .pricing-card-popular:hover { transform: translateY(-8px); }
    .pricing-section { padding: 60px 0; }
    .pricing-popup-modal { padding: 28px 20px; }
    .pricing-form-row { grid-template-columns: 1fr; }
    .section-header h2 { font-size: 30px; }
    .newsletter-form { flex-direction: column; border-radius: var(--radius); }
    .newsletter-form button { border-radius: var(--radius); }
    .form-row { grid-template-columns: 1fr; }
    .footer-new-contact { flex-direction: column; gap: 12px; width: 100%; }
    .footer-contact-item { width: 100%; }
    .footer-new-bottom { justify-content: center; text-align: center; }
}

/* ============================================
   WordPress Form Plugin Overrides
   ============================================ */
.wpforms-container .wpforms-form input[type="text"],
.wpforms-container .wpforms-form input[type="email"],
.wpforms-container .wpforms-form textarea {
    border-radius: var(--radius);
    border: 1px solid var(--bg-gray);
    padding: 14px 18px;
}

.wpforms-container .wpforms-form .wpforms-submit {
    background: var(--gradient-primary) !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
}

/* MC4WP Newsletter Form Overrides */
.mc4wp-form input[type="email"] {
    padding: 14px 24px;
    border: 2px solid var(--bg-gray);
    border-radius: 50px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.mc4wp-form input[type="submit"] {
    background: var(--gradient-primary);
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

/* Newsletter Plugin Overrides */
.tnp-field input {
    border-radius: var(--radius) !important;
    padding: 14px 18px !important;
    border: 1px solid var(--bg-gray) !important;
}

.tnp-field input[type="submit"] {
    background: var(--gradient-primary) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

/* ============================================
   Animations
   ============================================ */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   Page Template Overrides - Full Width Homepage
   ============================================ */

/* Remove ALL Astra container constraints on homepage */
.page-template-page-home #content,
.page-template-page-home .site-content,
.page-template-page-home .ast-container,
.page-template-page-home .site-main,
.page-template-page-home .entry-content,
.page-template-page-home article,
.page-template-page-home .ast-article-single,
.page-template-page-home .ast-article-inner,
.page-template-page-home .ast-separate-container .ast-article-single,
.page-template-page-home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-template-page-home .ast-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-template-page-home article {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Hide page title / entry header */
.page-template-page-home .entry-header,
.page-template-page-home .ast-page-builder-template .entry-header,
.page-template-page-home .entry-title {
    display: none !important;
}

/* Remove Astra's default footer (we have custom footer in template) */
.page-template-page-home .site-footer,
.page-template-page-home .ast-footer-overlay,
.page-template-page-home footer.site-footer {
    display: none !important;
}

/* Remove any Astra content background/padding */
.page-template-page-home .ast-plain-container .site-content .ast-article-inner,
.page-template-page-home .ast-plain-container .site-content {
    background: transparent !important;
    padding: 0 !important;
}

/* Override Astra's constrained layout */
body.page-template-page-home .is-layout-constrained {
    max-width: 100% !important;
}

body.page-template-page-home {
    overflow-x: hidden;
}

/* Override Astra's 1240px media query constraint */
@media (min-width: 922px) {
    .page-template-page-home .ast-container,
    body.page-template-page-home .ast-container {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    .page-template-page-home .site-content .ast-container {
        display: block !important;
    }
}

/* Small screen padding override */
@media (max-width: 921px) {
    .page-template-page-home .ast-container {
        padding: 0 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 544px) {
    .page-template-page-home .ast-container {
        padding: 0 !important;
        max-width: 100% !important;
    }
}

/* ============================================
   INNER PAGES - Global Layout Overrides
   ============================================ */

/* Override Astra container on inner pages for full-width hero */
.inner-page {
    width: 100%;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .ast-container,
body:not(.page-template-page-home):not(.page-template-page-landing) #content > .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .site-main {
    max-width: 100% !important;
    padding: 0 !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) article.page-article,
body:not(.page-template-page-home):not(.page-template-page-landing) article.post-article {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .ast-article-single {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .entry-header {
    display: none !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body:not(.page-template-page-home):not(.page-template-page-landing) .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}

@media (min-width: 922px) {
    body:not(.page-template-page-home):not(.page-template-page-landing) .ast-container {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

/* ============================================
   Inner Page - Hero Banner with Slider
   ============================================ */
.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--bg-light), transparent);
    z-index: 3;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    flex-wrap: wrap;
}

.page-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    transition: var(--transition);
}

.page-hero-breadcrumb a:hover {
    color: var(--accent-light);
}

.breadcrumb-sep {
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}

.breadcrumb-current {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.page-hero-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff !important;
    margin: 0 0 16px;
    line-height: 1.2;
}

.page-hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   Inner Page - Content Area
   ============================================ */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-content-section {
    padding: 80px 0 60px;
    background: var(--bg-light);
}

.page-content-section .page-container {
    max-width: 900px;
}

.page-entry-content {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 48px 56px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Typography inside content */
.page-entry-content h1 {
    font-size: 36px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: var(--secondary);
    position: relative;
    padding-bottom: 16px;
}

.page-entry-content h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.page-entry-content h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: var(--secondary);
    position: relative;
    padding-bottom: 12px;
}

.page-entry-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.page-entry-content h3 {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 14px;
    color: var(--secondary);
}

.page-entry-content h4 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: var(--secondary);
}

.page-entry-content h5 {
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-weight: 600;
}

.page-entry-content h6 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-entry-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.page-entry-content a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(37, 99, 235, 0.3);
    text-underline-offset: 3px;
    transition: var(--transition);
}

.page-entry-content a:hover {
    color: var(--primary-dark);
    text-decoration-color: var(--primary);
}

.page-entry-content ul,
.page-entry-content ol {
    margin: 0 0 24px 0;
    padding-left: 0;
}

.page-entry-content ul {
    list-style: none;
}

.page-entry-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
}

.page-entry-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--gradient-primary);
    border-radius: 50%;
}

.page-entry-content ol {
    counter-reset: list-counter;
    list-style: none;
}

.page-entry-content ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
}

.page-entry-content ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-entry-content blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    border-left: 4px solid var(--primary);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(6, 182, 212, 0.03) 100%);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic;
    font-size: 17px;
    color: var(--text-dark);
}

.page-entry-content blockquote p {
    margin-bottom: 0;
}

.page-entry-content pre,
.page-entry-content code {
    font-family: 'Fira Code', 'Consolas', monospace;
}

.page-entry-content code {
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary-dark);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.page-entry-content pre {
    background: var(--bg-dark);
    color: #e2e8f0;
    padding: 24px;
    border-radius: var(--radius);
    overflow-x: auto;
    margin: 24px 0;
    line-height: 1.7;
}

.page-entry-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
    font-size: 14px;
}

.page-entry-content img {
    border-radius: var(--radius);
    margin: 24px 0;
    box-shadow: var(--shadow-md);
}

.page-entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.page-entry-content table thead th {
    background: var(--gradient-primary);
    color: #fff;
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-entry-content table tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--bg-gray);
    font-size: 15px;
    color: var(--text-dark);
}

.page-entry-content table tbody tr:nth-child(even) {
    background: var(--bg-light);
}

.page-entry-content table tbody tr:hover {
    background: rgba(37, 99, 235, 0.04);
}

.page-entry-content hr {
    border: none;
    height: 1px;
    background: var(--bg-gray);
    margin: 40px 0;
}

/* WordPress block overrides */
.page-entry-content .wp-block-image {
    margin: 32px 0;
}

.page-entry-content .wp-block-image img {
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
}

.page-entry-content .wp-block-image figcaption {
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 12px;
    font-style: italic;
}

.page-entry-content .wp-block-separator {
    border: none !important;
    height: 2px;
    background: var(--bg-gray);
    margin: 40px auto;
    max-width: 120px;
}

.page-entry-content .wp-block-separator.is-style-wide {
    max-width: 100%;
}

.page-entry-content .wp-block-quote {
    margin: 32px 0;
    padding: 24px 32px;
    border-left: 4px solid var(--primary);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(6, 182, 212, 0.03) 100%);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.page-entry-content .wp-block-quote cite {
    font-size: 14px;
    color: var(--text-muted);
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-top: 12px;
}

.page-entry-content .wp-block-quote cite::before {
    content: '— ';
}

/* ============================================
   Inner Page - CTA Section
   ============================================ */
.inner-page-cta {
    padding: 80px 0;
    background: var(--bg-light);
}

.inner-cta-card {
    background: var(--gradient-dark);
    border-radius: var(--radius-lg);
    padding: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.inner-cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.inner-cta-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.inner-cta-content {
    position: relative;
    z-index: 2;
}

.inner-cta-content h2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 12px;
}

.inner-cta-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-width: 500px;
}

.inner-cta-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* ============================================
   Single Post - Specific Styles
   ============================================ */
.post-hero {
    padding: 140px 0 80px;
}

.post-hero-meta {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-category-badge {
    display: inline-block;
    background: rgba(37, 99, 235, 0.2);
    color: var(--accent-light);
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-hero-info {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.post-author-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.post-author-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.post-author-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.post-author-name {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.post-date-reading {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
}

.reading-dot {
    font-size: 18px;
}

/* Post Layout with Sidebar */
.post-content-section {
    padding: 60px 0;
}

.post-content-section .page-container {
    max-width: 1200px;
}

.post-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
}

.post-article {
    min-width: 0;
}

.post-featured-image {
    margin-bottom: 32px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

/* Post Tags */
.post-tags {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--bg-gray);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.post-tag {
    display: inline-block;
    background: var(--bg-light);
    color: var(--text-light) !important;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--bg-gray);
    transition: var(--transition);
    text-decoration: none !important;
}

.post-tag:hover {
    background: var(--primary);
    color: #fff !important;
    border-color: var(--primary);
}

/* Post Share */
.post-share {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--bg-gray);
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-share-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.post-share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-decoration: none !important;
}

.share-twitter {
    background: rgba(29, 161, 242, 0.1);
    color: #1da1f2;
}

.share-twitter:hover {
    background: #1da1f2;
    color: #fff;
    transform: translateY(-2px);
}

.share-linkedin {
    background: rgba(0, 119, 181, 0.1);
    color: #0077b5;
}

.share-linkedin:hover {
    background: #0077b5;
    color: #fff;
    transform: translateY(-2px);
}

.share-facebook {
    background: rgba(24, 119, 242, 0.1);
    color: #1877f2;
}

.share-facebook:hover {
    background: #1877f2;
    color: #fff;
    transform: translateY(-2px);
}

/* Post Sidebar */
.post-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.sidebar-newsletter {
    background: var(--gradient-dark);
    color: #fff;
    text-align: center;
}

.sidebar-newsletter-icon {
    width: 64px;
    height: 64px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.sidebar-newsletter h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 8px;
}

.sidebar-newsletter p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 24px;
}

.sidebar-newsletter input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    color: #fff;
    font-size: 14px;
    outline: none;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.sidebar-newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-subscribe-btn {
    width: 100%;
    padding: 12px 24px !important;
    font-size: 14px !important;
}

/* Related Posts */
.sidebar-related h3 {
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--bg-gray);
}

.related-post-card {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid var(--bg-gray);
    text-decoration: none !important;
    transition: var(--transition);
}

.related-post-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related-post-card:first-child {
    padding-top: 0;
}

.related-post-card:hover {
    padding-left: 8px;
}

.related-post-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
    color: var(--text-dark);
    line-height: 1.4;
    transition: var(--transition);
}

.related-post-card:hover h4 {
    color: var(--primary);
}

.related-post-date {
    font-size: 13px;
    color: var(--text-muted);
}

/* Post Navigation */
.post-navigation-section {
    padding: 0 0 60px;
    background: var(--bg-light);
}

.post-nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.post-nav-card {
    display: block;
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    text-decoration: none !important;
}

.post-nav-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.2);
}

.post-nav-direction {
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.post-nav-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    display: block;
    line-height: 1.4;
}

.post-nav-next {
    text-align: right;
}

.post-nav-next .post-nav-direction {
    justify-content: flex-end;
}

/* ============================================
   Archive / Blog Grid
   ============================================ */
.archive-content-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    /* Override any Astra defaults */
    margin: 0 !important;
    padding: 0 !important;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.blog-card-image {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

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

.blog-card-no-image {
    background: linear-gradient(135deg, var(--bg-gray) 0%, var(--bg-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-placeholder {
    color: var(--text-muted);
}

.blog-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.blog-card-category {
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary);
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-date {
    font-size: 13px;
    color: var(--text-muted);
}

.blog-card-title {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 1.4;
}

.blog-card-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition);
}

.blog-card-title a:hover {
    color: var(--primary);
}

.blog-card-excerpt {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0 0 20px;
    flex-grow: 1;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--bg-gray);
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
}

.blog-card-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 !important;
    box-shadow: none !important;
}

.blog-card-read-more {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

.blog-card-read-more:hover {
    gap: 10px;
}

/* Pagination */
.archive-pagination {
    margin-top: 48px;
    text-align: center;
}

.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    background: var(--bg-white);
    border: 1px solid var(--bg-gray);
    text-decoration: none;
    transition: var(--transition);
    gap: 6px;
}

.archive-pagination .page-numbers:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.archive-pagination .page-numbers.current {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    font-weight: 700;
}

.archive-pagination .page-numbers svg {
    width: 16px;
    height: 16px;
}

/* No Posts */
.archive-no-posts {
    text-align: center;
    padding: 80px 20px;
}

.no-posts-icon {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.archive-no-posts h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.archive-no-posts p {
    font-size: 17px;
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto 28px;
}

/* Archive Newsletter */
.archive-newsletter {
    padding: 0 0 80px;
    background: var(--bg-light);
}

.archive-newsletter-card {
    background: var(--gradient-primary);
    border-radius: var(--radius-lg);
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    overflow: hidden;
}

.archive-newsletter-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.archive-newsletter-content {
    position: relative;
    z-index: 2;
}

.archive-newsletter-content h2 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 8px;
}

.archive-newsletter-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.archive-newsletter-form {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    min-width: 380px;
}

.archive-newsletter-input-wrap {
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 5px;
    backdrop-filter: blur(10px);
}

.archive-newsletter-input-wrap input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    outline: none;
    min-width: 0;
}

.archive-newsletter-input-wrap input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.archive-newsletter-input-wrap .btn-primary {
    padding: 12px 24px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: var(--primary) !important;
    box-shadow: none;
}

.archive-newsletter-input-wrap .btn-primary:hover {
    transform: scale(1.05);
}

/* ============================================
   404 Error Page
   ============================================ */
.error-404-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    background: var(--bg-light);
}

.error-404-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.error-404-visual {
    position: relative;
    margin-bottom: 32px;
    display: inline-block;
}

.error-404-number {
    font-size: 140px;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: block;
}

.error-404-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, 0.15);
    animation: float 3s ease-in-out infinite;
}

.circle-1 {
    width: 180px;
    height: 180px;
    top: 10px;
    left: 10px;
    animation-delay: 0s;
}

.circle-2 {
    width: 140px;
    height: 140px;
    top: 30px;
    left: 30px;
    animation-delay: 0.5s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    animation-delay: 1s;
}

.error-404-content h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.error-404-content > p {
    font-size: 17px;
    color: var(--text-light);
    margin-bottom: 32px;
    line-height: 1.7;
}

.error-404-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.error-404-links p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.error-404-quick-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.error-404-quick-links a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--bg-white);
    border: 1px solid var(--bg-gray);
    border-radius: 50px;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
}

.error-404-quick-links a:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* ============================================
   Services Page - Dedicated Sections
   ============================================ */
.svc-page-section {
    padding: 100px 0 110px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

/* Override existing light decorative BG for dark section */
.svc-page-section .services-bg-decor .svc-bg-circle-1 {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
}

.svc-page-section .services-bg-decor .svc-bg-circle-2 {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
}

.svc-page-section .services-bg-decor .svc-bg-dots {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}

/* Services page header overrides */
.svc-page-section .section-label {
    background: rgba(59, 130, 246, 0.15);
    color: #93bbfc;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.svc-page-section .section-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.svc-page-section .section-header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

/* Service cards on dark BG - glassmorphism style */
.svc-page-section .svc-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.svc-page-section .svc-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4), 0 0 30px rgba(59, 130, 246, 0.08);
}

.svc-page-section .svc-card-badge {
    color: rgba(255, 255, 255, 0.06);
}

.svc-page-section .svc-card:hover .svc-card-badge {
    color: rgba(255, 255, 255, 0.1);
}

.svc-page-section .svc-card-title {
    color: #fff;
}

.svc-page-section .svc-card-desc {
    color: rgba(255, 255, 255, 0.5);
}

.svc-page-section .svc-card-link {
    color: #93bbfc !important;
}

.svc-page-section .svc-card-link:hover {
    color: #bdd4fc !important;
}

/* Shimmer override for dark cards */
.svc-page-section .svc-card-inner::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

/* Why Choose Us Section */
.svc-why-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.svc-why-section .section-header h2 {
    background: linear-gradient(135deg, #1e293b 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.svc-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.svc-why-card {
    background: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.svc-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

.svc-why-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.svc-why-card:hover .svc-why-icon {
    transform: scale(1.12) rotate(-5deg);
}

.svc-why-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--secondary);
}

.svc-why-card p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 1024px) {
    .svc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .svc-page-section .section-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .svc-page-section {
        padding: 60px 0 70px;
    }
    .svc-why-section {
        padding: 60px 0;
    }
    .svc-why-grid {
        grid-template-columns: 1fr;
    }
    .svc-page-section .section-header h2 {
        font-size: 30px;
    }
}

/* ============================================
   Blog Page - Dark Hero
   ============================================ */
.blog-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.blog-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
}

.blog-hero-shape-1 {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.12) 0%, transparent 70%);
    top: -150px; right: -100px;
}

.blog-hero-shape-2 {
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 70%);
    bottom: -100px; left: -80px;
}

.blog-hero-dots {
    position: absolute;
    top: 20%; left: 8%;
    width: 120px; height: 120px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.blog-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.15;
    margin: 16px 0 20px;
    letter-spacing: -1px;
}

.blog-highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-hero-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 120px 0 60px;
    }
    .blog-hero-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }
    .blog-hero-desc {
        font-size: 16px;
    }
}

/* ============================================
   About Page - Styles
   ============================================ */

/* Hero */
.about-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
}

.about-hero-shape-1 {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.12) 0%, transparent 70%);
    top: -120px; right: -80px;
}

.about-hero-shape-2 {
    position: absolute;
    width: 350px; height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 70%);
    bottom: -80px; left: -60px;
}

.about-hero-shape-3 {
    position: absolute;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
    top: 30%; left: 20%;
    animation: spinSlow 40s linear infinite;
}

.about-hero-dots {
    position: absolute;
    top: 15%; right: 10%;
    width: 120px; height: 120px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
}

.about-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero-content {
    max-width: 750px;
    margin: 0 auto 56px;
}

.about-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.15;
    margin: 16px 0 24px;
    letter-spacing: -1px;
}

.about-highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    margin: 0;
}

/* Stats in Hero */
.about-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.about-stat-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.about-stat-box:hover {
    transform: translateY(-4px);
    border-color: rgba(59,130,246,0.3);
}

.about-stat-box h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 4px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.about-stat-box p {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    margin: 0;
    font-weight: 500;
}

/* Mission Section */
.about-mission-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.about-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.about-mission-card {
    background: var(--bg-white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 44px 36px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px -8px rgba(0,0,0,0.1);
}

.about-mission-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.about-mission-card h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--secondary);
    margin: 0 0 14px;
}

.about-mission-card p {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

/* Values Section */
.about-values-section {
    padding: 100px 0;
    background: var(--bg-white);
}

.about-values-section .section-header h2 {
    background: linear-gradient(135deg, #1e293b 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-value-card {
    position: relative;
    background: var(--bg-light);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s ease, border-color 0.3s ease;
    overflow: hidden;
}

.about-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px -8px rgba(0,0,0,0.1);
    border-color: rgba(59,130,246,0.15);
}

.about-value-num {
    position: absolute;
    top: 14px; right: 18px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
    line-height: 1;
    pointer-events: none;
    transition: color 0.3s ease;
}

.about-value-card:hover .about-value-num {
    color: rgba(59,130,246,0.07);
}

.about-value-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}

.about-value-card:hover .about-value-icon {
    transform: scale(1.12) rotate(-5deg);
}

.about-value-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 10px;
}

.about-value-card p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.75;
    margin: 0;
}

/* About Responsive */
@media (max-width: 1024px) {
    .about-hero-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .about-mission-grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 60px;
    }
    .about-hero-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }
    .about-hero-desc {
        font-size: 16px;
    }
    .about-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .about-stat-box {
        padding: 22px 14px;
    }
    .about-stat-box h3 {
        font-size: 28px;
    }
    .about-mission-grid {
        grid-template-columns: 1fr;
    }
    .about-mission-card {
        padding: 32px 24px;
    }
    .about-values-section {
        padding: 60px 0;
    }
    .about-values-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Contact Page - Styles
   ============================================ */

/* Hero */
.contact-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
}

.contact-hero-shape-1 {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.12) 0%, transparent 70%);
    top: -150px; right: -100px;
}

.contact-hero-shape-2 {
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 70%);
    bottom: -100px; left: -80px;
}

.contact-hero-dots {
    position: absolute;
    top: 20%; left: 8%;
    width: 120px; height: 120px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.contact-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.15;
    margin: 16px 0 20px;
    letter-spacing: -1px;
}

.contact-highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Info Cards */
.contact-info-section {
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.contact-info-card {
    background: var(--bg-white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s ease, border-color 0.3s ease;
    text-decoration: none !important;
    display: block;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px -8px rgba(0,0,0,0.12);
    border-color: rgba(59,130,246,0.2);
}

.contact-info-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}

.contact-info-card:hover .contact-info-icon {
    transform: scale(1.12) rotate(-5deg);
}

.contact-info-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 8px;
}

.contact-info-value {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary) !important;
    margin: 0 0 8px;
}

.contact-info-hint {
    font-size: 13px;
    color: var(--text-muted);
}

/* Form Section */
.contact-form-section {
    padding: 80px 0 100px;
    background: var(--bg-light);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
}

.contact-form-wrap {
    background: var(--bg-white);
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 10px 40px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
}

.contact-form-wrap h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--secondary);
    margin: 0 0 8px;
}

.contact-form-subtitle {
    font-size: 15px;
    color: var(--text-light);
    margin: 0 0 32px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-form-group {
    margin-bottom: 20px;
}

.contact-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 7px;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    background: var(--bg-light);
    color: var(--text-dark);
    transition: all 0.25s ease;
    outline: none;
    box-sizing: border-box;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(59,130,246,0.08);
}

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

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 4px 20px rgba(59,130,246,0.35);
}

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

/* Sidebar */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}

.contact-sidebar-card {
    background: var(--bg-white);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-sidebar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.contact-sidebar-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, rgba(59,130,246,0.1) 0%, rgba(139,92,246,0.1) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--primary);
}

.contact-sidebar-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 8px;
}

.contact-sidebar-card p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}

/* Contact Responsive */
@media (max-width: 1024px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
    .contact-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 120px 0 60px;
    }
    .contact-hero-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }
    .contact-hero-desc {
        font-size: 16px;
    }
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    .contact-info-section {
        margin-top: -20px;
    }
    .contact-form-section {
        padding: 50px 0 70px;
    }
    .contact-form-wrap {
        padding: 32px 24px;
    }
    .contact-form-row {
        grid-template-columns: 1fr;
    }
    .contact-sidebar {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Contact Page - FAQ Section
   ============================================ */
.contact-faq-section {
    padding: 80px 0 100px;
    background: var(--bg-dark);
}

.contact-faq-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.contact-faq-subheading {
    text-align: center;
    font-size: 17px;
    color: var(--text-light);
    margin: 0 0 50px;
}

.contact-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.contact-faq-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 28px 24px;
    transition: all 0.3s ease;
}

.contact-faq-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

.contact-faq-item h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.4;
}

.contact-faq-item p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {
    .contact-faq-section {
        padding: 50px 0 70px;
    }
    .contact-faq-heading {
        font-size: 28px;
    }
    .contact-faq-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Inner Pages - Astra Footer Styling
   ============================================ */
body:not(.page-template-page-home) .site-footer {
    background: var(--bg-dark) !important;
}

body:not(.page-template-page-home) .ast-small-footer {
    background: var(--bg-dark) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body:not(.page-template-page-home) .ast-small-footer .ast-footer-copyright,
body:not(.page-template-page-home) .ast-small-footer a {
    color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.page-template-page-home) .ast-small-footer a:hover {
    color: var(--accent-light) !important;
}

/* Astra above/below footer areas */
body:not(.page-template-page-home) .ast-above-footer-wrap,
body:not(.page-template-page-home) .ast-footer-overlay {
    background: var(--bg-dark) !important;
}

/* ============================================
   Inner Pages - Responsive
   ============================================ */
@media (max-width: 1024px) {
    .post-layout {
        grid-template-columns: 1fr;
    }
    .post-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .inner-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 48px 36px;
    }
    .inner-cta-content p {
        margin: 0 auto;
    }
    .archive-newsletter-card {
        flex-direction: column;
        text-align: center;
        padding: 48px 36px;
    }
    .archive-newsletter-form {
        min-width: 0;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 120px 0 60px;
    }
    .page-hero-title {
        font-size: 32px;
    }
    .page-entry-content {
        padding: 32px 24px;
    }
    .page-entry-content h1 { font-size: 28px; }
    .page-entry-content h2 { font-size: 24px; }
    .page-entry-content h3 { font-size: 20px; }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .post-layout {
        grid-template-columns: 1fr;
    }
    .post-sidebar {
        grid-template-columns: 1fr;
    }
    .post-nav-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .post-nav-next {
        text-align: left;
    }
    .post-nav-next .post-nav-direction {
        justify-content: flex-start;
    }
    .post-share {
        flex-direction: column;
        align-items: flex-start;
    }
    .error-404-number {
        font-size: 100px;
    }
    .error-404-actions {
        flex-direction: column;
        align-items: center;
    }
    .inner-cta-card {
        padding: 36px 24px;
    }
    .archive-newsletter-card {
        padding: 36px 24px;
    }
    .archive-newsletter-input-wrap {
        flex-direction: column;
        border-radius: var(--radius);
    }
    .archive-newsletter-input-wrap .btn-primary {
        border-radius: var(--radius) !important;
    }
}

@media (max-width: 480px) {
    .page-hero-title {
        font-size: 26px;
    }
    .page-hero-subtitle {
        font-size: 16px;
    }
    .page-entry-content {
        padding: 24px 18px;
    }
    .blog-card-content {
        padding: 20px;
    }
}
