:root {
  --navy-950: #06162b;
  --navy-900: #071c35;
  --navy-800: #0b2b4c;
  --navy-700: #103b66;
  --blue-500: #0798f2;
  --blue-600: #0877cb;
  --cyan-400: #1ad6ff;
  --orange-500: #f47a12;
  --orange-600: #d75d08;
  --purple-500: #7e4ce8;
  --green-500: #67b536;
  --ink: #101b2b;
  --muted: #657589;
  --line: #d9e4ef;
  --soft: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 28, 53, 0.14);
  --container: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(7, 152, 242, 0.13);
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 800;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 3000;
  transform: translateY(-140%);
  border-radius: 10px;
  background: var(--navy-900);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header,
.cms-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 90px;
  padding: 10px max(20px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(217, 228, 239, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 260px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.site-nav a {
  border-radius: 10px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
  padding: 9px 11px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(7, 152, 242, 0.1);
  color: var(--blue-600);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  background: var(--navy-900);
  color: var(--white);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 900;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy-900);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 0;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.96) 44%, rgba(220, 238, 255, 0.7) 100%),
    radial-gradient(circle at 82% 18%, rgba(7, 152, 242, 0.22), transparent 34%);
}

.hero-network {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(120deg, transparent 0 58%, rgba(7, 152, 242, 0.1) 58% 59%, transparent 59% 100%),
    linear-gradient(30deg, transparent 0 68%, rgba(26, 214, 255, 0.12) 68% 69%, transparent 69% 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  padding: 26px 0 52px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--orange-500);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  color: var(--navy-950);
  font-size: 58px;
  line-height: 1.02;
  font-weight: 950;
}

.hero-subheadline {
  margin-top: 18px;
  color: var(--navy-800);
  font-size: 25px;
  line-height: 1.32;
  font-weight: 700;
}

.hero-subheadline::before {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: var(--orange-500);
}

.hero-body {
  max-width: 630px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.cms-header-actions,
.form-actions,
.data-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--orange-500);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(244, 122, 18, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--orange-600);
}

.button-secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy-900);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  box-shadow: 0 14px 34px rgba(7, 28, 53, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 410px;
}

.hero-visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px 22px 0 0;
  box-shadow: var(--shadow);
}

.metrics-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.metric-item {
  min-height: 110px;
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: var(--white);
  padding: 22px;
}

.metric-value {
  display: block;
  color: var(--orange-500);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.metric-label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.section {
  padding: 82px 0;
}

.advantage-band {
  padding: 34px 0;
  background: var(--navy-900);
}

.advantage-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.advantage-item {
  min-height: 132px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  padding: 20px;
}

.advantage-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 14px;
}

.advantage-item h3 {
  color: var(--white);
}

.advantage-item p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 38px;
  line-height: 1.14;
  font-weight: 930;
}

h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

p {
  margin: 0;
}

.lead,
.section-note {
  color: var(--muted);
  font-size: 18px;
}

.about-section,
.news-section {
  background: var(--soft);
}

.about-grid,
.governance-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 36px;
  align-items: start;
}

.about-grid .lead {
  margin-top: 18px;
}

.about-note {
  margin-top: 26px;
  border-left: 4px solid var(--orange-500);
  background: var(--white);
  padding: 22px;
  box-shadow: 0 16px 42px rgba(7, 28, 53, 0.07);
}

.about-note p {
  margin-top: 8px;
  color: var(--muted);
}

.profile-panel,
.info-card,
.contact-form,
.post-detail,
.cms-panel,
.cms-sidebar,
.login-panel,
.data-table-wrap,
.preview-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(7, 28, 53, 0.08);
}

.profile-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
}

.profile-panel p {
  margin-top: 10px;
  color: var(--muted);
}

.check-list,
.footer-links,
.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.check-list li,
.service-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.check-list li::before,
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-500);
}

.dark-section {
  background:
    linear-gradient(135deg, rgba(7, 28, 53, 0.97), rgba(8, 47, 82, 0.96)),
    radial-gradient(circle at 80% 20%, rgba(7, 152, 242, 0.35), transparent 32%);
  color: var(--white);
}

.dark-section h2,
.dark-section h3 {
  color: var(--white);
}

.info-grid {
  display: grid;
  gap: 16px;
}

.info-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  padding: 24px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 850;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading > div:first-child {
  max-width: 720px;
}

.section-note {
  max-width: 430px;
}

.service-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(9, 52, 90, 0.2);
  border-radius: 20px;
  overflow: hidden;
  background: var(--navy-950);
  box-shadow: var(--shadow);
}

.service-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: 28px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(6, 22, 43, 0.64), rgba(6, 22, 43, 0.98)),
    var(--service-image);
  background-size: cover;
  background-position: center;
}

.service-card:last-child {
  border-right: 0;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent);
}

.service-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 26px;
  font-weight: 950;
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent), transparent 45%);
}

.service-card h3 {
  margin-top: 22px;
  color: var(--white);
  font-size: 22px;
  text-transform: uppercase;
}

.service-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.service-list {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.service-list li {
  color: rgba(255, 255, 255, 0.86);
}

.news-tools {
  display: grid;
  gap: 10px;
  min-width: min(100%, 380px);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-900);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 850;
}

.filter-button.is-active {
  border-color: var(--blue-600);
  background: var(--blue-600);
  color: var(--white);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  display: grid;
  gap: 14px;
  min-height: 290px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  padding: 22px;
  box-shadow: 0 16px 42px rgba(7, 28, 53, 0.07);
}

.post-card h3 {
  font-size: 22px;
}

.post-card p {
  color: var(--muted);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(7, 152, 242, 0.11);
  color: var(--blue-600);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 900;
}

.post-read {
  align-self: end;
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--orange-600);
  padding: 0;
  font-weight: 950;
}

.post-detail {
  margin-top: 22px;
  padding: 26px;
}

.post-detail h3 {
  font-size: 28px;
}

.post-detail p {
  margin-top: 12px;
  color: var(--muted);
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(7, 28, 53, 0.98), rgba(9, 52, 90, 0.98)),
    radial-gradient(circle at 80% 20%, rgba(7, 152, 242, 0.32), transparent 32%);
  color: var(--white);
}

.contact-section h2,
.contact-section h3 {
  color: var(--white);
}

.contact-section .lead {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-cards > a,
.contact-cards > span {
  display: flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 10px 13px;
  font-weight: 850;
}

.contact-cards a.has-contact-icon {
  gap: 10px;
}

.contact-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-form {
  display: grid;
  gap: 15px;
  color: var(--ink);
  padding: 26px;
}

.contact-form h3 {
  color: var(--navy-950);
}

.contact-form p {
  color: var(--muted);
}

.form-status {
  min-height: 22px;
  color: var(--blue-600);
  font-weight: 850;
}

.site-footer {
  background: #041326;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 34px;
  padding: 54px 0;
}

.footer-logo {
  width: 230px;
  height: 90px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 18px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(20px, calc((100vw - var(--container)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.whatsapp-float img {
  width: 48px;
  height: 48px;
}

/* CMS */
.cms-page {
  background: #edf4fa;
}

.cms-header {
  justify-content: space-between;
}

.cms-shell {
  width: min(100% - 32px, 1340px);
  margin: 24px auto 50px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
}

.login-shell {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 170px);
}

.login-panel {
  display: grid;
  gap: 16px;
  width: min(100%, 430px);
  padding: 28px;
}

.login-panel h1 {
  margin: 0;
  color: var(--navy-950);
  font-size: 32px;
  line-height: 1.15;
}

.login-panel p {
  color: var(--muted);
}

.cms-page.is-authenticated .login-shell {
  display: none;
}

.cms-page:not(.is-authenticated) .cms-sidebar,
.cms-page:not(.is-authenticated) .cms-content {
  display: none;
}

.cms-sidebar {
  position: sticky;
  top: 98px;
  align-self: start;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.cms-tab {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--navy-900);
  padding: 10px 12px;
  text-align: left;
  font-weight: 850;
}

.cms-tab:hover,
.cms-tab:focus-visible,
.cms-tab.is-active {
  background: rgba(7, 152, 242, 0.1);
  color: var(--blue-600);
}

.cms-panel {
  min-height: 620px;
  padding: 24px;
}

.cms-panel-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.cms-panel-header h1 {
  margin: 0;
  color: var(--navy-950);
  font-size: 32px;
  line-height: 1.15;
}

.cms-panel-header p {
  color: var(--muted);
  margin-top: 5px;
}

.cms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cms-grid small {
  color: var(--muted);
  font-weight: 650;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.dashboard-card {
  min-height: 116px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(7, 152, 242, 0.08), rgba(244, 122, 18, 0.05)),
    var(--white);
  padding: 20px;
}

.dashboard-number {
  display: block;
  color: var(--orange-600);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.dashboard-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 850;
}

.cms-grid.one {
  grid-template-columns: 1fr;
}

.cms-field-wide {
  grid-column: 1 / -1;
}

.json-editor {
  min-height: 340px;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 13px;
  line-height: 1.55;
}

.data-actions {
  margin-top: 16px;
}

.data-table-wrap {
  overflow: auto;
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 900;
  background: var(--soft);
}

.data-table td {
  color: var(--muted);
  font-size: 14px;
}

.preview-card {
  background: var(--navy-900);
  color: var(--white);
  padding: 22px;
}

.preview-card h3 {
  color: var(--white);
  font-size: 28px;
}

.preview-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 10px;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: var(--soft);
  padding: 24px;
  color: var(--muted);
  font-weight: 750;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2500;
  max-width: 340px;
  transform: translateY(120%);
  border-radius: 12px;
  background: var(--navy-900);
  color: var(--white);
  padding: 14px 16px;
  font-weight: 850;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.toast.is-visible {
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: 48px;
  }

  .service-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-height: 440px;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .site-header,
  .cms-header {
    min-height: 70px;
    padding: 9px 14px;
  }

  .brand-logo {
    width: 210px;
    height: 62px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
  }

  .header-cta {
    display: none;
  }

  .hero-section {
    padding-top: 38px;
  }

  .hero-grid,
  .about-grid,
  .governance-grid,
  .contact-grid,
  .cms-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 22px;
  }

  .hero-visual img {
    height: 360px;
    border-radius: 18px 18px 0 0;
  }

  .metrics-row,
  .advantage-strip,
  .post-grid,
  .footer-grid,
  .dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding: 60px 0;
  }

  h2 {
    font-size: 31px;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .cms-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .cms-tab {
    min-width: 150px;
    text-align: center;
  }

  .cms-grid {
    grid-template-columns: 1fr;
  }

  .cms-header {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 172px;
    height: 52px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-subheadline {
    font-size: 20px;
  }

  .hero-body,
  .lead,
  .section-note {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .cms-header-actions,
  .form-actions,
  .data-actions {
    width: 100%;
  }

  .metrics-row,
  .advantage-strip,
  .service-board,
  .post-grid,
  .footer-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 410px;
  }

  .hero-visual img {
    height: 280px;
  }

  .footer-bottom {
    display: grid;
    justify-items: start;
  }

  .cms-panel-header {
    display: grid;
  }

  .cms-panel {
    padding: 18px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

/* PRD + UI refresh */
:root {
  --font-sans: "Geist Mono", ui-monospace, monospace;
  --font-serif: serif;
  --font-mono: "JetBrains Mono", monospace;
  --navy-950: #051225;
  --navy-900: #061a35;
  --navy-800: #09284e;
  --navy-700: #0d3767;
  --blue-500: #0da4ff;
  --blue-600: #086fe8;
  --cyan-400: #19c8ff;
  --orange-500: #ff8a00;
  --orange-600: #e46b00;
  --purple-500: #8e54ff;
  --green-500: #6fbd34;
  --ink: #101522;
  --muted: #5d697b;
  --line: #dce6f0;
  --soft: #f3f7fb;
  --shadow: 0 18px 48px rgba(5, 18, 37, 0.14);
}

body {
  background: #ffffff;
  font-family: var(--font-sans);
}

input,
select,
textarea,
button {
  font-family: var(--font-sans);
}

.json-editor,
code,
pre {
  font-family: var(--font-mono);
}

.site-header,
.cms-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(5, 18, 37, 0.97), rgba(7, 31, 66, 0.94)),
    rgba(5, 18, 37, 0.96);
  box-shadow: 0 16px 40px rgba(5, 18, 37, 0.18);
}

.brand-logo {
  width: 222px;
  height: 58px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(13, 164, 255, 0.16);
  color: #ffffff;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 12px 28px rgba(8, 111, 232, 0.28);
}

.nav-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero-section {
  min-height: 690px;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 37, 0.96) 0%, rgba(5, 18, 37, 0.88) 40%, rgba(5, 18, 37, 0.3) 100%),
    url("../assets/synervia-theme.png") right center / cover no-repeat;
}

.hero-network {
  opacity: 0.35;
  background-image:
    linear-gradient(120deg, transparent 0 58%, rgba(25, 200, 255, 0.16) 58% 59%, transparent 59% 100%),
    linear-gradient(30deg, transparent 0 68%, rgba(255, 138, 0, 0.12) 68% 69%, transparent 69% 100%);
}

.hero-grid {
  min-height: 570px;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
}

.hero-copy {
  max-width: 680px;
  padding: 86px 0 54px;
}

.eyebrow,
.section-kicker {
  color: var(--orange-500);
  font-size: 12px;
  font-weight: 900;
}

.hero-copy h1 {
  color: #ffffff;
  font-size: 58px;
  line-height: 1.08;
}

.hero-subheadline {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.hero-subheadline::before {
  background: linear-gradient(90deg, var(--orange-500), var(--blue-500));
}

.hero-body {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.button {
  border-radius: 8px;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 16px 32px rgba(8, 111, 232, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #24b0ff, #055ed0);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hero-visual {
  align-self: end;
  min-height: 430px;
}

.hero-visual img {
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px 18px 0 0;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.metrics-row {
  margin-top: -1px;
  border-radius: 0;
}

.metric-item {
  min-height: 96px;
  background: rgba(5, 18, 37, 0.9);
}

.metric-value {
  color: var(--cyan-400);
}

.advantage-band {
  background: #071d39;
}

.advantage-strip {
  border-radius: 0;
}

.about-section {
  background: #071d39;
  color: #ffffff;
}

.about-section h2,
.about-section h3 {
  color: #ffffff;
}

.about-section .lead,
.about-note p,
.profile-panel p,
.check-list li {
  color: rgba(255, 255, 255, 0.76);
}

.about-note,
.profile-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.services-section,
.portfolio-section {
  background: #ffffff;
}

.service-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-card {
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.96)),
    var(--service-image) center / cover no-repeat;
  color: var(--ink);
  padding: 22px 16px;
  box-shadow: 0 18px 34px rgba(5, 18, 37, 0.1);
}

.service-card::after {
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 3px;
}

.service-number {
  width: 52px;
  height: 52px;
  background: color-mix(in srgb, var(--accent), white 78%);
  color: var(--accent);
  font-size: 16px;
  box-shadow: none;
}

.service-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 17px;
  text-transform: none;
}

.service-card p {
  color: var(--muted);
  font-size: 13px;
}

.service-list {
  gap: 6px;
  margin-top: 18px;
}

.service-list li {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.service-list li::before {
  background: var(--accent);
}

.data-center-section {
  background:
    linear-gradient(135deg, rgba(5, 18, 37, 0.97), rgba(8, 42, 82, 0.96)),
    radial-gradient(circle at 80% 15%, rgba(13, 164, 255, 0.35), transparent 34%);
  color: #ffffff;
}

.data-center-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 34px;
  align-items: start;
}

.data-center-section h2,
.data-center-section h3 {
  color: #ffffff;
}

.data-center-section .lead {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
}

.data-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.infrastructure-panel {
  display: grid;
  gap: 16px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(5, 18, 37, 0.08);
}

.feature-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  border-radius: 8px;
  background: rgba(13, 164, 255, 0.2);
  color: var(--cyan-400);
  font-weight: 900;
}

.feature-card h3 {
  margin-top: 12px;
  font-size: 18px;
}

.feature-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.portfolio-section,
.news-section {
  background: linear-gradient(180deg, #f7fbff, #eef5fc);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 230px;
  overflow: hidden;
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(5, 18, 37, 0.05), rgba(5, 18, 37, 0.9)),
    var(--portfolio-image) center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(5, 18, 37, 0.14);
}

.portfolio-card h3 {
  margin-top: 44px;
  color: #ffffff;
  font-size: 18px;
}

.portfolio-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.testimonials-section {
  background: #ffffff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.testimonial-card p {
  color: var(--muted);
}

.testimonial-card strong {
  color: var(--navy-950);
}

.testimonial-card span {
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 900;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form h3,
.contact-form p,
.contact-form label,
.contact-form .form-status,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form label:nth-of-type(1),
.contact-form label:nth-of-type(2),
.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4) {
  grid-column: auto;
}

.cms-header .button-secondary {
  color: #ffffff;
}

.cms-page {
  background: #edf4fb;
}

.dashboard-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .service-board,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .site-nav {
    border-color: rgba(255, 255, 255, 0.14);
    background: var(--navy-900);
  }

  .hero-section {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(5, 18, 37, 0.96), rgba(5, 18, 37, 0.84)),
      url("../assets/synervia-theme.png") center / cover no-repeat;
  }

  .hero-grid,
  .data-center-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 56px;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-visual img {
    height: 320px;
  }

  .feature-list,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 166px;
    height: 48px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-subheadline {
    font-size: 18px;
  }

  .service-board,
  .portfolio-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

}

.cms-panel .button-secondary,
.data-actions .button-secondary,
.login-panel .button-secondary,
.preview-card + .data-actions .button-secondary {
  border-color: var(--line);
  background: #ffffff;
  color: var(--navy-900);
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(5, 18, 37, 0.82) 0%, rgba(5, 18, 37, 0.58) 38%, rgba(5, 18, 37, 0.08) 100%),
    url("../SYNERVIA/top-banner.png") center / cover no-repeat;
}

.hero-network {
  display: none;
}

.hero-grid {
  grid-template-columns: minmax(0, 720px);
  justify-content: start;
}

.hero-visual {
  display: none;
}

.header-search {
  position: relative;
  width: min(18vw, 210px);
  min-width: 150px;
}

.header-search input {
  min-height: 38px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 9px 12px;
  font-size: 13px;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.header-search input:focus {
  border-color: rgba(25, 200, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(25, 200, 255, 0.16);
}

.search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 950;
  display: grid;
  width: min(360px, 82vw);
  overflow: hidden;
  border: 1px solid rgba(15, 42, 72, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(3, 15, 30, 0.22);
}

.search-results[hidden] {
  display: none;
}

.search-result {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(15, 42, 72, 0.08);
  background: #ffffff;
  color: var(--navy-950);
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
}

.search-result:last-child {
  border-bottom: 0;
}

.search-result:hover,
.search-result:focus {
  background: #eef8ff;
}

.search-result-title {
  font-weight: 900;
}

.search-result-label,
.search-empty {
  color: var(--muted);
  font-size: 12px;
}

.search-empty {
  padding: 12px 14px;
}

.is-search-target {
  scroll-margin-top: 96px;
  outline: 2px solid rgba(25, 200, 255, 0.72);
  outline-offset: -2px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  background: #ffffff;
}

.service-media {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: -22px -16px 16px;
  border-radius: 8px 8px 0 0;
  background: #071d39;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card .service-number {
  flex: 0 0 auto;
}

.service-card .service-list {
  margin-bottom: 18px;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
  }

  .hero-section {
    background:
      linear-gradient(180deg, rgba(5, 18, 37, 0.82), rgba(5, 18, 37, 0.48)),
      url("../SYNERVIA/top-banner.png") center / cover no-repeat;
  }

  .header-search {
    order: 4;
    width: 100%;
    margin-top: 8px;
  }

  .search-results {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.dashboard-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cms-form-section {
  display: grid;
  gap: 16px;
  padding: 18px 0 22px;
  border-top: 1px solid var(--line);
}

.cms-form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.cms-form-section h2 {
  color: var(--navy-950);
  font-size: 22px;
}

.cms-form-section-header,
.cms-item-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cms-item-list {
  display: grid;
  gap: 14px;
}

.cms-item-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  padding: 16px;
}

.cms-item-card h3 {
  font-size: 17px;
}

.cms-form-section .cms-grid {
  align-items: start;
}

.cms-form-section textarea {
  min-height: 112px;
}

.cms-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.cms-editor-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.cms-field-table {
  min-width: 720px;
}

.cms-editor-table th,
.cms-editor-table td {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid #e8eef5;
  padding: 12px;
  vertical-align: top;
}

.cms-editor-table th:last-child,
.cms-editor-table td:last-child {
  border-right: 0;
}

.cms-editor-table tr:last-child td {
  border-bottom: 0;
}

.cms-editor-table th {
  background: #eef6ff;
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}

.cms-editor-table input,
.cms-editor-table select,
.cms-editor-table textarea {
  min-width: 160px;
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.45;
}

.cms-editor-table textarea {
  min-width: 230px;
  min-height: 92px;
  resize: vertical;
}

.cms-upload-control {
  display: grid;
  min-width: 230px;
  gap: 8px;
}

.cms-upload-control .cms-file-input {
  padding: 8px;
  background: #f4f8fc;
}

.cms-editor-table input:disabled,
.cms-editor-table select:disabled,
.cms-editor-table textarea:disabled {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
  opacity: 1;
  resize: none;
}

.cms-editor-table tr.is-editing {
  background: #f8fcff;
}

.cms-action-head,
.cms-action-cell {
  width: 152px;
  min-width: 152px;
}

.cms-field-name {
  width: 220px;
  color: var(--navy-950);
  font-weight: 900;
}

.cms-action-stack {
  display: grid;
  gap: 8px;
}

.cms-action-button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  transition: filter 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.cms-action-button:hover,
.cms-action-button:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.cms-action-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.cms-action-add {
  width: 100%;
  background: #0b8f4d;
}

.cms-action-edit {
  background: #086fe8;
}

.cms-action-update {
  background: #f08a00;
}

.cms-action-delete {
  background: #d93636;
}

.cms-empty-cell {
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

@media (max-width: 720px) {
  .cms-form-section-header,
  .cms-item-card-header {
    align-items: stretch;
    flex-direction: column;
  }

  .cms-editor-table {
    min-width: 0;
  }

  .cms-editor-table thead {
    display: none;
  }

  .cms-editor-table,
  .cms-editor-table tbody,
  .cms-editor-table tr,
  .cms-editor-table td {
    display: block;
    width: 100%;
  }

  .cms-editor-table tr {
    border-bottom: 1px solid var(--line);
    padding: 12px;
  }

  .cms-editor-table td {
    border: 0;
    padding: 8px 0;
  }

  .cms-editor-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: var(--navy-950);
    font-size: 12px;
    font-weight: 900;
  }

  .cms-editor-table input,
  .cms-editor-table select,
  .cms-editor-table textarea,
  .cms-upload-control {
    width: 100%;
    min-width: 0;
  }
}
