:root {
	--bf-bg: #070707;
	--bf-bg-soft: #0c0c0c;
	--bf-card: #111111;
	--bf-card-hover: #161616;
	--bf-line: rgba(255, 255, 255, 0.1);
	--bf-line-strong: rgba(255, 159, 28, 0.34);
	--bf-text: #ffffff;
	--bf-muted: #aaa7a2;
	--bf-orange: #ff9f1c;
	--bf-orange-bright: #ffb347;
	--bf-pink: #ff453a;
	--bf-gradient: linear-gradient(120deg, #ff9f1c 0%, #ff6a1a 48%, #ff3d3d 100%);
	--bf-shell: min(1180px, calc(100vw - 48px));
	--bf-radius-sm: 18px;
	--bf-radius: 28px;
	--bf-radius-lg: 42px;
	--bf-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

html { scroll-behavior: smooth; }

body.bitflow-modern {
	margin: 0;
	background: var(--bf-bg);
	color: var(--bf-text);
	font-family: Inter, Arial, sans-serif;
	overflow-x: hidden;
}

body.bitflow-modern::selection { background: var(--bf-orange); color: #070707; }
body.bitflow-modern a { color: inherit; }
body.bitflow-modern h1,
body.bitflow-modern h2,
body.bitflow-modern h3,
body.bitflow-modern p { margin-top: 0; }

body.bitflow-modern .site-main,
body.bitflow-modern .entry-content,
body.bitflow-modern .page-content { max-width: none; padding: 0; margin: 0; }
body.bitflow-modern .entry-title { display: none; }
body.bitflow-modern .bf-el-section {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}
body.bitflow-modern .bf-el-section > .elementor-element,
body.bitflow-modern .bf-el-section > .elementor-widget,
body.bitflow-modern .bf-el-section > .elementor-widget > .elementor-widget-container { width: 100%; max-width: none; margin: 0; }

/* Existing header, refined into a glass navigation bar. */
body.bitflow-modern #cshl-header {
	background: rgba(7, 7, 7, 0.78) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	box-shadow: 0 12px 50px rgba(0, 0, 0, 0.22);
}
body.bitflow-modern #cshl-header .cshl-inner { max-width: 1228px; min-height: 74px; padding-inline: 24px; }
body.bitflow-modern #cshl-header .cshl-logo {
	font-family: Poppins, sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -1px;
	background: var(--bf-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}
body.bitflow-modern #cshl-header .cshl-pages a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 10px 2px;
}
body.bitflow-modern #cshl-header .cshl-pages a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 3px;
	height: 2px;
	background: var(--bf-gradient);
	transition: right 0.25s ease;
}
body.bitflow-modern #cshl-header .cshl-pages a:hover::after { right: 0; }

.bf-section { position: relative; width: 100%; background: var(--bf-bg); overflow: hidden; }
.bf-section-soft { background: var(--bf-bg-soft); }
.bf-shell { position: relative; z-index: 2; width: var(--bf-shell); margin: 0 auto; }
.bf-grid-lines {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(circle at 55% 40%, #000 0%, transparent 78%);
	opacity: .65;
}
.bf-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	color: var(--bf-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.bf-kicker > span { width: 28px; height: 1px; background: var(--bf-gradient); }
.bf-section h1,
.bf-section h2,
.bf-section h3 { font-family: Poppins, sans-serif; color: var(--bf-text); }
.bf-section h1 { margin-bottom: 28px; font-size: clamp(48px, 6.2vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.bf-section h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 66px); line-height: 1.04; letter-spacing: -.045em; font-weight: 650; }
.bf-section h1 em,
.bf-section h2 em { display: inline; font-style: normal; background: var(--bf-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bf-lead { max-width: 720px; color: #d2d0cc; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; letter-spacing: -.02em; }

.bf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.bf-button span { font-size: 18px; transition: transform .25s ease; }
.bf-button:hover { transform: translateY(-3px); }
.bf-button:hover span { transform: translate(2px, -2px); }
.bf-button-primary { color: #080808 !important; background: var(--bf-gradient); box-shadow: 0 16px 45px rgba(255, 122, 26, .22); }
.bf-button-primary:hover { box-shadow: 0 20px 65px rgba(255, 122, 26, .34); }
.bf-button-ghost { background: rgba(255,255,255,.045); border-color: var(--bf-line); }
.bf-button-ghost:hover { border-color: var(--bf-line-strong); background: rgba(255,159,28,.07); }
.bf-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.bf-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--bf-text) !important; font-weight: 700; text-decoration: none !important; white-space: nowrap; }
.bf-text-link span { color: var(--bf-orange); transition: transform .2s ease; }
.bf-text-link:hover span { transform: translate(3px, -3px); }

/* Hero */
.bf-hero { min-height: 900px; display: flex; align-items: center; padding: 170px 0 110px; }
.bf-hero::before {
	content: "";
	position: absolute;
	width: 780px;
	height: 780px;
	left: calc(var(--bf-glow-x, 70%) - 390px);
	top: calc(var(--bf-glow-y, 35%) - 390px);
	background: radial-gradient(circle, rgba(255,159,28,.16), rgba(255,69,58,.08) 32%, transparent 70%);
	pointer-events: none;
	transition: left .2s ease, top .2s ease;
}
.bf-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 78px; }
.bf-hero-copy { position: relative; z-index: 3; }
.bf-proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 66px; padding-top: 26px; border-top: 1px solid var(--bf-line); }
.bf-proof-row div { display: grid; gap: 4px; }
.bf-proof-row strong { color: #fff; font-family: Poppins, sans-serif; font-size: 15px; }
.bf-proof-row span { color: var(--bf-muted); font-size: 12px; line-height: 1.4; }
.bf-hero-visual { position: relative; min-height: 560px; transform-style: preserve-3d; }
.bf-code-card { position: absolute; inset: 40px 20px 50px 20px; margin: 0; overflow: hidden; border: 1px solid rgba(255,159,28,.28); border-radius: var(--bf-radius-lg); background: #111; box-shadow: 0 50px 100px rgba(0,0,0,.55); transform: rotate(2deg); }
.bf-code-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.76)); }
.bf-code-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.06); }
.bf-code-card figcaption { position: absolute; z-index: 2; left: 28px; bottom: 26px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 700; }
.bf-live-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #56f09f; box-shadow: 0 0 0 6px rgba(86,240,159,.1); animation: bf-pulse 2s infinite; }
.bf-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(15,15,15,.82); box-shadow: var(--bf-shadow); backdrop-filter: blur(14px); font-size: 13px; font-weight: 700; }
.bf-float-card span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(255,159,28,.12); color: var(--bf-orange); }
.bf-float-top { right: -18px; top: 12px; }
.bf-float-bottom { left: -26px; bottom: 16px; }
.bf-visual-orbit { position: absolute; border: 1px solid rgba(255,159,28,.18); border-radius: 50%; }
.bf-orbit-one { width: 430px; height: 430px; right: -110px; top: 40px; animation: bf-spin 24s linear infinite; }
.bf-orbit-two { width: 260px; height: 260px; left: -55px; bottom: 20px; border-color: rgba(255,69,58,.16); animation: bf-spin 18s linear infinite reverse; }
.bf-scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 32px; transform: translateX(-50%); color: var(--bf-muted) !important; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none !important; }
.bf-scroll-cue span { display: inline-block; margin-left: 10px; color: var(--bf-orange); animation: bf-bob 1.6s ease-in-out infinite; }

/* Shared section headings */
.bf-section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); align-items: end; gap: 70px; margin-bottom: 64px; }
.bf-section-head > p { margin: 0 0 5px; color: var(--bf-muted); font-size: 17px; line-height: 1.7; }
.bf-centered-head { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.bf-centered-head .bf-kicker { justify-content: center; }
.bf-centered-head > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--bf-muted); font-size: 17px; line-height: 1.7; }

/* Services */
#services { padding: 130px 0; }
.bf-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bf-service-card {
	position: relative;
	min-height: 410px;
	padding: 38px;
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
	overflow: hidden;
	transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.bf-service-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(255,159,28,.2), transparent 70%); opacity: 0; transition: opacity .3s ease; }
.bf-service-card:hover { border-color: var(--bf-line-strong); background: var(--bf-card-hover); box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.bf-service-card:hover::before { opacity: 1; }
.bf-card-index { position: absolute; right: 30px; top: 28px; color: #67645f; font-size: 12px; font-weight: 700; }
.bf-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 62px; border: 1px solid rgba(255,159,28,.32); border-radius: 18px; background: rgba(255,159,28,.08); color: var(--bf-orange); font-size: 27px; }
.bf-service-card h3 { margin-bottom: 15px; font-size: 28px; letter-spacing: -.035em; }
.bf-service-card p { max-width: 520px; margin-bottom: 24px; color: var(--bf-muted); line-height: 1.65; }
.bf-service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bf-service-card li { padding: 7px 10px; border: 1px solid var(--bf-line); border-radius: 999px; color: #ccc8c1; font-size: 11px; }

/* Carousel */
.bf-work-intro { padding: 130px 0 38px; }
.bf-el-carousel { background: var(--bf-bg); padding-bottom: 130px !important; }
.bf-el-carousel .elementor-widget-shortcode { width: var(--bf-shell) !important; margin: 0 auto !important; }
.bf-el-carousel .tac-carousel { --tac-slider-bg: #0d0d0d !important; --tac-slide-bg: #111 !important; --tac-slider-shadow: 0 28px 90px rgba(0,0,0,.42) !important; }
.bf-el-carousel .tac-viewport { border: 1px solid var(--bf-line); border-radius: 30px; overflow: hidden; }
.bf-el-carousel .tac-slide { border: 1px solid rgba(255,255,255,.07); }
.bf-el-carousel .tac-slide img { filter: saturate(.9); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.bf-el-carousel .tac-slide:hover img { transform: scale(1.035); filter: saturate(1.08); }
.bf-el-carousel .tac-arrow { background: rgba(7,7,7,.88); color: #fff; border-color: rgba(255,159,28,.38); backdrop-filter: blur(10px); }
.bf-el-carousel .tac-dots button.is-active { background: var(--bf-orange); }
.bf-projects-carousel { --tac-height: 560px !important; --tac-gap: 22px !important; --tac-radius: 28px !important; --tac-fit: cover; --tac-speed: 650ms; margin: 0 auto; }
.bf-project-slide > a { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; color: #fff; text-decoration: none !important; }
.bf-project-slide > a::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,.02) 28%, rgba(5,5,5,.88) 100%); pointer-events: none; }
.bf-project-slide img { width: 100%; height: 100%; object-fit: cover; }
.bf-project-slide-overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 10px; padding: 38px; transition: transform .35s ease; }
.bf-project-slide-type { color: var(--bf-orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bf-project-slide-overlay strong { max-width: 14ch; font-size: clamp(28px, 3.2vw, 48px); line-height: .98; letter-spacing: -.045em; }
.bf-project-slide-link { width: fit-content; margin-top: 7px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 12px; font-weight: 700; }
.bf-project-slide:hover .bf-project-slide-overlay { transform: translateY(-6px); }
.bf-project-slide-placeholder,
.bf-project-placeholder { display: grid; place-items: center; width: 100%; height: 100%; padding: 35px; background: var(--bf-gradient); color: #080808; font-size: clamp(28px, 5vw, 58px); font-weight: 800; line-height: 1; text-align: center; }
.bf-projects-empty { width: var(--bf-shell); margin: 0 auto; padding: 32px; border: 1px dashed var(--bf-line-strong); border-radius: var(--bf-radius-sm); color: var(--bf-muted); }

/* Process and capability bubbles */
.bf-section:has(.bf-process-grid) { padding: 130px 0; }
.bf-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bf-process-card { position: relative; min-height: 270px; padding: 30px; border: 1px solid var(--bf-line); border-radius: var(--bf-radius-sm); background: rgba(255,255,255,.025); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.bf-process-card:hover { transform: translateY(-7px); border-color: var(--bf-line-strong); background: rgba(255,159,28,.045); }
.bf-process-card > span { display: block; margin-bottom: 75px; color: var(--bf-orange); font-size: 11px; font-weight: 700; }
.bf-process-card h3 { margin-bottom: 12px; font-size: 22px; }
.bf-process-card p { margin-bottom: 0; color: var(--bf-muted); font-size: 14px; line-height: 1.65; }
.bf-capabilities { padding: 130px 0 45px; }
.bf-el-bubbles { background: var(--bf-bg); padding: 0 24px 140px !important; }
.bf-el-bubbles .elementor-widget-shortcode { width: var(--bf-shell) !important; margin: 0 auto !important; }
.bf-el-bubbles .bfb-bubble { background: linear-gradient(145deg, #151515, #0d0d0d) !important; box-shadow: 0 18px 55px rgba(0,0,0,.4) !important; }
.bf-el-bubbles .bfb-bubble:nth-child(3n+2) { border-color: rgba(255,69,58,.62) !important; }

/* About */
.bf-about { padding: 140px 0; border-top: 1px solid var(--bf-line); }
.bf-about::before { content: ""; position: absolute; width: 650px; height: 650px; left: -360px; top: -130px; background: radial-gradient(circle, rgba(255,159,28,.11), transparent 70%); }
.bf-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.bf-about-copy > p { color: #cfccc6; font-size: 18px; line-height: 1.8; }
.bf-about-copy > p + p { color: var(--bf-muted); font-size: 16px; }
.bf-about-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.bf-about-values span { padding: 10px 14px; border: 1px solid var(--bf-line); border-radius: 999px; color: #ddd8d0; font-size: 12px; }

/* FAQ plugin */
.bf-faq-head { padding: 130px 0 34px; }
.bf-el-faq { background: var(--bf-bg-soft); padding: 0 24px 130px !important; }
.bf-el-faq .elementor-widget-shortcode { width: min(940px, calc(100vw - 48px)) !important; margin: 0 auto !important; }
.bf-el-faq .tad-drawers { --tad-header: #fff !important; --tad-text: #aaa7a2 !important; --tad-panel: #111 !important; --tad-border: rgba(255,255,255,.1) !important; --tad-accent: #ff453a !important; }
.bf-el-faq .tad-drawer { margin-bottom: 12px; border-radius: 18px !important; background: #111 !important; overflow: hidden; transition: border-color .25s ease, transform .25s ease; }
.bf-el-faq .tad-drawer:hover { border-color: var(--bf-line-strong) !important; transform: translateX(4px); }
.bf-el-faq .tad-drawer-toggle { padding: 24px 26px !important; transition: background-color .25s ease, color .25s ease; }
.bf-el-faq .tad-drawer-toggle:hover,
.bf-el-faq .tad-drawer-toggle:focus-visible,
.bf-el-faq .tad-drawer.is-open > .tad-drawer-toggle { background: color-mix(in srgb, var(--bf-pink) 48%, #111) !important; color: #fff !important; }
.bf-el-faq .tad-drawer-title { font-family: Poppins, sans-serif !important; font-weight: 600 !important; letter-spacing: -.02em; }
.bf-el-faq .tad-drawer-content { padding: 0 68px 26px 26px !important; line-height: 1.75; }

/* CTA */
.bf-final-cta { padding: 100px 0 130px; }
.bf-cta-card { padding: 80px; border: 1px solid rgba(255,159,28,.28); border-radius: var(--bf-radius-lg); background: radial-gradient(circle at var(--bf-glow-x, 80%) var(--bf-glow-y, 20%), rgba(255,159,28,.14), transparent 32%), linear-gradient(135deg, #141414, #0b0b0b); box-shadow: var(--bf-shadow); }
.bf-cta-card h2 { max-width: 850px; }
.bf-cta-card > p:not(.bf-kicker) { max-width: 620px; margin: 26px 0 34px; color: var(--bf-muted); font-size: 18px; line-height: 1.7; }

/* Inner page hero */
.bf-page-hero { padding: 195px 0 115px; border-bottom: 1px solid var(--bf-line); }
.bf-page-hero::before { content: ""; position: absolute; width: 740px; height: 740px; right: -220px; top: -310px; background: radial-gradient(circle, rgba(255,159,28,.16), rgba(255,69,58,.05) 45%, transparent 70%); }
.bf-page-hero h1 { max-width: 980px; }
.bf-page-hero .bf-lead { max-width: 760px; }
.bf-filter-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 44px; }
.bf-filter-chips span { padding: 9px 14px; border: 1px solid var(--bf-line); border-radius: 999px; color: var(--bf-muted); font-size: 12px; }
.bf-filter-chips span:first-child { background: var(--bf-orange); border-color: var(--bf-orange); color: #080808; font-weight: 700; }

/* Projects */
.bf-projects-section { padding: 110px 0 130px; }
.bf-project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bf-project-card { border: 1px solid var(--bf-line); border-radius: var(--bf-radius); background: var(--bf-card); overflow: hidden; transition: border-color .3s ease, box-shadow .3s ease; }
.bf-project-card:hover { border-color: var(--bf-line-strong); box-shadow: 0 32px 90px rgba(0,0,0,.38); }
.bf-project-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.18fr .82fr; }
.bf-project-media { position: relative; display: block; min-height: 360px; padding: 42px; background: linear-gradient(135deg, #f7f7f7, #dedede); overflow: hidden; }
.bf-project-card:not(.bf-project-featured) .bf-project-media { height: 430px; min-height: 430px; }
.bf-project-featured .bf-project-media { min-height: 540px; }
.bf-project-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 55%, rgba(255,159,28,.16)); opacity: 0; transition: opacity .3s ease; }
.bf-project-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.bf-project-card:hover .bf-project-media img { transform: scale(1.06); }
.bf-project-card:hover .bf-project-media::after { opacity: 1; }
.bf-project-open { position: absolute; z-index: 2; right: 20px; top: 20px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #0a0a0a; color: var(--bf-orange); font-size: 19px; transition: transform .3s ease; }
.bf-project-card:hover .bf-project-open { transform: rotate(12deg) scale(1.08); }
.bf-project-body { padding: 34px; }
.bf-project-featured .bf-project-body { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.bf-project-meta { display: flex; justify-content: space-between; margin-bottom: 24px; color: var(--bf-orange); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bf-project-card h2 { margin-bottom: 16px; font-size: clamp(27px, 3vw, 42px); }
.bf-project-card p { margin-bottom: 24px; color: var(--bf-muted); line-height: 1.7; }
.bf-project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.bf-project-tags span { padding: 7px 9px; border: 1px solid var(--bf-line); border-radius: 999px; color: #c7c3bd; font-size: 10px; }
.bf-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bf-outcome-card { min-height: 280px; padding: 32px; border-top: 1px solid var(--bf-line-strong); background: linear-gradient(180deg, rgba(255,159,28,.05), transparent); }
.bf-outcome-card > strong { color: var(--bf-orange); font-size: 11px; }
.bf-outcome-card h3 { margin: 80px 0 12px; font-size: 23px; }
.bf-outcome-card p { color: var(--bf-muted); line-height: 1.65; }

/* Contact */
.bf-contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.bf-contact-hero-grid .bf-lead { font-size: 19px; }
.bf-contact-promise { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.bf-contact-promise span { padding: 8px 11px; border: 1px solid var(--bf-line); border-radius: 999px; color: #ccc8c2; font-size: 11px; }
.bf-contact-section { min-height: 700px; padding: 120px 0; }
.bf-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.bf-form-copy h2 { font-size: clamp(37px, 4vw, 58px); }
.bf-form-copy > p:not(.bf-kicker) { margin-top: 24px; color: var(--bf-muted); font-size: 17px; line-height: 1.7; }
.bf-response-badge { display: flex; align-items: center; gap: 16px; margin-top: 40px; padding: 18px; border: 1px solid var(--bf-line); border-radius: 16px; background: rgba(255,255,255,.025); }
.bf-response-badge div { display: grid; gap: 4px; }
.bf-response-badge small { color: var(--bf-muted); }
body.bitflow-modern .bf-el-contact-form { position: relative; z-index: 4; width: min(670px, calc(50vw - 50px)) !important; margin: -610px max(24px, calc((100vw - 1180px) / 2)) 120px auto !important; padding: 42px !important; border: 1px solid rgba(255,159,28,.27); border-radius: var(--bf-radius); background: #111; box-shadow: var(--bf-shadow); }
.bf-el-contact-form .wpcf7 { width: 100%; }
.bf-el-contact-form form { display: grid; gap: 17px; }
.bf-el-contact-form p { margin: 0; }
.bf-el-contact-form input:not([type="submit"]),
.bf-el-contact-form textarea,
.bf-el-contact-form select { width: 100%; min-height: 54px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); border-radius: 0; outline: none; background: transparent; color: #fff; font: inherit; transition: border-color .2s ease; }
.bf-el-contact-form textarea { min-height: 170px; resize: vertical; }
.bf-el-contact-form input:focus,
.bf-el-contact-form textarea:focus { border-color: var(--bf-orange); box-shadow: none; }
.bf-el-contact-form input::placeholder,
.bf-el-contact-form textarea::placeholder { color: #77736e; }
.bf-el-contact-form input[type="submit"] { width: 100%; min-height: 56px; border: 0; border-radius: 999px; background: var(--bf-gradient); color: #080808; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.bf-el-contact-form input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 16px 45px rgba(255,122,26,.26); }
.bf-el-contact-form .wpcf7-spinner { display: none; }
.bf-contact-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bf-contact-card { position: relative; min-height: 210px; padding: 28px; border: 1px solid var(--bf-line); border-radius: var(--bf-radius-sm); background: #111; text-decoration: none !important; transition: transform .3s ease, border-color .3s ease; }
.bf-contact-card:hover { transform: translateY(-6px); border-color: var(--bf-line-strong); }
.bf-contact-card > span { color: #5d5a55; font-size: 10px; }
.bf-contact-card small { display: block; margin: 68px 0 8px; color: var(--bf-orange); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bf-contact-card strong { display: block; font-family: Poppins, sans-serif; font-size: 21px; }
.bf-contact-card i { position: absolute; right: 25px; top: 24px; color: var(--bf-orange); font-style: normal; }
.bf-contact-next { padding: 130px 0; }
.bf-process-three { grid-template-columns: repeat(3, 1fr); }

/* Footer */
.bf-site-footer { position: relative; z-index: 3; padding: 90px max(24px, calc((100vw - 1180px)/2)) 30px; border-top: 1px solid var(--bf-line); background: #050505; color: #fff; }
.bf-footer-shell { display: grid; grid-template-columns: 1.5fr .55fr .75fr; gap: 90px; padding-bottom: 70px; }
.bf-footer-logo { display: inline-block; margin-bottom: 22px; font-family: Poppins, sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -1.5px; text-decoration: none !important; }
.bf-footer-logo span { color: var(--bf-orange); }
.bf-footer-brand p { max-width: 440px; color: var(--bf-muted); line-height: 1.7; }
.bf-footer-nav,
.bf-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.bf-footer-nav > span,
.bf-footer-contact > span { margin-bottom: 12px; color: var(--bf-orange); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.bf-footer-nav a,
.bf-footer-contact a { text-decoration: none !important; font-weight: 600; }
.bf-footer-nav a:hover,
.bf-footer-contact a:hover { color: var(--bf-orange); }
.bf-footer-contact p { color: var(--bf-muted); line-height: 1.6; }
.bf-footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--bf-line); color: #77736e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

/* Motion */
.bf-motion-ready .bf-reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.bf-motion-ready .bf-reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-bf-tilt] { transform: perspective(1000px) rotateX(var(--bf-rx, 0deg)) rotateY(var(--bf-ry, 0deg)) translateY(var(--bf-lift, 0)); transform-style: preserve-3d; transition: transform .18s ease-out; }
@keyframes bf-spin { to { transform: rotate(360deg); } }
@keyframes bf-bob { 50% { transform: translateY(5px); } }
@keyframes bf-pulse { 50% { box-shadow: 0 0 0 9px rgba(86,240,159,.04); } }

@media (max-width: 1024px) {
	:root { --bf-shell: min(100% - 40px, 920px); }
	#cshl-mobile-panel.cshl-drawer { width: 100vw; padding: 96px 34px 38px; background: rgba(8,8,8,.985); }
	#cshl-mobile-panel ul { gap: 0; }
	#cshl-mobile-panel li { border-bottom: 1px solid rgba(255,255,255,.09); }
	#cshl-mobile-panel a { display: flex; align-items: center; justify-content: space-between; min-height: 72px; font-size: 23px; }
	#cshl-mobile-panel a::after { content: "\2197"; color: var(--bf-orange); font-size: 16px; }
	#cshl-header .cshl-burger { flex-direction: column; }
	body.bitflow-modern #cshl-header:has(.cshl-burger[aria-expanded="true"]) { z-index: 100001; }
	#cshl-header .cshl-burger[aria-expanded="true"] { position: relative; z-index: 2; }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	#cshl-header .cshl-burger .bar { transition: transform .2s ease, opacity .2s ease; }
	.bf-hero { min-height: auto; padding: 145px 0 100px; }
	.bf-projects-carousel { --tac-height: 480px !important; }
	.bf-hero-grid { grid-template-columns: 1fr; gap: 60px; }
	.bf-hero-copy { max-width: 760px; }
	.bf-hero-visual { min-height: 520px; max-width: 680px; width: 100%; margin: 0 auto; }
	.bf-section-head { grid-template-columns: 1fr; gap: 28px; }
	.bf-process-grid { grid-template-columns: repeat(2, 1fr); }
	.bf-about-grid { gap: 60px; }
	.bf-project-featured { grid-template-columns: 1fr; }
	.bf-project-featured .bf-project-media { min-height: 430px; }
	.bf-contact-hero-grid { grid-template-columns: 1fr; gap: 30px; }
	.bf-contact-grid { grid-template-columns: 1fr; }
	.bf-contact-section { min-height: auto; padding-bottom: 40px; }
	.bf-form-slot { display: none; }
	body.bitflow-modern .bf-el-contact-form { position: static; width: var(--bf-shell) !important; margin: 0 auto 110px !important; }
	.bf-footer-shell { grid-template-columns: 1.3fr .7fr .8fr; gap: 48px; }
}

@media (max-width: 767px) {
	:root { --bf-shell: calc(100vw - 30px); --bf-radius: 22px; --bf-radius-lg: 28px; }
	body.bitflow-modern #cshl-header .cshl-inner { min-height: 66px; padding-inline: 15px; }
	#cshl-mobile-panel.cshl-drawer { width: 100vw; padding: 92px 28px 34px; background: rgba(8,8,8,.985); }
	#cshl-mobile-panel ul { gap: 0; }
	#cshl-mobile-panel li { border-bottom: 1px solid rgba(255,255,255,.09); }
	#cshl-mobile-panel a { display: flex; align-items: center; justify-content: space-between; min-height: 68px; font-size: 22px; }
	#cshl-mobile-panel a::after { content: "\2197"; color: var(--bf-orange); font-size: 16px; }
	#cshl-header .cshl-burger { flex-direction: column; }
	body.bitflow-modern #cshl-header:has(.cshl-burger[aria-expanded="true"]) { z-index: 100001; }
	#cshl-header .cshl-burger[aria-expanded="true"] { position: relative; z-index: 2; }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
	#cshl-header .cshl-burger[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	#cshl-header .cshl-burger .bar { transition: transform .2s ease, opacity .2s ease; }
	.bf-section h1 { font-size: clamp(43px, 14vw, 64px); }
	.bf-section h2 { font-size: clamp(34px, 10vw, 48px); }
	.bf-hero { padding: 125px 0 92px; }
	.bf-hero-grid { gap: 45px; }
	.bf-hero-visual { min-height: 390px; }
	.bf-code-card { inset: 25px 4px 38px; border-radius: 26px; }
	.bf-float-top { right: 0; }
	.bf-float-bottom { left: -2px; }
	.bf-proof-row { grid-template-columns: 1fr; gap: 18px; margin-top: 45px; }
	.bf-proof-row div { grid-template-columns: 115px 1fr; align-items: center; }
	.bf-scroll-cue { display: none; }
	.bf-actions { flex-direction: column; align-items: stretch; }
	.bf-button { width: 100%; }
	#services,
	.bf-section:has(.bf-process-grid),
	.bf-about,
	.bf-contact-next { padding: 92px 0; }
	.bf-service-grid,
	.bf-project-grid,
	.bf-outcome-grid,
	.bf-contact-card-grid,
	.bf-process-grid,
	.bf-process-three { grid-template-columns: 1fr; }
	.bf-service-card { min-height: 365px; padding: 28px; }
	.bf-icon { margin-bottom: 48px; }
	.bf-work-intro { padding: 92px 0 25px; }
	.bf-el-carousel { padding-bottom: 92px !important; }
	.bf-projects-carousel { --tac-height: min(520px, 118vw) !important; --tac-radius: 22px !important; }
	.bf-project-slide-overlay { padding: 28px; }
	.bf-capabilities { padding: 92px 0 35px; }
	.bf-el-bubbles { padding-bottom: 100px !important; }
	.bf-about-grid { grid-template-columns: 1fr; gap: 35px; }
	.bf-faq-head { padding: 92px 0 25px; }
	.bf-el-faq { padding: 0 15px 92px !important; }
	.bf-final-cta { padding: 72px 0 92px; }
	.bf-cta-card { padding: 44px 25px; }
	.bf-page-hero { padding: 145px 0 85px; }
	.bf-projects-section { padding: 75px 0 92px; }
	.bf-project-media,
	.bf-project-featured .bf-project-media { min-height: 320px; padding: 26px; }
	.bf-project-card:not(.bf-project-featured) .bf-project-media { height: 320px; min-height: 320px; }
	.bf-project-featured .bf-project-body,
	.bf-project-body { padding: 28px; }
	.bf-process-card { min-height: 235px; }
	.bf-process-card > span { margin-bottom: 52px; }
	body.bitflow-modern .bf-el-contact-form { width: calc(100vw - 30px) !important; padding: 26px !important; margin-bottom: 85px !important; }
	.bf-contact-card strong { font-size: 18px; }
	.bf-site-footer { padding: 70px 15px 25px; }
	.bf-footer-shell { grid-template-columns: 1fr; gap: 45px; padding-bottom: 50px; }
	.bf-footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.bf-motion-ready .bf-reveal { opacity: 1; transform: none; }
}
