body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #101828;
    background: #ffffff;
}

.navbar {
    min-height: 72px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.04);
}

.navbar-brand {
    letter-spacing: 0;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
}

.btn-primary {
    background: #155eef;
    border-color: #155eef;
}

.btn-primary:hover {
    background: #004eeb;
    border-color: #004eeb;
}

.hero {
    padding: 138px 0 82px;
    background:
        radial-gradient(circle at 82% 24%, rgba(32, 201, 151, 0.14), transparent 30%),
        linear-gradient(135deg, #f4f8ff 0%, #ffffff 54%, #f7fbff 100%);
}

.hero h1 {
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.hero .lead {
    color: #475467;
    margin: 24px 0 32px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.hero-metrics div {
    border-left: 3px solid #20c997;
    padding-left: 14px;
}

.hero-metrics strong,
.hero-metrics span {
    display: block;
}

.hero-metrics strong {
    font-size: 24px;
    line-height: 1;
}

.hero-metrics span {
    color: #667085;
    font-size: 14px;
    margin-top: 8px;
}

.hero-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 36px;
    border: 1px solid #e6eaf2;
    position: relative;
    overflow: hidden;
}

.hero-card h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-card ul {
    margin: 0;
    padding-left: 20px;
}

.hero-card li {
    margin-bottom: 14px;
    color: #475467;
}

.card-line {
    width: 72px;
    height: 6px;
    border-radius: 8px;
    background: #0d6efd;
    margin-bottom: 24px;
}

.hero-card-footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
}

.hero-card-footer span {
    background: #f2f4f7;
    border-radius: 8px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 8px;
    text-align: center;
}

.section {
    padding: 90px 0;
}

.section-tight {
    padding: 72px 0;
}

.bg-soft {
    background: #f8fafc;
}

.section h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: 0;
}

.section-kicker {
    color: #155eef;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.service-card,
.project-card,
.contact-box {
    background: #ffffff;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    padding: 30px;
    transition: 0.25s ease;
}

.service-card:hover,
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(16, 24, 40, 0.08);
}

.service-card h5,
.project-card h5 {
    font-weight: 700;
    margin-bottom: 14px;
}

.service-card p,
.project-card p {
    color: #667085;
    margin-bottom: 0;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.capability-grid div,
.industry-list div {
    background: #ffffff;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    padding: 24px;
}

.capability-grid h5 {
    font-weight: 800;
    margin-bottom: 10px;
}

.capability-grid p {
    color: #667085;
    margin-bottom: 0;
}

.steps {
    display: grid;
    gap: 18px;
}

.steps div {
    background: #ffffff;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    padding: 22px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.steps strong {
    color: #0d6efd;
    font-size: 22px;
}

.steps span {
    font-weight: 600;
}

.industry-list {
    display: grid;
    gap: 14px;
}

.industry-list div {
    display: grid;
    grid-template-columns: minmax(120px, 170px) 1fr;
    gap: 18px;
    align-items: start;
}

.industry-list strong {
    color: #101828;
    font-size: 18px;
}

.industry-list span {
    color: #667085;
}

.cta {
    padding: 90px 0;
    background: linear-gradient(135deg, #123c69, #155eef 58%, #198754);
    color: #ffffff;
}

.cta h2 {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: 0;
}

.cta p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
}

.contact-box {
    padding: 42px;
    background: #f9fbff;
}

.contact-details {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-details p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #e6eaf2;
}

.contact-details strong {
    color: #101828;
}

.contact-details span {
    color: #667085;
    text-align: right;
}

.form-field {
    margin-bottom: 16px;
}

.form-label {
    color: #344054;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-control {
    min-height: 52px;
    border-radius: 8px;
    border-color: #d0d5dd;
}

.form-control:focus {
    border-color: #155eef;
    box-shadow: 0 0 0 0.22rem rgba(21, 94, 239, 0.14);
}

.form-control.is-valid {
    border-color: #198754;
    background-image: none;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

textarea.form-control {
    min-height: 130px;
}

.footer {
    padding: 28px 0;
    border-top: 1px solid #e6eaf2;
    color: #667085;
}

.footer p {
    margin: 0;
}

@media (max-width: 768px) {
    .hero {
        padding: 120px 0 70px;
    }

    .hero-metrics,
    .capability-grid,
    .industry-list div {
        grid-template-columns: 1fr;
    }

    .hero-card-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section {
        padding: 70px 0;
    }

    .contact-box {
        padding: 28px;
    }

    .contact-details p {
        display: block;
    }

    .contact-details span {
        display: block;
        margin-top: 4px;
        text-align: left;
    }
}
