/* ================================================
   DESKTOP-SPECIFIC STYLES FOR AIRCREW24
   Applied when screen width is 769px or more
   ================================================ */

/* ========== NAVIGATION ========== */
/* Desktop navigation padding */
.navbar {
    padding: 0.5rem 0;
}

/* Desktop navigation wrapper */
.nav-wrapper {
    padding: 0.5rem 0;
}

/* Scroll offset for anchor navigation */
#hero,
#features,
#gallery {
    scroll-margin-top: 80px; /* Account for fixed navbar + space for title visibility */
}

#pricing {
    scroll-margin-top: 100px; /* Proper offset for pricing section title visibility */
}

/* Show desktop navigation links */
.nav-links {
    display: flex;
    gap: 2rem;
}

/* Hide mobile menu elements */
.mobile-menu-toggle {
    display: none;
}

.mobile-menu {
    display: none !important;
}

/* Desktop logo size */
.logo {
    font-size: 1.5rem;
}

/* ========== HERO SECTION ========== */
.hero {
    padding: 25px 0 20px;
}

/* Two-column layout for desktop */
.hero-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    text-align: left;
}

/* Desktop typography sizes */
.hero-badge {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 0;
}

/* Horizontal buttons layout */
.hero-buttons {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
    width: auto;
    padding: 0;
}

.hero-buttons .btn {
    width: auto;
    max-width: none;
}

/* Desktop stats */
.hero-stats {
    gap: 3rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.stat-number {
    font-size: 2.5rem;
}

.stat-label {
    font-size: 0.875rem;
}

/* Desktop iPhone mockup */
.iphone-mockup {
    width: 300px;
}

/* ========== GLOBAL LAYOUT ========== */
.container {
    max-width: 1200px;
    padding: 0 20px;
}

/* ========== SECTIONS ========== */
.features,
.screenshots,
.testimonials,
.comparison,
.pricing,
.cta {
    padding: 20px 0 25px;
}

/* Further reduced padding for specific sections */
.screenshots {
    padding: 15px 0 20px;
}

.testimonials {
    padding: 15px 0 20px;
}

.comparison {
    padding: 15px 0 20px;
}

.pricing {
    padding: 20px 0 25px;
}

/* Section typography */
.section-title {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    padding: 0;
}

/* ========== FEATURES ========== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2.5rem;
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
}

.feature-header {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.feature-header h3 {
    margin-bottom: 0;
}

.feature-card p {
    font-size: 1rem;
    line-height: 1.8;
}

/* ========== SCREENSHOTS CAROUSEL ========== */
.screenshots .section-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.screenshots .section-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.theme-toggle-container {
    gap: 1rem;
    margin-bottom: 0;
}

.theme-label {
    font-size: 1rem;
}

.theme-toggle {
    width: 60px;
    height: 32px;
}

.slider:before {
    height: 24px;
    width: 24px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.theme-toggle input:checked + .slider:before {
    transform: translateY(-50%) translateX(28px);
}

.screenshots-carousel {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.carousel-wrapper {
    max-width: 1200px;
    padding: 2rem 0 0.5rem 0;
    min-height: 700px;
}

.carousel-track {
    height: 700px;
}

.screenshot-phone {
    width: 300px;
}

.screenshot-item.center .screenshot-phone {
    transform: scale(1);
}

.screenshot-item.side .screenshot-phone {
    transform: scale(0.8);
}

/* Show navigation arrows */
.carousel-nav {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 2rem;
}

.carousel-nav-prev {
    left: 20px;
}

.carousel-nav-next {
    right: 20px;
}

/* Desktop screenshot captions */
.screenshot-item p {
    margin-top: 1.2rem;
    margin-bottom: 0;
    font-size: 1rem;
    display: block;
    line-height: 1.4;
    min-height: 2.8rem;
}

/* Phone frame desktop styles */
.phone-frame {
    padding: 8px;
    border-radius: 35px;
}

.phone-screen {
    border-radius: 27px;
}

/* Dots sizing */
.screenshot-dots {
    margin-top: 0;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.dot {
    width: 12px;
    height: 12px;
}

.dot.active {
    transform: scale(1.2);
}

/* ========== TESTIMONIALS ========== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    padding: 2.5rem;
}

.stars {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial-card p {
    line-height: 1.8;
    margin-bottom: 2rem;
}

.testimonial-author strong {
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    font-size: 0.875rem;
}

/* ========== COMPARISON TABLE ========== */
.comparison-table {
    margin-top: 2rem;
    font-size: 1rem;
}

.comparison-table th,
.comparison-table td {
    padding: 1.5rem;
}

.comparison-table th {
    font-size: 1.125rem;
}

/* ========== PRICING ========== */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 0;
}

.pricing-card {
    padding: 2rem;
    min-height: 420px;
}

.plan-badge {
    padding: 5px 20px;
    font-size: 0.75rem;
}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.savings {
    padding: 0.4rem 0.8rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.price-tag {
    margin-bottom: 0.75rem;
}

.currency {
    font-size: 1.5rem;
}

.price {
    font-size: 3.5rem;
}

.period {
    font-size: 1rem;
}

.price-features {
    margin-bottom: 1.5rem;
}

.price-features li {
    padding: 0.75rem 0;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.price-features li::before {
    font-size: 1.25rem;
}

.btn-large {
    padding: 14px 32px;
    font-size: 1rem;
    margin-top: 1rem;
}

.price-note {
    margin-top: 1rem;
    font-size: 0.875rem;
}

.pricing-footer {
    margin-top: 3rem;
}

.feature-access {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

/* ========== CTA SECTION ========== */
.cta {
    padding: 20px 0 30px;
}

.cta h2 {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.cta p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

/* ========== FOOTER ========== */
.footer {
    padding: 30px 0 15px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
    height: 32px;
}

.footer-logo h4 {
    margin: 0 !important;
    padding: 0;
    line-height: 32px;
    font-size: 1.5rem;
    vertical-align: middle;
}

.footer-logo-img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h4 {
    margin-bottom: 1.5rem;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.social-links {
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.social-links a {
    font-size: 1.5rem;
}

.footer-bottom {
    padding-top: 2rem;
}

/* ========== BUTTONS ========== */
.btn {
    padding: 14px 32px;
}

/* ========== TYPOGRAPHY ========== */
p {
    font-size: 1rem;
    line-height: 1.8;
}

h3 {
    font-size: 1.5rem;
}

/* ========== MEDIUM SCREENS ========== */
@media (max-width: 1024px) {
    .screenshot-phone {
        width: 280px;
    }
}