:root {
  --ae-ink: #071715;
  --ae-black: #06110f;
  --ae-deep: #0b2925;
  --ae-green: #63e6be;
  --ae-green-2: #2bb98e;
  --ae-sand: #f1eee6;
  --ae-paper: #fbfaf7;
  --ae-muted: #697673;
  --ae-line: rgba(9, 48, 42, .14);
  --ae-danger: #d75c4a;
  --ae-warning: #e0a23a;
  --ae-radius: 1.25rem;
  --ae-shadow: 0 24px 70px rgba(4, 24, 20, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ae-ink);
  background: var(--ae-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.text-mint { color: var(--ae-green) !important; }
.bg-mint { background: var(--ae-green) !important; }
.text-balance { text-wrap: balance; }

.brick-dark {
  color: #fff;
  background-color: var(--ae-black);
  background-image:
    linear-gradient(335deg, rgba(99, 230, 190, .055) 23px, transparent 23px),
    linear-gradient(155deg, rgba(255, 255, 255, .025) 23px, transparent 23px),
    linear-gradient(335deg, rgba(99, 230, 190, .055) 23px, transparent 23px),
    linear-gradient(155deg, rgba(255, 255, 255, .025) 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0 2px, 4px 35px, 29px 31px, 33px 6px;
}

.navbar-ae {
  background: rgba(6, 17, 15, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}
.navbar-ae .navbar-brand { display: flex; align-items: center; gap: .72rem; color: #fff; }
.navbar-ae .navbar-brand:hover { color: #fff; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 7px 18px rgba(99, 230, 190, .2)); }
.brand-copy { display: grid; line-height: 1; letter-spacing: .11em; }
.brand-copy strong { font-size: .96rem; }
.brand-copy small { margin-top: .35rem; color: var(--ae-green); font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.navbar-ae .nav-link { color: rgba(255,255,255,.74); font-size: .86rem; }
.navbar-ae .nav-link:hover, .navbar-ae .nav-link.active { color: var(--ae-green); }
.navbar-toggler { border-color: rgba(255,255,255,.22); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(99,230,190,.2); }
.navbar-toggler-icon { filter: invert(1); }
.btn-ae {
  --bs-btn-color: #06201b;
  --bs-btn-bg: var(--ae-green);
  --bs-btn-border-color: var(--ae-green);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--ae-green-2);
  --bs-btn-hover-border-color: var(--ae-green-2);
  font-weight: 750;
}
.btn-outline-ae {
  --bs-btn-color: var(--ae-green);
  --bs-btn-border-color: rgba(99,230,190,.6);
  --bs-btn-hover-bg: var(--ae-green);
  --bs-btn-hover-border-color: var(--ae-green);
  --bs-btn-hover-color: #06201b;
}

.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--ae-green); }
.display-ae { font-weight: 790; letter-spacing: -.055em; line-height: .96; }
.display-ae em { color: var(--ae-green); font-style: normal; }

.hero-ae { position: relative; overflow: hidden; min-height: 760px; padding: 9rem 0 5.5rem; }
.hero-ae::after { content: ""; position: absolute; inset: auto -12% -48% auto; width: 620px; height: 620px; border: 1px solid rgba(99,230,190,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(99,230,190,.025), 0 0 0 160px rgba(99,230,190,.018); }
.hero-ae .container { position: relative; z-index: 1; }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.hero-panel { padding: 1.65rem; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: var(--ae-radius); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.hero-panel .live { display: inline-flex; gap: .55rem; align-items: center; color: var(--ae-green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-panel .live::before, .status-dot { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--ae-green); box-shadow: 0 0 0 5px rgba(99,230,190,.12); }
.hero-stat { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1rem; }
.hero-stat strong { display: block; color: #fff; font-size: 1.6rem; }
.hero-stat small { color: rgba(255,255,255,.52); }
.audience-selector { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; max-width: 760px; }
.audience-card { min-height: 112px; padding: 1rem 1.1rem; display: flex; flex-direction: column; align-items: flex-start; gap: .2rem; color: rgba(255,255,255,.68); text-align: left; border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: rgba(255,255,255,.045); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.audience-card:hover { transform: translateY(-2px); border-color: rgba(99,230,190,.52); }
.audience-card.active { color: #fff; border-color: var(--ae-green); background: rgba(99,230,190,.12); box-shadow: inset 0 0 0 1px rgba(99,230,190,.18); }
.audience-card span { color: var(--ae-green); font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.audience-card strong { font-size: .95rem; }
.audience-card small { color: inherit; font-size: .72rem; line-height: 1.45; }
.hero-service-finder { max-width: 920px; padding: .85rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: .65rem; align-items: end; background: rgba(255,255,255,.97); border: 1px solid rgba(99,230,190,.25); border-radius: 1rem; box-shadow: 0 18px 55px rgba(0,0,0,.22); }
.hero-service-finder label { display: grid; gap: .3rem; color: #4f655e; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-service-finder .form-control, .hero-service-finder .form-select { min-height: 46px; color: var(--ae-ink); background-color: #fff; font-size: .78rem; text-transform: none; letter-spacing: 0; }
.hero-service-finder .btn { min-height: 46px; white-space: nowrap; }
.hero-antonio-link { padding: 0; color: rgba(255,255,255,.72); border: 0; border-bottom: 1px solid rgba(255,255,255,.32); background: transparent; font-size: .78rem; }
.hero-antonio-link:hover { color: var(--ae-green); border-color: var(--ae-green); }

.section-space { padding: 6rem 0; }
.section-heading { max-width: 760px; }
.section-heading h2 { font-weight: 780; letter-spacing: -.045em; }
.section-heading p { color: var(--ae-muted); }
.service-card { height: 100%; border: 1px solid var(--ae-line); border-radius: var(--ae-radius); overflow: hidden; background: #fff; box-shadow: 0 14px 45px rgba(3,28,24,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--ae-shadow); }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-card .card-body { padding: 1.45rem; }
.service-card .service-code { font-size: .7rem; letter-spacing: .14em; color: var(--ae-green-2); font-weight: 850; }
.service-card h3 { margin: .55rem 0 .65rem; font-weight: 760; letter-spacing: -.03em; }
.service-card p { color: var(--ae-muted); font-size: .92rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.service-tags span { padding: .32rem .55rem; border-radius: 100px; background: #edf7f4; color: #276d5b; font-size: .72rem; font-weight: 700; }
.service-card .card-footer { padding: 0 1.45rem 1.4rem; background: transparent; border: 0; }

.visual-panel { position: relative; min-height: 480px; border-radius: calc(var(--ae-radius) + .35rem); overflow: hidden; color: #fff; box-shadow: var(--ae-shadow); }
.visual-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,17,.88), rgba(3,19,17,.28)); }
.visual-panel > div { position: relative; z-index: 1; max-width: 640px; padding: 4rem; }

.process-card { height: 100%; padding: 1.5rem; border: 1px solid rgba(99,230,190,.2); border-radius: 1rem; background: rgba(255,255,255,.045); }
.process-card b { color: var(--ae-green); font-size: .76rem; letter-spacing: .15em; }
.process-card h3 { margin-top: 1.2rem; font-weight: 720; }
.process-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.agent-card { height: 100%; padding: .8rem; background: #fff; border: 1px solid var(--ae-line); border-radius: 1.25rem; }
.agent-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: .9rem; }
.agent-card .agent-copy { padding: 1rem .5rem .5rem; }
.agent-card h3 { margin: 0; font-weight: 780; }
.agent-card strong { display: block; color: var(--ae-green-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }
.agent-card p { margin: .65rem 0 0; color: var(--ae-muted); font-size: .82rem; }

.quote-shell { background: #fff; border: 1px solid var(--ae-line); border-radius: calc(var(--ae-radius) + .3rem); box-shadow: var(--ae-shadow); overflow: hidden; }
.quote-aside { padding: 3rem; }
.quote-form { padding: 3rem; background: #f4f6f2; }
.express-flow-card { padding: 1.15rem; border: 1px solid #c9d9d3; border-radius: 1rem; background: #fff; box-shadow: 0 10px 28px rgba(4,28,24,.05); }
.express-flow-head { display: flex; align-items: center; gap: .8rem; }
.express-flow-head > span { display: grid; place-items: center; min-width: 50px; height: 40px; padding: 0 .6rem; color: #063b2f; background: var(--ae-green); border-radius: .7rem; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.express-flow-head div { display: grid; }
.express-flow-head small { color: var(--ae-muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.express-flow-head strong { color: var(--ae-ink); font-size: 1rem; }
.express-flow-card > p { margin: .8rem 0 1rem; color: var(--ae-muted); font-size: .78rem; }
.express-flow-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; margin: 0; padding: 0; list-style: none; }
.express-flow-steps li { display: flex; align-items: center; gap: .45rem; min-width: 0; padding: .6rem; color: #33544c; border: 1px solid #dce7e3; border-radius: .7rem; background: #f3f9f7; }
.express-flow-steps b { display: grid; place-items: center; flex: 0 0 24px; height: 24px; color: #fff; background: var(--ae-green-2); border-radius: .45rem; font-size: .66rem; }
.express-flow-steps span { font-size: .67rem; font-weight: 750; line-height: 1.25; }
.moving-quote-section { scroll-margin-top: 6rem; }
.moving-quote-shell { overflow: visible; }
.moving-quote-shell > .row { overflow: hidden; border-radius: calc(var(--ae-radius) + .3rem); }
.moving-quote-aside { padding: 3rem; color: #fff; }
.moving-quote-aside > p { color: rgba(255,255,255,.65); }
.moving-steps { display: grid; gap: .8rem; }
.moving-steps li { display: flex; align-items: center; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.moving-steps b { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: var(--ae-ink); background: var(--ae-green); border-radius: .65rem; font-size: .72rem; }
.moving-steps span { font-size: .86rem; font-weight: 750; }
.moving-steps li:not(.active):not(.completed) { color: rgba(255,255,255,.42); }
.moving-steps li:not(.active):not(.completed) b { color: rgba(255,255,255,.5); background: transparent; border: 1px solid rgba(255,255,255,.18); }
.moving-steps li.completed b { color: var(--ae-green); background: rgba(99,230,190,.12); }
.moving-steps li.completed b::after { content: "✓"; }
.moving-steps li.completed b { font-size: 0; }
.moving-steps li.completed b::after { font-size: .82rem; }
.moving-volume-card { margin: 1.6rem 0 1rem; padding: 1.25rem; border: 1px solid rgba(99,230,190,.35); border-radius: 1rem; background: rgba(99,230,190,.08); }
.moving-volume-card small { display: block; color: var(--ae-green); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.moving-volume-card strong { display: block; margin: .3rem 0; color: #fff; font-size: 2.25rem; line-height: 1.1; }
.moving-volume-card p { margin: 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.guided-diagnosis-card strong { margin: .6rem 0 .45rem; font-size: 1.05rem; line-height: 1.45; }
.moving-disclaimer { color: rgba(255,255,255,.48) !important; }
.moving-wizard-progress { padding: 1.1rem; border: 1px solid #d7e3de; border-radius: 1.1rem; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(4,28,24,.05); }
.quote-progress-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.quote-progress-meta > div { display: grid; gap: .18rem; }
.quote-progress-meta small { color: var(--ae-green-2); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.quote-progress-meta strong { color: var(--ae-ink); font-size: .92rem; }
.quote-secure { flex: 0 0 auto; padding: .45rem .65rem; color: #17684f; border: 1px solid #b9dfd2; border-radius: 999px; background: #eaf8f3; font-size: .67rem; font-weight: 800; }
.quote-journey { margin: 1rem 0 .8rem; }
.quote-journey ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; margin: 0; padding: 0; list-style: none; }
.quote-journey li { position: relative; display: flex; align-items: center; gap: .55rem; min-width: 0; min-height: 54px; padding: .58rem .65rem; color: #71837d; border: 1px solid #dde6e2; border-radius: .8rem; background: #f5f7f5; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.quote-journey li b { display: grid; place-items: center; flex: 0 0 26px; height: 26px; color: #6d7b76; border: 1px solid #cdd7d3; border-radius: 50%; background: #fff; font-size: .62rem; }
.quote-journey li span { overflow: hidden; font-size: .67rem; font-weight: 780; line-height: 1.25; }
.quote-journey li.active { color: var(--ae-ink); border-color: var(--ae-green-2); background: #eaf8f3; box-shadow: inset 0 -3px 0 var(--ae-green-2); }
.quote-journey li.active b { color: #062d25; border-color: var(--ae-green); background: var(--ae-green); }
.quote-journey li.completed { color: #24745b; border-color: #bde1d5; background: #f0faf6; }
.quote-journey li.completed b { color: #fff; border-color: var(--ae-green-2); background: var(--ae-green-2); font-size: 0; }
.quote-journey li.completed b::after { content: "✓"; font-size: .68rem; }
.moving-wizard-progress .progress { height: 7px; background: #dfe8e4; }
.moving-wizard-progress .progress-bar { background: linear-gradient(90deg, var(--ae-green-2), var(--ae-green)); transition: width .3s ease; }
.quote-progress-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .55rem; color: var(--ae-muted); font-size: .66rem; }
.quote-progress-foot b { flex: 0 0 auto; color: #17684f; }
.moving-wizard-step[hidden], [data-moving-inventory-panel][hidden], [data-moving-visit-panel][hidden] { display: none !important; }
.moving-wizard-step { padding: 1.6rem; border: 1px solid #dfe7e3; border-radius: 1.15rem; background: #fff; box-shadow: 0 14px 38px rgba(4,28,24,.04); animation: quote-step-in .25s ease both; }
.moving-wizard-step > h2:focus { outline: 0; }
@keyframes quote-step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.moving-option-grid { display: grid; gap: .75rem; }
.moving-option-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.moving-option-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.moving-option-card { position: relative; display: flex; align-items: flex-start; gap: .7rem; height: 100%; padding: 1rem; color: var(--ae-ink); border: 1px solid #ccd7d2; border-radius: .9rem; background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.moving-option-card:hover { border-color: #85bfae; }
.moving-option-card:has(input:checked) { border-color: var(--ae-green-2); background: #ebf9f4; box-shadow: 0 0 0 3px rgba(43,185,142,.09); }
.moving-option-card input { flex: 0 0 auto; margin-top: .22rem; accent-color: var(--ae-green-2); }
.moving-option-card span { display: grid; gap: .22rem; }
.moving-option-card b { font-size: .85rem; }
.moving-option-card small { color: var(--ae-muted); font-size: .72rem; line-height: 1.45; }
.moving-location-card { padding: 1.1rem; border: 1px solid var(--ae-line); border-radius: 1rem; background: #fff; }
.moving-location-card h3 { color: #1e715d; }
.moving-wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--ae-line); }
.moving-checks { display: flex; flex-wrap: wrap; gap: .6rem; }
.moving-checks label { display: flex; align-items: center; gap: .45rem; padding: .65rem .8rem; border: 1px solid #ccd7d2; border-radius: .75rem; background: #fff; font-size: .78rem; font-weight: 700; cursor: pointer; }
.moving-checks label:has(input:checked) { border-color: var(--ae-green-2); background: #e9f8f3; }
.moving-divider { margin: 2.5rem 0; border-color: var(--ae-line); opacity: 1; }
.moving-inventory-picker { overflow: hidden; border: 1px solid var(--ae-line); border-radius: 1.1rem; background: #f5f7f5; }
.moving-inventory-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--ae-line); background: #fff; }
.moving-inventory-toolbar > div { display: grid; }
.moving-inventory-toolbar small { color: var(--ae-green-2); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.moving-inventory-toolbar strong { color: var(--ae-ink); }
.moving-inventory-toolbar label { width: min(280px, 48%); }
.moving-inventory-toolbar .form-control { min-height: 42px; font-size: .78rem; }
.moving-room-tabs { display: flex; gap: .55rem; padding: .75rem; overflow-x: auto; border-bottom: 1px solid var(--ae-line); background: #eef3ef; scrollbar-width: thin; }
.moving-room-tab { display: grid; grid-template-columns: 26px minmax(115px, 1fr); align-items: center; gap: .1rem .55rem; flex: 0 0 auto; min-width: 185px; padding: .65rem .75rem; color: #52645e; text-align: left; border: 1px solid #d5dfdb; border-radius: .85rem; background: #fff; }
.moving-room-tab > span { grid-row: 1 / 3; display: grid; place-items: center; width: 26px; height: 26px; color: #52645e; border-radius: 50%; background: #e8efec; font-size: .61rem; font-weight: 850; }
.moving-room-tab strong { overflow: hidden; color: inherit; font-size: .76rem; white-space: nowrap; text-overflow: ellipsis; }
.moving-room-tab small { color: var(--ae-muted); font-size: .6rem; }
.moving-room-tab.active { color: #063b2f; border-color: var(--ae-green-2); background: #e7f8f1; box-shadow: inset 0 -3px 0 var(--ae-green-2); }
.moving-room-tab.active > span { color: #062d25; background: var(--ae-green); }
.moving-room-panels { padding: 1rem; background: #fff; }
.moving-room-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.moving-room-panel > header div { display: grid; }
.moving-room-panel > header small { color: var(--ae-green-2); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.moving-room-panel > header h4 { margin: 0; font-size: 1rem; font-weight: 850; }
.moving-room-panel > header > span { color: var(--ae-muted); font-size: .66rem; }
.moving-item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; max-height: 410px; padding-right: .25rem; overflow-y: auto; scrollbar-width: thin; }
.moving-item-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .35rem .8rem; align-items: center; min-height: 82px; padding: .75rem; border: 1px solid #dbe4e0; border-radius: .85rem; background: #fafbf9; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.moving-item-card.selected { border-color: var(--ae-green-2); background: #eaf8f3; box-shadow: inset 3px 0 0 var(--ae-green-2); }
.moving-item-card label { display: grid; min-width: 0; cursor: pointer; }
.moving-item-card label strong { overflow: hidden; color: var(--ae-ink); font-size: .76rem; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; }
.moving-item-card label small { margin-top: .2rem; color: var(--ae-muted); font-size: .61rem; }
.moving-item-counter { display: grid; grid-template-columns: 30px 38px 30px; align-items: center; overflow: hidden; border: 1px solid #cbd8d2; border-radius: .65rem; background: #fff; }
.moving-item-counter button { display: grid; place-items: center; height: 34px; padding: 0; color: #165f4b; border: 0; background: #edf7f3; font-size: 1rem; font-weight: 850; }
.moving-item-counter button:hover, .moving-item-counter button:focus-visible { color: #062d25; background: var(--ae-green); }
.moving-item-counter input { width: 38px; height: 34px; padding: 0; color: var(--ae-ink); text-align: center; border: 0; border-right: 1px solid #dce5e1; border-left: 1px solid #dce5e1; background: #fff; font-size: .75rem; font-weight: 850; appearance: textfield; }
.moving-item-counter input::-webkit-outer-spin-button, .moving-item-counter input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.moving-item-subtotal { grid-column: 1 / -1; color: #35705f; font-size: .6rem; font-weight: 750; }
.moving-room-empty { padding: 2rem 1rem; color: var(--ae-muted); text-align: center; border: 1px dashed #a9c7bc; border-radius: .85rem; background: #f2f8f5; font-size: .78rem; }
.moving-selection-summary { display: grid; grid-template-columns: 1.35fr 1fr; overflow: hidden; color: #fff; border-radius: 1rem; background: var(--ae-deep); }
.moving-selection-summary > div { padding: 1rem 1.1rem; }
.moving-selection-summary > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.moving-selection-summary small { display: block; color: var(--ae-green); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.moving-selection-summary strong { display: block; margin-top: .2rem; font-size: 1rem; }
.moving-selection-summary p { margin: .25rem 0 0; color: rgba(255,255,255,.62); font-size: .66rem; line-height: 1.4; }
.moving-box-suggestion { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid #d8caa5; border-radius: 1rem; background: #fff8e7; }
.moving-box-suggestion small { display: block; color: #8a6114; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.moving-box-suggestion strong { display: block; color: #50370d; }
.moving-box-suggestion p { margin: .2rem 0 0; color: #76581c; font-size: .72rem; }
.moving-empty-state { padding: 2.5rem; text-align: center; border: 1px dashed #9ccabb; border-radius: 1rem; background: #edf8f4; }
.moving-empty-state span { display: inline-flex; padding: .35rem .65rem; color: #17684f; background: #d8f4ea; border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.moving-empty-state h3 { margin: 1rem 0 .5rem; font-weight: 800; }
.moving-empty-state p { max-width: 520px; margin: 0 auto; color: var(--ae-muted); }
.moving-review-card { overflow: hidden; border: 1px solid var(--ae-line); border-radius: 1rem; background: #fff; }
.moving-review-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; color: #fff; background: var(--ae-deep); }
.moving-review-head > div { display: grid; gap: .25rem; }
.moving-review-head span { color: var(--ae-green); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-edit-button { flex: 0 0 auto; padding: .45rem .7rem; color: var(--ae-green); border: 1px solid rgba(99,230,190,.45); border-radius: 999px; background: rgba(99,230,190,.08); font-size: .68rem; font-weight: 800; }
.quote-edit-button:hover, .quote-edit-button:focus-visible { color: #062d25; background: var(--ae-green); }
.moving-review-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.moving-review-card dl div { padding: .9rem 1.1rem; border-bottom: 1px solid #e5ebe8; }
.moving-review-card dl div:nth-child(odd) { border-right: 1px solid #e5ebe8; }
.moving-review-card dt { color: var(--ae-muted); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.moving-review-card dd { margin: .2rem 0 0; color: var(--ae-ink); font-size: .8rem; font-weight: 700; }
.moving-consent { display: flex; align-items: flex-start; gap: .65rem; padding: .9rem 1rem; border: 1px solid var(--ae-line); border-radius: .8rem; background: #fff; color: var(--ae-muted); font-size: .75rem; cursor: pointer; }
.moving-consent input { flex: 0 0 auto; margin-top: .15rem; }
.form-control, .form-select { min-height: 50px; border-color: #ccd7d2; border-radius: .75rem; }
.form-control:focus, .form-select:focus { border-color: var(--ae-green-2); box-shadow: 0 0 0 .25rem rgba(43,185,142,.13); }
.form-label { font-size: .8rem; font-weight: 750; }

.footer-ae { padding: 3rem 0; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.1); }
.footer-ae a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-ae a:hover { color: var(--ae-green); }
.floating-antonio { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1040; display: flex; align-items: center; gap: .65rem; padding: .45rem .9rem .45rem .45rem; color: #071715; background: var(--ae-green); border: 0; border-radius: 999px; box-shadow: 0 15px 42px rgba(3,30,24,.28); font-weight: 760; }
.floating-antonio img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.antonio-avatar { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; }
.chat-bubble { padding: 1rem; border-radius: 1rem 1rem 1rem .25rem; background: #edf7f4; color: #16453a; }

.page-hero { padding: 8.5rem 0 4rem; }
.page-hero p { color: rgba(255,255,255,.64); }
.detail-image { width: 100%; max-height: 540px; object-fit: cover; border-radius: var(--ae-radius); box-shadow: var(--ae-shadow); }
.feature-list li { display: flex; gap: .8rem; margin-bottom: .8rem; color: var(--ae-muted); }
.feature-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; color: #063b2f; background: var(--ae-green); font-weight: 900; }

.reputation-section { background: #eef3ef; border-top: 1px solid var(--ae-line); border-bottom: 1px solid var(--ae-line); }
.verification-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.verification-grid article { min-height: 205px; padding: 1.35rem; background: #fff; border: 1px solid var(--ae-line); border-top: 3px solid var(--ae-green-2); border-radius: 1rem; box-shadow: 0 12px 35px rgba(4,28,24,.05); }
.verification-grid b { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 1.4rem; color: #063b2f; background: var(--ae-green); border-radius: .65rem; font-size: .72rem; }
.verification-grid strong { display: block; font-size: .98rem; }
.verification-grid p { margin: .55rem 0 0; color: var(--ae-muted); font-size: .78rem; line-height: 1.55; }
.verified-reviews { overflow: hidden; background: var(--ae-deep); color: #fff; border-radius: 1.25rem; box-shadow: var(--ae-shadow); }
.verified-reviews > header { padding: 1.2rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.verified-reviews > header div { display: flex; align-items: baseline; gap: .8rem; }
.verified-reviews > header span { color: var(--ae-green); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.verified-reviews > header strong { font-size: 1.6rem; }
.verified-reviews > header p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.verified-reviews > header a { color: var(--ae-green); font-size: .74rem; font-weight: 800; text-decoration: none; }
.verified-review-summary strong small { color: rgba(255,255,255,.55); font-size: .75rem; }
.verified-review-summary em { color: rgba(255,255,255,.58); font-size: .72rem; font-style: normal; }
.verified-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.verified-review-grid article { min-height: 250px; padding: 1.4rem; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.review-card-head > strong { color: #fff; font-size: 1rem; }
.review-helmets { display: inline-flex; align-items: center; gap: .2rem; }
.review-helmet { width: 30px; height: 23px; position: relative; display: inline-block; flex: 0 0 30px; }
.review-helmet > img, .review-helmet > span, .review-helmet > span img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.review-helmet > img { opacity: .2; filter: grayscale(1) brightness(1.8); }
.review-helmet > span { width: var(--review-helmet-fill); overflow: hidden; filter: drop-shadow(0 0 6px rgba(99,230,190,.28)); }
.review-helmet > span img { width: 30px; max-width: none; filter: invert(86%) sepia(21%) saturate(786%) hue-rotate(99deg) brightness(101%); }
.review-helmets > strong { display: inline-flex; align-items: baseline; gap: .18rem; margin-left: .35rem; color: #fff; font-size: 1rem; }
.review-helmets > strong small { color: rgba(255,255,255,.5); font-size: .6rem; }
.verified-review-summary .review-helmet { width: 26px; height: 20px; flex-basis: 26px; }
.verified-review-summary .review-helmet > span img { width: 26px; }
.verified-review-grid article > p { margin: 1.1rem 0 1.4rem; color: rgba(255,255,255,.75); font-size: .86rem; line-height: 1.65; }
.verified-review-grid footer { margin-top: auto; display: flex; flex-direction: column; gap: .25rem; }
.verified-review-grid footer strong { font-size: .85rem; }
.verified-review-grid footer span { color: rgba(255,255,255,.5); font-size: .7rem; }
.verified-review-grid footer small { color: rgba(255,255,255,.42); font-size: .66rem; text-transform: capitalize; }
.verified-review-grid footer b { width: max-content; margin-top: .45rem; padding: .3rem .5rem; color: var(--ae-green); background: rgba(99,230,190,.1); border-radius: 999px; font-size: .62rem; }
.reviews-empty { padding: 3rem; text-align: center; }
.reviews-empty span { color: var(--ae-green); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.reviews-empty h3 { margin-top: .8rem; }
.reviews-empty p { max-width: 680px; margin: .7rem auto 0; color: rgba(255,255,255,.62); }
.reviews-empty h3 { margin: .8rem 0 .4rem; }
.reviews-empty p { margin: 0; color: rgba(255,255,255,.58); }

.auth-page { min-height: 100vh; padding: 7.5rem 0 3rem; }
.auth-card { background: rgba(255,255,255,.96); border-radius: 1.5rem; box-shadow: 0 28px 90px rgba(0,0,0,.28); overflow: hidden; }
.auth-intro { padding: 3rem; color: #fff; background: #0c302a; }
.auth-form { padding: 3rem; color: var(--ae-ink); }
.auth-form h1, .auth-form h2, .auth-form h3, .auth-form p, .auth-form label, .auth-form a { color: var(--ae-ink); }
.auth-form .text-secondary, .role-option small { color: #4f5f5b !important; }
.auth-form .session-badge { color: var(--ae-ink); }
.auth-form .demo-notice { color: #4b360c; }
.role-option { display: block; padding: 1rem; color: var(--ae-ink); border: 1px solid var(--ae-line); border-radius: .9rem; cursor: pointer; }
.role-option strong { color: var(--ae-ink); }
.role-option:has(input:checked) { border-color: var(--ae-green-2); background: #eefaf6; box-shadow: 0 0 0 3px rgba(43,185,142,.1); }

.app-body { background: #eef2ef; }
.app-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 1020; width: 270px; padding: 1.2rem; overflow-y: auto; color: #fff; }
.app-sidebar .brand-copy { margin-bottom: 2rem; }
.app-sidebar .nav-link { display: flex; align-items: center; gap: .75rem; margin-bottom: .25rem; padding: .75rem .9rem; color: rgba(255,255,255,.62); border-radius: .75rem; }
.app-sidebar .nav-link:hover, .app-sidebar .nav-link.active { color: #071715; background: var(--ae-green); }
.app-sidebar .role-lock { margin-top: 2rem; padding: 1rem; border: 1px solid rgba(99,230,190,.2); border-radius: .9rem; color: rgba(255,255,255,.58); font-size: .76rem; }
.app-main { margin-left: 270px; min-height: 100vh; }
.app-topbar { position: sticky; top: 0; z-index: 1010; padding: 1rem 1.5rem; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--ae-line); }
.app-content { padding: 2rem; }
.dashboard-hero { padding: 2rem; border-radius: 1.35rem; color: #fff; box-shadow: var(--ae-shadow); }
.dashboard-hero h1 { font-weight: 790; letter-spacing: -.045em; }
.session-badge { display: inline-flex; align-items: center; gap: .5rem; color: #1a6854; background: #e7f8f2; border: 1px solid #b7ead9; border-radius: 999px; padding: .38rem .7rem; font-size: .72rem; font-weight: 800; }
.kpi-card { height: 100%; padding: 1.3rem; background: #fff; border: 1px solid var(--ae-line); border-radius: 1rem; box-shadow: 0 10px 28px rgba(4,28,24,.05); }
.kpi-card span { color: var(--ae-muted); font-size: .78rem; font-weight: 700; }
.kpi-card strong { display: block; margin-top: .45rem; font-size: 2rem; font-weight: 800; }
.panel { padding: 1.4rem; background: #fff; border: 1px solid var(--ae-line); border-radius: 1rem; box-shadow: 0 10px 28px rgba(4,28,24,.045); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.panel-heading h2 { margin: 0; font-size: 1.15rem; font-weight: 780; }
.pipeline-row { display: grid; grid-template-columns: 100px 1fr 34px; align-items: center; gap: .75rem; margin-bottom: .85rem; }
.pipeline-track { height: 8px; background: #e7ece9; border-radius: 99px; overflow: hidden; }
.pipeline-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--ae-green-2), var(--ae-green)); border-radius: 99px; }
.module-card { display: block; height: 100%; padding: 1.2rem; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--ae-line); border-radius: 1rem; }
.module-card:hover { border-color: var(--ae-green-2); color: inherit; }
.module-code { display: inline-grid; place-items: center; min-width: 42px; height: 32px; padding: 0 .5rem; color: #063b2f; background: var(--ae-green); border-radius: .55rem; font-size: .7rem; font-weight: 900; }
.status-pill { display: inline-flex; padding: .32rem .6rem; border-radius: 999px; background: #edf6f3; color: #28715e; font-size: .7rem; font-weight: 800; }
.status-pill.warning { background: #fff4da; color: #8a6114; }
.status-pill.danger { background: #ffe8e3; color: #a73f31; }
.table-ae { --bs-table-bg: transparent; font-size: .86rem; }
.table-ae th { color: var(--ae-muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.table-ae td { vertical-align: middle; }

.portal-main { background: #f1f4f1; }
.portal-hero { padding: 3rem; color: #fff; border-radius: 1.4rem; }
.portal-profile { padding: 1.3rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(255,255,255,.055); }
.timeline { position: relative; padding-left: 1.6rem; }
.timeline::before { content: ""; position: absolute; left: .45rem; top: .6rem; bottom: .6rem; width: 2px; background: #d4dfda; }
.timeline-item { position: relative; padding: 0 0 1.4rem 1.1rem; }
.timeline-item::before { content: ""; position: absolute; left: -1.47rem; top: .35rem; width: .7rem; height: .7rem; border-radius: 50%; background: var(--ae-green-2); box-shadow: 0 0 0 5px #dff5ed; }
.signature-pad { width: 100%; height: 180px; border: 2px dashed #b7c8c1; border-radius: .85rem; background: #fff; touch-action: none; }
.evidence-preview { width: 100%; height: 140px; object-fit: cover; border-radius: .75rem; border: 1px solid var(--ae-line); }

.demo-notice { border-left: 4px solid var(--ae-warning); background: #fff8e7; color: #6b501c; }
.no-print { }
@media print {
  .no-print, .app-sidebar, .app-topbar { display: none !important; }
  .app-main { margin-left: 0; }
  body { background: #fff; }
  .panel, .kpi-card { box-shadow: none; }
}

@media (max-width: 991.98px) {
  .hero-ae { min-height: auto; padding-top: 7.5rem; }
  .visual-panel > div { padding: 2rem; }
  .app-sidebar { position: static; width: 100%; }
  .app-main { margin-left: 0; }
  .app-sidebar .nav { flex-direction: row !important; flex-wrap: wrap; }
  .app-sidebar .nav-link { margin: 0; }
  .app-sidebar .role-lock { margin-top: 1rem; }
  .moving-quote-shell { overflow: hidden; }
  .moving-quote-aside { padding: 2rem; }
  .moving-quote-aside .moving-steps { display: none; }
  .moving-quote-aside .moving-volume-card { margin-bottom: .75rem; }
  .hero-service-finder { grid-template-columns: 1fr 1fr; }
  .verification-grid, .verified-review-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
  .display-ae { font-size: 3rem; }
  .hero-ae { padding-bottom: 3.5rem; }
  .section-space { padding: 4rem 0; }
  .quote-aside, .quote-form, .auth-intro, .auth-form, .app-content, .portal-hero { padding: 1.4rem; }
  .express-flow-steps { grid-template-columns: 1fr 1fr; }
  .moving-quote-aside, .moving-quote-form { padding: 1.4rem; }
  .moving-quote-aside h2 { font-size: 2rem; }
  .moving-wizard-progress { padding: .9rem; border-radius: 1rem; }
  .quote-progress-meta { align-items: flex-start; flex-direction: column; }
  .quote-secure { align-self: flex-start; }
  .quote-journey ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .4rem; }
  .quote-journey li { min-height: 50px; padding: .48rem; }
  .quote-journey li span { font-size: .63rem; }
  .quote-progress-foot { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .moving-wizard-step { padding: 1.1rem; }
  .moving-inventory-toolbar { align-items: stretch; flex-direction: column; }
  .moving-inventory-toolbar label { width: 100%; }
  .moving-room-tab { min-width: 168px; }
  .moving-room-panel > header { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .moving-item-grid { grid-template-columns: 1fr; max-height: 360px; }
  .moving-item-card label strong { white-space: normal; }
  .moving-selection-summary { grid-template-columns: 1fr; }
  .moving-selection-summary > div + div { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .moving-option-grid.two, .moving-option-grid.three { grid-template-columns: 1fr; }
  .moving-wizard-actions { align-items: stretch; flex-direction: column-reverse; }
  .moving-wizard-actions .btn { width: 100%; }
  .moving-box-suggestion { align-items: stretch; flex-direction: column; }
  .moving-review-head { align-items: flex-start; flex-direction: column; }
  .quote-edit-button { align-self: flex-start; }
  .moving-review-card dl { grid-template-columns: 1fr; }
  .moving-review-card dl div:nth-child(odd) { border-right: 0; }
  .floating-antonio b { display: none; }
  .pipeline-row { grid-template-columns: 80px 1fr 24px; font-size: .75rem; }
  .audience-selector, .hero-service-finder, .verification-grid, .verified-review-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 100px; }
  .verified-reviews > header { align-items: flex-start; flex-direction: column; }
}

/* Trabaja con Autoedifica · versión HTML5 / Bootstrap 5 */
.recruitment-static-hero { min-height: 660px; padding: 9rem 0 6rem; display: flex; align-items: center; }
.recruitment-static-hero h1 { font-weight: 820; }
.recruitment-static-hero p { max-width: 720px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.recruitment-static-process { padding: 1.8rem; overflow: hidden; border: 1px solid rgba(99,230,190,.28); border-radius: var(--ae-radius); background: rgba(7,35,31,.78); box-shadow: 0 28px 80px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.recruitment-static-process > small { color: var(--ae-green); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.recruitment-static-process ol { margin: 1.3rem 0 0; padding: 0; list-style: none; }
.recruitment-static-process li { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; align-items: center; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.recruitment-static-process li > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ae-green); background: rgba(99,230,190,.1); font-size: .67rem; }
.recruitment-static-process li > span { display: flex; flex-direction: column; }
.recruitment-static-process li small { color: rgba(255,255,255,.55); }
.recruitment-static-agents { padding: 1.5rem 0; color: #fff; background: #0a2622; }
.recruitment-static-agents .col-lg-7 > span { color: var(--ae-green); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.recruitment-static-agents p { color: rgba(255,255,255,.6); font-size: .8rem; }
.recruitment-static-agents article { min-height: 90px; padding: 1rem; display: flex; align-items: center; gap: .8rem; background: rgba(255,255,255,.04); border: 1px solid rgba(99,230,190,.14); border-radius: 1rem; }
.recruitment-static-agents article img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ae-green); }
.recruitment-static-agents article span { display: flex; flex-direction: column; }
.recruitment-static-agents article small { color: rgba(255,255,255,.54); }
.recruitment-static-intro { position: sticky; top: 7rem; }
.recruitment-privacy-note { padding: 1rem; border: 0; border-left: 4px solid var(--ae-green); border-radius: 1rem; background: #fff; }
.recruitment-static-form { overflow: hidden; background: #fff; border: 1px solid var(--ae-line); border-radius: calc(var(--ae-radius) + .3rem); box-shadow: var(--ae-shadow); }
.recruitment-static-form > header { padding: 1.5rem 1.75rem; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.recruitment-static-form > header > span { color: #58726a; font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.recruitment-static-form > header > strong { grid-row: 2; margin-top: .35rem; font-size: 1.4rem; }
.recruitment-static-form > header > small { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--ae-green-2); font-weight: 900; }
.recruitment-static-form .progress { height: 4px; background: #e5ebe7; }
.recruitment-static-form .progress-bar { background: var(--ae-green-2); }
.recruitment-static-form > nav { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ae-line); }
.recruitment-static-form > nav > span { min-height: 62px; padding: .7rem; display: flex; align-items: center; justify-content: center; gap: .5rem; color: #81908b; background: #f4f6f3; border-right: 1px solid var(--ae-line); font-size: .7rem; font-weight: 800; }
.recruitment-static-form > nav > span:last-child { border-right: 0; }
.recruitment-static-form > nav b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #dfe5e1; font-size: .6rem; }
.recruitment-static-form > nav > span.active { color: var(--ae-ink); background: #e4f6ec; }
.recruitment-static-form > nav > span.active b { color: var(--ae-green); background: var(--ae-ink); }
.recruitment-static-form > nav > span.done { color: #277151; }
.recruitment-static-form > nav > span.done b { color: #fff; background: var(--ae-green-2); }
.recruitment-static-form form { padding: 1.8rem; }
.recruitment-static-form fieldset { min-width: 0; padding: 0; border: 0; }
.recruitment-static-form legend, .recruitment-static-form .form-label { color: #496159; font-size: .72rem; font-weight: 800; }
.recruitment-type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; }
.recruitment-type-grid > label { min-height: 110px; padding: 1rem; display: flex; align-items: flex-start; gap: .7rem; border: 1px solid var(--ae-line); border-radius: 1rem; background: #f7f8f6; cursor: pointer; }
.recruitment-type-grid > label:has(input:checked) { border-color: var(--ae-green-2); background: #e8f7ef; box-shadow: inset 0 3px 0 var(--ae-green-2); }
.recruitment-type-grid label span { display: flex; flex-direction: column; }
.recruitment-type-grid label small { margin-top: .4rem; color: var(--ae-muted); font-size: .72rem; }
.recruitment-service-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-top: 1px solid var(--ae-line); border-left: 1px solid var(--ae-line); border-radius: 1rem; }
.recruitment-service-grid label { min-height: 72px; padding: 1rem; display: flex; align-items: center; gap: .6rem; border-right: 1px solid var(--ae-line); border-bottom: 1px solid var(--ae-line); background: #f7f8f6; font-size: .8rem; font-weight: 700; }
.recruitment-service-grid label:has(input:checked) { background: #e8f7ef; }
.recruitment-communes-select { min-height: 145px; }
.recruitment-upload { min-height: 155px; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px dashed #87bca6; border-radius: 1rem; text-align: center; background: #edf8f2; cursor: pointer; }
.recruitment-upload.secondary { border-color: #b9c7c1; background: #f5f7f5; }
.recruitment-upload > span { color: #46675a; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.recruitment-upload > strong { margin: .55rem 0; }
.recruitment-upload > small { color: var(--ae-muted); }
.recruitment-upload input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.recruitment-verification { padding: 1.3rem; border-radius: 1rem; }
.recruitment-verification > small { color: var(--ae-green); font-weight: 900; letter-spacing: .12em; }
.recruitment-verification p { margin: 0; color: rgba(255,255,255,.66); font-size: .78rem; }
.recruitment-consent { padding: 1rem; display: grid; grid-template-columns: auto 1fr; gap: .75rem; border: 1px solid var(--ae-line); border-radius: .85rem; background: #f6f8f5; font-size: .8rem; }
.recruitment-static .btn { border-radius: .75rem; }
.recruitment-static-form form > footer { margin: 1.7rem -1.8rem -1.8rem; padding: 1.2rem 1.8rem; display: flex; justify-content: space-between; gap: .7rem; border-top: 1px solid var(--ae-line); background: #f0f4f1; }
.recruitment-static-form form > footer [data-recruitment-next], .recruitment-static-form form > footer [data-recruitment-submit] { margin-left: auto; }
.recruitment-website { position: absolute !important; left: -9999px !important; }
.recruitment-static-success { padding: 4rem 2rem; display: flex; flex-direction: column; align-items: center; text-align: center; }
.recruitment-static-success > b { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #06201b; background: var(--ae-green); font-size: 1.5rem; }
.recruitment-static-success > span { margin-top: 1.3rem; color: var(--ae-green-2); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.recruitment-static-success h2 { margin: .7rem 0; font-size: 2.5rem; font-weight: 800; }
.recruitment-static-success p strong { color: #1a6a50; }
.recruitment-static-success > small { max-width: 580px; color: var(--ae-muted); }
@media (max-width: 991.98px) { .recruitment-static-intro { position: static; }.recruitment-static-hero { min-height: auto; padding-top: 8rem; } }
@media (max-width: 575.98px) { .recruitment-type-grid,.recruitment-service-grid { grid-template-columns: 1fr; }.recruitment-static-form > nav > span { min-height: 48px; font-size: 0; }.recruitment-static-form form { padding: 1.2rem; }.recruitment-static-form form > footer { margin: 1.4rem -1.2rem -1.2rem; padding: 1rem 1.2rem; flex-wrap: wrap; }.recruitment-static-form form > footer .btn { flex: 1; } }

/* Usuarios e invitaciones · versión Bootstrap 5 */
.static-access-flow { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--ae-line); background: #fff; }
.static-access-flow article { min-height: 92px; padding: 1rem; display: flex; align-items: center; gap: .75rem; border-right: 1px solid var(--ae-line); }
.static-access-flow article:last-child { border-right: 0; }
.static-access-flow b { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ae-green); background: var(--ae-ink); font-size: .63rem; }
.static-access-flow span { display: flex; flex-direction: column; }
.static-access-flow small { color: var(--ae-muted); }
.static-user-form .module-code { width: 34px; height: 34px; }
.static-users-panel { overflow: hidden; }
.static-user-row { min-height: 104px; padding: 1rem 1.25rem; display: grid; grid-template-columns: minmax(180px,1fr) auto minmax(250px,auto); gap: 1rem; align-items: center; border-top: 1px solid var(--ae-line); }
.static-user-row > div:first-child { display: flex; flex-direction: column; }
.static-user-row > div:first-child span,.static-user-row > div:first-child small { color: var(--ae-muted); }
.static-invite-state { display: flex; flex-direction: column; gap: .45rem; }
.static-invite-state > small { color: #537067; font-weight: 800; }
.static-invite-state > div { display: flex; gap: .35rem; flex-wrap: wrap; }
@media (max-width: 767.98px) { .static-access-flow { grid-template-columns: 1fr 1fr; }.static-access-flow article:nth-child(2) { border-right: 0; }.static-access-flow article:nth-child(-n+2) { border-bottom: 1px solid var(--ae-line); }.static-user-row { grid-template-columns: 1fr; }.static-invite-state > div { display: grid; grid-template-columns: repeat(3,1fr); } }

/* Aplicación PWA de técnicos · versión Bootstrap 5 */
.technician-static-body { padding-bottom: 0; }
.technician-static-connection { min-height: 44px; margin-bottom: .75rem; padding: .55rem .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #285f47; border: 1px solid #bcd8c8; background: #eef8f2; }
.technician-static-connection > span { display: flex; align-items: center; gap: .65rem; font-size: .72rem; }
.technician-static-connection i { width: 8px; height: 8px; border-radius: 50%; background: #45b777; box-shadow: 0 0 0 5px rgba(69,183,119,.13); }
.technician-static-connection.offline { color: #765319; border-color: #e7c27c; background: #fff6e4; }
.technician-static-connection.offline i { background: #d49b37; }
.technician-static-nav { display: none; }
.technician-static-agenda { scroll-margin-top: 5rem; }
.technician-install-modal .modal-content { overflow: hidden; border: 0; border-top: 4px solid var(--ae-green); border-radius: calc(var(--ae-radius) + .2rem); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.technician-install-modal .modal-header { padding: 1.4rem 1.5rem; align-items: flex-start; border-bottom: 1px solid var(--ae-line); }
.technician-install-modal .modal-header span { color: var(--ae-green-2); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.technician-install-modal .modal-title { margin-top: .35rem; font-weight: 800; }
.technician-install-modal .modal-body { padding: 1.5rem; }
.technician-install-modal ol { margin: 0; padding: 0; list-style: none; counter-reset: install-guide; }
.technician-install-modal li { padding: .85rem 0 .85rem 2.8rem; position: relative; border-top: 1px solid var(--ae-line); font-size: .86rem; }
.technician-install-modal li::before { counter-increment: install-guide; content: counter(install-guide); width: 30px; height: 30px; position: absolute; left: 0; top: .65rem; display: grid; place-items: center; border-radius: 50%; color: var(--ae-green); background: var(--ae-deep); font-size: .65rem; font-weight: 900; }
.technician-install-modal .modal-body p { margin: 1.1rem 0 0; color: var(--ae-muted); font-size: .8rem; line-height: 1.6; }
.technician-install-modal .modal-footer { padding: 0 1.5rem 1.5rem; border: 0; }
@media (max-width: 991.98px) {
  .technician-static-body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .technician-static-body .app-sidebar { display: none; }
  .technician-static-body .app-topbar { min-height: 64px; position: sticky; top: 0; z-index: 1040; }
  .technician-static-body .app-content { padding: .7rem; }
  .technician-static-connection { position: sticky; top: 64px; z-index: 1035; margin: 0 -.7rem .65rem; border-left: 0; border-right: 0; }
  .technician-static-body .portal-hero,.technician-static-body .dashboard-hero { padding: 2rem 1.35rem; }
  .technician-static-body .portal-hero h1,.technician-static-body .dashboard-hero h1 { font-size: 2.6rem; }
  .technician-static-nav { min-height: 72px; padding: .35rem max(.45rem,env(safe-area-inset-right)) max(.35rem,env(safe-area-inset-bottom)) max(.45rem,env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(4,1fr); position: fixed; z-index: 1080; left: 0; right: 0; bottom: 0; color: #8ea49c; background: rgba(7,29,24,.98); border-top: 1px solid rgba(183,244,216,.18); box-shadow: 0 -12px 30px rgba(5,20,18,.25); }
  .technician-static-nav a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; color: #8ea49c; font-size: .65rem; font-weight: 800; text-decoration: none; }
  .technician-static-nav a b { font-size: 1.15rem; line-height: 1; }
  .technician-static-nav a.active { color: #b7f4d8; }
  .technician-static-body .signature-pad { height: 150px; }
}
