.navlinks{align-items:center}
.services-menu{position:relative;display:flex;align-items:center;height:100%}
.services-menu>button{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:inherit;font:inherit;line-height:1;cursor:pointer;padding:0;transition:color .2s}
.services-menu>button:hover,.services-menu.open>button{color:#c6ff3d}
.services-menu>button::after{content:'';width:6px;height:6px;border-right:1.5px solid #c6ff3d;border-bottom:1.5px solid #c6ff3d;transform:translateY(-2px) rotate(45deg);transition:transform .2s}
.services-menu.open>button::after{transform:translateY(2px) rotate(225deg)}
.services-panel{position:absolute;top:calc(100% + 24px);left:-18px;width:min(760px,calc(100vw - 48px));display:none;grid-template-columns:repeat(5,minmax(120px,1fr));gap:1px;padding:1px;background:#2a3b55;border:1px solid #2a3b55;box-shadow:0 24px 70px rgba(0,0,0,.55);z-index:300}
.services-panel::before{content:'';position:absolute;left:16px;top:-25px;width:110px;height:25px}
.services-menu.open .services-panel{display:grid}
.services-group{background:#101c2b;padding:18px 16px}
.services-group strong{display:block;color:#c6ff3d;font:700 10px 'JetBrains Mono',monospace;letter-spacing:.1em;margin-bottom:10px}
.services-group a{display:block!important;color:#e9edf7!important;font-size:12px!important;line-height:1.35;padding:7px 0;white-space:normal}
.services-group a:hover{color:#c6ff3d!important}
@media(max-width:900px){.services-panel{grid-template-columns:repeat(2,minmax(150px,1fr))}}
@media(max-width:760px){.navlinks{display:flex!important;position:fixed;left:14px;right:14px;top:72px;justify-content:flex-start;z-index:450}.navlinks>a:not(:first-child),.navlinks>.services-menu~a{display:none!important}.services-menu{display:block;width:100%;height:auto}.services-menu>button{width:100%;padding:11px 16px;border:1px solid #2a3b55;background:#101c2b;text-align:left;justify-content:space-between}.services-panel{position:relative;left:0;top:0;width:100%;max-height:65vh;overflow:auto;grid-template-columns:1fr 1fr}.services-panel::before{display:none}.services-group{padding:14px}}
@media(max-width:760px){.navlinks{left:auto;right:86px;top:12px;width:44px}.services-menu{width:44px}.services-menu>button{width:44px;height:44px;padding:0;justify-content:center;border-radius:50%;font-size:0;background:#101c2b}.services-menu>button::before{content:'☰';color:#c6ff3d;font:400 21px/1 sans-serif}.services-menu.open>button::before{content:'×';font-size:27px}.services-menu>button::after{display:none}.services-panel{position:fixed;left:14px;right:14px;top:68px;width:auto;max-height:calc(100vh - 82px);grid-template-columns:1fr 1fr;box-shadow:0 22px 55px rgba(0,0,0,.7)}}

/* v30 — simplified homepage and scroll-led three-level story */
body.home-simplified .delivery-levels,
body.home-simplified #capacidades,
body.home-simplified .compact-method,
body.home-simplified .deliverables-section,
body.home-simplified .value-section,
body.home-simplified .portfolio-section,
body.home-simplified #processo{display:none!important}
body.home-simplified .partner-strip{padding:68px 0}
body.home-simplified #modalidades.offers-section{display:block!important;height:300vh;padding:0;background:#08111d}
body.home-simplified .offers-section>.wrap{position:sticky;top:78px;min-height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);align-items:center;gap:70px;padding-top:54px;padding-bottom:54px}
body.home-simplified .offers-intro{display:block}
body.home-simplified .offers-intro .section-head{margin:0}
body.home-simplified .offers-intro .section-head h2{font-size:clamp(38px,5vw,68px)}
body.home-simplified .offers-intro .promise{margin-top:30px;padding-left:18px;border-left:2px solid #c6ff3d;color:#8590ab;line-height:1.65}
body.home-simplified .offers-grid{position:relative;display:block;height:min(570px,68vh);background:transparent;border:0}
body.home-simplified .offer-card{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:clamp(34px,5vw,64px);border:1px solid #2a3b55;background:linear-gradient(145deg,#142235,#0d1928);opacity:0;transform:translateY(45px) scale(.96);pointer-events:none;transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1),border-color .35s}
body.home-simplified .offer-card.scroll-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;border-color:rgba(198,255,61,.5)}
body.home-simplified .offer-card.scroll-before{opacity:0;transform:translateY(-45px) scale(.96)}
body.home-simplified .offer-card h3{font-size:clamp(30px,4vw,50px);max-width:600px}
body.home-simplified .offer-card .offer-sub{font-size:16px}
body.home-simplified .offer-card li{font-size:14px}
body.home-simplified .offer-card::after{content:attr(data-step);position:absolute;right:26px;bottom:22px;color:#4c5a78;font:600 11px 'JetBrains Mono',monospace;letter-spacing:.15em}
body.home-simplified .scroll-progress{position:absolute;right:32px;top:50%;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;gap:12px}
body.home-simplified .scroll-progress button{width:7px;height:7px;border:1px solid #8590ab;border-radius:50%;background:transparent;padding:0;cursor:pointer;transition:.25s}
body.home-simplified .scroll-progress button.active{background:#c6ff3d;border-color:#c6ff3d;box-shadow:0 0 14px rgba(198,255,61,.45)}
body.home-simplified .start-section{padding:110px 0;background:#f4f6f5;color:#111820}
body.home-simplified .sector-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#d7ddd9;border:1px solid #d7ddd9;margin-top:48px}
body.home-simplified .sector-card{display:flex;flex-direction:column;min-height:330px;padding:30px 24px;background:#fff;color:#111820;transition:transform .25s,box-shadow .25s}
body.home-simplified .sector-card:hover{position:relative;z-index:2;transform:translateY(-5px);box-shadow:0 18px 45px rgba(5,15,25,.14)}
body.home-simplified .sector-card .sector-num{color:#668b13;font:700 10px 'JetBrains Mono',monospace;letter-spacing:.12em}
body.home-simplified .sector-card h3{margin:22px 0 14px;font-size:22px}
body.home-simplified .sector-card p{color:#66706b;font-size:13px;line-height:1.6}
body.home-simplified .sector-links{margin-top:auto;padding-top:24px}
body.home-simplified .sector-links a{display:block;padding:8px 0;border-top:1px solid #e0e5e2;color:#26332d;font-size:12px}
body.home-simplified .sector-links a:hover{color:#668b13}
@media(max-width:1000px){body.home-simplified .offers-section>.wrap{grid-template-columns:1fr;gap:22px;align-content:center}body.home-simplified .offers-intro .section-head p,body.home-simplified .offers-intro .promise{display:none}body.home-simplified .offers-grid{height:52vh}body.home-simplified .sector-overview{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){body.home-simplified .offers-section{height:auto;padding:78px 0}body.home-simplified .offers-section>.wrap{position:relative;top:0;display:block;min-height:0;padding-top:0;padding-bottom:0}body.home-simplified .offers-intro .section-head p,body.home-simplified .offers-intro .promise{display:block}body.home-simplified .offers-grid{height:auto;margin-top:40px}body.home-simplified .offer-card{position:relative;inset:auto;opacity:1!important;transform:none!important;pointer-events:auto;margin-top:12px;padding:30px 24px}body.home-simplified .scroll-progress{display:none}body.home-simplified .sector-overview{grid-template-columns:1fr}body.home-simplified .sector-card{min-height:250px}}
@media(prefers-reduced-motion:reduce){body.home-simplified .offers-section{height:auto;padding:90px 0}body.home-simplified .offers-section>.wrap{position:relative;top:0;display:block}body.home-simplified .offers-grid{height:auto;margin-top:42px}body.home-simplified .offer-card{position:relative;opacity:1;transform:none;pointer-events:auto;margin-top:12px}}

/* v31 — cinematic Matrice 4T opening */
body.home-simplified .hero{height:420vh;min-height:0!important;padding:0!important;display:block;overflow:visible;background:#07101c}
body.home-simplified .cinematic-stage{position:sticky;top:0;height:100vh;min-height:650px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:110px 24px 72px;text-align:center;background:radial-gradient(circle at calc(72% - var(--hero-progress,0)*25%) 45%,rgba(198,255,61,.11),transparent 27%),linear-gradient(180deg,#07101c,#0a1726 62%,#08111d)}
body.home-simplified .cinematic-stage .hero-grid,body.home-simplified .cinematic-stage .hero-bridge{opacity:calc(.6 - var(--hero-progress,0)*.45)}
body.home-simplified .foundation-lineworld{position:absolute;z-index:2;inset:0;opacity:clamp(0,calc((var(--hero-progress,0) - .1)*4),1);background:radial-gradient(circle at 50% 47%,rgba(198,255,61,.07),transparent 35%);overflow:hidden;will-change:opacity}
body.home-simplified .foundation-lineworld::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 20%,#07101c 82%);z-index:2;pointer-events:none}
body.home-simplified .foundation-lineworld svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 8px rgba(198,255,61,.26));transform:scale(calc(.93 + var(--hero-progress,0)*.13)) rotate(calc((var(--hero-progress,0) - .5)*1.2deg));will-change:transform}
body.home-simplified .cosmic-grid path{fill:none;stroke:rgba(198,255,61,.1);stroke-width:1;vector-effect:non-scaling-stroke;stroke-dasharray:7 18;stroke-dashoffset:calc(var(--hero-progress,0)*-260);animation:lineDrift 18s linear infinite}
body.home-simplified .line-form{opacity:0;transition:opacity .7s ease;fill:none;stroke:#c6ff3d;stroke-width:1.4;vector-effect:non-scaling-stroke}
body.home-simplified .line-form path,body.home-simplified .line-form circle{fill:none;stroke-dasharray:2600;stroke-dashoffset:calc(2600 - var(--hero-progress,0)*3300);filter:drop-shadow(0 0 5px rgba(198,255,61,.6));will-change:stroke-dashoffset}
body.home-simplified .hero[data-scene="0"] .form-power,body.home-simplified .hero[data-scene="1"] .form-bridge,body.home-simplified .hero[data-scene="2"] .form-buildings,body.home-simplified .hero[data-scene="3"] .form-solar,body.home-simplified .hero[data-scene="4"] .form-telecom,body.home-simplified .hero[data-scene="5"] .form-wind{opacity:.9}
body.home-simplified .radiant-nodes circle{fill:url(#nodeGlow);opacity:calc(.14 + var(--hero-progress,0)*.4);animation:nodePulse 3.8s ease-in-out infinite;transform-box:fill-box;transform-origin:center}
body.home-simplified .radiant-nodes circle:nth-child(3n){animation-delay:-1.2s}body.home-simplified .radiant-nodes circle:nth-child(4n){animation-delay:-2.4s}
@keyframes lineDrift{to{stroke-dashoffset:-520}}@keyframes nodePulse{0%,100%{transform:scale(.45);opacity:.12}50%{transform:scale(1.25);opacity:.72}}
body.home-simplified .hero-drone-cinematic{position:absolute;z-index:4;width:min(44vw,660px);height:auto;pointer-events:none;left:50%;top:50%;transform:translate(calc(-50% + (1 - var(--hero-progress,0))*54vw),calc(-50% + (1 - var(--hero-progress,0))*7vh)) scale(calc(.36 + var(--hero-progress,0)*.28)) rotate(calc((1 - var(--hero-progress,0))*-5deg));opacity:clamp(0,calc(.62 - var(--hero-progress,0)*4.5),.62);filter:drop-shadow(0 34px 55px rgba(0,0,0,.6));will-change:transform,opacity}
body.home-simplified .cinematic-copy{position:relative;z-index:6;opacity:clamp(0,calc(1 - var(--hero-progress,0)*3.6),1);transform:translateY(calc(var(--hero-progress,0)*-42px));will-change:transform,opacity}
body.home-simplified .cinematic-stage .headline{max-width:1050px;text-shadow:0 4px 30px rgba(3,9,15,.9)}
body.home-simplified .cinematic-stage .sub{max-width:620px;color:#cbd5df;font-weight:450;line-height:1.62;text-shadow:0 2px 18px #07101c,0 0 38px rgba(7,16,28,.95)}
body.home-simplified .cinematic-technical{position:absolute;z-index:7;left:8vw;bottom:10vh;max-width:600px;text-align:left;opacity:clamp(0,calc((var(--hero-progress,0) - .76)*6),1);transform:translateY(calc((1 - var(--hero-progress,0))*70px));will-change:transform,opacity}
body.home-simplified .cinematic-technical span{display:block;color:#c6ff3d;font-size:11px;letter-spacing:.18em;margin-bottom:16px}
body.home-simplified .cinematic-technical strong{display:block;color:#f5f7fb;font-size:clamp(32px,4.8vw,72px);line-height:1.02;letter-spacing:-.035em}
body.home-simplified .cinematic-technical p{margin-top:18px;color:#9aa5bd;font:600 clamp(11px,1.2vw,15px) 'JetBrains Mono',monospace;text-transform:uppercase;letter-spacing:.12em}
body.home-simplified .cinematic-stage .scroll-cue{z-index:6;opacity:clamp(0,calc(1 - var(--hero-progress,0)*5),1)}
body.home-simplified .cinematic-stage .telemetry,body.home-simplified .cinematic-stage .telemetry-left{z-index:6;top:92px;opacity:clamp(.15,calc(.85 - var(--hero-progress,0)*.5),.85)}
body.home-simplified .work-timeline{position:absolute;z-index:5;left:0;right:0;bottom:17vh;height:32vh;opacity:clamp(0,calc((var(--hero-progress,0) - .16)*4),1);pointer-events:none}
body.home-simplified .work-timeline svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 10px rgba(198,255,61,.38))}
body.home-simplified .time-branch,body.home-simplified .time-core{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-dasharray:1300;stroke-dashoffset:calc(1300 - var(--hero-progress,0)*1500);will-change:stroke-dashoffset}
body.home-simplified .time-branch{stroke:rgba(198,255,61,.25);stroke-width:1.2}
body.home-simplified .time-core{stroke:#c6ff3d;stroke-width:2}
body.home-simplified .timeline-scenes{position:absolute;inset:0}
body.home-simplified .timeline-scenes span{position:absolute;left:calc(6% + var(--i)*17.2%);top:42%;padding:7px 10px;background:rgba(7,16,28,.82);border:1px solid rgba(198,255,61,.32);color:#aeb8cb;font:700 10px 'JetBrains Mono',monospace;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;opacity:.42;transform:translateY(8px);transition:opacity .35s,transform .35s,color .35s,border-color .35s}
body.home-simplified .timeline-scenes span:nth-child(even){top:61%}
body.home-simplified .hero[data-scene="0"] .timeline-scenes span:nth-child(1),body.home-simplified .hero[data-scene="1"] .timeline-scenes span:nth-child(2),body.home-simplified .hero[data-scene="2"] .timeline-scenes span:nth-child(3),body.home-simplified .hero[data-scene="3"] .timeline-scenes span:nth-child(4),body.home-simplified .hero[data-scene="4"] .timeline-scenes span:nth-child(5),body.home-simplified .hero[data-scene="5"] .timeline-scenes span:nth-child(6){opacity:1;transform:translateY(0);color:#c6ff3d;border-color:#c6ff3d;box-shadow:0 0 24px rgba(198,255,61,.16)}

/* The service levels remain clear, but no longer compete with the main cinematic scroll. */
body.home-simplified #modalidades.offers-section{height:auto;padding:105px 0}
body.home-simplified .offers-section>.wrap{position:relative;top:0;min-height:0;display:block;padding-top:0;padding-bottom:0}
body.home-simplified .offers-grid{height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2a3b55;margin-top:48px}
body.home-simplified .offer-card,body.home-simplified .offer-card.scroll-active,body.home-simplified .offer-card.scroll-before{position:relative;inset:auto;opacity:1;transform:none;pointer-events:auto;min-height:520px;padding:42px 32px;border:0}
body.home-simplified .scroll-progress{display:none}
@media(max-width:900px){body.home-simplified .offers-grid{grid-template-columns:1fr}body.home-simplified .offer-card,body.home-simplified .offer-card.scroll-active,body.home-simplified .offer-card.scroll-before{min-height:0}}
@media(max-width:700px){body.home-simplified .hero{height:330vh}body.home-simplified .cinematic-stage{min-height:560px;padding:100px 20px 70px}body.home-simplified .foundation-lineworld svg{width:160%;margin-left:-30%}body.home-simplified .hero-drone-cinematic{width:88vw;top:45%;transform:translate(calc(-50% + (1 - var(--hero-progress,0))*68vw),calc(-50% + (1 - var(--hero-progress,0))*10vh)) scale(calc(.36 + var(--hero-progress,0)*.28))}body.home-simplified .cinematic-stage .headline{font-size:clamp(42px,13vw,68px)}body.home-simplified .cinematic-stage .sub{max-width:330px;font-size:14px}body.home-simplified .work-timeline{bottom:20vh;height:26vh}.timeline-scenes span:nth-child(even){display:none}body.home-simplified .timeline-scenes span{left:calc(3% + var(--i)*16%);font-size:8px;padding:5px 6px}body.home-simplified .cinematic-technical{left:24px;right:24px;bottom:9vh}body.home-simplified .cinematic-technical strong{font-size:clamp(34px,10vw,52px)}}
@media(prefers-reduced-motion:reduce){body.home-simplified .hero{height:100vh;min-height:680px!important}body.home-simplified .hero-drone-cinematic{transform:translate(8%,-48%) scale(.72);opacity:.38}body.home-simplified .cinematic-copy{opacity:1;transform:none}body.home-simplified .cinematic-technical{display:none}}
.client-value-section{padding:76px 0;background:#f4f6f3;color:#17251e;border-bottom:1px solid #d8e0d9}.client-value-kicker{display:block;margin-bottom:16px;color:#557619;font:700 11px 'JetBrains Mono',monospace;letter-spacing:.13em}.client-value-section h2{max-width:850px;margin:0 0 18px;font-size:clamp(30px,3.6vw,48px);line-height:1.12}.client-value-lead{max-width:800px;margin:0 0 34px;color:#53615a;font-size:17px;line-height:1.75}.client-value-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.client-value-card{overflow:hidden;border:1px solid #d8e0d9;border-radius:12px;background:#fff}.client-value-card h3{margin:0;padding:26px 30px;background:#e8ede8;font-size:23px}.client-value-card.result h3{color:#fff;background:#17352c;border-bottom:3px solid #c6ff3d}.client-value-card ul{list-style:none;margin:0;padding:8px 30px 18px}.client-value-card li{position:relative;padding:18px 0 18px 27px;border-bottom:1px solid #d8e0d9;color:#38473e;line-height:1.6}.client-value-card li:last-child{border:0}.client-value-card li:before{content:'–';position:absolute;left:0}.client-value-card.result li:before{content:'✓';color:#557619;font-weight:800}.client-value-cta{display:inline-flex;min-height:48px;align-items:center;margin-top:28px;padding:14px 22px;border-radius:4px;background:#17352c;color:#fff;font-weight:800}@media(max-width:760px){.client-value-section{padding:54px 0}.client-value-grid{grid-template-columns:1fr}.client-value-card h3{padding:22px}.client-value-card ul{padding:5px 22px 12px}}
.client-faq-section{padding:76px 0;background:#fff;color:#17251e;border-top:1px solid #d8e0d9}.client-faq{max-width:900px}.client-faq h2{margin:0 0 22px;font-size:clamp(29px,3vw,42px);letter-spacing:-.035em}.client-faq details{padding:20px 0;border-bottom:1px solid #d8e0d9}.client-faq summary{cursor:pointer;font-weight:750;font-size:16px;line-height:1.55}.client-faq details p{margin-top:14px;color:#53615a;font-size:14px;line-height:1.8}.client-faq summary:focus-visible{outline:3px solid #81a91b;outline-offset:5px}@media(max-width:760px){.client-faq-section{padding:54px 0}}

/* Uniform service hero: solar-style split on desktop, text before image on mobile. */
body.service-uniform-layout .detail-hero{min-height:0;padding:140px 0 68px}
body.service-uniform-layout .detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,1fr);gap:56px;align-items:center}
body.service-uniform-layout .detail-hero-grid>div:first-child{min-width:0}
body.service-uniform-layout .detail-crumb{margin-bottom:30px}
body.service-uniform-layout .detail-hero h1{font-size:clamp(36px,4.1vw,62px);max-width:720px}
body.service-uniform-layout .detail-lead{font-size:17px;line-height:1.75;max-width:610px}
body.service-uniform-layout .detail-hero-art{margin:0;min-width:0}
body.service-uniform-layout .detail-hero-art .detail-visual{display:block;width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;border:1px solid #304155;border-radius:8px;box-shadow:none}
body.service-uniform-layout .detail-hero-art figcaption{margin-top:10px;color:#9babbc;font-size:11px;line-height:1.6}
@media(max-width:1000px){body.service-uniform-layout .detail-hero-grid{gap:30px}body.service-uniform-layout .detail-hero h1{font-size:42px}}
@media(max-width:760px){body.service-uniform-layout .detail-hero{padding:112px 0 48px}body.service-uniform-layout .detail-hero-grid{grid-template-columns:1fr;gap:32px}body.service-uniform-layout .detail-hero h1{font-size:clamp(34px,8.5vw,48px)}body.service-uniform-layout .detail-hero-art{max-width:500px}body.service-uniform-layout .detail-lead{font-size:16px}}

.model3d-option{padding:62px 0;background:#e9eee5;color:#17251e;border-top:1px solid #d8e0d9;border-bottom:1px solid #d8e0d9}.model3d-option-grid{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:56px;align-items:start}.model3d-kicker{display:block;margin-bottom:14px;color:#557619;font:700 11px/1.6 'JetBrains Mono',monospace;letter-spacing:.13em}.model3d-option h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.035em}.model3d-option p{margin:0 0 14px;color:#33443a;font-size:17px;line-height:1.75}.model3d-option small{display:block;color:#65736a;font-size:13px;line-height:1.75}@media(max-width:760px){.model3d-option{padding:48px 0}.model3d-option-grid{grid-template-columns:1fr;gap:22px}.model3d-option p{font-size:16px}}
.model3d-example{display:inline-flex;margin-top:20px;padding:13px 17px;border-radius:4px;background:#17352c;color:#fff;font-size:12px;font-weight:850}.model3d-example:hover{background:#284d41}

/* v44 — make the deliverable visible before the customer asks for it. */
.service-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.service-hero-actions .detail-cta{margin-top:0}.sample-report-link{display:inline-flex;align-items:center;min-height:48px;padding:13px 20px;border:1px solid #c6ff3d;border-radius:3px;color:#c6ff3d;font-weight:800;font-size:13px;letter-spacing:.02em}.sample-report-link:hover{background:#c6ff3d;color:#08111d}
.service-report-proof{padding:88px 0;background:#edf2ee;color:#17251e;border-top:1px solid #d7e0da}.service-report-proof-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);gap:76px;align-items:center}.report-proof-kicker{display:block;margin-bottom:15px;color:#587c17;font:800 11px 'JetBrains Mono',monospace;letter-spacing:.13em}.service-report-copy h2{max-width:680px;margin:0 0 18px;font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.04em}.service-report-copy p{max-width:660px;margin:0 0 28px;color:#52615b;font-size:17px;line-height:1.75}.service-report-copy>a{display:inline-flex;padding:15px 20px;background:#132f27;color:#fff;font-weight:800;border-radius:4px}.service-report-copy>a:hover{background:#20483c}.service-report-copy>small{display:block;max-width:580px;margin-top:14px;color:#728078;font-size:12px;line-height:1.6}.service-report-preview{padding:25px;background:#fff;border:1px solid #d3ddd6;border-radius:10px;box-shadow:0 24px 60px rgba(10,30,20,.12);transform:rotate(1.2deg)}.preview-top{display:flex;justify-content:space-between;padding:0 0 17px;border-bottom:3px solid #b8ff00}.preview-top strong{color:#11283f}.preview-top span{color:#738078;font:700 9px 'JetBrains Mono',monospace}.preview-image{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:5px;height:150px;margin:18px 0;background:#122338;padding:6px}.preview-image i{display:block;background:linear-gradient(145deg,#274963,#0b1622)}.preview-image i:first-child{grid-row:1/3;background:linear-gradient(155deg,#16394d,#72904b)}.preview-image i:last-child{background:radial-gradient(circle at 60% 45%,#fff34b 0 10%,#f17a2e 12% 24%,#753c88 30% 55%,#171845 75%)}.preview-row{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:13px 0;border-top:1px solid #e0e6e2}.preview-row>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#b8ff00;color:#0b1725;font:900 11px 'JetBrains Mono',monospace}.preview-row strong,.preview-row small{display:block}.preview-row strong{font-size:13px}.preview-row small{margin-top:3px;color:#738078;font-size:10px}
.report-actions{margin-top:28px}.report-download{display:inline-flex;align-items:center;gap:14px;padding:16px 20px;border-radius:4px;background:#15362d;color:#fff;font-weight:850}.report-download span{color:#c6ff3d}.report-actions small{display:block;max-width:520px;margin-top:12px;color:#6a7770;font-size:12px;line-height:1.6}
@media(max-width:800px){.service-report-proof{padding:60px 0}.service-report-proof-grid{grid-template-columns:1fr;gap:38px}.service-report-preview{transform:none}.service-hero-actions{align-items:stretch}.service-hero-actions>*{justify-content:center;text-align:center;flex:1 1 220px}}

.spatial-showcase{padding:100px 0;background:#091524;color:#f5f7f5;border-top:1px solid #26374a}.spatial-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:76px;align-items:center}.spatial-copy .tag{color:#b8ff00}.spatial-copy h2{max-width:700px;margin:18px 0 22px;font-size:clamp(38px,4.8vw,66px);line-height:1.02;letter-spacing:-.045em}.spatial-copy>p{max-width:690px;color:#aebac5;font-size:17px;line-height:1.72}.spatial-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;list-style:none;margin:30px 0;padding:0;border-top:1px solid #2a3b4d}.spatial-copy li{position:relative;padding:16px 0 16px 23px;border-bottom:1px solid #2a3b4d;color:#dbe2e7;font-size:13px;line-height:1.5}.spatial-copy li:before{content:'✓';position:absolute;left:0;color:#b8ff00;font-weight:900}.spatial-actions>a{display:inline-flex;padding:15px 20px;border-radius:4px;background:#b8ff00;color:#08111d;font-weight:900}.spatial-actions small{display:block;max-width:650px;margin-top:14px;color:#8493a1;font-size:11px;line-height:1.65}.spatial-viewer{overflow:hidden;border:1px solid #33465b;border-radius:12px;background:#0d1c2b;box-shadow:0 34px 90px rgba(0,0,0,.45)}.viewer-toolbar{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #2a3d50;background:#101f2f}.viewer-toolbar strong{color:#b8ff00;font-size:12px}.viewer-toolbar span{color:#8391a0;font:700 9px 'JetBrains Mono',monospace}.viewer-canvas{position:relative;height:420px;overflow:hidden;background:radial-gradient(circle at 62% 34%,rgba(184,255,0,.13),transparent 25%),linear-gradient(150deg,#142a3b,#07111b 65%);perspective:800px}.viewer-canvas:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(184,255,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(184,255,0,.08) 1px,transparent 1px);background-size:34px 34px;transform:rotateX(64deg) scale(1.7);transform-origin:center 70%;opacity:.65}.model-ground{position:absolute;left:19%;right:15%;bottom:17%;height:38%;transform:rotateX(67deg) rotateZ(-24deg);background:linear-gradient(145deg,rgba(184,255,0,.16),rgba(40,86,102,.28));border:1px solid rgba(184,255,0,.48);box-shadow:0 0 35px rgba(184,255,0,.12)}.model-building{position:absolute;left:36%;top:25%;width:43%;height:42%;transform:skewY(-8deg) rotate(-4deg);background:linear-gradient(145deg,#477184,#173447);clip-path:polygon(8% 24%,55% 0,100% 22%,94% 86%,47% 100%,0 76%);filter:drop-shadow(0 28px 30px rgba(0,0,0,.55))}.model-building:before,.model-building:after,.model-building i{content:'';position:absolute;border:1px solid rgba(184,255,0,.36)}.model-building:before{inset:18% 13% 16% 12%}.model-building:after{left:47%;top:7%;bottom:8%}.model-building i:nth-child(1){left:10%;right:10%;top:42%}.model-building i:nth-child(2){left:8%;right:10%;top:65%}.model-building i:nth-child(3){top:10%;bottom:10%;left:26%}.model-pin{position:absolute;display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 50% 5px;transform:rotate(-45deg);background:#b8ff00;color:#08111d;font:900 10px 'JetBrains Mono',monospace;box-shadow:0 0 20px rgba(184,255,0,.48)}.model-pin::first-letter{transform:rotate(45deg)}.pin-a{left:38%;top:34%}.pin-b{left:67%;top:44%}.pin-c{left:55%;top:63%}.viewer-axis{position:absolute;right:18px;bottom:16px;color:#b8ff00;font:700 9px 'JetBrains Mono',monospace}.viewer-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #2a3d50}.viewer-meta span{padding:15px;border-right:1px solid #2a3d50;color:#aab6c1;font-size:11px;text-align:center}.viewer-meta span:last-child{border:0}.viewer-meta b{color:#b8ff00;margin-right:6px}.spatial-viewer>p{margin:0;padding:12px 18px;background:#0a1724;color:#70808e;font-size:10px;line-height:1.5}
.spatial-main-image{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#eef1ed}.spatial-proof-grid{width:min(1400px,calc(100% - 48px));margin:78px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.spatial-proof-grid article{overflow:hidden;border:1px solid #2a3e52;border-radius:10px;background:#0d1c2b;box-shadow:0 22px 55px rgba(0,0,0,.28)}.spatial-proof-grid img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.spatial-proof-grid article>div{padding:24px}.spatial-proof-grid span{color:#b8ff00;font:800 9px 'JetBrains Mono',monospace;letter-spacing:.11em}.spatial-proof-grid h3{margin:12px 0 10px;color:#f5f7f5;font-size:22px}.spatial-proof-grid p{margin:0;color:#95a4b0;font-size:13px;line-height:1.65}
.spatial-proof-heading{width:min(1400px,calc(100% - 48px));margin:88px auto 0}.spatial-proof-heading h2{margin:14px 0 10px;color:#f5f7f5;font-size:clamp(34px,4vw,56px)}.spatial-proof-heading p{max-width:690px;color:#95a4b0}.spatial-proof-heading+.spatial-proof-grid{margin-top:34px}.spatial-proof-disclaimer{width:min(1400px,calc(100% - 48px));margin:20px auto 0;color:#70808d;font-size:11px;line-height:1.6}
@media(max-width:900px){.spatial-showcase{padding:70px 0}.spatial-grid{grid-template-columns:1fr;gap:44px}.spatial-copy ul{grid-template-columns:1fr}.viewer-canvas{height:360px}.spatial-proof-grid{grid-template-columns:1fr;max-width:720px}}@media(max-width:520px){.spatial-grid{display:block}.spatial-viewer{margin-top:38px}.viewer-canvas{height:300px}.spatial-copy h2{font-size:38px}.spatial-proof-grid{width:min(100% - 28px,720px);margin-top:48px}}

/* v42 — rebalance the longer commercial headline. */
body.home-simplified .cinematic-stage h1.headline{
  width:min(92vw,900px);
  max-width:900px;
  font-size:clamp(40px,5.2vw,70px);
  line-height:1.08;
  letter-spacing:-.035em;
}
@media(max-width:700px){
  body.home-simplified .cinematic-stage h1.headline{
    width:min(94vw,520px);
    font-size:clamp(34px,9.5vw,48px);
    line-height:1.1;
  }
}

/* v48 - replace the generic report drawing with the correct service image. */
.service-report-preview{overflow:hidden;margin:0;padding:0;background:#fff;border:1px solid #d3ddd6;border-radius:10px;box-shadow:0 24px 60px rgba(10,30,20,.12);transform:none}
.service-report-preview .preview-top{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:3px solid #b8ff00}
.service-report-preview .preview-top span{max-width:65%;text-align:right}
.report-proof-image{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#102033}
.service-report-preview figcaption{padding:14px 20px;background:#fff;color:#728078;font-size:11px;line-height:1.55}
/* Honest team presentation: core operation plus clearly identified collaboration. */
.rdb-team{padding:88px 0;background:#eef2ef;color:#17231f;border-top:1px solid #d9e1dc}.rdb-team-head{display:grid;grid-template-columns:minmax(180px,.55fr) 1.45fr;gap:26px 56px;align-items:start}.rdb-team-head .mono{color:#587c17;font-weight:800;letter-spacing:.14em}.rdb-team-head h2{font-size:clamp(32px,4vw,58px);line-height:1.04;margin:0;max-width:900px}.rdb-team-head p{grid-column:2;color:#52615b;font-size:18px;max-width:790px;margin:0}.rdb-team-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}.rdb-team-card{display:grid;grid-template-columns:76px 1fr;gap:24px;padding:34px;background:#fff;border:1px solid #d5dfd9;border-radius:18px;box-shadow:0 18px 44px rgba(8,23,18,.06)}.rdb-team-card.rdb-team-primary{background:#0c1a28;color:#f5f7fa;border-color:#263b4e}.rdb-team-card .mono{font-size:11px;color:#6c8c2b;letter-spacing:.13em}.rdb-team-card h3{font-size:25px;margin:9px 0 12px}.rdb-team-card p{margin:0;color:#596861}.rdb-team-primary p{color:#aebac7}.rdb-team-mark,.rdb-team-symbol{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#b8ff00;color:#08111d;font-weight:900;font-size:20px}.rdb-team-symbol{background:#eaf1e9;color:#5f8417;font-size:36px}.rdb-team-values{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border:1px solid #d5dfd9;border-radius:12px;overflow:hidden;background:#fff}.rdb-team-values span{padding:16px 18px;text-align:center;font-size:13px;font-weight:800;border-right:1px solid #d5dfd9}.rdb-team-values span:last-child{border-right:0}@media(max-width:780px){.rdb-team{padding:62px 0}.rdb-team-head{grid-template-columns:1fr}.rdb-team-head p{grid-column:1}.rdb-team-grid{grid-template-columns:1fr}.rdb-team-card{grid-template-columns:56px 1fr;padding:24px;gap:17px}.rdb-team-mark,.rdb-team-symbol{width:52px;height:52px;font-size:16px}.rdb-team-symbol{font-size:28px}.rdb-team-values{grid-template-columns:1fr 1fr}.rdb-team-values span{border-bottom:1px solid #d5dfd9}.rdb-team-values span:nth-child(2){border-right:0}.rdb-team-values span:nth-last-child(-n+2){border-bottom:0}}
