:root {
  color-scheme: light;
  --navy: #082d50;
  --navy-deep: #061e38;
  --blue: #124d78;
  --teal: #0a9ea9;
  --green: #00875e;
  --ink: #102b47;
  --muted: #4f6680;
  --line: #dce7ed;
  --pale: #f3f8fa;
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e9f0f4; color: var(--ink); line-height: 1.5; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.skip-link { position: absolute; z-index: 100; left: 1rem; top: -5rem; padding: .6rem 1rem; background: var(--navy); color: white; }
.skip-link:focus { top: 1rem; }
.site { width: min(1510px, calc(100% - 44px)); margin: 26px auto 0; background: white; border-radius: 10px 10px 0 0; box-shadow: 0 20px 70px rgba(6, 30, 56, .12); overflow: clip; }
.container { width: min(1190px, calc(100% - 80px)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); box-shadow: 0 5px 18px rgba(6, 30, 56, .09); }
.header-inner { min-height: 94px; display: flex; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 240px; }
.logo-mark { width: 49px; height: 55px; display: grid; place-items: center; }
.logo-mark svg { width: 49px; height: 55px; stroke: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-size: 1.72rem; font-weight: 850; letter-spacing: .035em; color: var(--navy-deep); }
.logo-text span { margin-top: 4px; color: var(--blue); font-size: .79rem; font-weight: 650; white-space: nowrap; }
.nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: clamp(13px, 2vw, 30px); }
.nav a { font-size: .9rem; text-decoration: none; font-weight: 600; white-space: nowrap; padding: 13px 0 9px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { color: var(--blue); border-color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-place { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.header-place svg { width: 19px; height: 19px; }
.header-quote { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: white; padding: 12px 16px; border-radius: 8px; text-decoration: none; font-size: .82rem; font-weight: 750; white-space: nowrap; }
.header-quote:hover { background: var(--blue); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 43px; height: 43px; background: white; color: var(--navy); border: 1px solid var(--line); border-radius: 8px; }
.menu-toggle svg { width: 23px; height: 23px; }
.hero { position: relative; background: #f5f9fa; isolation: isolate; }
.hero-media { position: absolute; z-index: -2; inset: 0 0 0 40%; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 43%; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #f6fbfc 0%, rgba(246,251,252,.98) 35%, rgba(246,251,252,.82) 49%, rgba(246,251,252,.16) 67%, transparent 100%); }
.hero-inner { min-height: 620px; display: flex; align-items: center; }
.hero-copy { width: min(590px, 55%); padding: 62px 0 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: .83rem; font-weight: 800; letter-spacing: .015em; }
.eyebrow::before { content: ""; width: 4px; height: 22px; border-radius: 2px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(2.7rem, 4.3vw, 4.35rem); letter-spacing: -.045em; line-height: 1.07; color: var(--navy-deep); }
h1 strong { display: block; font-weight: 850; }
h1 span { display: block; font-weight: 400; }
.hero-lead { max-width: 575px; margin-bottom: 29px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.58; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; padding: 11px 20px; text-decoration: none; font-weight: 750; font-size: .97rem; border: 2px solid transparent; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(6,30,56,.12); }
.btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--navy); color: white; }
.btn-primary:hover { background: #124b78; }
.btn-whatsapp { background: white; color: var(--green); border-color: var(--green); }
.btn-whatsapp:hover { background: #e8f6ef; }
.proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 44px; width: min(545px, 100%); }
.proof-item { display: flex; flex-direction: column; gap: 9px; min-height: 76px; padding: 0 15px; border-right: 1px solid #d2dfe7; color: var(--navy); font-size: .8rem; line-height: 1.28; }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border: 0; }
.proof-item svg { width: 29px; height: 29px; stroke-width: 1.6; }
.audiences { background: linear-gradient(110deg, #082d50, #0b416c 74%, #0b9aaa 74%); color: white; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.audience { min-height: 115px; display: flex; align-items: center; gap: 17px; padding: 19px 25px; position: relative; }
.audience + .audience::before { content: ""; position: absolute; left: 0; top: 25%; height: 50%; border-left: 1px solid rgba(255,255,255,.22); }
.audience svg { width: 40px; height: 40px; stroke-width: 1.4; }
.audience strong { display: block; font-size: .98rem; }
.audience span { display: block; margin-top: 3px; color: #cae3ef; font-size: .74rem; line-height: 1.3; }
.audience:last-child span { color: #dcf8fa; }
section.content-section { padding: 96px 0; scroll-margin-top: 108px; }
.section-kicker { margin: 0 0 12px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
h2 { max-width: 720px; margin: 0; color: var(--navy-deep); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.13; letter-spacing: -.035em; }
.section-intro { max-width: 460px; color: var(--muted); margin: 0; font-size: 1rem; }
.services { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service { min-height: 240px; padding: 27px; border: 1px solid var(--line); border-radius: 12px; background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(8,45,80,.08); border-color: #8ec7d0; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 11px; background: #e9f5f6; color: var(--blue); margin-bottom: 24px; }
.service-icon svg { width: 28px; height: 28px; }
.service h3 { margin-bottom: 9px; color: var(--navy); font-size: 1.11rem; }
.service p { margin: 0; color: var(--muted); font-size: .91rem; }
.about { background: var(--pale); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.about p { color: var(--muted); font-size: 1.04rem; }
.about-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 11px; }
.about-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 650; }
.about-list svg { color: var(--teal); width: 21px; height: 21px; margin-top: 2px; }
.about-panel { padding: 40px; border-radius: 15px; background: var(--navy); color: white; box-shadow: 0 20px 44px rgba(8,45,80,.14); }
.about-panel svg { width: 42px; height: 42px; color: #6cd5d6; margin-bottom: 22px; }
.about-panel blockquote { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
.about-panel p { color: #c3dce8; margin: 20px 0 0; font-size: .92rem; }
.projects { background: white; }
.project-panel { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 34px; background: #edf6f7; border: 1px solid #d0e7e8; border-radius: 14px; }
.project-panel h3 { margin: 0 0 7px; font-size: 1.24rem; color: var(--navy); }
.project-panel p { margin: 0; max-width: 690px; color: var(--muted); }
.project-panel svg { width: 47px; height: 47px; color: var(--teal); }
.work-list { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 17px 0; }
.work-list li { padding: 8px 12px; border: 1px solid #c6dfe3; border-radius: 7px; background: white; color: var(--navy); font-size: .86rem; font-weight: 650; }
.contact { background: var(--navy-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: start; }
.contact h2 { color: white; }
.contact .section-intro { margin-top: 22px; color: #c0d8e8; }
.contact-details { display: grid; gap: 14px; margin-top: 35px; }
.contact-info { display: flex; align-items: center; gap: 12px; color: #e5f6f8; font-weight: 650; text-decoration: none; overflow-wrap: anywhere; }
.contact-details a:hover { color: #78e4e2; text-decoration: underline; }
.contact-info svg { width: 22px; height: 22px; color: #67d6d7; }
.contact-card { padding: 30px; background: white; border-radius: 14px; color: var(--ink); }
.contact-card h3 { margin: 0 0 5px; color: var(--navy); font-size: 1.28rem; }
.contact-card > p { margin-bottom: 24px; color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .82rem; font-weight: 750; color: var(--navy); }
input, select, textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid #cbd9e1; border-radius: 7px; color: var(--ink); background: white; }
.field-hint { color: var(--muted); font-size: .76rem; line-height: 1.4; }
textarea { min-height: 108px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid #85d9db; border-color: var(--teal); }
.form-footer { margin-top: 20px; display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }
.form-note { margin: 0; max-width: 260px; color: var(--muted); font-size: .76rem; }
.form-result { margin: 17px 0 0; padding: 12px 14px; border-radius: 7px; color: #12546b; background: #e4f4f7; font-size: .88rem; }
.footer { padding: 25px 0; color: #c3d6e3; background: #04182e; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .82rem; }
.footer a { color: white; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.demo-tag { color: #bfd4df; font-size: .76rem; }
dialog { max-width: min(440px, calc(100% - 32px)); border: 0; border-radius: 12px; padding: 28px; color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.25); }
dialog::backdrop { background: rgba(4, 24, 46, .6); }
dialog h2 { font-size: 1.45rem; margin: 0 0 10px; }
dialog p { color: var(--muted); }
dialog .btn { min-height: 42px; }
@media (max-width: 1160px) {
  .container { width: min(100% - 58px, 1190px); }
  .header-inner { gap: 18px; }
  .logo { min-width: 210px; }
  .logo-text strong { font-size: 1.45rem; }
  .logo-text span { font-size: .69rem; }
  .header-place { display: none; }
  .hero-copy { width: 58%; }
  .audience { padding: 17px; gap: 12px; }
  .audience svg { width: 32px; height: 32px; }
}
@media (max-width: 900px) {
  .site { width: 100%; margin: 0; border-radius: 0; }
  .header-inner { min-height: 76px; }
  section.content-section { scroll-margin-top: 90px; }
  .logo { min-width: 0; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 29px 23px; background: white; border-top: 1px solid var(--line); box-shadow: 0 18px 28px rgba(6,30,56,.13); }
  .nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav a { padding: 12px 0; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-flex; }
  .hero-inner { min-height: 560px; }
  .hero-media { left: 42%; }
  .hero-copy { width: 60%; }
  .audience-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .audience:nth-child(3)::before { display: none; }
  .about-grid, .contact-grid { gap: 35px; }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 69px; }
  section.content-section { scroll-margin-top: 82px; }
  .logo-mark, .logo-mark svg { width: 37px; height: 43px; }
  .logo-text strong { font-size: 1.2rem; }
  .logo-text span { font-size: .57rem; }
  .header-quote { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero::before { display: none; }
  .hero-inner { min-height: 0; order: 1; }
  .hero-copy { width: 100%; padding: 40px 0 36px; }
  h1 { font-size: clamp(2.3rem, 10vw, 3.45rem); line-height: 1.08; }
  .hero-lead { font-size: .98rem; }
  .eyebrow { margin-bottom: 16px; font-size: .72rem; }
  .cta-row { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-media { position: relative; order: 2; inset: auto; height: 260px; z-index: auto; }
  .hero-media img { object-position: 63% 45%; }
  .proof { margin-top: 32px; }
  .proof-item { padding: 0 8px; gap: 5px; font-size: .66rem; }
  .proof-item svg { width: 24px; height: 24px; }
  .audience { min-height: 83px; padding: 12px; gap: 9px; }
  .audience svg { width: 27px; height: 27px; }
  .audience strong { font-size: .76rem; }
  .audience span { font-size: .64rem; }
  .audience:last-child { background: #0b9aaa; }
  section.content-section { padding: 65px 0; }
  .section-head { display: block; margin-bottom: 25px; }
  .section-intro { margin-top: 16px; }
  .services-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-grid { gap: 12px; }
  .service { min-height: 0; padding: 22px; }
  .service-icon { margin-bottom: 13px; }
  .about-panel { padding: 28px; }
  .project-panel { padding: 24px; grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-card { padding: 22px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 7px; }
}
@media (max-width: 360px) {
  .proof { grid-template-columns: repeat(2, 1fr); row-gap: 17px; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3) { padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

