:root {
  --bg: #030711;
  --bg-2: #07101e;
  --surface: #0a1425;
  --surface-2: #0d1a30;
  --surface-3: #111f36;
  --text: #f7f9ff;
  --muted: #9eabc2;
  --brand: #1c6cff;
  --brand-2: #42dcff;
  --brand-3: #4857ff;
  --line: rgba(124, 159, 223, .18);
  --line-strong: rgba(67, 157, 255, .38);
  --green: #24c85a;
  --shadow: 0 28px 80px rgba(0, 0, 0, .36);
  --max: 1180px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 14px; background: #fff; color: #061022; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.ui-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(3, 8, 19, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(78, 132, 219, .16); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(3, 8, 19, .96); box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 144px; height: auto; }
.primary-menu { display: flex; align-items: center; gap: 24px; }
.primary-menu > a:not(.btn) { color: #c0c8d8; font-size: .79rem; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; position: relative; }
.primary-menu > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: linear-gradient(90deg,var(--brand-2),var(--brand)); transition: right .2s; }
.primary-menu > a:hover, .primary-menu > a.active { color: #fff; }
.primary-menu > a:hover::after, .primary-menu > a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); align-items: center; justify-content: center; cursor: pointer; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 7px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #fff; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.btn-primary { background: linear-gradient(135deg, #3f64ff, #1749d8); border-color: transparent; box-shadow: 0 10px 28px rgba(31, 83, 255, .28); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(31, 83, 255, .42); }
.btn-outline { background: rgba(4, 11, 23, .55); border-color: rgba(218,231,255,.6); }
.btn-small { min-height: 36px; padding-inline: 14px; font-size: .68rem; }
.btn-secondary { background: #101a2b; }
.btn-whatsapp { background: linear-gradient(135deg,#2bd361,#17a942); border: 0; box-shadow: 0 12px 30px rgba(31,190,81,.24); }
.btn-whatsapp img { width: 20px; }
.nav-cta { min-height: 40px; padding-inline: 18px; }
.hero-home { min-height: 510px; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 74% 44%, rgba(18, 92, 255, .27), transparent 31%), linear-gradient(90deg,#050b16 0%,#061020 52%,#061024 100%); }
.hero-home::before { content: ""; position: absolute; inset: 0; opacity: .21; background-image: linear-gradient(rgba(58,126,255,.13) 1px, transparent 1px), linear-gradient(90deg,rgba(58,126,255,.13) 1px,transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 47%,#000 100%); mask-image: linear-gradient(90deg,transparent 0%,#000 47%,#000 100%); }
.hero-grid { min-height: 510px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding-block: 72px; max-width: 570px; }
.hero-label { display: inline-flex; align-items: center; color: #8ea4cc; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-label::before { content: ""; width: 30px; height: 2px; background: var(--brand-2); margin-right: 10px; box-shadow: 0 0 14px var(--brand-2); }
.hero-copy h1 { margin: 20px 0 16px; max-width: 650px; font-size: clamp(2.55rem, 5vw, 5.15rem); line-height: .98; text-transform: uppercase; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; color: #2c6cff; text-shadow: 0 0 25px rgba(28,108,255,.28); }
.hero-copy > p { max-width: 620px; margin: 0; color: #d1d7e4; font-size: 1.02rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-proof { display: flex; gap: 22px; margin-top: 30px; color: #8594ae; font-size: .78rem; }
.hero-proof span { padding-left: 12px; border-left: 2px solid var(--brand); }
.hero-proof b { color: #e6edff; display: block; }
.hero-visual { position: relative; align-self: stretch; display: grid; place-items: center; }
.hero-visual img { width: 100%; min-width: 580px; filter: drop-shadow(0 24px 40px rgba(0,0,0,.35)); transform: translateX(7%); }
.projects-section { padding: 28px 0 34px; background: linear-gradient(180deg,#07101d,#07111f); border-top: 1px solid rgba(85,136,216,.13); border-bottom: 1px solid rgba(85,136,216,.13); }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 32px; }
.section-heading.compact { flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.section-heading h2 { margin: 0; max-width: 780px; font-size: clamp(2rem,3.7vw,3.45rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { max-width: 760px; margin: 0; color: var(--muted); }
.section-kicker { display: flex; align-items: center; gap: 10px; color: #ecf2ff; font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .025em; }
.section-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#3868ff,#173dd2); box-shadow: 0 8px 22px rgba(35,77,240,.3); }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 24px; margin: 0 0 18px; }
.filter { padding: 5px 0; border: 0; background: transparent; color: #98a7c0; font-size: .68rem; font-weight: 800; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid transparent; }
.filter:hover, .filter.active { color: #fff; border-color: var(--brand); }
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid rgba(98,135,195,.16); border-radius: 8px; background: #07111f; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); border-color: rgba(56,135,255,.6); box-shadow: 0 22px 44px rgba(0,0,0,.28); }
.project-card > img { width: 100%; aspect-ratio: 1.42; object-fit: cover; background: #07101e; }
.project-card > div { padding: 13px 14px 15px; }
.project-card h3 { margin: 0; font-size: .98rem; }
.project-card p { margin: 2px 0 0; color: #aab6c9; font-size: .74rem; }
.project-card > div > span { color: var(--brand-2); font-size: .63rem; text-transform: uppercase; font-weight: 800; }
.trust-strip { padding: 0; background: #eef1f6; color: #101827; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding-block: 14px; }
.trust-card { min-height: 160px; padding: 20px 24px; border: 1px solid #dfe4ec; border-radius: 8px; background: linear-gradient(135deg,#fbfcfe,#e9edf3); box-shadow: 0 8px 22px rgba(43,56,79,.08); }
.trust-card .section-kicker { color: #111827; }
.trust-card p { margin: 8px 0 12px; max-width: 330px; color: #1f2937; font-size: .8rem; line-height: 1.45; }
.tech-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-list span { padding: 5px 9px; border: 1px solid #cdd5e2; border-radius: 8px; color: #30539c; font-size: .7rem; font-weight: 900; }
.whatsapp-card { display: flex; align-items: center; justify-content: space-between; }
.wa-bubble { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 12px 26px rgba(36,200,90,.3); }
.wa-bubble img { width: 30px; }
.content-section { padding: 92px 0; position: relative; background: linear-gradient(180deg,#050b15,#07101e); }
.content-section.alt { background: #081323; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(16,32,56,.95),rgba(7,16,30,.96)); box-shadow: 0 20px 52px rgba(0,0,0,.14); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: #65e6ff; background: rgba(28,108,255,.13); border: 1px solid rgba(54,143,255,.32); box-shadow: inset 0 0 18px rgba(22,96,255,.12); }
.feature-icon .ui-icon { width: 25px; height: 25px; }
.feature-card h3 { margin: 20px 0 8px; font-size: 1.18rem; }
.feature-card p { margin: 0; color: var(--muted); }
.feature-card a { margin-top: auto; padding-top: 20px; display: inline-flex; align-items: center; gap: 6px; color: #7fdcff; font-weight: 800; font-size: .78rem; text-transform: uppercase; }
.feature-card a .ui-icon { width: 17px; }
.process-section { background: radial-gradient(circle at 50% 0,rgba(28,108,255,.16),transparent 35%),#050b15; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: process; }
.process-grid article { position: relative; padding: 26px 24px; border-top: 2px solid #316cff; background: linear-gradient(180deg,rgba(14,29,52,.86),rgba(7,15,28,.86)); }
.process-grid article::after { content: ""; position: absolute; right: -18px; top: 44px; width: 18px; height: 1px; background: #316cff; }
.process-grid article:last-child::after { display: none; }
.process-grid span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #173fd2; font-weight: 900; }
.process-grid h3 { margin: 18px 0 7px; }
.process-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.cta-section { padding: 70px 0; background: #040912; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 46px; border: 1px solid rgba(55,130,255,.38); border-radius: 24px; background: radial-gradient(circle at 82% 0,rgba(45,104,255,.25),transparent 35%),linear-gradient(135deg,#0b1c38,#07101e); box-shadow: var(--shadow); }
.cta-panel h2 { margin: 12px 0 8px; font-size: clamp(2rem,4vw,3.3rem); line-height: 1.1; }
.cta-panel p { max-width: 720px; margin: 0; color: var(--muted); }
.site-footer { padding: 42px 0 18px; background: radial-gradient(circle at 10% 0,rgba(24,83,195,.18),transparent 28%),#050b14; border-top: 1px solid rgba(71,125,215,.19); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 42px; }
.footer-brand img { width: 152px; }
.footer-brand p { max-width: 320px; margin: 16px 0; color: #8390a7; font-size: .78rem; }
.footer-grid h3 { margin: 0 0 14px; color: #9fafc8; font-size: .74rem; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 3px 0; color: #c8d0df; font-size: .76rem; }
.footer-grid a:hover { color: #5fbeff; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #e8efff; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--line); color: #707e96; font-size: .7rem; }
.whatsapp-float { position: fixed; right: 20px; bottom: 18px; z-index: 90; min-width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 17px; border-radius: 30px; background: var(--green); color: #fff; box-shadow: 0 14px 40px rgba(19,172,71,.35); font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float img { width: 29px; }
.whatsapp-float span { font-size: .78rem; }
.cookie-banner { position: fixed; left: 50%; bottom: 18px; z-index: 120; width: min(880px,calc(100% - 36px)); transform: translate(-50%,calc(100% + 50px)); opacity: 0; pointer-events: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(6,14,27,.98); box-shadow: var(--shadow); transition: .3s; }
.cookie-banner.show { transform: translate(-50%,0); opacity: 1; pointer-events: auto; }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.cookie-actions { display: flex; gap: 8px; }
.chatbot { position: fixed; right: 20px; bottom: 88px; z-index: 91; }
.chat-toggle { width: 50px; height: 50px; margin-left: auto; border: 1px solid #3575ff; border-radius: 50%; background: #0d1a31; box-shadow: 0 12px 36px rgba(0,0,0,.32); font-size: .68rem; font-weight: 900; cursor: pointer; }
.chat-panel { display: none; width: min(350px,calc(100vw - 36px)); overflow: hidden; margin-bottom: 10px; border: 1px solid var(--line-strong); border-radius: 18px; background: #07111f; box-shadow: var(--shadow); }
.chat-panel.show { display: block; }
.chat-title { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; background: linear-gradient(135deg,#315fff,#143db8); font-weight: 900; }
.chat-title button { border: 0; background: transparent; font-size: 1.3rem; cursor: pointer; }
.chat-messages { height: 220px; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 9px; }
.msg { max-width: 86%; padding: 10px 12px; border-radius: 13px 13px 13px 3px; background: #111f35; color: #c5cfdf; font-size: .82rem; }
.msg.user { align-self: flex-end; border-radius: 13px 13px 3px 13px; background: #1c52d2; color: #fff; }
.chat-form { display: flex; border-top: 1px solid var(--line); }
.chat-form input { flex: 1; min-width: 0; padding: 12px 13px; border: 0; outline: 0; background: transparent; color: #fff; }
.chat-form button { width: 48px; display: grid; place-items: center; border: 0; background: #1b57e8; cursor: pointer; }
.page-hero { position: relative; padding: 96px 0 78px; overflow: hidden; background: radial-gradient(circle at 78% 30%,rgba(32,101,255,.24),transparent 26%),linear-gradient(135deg,#071122,#040912); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(53,119,236,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(53,119,236,.1) 1px,transparent 1px); background-size: 40px 40px; -webkit-mask-image: linear-gradient(90deg,transparent,#000); mask-image: linear-gradient(90deg,transparent,#000); opacity: .45; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; margin: 20px 0 12px; font-size: clamp(2.7rem,6vw,5.2rem); line-height: .98; letter-spacing: -.05em; }
.page-hero p { max-width: 750px; margin: 0; color: #b7c1d3; font-size: 1.05rem; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.about-mark { display: grid; place-items: center; }
.about-mark img { width: min(390px,100%); filter: drop-shadow(0 30px 55px rgba(22,99,255,.2)); }
.prose { color: var(--muted); font-size: 1rem; }
.prose p { margin: 0 0 16px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-grid article { padding: 24px; border-left: 3px solid var(--brand); background: #0a1528; }
.value-grid h3 { margin: 0 0 7px; }
.value-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.solution-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,#0d1b31,#07101d); }
.solution-card.featured { border-color: #3c77ff; box-shadow: 0 24px 70px rgba(22,82,222,.18); }
.solution-card > span { color: #58ccff; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.solution-card h3 { margin: 10px 0; font-size: 1.7rem; }
.solution-card p { color: var(--muted); }
.solution-card ul { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; color: #d2dbeb; }
.solution-card li { display: flex; align-items: center; gap: 10px; font-size: .88rem; }
.solution-card li .ui-icon { color: #43d9ff; }
.portfolio-page { padding: 72px 0 86px; }
.portfolio-page .project-grid { grid-template-columns: repeat(3,1fr); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.blog-card { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #0a1528; }
.blog-card > span { color: #55cfff; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.blog-card h2 { margin: 14px 0 10px; font-size: 1.32rem; line-height: 1.28; }
.blog-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.blog-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: #67d8ff; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 26px; align-items: start; }
.contact-form-card, .contact-aside { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,#0d1b31,#07101e); }
.contact-form-card h2 { margin: 16px 0 8px; font-size: 2rem; }
.contact-form-card > p { margin-top: 0; color: var(--muted); }
.contact-form { display: grid; gap: 16px; margin-top: 26px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #cfd8e7; font-size: .8rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #06101e; color: #fff; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #3e8cff; box-shadow: 0 0 0 3px rgba(36,106,255,.12); }
.privacy-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }
.privacy-check input { width: 17px; height: 17px; margin-top: 2px; }
.privacy-check a { color: #59ceff; }
.form-status { min-height: 20px; margin: 0; color: #65e6ff; font-size: .8rem; }
.contact-aside { display: flex; flex-direction: column; }
.contact-aside > img { width: 150px; align-self: center; margin-bottom: 20px; }
.contact-aside h2 { margin: 0 0 16px; }
.contact-aside > a { display: flex; align-items: center; gap: 10px; margin: 6px 0; color: #d7e1f1; }
.contact-aside > a .ui-icon { color: #55d2ff; }
.contact-note { margin-top: 28px; padding: 18px; border-left: 3px solid #2f6dff; background: #081323; }
.contact-note p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 42px; align-items: start; }
.legal-nav { position: sticky; top: 100px; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #091426; }
.legal-nav a { padding: 8px 10px; color: #aeb9cb; font-size: .83rem; }
.legal-nav a:hover { color: #62d7ff; }
.legal-content { padding: 36px; border: 1px solid var(--line); border-radius: 20px; background: #091426; }
.legal-content section { scroll-margin-top: 100px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 10px; font-size: 1.35rem; }
.legal-content p { color: var(--muted); }
.legal-update { font-size: .78rem; }
.admin-layout { display: grid; grid-template-columns: 250px 1fr; gap: 22px; align-items: start; }
.admin-sidebar { position: sticky; top: 98px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #091426; }
.admin-sidebar img { width: 110px; margin-inline: auto; }
.admin-sidebar p { color: var(--muted); }
.admin-table-card { margin-top: 20px; overflow-x: auto; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #091426; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 12px; text-align: left; border-bottom: 1px solid var(--line); font-size: .84rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .primary-menu { gap: 16px; }
  .primary-menu > a:not(.btn) { font-size: .7rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual img { min-width: 520px; transform: translateX(1%); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 30px,var(--max)); }
  .menu-toggle { display: inline-flex; }
  .primary-menu { position: fixed; left: 15px; right: 15px; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(4,11,22,.98); box-shadow: var(--shadow); }
  .primary-menu.open { display: flex; }
  .primary-menu > a:not(.btn) { padding: 11px; font-size: .78rem; }
  .primary-menu > a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 8px; }
  .hero-home, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 0 10px; text-align: center; margin-inline: auto; }
  .hero-label { justify-content: center; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 360px; }
  .hero-visual img { min-width: 540px; transform: none; }
  .trust-grid, .process-grid, .value-grid { grid-template-columns: repeat(2,1fr); }
  .trust-card { min-height: 0; }
  .process-grid article::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .about-grid, .contact-grid, .legal-layout, .admin-layout { grid-template-columns: 1fr; }
  .about-mark { order: -1; }
  .about-mark img { width: 240px; }
  .legal-nav, .admin-sidebar { position: static; }
  .solution-grid { grid-template-columns: 1fr; }
  .portfolio-page .project-grid { grid-template-columns: repeat(2,1fr); }
  .cta-panel { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand img { width: 125px; }
  .hero-copy h1 { font-size: 2.45rem; }
  .hero-copy > p { font-size: .92rem; }
  .hero-proof { flex-direction: column; text-align: left; }
  .hero-visual { min-height: 300px; overflow: hidden; }
  .hero-visual img { min-width: 470px; }
  .section-heading.compact { align-items: flex-start; }
  .project-grid, .service-grid, .blog-grid, .trust-grid, .process-grid, .value-grid, .portfolio-page .project-grid { grid-template-columns: 1fr; }
  .portfolio-filters { gap: 16px; }
  .whatsapp-card { align-items: flex-start; }
  .content-section { padding: 68px 0; }
  .page-hero { padding: 76px 0 62px; }
  .page-hero h1 { font-size: 2.65rem; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form-card, .contact-aside, .legal-content { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 56px; min-width: 56px; padding: 0; }
  .whatsapp-float span { display: none; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
