/* RESET & GENERAL STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}

.btn-download {
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
    display: inline-block;
    margin-top: 20px;
}
.btn-download:hover {
    background-color: #333333;
}

/* HERO SECTION */
.hero-section {
    background-color: #F7F7F7;
    width: 100%;
    max-width: 1100px;
    border-radius: 32px;
    text-align: center;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}

.logo {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.logo-header {
    flex-direction: column;
    gap: 12px;
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 1.2px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.subtitle {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* SMARTPHONE MOCKUP ARTESANAL */
.phone-mockup-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.phone-mockup {
    background: #000000;
    width: 320px;
    height: 480px;
    border-radius: 40px 40px 0 0;
    padding: 6px 6px 0 6px;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.05);
}

.phone-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 34px 34px 0 0;
    padding: 24px 20px;
    text-align: left;
    overflow: hidden;
}

/* LOGIN SCREEN (Flutter replica) */
.login-screen {
    background: #F8FAFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    gap: 8px;
}

.login-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.login-logo .material-icons-round {
    font-size: 28px;
    color: #000000;
}

/* Header logo */
.header-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.header-logo .material-icons-round {
    font-size: 56px;
}

.login-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #1E293B;
    text-align: center;
}

.login-subtitle {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #64748B;
    text-align: center;
    margin-bottom: 10px;
}

.login-field {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F8FAFC;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 10px 12px;
}

.login-field-icon {
    font-size: 16px !important;
    color: #000000;
}

.login-field-text {
    flex: 1;
    font-size: 11px;
    color: #999999;
}

.login-field-suffix {
    font-size: 16px !important;
    color: #64748B;
}

.login-btn {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 4px;
    cursor: default;
}

.login-request {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    margin-top: 6px;
}


/* BENTO GRID FEATURES */
.features-container {
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.card {
    background-color: #F7F7F7;
    border-radius: 28px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.card h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.card-large {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    height: 320px;
}

.card-large .card-text {
    width: 50%;
}

/* UI Preview dentro de Auto-Accept Trips */
.ui-task-creation {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.mini-window {
    background: #ffffff;
    width: 100%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #EAEAEA;
    padding: 20px;
    box-shadow: -10px 10px 30px rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
}

/* Card Small: Easy Planning */
.card-small {
    height: 300px;
}

/* Smart Filters */
.filters-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 10px;
    margin-top: 25px;
    border: 1.5px solid #F1F1F1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 180px;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: rgba(30, 41, 59, 0.04);
    border-radius: 12px;
    border: 1px solid rgba(30, 41, 59, 0.1);
}

.filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(30, 41, 59, 0.08);
    border-radius: 8px;
    flex-shrink: 0;
}

.filter-icon .material-icons-round {
    font-size: 18px;
    color: #1E293B;
}

.filter-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.filter-label {
    font-size: 11px;
    font-weight: 600;
    color: #1E293B;
}

.filter-value {
    font-size: 13px;
    font-weight: 700;
    color: #1E293B;
}

/* Card Small: Auto-Reject (Flutter-style) */
.reject-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 20px 20px;
    margin-top: 25px;
    border: 1.5px solid #F1F1F1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    min-height: 180px;
}

.reject-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
}

.reject-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(30, 41, 59, 0.08);
    border-radius: 50%;
}

.reject-header-icon .material-icons-round,
.reject-header-icon .material-icons-outlined {
    width: 20px;
    height: 20px;
    color: #1E293B;
}

.reject-header-icon .material-icons-round,
.reject-header-icon .material-icons-outlined {
    font-size: 20px;
}

.reject-header-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #1E293B;
}

.reject-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.reject-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(30, 41, 59, 0.05);
    border-radius: 12px;
    flex-shrink: 0;
}

.reject-item-icon .material-icons-round,
.reject-item-icon .material-icons-outlined {
    font-size: 24px;
    color: #1E293B;
}

.reject-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.reject-item-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #1E293B;
}

.reject-item-text span {
    font-size: 11px;
    color: #64748B;
}

/* Activate Snap Copilot */
.activate-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    width: 100%;
}

.activate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(30, 41, 59, 0.05);
    border-radius: 12px;
    flex-shrink: 0;
}

.activate-icon .material-icons-round {
    font-size: 24px;
    color: #1E293B;
}

.activate-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.activate-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #1E293B;
}

.activate-text span {
    font-size: 11px;
    color: #64748B;
}

/* SWITCH TOGGLE BUTTON */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
.switch input { display: none; }
.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #E2E2E2;
    transition: .3s;
    border-radius: 20px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}
input:checked + .slider { background-color: #000000; }
input:checked + .slider:before { transform: translateX(16px); }


/* FEATURE: DARK MODE CARD */
.card-dark {
    grid-column: span 2;
    background-color: #000000;
    color: #ffffff;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 320px;
    padding: 40px;
}

.card-dark .card-text {
    text-align: center;
    max-width: 600px;
}

.card-dark h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.card-dark p {
    font-size: 18px;
    line-height: 1.6;
    color: #888888;
}


/* TEAM SECTION */
.team-section {
    width: 100%;
    max-width: 1100px;
    background-color: #F7F7F7;
    border-radius: 32px;
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
}

.team-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.team-section p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
}

.btn-team {
    background-color: #000000;
}

.btn-team:hover {
    background-color: #333333;
}

/* FOOTER CALL TO ACTION */
.footer-cta {
    background-color: #F7F7F7;
    width: 100%;
    max-width: 1100px;
    border-radius: 32px;
    text-align: center;
    padding: 60px 20px 20px 20px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.footer-cta h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
}

.footer-mockup {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    opacity: 0.9;
}

.footer-mockup .phone-screen {
    width: 280px;
    height: 180px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #EAEAEA;
    border-bottom: none;
}

/* Footer login screen */
.login-screen-footer {
    background: #F8FAFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 14px;
    gap: 8px;
}

.footer-login-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-login-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #1E293B;
    text-align: left;
}

.footer-login-subtitle {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #64748B;
    text-align: left;
}

.footer-btn {
    width: 100%;
    max-width: 160px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: default;
    text-decoration: none;
    display: inline-block;
}

/* FOOTER LINKS */
.footer-links {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 13px;
    color: #888888;
}

.footer-links a {
    color: #888888;
    text-decoration: none;
}

.footer-links a:hover {
    color: #000000;
}

/* RESPONSIVE (MOBILE) */
@media (max-width: 768px) {
    h1 { font-size: 42px; }
    .features-container { grid-template-columns: 1fr; }
    .card-large, .card-dark {
        grid-column: span 1;
        flex-direction: column;
        height: auto;
    padding: 20px 10px 35px;
    }
    .card-large .card-text, .ui-task-creation, .card-dark .card-text {
        width: 100%;
        padding: 0;
    }
    .card-small {
        padding: 40px 10px;
    }
    .ui-task-creation {
        margin-top: 30px;
    }
    .mini-window {
        border-radius: 20px;
        border-right: 1px solid #EAEAEA;
    }
    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
}
