/**
 * HAMMERTIME CREATORS LIMITED
 * Homepage Styles v6.0
 * 
 * Homepage-specific sections:
 * - Hero section with CTA
 * - Categories section
 * - How it works
 * - Featured equipment
 * - Trust/testimonials section
 * - Stats section
 * - CTA section
 * 
 * NOTE: Consolidated from inline styles in index.php
 */

/* ===================================
   HOMEPAGE ENTERPRISE HERO
   =================================== */
.home-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    will-change: transform;
}

.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F59E0B' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Animated gradient orbs */
.home-hero::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, 50px) scale(1.1); }
}

.home-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.home-hero-content {
    max-width: 640px;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(251, 191, 36, 0.1));
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 50px;
    margin-bottom: 32px;
    animation: fadeInUp 0.6s ease;
}

.home-hero-badge i {
    color: #F59E0B;
    font-size: 0.9rem;
}

.home-hero-badge span {
    color: #fbbf24;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.home-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 28px;
    animation: fadeInUp 0.6s ease 0.1s both;
}

.home-hero h1 span {
    display: block;
    background: linear-gradient(135deg, #F59E0B, #fbbf24, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero-text {
    font-size: 1.25rem;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero CTA Buttons */
.home-hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    will-change: transform, box-shadow;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    color: #1f2937;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
}

.hero-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.5);
}

.hero-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #F59E0B;
    color: #F59E0B;
}

/* Hero Stats */
.home-hero-stats {
    display: flex;
    gap: 48px;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.hero-stat {
    text-align: left;
}

.hero-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #F59E0B;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.hero-stat-value span {
    font-size: 1.5rem;
}

.hero-stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
}

/* Hero Visual */
.home-hero-visual {
    position: relative;
    animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-image-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

.hero-image-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.8) 100%);
}

/* Floating cards on image */
.hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 14px;
    animation: floatCard 3s ease-in-out infinite;
    will-change: transform;
}

.hero-float-card:nth-child(2) {
    animation-delay: 0.5s;
}

.hero-float-card:nth-child(3) {
    animation-delay: 1s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-float-card.card-1 {
    top: 30px;
    left: -40px;
}

.hero-float-card.card-2 {
    bottom: 100px;
    right: -30px;
}

.hero-float-card.card-3 {
    bottom: 30px;
    left: 40px;
}

.hero-float-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.hero-float-icon.green {
    background: #dcfce7;
    color: #16a34a;
}

.hero-float-icon.amber {
    background: #fef3c7;
    color: #d97706;
}

.hero-float-icon.blue {
    background: #dbeafe;
    color: #2563eb;
}

.hero-float-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.hero-float-text p {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 2px 0 0;
}

/* ===================================
   TRUSTED BY SECTION
   =================================== */
.home-trusted {
    background: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #f3f4f6;
}

.home-trusted-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.home-trusted-label {
    font-size: 0.9rem;
    color: #9ca3af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-trusted-logos {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.trusted-logo {
    height: 32px;
    opacity: 0.4;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.trusted-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ===================================
   CATEGORIES SECTION
   =================================== */
.home-categories {
    padding: 100px 0;
    background: #f9fafb;
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-badge i {
    color: #F59E0B;
}

.section-badge span {
    color: #92400e;
    font-weight: 600;
    font-size: 0.9rem;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #6b7280;
    line-height: 1.7;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f3f4f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: #fbbf24;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-icon i {
    font-size: 2rem;
    color: #d97706;
}

.category-card:hover .category-icon {
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    transform: scale(1.1) rotate(-5deg);
}

.category-card:hover .category-icon i {
    color: #fff;
}

.category-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}

.category-count {
    font-size: 0.85rem;
    color: #9ca3af;
}

/* ===================================
   HOW IT WORKS
   =================================== */
.home-how {
    padding: 100px 0;
    background: #fff;
}

.how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.how-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, #fbbf24, #F59E0B, #f97316, #ea580c);
    border-radius: 2px;
}

.how-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.how-step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.3);
    position: relative;
}

.how-step-number::after {
    content: '';
    position: absolute;
    inset: -8px;
    border: 3px solid rgba(245, 158, 11, 0.2);
    border-radius: 50%;
}

.how-step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: #f9fafb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F59E0B;
    font-size: 1.5rem;
}

.how-step h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.how-step p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 240px;
    margin: 0 auto;
}

/* ===================================
   FEATURED EQUIPMENT
   =================================== */
.home-featured {
    padding: 100px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
}

.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.featured-header-text h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 8px;
}

.featured-header-text p {
    font-size: 1.1rem;
    color: #6b7280;
}

.featured-nav {
    display: flex;
    gap: 12px;
}

.featured-nav-btn {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
}

.featured-nav-btn:hover {
    border-color: #F59E0B;
    color: #F59E0B;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Equipment Card */
.equip-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    will-change: transform;
}

.equip-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.equip-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.equip-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.equip-card:hover .equip-card-image img {
    transform: scale(1.08);
}

.equip-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
}

.equip-card-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.equip-card-fav:hover {
    color: #ef4444;
    transform: scale(1.1);
}

.equip-card-body {
    padding: 20px;
}

.equip-card-cat {
    font-size: 0.8rem;
    font-weight: 600;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
}

.equip-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.equip-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.equip-card-location i {
    color: #F59E0B;
}

.equip-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}

.equip-card-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1f2937;
}

.equip-card-price span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #9ca3af;
}

.equip-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #F59E0B;
    font-weight: 600;
}

/* ===================================
   WHY CHOOSE US
   =================================== */
.home-why {
    padding: 100px 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    position: relative;
    overflow: hidden;
}

.home-why::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
}

.why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.why-text {
    color: #fff;
}

.why-text .section-badge {
    background: rgba(245, 158, 11, 0.2);
}

.why-text .section-badge span {
    color: #fbbf24;
}

.why-text h2 {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.why-text > p {
    font-size: 1.15rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 40px;
}

.why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-feature {
    display: flex;
    gap: 16px;
}

.why-feature-icon {
    width: 52px;
    height: 52px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-feature-icon i {
    font-size: 1.25rem;
    color: #F59E0B;
}

.why-feature h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.why-feature p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* Testimonial */
.why-testimonial {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
}

.why-testimonial-quote {
    font-size: 1.25rem;
    color: #e2e8f0;
    line-height: 1.8;
    margin-bottom: 32px;
    font-style: italic;
}

.why-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.why-testimonial-avatar {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.why-testimonial-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.why-testimonial-info p {
    font-size: 0.9rem;
    color: #94a3b8;
}

.why-testimonial-rating {
    margin-top: 20px;
    color: #F59E0B;
    font-size: 1.1rem;
}

/* ===================================
   STATS SECTION
   =================================== */
.home-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #F59E0B, #fbbf24);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stat-item {
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #1f2937;
}

.stat-value {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: #92400e;
    font-weight: 600;
}

/* ===================================
   CTA SECTION
   =================================== */
.home-cta {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    top: -100px;
    right: -100px;
}

.cta-box h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.cta-box p {
    font-size: 1.15rem;
    color: #94a3b8;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* ===================================
   LEGACY HERO SECTION (Backward Compat)
   =================================== */
.hero {
    position: relative;
    padding: var(--space-20) 0;
    background: linear-gradient(135deg, var(--gray-900) 0%, #1a1a2e 100%);
    color: var(--text-inverse);
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/hero-bg.jpg') center/cover no-repeat;
    opacity: 0.15;
    mix-blend-mode: overlay;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/pattern-grid.png');
    opacity: 0.03;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
    color: var(--brand-primary);
    margin-bottom: var(--space-6);
}

.hero-badge i {
    font-size: var(--text-xs);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, var(--text-5xl));
    font-weight: var(--weight-extrabold);
    line-height: 1.1;
    margin-bottom: var(--space-6);
    background: linear-gradient(to right, var(--white), var(--gray-300));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: var(--text-xl);
    color: var(--gray-400);
    margin-bottom: var(--space-10);
    line-height: 1.6;
    max-width: 600px;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
}

.hero-stats {
    display: flex;
    gap: var(--space-12);
    margin-top: var(--space-16);
    padding-top: var(--space-8);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat {
    text-align: left;
}

.hero-stat-value {
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    color: var(--brand-primary);
    display: block;
}

.hero-stat-label {
    font-size: var(--text-sm);
    color: var(--gray-400);
}

/* ===================================
   SECTIONS GENERAL
   =================================== */
.section {
    padding: var(--space-20) 0;
}

.bg-subtle {
    background-color: var(--gray-50);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--space-16);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-1) var(--space-4);
    background: rgba(245, 158, 11, 0.1);
    color: var(--brand-primary);
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
    margin-bottom: var(--space-4);
}

.section-title {
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

.section-subtitle {
    font-size: var(--text-lg);
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===================================
   FEATURES SECTION
   =================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-8);
}

.feature-card {
    background: var(--white);
    padding: var(--space-8);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    transition: all var(--duration-normal) var(--ease-out);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand-primary);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: rgba(245, 158, 11, 0.1);
    color: var(--brand-primary);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-2xl);
    margin-bottom: var(--space-6);
    transition: all var(--duration-normal) var(--ease-out);
}

.feature-card:hover .feature-icon {
    background: var(--brand-primary);
    color: var(--brand-secondary);
    transform: scale(1.1) rotate(-5deg);
}

.feature-title {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-3);
}

.feature-description {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===================================
   TRUST SECTION
   =================================== */
.trust-section {
    background: linear-gradient(135deg, var(--gray-900) 0%, #1a1a2e 100%);
    color: var(--text-inverse);
    position: relative;
    overflow: hidden;
}

.trust-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/pattern-grid.png');
    opacity: 0.03;
}

.trust-section .section-badge {
    background: rgba(245, 158, 11, 0.2);
}

.trust-section .section-title {
    color: var(--white);
}

.trust-section .section-subtitle {
    color: var(--gray-400);
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center;
    position: relative;
    z-index: 1;
}

.trust-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.trust-feature {
    display: flex;
    gap: var(--space-4);
}

.trust-icon {
    width: 48px;
    height: 48px;
    background: rgba(245, 158, 11, 0.15);
    color: var(--brand-primary);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-xl);
    flex-shrink: 0;
}

.trust-content h4 {
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    color: var(--white);
    margin-bottom: var(--space-2);
}

.trust-content p {
    color: var(--gray-400);
    line-height: 1.6;
}

/* Testimonial Card */
.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--space-8);
    border-radius: var(--radius-xl);
}

.testimonial-quote {
    font-size: var(--text-lg);
    color: var(--gray-300);
    line-height: 1.7;
    margin-bottom: var(--space-6);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    background: var(--brand-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-secondary);
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
}

.testimonial-info h5 {
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    color: var(--white);
}

.testimonial-info span {
    font-size: var(--text-sm);
    color: var(--gray-500);
}

/* ===================================
   CTA SECTION
   =================================== */
.cta-section {
    text-align: center;
    padding: var(--space-24) 0;
    background: var(--white);
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

.cta-description {
    font-size: var(--text-lg);
    color: var(--text-secondary);
    margin-bottom: var(--space-8);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* ===================================
   RESPONSIVE - HOMEPAGE
   =================================== */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .home-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .home-hero-content {
        max-width: 100%;
    }
    
    .home-hero h1 {
        font-size: 3rem;
    }
    
    .home-hero-cta {
        justify-content: center;
    }
    
    .home-hero-stats {
        justify-content: center;
    }
    
    .home-hero-visual {
        display: none;
    }
    
    .why-content {
        grid-template-columns: 1fr;
    }
    
    .how-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .how-steps::before {
        display: none;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
        gap: var(--space-10);
    }
}

@media (max-width: 768px) {
    .home-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .home-hero h1 {
        font-size: 2.25rem;
    }
    
    .home-hero-text {
        font-size: 1.1rem;
    }
    
    .home-hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    
    .home-hero-stats {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    
    .hero-stat {
        text-align: center;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .how-steps {
        grid-template-columns: 1fr;
    }
    
    .featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .featured-grid {
        grid-template-columns: 1fr;
    }
    
    .why-features {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 24px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-box {
        padding: 40px 24px;
    }
    
    .cta-box h2 {
        font-size: 1.75rem;
    }
    
    /* Legacy hero responsive */
    .hero {
        min-height: auto;
        padding: var(--space-12) 0;
    }
    
    .hero-title {
        font-size: var(--text-3xl);
    }
    
    .hero-subtitle {
        font-size: var(--text-base);
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: var(--space-6);
    }
    
    .section {
        padding: var(--space-12) 0;
    }
    
    .features-grid {
        gap: var(--space-6);
    }
}

@media (max-width: 480px) {
    .home-hero {
        padding: 80px 0 40px;
    }
    
    .home-hero h1 {
        font-size: 1.875rem;
    }
    
    .home-hero-badge {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .home-hero-badge span {
        font-size: 0.8rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .category-card {
        padding: 24px 20px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-value {
        font-size: 2.5rem;
    }
    
    .why-testimonial {
        padding: 24px;
    }
    
    .why-testimonial-quote {
        font-size: 1rem;
    }
}
