html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(180deg, #14001f 0%, #1c1147 45%, #10193d 100%);
    color: white;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.page-shell {
    min-height: 100vh;
}

.top-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 50px;
    background: rgba(20, 0, 40, 0.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.brand-text {
    font-size: 1.7rem;
    font-weight: 700;
    color: white;
}

.nav-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

    .nav-links a {
        color: white;
        font-weight: 600;
        transition: 0.3s ease;
    }

        .nav-links a:hover {
            color: #d38bff;
        }

.hero-section {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 20px;
    padding: 70px 50px 60px 50px;
    min-height: 82vh;
    background: radial-gradient(circle at left 35%, rgba(210, 0, 255, 0.35), transparent 26%), radial-gradient(circle at right center, rgba(102, 140, 255, 0.22), transparent 35%);
}

.stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.65;
    background-image: radial-gradient(2px 2px at 20px 30px, white, transparent), radial-gradient(2px 2px at 120px 80px, rgba(255,255,255,0.9), transparent), radial-gradient(1.5px 1.5px at 250px 120px, white, transparent), radial-gradient(2px 2px at 340px 40px, rgba(255,255,255,0.8), transparent), radial-gradient(2px 2px at 500px 160px, white, transparent), radial-gradient(1.5px 1.5px at 700px 90px, rgba(255,255,255,0.85), transparent), radial-gradient(2px 2px at 900px 40px, white, transparent), radial-gradient(1.5px 1.5px at 1100px 130px, white, transparent), radial-gradient(2px 2px at 200px 260px, rgba(255,255,255,0.9), transparent), radial-gradient(2px 2px at 650px 300px, white, transparent), radial-gradient(1.5px 1.5px at 1000px 240px, white, transparent);
    background-repeat: repeat;
    background-size: 1200px 400px;
}

.hero-left,
.hero-right {
    position: relative;
    z-index: 1;
}

.hero-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    margin-top: -10px;
}
.logo-glow-circle {
    width: 580px;
    height: 580px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(220,130,255,0.18) 30%, rgba(140,55,255,0.20) 55%, rgba(70,20,140,0.10) 70%, transparent 82%);
    box-shadow: 0 0 70px rgba(197, 76, 255, 0.55), 0 0 160px rgba(132, 82, 255, 0.30);
}

.hero-logo {
    width: 540px;
    max-width: none;
    height: auto;
    object-fit: cover;
    object-position: center top;
    transform: translateX(-22px) translateY(-8px);
    filter: drop-shadow(0 0 25px rgba(201, 74, 255, 0.8));
    border-radius: 50%;
}
.hero-right {
    padding-right: 30px;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: #d8b4ff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-right h1 {
    font-size: 3.4rem;
    line-height: 1.08;
    margin: 0 0 20px 0;
    max-width: 620px;
}

.hero-right p {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 620px;
    color: #e5dcff;
}

.hero-buttons {
    margin-top: 28px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
    color: white;
    border: 2px solid #bb57ff;
    background: rgba(165, 62, 255, 0.18);
    box-shadow: 0 0 20px rgba(187, 87, 255, 0.3);
}

.btn-secondary {
    background: white;
    color: #2d195d;
}

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-2px);
    }

.section-block {
    padding: 75px 50px;
}

.section-header {
    margin-bottom: 30px;
}

.section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #cf99ff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-block h2 {
    font-size: 2.2rem;
    margin: 0 0 12px 0;
}

.section-text {
    max-width: 700px;
    color: #ddd4ff;
    line-height: 1.7;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.glow-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(193, 110, 255, 0.45);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 0 18px rgba(183, 80, 255, 0.18);
}

.service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .service-card:hover,
    .portfolio-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 22px rgba(200, 100, 255, 0.25);
    }

.service-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}

.service-card h3,
.portfolio-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.service-card p,
.portfolio-card p,
.about-box p,
.contact-box p {
    color: #e9e1ff;
    line-height: 1.7;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.portfolio-card {
    overflow: hidden;
    padding: 0;
}

.portfolio-image {
    height: 180px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.portfolio-content {
    padding: 22px;
}

.portfolio-img-1 {
    background: linear-gradient(rgba(35, 16, 82, 0.65), rgba(35, 16, 82, 0.65)), linear-gradient(135deg, #6121b8, #171f68);
}

.portfolio-img-2 {
    background: linear-gradient(rgba(26, 20, 68, 0.55), rgba(26, 20, 68, 0.55)), linear-gradient(135deg, #1d3d8f, #6d1fb1);
}

.portfolio-img-3 {
    background: linear-gradient(rgba(45, 18, 85, 0.55), rgba(45, 18, 85, 0.55)), linear-gradient(135deg, #7a1fc1, #293a8f);
}

.about-box,
.contact-box {
    max-width: 900px;
}

.contact-btn {
    margin-top: 14px;
}

.site-footer {
    padding: 30px 50px;
    text-align: center;
    background: rgba(25, 0, 45, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.page-banner {
    padding: 80px 50px 30px 50px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(188, 70, 255, 0.18), transparent 35%);
}

    .page-banner h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .page-banner p {
        max-width: 700px;
        margin: 0 auto;
        color: #ddd4ff;
        line-height: 1.7;
    }

@media (max-width: 900px) {
    .top-nav {
        padding: 18px 20px;
        flex-direction: column;
        gap: 14px;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 60px 20px;
        text-align: center;
    }

    .hero-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        margin-top: -30px;
    }

    .hero-right {
        padding-right: 0;
    }

        .hero-right h1 {
            font-size: 2.35rem;
        }

        .hero-right p {
            margin: 0 auto;
        }

    .hero-buttons {
        justify-content: center;
    }

    .logo-glow-circle {
        width: 320px;
        height: 320px;
    }

    .hero-logo {
        width: 300px;
        max-width: none;
        transform: translateY(-4px);
        border-radius: 50%;
    }

    .section-block {
        padding: 50px 20px;
    }

    .page-banner {
        padding: 60px 20px 20px 20px;
    }

        .page-banner h1 {
            font-size: 2.2rem;
        }
}
