* {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 50px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.printer-card {
    background: #fff;
    border: var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.custom-card {
    background: #fff;
    border: var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.printer-card:hover,
.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
    background-color: #fefcfb;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 20px 20px;
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    flex-shrink: 0;
}

.smartphone-bg {
    background-image: url(/src/images/group-icon-orange.png);
    height: 280px;
    background-size: cover;
}

/* Printer Styles */
.printer {
    position: relative;
}

.printer-body {
    width: 120px;
    height: 60px;
    background: linear-gradient(145deg, #2d3436, #636e72);
    border-radius: 8px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.printer-screen {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 40px;
    height: 25px;
    background: #00b894;
    border-radius: 3px;
    border: 2px solid #2d3436;
}

.printer-buttons {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 3px;
}

.button {
    width: 8px;
    height: 8px;
    background: #74b9ff;
    border-radius: 2px;
}

/* Laptop Styles */
.laptop {
    position: relative;
}

.laptop-screen {
    width: 100px;
    height: 70px;
    background: linear-gradient(145deg, #2d3436, #636e72);
    border-radius: 8px 8px 2px 2px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.laptop-screen::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #74b9ff;
    border-radius: 3px;
}

.laptop-keyboard {
    width: 110px;
    height: 15px;
    background: #636e72;
    border-radius: 0 0 8px 8px;
    margin-top: -2px;
}

/* Monitor Styles */
.monitor {
    position: relative;
}

.monitor-screen {
    width: 100px;
    height: 60px;
    background: linear-gradient(145deg, #2d3436, #636e72);
    border-radius: 8px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.monitor-screen::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #00b894;
    border-radius: 3px;
}

.monitor-stand {
    width: 20px;
    height: 25px;
    background: #636e72;
    margin: 5px auto 0;
    border-radius: 0 0 5px 5px;
}

/* Smartphone Styles */
.smartphone {
    position: relative;
}

.phone-screen {
    width: 60px;
    height: 110px;
    background: linear-gradient(145deg, #2d3436, #636e72);
    border-radius: 15px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.phone-screen::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px;
    bottom: 15px;
    background: #fd79a8;
    border-radius: 8px;
}

.phone-button {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #74b9ff;
    border-radius: 50%;
}

/* Hand Styles */
.hand {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fdbcb4;
    border-radius: 15px 15px 15px 5px;
    transform: rotate(-20deg);
}

.hand.laptop-hand {
    top: -10px;
    right: -25px;
}

.hand.monitor-hand {
    top: -15px;
    right: -30px;
}

.hand.phone-hand {
    top: -10px;
    right: -20px;
    transform: rotate(-30deg);
}

.finger {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 12px;
    height: 4px;
    background: #fdbcb4;
    border-radius: 2px;
    transform: rotate(-30deg);
}

/* Paper for printer only */
.paper {
    position: absolute;
    bottom: -25px;
    left: 20px;
    width: 60px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 8px;
}

.chart-bar {
    height: 3px;
    border-radius: 2px;
    margin-bottom: 3px;
}

.bar1 {
    width: 70%;
    background: #74b9ff;
}

.bar2 {
    width: 45%;
    background: #fd79a8;
}

.bar3 {
    width: 60%;
    background: #fdcb6e;
}

.chart-circle {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 12px;
    height: 12px;
    border: 2px solid #00b894;
    border-radius: 50%;
    border-top-color: transparent;
}

.card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    color: #2d3436;
    margin: 0 0 20px 0;
    text-align: left;
}

.features {
    margin-bottom: 24px;
    flex: 1;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #636e72;
    font-size: 14px;
}

.feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}

.color-print {
    background: linear-gradient(45deg, #00b894, #74b9ff);
}

.pages,
.storage,
.size {
    background: #ddd;
    border: 2px solid #636e72;
}

.performance,
.resolution {
    background: linear-gradient(45deg, #6c5ce7, #74b9ff);
}

.camera {
    background: linear-gradient(45deg, #fd79a8, #fdcb6e);
}

.battery {
    background: linear-gradient(45deg, #00b894, #55efc4);
}

.feature-more {
    display: flex;
    align-items: center;
    color: #636e72;
    font-size: 14px;
    cursor: pointer;
    margin-top: 8px;
}

.chevron-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #636e72;
    margin-right: 8px;
}

.pricing {
    margin-bottom: 24px;
}

.price-label {
    color: #636e72;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
    text-align: left;
}

.price {
    display: flex;
    align-items: baseline;
    color: #2d3436;
}

.currency {
    font-size: 14px;
    font-weight: 500;
}

.amount {
    font-size: 32px;
    font-weight: 700;
    margin: 0 2px;
}

.period {
    font-size: 14px;
    color: #636e72;
}

.cta-button {
    width: 100%;
    color: var(--primary-color);
    border: none;
    border-radius: 25px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    background-color: #ffede7;
    margin-top: auto;
}

.cta-button:hover {
    background-color: #ffd9cd;

}

.rocket {
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 18px;
}

/* RESPONSIVIDADE */

/* Tablets grandes */
@media (max-width: 1200px) {
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .title {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .printer-card,
    .custom-card {
        min-height: 420px;
    }

    .card-image {
        height: 180px;
        padding: 30px 15px 15px;
    }

    .smartphone-bg {
        height: 274px;
    }

    .card-content {
        padding: 20px;
    }

    .card-title {
        font-size: 22px;
    }

    .amount {
        font-size: 28px;
    }
}

/* Tablets pequenos e celulares grandes */
@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .printer-card,
    .custom-card {
        min-height: 380px;
    }

    .card-image {
        height: 160px;
        padding: 25px 10px 10px;
    }

    .smartphone-bg {
        height: 200px;
    }

    .card-content {
        padding: 18px;
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .pricing {
        margin-bottom: 20px;
    }

    .amount {
        font-size: 26px;
    }

    .cta-button {
        font-size: 15px;
        padding: 8px 12px;
    }
}

/* Celulares */
@media (max-width: 480px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .printer-card,
    .custom-card {
        min-height: auto;
        max-width: 100%;
    }

    .card-image {
        height: 100px;
        padding: 15px 5px 5px;
    }

    .smartphone-bg {
        height: 120px;
    }

    .card-content {
        padding: 12px;
    }

    .card-title {
        font-size: 14px;
        margin-bottom: 8px;
        text-align: center;
    }

    .pricing {
        margin-bottom: 12px;
        text-align: center;
    }

    .price-label {
        font-size: 10px;
    }

    .currency,
    .period {
        font-size: 11px;
    }

    .amount {
        font-size: 18px;
    }

    .cta-button {
        font-size: 12px;
        gap: 4px;
    }

    .rocket {
        font-size: 12px;
    }
}

/* Celulares muito pequenos */
@media (max-width: 360px) {
    .cards-container {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
    }

    .title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .printer-card,
    .custom-card {
        min-height: auto;
    }

    .card-image {
        height: 80px;
        padding: 10px 3px 3px;
    }

    .smartphone-bg {
        height: 100px;
    }

    .card-content {
        padding: 10px;
    }

    .card-title {
        font-size: 12px;
        margin-bottom: 6px;
        text-align: center;
    }

    .pricing {
        margin-bottom: 10px;
        text-align: center;
    }

    .price-label {
        font-size: 9px;
    }

    .currency,
    .period {
        font-size: 10px;
    }

    .amount {
        font-size: 16px;
    }

    .cta-button {
        font-size: 10px;
        gap: 2px;
    }

    .rocket {
        font-size: 10px;
    }
}

/* Landscape mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .printer-card,
    .custom-card {
        min-height: 300px;
    }

    .card-image {
        height: 120px;
        padding: 15px 8px 8px;
    }

    .smartphone-bg {
        height: 140px;
    }
}