:root {
    --primary: #1a5fd6;
    --primary-dark: #1248a8;
    --primary-light: #e8f1ff;
    --accent: #f97316;
    --navy: #0c1e3f;
    --navy-soft: #132a52;
    --text: #1e293b;
    --muted: #64748b;
    --border: #e2e8f0;
    --white: #ffffff;
    --bg: #ffffff;
    --bg-alt: #f8fafc;
    --shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 20px 60px rgba(15, 23, 42, 0.12);
    --radius: 12px;
    --radius-lg: 20px;
    --nav-height: 86px;
    --topbar-height: 40px;
    --header-height: calc(var(--topbar-height) + var(--nav-height));
    --font: "Plus Jakarta Sans", system-ui, sans-serif;
    --site-gutter: clamp(1rem, 3.25vw, 2.75rem);
    --site-max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font);
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0.92)),
        var(--bg);
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: var(--header-height);
    --bg-art-x: 0px;
    --bg-art-y: 0px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

/* Premium page gutters — consistent inset on header, main, footer */
.site-header .container,
main .container,
.site-footer .container,
.page-banner .container {
    width: 100%;
    max-width: min(var(--site-max), 100% - (var(--site-gutter) * 2)) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}

.contact-map-section__label .container {
    max-width: min(var(--site-max), 100% - (var(--site-gutter) * 2)) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
}

::selection {
    background: var(--primary-light);
    color: var(--primary-dark);
}

.site-bg-art {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.site-bg-art::before,
.site-bg-art::after {
    content: "";
    position: absolute;
    inset: -8%;
    background-image: url("../images/premium-site-bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.42;
    transform: translate3d(var(--bg-art-x), var(--bg-art-y), 0) scale(1.03);
    transition: transform 0.18s ease-out;
    will-change: transform;
}

.site-bg-art::after {
    opacity: 0.18;
    filter: blur(14px);
    transform: translate3d(calc(var(--bg-art-x) * -0.65), calc(var(--bg-art-y) * -0.65), 0) scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .site-bg-art::before,
    .site-bg-art::after {
        transition: none;
        transform: none;
    }
}

.site-header,
main,
.site-footer,
.whatsapp-float,
.scroll-top {
    position: relative;
    z-index: 1;
}

/* Fixed header (top bar + menu) */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    background: var(--white);
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
}

/* Top bar */
.top-bar {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.9);
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    padding: 0.5rem 0;
    min-height: var(--topbar-height);
    display: flex;
    align-items: center;
}

.top-bar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    width: 100%;
}

.top-bar-locations {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.top-bar-locations::-webkit-scrollbar {
    display: none;
}

.top-bar-locations__text {
    white-space: nowrap;
    font-weight: 600;
}

.top-bar-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
}

.top-bar-meta li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.top-bar-meta a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: inherit;
    white-space: nowrap;
}

.top-bar-meta a:hover {
    color: #fff;
}

.top-bar-meta__label {
    font-weight: 600;
    white-space: nowrap;
}

.top-icon {
    flex-shrink: 0;
}

/* Navbar */
.corporate-nav {
    background: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.4rem 0;
    min-height: var(--nav-height);
    transition: padding 0.25s ease;
}

.site-header.is-scrolled .corporate-nav {
    padding: 0.3rem 0;
    box-shadow: none;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-logo {
    flex-shrink: 0;
}

.brand-logo-img {
    display: block;
    width: 135px;
    height: 70px;
    max-width: min(135px, 58vw);
    object-fit: contain;
    flex-shrink: 0;
}

.footer-brand .brand-logo-img {
    width: 150px;
    height: 96px;
    max-width: 150px;
    background: #fff;
    border-radius: 8px;
    padding: 0.3rem 0.6rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
}

.brand-text small {
    font-size: 0.68rem;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.navbar-nav .nav-link {
    color: var(--text);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-nav .nav-link.active::after {
    content: none;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    font-weight: 700;
    border-radius: 8px;
    padding: 0.55rem 1.25rem;
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    font-weight: 700;
    border-radius: 8px;
}

.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-nav {
    padding: 0.55rem 1.35rem !important;
}

.navbar-toggler {
    border: 1px solid rgba(226, 232, 240, 0.95);
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
    padding: 0;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.navbar-toggler:hover {
    border-color: rgba(26, 95, 214, 0.22);
    transform: translateY(-1px);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(26, 95, 214, 0.16);
}

.navbar-toggler-icon {
    width: 22px;
    height: 2px;
    background-color: var(--navy);
    background-image: none;
    border-radius: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: top 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 14px 34px rgba(26, 95, 214, 0.28);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    background: #fff;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1025;
    background: rgba(12, 30, 63, 0.42);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

body.mobile-nav-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
}

.mobile-menu-head {
    display: none;
}

.brand-mark.navbar-brand {
    margin-right: 0;
    padding: 0;
}

/* Hero — image slider only */
.hero-corporate {
    position: relative;
    overflow: hidden;
}

.hero-corporate--images {
    min-height: clamp(380px, 58vh, 620px);
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: clamp(380px, 58vh, 620px);
}

.hero-bg.swiper,
.hero-bg .swiper-wrapper,
.hero-bg .swiper-slide {
    width: 100%;
    height: 100%;
    min-height: clamp(380px, 58vh, 620px);
}

.hero-bg .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-slide-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.04);
    transition: transform 8s ease-out;
    background: var(--navy);
}

.hero-bg .swiper-slide-active .hero-slide-img {
    transform: scale(1);
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(8, 20, 45, 0.88) 0%,
        rgba(8, 20, 45, 0.55) 42%,
        rgba(8, 20, 45, 0.2) 100%
    );
    pointer-events: none;
}

.hero-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 2.5rem clamp(1.25rem, 5vw, 4rem) 4.5rem;
    max-width: 820px;
}

.swiper-slide:not(.swiper-slide-active) .hero-slide-caption {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.swiper-slide-active .hero-slide-caption {
    opacity: 1;
    visibility: visible;
}

.hero-slide-headline .hero-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 0.28em;
}

.hero-slide-headline .hero-word-inner {
    display: inline-block;
    will-change: transform, opacity;
}

.hero-slide-tag,
.hero-slide-link {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide-tag,
    .hero-slide-headline .hero-word-inner,
    .hero-slide-link {
        opacity: 1 !important;
        transform: none !important;
    }
}

.hero-slide-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-slide-tag i {
    font-size: 0.85rem;
    color: #93c5fd;
}

.hero-slide-headline {
    margin: 0 0 1.1rem;
    font-size: clamp(1.5rem, 3.8vw, 2.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero-slide-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(26, 95, 214, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-slide-link:hover {
    color: #fff;
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(26, 95, 214, 0.45);
}

.hero-slide-link i {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.hero-slide-link:hover i {
    transform: translateX(4px);
}

.hero-pagination {
    bottom: 1.25rem !important;
    z-index: 2;
}

.hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: width 0.35s ease, background 0.35s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #fff;
}
/* Sections */
.section-block {
    padding: 5rem 0;
}

.section-alt {
    background: var(--bg-alt);
}

.section-label {
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.section-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.section-text {
    color: var(--muted);
    font-size: 1.02rem;
    max-width: 720px;
}

.section-intro {
    margin-bottom: 3rem;
}

.local-seo-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.34), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(249, 115, 22, 0.18), transparent 28%),
        linear-gradient(135deg, #071a38 0%, #0c1e3f 48%, #123d78 100%);
}

.local-seo-section .section-label {
    color: #93c5fd;
}

.local-seo-section .section-heading {
    color: #fff;
}

.local-seo-section .section-text {
    color: rgba(255, 255, 255, 0.78);
}

.local-seo-section .btn-outline-primary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.local-seo-section .btn-outline-primary:hover {
    color: var(--navy);
    border-color: #fff;
    background: #fff;
}

.local-area-card {
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.local-area-card:hover {
    transform: translateY(-4px);
    border-color: rgba(147, 197, 253, 0.55);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.local-area-card span {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.local-area-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 0.35rem;
}

.local-area-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.55;
}

/* Services list pills */
.services-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 auto 1.5rem;
    padding: 0;
    list-style: none;
    max-width: 1100px;
}

.services-pills a {
    display: inline-block;
    padding: 0.45rem 1rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 700;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.services-pills a:hover {
    border-color: var(--primary);
    background: var(--primary-light);
    color: var(--primary-dark);
}

/* Premium service cards */
.premium-service-card {
    --psc-accent: #1a5fd6;
    --psc-accent-soft: #e8f1ff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 12px 32px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease;
}

.premium-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(26, 95, 214, 0.35), transparent 45%, transparent 55%, rgba(26, 95, 214, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 2;
}

.premium-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(26, 95, 214, 0.22);
    box-shadow:
        0 8px 16px rgba(26, 95, 214, 0.08),
        0 24px 48px rgba(15, 23, 42, 0.12);
}

.premium-service-card:hover::before {
    opacity: 1;
}

.psc-shine {
    position: absolute;
    top: -50%;
    left: -60%;
    width: 45%;
    height: 200%;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
    transform: rotate(12deg);
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 3;
}

.premium-service-card:hover .psc-shine {
    left: 120%;
}

.psc-header {
    position: relative;
    padding: 1.75rem 1.5rem 2.5rem;
    min-height: 168px;
    overflow: hidden;
}

.psc-header-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, var(--psc-accent), color-mix(in srgb, var(--psc-accent) 75%, #000));
    opacity: 1;
}

.psc-header-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.28) 0%, transparent 42%),
        radial-gradient(circle at 10% 90%, rgba(0, 0, 0, 0.12) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.9;
}

.psc-category {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.psc-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    margin-top: 1.25rem;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--psc-accent);
    font-size: 1.65rem;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.premium-service-card:hover .psc-icon {
    transform: scale(1.06) rotate(-3deg);
}

.psc-body {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.65rem 1.5rem 1.5rem;
    margin-top: -1.25rem;
    background: var(--white);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.04);
}

.psc-title {
    margin: 0 0 0.65rem;
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.psc-description {
    flex: 1;
    margin: 0 0 1.35rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.65;
}

.psc-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    background: var(--psc-accent-soft);
    color: var(--psc-accent);
    font-size: 0.88rem;
    font-weight: 800;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.psc-cta i {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: var(--white);
    font-size: 0.75rem;
    box-shadow: 0 2px 8px rgba(26, 95, 214, 0.12);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.premium-service-card:hover .psc-cta {
    background: var(--psc-accent);
    color: #fff;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--psc-accent) 35%, transparent);
}

.premium-service-card:hover .psc-cta i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateX(4px);
}

/* Per-service accent colors */
.premium-service-card.service-media-software { --psc-accent: #1a5fd6; --psc-accent-soft: #e8f1ff; }
.premium-service-card.service-media-mobile { --psc-accent: #7c3aed; --psc-accent-soft: #f3e8ff; }
.premium-service-card.service-media-web { --psc-accent: #0891b2; --psc-accent-soft: #e0f2fe; }
.premium-service-card.service-media-seo { --psc-accent: #059669; --psc-accent-soft: #d1fae5; }
.premium-service-card.service-media-marketing { --psc-accent: #ea580c; --psc-accent-soft: #ffedd5; }
.premium-service-card.service-media-leads { --psc-accent: #be185d; --psc-accent-soft: #fce7f3; }

/* Services grid spacing */
.services-grid .col-md-6,
.services-grid .col-lg-4 {
    display: flex;
}

.services-grid .premium-service-card {
    width: 100%;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    padding: 2.5rem 0;
}

.cta-banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
}

.cta-banner-inner p {
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 700;
}

.cta-banner-inner a {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-banner-inner a:hover {
    opacity: 0.9;
}

/* About visual */
.about-visual {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.experience-badge {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    background: var(--primary);
    color: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.experience-badge strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.experience-badge span {
    font-size: 0.82rem;
    font-weight: 600;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    color: var(--text);
    font-weight: 600;
}

.check-list i {
    color: var(--primary);
}

.inline-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1.5rem;
}

.inline-stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.inline-stat span {
    font-size: 0.88rem;
    color: var(--muted);
    font-weight: 600;
}

/* Process */
.process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.process-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
    text-align: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.process-num {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-light);
    color: transparent;
    background: linear-gradient(135deg, var(--primary), #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.process-item h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.process-item p {
    font-size: 0.88rem;
    color: var(--muted);
    margin: 0;
}

/* Team */
.team-slider-shell {
    position: relative;
    padding: 0.35rem 0.1rem 0;
    --team-progress: 16.666%;
}

.team-carousel {
    padding: 0.75rem 0.25rem 1.45rem;
}

.team-carousel .swiper-slide {
    height: auto;
    opacity: 0.58;
    transform: scale(0.94);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.team-carousel .swiper-slide-visible,
.team-carousel .swiper-slide-active {
    opacity: 1;
}

.team-carousel .swiper-slide-active {
    transform: scale(1);
}

.team-card {
    position: relative;
    isolation: isolate;
    --team-rotate-x: 0deg;
    --team-rotate-y: 0deg;
    --team-glare-x: 50%;
    --team-glare-y: 0%;
    min-height: 220px;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
        var(--white);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 24px;
    padding: 2.15rem 1.35rem 1.75rem;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.07);
    transform: perspective(900px) rotateX(var(--team-rotate-x)) rotateY(var(--team-rotate-y)) translateY(0);
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% -8%, rgba(26, 95, 214, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(26, 95, 214, 0.08), transparent 42%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.team-card::after {
    content: "";
    position: absolute;
    inset: -45%;
    z-index: -1;
    background:
        radial-gradient(circle at var(--team-glare-x) var(--team-glare-y), rgba(255, 255, 255, 0.78), transparent 18%),
        linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.45) 48%, transparent 60%);
    opacity: 0;
    transform: translateX(-26%) rotate(10deg);
    transition: opacity 0.25s ease, transform 0.45s ease;
    pointer-events: none;
}

.team-card:hover {
    transform: perspective(900px) rotateX(var(--team-rotate-x)) rotateY(var(--team-rotate-y)) translateY(-8px);
    border-color: rgba(26, 95, 214, 0.2);
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.12);
}

.team-card:hover::before {
    opacity: 1;
}

.team-card:hover::after {
    opacity: 1;
    transform: translateX(12%) rotate(10deg);
}

.team-carousel .swiper-slide-active .team-card {
    border-color: rgba(26, 95, 214, 0.26);
    box-shadow: 0 24px 70px rgba(26, 95, 214, 0.16);
}

.team-carousel .swiper-slide-active .team-card::before {
    opacity: 1;
}

.team-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto 1.15rem;
    border-radius: 50%;
    background:
        linear-gradient(135deg, var(--primary), #60a5fa),
        var(--primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    box-shadow:
        0 16px 32px rgba(26, 95, 214, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover .team-avatar,
.team-carousel .swiper-slide-active .team-avatar {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 20px 38px rgba(26, 95, 214, 0.34),
        0 0 0 9px rgba(26, 95, 214, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.team-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.25rem;
    letter-spacing: -0.03em;
}

.team-card p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}

.team-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 0.45rem;
}

.team-slider-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 50%;
    background: var(--white);
    color: var(--navy);
    display: inline-grid;
    place-items: center;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.team-slider-btn:hover,
.team-slider-btn:focus-visible {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.team-slider-btn:active {
    transform: translateY(0) scale(0.94);
}

.team-slider-btn.swiper-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.team-pagination {
    position: static;
    width: auto !important;
    min-width: 76px;
}

.team-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(26, 95, 214, 0.3);
    opacity: 1;
}

.team-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--primary);
}

.team-slider-progress {
    width: min(220px, 70vw);
    height: 4px;
    margin: 0.7rem auto 0;
    border-radius: 999px;
    background: rgba(26, 95, 214, 0.12);
    overflow: hidden;
}

.team-slider-progress span {
    display: block;
    width: var(--team-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary), #60a5fa);
    box-shadow: 0 0 18px rgba(26, 95, 214, 0.35);
    transition: width 0.35s ease;
}

.team-slider-hint {
    margin: 0.55rem 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Reviews */
.review-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: var(--shadow);
}

.review-card .stars {
    color: #f59e0b;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
}

.review-card p {
    font-size: 1.1rem;
    color: var(--text);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.review-author > span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.review-author strong {
    display: block;
    color: var(--navy);
}

.review-author small {
    color: var(--muted);
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

/* Projects */
.project-card {
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease;
}

.project-card:hover {
    transform: translateY(-4px);
}

.project-card span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.project-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0.35rem 0 0.75rem;
}

.project-card a {
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
}

.card-blue { background: linear-gradient(135deg, #1a5fd6, #3b82f6); }
.card-purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.card-orange { background: linear-gradient(135deg, #ea580c, #fb923c); }
.card-green { background: linear-gradient(135deg, #059669, #34d399); }
.card-pink { background: linear-gradient(135deg, #be185d, #f472b6); }
.card-cyan { background: linear-gradient(135deg, #0891b2, #22d3ee); }

/* Page banner */
.page-banner {
    margin-top: 0;
    background: linear-gradient(135deg, var(--navy), var(--primary-dark));
    padding: 3.5rem 0;
    color: #fff;
}

.page-banner-inner h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    margin: 0.5rem 0;
}

.page-banner-inner p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 600px;
}

.breadcrumb-nav {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-nav a:hover {
    color: #fff;
}

.breadcrumb-nav span {
    margin: 0 0.4rem;
}

.inner-page .section-block:first-of-type {
    padding-top: 4rem;
}

.contact-page .section-block:first-of-type {
    padding-top: 0;
}

/* Portfolio filters */
.filter-controls {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.35rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 999px;
}

.filter-controls button {
    border: 0;
    background: transparent;
    color: var(--muted);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    cursor: pointer;
}

.filter-controls button.active,
.filter-controls button:hover {
    background: var(--primary);
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.portfolio-card {
    border-radius: var(--radius);
    min-height: 280px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.portfolio-card.card-blue { background: linear-gradient(135deg, #1a5fd6, #3b82f6); }
.portfolio-card.card-purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.portfolio-card.card-orange { background: linear-gradient(135deg, #ea580c, #fb923c); }
.portfolio-card.card-green { background: linear-gradient(135deg, #059669, #34d399); }
.portfolio-card.card-pink { background: linear-gradient(135deg, #be185d, #f472b6); }
.portfolio-card.card-cyan { background: linear-gradient(135deg, #0891b2, #22d3ee); }

.portfolio-card.is-hidden {
    display: none;
}

.portfolio-card:hover {
    transform: translateY(-4px);
}

.portfolio-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(12, 30, 63, 0.9));
    color: #fff;
}

.portfolio-overlay span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #93c5fd;
}

.portfolio-overlay h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0.35rem 0 0.5rem;
}

/* Features grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

.feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: box-shadow 0.25s ease;
}

.feature-card:hover {
    box-shadow: var(--shadow);
}

.feature-card i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.feature-card p {
    font-size: 0.88rem;
    color: var(--muted);
    margin: 0;
}

/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.stat-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
}

.stat-card strong {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
}

.stat-card p {
    color: var(--muted);
    font-weight: 600;
    margin: 0.5rem 0 0;
}

/* Contact page — premium */
.contact-page .section-block {
    position: relative;
}

.contact-premium-section {
    position: relative;
    overflow: hidden;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

.contact-premium-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 50% at 10% 20%, rgba(26, 95, 214, 0.08), transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 80%, rgba(249, 115, 22, 0.06), transparent 50%),
        linear-gradient(180deg, var(--bg-alt) 0%, var(--white) 100%);
}

.contact-response-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(26, 95, 214, 0.12), rgba(26, 95, 214, 0.04));
    border: 1px solid rgba(26, 95, 214, 0.18);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.contact-response-badge i {
    color: var(--accent);
}

.contact-sidebar__title {
    margin-bottom: 0.75rem;
}

.contact-cards {
    display: grid;
    gap: 0.85rem;
    margin: 1.75rem 0 1.25rem;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(26, 95, 214, 0.25);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.contact-card__icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 1rem;
    color: #fff;
}

.contact-card__icon--location {
    background: linear-gradient(135deg, #1a5fd6, #3b82f6);
}

.contact-card__icon--phone {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.contact-card__icon--email {
    background: linear-gradient(135deg, #0c1e3f, #1e3a5f);
}

.contact-card h4 {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
    margin: 0 0 0.25rem;
}

.contact-card p,
.contact-card a {
    margin: 0;
    font-weight: 600;
    color: var(--navy);
    font-size: 0.95rem;
    line-height: 1.45;
}

.contact-card p + p {
    margin-top: 0.25rem;
}

.contact-card small,
.footer-contact small {
    color: var(--muted);
    font-size: 0.78em;
    font-weight: 700;
}

.contact-card a:hover {
    color: var(--primary);
}

.contact-whatsapp-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-radius: var(--radius);
    background: linear-gradient(135deg, #128c7e, #25d366);
    color: #fff;
    box-shadow: 0 12px 32px rgba(18, 140, 126, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-whatsapp-card:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(18, 140, 126, 0.45);
}

.contact-whatsapp-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.35rem;
}

.contact-whatsapp-card__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.contact-whatsapp-card__text strong {
    font-size: 0.95rem;
    font-weight: 800;
}

.contact-whatsapp-card__text small {
    font-size: 0.82rem;
    opacity: 0.9;
    font-weight: 600;
}

.contact-whatsapp-card__arrow {
    transition: transform 0.3s ease;
}

.contact-whatsapp-card:hover .contact-whatsapp-card__arrow {
    transform: translateX(4px);
}

.contact-form--premium {
    position: relative;
    height: 100%;
    padding: 2.25rem 2rem 2rem;
    background: var(--white);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.contact-form__glow {
    position: absolute;
    top: -40%;
    right: -20%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 95, 214, 0.12), transparent 70%);
    pointer-events: none;
}

.contact-form__header {
    position: relative;
    margin-bottom: 1.5rem;
}

.contact-form__badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.65rem;
    border-radius: 6px;
    background: var(--primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-form__header h3 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--navy);
    margin: 0 0 0.4rem;
}

.contact-form__header p {
    margin: 0;
    color: var(--muted);
    font-weight: 600;
    font-size: 0.92rem;
    max-width: 36ch;
}

.contact-form__progress {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.contact-form__progress-track {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: var(--primary-light);
    overflow: hidden;
}

.contact-form__progress-bar {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary), #3b82f6);
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form__progress-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--primary-dark);
    white-space: nowrap;
}

.contact-alert {
    margin-bottom: 1.25rem;
}

.form-field-premium {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    background: var(--bg-alt);
    border: 1px solid transparent;
    border-radius: 12px;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-field-premium:hover {
    background: #fff;
    border-color: var(--border);
}

.form-field-premium.is-focused,
.form-field-premium.has-value {
    background: #fff;
    border-color: rgba(26, 95, 214, 0.22);
    box-shadow: 0 0 0 3px rgba(26, 95, 214, 0.08);
}

.form-field-premium.is-valid {
    border-color: rgba(5, 150, 105, 0.35);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.08);
}

.form-field-premium.is-invalid {
    border-color: rgba(239, 68, 68, 0.4);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}

.form-field-premium__icon {
    flex-shrink: 0;
    width: 1.35rem;
    margin-top: 1.1rem;
    text-align: center;
    color: var(--muted);
    transition: color 0.25s ease;
}

.form-field-premium.is-focused .form-field-premium__icon,
.form-field-premium.has-value .form-field-premium__icon {
    color: var(--primary);
}

.form-field-premium__body {
    position: relative;
    flex: 1;
    min-width: 0;
}

.form-field-premium__body input,
.form-field-premium__body select,
.form-field-premium__body textarea {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1.35rem 0 0.45rem;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy);
    margin: 0;
}

.form-field-premium__body textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 1.5rem;
}

.form-field-premium__body label {
    position: absolute;
    left: 0;
    top: 1rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--muted);
    pointer-events: none;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    margin: 0;
}

.form-field-premium__body input:focus,
.form-field-premium__body select:focus,
.form-field-premium__body textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-field-premium__body input:focus + label,
.form-field-premium__body input:not(:placeholder-shown) + label,
.form-field-premium__body textarea:focus + label,
.form-field-premium__body textarea:not(:placeholder-shown) + label,
.form-field-premium.has-value .form-field-premium__body label {
    top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.form-field-premium--select:not(.has-value):not(.is-focused) .form-field-premium__body label {
    display: none;
}

.form-field-premium--select.has-value .form-field-premium__body label,
.form-field-premium--select.is-focused .form-field-premium__body label {
    display: block;
    top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.form-field-premium--select.has-value .form-field-premium__body select,
.form-field-premium--select.is-focused .form-field-premium__body select {
    padding-top: 1.5rem;
}

.form-field-premium--select:not(.has-value):not(.is-focused) .form-field-premium__body select {
    padding-top: 0.65rem;
    color: var(--muted);
}

.form-field-premium--select.has-value .form-field-premium__body select {
    color: var(--navy);
}

.form-field-premium__body select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 1.25rem;
}

.form-field-premium__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--border);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease;
}

.form-field-premium.has-value .form-field-premium__line,
.form-field-premium.is-focused .form-field-premium__line {
    transform: scaleX(1);
    background: linear-gradient(90deg, var(--primary), #3b82f6);
}

.form-field-premium__counter {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--muted);
}

.contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--navy-soft), var(--navy));
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: not-allowed;
    opacity: 0.65;
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-submit-btn.is-ready {
    cursor: pointer;
    opacity: 1;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 32px rgba(26, 95, 214, 0.35);
}

.contact-submit-btn.is-ready:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(26, 95, 214, 0.45);
}

.contact-submit-btn__icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.contact-submit-btn.is-ready:hover .contact-submit-btn__icon {
    transform: translateX(3px) rotate(-8deg);
}

.contact-submit-btn.is-submitting {
    pointer-events: none;
    opacity: 0.8;
}

.contact-form__privacy {
    margin: 0.85rem 0 0;
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.contact-map-section__label {
    padding: 2rem 0 1rem;
    background: var(--white);
}

.contact-map-section__label .section-label {
    margin-bottom: 0.35rem;
}

.contact-map-section__title {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 800;
    color: var(--navy);
    margin: 0;
}

.office-map-legend--full li {
    padding: 0.35rem 0.75rem;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: 999px;
}

/* Contact — legacy / shared */
.contact-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0;
}

.contact-list a,
.contact-list span {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--muted);
    font-weight: 600;
}

.contact-list i {
    color: var(--primary);
    margin-top: 0.2rem;
}

.contact-info-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.contact-info-box h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.contact-info-box p,
.contact-info-box a {
    color: var(--muted);
    margin: 0;
    font-weight: 600;
}

.map-frame {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    height: 280px;
}

.map-frame--infographic {
    height: auto;
    border: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.contact-map-section {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.map-frame--full {
    width: 100%;
}

.map-frame--full .map-stage {
    height: 440px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.map-frame--full .offices-map {
    min-height: 440px;
}

.contact-map-section .container {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

.office-map-legend--full {
    justify-content: center;
    margin-top: 0;
}

.map-stage {
    position: relative;
    height: 360px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: var(--shadow-lg);
    background: #f3efe6;
}

.map-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 500;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.1) 100%);
}

.map-frame iframe,
.offices-map {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 100%;
    background: #f3efe6;
}

.map-frame--infographic .offices-map {
    height: 100%;
    min-height: 360px;
}

.map-frame--infographic .leaflet-container {
    font-family: var(--font);
    background: #f3efe6;
}

.map-frame--infographic .leaflet-tile-pane {
    filter: none;
}

.map-frame--infographic .leaflet-tile {
    image-rendering: auto;
}

.map-frame--infographic .leaflet-control-zoom {
    border: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    overflow: hidden;
}

.map-frame--infographic .leaflet-control-zoom a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--border);
}

.map-frame--infographic .leaflet-control-zoom a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.map-frame--infographic .leaflet-control-attribution {
    font-size: 0.62rem;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 6px 0 0 0;
    padding: 2px 6px;
}

.map-pin-wrap {
    background: transparent;
    border: 0;
}

.map-pin {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 38px;
    cursor: pointer;
}

.map-pin__bubble {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow:
        inset 4px 4px 10px rgba(255, 255, 255, 0.45),
        inset -3px -3px 8px rgba(0, 0, 0, 0.12),
        0 10px 18px rgba(15, 23, 42, 0.28);
}

.map-pin__stem {
    display: block;
    width: 4px;
    height: 9px;
    margin-top: -5px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.2);
}

.map-pin__shadow {
    display: block;
    width: 18px;
    height: 6px;
    margin-top: 3px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.22);
    filter: blur(2px);
}

.map-pin--red .map-pin__bubble,
.map-pin--red .map-pin__stem {
    background: linear-gradient(145deg, #ff7b7b, #e53935);
}

.map-pin--orange .map-pin__bubble,
.map-pin--orange .map-pin__stem {
    background: linear-gradient(145deg, #ffb347, #f97316);
}

.map-pin--amber .map-pin__bubble,
.map-pin--amber .map-pin__stem {
    background: linear-gradient(145deg, #fcd34d, #f59e0b);
}

.map-pin--blue .map-pin__bubble,
.map-pin--blue .map-pin__stem {
    background: linear-gradient(145deg, #5b9fff, #1a5fd6);
}

.map-pin--green .map-pin__bubble,
.map-pin--green .map-pin__stem {
    background: linear-gradient(145deg, #6ee7b7, #059669);
}

.map-pin--purple .map-pin__bubble,
.map-pin--purple .map-pin__stem {
    background: linear-gradient(145deg, #c4b5fd, #7c3aed);
}

.map-pin--hero {
    width: 46px;
}

.map-pin--hero .map-pin__bubble {
    width: 30px;
    height: 30px;
}

.map-pin--hero .map-pin__stem {
    width: 5px;
    height: 11px;
}

.map-pin--hero .map-pin__shadow {
    width: 22px;
}

.map-popup-shell .leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
    border: 1px solid var(--border);
}

.map-popup-shell .leaflet-popup-content {
    margin: 0.65rem 0.85rem;
    line-height: 1.35;
}

.map-popup strong {
    display: block;
    color: var(--navy);
    font-size: 0.92rem;
}

.map-popup span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
}

.map-popup-shell .leaflet-popup-tip {
    box-shadow: none;
}

.office-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}

.office-map-legend li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
}

.office-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 2px rgba(26, 95, 214, 0.2);
}

.office-dot--red {
    background: #e53935;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.22);
}

.office-dot--orange {
    background: #f97316;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.22);
}

.office-dot--amber {
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.22);
}

.office-dot--blue {
    background: var(--primary);
    box-shadow: 0 0 0 2px rgba(26, 95, 214, 0.22);
}

.office-dot--green {
    background: #059669;
    box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.22);
}

.office-dot--purple {
    background: #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.22);
}

.contact-form:not(.contact-form--premium) {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow);
}

.contact-form:not(.contact-form--premium) label {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--navy);
    margin-bottom: 0.35rem;
    display: block;
}

.contact-form:not(.contact-form--premium) input,
.contact-form:not(.contact-form--premium) select,
.contact-form:not(.contact-form--premium) textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-family: inherit;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.contact-form:not(.contact-form--premium) input:focus,
.contact-form:not(.contact-form--premium) select:focus,
.contact-form:not(.contact-form--premium) textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.privacy-note {
    font-size: 0.85rem;
    color: var(--muted);
    margin: 0;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.alert {
    border-radius: 8px;
    font-weight: 600;
}

/* Service detail */
.service-detail-hero {
    padding-top: 2rem;
}

.back-link {
    color: var(--primary);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.detail-features {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
}

.detail-features ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.detail-features li {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
    color: var(--muted);
    font-weight: 600;
}

.detail-features li i {
    color: var(--primary);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.process-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
}

.process-card span {
    color: var(--primary);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

.seo-faq-section {
    position: relative;
    overflow: hidden;
}

.seo-faq-section::before {
    content: "";
    position: absolute;
    inset: 8% auto auto -8%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(26, 95, 214, 0.1);
    filter: blur(70px);
    pointer-events: none;
}

.seo-faq-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.seo-faq-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    padding: 1.35rem;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.seo-faq-card:hover {
    transform: translateY(-4px);
    border-color: rgba(26, 95, 214, 0.22);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.seo-faq-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.seo-faq-card h3 {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.seo-faq-card p {
    color: var(--muted);
    font-size: 0.91rem;
    margin: 0;
}

/* Tech marquee */
.tech-marquee {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
}

.tech-track {
    display: flex;
    width: max-content;
    animation: marquee 22s linear infinite;
}

.tech-item {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.25rem 2rem;
    font-weight: 700;
    color: var(--navy);
}

.tech-item i {
    color: var(--primary);
    font-size: 1.75rem;
}

@keyframes marquee {
    to { transform: translateX(-50%); }
}

/* Footer */
.site-footer {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.85);
    font-family: Calibri, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
}

.footer-brand .brand-text strong {
    color: #fff;
}

.footer-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.7;
}

.footer-title {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.55rem;
    font-size: 12px;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-contact i {
    color: var(--primary);
    margin-right: 0.5rem;
    width: 18px;
}

.social-row {
    display: flex;
    gap: 0.6rem;
}

.social-row a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    color: #fff;
}

.social-row a:hover {
    background: var(--primary);
}

.newsletter-form {
    display: flex;
    position: relative;
}

.newsletter-form input {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 8px;
    padding: 0.65rem 3rem 0.65rem 1rem;
    font-family: inherit;
    font-size: 12px;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 36px;
    border: 0;
    border-radius: 6px;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
}

.form-note {
    font-size: 12px;
    margin-top: 0.5rem;
    font-weight: 600;
}

.form-note.success { color: #86efac; }
.form-note.error { color: #fca5a5; }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.25rem 0 1.5rem;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 99;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 1.65rem;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.whatsapp-float:hover {
    color: #fff;
    background: #1ebe57;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
    line-height: 1;
}

.scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 5.5rem;
    z-index: 99;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .process-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corporate-nav .container {
        position: relative;
    }

    #navbarNav.mobile-nav-panel {
        position: fixed;
        left: max(0.85rem, env(safe-area-inset-left));
        right: max(0.85rem, env(safe-area-inset-right));
        top: calc(var(--header-height) + 0.75rem);
        z-index: 1031;
        width: auto;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        max-height: calc(100dvh - var(--header-height) - 1.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0.8rem;
        background:
            radial-gradient(circle at 18% 0%, rgba(26, 95, 214, 0.14), transparent 34%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 28px;
        box-shadow: 0 30px 80px rgba(12, 30, 63, 0.24);
        transform: translateY(-14px) scale(0.96);
        opacity: 0;
        visibility: hidden;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, visibility 0.28s ease;
    }

    #navbarNav.mobile-nav-panel.show,
    #navbarNav.mobile-nav-panel.collapsing {
        display: block !important;
        height: auto !important;
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    #navbarNav.mobile-nav-panel.collapsing {
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, visibility 0.28s ease;
    }

    #navbarNav.mobile-nav-panel::before {
        content: none;
    }

    #navbarNav.mobile-nav-panel .mobile-menu-head {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        padding: 0.85rem 0.95rem 1rem;
        margin-bottom: 0.55rem;
        border-radius: 22px;
        color: #fff;
        background:
            linear-gradient(135deg, rgba(26, 95, 214, 0.98), rgba(12, 30, 63, 0.98)),
            var(--primary);
        box-shadow: 0 16px 34px rgba(26, 95, 214, 0.22);
    }

    #navbarNav.mobile-nav-panel .mobile-menu-head span {
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        opacity: 0.78;
    }

    #navbarNav.mobile-nav-panel .mobile-menu-head strong {
        font-size: 1.12rem;
        letter-spacing: -0.03em;
    }

    #navbarNav.mobile-nav-panel .navbar-nav {
        gap: 0.25rem;
        padding: 0.15rem 0 0;
    }

    #navbarNav.mobile-nav-panel .nav-item {
        width: 100%;
    }

    #navbarNav.mobile-nav-panel .nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        width: 100%;
        padding: 0.86rem 0.95rem !important;
        border-radius: 18px;
        background: transparent;
        border: 1px solid transparent;
        color: var(--navy);
        font-size: 0.98rem;
        font-weight: 800;
        letter-spacing: -0.01em;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    #navbarNav.mobile-nav-panel .nav-link::before {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        flex: 0 0 0.55rem;
        border-radius: 50%;
        background: rgba(26, 95, 214, 0.18);
        box-shadow: inset 0 0 0 2px rgba(26, 95, 214, 0.08);
        transition: background 0.2s ease, transform 0.2s ease;
    }

    #navbarNav.mobile-nav-panel .nav-link::after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.68rem;
        color: rgba(100, 116, 139, 0.65);
        margin-left: auto;
        transition: transform 0.2s ease, color 0.2s ease;
    }

    #navbarNav.mobile-nav-panel .nav-link:hover,
    #navbarNav.mobile-nav-panel .nav-link:focus-visible {
        background: rgba(255, 255, 255, 0.72);
        border-color: rgba(26, 95, 214, 0.12);
        color: var(--primary-dark);
        transform: translateX(2px);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    }

    #navbarNav.mobile-nav-panel .nav-link:hover::before,
    #navbarNav.mobile-nav-panel .nav-link:focus-visible::before {
        background: var(--primary);
        transform: scale(1.08);
    }

    #navbarNav.mobile-nav-panel .nav-link:hover::after,
    #navbarNav.mobile-nav-panel .nav-link:focus-visible::after {
        color: var(--primary);
        transform: translateX(3px);
    }

    #navbarNav.mobile-nav-panel .nav-link.active {
        background: #fff;
        border-color: rgba(26, 95, 214, 0.16);
        color: var(--primary-dark);
        box-shadow: 0 12px 28px rgba(26, 95, 214, 0.12);
    }

    #navbarNav.mobile-nav-panel .nav-link.active::before {
        background: var(--primary);
        box-shadow: 0 0 0 5px rgba(26, 95, 214, 0.1);
    }

    #navbarNav.mobile-nav-panel .nav-link:active {
        transform: scale(0.98);
    }

    #navbarNav.mobile-nav-panel .language-switcher {
        width: 100%;
        justify-content: center;
        padding: 0.62rem 0.85rem;
        margin: 0.35rem 0 0.25rem;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(226, 232, 240, 0.9);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    }

    #navbarNav.mobile-nav-panel .btn-nav {
        width: 100%;
        margin-top: 0.45rem;
        padding: 0.92rem 1rem !important;
        border-radius: 18px;
        font-size: 1rem;
        box-shadow: 0 16px 34px rgba(26, 95, 214, 0.28);
    }
}

@media (max-width: 767.98px) {
    .hero-slide-caption {
        text-align: center;
        max-width: 100%;
        padding-bottom: 5rem;
    }

    .hero-slide-tag {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-slide-link {
        margin: 0 auto;
    }

    .process-row,
    .feature-grid,
    .portfolio-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .inline-stats {
        gap: 1.25rem;
    }

    .cta-banner-inner {
        justify-content: center;
        text-align: center;
    }
}

/* Language switcher */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--bg-alt);
    font-size: 0.78rem;
    font-weight: 800;
}

.language-switcher a {
    color: var(--muted);
    padding: 0.1rem 0.25rem;
}

.language-switcher a.active,
.language-switcher a:hover {
    color: var(--primary);
}

.language-switcher span {
    color: var(--border);
    font-weight: 400;
}
