@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink:#07111f; --navy:#0b1c33; --blue:#2367f2; --blue-2:#4b82f5; --cyan:#5dd9e7; --paper:#f6f8fb; --white:#fff; --muted:#5e6978; --line:#dfe5ec; --green:#22a96b; --radius:24px; --shadow:0 24px 70px rgba(6,21,42,.12); }
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { font-family:Manrope,Arial,sans-serif; color:var(--ink); background:var(--white); line-height:1.65; }
body.modal-open { overflow:hidden; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
button { cursor:pointer; }
.skip-link { position:fixed; top:-60px; left:16px; z-index:1000; padding:10px 16px; background:var(--white); border-radius:8px; }
.skip-link:focus { top:16px; }
.header { position:sticky; top:0; z-index:100; background:rgba(7,17,31,.92); border-bottom:1px solid rgba(255,255,255,.09); backdrop-filter:blur(16px); }
.navbar { width:min(1180px,calc(100% - 40px)); min-height:82px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.logo { display:flex; align-items:center; }
.logo img { width:auto; height:52px; object-fit:contain; }
.nav-links { display:flex; align-items:center; gap:28px; list-style:none; }
.nav-links a { color:#d8e1ed; font-size:14px; font-weight:600; transition:color .2s; }
.nav-links a:not(.btn-nav):hover { color:var(--white); }
.btn-nav,.btn-primary,.btn-secondary { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:48px; padding:12px 22px; border-radius:12px; font-weight:700; border:1px solid transparent; transition:transform .2s,background .2s,box-shadow .2s; }
.btn-nav,.btn-primary { color:var(--white)!important; background:var(--blue); box-shadow:0 10px 24px rgba(35,103,242,.25); }
.btn-nav:hover,.btn-primary:hover { background:#1758d7; transform:translateY(-2px); }
.btn-secondary { color:var(--ink); background:transparent; border-color:#bfc8d4; }
.btn-secondary:hover { border-color:var(--blue); color:var(--blue); }
.hero { position:relative; overflow:hidden; min-height:710px; padding:86px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1.08fr .92fr; gap:64px; align-items:center; color:var(--white); background:radial-gradient(circle at 18% 2%,rgba(35,103,242,.4),transparent 31%),linear-gradient(135deg,#050d18 0%,#0b1c33 66%,#12375e 100%); }
.hero::after { content:""; position:absolute; width:560px; height:560px; right:-260px; bottom:-300px; border:1px solid rgba(93,217,231,.22); border-radius:50%; box-shadow:0 0 0 70px rgba(93,217,231,.035),0 0 0 140px rgba(93,217,231,.025); }
.hero-content,.hero-visual { position:relative; z-index:1; }
.eyebrow { display:inline-block; color:var(--blue-2); text-transform:uppercase; letter-spacing:.18em; font-size:12px; font-weight:800; }
.hero .eyebrow,.process-section .eyebrow,.cta .eyebrow { color:#7fd8e4; }
.hero h1 { max-width:760px; margin:18px 0 24px; font-size:clamp(44px,5.25vw,72px); line-height:1.03; letter-spacing:-.047em; text-wrap:balance; }
.hero-lead { max-width:660px; color:#b9c7d8; font-size:18px; }
.hero-buttons { margin:34px 0; display:flex; gap:14px; flex-wrap:wrap; }
.hero .btn-secondary { color:var(--white); border-color:rgba(255,255,255,.28); }
.trust-list { display:flex; flex-wrap:wrap; gap:12px 24px; color:#c7d2df; list-style:none; font-size:13px; }
.trust-list li::before { content:"✓"; margin-right:8px; color:var(--cyan); font-weight:800; }
.hero-visual { height:480px; border:1px solid rgba(255,255,255,.13); border-radius:30px; background:linear-gradient(180deg,rgba(8,21,38,.02),rgba(8,21,38,.68)),url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1200&q=85") center/cover; box-shadow:0 32px 90px rgba(0,0,0,.38); }
.machine-card { position:absolute; left:24px; right:24px; bottom:24px; display:flex; align-items:center; gap:14px; padding:20px; background:rgba(7,17,31,.78); border:1px solid rgba(255,255,255,.15); border-radius:16px; backdrop-filter:blur(12px); }
.machine-card div { display:grid; }
.machine-card span:last-child { color:#aebdd0; font-size:13px; }
.status-dot { width:11px; height:11px; border-radius:50%; background:#35db8d; box-shadow:0 0 0 6px rgba(53,219,141,.13); }
.metrics { width:min(1100px,calc(100% - 40px)); margin:-36px auto 0; position:relative; z-index:3; display:grid; grid-template-columns:repeat(4,1fr); background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); }
.metrics p { display:grid; gap:3px; padding:23px 25px; border-right:1px solid var(--line); }
.metrics p:last-child { border:0; }
.metrics small { color:var(--blue); text-transform:uppercase; letter-spacing:.14em; font-size:9px; font-weight:800; }
.metrics strong { font-size:15px; line-height:1.35; }
.metrics span { color:var(--muted); font-size:12px; }
.section { width:min(1180px,calc(100% - 40px)); margin:auto; padding:110px 0; }
.section-heading { margin-bottom:46px; display:grid; grid-template-columns:1.1fr .7fr; gap:80px; align-items:end; }
.section-heading h2,.about h2,.cta h2 { margin-top:12px; font-size:clamp(34px,4vw,52px); line-height:1.12; letter-spacing:-.035em; }
.section-heading p { color:var(--muted); }
.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.card { position:relative; overflow:hidden; min-height:340px; padding:30px 26px; display:flex; flex-direction:column; background:linear-gradient(165deg,var(--white),var(--paper)); border:1px solid var(--line); border-radius:var(--radius); transition:transform .25s,border .25s,box-shadow .25s; }
.card::after { content:""; position:absolute; width:130px; height:130px; top:-85px; right:-65px; border-radius:50%; background:rgba(35,103,242,.07); transition:transform .3s; }
.card:hover::after { transform:scale(1.35); }
.card:hover { transform:translateY(-7px); border-color:#b7c8e8; box-shadow:var(--shadow); }
.card-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.card-number { color:var(--blue); font-weight:800; font-size:13px; }
.service-chip { padding:6px 9px; color:#36506d; background:#eaf0fb; border-radius:999px; font-size:9px; font-weight:800; letter-spacing:.04em; }
.card h3 { margin:42px 0 14px; font-size:22px; line-height:1.25; }
.card p { color:var(--muted); font-size:14px; }
.card-link { margin-top:auto; padding-top:28px; color:var(--blue); font-size:12px; font-weight:800; }
.case-study { display:grid; grid-template-columns:1.02fr .98fr; gap:76px; align-items:center; padding-top:36px; }
.case-visual { position:relative; overflow:hidden; min-height:540px; display:flex; flex-direction:column; justify-content:space-between; padding:30px; color:var(--white); border-radius:30px; background:linear-gradient(160deg,rgba(7,17,31,.1),rgba(7,17,31,.94)),radial-gradient(circle at 72% 22%,rgba(93,217,231,.45),transparent 24%),linear-gradient(135deg,#183e70,#07111f); box-shadow:0 34px 90px rgba(6,21,42,.2); }
.case-visual::before { content:""; position:absolute; inset:0; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size:38px 38px; mask-image:linear-gradient(to bottom,black,transparent 78%); }
.case-visual-label,.case-visual-caption { position:relative; z-index:1; }
.case-visual-label { align-self:flex-start; padding:8px 12px; background:rgba(7,17,31,.6); border:1px solid rgba(255,255,255,.18); border-radius:999px; text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:800; backdrop-filter:blur(10px); }
.case-visual-caption { display:grid; gap:5px; padding:22px; background:rgba(7,17,31,.72); border:1px solid rgba(255,255,255,.16); border-radius:16px; backdrop-filter:blur(12px); }
.case-visual-caption strong { font-size:20px; }
.case-visual-caption span { color:#b9c9dc; font-size:12px; }
.case-copy h2 { margin:14px 0 22px; font-size:clamp(36px,4vw,54px); line-height:1.08; letter-spacing:-.04em; text-wrap:balance; }
.case-copy>p { color:var(--muted); font-size:16px; }
.outcome-list { margin:30px 0; display:grid; border-top:1px solid var(--line); }
.outcome-list div { display:grid; grid-template-columns:38px 1fr; gap:16px; padding:15px 0; border-bottom:1px solid var(--line); }
.outcome-list strong { color:var(--blue); font-size:11px; }
.outcome-list span { font-weight:700; }
.text-link { display:inline-flex; align-items:center; gap:10px; color:var(--blue); font-weight:800; }
.text-link:hover { gap:15px; }
.process-section { padding:110px max(24px,calc((100% - 1180px)/2)); color:var(--white); background:var(--navy); }
.section-heading.light p { color:#b4c2d2; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); list-style:none; border-top:1px solid rgba(255,255,255,.18); }
.process-grid li { padding:34px 28px 10px 0; }
.process-grid li>span { color:var(--cyan); font-size:12px; font-weight:800; }
.process-grid h3 { margin:18px 0 10px; font-size:21px; }
.process-grid p { color:#acbbcc; font-size:14px; }
.industry-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.industry-grid span { padding:25px; border:1px solid var(--line); border-radius:14px; background:var(--paper); font-weight:700; }
.industry-grid span::before { content:""; display:inline-block; width:8px; height:8px; margin-right:12px; border-radius:2px; background:var(--blue); }
.about { display:grid; grid-template-columns:1fr .85fr; gap:80px; align-items:center; }
.about-copy>p { max-width:620px; margin-top:22px; color:var(--muted); }
.contact-card { padding:44px; color:var(--white); background:linear-gradient(145deg,#102742,#07111f); border-radius:var(--radius); box-shadow:var(--shadow); }
.contact-label { color:var(--cyan); text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:800; }
.contact-card h3 { margin:25px 0 10px; font-size:27px; line-height:1.25; }
.contact-card p { color:#b7c5d6; }
.whatsapp-btn { display:inline-flex; margin-top:28px; padding:13px 20px; color:var(--white); background:var(--green); border-radius:11px; font-weight:800; }
.cta { width:min(1100px,calc(100% - 40px)); margin:20px auto 100px; padding:76px 32px; text-align:center; color:var(--white); background:linear-gradient(135deg,#194fb5,#0b1c33 74%); border-radius:32px; }
.cta h2 { max-width:760px; margin:14px auto; }
.cta p { max-width:650px; margin:0 auto 30px; color:#c4d1e1; }
.footer { padding:44px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:46px; color:#96a5b7; background:var(--ink); font-size:12px; }
.footer-logo img { height:42px; }
.footer-contact { display:grid; gap:4px; }
.footer-contact a:hover { color:var(--white); }
.quote-modal { position:fixed; inset:0; z-index:300; display:none; place-items:center; padding:20px; }
.quote-modal.active { display:grid; }
.quote-modal__backdrop { position:absolute; inset:0; background:rgba(3,9,18,.8); backdrop-filter:blur(7px); }
.quote-modal__panel { position:relative; width:min(730px,100%); max-height:calc(100vh - 40px); overflow:auto; padding:38px; background:var(--white); border-radius:24px; box-shadow:0 30px 100px rgba(0,0,0,.35); }
.quote-modal__close { position:absolute; top:16px; right:16px; width:42px; height:42px; color:var(--ink); background:var(--paper); border:1px solid var(--line); border-radius:50%; font-size:26px; }
.quote-modal__header { padding-right:42px; margin-bottom:26px; }
.quote-modal__header h2 { margin:8px 0; font-size:34px; line-height:1.15; }
.quote-modal__header p { color:var(--muted); }
.quote-form { display:grid; gap:18px; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.quote-form label { display:grid; gap:7px; font-size:13px; font-weight:700; }
.quote-form input,.quote-form textarea { width:100%; padding:13px 14px; color:var(--ink); background:#fbfcfe; border:1px solid #cbd3de; border-radius:10px; outline:none; }
.quote-form input:focus,.quote-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(35,103,242,.12); }
.quote-form textarea { min-height:130px; resize:vertical; }
.consent { grid-template-columns:auto 1fr!important; align-items:start; color:var(--muted); font-weight:500!important; }
.consent input { width:18px; margin-top:2px; }
.honeypot { position:absolute; left:-9999px; }
.form-status { min-height:22px; font-size:13px; color:var(--muted); }
.form-status.success { color:#138653; }
.form-status.error { color:#c53636; }
.form-actions { display:flex; justify-content:flex-end; gap:12px; }
.quote-form button:disabled { opacity:.6; cursor:not-allowed; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:90; width:58px; height:58px; display:grid; place-items:center; color:var(--white); background:var(--green); border:4px solid var(--white); border-radius:50%; box-shadow:0 12px 35px rgba(8,48,32,.3); transition:transform .2s ease,box-shadow .2s ease; }
.floating-whatsapp::before { content:""; position:absolute; inset:-7px; z-index:-1; border:3px solid rgba(37,211,102,.65); border-radius:50%; animation:whatsapp-pulse 2s ease-out infinite; }
.floating-whatsapp svg { width:31px; height:31px; display:block; }
.whatsapp-prompt { position:absolute; right:68px; width:max-content; padding:9px 13px; color:var(--ink); background:var(--white); border:1px solid var(--line); border-radius:10px; box-shadow:0 12px 35px rgba(8,48,32,.2); font-size:12px; font-weight:800; opacity:0; transform:translateX(8px); pointer-events:none; transition:opacity .2s,transform .2s; }
.floating-whatsapp:hover .whatsapp-prompt,.floating-whatsapp:focus-visible .whatsapp-prompt { opacity:1; transform:translateX(0); }
.floating-whatsapp:hover { transform:scale(1.08); box-shadow:0 16px 40px rgba(8,48,32,.4); }
@keyframes whatsapp-pulse { 0%{transform:scale(.82);opacity:.9} 70%,100%{transform:scale(1.35);opacity:0} }
.reveal-ready [data-reveal] { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal-ready [data-reveal].is-visible { opacity:1; transform:none; }
.menu-toggle { display:none; width:44px; height:44px; padding:9px; background:transparent; border:0; }
.menu-toggle span { display:block; height:2px; margin:6px 0; background:var(--white); transition:.2s; }
.menu-toggle.active span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity:0; }
.menu-toggle.active span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
@media(max-width:960px){.menu-toggle{display:block}.nav-links{position:fixed;top:82px;right:-100%;width:min(380px,88%);height:calc(100vh - 82px);padding:36px;flex-direction:column;align-items:stretch;background:var(--ink);transition:right .25s}.nav-links.active{right:0}.nav-links a{font-size:17px}.hero{grid-template-columns:1fr;gap:45px;padding-top:70px}.hero-visual{height:390px}.metrics{grid-template-columns:repeat(2,1fr)}.metrics p:nth-child(2){border-right:0}.metrics p:nth-child(-n+2){border-bottom:1px solid var(--line)}.cards,.process-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr;gap:20px}.case-study{grid-template-columns:1fr;gap:45px}.case-visual{min-height:440px}.about{grid-template-columns:1fr;gap:45px}.footer{grid-template-columns:1fr;text-align:center;justify-items:center}}
@media(max-width:620px){.navbar{width:calc(100% - 28px)}.logo img{height:44px}.hero{min-height:auto;padding:64px 20px 82px}.hero h1{font-size:42px}.hero-visual{height:300px}.machine-card{left:14px;right:14px;bottom:14px;padding:15px}.metrics{margin-top:-28px}.metrics p{padding:18px}.section,.process-section{padding-top:80px;padding-bottom:80px}.cards,.process-grid,.industry-grid{grid-template-columns:1fr}.card{min-height:285px}.case-study{padding-top:30px}.case-visual{min-height:350px;padding:20px}.case-copy h2{font-size:36px}.process-grid li{border-bottom:1px solid rgba(255,255,255,.12)}.cta{padding:58px 22px}.form-grid{grid-template-columns:1fr}.quote-modal{padding:10px}.quote-modal__panel{padding:30px 20px}.quote-modal__header h2{font-size:28px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.whatsapp-prompt{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.reveal-ready [data-reveal]{opacity:1;transform:none}}
