:root {
  --bg: #101725;
  --surface: #182235;
  --surface-2: #202c42;
  --text: #f5f7ff;
  --muted: #b6bece;
  --line: rgba(255,255,255,.15);
  --blue: #6c7cff;
  --cyan: #70e5ff;
  --violet: #b07cff;
  --green: #a9ff68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.page-glow { position: fixed; width: 600px; height: 600px; border-radius: 50%; filter: blur(150px); opacity: .11; pointer-events: none; z-index: -1; }
.glow-one { background: var(--blue); top: -220px; right: -160px; }
.glow-two { background: var(--violet); top: 900px; left: -350px; }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.logo { font-size: 20px; font-weight: 850; letter-spacing: -.08em; }
.logo span { color: var(--cyan); }
.site-header nav { display: flex; gap: 36px; }
.site-header nav a { color: #bdc3d1; font-size: 13px; transition: color .2s; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 9px; font-size: 13px; border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; background: rgba(255,255,255,.035); }
.header-cta > span, .availability > span, .contact-pill > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(169,255,104,.1); }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 75px 86px; }
.availability { width: max-content; display: flex; align-items: center; gap: 10px; color: #b8c0d2; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 30px; }
.hero h1 { font-size: clamp(56px, 6.7vw, 94px); line-height: .94; letter-spacing: -.065em; margin: 0; max-width: 770px; }
.hero h1 em, .section-intro h2 em, .about-main h2 em, .stack-heading h2 em, .contact-inner h2 em, .contact-copy h2 em { font-family: Georgia, serif; font-weight: 400; color: transparent; background: linear-gradient(100deg, var(--cyan), var(--violet)); -webkit-background-clip: text; background-clip: text; }
.hero-text { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.75; margin: 32px 0; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 22px; border-radius: 12px; font-size: 13px; font-weight: 700; transition: transform .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, #7182ff, #8f6dff); box-shadow: 0 15px 40px rgba(108,124,255,.25); }
.button-ghost { border: 1px solid var(--line); color: #c3c9d5; }
.hero-metrics { display: flex; gap: 42px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-metrics > div { display: flex; gap: 10px; align-items: center; }
.hero-metrics strong { font-size: 24px; }
.hero-metrics span { font-size: 10px; color: #7f8798; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { height: 590px; position: relative; display: grid; place-items: center; isolation: isolate; }
.visual-grid { 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: 42px 42px; mask-image: radial-gradient(circle, black, transparent 72%); }
.orbit { position: absolute; border: 1px solid rgba(126,139,255,.18); border-radius: 50%; }
.orbit-a { width: 490px; height: 490px; animation: rotate 18s linear infinite; }
.orbit-a::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); top: 70px; left: 63px; box-shadow: 0 0 16px var(--cyan); }
.orbit-b { width: 380px; height: 380px; border-style: dashed; animation: rotate 25s linear infinite reverse; }
.phone { width: 248px; height: 510px; border: 8px solid #1d2332; padding: 5px; border-radius: 42px; background: #05070c; box-shadow: 0 45px 100px rgba(0,0,0,.6), 0 0 0 1px #343d50; transform: rotate(3deg); position: relative; z-index: 2; animation: float 5s ease-in-out infinite; }
.phone-top { position: absolute; width: 80px; height: 20px; background: #05070c; border-radius: 0 0 13px 13px; top: 4px; left: 50%; transform: translateX(-50%); z-index: 4; }
.phone-top span { position: absolute; width: 35px; height: 4px; background: #22293a; border-radius: 10px; left: 15px; top: 5px; }
.phone-top i { position: absolute; width: 5px; height: 5px; background: #263659; border-radius: 50%; right: 13px; top: 5px; }
.phone-screen { height: 100%; border-radius: 29px; overflow: hidden; background: #f4f5fa; color: #111421; padding: 28px 14px 12px; position: relative; }
.app-bar { display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 4px 3px 13px; }
.app-hero { height: 210px; border-radius: 20px; padding: 23px 18px; color: white; background: radial-gradient(circle at 75% 20%, rgba(112,229,255,.6), transparent 28%), linear-gradient(145deg,#7988ff,#7247ae 70%,#17162e); position: relative; overflow: hidden; }
.app-hero::after { content: ""; position: absolute; width: 130px; height: 130px; border: 28px solid rgba(255,255,255,.14); border-radius: 50%; right: -45px; bottom: -30px; }
.app-hero small { font-size: 6px; letter-spacing: .14em; opacity: .8; }
.app-hero strong { display: block; margin-top: 20px; font-size: 31px; line-height: .92; letter-spacing: -.05em; }
.app-hero button { margin-top: 24px; border: 0; border-radius: 999px; padding: 7px 10px; font-size: 7px; font-weight: 700; }
.app-label { display: flex; justify-content: space-between; margin: 17px 2px 9px; font-size: 8px; }
.app-label span { color: #777e8c; }
.app-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.app-cards > div { height: 83px; border-radius: 13px; padding: 11px; color: white; background: linear-gradient(145deg,#1c2130,#414b67); display: flex; flex-direction: column; justify-content: space-between; }
.app-cards > div:last-child { background: linear-gradient(145deg,#b2f1ee,#4c849c); }
.app-cards span { font-size: 6px; opacity: .7; }.app-cards b { font-size: 12px; }
.app-nav { position: absolute; bottom: 10px; left: 13px; right: 13px; height: 38px; border-radius: 13px; background: white; box-shadow: 0 4px 18px rgba(36,42,58,.12); display: flex; align-items: center; justify-content: space-around; font-size: 11px; }
.floating-card { position: absolute; z-index: 3; background: rgba(31,42,64,.9); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: blur(18px); border-radius: 16px; }
.floating-flutter { top: 105px; left: 0; padding: 14px 18px; display: flex; align-items: center; gap: 12px; animation: float 6s ease-in-out infinite reverse; }
.tech-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,#52c7ff,#596cff); font-weight: 900; }
.floating-card small { display: block; color: #a6afc0; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.floating-card strong { font-size: 14px; }
.floating-code { bottom: 95px; right: -10px; width: 180px; padding: 15px 17px; animation: float 6s ease-in-out infinite; }
.floating-code strong span { color: var(--violet); }
.progress { height: 3px; background: #272e3e; border-radius: 10px; margin-top: 12px; overflow: hidden; }
.progress i { display: block; width: 42%; height: 100%; background: linear-gradient(90deg,var(--blue),var(--cyan)); }
.delivery-status { display: flex; align-items: center; gap: 7px; margin-top: 11px; color: #abb4c5; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.delivery-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.visual-caption { position: absolute; bottom: 5px; left: 30px; color: #778094; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; transform: rotate(-90deg); transform-origin: left; }
.visual-caption span { color: var(--cyan); margin-right: 10px; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.trust-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; }
.trust-inner > span { color: #656e81; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.trust-inner b { color: #c8ceda; font-size: 15px; }.trust-inner i { color: #3f4759; font-size: 7px; }

.personal-about { padding: 105px 0; color: #171c2b; background: #f3f4f6; }
.personal-about-card { min-height: 510px; padding: 34px; border: 1px solid #dde2ea; border-radius: 30px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; background: #fff; box-shadow: 0 28px 75px rgba(21,29,48,.1); overflow: hidden; position: relative; }
.personal-about-card::after { content: ""; position: absolute; width: 410px; height: 410px; right: -210px; top: -230px; border-radius: 50%; background: radial-gradient(circle,rgba(108,124,255,.14),transparent 67%); pointer-events: none; }
.personal-about-side { min-height: 440px; padding: 25px; border-radius: 22px; display: flex; flex-direction: column; color: #fff; background: #11182d; position: relative; overflow: hidden; }
.personal-about-side::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(8,13,25,.38) 0%,transparent 38%,rgba(8,13,25,.16) 58%,rgba(8,13,25,.9) 100%); pointer-events: none; }
.personal-portrait { position: absolute; inset: 0; }
.personal-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 53% 48%; filter: saturate(.88) contrast(1.04); transition: transform .6s ease,filter .6s ease; }
.personal-about-side:hover .personal-portrait img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
.personal-about-role { width: max-content; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #f0f2f7; background: rgba(12,18,32,.5); box-shadow: 0 8px 25px rgba(0,0,0,.18); backdrop-filter: blur(10px); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; position: relative; z-index: 2; }
.personal-about-role i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(169,255,104,.1); }
.personal-experience { margin-top: auto; display: flex; align-items: center; gap: 12px; position: relative; z-index: 2; }
.personal-experience strong { font-size: 36px; letter-spacing: -.06em; }
.personal-experience span { color: #aeb7ca; font-size: 8px; font-weight: 700; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.personal-about-copy { max-width: 680px; padding: 36px 20px 28px 0; align-self: center; position: relative; z-index: 1; }
.personal-kicker { color: #777f8e; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.personal-about-copy h2 { margin: 24px 0 28px; font-size: clamp(48px,5vw,72px); line-height: .95; letter-spacing: -.06em; }
.personal-about-copy h2 em { font-family: Georgia,serif; font-weight: 400; color: transparent; background: linear-gradient(100deg,#4779df,#9b63df); -webkit-background-clip: text; background-clip: text; }
.personal-about-copy > p { max-width: 650px; margin: 0; color: #596272; font-size: 16px; line-height: 1.75; }
.personal-focus { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.personal-focus span { padding: 9px 12px; border: 1px solid #dfe3ea; border-radius: 999px; color: #4a5362; background: #f6f7f9; font-size: 9px; font-weight: 700; }
.personal-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.personal-primary-button,.personal-resume-button { width: max-content; min-height: 49px; border-radius: 11px; display: flex; align-items: center; gap: 20px; font-size: 9px; font-weight: 850; letter-spacing: .09em; transition: transform .2s,background .2s,border-color .2s; }
.personal-primary-button { padding: 6px 7px 6px 18px; color: #fff; background: #171d2e; }
.personal-resume-button { padding: 6px 7px 6px 18px; border: 1px solid #d9dee7; color: #293142; background: #f7f8fa; cursor: pointer; }
.personal-primary-button:hover,.personal-resume-button:hover { transform: translateY(-3px); }
.personal-resume-button:hover { border-color: #c8cfdb; background: #fff; }
.personal-primary-button b,.personal-resume-button b { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; font-size: 14px; }
.personal-primary-button b { background: #ff4e28; }
.personal-resume-button b { color: #fff; background: #6577df; }

@media (max-width: 980px) {
  .personal-about-card { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .personal-about-copy { padding-right: 0; }
}

@media (max-width: 700px) {
  .personal-about { padding: 72px 0; }
  .personal-about-card { padding: 13px; border-radius: 22px; grid-template-columns: 1fr; gap: 10px; }
  .personal-about-side { min-height: 330px; padding: 19px; }
  .personal-portrait img { object-position: 53% 44%; }
  .personal-about-copy { padding: 28px 8px 20px; }
  .personal-about-copy h2 { font-size: 12vw; }
  .personal-about-copy > p { font-size: 14px; }
}

.section { padding-block: 130px; }
.section-intro { display: grid; grid-template-columns: .6fr 1.4fr .7fr; gap: 55px; align-items: start; margin-bottom: 65px; }
.section-number { color: var(--cyan); font-size: 10px; margin-right: 16px; }
.overline { color: #a4adbe; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.section-intro h2, .about-main h2, .stack-heading h2 { margin: -10px 0 0; font-size: clamp(46px,5.7vw,76px); letter-spacing: -.055em; line-height: 1; }
.section-intro > p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }
.section-intro:has(.products-heading) { grid-template-columns: .35fr 1.75fr .7fr; gap: 42px; }
.products-heading > span, .products-heading > em { display: block; white-space: nowrap; }
.projects-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.project { min-height: 520px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; padding: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); transition: transform .3s, border-color .3s; }
.project:hover { transform: translateY(-7px); border-color: rgba(112,229,255,.35); }
.project-featured { border-color: rgba(102,218,255,.24); background: radial-gradient(circle at 78% 20%,rgba(80,211,255,.34),transparent 34%),radial-gradient(circle at 5% 95%,rgba(65,101,215,.2),transparent 38%),linear-gradient(145deg,#1a4162 0%,#112b46 48%,#0d1e32 100%); box-shadow: 0 24px 60px rgba(5,23,42,.28); }
.project-video { border-color: rgba(190,135,255,.24); background: radial-gradient(circle at 48% 20%,rgba(190,112,255,.34),transparent 35%),radial-gradient(circle at 100% 100%,rgba(255,105,130,.13),transparent 38%),linear-gradient(145deg,#392556 0%,#291c44 48%,#19152e 100%); box-shadow: 0 24px 60px rgba(26,13,49,.28); }
.project-katchit { border-color: rgba(161,236,91,.3); background: radial-gradient(circle at 74% 18%,rgba(91,221,73,.34),transparent 35%),radial-gradient(circle at 0 100%,rgba(255,197,35,.14),transparent 38%),linear-gradient(145deg,#28522b 0%,#1a3d23 48%,#112a19 100%); box-shadow: 0 24px 60px rgba(8,38,18,.28); }
.project-php { grid-column: auto; min-height: 520px; border-color: rgba(100,226,198,.22); background: radial-gradient(circle at 76% 18%,rgba(89,226,198,.28),transparent 35%),radial-gradient(circle at 0 100%,rgba(78,145,202,.16),transparent 38%),linear-gradient(145deg,#214b49 0%,#173735 48%,#102625 100%); box-shadow: 0 24px 60px rgba(6,34,31,.28); }
.project-head { display: flex; justify-content: space-between; color: #c5ccda; font-size: 11px; }
.project-head span:last-child { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: white; }
.project-art { position: absolute; inset: 30px 20px 260px; display: grid; place-items: center; transform: translateY(-18px); }
.mini-phone { width: 140px; height: 250px; border: 5px solid #252c3c; border-radius: 23px; background: #f5f6fa; color: #111421; padding: 22px 12px; box-shadow: 0 25px 40px rgba(0,0,0,.35); position: absolute; }
.mini-phone i { position: absolute; top: 7px; left: 50%; width: 35px; height: 5px; border-radius: 10px; background: #1f2430; transform: translateX(-50%); }
.mini-phone b { font-size: 16px; }.mini-phone span { display: block; height: 55px; border-radius: 10px; background: linear-gradient(135deg,#d9defe,#8ba0fd); margin-top: 15px; }.mini-phone span + span { background: #e9ebf2; height: 35px; margin-top: 8px; }
.mini-phone button { border: 0; background: #7182ff; color: white; border-radius: 8px; width: 100%; padding: 8px; margin-top: 13px; font-size: 8px; }
.phone-left { transform: translate(-65px,14px) rotate(-9deg); }.phone-right { transform: translate(65px,-6px) rotate(8deg); }
.video-ring { width: 185px; height: 185px; border-radius: 50%; border: 1px solid rgba(255,255,255,.23); display: grid; place-items: center; box-shadow: 0 0 0 45px rgba(176,124,255,.05), 0 0 0 90px rgba(176,124,255,.025); }
.video-ring span { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; padding-left: 4px; background: linear-gradient(135deg,var(--violet),var(--blue)); box-shadow: 0 12px 38px rgba(176,124,255,.35); }
.video-line { position: absolute; bottom: 10px; width: 70%; height: 3px; background: #292337; }.video-line::after { content: ""; display: block; width: 38%; height: 100%; background: var(--violet); }
.code-window { width: min(520px,80%); border: 1px solid var(--line); border-radius: 15px; background: #090c13; box-shadow: 0 25px 70px rgba(0,0,0,.4); overflow: hidden; transform: translateX(22%); }
.code-window > div { height: 35px; background: #151a26; padding: 13px; }.code-window i { display: inline-block; width: 7px; height: 7px; background: #ff6b72; border-radius: 50%; margin-right: 5px; }.code-window i:nth-child(2){background:#ffd76b}.code-window i:nth-child(3){background:#78e08f}
.code-window code { display: block; padding: 28px; color: #aab2c4; line-height: 1.9; font-size: 13px; }.code-window code span { color: var(--violet); }.code-window code b { color: var(--cyan); }.code-window code em { color: var(--green); }
.project-copy { position: relative; z-index: 2; max-width: 550px; }.project-copy h3 { margin: 12px 0; color: #fff; font-size: clamp(29px,3.1vw,44px); letter-spacing: -.045em; line-height: 1; }.project-copy p { max-width: 490px; margin: 0 0 17px; color: #d8deea; font-size: 12px; line-height: 1.6; }.projects-grid .project-copy .overline { color: #c5ccda; }.tag-list { display: flex; gap: 7px; flex-wrap: wrap; }.tag-list span { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 7px 10px; color: #f0f2f7; background: rgba(255,255,255,.045); font-size: 9px; }
.partnership-chip { width: fit-content; display: block; margin-bottom: 10px; padding: 6px 10px; border: 1px solid rgba(194,255,126,.4); border-radius: 999px; color: #d7ffad; background: rgba(137,220,60,.13); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.store-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.store-badge { min-height: 40px; min-width: 112px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 11px; color: #fff; background: rgba(8,12,22,.5); backdrop-filter: blur(8px); text-decoration: none; transition: transform .25s ease,background .25s ease,border-color .25s ease; }
.store-badge b { font-size: 10px; line-height: 1; letter-spacing: .01em; }
.store-link:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.48); }
.store-link:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.store-unlinked { opacity: .72; }
.google-play-mark { width: 16px; height: 18px; display: block; clip-path: polygon(0 0,100% 50%,0 100%); background: linear-gradient(150deg,#66e2b3 0 36%,#77a7ff 37% 62%,#ffcf59 63% 78%,#ff6c75 79%); }
.apple-mark { width: 17px; display: grid; place-items: center; color: #fff; font-family: -apple-system,BlinkMacSystemFont,sans-serif; font-size: 20px; font-style: normal; line-height: 1; }
.website-badge { background: rgba(56,38,88,.52); border-color: rgba(198,157,255,.35); }
.website-mark { width: 18px; height: 18px; display: block; position: relative; border: 1.5px solid #dcbcff; border-radius: 50%; }
.website-mark::before { content: ""; position: absolute; inset: 1px 5px; border-inline: 1px solid #dcbcff; border-radius: 50%; }
.website-mark::after { content: ""; position: absolute; top: 50%; left: 2px; right: 2px; border-top: 1px solid #dcbcff; }
.swipe-jobs-logo { width: 135px; aspect-ratio: 1; border-radius: 17px; overflow: hidden; background: #fff; box-shadow: 0 19px 38px rgba(4,18,37,.28),0 0 0 1px rgba(255,255,255,.22); transform: rotate(-2deg); transition: transform .35s ease,box-shadow .35s ease; }
.swipe-jobs-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-featured:hover .swipe-jobs-logo { transform: translateY(-5px) rotate(0); box-shadow: 0 32px 65px rgba(4,18,37,.38),0 0 0 1px rgba(255,255,255,.3); }
.katchit-logo { width: 125px; aspect-ratio: 1; border-radius: 27%; overflow: hidden; box-shadow: 0 19px 38px rgba(5,35,13,.32),0 0 0 1px rgba(255,255,255,.2); transform: rotate(-2deg); transition: transform .35s ease,box-shadow .35s ease; }
.katchit-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-katchit:hover .katchit-logo { transform: translateY(-5px) rotate(0); box-shadow: 0 32px 65px rgba(5,35,13,.44),0 0 0 1px rgba(255,255,255,.3); }
.family-qr-logo { width: 125px; aspect-ratio: 1; border-radius: 28%; overflow: hidden; box-shadow: 0 19px 38px rgba(4,24,38,.3),0 0 0 1px rgba(255,255,255,.22); transform: rotate(2deg); transition: transform .35s ease,box-shadow .35s ease; }
.family-qr-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-php:hover .family-qr-logo { transform: translateY(-5px) rotate(0); box-shadow: 0 32px 65px rgba(4,24,38,.4),0 0 0 1px rgba(255,255,255,.3); }

.about-section { padding-block: 130px; border-block: 1px solid rgba(255,255,255,.13); background: radial-gradient(circle at 12% 18%,rgba(112,229,255,.13),transparent 30%),radial-gradient(circle at 88% 76%,rgba(176,124,255,.17),transparent 34%),linear-gradient(135deg,#18243a 0%,#171d34 48%,#211a38 100%); }
.about-layout { display: grid; grid-template-columns: .55fr 2.3fr; gap: 55px; }.about-main p { max-width: none; color: var(--muted); line-height: 1.8; font-size: 15px; margin-top: 30px; white-space: nowrap; }
.about-main .about-heading { font-size: clamp(38px,4.25vw,58px); line-height: 1.04; }
.about-heading > span,.about-heading > em { display: block; white-space: nowrap; }
.team-slider { margin-top: 72px; overflow: hidden; mask-image: linear-gradient(90deg,transparent,black 3%,black 97%,transparent); }
.team-track { width: max-content; display: flex; gap: 12px; padding-block: 8px 15px; animation: team-slide 27s linear infinite; will-change: transform; }
.team-slider:hover .team-track { animation-play-state: paused; }
.team-card { width: clamp(190px,19vw,228px); flex: 0 0 auto; min-width: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 21px; position: relative; overflow: hidden; background: #1a2438; box-shadow: 0 22px 50px rgba(4,8,18,.2); transition: transform .3s,border-color .3s; }
.team-card:hover { transform: translateY(-7px); border-color: rgba(112,229,255,.35); }
.team-photo { height: 270px; position: relative; overflow: hidden; background: #27364e; }
.team-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(8,13,24,.28)); pointer-events: none; }
.team-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9) contrast(1.02); transition: transform .45s ease,filter .45s ease; }
.team-card:hover .team-photo img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.team-photo > span { position: absolute; top: 14px; left: 14px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(10,15,28,.34); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .08em; }
.team-card-ceo .team-photo img { object-position: center 52%; }
.team-card-one .team-photo img { object-position: center 47%; }
.team-card-two .team-photo img { object-position: center 42%; }
.team-card-three .team-photo img { object-position: center 35%; }
.team-card-four .team-photo img { object-position: center 42%; }
.team-card-five .team-photo img { object-position: center 40%; }
.team-card-six .team-photo img { object-position: center 43%; }
.team-card-seven .team-photo img { object-position: center 38%; }
.team-info { min-height: 82px; padding: 18px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; background: #f8f9fb; }
.team-info span { margin-bottom: 7px; color: #8b93a1; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.team-info strong { color: #171c2b; font-size: 14px; letter-spacing: -.02em; }
@keyframes team-slide { to { transform: translateX(calc(-50% - 6px)); } }

@media (max-width: 980px) { .team-card { width: 220px; }.team-photo { height: 250px; } }
@media (max-width: 640px) { .about-main .about-heading { font-size: 8.25vw; }.about-main p { white-space: normal; }.team-slider { margin-top: 50px; margin-inline: 0; width: 100%; }.team-track { gap: 8px; animation-duration: 22s; }.team-card { width: 210px; }.team-photo { height: 215px; }.team-info { min-height: 76px; padding: 14px; }.team-info strong { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { .team-track { animation: none !important; }.team-slider { overflow-x: auto; mask-image: none; } }

.stack-heading { display: grid; grid-template-columns: .52fr 1.55fr .75fr; gap: 50px; align-items: start; margin-bottom: 58px; }
.technology-heading > span,.technology-heading > em { display: block; white-space: nowrap; }
.stack-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.expertise-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 12px; }
.expertise-card { grid-column: span 4; min-height: 270px; padding: 22px; border: 1px solid #e4e8ef; border-radius: 22px; display: flex; flex-direction: column; position: relative; overflow: hidden; color: #131827; background: #f9fafc; box-shadow: 0 18px 50px rgba(4,8,18,.16); transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.expertise-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -90px; border-radius: 50%; background: var(--expertise-glow,rgba(108,124,255,.1)); pointer-events: none; }
.expertise-card:hover { transform: translateY(-6px); border-color: #cbd3e1; box-shadow: 0 26px 60px rgba(4,8,18,.23); }
.expertise-mobile,.expertise-web { grid-column: span 6; min-height: 295px; }
.expertise-mobile { --expertise-glow: rgba(70,197,232,.2); background: #fff; }
.expertise-web { --expertise-glow: rgba(154,103,255,.18); background: #fff; }
.expertise-backend { --expertise-glow: rgba(92,112,255,.16); }
.expertise-design { --expertise-glow: rgba(255,111,171,.15); }
.expertise-growth { --expertise-glow: rgba(38,201,163,.15); }
.expertise-top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.expertise-top > span { color: #7a8393; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.expertise-top b { width: 42px; height: 42px; border: 1px solid #dfe4ed; border-radius: 12px; display: grid; place-items: center; color: #596cff; background: #f1f3f9; font-size: 10px; letter-spacing: .08em; }
.expertise-copy { margin: 38px 0 22px; position: relative; z-index: 1; }
.expertise-mobile .expertise-copy,.expertise-web .expertise-copy { max-width: 430px; }
.expertise-copy h3 { margin: 0 0 12px; font-size: clamp(25px,2.5vw,36px); line-height: 1; letter-spacing: -.04em; }
.expertise-copy p { max-width: 420px; margin: 0; color: #626b7b; font-size: 12px; line-height: 1.65; }
.expertise-tools { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; position: relative; z-index: 1; }
.expertise-tools span { padding: 8px 11px; border: 1px solid #e0e4eb; border-radius: 999px; color: #3f4858; background: #f1f3f7; font-size: 9px; font-weight: 650; white-space: nowrap; }

.testimonials-section { padding: 100px 0; color: #171c2b; background: #f2f4f8; border-top: 1px solid #dfe3ea; }
.testimonials-heading { display: grid; grid-template-columns: .5fr 1.45fr .75fr; gap: 48px; align-items: start; margin-bottom: 42px; }
.testimonials-heading h2 { margin: -8px 0 0; font-size: clamp(42px,4.8vw,64px); line-height: .98; letter-spacing: -.055em; }
.testimonials-heading h2 > span,.testimonials-heading h2 > em { display: block; white-space: nowrap; }
.testimonials-heading h2 em { font-family: Georgia,serif; font-weight: 400; color: transparent; background: linear-gradient(100deg,#426bd8,#9866df); -webkit-background-clip: text; background-clip: text; }
.testimonials-heading > p { margin: 0; color: #697281; font-size: 13px; line-height: 1.7; }
.testimonials-heading .overline { color: #737d8e; }
.testimonials-heading .section-number { color: #526fe3; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.testimonial-card { min-height: 190px; padding: 22px; border: 1px solid #e1e5ec; border-radius: 18px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 14px 35px rgba(25,35,55,.07); transition: transform .25s,border-color .25s,box-shadow .25s; }
.testimonial-card:hover { transform: translateY(-4px); border-color: #cbd3e3; box-shadow: 0 20px 42px rgba(25,35,55,.11); }
.testimonial-rating { color: #ff6848; font-size: 11px; letter-spacing: .12em; }
.testimonial-card blockquote { margin: 18px 0 22px; color: #343c4b; font-size: 13px; font-weight: 570; line-height: 1.55; }
.testimonial-person { margin-top: auto; display: flex; align-items: center; gap: 11px; }
.testimonial-person > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg,#6479ed,#8f67dc); font-size: 9px; font-weight: 850; }
.testimonial-person strong,.testimonial-person small { display: block; }
.testimonial-person strong { color: #1d2432; font-size: 11px; }
.testimonial-person small { margin-top: 3px; color: #9198a5; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  .testimonials-heading { grid-template-columns: 1fr; gap: 24px; }
  .testimonials-heading > p { max-width: 560px; }
  .testimonials-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .testimonials-section { padding: 80px 0; }
  .testimonials-heading h2 { font-size: 12vw; }
  .testimonials-heading h2 > span,.testimonials-heading h2 > em { white-space: normal; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 9px; }
  .testimonial-card { min-height: 170px; padding: 19px; }
}

.contact-section { padding: 120px 0; background: radial-gradient(circle at 20% 100%,rgba(108,124,255,.28),transparent 42%),#151e30; border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.contact-pill { width: max-content; margin: 0 0 35px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; color: #bdc5d3; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-copy h2 { margin: 0 0 32px; font-size: clamp(55px,6.2vw,82px); line-height: .95; letter-spacing: -.06em; }
.contact-copy > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-note { max-width: 410px; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 15px; }
.contact-note > span { color: var(--cyan); font-size: 9px; }
.contact-note p { margin: 0; color: #aeb7c7; font-size: 10px; line-height: 1.65; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: 30px; border: 1px solid #e1e5ec; border-radius: 25px; color: #171c2b; background: #f8f9fb; box-shadow: 0 35px 80px rgba(4,8,18,.27); }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #e0e4eb; }
.form-heading > div span { display: block; margin-bottom: 8px; color: #8a92a0; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.form-heading > div strong { font-size: 20px; letter-spacing: -.025em; }
.form-heading > b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: white; background: #ff4e28; font-size: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 24px; }
.form-field { display: flex; flex-direction: column; gap: 9px; }
.form-field-wide { grid-column: 1/-1; }
.form-field > span { color: #5e6675; font-size: 9px; font-weight: 750; letter-spacing: .06em; }
.form-field input,.form-field select,.form-field textarea { width: 100%; border: 1px solid #dfe3ea; border-radius: 12px; outline: 0; padding: 14px 15px; color: #171c2b; background: #fff; font: 12px Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; transition: border-color .2s,box-shadow .2s; }
.form-field input,.form-field select { min-height: 49px; }
.form-field textarea { resize: vertical; min-height: 125px; line-height: 1.6; }
.form-field input::placeholder,.form-field textarea::placeholder { color: #a1a8b4; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: #7887ff; box-shadow: 0 0 0 4px rgba(108,124,255,.1); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 18px; margin: 14px 2px -4px; font-size: 10px; font-weight: 700; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status.is-loading { color: #6577df; }
.form-status.is-success { color: #238a52; }
.form-status.is-error { color: #d13f3f; }
.contact-form > button { width: 100%; min-height: 54px; margin-top: 20px; padding: 0 11px 0 20px; border: 0; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; color: white; background: #171d2e; font-size: 10px; font-weight: 850; letter-spacing: .1em; cursor: pointer; transition: transform .2s,background .2s; }
.contact-form > button:hover { transform: translateY(-2px); background: #232b41; }
.contact-form > button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-form > button .submit-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; background: #ff4e28; font-size: 16px; }

.site-footer { color: #161b29; background: #f4f5f8; border-top: 1px solid #dfe3ea; }
.footer-main { display: grid; grid-template-columns: 1.35fr .55fr .8fr 1fr; gap: 64px; padding-block: 76px 68px; }
.footer-brand-name { width: max-content; display: flex; align-items: center; gap: 12px; }
.footer-brand-name > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg,#ff7553,#f13e1b); font-size: 12px; font-weight: 900; }
.footer-brand-name strong { font-size: 20px; letter-spacing: -.045em; }
.footer-brand > p { max-width: 340px; margin: 25px 0 28px; color: #626a78; font-size: 13px; line-height: 1.75; }
.footer-availability { display: flex; align-items: center; gap: 9px; color: #555e6c; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-availability i { width: 7px; height: 7px; border-radius: 50%; background: #5bcf79; box-shadow: 0 0 0 5px rgba(91,207,121,.13); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column > span,.footer-contact > span { margin-bottom: 9px; color: #939aa6; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { color: #343b49; font-size: 12px; font-weight: 650; transition: color .2s,transform .2s; }
.footer-column a:hover { color: #ff4e28; transform: translateX(3px); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact strong { font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.footer-contact > a { margin-top: 27px; display: inline-flex; align-items: center; gap: 20px; padding: 9px 9px 9px 16px; border-radius: 11px; color: white; background: #161c2c; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.footer-contact > a b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: #ff4e28; font-size: 14px; }
.footer-bottom { min-height: 72px; border-top: 1px solid #d9dde5; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #777f8d; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { display: flex; align-items: center; gap: 9px; color: #353c49; }
.footer-bottom a b { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #d3d8e1; border-radius: 50%; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px) rotate(3deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { max-width: 760px; }.hero-visual { height: 620px; }.floating-flutter { left: 10%; }.floating-code { right: 10%; }.section-intro,.about-layout { grid-template-columns: 1fr; }.section-intro { gap: 28px; }.section-intro > p { max-width: 560px; }.about-layout { gap: 40px; }.projects-grid { grid-template-columns: 1fr; }.project-php { grid-column: auto; }.stack-heading { grid-template-columns: 1fr; gap: 28px; }.stack-heading > p { max-width: 600px; }.expertise-card,.expertise-mobile,.expertise-web { grid-column: span 6; }.contact-layout { grid-template-columns: 1fr; gap: 55px; }.contact-copy > p { max-width: 620px; }.footer-main { grid-template-columns: 1.3fr .7fr 1fr; gap: 42px; }.footer-contact { grid-column: 1/-1; padding-top: 36px; border-top: 1px solid #d9dde5; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px,1200px); }.site-header { height: 72px; grid-template-columns: 1fr auto; }.site-header nav { display: none; }.header-cta { font-size: 11px; }.hero { padding: 55px 0 70px; gap: 30px; }.hero h1 { font-size: 14.4vw; }.hero-text { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-metrics { gap: 16px; justify-content: space-between; }.hero-metrics > div { display: block; }.hero-metrics strong { display: block; margin-bottom: 6px; }.hero-visual { height: 520px; transform: scale(.9); margin-inline: -20px; }.orbit-a { width: 410px; height: 410px; }.orbit-b { width: 340px; height: 340px; }.phone { width: 215px; height: 445px; }.app-hero { height: 175px; }.floating-flutter { left: 0; top: 75px; }.floating-code { right: 0; bottom: 65px; }.trust-inner { overflow: hidden; gap: 28px; justify-content: flex-start; }.trust-inner > span { display: none; }.section,.about-section { padding-block: 90px; }.section-intro h2,.about-main h2,.stack-heading h2 { font-size: 12vw; }.projects-grid { gap: 12px; }.project { min-height: 520px; padding: 20px; }.project-php { min-height: 500px; }.code-window { width: 95%; transform: none; }.mini-phone { transform: scale(.82); }.phone-left { margin-left: -70px; }.phone-right { margin-left: 70px; }.stack-heading { grid-template-columns: 1fr; gap: 28px; }.technology-heading > span,.technology-heading > em { white-space: normal; }.expertise-grid { grid-template-columns: 1fr; }.expertise-card,.expertise-mobile,.expertise-web { grid-column: auto; min-height: 260px; padding: 20px; }.expertise-copy { margin-top: 34px; }.contact-copy h2 { font-size: 14vw; }.contact-form { padding: 21px; border-radius: 20px; }.form-grid { grid-template-columns: 1fr; }.form-field-wide { grid-column: auto; }.footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; padding-block: 58px 45px; }.footer-brand,.footer-contact { grid-column: 1/-1; }.footer-contact { padding-top: 30px; }.footer-bottom { padding-block: 22px; flex-direction: column; align-items: flex-start; }.footer-bottom > span:nth-child(2) { display: none; }
}

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

/* Reference-inspired opening section */
.hero-stage {
  background: #f3f4f6;
  color: var(--text);
  padding: 18px 18px 88px;
  position: relative;
}

.hero-panel {
  max-width: 1500px;
  margin-inline: auto;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(101,112,157,.1) 1px, transparent 1px) 0 0 / 95px 95px,
    linear-gradient(rgba(101,112,157,.08) 1px, transparent 1px) 0 0 / 95px 95px,
    radial-gradient(circle at 86% 42%, rgba(105,94,255,.16), transparent 25%),
    #111a36;
  overflow: hidden;
  position: relative;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 90px 46% 0 0;
  opacity: .3;
  background:
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(116,129,186,.24) 47px 49px, transparent 50px 84px),
    radial-gradient(circle, rgba(118,132,194,.42) 0 3px, transparent 4px) 12px 12px / 75px 75px;
  mask-image: linear-gradient(to right, black, transparent);
  pointer-events: none;
}

.hero-panel .site-header {
  height: 92px;
  color: white;
  border-color: rgba(255,255,255,.13);
}

.brand-lockup { display: inline-flex; align-items: center; gap: 12px; letter-spacing: normal; }
.brand-lockup > strong { font-size: 20px; letter-spacing: -.04em; }
.logo-mark { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: white; color: #0b0f23; font-size: 15px; letter-spacing: -.08em; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.logo-mark > span { color: #ff5a36; }
.hero-panel .site-header nav { gap: 32px; }
.hero-panel .site-header nav a { color: #c8ccda; font-size: 12px; }
.hero-panel .site-header nav a:hover { color: #ff6b48; }
.hero-panel .header-cta { border: 0; padding: 15px 19px; border-radius: 12px; background: white; color: #0a0e21; font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.hero-panel .header-cta b { color: #ff4e28; font-size: 16px; }

.hero-panel .hero {
  min-height: 680px;
  grid-template-columns: 1.02fr .98fr;
  gap: 40px;
  padding: 72px 0 88px;
  position: relative;
  z-index: 2;
}

.hero-panel .availability {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
  border-radius: 999px;
  padding: 12px 18px;
  color: #ff6a47;
  font-weight: 800;
  margin-bottom: 32px;
}
.hero-panel .availability > span { width: 28px; height: 5px; border-radius: 8px; background: #ff4e28; box-shadow: none; }
.hero-panel .hero h1 { font-size: clamp(58px, 5.8vw, 86px); line-height: 1.05; letter-spacing: -.055em; color: white; }
.hero-panel .hero h1 em { color: white; background: none; -webkit-text-fill-color: initial; font-family: inherit; font-style: normal; font-weight: inherit; }
.hero-panel .hero-text { max-width: 590px; color: #c4cada; font-size: 16px; line-height: 1.75; margin: 30px 0 34px; }
.availability-stage,.hero-headline-stage,.hero-text-stage { display: grid; }
.availability-stage > *,.hero-headline-stage > *,.hero-text-stage > * { grid-area: 1 / 1; }
.availability-stage { width: max-content; margin-bottom: 32px; }
.hero-panel .availability-stage .availability { margin-bottom: 0; }
.scene-switch { animation: hero-scene-cycle 4s ease-in-out infinite; }
.scene-web { animation-delay: -2s; }
.hero-panel .button-primary { background: #ff4e28; border-radius: 999px; padding-inline: 28px; box-shadow: 0 18px 40px rgba(255,78,40,.2); }
.watch-link { display: inline-flex; align-items: center; gap: 14px; color: #c7ccda; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.watch-link i { width: 51px; height: 51px; border-radius: 50%; display: grid; place-items: center; padding-left: 3px; font-style: normal; background: #ff4e28; color: white; box-shadow: 0 0 0 9px rgba(255,78,40,.12); }
.watch-link > span { border-bottom: 1px solid #697084; padding-bottom: 4px; }

.hero-panel .hero-visual { height: 600px; align-self: end; }
.visual-scene { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; }
.device-backdrop { position: absolute; width: 520px; height: 520px; border-radius: 43% 57% 52% 48% / 46% 38% 62% 54%; border: 2px solid rgba(156,162,204,.18); background: rgba(255,255,255,.025); transform: rotate(-7deg); }
.hero-panel .visual-grid { display: none; }
.hero-panel .orbit-a { width: 540px; height: 540px; border-color: rgba(255,78,40,.16); }
.hero-panel .orbit-b { width: 415px; height: 415px; border-color: rgba(144,153,204,.17); }
.hero-panel .orbit-a::after { background: #ff4e28; box-shadow: 0 0 18px rgba(255,78,40,.8); }
.hero-panel .phone { width: 270px; height: 555px; transform: rotate(-2deg); box-shadow: 0 45px 90px rgba(0,0,0,.65), 0 0 0 1px #343d50; }
.hero-panel .floating-flutter { left: 2%; top: 120px; }
.hero-panel .floating-web { left: 0; top: 115px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; transform: rotate(-2deg); }
.web-icon { background: linear-gradient(135deg,#ff8b61,#ff4e28); }
.hero-panel .floating-code { right: 0; bottom: 105px; }

.laptop { width: 510px; height: 390px; position: relative; transform: translate(12px,12px) rotate(1deg); filter: drop-shadow(0 35px 45px rgba(0,0,0,.4)); }
.laptop-screen { width: 470px; height: 305px; padding: 11px; border: 3px solid #313a4e; border-radius: 22px 22px 13px 13px; background: #111725; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); overflow: hidden; position: absolute; top: 0; left: 50%; z-index: 1; transform: translateX(-50%); }
.laptop-toolbar { height: 25px; padding: 0 10px; border-radius: 9px 9px 0 0; display: flex; align-items: center; gap: 5px; color: #8a93a5; background: #e8ebf1; font-size: 6px; }
.laptop-toolbar i { width: 5px; height: 5px; border-radius: 50%; background: #ff715c; }
.laptop-toolbar i:nth-child(2) { background: #ffbf4b; }
.laptop-toolbar i:nth-child(3) { background: #57cf78; }
.laptop-toolbar span { margin-left: 8px; padding: 4px 50px; border-radius: 6px; background: #f8f9fb; }
.laptop-page { height: calc(100% - 25px); padding: 15px; color: #111626; background: #f7f8fb; }
.web-nav { display: flex; align-items: center; justify-content: space-between; font-size: 7px; }
.web-nav b { letter-spacing: .08em; }
.web-nav span { color: #7c8492; font-size: 5px; }
.web-hero-card { height: 165px; margin-top: 13px; padding: 25px; border-radius: 17px; color: white; background: radial-gradient(circle at 82% 20%,rgba(112,229,255,.5),transparent 28%),linear-gradient(135deg,#536cff,#8f4fc4); position: relative; overflow: hidden; }
.web-hero-card::after { content: ""; position: absolute; width: 135px; height: 135px; right: -38px; bottom: -50px; border: 24px solid rgba(255,255,255,.12); border-radius: 50%; }
.web-hero-card small { font-size: 5px; letter-spacing: .15em; opacity: .8; }
.web-hero-card strong { display: block; margin-top: 16px; font-size: 28px; line-height: .92; letter-spacing: -.055em; }
.web-hero-card strong em { color: #c8f7ff; font-family: Georgia,serif; font-weight: 400; }
.web-hero-card > span { display: inline-block; margin-top: 17px; padding: 6px 9px; border-radius: 999px; color: #171c2b; background: white; font-size: 5px; font-weight: 800; }
.web-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 10px; }
.web-stats > div { padding: 8px 9px; border: 1px solid #e2e5ec; border-radius: 9px; background: white; }
.web-stats strong,.web-stats span { display: block; }
.web-stats strong { font-size: 8px; }
.web-stats span { margin-top: 3px; color: #8b93a0; font-size: 4px; text-transform: uppercase; letter-spacing: .08em; }
.laptop-deck { width: 480px; height: 118px; border: 1px solid #aeb7c5; border-radius: 7px 7px 22px 22px; background: linear-gradient(145deg,#eef1f6 0%,#bcc4d0 52%,#929cac 100%); box-shadow: inset 0 3px rgba(255,255,255,.7),0 16px 20px rgba(0,0,0,.22); position: absolute; top: 305px; left: 50%; z-index: 3; transform: translateX(-50%) perspective(470px) rotateX(64deg); transform-origin: top center; }
.laptop-keyboard { position: absolute; top: 14px; left: 68px; right: 68px; height: 55px; border: 4px solid #aab3c1; border-radius: 7px; background-color: #303848; background-image: repeating-linear-gradient(90deg,transparent 0 17px,#7f8999 17px 20px),repeating-linear-gradient(0deg,transparent 0 11px,#7f8999 11px 14px); box-shadow: inset 0 0 0 2px #202736,0 2px rgba(255,255,255,.55); }
.laptop-keyboard::before { content: ""; position: absolute; left: 34px; right: 34px; bottom: -1px; height: 12px; border-radius: 3px; background: #293141; border-inline: 3px solid #7f8999; }
.laptop-trackpad { position: absolute; width: 112px; height: 30px; left: 50%; bottom: 7px; border: 1px solid #8e98a8; border-radius: 7px; background: linear-gradient(145deg,#dce1e9,#b4bdca); box-shadow: inset 0 1px rgba(255,255,255,.55); transform: translateX(-50%); }
.laptop-base { width: 495px; height: 11px; border-radius: 3px 3px 17px 17px; background: linear-gradient(#aeb7c4,#697486); position: absolute; top: 361px; left: 50%; z-index: 2; box-shadow: inset 0 2px rgba(255,255,255,.45); transform: translateX(-50%); }
.laptop-base::after { content: ""; position: absolute; width: 515px; height: 6px; left: -10px; bottom: -4px; border-radius: 0 0 50% 50%; background: #4e586a; }
.laptop-base span { position: absolute; top: 0; left: 50%; width: 78px; height: 6px; border-radius: 0 0 10px 10px; background: #8791a1; transform: translateX(-50%); }

@keyframes hero-scene-cycle {
  0%, 44% { opacity: 1; visibility: visible; }
  50%, 94% { opacity: 0; visibility: hidden; }
  100% { opacity: 1; visibility: visible; }
}

.capability-row {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
  margin-top: -58px;
}
.capability-card {
  min-height: 146px;
  padding: 17px 14px;
  border-radius: 18px;
  background: white;
  color: #0c1022;
  box-shadow: 0 20px 45px rgba(19,25,48,.12);
  border: 1px solid #e7e9ee;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}
.capability-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(#ff4e28,#ff896d); transform: scaleY(0); transform-origin: bottom; transition: transform .25s; }
.capability-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(19,25,48,.17); }
.capability-card:hover::before { transform: scaleY(1); }
.capability-card .capability-icon { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: #fff1ed; color: #ff4e28; font-size: 8px; font-weight: 900; letter-spacing: -.03em; }
.capability-copy { padding-top: 2px; min-width: 0; }
.capability-card small { display: block; color: #7b8290; font-size: 6px; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; }
.capability-card strong { display: block; font-size: 11px; line-height: 1.25; }
.capability-card p { margin: 7px 0 0; color: #69717f; font-size: 8px; line-height: 1.45; }
.capability-card > b { position: absolute; right: 14px; bottom: 13px; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: #f2f3f6; color: #9298a5; font-size: 10px; transition: background .25s, color .25s, transform .25s; }
.capability-card:hover > b { background: #ff4e28; color: white; transform: rotate(8deg); }

@media (max-width: 980px) {
  .hero-panel .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-panel .hero-visual { height: 590px; }
  .capability-row { grid-template-columns: repeat(3, 1fr); margin-top: -45px; }
  .hero-panel::before { inset-right: 0; }
  .section-intro:has(.products-heading) { grid-template-columns: 1fr; gap: 28px; }
  .products-heading > span, .products-heading > em { white-space: normal; }
}

@media (max-width: 640px) {
  .hero-stage { padding: 8px 8px 65px; }
  .hero-panel { border-radius: 19px; }
  .hero-panel .site-header { height: 72px; }
  .brand-lockup > strong { font-size: 17px; }
  .logo-mark { width: 34px; height: 34px; }
  .hero-panel .header-cta { padding: 11px 13px; font-size: 8px; }
  .hero-panel .hero { padding: 52px 0 54px; gap: 20px; }
  .hero-panel .hero h1 { font-size: 13.5vw; }
  .hero-panel .hero-text { font-size: 14px; }
  .hero-panel .hero-actions { flex-direction: row; align-items: center; }
  .hero-panel .button-primary { padding-inline: 20px; font-size: 10px; }
  .watch-link { font-size: 8px; }
  .watch-link i { width: 42px; height: 42px; }
  .hero-panel .hero-visual { height: 510px; }
  .device-backdrop { width: 390px; height: 390px; }
  .hero-panel .phone { width: 220px; height: 455px; }
  .hero-panel .laptop { transform: scale(.7) rotate(1deg); }
  .hero-panel .floating-flutter { left: -10px; top: 95px; }
  .hero-panel .floating-web { left: -8px; top: 92px; }
  .hero-panel .floating-code { right: -10px; bottom: 65px; }
  .capability-row { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: -32px; }
  .capability-card { min-height: 102px; padding: 14px; gap: 10px; }
  .capability-card .capability-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 9px; }
  .capability-card strong { font-size: 11px; }
  .capability-card p { display: none; }
  .capability-card > b { right: 9px; bottom: 9px; }
  .capability-card:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .scene-mobile { opacity: 1 !important; visibility: visible !important; }
  .scene-web { opacity: 0 !important; visibility: hidden !important; }
}

/* Header — focused step */
.hero-panel .site-header {
  width: min(1240px, calc(100% - 42px));
  height: 78px;
  margin-top: 18px;
  padding: 9px 10px 9px 13px;
  grid-template-columns: 1fr auto 1fr;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(24,34,66,.82);
  box-shadow: 0 18px 45px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}
.brand-symbol {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: linear-gradient(145deg, #ff7553, #f13e1b);
  box-shadow: 0 9px 24px rgba(255,78,40,.24);
  position: relative;
  overflow: hidden;
}
.brand-symbol::after {
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  position: absolute;
  transform: translate(17px,-17px);
}
.brand-symbol i { position: absolute; width: 15px; height: 2px; background: rgba(255,255,255,.6); transform: rotate(-45deg); left: 3px; bottom: 8px; }
.brand-symbol b { position: relative; z-index: 1; font-size: 12px; letter-spacing: -.05em; }
.brand-name { display: flex; flex-direction: column; gap: 3px; }
.brand-name strong { font-size: 15px; line-height: 1; letter-spacing: .12em; }
.brand-name small { color: #aab2c4; font-size: 6px; font-weight: 800; letter-spacing: .22em; }

.hero-panel .desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}
.hero-panel .desktop-nav a {
  min-width: 72px;
  padding: 11px 14px;
  border-radius: 9px;
  color: #9da5b7;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transition: color .2s, background .2s;
}
.hero-panel .desktop-nav a:hover { color: white; background: rgba(255,255,255,.055); }
.hero-panel .desktop-nav a.active { color: white; background: #202844; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.hero-panel .desktop-nav a.active::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #ff5a36; margin-right: 7px; box-shadow: 0 0 8px #ff5a36; vertical-align: 1px; }

.project-button {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 5px 5px 5px 18px;
  border-radius: 12px;
  color: #101426;
  background: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform .2s, box-shadow .2s;
}
.project-button b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: #ff4e28; color: white; font-size: 17px; }
.project-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.22); }

.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { width: 46px; height: 46px; border-radius: 12px; background: #ff4e28; display: grid; place-content: center; gap: 6px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary i { display: block; width: 18px; height: 2px; background: white; border-radius: 3px; transition: transform .2s; }
.mobile-menu[open] summary i:first-child { transform: translateY(4px) rotate(45deg); }
.mobile-menu[open] summary i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 57px; right: 0; min-width: 210px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #1a2540; box-shadow: 0 20px 55px rgba(0,0,0,.38); display: flex; flex-direction: column; gap: 2px; z-index: 30; }
.mobile-menu nav a { padding: 12px 13px; border-radius: 9px; color: #b6bdce; font-size: 12px; }
.mobile-menu nav a:hover { color: white; background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
  .hero-panel .site-header { grid-template-columns: 1fr auto; }
  .hero-panel .desktop-nav, .project-button { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 640px) {
  .hero-panel .site-header { width: calc(100% - 20px); height: 66px; margin-top: 10px; padding: 7px 8px 7px 9px; border-radius: 14px; }
  .brand-symbol { width: 40px; height: 40px; border-radius: 11px; }
  .brand-name strong { font-size: 13px; }
  .brand-name small { font-size: 5px; }
  .mobile-menu summary { width: 40px; height: 40px; border-radius: 10px; }
  .mobile-menu nav { display: flex !important; }
}

/* Product-specific visuals */
.job-stack { width: 360px; height: 265px; position: relative; }
.job-card { position: absolute; width: 250px; min-height: 205px; border-radius: 20px; padding: 22px; display: flex; flex-direction: column; color: #101426; background: #f8f9fc; box-shadow: 0 28px 55px rgba(0,0,0,.3); }
.job-card small { color: #6f7788; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.job-card strong { margin: 18px 0 auto; max-width: 180px; font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.job-card > span { margin-top: 25px; color: #7b8291; font-size: 8px; }
.job-card-back { left: 0; top: 25px; opacity: .65; transform: rotate(-10deg); }
.job-card-main { right: 0; top: 0; background: linear-gradient(145deg,#f9faff,#dfe5ff); transform: rotate(6deg); }
.job-card-main > div { position: absolute; right: 15px; bottom: 14px; display: flex; gap: 7px; }
.job-card-main > div > * { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-style: normal; background: white; color: #6e7898; font-size: 10px; }
.job-card-main > div b { background: #ff5a56; color: white; }

.comm-visual { width: 180px; height: 180px; position: relative; display: grid; place-items: center; }
.comm-visual::before, .comm-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(176,124,255,.3); }
.comm-visual::before { inset: 12px; box-shadow: 0 0 0 42px rgba(176,124,255,.045), 0 0 0 84px rgba(176,124,255,.025); }
.comm-visual::after { inset: 65px; border-style: dashed; animation: rotate 20s linear infinite; }
.comm-core { width: 92px; height: 92px; border-radius: 28px; display: grid; place-items: center; color: white; background: linear-gradient(145deg,#b47bff,#6f78ff); box-shadow: 0 20px 50px rgba(139,111,255,.38); font-size: 34px; font-weight: 900; }
.comm-visual > i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #78e7ff; box-shadow: 0 0 15px currentColor; }
.comm-visual > i:nth-of-type(1) { top: 20px; right: 66px; }.comm-visual > i:nth-of-type(2) { bottom: 42px; left: 30px; background: #ff8a67; }.comm-visual > i:nth-of-type(3) { right: 4px; top: 55%; background: #a9ff68; }
.message { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 12px; color: #eef1f8; background: rgba(31,35,57,.86); backdrop-filter: blur(10px); font-size: 8px; }
.message-one { left: -23px; top: 75px; }.message-two { right: -44px; bottom: 55px; }

.locator-visual { width: 290px; min-height: 245px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(145deg,#26334a,#151e30); box-shadow: 0 30px 70px rgba(0,0,0,.28); display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 17px; position: relative; transform: none; }
.qr-code { width: 105px; height: 105px; padding: 10px; border-radius: 11px; background: #f6f8ff; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,1fr); gap: 3px; }
.qr-code i { background: #12192c; border-radius: 2px; }.qr-code i:nth-child(2),.qr-code i:nth-child(5),.qr-code i:nth-child(7),.qr-code i:nth-child(11){background:#7685ff}.qr-code i:nth-child(3),.qr-code i:nth-child(8){border-radius:50%;}
.locator-copy small { color: #7685ff; font-size: 6px; letter-spacing: .14em; }.locator-copy strong { display: block; margin: 12px 0 18px; color: white; font-size: 18px; line-height: 1.05; letter-spacing: -.04em; }.locator-copy > span { display: flex; align-items: center; gap: 6px; color: #929bad; font-size: 6px; }.locator-copy > span b { width: 6px; height: 6px; border-radius: 50%; background: #a9ff68; box-shadow: 0 0 9px #a9ff68; }
.map-pin { position: absolute; right: 22px; top: 20px; width: 37px; height: 37px; border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); display: grid; place-items: center; background: #ff6345; color: white; box-shadow: 0 12px 24px rgba(255,99,69,.25); }.map-pin::first-letter { transform: rotate(45deg); }

@media (max-width: 640px) {
  .job-stack { transform: scale(.78); }
  .comm-visual { transform: scale(.82); }
  .locator-visual { width: 100%; grid-template-columns: 115px 1fr; gap: 18px; padding: 19px; transform: none; }
  .qr-code { width: 110px; height: 110px; padding: 10px; gap: 3px; }
  .locator-copy strong { font-size: 20px; }
}

@media (min-width: 981px) {
  .projects-grid .project { min-height: 520px; padding: 19px; }
  .projects-grid .project-art { inset: 23px 10px 245px; }
  .projects-grid .job-stack { transform: scale(.67); }
  .projects-grid .comm-visual { transform: scale(.7); }
  .projects-grid .locator-visual { transform: scale(.82); }
  .projects-grid .project-copy h3 { font-size: 29px; }
  .projects-grid .project-copy p { font-size: 12px; }
}

/* Floating coding mascot */
.coding-assistant { position: fixed; right: 20px; bottom: 16px; z-index: 40; width: clamp(115px,9vw,155px); }
.coding-mascot { width: 100%; padding: 0; border: 0; display: block; list-style: none; cursor: pointer; position: relative; transform-origin: 50% 100%; filter: drop-shadow(0 18px 22px rgba(5,10,24,.3)); animation: mascot-float 3.8s ease-in-out infinite; }
.coding-mascot::-webkit-details-marker { display: none; }
.coding-mascot:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; border-radius: 20px; }
.coding-mascot img { width: 100%; height: auto; display: block; animation: mascot-type .36s ease-in-out infinite alternate; }
.coding-mascot::after { content: ""; position: absolute; left: 20%; right: 14%; bottom: -4px; height: 13px; border-radius: 50%; background: rgba(8,15,31,.22); filter: blur(7px); animation: mascot-shadow 3.8s ease-in-out infinite; }
.coding-mascot-status { position: absolute; top: 16%; left: -3px; z-index: 2; display: flex; align-items: center; gap: 4px; padding: 8px 10px; border: 1px solid rgba(112,229,255,.24); border-radius: 999px; background: rgba(21,31,53,.84); box-shadow: 0 10px 25px rgba(5,10,24,.22); backdrop-filter: blur(10px); }
.coding-mascot-status i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); animation: code-dot 1.05s ease-in-out infinite; }
.coding-mascot-status i:nth-child(2) { animation-delay: .15s; }.coding-mascot-status i:nth-child(3) { animation-delay: .3s; }
.coding-speech { position: absolute; right: 76%; bottom: calc(100% - 8px); width: 260px; padding: 17px; border: 1px solid #dfe4ed; border-radius: 17px 17px 4px 17px; color: #1b2231; background: rgba(255,255,255,.97); box-shadow: 0 20px 50px rgba(7,13,28,.2); backdrop-filter: blur(14px); animation: speech-in .25s ease-out both; }
.coding-speech > span { width: 31px; height: 31px; margin-bottom: 12px; display: grid; place-items: center; border-radius: 9px; background: #eef1ff; font-size: 15px; }
.coding-speech strong { display: block; font-size: 13px; line-height: 1.4; }
.coding-speech p { margin: 6px 0 14px; color: #747d8d; font-size: 9px; line-height: 1.5; }
.coding-speech nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.coding-speech nav a { min-height: 35px; display: grid; place-items: center; border: 1px solid #dfe4ed; border-radius: 9px; color: #394252; background: #f5f6f9; font-size: 8px; font-weight: 850; letter-spacing: .06em; transition: color .2s,background .2s,border-color .2s; }
.coding-speech nav a:last-child,.coding-speech nav a:hover { border-color: #6577df; color: #fff; background: #6577df; }
@keyframes mascot-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes mascot-type { from { transform: translateY(0) rotate(-.2deg); } to { transform: translateY(2px) rotate(.2deg); } }
@keyframes mascot-shadow { 0%,100% { opacity: .38; transform: scaleX(1); } 50% { opacity: .2; transform: scaleX(.82); } }
@keyframes code-dot { 0%,70%,100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@keyframes speech-in { from { opacity: 0; transform: translate(8px,8px) scale(.94); } to { opacity: 1; transform: translate(0) scale(1); } }

@media (max-width: 640px) {
  .coding-assistant { width: 92px; right: 7px; bottom: 8px; }
  .coding-mascot-status { top: 14%; left: -5px; padding: 6px 8px; }
  .coding-speech { width: 220px; right: 54%; bottom: calc(100% - 3px); padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .coding-mascot,.coding-mascot img,.coding-mascot::after,.coding-mascot-status i,.coding-speech { animation: none; }
}

/* FAQ page */
.faq-page { background: #101725; }
.faq-shell { min-height: 100vh; background: radial-gradient(circle at 84% 10%,rgba(108,124,255,.18),transparent 28%),radial-gradient(circle at 8% 46%,rgba(112,229,255,.08),transparent 25%),#101725; }
.faq-site-header { color: #fff; }
.faq-site-header nav a { color: #c7cedd; }
.faq-site-header .header-cta { color: #fff; }
.faq-hero { min-height: 440px; padding-block: 100px 80px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.faq-kicker { width: max-content; display: flex; align-items: center; gap: 11px; margin-bottom: 30px; color: #c2cad9; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.faq-kicker i { width: 34px; height: 3px; border-radius: 10px; background: #ff5935; }
.faq-hero h1 { margin: 0; font-size: clamp(58px,7.4vw,108px); line-height: .88; letter-spacing: -.068em; }
.faq-hero h1 em { font-family: Georgia,serif; font-weight: 400; color: transparent; background: linear-gradient(100deg,var(--cyan),var(--violet)); -webkit-background-clip: text; background-clip: text; }
.faq-hero > p { max-width: 390px; margin: 0 0 6px; color: #b7c0d1; font-size: 15px; line-height: 1.8; }
.faq-content { padding-block: 90px 120px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; border-top: 1px solid rgba(255,255,255,.14); }
.faq-aside { align-self: start; position: sticky; top: 35px; }
.faq-aside > span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.faq-aside h2 { max-width: 380px; margin: 22px 0; font-size: clamp(34px,4vw,55px); line-height: .98; letter-spacing: -.055em; }
.faq-aside p { max-width: 390px; margin: 0; color: #aeb8ca; font-size: 13px; line-height: 1.75; }
.faq-aside a { width: max-content; min-height: 46px; margin-top: 30px; padding: 0 16px; display: inline-flex; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .08em; transition: transform .2s,border-color .2s; }
.faq-aside a:hover { transform: translateY(-3px); border-color: var(--cyan); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.035); overflow: hidden; transition: border-color .25s,background .25s; }
.faq-list details[open] { border-color: rgba(112,229,255,.35); background: rgba(112,229,255,.055); }
.faq-list summary { min-height: 78px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; color: #f4f7ff; font-size: 15px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { display: flex; align-items: center; gap: 17px; }
.faq-list summary b { color: #7985a0; font-size: 8px; letter-spacing: .1em; }
.faq-list summary i { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--cyan); font-size: 17px; font-style: normal; transition: transform .25s,background .25s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: rgba(112,229,255,.1); }
.faq-list details > p { max-width: 700px; margin: -4px 68px 0; padding: 0 0 24px; color: #adb7c9; font-size: 13px; line-height: 1.75; }
.faq-cta { margin-bottom: 120px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: radial-gradient(circle at 88% 20%,rgba(176,124,255,.2),transparent 32%),linear-gradient(135deg,#1b2840,#1d203b); }
.faq-cta span { color: #aeb7c9; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.faq-cta h2 { margin: 10px 0 0; font-size: clamp(34px,4vw,54px); line-height: 1; letter-spacing: -.055em; }
.faq-cta a { min-height: 52px; padding: 0 11px 0 20px; display: inline-flex; align-items: center; gap: 24px; border-radius: 12px; color: #141927; background: #fff; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.faq-cta a b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #ff4e28; }
.faq-footer { margin-top: 0; }

@media (max-width: 900px) {
  .faq-hero,.faq-content { grid-template-columns: 1fr; gap: 40px; }
  .faq-hero { min-height: auto; padding-block: 80px 65px; }
  .faq-content { padding-block: 70px 90px; }
  .faq-aside { position: static; }
}

@media (max-width: 640px) {
  .faq-site-header { grid-template-columns: 1fr auto; }
  .faq-site-header nav { display: none; }
  .faq-site-header .header-cta { padding: 10px 12px; font-size: 9px; }
  .faq-hero { padding-block: 65px 55px; }
  .faq-hero h1 { font-size: 16vw; }
  .faq-hero > p { font-size: 13px; }
  .faq-content { padding-block: 60px 75px; }
  .faq-list summary { min-height: 70px; padding: 17px; font-size: 13px; }
  .faq-list summary > span { gap: 10px; }
  .faq-list details > p { margin-inline: 45px 18px; font-size: 12px; }
  .faq-cta { margin-bottom: 85px; padding: 28px 22px; flex-direction: column; align-items: flex-start; }
}

/* Service detail pages */
.service-page { background: #101725; }
.service-shell { min-height: 100vh; background: radial-gradient(circle at 82% 12%,rgba(112,229,255,.13),transparent 27%),radial-gradient(circle at 8% 42%,rgba(176,124,255,.1),transparent 28%),#101725; }
.service-site-header { color: #fff; }
.service-site-header nav a { color: #c7cedd; }
.service-site-header .header-cta { color: #fff; }
.service-hero { min-height: 690px; padding-block: 90px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.service-kicker { width: max-content; display: flex; align-items: center; gap: 11px; margin-bottom: 28px; color: #c4ccda; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-kicker i { width: 34px; height: 3px; border-radius: 10px; background: #ff5935; }
.service-hero h1 { max-width: 820px; margin: 0; font-size: clamp(55px,6.5vw,92px); line-height: .92; letter-spacing: -.065em; }
.service-hero h1 em,.service-outcomes h2 em { font-family: Georgia,serif; font-weight: 400; color: transparent; background: linear-gradient(100deg,var(--cyan),var(--violet)); -webkit-background-clip: text; background-clip: text; }
.service-hero-copy > p { max-width: 650px; margin: 32px 0; color: #b6c0d1; font-size: 16px; line-height: 1.75; }
.service-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.service-actions a { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; gap: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: #dce2ec; font-size: 9px; font-weight: 850; letter-spacing: .08em; transition: transform .2s,border-color .2s; }
.service-actions a:first-child { color: #141927; background: #fff; }
.service-actions a:hover { transform: translateY(-3px); border-color: var(--cyan); }
.service-hero-mark { width: min(390px,100%); aspect-ratio: 1; justify-self: end; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: radial-gradient(circle,rgba(108,124,255,.18),transparent 65%); box-shadow: 0 0 0 45px rgba(108,124,255,.035),0 0 0 90px rgba(108,124,255,.018); }
.service-hero-mark > span { width: 135px; height: 135px; display: grid; place-items: center; border-radius: 38px; color: #fff; background: linear-gradient(145deg,#7384ff,#8b5ad4); box-shadow: 0 25px 60px rgba(74,73,180,.38); font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.service-hero-mark > i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.service-hero-mark > i:nth-of-type(1) { top: 10%; left: 28%; }.service-hero-mark > i:nth-of-type(2) { right: 5%; top: 54%; background: var(--green); box-shadow: 0 0 16px var(--green); }.service-hero-mark > i:nth-of-type(3) { left: 16%; bottom: 12%; background: #ff7958; box-shadow: 0 0 16px #ff7958; }
.service-hero-mark small { position: absolute; bottom: 18%; color: #929db2; font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-overview { padding-block: 105px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-block: 1px solid rgba(255,255,255,.14); }
.service-overview span,.service-section-heading > span,.service-stack-layout > div > span,.service-outcomes > div > span { color: var(--cyan); font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.service-overview h2 { margin: 22px 0 0; font-size: clamp(37px,4.4vw,60px); line-height: .98; letter-spacing: -.055em; }
.service-overview > p { margin: 0; align-self: end; color: #b0bacb; font-size: 16px; line-height: 1.85; }
.service-capabilities { padding-block: 120px; }
.service-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.service-section-heading h2 { margin: 0; font-size: clamp(42px,5.3vw,72px); line-height: 1; letter-spacing: -.06em; }
.service-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.service-card-grid article { min-height: 310px; padding: 23px; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(255,255,255,.035); transition: transform .25s,border-color .25s,background .25s; }
.service-card-grid article:hover { transform: translateY(-6px); border-color: rgba(112,229,255,.34); background: rgba(112,229,255,.055); }
.service-card-grid article > span { color: #768198; font-size: 8px; letter-spacing: .1em; }
.service-card-grid h3 { margin: auto 0 15px; font-size: 23px; line-height: 1.05; letter-spacing: -.045em; }
.service-card-grid p { margin: 0; color: #aeb8c9; font-size: 12px; line-height: 1.65; }
.service-card-grid article > i { position: absolute; top: 18px; right: 18px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--cyan); font-style: normal; }
.service-stack-section { padding-block: 100px; border-block: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.025); }
.service-stack-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.service-stack-layout h2 { max-width: 500px; margin: 20px 0 0; font-size: clamp(38px,4.5vw,60px); line-height: .98; letter-spacing: -.055em; }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.service-tags span { padding: 13px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #e8ecf4; background: rgba(255,255,255,.04); font-size: 11px; }
.service-outcomes { padding-block: 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.service-outcomes h2 { margin: 20px 0 0; font-size: clamp(44px,5.6vw,76px); line-height: .92; letter-spacing: -.06em; }
.service-outcomes ol { margin: 0; padding: 0; list-style: none; display: grid; }
.service-outcomes li { min-height: 70px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.14); color: #dce2ec; font-size: 14px; }
.service-outcomes li i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(169,255,104,.08); }
.footer-column a.active { color: #ff4e28; }

@media (max-width: 980px) {
  .service-hero,.service-overview,.service-stack-layout,.service-outcomes { grid-template-columns: 1fr; }
  .service-hero { padding-block: 80px; gap: 100px; }
  .service-hero-mark { justify-self: center; }
  .service-overview,.service-stack-layout,.service-outcomes { gap: 45px; }
  .service-card-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .service-site-header { grid-template-columns: 1fr auto; }
  .service-site-header nav { display: none; }
  .service-site-header .header-cta { padding: 10px 12px; font-size: 9px; }
  .service-hero { min-height: auto; padding-block: 65px 90px; gap: 80px; }
  .service-hero h1 { font-size: 15vw; }
  .service-hero-copy > p { font-size: 14px; }
  .service-actions { flex-direction: column; align-items: stretch; }
  .service-actions a { justify-content: space-between; }
  .service-hero-mark { width: 250px; }.service-hero-mark > span { width: 100px; height: 100px; border-radius: 29px; font-size: 24px; }
  .service-overview,.service-capabilities,.service-stack-section,.service-outcomes { padding-block: 80px; }
  .service-section-heading { display: grid; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card-grid article { min-height: 250px; }
}

/* Main navigation reused across inner pages */
.inner-page-header.site-header {
  width: min(1240px,calc(100% - 42px));
  height: 78px;
  margin-top: 18px;
  padding: 9px 10px 9px 13px;
  grid-template-columns: 1fr auto 1fr;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  color: #fff;
  background: rgba(24,34,66,.82);
  box-shadow: 0 18px 45px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.inner-page-header .desktop-nav { display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.035); }
.inner-page-header .desktop-nav a { min-width: 72px; padding: 11px 14px; border-radius: 9px; color: #9da5b7; font-size: 10px; font-weight: 700; text-align: center; transition: color .2s,background .2s; }
.inner-page-header .desktop-nav a:hover { color: #fff; background: rgba(255,255,255,.055); }
.inner-page-header .desktop-nav a.active { color: #fff; background: #202844; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.inner-page-header .desktop-nav a.active::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: #ff5a36; box-shadow: 0 0 8px #ff5a36; vertical-align: 1px; }

@media (max-width: 900px) {
  .inner-page-header.site-header { grid-template-columns: 1fr auto; }
  .inner-page-header .desktop-nav { display: none; }
}

@media (max-width: 640px) {
  .inner-page-header.site-header { width: calc(100% - 20px); height: 66px; margin-top: 10px; padding: 7px 8px 7px 9px; border-radius: 14px; }
}
