/* Tablet CSS - Reemzet Coaching App */

/* Tablet Specific Styles (768px - 1023px) */

/* Header Adjustments */
.header-content {
    padding: 0.8rem 0;
}

.logo {
    font-size: 1.3rem;
}

.logo i {
    font-size: 1.8rem;
}

.nav-list {
    gap: 1.5rem;
}

.nav-link {
    font-size: 0.95rem;
}

.header-actions {
    gap: 0.8rem;
}

.book-session-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
}

.profile-btn {
    font-size: 1.1rem;
    padding: 0.4rem;
}

/* Hero Section */
.hero {
    padding: 100px 0 60px;
}

.hero-content {
    gap: 2rem;
}

.hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
}

.hero-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.hero-buttons {
    gap: 0.8rem;
    margin-bottom: 2.5rem;
}

.cta-button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}

.hero-stats {
    gap: 1.5rem;
}

.stat-number {
    font-size: 1.8rem;
}

.stat-label {
    font-size: 0.85rem;
}

.floating-card {
    bottom: -15px;
    right: -15px;
    padding: 1.2rem;
    max-width: 180px;
}

.floating-card i {
    font-size: 1.3rem;
}

.floating-card h3 {
    font-size: 0.9rem;
}

.floating-card p {
    font-size: 0.75rem;
}

/* Services Section */
.services {
    padding: 60px 0;
}

.section-title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}

.section-subtitle {
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.service-card {
    padding: 1.5rem;
}

.service-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.service-card p {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}

.service-features {
    margin-bottom: 1.5rem;
}

.service-features li {
    padding: 0.4rem 0;
    font-size: 0.9rem;
}

.service-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
}

/* Coaches Section */
.coaches {
    padding: 60px 0;
}

.coaches-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.coach-image {
    height: 220px;
}

.coach-badge {
    top: 0.8rem;
    right: 0.8rem;
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
}

.coach-info {
    padding: 1.5rem;
}

.coach-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.coach-title {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.coach-description {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.coach-specialties {
    gap: 0.4rem;
    margin-bottom: 1.2rem;
}

.specialty {
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
}

.coach-rating {
    margin-bottom: 1.2rem;
}

.rating-text {
    font-size: 0.85rem;
}

.coach-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
}

/* Programs Section */
.programs {
    padding: 60px 0;
}

.programs-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.program-card {
    padding: 1.5rem;
}

.program-card.featured {
    transform: scale(1.02);
}

.program-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.program-badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
}

.program-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}

.program-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 2.2rem;
}

.duration {
    font-size: 0.9rem;
}

.program-features {
    margin-bottom: 1.5rem;
}

.program-features li {
    padding: 0.6rem 0;
    font-size: 0.9rem;
}

.program-features li i {
    font-size: 0.9rem;
}

.program-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
}

.testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.testimonial-card {
    padding: 1.5rem;
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.quote-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.testimonial-content p {
    font-size: 1rem;
}

.testimonial-author {
    gap: 0.8rem;
}

.author-image {
    width: 50px;
    height: 50px;
}

.author-info h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.author-info p {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
}

.cta-content h2 {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.cta-buttons {
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.cta-guarantee {
    font-size: 0.95rem;
}

/* Footer */
.footer {
    padding: 50px 0 15px;
}

.footer-content {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.footer-logo i {
    font-size: 1.8rem;
}

.footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.footer-section p {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.footer-section ul li {
    margin-bottom: 0.4rem;
}

.footer-section ul li a {
    font-size: 0.9rem;
}

.social-links {
    gap: 0.8rem;
    margin-top: 0.8rem;
}

.social-links a {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
}

.contact-info p {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.contact-info i {
    width: 18px;
}

.footer-bottom {
    padding-top: 1.5rem;
    font-size: 0.9rem;
}

/* Tablet Landscape (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .hero-text h1 {
        font-size: 3rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .coaches-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .programs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 720px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .floating-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
        max-width: 100%;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .coaches-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small Tablet (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    
    .header-content {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    
    .nav {
        order: 3;
        width: 100%;
    }
    
    .nav-list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-text p {
        font-size: 0.95rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 0.6rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .coaches-grid {
        grid-template-columns: 1fr;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .program-card.featured {
        transform: none;
    }
    
    .program-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
