:root {
  --ink: #18313a;
  --deep: #122b35;
  --deep-2: #1b3b47;
  --lime: #f4b94f;
  --lime-2: #ffe0a1;
  --paper: #f5f6f1;
  --white: #fff;
  --muted: #6d7b76;
  --line: #dfe5e1;
  --blue: #5479e9;
  --coral: #e77a68;
  --purple: #8a69ca;
  --green: #1f7580;
  --shadow: 0 22px 60px rgba(10, 42, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.9px; }
.brand small { margin-top: 5px; font-size: 7px; font-weight: 700; letter-spacing: 1.35px; }
.brand-mark { position: relative; display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 35px; border-radius: 9px 13px 9px 13px; background: var(--lime); transform: skew(-5deg); }
.brand-mark::after { content: "123"; color: var(--deep); font: 800 12px "Manrope", sans-serif; letter-spacing: -.5px; transform: skew(5deg); }
.brand-mark span { display: none; }

.site-header { position: fixed; z-index: 40; inset: 0 0 auto; display: flex; align-items: center; height: 76px; padding: 0 clamp(24px, 5vw, 78px); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(12,44,36,.92); color: white; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.scrolled { height: 66px; background: rgba(12,44,36,.98); box-shadow: 0 8px 28px rgba(5,25,19,.15); }
.site-header .brand small { color: #9bb8af; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); margin: 0 auto; }
.desktop-nav a { position: relative; color: #c6d6d1; font-size: 12px; font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: -9px; left: 50%; height: 2px; background: var(--lime); transition: .2s; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; gap: 9px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 41px; padding: 0 17px; border: 1px solid transparent; border-radius: 10px; font-size: 11px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 16px; }
.btn-ghost { border-color: rgba(255,255,255,.25); background: transparent; color: white; }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }
.btn-dark { background: var(--lime); color: var(--deep); }
.btn-dark:hover, .btn-lime:hover { background: #e4f88b; }
.btn-lime { background: var(--lime); color: var(--deep); box-shadow: 0 12px 28px rgba(217,243,106,.13); }
.btn-light { border-color: var(--line); background: white; color: var(--ink); }
.btn-large { min-height: 51px; padding: 0 23px; border-radius: 12px; font-size: 12px; }
.menu-button { display: none; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; color: white; }
.mobile-nav { position: fixed; z-index: 35; top: 66px; right: 0; left: 0; display: none; padding: 16px 20px 22px; background: var(--deep); color: white; box-shadow: 0 20px 35px rgba(0,0,0,.2); }
.mobile-nav.open { display: grid; gap: 4px; }
.mobile-nav a { padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.mobile-nav .btn { margin-top: 6px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(430px, 1fr) minmax(440px, .88fr); align-items: center; min-height: 760px; padding: 140px clamp(30px, 7vw, 110px) 90px; overflow: hidden; background: var(--deep); color: white; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: 40px; border: 1px solid rgba(217,243,106,.11); border-radius: 50%; box-shadow: 0 0 0 110px rgba(217,243,106,.025), 0 0 0 230px rgba(217,243,106,.018); }
.hero-noise { position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.16) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: 2px; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
.hero h1 { max-width: 670px; margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -4px; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-description { max-width: 560px; margin-bottom: 31px; color: #b6cbc4; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #d7e1de; font-size: 11px; font-weight: 600; }
.text-link span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; color: #91aaa2; font-size: 9px; }
.trust-row svg { width: 13px; color: var(--lime); }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 570px); height: 460px; }
.portal-preview { position: absolute; top: 39px; right: -45px; width: 535px; height: 365px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 19px; background: #f6f8f7; box-shadow: 0 45px 80px rgba(0,0,0,.3); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.preview-top { display: flex; align-items: center; gap: 11px; height: 48px; padding: 0 14px; border-bottom: 1px solid #e5e9e7; background: white; }
.preview-top > span:not(.preview-brand) { width: 34px; height: 5px; border-radius: 8px; background: #e4e9e6; }
.preview-top > i { flex: 1; }
.preview-top > b, .preview-brand { display: grid; place-items: center; border-radius: 8px; font-size: 8px; }
.preview-top > b { width: 27px; height: 27px; background: #e6eee9; color: var(--green); }
.preview-brand { width: 27px; height: 27px; background: var(--deep); color: var(--lime); font-weight: 800; }
.preview-body { display: grid; grid-template-columns: 63px 1fr; height: calc(100% - 48px); }
.preview-body aside { display: flex; align-items: center; flex-direction: column; gap: 19px; padding-top: 29px; background: #133a31; }
.preview-body aside i { width: 25px; height: 5px; border-radius: 5px; background: rgba(255,255,255,.19); }
.preview-body aside i:first-child { height: 25px; border-radius: 7px; background: rgba(217,243,106,.24); }
.preview-main { padding: 32px 28px; color: var(--ink); }
.preview-main > small { color: #92a09b; font-size: 6px; font-weight: 700; letter-spacing: 1.2px; }
.preview-main h3 { margin: 7px 0 19px; font-size: 20px; letter-spacing: -.8px; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-metrics > div { display: flex; flex-direction: column; height: 63px; padding: 12px; border: 1px solid #e2e8e5; border-radius: 9px; background: white; }
.mini-metrics b { font: 700 17px "Manrope", sans-serif; }
.mini-metrics span { margin-top: 3px; color: #899691; font-size: 6px; }
.mini-card { display: flex; align-items: center; gap: 9px; margin-top: 11px; padding: 11px; border: 1px solid #e2e8e5; border-radius: 9px; background: white; }
.mini-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #e5ecff; color: #4565c3; font-size: 8px; font-style: normal; font-weight: 700; }
.mini-card p, .floating-card p { display: flex; flex: 1; margin: 0; flex-direction: column; }
.mini-card b, .floating-card b { font-size: 8px; }
.mini-card small, .floating-card small { margin-top: 3px; color: #7e8d87; font-size: 6px; }
.mini-card > i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.mini-progress { margin-top: 11px; padding: 11px 12px; border: 1px solid #e2e8e5; border-radius: 9px; background: white; }
.mini-progress p { display: flex; justify-content: space-between; margin: 0 0 8px; font-size: 7px; }
.mini-progress p span { color: var(--blue); }
.mini-progress > i { display: block; height: 4px; border-radius: 5px; background: #e8ecea; }
.mini-progress > i > b { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--blue); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 230px; padding: 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 12px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.message-card { top: 8px; left: -33px; animation: float 5s ease-in-out infinite; }
.message-card > i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.status-card { right: -13px; bottom: 9px; min-width: 210px; animation: float 5s 1.2s ease-in-out infinite; }
.status-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #dff3eb; color: var(--green); }
.status-card svg { width: 15px; }
@keyframes float { 50% { transform: translateY(-7px); } }
.orbit { position: absolute; border: 1px solid rgba(217,243,106,.3); border-radius: 50%; }
.orbit-one { top: -27px; right: -75px; width: 130px; height: 130px; }
.orbit-two { bottom: 4px; left: -60px; width: 76px; height: 76px; }
.hero-foot { position: absolute; right: clamp(30px, 7vw, 110px); bottom: 26px; left: clamp(30px, 7vw, 110px); display: flex; align-items: center; gap: 14px; color: #708f85; font-size: 7px; letter-spacing: 1.5px; }
.hero-foot i { width: 70px; height: 1px; background: #426258; }
.hero-foot b { margin-left: auto; font: 600 12px "Manrope", sans-serif; color: #91aaa2; }

.section { padding: 110px clamp(30px, 7vw, 110px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .method h2, .contact h2 { margin: 0; font-size: clamp(37px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -2.8px; }
.section-heading h2 em, .contact h2 em { color: var(--green); }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d5dcd8; border-bottom: 1px solid #d5dcd8; }
.service-card { position: relative; min-height: 330px; padding: 28px 27px; border-right: 1px solid #d5dcd8; transition: .25s; }
.service-card:first-child { border-left: 1px solid #d5dcd8; }
.service-card:hover { background: white; box-shadow: var(--shadow); transform: translateY(-6px); }
.service-number { position: absolute; top: 22px; right: 22px; color: #abb5b1; font: 600 9px "Manrope", sans-serif; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 45px; border-radius: 13px; }
.service-icon.blue { background: #e6edff; color: var(--blue); }.service-icon.coral { background: #fde8e4; color: var(--coral); }.service-icon.purple { background: #eee8fa; color: var(--purple); }.service-icon.green { background: #dff3eb; color: var(--green); }
.service-card h3 { margin-bottom: 13px; font-size: 17px; letter-spacing: -.4px; }
.service-card p { min-height: 64px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--green); font-size: 10px; font-weight: 700; }
.service-card a svg { width: 14px; transition: transform .2s; }.service-card a:hover svg { transform: translate(2px,-2px); }

.works { overflow: hidden; background: #080808; color: white; }
.works-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.works-heading h2 { margin: 0; font-size: clamp(37px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -2.8px; }
.works-heading h2 em { color: white; }
.works-heading > div:last-child { display: flex; max-width: 420px; flex-direction: column; align-items: flex-start; }
.works-heading > div:last-child > p { margin-bottom: 20px; color: #aaa; font-size: 12px; line-height: 1.7; }
.works-count { display: inline-flex; align-items: center; gap: 8px; padding-top: 13px; border-top: 1px solid #333; color: #8f8f8f; font-size: 8px; letter-spacing: .5px; text-transform: uppercase; }
.works-count strong { color: white; font: 700 17px "Manrope", sans-serif; }
.works-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-top: 17px; border-top: 1px solid #2c2c2c; }
.works-toolbar > span { color: #7e7e7e; font-size: 7px; font-weight: 700; letter-spacing: 1.4px; }
.works-toolbar > div { display: flex; flex-wrap: wrap; gap: 6px; }
.works-toolbar button { min-height: 32px; padding: 0 12px; border: 1px solid #333; border-radius: 18px; background: transparent; color: #9f9f9f; font-size: 8px; transition: .2s; }
.works-toolbar button:hover, .works-toolbar button.active { border-color: white; background: white; color: black; }
.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; grid-auto-rows: 215px; gap: 13px; }
.work-card { position: relative; grid-column: span 4; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #292929; border-radius: 13px; background: #121212; }
.work-card.work-feature { grid-column: span 8; grid-row: span 2; }
.work-card.work-tall { grid-column: span 4; grid-row: span 2; }
.work-card.work-wide { grid-column: span 8; }
.work-card.filtered-out { display: none; }
.work-open { position: absolute; inset: 0; width: 100%; padding: 0; overflow: hidden; border: 0; background: #111; text-align: left; }
.work-open::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.87)); pointer-events: none; }
.work-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.work-card:hover .work-open img { transform: scale(1.035); filter: contrast(1.06); }
.work-index, .work-expand { position: absolute; z-index: 2; top: 13px; display: grid; place-items: center; height: 28px; border-radius: 8px; background: rgba(0,0,0,.66); color: white; font-size: 8px; backdrop-filter: blur(8px); }
.work-index { left: 13px; width: 31px; font-weight: 700; }
.work-expand { right: 13px; width: 28px; font-size: 13px; transition: .2s; }
.work-card:hover .work-expand { background: white; color: black; transform: translate(2px,-2px); }
.work-card figcaption { position: absolute; z-index: 3; right: 17px; bottom: 16px; left: 17px; display: flex; pointer-events: none; flex-direction: column; }
.work-card figcaption > span { margin-bottom: 5px; color: #bcbcbc; font-size: 6px; font-weight: 700; letter-spacing: 1.3px; }
.work-card figcaption strong { color: white; font: 700 13px "Manrope", sans-serif; }
.work-card figcaption small { margin-top: 4px; color: #b6b6b6; font-size: 8px; }
.work-feature figcaption strong { font-size: 18px; }

.work-lightbox { z-index: 100; width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; background: rgba(0,0,0,.97); color: white; }
.work-lightbox[open] { display: grid; place-items: center; }
.work-lightbox::backdrop { background: rgba(0,0,0,.92); }
.work-lightbox figure { display: flex; width: min(1120px, calc(100vw - 100px)); height: calc(100vh - 80px); margin: 0; flex-direction: column; align-items: center; justify-content: center; }
.work-lightbox figure img { display: block; max-width: 100%; max-height: calc(100vh - 160px); border-radius: 6px; object-fit: contain; box-shadow: 0 22px 70px rgba(0,0,0,.5); }
.work-lightbox figcaption { display: grid; grid-template-columns: 1fr auto; align-items: end; width: 100%; max-width: 900px; padding-top: 16px; }
.work-lightbox figcaption span { grid-column: 1; color: #8b8b8b; font-size: 7px; font-weight: 700; letter-spacing: 1.4px; }
.work-lightbox figcaption strong { grid-column: 1; margin-top: 4px; font: 700 14px "Manrope", sans-serif; }
.work-lightbox figcaption small { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #878787; font-size: 8px; }
.work-lightbox-close, .work-lightbox-nav { position: fixed; z-index: 3; display: grid; place-items: center; border: 1px solid #393939; background: #111; color: white; }
.work-lightbox-close { top: 20px; right: 22px; width: 40px; height: 40px; padding: 0; border-radius: 50%; }
.work-lightbox-close svg { width: 17px; }
.work-lightbox-nav { top: 50%; width: 44px; height: 44px; border-radius: 50%; transform: translateY(-50%); }
.work-lightbox-nav:hover, .work-lightbox-close:hover { background: white; color: black; }
.work-lightbox-nav.prev { left: 22px; }.work-lightbox-nav.next { right: 22px; }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); background: var(--deep); color: white; }
.method-intro { position: sticky; top: 110px; align-self: start; }
.method h2 em { color: var(--lime); }
.method-intro > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 28px; color: #a9c0b9; font-size: 13px; line-height: 1.75; }
.method-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.12); }
.method-steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.method-steps article > span { color: var(--lime); font: 600 11px "Manrope", sans-serif; }
.method-steps h3 { margin-bottom: 9px; font-size: 21px; }
.method-steps p { max-width: 430px; margin: 0; color: #9db4ad; font-size: 11px; line-height: 1.65; }

.differentials { background: white; }
.difference-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.difference-quote { position: relative; min-height: 400px; padding: 47px; overflow: hidden; border-radius: 24px; background: var(--lime); }
.difference-quote::after { content: "“"; position: absolute; right: -15px; bottom: -150px; color: rgba(12,44,36,.08); font: 500 430px Georgia,serif; }
.difference-quote blockquote { position: relative; z-index: 1; margin: 0; max-width: 390px; font: 400 clamp(27px,3vw,42px)/1.17 Georgia,serif; letter-spacing: -1.5px; }
.difference-quote > span { position: absolute; z-index: 1; bottom: 42px; color: #456158; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.difference-list article { display: flex; align-items: flex-start; gap: 19px; padding: 24px 0; border-top: 1px solid var(--line); }
.difference-list article:last-child { border-bottom: 1px solid var(--line); }
.difference-list article > span { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #e5f2ed; color: var(--green); }
.difference-list h3 { margin-bottom: 7px; font-size: 15px; }
.difference-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.contact { background: var(--paper); }
.contact-card { position: relative; overflow: hidden; padding: 74px clamp(30px,7vw,95px); border-radius: 27px; background: var(--deep); color: white; }
.contact-card h2 { position: relative; z-index: 1; margin: 17px 0 21px; }
.contact-card h2 em { color: var(--lime); }
.contact-card > p { position: relative; z-index: 1; max-width: 490px; margin-bottom: 27px; color: #a9c0b9; font-size: 13px; line-height: 1.7; }
.contact-card > .btn { position: relative; z-index: 1; }
.contact-kicker { position: relative; z-index: 1; color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: 2px; }
.contact-orbit { position: absolute; border: 1px solid rgba(217,243,106,.13); border-radius: 50%; }
.contact-orbit.one { right: -170px; top: -220px; width: 640px; height: 640px; }
.contact-orbit.two { right: -20px; top: -70px; width: 330px; height: 330px; box-shadow: 0 0 0 85px rgba(217,243,106,.02); }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr .7fr .9fr; gap: 40px; align-items: start; padding: 60px clamp(30px, 7vw, 110px) 32px; background: #08231c; color: white; }
.site-footer .brand small { color: #7e9b92; }
.site-footer > p { color: #89a198; font-size: 11px; line-height: 1.65; }
.site-footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.site-footer > div > strong { margin-bottom: 5px; color: #7e9b92; font-size: 7px; letter-spacing: 1.5px; }
.site-footer > div a, .site-footer > div button { padding: 0; border: 0; background: transparent; color: #c3d2cd; font-size: 10px; }
.site-footer > small { grid-column: 1/-1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.09); color: #607b72; font-size: 8px; }

.modal-backdrop { position: fixed; z-index: 70; inset: 0; visibility: hidden; background: rgba(4,20,15,.66); opacity: 0; backdrop-filter: blur(5px); transition: .25s; }
.modal-backdrop.show { visibility: visible; opacity: 1; }
.login-modal { z-index: 80; width: min(880px, calc(100vw - 30px)); max-height: calc(100vh - 28px); padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: white; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.login-modal[open] { display: grid; grid-template-columns: .88fr 1.12fr; }
.login-modal::backdrop { background: transparent; }
.login-aside { display: flex; min-height: 590px; padding: 34px; overflow: hidden; flex-direction: column; justify-content: space-between; background: var(--deep); color: white; }
.login-aside .brand small { color: #8eaaa1; }
.login-aside > div > h2 { max-width: 290px; margin-bottom: 14px; font-size: 32px; line-height: 1.1; letter-spacing: -1.5px; }
.login-aside > div > p:last-child { max-width: 295px; margin: 0; color: #9db7af; font-size: 11px; line-height: 1.65; }
.login-role-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 15px; background: var(--lime); color: var(--deep); }
.login-role-icon svg { width: 24px; }
.login-aside blockquote { margin: 0; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #abc0b9; font: 400 14px/1.55 Georgia,serif; }
.login-form { position: relative; display: flex; padding: 44px 52px 28px; flex-direction: column; }
.modal-close { position: absolute; top: 22px; right: 22px; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 9px; background: white; }
.modal-close svg { width: 16px; }
.login-form > h2 { margin-bottom: 7px; font-size: 25px; letter-spacing: -.8px; }
.login-subtitle { margin-bottom: 20px; color: var(--muted); font-size: 10px; }
.role-switch { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 20px; padding: 4px; border-radius: 11px; background: #edf1ef; }
.role-switch button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; border: 0; border-radius: 8px; background: transparent; color: #77837f; font-size: 9px; font-weight: 600; }
.role-switch button.active { background: white; color: var(--ink); box-shadow: 0 3px 10px rgba(17,44,35,.07); }
.role-switch svg { width: 15px; }
.login-form > label { display: flex; margin-bottom: 14px; flex-direction: column; gap: 7px; color: #41534d; font-size: 9px; font-weight: 600; }
.login-form input[type="email"], .password-field { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.login-form input[type="email"] { padding: 0 12px; outline: 0; font-size: 10px; }
.password-field { display: flex; align-items: center; }
.password-field input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; background: transparent; font-size: 10px; }
.password-field button { display: grid; place-items: center; width: 41px; height: 41px; padding: 0; border: 0; background: transparent; color: #84908c; }
.password-field svg { width: 16px; }
.login-form input:focus, .password-field:focus-within { border-color: #6ea791; box-shadow: 0 0 0 3px rgba(42,138,105,.09); }
.login-options { display: flex; justify-content: space-between; margin: -1px 0 18px; color: var(--muted); font-size: 8px; }
.login-options label { display: flex; align-items: center; gap: 5px; }
.login-options a, .login-help a { color: var(--green); font-weight: 600; }
.btn-login { width: 100%; min-height: 45px; background: var(--deep); color: white; }
.btn-login:hover { background: var(--deep-2); }
.demo-access { margin-top: 16px; padding: 10px 12px; border: 1px dashed #cbd8d2; border-radius: 9px; background: #f6faf8; }
.demo-access span { color: var(--green); font-size: 7px; font-weight: 700; letter-spacing: 1px; }
.demo-access p { margin: 3px 0 0; color: var(--muted); font-size: 8px; }
.login-help { margin: auto 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; text-align: center; }
.toast { position: fixed; z-index: 100; right: 25px; bottom: 25px; visibility: hidden; display: flex; align-items: center; gap: 10px; min-width: 260px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: white; opacity: 0; box-shadow: var(--shadow); transform: translateY(12px); transition: .25s; }
.toast.show { visibility: visible; opacity: 1; transform: none; }
.toast > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #e1f3eb; color: var(--green); }.toast svg { width: 15px; }
.toast p { display: flex; margin: 0; flex-direction: column; }.toast b { font-size: 9px; }.toast small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; margin-right: 12px; }
  .menu-button { display: grid; }
  .hero { grid-template-columns: 1fr 400px; padding-right: 45px; padding-left: 45px; }
  .hero-visual { transform: scale(.82); transform-origin: right center; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 1px solid #d5dcd8; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > small { grid-column: 1/-1; }
}
@media (max-width: 820px) {
  .site-header { height: 66px; padding: 0 20px; }
  .header-actions { display: none; }
  .menu-button { margin-left: auto; }
  .hero { display: block; min-height: auto; padding: 122px 24px 90px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(46px, 11vw, 68px); }
  .hero-visual { width: 550px; max-width: 100%; height: 400px; margin: 50px auto 0; transform: scale(.84); transform-origin: left top; }
  .portal-preview { right: auto; left: 0; }
  .section { padding: 80px 24px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .method { grid-template-columns: 1fr; gap: 55px; }
  .method-intro { position: static; }
  .difference-layout { grid-template-columns: 1fr; }
  .difference-quote { min-height: 340px; }
  .login-modal[open] { grid-template-columns: 1fr; }
  .login-aside { display: none; }
  .login-form { min-height: 570px; }
  .works-heading { align-items: flex-start; flex-direction: column; }
  .works-heading > div:last-child { max-width: 560px; }
  .works-grid { grid-auto-rows: 220px; }
  .work-card, .work-card.work-feature, .work-card.work-tall, .work-card.work-wide { grid-column: span 6; grid-row: span 1; }
  .work-card.work-feature, .work-card.work-tall { grid-row: span 2; }
}
@media (max-width: 560px) {
  .brand strong { font-size: 19px; }
  .hero h1 { letter-spacing: -2.7px; }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-visual { display: none; }
  .hero-foot { bottom: 22px; }
  .section-heading h2, .method h2, .contact h2 { font-size: 38px; letter-spacing: -2px; }
  .service-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .service-card, .service-card:first-child { min-height: 285px; border-bottom: 1px solid #d5dcd8; border-left: 1px solid #d5dcd8; }
  .service-icon { margin-bottom: 30px; }
  .method-steps article { grid-template-columns: 45px 1fr; }
  .difference-quote { min-height: 300px; padding: 33px; }
  .contact-card { padding: 50px 25px; border-radius: 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .login-form { min-height: min(610px, calc(100vh - 28px)); padding: 38px 22px 23px; overflow-y: auto; }
  .role-switch { margin-top: 2px; }
  .toast { right: 15px; bottom: 15px; left: 15px; min-width: 0; }
  .works-toolbar { align-items: flex-start; flex-direction: column; }
  .works-toolbar > div { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .works-toolbar button { flex: 0 0 auto; }
  .works-grid { grid-auto-rows: 290px; }
  .work-card, .work-card.work-feature, .work-card.work-tall, .work-card.work-wide { grid-column: 1 / -1; grid-row: span 1; }
  .work-card figcaption strong, .work-feature figcaption strong { font-size: 14px; }
  .work-lightbox figure { width: calc(100vw - 28px); height: calc(100vh - 80px); }
  .work-lightbox figure img { max-height: calc(100vh - 190px); }
  .work-lightbox-nav { top: auto; bottom: 18px; transform: none; }
  .work-lightbox-nav.prev { left: 16px; }.work-lightbox-nav.next { right: 16px; }
  .work-lightbox-close { top: 14px; right: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Tema monocromático — 123 Engenharia */
:root {
  --ink: #111111;
  --deep: #050505;
  --deep-2: #181818;
  --lime: #ffffff;
  --lime-2: #eeeeee;
  --paper: #f4f4f2;
  --muted: #6d6d6d;
  --line: #dededb;
  --blue: #222222;
  --coral: #4a4a4a;
  --purple: #686868;
  --green: #111111;
}
.brand-mark { background: #ffffff; }
.brand-mark::after { color: #050505; }
.site-header { background: rgba(5,5,5,.93); }
.site-header.scrolled { background: rgba(5,5,5,.98); }
.hero { background: #050505; }
.hero::before { border-color: rgba(255,255,255,.13); box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 230px rgba(255,255,255,.018); }
.hero h1 em, .method h2 em, .contact-card h2 em { color: #ffffff; }
.hero-description { color: #c5c5c5; }
.btn-lime, .btn-dark { background: #ffffff; color: #050505; }
.btn-lime:hover, .btn-dark:hover { background: #e9e9e9; }
.trust-row svg, .eyebrow, .contact-kicker { color: #ffffff; }
.preview-brand { background: #050505; color: #ffffff; }
.preview-top > b { background: #e8e8e6; color: #111111; }
.preview-body aside { background: #111111; }
.preview-body aside i:first-child { background: rgba(255,255,255,.22); }
.mini-avatar { background: #e8e8e8; color: #111111; }
.mini-progress > i > b, .mini-card > i, .message-card > i { background: #202020; }
.floating-card { border-color: #d4d4d4; }
.orbit { border-color: rgba(255,255,255,.3); }
.service-icon.blue, .service-icon.coral, .service-icon.purple, .service-icon.green { background: #e7e7e5; color: #111111; }
.service-card:hover { box-shadow: 0 22px 60px rgba(0,0,0,.11); }
.difference-quote { border: 1px solid #222222; background: #111111; color: #ffffff; }
.difference-quote::after { color: rgba(255,255,255,.07); }
.difference-quote > span { color: #bdbdbd; }
.status-card > span { background: #e8e8e6; color: #111111; }
.difference-list article > span { background: #ededeb; color: #111111; }
.contact-card, .site-footer, .login-aside { background: #050505; }
.contact-orbit { border-color: rgba(255,255,255,.13); }
.login-role-icon { background: #ffffff; color: #050505; }
.role-switch button.active { color: #111111; }
@media(max-width:520px){.role-switch button{gap:4px;font-size:7px}.role-switch svg{width:13px}}
.btn-login { background: #050505; }
.btn-login:hover { background: #222222; }
.demo-access { border-color: #bdbdbd; background: #f5f5f3; }
.demo-access span, .login-options a, .login-help a { color: #111111; }
.toast > span { background: #e8e8e8; color: #111111; }
