:root {
    --ink-900: #111827;
    --ink-700: #334155;
    --ink-500: #64748b;
    --paper: #f8fafc;
    --white: #ffffff;
    --line: #dbe4ee;
    --brand-a: #0f766e;
    --brand-b: #0ea5e9;
    --brand-c: #f97316;
    --deep: #0b1120;
    --soft-gradient: linear-gradient(135deg, #e0f2fe 0%, #f8fafc 50%, #e2e8f0 100%);
    --hero-gradient: linear-gradient(140deg, #0b1120 0%, #10243d 45%, #0f172a 100%);
    --brand-gradient: linear-gradient(135deg, var(--brand-a), var(--brand-b));
    --accent-gradient: linear-gradient(135deg, var(--brand-c), #fb7185);
    --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.18);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.neo-2026,
body.theme-2026 {
    font-family: 'Manrope', sans-serif;
    color: var(--ink-900);
    background: var(--paper);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Sora', sans-serif;
    letter-spacing: -0.02em;
}

section {
    padding: 80px 0;
}

.section-shell {
    padding: 110px 0;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 14px;
}

.section-copy {
    color: var(--ink-700);
    line-height: 1.7;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.eyebrow::before {
    content: '';
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.7);
}

.eyebrow.dark {
    color: var(--ink-500);
}

.eyebrow.dark::before {
    background: var(--brand-b);
}

.tone-soft {
    background: var(--soft-gradient);
}

.tone-dark {
    background: radial-gradient(circle at 15% 15%, rgba(14, 165, 233, 0.2), transparent 30%),
                linear-gradient(140deg, #0b1220, #132139 55%, #101a2f);
    color: var(--white);
}

.btn-pill {
    border-radius: 999px;
    padding: 0.85rem 1.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.btn-primary {
    border: none;
    background: var(--brand-gradient);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--accent-gradient);
    color: var(--white);
    transform: translateY(-2px);
}

.navbar {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    transition: 0.25s ease;
}

.navbar.navbar-scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-sm);
}

.navbar-brand {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: var(--ink-900);
    font-size: 1.35rem;
}

.brand-logo {
    height: 54px;
    width: auto;
    display: block;
    filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.08));
}

.nav-link {
    color: var(--ink-700);
    font-weight: 600;
    position: relative;
}

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

.nav-link::after {
    content: '';
    width: 0;
    height: 2px;
    background: var(--brand-b);
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
    transition: width 0.2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 70%;
}

.navbar-toggler {
    border-color: rgba(15, 23, 42, 0.18);
}

.navbar-toggler-icon {
    filter: none;
}

.hero-neo {
    position: relative;
    min-height: 100vh;
    background: var(--hero-gradient);
    color: var(--white);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 90px;
}

.hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
}

.orb-a {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.36), transparent 70%);
    top: -120px;
    right: -80px;
}

.orb-b {
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.3), transparent 65%);
    bottom: -120px;
    left: -120px;
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 90%);
}

.hero-neo h1 {
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: 1.05;
}

.hero-neo h1 span {
    color: #7dd3fc;
}

.hero-subtext {
    color: rgba(255, 255, 255, 0.78);
    max-width: 620px;
    margin-top: 18px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    padding: 28px;
    box-shadow: var(--shadow-lg);
}

.hero-panel h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.hero-panel p,
.hero-panel small,
.hero-panel li {
    color: rgba(255, 255, 255, 0.78);
}

.hero-panel ul {
    margin: 18px 0;
}

.hero-panel li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.hero-panel .dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #7dd3fc;
}

.panel-progress {
    height: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    overflow: hidden;
    margin: 16px 0 12px;
}

.panel-progress div {
    height: 100%;
    width: 72%;
    background: var(--accent-gradient);
}

.hero-trust .trust-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    padding: 14px 16px;
}

.hero-trust strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1.3rem;
}

.hero-trust span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
}

.scroll-cue {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.media-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.media-frame img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}

.media-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(11, 17, 32, 0.75);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 24px;
}

.about-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-sm);
}

.about-grid h4 {
    font-size: 1rem;
    margin-bottom: 6px;
}

.about-grid p {
    margin: 0;
    color: var(--ink-500);
    font-size: 0.93rem;
}

.section-head {
    max-width: 740px;
    margin: 0 auto;
}

.service-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.service-cell {
    grid-column: span 4;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    transition: 0.25s ease;
}

.service-cell.large {
    grid-column: span 6;
}

.service-cell.wide {
    grid-column: span 6;
}

.service-cell:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: #93c5fd;
}

.service-cell i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-gradient);
    color: #fff;
    margin-bottom: 14px;
}

.service-cell h3 {
    font-size: 1.18rem;
    margin-bottom: 10px;
}

.service-cell p {
    color: var(--ink-500);
    margin: 0;
}

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

.approach-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.approach-card::after {
    content: '';
    position: absolute;
    inset: auto -30px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.16), transparent 70%);
}

.approach-card span {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--brand-a);
    font-weight: 800;
    margin-bottom: 9px;
}

.approach-card h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.approach-card p {
    margin: 0;
    color: var(--ink-500);
    font-size: 0.93rem;
}

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

.why-matrix article {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 16px;
    padding: 18px;
}

.why-matrix i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 165, 233, 0.2);
    margin-bottom: 10px;
}

.why-matrix h4 {
    font-size: 1rem;
    margin-bottom: 6px;
}

.why-matrix p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.93rem;
}

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

.project-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: 0.25s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.project-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.project-card div {
    padding: 16px;
}

.project-card h4 {
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.project-card p {
    margin: 0;
    color: var(--ink-500);
}

.contact-shell {
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.05fr 1.25fr;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
}

.contact-info {
    background: linear-gradient(140deg, #0b1220, #13233e 60%, #0f1f38);
    padding: 44px;
    color: #fff;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.82);
}

.contact-form-wrap {
    background: #fff;
    padding: 38px;
}

.contact-form-wrap .form-label {
    font-weight: 600;
    color: var(--ink-700);
}

.contact-form-wrap .form-control {
    border: 1px solid #d5dee8;
    border-radius: 12px;
    padding: 0.72rem 0.85rem;
}

.contact-form-wrap .form-control:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.2);
}

.recaptcha-note {
    padding: 0.9rem 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.95rem;
}

.g-recaptcha {
    overflow: hidden;
}

.footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.14), transparent 22%),
        linear-gradient(160deg, #060d18, #0b1322 48%, #0d1728 100%);
    color: #fff;
    padding: 64px 0 26px;
}

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

.footer-brand-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0 0 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: transparent;
}

.footer-logo {
    height: 64px;
    width: auto;
    background: #ffffff;
    padding: 0.45rem 0.8rem;
    border-radius: 16px;
}

.footer-grid {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links a {
    color: rgba(255,255,255,0.84);
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover {
    color: #7dd3fc;
}

.text-gradient {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-padding {
    padding: 110px 0;
}

.hero {
    position: relative;
    min-height: 100vh;
    background: var(--hero-gradient);
    color: var(--white);
    overflow: hidden;
    padding: 150px 0 90px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 90%);
}

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

.hero-home {
    background: linear-gradient(90deg, rgba(7, 12, 24, 0.9), rgba(7, 12, 24, 0.58)),
                url('../hero-bg.png') center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 17, 32, 0.18), rgba(11, 17, 32, 0.54));
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    padding: 0.5rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7dd3fc;
}

.hero-briefing-card {
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: rgba(10, 18, 35, 0.52);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    color: #ffffff;
}

.hero-briefing-top strong {
    display: block;
    margin-top: 0.45rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    line-height: 1.25;
}

.hero-mini-label {
    display: inline-flex;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.14);
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-briefing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.hero-briefing-metric {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-briefing-value {
    display: block;
    margin-bottom: 0.25rem;
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.hero-briefing-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.hero-briefing-list {
    display: grid;
    gap: 0.85rem;
}

.hero-briefing-list div {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.82);
}

.hero-briefing-list i {
    color: #7dd3fc;
    margin-top: 0.2rem;
}

.hero .lead {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.82);
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.shape-1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.36), transparent 70%);
}

.shape-2 {
    width: 360px;
    height: 360px;
    bottom: -120px;
    left: -120px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.28), transparent 65%);
}

.shape-3 {
    width: 260px;
    height: 260px;
    top: 28%;
    left: 48%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.18), transparent 70%);
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-indicator a {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}

.scroll-indicator span {
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.72);
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
    transform: rotate(45deg);
    animation: scrollCue 1.8s infinite;
}

.scroll-indicator span:nth-child(2) {
    animation-delay: 0.15s;
}

.scroll-indicator span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes scrollCue {
    0%,
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        opacity: 1;
        transform: rotate(45deg) translate(4px, 4px);
    }
}

.about-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(247, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.96) 68%),
        url('../about-image.png') center/cover no-repeat;
}

.about-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.18), rgba(15, 118, 110, 0));
    pointer-events: none;
}

.about-section::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0));
    pointer-events: none;
}

.about-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.about-kicker {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.about-title {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.about-lead {
    font-size: 1.1rem;
    color: #4b5563;
    margin-bottom: 1rem;
}

.about-body {
    color: #475569;
    margin-bottom: 1.25rem;
}

.about-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.about-pill {
    border: 1px solid rgba(15, 118, 110, 0.25);
    color: #0f766e;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    background: #f0fdfa;
}

.about-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-metric {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.about-metric-value {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
}

.about-metric-label {
    font-size: 0.85rem;
    color: #64748b;
}

.about-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.about-image-wrap {
    position: relative;
    z-index: 1;
    border-radius: 1.5rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(59, 130, 246, 0.12));
    box-shadow: 0 30px 50px rgba(15, 23, 42, 0.14);
}

.about-image {
    width: 100%;
    min-height: 460px;
    border-radius: 1.25rem;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.about-floating-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 70%;
    background: #ffffff;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.about-floating-title {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.about-floating-text {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.4;
}

.what-we-do {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 26%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 52%, #f7fafc 100%);
}

.what-we-do-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: stretch;
}

.section-kicker {
    display: inline-flex;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-kicker-light {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
}

.what-we-do-intro {
    padding: 2.25rem;
    border: 1px solid rgba(14, 165, 233, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.what-we-do-intro .lead {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    color: var(--ink-700);
}

.what-we-do-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.what-we-do-signals span {
    padding: 0.7rem 1rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #d8e5f2;
    font-weight: 600;
    color: var(--ink-700);
}

.what-we-do-flow {
    display: grid;
    gap: 1rem;
}

.flow-step {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #0b1220, #10233a);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.flow-step:nth-child(2) {
    background: linear-gradient(135deg, #0f3b46, #155e75);
}

.flow-step:nth-child(3) {
    background: linear-gradient(135deg, #3b2314, #7c2d12);
}

.flow-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.flow-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.services-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.18), transparent 24%),
        radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.14), transparent 28%),
        linear-gradient(140deg, #07111e, #0f1b2f 48%, #111f34 100%);
}

.services-heading {
    max-width: 820px;
    margin: 0 auto;
}

.services-lead {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
}

.service-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.9rem 1.5rem;
    box-shadow: 0 20px 45px rgba(15, 27, 45, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: var(--brand-gradient);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.portfolio-item:hover,
.why-premium:hover {
    transform: none;
    box-shadow: none;
}

.service-chip {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #eef6ff;
    color: #0f4c81;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.icon-box,
.premium-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: var(--brand-gradient);
    color: #ffffff;
    font-size: 1.25rem;
}

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

.service-card ul {
    margin-bottom: 0;
}

.service-card ul li {
    position: relative;
    padding-left: 1.2rem;
    color: #475266;
    margin-bottom: 0.75rem;
}

.service-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: currentColor;
}

.service-card-civil {
    transform: translateY(-18px);
}

.service-card-civil::before {
    background: linear-gradient(90deg, #0f766e, #22c55e);
}

.service-card-interior::before {
    background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}

.service-card-paint::before {
    background: linear-gradient(90deg, #f97316, #fb7185);
}

.service-card-mep {
    transform: translateY(16px);
}

.service-card-mep::before {
    background: linear-gradient(90deg, #2563eb, #22d3ee);
}

.service-card-hvac::before {
    background: linear-gradient(90deg, #0891b2, #67e8f9);
}

.service-card-turnkey {
    transform: translateY(-10px);
}

.service-card-turnkey::before {
    background: linear-gradient(90deg, #7c3aed, #f97316);
}

.approach-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.08), transparent 28%),
        linear-gradient(135deg, #fbfdff 0%, #f1f7fb 55%, #eef2f7 100%);
}

.section-intro {
    max-width: 760px;
    margin: 0 auto;
}

.section-intro .section-copy {
    max-width: 640px;
}

.approach-modern {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.approach-modern::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0), rgba(14, 165, 233, 0.25), rgba(15, 118, 110, 0));
    transform: translateX(-50%);
}

.approach-step {
    position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1.25rem;
    align-items: start;
    padding: 0.35rem 0 0.35rem 1.4rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.approach-step::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: var(--brand-gradient);
}

.approach-step:nth-child(2)::after,
.approach-step:nth-child(4)::after {
    background: linear-gradient(180deg, #f97316, #fb7185);
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f172a, #164e63);
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.step-content h3 {
    margin-bottom: 0.5rem;
}

.step-content p {
    margin-bottom: 0.85rem;
    color: var(--ink-500);
}

.step-tag {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    color: var(--brand-a);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.industries-section {
    position: relative;
    background:
        radial-gradient(circle at 85% 15%, rgba(249, 115, 22, 0.12), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.industry-badge {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    white-space: normal;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #dce7f2;
    box-shadow: none;
    color: var(--ink-700);
    font-weight: 600;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.industry-badge i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(15, 118, 110, 0.16));
    color: #0f4c81;
    font-size: 1.2rem;
}

.industry-badge:hover {
    transform: translateY(-2px);
    border-color: #93c5fd;
    background: #ffffff;
}

.why-premium,
.value-premium,
.stats-premium,
.portfolio-item,
.contact-wrapper {
    box-shadow: none;
}

.why-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 24%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.14), transparent 26%),
        linear-gradient(145deg, #07111d, #0f1c30 52%, #10203a 100%);
}

.why-copy {
    color: rgba(255, 255, 255, 0.72);
}

.why-premium,
.value-premium {
    height: 100%;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    padding: 1.5rem 0 0;
    transition: transform 0.25s ease;
}

.why-premium p,
.value-item h5,
.stat-desc {
    color: rgba(255, 255, 255, 0.72);
}

.why-premium h4,
.value-premium h3,
.stat-main {
    color: #ffffff;
}

.stats-premium {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.glass-card {
    backdrop-filter: blur(12px);
}

.stat-main {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 700;
    color: #ffffff;
}

.value-item i {
    color: #7dd3fc;
}

.portfolio-item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.portfolio-item:hover img {
    transform: scale(1.04);
}

.portfolio-item .overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(11, 17, 32, 0), rgba(11, 17, 32, 0.88));
    color: #ffffff;
}

.portfolio-item .overlay p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.contact-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none !important;
}

.contact-info,
.contact-form-wrap {
    box-shadow: none;
}

.theme-2026 .contact-form-wrap .form-control {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
}

.theme-2026 .btn-primary {
    border-radius: 14px;
}

.theme-2026 .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul li a,
.social-icons a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer ul li a:hover,
.social-icons a:hover {
    color: #7dd3fc;
}

.social-icons {
    display: flex;
    gap: 0.85rem;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.social-icons a:hover {
    transform: translateY(-2px);
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.78);
}

.footer-contact-list i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #7dd3fc;
}

.newsletter-form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
    .service-cell,
    .service-cell.large,
    .service-cell.wide {
        grid-column: span 6;
    }

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

@media (max-width: 991px) {
    .section-shell,
    .section-padding {
        padding: 86px 0;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.96);
        padding: 14px;
        border-radius: 14px;
        margin-top: 10px;
        box-shadow: var(--shadow-sm);
    }

    .hero,
    .hero-neo {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .hero-briefing-grid,
    .what-we-do-shell,
    .approach-modern {
        grid-template-columns: 1fr;
    }

    .about-grid,
    .about-metrics,
    .project-grid {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .approach-modern::before {
        display: none;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-floating-card {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .section-shell,
    .section-padding {
        padding: 72px 0;
    }

    .hero-neo h1,
    .hero h1 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .hero-subtext,
    .hero .lead {
        font-size: 1rem;
    }

    .hero-briefing-card,
    .what-we-do-intro,
    .flow-step,
    .approach-step,
    .footer-brand-panel {
        padding: 1.25rem;
    }

    .hero-cta .btn,
    .about-actions .btn,
    .hero .btn {
        width: 100%;
    }

    .service-cell,
    .service-cell.large,
    .service-cell.wide {
        grid-column: span 12;
    }

    .approach-track,
    .why-matrix {
        grid-template-columns: 1fr;
    }

    .project-grid {
        grid-template-columns: 1fr;
    }

    .contact-info,
    .contact-form-wrap {
        padding: 24px;
    }

    .brand-logo {
        height: 46px;
    }

    .scroll-cue,
    .scroll-indicator {
        display: none;
    }

    .hero-briefing-grid,
    .flow-step {
        grid-template-columns: 1fr;
    }

    .what-we-do-signals {
        flex-direction: column;
    }

    .service-card-civil,
    .service-card-mep,
    .service-card-turnkey {
        transform: none;
    }

    .approach-step {
        grid-template-columns: 1fr;
    }

    .industry-badge {
        min-height: auto;
        border-radius: 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
