:root {
  --bg: #080c0e;
  --panel: #101719;
  --panel-2: #151e21;
  --line: #253236;
  --text: #f4f7f7;
  --muted: #90a6ad;
  --red: #ff3158;
  --red-dark: #c71137;
  --green: #26d69a;
  --green-dark: #0e5f47;
  --amber: #ffca55;
  --shadow: 0 26px 80px rgba(0, 0, 0, .42);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font: 15px/1.65 Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 49, 88, .13), transparent 25rem),
    radial-gradient(circle at 82% 24%, rgba(38, 214, 154, .09), transparent 30rem);
}
.environment-banner { position: relative; z-index: 100; padding: 7px 16px; color: #211400; background: #ffca55; text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
em { color: var(--red); font-style: normal; }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 24px 28px;
}
.site-header.compact { max-width: 1120px; }
.site-header nav { display: flex; gap: 34px; align-items: center; color: #b7c5c9; font-size: 14px; }
.site-header nav a:hover, .back-link:hover { color: #fff; }
.site-header .nav-cta { padding: 10px 18px; color: #fff; border: 1px solid #38464a; border-radius: 11px; }
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 26px;
  line-height: .8;
  letter-spacing: .055em;
  transform: skew(-3deg);
  text-shadow: 0 0 28px rgba(255, 49, 88, .16);
}
.brand span:last-child { font-size: .78em; letter-spacing: .2em; margin: 7px 0 0 .18em; }
.brand-large { font-size: 62px; }
.back-link { color: var(--muted); }
.eyebrow {
  margin-bottom: 15px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(38, 214, 154, .08); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 750;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--red), #e51746); box-shadow: 0 14px 35px rgba(255, 49, 88, .2); }
.button-primary:hover { background: linear-gradient(135deg, #ff496b, var(--red)); }
.button-ghost { color: #dce5e7; border-color: #334145; background: rgba(16, 23, 25, .6); }
.button-block { width: 100%; }

.hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px;
  align-items: center;
  max-width: 1240px;
  min-height: 720px;
  margin: auto;
  padding: 70px 28px 100px;
}
.hero-copy h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(52px, 5.2vw, 84px); }
.hero-lead { max-width: 630px; color: #afbec2; font-size: 18px; }
.launch-offer { display: grid; grid-template-columns: 1fr auto; gap: 2px 22px; align-items: center; max-width: 460px; margin-top: 26px; padding: 15px 18px; border: 1px solid rgba(255,49,88,.34); border-radius: 14px; background: linear-gradient(105deg,rgba(255,49,88,.14),rgba(38,214,154,.05)); }
.launch-offer span { color: #ff9eb0; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.launch-offer strong { grid-row: 1/3; grid-column: 2; color: #fff; font-size: 28px; line-height: 1; }
.launch-offer strong small { color: var(--muted); font-size: 11px; }
.launch-offer b { color: #dfe9e8; font-size: 12px; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 27px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #7f969c; font-size: 13px; }
.trust-row span::first-letter { color: var(--green); }

.product-window { overflow: hidden; border: 1px solid #2a393d; border-radius: 19px; background: #0b1113; box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.02) inset; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.window-bar { display: flex; gap: 7px; align-items: center; height: 42px; padding: 0 16px; border-bottom: 1px solid #1e292c; background: #12191b; }
.window-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #46565b; }
.window-bar > span:first-child { background: var(--red); }
.window-bar > span:nth-child(2) { background: var(--amber); }
.window-bar > span:nth-child(3) { background: var(--green); }
.window-bar b { margin-left: auto; color: #566b71; font-size: 9px; letter-spacing: .2em; }
.window-body { display: grid; grid-template-columns: 88px 1fr; min-height: 420px; }
.window-body aside { padding: 24px 15px; border-right: 1px solid #1f2a2d; }
.window-body aside strong { display: block; margin: 0 0 40px; color: var(--red); font: 16px/.86 Impact, sans-serif; letter-spacing: .08em; }
.window-body aside nav { display: grid; gap: 7px; }
.window-body aside nav span { overflow: hidden; padding: 7px 6px; color: #6e8186; border-radius: 6px; font-size: 7px; line-height: 1; white-space: nowrap; text-overflow: ellipsis; }
.window-body aside nav span.active { color: #baf7df; background: rgba(38,214,154,.2); }
.mock-main { padding: 30px; }
.mock-heading { display: flex; justify-content: space-between; align-items: start; }
.mock-heading small { color: #577077; font-size: 9px; letter-spacing: .12em; }
.mock-heading h3 { margin: 5px 0 22px; font-size: 24px; }
.online { padding: 5px 10px; color: var(--green); border: 1px solid rgba(38,214,154,.24); border-radius: 20px; background: rgba(38,214,154,.08); font-size: 10px; }
.mock-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.mock-metrics div { padding: 19px; border: 1px solid #263438; border-radius: 11px; background: #11191b; }
.mock-metrics b { display: block; font-size: 20px; }
.mock-metrics small { color: #6f878d; }
.mock-progress { margin: 14px 0; padding: 20px; border: 1px solid #263438; border-radius: 11px; background: #11191b; }
.mock-progress > span { color: #90a5aa; font-size: 11px; }
.mock-progress > b { float: right; color: var(--green); }
.mock-progress i { display: block; height: 5px; margin: 15px 0 10px; border-radius: 5px; background: #233034; }
.mock-progress u { display: block; width: 74%; height: 100%; border-radius: inherit; background: var(--green); }
.mock-progress small { color: #687e84; }
.mock-list span { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 8px; align-items: center; min-height: 38px; margin-top: 8px; padding: 0 12px; border: 1px solid #1f2a2d; border-radius: 8px; background: #101719; }
.mock-list b { color: #71868b; font-size: 8px; text-transform: uppercase; }
.mock-list small { overflow: hidden; color: #d3dddd; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.mock-list em { color: var(--green); font-size: 8px; }

.proof-strip { display: flex; justify-content: center; gap: 22px; padding: 20px; overflow: hidden; border-block: 1px solid #1a2528; color: #6f858b; background: #0c1214; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.proof-strip span:not(:last-child)::after { content: "◆"; margin-left: 22px; color: var(--red); font-size: 7px; }
.section { max-width: 1240px; margin: auto; padding: 130px 28px; }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 61px); }
.section-heading > p:last-child { color: var(--muted); }
.centered { text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature { position: relative; min-height: 270px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #11191b, #0d1315); }
.feature::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; }
.feature-wide { grid-column: span 2; }
.feature-dark { background: linear-gradient(145deg, #17211f, #0e1715); border-color: #254238; }
.feature-number { color: var(--red); font-weight: 800; font-size: 12px; }
.feature h3 { margin: 54px 0 13px; font-size: 25px; }
.feature p { max-width: 660px; color: #8fa4aa; }
.mini-tags { display: flex; gap: 8px; margin-top: 22px; }
.mini-tags span { padding: 5px 10px; border: 1px solid #2a393d; border-radius: 8px; color: #aab9bd; font-size: 11px; }

.workflow ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.workflow li { min-height: 255px; padding: 29px; background: #0e1517; }
.workflow li > b { color: var(--red); font-size: 12px; }
.workflow li div { margin-top: 72px; }
.workflow h3 { font-size: 21px; }
.workflow p { color: var(--muted); }

.pricing { max-width: 1300px; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 470px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.plan-card h3 { margin: 18px 0 0; font-size: 43px; }
.plan-card > p:not(.eyebrow,.plan-period) { color: var(--muted); }
.plan-period { margin-bottom: 29px; color: #6f858b; }
.plan-card ul { flex: 1; padding: 0; list-style: none; color: #b9c7ca; }
.plan-card li { padding: 8px 0; }
.plan-card li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.plan-featured { border-color: #a12141; box-shadow: 0 28px 70px rgba(255,49,88,.1); transform: translateY(-13px); }
.plan-locked { overflow: hidden; opacity: .72; filter: saturate(.55); }
.plan-locked::after { content: "×"; position: absolute; right: 19px; bottom: -35px; color: rgba(255,255,255,.035); font-size: 190px; font-weight: 300; line-height: 1; pointer-events: none; }
.button-disabled { position: relative; z-index: 1; color: #8b9a9e; border-color: #354145; background: #182023; cursor: not-allowed; }
.plan-badge { position: absolute; top: 21px; right: 21px; padding: 5px 9px; color: #ffdce3; border-radius: 20px; background: rgba(255,49,88,.15); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.responsible-note { max-width: 760px; margin: 40px auto 0; text-align: center; color: #6d8288; font-size: 13px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 5px; cursor: pointer; font-size: 17px; font-weight: 700; }
.faq-list p { padding: 0 36px 22px 5px; color: var(--muted); }
.final-cta { margin: 50px 20px 0; padding: 110px 25px; border: 1px solid #3a2830; border-radius: 30px; background: radial-gradient(circle at 50% 100%, rgba(255,49,88,.2), transparent 48%), #101517; text-align: center; }
.final-cta h2 { font-size: clamp(42px, 5vw, 70px); }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; max-width: 1240px; margin: auto; padding: 65px 28px 28px; color: #768a90; }
footer div { display: flex; gap: 22px; }
footer small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid var(--line); }
.footer-brand { font-size: 20px; }

/* Checkout and activation delivery */
.checkout-shell { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: center; max-width: 1100px; min-height: calc(100vh - 100px); margin: auto; padding: 45px 28px 90px; }
.checkout-copy h1 { font-size: clamp(45px,5vw,69px); }
.checkout-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; }
.checkout-copy ul { padding: 20px 0; list-style: none; }
.checkout-copy li { margin: 12px 0; }
.checkout-copy li::before { content: "✓"; margin-right: 11px; color: var(--green); }
.checkout-card, .login-card, .status-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,23,25,.94); box-shadow: var(--shadow); }
.checkout-card small { display: block; margin-top: 17px; color: #6f858b; }
.form-stack { display: grid; gap: 17px; }
label { display: grid; gap: 7px; color: #b9c7ca; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 47px; padding: 0 13px; color: #fff; border: 1px solid #314044; border-radius: 10px; outline: none; background: #0a1012; }
textarea { min-height: 90px; padding-block: 11px; resize: vertical; line-height: 1.45; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(38,214,154,.1); }
.status-shell { display: grid; place-items: center; min-height: 100vh; padding: 30px; }
.status-card { width: min(620px,100%); text-align: center; }
.status-card-wide { width: min(900px,100%); }
.status-card h1 { font-size: 38px; }
.status-dot { display: block; width: 17px; height: 17px; margin: 0 auto 24px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 10px rgba(38,214,154,.08); }
.waiting-ring { width: 52px; height: 52px; margin: 30px auto; border: 3px solid #273438; border-top-color: var(--green); border-radius: 50%; animation: spin 1s linear infinite; }
.license-delivery { margin: 30px 0 0; padding: 26px; border: 1px solid rgba(38,214,154,.32); border-radius: 15px; background: rgba(38,214,154,.07); }
.license-delivery small { color: var(--green); }
.license-delivery code, .new-license code { display: block; margin: 12px 0; color: #fff; font: 800 20px Consolas, monospace; letter-spacing: .04em; word-break: break-all; cursor: pointer; }
.copy-button { min-height: 38px; padding: 0 15px; color: #dffbf0; border: 1px solid #2c7057; border-radius: 9px; background: #12372b; font-size: 12px; font-weight: 750; }
.copy-button-wide { width: 100%; min-height: 44px; }
.pix-payment { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 32px; align-items: center; margin-top: 28px; text-align: left; }
.pix-qr { display: block; width: 300px; max-width: 100%; aspect-ratio: 1; padding: 12px; border-radius: 17px; background: #fff; object-fit: contain; }
.pix-qr-placeholder { display: grid; place-items: center; width: 300px; max-width: 100%; aspect-ratio: 1; border: 1px dashed #334347; border-radius: 17px; color: var(--muted); }
.pix-qr-placeholder .waiting-ring { margin: 0; }
.pix-amount { display: block; margin-bottom: 10px; color: var(--green); font-size: 31px; font-weight: 850; }
.pix-instructions h2 { margin-bottom: 12px; font-size: 24px; }
.pix-instructions ol { padding-left: 20px; color: #9bb0b5; font-size: 13px; }
.pix-copy-label { margin-top: 17px; }
.pix-copy-label textarea { min-height: 76px; color: #aec1c5; font: 11px/1.4 Consolas, monospace; resize: none; }
.payment-wait { display: flex; gap: 17px; align-items: center; margin-top: 28px; padding: 17px 20px; border: 1px solid rgba(38,214,154,.2); border-radius: 14px; background: rgba(38,214,154,.05); text-align: left; }
.payment-wait .status-dot { flex: 0 0 12px; width: 12px; height: 12px; margin: 0; animation: paymentPulse 1.8s ease-in-out infinite; }
.payment-wait strong, .payment-wait small { display: block; }
.payment-wait small { color: var(--muted); }
.download-delivery { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 16px; padding: 22px; border: 1px solid #324247; border-radius: 15px; background: #0c1315; text-align: left; }
.download-delivery small, .download-delivery strong, .download-delivery span { display: block; }
.download-delivery small { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.download-delivery strong { font-size: 18px; }
.download-delivery span { color: var(--muted); font-size: 12px; }
.download-pending, .payment-failed { margin-top: 16px; padding: 20px; border: 1px solid #3a4142; border-radius: 14px; background: #111718; }
.download-pending strong, .download-pending span { display: block; }
.download-pending span, .payment-failed p { color: var(--muted); }
@keyframes paymentPulse { 50% { opacity: .45; transform: scale(.82); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Admin */
.login-shell { display: grid; grid-template-columns: 1fr 500px; place-items: center; gap: 80px; min-height: 100vh; max-width: 1100px; margin: auto; padding: 30px; }
.login-brand p { margin-top: 32px; color: var(--muted); }
.login-card { width: 100%; }
.login-card h1 { margin-bottom: 29px; font-size: 38px; }
.alert, .new-license { margin: 0 0 22px; padding: 15px 18px; border: 1px solid; border-radius: 12px; }
.alert-error { color: #ffc4cf; border-color: #612235; background: #281219; }
.alert-success { color: #b3f5dc; border-color: #245743; background: #10271f; }
.new-license { color: #dffbf0; border-color: #2c7057; background: #12372b; }
.new-license span, .new-license small { display: block; }
.admin-shell { display: grid; grid-template-columns: 235px minmax(0,1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 30px 22px; border-right: 1px solid var(--line); background: #0b1113; }
.admin-sidebar > p { margin: 24px 0 35px; color: #597177; font-size: 9px; letter-spacing: .15em; }
.admin-sidebar nav { display: grid; gap: 6px; }
.admin-sidebar nav a { padding: 10px 12px; color: #91a4a9; border-radius: 9px; }
.admin-sidebar nav a:hover, .admin-sidebar nav .active { color: #fff; background: #1a2528; }
.admin-sidebar nav .active { box-shadow: 3px 0 0 var(--green) inset; }
.admin-sidebar form { margin-top: auto; }
.admin-sidebar button { width: 100%; padding: 10px; color: #ff8ca1; border: 1px solid #3b2029; border-radius: 9px; background: transparent; }
.admin-main { min-width: 0; padding: 36px; }
.admin-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.admin-top h1 { margin: 0; font-size: 38px; }
.admin-user { display: grid; text-align: right; }
.admin-user small { color: var(--muted); }
.admin-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 16px; }
.admin-metrics article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.admin-metrics span { display: block; color: var(--muted); font-size: 12px; }
.admin-metrics b { font-size: 32px; }
.admin-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; margin-bottom: 16px; }
.admin-card { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.admin-card h2 { margin-bottom: 22px; font-size: 23px; }
.admin-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.admin-form .full { grid-column: 1/-1; }
.admin-form button { justify-self: start; }
.health-card ul { padding: 0; list-style: none; color: #a9b9bd; }
.health-card li { margin: 13px 0; }
.health-card li span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(38,214,154,.07); }
.plan-admin-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.plan-admin-card { display: grid; gap: 12px; padding: 18px; border: 1px solid #29373b; border-radius: 13px; background: #0c1214; }
.plan-admin-card h3 { margin: 3px 0 7px; font-size: 20px; }
.plan-admin-card small { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.plan-admin-card button { min-height: 40px; color: #fff; border: 1px solid #3b4a4e; border-radius: 9px; background: #1a2528; }
.plan-active { display: flex; grid-template-columns: auto 1fr; align-items: center; }
.plan-active input { width: 17px; min-height: 17px; accent-color: var(--green); }
.plan-toggles { display: grid; gap: 9px; }
.commerce-admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin: 16px 0; }
.commerce-form { margin-top: 18px; }
.config-state { display: inline-flex; align-items: center; padding: 5px 10px; border: 1px solid; border-radius: 20px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.config-ok { color: #aaf2d5; border-color: #28654e; background: #102c23; }
.config-warn { color: #ffdc94; border-color: #5c4720; background: #2a2110; }
.installer-current { display: grid; gap: 2px; margin: 5px 0 19px; padding: 14px; border: 1px solid; border-radius: 11px; }
.installer-current span { font-size: 12px; opacity: .85; }
.download-path { display: grid; gap: 4px; padding: 15px; border: 1px dashed #344347; border-radius: 11px; background: #0a1012; }
.download-path small { color: var(--green); font-size: 9px; letter-spacing: .1em; }
.download-path code { color: #fff; font-size: 15px; }
.download-path span, .admin-help { color: var(--muted); font-size: 12px; }
.admin-help { margin: 17px 0 0; }
[data-readonly-url] { color: #81989e; }
.table-card { margin-bottom: 16px; }
.card-head { display: flex; justify-content: space-between; align-items: start; }
.card-head > span, .card-head > small { color: var(--muted); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th { padding: 12px 10px; color: #778d93; border-bottom: 1px solid var(--line); text-align: left; text-transform: uppercase; font-size: 10px; letter-spacing: .08em; }
td { padding: 14px 10px; border-bottom: 1px solid #202c2f; color: #c7d2d4; vertical-align: middle; }
td strong, td small { display: block; }
td small { color: var(--muted); }
td code { color: #dce9e7; }
.status { display: inline-block; padding: 3px 8px; border-radius: 15px; font-size: 10px; text-transform: uppercase; }
.status-active, .status-paid { color: #8ff1cd; background: rgba(38,214,154,.12); }
.status-pending { color: #ffe09b; background: rgba(255,202,85,.11); }
.status-revoked, .status-expired, .status-cancelled { color: #ff9daf; background: rgba(255,49,88,.12); }
.table-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.table-actions button, td form button { padding: 5px 8px; color: #b7c7ca; border: 1px solid #314044; border-radius: 7px; background: #131c1f; font-size: 10px; }
.table-actions .danger { color: #ff9db0; border-color: #532331; }
.empty-state { padding: 40px; color: var(--muted); text-align: center; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .product-window { max-width: 730px; transform: none; }
  .workflow ol { grid-template-columns: repeat(2,1fr); }
  .checkout-shell, .login-shell { grid-template-columns: 1fr; max-width: 650px; gap: 25px; }
  .admin-metrics { grid-template-columns: repeat(2,1fr); }
  .admin-grid { grid-template-columns: 1fr; }
  .plan-admin-grid { grid-template-columns: 1fr; }
  .commerce-admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .site-header { padding-inline: 19px; }
  .hero, .section { padding-inline: 19px; }
  .hero { min-height: auto; padding-block: 85px; }
  .hero-copy h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; }
  .window-body { grid-template-columns: 55px 1fr; }
  .mock-main { padding: 18px; }
  .mock-metrics { grid-template-columns: 1fr; }
  .mock-metrics div:nth-child(n+2) { display: none; }
  .proof-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .feature-grid, .plans, .faq { grid-template-columns: 1fr; }
  .feature-wide { grid-column: span 1; }
  .plan-featured { transform: none; }
  .workflow ol { grid-template-columns: 1fr; }
  .workflow li { min-height: 190px; }
  .workflow li div { margin-top: 38px; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: 1; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .admin-sidebar nav { grid-template-columns: repeat(2,1fr); }
  .admin-sidebar form { margin-top: 20px; }
  .admin-main { padding: 20px 12px; }
  .admin-top { align-items: start; }
  .admin-user { display: none; }
  .admin-metrics, .admin-form { grid-template-columns: 1fr; }
  .admin-form .full { grid-column: 1; }
  .pix-payment { grid-template-columns: 1fr; }
  .pix-qr, .pix-qr-placeholder { margin: auto; }
  .download-delivery { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
