:root {
  --bg: #07131f;
  --bg-deep: #040b11;
  --surface: #0c1c29;
  --surface-2: #102536;
  --paper: #f3f6f7;
  --white: #ffffff;
  --ink: #0b1a25;
  --muted: #6d8290;
  --muted-light: #a8bcc8;
  --line: rgba(120, 179, 208, .22);
  --line-dark: rgba(15, 45, 62, .16);
  --accent: #69dcff;
  --accent-2: #16a8d9;
  --max: 1220px;
  --radius: 18px;
  --shadow: 0 25px 70px rgba(1, 8, 12, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }

.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 14px;
  background: var(--accent); color: var(--ink); font-weight: 800; text-decoration: none; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(5, 15, 23, .72);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(116, 207, 240, .12);
}
.header-inner {
  height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 218px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a, .mobile-nav a {
  color: #d5e4eb; text-decoration: none; font-size: .84rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: inline-flex; border: 1px solid rgba(118, 198, 230, .28); border-radius: 999px; padding: 3px; }
.lang-btn {
  border: 0; background: transparent; color: #a7bbc6; min-width: 38px; min-height: 30px; border-radius: 999px; cursor: pointer;
  font-size: .72rem; font-weight: 800; letter-spacing: .08em;
}
.lang-btn.active { background: var(--accent); color: #05121b; }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid rgba(118, 198, 230, .28); background: transparent; border-radius: 50%; padding: 10px; }
.menu-btn span { display: block; height: 2px; background: #d5e4eb; margin: 4px 0; }
.mobile-nav { background: #07131f; padding: 12px 20px 24px; border-top: 1px solid rgba(116, 207, 240, .12); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(116, 207, 240, .1); }

.hero {
  min-height: 880px; display: flex; align-items: center; position: relative; overflow: hidden;
  background: radial-gradient(circle at 75% 38%, rgba(37, 177, 224, .18), transparent 32%), linear-gradient(135deg, #07131f 0%, #06101a 48%, #0a1d2b 100%);
  color: var(--white); padding-top: 158px;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .22;
  background-image: linear-gradient(rgba(116, 207, 240, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 207, 240, .08) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero::after {
  content: ""; position: absolute; width: 500px; height: 500px; right: -150px; top: 80px; border: 1px solid rgba(103, 220, 255, .12); border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(103, 220, 255, .025), 0 0 0 160px rgba(103, 220, 255, .018);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; color: var(--accent-2); font-size: .76rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero .eyebrow { color: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(3.25rem, 6vw, 6.15rem); line-height: .93; letter-spacing: -.055em; font-weight: 760; }
.hero h1 span { display: block; }
.hero h1 .accent { color: transparent; -webkit-text-stroke: 1.5px rgba(119, 224, 255, .82); }
.hero-lead { max-width: 680px; margin: 34px 0 0; color: #b8cbd5; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.75; }
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 23px; border: 1px solid transparent;
  border-radius: 4px; text-decoration: none; font-size: .83rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #05121b; }
.btn-primary:hover { background: #a2ebff; }
.btn-secondary { color: #dceaf0; border-color: rgba(119, 220, 255, .3); background: rgba(7, 25, 37, .5); }
.btn-secondary:hover { border-color: var(--accent); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; border: 1px solid rgba(113, 198, 231, .16); background: rgba(113, 198, 231, .16); }
.trust-strip div { padding: 17px 16px; background: rgba(6, 18, 28, .78); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: #eaf6fa; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip span { margin-top: 6px; color: #8fa9b7; font-size: .76rem; }
.hero-visual { position: relative; }
.visual-frame {
  padding: 18px; border: 1px solid rgba(122, 219, 251, .22); background: linear-gradient(145deg, rgba(12, 34, 48, .78), rgba(5, 14, 21, .88)); box-shadow: var(--shadow);
}
.visual-topline, .visual-caption {
  display: flex; justify-content: space-between; gap: 16px; color: #8ca8b7; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase;
}
.visual-topline { padding: 5px 4px 15px; border-bottom: 1px solid rgba(122, 219, 251, .12); }
.visual-frame svg { margin: 8px 0; }
.visual-caption { align-items: center; padding: 15px 4px 4px; border-top: 1px solid rgba(122, 219, 251, .12); }
.status-dot { display: inline-flex; align-items: center; gap: 8px; }
.status-dot i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); }
.hero-photo-card strong { color: #eaf6fa; font-size: .9rem; }
.hero-photo-card span { color: #87a0af; font-size: .8rem; }

.intro-band { padding: 46px 0; background: var(--accent); }
.intro-band-grid { display: grid; grid-template-columns: 110px 1fr; align-items: start; gap: 30px; }
.section-number { margin: 0; font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
.intro-statement { max-width: 980px; margin: 0; font-size: clamp(1.55rem, 3.2vw, 3.1rem); line-height: 1.12; letter-spacing: -.035em; font-weight: 720; }

.section-heading { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .coverage-copy h2, .value-section h2, .contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.04rem; }


.process-proof-section {
  background: linear-gradient(180deg, #eef4f6 0%, #ffffff 100%);
}
.process-proof-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 65px rgba(18, 55, 74, .11);
  overflow: hidden;
}
.process-proof-media,
.tools-context-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.process-proof-media img,
.tools-context-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-proof-media img {
  min-height: 520px;
  max-height: 580px;
  object-position: center center;
}
.process-proof-media figcaption,
.tools-context-media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(2, 11, 17, .88) 58%, rgba(2, 11, 17, .96) 100%);
}
.process-proof-media figcaption span,
.tools-context-media figcaption span {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.process-proof-media figcaption strong,
.tools-context-media figcaption strong {
  font-size: 1rem;
}
.process-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}
.process-proof-copy h2,
.tools-context-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.5vw, 3.8rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.process-proof-copy > p:not(.eyebrow),
.tools-context-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}
.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 36px;
  border: 1px solid rgba(15, 45, 62, .12);
  background: rgba(15, 45, 62, .12);
}
.proof-points div {
  padding: 17px 14px;
  background: #f6f9fa;
}
.proof-points strong,
.proof-points span {
  display: block;
}
.proof-points strong {
  color: var(--ink);
  font-size: .82rem;
}
.proof-points span {
  margin-top: 5px;
  color: var(--muted);
  font-size: .74rem;
}

.tools-context-section {
  background: #0a1823;
  color: #fff;
}
.tools-context-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  gap: 54px;
}
.tools-context-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}
.tools-context-copy .eyebrow {
  color: var(--accent);
}
.tools-context-copy > p:not(.eyebrow) {
  color: #9eb4c0;
}
.technical-list {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(118, 198, 230, .18);
}
.technical-list li {
  position: relative;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid rgba(118, 198, 230, .18);
  color: #c1d0d8;
}
.technical-list li::before {
  content: "↗";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.tools-context-media {
  min-height: 510px;
  max-height: 570px;
  border: 1px solid rgba(122, 219, 251, .16);
  box-shadow: var(--shadow);
}
.tools-context-media img {
  object-position: center center;
}


.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 300px; position: relative; padding: 30px; border: 1px solid var(--line-dark); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(22, 168, 217, .38); box-shadow: 0 22px 55px rgba(18, 55, 74, .1); }
.card-index { position: absolute; top: 24px; right: 24px; color: #98abb5; font-size: .73rem; letter-spacing: .1em; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(22, 168, 217, .4); color: var(--accent-2); font-size: 1.35rem; margin-bottom: 34px; }
.service-card h3 { margin: 0 0 14px; font-size: 1.22rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); }

.section-dark { background: radial-gradient(circle at 20% 0%, rgba(43, 181, 228, .12), transparent 30%), var(--bg); color: #fff; }
.section-heading-light > p { color: #9eb4c0; }
.section-heading-light .eyebrow { color: var(--accent); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(115, 209, 242, .2); }
.process-grid article { min-height: 310px; padding: 30px 26px; border-right: 1px solid rgba(115, 209, 242, .15); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--accent); font-size: .73rem; font-weight: 900; letter-spacing: .12em; }
.process-grid h3 { margin: 80px 0 14px; font-size: 1.65rem; }
.process-grid p { margin: 0; color: #9eb4c0; }

.coverage-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.coverage-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; margin: 24px 0 0; }
.coverage-note { max-width: 650px; font-size: .95rem !important; color: #567180 !important; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.coverage-tags span { padding: 8px 12px; border: 1px solid rgba(16, 104, 139, .2); background: rgba(255,255,255,.6); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-card { padding: 20px; background: var(--surface); box-shadow: var(--shadow); color: #fff; }
.map-topline, .map-legend { display: flex; justify-content: space-between; gap: 18px; color: #88a7b7; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.map-topline { padding-bottom: 12px; border-bottom: 1px solid rgba(122, 219, 251, .12); }
.map-legend { padding-top: 10px; border-top: 1px solid rgba(122, 219, 251, .12); flex-wrap: wrap; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.legend-dot, .legend-line { display: inline-block; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.legend-line { width: 16px; height: 0; border-top: 2px dashed var(--accent); }

.value-section { padding: 86px 0; background: #dce7eb; }
.value-layout { display: grid; grid-template-columns: 110px 1fr; gap: 30px; }
.value-section h2 { max-width: 980px; }
.value-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 46px; margin-top: 48px; border-top: 1px solid rgba(5, 32, 46, .16); }
.value-points p { position: relative; margin: 0; padding: 18px 0 18px 28px; border-bottom: 1px solid rgba(5, 32, 46, .16); color: #3e5866; }
.value-points p::before { content: "↗"; position: absolute; left: 0; color: #0786b4; }

.contact-section { background: var(--bg-deep); color: #fff; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.contact-copy .eyebrow { color: var(--accent); }
.contact-copy > p:not(.eyebrow) { color: #9eb4c0; font-size: 1.04rem; }
.contact-direct { margin-top: 44px; border-top: 1px solid rgba(118, 198, 230, .18); }
.contact-direct a, .contact-direct div { display: block; padding: 18px 0; border-bottom: 1px solid rgba(118, 198, 230, .18); text-decoration: none; }
.contact-direct span, .contact-direct strong { display: block; }
.contact-direct span { color: #7f9dab; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.contact-direct strong { margin-top: 3px; color: #e6f0f4; }
.contact-form { padding: 34px; background: #0b1b27; border: 1px solid rgba(118, 198, 230, .2); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #a6bbc6; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(122, 190, 219, .22); background: #07131f; color: #f4fbfd; border-radius: 3px; padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(105, 220, 255, .1); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; }
.contact-form .consent input { width: 18px; height: 18px; margin-top: 3px; }
.contact-form .consent span { text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.45; }
.btn-submit { width: 100%; border: 0; }
.form-note { color: #7f98a5; font-size: .75rem; margin: 12px 0 0; text-align: center; }

.site-footer { padding: 48px 0; background: #02070b; color: #95aab5; border-top: 1px solid rgba(105, 220, 255, .12); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 50px; }
.site-footer img { margin-bottom: 14px; }
.site-footer p { margin: 4px 0; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: #bccbd2; text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.footer-legal { text-align: right; font-size: .85rem; }
.floating-whatsapp {
  position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%;
  background: var(--accent); color: #05121b; text-decoration: none; font-weight: 950; font-size: .75rem; letter-spacing: .05em; box-shadow: 0 12px 35px rgba(2, 10, 16, .32);
}
.privacy-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.privacy-hero { padding: 150px 0 70px; background: var(--bg); color: #fff; }
.privacy-content { max-width: 850px; padding: 70px 0 100px; }
.privacy-content h2 { margin-top: 36px; }
.privacy-content p, .privacy-content li { color: #4e6572; }
:focus-visible { outline: 3px solid rgba(105, 220, 255, .55); outline-offset: 3px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-btn { display: block; }
  .hero-layout, .coverage-layout, .contact-layout, .process-proof-grid, .tools-context-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { max-width: 720px; margin: 10px auto 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(115, 209, 242, .15); }
  .coverage-copy { max-width: 760px; }

  .process-proof-media img { min-height: 420px; max-height: 500px; }
  .tools-context-media { min-height: 440px; max-height: 500px; }
  .proof-points { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .header-inner { height: 72px; }
  .brand img { width: 170px; }
  .hero { padding-top: 125px; }
  .hero-layout { gap: 42px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-cta { align-items: stretch; }
  .btn { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .intro-band-grid, .value-layout { grid-template-columns: 1fr; }
  .section-number { margin-bottom: 4px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .services-grid, .process-grid, .value-points, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(115, 209, 242, .15); }
  .process-grid h3 { margin-top: 40px; }
  .contact-layout { gap: 52px; }
  .contact-form { padding: 22px; }
  .footer-legal { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; }

  .process-proof-copy { padding: 30px 24px; }
  .process-proof-media img { min-height: 300px; max-height: 360px; }
  .tools-context-media { min-height: 320px; max-height: 380px; }
  .tools-context-grid { gap: 34px; }
  .map-topline, .map-legend { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
