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

    * { box-sizing: border-box; }

   /* body {
        margin: 0;
        padding: 0;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        color: #1e293b;
        background: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.6;
        overflow-x: hidden;
    }
*/
   /* section {
        position: relative;
    }*/

    /* --- Typography --- */
    .agvamr-section-header {
        text-align: center;
        margin-bottom: 64px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .agvamr-section-header-left {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .agvamr-section-title {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 16px;
        color: #2db35a;
        letter-spacing: -0.02em;
    }

    .agvamr-section-title .agvamr-highlight {
        background: linear-gradient(135deg, #059669, #0ea5e9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .agvamr-section-subtitle {
        font-size: 18px;
        color: #64748b;
        margin: 0;
        line-height: 1.6;
        font-weight: 400;
    }

    .agvamr-text-gradient {
        background: linear-gradient(135deg, #059669, #0ea5e9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .agvamr-section-label {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #059669;
        background: #ecfdf5;
        padding: 6px 16px;
        border-radius: 9999px;
        margin-bottom: 16px;
        border: 1px solid rgba(5, 150, 105, 0.12);
    }

    /* --- Buttons --- */
    .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        border-radius: 9999px;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid transparent;
        cursor: pointer;
        white-space: nowrap;
    }

    .btn-primary {
        background: linear-gradient(135deg, #059669, #047857);
        color: #fff;
        box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
    }
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(5, 150, 105, 0.45);
    }
    .btn-primary svg { transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1); }
    .btn-primary:hover svg { transform: translateX(4px); }

    .btn-outline {
        background: transparent;
        color: #059669;
        border-color: #059669;
    }
    .btn-outline:hover {
        background: #ecfdf5;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.15);
    }

    /* ================================================================
       1. HERO SECTION — Premium Enterprise
       ================================================================ */
    .agvamr-hero-section {
        /*background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 60%);*/
        /*padding: 120px 0 80px;*/
        min-height: 100vh;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
         margin: 0;
        padding: 0;
    }

    .agvamr-hero-bg-grid {
        position: absolute;
        inset: 0;
        background-image: 
            linear-gradient(rgba(5, 150, 105, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(5, 150, 105, 0.04) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
        -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
        pointer-events: none;
    }

    .agvamr-hero-glow-grad {
        position: absolute;
        top: -20%;
        left: -10%;
        width: 60vw;
        height: 60vw;
        background: radial-gradient(circle, rgba(5, 150, 105, 0.08) 0%, rgba(5, 150, 105, 0) 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .agvamr-hero-content { max-width: 680px; }

    .agvamr-hero-badges {
        display: flex;
        gap: 12px;
        margin-bottom: 28px;
        flex-wrap: wrap;
    }

    .agvamr-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 18px;
        border-radius: 9999px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .agvamr-badge-green {
        background: #ecfdf5;
        color: #047857;
        border: 1px solid rgba(5, 150, 105, 0.15);
    }

    .agvamr-badge-amber {
        background: #fffbeb;
        color: #b45309;
        border: 1px solid rgba(180, 83, 9, 0.15);
    }

    .agvamr-hero-heading {
        font-size: 44px;
        font-weight: 900;
        line-height: 1.05;
        margin-bottom: 20px;
        color: #2db35a;
        text-align: left;
        /*letter-spacing: -0.03em;*/
    }

    .agvamr-hero-subheading {
        font-size: 22px;
        font-weight: 500;
        color: #64748b;
        margin-bottom: 24px;
        line-height: 1.5;
    }

    .agvamr-hero-description {
        font-size: 18px;
        color: #94a3b8;
        margin-bottom: 36px;
        max-width: 560px;
        line-height: 1.7;
    }

    .agvamr-hero-cta-buttons {
        display: flex;
        gap: 16px;
        margin-bottom: 40px;
    }

    .agvamr-hero-trust-row {
        display: flex;
        gap: 28px;
        flex-wrap: wrap;
    }

    .agvamr-trust-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #64748b;
    }

    .agvamr-hero-image-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .agvamr-hero-image-frame {
        position: relative;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    }

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

    .agvamr-hero-image-frame:hover .agvamr-hero-image {
        transform: scale(1.03);
    }

    .agvamr-hero-image-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.15) 100%);
        pointer-events: none;
    }

    /* Floating Badges */
    .agvamr-floating-badge {
        position: absolute;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 10px 18px;
        border-radius: 9999px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        font-weight: 600;
        font-size: 14px;
        color: #2db35a;
        border: 1px solid rgba(255,255,255,0.5);
        animation: agvamrFloatBadge 5s ease-in-out infinite;
        z-index: 3;
        white-space: nowrap;
    }

    .agvamr-fb-1 { top: 8%; left: -8%; animation-delay: 0s; }
    .agvamr-fb-2 { top: 38%; right: -12%; animation-delay: 1.2s; }
    .agvamr-fb-3 { bottom: 30%; left: -6%; animation-delay: 2.4s; }
    .agvamr-fb-4 { bottom: 5%; right: -6%; animation-delay: 3.6s; }

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

    .agvamr-hero-scroll-indicator {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.05em;
        animation: agvamrBounce 2s infinite;
        z-index: 2;
    }

    @keyframes agvamrBounce {
        0%, 100% { transform: translateX(-50%) translateY(0); }
        50% { transform: translateX(-50%) translateY(6px); }
    }

    /* ================================================================
       2. INTRODUCTION SECTION — Premium Enterprise
       ================================================================ */
    .agvamr-intro-section {
        background-color: #f8fafc;
        padding-bottom: 80px;
        position: relative;
        overflow: hidden;
    }

    .agvamr-intro-pattern {
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(5, 150, 105, 0.06) 2px, transparent 2px);
        background-size: 40px 40px;
        pointer-events: none;
    }

    .agvamr-intro-accent-line {
        width: 48px;
        height: 4px;
        background: linear-gradient(90deg, #059669, #0ea5e9);
        border-radius: 2px;
        margin-bottom: 24px;
    }

    .agvamr-intro-text p {
        font-size: 18px;
        color: #64748b;
        max-width: 600px;
        line-height: 1.7;
    }

    .agvamr-intro-stats-row {
        display: flex;
        gap: 40px;
        margin-top: 36px;
        padding-top: 28px;
        border-top: 1px solid #e2e8f0;
    }

    .agvamr-intro-stat {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .agvamr-intro-stat-value {
        font-size: 28px;
        font-weight: 800;
        color: #2db35a;
        letter-spacing: -0.02em;
    }

    .agvamr-intro-stat-label {
        font-size: 14px;
        color: #94a3b8;
        font-weight: 500;
    }

    .agvamr-intro-image-container {
        position: relative;
    }

    .agvamr-intro-image-frame {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
    }

    .agvamr-intro-image-frame img {
        width: 100%;
        display: block;
        transition: transform 0.6s ease;
    }

    .agvamr-intro-image-frame:hover img {
        transform: scale(1.03);
    }

    .agvamr-intro-image-badge {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(8px);
        padding: 10px 18px;
        border-radius: 9999px;
        font-size: 13px;
        font-weight: 600;
        color: #2db35a;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        border: 1px solid rgba(255,255,255,0.3);
    }

    .agvamr-feature-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 36px 28px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .agvamr-feature-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, #059669, #0ea5e9);
        transition: width 0.3s ease;
        border-radius: 3px 3px 0 0;
    }

    .agvamr-feature-card:hover::after {
        width: 80%;
    }

    .agvamr-feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
        border-color: rgba(5, 150, 105, 0.2);
    }

    .agvamr-feature-icon-wrapper {
        width: 56px;
        height: 56px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ecfdf5;
        border-radius: 12px;
        color: #059669;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .agvamr-feature-card:hover .agvamr-feature-icon-wrapper {
        background: #059669;
        color: #fff;
    }

    .agvamr-feature-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 700;
        color: #2db35a;
    }

    .agvamr-feature-card p {
        color: #64748b;
        font-size: 15px;
        margin: 0;
        line-height: 1.6;
    }

    /* ================================================================
       3. HYBRID AGV + AMR SECTION — Premium
       ================================================================ */
    .agvamr-hybrid-section {
        padding: 100px 0;
    }

    .agvamr-hybrid-image-frame {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
    }

    .agvamr-hybrid-image-frame img {
        width: 100%;
        display: block;
        transition: transform 0.6s ease;
    }

    .agvamr-hybrid-image-frame:hover img {
        transform: scale(1.03);
    }

    .agvamr-hybrid-image-tag {
        position: absolute;
        top: 20px;
        left: 20px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(5, 150, 105, 0.9);
        color: #fff;
        padding: 8px 16px;
        border-radius: 9999px;
        font-size: 13px;
        font-weight: 600;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255,255,255,0.15);
    }

    .agvamr-hybrid-content .agvamr-section-header {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .agvamr-hybrid-cards-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .agvamr-hybrid-card {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        background: #ffffff;
        padding: 28px;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .agvamr-hybrid-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
        border-color: rgba(5, 150, 105, 0.2);
    }

    .agvamr-hybrid-card-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ecfdf5;
        border-radius: 12px;
        color: #059669;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .agvamr-hybrid-card:hover .agvamr-hybrid-card-icon {
        background: #059669;
        color: #fff;
    }

    .agvamr-hybrid-card-content h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 700;
        color: #2db35a;
    }

    .agvamr-hybrid-card-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.6;
    }

    .agvamr-hybrid-card-content ul li {
        margin-bottom: 8px;
        position: relative;
        padding-left: 24px;
    }

    .agvamr-hybrid-card-content ul li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 0;
        color: #34d399;
        font-weight: 700;
        font-size: 16px;
    }

    /* ================================================================
       4. AI SAFETY FEATURES — Premium
       ================================================================ */
    .agvamr-safety-section {
        background-color: #f8fafc;
        padding: 100px 0;
        position: relative;
    }

    .agvamr-safety-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(5, 150, 105, 0.04) 0%, transparent 70%);
        pointer-events: none;
    }

    .agvamr-safety-image-container {
        position: relative;
    }

    .agvamr-safety-image-container::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 20px;
        box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.1);
        pointer-events: none;
    }

    .agvamr-safety-image-container img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
        display: block;
    }

    .agvamr-safety-content .agvamr-section-header {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .agvamr-safety-description {
        font-size: 17px;
        color: #64748b;
        margin-bottom: 36px;
        max-width: 600px;
        line-height: 1.7;
    }

    .agvamr-safety-feature-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        font-weight: 600;
        font-size: 16px;
        color: #2db35a;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    }

    .agvamr-safety-feature-box:hover {
        border-color: #059669;
        color: #059669;
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
    }

    .agvamr-safety-feature-box i {
        font-size: 32px;
        color: #059669;
    }

    /* ================================================================
       5. TECHNOLOGY STACK — Premium
       ================================================================ */
    .agvamr-tech-stack-section {
        padding: 100px 0;
        position: relative;
    }

    .agvamr-tech-stack-section::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    }

    .agvamr-tech-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 36px 28px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        border-top: 4px solid;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        height: 100%;
    }

    .agvamr-tech-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
    }

    .agvamr-tech-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
        opacity: 0;
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .agvamr-tech-card:hover::after {
        opacity: 1;
    }

    .agvamr-tech-card-icon {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .agvamr-tech-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #2db35a;
    }

    .agvamr-tech-card p {
        color: #64748b;
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
    }

    .agvamr-border-blue { border-color: #3b82f6; }
    .agvamr-border-blue .agvamr-tech-card-icon { color: #3b82f6; }
    .agvamr-border-green { border-color: #22c55e; }
    .agvamr-border-green .agvamr-tech-card-icon { color: #22c55e; }
    .agvamr-border-purple { border-color: #8b5cf6; }
    .agvamr-border-purple .agvamr-tech-card-icon { color: #8b5cf6; }
    .agvamr-border-orange { border-color: #f97316; }
    .agvamr-border-orange .agvamr-tech-card-icon { color: #f97316; }
    .agvamr-border-red { border-color: #ef4444; }
    .agvamr-border-red .agvamr-tech-card-icon { color: #ef4444; }
    .agvamr-border-teal { border-color: #14b8a6; }
    .agvamr-border-teal .agvamr-tech-card-icon { color: #14b8a6; }

    /* ================================================================
       6. COMPUTER VISION + LIDAR — Premium
       ================================================================ */
    .agvamr-vision-lidar-section {
        background-color: #f8fafc;
        padding: 100px 0;
    }

    .agvamr-info-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
    }
    .agvamr-info-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
        border-color: rgba(5, 150, 105, 0.15);
    }

    .agvamr-info-card-icon {
        font-size: 36px;
        color: #059669;
        margin-bottom: 20px;
    }

    .agvamr-info-card h3 {
        font-size: 22px;
        margin-bottom: 14px;
        font-weight: 700;
        color: #2db35a;
    }

    .agvamr-info-card p {
        color: #64748b;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

    /* ================================================================
       7. KEY FEATURES — Premium
       ================================================================ */
    .agvamr-key-features-section {
        background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
        padding: 100px 0;
    }

    .agvamr-key-feature-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 20px 16px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        color: #1e293b;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid #e2e8f0;
        cursor: default;
    }

    .agvamr-key-feature-card:hover {
        background: #059669;
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
        border-color: #059669;
    }

    /* ================================================================
       8. TRUST / STATISTICS — Premium
       ================================================================ */
    .agvamr-why-choose-section {
        padding: 100px 0;
    }

    .agvamr-stat-card {
        background: #ffffff;
        padding: 44px 20px;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .agvamr-stat-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #059669, #0ea5e9);
    }
    .agvamr-stat-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
    }

    .agvamr-stat-value {
        font-size: 52px;
        font-weight: 900;
        background: linear-gradient(135deg, #059669, #34d399);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1;
        margin-bottom: 8px;
        letter-spacing: -0.03em;
    }

    .agvamr-stat-label {
        font-size: 17px;
        font-weight: 500;
        color: #64748b;
        margin-top: 4px;
    }

    /* ================================================================
       9. BENEFITS — Premium
       ================================================================ */
    .agvamr-benefits-section {
        background-color: #f8fafc;
        padding: 100px 0;
    }

    .agvamr-comparison-card {
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
    }
    .agvamr-comparison-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
    }

    .agvamr-comparison-card h3 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 28px;
        padding-bottom: 16px;
        border-bottom: 2px solid;
        font-weight: 700;
    }

    .agvamr-comparison-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .agvamr-comparison-card ul li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .agvamr-comparison-card ul li i {
        font-size: 20px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .agvamr-advantages {
        background-color: #f0fdf4;
        border: 1px solid #bbf7d0;
    }
    .agvamr-advantages h3 { border-color: #86efac; color: #047857; }
    .agvamr-advantages ul li i { color: #059669; }

    .agvamr-problems {
        background-color: #fef2f2;
        border: 1px solid #fecaca;
    }
    .agvamr-problems h3 { border-color: #fca5a5; color: #dc2626; }
    .agvamr-problems ul li i { color: #ef4444; }

    /* ================================================================
       10. INDUSTRIES — Premium
       ================================================================ */
    .agvamr-industries-section {
        background-color: #f8fafc;
        padding: 100px 0;
    }

    .agvamr-industry-card {
        padding: 36px 28px;
        border-radius: 16px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 100%;
    }
    .agvamr-industry-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
        border-color: rgba(5, 150, 105, 0.2);
    }
    .agvamr-industry-card i {
        font-size: 40px;
        color: #059669;
        margin-bottom: 20px;
    }
    .agvamr-industry-card h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #2db35a;
    }
    .agvamr-industry-card p {
        margin: 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.6;
    }

    /* ================================================================
       11. WHY US / PARTNER — Premium
       ================================================================ */
    .agvamr-why-us-section {
        padding: 100px 0;
    }

    .agvamr-why-us-image-container {
        position: relative;
    }

    .agvamr-why-us-image-container img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
        display: block;
    }

    .agvamr-why-us-image-container::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 20px;
        box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.1);
        pointer-events: none;
    }

    .agvamr-why-us-content .agvamr-section-header {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .agvamr-why-us-description {
        color: #64748b;
        font-size: 17px;
        margin-bottom: 36px;
        max-width: 600px;
        line-height: 1.7;
    }

    .agvamr-why-us-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 28px 20px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.06);
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .agvamr-why-us-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 20px 28px rgba(0,0,0,0.08);
        border-color: rgba(5, 150, 105, 0.2);
    }
    .agvamr-why-us-card i {
        font-size: 32px;
        color: #059669;
        margin-bottom: 12px;
    }
    .agvamr-why-us-card h4 {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
        color: #2db35a;
    }

    /* ================================================================
       12. FAQ — Premium
       ================================================================ */
    .agvamr-faq-section {
        background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
        padding: 100px 0;
    }

    .agvamr-faq-accordion {
        max-width: 800px;
        margin: 0 auto;
    }

    .agvamr-faq-item {
        background: #ffffff;
        border-radius: 12px;
        margin-bottom: 12px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
        border: 1px solid #e2e8f0;
        transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .agvamr-faq-item:hover {
        border-color: #059669;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
    }

    .agvamr-faq-question {
        width: 100%;
        background: transparent;
        border: none;
        padding: 20px 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
        color: #2db35a;
        line-height: 1.5;
        gap: 16px;
    }
    .agvamr-faq-question i {
        font-size: 24px;
        color: #059669;
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
    }
    .agvamr-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-out;
    }
    .agvamr-faq-answer p {
        padding: 0 28px 20px;
        margin: 0;
        color: #64748b;
        font-size: 16px;
        line-height: 1.7;
    }
    .agvamr-faq-item.active .agvamr-faq-question i {
        transform: rotate(180deg);
    }
    /*.agvamr-faq-item.active .agvamr-faq-answer {
        max-height: 500px;
    }*/

    /* ================================================================
       13. FINAL CTA — Premium
       ================================================================ */
    .agvamr-final-cta-section {
        background: linear-gradient(135deg, #065f46 0%, #047857 50%, #059669 100%);
        color: #fff;
        padding: 120px 0;
        position: relative;
        overflow: hidden;
    }

    .agvamr-final-cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: 
            linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
        background-size: 60px 60px;
        pointer-events: none;
    }

    .agvamr-final-cta-content h2 {
        font-size: 42px;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.15;
        letter-spacing: -0.02em;
    }

    .agvamr-final-cta-content p {
        font-size: 18px;
        opacity: 0.9;
        margin-bottom: 28px;
        max-width: 600px;
        line-height: 1.7;
    }

    .agvamr-final-cta-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 36px;
        font-size: 16px;
        font-weight: 500;
    }

    .agvamr-final-cta-stats span {
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .agvamr-final-cta-buttons { display: flex; gap: 16px; }
    .agvamr-final-cta-buttons .btn-primary { 
        background: #fff; 
        color: #047857; 
        box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    }
    .agvamr-final-cta-buttons .btn-primary:hover { 
        background: #f0fdf4; 
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }
    .agvamr-final-cta-buttons .btn-outline { 
        border-color: rgba(255,255,255,0.5); 
        color: #fff; 
    }
    .agvamr-final-cta-buttons .btn-outline:hover { 
        background: rgba(255,255,255,0.1); 
        border-color: #fff;
    }

    .agvamr-final-cta-image-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .agvamr-final-cta-image {
        width: 100%;
        height: auto;
        border-radius: 20px;
        opacity: 0.9;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4);
        transition: transform 0.5s ease;
    }
    .agvamr-final-cta-image:hover {
        transform: scale(1.02);
    }

    /* ================================================================
       SCROLL-REVEAL ANIMATIONS
       ================================================================ */
    [data-reveal] {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    [data-reveal].revealed {
        opacity: 1;
        transform: translateY(0);
    }

    /* ================================================================
       RESPONSIVE — Desktop (≤1200px)
       ================================================================ */
    @media (max-width: 1200px) {
        section { padding: 80px 0; }
        .agvamr-section-title { font-size: 36px; }
        
        .agvamr-hero-heading { font-size: 52px; }

        .agvamr-hero-content { max-width: 100%; text-align: center; }
        .agvamr-hero-badges { justify-content: center; }
        .agvamr-hero-cta-buttons { justify-content: center; }
        .agvamr-hero-trust-row { justify-content: center; }
        .agvamr-floating-badge { display: none; }
        .agvamr-hero-description { max-width: 100%; }
        
        .agvamr-hybrid-content .agvamr-section-header,
        .agvamr-safety-content .agvamr-section-header,
        .agvamr-why-us-content .agvamr-section-header {
            text-align: center;
        }
        .agvamr-final-cta-content { text-align: center; }
        .agvamr-final-cta-content p { max-width: 100%; }
        .agvamr-final-cta-stats { justify-content: center; }
        .agvamr-final-cta-buttons { justify-content: center; }
        .agvamr-hero-scroll-indicator { display: none; }
        .agvamr-intro-text p { max-width: 100%; }
        .agvamr-safety-description { max-width: 100%; }
    }

    /* ================================================================
       RESPONSIVE — Tablet (≤992px)
       ================================================================ */
    @media (max-width: 992px) {
        section { padding: 64px 0; }
        .agvamr-section-title { font-size: 32px; }
        .agvamr-section-subtitle { font-size: 16px; }
        .agvamr-section-header { margin-bottom: 48px; }
        
        .agvamr-hero-heading { font-size: 42px; }
        .agvamr-hero-subheading { font-size: 18px; }
        .agvamr-hero-description { font-size: 16px; }
        .agvamr-hero-section { 
            /*padding: 100px 0 60px; */
            min-height: auto; }
        .btn { padding: 14px 28px; font-size: 15px; }

        .agvamr-feature-card { padding: 28px 20px; }
        
        .agvamr-stat-value { font-size: 42px; }
        .agvamr-stat-card { padding: 32px 16px; }
        .agvamr-hybrid-card, .agvamr-safety-feature-box, .agvamr-tech-card, .agvamr-info-card, .agvamr-comparison-card { padding: 24px; }
        .agvamr-why-us-card { padding: 24px 16px; }
        .agvamr-final-cta-content h2 { font-size: 34px; }
        .agvamr-final-cta-stats { font-size: 15px; gap: 16px; }
        .agvamr-hero-trust-row { gap: 16px; flex-direction: column; align-items: center; }
        
        .agvamr-safety-feature-box { padding: 20px; }
        .agvamr-comparison-card { padding: 32px; }
        .agvamr-faq-question { font-size: 16px; padding: 16px 24px; }
        .agvamr-faq-answer p { padding: 0 24px 16px; font-size: 15px; }
    }

    /* ================================================================
       RESPONSIVE — Mobile (≤768px)
       ================================================================ */
    @media (max-width: 768px) {
        section { padding: 56px 0; }
        .agvamr-section-title { font-size: 28px; }
        .agvamr-section-header { margin-bottom: 40px; }
        
        .agvamr-hero-heading { font-size: 36px; }
        .agvamr-hero-subheading { font-size: 17px; }
        .agvamr-hero-description { font-size: 15px; margin-bottom: 28px; }
        .agvamr-hero-section { 
            /*padding: 80px 0 40px; */
        }
        .agvamr-hero-cta-buttons { flex-direction: column; gap: 12px; }
        .agvamr-hero-cta-buttons .btn { width: 100%; justify-content: center; }
        
        .agvamr-stat-value { font-size: 36px; }
        .agvamr-stat-card { padding: 24px 12px; }
        .agvamr-benefits-section .row { grid-template-columns: 1fr; }
        .agvamr-why-us-section .row.g-3 { grid-template-columns: 1fr 1fr; }
        .agvamr-vision-lidar-section .row { grid-template-columns: 1fr; }
        
        .agvamr-final-cta-content h2 { font-size: 30px; }
        .agvamr-final-cta-stats { flex-direction: column; align-items: center; gap: 12px; }
        .agvamr-final-cta-buttons { flex-direction: column; gap: 12px; }
        .agvamr-final-cta-buttons .btn { width: 100%; justify-content: center; }
        .agvamr-hero-trust-row { flex-direction: column; align-items: center; gap: 12px; }
        .agvamr-hero-badges { justify-content: center; }
        .agvamr-faq-accordion { max-width: 100%; }
    }

    /* ================================================================
       RESPONSIVE — Small Mobile (≤480px)
       ================================================================ */
    @media (max-width: 480px) {
        .agvamr-section-title { font-size: 24px; }
        .agvamr-hero-heading { font-size: 30px; }
        .agvamr-hero-subheading { font-size: 16px; }
        .agvamr-hero-badges { gap: 8px; }
        .agvamr-badge { font-size: 12px; padding: 6px 14px; }
        .agvamr-key-feature-card { padding: 12px 10px; font-size: 13px; }
        .agvamr-stat-value { font-size: 32px; }
        .agvamr-stat-label { font-size: 14px; }
        .agvamr-why-us-section .row.g-3 { grid-template-columns: 1fr; }
        .agvamr-final-cta-content h2 { font-size: 26px; }
        .agvamr-final-cta-content p { font-size: 15px; }
        .agvamr-hybrid-card { flex-direction: column; align-items: center; text-align: center; }
        .agvamr-hybrid-card-icon { margin-bottom: 8px; }
        .agvamr-hybrid-card-content ul li { padding-left: 0; }
        .agvamr-hybrid-card-content ul li::before { display: none; }
        .agvamr-faq-question { font-size: 15px; padding: 14px 20px; }
        .agvamr-faq-question i { font-size: 20px; }
        .agvamr-faq-answer p { padding: 0 20px 14px; font-size: 14px; }
        .agvamr-comparison-card { padding: 24px; }
        .agvamr-comparison-card h3 { font-size: 20px; }
        .agvamr-comparison-card ul li { font-size: 14px; }
    }