/* Website Solutions Specific Styles */
:root {
    --website-primary: #f59e0b;
    /* Amber */
    --website-secondary: #0ea5e9;
    /* Sky Blue */
    --website-bg: #fffbeb;
    --website-dark: #78350f;
}

.website-hero {
    background-color: var(--website-bg);
    background-image:
        radial-gradient(at 0% 0%, rgba(245, 158, 11, 0.1) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(14, 165, 233, 0.1) 0px, transparent 50%);
    padding: 8rem 0;
    text-align: left;
    /* Updated */
}

.hero-badge {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.website-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3.5rem;
    color: #1e293b;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-highlight {
    background: linear-gradient(90deg, #f59e0b, #ea580c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
}

.btn-primary-amber {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: white;
    /* Ensure text is white */
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2rem;
    /* Restore vertical padding */
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
    /* Amber shadow */
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    gap: 0.5rem;
    height: 44px;
    /* Match standard solution button width */
}

.btn-primary-amber:hover {
    background: #f59e0b !important;
    /* Brighter Cyan */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px -5px rgba(234, 88, 12, 0.6) !important;
    border-color: rgba(234, 88, 12, 0.5) !important;
    color: #333 !important;
}

.btn-secondary-sky {
    background: white;
    color: #475569;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2rem !important;
    /* Restore vertical padding */
    transition: all 0.3s ease;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    gap: 0.5rem;
    height: 44px;
    /* Match standard solution button width */
}

.btn-secondary-sky:hover {
    background: #f59e0b !important;
    /* Brighter Cyan */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px -5px rgba(234, 88, 12, 0.6) !important;
    border-color: rgba(234, 88, 12, 0.5) !important;
    color: #333 !important;
}

.mockup-container {
    position: relative;
    margin-top: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mockup-container-full {
    margin: 0;
    max-width: 100%;
}

.browser-mockup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.browser-mockup-animated {
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.browser-header {
    background: #f3f4f6;
    padding: 12px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red {
    background: #ef4444;
}

.dot-yellow {
    background: #f59e0b;
}

.dot-green {
    background: #22c55e;
}

.browser-address-bar {
    background: #e5e7eb;
    border-radius: 4px;
    height: 10px;
    width: 60%;
    margin-left: 10px;
}

.mockup-content {
    padding: 0;
    background: #f8fafc;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Abstract Layout */
.layout-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.layout-header {
    height: 60px;
    background: white;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.layout-hero {
    padding: 60px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Skeleton Loaders */
.sk-logo {
    width: 100px;
    height: 15px;
    background: #cbd5e1;
    border-radius: 4px;
}

.sk-nav {
    width: 60px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 4px;
}

.sk-btn-sm {
    width: 80px;
    height: 30px;
    background: #f59e0b;
    border-radius: 4px;
}

.sk-title {
    width: 80%;
    height: 40px;
    background: #1e293b;
    border-radius: 8px;
    margin-bottom: 20px;
}

.sk-text {
    width: 100%;
    height: 15px;
    background: #cbd5e1;
    border-radius: 4px;
    margin-bottom: 10px;
}

.sk-text-short {
    width: 90%;
    height: 15px;
    background: #cbd5e1;
    border-radius: 4px;
    margin-bottom: 30px;
}

.sk-btn-lg {
    width: 140px;
    height: 45px;
    background: #ea580c;
    border-radius: 6px;
}

.sk-img {
    width: 100%;
    height: 200px;
    background: #e2e8f0;
    border-radius: 12px;
}

/* Performance Badge */
.perf-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.perf-score {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #15803d;
}

.perf-text h4 {
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.perf-text span {
    font-size: 0.8rem;
    color: #64748b;
}


/* Features Section */
.features-section {
    padding: 6rem 0;
    background: #fff;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card-web {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card-web:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #fcd34d;
}

.web-icon {
    width: 50px;
    height: 50px;
    background: #fff7ed;
    color: #ea580c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-title-web {
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.feature-desc-web {
    color: #64748b;
}

/* Process Section */
.process-section {
    padding: 6rem 0;
    background: #fffbeb;
}

.process-desc-main {
    color: #92400e;
    font-size: 1.1rem;
}

.process-title-main {
    font-size: 2.5rem;
    color: #78350f;
}

.process-grid-web {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    text-align: center;
}

.process-step-container {
    position: relative;
}

.process-step-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    color: white;
}

.step-amber {
    background: #f59e0b;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.step-orange {
    background: #ea580c;
    box-shadow: 0 10px 20px rgba(234, 88, 12, 0.3);
}

.step-sky {
    background: #0ea5e9;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
}

.process-title {
    color: #451a03;
    margin-bottom: 1rem;
}

.process-desc {
    color: #78350f;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    background: #fff;
}

.faq-container {
    max-width: 900px;
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
}

.faq-item {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.faq-question {
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.faq-answer {
    color: #64748b;
    margin: 0;
}

/* Pricing Section */
.pricing-section {
    padding: 6rem 0;
    background: #f8fafc;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card-web {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid #e2e8f0;
    position: relative;
}

.pricing-title {
    font-size: 1.5rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.price-suffix {
    font-size: 1rem;
    color: #94a3b8;
    font-weight: 400;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    color: #64748b;
}

.pricing-item {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.text-amber {
    color: #f59e0b;
}

.text-orange {
    color: #ea580c;
}

.text-sky {
    color: #0ea5e9;
}

.btn-full-width {
    width: 100%;
    text-align: center;
}

.pricing-card-featured {
    border: 2px solid #ea580c;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);
}

.best-seller-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ea580c;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.btn-price-seller {
    background: #f59e0b;
    color: #333;
    border: 1px solid #f59e0b;
    box-shadow: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-price-seller:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
}

.btn-price-amber {
    background: white;
    color: #f59e0b;
    border: 1px solid #f59e0b;
    box-shadow: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-price-amber:hover {
    background: #f59e0b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
}

.btn-price-sky {
    background: white;
    color: #0ea5e9;
    border: 1px solid #0ea5e9;
    box-shadow: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-price-sky:hover {
    background: #0ea5e9;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.3);
}


/* Tech Stack */
.tech-section {
    padding: 4rem 0;
    background: #fff;
    border-top: 1px solid #f1f5f9;
}

.tech-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.tech-grid {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    opacity: 0.6;
    filter: grayscale(0);
}

.tech-item {
    font-size: 1.5rem;
    font-weight: 800;
    color: #64748b; /* un gris azulado corporativo */
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.tech-item:hover {
    color: #f59e0b; /* cambia a color ámbar del sitio en hover */
    transform: scale(1.05);
}


/* Responsive Design */
@media (max-width: 1024px) {
    .website-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .website-hero {
        padding: 4rem 0;
        text-align: center;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .mockup-container {
        margin-top: 2rem;
    }

    .browser-mockup-animated {
        transform: none !important;
        /* Disable 3D tilt on mobile for better fit */
    }

    .pricing-card-featured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .hero-actions {
        flex-direction: column;
    }

    .btn-primary-amber,
    .btn-secondary-sky {
        width: 100%;
    }

    .layout-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .section-title {
        font-size: 2rem;
    }
}