﻿/* Homepage Specific SaaS Styling */
.hero-bg {
    background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.05) 0%, transparent 40%), radial-gradient(circle at bottom left, rgba(13, 110, 253, 0.05) 0%, transparent 40%);
    background-color: #f8fafc;
}

.saas-card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .saas-card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    }

.feature-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

/* AdSense Placeholder Styles (Helps you visualize layout before ads load) */
.ad-placeholder {
    background-color: #f1f5f9;
    border: 2px dashed #cbd5e1;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.ad-leaderboard {
    width: 100%;
    max-width: 728px;
    height: 90px;
}

.ad-rectangle {
    width: 100%;
    max-width: 300px;
    height: 250px;
}

.ad-in-article {
    width: 100%;
    height: 120px;
}










/* ==========================================
   LAYOUT & UTILITY CLASSES
=========================================== */
.max-w-1200 {
    max-width: 1200px;
}

.max-w-1100 {
    max-width: 1100px;
}

.max-w-800 {
    max-width: 800px;
}

.lh-115 {
    line-height: 1.15;
}

/* ==========================================
   HERO MOCKUP ILLUSTRATION
=========================================== */
.hero-mockup-card {
    max-width: 450px;
    transform: rotate(2deg);
}

.mockup-bar-title {
    width: 40%;
    height: 12px;
    background-color: #e2e8f0;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.mockup-bar-subtitle {
    width: 80%;
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.mockup-bar-label-sm {
    width: 25%;
    height: 8px;
    background-color: #cbd5e1;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.mockup-bar-label-md {
    width: 35%;
    height: 8px;
    background-color: #cbd5e1;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.mockup-field-input {
    width: 100%;
    height: 45px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
}

.mockup-field-textarea {
    width: 100%;
    height: 80px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
}

.mockup-btn {
    width: 100%;
    height: 45px;
    background-color: #0d6efd;
    border-radius: 8px;
    opacity: 0.9;
}

/* ==========================================
   CONTENT & CTA SECTIONS
=========================================== */
.seo-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.bg-deep-slate {
    background-color: #0f172a;
}

.text-slate-light {
    color: #94a3b8;
}

.ad-leaderboard-bg {
    background-color: rgba(255, 255, 255, 0.05);
}