.elementor-style-page {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    overflow-x: hidden;
}

.el-section-title {
    font-size: 40px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.el-section-title.text-white {
    color: #ffffff;
}

.el-section-desc {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.el-section-desc.text-white {
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   HERO
   -------------------------------------------------------------------------- */
.el-hero {
    position: relative;
    background-color: #111;
    padding: 100px 0 150px 0;
    text-align: center;
}

.el-hero-content {
    position: relative;
    z-index: 10;
}

.el-hero-pretitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.el-hero-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.el-hero-subtitle {
    color: #92d34f;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 40px auto;
    max-width: 600px;
}

.el-hero-btn {
    display: inline-block;
    background: #92d34f;
    color: #111111;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.el-hero-btn:hover {
    background: #ffffff;
    color: #111111;
    text-decoration: none !important;
}

/* The Angled SVG Divider */
.el-hero-divider {
    position: absolute;
    bottom: -1px; /* Prevents 1px white line gap */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    direction: ltr;
    z-index: 5;
}

.el-hero-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
}

.el-hero-divider .elementor-shape-fill {
    fill: #f8f9fa;
    transform-origin: center;
    transform: rotateY(0deg);
}

/* --------------------------------------------------------------------------
   FEATURES (Standard Cards)
   -------------------------------------------------------------------------- */
.el-features-section {
    padding: 20px 0;
    background-color: #ffffff;
}

/* Force the native grid to 3 columns instead of 4 so the 6 cards fit perfectly */
.homepage-cards-grid.three-cols {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* --------------------------------------------------------------------------
   PROCESS (Light Agency Mode)
   -------------------------------------------------------------------------- */
.el-process-dark {
    position: relative;
    padding: 120px 0;
    background-color: #f8f9fa; /* Clean light gray */
    color: #111111;
    overflow: hidden;
}

.text-green {
    color: #92d34f;
}

.el-process-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -2px;
    color: #111111;
}

.el-process-desc {
    font-size: 18px;
    color: #555555;
    line-height: 1.8;
    max-width: 90%;
}

.el-process-steps-dark {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-left: 2px solid rgba(0,0,0,0.08); /* Faint dark line */
    padding-left: 40px;
    padding-top: 10px; /* Extends the line above the first dot */
    padding-bottom: 20px; /* Extends the line below the last dot */
    margin-left: 20px;
}

.el-process-step-dark {
    position: relative;
    z-index: 1;
}

.step-num-dark {
    position: absolute;
    left: -130px; /* Pushes it completely to the left of the border */
    width: 70px;
    text-align: right; /* Aligns the number cleanly next to the line */
    top: -10px; /* Centers the 48px number vertically with the green dot */
    font-size: 48px; 
    font-weight: 800;
    line-height: 1;
    color: rgba(0,0,0,0.02);
    -webkit-text-stroke: 1px rgba(0,0,0,0.08);
    z-index: 0;
}

.el-process-step-dark::before {
    content: '';
    position: absolute;
    left: -48px; /* Perfectly centers a 14px dot on a 2px border at -40px padding */
    top: 7px; /* Perfectly aligns with the 24px h3 text */
    width: 14px;
    height: 14px;
    background: #92d34f;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(146, 211, 79, 0.4);
}

.step-content-dark h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0; 
    margin-bottom: 12px;
    color: #111111;
}

.step-content-dark p {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* --------------------------------------------------------------------------
   PRICING & CTA
   -------------------------------------------------------------------------- */
.el-pricing-section {
    background-color: #f8f9fa; /* Clean light gray instead of massive green block */
    padding: 50px 0;
}

.el-pricing-section .container {
    max-width: 1400px !important; /* Wide but with comfortable side margins */
    width: 100% !important; /* Force override of Bootstrap's fixed width */
    padding-left: 15px;
    padding-right: 15px;
}

.el-pricing-divider {
    display: none;
}

/* Removed messy SVG dividers */

.el-pricing-header {
    margin-bottom: 50px;
    text-align: center;
}

.el-pricing-header .el-section-title {
    color: #111;
}

.el-pricing-header .el-section-desc {
    color: #555;
}

.el-pricing-wrapper {
    margin-bottom: 60px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; /* ensure they match height */
    gap: 25px;
    width: 100%;
    margin: 0 auto;
}

.pricing-card {
    flex: 1 1 280px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 15px 30px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #111111;
    border-top: 2px solid #111111;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto; /* Changed from 100% so align-items: stretch can work properly */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    z-index: 1;
    overflow: visible;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.pricing-card.featured {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.pricing-card.featured:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Floating Badge */
.card-pill {
    position: absolute;
    top: -15px;
    right: 30px;
    background: #111111;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid #111111;
    z-index: 10;
}

.glow-blob {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.glow-blob::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(165,219,92,0.8) 0%, rgba(165,219,92,0) 70%);
    border-radius: 50%;
    filter: blur(20px);
}

.pricing-card-header {
    margin-bottom: 20px;
    min-height: 140px; /* Flex min-height instead of fixed height to prevent overflow */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tier-name {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.tier-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.5;
}

.tier-price-block {
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.tier-price-block .price-currency {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-right: 4px;
    align-self: flex-start;
    margin-top: 5px;
}

.tier-price-block .price-val {
    font-size: 42px;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.tier-price-block .price-period {
    font-size: 14px;
    color: #888;
    margin-left: 8px;
    font-weight: 500;
}

.pricing-card-body {
    flex-grow: 1;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.tier-features li {
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.tier-features li svg {
    width: 16px;
    height: 16px;
    color: #666;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

.pricing-card.featured .tier-features li svg {
    color: #92d34f;
}

.pricing-card-footer {
    margin-top: auto;
}

.pricing-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 24px;
    background: #A5DB5C;
    color: #111111;
    font-weight: 700;
    font-size: 14px;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pricing-cta:hover {
    background: #111111;
    color: #e5e7eb !important;
    text-decoration: none !important;
}

.pricing-card.featured .pricing-cta {
    background: #111111;
    color: #ffffff;
}

.pricing-card.featured .pricing-cta:hover {
    background: #ffffff;
    color: #111111 !important;
    border-color: #111111;
}

/* ==========================================================================
   CUSTOM 4TH TIER (Horizontal Banner)
   ========================================================================== */
.custom-tier-card {
    flex: 1 1 100% !important; /* Force full width in flexbox */
    max-width: 100% !important; /* Override the 320px limit from .pricing-card */
    width: 100%;
    background: #A5DB5C; /* Lime Green */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 40px 50px;
    border: 1px solid #111111;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(165, 219, 92, 0.2);
    overflow: hidden;
}

.custom-tier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(165, 219, 92, 0.3);
}

.custom-tier-content {
    max-width: 600px;
}

.custom-tier-card .tier-name {
    font-size: 28px;
    color: #111111;
    margin-bottom: 10px;
}

.custom-tier-card .tier-subtitle {
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    margin: 0;
    min-height: auto;
}

.custom-tier-action {
    flex-shrink: 0;
    margin-left: 40px;
}

.custom-cta {
    background: #111111;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 15px;
    display: inline-block;
    width: auto;
}

.custom-cta:hover {
    background: #ffffff;
    color: #111111 !important;
}

.el-cta-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .srv-features__grid, .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }
    
    .custom-tier-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
    
    .custom-tier-action {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    
    .custom-cta {
        width: 100%;
    }
}

.top-header.singular-heading {
    display: none !important;
}
/* ==========================================================================
   PORTFOLIO SECTION (Clean SaaS Card Style)
   ========================================================================== */
.el-portfolio-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.el-portfolio-header {
    margin-bottom: 80px;
}

.portfolio-slider-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

.el-portfolio-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 30px 60px 30px;
}

.el-portfolio-slider-track {
    display: flex;
    align-items: center; /* Prevents short slides from stretching to the height of tall slides */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.el-portfolio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px; /* Restored standard gap */
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 80px; /* 80px padding gives the 50px arrows room on the edges without crushing the content */
    opacity: 0.2;
    transform: scale(0.95);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.el-portfolio-item.active {
    opacity: 1;
    transform: scale(1);
}

/* Navigation Arrows */
.portfolio-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #555555; /* Changed from dark #111 to softer #555 */
}

/* Increase the arrow icon size */
.portfolio-slider-btn .dashicons {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.portfolio-slider-btn:hover {
    color: #92d34f; /* Make the arrow turn green on hover */
    transform: translateY(-50%) scale(1.1);
}

.portfolio-slider-btn.disabled {
    opacity: 0.2; /* Arrow remains visible but faded out */
    pointer-events: none; /* Prevents clicking or hover effects */
}

.portfolio-slider-btn.prev {
    left: 10px;
}

.portfolio-slider-btn.next {
    right: 10px;
}

.el-portfolio-img-wrap {
    width: 55%; /* Large, cinematic image size restored */
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.el-portfolio-item:hover .el-portfolio-img-wrap {
    transform: translateY(-10px);
}

.el-portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.el-portfolio-item:hover .el-portfolio-img {
    transform: scale(1.05);
}

.el-portfolio-content {
    width: 40%;
    text-align: left;
    padding: 0;
}

.el-portfolio-content h3 {
    font-size: 54px; /* Slightly larger and bolder */
    font-weight: 900;
    color: #111111;
    margin: 0 0 25px 0;
    letter-spacing: -2.5px;
    line-height: 1.05;
}

.el-portfolio-excerpt {
    font-size: 18px;
    color: #666666; /* Slightly lighter for contrast with title */
    line-height: 1.7;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .el-portfolio-item {
        flex-direction: column;
        justify-content: center; /* Prevents space-between from creating massive gaps */
        text-align: center;
        gap: 30px;
        padding: 0 60px; /* Give arrows a dedicated gutter so they don't overlap */
    }
    
    .el-portfolio-img-wrap {
        width: 100%;
        border-radius: 16px; /* Slightly softer corners for mobile */
    }
    
    .el-portfolio-content {
        width: 100%;
        text-align: center;
    }
    
    .el-portfolio-content h3 {
        font-size: 32px;
        letter-spacing: -1.5px;
    }
    
    .el-portfolio-excerpt {
        font-size: 16px;
    }
    
    /* Shrink the arrows for mobile */
    .portfolio-slider-btn {
        width: 40px;
        height: 40px;
    }
    .portfolio-slider-btn .dashicons {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .portfolio-slider-btn.prev {
        left: 5px;
    }
    
    .portfolio-slider-btn.next {
        right: 5px;
    }
}

/* ==========================================================================
   STATS BANNER
   ========================================================================== */
.el-stats-section {
    padding: 0;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.el-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
}

.el-stat-box {
    position: relative;
}

.el-stat-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(0,0,0,0.05);
}

.el-stat-val {
    font-size: 56px;
    font-weight: 900;
    color: #111;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.el-stat-lbl {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   PROCESS
   ========================================================================== */
.el-process-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.el-process-header {
    margin-bottom: 80px;
}

.el-process-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.el-process-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(0,0,0,0.05);
    z-index: 0;
}

.el-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;

}

.el-step-ghost {
    font-size: 80px;
    font-weight: 900;
    color: rgba(0,0,0,0.05);
    line-height: 1;
    pointer-events: none;
}

.el-step-dot {
    width: 20px;
    height: 20px;
    background: #92d34f;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 15px rgba(146, 211, 79, 0.3);
}

.el-process-step h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.text-muted {
    color: #666 !important;
}

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.el-comparison-section {
    background-color: #ffffff; 
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.el-comparison-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.el-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.el-comp-card {
    border-radius: 16px;
    padding: 50px 40px;
    border: 1px solid rgba(0,0,0,0.05);
}

.el-comp-them {
    background: #f8f9fa;
    border-color: rgba(0,0,0,0.05);
}

.el-comp-us {
    background: #9DD962;
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    border: 1px solid #555;
}

.el-comp-card h3 {
    color: #111;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
}

.el-comp-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.el-comp-card ul li {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.el-comp-card ul li span {
    margin-right: 15px;
    font-size: 20px;
    margin-top: 2px;
}

.el-comp-them ul li span {
    color: #e74c3c;
}

.el-comp-us ul li span {
    color: #555;
}

@media (max-width: 768px) {
    .el-stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .el-stat-box:not(:last-child)::after {
        display: none;
    }
    .el-process-timeline {
        flex-direction: column;
        gap: 60px;
    }
    .el-process-timeline::before {
        display: none;
    }
    .el-comparison-grid {
        grid-template-columns: 1fr;
    }
    .el-comp-us {
        transform: scale(1);
    }
}

/* ==========================================================================
   CTA SECTION (Section 8)
   ========================================================================== */
.el-cta-section {
    position: relative;
    padding: 0 0 40px 0;
    background-color: #A5DB5C; /* Vibrant green to match screenshot */
    margin-top: -1px; /* Prevents gap */
}

.el-cta-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.el-cta-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

/* --------------------------------------------------------------------------
   KEYFRAMES FOR WOW FACTOR
   -------------------------------------------------------------------------- */
@keyframes bg-cinematic-zoom {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.1) translate(-1%, -1%); }
}

@keyframes pulse-neon-glow {
    0% { text-shadow: 0 0 10px rgba(146,211,79,0.5), 0 0 20px rgba(146,211,79,0.3); }
    100% { text-shadow: 0 0 15px rgba(146,211,79,0.8), 0 0 35px rgba(146,211,79,0.6), 0 0 50px rgba(146,211,79,0.4); }
}

@keyframes btn-shine-sweep {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS (991px and 768px)
   ========================================================================== */

/* Tablets & Large Phones (under 1024px) */
@media (max-width: 1024px) {
    /* Comparison Section Padding */
    .el-comparison-section {
        padding: 80px 0;
    }
    
    .el-comparison-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Pricing Section */
    .pricing-grid {
        max-width: 850px;
        margin: 0 auto;
    }
    .pricing-card {
        max-width: 100%; /* Allow cards to fill tablet container if wrapping */
    }
    .pricing-card-header,
    .tier-price-block {
        height: auto;
    }
    .custom-tier-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
    .custom-tier-content {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .custom-tier-action {
        width: 100%;
    }
    
    /* Features Grid */
    .homepage-cards-grid.three-cols {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile Phones (under 768px) */
@media (max-width: 768px) {
    /* Comparison Section Padding */
    .el-comparison-section {
        padding: 60px 0;
    }
    
    /* Hero Title */
    .el-hero-title, .home-hero-title {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.15;
        word-break: keep-all;
        overflow-wrap: normal;
        hyphens: none;
    }
    .el-hero-title .text-glow, .home-hero-title .text-glow {
        font-size: clamp(28px, 8vw, 38px);
    }
    
    .home-hero-subtitle {
        font-size: 18px;
    }
    
    /* Comparison Table Padding */
    .el-comp-card {
        padding: 30px 20px;
    }
    .el-comp-card h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    /* Features Grid */
    .homepage-cards-grid.three-cols {
        grid-template-columns: 1fr !important;
    }

    /* Pricing Section (Mobile) */
    .pricing-grid {
        max-width: 500px;
        margin: 0 auto;
    }
    
    /* Process Section */
    .el-process-steps-dark {
        padding-left: 20px;
        margin-left: 10px;
    }
    .step-num-dark {
        left: -40px;
        top: -40px;
        font-size: 32px;
        text-align: left;
    }
    .el-process-step-dark::before {
        left: -28px; /* Align dot perfectly on mobile */
    }
}
