*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #0a0a0a;
  --dark: #111318;
  --panel: #16191f;
  --border: #252830;
  --mid: #2e3340;
  --accent: #2563eb;
  --accent2: #1d4ed8;
  --steel: #8b95a8;
  --light: #c8d0dd;
  --white: #f0f2f5;
  --text: #9aa3b2;
}
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Segoe UI', system-ui, sans-serif; line-height: 1.6; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 36px; height: 36px; background: var(--accent); clip-path: polygon(0 100%, 50% 0, 100% 100%, 80% 100%, 50% 30%, 20% 100%); }
.logo-text { font-size: 1.1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); }
.logo-sub { font-size: 0.6rem; letter-spacing: 0.15em; color: var(--steel); text-transform: uppercase; display: block; margin-top: -4px; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: var(--steel); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: var(--accent); color: #fff !important; padding: 0.55rem 1.4rem; border-radius: 3px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--accent2); color: #fff !important; }

/* HERO */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; padding-top: 68px; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0a0a0a 0%, #0f1117 40%, #111827 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 60px 60px; opacity: 0.4; }
.hero-accent { position: absolute; right: 0; top: 0; width: 55%; height: 100%; background: linear-gradient(135deg, transparent 30%, rgba(37,99,235,0.04) 100%); }
.hero-line { position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: 0.15; }
.hero-content { position: relative; max-width: 1280px; margin: 0 auto; padding: 4rem 2rem; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(37,99,235,0.12); border: 1px solid rgba(37,99,235,0.3); color: #60a5fa; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 2px; margin-bottom: 2rem; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; max-width: 800px; margin-bottom: 1.5rem; }
h1 em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: 1.1rem; color: var(--text); max-width: 560px; margin-bottom: 2.5rem; line-height: 1.7; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: #fff; padding: 0.9rem 2rem; border-radius: 3px; font-weight: 700; font-size: 0.9rem; text-decoration: none; letter-spacing: 0.04em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-primary:hover { background: var(--accent2); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--light); padding: 0.9rem 2rem; border-radius: 3px; font-weight: 600; font-size: 0.9rem; text-decoration: none; letter-spacing: 0.04em; text-transform: uppercase; border: 1px solid var(--border); cursor: pointer; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--steel); color: var(--white); }
.hero-stats { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat-num { font-size: 2rem; font-weight: 800; color: var(--white); letter-spacing: -0.02em; }
.stat-label { font-size: 0.75rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }

/* TRUST STRIP */
.trust-strip { background: var(--panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-inner { max-width: 1280px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 0.5rem 2rem; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 32px; height: 32px; background: rgba(37,99,235,0.1); border: 1px solid rgba(37,99,235,0.25); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 16px; height: 16px; stroke: var(--accent); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-text strong { display: block; font-size: 0.8rem; font-weight: 700; color: var(--white); letter-spacing: 0.04em; }
.trust-text span { font-size: 0.7rem; color: var(--steel); }

/* SECTIONS */
section { padding: 6rem 2rem; }
.container { max-width: 1280px; margin: 0 auto; }
.section-tag { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1rem; }
.section-sub { font-size: 1rem; color: var(--text); max-width: 520px; line-height: 1.75; }

/* CAPABILITIES */
.capabilities { background: var(--dark); }
.caps-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; gap: 2rem; flex-wrap: wrap; }
.caps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--border); }
.cap-card { background: var(--panel); padding: 2rem; transition: background 0.2s; }
.cap-card:hover { background: var(--mid); }
.cap-num { font-size: 0.7rem; color: var(--accent); letter-spacing: 0.1em; font-weight: 700; margin-bottom: 1rem; }
.cap-icon { width: 44px; height: 44px; background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.cap-icon svg { width: 22px; height: 22px; stroke: var(--accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cap-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--white); }
.cap-card p { font-size: 0.85rem; color: var(--text); line-height: 1.65; }
.cap-note { font-size: 0.72rem; color: var(--accent); margin-top: 0.8rem; font-style: italic; }

/* PROJECT TYPES */
.project-types { background: var(--black); }
.pt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.pt-card { background: var(--panel); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
.pt-card:hover { border-color: rgba(37,99,235,0.4); transform: translateY(-3px); }
.pt-visual { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pt-visual-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.pt-bg-1 { background: linear-gradient(135deg, #0f172a, #1e2a3a); }
.pt-bg-2 { background: linear-gradient(135deg, #0a1628, #162030); }
.pt-bg-3 { background: linear-gradient(135deg, #0f1520, #1a2535); }
.pt-body { padding: 1.5rem; }
.pt-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.pt-body p { font-size: 0.83rem; color: var(--text); line-height: 1.6; }
.pt-specs { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 6px; }
.spec-tag { font-size: 0.68rem; background: rgba(37,99,235,0.1); border: 1px solid rgba(37,99,235,0.2); color: #60a5fa; padding: 3px 10px; border-radius: 2px; letter-spacing: 0.05em; text-transform: uppercase; }

/* WHO WE SERVE */
.serve { background: var(--dark); }
.serve-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 3rem; }
.serve-card { background: var(--panel); border: 1px solid var(--border); padding: 1.8rem; border-radius: 3px; transition: border-color 0.2s; }
.serve-card:hover { border-color: rgba(37,99,235,0.35); }
.serve-card h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--white); }
.serve-card p { font-size: 0.8rem; color: var(--text); line-height: 1.6; }

/* WHY TORRES */
.why { background: var(--black); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.2rem; }
.why-item { display: flex; gap: 1rem; padding: 1.2rem; background: var(--panel); border: 1px solid var(--border); border-radius: 3px; }
.why-check { width: 24px; height: 24px; background: rgba(37,99,235,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.why-check::after { content: '✓'; font-size: 0.7rem; color: var(--accent); font-weight: 800; }
.why-item h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.3rem; color: var(--white); }
.why-item p { font-size: 0.82rem; color: var(--text); }
.why-visual { background: var(--panel); border: 1px solid var(--border); border-radius: 6px; padding: 2.5rem; }
.pf-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 1.2rem; }
.pf-grid { display: flex; flex-direction: column; gap: 0; }
.pf-row { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid var(--border); }
.pf-row:last-child { border-bottom: none; }
.pf-key { font-size: 0.78rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.06em; }
.pf-val { font-size: 0.85rem; font-weight: 700; color: var(--white); text-align: right; }

/* PROCESS */
.process { background: var(--panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3.5rem; background: var(--border); }
.process-step { background: var(--dark); padding: 2rem 1.8rem; position: relative; }
.step-num { font-size: 0.7rem; color: var(--accent); letter-spacing: 0.12em; font-weight: 700; margin-bottom: 1rem; }
.process-step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.82rem; color: var(--text); line-height: 1.6; }
.step-arrow { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; font-size: 0.7rem; color: #fff; }
.process-step:last-child .step-arrow { display: none; }

/* CTA */
.cta-section { background: linear-gradient(135deg, #0f1827 0%, #111827 50%, #0a1020 100%); border-top: 1px solid var(--border); }
.cta-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.cta-inner h2 { margin-bottom: 1rem; }
.cta-inner p { color: var(--text); margin-bottom: 2.5rem; font-size: 1rem; }
.form-grid { background: var(--panel); border: 1px solid var(--border); border-radius: 6px; padding: 2.5rem; text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.form-field label { font-size: 0.75rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.form-field input,
.form-field select,
.form-field textarea { background: var(--dark); border: 1px solid var(--border); color: var(--white); padding: 0.75rem 1rem; border-radius: 3px; font-size: 0.9rem; outline: none; transition: border-color 0.2s; font-family: inherit; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--accent); }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select option { background: var(--dark); }
.form-note { font-size: 0.75rem; color: var(--steel); margin-top: 0.5rem; }
.form-submit { width: 100%; padding: 1rem; background: var(--accent); color: #fff; border: none; border-radius: 3px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.form-submit:hover { background: var(--accent2); }
.preq-panel { background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.2); border-radius: 4px; padding: 1.2rem 1.5rem; margin-bottom: 1.5rem; }
.preq-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 0.75rem; }
.preq-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 2rem; }
.preq-items div { font-size: 0.8rem; color: var(--text); padding: 0.3rem 0; border-bottom: 1px solid var(--border); }

/* FOOTER */
footer { background: var(--dark); border-top: 1px solid var(--border); }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 3rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand p { color: var(--text); font-size: 0.83rem; margin-top: 1rem; max-width: 260px; line-height: 1.7; }
.footer-col h5 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); margin-bottom: 1rem; font-weight: 600; }
.footer-col a { display: block; color: var(--text); text-decoration: none; font-size: 0.83rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding: 1.2rem 2rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: var(--steel); flex-wrap: wrap; gap: 1rem; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .pt-grid { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 0.5rem 1.2rem; }
  .nav-links { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .preq-items { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .process-steps { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .trust-inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; justify-content: center; }
  .trust-item:last-child { border-bottom: none; }
}
