/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BODY */
body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #111111;
}

/* HEADER */
.header {
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
}

.logo img {
    width: 28px;
    height: 28px;
}

/* HERO */
.hero {
    text-align: center;
    padding: 120px 20px;
}

.hero-logo {
    width: 200px;
    margin-bottom: 30px;
}

.hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    color: #555;
}
/* SERVICES */
.services {
    padding: 100px 20px;
    text-align: center;
}

.services h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

.service-list {
    max-width: 900px;
    margin: 0 auto;
}

.service-item {
    margin-bottom: 40px;
}

.service-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* SERVICES */
.services {
    padding: 120px 20px;
    background: #f5f5f7;
    text-align: center;
}

.services h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.services::after {
    content: "Focused digital services for reliable business systems.";
    display: block;
    color: #6e6e73;
    font-size: 18px;
    margin-bottom: 60px;
}

.service-list {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.service-item {
    background: #ffffff;
    border-radius: 28px;
    padding: 42px 36px;
    text-align: left;
    min-height: 210px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.service-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.service-item p {
    color: #6e6e73;
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 800px) {
    .service-list {
        grid-template-columns: 1fr;
    }

    .services h2 {
        font-size: 34px;
    }
}
/* COMPANY */
.company {
    padding: 140px 20px;
    background: #ffffff;
    text-align: center;
}

.company-content {
    max-width: 900px;
    margin: 0 auto;
}

.company h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.company-main {
    font-size: 26px;
    font-weight: 500;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.4;
}

.company-sub {
    font-size: 18px;
    color: #6e6e73;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
}
/* REFERENCES */
.references {
    padding: 120px 20px;
    background: #f5f5f7;
    text-align: center;
}

.references h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}

.reference-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 32px;
    padding: 70px 40px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.reference-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

.reference-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.reference-card h3 {
    font-size: 36px;
    font-weight: 600;
}

.reference-card p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.6;
}

.reference-card a {
    color: #0066cc;
    text-decoration: none;
    font-size: 17px;
}

.reference-card a:hover {
    text-decoration: underline;
}
/* CONTACT */
.contact {
    padding: 120px 20px;
    background: #ffffff;
    text-align: center;
}

.contact-content {
    max-width: 720px;
    margin: 0 auto;
}

.contact h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 24px;
}

.contact p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.contact a {
    color: #0066cc;
    font-size: 20px;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}
/* FOOTER */
.footer {
    padding: 60px 20px;
    background: #f5f5f7;
    text-align: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 24px;
    height: 24px;
}

.footer-logo span {
    font-weight: 600;
}

.footer p {
    color: #6e6e73;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer a {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.footer a:hover {
    text-decoration: underline;
}
.service-img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
}

.reference-app {
    width: 180px;
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
/* MOBILE RESPONSIVE */
@media (max-width: 700px) {
    .header {
        padding: 16px 22px;
    }

    .hero {
        padding: 90px 20px;
    }

    .hero-logo {
        width: 160px;
    }

    .hero h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .services,
    .company,
    .references,
    .contact {
        padding: 80px 18px;
    }

    .service-item {
        padding: 34px 26px;
    }

    .company h2,
    .references h2,
    .contact h2 {
        font-size: 34px;
    }

    .company-main {
        font-size: 22px;
    }

    .company-sub,
    .reference-card p,
    .contact p {
        font-size: 16px;
    }

    .reference-card {
        padding: 50px 24px;
    }

    .reference-head {
        flex-direction: column;
        gap: 10px;
    }

    .reference-card h3 {
        font-size: 30px;
    }

    .reference-app {
        width: 150px;
    }
}