/* Digital Marketing Page Specific Styles */

/* Hero Banner Section - Modern Banner Layout */
.hero-banner {
    background: #000000;
    color: white;
    padding: 40px 20px 30px;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.banner-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Playfair Display', serif;
}

.banner-title .digital-text {
    color: #ffffff;
}

.banner-title .marketing-text {
    color: #8b5cf6;
}

.banner-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #e2e8f0;
    font-weight: 400;
    max-width: 550px;
}

.banner-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.cta-button.primary {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: white;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.cta-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
}

.cta-button.secondary {
    background: transparent;
    color: #8b5cf6;
    border: 2px solid #8b5cf6;
}

.cta-button.secondary:hover {
    background: #8b5cf6;
    color: white;
    transform: translateY(-2px);
}

.banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    transform: none;
}

.banner-image img:hover {
    transform: none;
}

.banner-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

.stat-label {
    font-size: 1.1rem;
    color: #cbd5e1;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-banner {
        padding: 80px 20px 60px;
    }
    
    .banner-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .banner-text {
        order: 1;
    }
    
    .banner-image {
        order: 2;
    }
    
    .banner-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    
    .banner-description {
        font-size: 1.1rem;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .banner-cta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .cta-button {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .banner-stats {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 0;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    .process-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .process-connector {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .benefits-showcase {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefit-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        padding: 40px 15px 30px;
    }
    
    .banner-title {
        font-size: 2.5rem;
        margin-bottom: 16px;
    }
    
    .banner-description {
        font-size: 1rem;
        margin-bottom: 24px;
    }
    
    .banner-content {
        gap: 40px;
    }
    
    .banner-cta {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
    }
    
    .banner-stats {
        gap: 20px;
        padding: 20px 0;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .process-section,
    .benefits-section {
        padding: 80px 0;
    }
    
    .process-card {
        padding: 20px;
    }
    
    .process-icon {
        width: 60px;
        height: 60px;
    }
    
    .process-icon i {
        font-size: 24px;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
    }
    
    .benefit-icon i {
        font-size: 24px;
    }
}

/* Why Digital Marketing Matters Section */
.why-matters-section {
    padding: 120px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.why-matters-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.why-matters-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.why-column {
    display: flex;
    align-items: stretch;
}

.why-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(139, 92, 246, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-card:hover::before {
    opacity: 1;
}

.why-card:hover {
    transform: translateY(-15px);
    border-color: rgba(139, 92, 246, 0.6);
    box-shadow: 0 25px 50px rgba(139, 92, 246, 0.3);
}

.why-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}

.why-card:hover .why-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.why-icon {
    font-size: 2.5rem;
    color: white;
}

.why-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.why-text {
    font-size: 1.1rem;
    color: #b0b0b0;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Responsive Design for Why Matters Section */
@media (max-width: 768px) {
    .why-matters-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .why-matters-section {
        padding: 80px 0;
    }
    
    .why-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .why-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .why-icon {
        font-size: 2rem;
    }
    
    .why-card h3 {
        font-size: 1.3rem;
    }
    
    .why-text {
        font-size: 1rem;
    }
}

/* Services Section */
.services-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(138, 43, 226, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.service-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(138, 43, 226, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(138, 43, 226, 0.5);
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8a2be2 0%, #9932cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.service-card p {
    color: #b0b0b0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Tools Section */
.tools-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.tools-section .section-description {
    text-align: center;
    color: #b8b8d1;
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Tech Stack Grid */
.tech-stack-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Tech Category */
.tech-category {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    padding: 30px 25px;
    border: 1px solid rgba(139, 69, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.3s ease;
}

.tech-category:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 69, 255, 0.4);
    box-shadow: 0 20px 40px rgba(139, 69, 255, 0.1);
}

.category-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #8b45ff, #b45eff);
    border-radius: 2px;
}

/* Tech Cards Grid */
.tech-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

/* Individual Tech Card */
.tech-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid rgba(139, 69, 255, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 69, 255, 0.1), rgba(180, 94, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-3px);
    border-color: rgba(139, 69, 255, 0.4);
    box-shadow: 0 10px 25px rgba(139, 69, 255, 0.15);
}

.tech-card:hover::before {
    opacity: 1;
}

/* Tech Icon */
.tech-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.tech-icon i {
    font-size: 32px;
    color: #8b45ff;
    transition: all 0.3s ease;
}

.tech-card:hover .tech-icon i {
    color: #b45eff;
    transform: scale(1.1);
}

/* Tech Name */
.tech-name {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tech-stack-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .tech-category:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .tech-stack-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .tech-category:last-child {
        grid-column: auto;
        max-width: none;
    }
    
    .tech-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .tech-card {
        padding: 15px 10px;
    }
    
    .tech-icon i {
        font-size: 28px;
    }
    
    .tech-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .tech-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Hero Tools Display */
.hero-tools {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    margin-bottom: 100px;
}

.hero-tool {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 30px;
    padding: 50px 40px;
    border: 2px solid rgba(138, 43, 226, 0.3);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-tool::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(138, 43, 226, 0.3), transparent);
    animation: rotate 8s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-tool:hover::before {
    opacity: 1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tool-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 30px;
}

.hero-tool:hover .tool-glow {
    opacity: 1;
}

.hero-tool:hover {
    transform: translateY(-20px) scale(1.02);
    border-color: rgba(138, 43, 226, 0.8);
    box-shadow: 
        0 30px 60px rgba(138, 43, 226, 0.4),
        0 0 100px rgba(138, 43, 226, 0.2);
}

.tool-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tool-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.3) 0%, rgba(138, 43, 226, 0.1) 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}

.tool-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #8a2be2, transparent, #8a2be2);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-tool:hover .tool-icon::before {
    opacity: 1;
}

.hero-tool:hover .tool-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.5) 0%, rgba(138, 43, 226, 0.3) 100%);
}

.tool-icon i {
    font-size: 3rem;
    color: #8a2be2;
    transition: all 0.3s ease;
}

.hero-tool:hover .tool-icon i {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.8);
}

.tool-details h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tool-details p {
    font-size: 1.1rem;
    color: #b0b0b0;
    margin-bottom: 25px;
    font-weight: 300;
}

.tool-stats {
    display: flex;
    gap: 20px;
}

.tool-stats .stat {
    background: rgba(138, 43, 226, 0.15);
    color: #8a2be2;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(138, 43, 226, 0.3);
    transition: all 0.3s ease;
}

.hero-tool:hover .tool-stats .stat {
    background: rgba(138, 43, 226, 0.3);
    color: #ffffff;
    transform: translateY(-2px);
}

.primary-tool {
    grid-column: 1;
}

.secondary-tool {
    grid-column: 2;
}

/* Interactive Tool Categories */
.tools-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 100px;
}

.category-card {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 100%);
    border-radius: 25px;
    padding: 45px 35px;
    border: 1px solid rgba(138, 43, 226, 0.2);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 25px;
}

.category-card:hover .card-background {
    opacity: 1;
}

.category-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgba(138, 43, 226, 0.6);
    box-shadow: 
        0 25px 50px rgba(138, 43, 226, 0.3),
        0 0 80px rgba(138, 43, 226, 0.15);
}

.card-content {
    position: relative;
    z-index: 2;
}

.category-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.category-icon {
    position: relative;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2) 0%, rgba(138, 43, 226, 0.1) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.icon-pulse {
    position: absolute;
    inset: -5px;
    border-radius: 23px;
    background: linear-gradient(45deg, transparent, rgba(138, 43, 226, 0.5), transparent);
    opacity: 0;
    animation: pulse 2s ease-in-out infinite;
}

.category-card:hover .icon-pulse {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0; }
    50% { transform: scale(1.1); opacity: 1; }
}

.category-card:hover .category-icon {
    transform: scale(1.15) rotate(-5deg);
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.4) 0%, rgba(138, 43, 226, 0.2) 100%);
}

.category-icon i {
    font-size: 2rem;
    color: #8a2be2;
    transition: all 0.3s ease;
}

.category-card:hover .category-icon i {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(138, 43, 226, 0.8);
}

.category-info h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.category-info p {
    font-size: 1rem;
    color: #b0b0b0;
    font-weight: 300;
    margin: 0;
}

.tools-grid-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.mini-tool {
    background: rgba(138, 43, 226, 0.1);
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(138, 43, 226, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.mini-tool:hover {
    background: rgba(138, 43, 226, 0.2);
    border-color: rgba(138, 43, 226, 0.5);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(138, 43, 226, 0.3);
}

.mini-tool i {
    font-size: 1.2rem;
    color: #8a2be2;
    transition: all 0.3s ease;
}

.mini-tool:hover i {
    color: #ffffff;
    transform: scale(1.1);
}

.mini-tool span {
    font-size: 0.95rem;
    font-weight: 500;
    color: #ffffff;
}

/* Technology Stats */
.tech-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 60px 0;
    border-top: 1px solid rgba(138, 43, 226, 0.2);
    position: relative;
}

.tech-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8a2be2, transparent);
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(145deg, rgba(138, 43, 226, 0.05) 0%, rgba(138, 43, 226, 0.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(138, 43, 226, 0.2);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(138, 43, 226, 0.2), transparent);
    transition: left 0.8s ease;
}

.stat-item:hover::before {
    left: 100%;
}

.stat-item:hover {
    transform: translateY(-10px);
    border-color: rgba(138, 43, 226, 0.5);
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.2);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #8a2be2 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.stat-label {
    font-size: 1rem;
    color: #b0b0b0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-tools {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tools-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .tech-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .tools-section {
        padding: 100px 0;
    }
    
    .hero-tool {
        padding: 40px 30px;
    }
    
    .tool-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .tool-details h3 {
        font-size: 1.8rem;
    }
    
    .tools-categories {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .category-card {
        padding: 35px 25px;
    }
    
    .category-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .tools-grid-mini {
        grid-template-columns: 1fr;
    }
    
    .tech-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-item {
        padding: 25px 15px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .tech-stats {
        grid-template-columns: 1fr;
    }
}

/* Process Section */
.process-section {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, #0a0a23 100%);
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(128, 0, 255, 0.1) 0%, rgba(76, 0, 255, 0) 70%);
    z-index: 1;
}

.process-hexagon-container {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.process-intro {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.process-intro p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.process-hexagon {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.hexagon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8000ff 0%, #6600cc 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(128, 0, 255, 0.3);
    transition: all 0.4s ease;
}

.hexagon-inner::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(0, 0, 0, 0.7);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.process-hexagon i {
    font-size: 40px;
    color: white;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.step-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8000ff 0%, #6600cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.process-details h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    transition: all 0.3s ease;
}

.process-details p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.process-item:hover .hexagon-inner {
    transform: rotate(30deg);
    box-shadow: 0 15px 35px rgba(128, 0, 255, 0.5);
}

.process-item:hover .hexagon-inner i {
    transform: rotate(-30deg);
    color: rgba(255, 255, 255, 1);
}

.process-item:hover .process-details h3 {
    color: #8000ff;
}

.process-cta {
    text-align: center;
    margin-top: 20px;
}

.btn-process {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #8000ff 0%, #6600cc 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(128, 0, 255, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-process:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(128, 0, 255, 0.4);
}

/* Responsive styles for process section */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .process-section {
        padding: 80px 0;
    }
    
    .process-intro {
        margin-bottom: 40px;
    }
    
    .process-intro p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-section {
        padding: 60px 0;
    }
    
    .process-hexagon {
        width: 120px;
        height: 120px;
    }
    
    .process-details h3 {
        font-size: 20px;
    }
    
    .btn-process {
        padding: 12px 28px;
        font-size: 14px;
    }
}

/* Success Stories Section */
.success-stories-section {
    padding: 120px 0;
    background: #0a0a0a;
    position: relative;
}

.success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.success-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(138, 43, 226, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.success-card:hover::before {
    opacity: 1;
}

.success-card:hover {
    transform: translateY(-10px);
    border-color: rgba(138, 43, 226, 0.5);
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.2);
}

.success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8a2be2 0%, #9932cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.success-icon i {
    font-size: 2rem;
    color: white;
}

.success-stat {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #8a2be2 0%, #9932cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.success-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.success-card p {
    color: #b0b0b0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Benefits Section - Card Design */
.benefits-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #16213e 0%, #1a1a2e 50%, #0a0a23 100%);
    position: relative;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(138, 43, 226, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(138, 43, 226, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.benefits-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(138, 43, 226, 0.3);
    box-shadow: 0 25px 50px rgba(138, 43, 226, 0.2);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.benefit-icon i {
    font-size: 32px;
    color: white;
}

.benefit-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.benefit-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #b8b8d1;
    margin: 0;
}

/* Ready to Begin Section */
.ready-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    position: relative;
    text-align: center;
}

.ready-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.ready-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.ready-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 30px;
    line-height: 1.2;
}

.ready-content p {
    font-size: 1.2rem;
    color: #b0b0b0;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ready-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.ready-buttons .btn-primary,
.ready-buttons .btn-secondary {
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ready-buttons .btn-primary {
    background: linear-gradient(135deg, #8a2be2 0%, #9932cc 100%);
    color: white;
    border: none;
}

.ready-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(138, 43, 226, 0.4);
}

.ready-buttons .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(138, 43, 226, 0.5);
}

.ready-buttons .btn-secondary:hover {
    background: rgba(138, 43, 226, 0.1);
    border-color: #8a2be2;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content,
    .why-matters-content,
    .services-grid,
    .tools-grid,
    .process-grid,
    .success-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .process-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-content,
    .why-matters-content,
    .services-grid,
    .tools-grid,
    .success-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .process-column {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-icon {
        font-size: 5rem;
    }
    
    .why-icon {
        font-size: 4rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .success-stat {
        font-size: 2.5rem;
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}