:root {
  --bg: #09070d;
  --bg-soft: #100b16;
  --panel: #17101e;
  --panel-strong: #211426;
  --plum: #5c1455;
  --violet: #8e4fb4;
  --violet-bright: #ad6ed0;
  --lavender: #dec6ed;
  --white: #f8f5fa;
  --muted: #b7aebe;
  --line: rgba(222, 198, 237, .16);
  --green: #35d66f;
  --font: "Segoe UI Variable", "Segoe UI", Aptos, Arial, sans-serif;
  --display: "Segoe UI Variable Display", "Segoe UI", Aptos, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--bg); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: var(--plum); }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; color: var(--bg); background: #fff; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(222, 198, 237, .13); background: rgba(9, 7, 13, .96); backdrop-filter: blur(18px); }
.header-inner { width: min(1430px, calc(100% - 170px)); min-height: 105px; display: flex; align-items: center; gap: 30px; transform: translateY(5px); }
.brand { width: 290px; aspect-ratio: 5 / 1; flex: 0 0 auto; overflow: hidden; border-radius: 4px; }
.brand img, .footer-logo img { width: 110.35%; max-width: none; height: auto; transform: translate(-4.69%, -10.7%); }
.main-nav { display: flex; align-items: center; gap: 105px; margin-right: 48px; margin-left: auto; }
.main-nav a { position: relative; color: #eee9f1; font-size: 1.05rem; font-weight: 500; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 2px; background: var(--violet-bright); transition: right .25s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: #fff; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 8px; color: #fff; font-size: .85rem; font-weight: 650; transition: border-color .2s, background .2s, transform .2s; }
.header-cta:hover, .header-cta:focus-visible { border-color: rgba(173, 110, 208, .6); background: rgba(142, 79, 180, .12); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s, opacity .2s; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--lavender); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--violet-bright); box-shadow: 0 0 12px var(--violet); }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.2vw, 5.55rem); font-weight: 690; }
h2 { font-size: clamp(2.35rem, 4.3vw, 4rem); font-weight: 660; }
h3 { font-size: 1.35rem; font-weight: 650; }

.hero { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(90deg, #09070d 0%, #0a0714 35%, #0c081b 48%, #0c081b 100%); }
.hero::before { display: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero-glow-one { display: none; }
.hero-glow-two { display: none; }
.hero-grid { width: min(1456px, calc(100% - 144px)); position: relative; z-index: 2; display: grid; grid-template-columns: 47% 53%; align-items: center; gap: 0; min-height: 560px; padding: 0; }
.hero-copy { position: relative; top: 10px; z-index: 3; padding-left: 16px; }
.hero-copy h1 { max-width: 700px; font-size: clamp(4rem, 5.15vw, 5.15rem); line-height: 1.01; letter-spacing: -.055em; }
.hero-copy h1 span, .hero-copy h1 strong { display: block; white-space: nowrap; }
.hero-copy h1 strong { color: var(--violet-bright); font-weight: inherit; text-shadow: 0 0 44px rgba(142, 79, 180, .22); }
.hero-copy h1 .hero-dot { display: inline; color: var(--violet-bright); }
.hero-copy h1 > span:first-child { transform: translateY(17px); }
.hero-copy h1 > strong { transform: translateY(3px); }
.hero-lead { max-width: 420px; margin: 30px 0 0; color: #c4bbc9; font-size: 1.4rem; line-height: 1.55; }
.about-hero-copy h1 { max-width: 680px; font-size: clamp(3.3rem, 4vw, 4rem); }
.about-hero-copy .hero-lead { max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.hero-primary { min-width: 354px; min-height: 68px; justify-content: space-between; padding: 0 30px; border-radius: 11px; font-size: 1.13rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 8px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--violet), #6d2875); box-shadow: 0 12px 32px rgba(92, 20, 85, .3); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 40px rgba(142, 79, 180, .38); }
.button-ghost { border: 1px solid var(--line); color: #e7e0ea; background: rgba(255, 255, 255, .025); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: rgba(173, 110, 208, .55); background: rgba(142, 79, 180, .08); }
.button-light { color: var(--bg); background: #fff; }
.button-light:hover, .button-light:focus-visible { box-shadow: 0 12px 34px rgba(0, 0, 0, .2); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.button.hero-primary { min-height: 68px; }
.hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 570px; margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: .9rem; }
.hero-proof span { color: #8f8595; font-size: .78rem; }

.ecosystem { position: relative; min-height: 545px; isolation: isolate; }
.ecosystem::after { content: ""; position: absolute; width: 56%; aspect-ratio: 1; left: 22%; top: 22%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(142, 79, 180, .2), transparent 70%); filter: blur(24px); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(222, 198, 237, .14); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lavender); box-shadow: 0 0 14px var(--violet-bright); }
.orbit-one { width: 220px; height: 220px; }
.orbit-one::after { top: 16px; right: 39px; }
.orbit-two { width: 356px; height: 356px; border-style: dashed; border-color: rgba(173, 110, 208, .24); animation: rotate 34s linear infinite; }
.orbit-two::after { bottom: 24px; left: 72px; }
.orbit-three { width: 480px; height: 480px; opacity: .5; }
.orbit-three::after { top: 79px; left: 55px; }
.ecosystem-core { position: absolute; left: 50%; top: 50%; width: 144px; height: 144px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(222, 198, 237, .38); border-radius: 50%; background: radial-gradient(circle at 35% 28%, #744178, #241429 68%); box-shadow: 0 0 0 12px rgba(142, 79, 180, .08), 0 20px 60px rgba(0, 0, 0, .45); transform: translate(-50%, -50%); }
.ecosystem-core span { font-size: 2.2rem; font-weight: 750; letter-spacing: -.08em; }
.ecosystem-core small { color: var(--lavender); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.ecosystem-node { position: absolute; min-width: 116px; padding: 13px 15px; border: 1px solid rgba(222, 198, 237, .24); border-radius: 12px; background: rgba(30, 19, 35, .88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.ecosystem-node i { display: block; color: var(--violet-bright); font-size: .65rem; font-style: normal; letter-spacing: .14em; }
.ecosystem-node span { display: block; margin-top: 2px; font-size: .78rem; font-weight: 650; }
.node-software { left: 37%; top: 5%; }
.node-cloud { right: 3%; top: 34%; }
.node-data { right: 14%; bottom: 6%; }
.node-support { left: 5%; bottom: 12%; }
.node-strategy { left: 0; top: 28%; }
.signal { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--violet-bright); box-shadow: 0 0 12px var(--violet); }
.signal-one { left: 17%; top: 18%; }.signal-two { right: 10%; top: 16%; }.signal-three { left: 29%; bottom: 8%; }

.ecosystem-reference { position: relative; min-width: 0; align-self: stretch; height: 560px; overflow: hidden; }
.hero-copy { min-width: 0; }
.ecosystem-reference img { position: absolute; width: 1600px; max-width: none; height: 1000px; right: -72px; top: -105px; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.section-heading.compact { grid-template-columns: 1fr; max-width: 780px; }
.services { position: relative; border-top: 1px solid rgba(222, 198, 237, .08); background: var(--bg); }
.home-services { padding: 20px 0 32px; border-top: 0; }
.home-services > .container { width: min(1424px, calc(100% - 176px)); }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.service-card { height: 281px; min-height: 281px; display: flex; flex-direction: column; padding: 32px 46px; border: 1px solid rgba(222, 198, 237, .2); border-radius: 14px; background: linear-gradient(145deg, rgba(27, 18, 34, .92), rgba(17, 12, 23, .97)); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:nth-child(4) { grid-column: auto; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(173, 110, 208, .42); box-shadow: 0 24px 60px rgba(0, 0, 0, .25); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 13px; color: var(--lavender); background: linear-gradient(135deg, #7f39a6, #4c1c69); box-shadow: 0 10px 28px rgba(77, 24, 96, .34); }
.service-icon img { width: 33px; height: 33px; filter: brightness(0) saturate(100%) invert(88%) sepia(12%) saturate(795%) hue-rotate(225deg) brightness(100%) contrast(91%); }
.service-number { display: none; }
.service-card h3 { max-width: 250px; font-size: 1.07rem; line-height: 1.2; letter-spacing: -.01em; text-transform: uppercase; }
.service-card h3::after { content: ""; display: block; width: 43px; height: 3px; margin-top: 14px; border-radius: 3px; background: var(--violet-bright); box-shadow: 0 0 14px rgba(173, 110, 208, .28); }
.service-card p { margin: 18px 0 0; color: #c1b8c7; font-size: .9rem; line-height: 1.55; }
.service-card a { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--lavender); font-size: .8rem; font-weight: 650; }
.service-card a span { transition: transform .2s; }
.service-card a:hover span { transform: translate(2px, -2px); }
.services-intro { border-top: 1px solid var(--line); background: var(--bg-soft); }

.about-preview { background: #0b080f; }
.about-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 96px; }
.about-visual { position: relative; min-height: 520px; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle at 20% 10%, rgba(142, 79, 180, .18), transparent 40%), #100b16; overflow: hidden; }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border: 1px solid rgba(173, 110, 208, .15); border-radius: 50%; }
.about-visual::before { width: 340px; height: 340px; left: -110px; bottom: -110px; }
.about-visual::after { width: 220px; height: 220px; right: -80px; top: -70px; }
.tech-window { position: absolute; left: 10%; right: 10%; top: 20%; padding: 20px; border: 1px solid rgba(222, 198, 237, .2); border-radius: 14px; background: rgba(8, 6, 11, .8); box-shadow: var(--shadow); }
.window-bar { display: flex; gap: 6px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #5d5361; }
.window-bar span:first-child { background: var(--violet); }
.code-lines { padding: 28px 2px 18px; }
.code-lines i { display: block; width: 82%; height: 8px; margin: 0 0 15px; border-radius: 5px; background: linear-gradient(90deg, rgba(173, 110, 208, .65), rgba(222, 198, 237, .08)); }
.code-lines i:nth-child(2) { width: 64%; margin-left: 12%; }.code-lines i:nth-child(3) { width: 74%; margin-left: 12%; }.code-lines i:nth-child(4) { width: 52%; margin-left: 24%; }.code-lines i:nth-child(5) { width: 44%; }
.tech-status { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: .72rem; }
.tech-status span { color: #70e29c; }
.floating-label { position: absolute; padding: 9px 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel-strong); box-shadow: var(--shadow); color: var(--lavender); font-size: .72rem; }
.label-one { left: 6%; top: 10%; }.label-two { right: 5%; top: 54%; }.label-three { left: 18%; bottom: 8%; }
.about-preview-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 1.04rem; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); color: #d2cbd6; }
.check-list span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--lavender); background: rgba(142, 79, 180, .18); font-size: .7rem; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--lavender); font-weight: 700; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }

.process { border-top: 1px solid var(--line); background: var(--bg-soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; min-height: 245px; padding: 28px 28px 12px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: inline-block; margin-bottom: 46px; color: var(--violet-bright); font-size: .72rem; letter-spacing: .14em; }
.process-grid p { margin: 14px 0 0; color: var(--muted); font-size: .87rem; }
.cta-section { padding: 0 0 112px; background: var(--bg-soft); }
.cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 56px; padding: 60px; border: 1px solid rgba(222, 198, 237, .18); border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #662064, #321037); box-shadow: 0 24px 80px rgba(42, 12, 45, .38); }
.cta-box::after { content: ""; position: absolute; width: 330px; height: 330px; top: -170px; right: -90px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255, 255, 255, .025), 0 0 0 92px rgba(255, 255, 255, .018); }
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { max-width: 720px; font-size: clamp(2.1rem, 3.4vw, 3.3rem); }
.cta-actions { min-width: 235px; display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
.whatsapp-inline { color: #eee5f1; font-size: .8rem; text-align: center; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 76px 0 26px; border-top: 1px solid var(--line); background: #070509; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; }
.footer-logo { width: 250px; aspect-ratio: 5 / 1; overflow: hidden; border-radius: 4px; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #93899a; font-size: .9rem; }
.footer-grid h2 { margin: 3px 0 20px; color: #fff; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { color: #9e95a4; font-size: .85rem; transition: color .2s; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--lavender); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 24px; border-top: 1px solid var(--line); color: #6f6774; font-size: .74rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 48px; bottom: 31px; z-index: 90; width: 72px; height: 72px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 10px 30px rgba(0, 0, 0, .35); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(53, 214, 111, .2); }
.whatsapp-float span { width: 100%; height: 100%; display: grid; place-items: center; }
.whatsapp-float span img { width: 39px; height: 39px; filter: brightness(0) invert(1); }
.whatsapp-float b { display: none; }

.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 40%, rgba(92, 20, 85, .3), transparent 35%), var(--bg); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(222, 198, 237, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(222, 198, 237, .07) 1px, transparent 1px); background-size: 54px 54px; }
.page-hero-grid { position: relative; min-height: 560px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding-top: 80px; padding-bottom: 80px; }
.page-hero h1 { max-width: 850px; font-size: clamp(3.2rem, 5.8vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.14rem; }
.story { background: #0c0910; }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.story-kicker { display: flex; align-items: flex-start; justify-content: center; min-height: 310px; padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(142, 79, 180, .16), transparent), var(--panel); }
.story-kicker span { color: var(--lavender); font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; line-height: 1.13; letter-spacing: -.04em; }
.story-copy p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 1.04rem; }
.values { background: var(--bg-soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.value-card > span { display: inline-flex; padding: 5px 10px; margin-bottom: 50px; border: 1px solid rgba(173, 110, 208, .32); border-radius: 20px; color: var(--violet-bright); font-size: .68rem; letter-spacing: .12em; }
.value-card p { margin: 17px 0 0; color: var(--muted); font-size: .88rem; }
.expertise { background: #0b080f; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.expertise-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.expertise-list b { color: var(--lavender); }.expertise-list span { color: var(--muted); }

.contact-section { position: relative; min-height: 770px; overflow: hidden; padding: 88px 0 110px; background: radial-gradient(circle at 15% 22%, rgba(92, 20, 85, .24), transparent 31%), var(--bg-soft); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(222, 198, 237, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(222, 198, 237, .07) 1px, transparent 1px); background-size: 54px 54px; }
.contact-glow { position: absolute; width: 380px; height: 380px; right: -180px; bottom: 0; border-radius: 50%; background: rgba(142, 79, 180, .12); filter: blur(80px); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 78px; }
.contact-copy { padding-top: 42px; }
.contact-copy h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.contact-channels { display: grid; gap: 12px; margin-top: 46px; }
.contact-channels > * { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(23, 16, 30, .74); }
.contact-channels > * > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--lavender); background: rgba(142, 79, 180, .18); font-size: .7rem; font-weight: 800; letter-spacing: .05em; }
.contact-channels div div { display: flex; flex-direction: column; }
.contact-channels small { color: #827889; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-channels strong { font-size: .88rem; font-weight: 600; }
.contact-channels i { color: var(--violet-bright); font-style: normal; }
.contact-form { padding: 34px; border: 1px solid rgba(222, 198, 237, .2); border-radius: 20px; background: rgba(23, 16, 30, .88); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { font-size: 1.35rem; font-weight: 700; }.form-heading small { color: #827889; font-size: .7rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 18px; color: #d8d1dc; font-size: .76rem; font-weight: 650; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; outline: none; color: #fff; background: rgba(8, 6, 11, .68); font-size: .87rem; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 49px; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form select { appearance: auto; color-scheme: dark; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #716878; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--violet-bright); box-shadow: 0 0 0 3px rgba(142, 79, 180, .12); }
.contact-form input:user-invalid, .contact-form textarea:user-invalid, .contact-form select:user-invalid { border-color: #d57686; }
.contact-form .honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; color: #9f96a5; font-size: .72rem; font-weight: 400; }
.contact-form .consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--violet); }
.form-footer { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.form-status { flex: 1; margin: 0; font-size: .76rem; }
.form-status.is-success { color: #79dfa0; }.form-status.is-error { color: #f09aaa; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .value-card:nth-child(2), .process-grid li:nth-child(2) { transition-delay: .06s; }
.service-card:nth-child(3), .value-card:nth-child(3), .process-grid li:nth-child(3) { transition-delay: .12s; }
.service-card:nth-child(4), .value-card:nth-child(4), .process-grid li:nth-child(4) { transition-delay: .18s; }
.service-card:nth-child(5) { transition-delay: .24s; }

@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 1060px) {
  .header-cta { display: none; }
  .header-inner, .hero-grid, .home-services > .container { width: min(100% - 48px, 960px); }
  .main-nav { gap: 38px; margin-right: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 780px; }
  .ecosystem-reference { height: 500px; margin-top: 22px; }
  .ecosystem-reference img { width: 1420px; height: auto; right: 179px; top: -93px; }
  .ecosystem { width: min(620px, 100%); min-height: 520px; margin: -20px auto 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4) { height: auto; grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .about-preview-grid, .expertise-grid { gap: 56px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 42px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 82px 0; }
  .header-inner, .hero-grid, .home-services > .container { width: min(100% - 32px, 720px); }
  .header-inner { min-height: 78px; }
  .header-inner { transform: none; }
  .brand { width: 214px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; align-items: stretch; gap: 0; padding: 12px 16px 24px; border-bottom: 1px solid var(--line); background: rgba(9, 7, 13, .98); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 14px 10px; border-bottom: 1px solid rgba(222, 198, 237, .08); font-size: 1rem; }
  .main-nav a::after { display: none; }
  .hero-grid { min-height: auto; padding-top: 72px; }
  .hero-copy h1 { font-size: clamp(3rem, 11vw, 4.4rem); }
  .hero-copy h1 span, .hero-copy h1 strong { white-space: normal; }
  .hero-copy h1 > span:first-child, .hero-copy h1 > strong { transform: none; }
  .ecosystem-reference { height: 430px; }
  .ecosystem-reference img { width: 1240px; right: 38px; top: -81px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .about-preview-grid, .page-hero-grid, .story-grid, .expertise-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }.process-grid li { border-bottom: 1px solid var(--line); }
  .cta-box { flex-direction: column; align-items: flex-start; padding: 44px; }
  .cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero-grid { min-height: 680px; padding-top: 70px; }
  .story-grid { gap: 52px; }
  .story-kicker { min-height: 230px; }
  .contact-copy { padding-top: 0; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, 540px); }
  .header-inner, .hero-grid, .home-services > .container { width: min(100% - 24px, 540px); }
  .section { padding: 68px 0; }
  .brand { width: 190px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 20px; padding-top: 60px; padding-bottom: 54px; }
  .hero-copy { top: 0; padding-left: 0; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .about-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-primary { min-width: 0; width: 100%; }
  .ecosystem-reference { height: 350px; margin: 4px -12px -32px; }
  .ecosystem-reference img { width: 810px; right: auto; left: -372px; top: -54px; }
  .hero-proof { grid-template-columns: 1fr; gap: 16px; }
  .ecosystem { min-height: 430px; transform: scale(.86); margin: -20px -7% -30px; width: 114%; }
  .orbit-three { width: 420px; height: 420px; }
  .node-strategy { left: 2%; }.node-cloud { right: 1%; }.node-data { right: 7%; }.node-support { left: 3%; }
  .service-grid, .value-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 300px; }
  .about-visual { min-height: 380px; }
  .tech-window { left: 5%; right: 5%; top: 18%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 0; min-height: 210px; }
  .process-grid span { margin-bottom: 30px; }
  .cta-section { padding-bottom: 68px; }
  .cta-box { padding: 34px 24px; border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 52px; height: 52px; padding: 0; }
  .whatsapp-float span img { width: 29px; height: 29px; }
  .whatsapp-float b { display: none; }
  .page-hero { background: radial-gradient(circle at 100% 22%, rgba(92, 20, 85, .2), transparent 48%), var(--bg); }
  .page-hero::before { opacity: .08; }
  .page-hero-grid { min-height: auto; gap: 0; padding-top: 64px; padding-bottom: 70px; }
  .page-hero h1, .contact-copy h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  .page-hero p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; }
  .story-kicker { min-height: 190px; padding: 28px; }
  .expertise-list div { grid-template-columns: 1fr; gap: 6px; }
  .contact-section { padding: 64px 0 80px; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading, .form-footer { align-items: flex-start; flex-direction: column; }
  .form-footer .button { width: 100%; }
}

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