:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #eef2f8;
  --ink: #101828;
  --muted: #667085;
  --line: #dfe5ee;
  --navy: #16233f;
  --purple: #6d5dfc;
  --purple-2: #8f82ff;
  --cyan: #19c6c7;
  --green: #21c77a;
  --shadow-sm: 0 10px 30px rgba(26, 40, 73, .08);
  --shadow-md: 0 24px 70px rgba(26, 40, 73, .13);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-color: rgba(16,24,40,.08); box-shadow: 0 8px 30px rgba(26,40,73,.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; font-weight: 800; font-size: 20px; background: linear-gradient(135deg, var(--purple), var(--cyan)); box-shadow: 0 10px 24px rgba(109,93,252,.24); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 14px; letter-spacing: -.01em; }
.brand-copy small { color: var(--muted); margin-top: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { font-size: 13px; color: #344054; font-weight: 650; transition: .2s ease; }
.main-nav a:hover { color: var(--purple); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta { padding: 12px 16px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 750; font-size: 12px; transition: .2s ease; }
.nav-cta:hover { background: var(--purple); transform: translateY(-1px); }
.language-switcher { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.75); }
.lang-btn { border: 0; background: transparent; padding: 7px 8px; border-radius: 8px; font-weight: 800; font-size: 10px; color: var(--muted); cursor: pointer; }
.lang-btn.active { color: #fff; background: var(--purple); }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: #fff; position: relative; }
.menu-toggle span { position: absolute; width: 18px; height: 2px; background: var(--ink); left: 11px; transition: .2s; }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { top: 23px; }
.menu-toggle.active span:first-child { transform: rotate(45deg); top: 20px; }
.menu-toggle.active span:last-child { transform: rotate(-45deg); top: 20px; }

.hero { min-height: 850px; padding-top: 152px; position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcff 0%, #f4f7fc 70%, #edf2f8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,35,63,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(22,35,63,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 0%, transparent 80%); }
.hero-soft-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.glow-a { width: 540px; height: 540px; right: -130px; top: 20px; background: radial-gradient(circle, rgba(109,93,252,.2), transparent 68%); }
.glow-b { width: 420px; height: 420px; left: -160px; bottom: 50px; background: radial-gradient(circle, rgba(25,198,199,.15), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(33,199,122,.25); border-radius: 999px; background: rgba(255,255,255,.78); color: #24784f; font-size: 12px; font-weight: 750; box-shadow: var(--shadow-sm); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(33,199,122,.12); }
.hero h1 { margin: 24px 0 22px; font-size: clamp(52px, 6vw, 82px); line-height: .99; letter-spacing: -.065em; }
.hero h1 > span { display: block; }
.gradient-text { color: transparent; background: linear-gradient(90deg, #654ff3, #3b83e7 55%, #0ea7a8); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 620px; margin: 0; color: #526078; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--purple), #4e7de9); box-shadow: 0 16px 34px rgba(109,93,252,.24); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(109,93,252,.31); }
.btn-secondary { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { border-color: #b8c3d7; transform: translateY(-2px); }
.hero-points { display: flex; gap: 18px; margin-top: 28px; flex-wrap: wrap; color: #475467; }
.hero-points span { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.hero-points i { font-style: normal; color: var(--green); font-weight: 900; }

.hero-stage { min-height: 550px; position: relative; display: grid; place-items: center; }
.stage-card { width: 100%; max-width: 530px; border: 1px solid rgba(22,35,63,.12); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 40px 90px rgba(34,53,95,.17); overflow: hidden; animation: stageFloat 6s ease-in-out infinite; }
.stage-topbar { height: 54px; display: flex; align-items: center; gap: 18px; padding: 0 18px; border-bottom: 1px solid var(--line); background: rgba(247,249,253,.95); }
.stage-dots { display: flex; gap: 6px; }
.stage-dots span { width: 8px; height: 8px; border-radius: 50%; background: #bcc5d4; }
.stage-address { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 8px; color: #98a2b3; font-size: 9px; padding: 7px 12px; text-align: center; }
.stage-live { display: flex; align-items: center; gap: 6px; color: #16835a; font-size: 9px; font-weight: 900; }
.stage-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.stage-body { display: grid; grid-template-columns: 64px 1fr; min-height: 392px; }
.stage-side { padding: 18px 14px; border-right: 1px solid var(--line); background: #f6f8fc; display: flex; align-items: center; flex-direction: column; gap: 18px; }
.side-logo { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--purple), var(--cyan)); font-weight: 900; }
.stage-side > span { width: 20px; height: 5px; border-radius: 10px; background: #d6dce7; }
.stage-side > span.on { background: var(--purple); width: 26px; }
.stage-content { padding: 26px; }
.stage-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.stage-heading div { display: flex; flex-direction: column; }
.stage-heading small { color: #98a2b3; letter-spacing: .16em; font-size: 8px; }
.stage-heading strong { font-size: 24px; letter-spacing: -.03em; margin-top: 5px; }
.stage-heading em { font-style: normal; font-size: 8px; font-weight: 900; color: #4a69d7; background: #edf1ff; padding: 7px 9px; border-radius: 8px; }
.stage-banner { margin-top: 24px; min-height: 172px; padding: 24px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #5b50d9, #2e5eae 60%, #148f99); overflow: hidden; position: relative; }
.stage-banner::after { content: ""; position: absolute; inset: auto -50px -70px auto; width: 190px; height: 190px; border-radius: 50%; border: 35px solid rgba(255,255,255,.07); }
.stage-banner small { color: rgba(255,255,255,.68); font-size: 9px; }
.stage-banner h3 { margin: 7px 0 18px; max-width: 190px; font-size: 24px; line-height: 1.08; }
.stage-lines { display: grid; gap: 7px; }
.stage-lines span { display: block; width: 85%; height: 5px; border-radius: 10px; background: rgba(255,255,255,.25); }
.stage-lines span:last-child { width: 60%; }
.stage-bars { height: 102px; display: flex; align-items: end; justify-content: center; gap: 8px; position: relative; z-index: 1; }
.stage-bars i { width: 23px; border: 1px solid rgba(255,255,255,.26); border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, rgba(9,24,59,.7), rgba(255,255,255,.18)); }
.stage-bars i:nth-child(1) { height: 42%; }.stage-bars i:nth-child(2) { height: 73%; }.stage-bars i:nth-child(3) { height: 58%; }.stage-bars i:nth-child(4) { height: 94%; }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.stage-grid article { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfe; }
.stage-grid small { color: #98a2b3; font-size: 8px; }
.stage-grid strong { display: block; font-size: 10px; margin: 5px 0 10px; }
.mini-progress { display: block; width: 100%; height: 4px; background: #e9edf5; border-radius: 8px; overflow: hidden; }
.mini-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), var(--cyan)); border-radius: inherit; }
.stage-floating { position: absolute; z-index: 4; background: rgba(255,255,255,.92); border: 1px solid rgba(22,35,63,.11); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.float-code { left: -20px; bottom: 38px; padding: 13px 16px; border-radius: 12px; font-family: ui-monospace, monospace; font-size: 10px; color: #667085; animation: floatSmall 5s ease-in-out infinite; }
.float-code span { color: #6d5dfc; }.float-code b { color: #0c9d91; }
.float-stack { right: -28px; top: 60px; padding: 14px; border-radius: 16px; animation: floatSmall 6s ease-in-out infinite reverse; }
.float-stack small { color: #98a2b3; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.float-stack div { display: flex; margin-top: 9px; }
.float-stack span { width: 30px; height: 30px; border-radius: 50%; margin-left: -5px; display: grid; place-items: center; border: 2px solid white; background: #eef1ff; color: #5e56d4; font-size: 8px; font-weight: 900; }
.float-result { right: -42px; bottom: 58px; padding: 13px 16px; border-radius: 16px; display: flex; align-items: center; gap: 11px; animation: floatSmall 5.6s ease-in-out infinite; }
.float-result > i { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; font-style: normal; color: white; background: linear-gradient(135deg, var(--purple), var(--cyan)); }
.float-result div { display: flex; flex-direction: column; }.float-result strong { font-size: 11px; }.float-result small { color: var(--muted); font-size: 9px; }
.tech-ribbon { position: relative; z-index: 3; margin-top: 75px; padding: 18px 20px; display: flex; align-items: center; gap: 34px; border: 1px solid rgba(22,35,63,.09); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.tech-ribbon > span { color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.tech-list { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex: 1; overflow: hidden; }
.tech-list b { color: #344054; font-size: 11px; letter-spacing: .04em; white-space: nowrap; }

.metric-section { position: relative; z-index: 4; transform: translateY(-1px); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); background: var(--navy); border-radius: 24px; overflow: hidden; box-shadow: 0 24px 70px rgba(22,35,63,.18); }
.metric-grid article { min-height: 132px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.metric-grid article:last-child { border: 0; }
.metric-grid strong { color: #fff; font-size: 25px; letter-spacing: -.03em; }
.metric-grid span { color: rgba(255,255,255,.62); font-size: 11px; margin-top: 7px; }

.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-kicker { color: var(--purple); font-size: 10px; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.section-heading h2, .process-intro h2, .about-copy h2, .contact-copy h2 { margin: 14px 0 0; font-size: clamp(40px,5vw,64px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading h2 em, .process-intro h2 em, .about-copy h2 em, .contact-copy h2 em { font-style: normal; color: #8b95a8; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.8; }

.projects { background: #fff; }
.projects-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 10px 34px rgba(26,40,73,.055); transition: .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #c9d1df; }
.project-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.18fr .82fr; }
.project-visual { min-height: 340px; position: relative; overflow: hidden; display: grid; place-items: center; background: #edf1f8; }
.project-featured .project-visual { min-height: 430px; }
.visual-label { position: absolute; top: 18px; left: 18px; z-index: 5; padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.9); color: #475467; box-shadow: var(--shadow-sm); font-size: 9px; font-weight: 850; }
.project-info { padding: 30px; display: flex; flex-direction: column; }
.project-featured .project-info { padding: 42px; justify-content: center; }
.project-meta { display: flex; align-items: center; gap: 12px; color: #98a2b3; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-meta span:first-child { color: var(--purple); font-weight: 900; }
.project-info h3 { margin: 14px 0 10px; font-size: 30px; letter-spacing: -.04em; }
.project-featured .project-info h3 { font-size: 42px; }
.project-info p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.tag-row span { padding: 7px 9px; border-radius: 8px; background: #f2f4f8; color: #586174; font-size: 9px; font-weight: 700; }
.project-links { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.project-links a, .details-btn { border: 0; background: none; color: var(--navy); font-size: 12px; font-weight: 850; cursor: pointer; padding: 0; }
.project-links a:hover, .details-btn:hover { color: var(--purple); }
.besthome-visual { background: radial-gradient(circle at 20% 20%, #a7a0ff 0, transparent 28%), linear-gradient(135deg,#262254,#164b70); }
.mock-browser { width: 82%; border: 1px solid rgba(255,255,255,.2); border-radius: 19px; overflow: hidden; box-shadow: 0 30px 60px rgba(9,16,45,.34); transform: rotate(-1.5deg); }
.mock-bar { height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 6px; background: #f6f7fa; }.mock-bar i { width: 6px; height: 6px; border-radius: 50%; background: #aeb6c6; }.mock-bar span { margin-left: auto; margin-right: auto; font-size: 7px; color: #8f98a9; }
.mock-property { background: white; min-height: 250px; }.mock-nav { height: 38px; padding: 0 18px; display: flex; align-items: center; gap: 15px; font-size: 7px; }.mock-nav b { margin-right: auto; color: #4d47c7; }.mock-nav span { width: 25px; height: 4px; background: #d6dbe4; border-radius: 5px; }
.mock-hero { min-height: 125px; padding: 23px; color: white; background: linear-gradient(115deg, rgba(30,29,70,.94), rgba(72,62,167,.75)), linear-gradient(#8893a6,#8893a6); }.mock-hero small { font-size: 6px; opacity: .7; }.mock-hero strong { display: block; font-size: 20px; margin: 6px 0 18px; }.mock-hero > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 5px; }.mock-hero span,.mock-hero b { padding: 7px; border-radius: 5px; background: rgba(255,255,255,.16); font-size: 6px; }.mock-hero b { background: #fff; color: #4f49bb; }
.mock-listings { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 13px; }.mock-listings i { height: 70px; border-radius: 8px; background: linear-gradient(150deg,#d7dce6,#f2f4f8); }
.baltic-visual { background: linear-gradient(180deg,#dbeff3,#f2e8d8); }.wood-landscape { position: relative; width: 100%; height: 100%; overflow: hidden; }.wood-sun { position:absolute;width:85px;height:85px;border-radius:50%;background:#ffd589;right:15%;top:12%;box-shadow:0 0 45px rgba(255,203,112,.45); }.wood-mountain { position:absolute;bottom:25%;width:65%;height:50%;background:#9fb8ae;clip-path:polygon(50% 0,100% 100%,0 100%); }.wood-mountain.a{left:-12%;}.wood-mountain.b{right:-18%;background:#78998e;}.wood-ground{position:absolute;inset:auto 0 0;height:34%;background:#82926b;}.wood-house { position:absolute;z-index:3;width:170px;height:115px;left:50%;bottom:22%;transform:translateX(-50%);background:#9b633d;box-shadow:0 22px 40px rgba(54,42,31,.2); }.wood-house:before{content:"";position:absolute;left:-22px;top:-62px;border-left:107px solid transparent;border-right:107px solid transparent;border-bottom:72px solid #5e3b2b;}.wood-house i{position:absolute;width:43px;height:70px;bottom:0;left:65px;background:#493126;}.wood-house b,.wood-house em{position:absolute;width:36px;height:31px;top:27px;background:#d2e9f0;border:6px solid #5e3b2b;}.wood-house b{left:16px}.wood-house em{right:16px}
.transfer-visual { background: radial-gradient(circle at 50% 42%, rgba(109,93,252,.17), transparent 45%), #eef3fb; display:flex; gap:55px; align-items:center; justify-content:center; }.transfer-device { background:#fff;border:1px solid #d8dfeb;box-shadow:var(--shadow-md);}.transfer-device.phone{width:86px;height:170px;border-radius:21px;padding:18px 12px;position:relative}.transfer-device.phone>span{position:absolute;top:8px;left:50%;width:28px;height:4px;border-radius:6px;background:#d6dce7;transform:translateX(-50%)}.qr-grid{width:62px;height:62px;margin-top:32px;background:conic-gradient(from 90deg,#202a44 25%,white 0 50%,#202a44 0 75%,white 0);background-size:14px 14px;border:7px solid #fff;box-shadow:0 0 0 1px #dfe4ec}.transfer-device.desktop{width:220px;height:145px;border-radius:14px;padding:25px 17px;display:grid;gap:15px}.file-row b,.file-row em{font-size:7px}.file-row em{float:right;color:#6d5dfc}.file-row>span{display:block;margin-top:6px;height:5px;border-radius:8px;background:#eef0f5;overflow:hidden}.file-row>span i{display:block;width:82%;height:100%;background:linear-gradient(90deg,var(--purple),var(--cyan))}.transfer-beam{position:absolute;display:flex;gap:7px}.transfer-beam i{width:8px;height:8px;border-radius:50%;background:var(--purple);animation:beam 1.2s ease-in-out infinite}.transfer-beam i:nth-child(2){animation-delay:.2s}.transfer-beam i:nth-child(3){animation-delay:.4s}
.project-small { display:grid;grid-template-columns:.88fr 1.12fr;min-height:310px }.project-small .project-visual,.small-visual{min-height:100%;}.small-visual{position:relative;overflow:hidden;display:grid;place-items:center;background:#eef2f8}.tech-visual{background:linear-gradient(140deg,#e7effd,#e5faf6)}.map-pin{position:absolute;left:25%;top:26%;width:50px;height:50px;border-radius:50% 50% 50% 0;background:#6d5dfc;color:white;display:grid;place-items:center;transform:rotate(-45deg);font-size:13px}.map-pin::first-letter{transform:rotate(45deg)}.task-stack{width:90px;display:grid;gap:9px;transform:translate(45px,-30px)}.task-stack i{height:16px;border-radius:6px;background:white;box-shadow:var(--shadow-sm)}.small-stats{position:absolute;bottom:25px;left:22px;right:22px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px}.small-stats *{height:46px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.84);font-size:10px}.small-stats b{font-size:18px;color:#5e56d4}.automation-visual{background:linear-gradient(135deg,#e7fff6,#e7ecff)}.message-bubble{position:absolute;padding:12px 16px;border-radius:18px;background:white;box-shadow:var(--shadow-sm);font-weight:900;color:#5a61c8}.message-bubble.a{left:20%;top:25%}.message-bubble.b{right:18%;top:45%;color:#159d78}.queue-line{position:absolute;bottom:25%;display:flex;gap:7px}.queue-line span{width:11px;height:11px;border-radius:50%;background:#7b6ff1;animation:beam 1.2s infinite}.queue-line span:nth-child(2){animation-delay:.15s}.queue-line span:nth-child(3){animation-delay:.3s}.queue-line span:nth-child(4){animation-delay:.45s}.device-visual{background:linear-gradient(145deg,#e9effb,#f8edf9)}.device-ring{width:110px;height:110px;border:12px solid rgba(109,93,252,.15);border-top-color:#6d5dfc;border-right-color:#19bdbf;border-radius:50%;display:grid;place-items:center;animation:spin 8s linear infinite}.device-ring span{font-weight:900;font-size:24px;animation:spin 8s linear infinite reverse}.device-bars{position:absolute;left:18%;bottom:20%;display:flex;align-items:end;gap:6px}.device-bars b{width:9px;border-radius:4px;background:#9a8fff}.device-bars b:nth-child(1){height:22px}.device-bars b:nth-child(2){height:38px}.device-bars b:nth-child(3){height:30px}.online-chip{position:absolute;right:12%;top:18%;font-size:8px;font-weight:900;padding:8px 10px;border-radius:9px;background:white;box-shadow:var(--shadow-sm)}.online-chip i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#21c77a;margin-right:5px}

.services { background: #f3f6fb; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 10px 34px rgba(26,40,73,.045); transition:.25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.service-number { position:absolute;right:22px;top:22px;color:#c0c7d3;font-size:10px;font-weight:900; }
.service-icon { width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#ece9ff,#e2f8f8);color:#5f56d9;font-weight:900;font-size:19px; }
.service-card h3 { margin: 34px 0 13px; font-size: 21px; letter-spacing:-.03em; }
.service-card p { margin:0;color:var(--muted);font-size:13px;line-height:1.75; }
.service-card ul { margin:28px 0 0;padding:22px 0 0;border-top:1px solid var(--line);list-style:none;display:grid;gap:12px; }
.service-card li { font-size:11px;color:#475467; }.service-card li::before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}

.process { background:#fff; }
.process-layout { display:grid;grid-template-columns:.78fr 1.22fr;gap:95px;align-items:start; }
.process-intro { position:sticky;top:125px; }.process-intro p{color:var(--muted);line-height:1.8;max-width:470px}.text-link{display:inline-flex;margin-top:20px;color:var(--purple);font-weight:850;font-size:13px}
.process-steps { display:grid; }.process-step { display:grid;grid-template-columns:70px 1fr;gap:22px;padding:30px 0;border-bottom:1px solid var(--line); }.process-step:first-child{padding-top:0}.process-step>span{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#f0efff;color:#655bd8;font-weight:900}.process-step small{color:var(--purple);font-size:9px;letter-spacing:.14em;font-weight:900}.process-step h3{margin:7px 0 9px;font-size:24px;letter-spacing:-.03em}.process-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}

.about { background: linear-gradient(180deg,#edf2f8,#f8faff); }
.about-layout { display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:center; }
.identity-visual { min-height:590px;position:relative;border:1px solid rgba(22,35,63,.1);border-radius:32px;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(109,93,252,.18),transparent 28%),linear-gradient(145deg,#ffffff,#e9eff8);box-shadow:var(--shadow-md) }
.identity-grid { position:absolute;inset:0;background-image:linear-gradient(rgba(22,35,63,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(22,35,63,.04) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle,#000,transparent 78%) }
.identity-core{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;background:linear-gradient(135deg,#6357df,#397fbe 55%,#16a7a7);box-shadow:0 25px 70px rgba(77,77,180,.28);z-index:3}.identity-core small{font-size:8px;letter-spacing:.16em;opacity:.75}.identity-core strong{font-size:65px;line-height:1;margin:7px 0}.identity-core em{font-size:7px;font-style:normal;letter-spacing:.1em;opacity:.75}
.identity-orbit{position:absolute;left:50%;top:48%;border:1px dashed rgba(84,93,150,.26);border-radius:50%;transform:translate(-50%,-50%);animation:spin 18s linear infinite}.orbit-one{width:320px;height:320px}.orbit-two{width:450px;height:450px;animation-duration:28s;animation-direction:reverse}.identity-orbit span{position:absolute;width:14px;height:14px;border-radius:50%;background:#6d5dfc;box-shadow:0 0 0 7px rgba(109,93,252,.1)}.orbit-one span:nth-child(1){left:40px;top:55px}.orbit-one span:nth-child(2){right:22px;top:140px;background:#17b9b9}.orbit-one span:nth-child(3){left:145px;bottom:-7px;background:#21c77a}.orbit-two span:nth-child(1){left:15px;top:200px;background:#17b9b9}.orbit-two span:nth-child(2){right:60px;bottom:65px;background:#ef9d4b}
.identity-card{position:absolute;z-index:5;padding:13px 15px;border-radius:15px;background:rgba(255,255,255,.88);border:1px solid rgba(22,35,63,.1);box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:11px;backdrop-filter:blur(10px);animation:floatSmall 5s ease-in-out infinite}.identity-card>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#eff0ff;color:#6258dc;font-weight:900;font-size:11px}.identity-card div{display:flex;flex-direction:column}.identity-card b{font-size:11px}.identity-card small{color:var(--muted);font-size:8px;margin-top:3px}.code-card{left:28px;top:72px}.api-card{right:28px;top:170px;animation-delay:-1.2s}.server-card{left:50px;bottom:85px;animation-delay:-2.4s}.identity-status{position:absolute;right:26px;bottom:28px;z-index:6;display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:9px;font-weight:800}.identity-status i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(33,199,122,.11)}
.about-copy h2 { font-size:clamp(38px,4.8vw,61px); }.about-lead{font-size:18px!important;color:#27344b!important}.about-copy p{color:var(--muted);line-height:1.8}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.about-facts article{padding:15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.68)}.about-facts strong{display:block;font-size:10px}.about-facts span{display:block;color:var(--muted);font-size:8px;margin-top:5px}

.skills-section { background:#fff; }.skills-panel{padding:46px;border-radius:28px;background:var(--navy);color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;box-shadow:0 28px 70px rgba(22,35,63,.18)}.skills-heading .section-kicker{color:#9c91ff}.skills-heading h2{margin:15px 0 0;font-size:34px;line-height:1.15;letter-spacing:-.04em}.skill-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.skill-groups article{border-top:1px solid rgba(255,255,255,.12);padding-top:15px}.skill-groups small{color:#9c91ff;font-size:8px;letter-spacing:.14em;font-weight:900}.skill-groups div{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.skill-groups span{padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:rgba(255,255,255,.72);font-size:8px;background:rgba(255,255,255,.04)}

.contact { background:linear-gradient(180deg,#f6f8fc,#edf2f8); }.contact-shell{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-md);overflow:hidden}.contact-copy{padding:55px;background:linear-gradient(145deg,#172541,#22365c);color:white;position:relative;overflow:hidden}.contact-copy::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-130px;bottom:-140px;background:radial-gradient(circle,rgba(109,93,252,.5),transparent 70%)}.contact-copy .section-kicker{color:#a99fff}.contact-copy h2 em{color:rgba(255,255,255,.46)}.contact-copy>p{color:rgba(255,255,255,.65);line-height:1.8}.contact-details{display:grid;gap:10px;margin-top:36px;position:relative;z-index:2}.contact-details a{padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:15px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:13px;background:rgba(255,255,255,.06)}.contact-details>a>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.09);font-size:9px}.contact-details div{display:flex;flex-direction:column}.contact-details small{color:rgba(255,255,255,.5);font-size:8px}.contact-details strong{font-size:12px;margin-top:3px}.contact-details i{font-style:normal;color:#9f96ff}.contact-form{padding:55px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-content:center}.contact-form label{display:flex;flex-direction:column;gap:8px}.contact-form label>span{font-size:10px;font-weight:800;color:#475467}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid var(--line);border-radius:12px;background:#f8fafc;color:var(--ink);padding:14px 15px;outline:none;transition:.2s}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#897ef0;box-shadow:0 0 0 4px rgba(109,93,252,.08);background:white}.full{grid-column:1/-1}

.site-footer{position:relative;overflow:hidden;background:#0f1a2e;color:white;padding:80px 0 24px}.footer-glow{position:absolute;width:600px;height:600px;border-radius:50%;right:-220px;top:-250px;background:radial-gradient(circle,rgba(109,93,252,.3),transparent 68%)}.footer-cta{position:relative;z-index:2;padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:end;justify-content:space-between;gap:35px}.footer-cta>div{max-width:720px}.footer-cta span{color:#9e94ff;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.footer-cta h2{margin:12px 0 0;font-size:clamp(35px,4vw,55px);line-height:1.05;letter-spacing:-.05em}.footer-btn{background:white;color:#16233f}.footer-btn:hover{transform:translateY(-2px)}.footer-main{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:40px}.site-footer .brand-copy strong{color:white}.site-footer .brand-copy small{color:rgba(255,255,255,.45)}.footer-brand p{max-width:300px;margin:22px 0;color:rgba(255,255,255,.55);font-size:12px;line-height:1.75}.footer-availability{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.65);font-size:9px}.footer-availability i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(33,199,122,.1)}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h3{margin:0 0 8px;font-size:10px;color:white;text-transform:uppercase;letter-spacing:.13em}.footer-column a,.footer-column span{font-size:10px;color:rgba(255,255,255,.52);transition:.2s}.footer-column a:hover{color:white;transform:translateX(2px)}.footer-bottom{position:relative;z-index:2;margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.42);font-size:9px}.footer-bottom a{color:rgba(255,255,255,.75)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#23c968;color:white;box-shadow:0 15px 35px rgba(35,201,104,.3);transition:.2s}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}.whatsapp-float svg{width:27px;height:27px;fill:currentColor;stroke:none}

.project-modal{position:fixed;inset:0;z-index:200;display:none;place-items:center;padding:30px}.project-modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(15,26,46,.72);backdrop-filter:blur(9px)}.modal-panel{position:relative;z-index:2;width:min(900px,100%);max-height:88vh;overflow:auto;border-radius:26px;background:white;padding:45px;box-shadow:0 35px 100px rgba(10,18,37,.35)}.modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#f6f8fc;font-size:23px;cursor:pointer}.modal-kicker{color:var(--purple);font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:900}.modal-panel h2{margin:10px 0 8px;font-size:44px;letter-spacing:-.04em}.modal-summary{color:var(--muted);font-size:15px}.modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.modal-box{padding:20px;border:1px solid var(--line);border-radius:16px;background:#f8fafc}.modal-box h3{margin:0 0 8px;font-size:13px}.modal-box p,.modal-box li{color:var(--muted);font-size:11px;line-height:1.7}.modal-box ul{margin:0;padding-left:18px}.modal-tech{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.modal-tech span{padding:8px 10px;border-radius:9px;background:#f1f3f8;color:#596275;font-size:9px}.modal-actions{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}
@keyframes stageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatSmall{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes beam{0%,100%{opacity:.25;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
@keyframes spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

@media (max-width: 1120px){
  .main-nav{gap:17px}.main-nav a{font-size:11px}.nav-cta{display:none}.hero-layout{grid-template-columns:1fr 1fr;gap:30px}.hero h1{font-size:60px}.float-stack{right:0}.float-result{right:0}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.3fr repeat(2,1fr)}.footer-column:nth-child(4),.footer-column:nth-child(5){margin-top:20px}.project-small{grid-template-columns:1fr}.project-small .small-visual{min-height:240px}}
@media (max-width: 900px){
  :root{--container:min(100% - 28px,760px)}.section-pad{padding:82px 0}.menu-toggle{display:block}.main-nav{position:fixed;top:76px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:var(--shadow-md)}.main-nav.open{display:flex}.main-nav a{padding:11px;font-size:13px}.nav-actions{margin-left:auto}.nav-actions .language-switcher{display:none}.hero{padding-top:125px;min-height:auto}.hero-layout{grid-template-columns:1fr}.hero-copy{max-width:none}.hero h1{font-size:clamp(48px,12vw,74px)}.hero-stage{min-height:520px}.stage-card{max-width:580px}.tech-ribbon{align-items:flex-start;flex-direction:column;gap:16px}.tech-list{flex-wrap:wrap;justify-content:flex-start}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-grid article:nth-child(2){border-right:0}.metric-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.section-heading{grid-template-columns:1fr;gap:25px}.project-featured{grid-template-columns:1fr}.project-featured .project-visual{min-height:360px}.process-layout{grid-template-columns:1fr;gap:50px}.process-intro{position:static}.about-layout{grid-template-columns:1fr}.identity-visual{min-height:570px}.skills-panel{grid-template-columns:1fr}.contact-shell{grid-template-columns:1fr}.footer-main{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-cta{align-items:flex-start;flex-direction:column}.language-switcher.mobile-visible{display:flex}}
@media (max-width: 640px){
  :root{--container:calc(100% - 22px);--radius:20px}.nav-wrap{min-height:70px}.brand-copy small{display:none}.brand-mark{width:38px;height:38px}.hero{padding-top:105px}.hero h1{font-size:47px}.hero-lead{font-size:15px}.hero-actions .btn{width:100%}.hero-points{display:grid}.hero-stage{min-height:420px;margin-top:15px}.stage-card{border-radius:18px}.stage-body{grid-template-columns:45px 1fr;min-height:310px}.stage-side{padding:13px 8px}.stage-side>span{width:14px}.stage-content{padding:15px}.stage-heading strong{font-size:18px}.stage-banner{min-height:140px;padding:16px}.stage-banner h3{font-size:18px}.stage-grid{grid-template-columns:1fr}.stage-grid article:nth-child(n+2){display:none}.float-code{left:2px;bottom:2px}.float-stack{right:0;top:20px}.float-result{display:none}.tech-ribbon{margin-top:40px}.metric-grid{grid-template-columns:1fr}.metric-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)!important;min-height:95px;padding:22px}.metric-grid article:last-child{border-bottom:0!important}.projects-grid{grid-template-columns:1fr}.project-featured{grid-column:auto}.project-visual,.project-featured .project-visual{min-height:270px}.project-featured .project-info,.project-info{padding:24px}.project-featured .project-info h3{font-size:34px}.transfer-device.desktop{width:165px}.transfer-visual{gap:25px}.services-grid{grid-template-columns:1fr}.service-card{min-height:auto}.process-step{grid-template-columns:50px 1fr}.process-step>span{width:43px;height:43px}.about-layout{gap:50px}.identity-visual{min-height:480px}.identity-core{width:125px;height:125px}.identity-core strong{font-size:50px}.orbit-one{width:250px;height:250px}.orbit-two{width:360px;height:360px}.identity-card{padding:10px}.identity-card>span{width:31px;height:31px}.code-card{left:12px;top:38px}.api-card{right:10px;top:130px}.server-card{left:15px;bottom:72px}.about-facts{grid-template-columns:1fr}.skills-panel{padding:28px}.skill-groups{grid-template-columns:1fr}.contact-copy,.contact-form{padding:30px}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-column:nth-child(4),.footer-column:nth-child(5){margin-top:0}.footer-bottom{align-items:flex-start;flex-direction:column}.modal-panel{padding:35px 20px 25px}.modal-panel h2{font-size:34px}.modal-grid{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px}}
