:root {
  --ink: #050d20;
  --navy: #07142c;
  --navy-2: #0a1c3b;
  --blue: #176bff;
  --cyan: #18dfd0;
  --orange: #ff7a2f;
  --white: #f7fbff;
  --muted: #9db0cb;
  --line: rgba(133, 174, 224, .18);
  --paper: #f3f7fb;
  --paper-ink: #0a1730;
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-shell { overflow: hidden; }

.nav-wrap {
  position: absolute; z-index: 20; left: 50%; top: 0; transform: translateX(-50%);
  width: min(1180px, calc(100% - 40px)); height: 92px; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.13rem; font-weight: 750; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; object-fit: cover; }
.brand > span > span { color: var(--blue); }
nav { display: flex; gap: 34px; color: #b7c6db; font-size: .9rem; }
nav a, footer a { transition: color .2s ease; }
nav a:hover, footer a:hover { color: var(--cyan); }
.nav-cta { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 11px 18px; font-size: .86rem; font-weight: 700; }
.nav-cta:hover { border-color: var(--cyan); color: var(--cyan); }

.hero {
  min-height: 760px; padding: 165px max(24px, calc((100vw - 1180px)/2)) 100px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px;
  position: relative; background:
    radial-gradient(circle at 76% 43%, rgba(23,107,255,.17), transparent 30%),
    radial-gradient(circle at 64% 72%, rgba(24,223,208,.08), transparent 25%),
    linear-gradient(135deg, #040b1b 0%, #07152d 58%, #061127 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none;
  background-image: linear-gradient(rgba(110,160,222,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(110,160,222,.12) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent 4%, black 40%, transparent 100%);
}
.hero::after { content:""; position:absolute; left:0; bottom:0; height:4px; width:43%; background:linear-gradient(90deg,var(--blue),var(--cyan)); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1 { margin: 0; max-width: 680px; font-size: clamp(3.35rem, 6vw, 6.25rem); line-height: .94; letter-spacing: -.065em; font-weight: 780; }
h1 em { display: block; font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: #b5c4d9; font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #111; box-shadow: 0 13px 34px rgba(255,122,47,.18); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(255,122,47,.28); }
.button-ghost { border: 1px solid rgba(255,255,255,.17); color: var(--white); background: rgba(255,255,255,.04); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 42px; color: #7f94b1; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); }

.hero-visual { width: min(500px, 100%); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; }
.hero-visual::before { content:""; position:absolute; inset:12%; background:radial-gradient(circle,rgba(23,107,255,.17),transparent 67%); filter:blur(10px); }
.orbit { position: absolute; inset: 13%; border: 1px solid rgba(82,155,255,.28); border-radius: 50%; }
.orbit-one::after, .orbit-two::after { content:""; position:absolute; width:9px; height:9px; border-radius:50%; background:var(--cyan); box-shadow:0 0 22px var(--cyan); }
.orbit-one::after { left: 10%; top: 18%; }
.orbit-two { inset: 28%; border-style: dashed; animation: spin 22s linear infinite; }
.orbit-two::after { right:-5px; top:45%; background:var(--blue); box-shadow:0 0 22px var(--blue); }
.core { z-index:2; width:42%; aspect-ratio:1; display:flex; flex-direction:column; justify-content:center; align-items:center; border-radius:30px; background:linear-gradient(145deg,rgba(14,36,75,.96),rgba(5,17,40,.94)); border:1px solid rgba(84,148,232,.36); box-shadow:0 30px 70px rgba(0,0,0,.42), inset 0 0 30px rgba(23,107,255,.08); }
.core img { width: 82px; height: 82px; object-fit: cover; border-radius: 20px; }
.core span { font-size:.73rem; font-weight:900; letter-spacing:.15em; margin-top:13px; }
.core small { color:#607696; font-size:.52rem; letter-spacing:.18em; margin-top:5px; }
.signal { position:absolute; min-width:108px; padding:12px 14px; border:1px solid rgba(126,175,237,.25); border-radius:13px; background:rgba(7,20,44,.78); box-shadow:0 14px 30px rgba(0,0,0,.18); backdrop-filter:blur(12px); }
.signal b { display:block; font-size:.7rem; color:var(--cyan); letter-spacing:.13em; }
.signal span { color:#8196b4; font-size:.7rem; }
.signal-one { top:10%; left:3%; }.signal-two{top:17%;right:0}.signal-three{bottom:14%;left:0}.signal-four{bottom:6%;right:8%}
.status-pill { position:absolute; z-index:3; left:50%; bottom:24%; transform:translateX(-50%); display:flex; align-items:center; gap:8px; white-space:nowrap; padding:8px 13px; border-radius:999px; background:#0b2042; border:1px solid rgba(255,255,255,.11); color:#a8b9d0; font-size:.67rem; }
.status-pill span { width:7px; height:7px; border-radius:50%; background:var(--cyan); box-shadow:0 0 10px var(--cyan); }
@keyframes spin { to { transform:rotate(360deg); } }

.section { padding: 110px max(24px, calc((100vw - 1180px)/2)); }
.service-section { background: var(--paper); color: var(--paper-ink); }
.section-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:52px; }
.section-heading .eyebrow { color:#176bdf; }
.section-heading h2, .solutions h2, .contact h2 { margin:0; font-size:clamp(2.5rem,4.5vw,4.3rem); line-height:1.02; letter-spacing:-.05em; }
.section-heading > p { margin:0 0 5px; color:#5d6d82; font-size:1rem; line-height:1.7; }
.service-filter { display:none; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.service-card { min-height:270px; display:flex; flex-direction:column; position:relative; padding:26px; border:1px solid #d9e3ef; border-radius:var(--radius); background:#fff; transition:transform .25s ease, box-shadow .25s ease; overflow:hidden; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 20px 50px rgba(16,51,95,.11); }
.service-card.featured { background:var(--blue); color:#fff; border-color:var(--blue); }
.service-card.featured::after { content:""; position:absolute; width:180px; height:180px; right:-75px; top:-70px; border-radius:50%; border:34px solid rgba(255,255,255,.08); }
.service-card.support-card { background:var(--navy); color:#fff; border-color:var(--navy); }
.service-index { position:absolute; right:25px; top:24px; color:#8a9bb0; font-size:.7rem; font-weight:800; letter-spacing:.13em; }
.featured .service-index, .support-card .service-index { color:rgba(255,255,255,.5); }
.service-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:#eaf2ff; color:var(--blue); font-size:1.45rem; font-weight:400; }
.featured .service-icon { color:#fff; background:rgba(255,255,255,.15); }
.support-card .service-icon { color:var(--cyan); background:rgba(24,223,208,.1); }
.service-card h3 { margin:30px 0 16px; font-size:1.25rem; letter-spacing:-.025em; }
.service-card ul { margin:auto 0 0; padding:16px 0 0; border-top:1px solid #e1e8f1; list-style:none; }
.featured ul, .support-card ul { border-color:rgba(255,255,255,.13); }
.service-card li { position:relative; padding:5px 0 5px 17px; font-size:.78rem; color:#45566d; }
.service-card li::before { content:""; position:absolute; left:0; top:11px; width:6px; height:6px; border-radius:50%; background:var(--cyan); }
.featured li, .support-card li { color:rgba(255,255,255,.83); }

.solutions { display:grid; grid-template-columns:.92fr 1.08fr; gap:90px; align-items:center; background:#07142c; position:relative; }
.solutions::before { content:""; position:absolute; inset:0; opacity:.16; background:radial-gradient(circle at 15% 55%,rgba(24,223,208,.28),transparent 27%); }
.solution-copy, .app-demo { position:relative; z-index:1; }
.solution-copy > p:not(.eyebrow) { max-width:560px; color:#98aac3; line-height:1.75; margin:25px 0; }
.use-cases { display:flex; flex-wrap:wrap; gap:8px; margin:28px 0 32px; }
.use-cases span { padding:9px 12px; border:1px solid rgba(255,255,255,.12); border-radius:999px; color:#b9c8da; font-size:.72rem; }
.text-link { display:inline-flex; gap:12px; color:var(--cyan); font-weight:800; border-bottom:1px solid rgba(24,223,208,.35); padding-bottom:5px; }
.app-demo { max-width:540px; width:100%; justify-self:end; padding:28px; border:1px solid rgba(125,172,230,.26); border-radius:26px; background:linear-gradient(155deg,rgba(17,42,83,.94),rgba(6,19,43,.98)); box-shadow:0 35px 80px rgba(0,0,0,.38); transform:rotate(1.5deg); }
.app-topbar { display:flex; justify-content:space-between; align-items:center; padding-bottom:22px; border-bottom:1px solid rgba(255,255,255,.1); }
.app-topbar small, .app-metrics small { display:block; color:#7186a4; font-size:.58rem; font-weight:800; letter-spacing:.15em; }
.app-topbar strong { display:block; margin-top:5px; font-size:1.3rem; }
.avatar { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--cyan)); color:#041024; font-size:.7rem; font-weight:900; }
.app-metrics { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:18px 0; }
.app-metrics > div { position:relative; padding:17px; border-radius:15px; background:rgba(255,255,255,.05); }
.app-metrics b { display:inline-block; margin-top:8px; font-size:2rem; }
.app-metrics span { margin-left:8px; color:#768ba8; font-size:.65rem; }.app-metrics .up{color:var(--cyan)}
.schedule { display:grid; grid-template-columns:48px 1fr; gap:10px 12px; align-items:stretch; }
.time { color:#657b99; font-size:.65rem; padding-top:13px; }
.appointment { padding:12px 14px; border-radius:12px; border:1px dashed rgba(255,255,255,.15); }
.appointment.active { border:0; border-left:3px solid var(--blue); background:rgba(23,107,255,.16); }
.appointment.cyan { border:0; border-left:3px solid var(--cyan); background:rgba(24,223,208,.1); }
.appointment b { display:block; font-size:.76rem; }.appointment span { color:#758ba9; font-size:.63rem; }

.process { color:var(--paper-ink); background:#fff; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:#dae4ef; border:1px solid #dae4ef; border-radius:var(--radius); overflow:hidden; }
.steps article { min-height:270px; padding:30px; background:#fff; }
.steps b { color:var(--blue); font-size:.7rem; letter-spacing:.15em; }
.steps h3 { margin:88px 0 10px; font-size:1.15rem; }
.steps p { margin:0; color:#69798e; font-size:.82rem; line-height:1.6; }

.project { display:grid; grid-template-columns:.92fr 1.08fr; gap:88px; align-items:center; position:relative; background:linear-gradient(135deg,#040b1b 0%,#07152d 65%,#061127 100%); }
.project::before { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 24% 50%,rgba(255,174,29,.09),transparent 30%),radial-gradient(circle at 78% 45%,rgba(23,107,255,.13),transparent 34%); }
.project-logo, .project-copy { min-width:0; position:relative; z-index:1; }
.project-logo { min-height:430px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:30px; background:rgba(255,255,255,.035); overflow:hidden; }
.project-logo::after { content:""; position:absolute; width:72%; aspect-ratio:1; border:1px solid rgba(255,190,43,.16); border-radius:50%; box-shadow:0 0 70px rgba(255,174,29,.08); }
.project-logo img { display:block; position:relative; z-index:1; width:min(88%,560px); max-width:100%; height:auto; object-fit:contain; filter:drop-shadow(0 24px 35px rgba(0,0,0,.42)); }
.project-copy h2 { margin:0; font-size:clamp(2.5rem,4.5vw,4.3rem); line-height:1.02; letter-spacing:-.05em; }
.project-copy > p:not(.eyebrow) { max-width:600px; margin:22px 0 0; color:#9eafc7; line-height:1.72; }
.project-features { display:flex; flex-wrap:wrap; gap:8px; margin:30px 0 34px; }
.project-features span { padding:9px 12px; border:1px solid rgba(255,255,255,.12); border-radius:999px; color:#c2cede; font-size:.75rem; }
.project-actions { display:flex; flex-wrap:wrap; align-items:center; gap:22px; }

.contact { display:block; background:linear-gradient(115deg,#0755de 0%,#176bff 56%,#117dd5 100%); position:relative; }
.contact::after { content:""; position:absolute; width:380px; height:380px; left:-120px; bottom:-220px; border:55px solid rgba(255,255,255,.08); border-radius:50%; }
.contact-copy, .quote-form { position:relative; z-index:1; }
.contact-copy { max-width:650px; margin:0 auto; text-align:center; }
.contact-copy .eyebrow { justify-content:center; }
.eyebrow.light { color:#b4fff7; }
.contact-copy > p:not(.eyebrow) { color:rgba(255,255,255,.74); line-height:1.7; max-width:560px; }
.contact-details { display:flex; flex-wrap:wrap; justify-content:center; gap:28px 42px; margin-top:28px; }
.contact-detail { display:block; }
.contact-detail small { display:block; color:rgba(255,255,255,.55); font-size:.62rem; letter-spacing:.14em; }
.contact-detail strong { display:block; margin-top:7px; font-size:1rem; letter-spacing:.06em; }
a.contact-detail:hover strong { color:#b4fff7; }
.whatsapp-card { max-width:520px; margin:26px auto 0; padding:22px; text-align:left; border:1px solid rgba(255,255,255,.17); border-radius:18px; background:rgba(5,22,54,.34); backdrop-filter:blur(10px); }
.whatsapp-card-top { display:flex; align-items:center; gap:14px; }
.whatsapp-icon { width:44px; height:44px; display:grid; place-items:center; flex:0 0 auto; border-radius:14px; background:#20c66b; color:#052a17; font-size:.72rem; font-weight:900; letter-spacing:.04em; }
.whatsapp-icon svg { width:25px; height:25px; }
.whatsapp-card small, .form-heading small { display:block; color:rgba(255,255,255,.6); font-size:.72rem; font-weight:800; letter-spacing:.12em; }
.whatsapp-card h3, .form-heading h3 { margin:5px 0 0; font-size:1.22rem; letter-spacing:-.02em; }
.whatsapp-card > p { margin:17px 0 18px; color:rgba(255,255,255,.7); font-size:.9rem; line-height:1.55; }
.whatsapp-button { width:100%; min-height:48px; background:#20c66b; color:#052a17; font-size:.78rem; }
.whatsapp-button:hover { background:#27d975; box-shadow:0 14px 30px rgba(5,42,23,.2); }
.message-link { display:inline-flex; align-items:center; gap:10px; margin-top:20px; padding-bottom:4px; color:#fff; font-size:.88rem; font-weight:800; border-bottom:1px solid rgba(255,255,255,.5); }
.instagram-detail { display:flex; align-items:center; gap:10px; text-align:left; }
.instagram-icon { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; color:#fff; background:linear-gradient(135deg,#833ab4,#fd1d1d 55%,#fcb045); box-shadow:0 8px 18px rgba(79,15,91,.2); }
.instagram-icon svg { width:20px; height:20px; }
.quote-form { padding:30px; border-radius:24px; background:#fff; color:var(--paper-ink); box-shadow:0 30px 70px rgba(2,20,61,.25); }
.form-heading { margin-bottom:24px; padding-bottom:19px; border-bottom:1px solid #e1e8f1; }
.form-heading small { color:#718198; }
.form-heading h3 { font-size:1.55rem; }
.quote-form label { display:block; margin-bottom:16px; color:#3b4d64; font-size:.875rem; font-weight:800; }
.quote-form input, .quote-form select, .quote-form textarea { width:100%; margin-top:7px; padding:13px 14px; color:#102039; background:#f2f6fa; border:1px solid #dce5ef; border-radius:10px; outline:none; resize:vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(23,107,255,.1); }
.quote-form .button { width:100%; }
.quote-form .button:disabled { cursor:not-allowed; opacity:.62; transform:none; box-shadow:none; }
.contact-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-requirement { margin:-7px 0 17px; color:#718198; font-size:.78rem; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.turnstile-wrap { min-height:65px; margin:2px 0 15px; overflow:hidden; }
.form-note { min-height:18px; margin:10px 0 0; color:#087c73; text-align:center; font-size:.72rem; }
.form-note.error { color:#b42318; }

footer { max-width:1180px; margin:auto; min-height:130px; display:flex; align-items:center; justify-content:space-between; gap:25px; color:#7387a4; font-size:.76rem; }
.footer-brand { color:#fff; }.footer-brand img{width:32px;height:32px;border-radius:9px}
.footer-links { display:flex; align-items:center; gap:22px; }
.floating-whatsapp { position:fixed; z-index:50; right:22px; bottom:22px; display:inline-flex; align-items:center; gap:10px; min-height:50px; padding:0 18px 0 9px; border-radius:999px; background:#20c66b; color:#052a17; box-shadow:0 15px 38px rgba(0,0,0,.3); font-size:.86rem; font-weight:900; transition:transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform:translateY(-3px); box-shadow:0 18px 42px rgba(0,0,0,.38); }
.floating-whatsapp span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.34); font-size:.68rem; letter-spacing:.04em; }
.floating-whatsapp svg { width:22px; height:22px; }

.contact-page { min-height:100vh; background:radial-gradient(circle at 18% 20%,rgba(23,107,255,.2),transparent 30%),linear-gradient(135deg,#040b1b,#07152d 68%,#061127); }
.contact-page-shell { width:min(1120px,calc(100% - 40px)); margin:0 auto; padding-bottom:70px; }
.contact-page-header { min-height:92px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-bottom:1px solid rgba(255,255,255,.1); }
.back-link { color:#b7c6db; font-size:.86rem; font-weight:700; }
.back-link:hover { color:var(--cyan); }
.contact-page-layout { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:80px; padding:70px 0 20px; }
.contact-page-intro h1 { max-width:520px; font-size:clamp(3rem,5vw,5.2rem); }
.contact-page-intro > p:not(.eyebrow) { max-width:480px; margin:24px 0; color:#aebed3; font-size:1rem; line-height:1.7; }
.contact-page-whatsapp { display:inline-flex; align-items:center; gap:10px; color:#45dc83; font-weight:800; }
.contact-page-whatsapp svg { width:22px; height:22px; }
.contact-page .quote-form { width:100%; max-width:590px; justify-self:end; }
.form-heading h2 { margin:5px 0 0; font-size:1.55rem; letter-spacing:-.02em; }

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

@media (max-width: 960px) {
  nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:145px; }
  .hero-copy { text-align:center; }.hero-copy .eyebrow,.hero-actions,.hero-proof{justify-content:center}.hero-lead{margin-left:auto;margin-right:auto}
  .hero-visual { justify-self:center; max-width:460px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .solutions { grid-template-columns:1fr; }.app-demo{justify-self:start;max-width:620px}
  .steps { grid-template-columns:repeat(2,1fr); }
  .project { grid-template-columns:1fr; gap:50px; }
  .project-logo { min-height:380px; }
  .contact { grid-template-columns:1fr; }
  .contact-page-layout { grid-template-columns:1fr; gap:40px; }
  .contact-page .quote-form { justify-self:start; }
  footer { padding:25px; }
}

@media (max-width: 620px) {
  .nav-wrap { width:calc(100% - 32px); height:76px; }
  .brand { font-size:1rem; }.brand img{width:34px;height:34px}.nav-cta{padding:9px 13px;font-size:.75rem}
  .hero { min-height:auto; padding:112px 20px 52px; display:block; }
  h1 { font-size:clamp(2.7rem,13vw,3.65rem); line-height:.98; }
  .hero-lead { margin-top:23px; font-size:.96rem; line-height:1.6; }
  .hero-actions { flex-direction:column; }.hero-actions .button{width:100%}
  .hero-proof, .hero-visual { display:none; }
  .section { padding:58px 18px; }
  .eyebrow { justify-content:center; margin-bottom:14px; }
  .section-heading { grid-template-columns:1fr; gap:13px; margin-bottom:24px; text-align:center; }
  .section-heading h2, .solutions h2, .contact h2, .project-copy h2 { font-size:2.18rem; line-height:1.05; }
  .section-heading > p { max-width:34rem; margin:0 auto; line-height:1.55; }
  .service-filter { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:0 0 18px; padding:5px; border-radius:14px; background:#e4ebf3; }
  .service-filter button { min-height:42px; padding:8px 7px; border:0; border-radius:10px; background:transparent; color:#53647a; font-size:.72rem; font-weight:850; cursor:pointer; }
  .service-filter button.active { color:#fff; background:var(--blue); box-shadow:0 8px 18px rgba(23,107,255,.2); }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:0; padding:18px 20px; text-align:left; }
  .service-card h3 { margin:9px 42px 14px 58px; min-height:44px; display:flex; align-items:center; font-size:1.08rem; }
  .service-card ul { margin:0; padding-top:11px; text-align:left; }
  .service-card li { padding-top:3px; padding-bottom:3px; }
  .service-icon { position:absolute; left:20px; top:18px; margin:0; }
  .solutions { gap:0; text-align:center; }
  .solution-copy > p:not(.eyebrow) { margin:18px auto; line-height:1.6; }
  .use-cases { flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto; margin:22px -18px 25px; padding:0 18px 8px; scrollbar-width:none; }
  .use-cases::-webkit-scrollbar, .project-features::-webkit-scrollbar { display:none; }
  .use-cases span, .project-features span { flex:0 0 auto; }
  .app-demo { display:none; }
  .steps { grid-template-columns:repeat(2,1fr); }
  .steps article { min-height:0; padding:20px 16px; text-align:center; }
  .steps h3 { margin:18px 0 8px; font-size:1rem; }
  .steps p { line-height:1.45; }
  .project { width:100%; min-width:0; gap:28px; overflow:hidden; text-align:center; }
  .project-logo { width:100%; min-width:0; min-height:205px; padding:12px; border-radius:22px; }
  .project-logo img { width:min(78%,300px); max-width:100%; }
  .project-copy { width:100%; max-width:100%; min-width:0; }
  .project-copy h2, .project-copy > p:not(.eyebrow) { max-width:100%; overflow-wrap:anywhere; }
  .project-copy > p:not(.eyebrow) { margin:16px auto 0; line-height:1.58; }
  .project-features { width:100%; max-width:100%; flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto; margin:22px 0 24px; padding:0 0 8px; scrollbar-width:none; }
  .project-actions { display:grid; width:100%; gap:12px; }
  .project-actions .button, .project-actions .text-link { width:100%; justify-content:center; }
  .contact { padding-top:50px; padding-bottom:50px; text-align:center; }
  .contact-copy > p:not(.eyebrow) { margin:16px auto 0; line-height:1.55; }
  .whatsapp-card { margin:18px auto 0; text-align:left; }
  .contact-details { justify-content:center; gap:20px 30px; margin-top:24px; }
  .quote-form { padding:22px; }
  .quote-form, .quote-form label { text-align:left; }
  .contact-fields { grid-template-columns:1fr; gap:0; }
  .floating-whatsapp { right:14px; bottom:14px; width:52px; min-height:52px; padding:0; justify-content:center; font-size:0; }
  .floating-whatsapp span { width:38px; height:38px; font-size:.7rem; }
  footer { min-height:0; flex-direction:column; text-align:center; padding:30px 20px; }
  .footer-links { flex-direction:column; gap:12px; }
  .contact-page-shell { width:min(100% - 28px,590px); padding-bottom:40px; }
  .contact-page-header { min-height:78px; }
  .contact-page-header .brand { font-size:1rem; }
  .contact-page-header .brand img { width:34px; height:34px; }
  .back-link { font-size:.74rem; }
  .contact-page-layout { display:block; padding:38px 0 0; }
  .contact-page-intro { text-align:center; }
  .contact-page-intro .eyebrow { justify-content:center; }
  .contact-page-intro h1 { font-size:2.55rem; line-height:1; }
  .contact-page-intro > p:not(.eyebrow) { margin:18px auto; line-height:1.55; }
  .contact-page-whatsapp { margin-bottom:28px; }
}

@media (max-width: 399px) {
  .turnstile-wrap { display:flex; justify-content:center; min-height:140px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .orbit-two { animation:none; }
  .reveal { opacity:1; transform:none; transition:none; }
}
