html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(234, 88, 12, 0.14), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.hero-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
    pointer-events: none;
}

.surface-card {
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(191, 219, 254, 1);
    background: rgba(255, 255, 255, 0.92);
    padding: 0.55rem 0.95rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(29, 78, 216);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.08);
}

.stat-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 1);
    background: rgba(255, 255, 255, 0.92);
    padding: 1.15rem;
}

.metric-number {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 800;
    color: rgb(15, 23, 42);
}

.metric-label {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgb(100, 116, 139);
}

.dark-panel {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(15, 23, 42, 1) 0%, rgba(30, 41, 59, 0.98) 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.gradient-band {
    border-radius: 2rem;
    background: linear-gradient(135deg, rgb(37, 99, 235), rgb(29, 78, 216) 58%, rgb(234, 88, 12));
    box-shadow: 0 24px 70px rgba(37, 99, 235, 0.18);
}

.hero-feature {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0.75));
    pointer-events: none;
}

.hero-bg-1 {
    background-image: url("../img/slider/slide_1.jpg");
}

.hero-bg-2 {
    background-image: url("../img/slider/slide_2.jpg");
}

.hero-bg-3 {
    background-image: url("../img/slider/slide_3.jpg");
}

.hero-image {
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    background: white;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-card {
    border-radius: 1.75rem;
    border: 1px solid rgba(226, 232, 240, 1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    padding: 1.5rem;
}

.icon-badge {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.form-control,
.form-textarea,
.form-select {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid rgb(203, 213, 225);
    background: rgb(248, 250, 252);
    padding: 0.95rem 1rem;
    font-size: 1rem;
    color: rgb(15, 23, 42);
    outline: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.form-control:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: rgb(37, 99, 235);
    background: rgb(255, 255, 255);
    box-shadow: 0 0 0 4px rgba(219, 234, 254, 1);
}

.form-textarea {
    min-height: 9rem;
    resize: vertical;
}

.content-prose p + p {
    margin-top: 1rem;
}

.logo-mark {
    height: 2.75rem;
    width: auto;
    border-radius: 0.9rem;
    border: 1px solid rgb(226, 232, 240);
    background: rgb(255, 255, 255);
    padding: 0.45rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.nav-link {
    transition: color 150ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: rgb(37, 99, 235);
}

.footer-link {
    color: rgb(226, 232, 240);
    transition: color 150ms ease;
}

.footer-link:hover,
.footer-link:focus-visible {
    color: rgb(255, 255, 255);
}

.translate-slot .goog-te-gadget,
.translate-slot .goog-te-combo {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
    color: rgb(71, 85, 105) !important;
}

.translate-slot .goog-te-combo {
    border-radius: 9999px;
    border: 1px solid rgb(203, 213, 225);
    background: rgb(255, 255, 255);
    padding: 0.55rem 0.85rem;
}

.translate-slot img {
    display: none !important;
}

@media (max-width: 767px) {
    .dark-panel,
    .gradient-band,
    .surface-card {
        border-radius: 1.5rem;
    }
}
