/* style.css - Main styles for AppDevCo static website */

body {
    margin: 0;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background: #f9f9fb;
    color: #222;
}

header {
    background: #222;
    color: #fff;
    padding: 0;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 2rem;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-links li a:hover {
    color: #00bfae;
}
.hero {
    background: linear-gradient(120deg, #00bfae 0%, #0077ff 100%);
    color: #fff;
    text-align: center;
    padding: 5rem 2rem 4rem 2rem;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.cta {
    display: inline-block;
    background: #fff;
    color: #00bfae;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.cta:hover {
    background: #00bfae;
    color: #fff;
}
section {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 1.5rem;
}
section h2 {
    color: #0077ff;
    margin-bottom: 1rem;
}
#services ul {
    padding-left: 1.2rem;
}
.portfolio-items {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.portfolio-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1rem;
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
}
.portfolio-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto 1.5rem auto;
}
input, textarea {
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}
button[type="submit"] {
    background: #00bfae;
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
button[type="submit"]:hover {
    background: #0077ff;
}
.contact-info {
    text-align: center;
    color: #555;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.products-grid {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,191,174,0.08);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    max-width: 340px;
    min-width: 260px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.15s, box-shadow 0.15s;
}
.product-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,191,174,0.12), 0 2px 8px rgba(0,0,0,0.10);
}
.product-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,191,174,0.10);
}
.product-card h3 {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.35rem;
    color: #1877f2;
    text-align: center;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.product-desc {
    font-size: 1.08rem;
    color: #444;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
}
.product-features {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
    color: #222;
    margin-bottom: 1rem;
    padding-left: 0;
    text-align: left;
    line-height: 1.6;
}
.product-links {
    margin-bottom: 1rem;
}
.app-store-badge {
    width: 140px;
    height: auto;
    margin-top: 0.5rem;
    transition: filter 0.2s;
}
.app-store-badge:hover {
    filter: brightness(1.1) drop-shadow(0 2px 8px #00bfae33);
}
.product-screenshots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.5rem;
}
.product-screenshots img {
    width: 70px;
    height: 125px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    background: #f3f3f3;
}
.products-title {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1877f2;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 8px #00bfae11;
}
.qr-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.qr-label {
    font-size: 0.95rem;
    color: #1877f2;
    margin-bottom: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.qr-code {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    background: #fff;
    margin-bottom: 0.2rem;
}
.products-title, .products-grid, .product-card, .product-card h3, .product-desc, .product-features, .qr-label {
    font-family: 'Poppins', 'Inter', 'Segoe UI', Arial, sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, nav, header, main, section, footer, .nav-links, .cta, input, textarea, button, form, .contact-info, .products-title, .products-grid, .product-card, .product-card h3, .product-desc, .product-features, .qr-label {
    font-family: 'Poppins', 'Inter', 'Segoe UI', Arial, sans-serif !important;
}

@media (max-width: 900px) {
    .products-grid {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .product-card {
        max-width: 95vw;
        min-width: 0;
    }
}

@media (max-width: 700px) {
    nav {
        flex-direction: column;
        gap: 1rem;
    }
    .portfolio-items {
        flex-direction: column;
        gap: 1rem;
    }
    section {
        margin: 2rem auto;
    }
    .hero {
        padding: 3rem 1rem 2rem 1rem;
    }
} 