:root {
  --ink: #05070a;
  --text: #151a20;
  --muted: #5c6672;
  --soft: #f3f8fc;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(7, 25, 42, 0.13);
  --accent: #ff9f0a;
  --accent-dark: #e88400;
  --gold: #ff9f0a;
  --sky: #9ed3ff;
  --sky-dark: #51aef4;
  --green: #9ed3ff;
  --coral: #ffbd59;
  --glass-light: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --glass-dark: rgba(4, 7, 10, 0.9);
  --shadow: 0 24px 58px rgba(5, 23, 40, 0.16);
  --shadow-soft: 0 14px 36px rgba(5, 23, 40, 0.1);
  --radius: 8px;
  --container: 1180px;
  --header-h: 88px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(135deg, #ffffff 0%, #f4fbff 44%, #fff4e4 100%);
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

a:hover {
  color: var(--accent);
}

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

button {
  cursor: pointer;
}

::selection {
  color: #05070a;
  background: var(--accent);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

:focus-visible {
  outline: 3px solid rgba(255, 159, 10, 0.36);
  outline-offset: 3px;
}

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

.section {
  padding: 84px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 248, 255, 0.92)),
    var(--soft);
}

.section-split {
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.12), rgba(158, 211, 255, 0.2)),
    linear-gradient(155deg, #ffffff, #f2f9ff);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f2638;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker::before,
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 4.4vw, 4.35rem);
  font-weight: 660;
}

h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  font-weight: 650;
}

h3 {
  font-size: 1.2rem;
  font-weight: 640;
}

p {
  margin: 0;
}

.lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

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

.section-visual {
  display: grid;
  gap: 14px;
  justify-items: end;
  align-items: end;
}

.section-visual .code-visual {
  width: min(100%, 220px);
  height: 168px;
}

.code-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.18), rgba(158, 211, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 36px rgba(5, 23, 40, 0.14);
}

.code-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  background:
    linear-gradient(145deg, rgba(5, 7, 10, 0.14), transparent 58%),
    linear-gradient(45deg, transparent 0 48%, rgba(255, 255, 255, 0.14) 48% 52%, transparent 52%);
  border-radius: 6px;
}

.code-visual span {
  position: absolute;
  display: block;
}

.visual-window {
  left: 24px;
  top: 26px;
  width: 132px;
  height: 96px;
  background: rgba(5, 7, 10, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.26);
  border-radius: 7px;
}

.visual-window::before,
.visual-panel::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 42px;
  height: 6px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 54px 0 0 rgba(158, 211, 255, 0.72);
}

.visual-sidebar {
  left: 40px;
  top: 58px;
  width: 22px;
  height: 54px;
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 6px;
}

.visual-panel {
  right: 22px;
  top: 44px;
  width: 74px;
  height: 86px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(5, 7, 10, 0.08);
  border-radius: 7px;
  box-shadow: 0 18px 32px rgba(5, 23, 40, 0.16);
}

.visual-line {
  left: 82px;
  height: 8px;
  background: rgba(158, 211, 255, 0.78);
  border-radius: 999px;
}

.visual-line-one {
  top: 66px;
  width: 54px;
}

.visual-line-two {
  top: 90px;
  width: 82px;
  background: rgba(255, 159, 10, 0.76);
}

.visual-spark {
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(255, 159, 10, 0.45);
  transform: rotate(12deg);
}

.visual-spark-one {
  right: 26px;
  top: 22px;
}

.visual-spark-two {
  right: 78px;
  bottom: 24px;
  background: var(--sky);
  box-shadow: 0 0 24px rgba(158, 211, 255, 0.42);
}

.visual-phone {
  left: 34px;
  top: 26px;
  width: 78px;
  height: 132px;
  background: rgba(5, 7, 10, 0.88);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: 18px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.06);
}

.visual-phone::after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 13px;
  width: 32px;
  height: 5px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.visual-bubble {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px 999px 999px 4px;
  box-shadow: 0 14px 28px rgba(5, 23, 40, 0.14);
}

.visual-bubble-one {
  right: 34px;
  top: 36px;
  width: 84px;
  height: 40px;
}

.visual-bubble-two {
  right: 58px;
  top: 94px;
  width: 64px;
  height: 32px;
  background: var(--sky);
}

.visual-heart {
  right: 64px;
  bottom: 34px;
  width: 34px;
  height: 34px;
  background: #ff405f;
  border-radius: 5px;
  transform: rotate(-45deg);
  box-shadow: 0 16px 28px rgba(255, 64, 95, 0.28);
}

.visual-heart::before,
.visual-heart::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: inherit;
  border-radius: 50%;
}

.visual-heart::before {
  top: -17px;
  left: 0;
}

.visual-heart::after {
  left: 17px;
  top: 0;
}

.visual-ring {
  right: 22px;
  top: 118px;
  width: 44px;
  height: 44px;
  border: 10px solid var(--accent);
  border-left-color: var(--sky);
  border-radius: 50%;
}

.visual-route {
  left: 26px;
  top: 82px;
  width: 176px;
  height: 52px;
  border-top: 5px dashed rgba(158, 211, 255, 0.86);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.visual-pin {
  width: 30px;
  height: 30px;
  background: var(--accent);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  box-shadow: 0 12px 24px rgba(255, 159, 10, 0.28);
}

.visual-pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: 50%;
}

.visual-pin-one {
  left: 28px;
  top: 42px;
}

.visual-pin-two {
  right: 34px;
  bottom: 42px;
  background: var(--sky);
}

.visual-ticket {
  left: 70px;
  bottom: 26px;
  width: 92px;
  height: 44px;
  background: rgba(255, 255, 255, 0.86);
  border-left: 8px solid var(--accent);
  border-radius: 7px;
  box-shadow: 0 16px 26px rgba(5, 23, 40, 0.14);
}

.visual-suitcase {
  right: 54px;
  top: 42px;
  width: 58px;
  height: 54px;
  background: rgba(5, 7, 10, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: 7px;
}

.visual-suitcase::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -11px;
  width: 28px;
  height: 16px;
  border: 4px solid var(--sky);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.visual-book {
  left: 34px;
  bottom: 34px;
  width: 126px;
  height: 82px;
  background: linear-gradient(90deg, var(--accent) 0 49%, #fff 49% 51%, var(--sky) 51%);
  border-radius: 7px;
  box-shadow: 0 18px 34px rgba(5, 23, 40, 0.18);
  transform: rotate(-4deg);
}

.visual-page {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  box-shadow: 0 16px 28px rgba(5, 23, 40, 0.14);
}

.visual-page-one {
  right: 44px;
  top: 36px;
  width: 78px;
  height: 100px;
  transform: rotate(8deg);
}

.visual-page-two {
  right: 74px;
  top: 54px;
  width: 72px;
  height: 88px;
  transform: rotate(-7deg);
}

.visual-dot-grid {
  left: 52px;
  top: 34px;
  width: 74px;
  height: 48px;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.62) 4px, transparent 4px),
    linear-gradient(180deg, rgba(5, 7, 10, 0.62) 4px, transparent 4px);
  background-size: 16px 16px;
  opacity: 0.28;
}

.visual-question-mark {
  left: 38px;
  top: 20px;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 860;
  line-height: 1;
  text-shadow: 0 18px 32px rgba(5, 23, 40, 0.22);
}

.visual-question .visual-bubble-one {
  right: 28px;
  top: 44px;
  width: 94px;
  height: 42px;
}

.visual-question .visual-bubble-two {
  right: 52px;
  top: 108px;
  width: 68px;
  height: 34px;
}

.visual-check {
  right: 38px;
  bottom: 36px;
  width: 48px;
  height: 26px;
  border-left: 7px solid var(--accent);
  border-bottom: 7px solid var(--accent);
  border-radius: 4px;
  transform: rotate(-45deg);
}

.visual-laptop {
  left: 34px;
  bottom: 38px;
  width: 138px;
  height: 82px;
  background: rgba(5, 7, 10, 0.84);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: 8px;
}

.visual-laptop::after {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: -14px;
  height: 14px;
  background: linear-gradient(90deg, var(--sky), var(--accent));
  border-radius: 0 0 14px 14px;
}

.visual-message {
  right: 34px;
  top: 34px;
  width: 92px;
  height: 58px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 10px 2px;
  box-shadow: 0 18px 30px rgba(5, 23, 40, 0.16);
}

.visual-message::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 54px;
  height: 6px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 16px 0 rgba(158, 211, 255, 0.82);
}

.visual-cursor {
  right: 72px;
  bottom: 38px;
  width: 0;
  height: 0;
  border-top: 34px solid #fff;
  border-right: 18px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 10px 18px rgba(5, 23, 40, 0.18));
  transform: rotate(-18deg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96), rgba(8, 13, 18, 0.92)),
    #05070a;
  border-bottom: 1px solid rgba(158, 211, 255, 0.18);
  box-shadow: 0 12px 34px rgba(5, 7, 10, 0.22);
  backdrop-filter: blur(20px) saturate(150%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 20px;
}

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

.brand img {
  width: 158px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav > a,
.nav-drop {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  color: rgba(247, 251, 255, 0.88);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 680;
  white-space: nowrap;
}

.nav-drop::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.site-nav > a:hover,
.nav-drop:hover,
.nav-group:focus-within .nav-drop {
  color: #ffffff;
  background: rgba(255, 159, 10, 0.13);
}

.nav-group {
  position: relative;
}

.nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  min-width: 300px;
  padding: 12px;
  background: rgba(5, 8, 12, 0.92);
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(150%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-group:nth-of-type(2) .nav-panel {
  right: 0;
  left: auto;
}

.nav-group:hover .nav-panel,
.nav-group:focus-within .nav-panel,
.nav-group.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-panel a {
  display: block;
  padding: 10px 12px;
  color: rgba(247, 251, 255, 0.88);
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 630;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  color: #ffffff;
  background: rgba(158, 211, 255, 0.13);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #000000;
  border: 1px solid rgba(158, 211, 255, 0.3);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, #05070a, #162330);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: var(--radius);
  font-weight: 780;
  line-height: 1.2;
  box-shadow: 0 14px 32px rgba(5, 23, 40, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #000000, #0e1b27);
  border-color: rgba(255, 159, 10, 0.58);
  box-shadow: 0 18px 38px rgba(5, 23, 40, 0.28);
  transform: translateY(-1px);
}

.btn-accent {
  color: #05070a;
  background: linear-gradient(135deg, #ff9f0a, #ffbd59);
  border-color: rgba(255, 159, 10, 0.9);
  box-shadow: 0 16px 34px rgba(255, 159, 10, 0.26);
}

.btn-accent:hover {
  color: #05070a;
  background: linear-gradient(135deg, #ffb13d, #9ed3ff);
  border-color: rgba(158, 211, 255, 0.84);
}

.btn-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(158, 211, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
}

.btn-light:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 159, 10, 0.42);
}

.btn-small {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.ui-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.whatsapp-icon {
  transform: translateY(-0.25px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  padding: 72px 0 66px;
  background:
    linear-gradient(115deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.88) 46%, rgba(7, 23, 36, 0.78) 72%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(150deg, #05070a 0%, #07111a 52%, #f6fbff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 159, 10, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(158, 211, 255, 0.14), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px);
  opacity: 0.92;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 159, 10, 0.8), rgba(158, 211, 255, 0.72), transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.72fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  max-width: 800px;
  color: #f7fbff;
}

.hero .kicker {
  color: #ffbd59;
}

.hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.55vw, 4.85rem);
  font-weight: 650;
  line-height: 1.09;
  letter-spacing: 0;
}

.hero .lead {
  color: #d7e3ec;
  font-size: clamp(1.04rem, 1.45vw, 1.24rem);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 26px;
}

.hero-proof span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #eef8ff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(158, 211, 255, 0.18);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 760;
  text-align: center;
  backdrop-filter: blur(16px);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.growth-board {
  position: relative;
  padding: 18px;
  color: #edf6fb;
  background:
    linear-gradient(145deg, rgba(255, 159, 10, 0.08), rgba(158, 211, 255, 0.08)),
    rgba(7, 13, 18, 0.78);
  border: 1px solid rgba(158, 211, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(130%);
}

.growth-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 0 0 1px rgba(158, 211, 255, 0.06);
}

.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.board-title {
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 700;
}

.board-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sky);
  font-size: 0.84rem;
  font-weight: 680;
}

.board-focus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.board-focus span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 8px;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 650;
}

.board-status::before {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
}

.board-showcase {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  margin-top: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.12), transparent 48%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 159, 10, 0.055));
  border: 1px solid rgba(158, 211, 255, 0.14);
  border-radius: var(--radius);
}

.growth-visual {
  position: relative;
  width: min(88%, 380px);
  height: 184px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.2));
}

.growth-screen {
  position: absolute;
  inset: 18px 18px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(158, 211, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
}

.growth-node,
.growth-line,
.growth-bar {
  position: absolute;
  display: block;
}

.growth-node {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border: 6px solid rgba(5, 7, 10, 0.92);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.growth-node-one {
  left: 54px;
  top: 48px;
}

.growth-node-two {
  left: 172px;
  top: 96px;
}

.growth-node-three {
  right: 58px;
  top: 44px;
}

.growth-line {
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: 999px;
  transform-origin: left center;
}

.growth-line-one {
  left: 94px;
  top: 76px;
  width: 118px;
  transform: rotate(22deg);
}

.growth-line-two {
  left: 214px;
  top: 110px;
  width: 116px;
  transform: rotate(-27deg);
}

.growth-bar {
  bottom: 46px;
  width: 26px;
  height: var(--h);
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 6px 6px 0 0;
}

.growth-bar-one {
  left: 84px;
}

.growth-bar-two {
  left: 122px;
}

.growth-bar-three {
  right: 122px;
}

.growth-bar-four {
  right: 84px;
}

.showcase-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
  font-weight: 720;
}

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

.metric-card {
  min-height: 118px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(158, 211, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.metric-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 1.1;
}

.metric-card span {
  color: #d4e0e8;
  font-size: 0.88rem;
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 48px;
  margin-top: 12px;
}

.bars i {
  display: block;
  width: 100%;
  min-width: 20px;
  background: linear-gradient(180deg, var(--sky), var(--accent));
  border-radius: 5px 5px 0 0;
}

.pipeline {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.pipeline span {
  position: relative;
  display: block;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
}

.pipeline span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: inherit;
}

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

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

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

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

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

.location-summary-card {
  padding: 26px;
}

.location-card {
  padding: 24px;
}

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

.location-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-top: 18px;
}

.card,
.service-card,
.industry-card,
.stat-card,
.case-card,
.article-card,
.faq-card,
.process-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(5, 23, 40, 0.04);
  backdrop-filter: blur(18px) saturate(145%);
}

.card,
.service-card,
.industry-card,
.article-card {
  padding: 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover,
.industry-card:hover,
.article-card:hover {
  border-color: rgba(255, 159, 10, 0.42);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.card-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--coral));
  border-radius: 8px;
  font-weight: 900;
}

.service-card:nth-child(3n+2) .card-mark,
.industry-card:nth-child(3n+2) .card-mark {
  color: #05070a;
  background: linear-gradient(135deg, var(--sky), #d9efff);
}

.service-card:nth-child(3n+3) .card-mark,
.industry-card:nth-child(3n+3) .card-mark {
  color: #ffffff;
  background: linear-gradient(135deg, #05070a, #172838);
}

.service-card p,
.industry-card p,
.article-card p,
.card p {
  margin-top: 10px;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #c96d00;
  font-weight: 760;
}

.text-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

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

.stat-card {
  padding: 22px;
}

.stat-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

.feature-panel {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.check-list,
.simple-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.simple-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text);
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background:
    linear-gradient(135deg, transparent 48%, #fff 49% 52%, transparent 53%),
    var(--accent);
  border-radius: 50%;
}

.simple-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--sky-dark);
  border-radius: 50%;
}

.process {
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 24px;
}

.process-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: #05070a;
  background: linear-gradient(135deg, var(--accent), var(--sky));
  border-radius: 50%;
  font-weight: 860;
}

.case-card {
  padding: 24px;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: #0f2638;
  background: rgba(158, 211, 255, 0.22);
  border: 1px solid rgba(158, 211, 255, 0.34);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 680;
}

.placeholder-note {
  margin-top: 14px;
  padding: 12px;
  color: #2b210d;
  background: rgba(255, 245, 226, 0.78);
  border: 1px solid rgba(255, 159, 10, 0.42);
  border-radius: var(--radius);
  font-size: 0.92rem;
}

.breadcrumb-wrap {
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: #c96d00;
  font-weight: 700;
}

.breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #99a5aa;
}

.page-hero {
  padding: 70px 0;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.1), rgba(158, 211, 255, 0.18)),
    linear-gradient(160deg, #ffffff, #f3f9ff);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 34px;
  align-items: end;
}

.hero-panel {
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(158, 211, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(145%);
}

.hero-panel-visual {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.22), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 229, 0.72));
}

.hero-panel-visual .code-visual {
  width: min(100%, 250px);
  height: 206px;
  margin: -4px auto 18px;
}

.hero-panel strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

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

.content-flow {
  max-width: 820px;
}

.content-flow h2 {
  margin-top: 36px;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
}

.content-flow h3 {
  margin-top: 24px;
}

.content-flow p,
.content-flow ul,
.content-flow ol {
  margin-top: 14px;
}

.content-flow li + li {
  margin-top: 8px;
}

.not-found-hero {
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  padding: 78px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4fbff 46%, #05070a 100%);
}

.not-found-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.not-found-copy {
  max-width: 680px;
}

.error-stage {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: rgba(5, 5, 5, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(145%);
}

.error-device {
  position: absolute;
  left: clamp(12px, 4vw, 34px);
  bottom: 30px;
  z-index: 2;
  width: min(46%, 260px);
  height: 230px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(158, 211, 255, 0.06)),
    rgba(8, 14, 20, 0.92);
  border: 1px solid rgba(158, 211, 255, 0.22);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 42px rgba(0, 0, 0, 0.34);
  transform: rotate(-4deg);
  animation: errorFloat 4.8s ease-in-out infinite;
}

.error-device::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  height: 10px;
  background: linear-gradient(90deg, var(--accent), var(--sky));
  border-radius: 999px;
}

.error-device::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  height: 8px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 -34px 0 rgba(255, 255, 255, 0.08);
}

.error-link {
  left: 34px;
  top: 72px;
  width: 88px;
  height: 34px;
  border: 8px solid var(--sky);
  border-right-color: transparent;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.error-link::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 24px;
  width: 88px;
  height: 34px;
  border: 8px solid var(--accent);
  border-left-color: transparent;
  border-radius: 999px;
}

.error-cross {
  right: 42px;
  top: 82px;
  width: 58px;
  height: 58px;
}

.error-cross::before,
.error-cross::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 8px;
  height: 58px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.38);
}

.error-cross::before {
  transform: rotate(45deg);
}

.error-cross::after {
  transform: rotate(-45deg);
}

.error-search {
  right: 34px;
  bottom: 56px;
  width: 48px;
  height: 48px;
  border: 7px solid rgba(158, 211, 255, 0.9);
  border-radius: 50%;
}

.error-search::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -12px;
  width: 32px;
  height: 7px;
  background: rgba(158, 211, 255, 0.9);
  border-radius: 999px;
  transform: rotate(42deg);
}

.error-stage-visual .error-code {
  position: absolute;
  top: 42px;
  right: clamp(18px, 5vw, 42px);
  z-index: 3;
  font-size: clamp(4rem, 8vw, 7.4rem);
}

.error-stage::before,
.error-stage::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  animation: errorPulse 4.8s ease-in-out infinite;
}

.error-stage::after {
  inset: 82px;
  animation-delay: 1.2s;
}

.error-code {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  color: #fff;
  font-size: clamp(4.8rem, 12vw, 9.6rem);
  font-weight: 860;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.error-code span {
  display: inline-block;
  animation: errorFloat 3.8s ease-in-out infinite;
}

.error-code span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.92);
  animation-delay: 0.3s;
}

.error-code span:nth-child(3) {
  animation-delay: 0.65s;
}

.error-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.error-orbit span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.7);
  animation: errorDrift 8s linear infinite;
}

.error-orbit span:nth-child(1) {
  top: 22%;
  left: 18%;
}

.error-orbit span:nth-child(2) {
  right: 20%;
  bottom: 28%;
  animation-delay: -2.4s;
}

.error-orbit span:nth-child(3) {
  top: 58%;
  left: 12%;
  animation-delay: -4.6s;
}

.error-panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  max-width: 245px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.error-panel strong {
  display: block;
  color: #fff;
}

.error-panel p {
  margin-top: 6px;
  color: #d0d0d0;
  font-size: 0.92rem;
}

@keyframes errorFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes errorPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.18;
  }
}

@keyframes errorDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: translate3d(28px, -26px, 0) scale(1.5);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.faq-visual-card,
.contact-visual-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(158, 211, 255, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(5, 7, 10, 0.96), rgba(13, 24, 34, 0.94));
  border: 1px solid rgba(158, 211, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: #edf8ff;
  backdrop-filter: blur(20px) saturate(145%);
}

.faq-visual-card .code-visual,
.contact-visual-card .code-visual {
  display: block;
  width: min(100%, 250px);
  height: 208px;
  margin: 0 auto 16px;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.28));
}

.faq-visual-card h3,
.contact-visual-card h3 {
  color: #ffffff;
}

.faq-visual-card p,
.contact-visual-card p {
  margin-top: 8px;
  color: #cbdce8;
}

.contact-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 22px;
  align-items: stretch;
}

.contact-card-grid {
  align-content: start;
}

.contact-visual-card {
  display: grid;
  align-content: end;
  min-height: 100%;
}

.contact-visual-card .code-visual {
  width: min(100%, 330px);
  height: 236px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-card {
  padding: 0;
  overflow: hidden;
}

.faq-card summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 760;
}

.faq-card p {
  padding: 0 20px 20px;
  color: var(--muted);
}

.conversion {
  background:
    linear-gradient(135deg, rgba(5, 7, 10, 0.98), rgba(15, 30, 43, 0.96)),
    linear-gradient(90deg, rgba(255, 159, 10, 0.16), rgba(158, 211, 255, 0.14)),
    var(--ink);
  color: #efefef;
}

.conversion .eyebrow {
  padding: 6px 12px;
  color: #05070a;
  background: #FF9F0A;
  border: 1px solid rgba(255, 159, 10, 0.9);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(255, 159, 10, 0.22);
  line-height: 1;
}

.conversion .eyebrow::before {
  width: 16px;
  background: #05070a;
}

.conversion h2,
.conversion h3 {
  color: #fff;
}

.conversion .lead,
.conversion p {
  color: #d9e6ef;
}

.conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(158, 211, 255, 0.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(145%);
}

.form-row,
.form-row-full {
  display: grid;
  gap: 6px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.lead-form label {
  color: #132333;
  font-size: 0.9rem;
  font-weight: 740;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 25, 42, 0.18);
  border-radius: var(--radius);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.lead-form textarea {
  min-height: 116px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 159, 10, 0.16);
  outline: 0;
}

.field-error {
  min-height: 18px;
  color: #b94c00;
  font-size: 0.83rem;
}

.is-invalid {
  border-color: #d76400 !important;
  box-shadow: 0 0 0 4px rgba(255, 159, 10, 0.16) !important;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #44505a;
  font-size: 0.93rem;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-status {
  min-height: 24px;
  color: #c96d00;
  font-weight: 720;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.93rem;
}

.toc {
  margin-top: 28px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}

.toc strong {
  display: block;
  color: var(--ink);
  margin-bottom: 10px;
}

.toc a {
  display: block;
  padding: 6px 0;
  color: #c96d00;
  font-weight: 680;
}

.admin-hero {
  padding: 78px 0 70px;
  color: #eef7ff;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.16), transparent 34%),
    linear-gradient(125deg, #05070a 0%, #08121b 58%, #10283a 100%);
}

.admin-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 34px;
  align-items: center;
}

.admin-hero h1 {
  color: #ffffff;
}

.admin-hero .lead {
  color: #d8e6f0;
}

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

.admin-score-panel {
  padding: 26px;
  color: #eaf7ff;
  background:
    linear-gradient(145deg, rgba(255, 159, 10, 0.14), rgba(158, 211, 255, 0.12)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(158, 211, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(140%);
}

.admin-score-panel span,
.admin-metric span,
.admin-status-card span {
  color: #ffbd59;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admin-score-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
}

.admin-score-panel p {
  margin-top: 14px;
  color: #c7d8e5;
}

.admin-section {
  overflow: hidden;
}

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

.admin-metric,
.admin-status-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 25, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.admin-metric strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  line-height: 1.05;
}

.admin-metric p,
.admin-status-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.admin-status-card h3 {
  margin-top: 10px;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 25, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.admin-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.admin-page-table {
  min-width: 1120px;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(7, 25, 42, 0.1);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #0d1d2b;
  background: rgba(158, 211, 255, 0.2);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.admin-table td {
  color: #293542;
}

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

.admin-table a {
  color: #a95d00;
  font-weight: 720;
}

.admin-table code {
  color: #05070a;
  background: rgba(255, 159, 10, 0.16);
  border: 1px solid rgba(255, 159, 10, 0.22);
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 0.86rem;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #07111a;
  font-size: 0.78rem;
  font-weight: 820;
  white-space: nowrap;
}

.admin-badge-ready {
  background: linear-gradient(135deg, #9ed3ff, #ffbd59);
}

.admin-badge-review {
  background: rgba(255, 159, 10, 0.28);
}

.admin-badge-improve {
  color: #ffffff;
  background: #7c3100;
}

.admin-auth-body,
.admin-dashboard-body {
  min-height: 100vh;
  background: #f0f2f5;
}

.admin-auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.22), transparent 32%),
    linear-gradient(145deg, #05070a, #091520 58%, #f4fbff 58%);
}

.admin-auth-panel {
  width: min(100%, 480px);
  padding: 28px;
  color: #122232;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(158, 211, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(150%);
}

.admin-auth-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-auth-brand img {
  width: 142px;
  height: auto;
}

.admin-auth-brand span {
  padding: 6px 10px;
  color: #05070a;
  background: linear-gradient(135deg, #ff9f0a, #9ed3ff);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 820;
}

.admin-auth-copy h1 {
  font-size: clamp(1.8rem, 4vw, 2.35rem);
}

.admin-auth-copy p,
.admin-auth-note {
  margin-top: 10px;
  color: var(--muted);
}

.admin-auth-form,
.admin-auth-tools form {
  display: grid;
  gap: 9px;
}

.admin-auth-form {
  margin-top: 22px;
}

.admin-auth-form label,
.admin-auth-tools label {
  color: #152434;
  font-size: 0.88rem;
  font-weight: 760;
}

.admin-auth-form input,
.admin-auth-tools input {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 25, 42, 0.18);
  border-radius: var(--radius);
}

.admin-form-status {
  min-height: 22px;
  color: #0f5f2e;
  font-weight: 720;
}

.admin-form-status.is-error {
  color: #9d2c00;
}

.admin-auth-tools {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.admin-auth-tools details {
  padding: 13px 14px;
  background: rgba(158, 211, 255, 0.14);
  border: 1px solid rgba(7, 25, 42, 0.12);
  border-radius: var(--radius);
}

.admin-auth-tools summary {
  cursor: pointer;
  color: #0d1d2b;
  font-weight: 780;
}

.admin-auth-tools details[open] summary {
  margin-bottom: 12px;
}

.wp-admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  color: #1d2327;
  background: #f0f2f5;
}

.wp-admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px 14px;
  color: #dce6ee;
  background: #05070a;
  border-right: 1px solid rgba(158, 211, 255, 0.14);
}

.wp-admin-logo {
  display: block;
  padding: 8px 8px 18px;
  border-bottom: 1px solid rgba(158, 211, 255, 0.14);
}

.wp-admin-logo img {
  width: 132px;
  height: auto;
}

.wp-admin-sidebar nav {
  display: grid;
  gap: 5px;
  margin-top: 16px;
}

.wp-admin-sidebar a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 11px;
  color: #dce6ee;
  border-radius: 6px;
  font-weight: 720;
}

.wp-admin-sidebar a:hover,
.wp-admin-sidebar a.is-active {
  color: #05070a;
  background: linear-gradient(135deg, #ff9f0a, #9ed3ff);
}

.wp-admin-workspace {
  min-width: 0;
}

.wp-admin-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(7, 25, 42, 0.12);
  backdrop-filter: blur(14px) saturate(145%);
}

.wp-admin-topbar strong,
.wp-admin-topbar span {
  display: block;
}

.wp-admin-topbar span {
  color: var(--muted);
  font-size: 0.9rem;
}

.wp-admin-main {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.wp-admin-hero,
.wp-admin-card,
.wp-admin-score {
  border: 1px solid rgba(7, 25, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.wp-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  gap: 18px;
  padding: 24px;
  color: #eaf7ff;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.18), rgba(158, 211, 255, 0.08)),
    #07111a;
}

.wp-admin-hero span,
.wp-admin-card-head span {
  color: #ffbd59;
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.wp-admin-hero h1 {
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.wp-admin-hero p {
  max-width: 720px;
  margin-top: 12px;
  color: #d5e5f0;
}

.wp-admin-score {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.wp-admin-score strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1;
}

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

.wp-admin-panels {
  scroll-margin-top: 86px;
}

.wp-admin-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.wp-admin-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.wp-admin-card-head h2 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.admin-password-reset {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px 16px;
  background: linear-gradient(135deg, #05070a, #10283a);
}

.admin-password-reset .admin-auth-panel {
  max-width: 460px;
}

/* Mahadev is an application surface, deliberately separate from public-site sections. */
.mahadev-admin-body {
  min-height: 100vh;
  background: #f5f7fa;
  color: #17212b;
}

.mahadev-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
}

.mahadev-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 18px 14px 28px;
  background: #05070a;
  border-right: 1px solid #20262c;
}

.mahadev-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 18px;
  color: #fff;
  border-bottom: 1px solid #222a31;
}

.mahadev-brand img {
  width: 122px;
  height: auto;
}

.mahadev-brand span {
  padding: 4px 7px;
  color: #07111a;
  background: #9ed3ff;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mahadev-nav {
  display: grid;
  gap: 17px;
  padding-top: 18px;
}

.mahadev-nav-group h2 {
  margin: 0 0 6px 10px;
  color: #7d8d9a;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mahadev-nav-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 10px;
  color: #c5d0d9;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 650;
}

.mahadev-nav-link:hover {
  color: #fff;
  background: #12181d;
}

.mahadev-nav-link.is-active {
  color: #07111a;
  background: #ff9f0a;
}

.mahadev-nav-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.72;
}

.mahadev-nav-state {
  margin-left: auto;
  padding: 1px 5px;
  color: #899ba9;
  border: 1px solid #3a474f;
  border-radius: 3px;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
}

.mahadev-nav-link.is-active .mahadev-nav-state {
  color: #17212b;
  border-color: rgba(23, 33, 43, 0.32);
}

.mahadev-workspace {
  min-width: 0;
}

.mahadev-topbar {
  position: sticky;
  top: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 20px;
  min-height: 86px;
  padding: 14px 28px 12px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e0e6eb;
  backdrop-filter: blur(14px);
}

.mahadev-topbar-start,
.mahadev-topbar-actions,
.mahadev-profile-menu summary {
  display: flex;
  align-items: center;
}

.mahadev-topbar-start {
  gap: 12px;
  min-width: 0;
}

.mahadev-breadcrumb,
.mahadev-page-description {
  margin: 0;
  color: #667482;
  font-size: 0.78rem;
}

.mahadev-topbar h1 {
  margin: 1px 0 0;
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.2;
}

.mahadev-page-description {
  grid-column: 1 / -1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mahadev-topbar-actions {
  justify-content: flex-end;
  gap: 12px;
}

.mahadev-global-search input,
.mahadev-table-search input {
  width: min(260px, 25vw);
  min-height: 38px;
  padding: 8px 12px;
  color: #17212b;
  background: #f7f9fb;
  border: 1px solid #d8e0e6;
  border-radius: 5px;
  font-size: 0.86rem;
}

.mahadev-profile-menu {
  position: relative;
}

.mahadev-profile-menu summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.mahadev-profile-menu summary::-webkit-details-marker {
  display: none;
}

.mahadev-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #07111a;
  background: #9ed3ff;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 850;
}

.mahadev-profile-copy strong,
.mahadev-profile-copy small {
  display: block;
  line-height: 1.2;
}

.mahadev-profile-copy strong { font-size: 0.78rem; }
.mahadev-profile-copy small { color: #667482; font-size: 0.7rem; }

.mahadev-profile-menu > div {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 170px;
  padding: 6px;
  background: #fff;
  border: 1px solid #dce3e8;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(21, 32, 43, 0.16);
}

.mahadev-profile-menu a,
.mahadev-profile-menu button {
  width: 100%;
  padding: 8px 10px;
  color: #273543;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 0.82rem;
  text-align: left;
}

.mahadev-profile-menu a:hover,
.mahadev-profile-menu button:hover { background: #f1f5f8; color: #17212b; }

.mahadev-icon-button {
  display: none;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #f1f5f8;
  border: 1px solid #d8e0e6;
  border-radius: 5px;
}

.mahadev-icon-button span { display: block; height: 2px; margin: 3px 0; background: #17212b; }

.mahadev-main {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 28px;
}

.mahadev-overview { display: grid; gap: 18px; }

.mahadev-welcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  color: #e9f0f5;
  background: #0a1117;
  border: 1px solid #1c2d3b;
  border-radius: 8px;
}

.mahadev-kicker {
  display: inline-block;
  color: #ffb648;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mahadev-welcome h2,
.mahadev-empty-state h2 {
  max-width: 720px;
  margin: 9px 0;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.15;
}

.mahadev-welcome p { max-width: 720px; margin: 0; color: #b9c8d4; }

.mahadev-score {
  display: grid;
  align-content: center;
  padding: 20px;
  background: #14212c;
  border: 1px solid #294052;
  border-radius: 6px;
}

.mahadev-score span,
.mahadev-score small { color: #b4c9d8; font-size: 0.75rem; }
.mahadev-score strong { margin: 3px 0; color: #ffb648; font-size: 3.25rem; line-height: 1; }

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

.mahadev-stat,
.mahadev-panel {
  background: #fff;
  border: 1px solid #dce3e8;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.05);
}

.mahadev-stat {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  padding: 16px;
  border-top: 3px solid #5aaee9;
}

.mahadev-stat-amber { border-top-color: #ff9f0a; }
.mahadev-stat-green { border-top-color: #28a879; }
.mahadev-stat-muted { border-top-color: #98a4ad; }
.mahadev-stat:hover { color: #17212b; border-color: #c4d0d9; transform: translateY(-1px); }
.mahadev-stat-label { color: #667482; font-size: 0.77rem; font-weight: 700; }
.mahadev-stat strong { font-size: 1.75rem; line-height: 1.1; }
.mahadev-stat small { color: #6e7b87; font-size: 0.74rem; }

.mahadev-grid { display: grid; gap: 18px; }
.mahadev-grid-main { grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr); }
.mahadev-grid-technical { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mahadev-security-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

.mahadev-panel { padding: 20px; }
.mahadev-admin-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 18px; }
.mahadev-form { display: grid; gap: 8px; }
.mahadev-form label { color: #43515c; font-size: .76rem; font-weight: 760; }
.mahadev-form input { width: 100%; min-height: 40px; padding: 8px 10px; color: #17212b; background: #fff; border: 1px solid #cbd6dd; border-radius: 5px; font: inherit; font-size: .84rem; }
.mahadev-form input:focus { outline: 2px solid rgba(255,159,10,.3); border-color: #d78100; }
.mahadev-form .mahadev-primary-action { width: fit-content; border: 0; cursor: pointer; }
.mahadev-form-status { min-height: 1.2em; margin: 2px 0 0; color: #227454; font-size: .78rem; }
.mahadev-form-status.is-error { color: #b33418; }
.mahadev-table .mahadev-row-action + .mahadev-row-action { margin-left: 8px; }
.mahadev-page-editor { max-width: 760px; }
.mahadev-page-editor-note, .mahadev-page-editor .mahadev-access-note { max-width: 650px; color: #56687a; line-height: 1.6; }
.mahadev-page-editor .mahadev-form { gap: 18px; margin-top: 24px; }
.mahadev-page-editor .mahadev-form label { display: grid; gap: 8px; color: #142233; font-weight: 700; }
.mahadev-page-editor textarea { width: 100%; min-height: 130px; padding: 10px; color: #17212b; background: #fff; border: 1px solid #cbd6dd; border-radius: 5px; font: inherit; font-size: .84rem; resize: vertical; }
.mahadev-page-editor textarea:focus { outline: 2px solid rgba(255,159,10,.3); border-color: #d78100; }
.mahadev-page-editor small { color: #6b7b8d; font-weight: 500; }

.mahadev-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.mahadev-section-heading h2 { margin: 0; font-size: 1.02rem; }
.mahadev-section-heading p { margin: 4px 0 0; color: #6c7985; font-size: 0.8rem; }
.mahadev-text-action,.mahadev-row-action { color: #075a9a; font-size: 0.8rem; font-weight: 760; }
.mahadev-text-action:hover,.mahadev-row-action:hover { color: #c77400; }
.mahadev-disabled-action { padding: 7px 10px; color: #87939c; background: #f1f3f5; border: 1px solid #e1e6e9; border-radius: 4px; font-size: 0.78rem; font-weight: 700; }

.mahadev-list { display: grid; }
.mahadev-list > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #edf0f2; }
.mahadev-list > a:first-child { border-top: 0; }
.mahadev-list strong,.mahadev-list small { display: block; }
.mahadev-list strong { font-size: 0.82rem; }
.mahadev-list small { color: #77848f; font-size: 0.72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 320px; }

.mahadev-badge { display: inline-block; padding: 3px 7px; border-radius: 999px; font-size: 0.66rem; font-weight: 780; line-height: 1.2; white-space: nowrap; }
.mahadev-badge-success { color: #117050; background: #e0f5eb; }
.mahadev-badge-warning { color: #8a5300; background: #fff0d8; }
.mahadev-badge-neutral { color: #596773; background: #edf1f4; }

.mahadev-readiness { display: grid; gap: 12px; }
.mahadev-readiness > div { display: flex; align-items: center; gap: 10px; padding-bottom: 11px; border-bottom: 1px solid #edf0f2; font-size: 0.82rem; }
.mahadev-readiness > div:last-child { padding-bottom: 0; border-bottom: 0; }

.mahadev-table-wrap { overflow-x: auto; }
.mahadev-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; }
.mahadev-table th,.mahadev-table td { padding: 11px 10px; border-bottom: 1px solid #e8edf0; text-align: left; vertical-align: middle; }
.mahadev-table th { color: #6d7a86; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.mahadev-table td strong,.mahadev-table td small { display: block; }
.mahadev-table td strong { max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.78rem; }
.mahadev-table td small { color: #77848f; font-size: 0.7rem; }
.mahadev-toolbar { display: flex; justify-content: space-between; gap: 12px; margin: -2px 0 14px; }

.mahadev-action-list { display: grid; gap: 14px; margin: 0; padding-left: 20px; }
.mahadev-action-list li { padding-left: 4px; }
.mahadev-action-list strong,.mahadev-action-list span { display: block; }
.mahadev-action-list span { margin-top: 2px; color: #6d7a86; font-size: 0.82rem; }

.mahadev-key-value { display: grid; gap: 14px; }
.mahadev-key-value > div span,.mahadev-key-value > div strong { display: block; }
.mahadev-key-value > div span { color: #75828d; font-size: 0.72rem; }
.mahadev-key-value > div strong { margin-top: 2px; font-size: 0.88rem; }

.mahadev-event-grid,.mahadev-settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mahadev-event-grid article,.mahadev-settings-grid article { padding: 14px; background: #f7f9fb; border: 1px solid #e3e9ed; border-radius: 5px; }
.mahadev-event-grid code { color: #075a9a; font-size: 0.73rem; font-weight: 750; }
.mahadev-event-grid p { margin: 6px 0 0; color: #64727d; font-size: 0.78rem; }
.mahadev-settings-grid span,.mahadev-settings-grid strong { display: block; }
.mahadev-settings-grid span { color: #71808c; font-size: 0.72rem; }
.mahadev-settings-grid strong { margin-top: 3px; font-size: 0.84rem; }
.mahadev-callout { margin-top: 18px; padding: 16px; background: #fff6e7; border-left: 3px solid #ff9f0a; }
.mahadev-callout p { margin: 4px 0 0; color: #6d5d42; font-size: 0.82rem; }
.mahadev-card-status h2 { margin: 10px 0 4px; font-size: 1rem; }
.mahadev-card-status p { margin: 0; color: #6a7884; font-size: 0.82rem; }
.mahadev-checklist { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: #4e5d68; font-size: 0.84rem; }

.mahadev-empty-state { max-width: 700px; margin: 56px auto; padding: 34px; text-align: center; background: #fff; border: 1px solid #dce3e8; border-radius: 8px; box-shadow: 0 10px 28px rgba(23,33,43,.06); }
.mahadev-empty-state p { color: #62717d; }
.mahadev-primary-action { display: inline-block; margin-top: 10px; padding: 9px 13px; color: #07111a; background: #ff9f0a; border-radius: 5px; font-size: .82rem; font-weight: 780; }

.admin-password-field { position: relative; }
.admin-password-field input { width: 100%; padding-right: 58px; }
.admin-password-field button { position: absolute; top: 50%; right: 7px; padding: 3px 6px; color: #075a9a; background: transparent; border: 0; font-size: .73rem; font-weight: 750; transform: translateY(-50%); }
.admin-remember { display: flex; align-items: center; gap: 8px; color: #53616d; font-size: .82rem; }
.admin-remember input { width: 16px; height: 16px; margin: 0; }
.admin-auth-link { display: inline-block; margin-top: 14px; color: #075a9a; font-size: .84rem; font-weight: 720; }

@media (max-width: 1120px) {
  .mahadev-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mahadev-grid-main,.mahadev-grid-technical { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .mahadev-shell { grid-template-columns: 1fr; }
  .mahadev-sidebar { position: fixed; z-index: 50; width: min(280px, 88vw); transform: translateX(-105%); transition: transform .2s ease; box-shadow: 16px 0 40px rgba(0,0,0,.25); }
  .mahadev-menu-open .mahadev-sidebar { transform: translateX(0); }
  .mahadev-icon-button { display: block; }
  .mahadev-topbar { padding: 12px 16px; }
  .mahadev-global-search { display: none; }
  .mahadev-main { padding: 16px; }
  .mahadev-welcome { grid-template-columns: 1fr; padding: 22px; }
  .mahadev-score { min-height: 132px; }
}

@media (max-width: 560px) {
  .mahadev-topbar { min-height: 74px; }
  .mahadev-profile-copy { display: none; }
  .mahadev-page-description { display: none; }
  .mahadev-stats,.mahadev-security-grid,.mahadev-event-grid,.mahadev-settings-grid,.mahadev-admin-grid { grid-template-columns: 1fr; }
  .mahadev-toolbar { display: grid; }
  .mahadev-table-search input { width: 100%; }
  .mahadev-welcome h2,.mahadev-empty-state h2 { font-size: 1.55rem; }
}

.site-footer {
  color: #deedf7;
  background:
    linear-gradient(135deg, rgba(255, 159, 10, 0.1), rgba(158, 211, 255, 0.08)),
    linear-gradient(135deg, #000000, #07111a);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: 30px;
  padding: 58px 0;
}

.footer-brand img {
  width: 210px;
  height: auto;
  display: block;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  color: #b9c8d3;
}

.footer-col h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-col a,
.footer-col span {
  display: block;
  margin-top: 9px;
  color: #b9c8d3;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 0 24px;
  color: #91a5b4;
  border-top: 1px solid rgba(158, 211, 255, 0.14);
  font-size: 0.92rem;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 10px;
}

.float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #05070a;
  background: linear-gradient(135deg, #ff9f0a, #9ed3ff);
  border: 1px solid rgba(255, 159, 10, 0.68);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(255, 159, 10, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.float-btn:hover {
  color: #05070a;
  background: linear-gradient(135deg, #ffb13d, #b7ddff);
  border-color: rgba(158, 211, 255, 0.76);
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(255, 159, 10, 0.28);
}

.float-btn .ui-icon {
  width: 26px;
  height: 26px;
}

.mobile-call-btn {
  background: linear-gradient(135deg, #05070a, #172838);
  border-color: rgba(158, 211, 255, 0.24);
}

.mobile-contact-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .header-actions .btn {
    display: none;
  }

  .site-nav > a,
  .nav-drop {
    padding-inline: 9px;
    font-size: 0.9rem;
  }

  .hero-grid,
  .feature-band,
  .admin-hero-grid,
  .conversion-grid,
  .contact-overview-grid,
  .faq-layout,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 860px;
  }

  .feature-panel {
    position: static;
  }

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

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

  .wp-admin-shell {
    grid-template-columns: 190px minmax(0, 1fr);
  }

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

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

@media (max-width: 860px) {
  :root {
    --header-h: 76px;
  }

  body {
    padding-bottom: 74px;
  }

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

  .section {
    padding: 62px 0;
  }

  .admin-hero {
    padding: 58px 0;
  }

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

  .admin-table th,
  .admin-table td {
    padding: 12px;
  }

  .wp-admin-shell {
    display: block;
  }

  .wp-admin-sidebar {
    position: static;
    height: auto;
  }

  .wp-admin-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wp-admin-topbar {
    position: static;
  }

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

  .wp-admin-widget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-visual {
    justify-items: start;
  }

  .section-visual .code-visual {
    width: 168px;
    height: 136px;
  }

  .brand img {
    width: 126px;
    max-width: calc(100vw - 112px);
    height: auto;
  }

  .brand {
    max-width: calc(100% - 64px);
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    padding: 16px 14px 26px;
    background: rgba(5, 8, 12, 0.96);
    border-bottom: 1px solid rgba(158, 211, 255, 0.18);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
  }

  .site-nav > a,
  .nav-drop {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px;
  }

  .nav-panel {
    position: static;
    display: none;
    min-width: 0;
    margin: 2px 0 10px;
    padding: 6px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-group.is-open .nav-panel {
    display: grid;
  }

  .hero {
    padding: 56px 0 58px;
    background:
      linear-gradient(180deg, #05070a 0%, #07111a 68%, #10283a 100%);
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.65rem);
  }

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

  .growth-board {
    padding: 14px;
  }

  .board-showcase {
    min-height: 205px;
  }

  .growth-visual {
    height: 188px;
  }

  .grid-3,
  .grid-2,
  .location-summary-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .location-list {
    grid-template-columns: 1fr;
  }

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

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

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

  .page-hero {
    padding: 54px 0;
  }

  .not-found-hero {
    min-height: auto;
    padding: 58px 0;
    background:
      linear-gradient(180deg, #ffffff 0%, #f3faff 52%, #06111a 100%);
  }

  .not-found-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .error-stage {
    min-height: 310px;
  }

  .error-device {
    width: min(48%, 190px);
    height: 188px;
  }

  .error-stage-visual .error-code {
    top: 34px;
    right: 18px;
    font-size: clamp(3.4rem, 14vw, 5.8rem);
  }

  .hero-panel-visual .code-visual {
    height: 184px;
  }

  .faq-visual-card,
  .contact-visual-card {
    padding: 18px;
  }

  .faq-visual-card .code-visual,
  .contact-visual-card .code-visual {
    height: 198px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

  .floating-contact {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(5, 8, 12, 0.88);
    border-top: 1px solid rgba(158, 211, 255, 0.18);
    backdrop-filter: blur(18px) saturate(145%);
  }

  .mobile-contact-bar .btn {
    min-height: 48px;
    padding-inline: 10px;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 112px;
    max-width: calc(100vw - 104px);
    height: auto;
  }

  .hero-actions,
  .admin-actions,
  .cta-row,
  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .wp-admin-sidebar nav,
  .wp-admin-widget-grid {
    grid-template-columns: 1fr;
  }

  .wp-admin-main {
    padding: 16px;
  }

  .wp-admin-topbar {
    display: grid;
  }

  .admin-score-panel {
    padding: 20px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .board-showcase {
    min-height: 184px;
  }

  .growth-visual {
    width: min(96%, 360px);
    height: 170px;
  }

  .showcase-chip {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }

  .btn {
    width: 100%;
  }

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

  .lead-form {
    padding: 16px;
  }

  .error-device {
    opacity: 0.72;
  }

  .error-stage-visual .error-code {
    position: relative;
    inset: auto;
  }
}

.mahadev-form select {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  color: #17212b;
  background: #fff;
  border: 1px solid #cbd6dd;
  border-radius: 5px;
  font: inherit;
  font-size: 0.84rem;
}

.mahadev-form select:focus {
  outline: 2px solid rgba(255, 159, 10, 0.3);
  border-color: #d78100;
}

.mahadev-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mahadev-danger-action {
  min-height: 40px;
  padding: 9px 13px;
  color: #9d2f22;
  background: #fff;
  border: 1px solid #ca5443;
  border-radius: 5px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 760;
  cursor: pointer;
}

.mahadev-danger-action:hover {
  background: #fff3f0;
}

.mahadev-user-editor {
  max-width: 760px;
  margin-top: 18px;
}

.mahadev-row-action.is-muted {
  color: #71808b;
  cursor: default;
}
