/* =============================================
   TRADEX365 NFC CARDS — Navy & Gold Theme
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    /* Brand Colors — from TradeX365 logo */
    --navy: #1c1f3b;
    --navy-dark: #12152a;
    --navy-light: #2a2f57;
    --gold: #c9a227;
    --gold-hover: #b08d1e;
    --gold-light: #fdf6e3;
    --gold-border: rgba(201, 162, 39, 0.25);

    /* Neutrals */
    --bg: #ffffff;
    --bg-alt: #f7f8fc;
    --bg-navy: #1c1f3b;
    --text-primary: #1c1f3b;
    --text-secondary: #5a6270;
    --text-light: #9ba3b0;
    --border: #e4e7ef;
    --border-hover: #c8ccd8;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(28, 31, 59, 0.07), 0 1px 2px rgba(28, 31, 59, 0.04);
    --shadow-md: 0 4px 16px rgba(28, 31, 59, 0.1), 0 2px 6px rgba(28, 31, 59, 0.05);
    --shadow-lg: 0 12px 40px rgba(28, 31, 59, 0.12), 0 4px 12px rgba(28, 31, 59, 0.06);
    --shadow-gold: 0 6px 24px rgba(201, 162, 39, 0.25);

    /* Layout */
    --radius: 16px;
    --radius-sm: 8px;
    --radius-lg: 24px;
    --radius-full: 99px;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Outfit', sans-serif;
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --max-width: 1140px;

    /* Semantic aliases */
    --accent: var(--gold);
    --accent-hover: var(--gold-hover);
    --accent-light: var(--gold-light);
    --success: #0d7a3e;
    --danger: #c0392b;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* ---- LAYOUT ---- */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

section {
    padding: 100px 0;
}

section:nth-child(odd) {
    background: var(--bg);
}

section:nth-child(even) {
    background: var(--bg-alt);
}

/* ---- NAVBAR ---- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.navbar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 44px;
    width: auto;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy-dark);
    padding: 11px 22px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: var(--shadow-gold);
    transition: all var(--transition);
}

.nav-cta:hover {
    background: var(--gold-hover);
    transform: translateY(-1px);
}

/* ---- HERO ENHANCEMENT ---- */
.hero {
    padding-top: 140px;
    padding-bottom: 80px;
    background: radial-gradient(circle at 10% 20%, rgba(201, 162, 39, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(28, 31, 59, 0.05) 0%, transparent 40%),
        var(--bg);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(28, 31, 59, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.hero-visual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold-light);
    color: var(--navy);
    border: 1px solid var(--gold-border);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--navy-dark);
    margin: 0 0 24px;
}

.hero h1 span {
    color: var(--gold);
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text-secondary);
    max-width: 560px;
    margin: 0 0 40px;
    line-height: 1.7;
    font-weight: 400;
}

.hero-btns {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy-dark);
    padding: 14px 30px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: var(--shadow-gold);
    transition: all var(--transition);
}

.btn-primary:hover {
    background: var(--gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.35);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: #fff;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: var(--shadow-md);
    transition: all var(--transition);
}

.btn-secondary:hover {
    background: var(--navy-light);
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.stat {
    text-align: left;
}

.stat-value {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--navy-dark);
}

.stat-label {
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin-top: 2px;
    font-weight: 500;
}

/* ---- TRUST BANNER ---- */
.trust-banner {
    background: var(--navy);
    color: #fff;
    padding: 24px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.trust-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.trust-item svg {
    width: 24px;
    height: 24px;
    color: var(--gold);
    flex-shrink: 0;
}

/* ---- SECTION HEADER ---- */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--navy-dark);
    max-width: 600px;
    margin: 0 auto 16px;
}

.section-header p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0 auto;
}

/* ---- HOW IT WORKS ---- */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.step-card {
    text-align: center;
    padding: 40px 28px;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-border);
}

.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-icon svg {
    width: 28px;
    height: 28px;
    color: var(--navy);
}

.step-number {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(201, 162, 39, 0.12);
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
}

.step-card h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--navy-dark);
}

.step-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ---- MID-PAGE BANNER ---- */
section.banner-section {
    background: var(--navy-dark);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.banner-section::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.banner-text {
    flex: 1;
    max-width: 580px;
}

.banner-text h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.15;
}

.banner-text p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 35px;
}

.banner-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 30px 0;
}

.banner-cards-group {
    position: relative;
    width: 380px;
    height: 380px;
}

.banner-card-img {
    position: absolute;
    width: 260px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.banner-card-img.card-back {
    top: 0;
    left: 20px;
    transform: rotate(-10deg);
    z-index: 1;
}

.banner-card-img.card-front {
    bottom: 20px;
    right: 20px;
    transform: rotate(5deg);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.banner-cards-group:hover .card-back {
    transform: rotate(-15deg) translate(-10px, -10px);
}

.banner-cards-group:hover .card-front {
    transform: rotate(8deg) translate(10px, 10px);
}

.banner-bullets {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-bullets li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
}

.check-icon {
    width: 20px;
    height: 20px;
    color: var(--gold);
}

/* ---- PRODUCTS ---- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold-border);
}

.product-card.featured {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold), var(--shadow-md);
}

.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: var(--navy);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.product-card.featured .product-badge {
    background: var(--gold);
    color: var(--navy-dark);
}

.product-image-wrap {
    position: relative;
    background: var(--bg-alt);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.product-image-wrap img {
    width: 100%;
    max-width: 260px;
    height: 190px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform var(--transition);
    filter: drop-shadow(0 6px 16px rgba(28, 31, 59, 0.12));
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.04);
}

.discount-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff3f3;
    color: var(--danger);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(192, 57, 43, 0.15);
}

.product-info {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-info h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--navy-dark);
}

.product-info p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    flex: 1;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.product-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.83rem;
    color: var(--text-secondary);
}

.product-feature svg {
    flex-shrink: 0;
    color: var(--success);
}

.product-pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 6px;
}

.price-current {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--navy-dark);
}

.price-original {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
}

.price-save {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--success);
    background: #f0fff7;
    padding: 2px 8px;
    border-radius: var(--radius-full);
}

.product-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--navy);
    color: #fff;
    padding: 12px 22px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 8px;
    transition: all var(--transition);
    border: none;
    cursor: pointer;
    width: 100%;
}

.product-cta:hover {
    background: var(--navy-light);
    transform: translateY(-1px);
}

.product-card.featured .product-cta {
    background: var(--gold);
    color: var(--navy-dark);
}

.product-card.featured .product-cta:hover {
    background: var(--gold-hover);
}

/* ---- WHY US ---- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: #fff;
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}

.why-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-border);
}

.why-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon svg {
    width: 24px;
    height: 24px;
    color: var(--navy);
}

.why-card h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--navy-dark);
}

.why-card p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ---- CTA ---- */
.cta-section {
    background: var(--navy-dark) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    max-width: 480px;
    margin: 0 auto 40px;
}

.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy-dark);
    padding: 14px 30px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: var(--shadow-gold);
    transition: all var(--transition);
}

.btn-gold:hover {
    background: var(--gold-hover);
    transform: translateY(-2px);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all var(--transition);
}

.btn-outline-white:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

/* ---- BLOG SECTION ---- */
.blog-section {
    background: var(--bg-alt);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-border);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid var(--border);
}

.blog-content-snippet {
    padding: 24px;
}

.blog-date {
    display: block;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 8px;
}

.blog-content-snippet h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-content-snippet p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.6;
}

.blog-link {
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: color var(--transition);
}

.blog-link:hover {
    color: var(--gold-hover);
}

/* ---- TESTIMONIALS ---- */
.testimonials-section {
    background: #fff;
    border-top: 1px solid var(--border);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.testimonial-card {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    padding: 32px;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform var(--transition), box-shadow var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-border);
}

.stars {
    color: var(--gold);
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.review-text {
    font-size: 1.05rem;
    color: var(--navy-dark);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 24px;
    flex-grow: 1;
}

.client-info {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 16px;
}

.client-info strong {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1rem;
}

.client-info span {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 2px;
}

/* ---- FOOTER ---- */
.site-footer {
    background: var(--navy-dark);
    padding: 80px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

.brand-col p {
    margin-top: 20px;
    line-height: 1.7;
    max-width: 320px;
}

.footer-brand img {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-col h4 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all var(--transition);
    display: inline-block;
}

.footer-links-list a:hover {
    color: var(--gold);
    transform: translateX(4px);
}

.footer-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.footer-contact-list svg {
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
}

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: fadeInUp 0.6s ease-out both;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .products-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    section {
        padding: 72px 0;
    }

    .hero {
        padding-top: 130px;
        padding-bottom: 72px;
    }

    .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .banner-text {
        max-width: 100%;
    }

    .banner-cards-group {
        width: 100%;
        max-width: 340px;
        height: 300px;
        margin: 0 auto;
    }

    .banner-card-img {
        width: 220px;
    }

    .banner-card-img.card-back {
        left: 0;
    }
}

@media (max-width: 900px) {

    .blog-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        margin: 0 auto 24px;
    }

    .hero p {
        margin: 0 auto 40px;
    }

    .hero-btns,
    .hero-stats {
        justify-content: center;
    }

    .stat {
        text-align: center;
    }

    .hero-visual {
        justify-content: center;
        margin-top: 40px;
    }
}

/* New Footer Styles */
.footer {
    background-color: #050a18;
    color: #f8faff;
    padding: 80px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.footer-logo {
    height: 40px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    max-width: 200px;
    object-fit: contain;
}

.footer h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #8892b0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 12px;
    color: #8892b0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #8892b0;
    font-size: 0.9rem;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    color: #8892b0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
}

.fade-up {
    opacity: 1 !important;
    transform: none !important;
}