:root {
  --ink: #071324;
  --ink-2: #0b1c33;
  --ink-3: #122944;
  --blue: #1687ff;
  --blue-2: #52b3ff;
  --amber: #ffb11b;
  --paper: #f5f7fb;
  --white: #fff;
  --text: #10243d;
  --muted: #607089;
  --line: rgba(16, 36, 61, .12);
  --line-dark: rgba(255, 255, 255, .13);
  --shadow: 0 26px 80px rgba(4, 19, 42, .15);
  --radius: 26px;
  --radius-sm: 16px;
  --wrap: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
:focus-visible { outline: 3px solid rgba(22, 135, 255, .48); outline-offset: 4px; }
::selection { color: var(--white); background: var(--blue); }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 200;
  background: var(--white); color: var(--ink); padding: 12px 18px;
  border-radius: 10px; box-shadow: var(--shadow); font-weight: 800;
}
.skip-link:focus { top: 16px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 76px 0; }
.surface { background: var(--paper); }
.surface-dark { color: var(--white); background: var(--ink); }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase;
}
.kicker::before { content: ""; width: 28px; height: 2px; border-radius: 99px; background: currentColor; }
.surface-dark .kicker, .hero .kicker { color: var(--blue-2); }
.display, h1, h2, h3 { margin: 0; color: var(--ink); letter-spacing: -.04em; text-wrap: balance; }
.surface-dark h2, .surface-dark h3, .hero h1, .page-hero h1 { color: var(--white); }
.display { max-width: 850px; font-size: clamp(38px, 5.2vw, 74px); line-height: .99; font-weight: 850; }
.section-title { max-width: 760px; font-size: clamp(32px, 4vw, 54px); line-height: 1.04; font-weight: 850; }
.section-title em, .display em { color: var(--blue); font-style: normal; }
.lead { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.surface-dark .lead, .hero .lead, .page-hero .lead { color: rgba(255,255,255,.69); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head .lead { max-width: 430px; margin: 0; font-size: 16px; }
.eyebrow { color: var(--blue); font-weight: 900; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--muted); }

.btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; border-radius: 999px; padding: 0 24px;
  font-size: 14px; font-weight: 850; letter-spacing: -.01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(22,135,255,.25); }
.btn-primary:hover { background: #0879ed; }
.btn-light { color: var(--ink); background: var(--white); }
.btn-ghost { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.7); }
.btn-dark-ghost { color: var(--white); border-color: var(--line-dark); background: rgba(255,255,255,.04); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; }
.text-link svg { width: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.topbar { color: rgba(255,255,255,.72); background: #040c17; font-size: 12px; }
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-group { display: flex; align-items: center; gap: 22px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--white); }
.topbar svg { width: 14px; height: 14px; color: var(--blue-2); }

.site-header {
  position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-row { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.logo img { width: 178px; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.nav-link, .nav-trigger {
  display: inline-flex; min-height: 46px; align-items: center; gap: 6px; border: 0; border-radius: 99px;
  padding: 0 13px; color: #23374f; background: transparent; font-size: 13px; font-weight: 800;
}
.nav-link:hover, .nav-trigger:hover, .nav-link[aria-current="page"] { color: var(--blue); background: #edf6ff; }
.nav-trigger svg { width: 13px; height: 13px; }
.header-cta { min-height: 46px; padding-inline: 19px; }
.menu-toggle {
  display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--line);
  border-radius: 14px; color: var(--ink); background: var(--white); place-items: center;
}
.menu-toggle svg { width: 23px; height: 23px; }
.nav-item { position: relative; }
.mega {
  position: absolute; right: -110px; top: calc(100% + 16px); width: min(760px, 85vw); padding: 22px;
  border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease;
}
.nav-item:hover .mega, .nav-item:focus-within .mega, .nav-item.open .mega { opacity: 1; visibility: visible; transform: none; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mega-link { display: block; padding: 14px; border-radius: 13px; }
.mega-link:hover { background: var(--paper); }
.mega-link strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 13px; }
.mega-link span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 18%, rgba(22,135,255,.22), transparent 31%), linear-gradient(110deg, rgba(7,19,36,.98) 0 41%, rgba(7,19,36,.65) 58%, rgba(7,19,36,.18) 100%);
  z-index: 1; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .12; z-index: 1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-inner { position: relative; z-index: 2; min-height: 735px; display: flex; align-items: center; padding: 92px 0 120px; }
.hero-copy { max-width: 720px; }
.hero h1 { max-width: 800px; font-size: clamp(46px, 6.7vw, 92px); line-height: .93; font-weight: 850; letter-spacing: -.06em; }
.hero h1 span { color: var(--blue-2); }
.hero .lead { max-width: 600px; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row {
  position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%);
  width: var(--wrap); display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark);
  border-bottom: 0; border-radius: 24px 24px 0 0; overflow: hidden; background: rgba(5,16,31,.82); backdrop-filter: blur(14px);
}
.trust-item { min-height: 88px; display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-right: 1px solid var(--line-dark); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 37px; height: 37px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--blue-2); background: rgba(82,179,255,.12); }
.trust-icon svg { width: 18px; }
.trust-item strong { display: block; font-size: 13px; }
.trust-item span { display: block; margin-top: 3px; color: rgba(255,255,255,.54); font-size: 11px; }

.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero-media { position: absolute; inset: 0 0 0 47%; }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink), rgba(7,19,36,.18)); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-inner { position: relative; z-index: 2; min-height: 500px; display: flex; align-items: center; padding: 90px 0; }
.page-hero-copy { max-width: 720px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 78px); line-height: .98; font-weight: 850; letter-spacing: -.055em; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb svg { width: 12px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink);
  isolation: isolate;
}
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,15,29,.05), rgba(4,15,29,.94)); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.055); }
.service-content { position: absolute; inset: auto 0 0; padding: 28px; }
.service-no { display: inline-flex; margin-bottom: 60px; color: var(--blue-2); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.service-card h3 { color: var(--white); font-size: 24px; line-height: 1.06; }
.service-card p { margin: 12px 0 22px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.6; }
.service-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: rgba(255,255,255,.05); transition: .2s ease; }
.service-card:hover .service-arrow { color: var(--ink); background: var(--white); transform: translateX(4px); }
.service-arrow svg { width: 18px; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.image-stack { position: relative; min-height: 570px; }
.image-stack .main-image { width: 88%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.image-stack .float-image { position: absolute; right: 0; bottom: 0; width: 42%; height: 230px; object-fit: cover; border: 8px solid var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.experience-badge {
  position: absolute; left: -25px; bottom: 70px; width: 158px; height: 158px; display: grid; place-items: center;
  border: 8px solid var(--white); border-radius: 50%; color: var(--white); text-align: center; background: var(--blue); box-shadow: var(--shadow);
}
.experience-badge strong { display: block; font-size: 37px; line-height: 1; }
.experience-badge span { display: block; margin-top: 5px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.check-list { display: grid; gap: 15px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; color: #334a66; line-height: 1.55; }
.check-list .check { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--blue); background: #e7f3ff; }
.check svg { width: 13px; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 50px; border: 1px solid var(--line-dark); border-radius: 26px; overflow: hidden; background: var(--line-dark); }
.why-card { min-height: 285px; padding: 32px; background: var(--ink); }
.why-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-2); background: rgba(82,179,255,.12); }
.why-icon svg { width: 22px; }
.why-card .index { display: block; margin: 42px 0 15px; color: rgba(255,255,255,.36); font-size: 11px; font-weight: 900; }
.why-card h3 { font-size: 20px; }
.why-card p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

.process-row { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 52px; }
.process-step { position: relative; padding: 0 25px 0 0; }
.process-step::before { content: ""; position: absolute; top: 23px; left: 54px; right: 12px; height: 1px; background: var(--line); }
.process-step:last-child::before { display: none; }
.step-no { width: 46px; height: 46px; display: grid; position: relative; z-index: 1; place-items: center; border: 1px solid #cbd5e1; border-radius: 50%; color: var(--blue); background: var(--white); font-size: 12px; font-weight: 900; }
.process-step h3 { margin-top: 22px; font-size: 17px; }
.process-step p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.blog-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card-body { padding: 25px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.blog-meta .category { color: var(--blue); }
.blog-card h3 { font-size: 22px; line-height: 1.15; }
.blog-card p { margin: 13px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.62; }

.stats-strip { color: var(--white); background: var(--blue); }
.stats-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); align-items: stretch; }
.stats-copy { padding: 44px 40px 44px 0; }
.stats-copy h2 { color: var(--white); font-size: 29px; }
.stats-copy p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.stat { display: flex; min-height: 150px; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.22); text-align: center; }
.stat strong { display: block; font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }

.faq-list { max-width: 900px; margin: 46px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; padding: 18px 0; color: var(--ink); background: transparent; text-align: left; font-size: 18px; font-weight: 820; }
.faq-question span:last-child { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--blue); background: #edf6ff; }
.faq-question svg { width: 16px; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 52px 24px 0; color: var(--muted); line-height: 1.75; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: 56px; border-radius: 30px; color: var(--white); background: var(--ink-2); }
.cta-panel::before { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -180px; border: 80px solid rgba(22,135,255,.14); border-radius: 50%; }
.cta-panel h2 { max-width: 720px; color: var(--white); font-size: clamp(31px, 4vw, 48px); line-height: 1.03; }
.cta-panel p { max-width: 650px; margin: 17px 0 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.cta-actions { position: relative; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }

.service-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: start; }
.prose-large { color: #40536d; font-size: 18px; line-height: 1.85; }
.prose-large p { margin: 0 0 22px; }
.side-card { position: sticky; top: 122px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 18px 50px rgba(4,19,42,.08); }
.side-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.side-card-body { padding: 26px; }
.side-card h3 { font-size: 24px; }
.side-card p { color: var(--muted); line-height: 1.65; }
.side-card .btn { width: 100%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.feature-card .feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #eaf5ff; }
.feature-card svg { width: 20px; }
.feature-card h3 { margin-top: 28px; font-size: 20px; }
.feature-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.area-tag { padding: 11px 16px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 38px; }
.related-service { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.related-service span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related-service h3 { margin-top: 30px; font-size: 19px; }
.related-service p { color: var(--muted); font-size: 13px; line-height: 1.55; }

.article-hero { padding: 78px 0 0; color: var(--white); background: var(--ink); }
.article-hero .breadcrumb { margin-bottom: 34px; }
.article-head { max-width: 980px; }
.article-head h1 { color: var(--white); font-size: clamp(42px, 6vw, 76px); line-height: .99; font-weight: 850; letter-spacing: -.055em; }
.article-head .lead { max-width: 850px; }
.article-info { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 28px 0 38px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 750; }
.article-info span { display: inline-flex; align-items: center; gap: 7px; }
.article-info svg { width: 15px; color: var(--blue-2); }
.article-cover { width: 100%; aspect-ratio: 16/7.2; overflow: hidden; border-radius: 30px 30px 0 0; background: var(--ink-2); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 80px; align-items: start; }
.article-body { min-width: 0; }
.article-body .article-lead { margin: 0 0 44px; color: #28405e; font-size: 21px; line-height: 1.8; }
.article-body h2 { margin: 64px 0 20px; font-size: clamp(29px, 3.3vw, 42px); line-height: 1.1; scroll-margin-top: 110px; }
.article-body h3 { margin: 36px 0 12px; font-size: 23px; }
.article-body p { margin: 0 0 22px; color: #40536d; font-size: 17px; line-height: 1.88; }
.article-body ul { margin: 20px 0 30px; padding: 0; list-style: none; }
.article-body li { position: relative; margin: 12px 0; padding-left: 30px; color: #40536d; line-height: 1.7; }
.article-body li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #eaf5ff; }
.article-callout { margin: 42px 0; padding: 28px 30px; border-left: 4px solid var(--blue); border-radius: 0 18px 18px 0; background: #eef7ff; }
.article-callout strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 18px; }
.article-callout p { margin: 0; font-size: 15px; }
.toc { position: sticky; top: 115px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.toc strong { display: block; margin-bottom: 17px; color: var(--ink); font-size: 14px; }
.toc ol { margin: 0; padding-left: 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.toc li { margin: 10px 0; }
.toc a:hover { color: var(--blue); }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.share-row strong { margin-right: 10px; font-size: 13px; }
.share-btn { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--white); font-size: 12px; font-weight: 750; }
.share-btn:hover { color: var(--blue); border-color: #99cdfb; }
.share-btn svg { width: 14px; }

.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 34px; border: 1px solid var(--line); border-radius: 23px; background: var(--white); }
.value-card span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.value-card h3 { margin-top: 42px; font-size: 25px; }
.value-card p { color: var(--muted); line-height: 1.7; }
.timeline { margin-top: 45px; border-left: 1px solid #b9c7d8; }
.timeline-item { position: relative; padding: 0 0 38px 35px; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 3px; width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.timeline-item strong { display: block; color: var(--blue); font-size: 13px; }
.timeline-item h3 { margin-top: 8px; font-size: 22px; }
.timeline-item p { max-width: 760px; color: var(--muted); line-height: 1.7; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-panel { padding: 38px; border-radius: 26px; color: var(--white); background: var(--ink); }
.contact-panel h2 { color: var(--white); font-size: 38px; }
.contact-panel > p { color: rgba(255,255,255,.6); line-height: 1.7; }
.contact-list { display: grid; gap: 12px; margin-top: 30px; }
.contact-item { display: flex; gap: 14px; padding: 17px; border: 1px solid var(--line-dark); border-radius: 15px; background: rgba(255,255,255,.04); }
.contact-item .icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--blue-2); background: rgba(82,179,255,.11); }
.contact-item svg { width: 18px; }
.contact-item small { display: block; color: rgba(255,255,255,.48); }
.contact-item strong { display: block; margin-top: 3px; color: var(--white); font-size: 14px; line-height: 1.45; }
.form-card { padding: 40px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 20px 60px rgba(4,19,42,.07); }
.form-card h2 { font-size: 38px; }
.form-card > p { color: var(--muted); line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 28px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #334a66; font-size: 12px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d7e0ea; border-radius: 13px; padding: 14px 15px; color: var(--ink); background: #fbfcfe; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,135,255,.09); }
.field textarea { min-height: 135px; resize: vertical; }
.field .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.field .consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; }
.form-status { min-height: 21px; margin-top: 13px; color: var(--muted); font-size: 13px; }
.map-placeholder { min-height: 340px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; color: var(--white); background: radial-gradient(circle at 65% 38%, rgba(22,135,255,.5), transparent 30%), linear-gradient(135deg, var(--ink), var(--ink-3)); }
.map-pin { text-align: center; }
.map-pin .pin { width: 58px; height: 58px; display: grid; margin: 0 auto 15px; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--blue); transform: rotate(-45deg); }
.map-pin .pin svg { width: 25px; transform: rotate(45deg); }

.site-footer { color: rgba(255,255,255,.64); background: #040c17; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 55px; padding: 72px 0 52px; }
.footer-brand img { width: 190px; filter: brightness(1.5); }
.footer-brand p { max-width: 350px; margin: 22px 0 0; font-size: 14px; line-height: 1.75; }
.footer-title { display: block; margin-bottom: 20px; color: var(--white); font-size: 13px; font-weight: 850; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 13px; font-size: 13px; line-height: 1.55; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom-links { display: flex; gap: 18px; }

.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: grid; gap: 10px; }
.float-btn { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--white); box-shadow: 0 15px 34px rgba(0,0,0,.23); transition: transform .2s ease; }
.float-btn:hover { transform: translateY(-3px); }
.float-btn svg { width: 24px; }
.float-whatsapp { background: #1cad5b; }
.float-phone { background: var(--blue); }
.mobile-bar { display: none; }

.notice { padding: 18px 20px; border: 1px solid #cde4fb; border-radius: 14px; color: #294b6e; background: #edf7ff; line-height: 1.65; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 70px 24px; text-align: center; background: var(--paper); }
.error-page strong { display: block; color: var(--blue); font-size: clamp(90px, 18vw, 190px); line-height: .8; letter-spacing: -.08em; }
.error-page h1 { margin-top: 30px; font-size: 40px; }
.error-page p { max-width: 580px; margin: 16px auto 27px; color: var(--muted); line-height: 1.7; }

@media (max-width: 1080px) {
  :root { --wrap: min(100% - 36px, 980px); }
  .header-cta { display: none; }
  .services-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card { min-height: 245px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:nth-child(3) { display: none; }
}

@media (max-width: 860px) {
  :root { --wrap: calc(100% - 30px); --radius: 22px; }
  .topbar { display: none; }
  .nav-row { min-height: 70px; }
  .logo img { width: 155px; }
  .menu-toggle { display: grid; }
  .site-nav {
    position: fixed; inset: 70px 0 0; display: block; overflow-y: auto; padding: 18px 15px 110px;
    background: rgba(255,255,255,.99); transform: translateX(100%); transition: transform .28s ease;
  }
  .menu-open .site-nav { transform: none; }
  .nav-link, .nav-trigger { width: 100%; min-height: 52px; justify-content: space-between; padding: 0 16px; border-radius: 13px; font-size: 15px; }
  .mega { position: static; width: auto; display: none; margin: 4px 0 12px; padding: 10px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-item.open .mega { display: block; }
  .mega-grid { grid-template-columns: 1fr; }
  .hero::before { background: linear-gradient(180deg, rgba(7,19,36,.48), rgba(7,19,36,.97) 72%); }
  .hero-media { object-position: 62% center; }
  .hero-inner { min-height: 710px; align-items: flex-end; padding: 90px 0 170px; }
  .hero h1 { font-size: clamp(45px, 13vw, 72px); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 67px; padding: 12px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .section { padding: 82px 0; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 18px; }
  .split, .service-intro-grid, .contact-grid, .cta-panel { grid-template-columns: 1fr; gap: 42px; }
  .image-stack { min-height: 470px; }
  .image-stack .main-image { height: 430px; }
  .image-stack .float-image { height: 190px; }
  .experience-badge { left: -4px; bottom: 28px; width: 130px; height: 130px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-row { grid-template-columns: 1fr; gap: 25px; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; align-items: start; }
  .process-step::before { left: 23px; right: auto; top: 47px; bottom: -27px; width: 1px; height: auto; }
  .process-step h3 { margin-top: 3px; }
  .process-step p { grid-column: 2; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-copy { grid-column: 1 / -1; padding-right: 0; text-align: center; }
  .stat { min-height: 110px; border-top: 1px solid rgba(255,255,255,.22); }
  .stat:first-of-type { border-left: 0; }
  .page-hero-media { inset: 0; opacity: .54; }
  .page-hero-media::after { background: linear-gradient(180deg, rgba(7,19,36,.5), var(--ink)); }
  .page-hero-inner { min-height: 520px; align-items: end; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
  .article-cover { aspect-ratio: 16/9; }
  .cta-actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: 1.4fr 1fr; }
  .footer-main > div:nth-child(3) { display: block; }
  .side-card { position: static; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 24px); }
  body { padding-bottom: 66px; }
  .display { font-size: 39px; }
  .section-title { font-size: 34px; }
  .lead { font-size: 16px; }
  .hero-inner { min-height: 700px; padding-bottom: 165px; }
  .hero h1 { font-size: 45px; }
  .hero-actions .btn { width: 100%; }
  .trust-item strong { font-size: 11px; }
  .trust-item span { display: none; }
  .trust-icon { width: 32px; height: 32px; }
  .services-grid, .blog-grid, .feature-grid, .about-values { grid-template-columns: 1fr; }
  .service-card { min-height: 395px; }
  .image-stack { min-height: 390px; }
  .image-stack .main-image { width: 100%; height: 350px; }
  .image-stack .float-image { width: 48%; height: 150px; border-width: 5px; }
  .experience-badge { width: 110px; height: 110px; }
  .experience-badge strong { font-size: 30px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: auto; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 90px; border-left: 0; }
  .stat strong { font-size: 35px; }
  .cta-panel { padding: 34px 24px; }
  .cta-actions .btn { width: 100%; }
  .related-grid { grid-template-columns: 1fr; }
  .page-hero-inner { min-height: 500px; padding: 70px 0; }
  .page-hero h1 { font-size: 42px; }
  .article-hero { padding-top: 48px; }
  .article-head h1 { font-size: 41px; }
  .article-body .article-lead { font-size: 18px; }
  .article-body p { font-size: 16px; }
  .article-body h2 { margin-top: 50px; font-size: 31px; }
  .article-cover { border-radius: 20px 20px 0 0; }
  .form-card, .contact-panel { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-top: 55px; }
  .footer-bottom { display: block; padding: 22px 0; text-align: center; }
  .footer-bottom-links { justify-content: center; margin-top: 12px; }
  .floating-actions { display: none; }
  .mobile-bar { position: fixed; inset: auto 0 0; z-index: 99; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; box-shadow: 0 -12px 30px rgba(5,18,35,.18); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); font-size: 13px; font-weight: 850; }
  .mobile-bar svg { width: 20px; }
  .mobile-call { background: var(--blue); }
  .mobile-whatsapp { background: #1cad5b; }
}

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

