/*
Theme Name: Autobits Landing
Theme URI: https://autobits.com/
Author: Tu Nombre
Author URI: https://autobits.com/
Description: Tema landing minimalista para Autobits, preparado para módulos editables en WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autobits-landing
Tags: landing, minimal, responsive
*/

body {
    font-family: 'Inter', sans-serif !important;
    background: #f6fafd !important;
    color: #222;
    margin: 0;
    padding: 0;
}

.main-bg {
    min-height: 100vh;
    background: linear-gradient(120deg, #eaf6ff 0%, #e6f0fa 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 0 0 0;
    position: relative;
}

.main-card {
    background: #fff;
    border-radius: 32px;
    max-width: 1200px;
    width: 95vw;
    margin: 0 auto;
    padding: 40px 48px 48px 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.logo-area {
    display: flex;
    align-items: center;
    gap: 16px;
}
.logo-img {
    height: 65px;
    border-radius: 12px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #222;
}
.login-btn {
    background: #fff;
    border: 2px solid #34a4a4;
    color: #34a4a4;
    border-radius: 14px;
    padding: 10px 28px;
    font-size: 1.08rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.login-btn:hover {
    background: #34a4a4;
    color: #fff;
}

.main-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}
.main-left {
    flex: 1 1 50%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-title {
    font-size: 2.7rem;
    font-weight: 800;
    margin: 0 0 18px 0;
    line-height: 1.15;
    color: #222;
}
.highlight {
    background: linear-gradient(90deg, #34a4a4 0%, #4FACFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 32px;
    opacity: 0.85;
}
.cta-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 38px;
}
.btn-primary {
    background: #34a4a4;
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(52, 164, 164, 0.13);
    transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
}
.btn-primary:hover {
    box-shadow: 0 8px 30px rgba(52, 164, 164, 0.18);
    transform: translateY(-2px);
    background: #278080;
}
.btn-secondary {
    background: #fff;
    color: #222;
    border: 2px solid #bfc9d1;
    padding: 14px 32px;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(79, 172, 254, 0.07);
    transition: box-shadow 0.2s, border 0.2s, color 0.2s;
}
.btn-secondary:hover {
    border: 2px solid #34a4a4;
    color: #34a4a4;
    box-shadow: 0 4px 16px rgba(52, 164, 164, 0.13);
}

.main-right {
    flex: 1 1 45%;
    min-width: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.tablet-mockup {
    position: absolute;
    right: 4%;
    top: 133px;
    width: 550px;
    max-width: 98vw;
    max-height: 70vh;
    background: none;
    border: 10px solid #111;
    border-radius: 48px;
    box-shadow: 0 24px 80px 0 rgba(52, 164, 164, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}
.tablet-mockup::after {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 6px solid #bfc9d1;
    border-radius: 54px;
    pointer-events: none;
    z-index: 9;
}
.tablet-mockup .tablet-img {
    width: 100%;
    height: auto;
    border-radius: 36px;
    box-shadow: none;
    border: none !important;
    background: #f3f4f6;
}
.tablet-content {
    width: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablet-placeholder {
    color: #bfc9d1;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.trust-section {
    width: 100vw;
    background: linear-gradient(180deg, #fff 80%, #f6fafd 100%);
    margin-top: -32px;
    padding: 40px 0 48px 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.trust-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    text-align: left;
}
.trust-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px;
}
.carousel-partners {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 110px;
}
.partners-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: max-content;
    animation: carousel-row 18s linear infinite;
}
@keyframes carousel-row {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.partners-grid {
    display: block;
    opacity: 1;
    align-items: stretch;
    padding: 0;
    gap: 0;
}
.partner-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #444;
    font-weight: 600;
    background: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, color 0.2s;
}
.partner-logo:hover {
    color: #34a4a4;
    box-shadow: 0 4px 20px rgba(52, 164, 164, 0.10);
}

/*
.main-card::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 70% 70%, #34a4a4 60%, #34a4a400 100%);
    opacity: 0.32;
    border-radius: 100%;
    pointer-events: none;
    z-index: 1;
}*/

@media (max-width: 900px) {
    .main-content {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }
    .main-right {
        justify-content: center;
        margin-top: 24px;
    }
    .main-card {
        padding: 24px 8px 32px 8px;
    }
    .tablet-mockup {
        left: 50%;
        top: 180px;
        width: 420px;
        height: 260px;
        transform: rotate(-6deg) translateX(-50%);
    }
}
@media (max-width: 600px) {
    .main-card {
        padding: 12px 2vw 18px 2vw;
        border-radius: 0 0 24px 24px;
    }
    .logo-img {
        height: 65px;
        width: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-text {
        font-size: 1.1rem;
    }
    .hero-title {
        font-size: 1.3rem;
    }
    .tablet-mockup {
        left: 50%;
        top: 140px;
        width: 98vw;
        height: 140px;
        max-width: 98vw;
        max-height: 180px;
        transform: rotate(-4deg) translateX(-50%);
    }
    .trust-container {
        padding: 0 10px;
    }
    .partners-grid {
        gap: 12px 8px;
    }
    .main-card::after {
        width: 160px;
        height: 160px;
        right: -40px;
        bottom: -40px;
    }
} 