:root {
  --brand: #a8ff1e;
  --brand-dark: #7ed600;
  --brand-soft: #efffd5;
  --ink: #34302d;
  --ink-2: #201e1c;
  --muted: #6f716b;
  --line: #e4e7de;
  --surface: #f5f7f1;
  --white: #fff;
  --danger: #c83f3f;
  --success: #2f7f52;
  --warning: #a86d09;
  --shadow: 0 22px 70px rgba(52, 48, 45, .12);
  --shadow-sm: 0 10px 30px rgba(52, 48, 45, .08);
  --radius: 18px;
  --radius-lg: 30px;
  --font: Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.sidebar-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10000; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.icon { flex: 0 0 auto; }

.eyebrow { display: inline-flex; align-items: center; color: #568e00; font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: var(--brand); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2, .display-title { margin: 12px 0 0; font-size: clamp(1.95rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; }
.section-head p { width: min(460px, 100%); color: var(--muted); margin: 0; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(126, 214, 0, .35); outline-offset: 2px; }
.btn-primary { color: var(--ink-2); background: var(--brand); box-shadow: 0 12px 25px rgba(126, 214, 0, .22); }
.btn-primary:hover { background: #b7ff43; }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { border-color: #c5cac0; box-shadow: var(--shadow-sm); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-danger { color: #fff; background: var(--danger); }
.btn-ghost { min-height: 42px; padding: 0 13px; color: var(--ink); background: transparent; }
.btn-sm { min-height: 42px; padding-inline: 16px; font-size: .9rem; }
.btn-block { width: 100%; }
.btn-icon { width: 44px; height: 44px; padding: 0; border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(228,231,222,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.site-logo { width: 164px; flex: 0 0 auto; }
.site-logo img { width: 100%; height: 42px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: 18px; }
.main-nav a { color: #4f514c; font-size: .9rem; font-weight: 700; }
.main-nav a:hover { color: #568e00; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.login-link { padding: 10px; font-weight: 800; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 12px; color: var(--ink); background: var(--surface); }
.mobile-login { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }

.home-banner-carousel { position: relative; overflow: hidden; width: 100%; background: #171614; }
.banner-viewport, .banner-track { width: 100%; }
.banner-slide { display: none; width: 100%; }
.banner-slide.active { display: block; animation: banner-fade .45s ease; }
.banner-slide a, .banner-slide picture { display: block; width: 100%; }
.banner-slide img { width: 100%; aspect-ratio: 24/5; object-fit: cover; object-position: center; }
.banner-control { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(0,0,0,.38); font-size: 2rem; line-height: 1; transform: translateY(-50%); backdrop-filter: blur(8px); }
.banner-control:hover { background: rgba(0,0,0,.62); }
.banner-control.previous { left: 22px; }
.banner-control.next { right: 22px; }
.banner-dots { position: absolute; z-index: 3; left: 50%; bottom: 17px; display: flex; gap: 7px; transform: translateX(-50%); }
.banner-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(0,0,0,.28); }
.banner-dots button.active { width: 28px; border-radius: 999px; background: #fff; }
@keyframes banner-fade { from { opacity: .55; } to { opacity: 1; } }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(168,255,30,.32), transparent 25%), radial-gradient(circle at 12% 88%, rgba(52,48,45,.08), transparent 28%), linear-gradient(135deg,#fff 0%,#fbfff5 47%,#f2f5ec 100%); }
.hero::before { content: ''; position: absolute; width: 580px; height: 580px; border: 1px solid rgba(126,214,0,.22); border-radius: 50%; right: -280px; bottom: -330px; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; padding: 78px 0 92px; position: relative; z-index: 1; }
.hero-copy h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(2.75rem, 5.4vw, 5.5rem); line-height: .96; letter-spacing: -.062em; }
.hero-copy h1 em { color: #669f0e; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 1.12rem; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #5c5e58; font-size: .9rem; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.search-box { display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 10px; width: min(800px, 100%); padding: 10px; border: 1px solid rgba(228,231,222,.9); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.input-icon { position: relative; }
.input-icon > .icon { position: absolute; left: 16px; top: 50%; color: #73766e; transform: translateY(-50%); pointer-events: none; }
.input-icon input, .input-icon select { width: 100%; height: 54px; padding: 0 15px 0 46px; border: 0; border-radius: 11px; color: var(--ink); background: var(--surface); outline: none; }
.search-box .btn { min-height: 54px; }
.hero-visual { position: relative; min-height: 470px; }
.visual-main { position: absolute; inset: 30px 0 10px 40px; padding: 28px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: 0 35px 90px rgba(52,48,45,.26); transform: rotate(2deg); }
.visual-main::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; pointer-events: none; }
.mini-label { color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-main h2 { margin: 12px 0 22px; font-size: 2rem; line-height: 1.05; letter-spacing: -.04em; }
.result-mini { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 13px; padding: 13px; margin-top: 10px; border-radius: 14px; background: rgba(255,255,255,.08); }
.result-mini .mini-avatar { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--brand); color: var(--ink); font-weight: 900; }
.result-mini strong { display: block; font-size: .92rem; }
.result-mini span { display: block; color: rgba(255,255,255,.6); font-size: .75rem; }
.result-mini b { color: var(--brand); font-size: .75rem; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); font-size: .82rem; font-weight: 800; }
.floating-card .bubble { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-soft); color: #568e00; }
.floating-card.one { left: 0; bottom: 62px; }
.floating-card.two { right: -10px; top: 0; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-row { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: center; }
.trust-row div { display: flex; align-items: center; gap: 11px; color: #555852; font-size: .88rem; font-weight: 750; }
.trust-row .icon { color: #689f14; }

.category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.category-card { min-height: 166px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .22s; }
.category-card:hover { border-color: #b8d98a; box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #568e00; background: var(--brand-soft); }
.category-card strong { font-size: 1rem; }
.category-card small { color: var(--muted); }

.featured-section { background: var(--surface); }
.professional-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.professional-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(52,48,45,.05); transition: .22s; }
.professional-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.pro-cover { height: 130px; position: relative; display: flex; align-items: end; padding: 18px; background: linear-gradient(135deg,#3c3936,#1f1e1c); }
.pro-cover.has-image { background-size: cover; background-position: center; }
.pro-avatar { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: -48px; border: 5px solid #fff; border-radius: 20px; color: var(--ink); background: var(--brand); font-size: 1.3rem; font-weight: 900; object-fit: cover; }
.pro-body { padding: 52px 20px 20px; }
.pro-head { display: flex; justify-content: space-between; gap: 14px; }
.pro-head h3 { margin: 0; font-size: 1.2rem; letter-spacing: -.025em; }
.verified { display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; color: #4f8700; font-size: .74rem; font-weight: 850; }
.pro-meta { display: flex; align-items: center; gap: 6px; margin: 11px 0 14px; color: var(--muted); font-size: .86rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border-radius: 999px; color: #5b5e57; background: var(--surface); font-size: .74rem; font-weight: 700; }
.pro-footer { display: flex; gap: 9px; margin-top: 18px; }
.pro-footer .btn:first-child { flex: 1; }
.empty-card { grid-column: 1/-1; padding: 42px; border: 1px dashed #cbd0c3; border-radius: 24px; text-align: center; background: #fff; }
.empty-card .empty-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 18px; color: #568e00; background: var(--brand-soft); }
.empty-card h3 { margin: 0 0 8px; }
.empty-card p { margin: 0 auto 20px; max-width: 520px; color: var(--muted); }

.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.step-card { position: relative; padding: 28px; border-radius: 22px; background: var(--surface); }
.step-number { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: var(--ink); background: var(--brand); font-weight: 900; }
.step-card h3 { margin: 0 0 9px; font-size: 1.2rem; }
.step-card p { margin: 0; color: var(--muted); }

.pro-cta { background: var(--ink); color: #fff; }
.pro-cta-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.pro-cta h2 { margin: 13px 0 18px; font-size: clamp(2.3rem,4.5vw,4.4rem); line-height: 1; letter-spacing: -.055em; }
.pro-cta p { max-width: 620px; color: rgba(255,255,255,.67); font-size: 1.05rem; }
.feature-list { display: grid; gap: 13px; margin: 27px 0 30px; }
.feature-list span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.feature-list .icon { color: var(--brand); }
.metric-panel { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.07); }
.metric-panel-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font-size: .8rem; }
.metric-panel-head strong { color: #fff; font-size: 1rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 20px; }
.metric-box { padding: 18px; border-radius: 17px; background: rgba(255,255,255,.08); }
.metric-box b { display: block; color: var(--brand); font-size: 2rem; line-height: 1; }
.metric-box span { display: block; margin-top: 8px; color: rgba(255,255,255,.63); font-size: .75rem; }
.insight-box { margin-top: 13px; padding: 14px; border-radius: 14px; color: var(--ink); background: var(--brand); font-size: .82rem; font-weight: 750; }

.city-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 35px; }
.city-card { min-height: 280px; display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; padding: 32px; border-radius: 28px; color: #fff; background: linear-gradient(135deg,#393633,#1d1c1a); }
.city-card:nth-child(2) { color: var(--ink); background: linear-gradient(135deg,var(--brand),#d4ff8e); }
.city-card::before { content: ''; position: absolute; width: 230px; height: 230px; right: -70px; top: -80px; border: 1px solid currentColor; border-radius: 50%; opacity: .13; }
.city-card h3 { margin: 0 0 7px; font-size: 2rem; }
.city-card p { max-width: 480px; margin: 0 0 18px; opacity: .72; }
.city-card .tag { width: max-content; color: inherit; background: rgba(255,255,255,.12); }

.site-footer { padding: 68px 0 22px; color: #fff; background: #201e1c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 45px; }
.footer-about img { width: 180px; height: 55px; object-fit: contain; object-position: left; }
.footer-about p { max-width: 290px; color: rgba(255,255,255,.55); }
.footer-grid h3 { margin: 8px 0 16px; font-size: .9rem; }
.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; color: rgba(255,255,255,.58); font-size: .86rem; }
.footer-grid a:hover { color: var(--brand) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.45); font-size: .77rem; }

/* Forms and authentication */
.auth-section { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-visual { display: flex; flex-direction: column; justify-content: space-between; padding: 64px max(40px,calc((100vw - 1180px)/2)); color: #fff; background: var(--ink); }
.auth-visual img { width: 210px; height: 70px; object-fit: contain; object-position: left; }
.auth-visual h1 { max-width: 560px; margin: 14px 0; font-size: clamp(2.55rem,4.5vw,5rem); line-height: .97; letter-spacing: -.055em; }
.auth-visual p { max-width: 520px; color: rgba(255,255,255,.63); }
.auth-visual .auth-note { display: flex; gap: 12px; align-items: center; font-size: .85rem; color: rgba(255,255,255,.65); }
.auth-form-wrap { display: grid; place-items: center; padding: 50px; background: var(--surface); }
.auth-card { width: min(500px,100%); padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.auth-card h2 { margin: 0 0 8px; font-size: 2rem; letter-spacing: -.04em; }
.auth-card > p { margin: 0 0 26px; color: var(--muted); }
.auth-switch { margin-top: 20px; text-align: center; color: var(--muted); font-size: .9rem; }
.auth-card > .auth-switch { margin: 24px 0 0; }
.auth-switch a { color: #568e00; font-weight: 800; }

.stack-form { display: grid; gap: 18px; }
.stack-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.stack-form legend { width: 100%; padding: 0 0 12px; margin-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 850; }
.stack-form label { display: grid; gap: 7px; color: #4b4d48; font-size: .8rem; font-weight: 800; }
.stack-form input, .stack-form select, .stack-form textarea, .filter-form input, .filter-form select { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #d9ddd3; border-radius: 11px; color: var(--ink); background: #fff; }
.stack-form textarea { min-height: 125px; resize: vertical; }
.stack-form input[type=file] { padding: 9px; background: var(--surface); }
.stack-form input[type=color] { padding: 4px; }
.stack-form input[type=checkbox], .stack-form input[type=radio] { width: 18px; min-height: 18px; padding: 0; accent-color: var(--brand-dark); }
.form-grid { display: grid; gap: 16px; }
.form-grid.cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-grid.cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.checkbox-label { display: flex !important; grid-template-columns: 18px 1fr !important; align-items: center; gap: 9px !important; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.form-note { margin: 0; color: var(--muted); font-size: .78rem; text-align: center; }
.field-help { color: var(--muted); font-size: .72rem; font-weight: 500; }
.alert { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.alert.error { color: #8e2929; border-color: #efbebe; background: #fff2f2; }
.alert.success { color: #28643f; border-color: #bbe0c8; background: #effaf3; }
.alert.warning { color: #7e570a; border-color: #ead39f; background: #fff9e8; }
.alert ul { margin: 8px 0 0; padding-left: 20px; }
.flash-stack { position: fixed; z-index: 1000; top: 92px; right: 20px; display: grid; gap: 8px; }
.toast { max-width: 360px; padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--ink); box-shadow: var(--shadow); animation: toast-in .25s ease; }
.toast.success { background: var(--success); }
.toast.error { background: var(--danger); }
@keyframes toast-in { from { opacity: 0; transform: translateY(-10px); } }

/* Search */
.search-hero { padding: 54px 0 36px; background: var(--surface); border-bottom: 1px solid var(--line); }
.search-hero h1 { margin: 10px 0 8px; font-size: clamp(2.1rem,4.5vw,3.9rem); line-height: 1.02; letter-spacing: -.05em; }
.search-hero p { margin: 0 0 24px; color: var(--muted); }
.results-layout { display: grid; grid-template-columns: 280px 1fr; gap: 28px; padding: 38px 0 80px; }
.filter-panel { align-self: start; position: sticky; top: 98px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.filter-panel h2 { margin: 0 0 18px; font-size: 1rem; }
.filter-form { display: grid; gap: 14px; }
.filter-form label { display: grid; gap: 6px; font-size: .76rem; font-weight: 800; }
.result-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 20px; }
.result-head h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.03em; }
.result-head span { color: var(--muted); font-size: .82rem; }
.results-list { display: grid; gap: 16px; }
.result-card { display: grid; grid-template-columns: 104px 1fr auto; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.result-card:hover { box-shadow: var(--shadow-sm); }
.result-avatar { width: 104px; height: 104px; display: grid; place-items: center; border-radius: 20px; background: var(--brand-soft); color: #568e00; font-size: 1.7rem; font-weight: 900; object-fit: cover; }
.result-content h3 { display: flex; align-items: center; gap: 8px; margin: 2px 0 4px; font-size: 1.2rem; }
.result-content p { margin: 8px 0 11px; color: var(--muted); font-size: .88rem; }
.result-actions { display: grid; align-content: center; gap: 8px; min-width: 145px; }
.no-results { padding: 45px; border-radius: 22px; background: var(--surface); text-align: center; }

/* Public professional profile */
.profile-cover { min-height: 280px; position: relative; background: linear-gradient(135deg,#34312f,#1f1d1b); background-size: cover; background-position: center; }
.profile-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.5),transparent 70%); }
.profile-summary { position: relative; z-index: 2; display: flex; align-items: end; gap: 22px; padding-top: 160px; padding-bottom: 26px; color: #fff; }
.profile-logo { width: 122px; height: 122px; display: grid; place-items: center; flex: 0 0 auto; border: 5px solid #fff; border-radius: 28px; color: var(--ink); background: var(--brand); font-size: 2rem; font-weight: 900; object-fit: cover; }
.profile-summary h1 { margin: 0; font-size: clamp(1.9rem,3.6vw,3.2rem); line-height: 1.02; letter-spacing: -.046em; }
.profile-summary p { margin: 8px 0 0; color: rgba(255,255,255,.78); }
.profile-grid { display: grid; grid-template-columns: 1fr 340px; gap: 34px; padding: 42px 0 90px; }
.profile-content { display: grid; gap: 30px; }
.profile-section { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.profile-section h2 { margin: 0 0 14px; font-size: 1.35rem; letter-spacing: -.03em; }
.profile-section p { color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.info-item { padding: 15px; border-radius: 13px; background: var(--surface); }
.info-item small { display: block; color: var(--muted); font-size: .69rem; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; }
.info-item strong { display: block; margin-top: 4px; font-size: .88rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.portfolio-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.portfolio-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.portfolio-card div { padding: 13px; }
.portfolio-card h3 { margin: 0; font-size: .92rem; }
.portfolio-card p { margin: 4px 0 0; font-size: .77rem; }
.contact-card { position: sticky; top: 98px; align-self: start; padding: 23px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); background: #fff; }
.contact-card h2 { margin: 0 0 6px; font-size: 1.25rem; }
.contact-card > p { margin: 0 0 18px; color: var(--muted); font-size: .84rem; }
.contact-actions { display: grid; gap: 9px; }
.contact-card hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.quote-mini-form { display: grid; gap: 11px; }
.quote-mini-form label { display: grid; gap: 5px; font-size: .72rem; font-weight: 800; }
.quote-mini-form input, .quote-mini-form select, .quote-mini-form textarea { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 9px; }
.quote-mini-form textarea { min-height: 90px; resize: vertical; }
.rating-summary { display: flex; align-items: center; gap: 9px; }
.rating-summary b { font-size: 1.6rem; }
.stars { color: #e7a218; letter-spacing: 2px; }
.review-list { display: grid; gap: 12px; margin-top: 16px; }
.review { padding: 16px; border-radius: 14px; background: var(--surface); }
.review-head { display: flex; justify-content: space-between; gap: 12px; }
.review p { margin-bottom: 0; font-size: .88rem; }

/* Installer */
.install-page { min-height: 100vh; background: var(--surface); }
.install-shell { min-height: 100vh; display: grid; grid-template-columns: .82fr 1.18fr; }
.install-brand { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 58px clamp(35px,5vw,80px); overflow: hidden; color: #fff; background: var(--ink); }
.install-brand::after { content: ''; position: absolute; width: 520px; height: 520px; right: -280px; bottom: -280px; border: 70px solid rgba(168,255,30,.12); border-radius: 50%; }
.install-brand > * { position: relative; z-index: 1; }
.install-brand img { width: 220px; height: 80px; object-fit: contain; object-position: left; }
.install-brand h1 { max-width: 620px; margin: 15px 0 18px; font-size: clamp(2.7rem,4.5vw,5rem); line-height: .96; letter-spacing: -.058em; }
.install-brand p { max-width: 590px; color: rgba(255,255,255,.63); }
.install-checks { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.7); font-size: .84rem; }
.install-checks li::before { content: '✓'; margin-right: 10px; color: var(--brand); font-weight: 900; }
.install-card { width: min(780px,calc(100% - 60px)); margin: 50px auto; padding: 42px; align-self: center; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.step-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #568e00; background: var(--brand-soft); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.install-card h2 { margin: 14px 0 4px; font-size: 2rem; letter-spacing: -.04em; }
.install-card > p { margin: 0 0 25px; }
.install-card .stack-form { margin-top: 22px; }

/* Dashboard */
.dashboard-body { background: #f3f5ef; }
.dashboard-shell { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; }
.dashboard-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 28px 18px; border-right: 1px solid var(--line); background: #fff; }
.dashboard-logo { width: 170px; padding: 0 10px; }
.dashboard-logo img { width: 100%; height: 50px; object-fit: contain; object-position: left; }
.role-badge { width: max-content; display: inline-flex; align-items: center; gap: 6px; margin: 13px 10px 25px; padding: 7px 10px; border-radius: 999px; color: #686b64; background: var(--surface); font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.role-badge.role-fgx { color: #4f7c0b; background: var(--brand-soft); }
.role-badge.role-super_admin { color: #245c6b; background: #e4f4f7; }
.dashboard-sidebar nav { display: grid; gap: 5px; }
.dashboard-sidebar nav a, .sidebar-logout { min-height: 46px; display: flex; align-items: center; gap: 11px; padding: 0 13px; border-radius: 11px; color: #686a65; font-size: .86rem; font-weight: 700; }
.dashboard-sidebar nav a:hover, .dashboard-sidebar nav a.active { color: var(--ink); background: var(--surface); }
.dashboard-sidebar nav a.active { box-shadow: inset 3px 0 var(--brand-dark); }
.sidebar-logout { margin-top: auto; color: #9a4141; }
.dashboard-main { min-width: 0; }
.dashboard-topbar { min-height: 76px; display: flex; align-items: center; justify-content: flex-end; gap: 13px; padding: 0 32px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.86); backdrop-filter: blur(14px); }
.dashboard-topbar > div { display: grid; text-align: right; }
.dashboard-topbar small { color: var(--muted); font-size: .68rem; }
.dashboard-topbar strong { font-size: .85rem; }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--brand); font-weight: 900; }
.sidebar-toggle { display: none; margin-right: auto; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 11px; background: var(--surface); }
.dashboard-content { width: min(1220px,calc(100% - 56px)); margin: 0 auto; padding: 38px 0 70px; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-heading h1 { margin: 8px 0 0; font-size: clamp(1.9rem,3.6vw,3.1rem); line-height: 1.03; letter-spacing: -.05em; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-bottom: 24px; }
.stat-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.stat-card .stat-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; color: #568e00; background: var(--brand-soft); }
.stat-card b { display: block; font-size: 2rem; line-height: 1; }
.stat-card span { display: block; margin-top: 7px; color: var(--muted); font-size: .76rem; }
.panel-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; }
.panel { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.panel + .panel { margin-top: 18px; }
.panel h2 { margin: 0 0 17px; font-size: 1.08rem; letter-spacing: -.02em; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.panel-head h2 { margin: 0; }
.panel .stack-form fieldset + fieldset { margin-top: 28px; }
.data-table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.data-table th { padding: 11px 12px; border-bottom: 1px solid var(--line); color: var(--muted); text-align: left; font-size: .67rem; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.data-table td { padding: 13px 12px; border-bottom: 1px solid #eef0eb; vertical-align: middle; }
.data-table tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; min-height: 27px; align-items: center; padding: 0 9px; border-radius: 999px; color: #62655f; background: var(--surface); font-size: .66rem; font-weight: 850; white-space: nowrap; }
.status.verified, .status.approved, .status.published, .status.completed { color: #287044; background: #e9f8ef; }
.status.pending, .status.new { color: #91610b; background: #fff4d9; }
.status.blocked, .status.suspended, .status.removed { color: #9c3333; background: #ffeded; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.inline-actions .btn { min-height: 34px; padding-inline: 10px; font-size: .68rem; }
.progress { height: 9px; overflow: hidden; border-radius: 999px; background: #e8ebe3; }
.progress > span { height: 100%; display: block; border-radius: inherit; background: var(--brand-dark); }
.upload-preview { width: 100%; max-width: 260px; height: 110px; object-fit: contain; object-position: left center; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.color-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.identity-preview { min-height: 210px; display: grid; place-items: center; padding: 28px; border-radius: 18px; color: #fff; background: var(--ink); }
.identity-preview img { width: min(300px,80%); }
.quick-links { display: grid; gap: 8px; }
.quick-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 0 13px; border-radius: 11px; background: var(--surface); font-size: .8rem; font-weight: 750; }
.banner-admin-layout { grid-template-columns: 1.3fr .7fr; }
.banner-admin-list { display: grid; gap: 16px; }
.banner-admin-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.banner-admin-card picture, .banner-admin-card img { display: block; width: 100%; }
.banner-admin-card img { aspect-ratio: 24/5; object-fit: cover; object-position: center; }
.banner-admin-info { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px; }
.banner-admin-info > div:first-child { display: grid; gap: 3px; }
.banner-admin-info span, .banner-admin-info small { color: var(--muted); font-size: .72rem; }

/* Password security */
.password-input-wrap { position: relative; display: block; width: 100%; }
.password-input-wrap > input { width: 100%; padding-right: 82px; }
.password-toggle { position: absolute; right: 9px; top: 50%; min-width: 62px; min-height: 32px; padding: 0 8px; border: 0; border-radius: 8px; color: #53604a; background: var(--brand-soft); font: inherit; font-size: .68rem; font-weight: 850; transform: translateY(-50%); cursor: pointer; }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--ink); background: #ddffc0; outline: 2px solid var(--brand-dark); outline-offset: 1px; }
.password-strength { --strength: 0%; display: grid; gap: 7px; margin-top: 8px; }
.password-strength-head { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .69rem; }
.password-strength-head strong { color: #9b3e3e; }
.password-strength-track { height: 6px; overflow: hidden; border-radius: 999px; background: #e8ebe3; }
.password-strength-track i { display: block; width: var(--strength); height: 100%; border-radius: inherit; background: #c74b4b; transition: width .18s ease, background .18s ease; }
.password-strength ul { display: flex; flex-wrap: wrap; gap: 5px 11px; padding: 0; margin: 0; list-style: none; }
.password-strength li { color: #8a8d86; font-size: .65rem; }
.password-strength li::before { content: '○'; margin-right: 4px; }
.password-strength li.met { color: #2d7046; }
.password-strength li.met::before { content: '✓'; font-weight: 900; }
.password-strength.strength-3 .password-strength-track i { background: #d69a19; }
.password-strength.strength-3 .password-strength-head strong { color: #97660a; }
.password-strength.strength-4 .password-strength-track i, .password-strength.strength-5 .password-strength-track i { background: #3b965d; }
.password-strength.strength-4 .password-strength-head strong, .password-strength.strength-5 .password-strength-head strong { color: #2d7046; }
.password-strength.is-empty .password-strength-track i { width: 0; }
.password-match { display: block; min-height: 17px; margin-top: 6px; color: var(--muted); font-size: .67rem; }
.password-match.matches { color: #2d7046; }
.password-match.differs { color: #9b3e3e; }

.error-page { min-height: 64vh; display: grid; place-items: center; align-content: center; padding-block: 80px; text-align: center; }
.error-code { color: var(--brand-dark); font-size: clamp(5rem,15vw,11rem); line-height: .8; font-weight: 900; letter-spacing: -.08em; }
.error-page h1 { margin: 22px 0 4px; font-size: 2rem; }
.error-page p { max-width: 520px; margin: 0 0 24px; color: var(--muted); }
.legal-page { width: min(780px,calc(100% - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-page h1 { font-size: clamp(2.45rem,5.4vw,4.4rem); line-height: .98; letter-spacing: -.055em; }
.legal-page h2 { margin-top: 34px; }
.legal-page p, .legal-page li { color: #5f625b; }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
  body.menu-open .main-nav { display: flex; }
  .main-nav a { padding: 13px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: flex; margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy > p, .search-box { margin-inline: auto; }
  .hero-proof { justify-content: center; }
  .hero-visual { width: min(620px,100%); margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .pro-cta-grid { grid-template-columns: 1fr; }
  .results-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .profile-grid { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard-sidebar { position: fixed; z-index: 1000; left: -290px; width: 270px; transition: left .25s; box-shadow: var(--shadow); }
  body.sidebar-open .dashboard-sidebar { left: 0; }
  .sidebar-toggle { display: grid; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .install-shell { grid-template-columns: 1fr; }
  .install-brand { position: relative; height: auto; min-height: 560px; }
  .install-checks { margin-top: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px,1180px); }
  .section { padding: 68px 0; }
  .header-inner { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 12px; }
  .mobile-login { display: grid; grid-column: 1; grid-row: 1; }
  .site-logo { width: 140px; grid-column: 2; grid-row: 1; justify-self: center; }
  .site-logo img { object-position: center; }
  .header-actions .login-link, .header-actions .btn { display: none; }
  .header-actions { display: none; }
  .menu-toggle { grid-column: 3; grid-row: 1; margin: 0; }
  .search-box { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 55px 0 65px; }
  .hero-copy h1 { font-size: clamp(2.85rem,13.5vw,4.7rem); }
  .banner-slide img { aspect-ratio: 4/5; }
  .banner-control { width: 40px; height: 40px; font-size: 1.6rem; }
  .banner-control.previous { left: 10px; }
  .banner-control.next { right: 10px; }
  .banner-dots { bottom: 10px; }
  .hero-visual { min-height: 390px; }
  .visual-main { inset: 25px 10px 10px; }
  .floating-card.one { left: -3px; bottom: 18px; }
  .floating-card.two { right: 0; }
  .trust-row { grid-template-columns: repeat(2,1fr); padding-block: 18px; }
  .category-grid, .professional-grid, .how-grid, .city-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-about { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .auth-section { grid-template-columns: 1fr; }
  .auth-visual { min-height: 500px; padding: 42px 24px; }
  .auth-form-wrap { padding: 28px 14px; }
  .auth-card { padding: 25px; }
  .result-card { grid-template-columns: 76px 1fr; }
  .result-avatar { width: 76px; height: 76px; border-radius: 16px; }
  .result-actions { grid-column: 1/-1; grid-template-columns: 1fr 1fr; }
  .profile-summary { align-items: start; flex-direction: column; padding-top: 110px; }
  .profile-logo { width: 100px; height: 100px; }
  .info-grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .install-brand { min-height: 500px; padding: 38px 25px; }
  .install-card { width: calc(100% - 28px); margin: 22px auto; padding: 25px; }
  .form-grid.cols-2, .form-grid.cols-3, .checkbox-grid, .color-row { grid-template-columns: 1fr; }
  .span-2, .span-3 { grid-column: auto; }
  .dashboard-topbar { padding: 0 16px; }
  .dashboard-content { width: calc(100% - 28px); padding-top: 28px; }
  .page-heading { align-items: start; flex-direction: column; }
  .stats-grid, .panel-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .info-grid { grid-template-columns: 1fr; }
  .result-card { grid-template-columns: 1fr; }
  .result-avatar { width: 70px; height: 70px; }
}

/* Interface refinada · versão 1.3 */
.eyebrow::before,
.eyebrow::after,
.page-heading .eyebrow::before,
.page-heading .eyebrow::after { content: none !important; display: none !important; }
.eyebrow { gap: 0 !important; padding-left: 0 !important; border: 0 !important; background: transparent !important; }

.section-head h2,
.display-title { font-size: clamp(1.85rem, 3.3vw, 3.15rem); }
.hero-grid { min-height: 570px; grid-template-columns: minmax(0, 900px); justify-content: center; padding: 74px 0 82px; text-align: center; }
.hero-copy { width: 100%; }
.hero-copy h1 { max-width: 820px; margin-inline: auto; font-size: clamp(2.45rem, 4.6vw, 4.55rem); }
.hero-copy > p { margin-inline: auto; }
.hero-copy .search-box { margin-inline: auto; text-align: left; }
.hero-proof { justify-content: center; }
.pro-cta h2 { font-size: clamp(2.1rem, 3.7vw, 3.65rem); }
.search-hero { text-align: center; }
.search-hero h1 { font-size: clamp(2rem, 3.8vw, 3.25rem); }
.search-hero .search-box { margin-inline: auto; text-align: left; }
.legal-page h1 { font-size: clamp(2.2rem, 4.5vw, 3.7rem); }
.page-heading h1 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.profile-summary h1 { font-size: clamp(1.8rem,3vw,2.8rem); }
.install-brand h1 { font-size: clamp(2.3rem,3.8vw,4.1rem); }
.install-card h2 { font-size: 1.75rem; }
.category-card > div { display: grid; justify-items: start; gap: 3px; text-align: left; }
.category-card strong,
.category-card small { display: block; }
.section-head > .btn { flex: 0 0 auto; white-space: nowrap; }
.footer-bottom a { color: rgba(255,255,255,.78); font-weight: 750; }
.footer-bottom a:hover { color: var(--brand); }

.filter-form .checkbox-label { display: grid !important; grid-template-columns: 18px minmax(0,1fr) !important; align-items: center; gap: 10px !important; width: 100%; min-width: 0; }
.filter-form .checkbox-label input[type="checkbox"] { width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 0; padding: 0 !important; border-radius: 4px; }
.filter-form .checkbox-label { line-height: 1.25; white-space: normal; overflow-wrap: anywhere; }

.auth-body { min-height: 100vh; background: var(--surface); }
.auth-body #conteudo { min-height: 100vh; }
.auth-section { min-height: 100vh; grid-template-columns: minmax(360px,.82fr) minmax(560px,1.18fr); }
.auth-visual { padding: clamp(38px,5vw,72px); }
.auth-visual > div:not(.auth-note) { max-width: 610px; }
.auth-visual h1 { max-width: 610px; font-size: clamp(2.2rem, 3.15vw, 3.55rem); line-height: 1.03; overflow-wrap: normal; }
.auth-visual p { max-width: 580px; font-size: 1rem; }
.auth-form-wrap { padding: clamp(28px,4vw,64px); }
.auth-card { width: min(680px,100%); padding: clamp(30px,4vw,48px); border-radius: 28px; box-shadow: 0 24px 80px rgba(52,48,45,.1); }
.auth-card h2 { font-size: clamp(1.75rem,2.7vw,2.35rem); }
.auth-card .stack-form { gap: 17px; }
.auth-card .password-form-grid,
.account-password-grid { grid-template-columns: 1fr !important; }

.password-input-wrap { position: relative; display: block; width: 100%; }
.password-input-wrap > input { width: 100%; padding-right: 52px !important; }
.password-toggle { position: absolute; z-index: 2; right: 7px; top: 50%; width: 38px; height: 38px; min-width: 38px; min-height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 10px; color: #6c7168; background: transparent; transform: translateY(-50%); cursor: pointer; }
.password-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle:hover { color: #3f6700; background: var(--brand-soft); }
.password-toggle:focus-visible { color: var(--ink); background: var(--brand-soft); outline: 2px solid var(--brand-dark); outline-offset: 1px; }
.password-strength { --strength: 0%; gap: 9px; padding: 13px 14px; margin-top: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fafbf8; }
.password-strength-head { align-items: center; font-size: .73rem; }
.password-strength-head strong { font-size: .73rem; }
.password-strength-track { height: 5px; }
.password-strength ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 12px; }
.password-strength li { position: relative; padding-left: 18px; color: #858a81; font-size: .7rem; line-height: 1.35; }
.password-strength li::before { content: '×'; position: absolute; left: 0; top: -.5px; width: 14px; height: 14px; display: grid; place-items: center; margin: 0; border-radius: 50%; color: #8b9087; background: #e8ebe5; font-size: .68rem; font-weight: 900; line-height: 1; }
.password-strength li.met { color: #287044; font-weight: 700; }
.password-strength li.met::before { content: '✓'; color: #fff; background: #35935a; }
.password-match { padding-left: 2px; font-size: .72rem; }
.banner-admin-layout .stack-form > .form-grid.cols-2 { grid-template-columns: 1fr; }

.taxonomy-list { display: grid; gap: 11px; }
.taxonomy-category { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.taxonomy-category[open] { border-color: #cdddb6; box-shadow: 0 8px 24px rgba(52,48,45,.06); }
.taxonomy-category summary { min-height: 66px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 14px; padding: 14px 16px; cursor: pointer; list-style: none; }
.taxonomy-category summary::-webkit-details-marker { display: none; }
.taxonomy-category summary::after { content: '+'; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #4f721c; background: var(--brand-soft); font-size: 1.2rem; font-weight: 800; }
.taxonomy-category[open] summary::after { content: '−'; }
.taxonomy-summary-title { min-width: 0; }
.taxonomy-summary-title strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.taxonomy-summary-title small { color: var(--muted); }
.taxonomy-services { display: grid; gap: 8px; padding: 0 16px 16px; border-top: 1px solid #eef0eb; }
.taxonomy-service { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 9px 0; border-bottom: 1px solid #eef0eb; }
.taxonomy-service:last-child { border-bottom: 0; }
.taxonomy-empty { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }
.location-list { display: grid; gap: 10px; }
.location-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.location-card strong { display: block; }
.location-card small { color: var(--muted); }

@media (max-width: 980px) {
  .auth-section { grid-template-columns: 1fr; }
  .auth-visual { min-height: auto; gap: 26px; padding: 34px clamp(22px,6vw,60px); }
  .auth-visual img { height: 52px; }
  .auth-visual h1 { margin-bottom: 8px; font-size: clamp(2rem,6vw,3.25rem); }
  .auth-visual .auth-note { margin-top: 0; }
  .auth-form-wrap { padding: 34px 18px 54px; }
}

@media (max-width: 760px) {
  .hero-copy h1 { font-size: clamp(2.25rem,11vw,3.75rem); }
  .hero-grid { padding: 52px 0 60px; }
  .auth-visual { min-height: auto; }
  .auth-card { padding: 25px 20px; border-radius: 20px; }
  .password-strength ul { grid-template-columns: 1fr; }
  .taxonomy-category summary { grid-template-columns: minmax(0,1fr) auto; }
  .taxonomy-category summary .status { display: none; }
  .location-card { align-items: flex-start; flex-direction: column; }
}

/* Perfil da empresa e solicitações · versão 1.4 */
.profile-editor .stack-form { gap: 26px; }
.profile-editor fieldset,
.service-editor fieldset { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.profile-editor legend,
.service-editor legend { padding: 0 9px; color: var(--ink); font-size: 1.05rem; font-weight: 850; }
.profile-registration-grid { align-items: start; }
.registration-note { margin: 10px 0 0; padding: 11px 13px; border-radius: 10px; color: var(--muted); background: #f5f7f1; font-size: .88rem; line-height: 1.5; }
.mei-choice { width: 100%; margin-top: 18px; padding: 15px 16px; border: 1px solid #dfe5d8; border-radius: 13px; background: #fafcf7; }
.mei-choice span { display: grid; gap: 3px; }
.mei-choice strong { color: var(--ink); font-size: .95rem; }
.mei-choice small { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.section-guidance { margin: -2px 0 15px; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.service-settings { display: grid; gap: 18px; }
.choice-section { display: grid; gap: 12px; padding: 19px; border: 1px solid #e7ebe2; border-radius: 15px; background: #fafbf8; }
.choice-section h3 { margin: 0; font-size: 1rem; }
.choice-section > p { margin: -6px 0 0; color: var(--muted); font-size: .87rem; }
.choice-grid { display: grid; gap: 11px; }
.choice-grid.cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.choice-card { position: relative; display: flex !important; align-items: flex-start; gap: 11px; min-width: 0; min-height: 94px; padding: 15px; border: 1px solid #dce1d6; border-radius: 13px; background: #fff; cursor: pointer; transition: border-color .18s, box-shadow .18s, background .18s; }
.choice-card:hover { border-color: #aecf7c; }
.choice-card:has(input:checked) { border-color: var(--brand-dark); background: var(--brand-soft); box-shadow: 0 0 0 1px var(--brand-dark); }
.choice-card input { flex: 0 0 auto; width: 18px; height: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--brand-dark); }
.choice-card span { display: grid; gap: 5px; min-width: 0; }
.choice-card strong { color: var(--ink); font-size: .91rem; line-height: 1.3; }
.choice-card small { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.feature-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.feature-choice { display: flex !important; align-items: flex-start; gap: 11px; min-height: 78px; padding: 14px; border: 1px solid #dce1d6; border-radius: 13px; background: #fff; cursor: pointer; }
.feature-choice:has(input:checked) { border-color: var(--brand-dark); background: var(--brand-soft); box-shadow: 0 0 0 1px var(--brand-dark); }
.feature-choice input { flex: 0 0 auto; width: 18px; height: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--brand-dark); }
.feature-choice span { display: grid; gap: 4px; }
.feature-choice strong { font-size: .9rem; }
.feature-choice small { color: var(--muted); font-size: .77rem; line-height: 1.35; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 2px; }

.service-editor-intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.service-editor-intro h2 { margin: 4px 0 6px; font-size: clamp(1.45rem,2.3vw,2rem); }
.service-editor-intro p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.55; }
.step-kicker { color: #567c1e; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-step { display: grid; gap: 17px; }
.service-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.service-choice { display: block !important; cursor: pointer; }
.service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice span { display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 13px 14px; border: 1px solid #dce1d6; border-radius: 12px; background: #fff; transition: border-color .18s, background .18s, box-shadow .18s; }
.service-choice svg { flex: 0 0 auto; padding: 2px; border: 1px solid #cfd5c8; border-radius: 5px; color: transparent; }
.service-choice strong { font-size: .9rem; line-height: 1.3; }
.service-choice:hover span { border-color: #aecf7c; }
.service-choice input:focus-visible + span { outline: 2px solid var(--brand-dark); outline-offset: 2px; }
.service-choice input:checked + span { border-color: var(--brand-dark); background: var(--brand-soft); box-shadow: 0 0 0 1px var(--brand-dark); }
.service-choice input:checked + span svg { border-color: #4f7c10; color: #3f6700; }
.other-services-field { display: grid; gap: 6px; padding-top: 3px; font-size: .92rem; }
.other-services-field small { display: block; color: var(--muted); font-size: .8rem; font-weight: 500; line-height: 1.45; }
.other-services-field textarea { min-height: 105px; }
.empty-inline { padding: 16px; border: 1px dashed #cbd3c3; border-radius: 12px; color: var(--muted); background: #fafbf8; }

.coverage-summary { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid #dfe5d8; border-radius: 13px; background: #f8faf5; }
.coverage-summary svg { flex: 0 0 auto; color: #568117; }
.coverage-summary div { display: grid; gap: 3px; }
.coverage-summary strong { font-size: .98rem; }
.coverage-summary span { color: var(--muted); font-size: .84rem; }
.public-contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.public-contact-item { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 14px; border: 1px solid #e0e4dc; border-radius: 12px; color: var(--ink); background: #fff; text-decoration: none; transition: border-color .18s, transform .18s; }
.public-contact-item:hover { border-color: #a9cd72; transform: translateY(-1px); }
.public-contact-item svg { flex: 0 0 auto; color: #568117; }
.public-contact-item span { display: grid; gap: 2px; min-width: 0; }
.public-contact-item small { color: var(--muted); font-size: .74rem; }
.public-contact-item strong { overflow: hidden; font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }

.requests-panel { padding: clamp(20px,3vw,32px); }
.requests-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.requests-heading h2 { margin: 0 0 5px; font-size: clamp(1.45rem,2.4vw,2rem); }
.requests-heading p { margin: 0; color: var(--muted); }
.request-count { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; color: #486b15; background: var(--brand-soft); font-size: .78rem; font-weight: 800; }
.request-list { display: grid; gap: 16px; }
.request-card { overflow: hidden; border: 1px solid #dfe4da; border-radius: 17px; background: #fff; box-shadow: 0 7px 22px rgba(52,48,45,.045); }
.request-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 19px 20px 15px; border-bottom: 1px solid #edf0e9; }
.request-card-head h3 { margin: 5px 0 0; font-size: 1.15rem; }
.request-date { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: .77rem; }
.request-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 17px 20px 0; }
.request-detail { display: grid; gap: 4px; padding: 12px 14px; border-radius: 11px; background: #f7f8f5; }
.request-detail small,
.request-message > small { color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.request-detail strong { font-size: .9rem; }
.request-message { padding: 18px 20px; }
.request-message p { margin: 7px 0 0; color: #4e514b; line-height: 1.6; }
.request-attachment { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; font-size: .84rem; font-weight: 750; }
.request-card-actions { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 16px 20px; border-top: 1px solid #edf0e9; background: #fafbf8; }
.request-status-form { display: grid; grid-template-columns: minmax(190px,1fr) auto; align-items: end; gap: 9px; }
.request-status-form label { display: grid; gap: 5px; min-width: 0; color: var(--muted); font-size: .74rem; font-weight: 750; }
.request-status-form select { min-height: 42px; }
.request-empty { margin: 10px 0 0; }

@media (max-width: 900px) {
  .choice-grid.cols-3,
  .feature-choice-grid,
  .service-choice-grid { grid-template-columns: 1fr 1fr; }
  .profile-registration-grid { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 640px) {
  .profile-editor fieldset,
  .service-editor fieldset { padding: 17px; }
  .choice-grid.cols-3,
  .feature-choice-grid,
  .service-choice-grid,
  .profile-registration-grid,
  .public-contact-grid,
  .request-details { grid-template-columns: 1fr !important; }
  .service-editor-intro,
  .requests-heading,
  .request-card-actions { align-items: stretch; flex-direction: column; }
  .request-status-form { grid-template-columns: 1fr; }
  .request-card-actions > .btn { width: 100%; }
}
