/* Hero Section */
.hero {
  margin-top: 120px;
  background: linear-gradient(159deg, #FF8B00 0%, #FF9900 50%, #0074FF 100%) !important;
  color: #fff !important;
  padding: 64px 16px !important;
}

.hero__content {
  max-width: 1024px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero__title {
  font-size: 48px !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
  color: #fff !important;
}

.hero__subtitle {
  font-size: 32px !important;
  font-weight: 400 !important;
  margin-bottom: 48px !important;
  color: #fff !important;
}

.hero__countdown-label {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 32px !important;
}

.hero__message {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 48px !important;
    max-width: 768px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

.hero__message--highlight {
    color: #FF8B00 !important;
    margin-top: 16px !important;
}

/* Countdown */
.countdown {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.countdown__mascot {
    position: absolute !important;
    right: 110px !important;
    bottom: 16px !important;
    width: 200px !important;
    height: 200px !important;
    object-fit: contain !important;
    z-index: 0 !important;
    transform: rotate(12deg) !important;
}

.countdown__timer {
    position: relative !important;
    z-index: 10 !important;
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.countdown__box {
    background: rgba(96, 165, 250, 0.3) !important;
    backdrop-filter: blur(8px) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    min-width: 125px !important;
    text-align: center !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.countdown__number {
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.countdown__label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-top: 8px !important;
    text-transform: uppercase !important;
}

/* Pricing Section */
.pricing {
    padding: 64px 16px !important;
    background: #fff !important;
}

.pricing__container {
    max-width: 1024px !important;
    margin: 0 auto !important;
}

.pricing__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}

/* Section (shared) */
.section__title {
    font-size: 40px !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    color: #1f2937 !important;
}

.section__subtitle {
    text-align: center !important;
    color: #6b7280 !important;
    margin-bottom: 48px !important;
    font-size: 18px !important;
}

/* Card */
.card {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 24px !important;
}

.card--orange {
    border: 4px solid #FF8B00 !important;
}

.card--blue {
    border: 4px solid #0074FF !important;
}

.card__badge {
    display: inline-block !important;
    padding: 6px 12px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    color: #fff !important;
}

.card__badge--orange {
    background: #FF8B00 !important;
}

.card__badge--blue {
    background: #0074FF !important;
}

.card__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    color: #1f2937 !important;
}

.card__price-info {
    margin-bottom: 16px !important;
}

.card__price-old {
    color: #9ca3af !important;
    text-decoration: line-through !important;
    font-size: 18px !important;
    margin-bottom: 4px !important;
}

.card__price-current {
    color: #0074FF !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
}

.card__price-note {
    color: #6b7280 !important;
    font-size: 14px !important;
}

/* Price Box */
.price-box {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
}

.price-box:last-child {
    margin-bottom: 0 !important;
}

.price-box--danger {
    background: #fef2f2 !important;
    border: 2px solid #fecaca !important;
}

.price-box--danger .price-box__icon {
    color: #dc2626 !important;
}

.price-box--danger .price-box__text {
    color: #dc2626 !important;
}

.price-box--success {
    background: #f0fdf4 !important;
    border: 2px solid #bbf7d0 !important;
}

.price-box--success .price-box__icon {
    color: #16a34a !important;
}

.price-box--success .price-box__text {
    color: #16a34a !important;
}

.price-box__icon {
    font-size: 18px !important;
}

.price-box__text {
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, #0074FF 0%, #0089FF 100%) !important;
    color: #fff !important;
    padding: 64px 16px !important;
}

.cta__container {
    max-width: 896px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.cta__title {
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
    color: #fff !important;
}

.cta__subtitle {
    font-size: 20px !important;
    margin-bottom: 40px !important;
    color: #fff !important;
}

.cta__button {
    background: #FF8B00 !important;
    color: #fff !important;
    border: none !important;
    padding: 24px 64px !important;
    border-radius: 100px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
}

.cta__button:hover {
    background: #FF7700 !important;
    transform: scale(1.05) !important;
}

.cta__note {
    font-size: 14px !important;
    margin-top: 40px !important;
    opacity: 0.9 !important;
    color: #fff !important;
}

/* Obchodník */
.cta__person {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 32px !important;
}

.cta__photo {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.cta__person-info {
    text-align: left !important;
}

.cta__name {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 4px !important;
}

.cta__role {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Contact */
.contact {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 32px !important;
    margin-bottom: 50px !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.contact__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    text-align: left !important;
}

.contact__label {
    font-size: 14px !important;
    opacity: 0.9 !important;
    margin-bottom: 8px !important;
    color: #fff !important;
}

.contact__value {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.contact__value:hover {
    opacity: 0.8 !important;
}

.contact__icon {
    width: 24px !important;
    height: 24px !important;
}

/* Benefits Section */
.benefits {
    padding: 64px 16px !important;
    background: #f9fafb !important;
}

.benefits__container {
    max-width: 1024px !important;
    margin: 0 auto !important;
}

.benefits__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
    margin-top: 48px !important;
}

/* Benefit Card */
.benefit {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 32px !important;
    text-align: center !important;
    transition: box-shadow 0.3s ease !important;
}

.benefit:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.benefit__icon {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 24px !important;
}

.benefit__icon svg {
    width: 32px !important;
    height: 32px !important;
}

.benefit__icon--blue {
    background: rgba(0, 116, 255, 0.1) !important;
}

.benefit__icon--blue svg {
    stroke: #0074FF !important;
}

.benefit__icon--orange {
    background: rgba(255, 139, 0, 0.1) !important;
}

.benefit__icon--orange svg {
    stroke: #FF8B00 !important;
}

.benefit__icon--green {
    background: #dcfce7 !important;
}

.benefit__icon--green svg {
    stroke: #16a34a !important;
}

.benefit__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    color: #1f2937 !important;
}

.benefit__text {
    color: #6b7280 !important;
}

/* News Section */
.news {
    padding: 64px 16px !important;
    background: #fff !important;
}

.news__container {
    max-width: 1152px !important;
    margin: 0 auto !important;
}

.news__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin-top: 48px !important;
}

/* News Card */
.news-card {
    border-radius: 8px !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.3s ease !important;
}

.news-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.news-card--blue {
    background: linear-gradient(135deg, #eff6ff 0%, #f9fafb 100%) !important;
}

.news-card--orange {
    background: linear-gradient(135deg, #fff7ed 0%, #f9fafb 100%) !important;
}

.news-card--red {
    background: linear-gradient(135deg, #fef2f2 0%, #f9fafb 100%) !important;
}

.news-card--green {
    background: linear-gradient(135deg, #f0fdf4 0%, #f9fafb 100%) !important;
}

.news-card--purple {
    background: linear-gradient(135deg, #faf5ff 0%, #f9fafb 100%) !important;
}

.news-card--small {
    flex: 0 0 calc(35% - 12px) !important;
}

.news-card--large {
    flex: 0 0 calc(65% - 12px) !important;
}

.news-card--half {
    flex: 0 0 calc(50% - 12px) !important;
}

.news-card--full {
    flex: 0 0 100% !important;
}

.news-card__icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
}

.news-card__icon svg {
    width: 24px !important;
    height: 24px !important;
}

.news-card__icon--blue {
    background: rgba(0, 116, 255, 0.1) !important;
}

.news-card__icon--blue svg {
    stroke: #0074FF !important;
}

.news-card__icon--orange {
    background: rgba(255, 139, 0, 0.1) !important;
}

.news-card__icon--orange svg {
    stroke: #FF8B00 !important;
}

.news-card__icon--red {
    background: rgba(239, 68, 68, 0.1) !important;
}

.news-card__icon--red svg {
    stroke: #ef4444 !important;
}

.news-card__icon--green {
    background: rgba(34, 197, 94, 0.1) !important;
}

.news-card__icon--green svg {
    stroke: #16a34a !important;
}

.news-card__icon--purple {
    background: rgba(168, 85, 247, 0.1) !important;
}

.news-card__icon--purple svg {
    stroke: #a855f7 !important;
}

.news-card__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #0074FF !important;
}

.news-card__text {
    color: #374151 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
}

.news-card__list {
    list-style: disc !important;
    margin: 12px 0 12px 24px !important;
    color: #374151 !important;
    font-size: 14px !important;
}

/* Thanks Section */
.thanks {
    background: #fff !important;
    padding: 24px 16px !important;
}

.thanks__container {
    max-width: 896px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.thanks__text {
    color: #374151 !important;
    font-size: 20px !important;
    margin-bottom: 16px !important;
}

.thanks__team {
    color: #FF8B00 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .pricing__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .news-card--small,
    .news-card--large,
    .news-card--half {
        flex: 0 0 100% !important;
    }
    
    .countdown__mascot {
        width: 150px !important;
        height: 150px !important;
        right: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero__title {
        font-size: 32px !important;
    }
    
    .hero__subtitle {
        font-size: 24px !important;
    }
    
    .countdown__box {
        min-width: 80px !important;
        padding: 16px !important;
    }
    
    .countdown__number {
        font-size: 36px !important;
    }
    
    .countdown__mascot {
        width: 100px !important;
        height: 100px !important;
        right: -8px !important;
        bottom: -8px !important;
    }
    
    .pricing__grid {
        grid-template-columns: 1fr !important;
    }
    
    .benefits__grid {
        grid-template-columns: 1fr !important;
    }
    
    .contact__grid {
        grid-template-columns: 1fr !important;
    }
    
    .section__title {
        font-size: 28px !important;
    }
    
    .cta__title {
        font-size: 28px !important;
    }
    
    .cta__button {
        padding: 16px 32px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .countdown__timer {
        gap: 8px !important;
    }
    
    .countdown__box {
        min-width: 70px !important;
        padding: 12px !important;
    }
    
    .countdown__number {
        font-size: 28px !important;
    }
    
    .countdown__label {
        font-size: 10px !important;
    }
}