body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f6f6fa;
    color: #444;
}

/* Header */
header {
    background: #ece6fc;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0.7rem 2rem;
}
.logo {
    display: flex;
    align-items: center;
}
.logo-icon {
    background: #7855e9;
    color: #fff;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.45rem 1rem;
    margin-right: 0.6rem;
}
.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #7855e9;
    letter-spacing: .5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
}
.nav-links a {
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    padding: 0.5rem 1.2rem;
}
.nav-links a.btn-primary {
    background: #7855e9;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(120,85,233,0.07);
}
/* Hero */
.hero {
    background: linear-gradient(120deg,#7855e9 0%,#b148dd 100%);
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
}
.hero-content {
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}
.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
}
.hero-buttons .btn-secondary {
    background: #fff;
    color: #7855e9;
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 2.2rem;
    margin-top: 0.5rem;
    border: none;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(120,85,233,0.07);
}

/* Services */
.services {
    background: #f7f6fb;
    padding: 66px 0;
    text-align: center;
}
.services h2 {
    color: #7855e9;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}
.services p {
    color: #6a6b7c;
    font-size: 1.18rem;
    margin-bottom: 1.6rem;
}
.service-cards {
    display: flex;
    justify-content: center;
    gap: 2.2rem;
    margin-top: 25px;
    flex-wrap: wrap;
}
.service-card {
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 3px 20px rgba(120,85,233,0.07);
    padding: 2.2rem 1.4rem 1.0rem 1.4rem;
    max-width: 340px;
    text-align: left;
    transition: box-shadow 0.2s;
}
.service-card h3 {
    color: #7855e9;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.service-card p {
    color: #4d4e5b;
    margin-bottom: 1rem;
}
.service-card ul {
    padding-left: 1.2rem;
    color: #444;
    margin-bottom: 1.3rem;
}
.service-card ul li {
    margin-bottom: 0.5rem;
    list-style: disc;
}
.btn-card {
    display: inline-block;
    background: #f5f3ff;
    color: #7855e9;
    padding: 0.65rem 1.1rem;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    border: none;
    box-shadow: 0 1px 8px rgba(120,85,233,0.06);
    transition: background 0.13s;
}

/* About */
.about {
    background: #fafbfd;
    padding: 66px 0;
}
.about-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.6rem;
}
.about-main {
    flex: 2;
    min-width: 320px;
}
.about-main h2 {
    color: #7855e9;
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
    font-weight: 800;
}
.about-main p {
    color: #5e6080;
    margin-bottom: 1rem;
    font-size: 1.08rem;
}
.about-stats {
    display: flex;
    gap: 3.5rem;
    margin-top: 2.2rem;
}
.about-stats div {
    font-size: 1.35rem;
    color: #7855e9;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.about-stats span {
    font-size: 2rem;
    font-weight: 800;
    display: block;
}
.about-side {
    flex: 1.3;
    min-width: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.about-box {
    background: linear-gradient(120deg,#7855e9 0%,#b148dd 100%);
    color: #fff;
    border-radius: 26px;
    padding: 1.7rem 2rem;
    box-shadow: 0 2px 22px rgba(120,85,233,0.13);
    margin-top: 9px;
}
.about-box h3 {
    font-size: 1.28rem;
    margin-bottom: 1.1rem;
}
.about-box ul {
    list-style: none;
    padding: 0;
}
.about-box li {
    margin-bottom: 1.09rem;
    padding-left: 1.2rem;
    position: relative;
}
.about-box li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Contact */
.contact {
    background: #fbf9ff;
    padding: 66px 0;
}
.contact h2 {
    color: #7855e9;
    font-size: 2.15rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    text-align: center;
}
.contact p {
    color: #8687a2;
    font-size: 1.12rem;
    margin-bottom: 1.6rem;
    text-align: center;
}
.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 3.3rem;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-info {
    flex: 1.5;
    min-width: 320px;
}
.contact-info h3 {
    color: #7855e9;
    font-size: 1.3rem;
    margin-bottom: 1.13rem;
}
.info-block {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    margin-bottom: 1.12rem;
}
.icon-circle {
    background: #e2d4fe;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-icon {
    font-size: 1.13rem;
    color: #7855e9;
}
.contact-box {
    background: linear-gradient(120deg,#7855e9 0%,#b148dd 100%);
    color: #fff;
    border-radius: 22px;
    padding: 1.5rem 1.5rem;
    margin-top: 1.6rem;
    box-shadow: 0 2px 22px rgba(120,85,233,0.14);
}
.contact-box h3 {
    font-size: 1.21rem;
    margin-bottom: 0.95rem;
}
.contact-box ul {
    list-style: none;
    padding: 0;
}
.contact-box li {
    margin-bottom: 1rem;
    padding-left: 1.2rem;
    position: relative;
}
.contact-box li:before {
    display: none;
}

/* Contact Form */
.contact-form {
    flex: 2.2;
    min-width: 340px;
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 3px 20px rgba(120,85,233,0.08);
    padding: 2.4rem 1.4rem;
    margin-top: 9px;
}
.contact-form h3 {
    color: #7855e9;
    font-size: 1.16rem;
    margin-bottom: 0.4rem;
}
.contact-form p {
    color: #656581;
    margin-bottom: 1.51rem;
    font-size: 1rem;
    text-align: left;
}
.contact-form .form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.contact-form input, .contact-form select, .contact-form textarea {
    padding: 0.75rem;
    border-radius: 7px;
    border: 1px solid #e2d4fe;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}
.contact-form .btn-form {
    background: #7855e9;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.8rem 2.1rem;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 2px 12px rgba(120,85,233,0.05);
    cursor: pointer;
    transition: background 0.14s;
}

/* Footer */
footer {
    background: #ece6fc;
    color: #7855e9;
    text-align: center;
    padding: 1.7rem 0;
    font-size: 1.08rem;
    letter-spacing: .5px;
}
