:root {
    --bg: #050815;
    --bg-soft: #0a1022;
    --panel: rgba(12, 20, 44, 0.78);
    --panel-strong: #0d1630;
    --line: rgba(83, 210, 255, 0.22);
    --text: #f5f8ff;
    --muted: #a7b1c7;
    --cyan: #25d9ff;
    --blue: #3678ff;
    --violet: #a25cff;
    --green: #3ee6a7;
    --amber: #ffca5c;
    --danger: #ff6b81;
    --radius: 22px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 10%, rgba(37, 217, 255, 0.09), transparent 32rem),
        radial-gradient(circle at 85% 35%, rgba(162, 92, 255, 0.10), transparent 30rem),
        var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(54, 120, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(54, 120, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.page-glow {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.08;
    z-index: -2;
    pointer-events: none;
}

.page-glow-one {
    background: var(--cyan);
    top: 8%;
    left: -180px;
}

.page-glow-two {
    background: var(--violet);
    right: -200px;
    top: 45%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(5, 8, 21, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(37, 217, 255, 0.45);
    box-shadow: 0 0 28px rgba(37, 217, 255, 0.18);
}

.brand span {
    display: grid;
    line-height: 1.05;
}

.brand strong {
    font-size: 1.16rem;
    letter-spacing: 0.12em;
}

.brand small {
    color: var(--cyan);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav > a,
.nav-link-button {
    color: #d8def0;
    font-weight: 650;
    font-size: 0.95rem;
    transition: color .2s ease;
}

.main-nav > a:hover,
.nav-link-button:hover {
    color: var(--cyan);
}

.inline-form {
    margin: 0;
}

.nav-link-button {
    border: 0;
    background: transparent;
    padding: 0;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel);
    padding: 10px;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--text);
}

.btn {
    border: 1px solid transparent;
    border-radius: 13px;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--cyan), var(--blue) 52%, var(--violet));
    color: #03101d;
    box-shadow: 0 14px 36px rgba(37, 217, 255, 0.18);
}

.btn-primary:hover {
    box-shadow: 0 18px 46px rgba(37, 217, 255, 0.28);
}

.btn-ghost {
    color: var(--text);
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.13);
}

.btn-small {
    padding: 9px 14px;
    border-radius: 10px;
}

.btn-block {
    width: 100%;
}

.hero {
    padding: 88px 0 74px;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 64px;
    align-items: center;
}

.eyebrow {
    color: var(--cyan);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.17em;
}

.hero h1,
.dashboard-hero h1,
.auth-info h1,
.install-info h1 {
    margin: 16px 0 22px;
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.hero h1 span {
    background: linear-gradient(90deg, var(--cyan), #dbe6ff, var(--violet));
    -webkit-background-clip: text;
    color: transparent;
}

.hero-copy > p {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.12rem;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.trust-row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.trust-row div {
    padding-left: 14px;
    border-left: 2px solid var(--line);
}

.trust-row strong,
.trust-row span {
    display: block;
}

.trust-row strong {
    font-size: 1.06rem;
}

.trust-row span {
    color: var(--muted);
    font-size: 0.82rem;
}

.hero-visual {
    position: relative;
}

.hero-frame {
    position: relative;
    padding: 10px;
    border-radius: 28px;
    border: 1px solid rgba(37, 217, 255, 0.32);
    background: linear-gradient(135deg, rgba(37, 217, 255, 0.12), rgba(162, 92, 255, 0.12));
    box-shadow: var(--shadow);
}

.hero-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 50px rgba(37, 217, 255, 0.10);
}

.hero-frame img {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    border-radius: 20px;
}

.floating-card {
    position: absolute;
    left: -34px;
    bottom: 26px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 260px;
    padding: 16px 18px;
    border: 1px solid rgba(62, 230, 167, 0.3);
    border-radius: 16px;
    background: rgba(6, 13, 29, 0.92);
    box-shadow: var(--shadow);
}

.floating-card strong,
.floating-card small {
    display: block;
}

.floating-card small {
    color: var(--muted);
}

.status-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px var(--green);
}

.section {
    padding: 88px 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(54,120,255,0.04), rgba(255,255,255,0.015));
    border-block: 1px solid rgba(255,255,255,0.045);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.section-heading h2,
.process-copy h2,
.cta-card h2 {
    margin: 10px 0 12px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.section-heading p,
.process-copy p,
.cta-card p {
    color: var(--muted);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card {
    min-height: 270px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(160deg, rgba(14, 26, 58, 0.82), rgba(8, 14, 33, 0.86));
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 217, 255, 0.55);
}

.service-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -70px;
    bottom: -70px;
    background: var(--violet);
    filter: blur(54px);
    opacity: 0.22;
}

.service-number {
    color: var(--cyan);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.service-card h3 {
    margin: 56px 0 12px;
    font-size: 1.28rem;
}

.service-card p {
    color: var(--muted);
    margin: 0;
}

.process-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: start;
}

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.timeline li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.timeline li > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #051322;
    font-weight: 950;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
}

.timeline strong {
    font-size: 1.08rem;
}

.timeline p {
    margin: 4px 0 0;
    color: var(--muted);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
}

.gallery-grid img {
    width: 100%;
    border-radius: 22px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.cta-section {
    padding-top: 24px;
}

.cta-card {
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    border-radius: 28px;
    border: 1px solid rgba(37, 217, 255, 0.35);
    background:
        radial-gradient(circle at 95% 0%, rgba(162, 92, 255, 0.20), transparent 22rem),
        linear-gradient(135deg, rgba(13, 29, 65, 0.92), rgba(8, 14, 32, 0.95));
}

.cta-card h2 {
    max-width: 700px;
}

.site-footer {
    margin-top: 70px;
    border-top: 1px solid rgba(255,255,255,0.07);
    background: rgba(2, 5, 15, 0.68);
}

.footer-grid {
    padding: 54px 0 38px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 56px;
}

.footer-grid h3 {
    margin: 0 0 14px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
    color: var(--muted);
}

.footer-grid a,
.footer-grid span {
    display: block;
    margin: 7px 0;
}

.footer-brand {
    margin-bottom: 18px;
}

.footer-bottom {
    padding: 18px 0 28px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #77839d;
    font-size: 0.84rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.flash-stack {
    position: fixed;
    top: 92px;
    right: 20px;
    z-index: 80;
    width: min(420px, calc(100% - 40px));
    display: grid;
    gap: 10px;
}

.flash {
    padding: 15px 44px 15px 16px;
    border-radius: 13px;
    border: 1px solid;
    background: #0c1530;
    box-shadow: var(--shadow);
    position: relative;
}

.flash-success { border-color: rgba(62, 230, 167, 0.5); }
.flash-error { border-color: rgba(255, 107, 129, 0.55); }
.flash-warning { border-color: rgba(255, 202, 92, 0.55); }

.flash-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    color: var(--text);
    background: transparent;
    font-size: 1.4rem;
}

.auth-section {
    padding: 72px 0;
}

.auth-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 650px;
    max-width: 1060px;
}

.auth-panel,
.panel {
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.auth-panel {
    padding: 54px;
}

.auth-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 26px 0 0 26px;
    background:
        linear-gradient(160deg, rgba(14, 35, 77, .94), rgba(10, 14, 34, .96)),
        url('../img/hero.webp') center / cover;
}

.auth-info h1,
.install-info h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.auth-info > p {
    color: var(--muted);
    font-size: 1.07rem;
}

.auth-feature {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    color: #dfe7fa;
}

.auth-feature span {
    color: var(--green);
}

.auth-form-panel {
    border-radius: 0 26px 26px 0;
    background: rgba(8, 14, 31, 0.95);
}

.auth-logo img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--line);
}

.auth-form-panel h2 {
    font-size: 2rem;
    margin: 24px 0 4px;
}

.muted {
    color: var(--muted);
}

.form-stack {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.form-stack label,
.request-form label {
    display: grid;
    gap: 8px;
    font-weight: 700;
}

.form-stack small,
.request-form small {
    color: var(--muted);
    font-weight: 500;
}

input,
select,
textarea {
    width: 100%;
    color: var(--text);
    border: 1px solid rgba(129, 157, 219, 0.24);
    border-radius: 12px;
    background: rgba(2, 7, 20, 0.68);
    padding: 13px 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 4px rgba(37, 217, 255, 0.10);
}

select option {
    background: #0b142b;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.password-field {
    display: flex;
    align-items: stretch;
}

.password-field input {
    border-radius: 12px 0 0 12px;
}

.password-toggle {
    min-width: 82px;
    color: var(--cyan);
    border: 1px solid rgba(129, 157, 219, 0.24);
    border-left: 0;
    border-radius: 0 12px 12px 0;
    background: rgba(9, 20, 44, .94);
    font-weight: 800;
}

.auth-switch {
    margin-top: 22px;
    color: var(--muted);
}

.auth-switch a {
    color: var(--cyan);
    font-weight: 800;
}

.security-note {
    margin-top: 28px;
    padding: 16px;
    border-radius: 13px;
    border: 1px solid rgba(255, 202, 92, 0.25);
    background: rgba(255, 202, 92, 0.07);
    color: #e9ddbb;
}

.dashboard-hero {
    padding: 64px 0 42px;
    background: linear-gradient(180deg, rgba(54, 120, 255, 0.08), transparent);
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.dashboard-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    margin-bottom: 8px;
}

.dashboard-hero p {
    color: var(--muted);
    font-size: 1.08rem;
}

.dashboard-section {
    padding-top: 46px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

.profile-card {
    position: sticky;
    top: 102px;
    padding: 26px;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.profile-card > img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(37,217,255,.35);
}

.profile-card h2 {
    margin: 18px 0 2px;
}

.profile-card > p {
    margin: 0 0 22px;
    color: var(--muted);
    overflow-wrap: anywhere;
}

.profile-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    font-size: .88rem;
}

.profile-meta span {
    color: var(--muted);
}

.dashboard-main {
    display: grid;
    gap: 24px;
}

.panel {
    padding: 28px;
    border-radius: 20px;
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.panel-heading h2 {
    margin: 5px 0 0;
}

.count-badge {
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #061321;
    background: var(--cyan);
    font-weight: 900;
}

.request-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.field-full {
    grid-column: 1 / -1;
}

.field-action {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.request-list {
    display: grid;
    gap: 15px;
}

.request-item {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
}

.request-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.request-top h3 {
    margin: 4px 0;
}

.request-id {
    color: var(--cyan);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.request-item > p {
    color: var(--muted);
}

.request-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: .82rem;
    color: #8390aa;
}

.status {
    min-width: max-content;
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid;
    font-size: .76rem;
    font-weight: 850;
}

.status-pendiente { color: var(--amber); border-color: rgba(255,202,92,.35); background: rgba(255,202,92,.06); }
.status-en_revision { color: var(--cyan); border-color: rgba(37,217,255,.35); background: rgba(37,217,255,.06); }
.status-en_proceso { color: #aab8ff; border-color: rgba(100,125,255,.35); background: rgba(100,125,255,.06); }
.status-completado { color: var(--green); border-color: rgba(62,230,167,.35); background: rgba(62,230,167,.06); }
.status-cancelado { color: var(--danger); border-color: rgba(255,107,129,.35); background: rgba(255,107,129,.06); }

.empty-state {
    padding: 34px;
    text-align: center;
    border: 1px dashed rgba(255,255,255,.12);
    border-radius: 16px;
    color: var(--muted);
}

.empty-state strong {
    display: block;
    color: var(--text);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.stats-grid article {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.stats-grid span,
.stats-grid strong {
    display: block;
}

.stats-grid span {
    color: var(--muted);
}

.stats-grid strong {
    margin-top: 10px;
    color: var(--cyan);
    font-size: 2.4rem;
}

.admin-panel {
    margin-bottom: 24px;
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
}

th,
td {
    padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,.07);
    vertical-align: middle;
}

th {
    color: var(--muted);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

td strong,
td small {
    display: block;
}

td small {
    color: var(--muted);
}

.status-form {
    display: flex;
    gap: 7px;
}

.status-form select {
    min-width: 150px;
    padding: 9px 10px;
}

.btn-icon {
    width: 40px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(37,217,255,.09);
    color: var(--cyan);
}

.log-list {
    display: grid;
}

.log-list > div {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: var(--muted);
    font-size: .84rem;
}

.log-list code {
    color: var(--cyan);
}

.install-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
}

.install-info {
    border-radius: 22px;
}

.requirements {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.requirements > div {
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.025);
}

.requirement-ok span {
    color: var(--green);
}

.requirement-bad span {
    color: var(--danger);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 14px;
}

.form-stack hr {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

[hidden] {
    display: none !important;
}

@media (max-width: 980px) {
    .main-nav {
        position: absolute;
        top: 78px;
        left: 16px;
        right: 16px;
        display: none;
        padding: 20px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: rgba(5, 10, 24, .98);
        box-shadow: var(--shadow);
        align-items: stretch;
        flex-direction: column;
    }

    .main-nav.is-open {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .hero-grid,
    .process-grid,
    .auth-grid,
    .install-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        order: 1;
    }

    .hero-visual {
        order: 2;
    }

    .floating-card {
        left: 20px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .auth-info,
    .auth-form-panel {
        border-radius: 24px;
    }

    .auth-info {
        min-height: 420px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        position: static;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .hero {
        padding-top: 58px;
    }

    .hero h1 {
        font-size: 3.05rem;
    }

    .trust-row,
    .service-grid,
    .gallery-grid,
    .request-form,
    .footer-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .hero-frame img {
        min-height: 230px;
    }

    .floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -22px 16px 0;
    }

    .section {
        padding: 64px 0;
    }

    .cta-card {
        padding: 28px;
        align-items: flex-start;
        flex-direction: column;
    }

    .auth-panel,
    .panel {
        padding: 24px;
    }

    .field-action {
        justify-content: stretch;
    }

    .field-action .btn {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .log-list > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}


/* Componentes añadidos para la versión de producción */

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.value-strip {
    border-block: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.018);
}

.value-strip-grid {
    min-height: 68px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    color: #c7d2e9;
    font-size: .9rem;
    font-weight: 750;
}

.value-strip-grid span + span {
    border-left: 1px solid rgba(255,255,255,.08);
}

.section-action {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.split-feature,
.about-grid,
.contact-grid,
.profile-settings-grid {
    display: grid;
    gap: 42px;
    align-items: center;
}

.split-feature {
    grid-template-columns: .85fr 1.15fr;
}

.feature-image img {
    max-height: 720px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.feature-copy h2,
.about-copy h2 {
    margin: 10px 0 16px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.feature-copy > p,
.about-copy > p {
    color: var(--muted);
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 30px;
    display: grid;
    gap: 12px;
}

.check-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.check-list li::before {
    content: "✓";
    width: 25px;
    height: 25px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #04121e;
    background: var(--green);
    font-weight: 900;
}

.inner-hero {
    padding: 78px 0 58px;
    background:
        radial-gradient(circle at 75% 10%, rgba(162,92,255,.15), transparent 26rem),
        linear-gradient(180deg, rgba(54,120,255,.09), transparent);
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.inner-hero h1 {
    max-width: 980px;
    margin: 14px 0 18px;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.inner-hero p {
    max-width: 800px;
    color: var(--muted);
    font-size: 1.1rem;
}

.detailed-services {
    display: grid;
    gap: 18px;
}

.detail-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--panel);
}

.detail-card > span {
    color: var(--cyan);
    font-size: 1.8rem;
    font-weight: 900;
}

.detail-card h2 {
    margin: 0 0 10px;
}

.detail-card p {
    color: var(--muted);
    margin: 5px 0 12px;
}

.about-grid {
    grid-template-columns: .7fr 1.3fr;
}

.about-visual {
    display: grid;
    place-items: center;
}

.about-visual img {
    width: min(420px, 100%);
    border-radius: 50%;
    border: 1px solid var(--line);
    box-shadow: 0 0 80px rgba(37,217,255,.14);
}

.principles-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.principles-grid article {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
}

.principles-grid strong,
.principles-grid span {
    display: block;
}

.principles-grid span {
    margin-top: 5px;
    color: var(--muted);
}

.contact-grid {
    grid-template-columns: .75fr 1.25fr;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 16px;
}

.contact-cards article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.contact-cards span,
.contact-cards strong,
.contact-cards a,
.contact-cards p {
    display: block;
}

.contact-cards span {
    color: var(--cyan);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-cards strong {
    margin: 8px 0;
    font-size: 1.25rem;
}

.contact-cards a {
    color: var(--cyan);
    font-weight: 750;
}

.contact-cards p {
    color: var(--muted);
}

.contact-form-panel h2 {
    margin: 8px 0;
}

.form-row.equal {
    grid-template-columns: 1fr 1fr;
}

.checkbox-label {
    grid-template-columns: 22px 1fr !important;
    align-items: start;
    font-weight: 500 !important;
}

.checkbox-label input {
    width: 18px;
    margin-top: 4px;
}

.checkbox-label a {
    color: var(--cyan);
    font-weight: 750;
}

.auth-links {
    margin-top: 18px;
    text-align: center;
}

.auth-links a {
    color: var(--cyan);
    font-weight: 700;
}

.profile-button {
    margin-top: 18px;
}

.profile-settings-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.admin-note {
    margin: 14px 0;
    padding: 14px;
    border-left: 3px solid var(--cyan);
    border-radius: 0 12px 12px 0;
    color: #dbe7f8;
    background: rgba(37,217,255,.06);
}

.admin-request-list,
.message-list {
    display: grid;
    gap: 16px;
}

.admin-request,
.message-item {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.022);
}

.admin-update-form {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 14px;
    align-items: end;
}

.admin-update-form label {
    display: grid;
    gap: 7px;
    font-weight: 700;
}

.admin-note-field textarea {
    min-height: 88px;
}

.message-action {
    margin-top: 14px;
}

.status-nuevo {
    color: var(--cyan);
    border-color: rgba(37,217,255,.35);
    background: rgba(37,217,255,.06);
}

.status-atendido {
    color: var(--green);
    border-color: rgba(62,230,167,.35);
    background: rgba(62,230,167,.06);
}

.btn-danger-soft {
    color: #ff9aaa;
    background: rgba(255,107,129,.07);
    border-color: rgba(255,107,129,.3);
}

.btn-success-soft {
    color: var(--green);
    background: rgba(62,230,167,.07);
    border-color: rgba(62,230,167,.3);
}

.narrow-page {
    max-width: 780px;
}

.recovery-panel {
    text-align: center;
    padding: 50px;
}

.recovery-panel .auth-logo img {
    margin-inline: auto;
}

.recovery-panel h1 {
    margin: 12px 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.recovery-panel > p {
    color: var(--muted);
}

.recovery-panel .hero-actions {
    justify-content: center;
}

.legal-page {
    max-width: 850px;
}

.legal-page h2 {
    margin: 34px 0 10px;
}

.legal-page p {
    color: var(--muted);
}

.legal-page a {
    color: var(--cyan);
    font-weight: 700;
}

@media (max-width: 980px) {
    .split-feature,
    .about-grid,
    .contact-grid,
    .profile-settings-grid {
        grid-template-columns: 1fr;
    }

    .feature-image {
        max-width: 600px;
        margin-inline: auto;
    }

    .admin-update-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .value-strip-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 12px 0;
        gap: 8px;
    }

    .value-strip-grid span + span {
        border-left: 0;
    }

    .detail-card {
        grid-template-columns: 1fr;
    }

    .principles-grid,
    .form-row.equal {
        grid-template-columns: 1fr;
    }

    .recovery-panel {
        padding: 28px;
    }
}
