* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111827; 
}

/* HEADER */
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar {
    width: 94%;
    max-width: 1250px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 800;
}

.logo-mark {
    font-size: 38px;
    color: #8a3ffc;
    text-shadow: 0 0 18px rgba(138, 63, 252, 0.8);
}

.nav-links {
    display: flex;
    gap: 34px;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

.nav-links a.active,
.nav-links a:hover {
    color: #a855f7;
}

.nav-links a.active::after,
.nav-links a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -14px;
    background: #8a3ffc;
    border-radius: 20px;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons span {
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #111827;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
}

/* HERO */
.hero {
    min-height: 720px;
    position: relative;
    overflow: hidden;
    padding: 140px 6% 160px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
    background:
        radial-gradient(circle at 85% 30%, rgba(138, 63, 252, 0.45), transparent 28%),
        radial-gradient(circle at 55% 70%, rgba(109, 40, 217, 0.35), transparent 28%),
        linear-gradient(135deg, #020814, #070b19 60%, #12002a);
}

.hero-left {
    position: relative;
    z-index: 5;
    color: #ffffff;
}

.eyebrow {
    color: #a855f7;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #9b4dff;
}

.hero-line {
    width: 95px;
    height: 5px;
    background: #8a3ffc;
    border-radius: 30px;
    margin-bottom: 22px;
}

.hero-tags {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-tags span {
    color: #8a3ffc;
    margin: 0 12px;
}

.hero-text {
    max-width: 570px;
    color: #e5e7eb;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: linear-gradient(135deg, #8a3ffc, #6d28d9);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    box-shadow: 0 15px 35px rgba(138, 63, 252, 0.35);
    transition: 0.3s;
}

.primary-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(138, 63, 252, 0.55);
}

.outline-btn {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 28px;
    border-radius: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid #ffffff;
    display: inline-block;
}

.outline-btn:hover {
    background: #ffffff;
    color: #111827;
}

.hero-right {
    position: relative;
    height: 430px;
    z-index: 5;
}

.device {
    position: absolute;
    background: #080b18;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.laptop {
    width: 560px;
    height: 330px;
    right: 80px;
    top: 20px;
    border-radius: 24px;
    padding: 35px;
    transform: rotate(-4deg);
}

.device-nav {
    display: flex;
    gap: 22px;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.logo-mini {
    font-size: 22px;
    color: #ffffff;
    margin-right: auto;
}

.laptop h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    font-style: italic;
}

.laptop h2 span {
    color: #9b4dff;
}

.laptop p {
    color: #cbd5e1;
    margin-top: 14px;
}

.mini-card {
    width: 230px;
    background: rgba(138, 63, 252, 0.18);
    border: 1px solid rgba(168, 85, 247, 0.4);
    padding: 16px;
    border-radius: 16px;
    margin-top: 25px;
}

.mini-card h3 {
    color: #ffffff;
}

.mini-card p {
    margin-top: 5px;
    font-size: 12px;
}

.phone {
    width: 180px;
    height: 340px;
    right: 0;
    top: 45px;
    border-radius: 30px;
    padding: 25px 18px;
    color: #ffffff;
}

.phone-top {
    width: 70px;
    height: 8px;
    background: #111827;
    border-radius: 20px;
    margin: 0 auto 18px;
}

.phone h3 {
    width: 58px;
    height: 58px;
    background: #5b21b6;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
}

.phone p {
    margin: 10px 0;
    font-weight: 700;
}

.phone-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    font-size: 9px;
    margin-bottom: 15px;
}

.phone-stats span {
    background: #6d28d9;
    padding: 8px 4px;
    border-radius: 8px;
    text-align: center;
}

.phone-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.phone-grid span {
    height: 52px;
    border-radius: 10px;
    background: linear-gradient(135deg, #111827, #6d28d9);
}

.hero-wave {
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -95px;
    height: 190px;
    background: #ffffff;
    border-radius: 50% 50% 0 0;
    z-index: 2;
}

/* SECTION GLOBAL */
.section,
.services {
    width: 94%;
    max-width: 1220px;
    margin: auto;
    padding: 75px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title p {
    color: #7e22ce;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: clamp(30px, 4vw, 44px);
    color: #111827;
    font-weight: 900;
    line-height: 1.2;
}

.section-intro {
    max-width: 920px;
    margin: -10px auto 40px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}

/* SERVICES */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 35px 28px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.13);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #5b21b6;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 32px;
    margin-bottom: 22px;
}

.service-card h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.service-card p {
    color: #4b5563;
    margin-bottom: 24px;
    line-height: 1.6;
}

.service-card ul {
    list-style: none;
}

.service-card li {
    color: #374151;
    font-size: 14px;
    margin-bottom: 13px;
}

.service-card li::before {
    content: "●";
    color: #6d28d9;
    margin-right: 10px;
}

/* BENEFIT BAR */
.benefit-bar {
    width: 94%;
    max-width: 1220px;
    margin: 0 auto 50px;
    background: #070b19;
    color: #ffffff;
    border-radius: 18px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benefit-item {
    display: flex;
    gap: 18px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.benefit-item:last-child {
    border-right: none;
}

.benefit-item span {
    color: #a855f7;
    font-size: 42px;
}

.benefit-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.benefit-item p {
    color: #d1d5db;
    font-size: 14px;
}

/* ABOUT */
.about-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
}

.about-box > div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 34px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.about-box h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.about-box p,
.about-box li {
    color: #4b5563;
    line-height: 1.8;
}

.about-list ul {
    list-style: none;
}

.about-list li {
    margin-bottom: 12px;
}

.about-list li::before {
    content: "✓";
    color: #6d28d9;
    font-weight: 900;
    margin-right: 10px;
}

/* LIGHT SECTION */
.light-section {
    background: #f8fafc;
    max-width: 100%;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

/* CASE / PROJECT CARDS */
.project-grid {
    max-width: 1220px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
}

.project-image {
    height: 180px;
}

.mock-purple {
    background:
        radial-gradient(circle at 70% 40%, rgba(168, 85, 247, 0.7), transparent 25%),
        linear-gradient(135deg, #020814, #1e1b4b);
}

.mock-dark {
    background:
        radial-gradient(circle at 50% 50%, rgba(109, 40, 217, 0.8), transparent 26%),
        linear-gradient(135deg, #020617, #111827);
}

.mock-chart {
    background:
        linear-gradient(135deg, transparent 45%, #8b5cf6 46%, transparent 48%),
        #070b19;
}

.mock-brand {
    background:
        radial-gradient(circle at 60% 50%, #7e22ce, transparent 25%),
        linear-gradient(135deg, #111827, #030712);
}

.case-content {
    padding: 28px;
}

.case-content h3 {
    font-size: 26px;
    margin: 16px 0;
    color: #111827;
}

.case-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.case-content ul {
    padding-left: 20px;
    margin-bottom: 18px;
}

.case-content li {
    color: #374151;
    margin-bottom: 10px;
    line-height: 1.6;
}

.risk {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.risk.historical {
    background: rgba(126, 34, 206, 0.12);
    color: #6d28d9;
    border: 1px solid rgba(126, 34, 206, 0.28);
}

.risk.warning {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    border: 1px solid rgba(245, 158, 11, 0.28);
}

.risk.danger {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.28);
}

.insight {
    background: #f5f3ff;
    border-left: 5px solid #7e22ce;
    padding: 16px;
    border-radius: 12px;
    color: #374151;
    line-height: 1.7;
}

/* RISK GRID */
.risk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.risk-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 6px solid #7e22ce;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: 0.3s;
}

.risk-card:hover {
    transform: translateY(-5px);
}

.risk-card span {
    color: #7e22ce;
    font-size: 28px;
    font-weight: 900;
}

.risk-card h3 {
    margin: 8px 0;
    font-size: 20px;
}

.risk-card p {
    color: #4b5563;
    line-height: 1.6;
}

/* TESTIMONIALS */
.testimonial-grid {
    max-width: 1220px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: #ffffff;
    padding: 34px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.quote {
    font-size: 70px;
    color: #8a3ffc;
    line-height: 0.6;
}

.testimonial-card p {
    color: #374151;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-card h4 {
    font-size: 18px;
}

.testimonial-card span {
    color: #6b7280;
    font-size: 14px;
}

/* SAFETY */
.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.safety-grid div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 22px;
    border-radius: 14px;
    font-weight: 700;
    color: #374151;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

/* FOOTER CTA */
.footer-cta {
    background: #070b19;
    color: #ffffff;
    padding: 40px 6%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
    gap: 30px;
    align-items: center;
}

.footer-cta h2 {
    font-size: 32px;
    line-height: 1.2;
}

.footer-cta h2 span {
    color: #9b4dff;
}

.footer-cta p {
    color: #e5e7eb;
    line-height: 1.7;
}

.contact-info p {
    margin-bottom: 8px;
}

.whatsapp-box {
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-weight: 900;
}

.whatsapp-box span {
    font-size: 36px;
}

.footer {
    background: #030712;
    color: #94a3b8;
    text-align: center;
    padding: 22px;
}

/* RESPONSIVE */
@media (max-width: 1050px) {
    .navbar {
        height: auto;
        padding: 22px 0;
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 180px;
    }

    .hero-right {
        height: 420px;
    }

    .laptop {
        left: 0;
        right: auto;
    }

    .phone {
        right: 0;
    }

    .service-grid,
    .benefit-bar,
    .testimonial-grid,
    .footer-cta {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-item {
        border-right: none;
    }

    .about-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .project-grid,
    .risk-grid,
    .safety-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .social-icons {
        display: none;
    }

    .hero {
        padding: 170px 6% 130px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-right {
        height: auto;
    }

    .laptop,
    .phone {
        position: relative;
        width: 100%;
        height: auto;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
    }

    .phone {
        display: none;
    }

    .service-grid,
    .benefit-bar,
    .testimonial-grid,
    .footer-cta {
        grid-template-columns: 1fr;
    }

    .footer-cta {
        text-align: center;
    }
}


.case-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}