:root {
    --primary: #0074c8;
    --secondary: #e53935;
    --accent: #f9c89b;
    --dark: #5a5a5a;
    --white: #ffffff;
    --black: #000000;
    --surface: #f4f7fb;
    --surface-strong: #e9f1f8;
    --border: rgba(0, 0, 0, 0.08);
    --shadow-soft: 0 18px 40px rgba(0, 116, 200, 0.08);
    --shadow-strong: 0 22px 55px rgba(0, 0, 0, 0.14);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container-max: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--dark);
    background:
        radial-gradient(circle at top left, rgba(0, 116, 200, 0.08), transparent 32%),
        radial-gradient(circle at bottom right, rgba(229, 57, 53, 0.08), transparent 28%),
        var(--white);
    overflow-x: hidden;
}

body.is-loading {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--black);
    font-family: 'Sora', sans-serif;
    line-height: 1.12;
}

p {
    margin: 0;
}

.container {
    max-width: var(--container-max);
}

.site-main {
    overflow: clip;
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    place-items: center;
    padding: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(249, 200, 155, 0.3), transparent 32%),
        linear-gradient(145deg, rgba(0, 116, 200, 0.96), rgba(8, 19, 31, 0.97));
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
}

.js .page-loader {
    display: grid;
}

.page-loader.is-complete {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    pointer-events: none;
}

.page-loader__panel {
    width: min(100%, 720px);
    padding: clamp(1.5rem, 3vw, 2.4rem);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.page-loader__brand {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.35rem;
    align-items: center;
}

.page-loader__brand img {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.18));
}

.page-loader__copy .eyebrow {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.page-loader__copy .eyebrow::before {
    background: var(--accent);
}

.page-loader__copy h2 {
    margin-top: 1rem;
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.page-loader__copy p {
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    max-width: 48ch;
}

.page-loader__progress {
    margin-top: 1.75rem;
}

.page-loader__track {
    position: relative;
    overflow: hidden;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.page-loader__track span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, transparent 16%, transparent 32%, rgba(255, 255, 255, 0.16) 48%, transparent 64%, transparent 100%),
        linear-gradient(90deg, var(--accent), #ffd56f, var(--white));
    background-size: 110px 100%, 100% 100%;
    animation: loaderShimmer 1.2s linear infinite;
    box-shadow: 0 10px 30px rgba(249, 200, 155, 0.35);
}

.page-loader__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.page-loader__meta strong {
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 116, 200, 0.09);
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    border-width: 1px;
    padding: 0.95rem 1.45rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

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

.btn-brand-primary {
    color: var(--white);
    border-color: transparent;
    background: linear-gradient(135deg, var(--primary), #1390ea);
    box-shadow: 0 18px 35px rgba(0, 116, 200, 0.26);
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
    color: var(--white);
    border-color: transparent;
    background: linear-gradient(135deg, #0063aa, var(--primary));
}

.btn-brand-outline {
    color: var(--black);
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.75);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
    color: var(--primary);
    border-color: rgba(0, 116, 200, 0.35);
    background: rgba(0, 116, 200, 0.04);
}

.btn-brand-light {
    color: var(--black);
    border-color: transparent;
    background: var(--white);
}

.btn-brand-light:hover,
.btn-brand-light:focus {
    color: var(--black);
    background: rgba(255, 255, 255, 0.9);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 1rem 0;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
    padding: 0.55rem 0;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    position: relative;
    display: block;
    width: 1.35rem;
    height: 2px;
    background-image: none;
    background-color: var(--primary);
    border-radius: 999px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1.35rem;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
}

.navbar-toggler-icon::before {
    top: -6px;
}

.navbar-toggler-icon::after {
    top: 6px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.navbar-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.brand-copy {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-copy strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--black);
}

.brand-copy small {
    color: var(--dark);
    font-size: 0.82rem;
}

.navbar-nav {
    gap: 0.2rem;
    margin-right: 1rem;
}

.nav-link {
    position: relative;
    padding: 0.8rem 1rem !important;
    color: var(--black);
    font-weight: 700;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.navbar-cta {
    white-space: nowrap;
}

.flash-stack {
    position: relative;
    z-index: 1020;
    padding-top: 0.5rem;
}

.site-alert {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border: 0;
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.site-alert-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
}

.hero-section,
.page-hero {
    position: relative;
}

.hero-section {
    padding: 1.2rem 0 2.5rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0, 116, 200, 0.92), rgba(0, 116, 200, 0.72)),
        linear-gradient(315deg, rgba(229, 57, 53, 0.17), rgba(249, 200, 155, 0.35));
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 3.6rem 0 4rem;
}

.hero-copy {
    color: var(--white);
}

.hero-copy .eyebrow {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.hero-copy .eyebrow::before {
    background: var(--accent);
}

.hero-copy h1 {
    margin-top: 1.2rem;
    color: var(--white);
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    max-width: 12ch;
}

.hero-copy p {
    margin-top: 1.35rem;
    font-size: 1.12rem;
    line-height: 1.8;
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2.2rem;
}

.hero-trustbar span {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.hero-trustbar strong {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.hero-visual {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-brand-panel {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 1.45rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-strong);
}

.hero-logo-wrap {
    border-radius: calc(var(--radius-lg) - 6px);
    background:
        radial-gradient(circle at top left, rgba(0, 116, 200, 0.13), transparent 50%),
        rgba(255, 255, 255, 0.95);
    padding: 1rem;
}

.hero-logo-wrap img {
    width: 100%;
    object-fit: contain;
}

.hero-brand-summary {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.badge-soft {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(229, 57, 53, 0.1);
    color: var(--secondary);
    font-size: 0.82rem;
    font-weight: 800;
}

.hero-brand-summary h2 {
    font-size: 1.7rem;
}

.hero-brand-summary p {
    line-height: 1.75;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hero-highlight-card {
    position: relative;
    padding: 1.35rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--white);
    backdrop-filter: blur(14px);
}

.hero-highlight-card span {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 0.9rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(249, 200, 155, 0.25);
    font-family: 'Sora', sans-serif;
    font-weight: 800;
}

.hero-highlight-card h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 0.6rem;
}

.hero-highlight-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
    line-height: 1.65;
}

.page-hero {
    padding: 3rem 0 1rem;
}

.error-page-section {
    position: relative;
    padding: 3.25rem 0 5rem;
}

.error-stage {
    position: relative;
    overflow: hidden;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    border-radius: 36px;
    background:
        linear-gradient(140deg, rgba(0, 116, 200, 0.08), rgba(229, 57, 53, 0.08)),
        rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.1);
}

.error-stage__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(22px);
    opacity: 0.6;
    pointer-events: none;
}

.error-stage__glow--one {
    top: -70px;
    right: -30px;
    width: 260px;
    height: 260px;
    background: rgba(0, 116, 200, 0.2);
}

.error-stage__glow--two {
    left: -40px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    background: rgba(229, 57, 53, 0.16);
}

.error-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 1.5rem;
}

.error-card,
.error-panel {
    min-height: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow-soft);
}

.error-card {
    padding: clamp(1.75rem, 4vw, 2.6rem);
    background:
        radial-gradient(circle at top right, rgba(249, 200, 155, 0.24), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0.96));
}

.error-panel {
    padding: clamp(1.5rem, 3vw, 2rem);
    color: var(--white);
    background:
        radial-gradient(circle at top right, rgba(249, 200, 155, 0.14), transparent 28%),
        linear-gradient(155deg, rgba(0, 116, 200, 0.95), rgba(8, 19, 31, 0.94));
}

.error-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.error-status {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    background: rgba(0, 116, 200, 0.08);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.error-code {
    margin-top: 1.6rem;
    font-family: 'Sora', sans-serif;
    font-size: clamp(4.8rem, 15vw, 9.2rem);
    line-height: 0.95;
    color: rgba(0, 116, 200, 0.14);
    letter-spacing: -0.06em;
}

.error-card h1 {
    margin-top: 0.8rem;
    max-width: 13ch;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.error-copy {
    margin-top: 1rem;
    max-width: 58ch;
    font-size: 1.04rem;
    line-height: 1.9;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.7rem;
}

.error-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.error-links a {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1rem 1.1rem;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.error-links a:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 116, 200, 0.2);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.error-links i {
    width: 2.55rem;
    height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 116, 200, 0.08);
    color: var(--primary);
}

.error-links span {
    color: var(--black);
    font-weight: 800;
}

.error-panel__brand {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 1rem;
    align-items: center;
}

.error-panel__brand img {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.18));
}

.error-panel__brand .eyebrow {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.error-panel__brand .eyebrow::before {
    background: var(--accent);
}

.error-panel__brand h2 {
    margin-top: 0.9rem;
    color: var(--white);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.error-highlight-grid {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.6rem;
}

.error-highlight-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.95rem;
    align-items: start;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.error-highlight-card span {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(249, 200, 155, 0.22);
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-weight: 800;
}

.error-highlight-card p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
}

.error-note {
    margin-top: 1.35rem;
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.error-note strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.error-note p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.page-hero-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.25rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(249, 200, 155, 0.36), transparent 32%),
        linear-gradient(140deg, rgba(0, 116, 200, 0.09), rgba(229, 57, 53, 0.08)),
        var(--white);
    box-shadow: var(--shadow-soft);
}

.page-hero-shell h1 {
    margin-top: 1rem;
    font-size: clamp(2.15rem, 4vw, 3.7rem);
    max-width: 13ch;
}

.page-hero-shell p {
    margin-top: 1rem;
    max-width: 60ch;
    font-size: 1.08rem;
    line-height: 1.8;
}

.service-detail-hero {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-block {
    padding: 4.8rem 0;
}

.section-light {
    background: linear-gradient(180deg, rgba(0, 116, 200, 0.04), rgba(0, 0, 0, 0));
}

.section-dark-accent {
    color: var(--white);
    background:
        radial-gradient(circle at top left, rgba(249, 200, 155, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(0, 116, 200, 0.97), rgba(0, 0, 0, 0.88));
}

.section-dark-accent h2,
.section-dark-accent h3,
.section-dark-accent p {
    color: var(--white);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.section-heading.centered {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.section-heading h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.section-heading p {
    margin-top: 0.95rem;
    max-width: 64ch;
    line-height: 1.8;
}

.section-link {
    color: var(--primary);
    font-weight: 800;
}

.value-grid,
.service-grid,
.timeline-grid,
.contact-card-grid,
.gallery-grid {
    display: grid;
    gap: 1.25rem;
}

.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card,
.service-card,
.timeline-card,
.info-card,
.detail-card,
.sidebar-card,
.form-panel,
.about-panel,
.cta-banner,
.footer-brand-card,
.footer-newsletter,
.map-shell,
.gallery-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.value-card {
    padding: 1.7rem;
}

.value-card i,
.info-card i {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 116, 200, 0.09);
    color: var(--primary);
    font-size: 1.1rem;
}

.value-card h3,
.info-card h3 {
    margin: 1rem 0 0.75rem;
    font-size: 1.2rem;
}

.value-card p,
.info-card p {
    line-height: 1.8;
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.6rem;
    min-height: 100%;
}

.service-card-large {
    min-height: 290px;
}

.service-icon {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: var(--primary);
    background: linear-gradient(135deg, rgba(0, 116, 200, 0.1), rgba(249, 200, 155, 0.45));
    font-size: 1.45rem;
}

.service-icon.accent {
    background: linear-gradient(135deg, rgba(0, 116, 200, 0.14), rgba(229, 57, 53, 0.18));
}

.service-card h3 {
    font-size: 1.25rem;
}

.service-card p {
    line-height: 1.8;
}

.service-card a {
    margin-top: auto;
    color: var(--primary);
    font-weight: 800;
}

.about-split,
.detail-grid,
.contact-layout,
.footer-top,
.footer-grid,
.cta-banner,
.gallery-modal-layout {
    display: grid;
    gap: 1.5rem;
}

.about-split,
.detail-grid,
.contact-layout,
.footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.stat-grid article {
    padding: 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.stat-grid strong {
    display: block;
    color: var(--accent);
    font-family: 'Sora', sans-serif;
    font-size: 1.7rem;
}

.stat-grid span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.88);
}

.about-panel {
    padding: 1.8rem;
    color: var(--white);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
        rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-panel.light {
    color: inherit;
    background: var(--white);
    border: 1px solid var(--border);
}

.about-panel h3 {
    margin-bottom: 1rem;
}

.feature-list,
.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.feature-list li,
.footer-contact li {
    position: relative;
    padding-left: 1.6rem;
    line-height: 1.75;
}

.feature-list li::before,
.footer-contact li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.feature-list.compact li {
    line-height: 1.55;
}

.timeline-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-grid.short {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-card {
    padding: 1.55rem;
}

.timeline-year {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 116, 200, 0.09);
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 1rem;
}

.timeline-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.12rem;
}

.timeline-card p {
    line-height: 1.75;
}

.gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid-large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
    overflow: hidden;
}

.gallery-card[hidden] {
    display: none !important;
}

.gallery-card-link {
    display: block;
    cursor: zoom-in;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gallery-card-link:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-card-copy {
    padding: 1.2rem 1.2rem 1.35rem;
}

.gallery-card-copy span {
    display: inline-flex;
    margin-bottom: 0.7rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(229, 57, 53, 0.09);
    color: var(--secondary);
    font-size: 0.76rem;
    font-weight: 800;
}

.gallery-card-copy h3 {
    font-size: 1.08rem;
    margin-bottom: 0.6rem;
}

.gallery-card-copy p {
    line-height: 1.7;
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.6rem;
}

.gallery-filter {
    border: 0;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    background: rgba(0, 116, 200, 0.08);
    color: var(--primary);
    font-weight: 800;
}

.gallery-filter.is-active {
    background: var(--primary);
    color: var(--white);
}

.lg-backdrop {
    background: rgba(6, 18, 30, 0.86);
    backdrop-filter: blur(8px);
}

.lg-outer .lg-toolbar,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-components {
    background: rgba(6, 18, 30, 0.78);
}

.lg-toolbar .lg-icon,
.lg-outer .lg-thumb-item,
.lg-outer .lg-next,
.lg-outer .lg-prev {
    color: var(--white);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--accent);
}

.lg-sub-html {
    background: linear-gradient(180deg, rgba(6, 18, 30, 0.12), rgba(6, 18, 30, 0.9));
}

.lg-caption-shell {
    max-width: 48rem;
    margin: 0 auto;
    padding: 1rem 1rem 1.25rem;
    text-align: left;
}

.lg-caption-shell span {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(249, 200, 155, 0.18);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lg-caption-shell h4 {
    margin: 0 0 0.6rem;
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
}

.lg-caption-shell p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.contact-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
    padding: 1.5rem;
}

.info-card a {
    color: var(--primary);
}

.form-panel,
.sidebar-card {
    padding: 1.75rem;
}

.form-panel h2 {
    margin: 0.8rem 0 0.7rem;
    font-size: 2rem;
}

.form-panel p,
.sidebar-card p {
    line-height: 1.75;
}

.sidebar-stack {
    display: grid;
    gap: 1.5rem;
}

.site-form,
.newsletter-form {
    margin-top: 1.35rem;
}

.form-grid,
.newsletter-grid {
    display: grid;
    gap: 1rem;
}

.form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.15rem;
}

.newsletter-grid {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-label,
.form-field label {
    color: var(--black);
    font-size: 0.92rem;
    font-weight: 800;
}

.form-control {
    min-height: 3.5rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0.95rem 1rem;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 10.5rem;
}

.form-control:focus {
    border-color: rgba(0, 116, 200, 0.5);
}

.form-error {
    color: var(--secondary);
    font-size: 0.82rem;
}

.detail-card {
    padding: 1.85rem;
}

.detail-card h2 {
    margin: 1rem 0 0.9rem;
    font-size: 1.75rem;
}

.detail-card p {
    line-height: 1.85;
}

.detail-image {
    margin-top: 1.4rem;
    border-radius: 22px;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.detail-sidebar {
    display: grid;
    gap: 1.5rem;
}

.map-shell {
    overflow: hidden;
}

.map-shell iframe {
    width: 100%;
    min-height: 460px;
    border: 0;
}

.cta-banner {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 2rem;
    background:
        linear-gradient(140deg, rgba(0, 116, 200, 0.09), rgba(229, 57, 53, 0.1)),
        var(--white);
}

.cta-banner h2 {
    margin: 0.8rem 0 0.75rem;
    max-width: 17ch;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.cta-banner p {
    max-width: 58ch;
    line-height: 1.75;
}

.cta-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: end;
}

.site-footer {
    padding: 1rem 0 2rem;
}

.footer-top {
    margin-bottom: 1.5rem;
}

.footer-brand-card,
.footer-newsletter {
    padding: 1.7rem;
}

.footer-brand {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-brand img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.footer-brand h2 {
    font-size: 1.4rem;
    margin-bottom: 0.35rem;
}

.footer-brand p,
.footer-note,
.footer-newsletter p {
    line-height: 1.75;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.footer-badges span {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 116, 200, 0.07);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 800;
}

.footer-newsletter h3 {
    margin: 0.8rem 0 0.6rem;
    font-size: 1.35rem;
}

.footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-grid h4 {
    margin-bottom: 0.9rem;
    font-size: 1.02rem;
}

.footer-links a,
.footer-contact a {
    color: var(--dark);
}

.footer-contact li {
    padding-left: 0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.footer-contact li::before {
    display: none;
}

.footer-contact i {
    color: var(--primary);
    margin-top: 0.28rem;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
    color: var(--primary);
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-social a {
    width: 2.85rem;
    height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 116, 200, 0.08);
    color: var(--primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    font-size: 0.95rem;
}

.floating-whatsapp {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 18px 35px rgba(34, 197, 94, 0.28);
    z-index: 1100;
}

.floating-whatsapp:hover {
    color: var(--white);
}

.move-top-button {
    --scroll-progress: 0%;
    position: fixed;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 1100;
    width: 62px;
    height: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.9rem 0.7rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(22px);
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.move-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.move-top-button:hover {
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.16);
}

.move-top-button__line {
    width: 3px;
    flex: 1;
    border-radius: 999px;
    background:
        linear-gradient(to top, var(--secondary), var(--primary)) 0 100% / 100% var(--scroll-progress) no-repeat,
        rgba(0, 0, 0, 0.1);
}

.move-top-button__text {
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.move-top-button__icon {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 116, 200, 0.12), rgba(229, 57, 53, 0.12));
}

[data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1199px) {
    .hero-grid,
    .error-layout,
    .about-split,
    .detail-grid,
    .contact-layout,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .hero-highlight-card {
        min-height: 100%;
    }

    .hero-brand-panel {
        grid-template-columns: 220px 1fr;
    }

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

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

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

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--shadow-soft);
    }

    .navbar-cta {
        margin-top: 0.75rem;
        width: 100%;
    }

    .hero-grid {
        min-height: auto;
        padding-top: 2rem;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-highlights,
    .error-links,
    .service-grid,
    .gallery-grid,
    .gallery-grid-large,
    .value-grid,
    .stat-grid,
    .timeline-grid.short {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newsletter-grid,
    .cta-banner {
        grid-template-columns: 1fr;
    }

    .cta-banner-actions {
        justify-content: start;
    }

    .page-loader__brand {
        grid-template-columns: 110px 1fr;
    }
}

@media (max-width: 767px) {
    .site-header {
        padding: 0.6rem 0;
    }

    .navbar-brand img {
        width: 54px;
        height: 54px;
    }

    .brand-copy strong {
        font-size: 0.95rem;
    }

    .brand-copy small {
        display: none;
    }

    .hero-section::before {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }

    .hero-brand-panel {
        grid-template-columns: 1fr;
    }

    .error-card__meta {
        flex-direction: column;
        align-items: start;
    }

    .error-panel__brand {
        grid-template-columns: 1fr;
    }

    .error-panel__brand img {
        width: 110px;
    }

    .hero-trustbar,
    .hero-actions,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .section-heading,
    .section-heading.centered {
        align-items: start;
        text-align: left;
    }

    .section-heading h2,
    .cta-banner h2 {
        max-width: none;
    }

    .value-grid,
    .service-grid,
    .timeline-grid,
    .contact-card-grid,
    .gallery-grid,
    .gallery-grid-large,
    .footer-grid,
    .hero-highlights,
    .stat-grid,
    .timeline-grid.short,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .page-hero,
    .section-block {
        padding: 3.5rem 0;
    }

    .floating-whatsapp {
        width: 56px;
        height: 56px;
        right: 1rem;
        bottom: 1rem;
    }

    .move-top-button {
        left: 1rem;
        bottom: 1rem;
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .move-top-button__line,
    .move-top-button__text {
        display: none;
    }

    .page-loader__panel {
        padding: 1.35rem;
    }

    .page-loader__brand {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .page-loader__brand img {
        width: 120px;
        margin: 0 auto;
    }
}

@keyframes loaderShimmer {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 110px 0, 0 0;
    }
}
