@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/manrope-400.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/manrope-500.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/manrope-600.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("../assets/fonts/manrope-700.ttf") format("truetype"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("../assets/fonts/manrope-800.ttf") format("truetype"); }

:root {
  --bg: #050a14; --bg-2: #09111f; --surface: #0c1728; --card: #0e1b2e;
  --white: #f7f9fc; --muted: #9daabd; --blue: #2377ff; --blue-2: #5aa8ff;
  --line: rgba(255, 255, 255, .11); --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 20px; --space: clamp(4.5rem, 8vw, 7.5rem); --max: 1180px; --ease: cubic-bezier(.2, .8, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; background: var(--bg); color: var(--white); font: 400 1rem/1.65 Manrope, system-ui, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: var(--space) 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: var(--white); color: var(--bg); padding: .8rem 1rem; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(5, 10, 20, .9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.site-header.scrolled .nav-wrap { border-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand-mark { width: 31px; height: 31px; }
.mark-light { fill: #f7f9fc; }
.mark-blue { fill: #2377ff; }
.brand-name { font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: 1.75rem; margin-left: auto; color: var(--muted); font-size: .9rem; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 52px; padding: 0 1.25rem; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: linear-gradient(135deg, var(--blue), #1461db); color: var(--white); box-shadow: 0 12px 32px rgba(35,119,255,.24); font-weight: 700; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(35,119,255,.32); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue-2); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 1rem; font-size: .875rem; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 11px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: var(--white); transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: 72px 0 auto; padding: .5rem 1rem 1.5rem; background: rgba(5,10,20,.98); border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; width: min(100%, var(--max)); margin: 0 auto; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.07); font-weight: 600; }

.hero { position: relative; min-height: 780px; padding-top: 150px; display: grid; align-items: center; isolation: isolate; background: radial-gradient(circle at 78% 38%, rgba(35,119,255,.14), transparent 30%), linear-gradient(180deg,#050a14,#07101c); }
.hero-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.2rem; color: var(--blue-2); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3.2rem,6vw,5.8rem); line-height: .98; letter-spacing: -.065em; }
h1 em, .problem-statement h2 em { color: var(--blue-2); font-style: normal; }
h2 { font-size: clamp(2.2rem,4vw,3.5rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.28; }
.hero-lead { max-width: 640px; color: #bac5d5; font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.text-link { font-size: .95rem; font-weight: 700; }
.online-note { display: flex; align-items: center; gap: .55rem; margin-top: 1.5rem; color: var(--muted); font-size: .85rem; }
.online-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 0 5px rgba(90,168,255,.12); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 480px; }
.visual-card { position: relative; width: min(340px,82vw); aspect-ratio: .78; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018)); box-shadow: var(--shadow); backdrop-filter: blur(10px); display: grid; place-items: center; animation: float 7s ease-in-out infinite; }
.visual-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; }
.visual-card svg { width: 48%; }
.visual-card p { position: absolute; left: 2rem; bottom: 1.5rem; margin: 0; color: #aab7c9; font-size: .65rem; letter-spacing: .13em; }
.card-label { position: absolute; left: 2rem; top: 1.5rem; color: #6e7d91; font-size: .62rem; letter-spacing: .15em; }
.visual-orbit { position: absolute; border: 1px solid rgba(90,168,255,.16); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; }
.orbit-two { width: 520px; height: 280px; transform: rotate(-25deg); }
.coordinate { position: absolute; color: #647389; font-size: .58rem; letter-spacing: .12em; }
.coord-a { top: 9%; right: 1%; }
.coord-b { bottom: 8%; left: 0; }
@keyframes float { 50% { transform: translateY(-10px); } }

.section-soft { background: var(--bg-2); border-block: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading > p:last-child, .split-heading > p, .audience-layout p { color: var(--muted); max-width: 640px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.service-card { min-height: 280px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); transition: transform .3s var(--ease),border-color .3s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(90,168,255,.45); }
.service-number { display: block; margin-bottom: 4.5rem; color: var(--blue-2); font-size: .75rem; font-weight: 700; }
.service-card h3 { font-size: 1.15rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 5rem; margin-bottom: 3.5rem; }
.split-heading h2 { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 230px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid svg, .privacy-note svg { width: 25px; fill: none; stroke: var(--blue-2); stroke-width: 1.5; margin-bottom: 2.5rem; }
.feature-grid h3 { font-size: 1rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.process-section { background: linear-gradient(180deg,var(--bg-2),var(--bg)); }
.process-list { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; padding: 1.7rem 1.2rem 0 0; }
.process-list li::before { content: ""; position: absolute; width: 7px; height: 7px; top: -4px; left: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px var(--bg-2); }
.process-list span { display: block; margin-bottom: 4rem; color: var(--blue-2); font-size: .75rem; font-weight: 700; }
.process-list h3 { font-size: 1rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .85rem; }
.problem-section { position: relative; overflow: hidden; background: var(--blue); }
.problem-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,black,transparent); }
.problem-layout { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 7rem; align-items: center; }
.problem-statement { position: relative; }
.problem-statement .eyebrow { color: #fff; }
.problem-statement .eyebrow span { background: #fff; }
.problem-statement h2 em { color: #cfe2ff; }
.problem-statement > p:last-child { max-width: 540px; color: #dbe8ff; }
.giant-index { position: absolute; top: -7rem; right: 0; color: rgba(255,255,255,.08); font-size: 14rem; font-weight: 800; line-height: 1; }
.outcome-list { margin: 0; padding: 0; list-style: none; background: rgba(3,20,48,.28); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); backdrop-filter: blur(6px); }
.outcome-list li { padding: 1.05rem 1.4rem; border-bottom: 1px solid rgba(255,255,255,.16); color: #dbe8ff; }
.outcome-list li:last-child { border: 0; }
.outcome-list span { color: #fff; font-weight: 700; }
.audience-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .7rem; }
.tag-cloud span { padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: #c6d1df; background: rgba(255,255,255,.025); font-size: .9rem; }

.portfolio-section { background: var(--bg-2); border-block: 1px solid var(--line); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.portfolio-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.project-preview { position: relative; aspect-ratio: 1.25; margin: 1rem; overflow: hidden; border-radius: 12px; background: #081322; }
.project-preview::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 28px 28px; }
.project-preview span { position: absolute; display: block; z-index: 1; border-radius: 6px; background: #132640; }
.project-preview span:nth-child(1) { inset: 12% 8% auto; height: 10%; background: #1d72ed; }
.project-preview span:nth-child(2) { inset: 31% 37% 15% 8%; }
.project-preview span:nth-child(3) { inset: 31% 8% 52% 67%; background: #e9f2ff; }
.project-preview i { position: absolute; z-index: 1; inset: 53% 8% 15% 67%; border: 1px solid #31506f; border-radius: 6px; }
.preview-system span:nth-child(1) { inset: 8% 72% 8% 8%; height: auto; background: #11243c; }
.preview-system span:nth-child(2) { inset: 10% 8% 70% 32%; background: #1d72ed; }
.preview-system span:nth-child(3) { inset: 36% 42% 10% 32%; }
.preview-system i { inset: 36% 8% 10% 64%; background: linear-gradient(to top,#2377ff 35%,transparent 35%); }
.preview-order span:nth-child(1) { inset: 8% 8% 78%; height: auto; }
.preview-order span:nth-child(2) { inset: 29% 55% 12% 8%; background: #1b3350; }
.preview-order span:nth-child(3) { inset: 29% 8% 52% 53%; background: #2377ff; }
.preview-order i { inset: 55% 8% 12% 53%; }
.project-meta { padding: .5rem 1.5rem 1.6rem; }
.project-meta p { margin-bottom: .5rem; color: var(--blue-2); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.project-meta h3 { margin-bottom: .5rem; font-size: 1.05rem; }
.project-meta > span { color: var(--muted); font-size: .82rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: start; }
.contact-copy { position: sticky; top: 8rem; }
.contact-copy > p { color: var(--muted); }
.contact-copy .eyebrow { color: var(--blue-2); }
.privacy-note { display: flex; gap: 1rem; margin-top: 2.5rem; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: .82rem; }
.privacy-note svg { flex: 0 0 22px; margin: .1rem 0 0; }
.project-form { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.form-row { margin-bottom: 1.25rem; }
.form-row label { display: block; margin-bottom: .5rem; color: #dce5ef; font-size: .85rem; font-weight: 600; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #07111f; color: var(--white); padding: .85rem 1rem; }
.form-row textarea { resize: vertical; min-height: 130px; }
.form-row input[aria-invalid="true"], .form-row select[aria-invalid="true"], .form-row textarea[aria-invalid="true"] { border-color: #ff7a8b; }
.field-error { display: block; min-height: 1.2rem; padding-top: .3rem; color: #ff9cab; font-size: .76rem; }
.form-submit { width: 100%; }
.faq-section { background: var(--bg-2); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.faq-intro { position: sticky; top: 8rem; align-self: start; }
.faq-intro p:last-child { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-2); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding-right: 2rem; color: var(--muted); }
.final-cta { position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.final-cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { max-width: 800px; }
.final-cta p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.cta-mark { position: absolute; z-index: -1; top: -10rem; color: rgba(35,119,255,.065); font-size: 30rem; font-weight: 800; line-height: 1; }

.site-footer { padding: 4rem 0 1.5rem; border-top: 1px solid var(--line); background: #03070e; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; padding-bottom: 4rem; }
.footer-main > div:first-child p { margin: 1.2rem 0 0; color: var(--muted); font-size: .85rem; }
.footer-main nav { display: grid; gap: .7rem; color: var(--muted); font-size: .86rem; }
.footer-main nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact { display: grid; align-content: start; gap: .7rem; }
.footer-contact p { margin: 0; color: #68768a; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { color: var(--muted); font-size: .9rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #6f7d90; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1rem; }
.footer-bottom button { border: 0; background: none; color: inherit; cursor: pointer; font-size: inherit; }
.whatsapp-float { position: fixed; z-index: 18; right: max(1.1rem,env(safe-area-inset-right)); bottom: max(1.1rem,env(safe-area-inset-bottom)); display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #148a4a; box-shadow: 0 12px 30px rgba(0,0,0,.35); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; fill: none; stroke: white; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.legal-dialog { position: fixed; max-width: 600px; border: 1px solid var(--line); border-radius: var(--radius); background: #0a1423; color: var(--white); box-shadow: var(--shadow); padding: 2rem; }
.legal-dialog::backdrop { background: rgba(1,4,9,.78); backdrop-filter: blur(5px); }
.legal-dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { padding-top: 120px; }
  .hero-layout { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 440px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .process-list { grid-template-columns: 1fr; border: 0; }
  .process-list li { display: grid; grid-template-columns: 64px 1fr; padding: 1.4rem 0; border-top: 1px solid var(--line); }
  .process-list li::before { top: -4px; }
  .process-list span { margin: 0; }
  .problem-layout, .audience-layout, .contact-layout, .faq-layout { gap: 3rem; }
  .contact-copy, .faq-intro { position: static; }
}
@media (max-width: 720px) {
  .section { padding: 4.5rem 0; }
  .nav-wrap { min-height: 72px; }
  .hero { min-height: auto; padding-top: 120px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding: .7rem; text-align: center; }
  .hero-visual { min-height: 390px; }
  .visual-orbit { display: none; }
  .service-grid, .feature-grid, .split-heading, .problem-layout, .audience-layout, .portfolio-grid, .contact-layout, .faq-layout, .footer-main { grid-template-columns: 1fr; }
  .split-heading, .problem-layout, .audience-layout, .contact-layout, .faq-layout { gap: 2rem; }
  .service-card { min-height: 230px; }
  .service-number { margin-bottom: 3rem; }
  .feature-grid article { min-height: 200px; }
  .problem-section::before { opacity: .5; }
  .giant-index { right: -2rem; font-size: 10rem; }
  .project-preview { aspect-ratio: 1.65; }
  .project-form { padding: 1.2rem; }
  .footer-main { gap: 2.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .visual-card { width: 90vw; }
  .feature-grid article { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
