:root {
  --ink: #13212b;
  --muted: #5a6874;
  --line: #d9e0e7;
  --panel: #ffffff;
  --soft: #f5f7fa;
  --steel: #102f46;
  --steel-2: #009fc7;
  --accent: #d5a62a;
  --accent-2: #e1b63b;
  --ok: #009fc7;
  --brand: #d5a62a;
  --shadow: 0 18px 45px rgba(19, 33, 43, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft);
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

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

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

.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;
}

.admin-login-section {
  min-height: calc(100vh - 220px);
  display: grid;
  align-items: center;
}

.admin-login-inner {
  display: grid;
  place-items: center;
}

.admin-login-card {
  width: min(100%, 460px);
}

.admin-login-card h1 {
  margin: 8px 0 10px;
  font-size: 2rem;
}

.admin-google-login {
  width: 100%;
  justify-content: center;
  margin: 12px 0;
}

.admin-login-separator {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-login-separator::before,
.admin-login-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

button {
  cursor: pointer;
}

.contact-strip {
  color: #fff;
  background: #0f2433;
}

.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  min-height: 46px;
  margin: 0 auto;
  padding: 7px clamp(18px, 4vw, 52px);
}

.contact-strip-links,
.social-links,
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-strip-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(213, 166, 42, 0.72);
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(213, 166, 42, 0.12);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(5, 17, 25, 0.18);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.contact-strip-links a[href*="wa.me"] {
  border-color: var(--accent);
  color: var(--ink);
  background: var(--accent);
}

.contact-strip-links a:hover,
.contact-strip-links a:focus-visible {
  border-color: var(--accent-2);
  color: var(--ink);
  background: var(--accent-2);
  outline: 3px solid rgba(225, 182, 59, 0.24);
  outline-offset: 2px;
  transform: translateY(-1px);
}

.contact-mini-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--accent-2);
  flex: 0 0 18px;
}

.contact-strip-links a[href*="wa.me"] .contact-mini-icon {
  color: var(--ink);
}

.contact-mini-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 6px 14px rgba(10, 20, 29, 0.18);
}

.social-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.career-top-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(213, 166, 42, 0.58);
  border-radius: 999px;
  color: #fff;
  background: rgba(213, 166, 42, 0.12);
  font-weight: 850;
}

.career-top-link:hover {
  background: rgba(213, 166, 42, 0.22);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  padding: 9px clamp(18px, 4vw, 52px) 13px;
  border-bottom: 1px solid rgba(217, 224, 231, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.topbar.is-scrolled {
  border-bottom-color: rgba(188, 202, 214, 0.9);
  box-shadow: 0 10px 24px rgba(14, 43, 64, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-logo-frame {
  display: grid;
  place-items: center;
  width: 122px;
  height: 66px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.brand-logo-frame > .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-logo-normal {
  max-width: 100%;
}

.brand-copy {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 650;
}

.nav a:hover,
.nav a.active {
  color: var(--ink);
  background: #eef3f7;
}

.quote-nav-link {
  position: relative;
}

.quote-nav-badge {
  position: absolute;
  top: -7px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0 5px;
  color: var(--steel);
  background: var(--mustard);
  box-shadow: 0 6px 15px rgba(10, 39, 57, 0.2);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.quote-nav-badge[hidden] {
  display: none;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
}

.menu-toggle {
  display: none;
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  background: #0f2433;
  box-shadow: 0 20px 55px rgba(5, 18, 28, 0.34);
}

.cookie-consent strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.cookie-consent p {
  margin: 0 0 5px;
  color: #d8e4ec;
  line-height: 1.45;
}

.cookie-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-consent .btn.outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.section {
  padding: clamp(34px, 6vw, 76px) clamp(18px, 4vw, 52px);
}

.inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #0f2433;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 20, 29, 0.9), rgba(10, 20, 29, 0.58) 48%, rgba(10, 20, 29, 0.18)),
    linear-gradient(0deg, rgba(10, 20, 29, 0.75), rgba(10, 20, 29, 0.05) 44%);
  z-index: 1;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 88px clamp(18px, 4vw, 52px) 48px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #dce8ef;
  font-size: 0.9rem;
  font-weight: 750;
  text-transform: uppercase;
}

.kicker::before {
  width: 34px;
  height: 3px;
  content: "";
  background: var(--accent-2);
}

.section:not(.band) .kicker,
.soft-section .kicker,
.product-info-panel .kicker {
  color: var(--steel);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h2 {
  max-width: 780px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

h3 {
  font-size: 1.05rem;
}

.lead {
  max-width: 710px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.58;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
}

.btn.primary {
  color: var(--steel);
  background: var(--accent);
}

.btn.secondary {
  color: var(--ink);
  background: #fff;
  border-color: rgba(16, 36, 51, 0.12);
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(16, 36, 51, 0.56);
  backdrop-filter: blur(2px);
}

.btn.outline {
  color: var(--steel);
  border-color: var(--line);
  background: #fff;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 960px;
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.22);
}

.hero-strip span {
  padding: 18px 16px;
  background: rgba(10, 20, 29, 0.58);
  color: #e8f0f6;
  font-weight: 750;
}

.page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--steel);
}

.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 20, 29, 0.9), rgba(10, 20, 29, 0.7) 50%, rgba(10, 20, 29, 0.28)),
    linear-gradient(0deg, rgba(10, 20, 29, 0.78), rgba(10, 20, 29, 0.06) 54%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: end;
  padding: 74px 0 44px;
}

.page-hero-content h1 {
  max-width: 860px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
}

.page-hero-content p {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  line-height: 1.58;
}

.page-hero-chips {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(16, 47, 70, 0.58);
  backdrop-filter: blur(4px);
}

.page-hero-chips span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.08);
  color: #eef6fb;
  font-weight: 800;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 1px 0 rgba(19, 33, 43, 0.03);
}

.line-card,
.product-card,
.metric-card {
  padding: 18px;
}

.line-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid var(--accent);
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.line-card:hover {
  border-color: var(--accent-2);
  box-shadow: 0 16px 34px rgba(213, 166, 42, 0.18);
  transform: translateY(-2px);
}

.line-card h3 {
  position: relative;
  padding-top: 4px;
}

.line-card h3::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  content: "";
  background: var(--accent);
}

.line-card .tag {
  align-self: flex-start;
  min-height: 34px;
  padding: 8px 12px;
  color: var(--steel);
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(213, 166, 42, 0.18);
}

.line-card p,
.product-card p,
.metric-card p,
.unit-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.product-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.product-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(100% + 36px);
  aspect-ratio: 1 / 1;
  margin: -18px -18px 4px;
  overflow: hidden;
  background: #fff;
}

.card-image {
  width: calc(100% + 36px);
  height: 168px;
  margin: -18px -18px 4px;
  object-fit: cover;
  background: #dce4eb;
}

.product-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 1 / 1;
  padding: 12px;
  object-fit: contain;
  background: #fff;
}

.product-watermark-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(46%, 240px);
  max-height: 34%;
  object-fit: contain;
  opacity: 0.18;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: saturate(0.9);
}

.content-card .card-image {
  width: calc(100% + 40px);
  height: 190px;
  margin: -20px -20px 2px;
}

.mascot-cta {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(0, 159, 199, 0.26);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f8fb 100%);
  box-shadow: 0 14px 35px rgba(19, 33, 43, 0.08);
}

.mascot-cta img {
  width: 132px;
  max-height: 144px;
  object-fit: contain;
  align-self: end;
}

.mascot-cta h3 {
  margin: 6px 0 6px;
  font-size: 1.24rem;
}

.mascot-cta p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.55;
}

.panel-image,
.section-image,
.article-image {
  width: 100%;
  object-fit: cover;
  background: #dce4eb;
}

.panel-image {
  height: 190px;
  margin: -22px -22px 18px;
  width: calc(100% + 44px);
  border-radius: 8px 8px 0 0;
}

.section-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #29465a;
  background: #e7eff5;
  font-size: 0.8rem;
  font-weight: 750;
}

.product-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.band {
  color: #fff;
  background: var(--steel);
}

.band .section-head p {
  color: #d8e4ed;
}

.unit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.unit-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.unit-panel p,
.unit-panel .tag {
  color: #e7eef4;
}

.unit-panel .tag {
  background: rgba(255, 255, 255, 0.15);
}

.unit-phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 2px;
}

.unit-phone-list a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--ink);
  background: var(--accent);
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(4, 15, 23, 0.22);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.unit-phone-list a::before {
  content: "☎";
  font-size: 0.9rem;
}

.unit-phone-list a:hover,
.unit-phone-list a:focus-visible {
  background: var(--accent-2);
  outline: 3px solid rgba(225, 182, 59, 0.24);
  outline-offset: 2px;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(4, 15, 23, 0.3);
}

.institutional-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--steel);
}

.institutional-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 20, 29, 0.92), rgba(10, 20, 29, 0.64) 52%, rgba(10, 20, 29, 0.28)),
    linear-gradient(0deg, rgba(10, 20, 29, 0.82), rgba(10, 20, 29, 0.06) 48%);
  z-index: 1;
}

.institutional-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institutional-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 88px clamp(18px, 4vw, 52px) 54px;
}

.institutional-hero-content h1 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.6vw, 4.35rem);
  line-height: 1.03;
}

.institutional-hero-content p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.58;
}

.segment-hero {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--steel);
}

.segment-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.segment-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 20, 29, 0.9), rgba(10, 20, 29, 0.62) 54%, rgba(10, 20, 29, 0.2)),
    linear-gradient(0deg, rgba(10, 20, 29, 0.82), rgba(10, 20, 29, 0.02) 46%);
}

.segment-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 86px;
  padding-bottom: 54px;
}

.segment-hero-content h1 {
  max-width: 920px;
  margin: 12px 0 14px;
  font-size: clamp(2.15rem, 4.2vw, 4.1rem);
  line-height: 1.04;
}

.segment-hero-content p {
  max-width: 700px;
  color: #e7eef4;
  font-size: 1.08rem;
  line-height: 1.58;
}

.segment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.compact-head {
  align-items: start;
  margin-bottom: 16px;
}

.segment-mini-panel {
  min-height: 156px;
  border-color: var(--line);
  background: #fff;
}

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

.segment-quote-panel {
  position: sticky;
  top: 104px;
  padding: 24px;
  border: 1px solid rgba(213, 166, 42, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(213, 166, 42, 0.16), rgba(255, 255, 255, 0.98) 36%),
    #fff;
  box-shadow: 0 16px 34px rgba(19, 33, 43, 0.08);
}

.segment-quote-panel h2 {
  margin: 8px 0 10px;
  font-size: 1.45rem;
}

.segment-quote-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.segment-faq {
  display: grid;
  gap: 10px;
}

.segment-faq details {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.segment-faq summary {
  padding: 16px 18px;
  font-weight: 800;
  cursor: pointer;
}

.segment-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #d8e4ed;
  line-height: 1.55;
}

.institutional-intro {
  align-items: center;
}

.institutional-feature-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.institutional-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.institutional-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.institutional-pillars .card,
.mission-card,
.group-card {
  padding: 22px;
}

.group-card {
  display: flex;
  flex-direction: column;
}

.group-card h3 {
  margin: 0 0 10px;
}

.institutional-pillars p,
.mission-card p,
.group-card p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.institutional-video-section {
  align-items: center;
}

.institutional-video-section p {
  max-width: 62ch;
  color: #d8e4ed;
  line-height: 1.6;
}

.video-placeholder {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.video-placeholder img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.72;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 36, 51, 0.68);
  transform: translate(-50%, -50%);
}

.institutional-line-grid,
.client-logo-grid,
.logo-placeholder-grid,
.values-grid {
  display: grid;
  gap: 12px;
}

.institutional-line-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.line-chip,
.values-grid span,
.logo-placeholder {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.line-chip {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 16px;
  color: var(--steel);
  font-weight: 850;
}

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

.client-logo-grid,
.logo-placeholder-grid {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.client-logo-card {
  display: grid;
  min-height: 0;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(19, 33, 43, 0.06);
}

.client-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.94);
}

.logo-placeholder {
  display: grid;
  min-height: 112px;
  place-items: center;
  color: #667684;
  font-weight: 850;
  text-align: center;
}

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

.section-head.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.values-grid span {
  display: grid;
  min-height: 64px;
  place-items: center;
  padding: 12px;
  color: var(--steel);
  font-weight: 850;
  text-align: center;
}

.identity-section {
  color: #fff;
  background: linear-gradient(135deg, #0f2433 0%, #123a55 58%, #0f2433 100%);
}

.identity-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 58px rgba(10, 20, 29, 0.24);
}

.identity-head {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.identity-head h2 {
  color: #fff;
}

.identity-card,
.identity-value-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.identity-feature-card {
  min-height: 270px;
  padding: 28px;
}

.identity-card-icon,
.identity-value-icon {
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(213, 166, 42, 0.15);
}

.identity-card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 8px;
}

.identity-card-icon.cyan {
  color: var(--steel-2);
  background: rgba(0, 159, 199, 0.14);
}

.identity-card-icon svg,
.identity-value-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.identity-feature-card::after {
  position: absolute;
  top: -34px;
  right: -28px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  content: "";
  opacity: 0.34;
}

.identity-card h3 {
  color: #fff;
  font-size: 1.35rem;
}

.identity-card p {
  margin: 12px 0 0;
  color: #d8e4ed;
  font-size: 1.02rem;
  line-height: 1.64;
}

.identity-card strong {
  color: #f4cf62;
}

.identity-values-title {
  margin: 30px 0 16px;
  color: #fff;
  text-align: center;
}

.identity-section .values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.identity-value-card {
  display: grid;
  min-height: 178px;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding: 18px 14px;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.identity-value-card:hover {
  border-color: rgba(213, 166, 42, 0.42);
  background: rgba(213, 166, 42, 0.1);
  transform: translateY(-2px);
}

.identity-value-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
}

.identity-value-icon svg {
  width: 24px;
  height: 24px;
}

.identity-value-card h4 {
  margin: 2px 0 0;
  color: #fff;
}

.identity-value-card p {
  margin: 0;
  color: #c7d5df;
  font-size: 0.9rem;
  line-height: 1.42;
}

.group-logo-frame,
.group-logo-placeholder {
  display: grid;
  width: 100%;
  height: 142px;
  place-items: center;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.group-logo-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 100px;
  object-fit: contain;
}

.group-card-future {
  border-style: dashed;
}

.group-logo-placeholder {
  position: relative;
  color: var(--steel-2);
  border-style: dashed;
  font-size: 1.25rem;
  font-weight: 850;
}

.group-logo-placeholder .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}

.institutional-center-actions {
  justify-content: center;
}

.institutional-final-cta {
  padding: 84px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 20, 29, 0.94), rgba(10, 20, 29, 0.72)),
    url("assets/hero-industrial.png") center / cover;
}

.institutional-final-cta p {
  max-width: 720px;
  color: #d8e4ed;
  line-height: 1.6;
}

.filters {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.field-help {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
}

.unit-choice-inline {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.unit-choice-inline legend {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.unit-choice-inline > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.unit-choice-inline label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: center;
  min-height: 66px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
}

.unit-choice-inline label:has(input:checked) {
  border-color: var(--steel-2);
  box-shadow: 0 0 0 2px rgba(0, 159, 199, 0.14);
}

.unit-choice-inline span {
  display: grid;
  gap: 3px;
}

.unit-choice-inline small {
  color: var(--muted);
}

.unit-choice-dialog {
  width: min(780px, calc(100% - 32px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.unit-choice-dialog::backdrop {
  background: rgba(15, 36, 51, 0.72);
}

.unit-choice-dialog h2 {
  margin: 8px 0;
  font-size: 1.45rem;
}

.unit-choice-dialog > p {
  margin: 0 0 18px;
  color: var(--muted);
}

.unit-choice-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.unit-choice-head button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}

.unit-choice-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(230px, 0.75fr);
  gap: 24px;
  align-items: center;
}

.brazil-map-wrap {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  background: var(--soft);
}

.brazil-map-stage {
  position: relative;
  width: min(100%, 350px);
  aspect-ratio: 657 / 661;
}

.brazil-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-hotspot {
  position: absolute;
  min-height: 38px;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 14px rgba(16, 47, 70, 0.3);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.map-hotspot:hover,
.map-hotspot:focus-visible {
  z-index: 2;
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
  filter: brightness(1.08);
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 8px 20px rgba(16, 47, 70, 0.38);
}

.map-hotspot.is-suggested {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
}

.hotspot-north,
.hotspot-northeast {
  background: var(--accent);
}

.hotspot-center-west {
  background: var(--steel-2);
}

.hotspot-southeast,
.hotspot-south {
  background: var(--steel);
}

.hotspot-north {
  left: 31%;
  top: 25%;
}

.hotspot-northeast {
  left: 81%;
  top: 38%;
}

.hotspot-center-west {
  left: 51%;
  top: 51%;
}

.hotspot-southeast {
  left: 71%;
  top: 69%;
}

.hotspot-south {
  left: 57%;
  top: 87%;
}

.map-helper {
  margin: 2px 0 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

.map-unit-options {
  display: grid;
  gap: 10px;
}

.map-unit-options > button {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.map-unit-options > button:hover,
.map-unit-options > button:focus-visible {
  border-color: var(--steel-2);
  background: var(--soft);
  box-shadow: 0 0 0 3px rgba(0, 159, 199, 0.14);
}

.map-unit-options > button.is-suggested {
  border-top: 4px solid var(--accent);
}

.map-unit-options strong {
  font-size: 1rem;
}

.map-unit-options button > span:last-child {
  display: grid;
  gap: 5px;
}

.map-unit-options small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.map-swatch {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border-radius: 3px;
}

.map-swatch-imperatriz {
  background: var(--accent);
}

.map-swatch-goiania {
  background: var(--steel-2);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 26px;
  align-items: start;
}

.form-card {
  padding: 22px;
}

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

.form-grid .wide {
  grid-column: 1 / -1;
}

.product-detail {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  align-items: start;
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 47, 70, 0), rgba(16, 47, 70, 0.16));
}

.product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
}

.product-visual .product-watermark-logo {
  inset: auto;
  left: 50%;
  top: 50%;
  width: min(42%, 260px);
  height: auto;
  max-height: 30%;
  padding: 0;
  opacity: 0.19;
  transform: translate(-50%, -50%);
}

.specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.specs div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.product-info-panel {
  min-width: 0;
}

.product-description-block,
.product-quote-guide,
.product-related-section {
  margin-top: 18px;
}

.product-description-block {
  padding: 18px;
  border-left: 4px solid var(--mustard);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 39, 58, 0.06);
}

.product-description-block h2,
.product-quote-guide h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.product-description-block p,
.product-quote-guide li {
  color: var(--muted);
  line-height: 1.65;
}

.product-description-block p {
  margin: 0;
}

.product-quote-guide {
  padding: 16px 18px;
  border: 1px solid rgba(218, 169, 34, 0.38);
  border-radius: 8px;
  background: rgba(218, 169, 34, 0.1);
}

.product-quote-guide ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.product-related-section {
  padding-top: 26px;
}

.quote-list {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.quote-item {
  display: grid;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.quote-item-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

.quote-item-head button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: #fff;
  font-size: 1.05rem;
  cursor: pointer;
}

.quote-item > label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.quote-item > input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 9px 10px;
  color: var(--ink);
  background: #fff;
}

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

.metric-card strong {
  display: block;
  font-size: 2rem;
}

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

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

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

th {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.unit-contact-dock {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 28;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  width: min(680px, calc(100vw - 120px));
  min-height: 70px;
  border: 1px solid rgba(213, 166, 42, 0.72);
  border-radius: 8px;
  padding: 11px 12px 11px 15px;
  color: #fff;
  background: rgba(15, 36, 51, 0.97);
  box-shadow: 0 16px 38px rgba(5, 17, 25, 0.32);
  backdrop-filter: blur(10px);
}

.unit-contact-dock-head {
  display: grid;
  gap: 3px;
  min-width: 126px;
}

.unit-contact-dock-head span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.unit-contact-dock-head strong {
  font-size: 0.92rem;
}

.unit-contact-dock-phones {
  display: flex;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.unit-contact-dock-phones::-webkit-scrollbar {
  display: none;
}

.unit-contact-dock-phones a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  background: #fff;
  font-size: 0.88rem;
  box-shadow: 0 5px 12px rgba(4, 15, 23, 0.18);
}

.unit-contact-dock-phones a span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  color: var(--accent);
}

.unit-contact-dock-phones svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.unit-contact-dock-phones a:hover,
.unit-contact-dock-phones a:focus-visible {
  outline: 3px solid rgba(225, 182, 59, 0.32);
  outline-offset: 1px;
  background: #fff9e8;
}

.unit-contact-dock-whatsapp {
  min-height: 44px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--accent);
  font-weight: 850;
}

.unit-contact-dock-whatsapp:hover,
.unit-contact-dock-whatsapp:focus-visible {
  outline: 3px solid rgba(225, 182, 59, 0.3);
  outline-offset: 2px;
  background: var(--accent-2);
}

body.is-unit-route .site-footer {
  padding-bottom: 108px;
}

.phone-contact-popup {
  position: fixed;
  top: 148px;
  right: 18px;
  z-index: 29;
  width: min(340px, calc(100vw - 36px));
  border: 1px solid rgba(213, 166, 42, 0.72);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(5, 17, 25, 0.24);
  backdrop-filter: blur(10px);
  animation: phone-popup-in 220ms ease-out both;
}

.phone-contact-popup-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.phone-contact-popup-head > div {
  display: grid;
  gap: 3px;
}

.phone-contact-popup-head span {
  color: var(--steel-2);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.phone-contact-popup-head strong {
  font-size: 1.05rem;
}

.phone-contact-popup-head button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
  font-size: 1.2rem;
}

.phone-contact-popup-list {
  display: grid;
  gap: 7px;
}

.phone-contact-popup-list a {
  display: grid;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 11px;
  background: var(--soft);
}

.phone-contact-popup-list a[href*="wa.me"] {
  border-color: rgba(213, 166, 42, 0.58);
  background: #fff8e4;
}

.phone-contact-popup-list a:hover,
.phone-contact-popup-list a:focus-visible {
  border-color: var(--accent);
  outline: 3px solid rgba(213, 166, 42, 0.18);
  outline-offset: 1px;
}

.phone-contact-popup-list small {
  color: var(--muted);
  font-size: 0.72rem;
}

.phone-contact-popup-list strong {
  font-size: 0.94rem;
}

@keyframes phone-popup-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.assistant {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
}

.assistant-toggle {
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 39, 57, 0.28);
  cursor: pointer;
}

.assistant-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assistant-nudge {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 248px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--steel);
  background: #fff;
  box-shadow: var(--shadow);
  text-align: left;
  cursor: pointer;
  animation: assistant-nudge-in 220ms ease-out;
}

.assistant-nudge strong,
.assistant-nudge span {
  display: block;
}

.assistant-nudge strong {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.assistant-nudge span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

@keyframes assistant-nudge-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.assistant-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(360px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.assistant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.assistant-identity {
  display: flex;
  align-items: center;
  gap: 9px;
}

.assistant-identity img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.assistant-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0;
}

.assistant-actions button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7fafc;
  font-weight: 750;
  cursor: pointer;
}

.assistant-messages {
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-height: 280px;
  margin-top: 14px;
  padding-right: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.assistant-message {
  align-self: flex-start;
  max-width: 92%;
  padding: 10px 11px;
  border-radius: 7px;
  color: var(--steel);
  background: #eef4f7;
  font-size: 0.9rem;
  line-height: 1.42;
  white-space: pre-line;
}

.assistant-message.is-user {
  align-self: flex-end;
  color: #fff;
  background: var(--steel);
}

.assistant-suggestions {
  display: grid;
  gap: 6px;
  width: 100%;
}

.assistant-suggestions a {
  display: block;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.assistant-suggestions a:hover,
.assistant-suggestions a:focus-visible {
  border-color: var(--cyan);
}

.assistant-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin-top: 10px;
}

.assistant-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
}

.assistant-form button {
  border: 0;
  border-radius: 6px;
  padding: 0 13px;
  color: var(--steel);
  background: var(--mustard);
  font-weight: 800;
  cursor: pointer;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 60;
  width: min(620px, calc(100vw - 32px));
  transform: translateX(-50%);
  padding: 14px 16px;
  border-radius: 8px;
  color: #fff;
  background: rgba(19, 33, 43, 0.96);
  box-shadow: var(--shadow);
}

.empty-state {
  padding: 28px;
  border: 1px dashed #aebac5;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
}

.result-summary {
  margin: 4px 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.pagination button {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
  font-weight: 800;
}

.pagination button.active {
  border-color: var(--steel);
  color: #fff;
  background: var(--steel);
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.pagination-gap {
  min-width: 24px;
  color: var(--muted);
  text-align: center;
}

.pagination.compact {
  justify-content: flex-start;
  margin-top: 12px;
}

.pagination.compact button {
  min-width: 34px;
  height: 34px;
}

.category-shelves {
  display: grid;
  gap: 34px;
  margin-top: 42px;
}

.catalog-section {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.catalog-banner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
}

.catalog-banner img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(19, 33, 43, 0.12);
}

.catalog-banner p {
  color: var(--muted);
  line-height: 1.55;
}

.content-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
}

.content-card p {
  color: var(--muted);
  line-height: 1.55;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.mini-list span {
  padding: 6px 8px;
  border-radius: 6px;
  background: #eef3f7;
  color: #29465a;
  font-size: 0.85rem;
  font-weight: 750;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

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

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ok);
  content: "";
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
}

.article-header,
.article-body {
  grid-column: 1;
}

.article-header p,
.article-body p {
  color: var(--muted);
  line-height: 1.7;
}

.article-body {
  padding-top: 16px;
}

.article-body h2 {
  margin-top: 28px;
  font-size: 1.35rem;
}

.article-body h3,
.article-body h4 {
  margin-top: 24px;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.article-body ul,
.article-body ol {
  color: var(--muted);
  line-height: 1.7;
}

.article-body blockquote {
  margin: 22px 0;
  padding: 4px 0 4px 18px;
  border-left: 4px solid var(--accent);
  color: var(--steel);
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
}

.article-body th,
.article-body td {
  padding: 9px;
  border: 1px solid var(--line);
  text-align: left;
}

.article-body figure {
  margin: 24px 0;
}

.youtube-embed-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: var(--steel);
}

.video-embed-card {
  margin: 0;
}

.video-feature-section {
  align-items: center;
}

.video-feature-section p {
  max-width: 62ch;
  color: #d8e4ed;
  line-height: 1.6;
}

.video-feature-section .youtube-embed-frame {
  box-shadow: var(--shadow);
}

.light-video-section p {
  color: var(--muted);
}

.careers-layout {
  align-items: start;
}

.careers-note {
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(213, 166, 42, 0.46);
  border-radius: 8px;
  color: var(--steel);
  background: rgba(213, 166, 42, 0.1);
  line-height: 1.5;
}

.career-form {
  box-shadow: 0 16px 36px rgba(19, 33, 43, 0.08);
}

.blog-admin-list {
  padding: 18px;
}

.blog-editor {
  position: static;
  margin-bottom: 18px;
}

.video-insert-field > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.video-insert-field .btn {
  min-height: 46px;
}

.article-cta,
.article-conversion-rail {
  position: sticky;
  top: 92px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.article-conversion-rail {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-conversion-rail section {
  padding: 20px;
}

.article-conversion-rail section + section {
  border-top: 1px solid var(--line);
}

.article-conversion-rail h2,
.article-conversion-rail h3,
.article-conversion-rail p {
  margin-top: 0;
}

.article-conversion-rail h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.article-conversion-rail h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.article-conversion-rail p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.conversion-primary {
  border-top: 4px solid var(--accent);
}

.conversion-benefits {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.conversion-benefits li {
  position: relative;
  padding-left: 20px;
  color: var(--steel);
  font-size: 0.88rem;
  line-height: 1.4;
}

.conversion-benefits li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--steel-2);
  content: "";
}

.conversion-actions {
  display: grid;
  gap: 8px;
}

.conversion-actions .btn,
.compact-newsletter .btn {
  width: 100%;
}

.conversion-paths {
  display: grid;
  gap: 8px;
  background: var(--soft);
}

.conversion-paths h3 {
  margin-bottom: 2px;
}

.conversion-paths a {
  display: grid;
  gap: 3px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.conversion-paths a:last-child {
  border-bottom: 0;
}

.conversion-paths a::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--steel-2);
  font-size: 1.2rem;
  content: "\2192";
}

.conversion-paths strong,
.conversion-paths span {
  grid-column: 1;
}

.conversion-paths span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.compact-newsletter {
  display: grid;
  gap: 9px;
}

.compact-newsletter > label:first-child {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.compact-newsletter input[type="email"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 11px;
  color: var(--ink);
  background: #fff;
}

.compact-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

@media (min-width: 901px) and (max-height: 1040px) {
  .article-conversion-rail {
    position: static;
  }
}

.site-footer {
  padding: 42px clamp(18px, 4vw, 52px);
  color: #dbe7ef;
  background: #0f2433;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-footer p {
  max-width: 390px;
  color: #aebdca;
  line-height: 1.6;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 9px 0;
  color: #dbe7ef;
}

.footer-contact {
  margin-top: 16px;
  gap: 8px;
}

.footer-contact a {
  display: inline-flex !important;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  margin: 0 !important;
  padding: 9px 12px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--ink) !important;
  background: var(--accent);
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(4, 15, 23, 0.24);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.footer-contact a::before {
  content: "☎";
  font-size: 0.88rem;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  background: var(--accent-2);
  outline: 3px solid rgba(225, 182, 59, 0.2);
  outline-offset: 2px;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(4, 15, 23, 0.32);
}

.footer-brand {
  display: inline-flex;
  color: #fff;
}

.brand-logo-negative {
  width: 188px;
  max-width: 100%;
}

.admin-page {
  min-height: calc(100vh - 72px);
  padding-top: 0;
  background: #eef2f5;
}

.admin-page > .inner {
  padding-top: 0;
}

body.is-admin-route .contact-strip,
body.is-admin-route .topbar,
body.is-admin-route .site-footer,
body.is-admin-route .assistant {
  display: none;
}

body.is-admin-route #app {
  min-height: 100vh;
}

body.is-admin-route {
  overflow-x: hidden;
}

.admin-workspace {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 100vh;
  background: #eef2f5;
}

.admin-sidebar {
  display: flex;
  position: sticky;
  top: 0;
  height: 100vh;
  flex-direction: column;
  gap: 30px;
  padding: 28px 20px;
  color: #e9f0f5;
  background: var(--steel);
}

.admin-brand {
  display: grid;
  gap: 4px;
  color: #fff;
}

.admin-brand strong {
  font-size: 1.05rem;
}

.admin-brand span,
.admin-sidebar-note p {
  color: #b8c8d4;
  font-size: 0.86rem;
  line-height: 1.45;
}

.admin-nav {
  display: grid;
  gap: 5px;
}

.admin-nav a {
  padding: 11px 12px;
  border-radius: 6px;
  color: #c8d6e0;
  font-weight: 750;
}

.admin-nav a:hover,
.admin-nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.admin-sidebar-note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.admin-sidebar-note p {
  margin: 10px 0 0;
}

.admin-main {
  min-width: 0;
  padding: 44px clamp(22px, 4vw, 58px) 58px;
}

.admin-context-bar {
  display: grid;
  position: sticky;
  z-index: 25;
  top: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 68px;
  margin: 0 calc(clamp(18px, 4vw, 52px) * -1) 30px;
  padding: 10px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 7px 20px rgba(19, 33, 43, 0.07);
}

.admin-context-brand {
  display: grid;
  gap: 1px;
  color: var(--steel);
  line-height: 1.2;
}

.admin-context-brand span {
  color: var(--muted);
  font-size: 0.76rem;
}

.admin-context-bar nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.admin-context-bar nav a,
.admin-view-site {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.admin-context-bar nav a:hover,
.admin-context-bar nav a.active {
  color: var(--steel);
  background: #e9f0f4;
}

.admin-view-site {
  border: 1px solid var(--line);
  color: var(--steel);
  background: #fff;
}

.admin-overview-head,
.admin-section-heading,
.admin-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.admin-overview-head {
  margin-bottom: 28px;
}

.admin-overview-head h1 {
  margin: 7px 0 8px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.admin-overview-head p,
.admin-section-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.admin-kpi-card,
.admin-unit-card,
.admin-panel,
.admin-integration-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(19, 33, 43, 0.04);
}

.admin-kpi-card {
  min-height: 152px;
  padding: 18px;
}

.admin-kpi-card span,
.admin-unit-card span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.admin-kpi-card strong,
.admin-unit-card strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--steel);
  font-size: 2rem;
}

.admin-kpi-card p,
.admin-unit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.admin-section-block {
  margin-top: 36px;
}

.admin-attention {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: start;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(213, 166, 42, 0.5);
  border-radius: 8px;
  background: #fffaf0;
}

.admin-attention h2 {
  margin: 6px 0 0;
  font-size: 1.2rem;
}

.admin-attention-list {
  display: grid;
  gap: 7px;
}

.admin-attention-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  padding: 10px 12px;
  border: 1px solid rgba(213, 166, 42, 0.32);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
}

.admin-attention-list a::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  content: "\2192";
  font-weight: 900;
}

.admin-attention-list span {
  color: var(--muted);
  font-size: 0.82rem;
}

.admin-section-heading {
  margin-bottom: 16px;
}

.admin-section-heading h2,
.admin-panel-head h2 {
  margin: 6px 0 0;
  font-size: 1.35rem;
}

.admin-unit-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-unit-card {
  padding: 18px;
}

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

.admin-module-card {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 18px rgba(19, 33, 43, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.admin-module-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 12px 22px rgba(19, 33, 43, 0.1);
  transform: translateY(-2px);
}

.admin-module-index {
  color: var(--mustard-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

.admin-module-card h3 {
  margin: 20px 0 10px;
}

.admin-module-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.admin-module-card > :last-child {
  margin-top: auto;
  color: var(--steel);
  font-size: 0.88rem;
  font-weight: 850;
}

.admin-data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: 16px;
  margin-top: 36px;
}

.admin-panel {
  padding: 20px;
}

.admin-panel-head {
  margin-bottom: 16px;
}

.admin-panel-head a {
  color: var(--steel);
  font-size: 0.88rem;
  font-weight: 850;
}

.admin-compact-list {
  display: grid;
  gap: 0;
}

.admin-compact-list > div {
  display: grid;
  gap: 5px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.admin-compact-list > div:last-child {
  border-bottom: 0;
}

.admin-compact-list span,
.admin-compact-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.admin-integrations {
  padding-top: 0;
}

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

.admin-integration-grid article {
  display: grid;
  gap: 8px;
  padding: 17px;
}

.admin-integration-grid span {
  color: #8a5d00;
  font-size: 0.88rem;
  font-weight: 750;
}

.admin-integration-grid span.live {
  color: #147044;
}

.admin-return {
  display: inline-flex;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 850;
}

.admin-return span {
  color: var(--muted);
  font-weight: 650;
}

.admin-page h1 {
  font-size: 2.35rem;
}

.admin-page h2 {
  font-size: 1.35rem;
}

.admin-heading,
.admin-toolbar,
.admin-editor-head,
.admin-editor-actions,
.admin-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-heading {
  align-items: flex-end;
  margin-bottom: 22px;
}

.admin-heading h1 {
  margin-bottom: 7px;
}

.admin-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.admin-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-tools-menu {
  position: relative;
}

.admin-tools-menu summary {
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.admin-tools-menu summary::-webkit-details-marker {
  display: none;
}

.admin-tools-menu summary::after {
  margin-left: 8px;
  content: "\25BE";
  font-size: 0.74rem;
}

.admin-tools-menu[open] summary {
  border-color: var(--cyan);
}

.admin-tools-menu > div {
  display: grid;
  position: absolute;
  z-index: 35;
  top: calc(100% + 7px);
  right: 0;
  min-width: 220px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-tools-menu button,
.admin-tools-menu label {
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 5px;
  color: var(--steel);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.admin-tools-menu button:hover,
.admin-tools-menu label:hover {
  background: #eef3f7;
}

.admin-metrics {
  margin-bottom: 18px;
}

.admin-migration {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-migration-head,
.migration-controls,
.migration-progress > div,
.migration-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-migration-head {
  margin-bottom: 16px;
}

.admin-migration-head h2 {
  margin-top: 7px;
}

.audit-metrics {
  margin-bottom: 14px;
}

.category-merge-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.audit-note {
  padding: 10px 12px;
  border-left: 3px solid var(--accent);
  color: var(--steel);
  background: #fffaf0;
  line-height: 1.5;
}

.audit-table-wrap {
  max-height: 420px;
  overflow: auto;
}

.audit-table-wrap td:first-child strong,
.audit-table-wrap td:first-child small {
  display: block;
}

.audit-table-wrap td:first-child small {
  margin-top: 3px;
  color: var(--muted);
}

.audit-issue {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--steel);
  background: #e7f5f8;
  font-size: 0.78rem;
  font-weight: 750;
}

.migration-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.55fr) auto;
  align-items: end;
}

.migration-progress {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.migration-progress span {
  color: var(--muted);
}

.migration-progress progress {
  width: 100%;
  height: 12px;
  margin-top: 10px;
  accent-color: var(--ok);
}

.migration-summary {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 16px 0 10px;
}

.migration-summary span {
  padding: 9px 11px;
  border-radius: 6px;
  background: #eef3f7;
  color: var(--steel);
}

.migration-connection-error {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--steel);
  background: #fffaf0;
}

.migration-connection-error p {
  margin: 6px 0 0;
  line-height: 1.5;
}

.migration-table-wrap {
  max-height: 330px;
  margin-bottom: 12px;
  overflow: auto;
}

.url-cell {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-editor-workspace {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.admin-editor-workspace > * {
  min-width: 0;
}

.admin-editor,
.admin-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-editor {
  position: sticky;
  top: 88px;
  padding: 18px;
}

.admin-editor-head {
  margin-bottom: 16px;
}

.admin-editor-head h2 {
  margin-top: 7px;
}

.admin-editor-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn.danger {
  border-color: var(--accent);
  color: var(--steel);
  background: #fffaf0;
}

.btn:disabled {
  cursor: not-allowed;
  color: #5f6f7c;
  background: #eef3f7;
  border-color: #d5e0e8;
  opacity: 1;
}

.admin-list {
  min-width: 0;
  padding: 16px;
  overflow: hidden;
}

.admin-list-head {
  align-items: flex-end;
  margin-bottom: 12px;
}

.admin-list-actions,
.table-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-list-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.selection-cell {
  width: 42px;
  text-align: center;
}

.selection-cell input {
  width: 17px;
  height: 17px;
  accent-color: var(--steel-2);
}

.admin-search {
  width: min(420px, 100%);
}

.admin-table-wrap {
  width: 100%;
  max-width: 100%;
  max-height: 760px;
  overflow: auto;
}

.admin-table td:first-child strong,
.admin-table td:first-child small {
  display: block;
}

.admin-table td:first-child small {
  margin-top: 4px;
  color: var(--muted);
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: #8b97a2;
}

.status-dot.published {
  background: var(--ok);
}

.table-action {
  min-height: 34px;
  padding: 6px 10px;
  border-color: var(--line);
  color: var(--steel);
  background: #fff;
}

.provider-status {
  padding: 9px 12px;
  border: 1px solid #d8dee3;
  border-radius: 6px;
  color: var(--steel);
  background: #f6f8f9;
  font-size: 13px;
  font-weight: 700;
}

.provider-status.live {
  border-color: #8acbdd;
  color: var(--steel);
  background: #edf8fb;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  margin: 22px 0 16px;
  padding-bottom: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}

.admin-tabs button {
  min-height: 38px;
  padding: 8px 13px;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.admin-tabs button.active {
  color: #fff;
  background: var(--steel);
}

.marketing-panel {
  display: none;
}

.marketing-panel.active {
  display: block;
}

.marketing-campaign-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.marketing-editor {
  position: static;
}

.campaign-step {
  min-width: 0;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.campaign-step legend {
  padding: 0 8px 0 0;
  color: var(--steel);
  font-weight: 850;
}

.campaign-step legend span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  color: var(--steel);
  background: var(--mustard);
  font-size: 0.8rem;
}

.campaign-step .field small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
}

.campaign-audience-estimate {
  display: grid;
  gap: 3px;
  padding: 12px;
  border-left: 3px solid var(--cyan);
  color: var(--steel);
  background: #edf8fb;
}

.campaign-audience-estimate span {
  color: var(--muted);
  font-size: 0.8rem;
}

.campaign-test-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.campaign-actions {
  position: sticky;
  z-index: 5;
  bottom: 0;
  margin: 0 -18px -18px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.marketing-preview {
  position: sticky;
  top: 88px;
  min-height: 320px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 8px;
  background: #fff;
}

.marketing-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.marketing-preview-head > div:first-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.marketing-preview-head strong,
.marketing-preview-head small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-preview-head small {
  color: var(--muted);
}

.preview-modes {
  display: flex;
  gap: 3px;
  padding: 3px;
  border-radius: 6px;
  background: #eef3f7;
}

.preview-modes button {
  border: 0;
  border-radius: 4px;
  padding: 6px 8px;
  color: var(--muted);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 750;
  cursor: pointer;
}

.preview-modes button.active {
  color: var(--steel);
  background: #fff;
  box-shadow: 0 2px 6px rgba(19, 33, 43, 0.1);
}

.email-preview-frame {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  transition: width 180ms ease;
}

.email-preview-frame.is-mobile {
  width: min(320px, 100%);
}

.email-preview-brand {
  padding: 17px 20px;
  color: #fff;
  background: var(--steel);
  font-weight: 850;
}

.email-preview-content {
  padding: 24px 20px;
}

.email-preview-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #f7f9fa;
  font-size: 0.72rem;
  line-height: 1.45;
}

.marketing-preview h2 {
  margin: 12px 0 10px;
  font-size: 25px;
  line-height: 1.2;
}

.marketing-preview p {
  min-height: 92px;
  color: var(--muted);
  line-height: 1.65;
  white-space: pre-wrap;
}

.marketing-dispatch-progress {
  margin-top: 18px;
  padding: 10px;
  border-left: 3px solid var(--brand);
  color: var(--steel);
  background: #f4f7f8;
  font-size: 13px;
  font-weight: 700;
}

.marketing-table-wrap {
  margin-top: 16px;
}

.marketing-page table td:first-child strong,
.marketing-page table td:first-child small {
  display: block;
}

.marketing-page table td:first-child small {
  margin-top: 4px;
  color: var(--muted);
}

.automation-list {
  display: grid;
  gap: 10px;
}

.marketing-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.marketing-section-head h2 {
  margin: 6px 0;
}

.marketing-section-head p {
  margin: 0;
  color: var(--muted);
}

.automation-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.automation-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.automation-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.automation-title h3 {
  margin: 0;
}

.automation-flow {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.automation-flow span {
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--steel);
  background: #f8fafb;
  font-size: 0.84rem;
  font-weight: 750;
}

.automation-flow small {
  color: var(--muted);
  font-size: 0.69rem;
  text-transform: uppercase;
}

.automation-flow b {
  align-self: center;
  color: var(--mustard-dark);
}

.automation-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.automation-state {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.automation-row h3 {
  margin: 7px 0 4px;
  font-size: 17px;
}

.automation-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.switch {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 24px;
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch span {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #b8c0c6;
  cursor: pointer;
  transition: background 160ms ease;
}

.switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 160ms ease;
}

.switch input:checked + span {
  background: var(--ok);
}

.switch input:checked + span::after {
  transform: translateX(20px);
}

@media (max-width: 900px) {
  .contact-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .contact-strip-links {
    width: 100%;
    gap: 8px 12px;
  }

  .social-links {
    width: 100%;
    gap: 8px;
  }

  .career-top-link {
    min-height: 38px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .quote-nav-link {
    padding-right: 42px;
  }

  .quote-nav-badge {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .hero {
    min-height: 680px;
  }

  .hero-strip {
    margin-top: 30px;
  }

  .hero-strip span {
    padding: 13px 14px;
  }

  .hero-strip,
  .page-hero-content,
  .grid.cols-3,
  .grid.cols-4,
  .unit-grid,
  .institutional-pillars,
  .institutional-line-grid,
  .logo-placeholder-grid,
  .mission-grid,
  .group-grid,
  .values-grid,
  .identity-section .values-grid,
  .two-col,
  .product-detail,
  .dashboard-grid,
  .filters,
  .catalog-banner,
  .article-layout,
  .segment-layout,
  .footer-inner,
  .mascot-cta {
    grid-template-columns: 1fr;
  }

  .mascot-cta {
    text-align: center;
  }

  .mascot-cta img {
    justify-self: center;
    width: 116px;
  }

  .article-header,
  .article-body,
  .article-cta,
  .article-conversion-rail {
    grid-column: 1;
  }

  .article-cta,
  .article-conversion-rail,
  .segment-quote-panel {
    position: static;
    grid-row: auto;
  }

  .unit-choice-inline > div,
  .unit-choice-layout {
    grid-template-columns: 1fr;
  }

  .unit-choice-dialog {
    max-height: calc(100dvh - 24px);
    padding: 18px;
    overflow-y: auto;
  }

  .unit-choice-layout {
    gap: 12px;
  }

  .brazil-map-stage {
    width: min(100%, 265px);
  }

  .map-hotspot {
    min-height: 32px;
    padding: 6px 8px;
    font-size: 0.66rem;
  }

  .admin-workspace,
  .admin-editor-workspace {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    gap: 16px;
    padding: 18px 16px;
  }

  .admin-nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .admin-nav a {
    flex: 0 0 auto;
  }

  .admin-sidebar-note {
    display: none;
  }

  .admin-main {
    padding: 30px 18px 42px;
  }

  .admin-kpi-grid,
  .admin-unit-summary,
  .admin-module-grid,
  .admin-data-grid,
  .admin-integration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-campaign-layout {
    grid-template-columns: 1fr;
  }

  .marketing-preview {
    position: static;
  }

  .automation-row {
    align-items: flex-start;
  }

  .automation-flow {
    max-width: calc(100vw - 110px);
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .admin-editor {
    position: static;
  }

  .admin-heading,
  .admin-list-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-toolbar {
    justify-content: flex-start;
  }

  .admin-context-bar {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .admin-context-bar nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .admin-context-bar nav a {
    flex: 0 0 auto;
  }

  .admin-attention {
    grid-template-columns: 1fr;
  }

  .migration-controls {
    grid-template-columns: 1fr;
  }

  .category-merge-controls {
    grid-template-columns: 1fr;
  }

  .admin-migration-head {
    align-items: flex-start;
  }

  .section-head {
    display: grid;
  }

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

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.05rem, 12vw, 3.1rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .brand-copy {
    display: none;
  }

  .admin-overview-head,
  .admin-section-heading,
  .admin-panel-head {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .admin-overview-head .btn {
    width: 100%;
  }

  .admin-kpi-grid,
  .admin-unit-summary,
  .admin-module-grid,
  .admin-data-grid,
  .admin-integration-grid {
    grid-template-columns: 1fr;
  }

  .admin-kpi-card {
    min-height: 0;
  }

  .admin-module-card {
    min-height: 188px;
  }

  .campaign-step {
    padding: 13px;
  }

  .campaign-test-row,
  .marketing-section-head {
    grid-template-columns: 1fr;
  }

  .campaign-test-row {
    display: grid;
  }

  .marketing-section-head {
    display: grid;
    align-items: stretch;
  }

  .automation-row {
    display: grid;
  }

  .automation-controls {
    justify-content: space-between;
  }

  .automation-flow {
    max-width: calc(100vw - 66px);
  }

  .admin-context-brand span,
  .admin-view-site {
    display: none;
  }

  .admin-context-bar {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .admin-context-bar nav {
    grid-column: 1;
  }

  .admin-toolbar > .btn,
  .admin-toolbar > label.btn,
  .admin-tools-menu {
    flex: 1 1 auto;
  }

  .admin-tools-menu summary {
    text-align: center;
  }

  .admin-tools-menu > div {
    right: auto;
    left: 0;
    width: min(280px, calc(100vw - 36px));
  }

  .contact-strip-inner {
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .contact-strip-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
    overflow: visible;
  }

  .contact-strip-links a {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    padding: 7px 5px;
    font-size: clamp(0.66rem, 2.35vw, 0.78rem);
    white-space: nowrap;
  }

  .social-links {
    justify-content: space-between;
  }

  .career-top-link {
    width: auto;
    margin-left: auto;
    font-size: 0.82rem;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .contact-mini-icon {
    display: inline-grid;
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .contact-mini-icon svg {
    width: 14px;
    height: 14px;
  }

  .topbar {
    min-height: 68px;
    padding: 7px 14px 11px;
  }

  .brand-logo-frame {
    width: 104px;
    height: 50px;
  }

  .nav {
    top: calc(100% + 8px);
    right: 10px;
    left: 10px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 58px 14px 34px;
  }

  .lead {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.52;
  }

  .hero-strip {
    gap: 8px;
    background: transparent;
  }

  .hero-strip span {
    border-left: 3px solid var(--accent);
    border-radius: 6px;
  }

  .page-hero {
    min-height: 460px;
  }

  .page-hero-content {
    padding-top: 52px;
    padding-bottom: 30px;
  }

  .segment-hero {
    min-height: 540px;
  }

  .institutional-hero-content,
  .segment-hero-content {
    padding-top: 58px;
    padding-bottom: 34px;
  }

  .institutional-hero-content h1,
  .segment-hero-content h1,
  .page-hero-content h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
    line-height: 1.03;
  }

  .institutional-hero-content p,
  .segment-hero-content p,
  .page-hero-content p {
    font-size: 1rem;
    line-height: 1.52;
  }

  .section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .line-card,
  .content-card,
  .metric-card,
  .blog-admin-list {
    padding: 16px;
  }

  .content-card {
    min-height: auto;
  }

  .card-image {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .product-card-image {
    max-height: 290px;
  }

  .filters {
    gap: 12px;
  }

  .field input,
  .field select,
  .field textarea,
  .quote-item > input {
    font-size: 16px;
  }

  .pagination {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .assistant {
    right: 14px;
    bottom: 14px;
  }

  .assistant-toggle {
    width: 52px;
    height: 52px;
  }

  .assistant-nudge {
    bottom: 64px;
    width: min(248px, calc(100vw - 52px));
  }

  .assistant-panel {
    width: calc(100vw - 28px);
    padding: 14px;
  }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    width: auto;
    padding: 16px;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-consent-actions .btn {
    width: 100%;
  }

  .video-insert-field > div,
  .conversion-actions {
    grid-template-columns: 1fr;
  }

  .actions .btn {
    width: 100%;
  }

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

@media (max-width: 700px) {
  .identity-panel {
    padding: 22px 14px;
  }

  .identity-value-card {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-content: center;
    min-height: auto;
    padding: 14px;
    text-align: left;
  }

  .identity-value-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
  }

  .identity-value-icon svg {
    width: 21px;
    height: 21px;
  }

  .identity-value-card h4 {
    font-size: 1rem;
  }

  .identity-value-card p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .phone-contact-popup {
    top: 168px;
    right: 10px;
    width: min(330px, calc(100vw - 20px));
    padding: 12px;
  }

  .unit-contact-dock {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
    width: auto;
    min-height: auto;
    padding: 10px;
  }

  .unit-contact-dock-head {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 8px;
  }

  .unit-contact-dock-head strong {
    font-size: 0.84rem;
  }

  .unit-contact-dock-phones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .unit-contact-dock-phones a {
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .unit-contact-dock-whatsapp {
    width: 100%;
    min-height: 46px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body.is-unit-route .assistant {
    bottom: calc(168px + env(safe-area-inset-bottom));
  }

  body.is-unit-route .site-footer {
    padding-bottom: 188px;
  }
}

@media (max-width: 380px) {
  .contact-strip-inner {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-strip-links {
    gap: 4px;
  }

  .contact-strip-links a {
    min-height: 38px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 0.64rem;
  }

  .contact-mini-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .contact-mini-icon svg {
    width: 12px;
    height: 12px;
  }

  .unit-contact-dock-phones {
    grid-template-columns: 1fr;
  }

  body.is-unit-route .assistant {
    bottom: calc(216px + env(safe-area-inset-bottom));
  }

  body.is-unit-route .site-footer {
    padding-bottom: 236px;
  }
}
