/* ============================================
   ASSET RECOVERY GROUP — RESPONSIVE.CSS
   Gold theme — no horizontal scroll
   ============================================ */

/* ----- 1280px (Desktop) ----- */
@media (max-width: 1280px) {
    .container {
        padding: 0 28px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ----- 1100px (Small Desktop) ----- */
@media (max-width: 1100px) {
    .hero-stats-strip {
        gap: 20px;
    }
    
    .hero-stat {
        min-width: 90px;
    }
}

/* ----- 1024px (Tablet Landscape) ----- */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }
    
    .hero-stat {
        min-width: 85px;
    }
    
    .services-grid {
        gap: 20px;
    }
    
    .why-grid {
        gap: 20px;
    }
    
    .steps-grid {
        gap: 20px;
    }
    
    .evidence-grid {
        gap: 20px;
    }
    
    .testimonial-card {
        flex: 0 0 calc(50% - 12px);
    }
    
    .consultation-wrapper {
        gap: 32px;
        padding: 32px;
    }
    
    .footer-top {
        gap: 32px;
    }
    
    /* Scam Database — Stacked Cards */
    .db-table thead {
        display: none;
    }
    
    .db-table tr {
        display: block;
        border: 1px solid var(--border-subtle);
        margin-bottom: 20px;
        border-radius: 12px;
        background: var(--bg-deep);
    }
    
    .db-table td {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 16px;
        border-bottom: 1px solid var(--border-subtle);
        text-align: left;
        width: 100%;
    }
    
    .db-table td:last-child {
        border-bottom: none;
    }
    
    .db-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--gold);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 100px;
        flex-shrink: 0;
    }
    
    .db-table td > * {
        flex: 1;
    }
    
    .db-type {
        white-space: normal;
    }
    
    .partner-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 32px;
    }
    
    .partner-info {
        text-align: center;
    }
    
    .partner-doj-badge,
    .recent-tag {
        margin-left: auto;
        margin-right: auto;
    }
    
    .partner-tags {
        justify-content: center;
    }
    
    .inst-grid {
        gap: 24px;
    }
}

/* ----- 900px (Small Tablet) ----- */
@media (max-width: 900px) {
    .hero-stats-strip {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .hero-stat-sep {
        display: none;
    }
    
    .trust-bar-inner {
        gap: 8px 16px;
    }
    
    .trust-divider {
        display: none;
    }
}

/* ----- 768px (Tablet Portrait) ----- */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    /* Mobile Menu */
    .nav-links {
        display: none;
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        background: var(--bg-surface);
        flex-direction: column;
        padding: 24px;
        gap: 20px;
        border-bottom: 1px solid var(--border-subtle);
        z-index: 999;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .nav-cta {
        display: none;
    }
    
    /* Hero */
    .hero-stage {
        margin-top: 72px;
    }
    
    .hero-eyebrow {
        gap: 12px;
        margin-bottom: 24px;
    }
    
    .hero-eyebrow-line {
        width: 30px;
    }
    
    .hero-eyebrow span {
        font-size: 9px;
        letter-spacing: 2px;
    }
    
    .hero-line-1,
    .hero-line-2,
    .hero-line-3 {
        font-size: 42px;
    }
    
    .hero-sub {
        font-size: 14px;
        padding: 0 16px;
        margin-bottom: 28px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 240px;
        justify-content: center;
    }
    
    .hero-stats-strip {
        padding: 20px;
        gap: 16px;
    }
    
    .hero-stat {
        min-width: auto;
        padding: 0 10px;
    }
    
    .hero-stat-num {
        font-size: 22px;
    }
    
    .hero-stat-label {
        font-size: 8px;
    }
    
    /* Sections */
    .services,
    .how-it-works,
    .why-us,
    .scam-database,
    .evidence,
    .partnerships,
    .testimonials,
    .consultation,
    .faq {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-sub {
        font-size: 14px;
        margin-bottom: 32px;
        padding: 0 16px;
    }
    
    .section-tag {
        font-size: 10px;
        padding: 4px 12px;
    }
    
    /* Grids to 1 column */
    .services-grid,
    .why-grid,
    .steps-grid,
    .evidence-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .service-card,
    .why-card,
    .step-card {
        padding: 24px 20px;
    }
    
    .service-card h3,
    .why-card h3 {
        font-size: 18px;
    }
    
    /* Evidence */
    .evidence-card {
        flex-direction: column;
    }
    
    .evidence-preview {
        width: 100%;
    }
    
    /* Testimonials */
    .testimonial-card {
        flex: 0 0 100%;
        padding: 24px;
    }
    
    .testimonial-text {
        font-size: 13px;
    }
    
    .testimonial-controls {
        margin-top: 28px;
    }
    
    .t-arrow {
        width: 38px;
        height: 38px;
    }
    
    /* Consultation */
    .consultation-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px;
    }
    
    .consultation-info h2 {
        font-size: 32px;
    }
    
    .consultation-contact-box {
        padding: 24px;
    }
    
    .contact-option {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .contact-details h3 {
        font-size: 18px;
    }
    
    .contact-note {
        text-align: center;
        flex-direction: column;
    }
    
    /* FAQ */
    .faq-question {
        font-size: 14px;
        padding: 16px 0;
    }
    
    .faq-answer p {
        font-size: 13px;
    }
    
    /* Partnerships */
    .partner-profile {
        padding: 24px;
    }
    
    .partner-avatar {
        width: 90px;
        height: 90px;
    }
    
    .partner-info h3 {
        font-size: 24px;
    }
    
    .partner-info > p {
        font-size: 13px;
    }
    
    .partner-doj-role {
        font-size: 11px;
    }
    
    .partner-tags span {
        font-size: 10px;
        padding: 4px 10px;
    }
    
    .inst-item {
        min-width: 80px;
    }
    
    .inst-item i {
        font-size: 22px;
    }
    
    .inst-name {
        font-size: 11px;
    }
    
    .inst-desc {
        font-size: 9px;
    }
    
    /* Footer */
    .footer {
        padding: 48px 0 24px;
    }
    
    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-brand p {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .footer-links a {
        display: inline-block;
        margin: 0 12px 12px;
    }
    
    .footer-disclaimer-text {
        font-size: 9px;
    }
    
    /* Modal */
    .modal-box {
        padding: 28px 24px;
        margin: 16px;
        width: calc(100% - 32px);
    }
    
    .modal-box h3 {
        font-size: 22px;
    }
}

/* ----- 640px (Mobile Landscape) ----- */
@media (max-width: 640px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-line-1,
    .hero-line-2,
    .hero-line-3 {
        font-size: 32px;
    }
    
    .hero-stat-num {
        font-size: 20px;
    }
    
    .hero-note {
        font-size: 11px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .db-table td {
        flex-direction: column;
        gap: 6px;
        padding: 12px;
    }
    
    .db-table td::before {
        width: 100%;
        margin-bottom: 4px;
    }
}

/* ----- 480px (Mobile Portrait) ----- */
@media (max-width: 480px) {
    .container {
        padding: 0 14px;
    }
    
    /* Header */
    .nav-container {
        padding: 0 14px;
        height: 64px;
    }
    
    .logo-main {
        font-size: 15px;
    }
    
    .logo-icon {
        font-size: 20px;
    }
    
    .logo-sub {
        font-size: 7px;
        letter-spacing: 2px;
    }
    
    /* Hero */
    .hero-stage {
        margin-top: 64px;
    }
    
    .hero-eyebrow-line {
        width: 20px;
    }
    
    .hero-eyebrow span {
        font-size: 7px;
        letter-spacing: 1.5px;
    }
    
    .hero-line-1,
    .hero-line-2,
    .hero-line-3 {
        font-size: 28px;
    }
    
    .hero-sub {
        font-size: 12px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 9px 16px;
        font-size: 11px;
        max-width: 200px;
    }
    
    .hero-stats-strip {
        padding: 16px;
        gap: 12px;
    }
    
    .hero-stat-num {
        font-size: 16px;
    }
    
    .hero-stat-label {
        font-size: 7px;
    }
    
    /* Sections */
    .services,
    .how-it-works,
    .why-us,
    .scam-database,
    .evidence,
    .partnerships,
    .testimonials,
    .consultation,
    .faq {
        padding: 48px 0;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .section-sub {
        font-size: 13px;
    }
    
    /* Consultation */
    .consultation-wrapper {
        padding: 20px;
    }
    
    .consultation-info h2 {
        font-size: 26px;
    }
    
    .consultation-contact-box {
        padding: 20px;
    }
    
    .contact-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    
    .contact-details h3 {
        font-size: 16px;
    }
    
    .btn-contact {
        padding: 9px 18px;
        font-size: 12px;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 12px;
    }
    
    .t-arrow {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    
    .t-dot {
        width: 6px;
        height: 6px;
    }
    
    .t-dot.active {
        width: 18px;
    }
    
    /* Partnerships */
    .partner-avatar {
        width: 70px;
        height: 70px;
    }
    
    .partner-info h3 {
        font-size: 20px;
    }
    
    .partner-doj-role {
        font-size: 10px;
    }
    
    .partner-info > p {
        font-size: 12px;
    }
    
    .partner-tags span {
        font-size: 9px;
        padding: 3px 8px;
    }
    
    .inst-item {
        min-width: 70px;
    }
    
    .inst-item i {
        font-size: 18px;
    }
    
    .inst-name {
        font-size: 10px;
    }
    
    .inst-desc {
        display: none;
    }
    
    /* Modal */
    .modal-box {
        padding: 24px 20px;
    }
    
    .modal-box h3 {
        font-size: 20px;
    }
    
    .modal-tag {
        font-size: 9px;
    }
    
    /* Footer */
    .copyright {
        font-size: 10px;
    }
}

/* ----- 375px (Small Mobile) ----- */
@media (max-width: 375px) {
    .hero-line-1,
    .hero-line-2,
    .hero-line-3 {
        font-size: 24px;
    }
    
    .hero-stat-num {
        font-size: 14px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 8px 14px;
        font-size: 11px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .consultation-info h2 {
        font-size: 24px;
    }
    
    .partner-avatar {
        width: 60px;
        height: 60px;
    }
    
    .partner-info h3 {
        font-size: 18px;
    }
    
    .inst-item {
        min-width: 60px;
    }
}

/* ----- 320px (Very Small) ----- */
@media (max-width: 320px) {
    .hero-stat-num {
        font-size: 12px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 7px 12px;
        font-size: 10px;
    }
    
    .partner-avatar {
        width: 55px;
        height: 55px;
    }
    
    .partner-info h3 {
        font-size: 16px;
    }
    
    .partner-tags span {
        font-size: 8px;
        padding: 2px 6px;
    }
}

/* ----- Touch Devices ----- */
@media (hover: none) and (pointer: coarse) {
    .service-card:hover,
    .why-card:hover,
    .step-card:hover {
        transform: none;
    }
    
    .btn-primary:active,
    .btn-secondary:active,
    .t-arrow:active {
        transform: scale(0.97);
    }
}

/* ----- Print ----- */
@media print {
    .navbar,
    .hero-actions,
    .hero-scroll-cue,
    .db-controls,
    .db-view-btn,
    .testimonial-controls,
    .consultation-contact-box,
    .footer,
    .nav-toggle {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .hero {
        min-height: auto;
        padding: 20px 0;
    }
    
    .container {
        padding: 0;
        margin: 0;
    }
    
    .service-card,
    .why-card,
    .step-card {
        border: 1px solid #ccc;
        background: white;
        color: black;
    }
    
    .hero-stats-strip {
        background: none;
        border: 1px solid #ccc;
    }
}