.bofs-hero {
  --bofs-blue: #2563eb;
  --bofs-purple: #7c3aed;
  --bofs-cyan: #22d3ee;
  --bofs-navy: #0b1220;
  --bofs-white: #fff;
  --bofs-muted: #a9b7d0;
  --bofs-shell: min(1480px, calc(100vw - 64px));
}

.bofs-hero, .bofs-hero *, .bofs-hero *::before, .bofs-hero *::after { box-sizing: border-box; }
.bofs-hero a { color: inherit; }
.bofs-hero img, .bofs-hero svg { display: block; max-width: 100%; }
.bofs-hero .bofs-shell { width: var(--bofs-shell); margin-inline: auto; }
.bofs-hero :focus-visible { outline: 3px solid var(--bofs-cyan); outline-offset: 4px; }

.bofs-hero { position: relative; isolation: isolate; display: flex; min-height: calc(100svh - 80px); padding: clamp(64px, 7vw, 112px) 0 42px; overflow: clip; color: var(--bofs-white); background: var(--bofs-navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bofs-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 74% 35%, rgba(24,92,203,.18), transparent 37%), radial-gradient(circle at 91% 50%, rgba(34,211,238,.08), transparent 22%), linear-gradient(115deg, #0b1220 10%, #08152b 60%, #071225); }
.bofs-hero__aurora { position: absolute; z-index: -1; top: 15%; right: 8%; width: 52vw; height: 52vw; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.14), transparent 64%); filter: blur(18px); animation: bofs-breathe 8s ease-in-out infinite; }
.bofs-hero__grid { display: grid; grid-template-columns: minmax(480px, .94fr) minmax(560px, 1.06fr); align-items: center; gap: clamp(32px, 3vw, 68px); }
.bofs-hero__copy { position: relative; z-index: 5; padding-top: 32px; }
.bofs-hero__eyebrow { display: flex; align-items: center; gap: 18px; margin: 0 0 22px; color: #aab6cb; font-size: clamp(12px, 1vw, 15px); font-weight: 600; letter-spacing: .2em; }
.bofs-hero__eyebrow span { width: 50px; height: 2px; flex: 0 0 auto; background: #44aaff; box-shadow: 0 0 12px #2d8cff; }
.bofs-hero h1 { max-width: 750px; margin: 0; color: #f8faff; font-size: clamp(48px, 4.75vw, 82px); font-weight: 760; letter-spacing: -.052em; line-height: 1.01; text-wrap: balance; }
.bofs-hero h1 > span { display: block; }
.bofs-hero__gradient-text { width: max-content; max-width: 100%; color: transparent; background: linear-gradient(100deg, #269dff 4%, #446fff 49%, #9a44ef 96%); -webkit-background-clip: text; background-clip: text; padding-right: .08em; }
.bofs-hero__description { max-width: 680px; margin: 22px 0 0; color: #bdc8da; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.bofs-hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.bofs-button { display: inline-flex; min-width: 214px; min-height: 56px; align-items: center; justify-content: center; gap: 12px; padding: 0 28px; border: 1px solid transparent; border-radius: 17px; font-size: 16px; font-weight: 700; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.bofs-button:hover { transform: translateY(-3px); }
.bofs-button--primary { background: linear-gradient(135deg, #1878ff, #258fff); box-shadow: 0 15px 38px rgba(24,120,255,.3); }
.bofs-button--primary:hover { box-shadow: 0 18px 48px rgba(24,120,255,.45); }
.bofs-button--secondary { border-color: rgba(255,255,255,.8); background: rgba(10,24,47,.4); }
.bofs-button--secondary:hover { background: rgba(255,255,255,.08); }
.bofs-button__play { display: grid; width: 27px; height: 27px; place-items: center; margin-left: 4px; border-radius: 50%; color: #162341; background: #eef5ff; font-size: 9px; }
.bofs-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 30px); margin-top: 52px; }
.bofs-service { min-width: 0; }
.bofs-service__icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 13px; border-radius: 50%; }
.bofs-service__icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bofs-service--web .bofs-service__icon { color: #3ca5ff; background: rgba(21,107,224,.22); }
.bofs-service--automation .bofs-service__icon { color: #8c55ff; background: rgba(101,50,212,.23); }
.bofs-service--apps .bofs-service__icon { color: #21dced; background: rgba(4,142,167,.22); }
.bofs-service h2 { margin: 0 0 7px; color: #f5f8ff; font-size: clamp(15px, 1.12vw, 19px); line-height: 1.2; }
.bofs-service p { margin: 0; color: #b5c0d3; font-size: clamp(13px, .96vw, 16px); line-height: 1.43; }

.bofs-visual { position: relative; z-index: 2; width: min(100%, 760px); aspect-ratio: 1.04; margin-inline: auto; perspective: 1200px; }
.bofs-network { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 0 10px rgba(61,109,255,.35)); }
.bofs-network path { fill: none; stroke: url(#bofs-path-gradient); stroke-width: 1.6; opacity: .65; }
.bofs-network .bofs-network__orbit { stroke-dasharray: 4 14; opacity: .28; animation: bofs-dash 22s linear infinite; }
.bofs-node { fill: #38cfff; filter: url(#bofs-dot-glow); }
.bofs-node--two { fill: #8b5cf6; }
.bofs-node--three { fill: #2dd4bf; }
.bofs-floating-card { --parallax-x: 0px; --parallax-y: 0px; position: absolute; z-index: 6; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 150px; height: 135px; border: 1px solid currentColor; border-radius: 25px; color: #43a5ff; background: linear-gradient(145deg, rgba(14,47,96,.92), rgba(10,25,55,.86)); box-shadow: inset 0 0 30px rgba(38,133,255,.12), 0 20px 45px rgba(0,0,0,.32), 0 0 28px rgba(28,124,255,.22); backdrop-filter: blur(10px); transition: transform .18s ease-out; }
.bofs-floating-card svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bofs-floating-card strong { color: #f4f8ff; font-size: 18px; }
.bofs-floating-card--web { top: 11%; left: 10%; transform: translate(var(--parallax-x), var(--parallax-y)) rotate(-5deg); animation: bofs-float-web 6s ease-in-out infinite; }
.bofs-floating-card--automation { top: 2%; right: 14%; width: 165px; height: 145px; color: #9057ff; background: linear-gradient(145deg, rgba(51,29,119,.94), rgba(22,21,72,.89)); transform: translate(var(--parallax-x), var(--parallax-y)) rotate(6deg); animation: bofs-float-auto 7s ease-in-out infinite; }
.bofs-floating-card--apps { top: 34%; right: 0; width: 145px; height: 135px; color: #22d9ee; background: linear-gradient(145deg, rgba(1,82,113,.94), rgba(7,37,68,.89)); transform: translate(var(--parallax-x), var(--parallax-y)) rotate(3deg); animation: bofs-float-apps 6.7s ease-in-out infinite; }
.bofs-laptop { --parallax-x: 0px; --parallax-y: 0px; position: absolute; z-index: 4; top: 34%; left: 7%; width: 82%; transform: translate(var(--parallax-x), var(--parallax-y)) rotateX(2deg) rotateY(-3deg); transition: transform .18s ease-out; }
.bofs-laptop__screen { position: relative; aspect-ratio: 16 / 9.7; padding: 13px; overflow: hidden; border: 4px solid #16233a; border-bottom-width: 18px; border-radius: 22px 22px 10px 10px; background: #dfeaff; box-shadow: 0 35px 70px rgba(0,0,0,.55), 0 0 32px rgba(54,116,255,.2); }
.bofs-laptop__camera { position: absolute; top: 8px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #33445c; transform: translateX(-50%); }
.bofs-laptop__base { position: relative; left: -7%; width: 114%; height: 28px; margin-top: -5px; border-radius: 4px 4px 45% 45%; background: linear-gradient(#9aa7ba, #2a3850 42%, #111d30 72%); box-shadow: 0 22px 38px rgba(0,0,0,.45); transform: perspective(160px) rotateX(15deg); }
.bofs-laptop__base span { position: absolute; top: 0; left: 43%; width: 14%; height: 5px; border-radius: 0 0 8px 8px; background: #738298; }
.bofs-laptop__custom-image { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.bofs-mock-site { width: 100%; height: 100%; overflow: hidden; border-radius: 6px; color: #122243; background: linear-gradient(120deg, #fbfdff 0 56%, #dfeaff 56%); }
.bofs-mock-site header { display: flex; align-items: center; height: 16%; padding: 0 7%; gap: 18px; color: #42506b; font-size: clamp(5px, .55vw, 9px); }
.bofs-mock-logo { margin-right: auto; color: #122243; font-weight: 900; letter-spacing: -.07em; }
.bofs-mock-logo span { color: #246dff; }
.bofs-mock-site header i { width: 11%; height: 38%; border-radius: 20px; background: #1e65ee; }
.bofs-mock-site__body { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; height: 84%; padding: 3% 7% 8%; }
.bofs-mock-site small { color: #2874f5; font-size: clamp(4px, .5vw, 8px); font-weight: 800; letter-spacing: .15em; }
.bofs-mock-site h3 { margin: 5% 0; color: #112044; font-size: clamp(14px, 2.2vw, 34px); letter-spacing: -.055em; line-height: 1.02; }
.bofs-mock-site h3 em { color: #276af5; font-style: normal; }
.bofs-mock-site p { max-width: 85%; margin: 0 0 8%; color: #6b7891; font-size: clamp(5px, .65vw, 10px); line-height: 1.5; }
.bofs-mock-cta { display: inline-block; padding: 4% 8%; border-radius: 18px; color: white; background: #1f64ed; font-size: clamp(5px, .6vw, 9px); font-weight: 700; }
.bofs-mock-art { position: relative; height: 82%; border-radius: 48% 48% 12px 12px; background: linear-gradient(145deg, #93b5ec, #1f4d98 62%, #10234b); box-shadow: 0 14px 30px rgba(23,62,132,.25); transform: skewY(-3deg); }
.bofs-mock-art::before { position: absolute; inset: 12% 19%; content: ""; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.06), 0 0 0 36px rgba(255,255,255,.04); }
.bofs-mock-art i { position: absolute; bottom: 0; width: 18%; background: linear-gradient(rgba(167,205,255,.75), rgba(15,46,98,.25)); }
.bofs-mock-art i:nth-child(1) { left: 8%; height: 42%; }.bofs-mock-art i:nth-child(2) { left: 39%; height: 66%; }.bofs-mock-art i:nth-child(3) { right: 9%; height: 87%; }
.bofs-hero__particles { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.bofs-hero__particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #4da7ff; box-shadow: 0 0 10px #3694ff; animation: bofs-particle 9s ease-in-out infinite; }
.bofs-hero__particles i:nth-child(1) { top: 23%; left: 52%; }.bofs-hero__particles i:nth-child(2) { top: 72%; left: 61%; animation-delay: -2s; }.bofs-hero__particles i:nth-child(3) { top: 31%; left: 89%; animation-delay: -4s; }.bofs-hero__particles i:nth-child(4) { top: 82%; left: 82%; animation-delay: -6s; }.bofs-hero__particles i:nth-child(5) { top: 18%; left: 70%; animation-delay: -1s; }.bofs-hero__particles i:nth-child(6) { top: 64%; left: 95%; animation-delay: -7s; }.bofs-hero__particles i:nth-child(7) { top: 40%; left: 47%; animation-delay: -5s; }.bofs-hero__particles i:nth-child(8) { top: 90%; left: 48%; animation-delay: -3s; }.bofs-hero__particles i:nth-child(9) { top: 12%; left: 96%; }.bofs-hero__particles i:nth-child(10) { top: 56%; left: 75%; animation-delay: -3s; }.bofs-hero__particles i:nth-child(11) { top: 75%; left: 91%; animation-delay: -8s; }.bofs-hero__particles i:nth-child(12) { top: 47%; left: 56%; animation-delay: -1.5s; }
.bofs-hero__scroll { position: absolute; right: 4.5%; bottom: 3.5%; display: flex; align-items: center; gap: 12px; color: #aebbd0; font-size: 14px; }
.bofs-hero__scroll span { display: grid; width: 28px; height: 42px; place-items: center; border: 1px solid #b4c7e4; border-radius: 15px; animation: bofs-scroll 2s ease-in-out infinite; }

@keyframes bofs-breathe { 50% { transform: scale(1.12); opacity: .65; } }
@keyframes bofs-dash { to { stroke-dashoffset: -180; } }
@keyframes bofs-float-web { 50% { margin-top: -10px; } }
@keyframes bofs-float-auto { 50% { margin-top: 11px; } }
@keyframes bofs-float-apps { 50% { margin-top: -8px; } }
@keyframes bofs-particle { 50% { transform: translate(15px,-18px) scale(1.8); opacity: .35; } }
@keyframes bofs-scroll { 50% { padding-top: 8px; } }

@media (max-width: 1280px) {
  .bofs-hero { --bofs-shell: min(1160px, calc(100vw - 48px)); }
  .bofs-hero__grid { grid-template-columns: minmax(430px,.95fr) minmax(500px,1.05fr); gap: 18px; }
  .bofs-hero h1 { font-size: clamp(48px,5vw,66px); }
  .bofs-button { min-width: 194px; }
}

@media (max-width: 1024px) {
  .bofs-hero { min-height: auto; padding-top: 70px; }
  .bofs-hero__grid { grid-template-columns: minmax(350px,.95fr) minmax(400px,1.05fr); }
  .bofs-hero h1 { font-size: clamp(43px,5.4vw,57px); }
  .bofs-hero__description { font-size: 17px; }
  .bofs-hero__actions { gap: 12px; }.bofs-button { min-width: 0; flex: 1 1 50%; padding-inline: 16px; }
  .bofs-services { gap: 12px; margin-top: 40px; }.bofs-service p { font-size: 13px; }
  .bofs-floating-card { width: 122px; height: 111px; border-radius: 20px; }.bofs-floating-card--automation { width: 136px; height: 118px; }.bofs-floating-card--apps { width: 118px; height: 108px; }.bofs-floating-card svg { width: 38px; }.bofs-floating-card strong { font-size: 15px; }
  .bofs-hero__scroll { display: none; }
}

@media (max-width: 767px) {
  .bofs-hero { --bofs-shell: calc(100vw - 32px); padding: 54px 0 32px; }
  .bofs-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 26px; }
  .bofs-hero__copy { padding-top: 0; }
  .bofs-hero__eyebrow { gap: 12px; margin-bottom: 16px; font-size: 11px; letter-spacing: .16em; }.bofs-hero__eyebrow span { width: 34px; }
  .bofs-hero h1 { max-width: 610px; font-size: clamp(39px,11vw,58px); }
  .bofs-hero__description { max-width: 620px; margin-top: 18px; font-size: 16px; line-height: 1.5; }
  .bofs-hero__actions { gap: 10px; margin-top: 24px; }.bofs-button { min-height: 52px; padding-inline: 13px; border-radius: 15px; font-size: 14px; white-space: nowrap; }.bofs-button__play { display: none; }
  .bofs-services { margin-top: 34px; gap: 10px; }.bofs-service__icon { width: 40px; height: 40px; margin-bottom: 9px; }.bofs-service__icon svg { width: 20px; }.bofs-service h2 { font-size: 13px; }.bofs-service p { font-size: 11px; line-height: 1.35; }
  .bofs-visual { width: min(100%, 620px); min-height: 430px; aspect-ratio: 1.14; margin-top: 4px; }
  .bofs-floating-card { width: 104px; height: 92px; gap: 5px; border-radius: 17px; }.bofs-floating-card--web { top: 12%; left: 4%; }.bofs-floating-card--automation { top: 1%; right: 25%; width: 112px; height: 96px; }.bofs-floating-card--apps { top: 26%; right: 0; width: 96px; height: 90px; }.bofs-floating-card svg { width: 31px; }.bofs-floating-card strong { font-size: 12px; }
  .bofs-laptop { top: 37%; left: 5%; width: 88%; }.bofs-laptop__screen { padding: 8px; border-width: 3px; border-bottom-width: 12px; border-radius: 14px 14px 7px 7px; }.bofs-laptop__base { height: 20px; }
  .bofs-hero__particles i:nth-child(n+8) { display: none; }
}

@media (max-width: 430px) {
  .bofs-hero { --bofs-shell: calc(100vw - 28px); padding-top: 46px; }
  .bofs-hero h1 { font-size: clamp(36px,10.4vw,45px); }
  .bofs-hero__description { font-size: 15px; }
  .bofs-button { min-height: 49px; padding-inline: 9px; font-size: 13px; gap: 7px; }
  .bofs-services { grid-template-columns: repeat(3,minmax(0,1fr)); }.bofs-service h2 { font-size: 12px; overflow-wrap: anywhere; }.bofs-service p { font-size: 10px; }
  .bofs-visual { min-height: 380px; }.bofs-floating-card--automation { right: 22%; }
}

@media (max-width: 350px) {
  .bofs-hero { --bofs-shell: calc(100vw - 24px); }
  .bofs-hero h1 { font-size: 34px; }
  .bofs-hero__eyebrow { font-size: 9.5px; }
  .bofs-button { min-height: 46px; padding-inline: 7px; border-radius: 13px; font-size: 12px; }.bofs-button span { display: none; }
  .bofs-service p { font-size: 9px; }.bofs-service h2 { font-size: 11px; }
  .bofs-visual { min-height: 340px; }.bofs-floating-card { width: 88px; height: 80px; }.bofs-floating-card--automation { width: 99px; height: 85px; }.bofs-floating-card--apps { width: 83px; height: 78px; }.bofs-floating-card svg { width: 25px; }.bofs-floating-card strong { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .bofs-hero, .bofs-hero *, .bofs-hero *::before, .bofs-hero *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .bofs-node { display: none; }
}
