/*
Theme Name: El Primo Taxi
Theme URI: https://elprimo.taxi/
Author: DynoReg
Description: A faithful WordPress recreation of the original El Primo Taxi landing page.
Version: 1.0.1
Text Domain: elprimo-taxi
*/

:root {
    color-scheme: dark;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    min-height: 100vh;
    padding: 24px 0;
    color: #fff;
    background-color: #4b1f2b;
    background-image: url("assets/sunset-time-tropical-beach-sea-with-coconut-palm-tree.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: inherit;
}

.el-primo-shell {
    width: calc(100% - 32px);
    max-width: 448px;
    margin: 0 auto;
}

.el-primo-card {
    padding: 32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
}

.el-primo-card + .el-primo-card {
    margin-top: 24px;
}

.el-primo-rates-title {
    margin: 0 0 16px;
    color: #fdba74;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.el-primo-rates {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}

.el-primo-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.el-primo-rate-label {
    font-weight: 600;
}

.el-primo-payment-methods {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: center;
}

.el-primo-hero {
    padding: 40px;
    text-align: center;
}

.el-primo-vehicle {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 16px;
}

.el-primo-title {
    margin: 0 0 12px;
    color: #fdba74;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.el-primo-tagline {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
}

.el-primo-actions {
    display: grid;
    gap: 12px;
}

.el-primo-button {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-decoration: none;
    transition: background-color 180ms ease;
}

.el-primo-whatsapp {
    min-height: 88px;
    justify-content: flex-start;
    background: #22c55e;
    text-align: left;
}

.el-primo-whatsapp:hover,
.el-primo-whatsapp:focus-visible {
    background: #16a34a;
}

.el-primo-whatsapp-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin-right: 16px;
}

.el-primo-whatsapp-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.el-primo-whatsapp-copy strong {
    font-size: 20px;
    white-space: nowrap;
}

.el-primo-whatsapp-copy span {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.95;
}

.el-primo-online {
    background: #f97316;
}

.el-primo-online:hover,
.el-primo-online:focus-visible {
    background: #ea580c;
}

@media (max-width: 767px) {
    body {
        background-position: center top;
        background-attachment: scroll;
    }

    .el-primo-card {
        padding: 16px;
    }

    .el-primo-rates-title {
        font-size: 24px;
        line-height: 32px;
    }

    .el-primo-rates {
        font-size: 14px;
        line-height: 20px;
    }

    .el-primo-payment-methods {
        font-size: 14px;
        line-height: 20px;
    }

    .el-primo-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .el-primo-button {
        min-height: 40px;
        padding: 8px 16px;
    }

    .el-primo-whatsapp {
        min-height: 80px;
    }

    .el-primo-whatsapp-copy strong {
        font-size: 18px;
    }

    .el-primo-whatsapp-copy span {
        font-size: 16px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .el-primo-card {
        padding: 24px;
    }

    .el-primo-rates-title {
        font-size: 30px;
    }

    .el-primo-rates,
    .el-primo-payment-methods {
        font-size: 16px;
    }

    .el-primo-title {
        font-size: 36px;
    }

    .el-primo-button {
        padding: 12px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .el-primo-button {
        transition: none;
    }
}
