/* File: css/styles.css */
.tec-countdown-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tec-logo img {
    max-width: 60px;
    height: auto;
}

.tec-countdown {
    font-size: 1.5rem;
    font-weight: bold;
}

.tec-countdown small {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-top: 5px;
}

.tec-countdown .row > div {
    padding: 10px;
}

.testbutton {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 8px 20px;
    font-weight: 500;
}

.testbutton:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* Modern countdown style */
.tec-modern-countdown {
    background-color: #1a1d21;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tec-modern-countdown h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.tec-modern-countdown .countdown-numbers {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.tec-modern-countdown .countdown-item {
    text-align: center;
}

.tec-modern-countdown .countdown-value {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.tec-modern-countdown .countdown-label {
    font-size: 1rem;
    color: #8b8b8b;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.tec-modern-countdown .signup-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
}

.tec-modern-countdown .signup-button:hover {
    background-color: #45a049;
}

.tec-modern-countdown .no-card {
    color: #8b8b8b;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tec-modern-countdown .no-card::before {
    content: "💳";
    font-size: 1.2rem;
}

/* Golden countdown style */
.tec-golden-countdown {
    text-align: center;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tec-golden-countdown h2 {
    color: #F4B942;
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.tec-golden-countdown .countdown-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 1.5rem;
}

.tec-golden-countdown .countdown-section {
    text-align: center;
}

.tec-golden-countdown .countdown-amount {
    color: #F4B942;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.tec-golden-countdown .countdown-period {
    color: #F4B942;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}
