:root {
    --primary: #d8b45d;
    --secondary: #ffffff;
    --dark: #1f1b1f;
    --outer: #2f4751;
    --panel: #221e22;
    --panel-deep: #15191f;
    --panel-soft: rgba(255, 255, 255, 0.06);
    --gold-light: #f2dc99;
    --text: rgba(255, 255, 255, 0.88);
    --muted: rgba(255, 255, 255, 0.08);
    --white: #ffffff;
    --border: rgba(216, 180, 93, 0.24);
    --danger: #b91c1c;
    --success: #166534;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: 'Inter', Arial, sans-serif;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 34%, rgba(255, 255, 255, 0.07), transparent 22%),
        linear-gradient(180deg, #2e4650 0%, #253943 100%);
    line-height: 1.55;
    overflow-x: hidden;
}

body:not(.admin-login-page):not(.admin-page) {
    padding: clamp(18px, 5vw, 64px) 0;
}

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

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

.site-shell {
    position: relative;
    width: min(1668px, calc(100% - clamp(26px, 8vw, 168px)));
    min-height: calc(100vh - clamp(36px, 10vw, 128px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: clamp(22px, 3vw, 36px);
    background:
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.03), transparent 20%),
        linear-gradient(135deg, #242226 0%, #1e1b1f 58%, #231c1f 100%);
    box-shadow: 0 52px 90px rgba(10, 17, 21, 0.44);
}

.site-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(126deg, transparent 0 18%, rgba(216, 180, 93, 0.36) 18.08%, transparent 18.35%),
        linear-gradient(126deg, transparent 0 34%, rgba(255, 255, 255, 0.09) 34.08%, transparent 34.35%),
        linear-gradient(126deg, transparent 0 54%, rgba(216, 180, 93, 0.42) 54.08%, transparent 54.38%),
        linear-gradient(126deg, transparent 0 72%, rgba(216, 180, 93, 0.28) 72.08%, transparent 72.34%),
        repeating-linear-gradient(126deg, transparent 0 185px, rgba(255, 255, 255, 0.035) 186px, transparent 188px);
    opacity: 0.75;
}

.site-shell::after {
    content: '';
    position: absolute;
    right: -4%;
    bottom: 0;
    width: 26%;
    height: 72%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at right, rgba(48, 70, 81, 0.7), transparent 68%);
}

.site-header,
.site-main,
.site-footer {
    position: relative;
    z-index: 1;
}

.container {
    width: min(1210px, 86%);
    margin: 0 auto;
}

.narrow {
    width: min(860px, 86%);
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    background: transparent;
}

.nav-wrap.container {
    width: auto;
    max-width: none;
    min-height: clamp(86px, 9vw, 132px);
    padding: 0 clamp(24px, 2vw, 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.logo img {
    display: block;
    width: clamp(178px, 22vw, 306px);
    height: auto;
    max-height: 118px;
    object-fit: contain;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.2vw, 18px);
}

.nav a {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    padding: 10px 15px;
    color: #121820;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid rgba(242, 220, 153, 0.72);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
    box-shadow: 0 10px 22px rgba(216, 180, 93, 0.16);
    transition: color 0.24s ease, border-color 0.24s ease, background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.nav a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
        linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.58) 48%, transparent 68%);
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.nav a::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0;
    transform: scaleX(0.2);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.nav a.active,
.nav a:hover,
.nav a:focus-visible {
    color: #071019;
    border-color: #fff2bf;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    outline: none;
}

.nav a.active::before,
.nav a:hover::before,
.nav a:focus-visible::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.nav a.active::after,
.nav a:hover::after,
.nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-cta {
    min-height: 46px;
    margin-left: 4px;
    padding: 11px 20px;
    color: #121820 !important;
    box-shadow: 0 16px 32px rgba(216, 180, 93, 0.24);
}

.nav-cta::before {
    background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.62) 48%, transparent 68%);
    opacity: 0;
    transform: translateX(-130%);
}

.nav-cta::after {
    display: none;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.nav-cta.active {
    color: #071019 !important;
    border-color: #fff2bf !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(216, 180, 93, 0.34);
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before,
.nav-cta.active::before {
    opacity: 1;
    transform: translateX(130%);
    transition-duration: 0.55s;
}

.nav-tools {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
}

.menu-toggle {
    width: 42px;
    height: 42px;
    display: none;
    position: relative;
    place-items: center;
    padding: 9px;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--primary);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    z-index: 1002;
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.24s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
}

.menu-toggle span:nth-child(3) {
    transform: translateY(6px);
}

.menu-toggle.open {
    color: #121820;
    border-color: rgba(242, 220, 153, 0.88);
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 60%, #9f7729 100%);
}

.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.nav-icon:hover {
    color: var(--primary);
}

.top-areas {
    position: relative;
    z-index: 2;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(14, 17, 21, 0.34);
    backdrop-filter: blur(10px);
}

.top-areas-inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.top-areas-copy span,
.badge,
.section-kicker,
.section-title span,
.page-hero span {
    display: inline-block;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top-areas-copy strong {
    display: block;
    color: var(--white);
    font-size: 0.96rem;
    line-height: 1.25;
}

.top-areas-shell {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    align-items: center;
}

.top-areas-viewport,
.carousel-container {
    overflow: hidden;
}

.top-areas-track,
.carousel-track {
    display: flex;
    gap: 18px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.top-area-slide {
    flex: 0 0 320px;
    min-height: 82px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.top-area-slide:hover,
.top-area-slide:focus-visible {
    border-color: var(--primary);
    background: rgba(216, 180, 93, 0.12);
    outline: none;
}

.top-area-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--primary);
    border-radius: 8px;
    background: rgba(216, 180, 93, 0.14);
}

.top-area-slide strong,
.top-area-slide small {
    display: block;
}

.top-area-slide strong {
    color: var(--white);
    font-size: 0.88rem;
    line-height: 1.2;
}

.top-area-slide small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    line-height: 1.35;
    margin-top: 5px;
}

.top-carousel-btn,
.carousel-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--primary);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    font-size: 0.82rem;
    transition: 0.2s ease;
}

.top-carousel-btn:hover,
.carousel-btn:hover {
    color: #15191f;
    background: var(--primary);
}

.hero {
    min-height: clamp(560px, 64vw, 820px);
    padding: clamp(58px, 7vw, 118px) 0 clamp(72px, 8vw, 132px);
    display: grid;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px) 60px;
    gap: clamp(34px, 5vw, 78px);
    align-items: center;
}

.hero-copy {
    max-width: 760px;
}

.hero h1,
.page-hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    color: var(--white);
    font-size: clamp(2.45rem, 4.8vw, 4.25rem);
    font-weight: 600;
    line-height: 1.04;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.hero p,
.page-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.95rem, 1.25vw, 1.12rem);
    line-height: 1.42;
}

.hero-actions {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(242, 220, 153, 0.75);
    border-radius: 999px;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 800;
    color: #121820;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
    box-shadow: 0 14px 28px rgba(216, 180, 93, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn.primary {
    color: #121820;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
}

.hero-actions .btn.primary {
    color: #15191f;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
}

.btn.secondary {
    color: #121820;
    border-color: rgba(242, 220, 153, 0.75);
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
    border-color: #fff2bf;
    box-shadow: 0 18px 34px rgba(216, 180, 93, 0.34);
    outline: none;
}

.btn.full {
    width: 100%;
}

.hero-consult-card {
    min-height: 470px;
    padding: clamp(28px, 3vw, 46px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #161b22;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.hero-consult-card h2 {
    text-align: center;
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.15;
    margin-bottom: 8px;
}

.consult-rule {
    width: 82px;
    height: 2px;
    margin: 0 auto 34px;
    display: block;
    background: #161b22;
}

.consult-card-line {
    min-height: 58px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #dde1e5;
    color: #9aa1a9;
}

.consult-card-line span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #c9ced4;
    border-radius: 50%;
    font-size: 0.8rem;
}

.consult-card-line strong {
    color: #747b84;
    font-weight: 600;
}

.hero-consult-card .btn.primary {
    margin-top: 30px;
    border-radius: 999px;
    color: #121820;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
}

.hero-consult-card small {
    display: block;
    margin: 26px 0 14px;
    text-align: center;
    color: #7b828a;
}

.section {
    padding: clamp(58px, 7vw, 96px) 0;
}

.muted {
    background: rgba(255, 255, 255, 0.03);
}

.section-title {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

h2.section-title {
    display: block;
    color: var(--white);
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    font-weight: 600;
    line-height: 1.08;
}

.section-title h2,
.split h2,
.content-block h2 {
    color: var(--white);
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 600;
    line-height: 1.1;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

#areas .cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.narrow .cards-grid {
    grid-template-columns: 1fr;
}

.card {
    position: relative;
    min-height: 100%;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: 18%;
    width: 1px;
    height: 160%;
    background: linear-gradient(180deg, transparent, rgba(216, 180, 93, 0.56), transparent);
    transform: rotate(35deg);
    opacity: 0.52;
}

.card:hover {
    transform: translateY(-8px);
    border-color: rgba(216, 180, 93, 0.72);
    background: rgba(255, 255, 255, 0.09);
}

.card h3 {
    position: relative;
    z-index: 1;
    color: var(--white);
    margin-bottom: 12px;
    font-size: 1.12rem;
}

.card p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.72);
}

.text-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 18px;
    color: var(--primary);
    font-weight: 900;
}

.carousel-container {
    padding: 10px 0;
}

.carousel-item {
    flex: 0 0 calc(33.333% - 12px);
    min-width: 300px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
}

.split,
.form-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: start;
}

.page-hero {
    padding: clamp(60px, 7vw, 96px) 0 34px;
}

.content-block > p {
    margin: 16px 0 32px;
    color: var(--text);
}

.contact-info,
.form-card,
.login-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: var(--white);
    color: #161b22;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.contact-info,
.form-card {
    padding: clamp(24px, 4vw, 42px);
}

.form-card label,
.login-card label,
label {
    display: block;
    margin: 16px 0 7px;
    color: #151a21;
    font-weight: 800;
}

input,
textarea,
select {
    width: 100%;
    margin-bottom: 16px;
    padding: 13px 14px;
    color: #111820;
    border: 1px solid #d8dde4;
    border-radius: 0;
    background: #ffffff;
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(216, 180, 93, 0.18);
}

select option {
    color: #111820;
    background: #ffffff;
}

.alert {
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-weight: 800;
}

.alert.success {
    background: #dcfce7;
    color: var(--success);
}

.alert.error {
    background: #fee2e2;
    color: var(--danger);
}

.article-page {
    padding: clamp(58px, 7vw, 96px) 0;
}

.article-page h1 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.08;
}

.article-meta {
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 32px;
}

.article-content {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
}

.article-content p,
.article-content ul,
.article-content ol {
    margin-bottom: 18px;
}

.article-cover {
    width: min(420px, 100%);
    margin: 0 auto 32px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.article-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.site-footer {
    padding: 56px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(11, 15, 19, 0.34);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 32px;
}

.footer-grid h3,
.footer-grid h4 {
    margin-bottom: 14px;
    color: var(--primary);
}

.footer-grid a,
.footer-grid p {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
}

.hero-founder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.founder-img-wrap {
    width: 320px;
    height: 410px;
    overflow: hidden;
    border: 2px solid var(--primary);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.founder-info {
    text-align: center;
}

.founder-info h3 {
    color: var(--primary);
    font-size: 1.45rem;
    margin-bottom: 5px;
}

.founder-info p {
    color: rgba(255, 255, 255, 0.76);
}

.team-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--border);
    background: #111820;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.team-img-contain {
    object-fit: contain;
    object-position: center bottom;
    padding: 10px 10px 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.9));
}

.featured-lawyer {
    border-color: rgba(216, 180, 93, 0.56);
    background: rgba(255, 255, 255, 0.075);
}

.team-card {
    text-align: center;
    padding: 20px;
}

.team-card h3 {
    font-size: 1.16rem;
}

.team-card p {
    color: var(--primary);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.55;
}

.admin-login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: var(--outer);
}

.login-card {
    width: min(420px, 92%);
    padding: 30px;
}

.login-card h1 {
    color: #151a21;
}

.admin-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
    color: #101820;
}

.admin-sidebar {
    background: #151a21;
    color: var(--white);
    padding: 28px;
}

.admin-sidebar h2 {
    margin-bottom: 32px;
    color: var(--primary);
}

.admin-sidebar a {
    display: block;
    padding: 12px 0;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-main {
    padding: 36px;
    background: #f4f6f8;
}

.admin-main .badge {
    margin-bottom: 0;
    color: #ffffff;
}

.admin-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.admin-card {
    background: var(--white);
    padding: 28px;
    border-radius: 8px;
    border: 1px solid #dce1e7;
}

.admin-card span {
    display: block;
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--primary);
}

.table-wrap {
    overflow-x: auto;
    background: var(--white);
    border-radius: 8px;
    padding: 20px;
    margin-top: 24px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    border-bottom: 1px solid #dce1e7;
    text-align: left;
    vertical-align: top;
}

th {
    color: #151a21;
}

.inline-form {
    display: flex;
    gap: 8px;
}

.inline-form select {
    min-width: 130px;
}

.inline-form button {
    border: none;
    background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 48%, #9f7729 100%);
    color: #121820;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width: 1120px) {
    .nav-wrap.container {
        padding: 0 clamp(20px, 4vw, 44px);
    }

    .logo {
        flex-basis: 190px;
    }

    .nav {
        gap: 16px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    }

}

@media (max-width: 900px) {
    body:not(.admin-login-page):not(.admin-page) {
        padding: 14px 0;
    }

    body.nav-open {
        overflow: hidden;
    }

    .site-shell {
        width: calc(100% - 24px);
    }

    .site-header {
        position: relative;
        z-index: 1000;
    }

    .site-header.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 998;
        background: rgba(8, 12, 16, 0.72);
        backdrop-filter: blur(8px);
    }

    .nav-wrap.container {
        min-height: 84px;
        flex-wrap: nowrap;
    }

    .menu-toggle {
        display: grid;
        margin-left: auto;
    }

    .nav {
        position: fixed;
        top: max(22px, env(safe-area-inset-top));
        right: max(18px, env(safe-area-inset-right));
        bottom: max(18px, env(safe-area-inset-bottom));
        z-index: 1001;
        width: min(360px, calc(100vw - 36px));
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 0;
        padding: 86px 24px 24px;
        overflow-y: auto;
        border: 1px solid rgba(242, 220, 153, 0.28);
        border-radius: 18px;
        background:
            linear-gradient(145deg, rgba(36, 34, 38, 0.98) 0%, rgba(23, 26, 31, 0.98) 100%);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
        transform: translateX(18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

    .nav.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav a {
        width: 100%;
        min-height: 54px;
        justify-content: flex-start;
        overflow: visible;
        padding: 15px 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1rem;
        letter-spacing: 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .nav a::before {
        display: none;
    }

    .nav a::after {
        left: 0;
        right: auto;
        bottom: 0;
        width: 54px;
        background: var(--primary);
        transform-origin: left center;
    }

    .nav a.active,
    .nav a:hover,
    .nav a:focus-visible {
        color: var(--primary);
        border-color: rgba(216, 180, 93, 0.58);
        transform: none;
        box-shadow: none;
    }

    .nav-cta {
        min-height: 52px;
        justify-content: center;
        margin: 22px 0 0;
        padding: 13px 16px;
        text-align: center;
        border: 1px solid rgba(242, 220, 153, 0.78) !important;
        border-radius: 999px;
        color: #121820 !important;
        background: linear-gradient(135deg, #fff6d8 0%, #d8b45d 56%, #9f7729 100%);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    }

    .nav-tools {
        gap: 8px;
    }

    .hero-grid,
    .split,
    .form-layout,
    .footer-grid,
    .admin-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-consult-card {
        min-height: 410px;
    }

    .cards-grid,
    #areas .cards-grid,
    .team-grid,
    .admin-cards {
        grid-template-columns: 1fr;
    }

    .carousel-item {
        flex-basis: min(82vw, 340px);
        min-width: min(82vw, 340px);
    }

    .top-areas-inner {
        grid-template-columns: 1fr;
    }

    .top-areas-copy {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: end;
    }

    .admin-sidebar {
        position: static;
    }
}

@media (max-width: 560px) {
    .container,
    .narrow {
        width: min(100% - 32px, 100%);
    }

    .logo {
        flex-basis: 150px;
    }

    .nav-icon {
        display: none;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 2rem;
        line-height: 1.08;
    }

    .hero p,
    .page-hero p {
        font-size: 0.94rem;
    }

    .hero-actions {
        margin-top: 28px;
        gap: 12px;
    }

    .btn {
        width: 100%;
        padding: 12px 16px;
    }

    .top-areas {
        padding: 14px 0;
    }

    .top-areas-copy {
        display: block;
    }

    .top-areas-shell {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .top-carousel-btn {
        width: 34px;
        height: 34px;
    }

    .top-area-slide {
        flex-basis: 238px;
        min-height: 104px;
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 12px;
    }

    .top-area-icon {
        width: 36px;
        height: 36px;
    }

    .form-card,
    .contact-info {
        padding: 22px;
    }

    .team-img {
        height: 280px;
    }
}

/* Text Interactions */
h1, h2, h3, h4 {
    transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

h1:hover, h2:hover, h3:hover, h4:hover {
    color: var(--primary);
    text-shadow: 0 0 20px rgba(216, 180, 93, 0.4);
    transform: translateX(6px);
}

p, li {
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

p:hover, li:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

/* Logo Interactivity */
.site-header .logo {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
    will-change: transform, filter;
}

.site-header .logo:hover {
    transform: scale(1.08) translateY(-2px) rotate(-1deg);
    filter: drop-shadow(0 10px 15px rgba(216, 180, 93, 0.4)) brightness(1.15);
}

.site-header .logo:active {
    transform: scale(0.95);
    filter: drop-shadow(0 2px 5px rgba(216, 180, 93, 0.2)) brightness(0.9);
}

/* Team cards inspired by the NWADV professionals layout */
.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(1084px, 100%);
    margin: 40px auto 0;
}

.team-card {
    display: grid;
    grid-template-columns: 306px minmax(0, 1fr);
    min-height: 368px;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: visible;
    box-shadow: none !important;
    color: #4b4f58 !important;
}

.team-card::before {
    display: none !important;
}

.team-card:hover {
    transform: none !important;
    border-color: transparent !important;
    background: #ffffff !important;
}

.team-img {
    grid-row: 1 / -1;
    width: 306px !important;
    max-width: none;
    height: 100% !important;
    min-height: 340px;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    background: #d9d9d9;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.55s ease !important;
}

.team-img-contain {
    object-fit: cover !important;
    object-position: center !important;
    padding: 0 !important;
    background: #d9d9d9 !important;
}

.team-card:hover .team-img {
    transform: none !important;
    filter: none !important;
}

.team-info {
    min-width: 0;
    padding: 22px 24px 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.team-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    min-height: 52px;
    padding: 0 0 17px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d2b960;
}

.team-header h3 {
    color: #424852 !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-align: left !important;
}

.team-header .linkedin-icon {
    display: none;
}

.team-body .role {
    color: #4d515b !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

.team-body .contacts {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 18px;
}

.team-body .contact-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4d515b;
    font-size: 0.86rem;
    line-height: 1.25;
}

.team-body .contact-item span.icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-block;
    color: transparent;
    font-size: 0;
    background-color: #c9ab50;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.team-body .contact-item:nth-child(1) span.icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.7 6-11a6 6 0 0 0-12 0c0 5.3 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.7 6-11a6 6 0 0 0-12 0c0 5.3 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.2'/%3E%3C/svg%3E");
}

.team-body .contact-item:nth-child(2) span.icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.2-1.2a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.2-1.2a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

.team-body .contact-item:nth-child(3) span.icon {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.team-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.team-footer .tag {
    min-width: 147px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    background: #dbc36e !important;
    color: #111111 !important;
    padding: 9px 22px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.team-footer .ver-mais {
    display: none !important;
}

.team-footer .ver-mais::after {
    content: none;
}

.team-card > h3,
.team-card > p {
    color: #424852 !important;
    text-align: left !important;
    margin: 0 0 0 20px !important;
}

.team-card > h3 {
    align-self: start;
    padding: 27px 0 17px;
    border-bottom: 1px solid #d2b960;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

.team-card > p {
    align-self: start;
    color: #4d515b !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .team-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .team-img {
        width: 100% !important;
        max-width: 100%;
        height: 320px !important;
    }

    .team-info {
        width: 100%;
        padding: 22px 22px 28px;
    }

    .team-header {
        min-height: 0;
    }

    .team-body .contacts {
        margin-bottom: 34px;
    }

    .team-card > h3,
    .team-card > p {
        margin-left: 0 !important;
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* =====================================================
   ÁREAS — Homepage Image Grid
   ===================================================== */

.areas-grid-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.area-card-home {
    position: relative;
    overflow: hidden;
    height: 320px;
    display: block;
    text-decoration: none;
}

.area-card-img-home {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.area-card-overlay-home {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 8, 15, 0.88) 0%,
        rgba(5, 8, 15, 0.45) 50%,
        rgba(5, 8, 15, 0.15) 100%
    );
    transition: background 0.4s ease;
}

.area-card-home:hover .area-card-img-home {
    transform: scale(1.08);
}

.area-card-home:hover .area-card-overlay-home {
    background: linear-gradient(
        to top,
        rgba(5, 8, 15, 0.95) 0%,
        rgba(5, 8, 15, 0.65) 55%,
        rgba(5, 8, 15, 0.3) 100%
    );
}

.area-card-body-home {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 26px;
}

.area-card-num-home {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--primary, #d8b45d);
    margin-bottom: 8px;
}

.area-card-line-home {
    width: 32px;
    height: 2px;
    background: var(--primary, #d8b45d);
    border-radius: 2px;
    margin-bottom: 10px;
    transition: width 0.4s ease;
}

.area-card-home:hover .area-card-line-home {
    width: 52px;
}

.area-card-title-home {
    display: block;
    font-size: 1.22rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

@media (max-width: 900px) {
    .areas-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .areas-grid-home {
        grid-template-columns: 1fr;
    }
    .area-card-home {
        height: 240px;
    }
}

/* =====================================================
   FOTOS INTERATIVAS — Photo Hover & Lightbox
   ===================================================== */

/* Wrapper para a imagem da equipa com overlay */
.team-img-wrap {
    position: relative;
    width: 306px;
    min-height: 320px;
    align-self: stretch;
    overflow: hidden;
    cursor: zoom-in;
    flex-shrink: 0;
}

.team-img-wrap .team-img {
    width: 306px !important;
    height: 100% !important;
    min-height: 320px;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.55s ease !important;
    will-change: transform, filter;
}

.team-img-wrap:hover .team-img {
    transform: scale(1.08) !important;
    filter: brightness(0.72) !important;
}

/* Overlay com nome e cargo ao hover */
.team-img-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 18px;
    background: linear-gradient(
        to top,
        rgba(15, 12, 10, 0.85) 0%,
        rgba(15, 12, 10, 0.45) 40%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.team-img-wrap:hover .team-img-overlay {
    opacity: 1;
}

.team-img-overlay .overlay-name {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}

.team-img-overlay .overlay-role {
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 4px;
    transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.team-img-overlay .overlay-zoom {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.6);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s;
}

.team-img-wrap:hover .overlay-name,
.team-img-wrap:hover .overlay-role {
    transform: translateY(0);
}

.team-img-wrap:hover .overlay-zoom {
    transform: scale(1);
}

@media (max-width: 768px) {
    .team-img-wrap {
        width: 100% !important;
        min-height: 260px !important;
        align-self: auto;
    }

    .team-img-wrap .team-img {
        width: 100% !important;
        height: 260px !important;
        min-height: 260px !important;
    }
}

/* =====================================================
   LIGHTBOX
   ===================================================== */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-img-wrap {
    position: relative;
    max-width: min(520px, 88vw);
    max-height: 78vh;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
    transform: scale(0.88) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lightbox-overlay.active .lightbox-img-wrap {
    transform: scale(1) translateY(0);
}

.lightbox-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
}

.lightbox-info {
    text-align: center;
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}

.lightbox-overlay.active .lightbox-info {
    transform: translateY(0);
    opacity: 1;
}

.lightbox-info strong {
    display: block;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
}

.lightbox-info span {
    color: var(--primary);
    font-size: 0.88rem;
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(90deg) scale(1.1);
}

/* =====================================================
   SECÇÃO DE ESTATÍSTICAS
   ===================================================== */

.stats-section {
    padding: clamp(48px, 6vw, 80px) 0;
    background: rgba(216, 180, 93, 0.06);
    border-top: 1px solid rgba(216, 180, 93, 0.18);
    border-bottom: 1px solid rgba(216, 180, 93, 0.18);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stat-line {
    width: 36px;
    height: 2px;
    background: var(--primary);
    border-radius: 999px;
    margin: 4px auto 0;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =====================================================
   SCROLL REVEAL — Animações de Entrada
   ===================================================== */

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.reveal-left {
    transform: translateX(-32px);
}

.reveal.reveal-right {
    transform: translateX(32px);
}

.reveal.reveal-scale {
    transform: scale(0.92);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* =====================================================
   HERO — Terceiro elemento (estatísticas rápidas)
   ===================================================== */

.hero-stat-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.hero-stat-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 18px 12px;
    border: 1px solid rgba(216, 180, 93, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    min-width: 56px;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    cursor: default;
}

.hero-stat-chip:hover {
    border-color: var(--primary);
    background: rgba(216, 180, 93, 0.1);
    transform: translateY(-4px);
}

.hero-stat-chip strong {
    color: var(--primary);
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
}

.hero-stat-chip small {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.64rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 1120px) {
    .hero-stat-col {
        display: none;
    }
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important;
    }
}

/* =====================================================
   CARD HOVER — Shimmer Effect Melhorado
   ===================================================== */

.card {
    position: relative;
    overflow: hidden;
}

.card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.07),
        transparent
    );
    transform: skewX(-15deg);
    transition: left 0s;
    pointer-events: none;
}

.card:hover::after {
    left: 150%;
    transition: left 0.65s ease;
}

/* =====================================================
   CALL TO ACTION SECTION
   ===================================================== */

.cta-section {
    padding: clamp(56px, 7vw, 96px) 0;
}

.cta-box {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 5vw, 64px) clamp(28px, 5vw, 64px);
    border: 1px solid rgba(216, 180, 93, 0.4);
    border-radius: 12px;
    background: linear-gradient(135deg,
        rgba(216, 180, 93, 0.12) 0%,
        rgba(216, 180, 93, 0.04) 60%,
        rgba(48, 70, 81, 0.3) 100%);
    text-align: center;
    backdrop-filter: blur(4px);
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(216, 180, 93, 0.2), transparent 70%);
    pointer-events: none;
}

.cta-box h2 {
    color: var(--white);
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 14px;
    position: relative;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    margin-bottom: 36px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(216, 180, 93, 0.6);
    border-radius: 999px;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 700;
    color: var(--primary);
    background: transparent;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-outline:hover {
    background: rgba(216, 180, 93, 0.12);
    border-color: var(--primary);
    transform: translateY(-2px);
}
