:root {
  --bg: #050505;
  --panel: #101010;
  --soft: #171717;
  --line: #303030;
  --text: #fff;
  --muted: #aaa;
  --red: #fff;
  --red-dark: #d7d7d7;
}

.brand-mark { background: #fff; color: #050505; }

/* Logotipo tipográfico MS SCRIPTS DEV — sem bloco branco */
.msdev-logo {
  width: 104px;
  height: 45px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-family: "Space Grotesk", Arial, sans-serif;
  filter: drop-shadow(0 5px 14px rgba(255,255,255,.08));
}
.msdev-logo::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 22px;
  width: 46px;
  height: 1px;
  background: rgba(255,255,255,.32);
}
.msdev-logo b {
  grid-row: 1 / 3;
  font-size: 29px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -3px;
  transform: skew(-8deg);
}
.msdev-logo > span {
  align-self: end;
  padding-bottom: 4px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.msdev-logo em {
  align-self: start;
  padding-top: 5px;
  color: #a9a9a9;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .28em;
}

@media(max-width:430px){
  .msdev-logo{width:92px;height:39px;grid-template-columns:44px 1fr;column-gap:6px}
  .msdev-logo b{font-size:25px}
  .msdev-logo::after{left:44px;top:19px;width:41px}
  .msdev-logo > span{font-size:8px}
  .msdev-logo em{font-size:7px}
}
.primary { background: #fff; color: #050505; box-shadow: 0 10px 42px rgba(255,255,255,.10); }
.primary:hover { background: #d9d9d9; color: #000; }
.hero-actions { gap: 14px; }
.hero-actions .button { min-height: 50px; padding: 0 23px; gap: 18px; border-radius: 12px; font-size: 12px; white-space: nowrap; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.hero-actions .primary { box-shadow: 0 10px 28px rgba(255,255,255,.10); }
.hero-actions .primary span { font-size: 18px; line-height: 1; transition: transform .22s ease; }
.hero-actions .primary:hover span { transform: translateX(4px); }
.hero-actions .secondary { border: 1px solid #454545; background: rgba(8,8,8,.58); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.015); backdrop-filter: blur(10px); }
.hero-actions .secondary:hover { border-color: #fff; background: #fff; color: #050505; transform: translateY(-2px); }
.eyebrow span { box-shadow: 0 0 12px rgba(255,255,255,.45); }
.hero h1 em, h2 em { color: #fff; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.red-glow { background: #fff; opacity: .08; }
.terminal-top span:first-child, .tag-two { background: #fff; color: #050505; }
.code-line b, .code-line em, .service-icon, .step span, .response-note > span { color: #fff; }
.service-card:hover { background: #151515; }
.process, .step { background: #0b0b0b; }

.digital-presence {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  min-height: 720px;
  border-bottom: 1px solid #252525;
  background:
    radial-gradient(circle at 12% 48%, rgba(255,255,255,.06), transparent 32%),
    linear-gradient(115deg, #0d0d0d, #070707 58%);
}
.presence-copy h2 {
  max-width: 820px;
  margin: 18px 0 28px;
  font-size: clamp(46px, 5.5vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
}
.presence-copy h2 em { display: block; }
.presence-lead {
  max-width: 680px;
  margin: 0;
  color: #aaa;
  font-size: 16px;
  line-height: 1.8;
}
.presence-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.presence-actions .button { border-radius: 12px; }
.presence-link { color: #ddd; font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid #666; padding-bottom: 5px; }
.presence-link:hover { color: #fff; border-color: #fff; }
.presence-proof { border-top: 1px solid #333; }
.presence-proof article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}
.presence-proof article > span { color: #666; font: 11px monospace; padding-top: 4px; }
.presence-proof strong { display: block; color: #fff; font: 700 20px "Space Grotesk", sans-serif; }
.presence-proof p { max-width: 440px; margin: 9px 0 0; color: #8f8f8f; font-size: 13px; line-height: 1.7; }

.bot-plans { background: #090909; color: #fff; border-color: #292929; }
.bot-plans .section-index, .bot-plans .section-heading h2 { color: #fff; }
.bot-plans .section-heading > p, .plans-note { color: #929292; }
.plan-card { background: #111; border-color: #303030; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.plan-card:hover { border-color: #777; box-shadow: 0 25px 60px rgba(0,0,0,.55); }
.featured-plan { border-color: #fff; box-shadow: 0 0 0 1px #fff, 0 20px 60px rgba(255,255,255,.07); }
.popular { background: #fff; color: #050505; }
.plan-icon { background: #202020; color: #fff; }
.plan-top small { background: #1e1e1e; color: #aaa; }
.plan-card h3 { color: #fff; }
.plan-subtitle, .plan-card li::before, .more-features, .price strong { color: #fff; }
.plan-card > p, .plan-card li, .extra-features.open > span { color: #a4a4a4; }
.price { background: #1b1b1b; }
.price b { color: #fff; }
.plan-button { background: #fff; color: #050505; }
.plan-button:hover { background: #d9d9d9; }
.plan-button.pending, .plan-button.pending:hover { background: #242424; color: #777; }

.checkout-section { background: linear-gradient(125deg, #151515, #050505 58%); }
.checkout-copy h2 em { color: #fff; }
.secure-note > span { background: #fff; color: #050505; }
.checkout-product { background: #fff; color: #080808; border: 1px solid #d6d6d6; }
.checkout-badge { background: #111; color: #fff; }
.checkout-product li::before { color: #050505; }
.checkout-button { background: #050505; color: #fff; }
.checkout-button:hover { background: #2a2a2a; }

input:focus, select:focus, textarea:focus { border-color: #fff; }
.form-status.success { color: #fff; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}

@media (max-width: 700px) {
  .hero-actions { width: 100%; gap: 11px; }
  .hero-actions .button { width: 100%; }
  .digital-presence { grid-template-columns: 1fr; min-height: auto; gap: 62px; }
  .presence-copy h2 em { display: inline; }
  .presence-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .presence-actions .button { width: 100%; }
  .presence-link { align-self: center; }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .digital-presence { grid-template-columns: 1fr; min-height: auto; gap: 70px; }
}
