:root {
    --bg: #f4f6f3;
    --surface: #fff;
    --surface-soft: #e9ede9;
    --ink: #121613;
    --muted: #687068;
    --line: #dce2dc;
    --dark: #0b100d;
    --green: #72d44a;
    --green-dark: #397b2a;
    --gold: #b99b42;
    --danger: #ba3434;
    --radius-sm: 10px;
    --radius: 17px;
    --radius-lg: 26px;
    --shadow: 0 24px 70px rgba(17, 27, 20, .10);
}
* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: hidden; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 38px)); margin-inline: auto; }

.main-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(18,22,19,.08); backdrop-filter: blur(18px); }
.nav-container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-icon, .site-logo { width: 45px; height: 45px; border-radius: 13px; }
.logo-icon { display: grid; place-items: center; background: var(--dark); color: #fff; font-weight: 900; letter-spacing: -.05em; box-shadow: 0 9px 24px rgba(0,0,0,.12); }
.site-logo { object-fit: contain; background: var(--dark); padding: 5px; }
.logo strong, .logo small { display: block; }
.logo strong { font-size: 14px; letter-spacing: .08em; }
.logo small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
#mainNav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 650; }
#mainNav > a { position: relative; }
#mainNav > a:not(.nav-button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
#mainNav > a:hover::after { transform: scaleX(1); }
.nav-button { padding: 10px 15px; border: 1px solid var(--ink); border-radius: var(--radius-sm); }
.nav-button:hover { background: var(--dark); color: #fff; }
.mobile-menu { display: none; border: 0; background: transparent; color: var(--ink); font-size: 25px; cursor: pointer; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--dark); color: #fff; box-shadow: 0 12px 25px rgba(11,16,13,.15); }
.btn-primary:hover { background: #1b241e; box-shadow: 0 16px 30px rgba(11,16,13,.2); }
.btn-secondary { background: transparent; border-color: #9ca49d; color: var(--ink); }
.btn-secondary:hover { background: #fff; border-color: var(--ink); }

.hero { position: relative; display: flex; min-height: 750px; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 26%,rgba(114,212,74,.13),transparent 25%),linear-gradient(135deg,#fff 0%,#f4f6f3 62%,#e8eee8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(20,30,23,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(20,30,23,.025) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent 15%,#000 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; padding-block: 82px; }
.eyebrow { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
.hero h1, .page-hero h1, .client-header h1 { margin: 18px 0; font-size: clamp(46px,6vw,80px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin: 31px 0 41px; }
.hero-numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-numbers div { padding-right: 16px; }
.hero-numbers strong, .hero-numbers span { display: block; }
.hero-numbers strong { font-size: 20px; }
.hero-numbers span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.hero-showcase { position: relative; min-height: 510px; overflow: hidden; background: linear-gradient(145deg,#111814,#1d2b21); border: 1px solid #243329; border-radius: 22px; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-2deg); }
.hero-showcase::before { content: "VG"; position: absolute; top: 34px; right: 38px; color: rgba(255,255,255,.04); font-size: 190px; font-weight: 900; line-height: 1; }
.showcase-lines { position: absolute; inset: 0; background: linear-gradient(135deg,transparent 48%,rgba(114,212,74,.24) 49%,transparent 50%),repeating-linear-gradient(90deg,transparent 0 73px,rgba(255,255,255,.045) 74px 75px),repeating-linear-gradient(0deg,transparent 0 73px,rgba(255,255,255,.035) 74px 75px); }
.showcase-card { position: absolute; right: 28px; bottom: 28px; left: 28px; padding: 28px; background: rgba(7,11,8,.78); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: #fff; backdrop-filter: blur(14px); }
.showcase-card > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.showcase-card h3 { margin: 10px 0 4px; font-size: 28px; line-height: 1.22; }
.showcase-card p { margin: 0; color: #a8b2aa; }

.section { padding: 105px 0; }
.section:nth-of-type(odd):not(.dark-section) { background: #fff; }
.dark-section { background: var(--dark); color: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.section-heading h2, .callout h2 { max-width: 780px; margin: 10px 0 0; font-size: clamp(34px,4.5vw,58px); line-height: 1.04; letter-spacing: -.04em; }
.section-heading > a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.page-hero, .client-header { padding: 88px 0 58px; background: linear-gradient(135deg,#fff,#edf1ed); border-bottom: 1px solid var(--line); }
.page-hero h1, .client-header h1 { max-width: 900px; font-size: clamp(42px,5vw,66px); }
.page-hero p, .client-header p { max-width: 720px; color: var(--muted); }
.callout { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; padding: 50px; background: linear-gradient(135deg,var(--dark),#19231c); border-radius: var(--radius-lg); color: #fff; box-shadow: var(--shadow); }
.callout::after { content: "↗"; position: absolute; right: 24%; color: rgba(255,255,255,.06); font-size: 150px; }
.callout p { color: #a9b2ab; }
.callout .btn-primary { background: var(--green); color: #0a100c; }

.service-grid, .projects-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.service-card, .info-card, .form-card, .content-card, .stat-card, .empty-state { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(17,27,20,.035); }
.service-card { position: relative; min-height: 280px; padding: 29px; overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { transform: translateY(-5px); border-color: #aab7ab; box-shadow: var(--shadow); }
.card-icon { display: grid; width: 45px; height: 45px; place-items: center; background: var(--surface-soft); border-radius: 12px; color: var(--green-dark); font-size: 21px; }
.service-card h3 { margin: 29px 0 10px; font-size: 23px; line-height: 1.2; }
.service-card p, .info-card p { color: var(--muted); font-size: 13px; }
.service-card a { position: absolute; bottom: 27px; color: var(--ink); font-size: 12px; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; }
.process-grid article { min-height: 210px; padding: 28px; border: 1px solid #29322c; border-right: 0; }
.process-grid article:first-child { border-radius: 16px 0 0 16px; }
.process-grid article:last-child { border-right: 1px solid #29322c; border-radius: 0 16px 16px 0; }
.process-grid span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.process-grid h3 { margin: 45px 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: #929c94; font-size: 12px; }
.project-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s, box-shadow .22s; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-image { position: relative; display: grid; height: 275px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#dfe6e0,#c9d4ca); }
.project-image span { color: rgba(18,22,19,.2); font-size: 54px; font-weight: 900; }
.project-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: none; }
.project-card:hover .project-image img { transform: none; }
.project-info { padding: 21px; }
.project-info > span { color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-info h3 { margin: 7px 0 3px; font-size: 20px; }
.project-info p, .project-info small { margin: 0; color: var(--muted); font-size: 12px; }

.form-container { max-width: 940px; }
.form-card, .content-card, .stat-card, .info-card, .empty-state { padding: 27px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.form-card label { display: grid; gap: 7px; margin-bottom: 15px; color: #3e463f; font-size: 12px; font-weight: 750; }
.full-field { grid-column: 1/-1; }

.file-field {
    cursor: default;
}

.file-dropzone {
    position: relative;
    display: grid;
    min-height: 180px;
    place-items: center;
    padding: 28px;
    overflow: hidden;
    border: 1.5px dashed #8aa9a2;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(23, 111, 101, .04), transparent 60%),
        #f8fbfa;
    color: #25413b;
    text-align: center;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.file-dropzone:hover,
.file-dropzone.is-dragging {
    border-color: var(--green-dark);
    background: #edf6f3;
    box-shadow: 0 0 0 4px rgba(23, 111, 101, .1);
    transform: translateY(-1px);
}

.file-dropzone:focus-within {
    border-color: var(--green-dark);
    box-shadow: 0 0 0 4px rgba(23, 111, 101, .12);
}

.file-dropzone-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-dropzone-content {
    display: grid;
    justify-items: center;
    pointer-events: none;
}

.file-dropzone-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 13px;
    place-items: center;
    border-radius: 15px;
    background: #dcece8;
    color: var(--green-dark);
}

.file-dropzone-icon svg {
    width: 25px;
    height: 25px;
}

.file-dropzone-content strong {
    color: #102b26;
    font: 800 15px Manrope, sans-serif;
}

.file-dropzone-content > span:not(.file-dropzone-icon) {
    margin-top: 4px;
    color: #526962;
    font-size: 11px;
    font-weight: 600;
}

.file-dropzone-content small {
    margin-top: 11px;
    color: #748680;
    font-size: 9px;
    font-weight: 600;
}

.file-dropzone.is-filled {
    border-style: solid;
    border-color: #57978c;
    background: #edf7f4;
}

.file-dropzone.is-filled .file-dropzone-content small {
    color: var(--green-dark);
    font-weight: 800;
}
input, select, textarea { width: 100%; min-height: 48px; padding: 13px 14px; outline: 0; background: #f9faf8; border: 1px solid #cfd7d0; border-radius: var(--radius-sm); color: var(--ink); transition: border-color .16s, box-shadow .16s, background .16s; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { background: #fff; border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(57,123,42,.11); }
.auth-section {
    display: flex;
    min-height: 680px;
    align-items: center;
    background:
        radial-gradient(circle at 78% 20%, rgba(84, 203, 187, .12), transparent 28rem),
        #f3f6f6;
}
.auth-shell {
    display: grid;
    max-width: 1040px;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid #cbd7d5;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(10, 35, 32, .13);
}
.auth-intro {
    position: relative;
    overflow: hidden;
    padding: 54px 48px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.04), transparent 52%),
        linear-gradient(145deg, #071716, #164a44);
    color: #fff;
}
.auth-intro::after {
    content: "VG";
    position: absolute;
    right: -12px;
    bottom: -42px;
    color: rgba(255,255,255,.045);
    font-family: Manrope, sans-serif;
    font-size: 170px;
    font-weight: 800;
    line-height: 1;
}
.auth-intro h2 {
    max-width: 410px;
    margin: 22px 0 16px;
    color: #fff;
    font-size: clamp(35px, 3.3vw, 48px);
    line-height: 1.07;
    letter-spacing: -.045em;
}
.auth-intro p { max-width: 430px; color: #b6c8c5; font-size: 14px; }
.auth-intro ul { position: relative; z-index: 1; display: grid; gap: 12px; margin: 37px 0 0; padding: 0; list-style: none; }
.auth-intro li { display: flex; align-items: center; gap: 10px; color: #d9e7e4; font-size: 12px; font-weight: 700; }
.auth-intro li::before { content: "✓"; display: grid; width: 23px; height: 23px; place-items: center; background: rgba(131,221,207,.13); border: 1px solid rgba(131,221,207,.35); border-radius: 50%; color: #83ddcf; font-size: 11px; }
.auth-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 54px 50px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.auth-card h1 { margin: 8px 0 7px; font-size: 44px; letter-spacing: -.045em; }
.auth-description { margin: 0 0 26px; color: var(--muted); font-size: 13px; }
.auth-card > label { margin-bottom: 16px; }
.auth-submit { width: 100%; margin-top: 4px; }
.auth-switch { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.auth-switch a { color: var(--green-dark); font-weight: 800; }
.success-card { max-width: 720px; text-align: center; }
.success-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 18px; background: var(--dark); border-radius: 50%; color: var(--green); font-size: 34px; }
.success-card strong { display: block; margin: 12px 0; color: var(--green-dark); font-size: 27px; }
.contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.info-card { min-height: 220px; }
.info-card h3 { margin-top: 25px; }

.client-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 24px; }
.client-sidebar { position: sticky; top: 104px; height: max-content; padding: 10px; background: var(--dark); border-radius: var(--radius); box-shadow: var(--shadow); }
.client-sidebar a { display: block; padding: 12px 13px; border-radius: 9px; color: #a9b2ab; font-size: 13px; }
.client-sidebar a:hover, .client-sidebar a.active { background: #202a23; color: #fff; }
.client-sidebar a.active { box-shadow: inset 3px 0 var(--green); }
.client-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-bottom: 21px; }
.stat-card span { display: block; color: var(--muted); font-size: 11px; }
.stat-card strong { display: block; margin-top: 7px; font-size: 30px; }
.card-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.card-header h2 { margin: 0; }
.table-responsive { max-width: 100%; overflow: auto; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.status-badge { display: inline-flex; padding: 6px 9px; background: #e4f1e5; border-radius: 8px; color: #2d6938; font-size: 10px; font-weight: 800; }
.messages-box { height: 420px; padding: 14px; overflow: auto; background: #f0f3f0; border-radius: 12px; }
.message { width: fit-content; max-width: 75%; margin: 8px 0; padding: 11px 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.message.cliente { margin-left: auto; background: var(--dark); border-color: var(--dark); color: #fff; }
.message p { margin: 0 0 5px; }
.message small { color: var(--muted); }
.message-compose { display: flex; gap: 10px; margin-top: 14px; }
.message-compose textarea { min-height: 75px; }
.empty-state { padding-block: 60px; text-align: center; }
.empty-state > span { color: var(--green-dark); font-size: 40px; }
.alert { margin-top: 18px; padding: 13px 15px; border-radius: var(--radius-sm); font-size: 13px; }
.alert-success { background: #e5f3e7; color: #27723d; }
.alert-error { background: #f9e4e4; color: var(--danger); }
.main-footer { padding: 70px 0 22px; background: var(--dark); color: #9da69f; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 55px; }
.footer-logo { color: #fff; }
.footer-logo .logo-icon { background: #fff; color: var(--dark); }
.footer-grid h4 { color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:nth-child(2) a { display: block; margin: 8px 0; font-size: 13px; }
.footer-grid p { max-width: 470px; font-size: 13px; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid #28312b; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 960px) {
    .mobile-menu { display: grid; width: 44px; height: 44px; place-items: center; }
    #mainNav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 7px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
    #mainNav.open { display: flex; }
    #mainNav a { min-height: 44px; padding: 10px 11px; }
    .hero-grid, .client-layout { grid-template-columns: 1fr; }
    .hero-grid { gap: 45px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-showcase { width: min(680px,100%); margin-inline: auto; transform: none; }
    .client-sidebar { position: static; }
    .service-grid, .projects-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .process-grid article, .process-grid article:first-child, .process-grid article:last-child { border: 1px solid #29322c; border-radius: 14px; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 26px,1180px); }
    .nav-container { min-height: calc(72px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
    #mainNav { top: calc(70px + env(safe-area-inset-top)); right: 13px; left: 13px; }
    .logo-icon, .site-logo { width: 40px; height: 40px; }
    .logo strong { font-size: 13px; }
    .hero { min-height: auto; }
    .hero-grid { padding: 64px 0 54px; }
    .hero h1, .page-hero h1, .client-header h1 { font-size: clamp(39px,13vw,57px); }
    .hero-copy > p { font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-numbers { gap: 12px; }
    .hero-numbers div { padding: 0; }
    .hero-numbers strong { font-size: 18px; }
    .hero-numbers span { font-size: 8px; }
    .hero-showcase { min-height: 390px; }
    .showcase-card { right: 17px; bottom: 17px; left: 17px; padding: 20px; }
    .showcase-card h3 { font-size: 23px; }
    .section { padding: 70px 0; }
    .page-hero, .client-header { padding: 62px 0 40px; }
    .section-heading h2, .callout h2 { font-size: 38px; }
    .service-grid, .projects-grid, .process-grid, .contact-grid, .form-grid, .client-stats, .footer-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 260px; }
    .project-image { height: 245px; }
    .full-field { grid-column: auto; }
    .callout, .section-heading, .card-header { align-items: flex-start; flex-direction: column; }
    .callout { padding: 31px 24px; }
    .callout::after { display: none; }
    .form-card, .content-card, .stat-card, .info-card, .empty-state { padding: 21px; }
    input, select, textarea { font-size: 16px; }
    .table-responsive { margin-inline: -20px; padding: 0 20px 4px; }
    table { min-width: 620px; }
    .message { max-width: 88%; }
    .message-compose { flex-direction: column; }
    .messages-box { height: 44vh; }
    .main-footer { padding-bottom: max(20px,env(safe-area-inset-bottom)); }
}
@media (hover: none) and (pointer: coarse) { .btn, .client-sidebar a { min-height: 44px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; } }

/* Identidade Viva Glass — base inspirada no Template Inicial */
:root {
    --bg: #f3f6f6;
    --surface: #ffffff;
    --surface-soft: #e7eeee;
    --ink: #11201f;
    --muted: #50615f;
    --line: #cbd7d5;
    --dark: #071716;
    --green: #54cbbb;
    --green-dark: #176f65;
    --gold: #b59a5c;
    --radius-sm: 11px;
    --radius: 18px;
    --radius-lg: 28px;
    --shadow: 0 24px 70px rgba(10, 35, 32, .11);
}

body {
    background:
        radial-gradient(circle at 92% 1%, rgba(84, 203, 187, .09), transparent 24rem),
        var(--bg);
    font-family: Inter, "Segoe UI", sans-serif;
}

::selection { background: #bde9e2; color: #071716; }
:focus-visible { outline: 3px solid #2d9b8e; outline-offset: 3px; }
input::placeholder,
textarea::placeholder { color: #697a78; opacity: 1; }

h1, h2, h3, .logo strong {
    font-family: Manrope, Inter, sans-serif;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 14px;
    transform: translateY(-150%);
    background: #fff;
    border-radius: 8px;
    color: var(--ink);
    font-weight: 800;
}

.skip-link:focus { transform: none; }

.main-header {
    background: rgba(247, 249, 250, .82);
    border-bottom-color: rgba(17, 32, 31, .07);
    transition: background .2s ease, box-shadow .2s ease;
}

.main-header.scrolled {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 35px rgba(10, 35, 32, .07);
}

.nav-container { min-height: 86px; }
.logo-icon {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #0a2421, #176f65);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
}

.logo-icon::after {
    content: "";
    position: absolute;
    inset: -25% 45% -25% auto;
    width: 1px;
    background: rgba(255, 255, 255, .35);
    transform: rotate(35deg);
}

.logo strong { letter-spacing: .06em; }
.logo small { letter-spacing: .08em; }
#mainNav { gap: 25px; }
#mainNav > a:not(.nav-button)::after { background: var(--green-dark); }
#mainNav > a.active { color: var(--green-dark); }
.nav-button {
    padding: 11px 16px;
    background: var(--dark);
    border-color: var(--dark);
    color: #fff;
}
.nav-button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.mobile-menu { border: 1px solid var(--line); border-radius: 11px; }
.mobile-menu span { display: block; width: 19px; height: 2px; margin: 2px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.mobile-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.eyebrow {
    color: var(--green-dark);
    letter-spacing: .16em;
}
.eyebrow-light { color: #83ddcf; }
.hero {
    min-height: 760px;
    background:
        radial-gradient(circle at 76% 30%, rgba(84, 203, 187, .13), transparent 28%),
        linear-gradient(135deg, #fff 0%, #f2f6f6 58%, #e3eceb 100%);
}
.hero::before {
    background-image:
        linear-gradient(rgba(17, 32, 31, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 32, 31, .028) 1px, transparent 1px);
    background-size: 72px 72px;
}
.hero-grid { grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: 76px; }
.hero h1 { max-width: 760px; font-size: clamp(48px, 6.2vw, 82px); }
.hero h1 span { color: var(--green-dark); }
.hero-copy > p { max-width: 610px; }
.hero-actions { align-items: center; }
.text-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    padding: 10px 5px;
    border-bottom: 1px solid var(--ink);
    font-size: 13px;
    font-weight: 800;
}
.btn-primary { background: var(--dark); }
.btn-primary:hover { background: var(--green-dark); }
.btn-light { background: #fff; color: var(--dark); }
.btn-light:hover { background: #dff6f2; }
.hero-numbers strong {
    color: var(--green-dark);
    font-size: 14px;
    letter-spacing: .1em;
}
.hero-numbers span { max-width: 120px; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }

.hero-showcase {
    min-height: 530px;
    background:
        linear-gradient(140deg, rgba(255,255,255,.08), transparent 45%),
        linear-gradient(145deg, #071716, #153c38);
    border-color: rgba(111, 211, 197, .22);
    border-radius: 28px;
    transform: none;
}
.hero-showcase::before { content: none; }
.glass-building {
    position: absolute;
    inset: 44px 42px 128px;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
    padding: 16px;
    background: rgba(216, 245, 241, .08);
    border: 1px solid rgba(177, 231, 223, .22);
    transform: perspective(800px) rotateY(-7deg) rotateX(2deg);
}
.glass-building span {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(189, 239, 232, .25), rgba(31, 103, 94, .12));
    border: 1px solid rgba(206, 244, 239, .18);
}
.glass-building span::after {
    content: "";
    position: absolute;
    inset: -80% auto -80% 36%;
    width: 14%;
    background: rgba(255, 255, 255, .21);
    transform: rotate(24deg);
}
.showcase-seal {
    position: absolute;
    top: 27px;
    right: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dff6f2;
}
.showcase-seal strong {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    font-size: 13px;
}
.showcase-seal span { color: #87aaa5; font-size: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.showcase-card {
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 23px 25px;
    background: rgba(4, 18, 16, .82);
    border-color: rgba(197, 239, 233, .17);
}
.showcase-card > span { color: #83ddcf; }
.showcase-card h3 { font-size: 26px; }

.metrics-strip { background: var(--dark); color: #fff; }
.metrics-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    align-items: stretch;
}
.metrics-grid > * { margin: 0; padding: 29px 24px; border-left: 1px solid rgba(255,255,255,.1); }
.metrics-grid > *:first-child { padding-left: 0; border-left: 0; }
.metrics-grid strong, .metrics-grid span { display: block; }
.metrics-grid strong { font-family: Manrope, sans-serif; font-size: 14px; }
.metrics-grid p strong { color: #83ddcf; font-size: 18px; }
.metrics-grid span { margin-top: 5px; color: #8fa6a3; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }

.section-heading { align-items: flex-start; }
.section-heading > p { max-width: 360px; margin: 30px 0 0; color: var(--muted); font-size: 13px; }
.section-heading h2 { color: var(--ink); }
.section-link {
    display: table;
    margin: 32px 0 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 800;
}
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card {
    min-height: 315px;
    padding: 30px;
    background: #fff;
    border-color: #c8d4d2;
}
.service-card::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -52px;
    width: 130px;
    height: 150px;
    border: 1px solid rgba(23, 111, 101, .14);
    transform: rotate(24deg);
}
.card-number { position: absolute; top: 24px; right: 25px; color: #9ca9a8; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.card-icon {
    width: 48px;
    height: 48px;
    background:
        linear-gradient(135deg, transparent 47%, var(--green-dark) 48% 52%, transparent 53%),
        var(--surface-soft);
}
.service-card h3 {
    margin-top: 34px;
    color: #071716;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.025em;
}
.service-card p { color: #4d5d5b; font-size: 13px; }
.service-card a { z-index: 1; color: var(--green-dark); }
.service-card:hover { border-color: rgba(23, 111, 101, .35); }
.service-card:focus-within { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(23, 111, 101, .11), var(--shadow); }

.dark-section { background: linear-gradient(140deg, #071716, #102e2b); }
.dark-section .section-heading h2 { color: #fff; }
.process-layout { display: grid; grid-template-columns: .85fr 1.5fr; gap: 75px; }
.process-heading { display: block; margin: 0; }
.process-heading p { margin-top: 25px; color: #8fa6a3; }
.process-grid { grid-template-columns: 1fr; }
.process-grid article,
.process-grid article:first-child,
.process-grid article:last-child {
    display: grid;
    min-height: auto;
    grid-template-columns: 65px 1fr;
    gap: 24px;
    padding: 22px 4px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: 0;
}
.process-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-grid h3 { margin: 0 0 7px; }

.project-image { height: 300px; background: linear-gradient(145deg, #dbe9e7, #b9d0cd); }
.project-info > span { color: var(--green-dark); }
.project-info h3,
.contact-card h3,
.content-card h2,
.stat-card strong,
.auth-card h1 { color: #071716; }
.project-info p,
.project-info small,
.contact-card p { color: #50615f; }
.callout { background: linear-gradient(135deg, #071716, #16433e); }
.callout::after { color: rgba(132, 222, 210, .1); }
.callout .eyebrow { color: #83ddcf; }
.section-compact { padding-top: 0; }

.contact-card {
    position: relative;
    display: block;
    min-height: 260px;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.reviews-section { background: #e8efee; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card {
    min-height: 245px;
    padding: 29px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 35px rgba(17, 27, 20, .035);
}
.review-stars { color: var(--gold); font-size: 14px; letter-spacing: .13em; }
.review-card p { margin: 34px 0 27px; color: var(--ink); font-family: Manrope, Inter, sans-serif; font-size: 18px; line-height: 1.55; }
.review-card > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
a.contact-card:hover { transform: translateY(-5px); border-color: rgba(23,111,101,.35); box-shadow: var(--shadow); }
.contact-number { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.contact-card h3 { margin-top: 47px; font-size: 24px; }
.contact-action { position: absolute; right: 27px; bottom: 27px; left: 27px; color: var(--green-dark); font-size: 11px; font-weight: 800; }
.form-card { box-shadow: var(--shadow); }
.auth-card { border-top: 4px solid var(--green-dark); }
.status-badge { background: #dff1ee; color: #176f65; }
.client-sidebar { background: linear-gradient(180deg, #0a211f, #071716); }
.client-sidebar a:hover, .client-sidebar a.active { background: rgba(255,255,255,.09); }
.client-sidebar a.active { box-shadow: inset 3px 0 #6bd4c5; }
.form-card label,
.content-card label { color: #2f403e; }
th { color: #52625f; }
td { color: #243330; }
.status-badge { font-weight: 800; }

.main-footer { padding: 62px 0 22px; background: #061311; }
.footer-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-block: 68px;
    border-bottom: 1px solid #1d312e;
}
.footer-lead h2 { margin: 11px 0 0; color: #fff; font-size: clamp(32px, 4vw, 51px); line-height: 1.08; letter-spacing: -.04em; }
.footer-grid { align-items: start; padding-top: 0; grid-template-columns: 1.6fr 1fr 1.15fr; }
.footer-brand p { max-width: 470px; }
.footer-logo .logo-icon {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #effffb, #ccece7);
    color: #0a2421;
    line-height: 1;
}
.footer-logo .logo-icon::after { display: none; }
.footer-budget-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 16px !important;
    padding-bottom: 4px;
    border-bottom: 1px solid #83ddcf;
    color: #dff6f2;
    font-weight: 800;
}
.footer-grid h4 { color: #83ddcf; }
.footer-grid > div a, .footer-grid > div span, .footer-grid > div small { display: block; margin: 8px 0; font-size: 12px; }
.footer-grid > div a,
.footer-grid > div span { color: #b5c5c2; }
.footer-grid > div a:hover { color: #fff; }
.footer-grid > div small { color: #91a7a3; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom a { color: #b9d2ce; font-weight: 800; }
.footer-bottom a:hover { color: #fff; }
.final-project-cta { padding: 68px 0 54px; }

@media (max-width: 960px) {
    body.menu-open { overflow: hidden; }
    .hero-grid { grid-template-columns: 1fr; }
    #mainNav {
        top: 78px;
        background: rgba(255,255,255,.98);
    }
    #mainNav > a:not(.nav-button)::after { display: none; }
    #mainNav > a.active { background: var(--surface-soft); border-radius: 9px; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .metrics-grid > *:nth-child(3) { border-left: 0; }
    .process-layout { grid-template-columns: 1fr; gap: 42px; }
    .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .auth-shell { max-width: 720px; grid-template-columns: 1fr; }
    .auth-intro { padding: 38px 40px; }
    .auth-intro h2 { max-width: 580px; font-size: 36px; }
    .auth-intro ul { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 25px; }
    .auth-card { padding: 42px 40px; }
    .client-sidebar { display: flex; gap: 5px; overflow-x: auto; padding: 8px; scrollbar-width: thin; }
    .client-sidebar a { min-width: max-content; }
}

@media (max-width: 700px) {
    .logo small { display: none; }
    .hero { min-height: auto; }
    .hero-grid { gap: 38px; }
    .hero-copy { text-align: left; }
    .hero-actions { align-items: stretch; }
    .hero-actions .text-link { justify-content: center; }
    .hero-numbers { text-align: left; }
    .hero-showcase { min-height: 420px; }
    .glass-building { inset: 54px 24px 125px; }
    .showcase-seal { display: none; }
    .metrics-grid { grid-template-columns: 1fr; padding-block: 9px; }
    .metrics-grid > * { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
    .metrics-grid > *:first-child { border-top: 0; }
    .service-grid { grid-template-columns: 1fr; }
    .review-grid, .contact-grid { grid-template-columns: 1fr; }
    .auth-section { min-height: auto; padding: 42px 0; }
    .auth-shell { width: min(100% - 26px, 520px); border-radius: 20px; }
    .auth-intro { padding: 31px 24px; }
    .auth-intro h2 { margin-top: 16px; font-size: 31px; }
    .auth-intro p { font-size: 13px; }
    .auth-intro ul { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
    .auth-card { padding: 32px 24px; }
    .auth-card h1 { font-size: 38px; }
    .service-card { min-height: 285px; }
    .process-grid article,
    .process-grid article:first-child,
    .process-grid article:last-child { grid-template-columns: 43px 1fr; gap: 12px; }
    .footer-lead { align-items: flex-start; flex-direction: column; }
    .footer-lead .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* Área do cliente — escala, hierarquia e consistência */
.nav-button {
    min-width: 142px;
    min-height: 48px;
    padding: 12px 18px;
    text-align: center;
}
.nav-button > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: #83ddcf;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(131,221,207,.12);
}
.nav-button.active-account {
    background: var(--green-dark);
    border-color: var(--green-dark);
}

.auth-shell {
    width: min(1140px, calc(100% - 38px));
    max-width: 1140px;
    min-height: 560px;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
}

.auth-intro,
.auth-card { padding: 60px 56px; }
.auth-card input { min-height: 52px; }
.auth-submit { min-height: 52px; }

.client-header {
    position: relative;
    overflow: hidden;
    padding: 96px 0 68px;
    background:
        linear-gradient(rgba(17,32,31,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,32,31,.025) 1px, transparent 1px),
        linear-gradient(135deg, #fff, #eaf1f0);
    background-size: 64px 64px, 64px 64px, auto;
}

.client-header::after {
    content: "VG";
    position: absolute;
    right: max(5vw, 40px);
    bottom: -38px;
    color: rgba(23, 111, 101, .045);
    font-family: Manrope, sans-serif;
    font-size: 190px;
    font-weight: 800;
    line-height: 1;
}

.client-header .container { position: relative; z-index: 1; }
.client-header h1 { margin-bottom: 13px; }
.page-dashboard .section,
.page-meus-orcamentos .section,
.page-mensagens .section,
.page-perfil .section { padding-top: 74px; }

.client-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.client-content { min-width: 0; }
.client-sidebar {
    top: 110px;
    display: block;
    overflow: hidden;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
}

.client-sidebar-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 7px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.client-sidebar-head > span {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    background: linear-gradient(145deg, #dff6f2, #fff);
    border-radius: 12px;
    color: #0f504b;
    font-family: Manrope, sans-serif;
    font-weight: 800;
}

.client-sidebar-head small,
.client-sidebar-head strong { display: block; }
.client-sidebar-head small { color: #72918c; font-size: 8px; letter-spacing: .11em; }
.client-sidebar-head strong {
    max-width: 165px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-sidebar nav { display: grid; gap: 4px; }
.client-sidebar nav a {
    display: flex;
    min-height: 47px;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
}
.client-sidebar nav a > span {
    color: #5f817c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}
.client-sidebar nav a.active > span { color: #83ddcf; }
.client-logout {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #8ea5a1 !important;
}
.client-logout:hover { color: #fff !important; }

.client-stats { gap: 18px; margin-bottom: 24px; }
.stat-card {
    position: relative;
    min-height: 155px;
    overflow: hidden;
    padding: 25px;
}
.stat-card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -32px;
    width: 95px;
    height: 110px;
    border: 1px solid rgba(23,111,101,.11);
    transform: rotate(24deg);
}
.stat-card > span { color: #4f615e; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.stat-card strong { margin-top: 10px; color: var(--green-dark); font-size: 38px; }
.stat-card small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }

.client-content .content-card { min-height: 260px; padding: 30px; }
.client-content .card-header h2 { font-size: 24px; letter-spacing: -.025em; }
.client-content .card-header p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.client-table strong { color: var(--ink); }
.client-table tbody tr:last-child td { border-bottom: 0; }

.status-badge { border: 1px solid transparent; }
.status-recebido,
.status-analise,
.status-visita_agendada { background: #e5f0f6; border-color: #cadfe9; color: #3d6f86; }
.status-orcamento_enviado { background: #f4eedf; border-color: #e7d9b8; color: #856a2f; }
.status-aprovado,
.status-producao,
.status-instalacao_agendada { background: #dff1ee; border-color: #bfe2dc; color: #176f65; }
.status-concluido { background: #e4f2e4; border-color: #c6e1c7; color: #35743c; }
.status-recusado,
.status-cancelado { background: #f7e5e4; border-color: #ecc9c7; color: #974642; }

.client-profile-form { width: min(700px, 100%); }
.client-profile-form label { max-width: 620px; }
.client-profile-form label small { color: var(--muted); font-size: 10px; font-weight: 500; }
.auth-card-kicker { color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .13em; }

.message-budget-filter { margin-bottom: 18px; }
.message-budget-filter label { display: grid; max-width: 420px; gap: 7px; font-size: 11px; font-weight: 800; }
.client-messages-card .messages-box {
    height: 470px;
    padding: 20px;
    background:
        linear-gradient(rgba(17,32,31,.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,32,31,.022) 1px, transparent 1px),
        #eef3f2;
    background-size: 38px 38px;
    border: 1px solid var(--line);
}
.client-messages-card .message { padding: 12px 15px; box-shadow: 0 6px 18px rgba(10,35,32,.05); }
.message-empty {
    display: grid;
    min-height: 100%;
    place-content: center;
    justify-items: center;
    padding: 30px;
    text-align: center;
}
.message-empty > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    background: var(--dark);
    border-radius: 13px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-weight: 800;
}
.message-empty h2 { margin: 16px 0 4px; font-size: 22px; }
.message-empty p { margin: 0; color: var(--muted); font-size: 12px; }
.message-empty-page { min-height: 350px; }
.message-empty-page .btn { margin-top: 20px; }
.message-compose textarea { min-height: 82px; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 960px) {
    .auth-shell { width: min(760px, calc(100% - 38px)); grid-template-columns: 1fr; }
    .auth-intro, .auth-card { padding: 42px 44px; }
    .client-layout { grid-template-columns: 1fr; }
    .client-sidebar { display: grid; grid-template-columns: auto 1fr; gap: 12px 20px; }
    .client-sidebar-head { margin: 0; padding: 5px 5px 14px; }
    .client-sidebar nav { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .client-sidebar nav a { justify-content: center; }
    .client-logout { position: absolute; top: 17px; right: 17px; margin: 0; padding: 12px 13px !important; border: 0; }
}

@media (max-width: 700px) {
    .nav-button { min-width: 0; width: 100%; min-height: 48px; }
    .auth-shell { width: min(100% - 26px, 560px); min-height: 0; }
    .auth-intro, .auth-card { padding: 32px 24px; }
    .auth-card { order: -1; }
    .auth-intro { padding-block: 28px; }
    .auth-intro h2 { font-size: 29px; }
    .auth-intro ul { margin-top: 19px; }
    .client-header { padding: 68px 0 45px; }
    .client-header::after { right: -18px; font-size: 125px; }
    .page-dashboard .section,
    .page-meus-orcamentos .section,
    .page-mensagens .section,
    .page-perfil .section { padding-top: 45px; }
    .client-sidebar { display: block; padding: 13px; }
    .client-sidebar-head { padding: 4px 4px 14px; }
    .client-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 11px; }
    .client-sidebar nav a { justify-content: flex-start; padding: 11px; font-size: 12px; }
    .client-logout { position: static; margin-top: 10px; padding-top: 13px !important; border-top: 1px solid rgba(255,255,255,.1); }
    .client-stats { grid-template-columns: 1fr; }
    .stat-card { min-height: 125px; }
    .client-content .content-card { padding: 21px; }
    .client-content .card-header .btn { width: 100%; }
    .client-content .table-responsive { margin: 0; padding: 0; overflow: visible; }
    .client-table { display: block; min-width: 0; }
    .client-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
    .client-table tbody,
    .client-table tr,
    .client-table td { display: block; width: 100%; }
    .client-table tr { margin-bottom: 13px; padding: 10px 15px; background: #f7f9f8; border: 1px solid var(--line); border-radius: 13px; }
    .client-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 10px 0;
        border-bottom: 1px solid var(--line);
        text-align: right;
        white-space: normal;
    }
    .client-table td::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .06em;
        text-align: left;
        text-transform: uppercase;
    }
    .client-table td:last-child { border-bottom: 0; }
    .client-table td[colspan] { display: block; padding: 20px 0; text-align: center; }
    .client-table td[colspan]::before { display: none; }
    .client-messages-card .messages-box { height: 52vh; padding: 13px; }
    .message-compose .btn { width: 100%; }
}
