:root {
  --m-black: #050607;
  --m-ink: #0b0f12;
  --m-graphite: #111820;
  --m-orange: #ff4b00;
  --m-orange-dark: #cb3600;
  --m-soft: #f4f4f2;
  --m-line: #dde0e4;
  --m-text: #17191d;
  --m-muted: #68707c;
  --m-green: #17a85b;
  --m-red: #d93b3b;
  --m-blue: #246bfe;
  --m-radius: 8px;
  --m-shadow: 0 18px 40px rgba(0,0,0,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--m-text); background: var(--m-soft); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1,h2,h3,.condensed { font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; letter-spacing: .01em; text-transform: uppercase; }
.site-shell { background: var(--m-ink); color: #fff; min-height: 100vh; }
.site-header { height: 68px; padding: 0 24px; background: #050607; display: flex; align-items: center; justify-content: space-between; gap: 22px; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-brand { min-width: 286px; }
.site-brand img { width: 54px; height: 58px; display: block; object-fit: contain; flex: 0 0 auto; }
.site-brand span,.footer-brand span,.login-brand span { display: grid; gap: 2px; line-height: 1; }
.site-brand strong,.footer-brand strong,.login-brand strong { color: #fff; font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-size: 23px; letter-spacing: .01em; white-space: nowrap; }
.site-brand small,.footer-brand small,.login-brand small { color: var(--m-orange); font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 900; white-space: nowrap; }
.site-menu { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px); font-family: "Arial Narrow", Impact, sans-serif; font-weight: 800; text-transform: uppercase; font-size: 13px; white-space: nowrap; }
.site-menu a { color: #fff; opacity: .94; padding: 24px 0 20px; border-bottom: 2px solid transparent; }
.site-menu a.active { color: var(--m-orange); border-color: var(--m-orange); }
.leader-pill { background: var(--m-orange); border: 0 !important; border-radius: 5px; padding: 12px 16px !important; display: inline-flex; align-items: center; gap: 7px; opacity: 1 !important; }
.btn-orange,.orange-action { background: var(--m-orange); color: #fff; border: 1px solid var(--m-orange); border-radius: 5px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; cursor: pointer; font-size: 14px; }
.btn-orange:hover,.orange-action:hover { background: #ff631c; color: #fff; }
.btn-ghost,.dark-action { border: 1px solid rgba(255,255,255,.45); color: #fff; border-radius: 5px; padding: 10px 18px; display: inline-flex; align-items: center; gap: 9px; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; background: transparent; font-size: 14px; }
.white-action { background: #fff; color: var(--m-orange); border-radius: 5px; padding: 13px 28px; display: inline-flex; gap: 12px; align-items: center; justify-content: center; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; min-width: 260px; font-size: 14px; }
.overline { color: var(--m-orange); font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.site-hero { min-height: 290px; display: flex; align-items: center; padding: 42px clamp(24px, 5vw, 58px); background: linear-gradient(90deg, rgba(5,6,7,.98), rgba(5,6,7,.66), rgba(5,6,7,.18)), url('../images/pages/banner-manadas.png') center/cover; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-hero.home-hero { min-height: 390px; background-image: linear-gradient(90deg, rgba(5,6,7,.96), rgba(5,6,7,.64), rgba(5,6,7,.14)), url('../images/pages/banner-manadas.png'); background-position: center center; }
.hero-copy { width: min(560px, 100%); }
.hero-copy h1 { margin: 8px 0 12px; color: #fff; font-size: clamp(38px, 5.8vw, 66px); line-height: .96; }
.hero-copy h1 strong { color: var(--m-orange); font-weight: inherit; }
.hero-copy p { color: #fff; font-size: 15px; line-height: 1.52; max-width: 500px; margin: 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(90deg,#0d1216,#111820); border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); padding: 18px clamp(24px, 5vw, 58px); gap: 20px; }
.feature-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.16); padding-right: 18px; }
.feature-item:last-child { border-right: 0; }
.feature-item i { color: var(--m-orange); font-size: 30px; }
.feature-item h3 { margin: 0 0 3px; font-size: 17px; color: #fff; }
.feature-item p { margin: 0; color: #d9dde2; font-size: 12px; line-height: 1.35; }
.light-section { background: #f5f5f3; color: var(--m-text); padding: 36px clamp(24px, 5vw, 52px); }
.dark-section { background: radial-gradient(circle at 50% 0, #1a232b, #07090b 68%); color: #fff; padding: 36px clamp(24px, 5vw, 52px); }
.section-head { text-align: center; margin-bottom: 22px; }
.section-head h2 { font-size: clamp(28px, 3.3vw, 38px); margin: 2px 0; }
.two-col { display: grid; grid-template-columns: .85fr 1.45fr; gap: 28px; align-items: start; }
.two-col h2 { font-size: 31px; line-height: 1.08; margin: 8px 0 14px; }
.cards-5,.cards-4,.cards-3 { display: grid; gap: 14px; }
.cards-5 { grid-template-columns: repeat(5, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.white-card { background: #fff; border: 1px solid #e6e7e9; border-radius: 7px; padding: 18px 15px; color: var(--m-text); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.icon-card { min-height: 160px; text-align: center; }
.icon-card i { width: 58px; height: 58px; border: 2px solid var(--m-orange); border-radius: 50%; display: inline-grid; place-items: center; color: var(--m-orange); font-size: 29px; margin-bottom: 12px; }
.icon-card h3 { margin: 0 0 8px; font-size: 19px; }
.icon-card p { margin: 0; font-size: 12.5px; line-height: 1.45; }
.top-card { min-height: 250px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; overflow: hidden; background: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.7)), url('../images/pages/banner-manadas.png') center/cover; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.date-box { width: 50px; background: var(--m-orange); color: #fff; text-align: center; border-radius: 5px; padding: 7px 4px; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; font-size: 12px; }
.date-box strong { display: block; font-size: 24px; line-height: .9; }
.top-card h3 { font-size: 23px; margin: 7px 0; }
.top-card p { color: #e8ecef; margin: 0 0 14px; line-height: 1.42; font-size: 13px; }
.map-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; }
.fake-map { min-height: 220px; border-radius: 9px; background: radial-gradient(circle at 70% 55%, rgba(255,75,0,.28), transparent 16%), radial-gradient(circle at 52% 40%, rgba(255,75,0,.22), transparent 12%), linear-gradient(135deg,#e3d8bd,#f1ead7); position: relative; overflow: hidden; }
.fake-map:after { content: ""; position: absolute; inset: 18px; border: 2px dashed rgba(0,0,0,.16); border-radius: 44% 38% 48% 33%; transform: rotate(-10deg); }
.sp-map { min-height: 240px; border-radius: 9px; background: linear-gradient(135deg,#e9dfc6,#f7f0dc); position: relative; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.sp-map:before { content: ""; position: absolute; inset: 18px; background-image: linear-gradient(rgba(0,0,0,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.055) 1px, transparent 1px); background-size: 34px 34px; opacity: .45; }
.sp-map:after { content: ""; position: absolute; left: 6%; right: 6%; top: 18%; height: 64%; border: 2px dashed rgba(35,31,24,.2); border-radius: 46% 54% 43% 57% / 45% 42% 58% 55%; transform: rotate(-10deg); }
.sp-shape { position: absolute; left: 8%; top: 18%; width: 82%; height: 64%; background: linear-gradient(135deg,#efe6cf,#d8c9a8); clip-path: polygon(2% 52%, 8% 36%, 18% 26%, 28% 18%, 41% 14%, 55% 9%, 69% 14%, 82% 24%, 96% 29%, 92% 43%, 81% 50%, 73% 60%, 61% 63%, 48% 72%, 36% 77%, 25% 72%, 15% 70%, 7% 62%); box-shadow: inset 0 0 0 2px rgba(82,68,42,.22), 0 18px 34px rgba(85,58,20,.16); }
.sp-shape:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 49%, rgba(255,75,0,.4), transparent 10%), radial-gradient(circle at 62% 43%, rgba(255,75,0,.28), transparent 12%), radial-gradient(circle at 48% 47%, rgba(255,75,0,.22), transparent 10%); }
.map-pin { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 4px; color: #1b1712; font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-size: 11px; font-weight: 900; transform: translate(-50%, -100%); filter: drop-shadow(0 2px 2px rgba(0,0,0,.24)); }
.map-pin i { color: var(--m-orange); font-size: 25px; line-height: 1; }
.map-pin b { background: rgba(255,255,255,.78); border: 1px solid rgba(0,0,0,.08); border-radius: 4px; padding: 2px 5px; white-space: nowrap; }
.pin-sao-paulo { left: 70%; top: 57%; }
.pin-campinas { left: 56%; top: 46%; }
.pin-piracicaba { left: 49%; top: 43%; }
.pin-jundiai { left: 61%; top: 51%; }
.pin-cotia { left: 66%; top: 61%; }
.pin-santos { left: 73%; top: 67%; }
.pin-ribeirao { left: 45%; top: 31%; }
.stats-bar { background: linear-gradient(90deg,#090b0d,#11171c); color: #fff; border-radius: 6px; display: grid; grid-template-columns: repeat(4,1fr); padding: 14px 18px; gap: 16px; margin-bottom: 22px; }
.stat { display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: center; border-right: 1px solid rgba(255,255,255,.17); }
.stat:last-child { border-right: 0; }
.stat i { color: var(--m-orange); font-size: 31px; }
.stat strong { display: block; color: #fff; font-family: "Arial Narrow", Impact, sans-serif; font-size: 27px; line-height: .9; }
.stat span { font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-weight: 900; }
.manada-card { background: #fff; color: var(--m-text); border-radius: 7px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,.1); border: 1px solid #e4e5e8; }
.manada-image { height: 132px; background: #090b0d; overflow: hidden; display: block; }
.manada-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.manada-body { padding: 14px; }
.manada-body h3 { margin: 0 0 8px; font-size: 21px; }
.manada-body p { color: #30343a; font-size: 12.5px; line-height: 1.45; min-height: 54px; }
.manada-body .manada-city { color: var(--m-orange); font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-weight: 900; font-size: 16px; min-height: 0; margin: -4px 0 28px; }
.manada-meta { display: flex; justify-content: space-between; gap: 10px; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; font-size: 13px; }
.card-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.social-icon { width: 32px; height: 32px; display: inline-grid; place-items: center; border-radius: 8px; color: #fff; margin-right: 8px; }
.social-icon.whats { background: #21b755; }
.social-icon.insta { background: linear-gradient(135deg,#f9c700,#e1306c,#6f40ff); }
.outline-orange { color: var(--m-orange); border: 1px solid var(--m-orange); border-radius: 5px; padding: 10px 18px; font-family: "Arial Narrow", Impact, sans-serif; text-transform: uppercase; font-weight: 900; }
.site-cta { background: linear-gradient(90deg, rgba(142,45,0,.9), rgba(255,75,0,.82)), url('../images/pages/banner-manadas.png') center/cover; color: #fff; min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px clamp(24px, 7vw, 100px); }
.site-cta h2 { margin: 0 0 4px; font-size: 28px; }
.site-cta p { margin: 0; }
.site-footer { background: radial-gradient(circle at 20% 0, #111922, #050607 65%); color: #fff; padding: 28px clamp(24px, 5vw, 52px) 18px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 34px; border-bottom: 1px solid rgba(255,255,255,.13); padding-bottom: 28px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand img { width: 56px; height: 62px; max-width: 100%; object-fit: contain; }
.footer-about p,.site-footer a { display: block; color: #d9dde1; font-size: 12.5px; line-height: 1.6; margin: 0 0 7px; }
.site-footer h3 { color: var(--m-orange); font-size: 15px; margin: 0 0 13px; }
.social-row { display: flex; gap: 18px; font-size: 20px; margin-top: 14px; }
.footer-whatsapp { border: 1px solid var(--m-orange); color: var(--m-orange) !important; border-radius: 5px; padding: 10px 15px; display: inline-flex !important; width: fit-content; text-transform: uppercase; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; color: #b9bec5; font-size: 13px; padding-top: 18px; }
.footer-bottom strong { color: var(--m-orange); font-size: 20px; font-style: italic; }
.filters { display: grid; grid-template-columns: 1.3fr repeat(3, .8fr) auto; gap: 18px; margin-bottom: 22px; }
.filters input,.filters select,.site-form input,.site-form select,.site-form textarea { width: 100%; border: 1px solid #d6d9df; border-radius: 5px; padding: 12px 14px; background: #fff; color: #222; font-size: 13px; }
.form-shell { display: grid; grid-template-columns: 1fr 300px; gap: 22px; align-items: start; }
.site-form { background: #fff; color: var(--m-text); border-radius: 7px; box-shadow: 0 12px 34px rgba(0,0,0,.08); overflow: hidden; }
.form-section { padding: 20px; border-bottom: 1px solid #eceef2; }
.form-section h2 { font-size: 21px; margin: 0 0 15px; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
label { display: grid; gap: 7px; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; text-transform: uppercase; font-size: 12.5px; }
textarea { min-height: 104px; resize: vertical; }
.form-side { display: grid; gap: 18px; }
.black-panel { background: linear-gradient(145deg,#080b0e,#141a1f); border-radius: 7px; padding: 21px; color: #fff; border: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.black-panel h3 { font-size: 21px; margin: 0 0 13px; }
.black-panel li { margin-bottom: 11px; }
.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin: 22px 0; color: #777; font-size: 12px; }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; }
.step b { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #d8d9dd; color: #fff; }
.step.active b { background: var(--m-orange); }
.contact-card { background: rgba(10,14,18,.84); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; padding: 30px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.dark-input { background: rgba(255,255,255,.04) !important; border-color: rgba(255,255,255,.18) !important; color: #fff !important; }
.contact-channels { border-left: 1px solid rgba(255,255,255,.18); padding-left: 30px; }
.channel { display: grid; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.channel i { width: 48px; height: 48px; border: 1px solid var(--m-orange); color: var(--m-orange); border-radius: 50%; display: grid; place-items: center; font-size: 23px; }
.login-page { min-height: 100vh; background: #050607; display: grid; padding: 12px; }
.login-frame { display: grid; grid-template-columns: 1.18fr 1fr; overflow: hidden; border-radius: 10px; background: #fff; min-height: calc(100vh - 24px); }
.login-art { background: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.7)), url('../images/pages/login-scene.png') center/cover; color: #fff; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.login-brand { display: flex; align-items: center; gap: 18px; }
.login-brand img { width: 98px; height: 112px; max-width: 96%; object-fit: contain; }
.login-brand strong { font-size: 44px; }
.login-brand small { font-size: 30px; }
.login-art h1 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.06; max-width: 560px; border-left: 4px solid var(--m-orange); padding-left: 22px; }
.login-art h1 strong { color: var(--m-orange); }
.login-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; font-size: 13px; }
.login-benefits div { display: grid; grid-template-columns: 44px 1fr; gap: 10px; align-items: center; }
.login-benefits i { color: var(--m-orange); border: 1px solid var(--m-orange); border-radius: 50%; width: 42px; height: 42px; display: grid; place-items: center; font-size: 20px; }
.login-form { display: grid; place-items: center; padding: 36px; color: var(--m-text); }
.login-card { width: min(470px, 100%); text-align: center; }
.lock-badge { width: 72px; height: 72px; background: radial-gradient(circle,#ff9b5f,#ff4b00); border: 10px solid #ffe0ce; color: #fff; display: inline-grid; place-items: center; border-radius: 50%; font-size: 30px; margin-bottom: 20px; }
.login-card h2 { font: 800 35px Arial, sans-serif; text-transform: none; margin: 0 0 8px; }
.login-card .login-field { position: relative; margin: 20px 0; }
.login-card input { height: 58px; border: 1px solid #d7dbe2; border-radius: 8px; padding: 0 18px 0 56px; font-size: 17px; }
.login-field i { position: absolute; left: 22px; top: 18px; color: var(--m-orange); font-size: 21px; }
.login-options { display: flex; justify-content: space-between; align-items: center; margin: 14px 0 24px; color: #5b6470; }
.login-card button { width: 100%; height: 54px; justify-content: center; font-size: 21px; }
.alert { padding: 12px 14px; border-radius: 6px; background: #fff3e8; color: #9f3500; margin-bottom: 16px; }
/* App/admin base kept */
.app-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; background: #f4f6f8; color: var(--m-text); }
.sidebar { background: #08090b; color: #dbe0e8; padding: 18px 12px; display: flex; flex-direction: column; gap: 14px; }
.brand,.site-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#ff7a1a,#172033); display: grid; place-items: center; color: #fff; font-weight: 900; }
.nav-link { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 6px; color: #dbe0e8; }
.nav-link.active,.nav-link:hover { background: var(--m-orange); color: #fff; }
.main { min-width: 0; }
.topbar { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; background: #fff; border-bottom: 1px solid var(--m-line); }
.content { padding: 26px; }
.page-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; margin-bottom: 20px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th,td { padding: 12px; border-bottom: 1px solid var(--m-line); text-align: left; font-size: .92rem; }
.badge { border-radius: 999px; padding: .25rem .55rem; font-size: .75rem; font-weight: 700; background: #eef2ff; color: var(--m-blue); }
.badge.green { background: #e7f8ef; color: var(--m-green); }
.badge.orange { background: #fff1e8; color: var(--m-orange-dark); }
@media (max-width: 980px) {
  .site-header { height: auto; align-items: flex-start; flex-direction: column; padding: 14px 18px; }
  .site-brand img { max-width: 260px; width: 70vw; }
  .site-menu { flex-wrap: wrap; gap: 12px; font-size: 14px; }
  .site-menu a { padding: 8px 0; }
  .feature-strip,.cards-5,.cards-4,.cards-3,.stats-bar,.footer-grid,.filters,.form-shell,.contact-card,.login-frame,.map-grid,.two-col { grid-template-columns: 1fr; }
  .feature-item,.stat { border-right: 0; }
  .site-cta { flex-direction: column; align-items: flex-start; }
  .contact-channels { border-left: 0; padding-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .login-art { min-height: 520px; padding: 32px; }
  .login-benefits { grid-template-columns: 1fr; }
}
