
/* ============================================================
   FULL RESPONSIVE OVERHAUL — index.html
   Breakpoints:
     Mobile  S : max-width 575px
     Mobile  L : max-width 767px
     Tablet    : 768px – 991px
     Laptop    : 992px – 1199px
     Desktop   : 1200px+
   ============================================================ */

/* ── Desktop (1200px +) ─────────────────────────────────────── */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 3.75rem;
    }

    .hero-subtitle {
        font-size: 1.15rem;
    }

    .agent-dashboard {
        transform: rotateY(-6deg) rotateX(4deg);
        animation: float 6s ease-in-out infinite;
    }

    .trust-section {
        padding: 100px 0;
    }

    .section-header h2 {
        font-size: 2.75rem;
    }

    .cta-section h2 {
        font-size: 2.75rem;
    }
}

/* ── Laptop (992px – 1199px) ─────────────────────────────────── */
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .hero-content {
        max-width: 500px;
    }

    .agent-dashboard img {
        width: 100%;
        height: auto;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .capability-content h3 {
        font-size: 1.5rem;
    }

    .cta-section h2 {
        font-size: 2.2rem;
    }

    .trust-section {
        padding: 80px 0;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .solution-card {
        padding: 28px;
    }

    .case-card {
        padding: 28px;
    }
}

/* ── Tablet (768px – 991px) ──────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {
    /* Hero */
    .hero-section {
        min-height: auto;
        padding: 130px 0 70px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-highlights {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-visual {
        display: block;
        margin-top: 48px;
    }

    .agent-dashboard {
        max-width: 520px;
        margin: 0 auto;
    }

    .agent-dashboard img {
        width: 100%;
        height: auto;
        max-height: 340px;
        object-fit: cover;
    }

    /* Trust */
    .trust-section {
        padding: 70px 0;
    }

    .trust-header h2 {
        font-size: 1.6rem;
    }

    .trust-stats {
        gap: 30px;
        flex-wrap: wrap;
    }

    .stat-card {
        flex: 1 1 calc(50% - 20px);
        max-width: 180px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .trust-logos {
        gap: 16px;
        justify-content: center;
    }

    .logo-item {
        padding: 10px 16px;
    }

    .logo-item img {
        height: 32px;
    }

    /* Sections */
    .section-header {
        margin-bottom: 50px;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
    }

    /* Activation */
    .activation-section {
        padding: 70px 0;
    }

    .capability-content h3 {
        font-size: 1.5rem;
    }

    .capability-content {
        padding: 16px;
    }

    /* Solutions */
    .solutions-section {
        padding: 60px 0;
    }

    .solution-card {
        padding: 28px;
    }

    /* Case Studies */
    .case-studies-section {
        padding: 60px 0;
    }

    .case-card {
        padding: 28px;
    }

    /* Security */
    .compliance-badges {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* CTA */
    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-section > .container > p {
        font-size: 1rem;
    }

    /* Shield container */
    .shield-container {
        width: 260px;
        height: 260px;
    }

    /* Agent dashboard (capability 3) */
    .agent-dashboard1 {
        transform: none;
        animation: none;
        max-width: 480px;
        margin: 0 auto;
    }

    .agent-dashboard1 img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }
}

/* ── Mobile Large (max-width: 767px) ─────────────────────────── */
@media (max-width: 767px) {
    /* Hero */
    .hero-section {
        padding: 110px 0 60px;
        min-height: auto;
    }

    .hero-title {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        padding-top: 20px;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .hero-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 28px;
        text-align: left;
    }

    .highlight-item {
        font-size: 0.875rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 0.95rem;
        justify-content: center;
    }

    .hero-visual {
        display: block;
        margin-top: 36px;
    }

    .agent-dashboard {
        transform: none;
        max-width: 100%;
    }

    .agent-dashboard .ai-dashboard {
        transform: none;
    }

    .agent-dashboard img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
        border-radius: 10px;
    }

    /* Trust */
    .trust-section {
        padding: 60px 0;
    }

    .trust-header h2 {
        font-size: 1.5rem;
    }

    .trust-header p {
        font-size: 0.9rem;
    }

    .trust-stats {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stat-card {
        flex: 1 1 calc(50% - 16px);
        min-width: 120px;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .trust-logos {
        gap: 12px;
        justify-content: center;
    }

    .logo-item {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .logo-item img {
        height: 28px;
    }

    /* Section Header */
    .section-header {
        margin: 0 auto 50px;
    }

    .section-header h2 {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    .section-header p {
        font-size: 0.95rem;
    }

    /* Activation */
    .activation-section {
        padding: 60px 0;
    }

    .capability-content h3 {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }

    .capability-tagline {
        font-size: 0.95rem;
    }

    .capability-content > p {
        font-size: 0.9rem;
    }

    .capability-features li {
        font-size: 0.875rem;
    }

    .capability-content {
        padding: 12px 8px;
    }

    .capability-visual {
        padding: 12px 0;
        margin-bottom: 24px;
    }

    /* Agent dashboard 1 (data infra) */
    .agent-dashboard1 {
        transform: none;
        animation: none;
    }

    .agent-dashboard1 img {
        width: 100%;
        height: auto;
        max-height: 240px;
        object-fit: cover;
    }

    /* Shield container */
    .shield-container {
        width: 220px;
        height: 220px;
    }

    /* Solutions */
    .solutions-section {
        padding: 50px 0;
    }

    .solution-card {
        padding: 24px;
    }

    .solution-card h3 {
        font-size: 1.15rem;
    }

    .solution-features li {
        font-size: 0.85rem;
    }

    /* Case Studies */
    .case-studies-section {
        padding: 50px 0;
    }

    .case-card {
        padding: 24px;
    }

    .case-header h3 {
        font-size: 1.2rem;
    }

    .result-value {
        font-size: 1.6rem;
    }

    .case-results {
        gap: 16px;
    }

    .result-item {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .kpi-ring {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .ring-svg {
        width: 80px;
        height: 80px;
    }

    /* Security */
    .security-section {
        padding: 50px 0;
    }

    .security-content h2 {
        font-size: 1.75rem;
    }

    .security-content > p {
        font-size: 0.9rem;
        margin-bottom: 32px;
    }

    .compliance-badges {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .badge-item {
        width: calc(50% - 8px);
        min-width: 120px;
        padding: 14px 16px;
        justify-content: center;
    }

    .badge-icon {
        width: 36px;
        height: 36px;
        font-size: 0.6rem;
    }

    .badge-item span:last-child {
        font-size: 0.85rem;
    }

    /* CTA */
    .cta-section {
        padding: 50px 0;
    }

    .cta-section h2 {
        font-size: 1.75rem;
        margin-bottom: 14px;
    }

    .cta-section > .container > p {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    .cta-section .btn-primary-custom {
        padding: 14px 24px;
        font-size: 0.95rem;
        width: 100%;
        max-width: 400px;
    }
}

/* ── Mobile Small (max-width: 575px) ──────────────────────────── */
@media (max-width: 575px) {
    /* Containers */
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Hero */
    .hero-section {
        padding: 100px 0 50px;
    }

    .hero-title {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
        padding-top: 10px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .hero-buttons .btn {
        padding: 13px 18px;
        font-size: 0.875rem;
    }

    .agent-dashboard {
        max-width: 100%;
    }

    .ai-dashboard {
        padding: 14px;
    }

    .agent-core-wrapper {
        width: 160px;
        height: 160px;
        margin-bottom: 16px;
    }

    .core-ring-1 { width: 80px; height: 80px; }
    .core-ring-2 { width: 110px; height: 110px; }
    .core-ring-3 { width: 150px; height: 150px; }

    .agent-core { width: 55px; height: 55px; }
    .core-icon { width: 36px; height: 36px; font-size: 0.9rem; }
    .core-label { font-size: 0.55rem; }

    .orbit-node {
        width: 34px;
        height: 34px;
        font-size: 0.6rem;
    }

    .orbit-node i { font-size: 0.7rem; }

    .dashboard-feed { padding: 10px; margin-bottom: 14px; }
    .feed-item { font-size: 0.72rem; }
    .dash-stat-value { font-size: 0.9rem; }

    /* Trust logos: 2-per-row grid */
    .trust-logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .logo-item {
        padding: 10px 10px;
        justify-content: center;
        border-radius: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .logo-item img {
        height: 24px;
        width: auto;
        flex-shrink: 0;
    }

    .logo-item span {
        font-size: 0.78rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Stats: 2-column grid */
    .trust-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 36px;
    }

    .stat-card {
        flex: none;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    /* Section headers */
    .section-header h2 {
        font-size: 1.6rem;
    }

    .section-header p {
        font-size: 0.88rem;
    }

    /* Capability */
    .capability-section {
        padding: 28px 0;
    }

    /* Shield network — scale down for very small screens */
    .shield-container {
        width: 180px;
        height: 180px;
    }

    .shield-core {
        width: 60px;
        height: 60px;
    }

    .shield-core i {
        font-size: 1.8rem;
    }

    .node {
        font-size: 0.72rem;
        padding: 5px 10px;
    }

    /* Workflow pipeline — allow horizontal scroll */
    .workflow-pipeline {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding-bottom: 8px;
        flex-wrap: nowrap;
    }

    .workflow-step {
        flex-shrink: 0;
    }

    .workflow-connector {
        flex-shrink: 0;
        width: 20px;
    }

    /* Solution cards */
    .solution-card {
        padding: 20px;
    }

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

    .solution-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    /* Case cards */
    .case-card {
        padding: 18px;
    }

    .case-header h3 {
        font-size: 1.1rem;
    }

    .result-value {
        font-size: 1.5rem;
    }

    .kpi-ring {
        width: 70px;
        height: 70px;
    }

    .ring-svg {
        width: 70px;
        height: 70px;
    }

    .result-item {
        flex-direction: row;
        align-items: center;
        gap: 14px;
    }

    .result-value,
    .result-value.ring-value {
        font-size: 1.3rem;
    }

    /* Compliance badges: 2-column */
    .compliance-badges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .badge-item {
        width: 100%;
        min-width: unset;
        padding: 12px 10px;
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .badge-icon {
        width: 34px;
        height: 34px;
        font-size: 0.6rem;
    }

    .badge-item span:last-child {
        font-size: 0.78rem;
    }

    /* CTA */
    .cta-section h2 {
        font-size: 1.6rem;
    }

    .cta-section > .container > p {
        font-size: 0.88rem;
    }
}

/* ── Extra small (max-width: 375px) ──────────────────────────── */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.875rem;
    }

    .hero-buttons .btn {
        padding: 12px 16px;
        font-size: 0.83rem;
    }

    .trust-logos {
        grid-template-columns: 1fr;
    }

    .trust-stats {
        grid-template-columns: 1fr 1fr;
    }

    .section-header h2 {
        font-size: 1.45rem;
    }

    .compliance-badges {
        grid-template-columns: 1fr;
    }

    .badge-item {
        flex-direction: row;
        text-align: left;
    }

    .cta-section h2 {
        font-size: 1.4rem;
    }

    .stat-number {
        font-size: 1.4rem;
    }
}
