.services-section {
    background: #ffffff;
    padding: clamp(64px, 12vh, 120px) 0 clamp(72px, 14vh, 140px);
}

.about-page {
    background: #f8f9fc;
}

.about-hero {
    padding: clamp(80px, 18vh, 160px) 0 clamp(86px, 18vh, 160px);
}

.about-hero__wrapper {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(36px, 6vw, 72px);
}

.about-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 32px);
    color: #111b2e;
}

.about-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
}

.about-hero__title {
    font-size: clamp(2.6rem, 5.4vw, 3.8rem);
    line-height: 1.12;
    font-weight: 600;
}

.about-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    line-height: 1.75;
    color: rgba(17, 27, 46, 0.74);
}

.about-hero__note {
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    line-height: 1.6;
    color: #111b2e;
    font-weight: 600;
}

.about-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
}

.about-highlight {
    background: #ffffff;
    border-radius: 22px;
    padding: clamp(20px, 4vw, 28px);
    text-align: center;
    box-shadow: 0 24px 48px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-highlight h3 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: #111b2e;
}

.about-highlight span {
    color: rgba(17, 27, 46, 0.68);
    font-size: 0.98rem;
}

.about-hero__image {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(17, 27, 46, 0.18);
}

.about-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-values {
    padding: clamp(78px, 18vh, 150px) 0 clamp(80px, 18vh, 150px);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 72px);
}

.about-section__header {
    width: min(960px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.about-section__header--light {
    color: #ffffff;
}

.about-section__header--light p {
    color: rgba(255, 255, 255, 0.78);
}

.about-journey .about-section__header--light,
.about-journey .about-section__header--light h2,
.about-journey .about-section__header--light p,
.about-journey .about-section__header--light .about-section__tag {
    color: #ffffff;
}

.about-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
    justify-content: center;
}

.about-section__header h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    line-height: 1.15;
    font-weight: 600;
}

.about-section__header p {
    margin: 0 auto;
    max-width: 620px;
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
}

.about-values__grid {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 4vw, 28px);
}

.about-value-card {
    background: #f4f7fb;
    border-radius: 24px;
    padding: clamp(24px, 4vw, 36px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #111b2e;
    box-shadow: 0 20px 44px rgba(17, 27, 46, 0.06);
}

.about-value-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    font-size: 1.4rem;
}

.about-value-card h3 {
    font-size: 1.28rem;
    font-weight: 600;
}

.about-value-card p {
    color: rgba(17, 27, 46, 0.66);
    line-height: 1.65;
}

.about-journey {
    padding: clamp(80px, 18vh, 150px) 0 clamp(84px, 18vh, 160px);
    background: linear-gradient(140deg, #111b2e 0%, #0c121f 60%, #0a101c 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: clamp(42px, 6vw, 72px);
}

.about-timeline {
    width: min(1040px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 5vw, 32px);
}

.about-timeline__item {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: clamp(24px, 4vw, 32px);
    position: relative;
    overflow: hidden;
}

.about-timeline__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(210, 156, 82, 0.22), transparent 65%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-timeline__item:hover::before {
    opacity: 1;
}

.about-timeline__item h3 {
    font-size: 1.32rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-timeline__item p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.about-timeline__year {
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(241, 192, 120, 0.88);
    display: block;
    margin-bottom: 18px;
}

.about-team {
    padding: clamp(78px, 18vh, 150px) 0 clamp(82px, 18vh, 150px);
    background: #ffffff;
}

.about-team__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 64px);
    align-items: center;
}

.about-team__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #111b2e;
}

.about-team__intro p {
    font-size: 1.02rem;
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.7;
}

.about-team__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: rgba(17, 27, 46, 0.76);
}

.about-team__image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 32px 68px rgba(17, 27, 46, 0.16);
}

.about-team__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-careers {
    padding: clamp(78px, 18vh, 150px) 0 clamp(86px, 18vh, 150px);
    background: #f8f9fc;
}

.about-careers__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 60px);
    align-items: stretch;
}

.about-careers__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #111b2e;
}

.about-careers__content p {
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.7;
}

.about-careers__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: rgba(17, 27, 46, 0.76);
}

.about-careers__list i {
    color: #2eaf6d;
    margin-right: 10px;
}

.about-careers__form-card {
    background: #ffffff;
    border-radius: 28px;
    padding: clamp(28px, 5vw, 38px);
    box-shadow: 0 26px 60px rgba(17, 27, 46, 0.12);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-careers__form-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111b2e;
}

.about-careers__hint {
    font-size: 0.95rem;
    color: rgba(17, 27, 46, 0.55);
}

.careers-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.careers-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.careers-form__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.94rem;
    color: #111b2e;
}

.careers-form__field span {
    font-weight: 600;
}

.careers-form__field input,
.careers-form__field select,
.careers-form__field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(17, 27, 46, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
    font-family: inherit;
    color: #111b2e;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.careers-form__field input:focus,
.careers-form__field select:focus,
.careers-form__field textarea:focus {
    border-color: rgba(17, 27, 46, 0.4);
    box-shadow: 0 0 0 4px rgba(17, 27, 46, 0.12);
    outline: none;
}

.careers-form__field textarea {
    min-height: 140px;
    resize: vertical;
}

.careers-form__field--full {
    grid-column: 1 / -1;
}

.careers-form__upload input[type="file"] {
    padding: 12px 14px;
    border-style: dashed;
}

.careers-form__submit {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d8b5f, #25d366);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(37, 211, 102, 0.35);
}

@media (max-width: 1024px) {
    .about-hero__wrapper,
    .about-values__grid,
    .about-timeline,
    .about-team__wrapper,
    .about-careers__wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-hero__image,
    .about-team__image,
    .about-careers__form-card {
        max-width: 520px;
        margin: 0 auto;
    }

    .about-hero__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .careers-form__submit {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .about-hero__wrapper {
        gap: 32px;
    }

    .about-hero__highlights {
        grid-template-columns: 1fr;
    }

    .about-hero__tag {
        align-self: center;
        justify-content: center;
    }

    .about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-timeline {
        grid-template-columns: 1fr;
    }

    .careers-form__grid {
        grid-template-columns: 1fr;
    }

    .careers-form__submit {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-timeline__item {
        text-align: left;
    }
}

.practice-page {
    background: #f8f9fc;
}

.practice-hero {
    padding: clamp(86px, 18vh, 160px) 0 clamp(90px, 18vh, 160px);
}

.practice-hero__wrapper {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(36px, 6vw, 72px);
    align-items: center;
}

.practice-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 32px);
    color: #111b2e;
}

.practice-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.92rem;
    color: #d29c52;
}

.practice-hero__title {
    font-size: clamp(2.5rem, 5.2vw, 3.6rem);
    line-height: 1.15;
    font-weight: 600;
}

.practice-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.75;
    max-width: 520px;
}

.practice-hero__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.practice-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    background: #111b2e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(17, 27, 46, 0.3);
}

.practice-hero__link {
    display: inline-flex;
    align-items: center;
    color: #d29c52;
    font-weight: 600;
    text-decoration: none;
    gap: 8px;
}

.practice-hero__image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 64px rgba(17, 27, 46, 0.2);
}

.practice-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.practice-section__header {
    width: min(980px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.practice-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
    justify-content: center;
}

.practice-section__header h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 600;
    line-height: 1.15;
}

.practice-section__header p {
    margin: 0 auto;
    max-width: 620px;
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
}

.practice-expertise {
    padding: clamp(78px, 18vh, 150px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 72px);
}

.practice-expertise__grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 32px);
}

.practice-card {
    background: #ffffff;
    border-radius: 26px;
    padding: clamp(26px, 4.5vw, 36px);
    box-shadow: 0 24px 50px rgba(17, 27, 46, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #111b2e;
}

.practice-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.practice-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.practice-card p {
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.65;
}

.practice-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: rgba(17, 27, 46, 0.62);
    font-size: 0.95rem;
}

.practice-card ul li::before {
    content: '\2022';
    color: #d29c52;
    margin-right: 8px;
}

.practice-industries {
    padding: clamp(80px, 18vh, 150px) 0;
    background: linear-gradient(135deg, #111b2e 0%, #0b121f 50%, #080d18 100%);
    color: #ffffff;
}

.practice-industries__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 60px);
    align-items: start;
}

.practice-industries__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.practice-industries__intro p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.practice-industries__image {
    margin-top: 12px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 52px rgba(0, 0, 0, 0.35);
}

.practice-industries__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.practice-industries__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 4vw, 28px);
}

.practice-industry {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: clamp(22px, 4vw, 30px);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice-industry:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.25);
}

.practice-industry h3 {
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.practice-process {
    padding: clamp(80px, 18vh, 150px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 70px);
}

.practice-process__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 42px);
}

.practice-process__timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 32px);
}

.practice-step {
    background: #ffffff;
    border-radius: 26px;
    padding: clamp(24px, 4vw, 32px);
    box-shadow: 0 22px 48px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #111b2e;
}

.practice-step__number {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #d29c52;
    text-transform: uppercase;
}

.practice-step h3 {
    font-size: 1.28rem;
    font-weight: 600;
}

.practice-step p {
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.65;
}

.practice-testimonials {
    padding: clamp(78px, 18vh, 150px) 0;
    background: #ffffff;
}

.practice-testimonials__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(36px, 6vw, 60px);
}

.practice-testimonials__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.practice-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 32px);
}

.practice-testimonial {
    background: #f4f7fb;
    border-radius: 22px;
    padding: clamp(24px, 4vw, 32px);
    box-shadow: 0 18px 40px rgba(17, 27, 46, 0.06);
    color: rgba(17, 27, 46, 0.74);
    line-height: 1.7;
}

.practice-testimonial__author {
    display: block;
    margin-top: 18px;
    font-weight: 600;
    color: #111b2e;
}

.practice-cta {
    padding: clamp(68px, 16vh, 140px) 0;
    background: radial-gradient(140% 140% at 10% 0%, rgba(210, 156, 82, 0.22) 0%, rgba(12, 18, 31, 0.95) 45%, #0c121f 100%);
    color: #ffffff;
}

.practice-cta__wrapper {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 42px);
    align-items: center;
}

.practice-cta__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.practice-cta__content p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    max-width: 520px;
}

.practice-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.practice-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    background: #f1c078;
    color: #0c121f;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(241, 192, 120, 0.35);
}

.practice-cta__link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.practice-cta__link:hover {
    color: #ffffff;
}

@media (max-width: 1120px) {
    .practice-expertise__grid,
    .practice-testimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .practice-hero__wrapper,
    .practice-industries__wrapper,
    .practice-cta__wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .practice-hero__actions,
    .practice-cta__actions {
        align-items: center;
    }

    .practice-industries__intro {
        text-align: center;
    }

    .practice-industries__grid {
        grid-template-columns: 1fr;
    }

    .practice-industries__image {
        margin: 0 auto;
        max-width: 520px;
    }
}

@media (max-width: 780px) {
    .practice-hero__wrapper {
        gap: 32px;
    }

    .practice-expertise__grid,
    .practice-process__timeline {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .practice-hero__actions {
        justify-content: center;
    }

    .practice-hero__image,
    .practice-cta__wrapper,
    .practice-cta__content {
        align-items: center;
        text-align: center;
    }

    .practice-cta__button {
        width: 100%;
        justify-content: center;
    }

    .practice-hero {
        padding: clamp(56px, 14vh, 92px) 0 clamp(48px, 12vh, 80px);
    }

    .practice-expertise,
    .practice-industries,
    .practice-process,
    .practice-testimonials,
    .practice-cta {
        padding: clamp(44px, 12vh, 72px) 0;
    }
}

.services-wrapper {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.services-highlight {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #121a2a;
    max-width: 520px;
}

.contact-page {
    background: #f8f9fc;
}

.contact-hero {
    padding: clamp(52px, 12vh, 100px) 0 clamp(48px, 12vh, 96px);
}

.contact-hero__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 64px);
    align-items: center;
}

.contact-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 30px);
    color: #111b2e;
}

.contact-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
}

.contact-hero__title {
    font-size: clamp(2.4rem, 5.2vw, 3.6rem);
    line-height: 1.15;
    font-weight: 600;
}

.contact-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.7;
    max-width: 540px;
}

.contact-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-hero__meta article {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 16px 36px rgba(17, 27, 46, 0.1);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-hero__label {
    font-size: 0.92rem;
    color: rgba(17, 27, 46, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.contact-hero__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.contact-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #1d8b5f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(29, 139, 95, 0.32);
}

.contact-hero__link {
    color: #d29c52;
    font-weight: 600;
    text-decoration: none;
}

.contact-hero__image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(17, 27, 46, 0.2);
}

.contact-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section__header {
    width: min(960px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.contact-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
    justify-content: center;
}

.contact-section__header h2 {
    font-size: clamp(2.1rem, 5vw, 3.1rem);
    line-height: 1.15;
    font-weight: 600;
}

.contact-section__header p {
    margin: 0 auto;
    max-width: 620px;
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
}

.contact-info {
    padding: clamp(48px, 12vh, 96px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 48px);
}

.contact-info__grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3.5vw, 24px);
}

.contact-info__card {
    background: #ffffff;
    border-radius: 24px;
    padding: clamp(24px, 4vw, 32px);
    box-shadow: 0 24px 48px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.contact-info__card h3 {
    font-size: 1.28rem;
    font-weight: 600;
}

.contact-info__card p {
    color: rgba(17, 27, 46, 0.68);
    line-height: 1.65;
}

.contact-info__details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-info__details a {
    color: #111b2e;
    font-weight: 600;
    text-decoration: none;
}

.contact-form-section {
    padding: clamp(52px, 12vh, 102px) 0;
}

.contact-form__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 5vw, 46px);
    align-items: stretch;
}

.contact-form__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #111b2e;
}

.contact-form__intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(17, 27, 46, 0.7);
}

.contact-form__intro li i {
    color: #1d8b5f;
    margin-right: 8px;
}

.contact-form__card {
    background: #ffffff;
    border-radius: 28px;
    padding: clamp(28px, 5vw, 38px);
    box-shadow: 0 30px 64px rgba(17, 27, 46, 0.12);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-full-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-full-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-full-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.94rem;
    color: #111b2e;
}

.contact-full-form__field span {
    font-weight: 600;
}

.contact-full-form__field input,
.contact-full-form__field select,
.contact-full-form__field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(17, 27, 46, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-full-form__field input:focus,
.contact-full-form__field select:focus,
.contact-full-form__field textarea:focus {
    border-color: rgba(17, 27, 46, 0.4);
    box-shadow: 0 0 0 4px rgba(17, 27, 46, 0.12);
    outline: none;
}

.contact-full-form__field textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-full-form__field--full {
    grid-column: 1 / -1;
}

.contact-full-form__field--upload input[type="file"] {
    padding: 12px 14px;
    border-style: dashed;
}

.contact-full-form__submit {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d8b5f, #25d366);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-full-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(37, 211, 102, 0.35);
}

.contact-faq {
    padding: clamp(48px, 12vh, 92px) 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 48px);
}

.contact-faq__grid {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3.5vw, 24px);
}

.contact-faq__item {
    background: #f4f7fb;
    border-radius: 22px;
    padding: clamp(22px, 4vw, 30px);
    color: rgba(17, 27, 46, 0.74);
    line-height: 1.65;
}

.contact-faq__item h3 {
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111b2e;
}

.contact-map {
    padding: clamp(52px, 12vh, 104px) 0;
}

.contact-map__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4.5vw, 36px);
    align-items: stretch;
}

.contact-map__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #111b2e;
}

.contact-map__frame {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 32px 60px rgba(17, 27, 46, 0.2);
    min-height: 360px;
}

.contact-map__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: rgba(17, 27, 46, 0.7);
}

.contact-map__content li strong {
    color: #111b2e;
}

.faq-page {
    background: #f8f9fc;
}

.faq-hero {
    padding: clamp(60px, 14vh, 120px) 0 clamp(56px, 14vh, 120px);
}

.faq-hero__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 64px);
    align-items: center;
}

.faq-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 30px);
    color: #111b2e;
}

.faq-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
}

.faq-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.15;
    font-weight: 600;
}

.faq-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.18rem);
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.7;
    max-width: 540px;
}

.faq-hero__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.faq-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #111b2e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(17, 27, 46, 0.3);
}

.faq-hero__link {
    color: #d29c52;
    font-weight: 600;
    text-decoration: none;
}

.faq-hero__image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 58px rgba(17, 27, 46, 0.18);
}

.faq-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-section__header {
    width: min(960px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.faq-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
    justify-content: center;
}

.faq-section__header h2 {
    font-size: clamp(2rem, 4.6vw, 3.1rem);
    line-height: 1.15;
    font-weight: 600;
}

.faq-section__header p {
    margin: 0 auto;
    max-width: 620px;
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
}

.faq-categories {
    padding: clamp(48px, 12vh, 90px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 50px);
}

.faq-categories__grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 3.5vw, 24px);
}

.faq-category {
    background: #ffffff;
    border-radius: 20px;
    padding: clamp(22px, 4vw, 30px);
    box-shadow: 0 20px 44px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #111b2e;
}

.faq-category__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.faq-category p {
    color: rgba(17, 27, 46, 0.68);
    line-height: 1.65;
}

.faq-accordion {
    padding: clamp(48px, 12vh, 90px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 48px);
}

.faq-accordion__grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 4vw, 24px);
}

.faq-item {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(17, 27, 46, 0.08);
    overflow: hidden;
}

.faq-item__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    color: #111b2e;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-item__header i {
    transition: transform 0.3s ease;
}

.faq-item__header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-item__header:hover {
    background: rgba(210, 156, 82, 0.12);
}

.faq-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}

.faq-item__content p {
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.65;
    padding-bottom: 20px;
}

.faq-item__header[aria-expanded="true"] + .faq-item__content {
    padding-top: 4px;
    padding-bottom: 20px;
}

.faq-cta {
    padding: clamp(44px, 12vh, 84px) 0 clamp(50px, 12vh, 90px);
    background: radial-gradient(140% 140% at 10% 0%, rgba(210, 156, 82, 0.22) 0%, rgba(12, 18, 31, 0.95) 40%, #0c121f 100%);
    color: #ffffff;
}

.faq-cta__wrapper {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4.5vw, 36px);
    align-items: center;
}

.faq-cta__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-cta__content p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.faq-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.faq-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #f1c078;
    color: #0c121f;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(241, 192, 120, 0.32);
}

.faq-cta__link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 600;
}

.faq-cta__link:hover {
    color: #ffffff;
}

.team-page {
    background: #f8f9fc;
}

.team-hero {
    padding: clamp(58px, 14vh, 120px) 0 clamp(54px, 14vh, 118px);
}

.team-hero__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 6vw, 60px);
    align-items: center;
}

.team-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 30px);
    color: #111b2e;
}

.team-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
}

.team-hero__title {
    font-size: clamp(2.3rem, 5.1vw, 3.5rem);
    line-height: 1.12;
    font-weight: 600;
}

.team-hero__subtitle {
    font-size: clamp(1.04rem, 2.1vw, 1.18rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
    max-width: 540px;
}

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

.team-hero__stats article {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 16px 34px rgba(17, 27, 46, 0.1);
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.team-hero__stats h3 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: #111b2e;
}

.team-hero__stats span {
    color: rgba(17, 27, 46, 0.6);
    font-size: 0.95rem;
}

.team-hero__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.team-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    background: #111b2e;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(17, 27, 46, 0.28);
}

.team-hero__link {
    font-weight: 600;
    color: #d29c52;
    text-decoration: none;
}

.team-hero__image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 62px rgba(17, 27, 46, 0.2);
}

.team-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-section__header {
    width: min(960px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    color: #111b2e;
}

.team-section__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #d29c52;
    justify-content: center;
}

.team-section__header h2 {
    font-size: clamp(2rem, 4.8vw, 3.1rem);
    line-height: 1.15;
    font-weight: 600;
}

.team-highlights {
    padding: clamp(48px, 12vh, 90px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 48px);
}

.team-highlights__grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3.5vw, 24px);
}

.team-highlight {
    background: #ffffff;
    border-radius: 20px;
    padding: clamp(22px, 4vw, 30px);
    box-shadow: 0 20px 44px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.team-highlight__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.team-highlight h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.team-highlight p {
    color: rgba(17, 27, 46, 0.68);
    line-height: 1.65;
}

.team-grid-section {
    padding: clamp(48px, 12vh, 92px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 50px);
}

.team-grid {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 4vw, 28px);
}

.team-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(17, 27, 46, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.team-card__photo {
    position: relative;
    aspect-ratio: 4 / 5;
}

.team-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__body {
    padding: clamp(24px, 4vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #111b2e;
}

.team-card__role {
    color: rgba(17, 27, 46, 0.6);
    font-size: 0.95rem;
}

.team-card__bio {
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.65;
}

.team-card__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-card__tags li {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(210, 156, 82, 0.16);
    color: #d29c52;
    font-size: 0.85rem;
    font-weight: 600;
}

.team-culture {
    padding: clamp(48px, 12vh, 92px) 0;
}

.team-culture__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 48px);
    align-items: center;
}

.team-culture__intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #111b2e;
}

.team-culture__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(17, 27, 46, 0.7);
}

.team-culture__list i {
    color: #00a86b;
    margin-right: 8px;
}

.team-culture__image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(17, 27, 46, 0.18);
}

.team-culture__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-cta {
    padding: clamp(48px, 12vh, 88px) 0;
    background: radial-gradient(140% 140% at 10% 0%, rgba(210, 156, 82, 0.22) 0%, rgba(12, 18, 31, 0.95) 40%, #0c121f 100%);
    color: #ffffff;
}

.team-cta__wrapper {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4.5vw, 36px);
    align-items: center;
}

.team-cta__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-cta__content p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.team-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.team-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    background: #f1c078;
    color: #0c121f;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(241, 192, 120, 0.32);
}

.team-cta__link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 600;
}

.team-cta__link:hover {
    color: #ffffff;
}

.blog-page {
    background: linear-gradient(180deg, #0d1424 0%, #121a2a 100%);
    color: #ffffff;
}

.blog-hero {
    padding: clamp(70px, 18vh, 160px) 0 clamp(42px, 10vh, 90px);
}

.blog-hero__wrapper {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 28px);
}

.blog-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #f1c078;
    font-weight: 600;
}

.blog-hero__title {
    font-size: clamp(2.6rem, 5.4vw, 3.8rem);
    line-height: 1.12;
    font-weight: 600;
    max-width: 760px;
}

.blog-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 720px;
}

.blog-listing {
    padding: clamp(20px, 5vh, 60px) 0 clamp(96px, 18vh, 160px);
}

.blog-listing__wrapper {
    width: min(1240px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 60px);
}

.blog-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 32px);
}

.blog-pagination {
    display: flex;
    justify-content: center;
}

.blog-pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 10px 16px;
}

.blog-pagination__link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.blog-pagination__link:hover {
    background: rgba(241, 192, 120, 0.2);
    color: #f1c078;
    transform: translateY(-2px);
}

.blog-pagination__link.is-active {
    background: #f1c078;
    color: #0d1424;
}

.blog-pagination__link.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.login-page {
    background: linear-gradient(160deg, #0e1524 0%, #131c2d 52%, #0c121f 100%);
    color: #ffffff;
}

.login-hero {
    padding: clamp(60px, 18vh, 150px) 0 clamp(30px, 10vh, 90px);
}

.login-hero__wrapper {
    width: min(1080px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 4vw, 28px);
}

.login-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #f1c078;
}

.login-hero__title {
    font-size: clamp(2.5rem, 5.2vw, 3.8rem);
    line-height: 1.1;
    font-weight: 600;
    max-width: 680px;
}

.login-hero__subtitle {
    font-size: clamp(1.05rem, 2.1vw, 1.18rem);
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
    max-width: 640px;
}

.login-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
}

.login-hero__highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.06);
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.82);
}

.login-hero__highlights i {
    color: #f1c078;
    font-size: 1.2rem;
}

.login-auth {
    padding: clamp(20px, 6vh, 80px) 0 clamp(90px, 18vh, 150px);
}

.login-auth__wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: clamp(320px, 45%, 520px) minmax(0, 1fr);
    gap: clamp(28px, 6vw, 60px);
    align-items: start;
}

.login-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    padding: clamp(28px, 5vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 26px 56px rgba(12, 18, 31, 0.32);
}

.login-card__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: clamp(22px, 4vw, 32px);
}

.login-card__title {
    font-size: clamp(1.6rem, 3.2vw, 2.1rem);
    font-weight: 600;
}

.login-card__description {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 4vw, 26px);
}

.login-form__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-form__label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
}

.login-form__field input {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(12, 18, 31, 0.75);
    color: #ffffff;
    padding: 16px 18px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.login-form__field input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.login-form__field input:focus {
    outline: none;
    border-color: rgba(241, 192, 120, 0.6);
    box-shadow: 0 0 0 4px rgba(241, 192, 120, 0.18);
}

.login-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.login-form__remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
}

.login-form__remember input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
}

.login-form__forgot {
    color: #f1c078;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.login-form__forgot:hover {
    text-decoration: underline;
}

.login-form__submit {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    border: none;
    background: #f1c078;
    color: #0c121f;
    font-weight: 600;
    font-size: 1.02rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(241, 192, 120, 0.3);
}

.login-support {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 28px;
    padding: clamp(26px, 4.5vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.login-support__title {
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    font-weight: 600;
}

.login-support__text {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.7;
}

.login-support__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-support__contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 16px;
    text-decoration: none;
    background: rgba(241, 192, 120, 0.12);
    color: #f1c078;
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease;
}

.login-support__contact:hover {
    transform: translateY(-2px);
    background: rgba(241, 192, 120, 0.18);
}

.login-support__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(12, 18, 31, 0.7);
    border: 1px solid rgba(241, 192, 120, 0.16);
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
}

.login-support__note i {
    color: #f1c078;
    font-size: 1.2rem;
    margin-top: 2px;
}

@media (max-width: 980px) {
    .login-hero__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .login-auth__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .login-hero__wrapper {
        text-align: center;
        align-items: center;
    }

    .login-hero__title,
    .login-hero__subtitle {
        max-width: none;
    }

    .login-hero__highlights {
        grid-template-columns: 1fr;
    }

    .login-form__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-form__submit {
        width: 100%;
    }
}

.dashboard-page {
    background: linear-gradient(145deg, #0d1423 0%, #131c2d 45%, #0c121f 100%);
    color: #ffffff;
}

.dashboard-layout {
    display: grid;
    grid-template-columns: clamp(280px, 22%, 320px) minmax(0, 1fr);
    min-height: calc(100vh - 92px);
}

.dashboard-sidebar {
    background: rgba(15, 22, 36, 0.9);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px);
    display: flex;
    flex-direction: column;
    gap: clamp(26px, 4vw, 40px);
}

.dashboard-sidebar__header h2 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 600;
}

.dashboard-sidebar__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(241, 192, 120, 0.14);
    color: #f1c078;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.24em;
}

.dashboard-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-nav--mobile {
    display: none;
}

.dashboard-nav__link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.dashboard-nav__link i {
    font-size: 1.05rem;
}

.dashboard-nav__link i {
    font-size: 1.05rem;
}

.dashboard-nav__link:hover {
    background: rgba(241, 192, 120, 0.16);
    color: #f1c078;
    transform: translateX(4px);
}

.dashboard-nav__link.is-active {
    background: #f1c078;
    color: #0d1424;
}

.dashboard-sidebar__help {
    margin-top: auto;
    padding: clamp(18px, 3vw, 28px);
    border-radius: 20px;
    background: rgba(12, 18, 31, 0.7);
    border: 1px solid rgba(241, 192, 120, 0.14);
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-sidebar__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #f1c078;
    color: #0d1424;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-sidebar__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(241, 192, 120, 0.32);
}

.dashboard-content {
    padding: clamp(32px, 6vw, 64px);
    display: flex;
    flex-direction: column;
    gap: clamp(34px, 6vw, 60px);
}

.dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(20px, 4vw, 32px);
    flex-wrap: wrap;
}

.dashboard-header__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 540px;
}

.dashboard-header__welcome {
    font-weight: 600;
    color: rgba(241, 192, 120, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.84rem;
}

.dashboard-header__intro h1 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 600;
}

.dashboard-header__intro p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.dashboard-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.dashboard-search {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(12, 18, 31, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-search input {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 0.95rem;
    width: 240px;
}

.dashboard-search input:focus {
    outline: none;
}

.dashboard-header__button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(12, 18, 31, 0.75);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.dashboard-header__button:hover {
    background: rgba(241, 192, 120, 0.2);
    transform: translateY(-2px);
}

.dashboard-section {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 28px);
    background: rgba(12, 18, 31, 0.7);
    border-radius: 28px;
    padding: clamp(24px, 4.5vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 60px rgba(12, 18, 31, 0.35);
}

.dashboard-section[hidden] {
    display: none;
}

.dashboard-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dashboard-section__header h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 600;
}

.dashboard-section__header span {
    color: rgba(255, 255, 255, 0.62);
}

.dashboard-section__link {
    color: #f1c078;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

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

.dashboard-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: clamp(22px, 3.5vw, 28px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.dashboard-card__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dashboard-card__content h3 {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-card__value {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 600;
    color: #ffffff;
}

.dashboard-card__content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.92rem;
}

.dashboard-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-table__head,
.dashboard-table__row {
    display: grid;
    grid-template-columns: 2.2fr 1.4fr 1.8fr 1fr;
    gap: 16px;
    align-items: center;
}

.dashboard-table__head {
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-table__row {
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.status-badge {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.status-badge--success {
    background: rgba(103, 224, 168, 0.14);
    color: #67e0a8;
}

.status-badge--warning {
    background: rgba(246, 182, 91, 0.18);
    color: #f6b65b;
}

.status-badge--info {
    background: rgba(88, 161, 255, 0.18);
    color: #58a1ff;
}

.dashboard-documents {
    display: grid;
    gap: 16px;
}

.document-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.document-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.document-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 192, 120, 0.16);
    color: #f1c078;
    font-size: 1.2rem;
}

.document-card__meta h3 {
    font-size: 1rem;
    font-weight: 600;
}

.document-card__meta span {
    color: rgba(255, 255, 255, 0.6);
}

.document-card__actions {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.document-card__link {
    color: #f1c078;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.finance-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
}

.finance-summary article {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.finance-summary__label {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-size: 0.85rem;
}

.finance-summary strong {
    font-size: 1.3rem;
    font-weight: 600;
}

.finance-summary small {
    color: rgba(255, 255, 255, 0.5);
}

.finance-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.finance-table__head,
.finance-table__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    gap: 16px;
    align-items: center;
}

.finance-table__head {
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.finance-table__row {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.finance-table__link {
    color: #f1c078;
    text-decoration: none;
    font-weight: 600;
}

.status-badge--pending {
    background: rgba(246, 182, 91, 0.18);
    color: #f6b65b;
}

.status-badge--paid {
    background: rgba(103, 224, 168, 0.14);
    color: #67e0a8;
}

.chat-panel {
    display: grid;
    grid-template-rows: minmax(300px, 1fr) auto;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.chat-panel__messages {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow-y: auto;
}

.chat-message {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.chat-message--outgoing {
    flex-direction: row-reverse;
}

.chat-message__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: rgba(241, 192, 120, 0.2);
    color: #f1c078;
}

.chat-message--outgoing .chat-message__avatar {
    background: rgba(88, 161, 255, 0.2);
    color: #58a1ff;
}

.chat-message__bubble {
    max-width: min(520px, 80%);
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 24px rgba(12, 18, 31, 0.28);
}

.chat-message--outgoing .chat-message__bubble {
    background: rgba(88, 161, 255, 0.16);
    border-color: rgba(88, 161, 255, 0.22);
}

.chat-message__author {
    display: block;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 6px;
}

.chat-message__bubble p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

.chat-panel__composer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(12, 18, 31, 0.85);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.chat-panel__composer input {
    flex: 1;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 0.95rem;
}

.chat-panel__composer input:focus {
    outline: 2px solid rgba(241, 192, 120, 0.35);
}

.chat-panel__composer button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #f1c078;
    color: #0d1424;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chat-panel__composer button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(241, 192, 120, 0.28);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1180px) {
    .dashboard-layout {
        grid-template-columns: clamp(240px, 26%, 280px) minmax(0, 1fr);
    }

    .dashboard-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .finance-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .dashboard-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .dashboard-sidebar {
        display: none;
    }

    .dashboard-content {
        padding-bottom: 100px;
    }

    .dashboard-nav--mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        flex-direction: row;
        justify-content: space-around;
        background: rgba(15, 22, 36, 0.98);
        backdrop-filter: blur(12px);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 8px 4px 12px;
        gap: 4px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    }

    .dashboard-nav--mobile .dashboard-nav__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 12px;
        font-size: 0.7rem;
        border-radius: 12px;
        flex: 1;
        text-align: center;
        white-space: nowrap;
        transform: none;
    }

    .dashboard-nav--mobile .dashboard-nav__link i {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }

    .dashboard-nav--mobile .dashboard-nav__link span {
        font-size: 0.7rem;
        font-weight: 600;
    }

    .dashboard-nav--mobile .dashboard-nav__link:hover {
        transform: none;
    }

    .dashboard-nav--mobile .dashboard-nav__link.is-active {
        background: rgba(241, 192, 120, 0.16);
        color: #f1c078;
    }
}

@media (max-width: 720px) {
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-header__actions {
        width: 100%;
    }

    .dashboard-search {
        flex: 1;
    }

    .dashboard-search input {
        width: 100%;
    }

    .dashboard-section__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-table__head,
    .dashboard-table__row,
    .finance-table__head,
    .finance-table__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .document-card,
    .document-card__actions,
    .document-card__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .finance-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .dashboard-cards {
        grid-template-columns: 1fr;
    }

    .dashboard-section {
        padding: 20px;
    }

    .chat-panel__messages {
        padding: 18px;
    }

    .chat-message__bubble {
        max-width: 100%;
    }
}

@media (max-width: 1180px) {
    .blog-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .blog-hero__wrapper {
        text-align: center;
        align-items: center;
    }

    .blog-hero__title,
    .blog-hero__subtitle {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .blog-listing__grid {
        grid-template-columns: 1fr;
    }

    .blog-pagination__list {
        gap: 8px;
        padding: 8px 12px;
    }
}
@media (max-width: 1024px) {
    .contact-hero__wrapper,
    .contact-form__wrapper,
    .contact-map__wrapper,
    .contact-info__grid,
    .contact-faq__grid,
    .faq-hero__wrapper,
    .faq-categories__grid,
    .faq-accordion__grid,
    .faq-cta__wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info__grid,
    .contact-faq__grid,
    .faq-categories__grid,
    .faq-accordion__grid {
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .contact-hero__wrapper,
    .contact-form__wrapper,
    .contact-map__wrapper {
        gap: 28px;
        text-align: center;
    }

    .contact-hero__meta {
        grid-template-columns: 1fr;
    }

    .contact-form__card,
    .contact-map__frame {
        margin: 0 auto;
        max-width: 520px;
    }

    .contact-full-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-full-form__submit {
        align-self: center;
    }
}

@media (max-width: 600px) {
    .contact-hero__actions {
        justify-content: center;
    }

    .contact-hero__button {
        width: 100%;
        justify-content: center;
    }

    .contact-info__card,
    .contact-faq__item {
        text-align: left;
    }
}

.services-tag i {
    font-size: 1.1rem;
}

.services-headline {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.1;
    font-weight: 600;
}

.services-description {
    font-size: clamp(1rem, 2.1vw, 1.2rem);
    color: rgba(18, 26, 42, 0.7);
    line-height: 1.7;
}

.services-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: transparent;
    color: #f6b65b;
    border: 1px solid rgba(246, 182, 91, 0.4);
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.services-cta:hover {
    background: #f6b65b;
    color: #0f1828;
    border-color: #f6b65b;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.service-card {
    position: relative;
    background: #111b2e;
    border-radius: 24px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #ffffff;
    box-shadow: 0 24px 54px rgba(7, 12, 24, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(246, 182, 91, 0.08), transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 28px 64px rgba(10, 15, 28, 0.5);
    border-color: rgba(246, 182, 91, 0.35);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(246, 182, 91, 0.12);
    color: #f6b65b;
    font-size: 1.6rem;
}

.service-card__title {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: 600;
}

.service-card__text {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    font-size: 1rem;
}

.service-card__link {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f6b65b;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.service-card__link:hover {
    gap: 12px;
    color: #ffd486;
}

@media (min-width: 1024px) {
    .services-wrapper {
        grid-template-columns: 1.05fr 1.2fr;
        align-items: center;
        gap: 64px;
    }

    .services-highlight {
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: clamp(52px, 12vh, 90px) 0 clamp(60px, 14vh, 100px);
    }

    .services-highlight {
        align-items: center;
        text-align: center;
    }

    .services-cta {
        align-self: center;
    }

    .services-grid {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .services-highlight {
        gap: 20px;
    }

    .service-card {
        padding: 30px 26px;
    }

    .service-card__icon {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }
}

.about-section {
    background: #f8f5f0;
    padding: clamp(72px, 14vh, 140px) 0 clamp(82px, 16vh, 160px);
}

.about-wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 6vw, 88px);
    align-items: center;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.about-gallery__column {
    display: grid;
    gap: 24px;
    align-content: start;
}

.about-gallery__item {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 18, 31, 0.12);
}

.about-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-gallery__item--tall {
    aspect-ratio: 3 / 4;
}

.about-gallery__item--main {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: flex;
}

.about-gallery__item--main img {
    height: 100%;
}

.about-stat-card {
    background: #151d2f;
    color: #ffffff;
    border-radius: 24px;
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    box-shadow: 0 24px 54px rgba(15, 18, 31, 0.3);
}

.about-stat-card__value {
    font-size: clamp(2.4rem, 6vw, 3rem);
    font-weight: 600;
}

.about-stat-card__label {
    font-size: 1rem;
    opacity: 0.8;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #121a2a;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #d29c52;
    font-weight: 600;
}

.about-title {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.1;
    font-weight: 600;
}

.about-text {
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    line-height: 1.7;
    color: rgba(18, 26, 42, 0.78);
}

.about-text--muted {
    color: rgba(18, 26, 42, 0.6);
}

.about-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #f0c27b;
    color: #151d2f;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 18px 40px rgba(208, 152, 83, 0.35);
}

.about-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(208, 152, 83, 0.45);
}

.about-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-meta__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 12px 24px rgba(15, 18, 31, 0.2);
}

.about-meta__name {
    font-weight: 600;
}

.about-meta__role {
    font-size: 0.95rem;
    color: rgba(18, 26, 42, 0.6);
}

@media (max-width: 1024px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: clamp(36px, 8vh, 60px);
    }

    .about-gallery {
        justify-content: center;
    }

    .about-stat-card {
        align-items: center;
        text-align: center;
    }

    .about-content {
        align-items: center;
        text-align: center;
    }

    .about-cta {
        align-self: center;
    }
}

@media (max-width: 640px) {
    .about-section {
        padding: clamp(56px, 12vh, 90px) 0 clamp(60px, 14vh, 110px);
    }

    .about-wrapper {
        gap: 32px;
    }

    .about-gallery {
        grid-template-columns: 1fr;
    }

    .about-gallery__item--main {
        grid-column: auto;
        grid-row: auto;
    }

    .about-gallery__item--tall {
        aspect-ratio: 4 / 5;
    }

    .about-stat-card {
        padding: 32px 24px;
    }

    .about-content {
        gap: 20px;
    }
}

.testimonials-section {
    background: #ffffff;
    padding: clamp(72px, 14vh, 140px) 0 clamp(82px, 16vh, 160px);
}

.testimonials-wrapper {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vh, 72px);
}

.testimonials-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.testimonials-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 620px;
    color: #121a2a;
}

.testimonials-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #d29c52;
    font-weight: 600;
}

.testimonials-title {
    font-size: clamp(2.2rem, 4.8vw, 3.3rem);
    line-height: 1.12;
    font-weight: 600;
}

.testimonials-subtitle {
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    color: rgba(18, 26, 42, 0.7);
    line-height: 1.7;
}

.testimonials-nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.testimonials-nav__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(210, 156, 82, 0.4);
    background: #ffffff;
    color: #151d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.testimonials-nav__btn:hover:not(:disabled) {
    background: #151d2f;
    color: #ffffff;
    border-color: #151d2f;
    transform: translateY(-2px);
}

.testimonials-nav__btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider__viewport {
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
}

.testimonial-card {
    flex: 0 0 100%;
    display: flex;
    gap: 0;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(210, 156, 82, 0.35);
    box-shadow: 0 28px 48px rgba(18, 26, 42, 0.08);
    overflow: hidden;
    min-height: clamp(260px, 32vh, 320px);
}

.testimonial-card__photo {
    flex: 0 0 clamp(200px, 28vw, 260px);
    position: relative;
}

.testimonial-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(24px, 5vw, 40px);
    color: #121a2a;
}

.testimonial-card__quote-icon {
    font-size: 2rem;
    color: #d29c52;
}

.testimonial-card__text {
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    line-height: 1.7;
    color: rgba(18, 26, 42, 0.78);
}

.testimonial-card__author {
    font-weight: 600;
    font-size: 1.05rem;
}

.testimonial-card__role {
    color: rgba(18, 26, 42, 0.6);
    font-size: 0.95rem;
}

.testimonials-dots {
    margin-top: clamp(28px, 5vh, 40px);
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonials-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(18, 26, 42, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.testimonials-dots button.is-active {
    background: #d29c52;
    transform: scale(1.15);
}

.testimonials-dots button:focus {
    outline: 2px solid #d29c52;
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-section {
    background: radial-gradient(140% 140% at 10% 0%, rgba(210, 156, 82, 0.2) 0%, rgba(12, 18, 31, 0.95) 38%, #0c121f 100%);
    padding: clamp(80px, 16vh, 160px) 0 clamp(84px, 18vh, 170px);
    color: #ffffff;
}

.contact-wrapper {
    width: min(1240px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(48px, 7vw, 80px);
    align-items: center;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4.5vh, 40px);
}

.contact-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: #f1c078;
}

.contact-tag i {
    font-size: 1.1rem;
}

.contact-title {
    font-size: clamp(2.4rem, 5.2vw, 3.6rem);
    line-height: 1.12;
    font-weight: 600;
}

.contact-description {
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 520px;
}

.contact-highlights {
    display: grid;
    gap: 24px;
}

.contact-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
}

.contact-highlight__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(241, 192, 120, 0.16);
    color: #f1c078;
    font-size: 1.8rem;
}

.contact-highlight__title {
    font-size: clamp(1.15rem, 2.4vw, 1.4rem);
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-highlight__text {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
    font-size: 1rem;
}

.contact-form-card {
    background: #e3b184;
    border-radius: 32px;
    padding: clamp(32px, 6vw, 44px);
    box-shadow: 0 34px 72px rgba(12, 18, 31, 0.55);
    color: #151d2f;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vh, 32px);
}

.contact-form-card__title {
    font-size: clamp(1.6rem, 3.5vw, 2rem);
    font-weight: 600;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vh, 32px);
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-form__field {
    display: block;
}

.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(21, 29, 47, 0.1);
    background: rgba(255, 255, 255, 0.9);
    color: #151d2f;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
    color: rgba(21, 29, 47, 0.6);
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
    border-color: rgba(21, 29, 47, 0.45);
    box-shadow: 0 0 0 4px rgba(21, 29, 47, 0.12);
    outline: none;
}

.contact-form__field textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form__field--full {
    grid-column: 1 / -1;
}

.contact-form__submit {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    border: none;
    background: #151d2f;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form__submit:hover {
    background: #0c121f;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(12, 18, 31, 0.4);
}

.contact-form__submit i {
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-content {
        max-width: 640px;
    }

    .contact-form-card {
        margin: 0 auto;
        width: min(520px, 100%);
    }
}

@media (max-width: 720px) {
    .contact-section {
        padding: clamp(64px, 14vh, 110px) 0 clamp(70px, 16vh, 120px);
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-form__submit {
        align-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .contact-highlight {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-highlight__icon {
        margin: 0 auto;
    }
}

.lawyers-section {
    background: #f8f5f0;
    padding: clamp(78px, 15vh, 150px) 0 clamp(84px, 17vh, 160px);
}

.lawyers-wrapper {
    width: min(1240px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vh, 70px);
}

.lawyers-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    flex-wrap: wrap;
}

.lawyers-heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 640px;
    color: #111b2e;
}

.lawyers-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #c88a3f;
    font-weight: 600;
}

.lawyers-title {
    font-size: clamp(2.3rem, 4.9vw, 3.4rem);
    line-height: 1.12;
    font-weight: 600;
}

.lawyers-description {
    font-size: clamp(1rem, 2.3vw, 1.2rem);
    color: rgba(17, 27, 46, 0.7);
    line-height: 1.7;
}

.lawyers-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid rgba(17, 27, 46, 0.18);
    color: #111b2e;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.lawyers-cta:hover {
    background: #111b2e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(17, 27, 46, 0.25);
}

.lawyers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 32px);
}

.lawyer-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 50px rgba(17, 27, 46, 0.12);
    border: 1px solid rgba(17, 27, 46, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lawyer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(17, 27, 46, 0.18);
}

.lawyer-card__photo {
    position: relative;
    aspect-ratio: 4 / 5;
}

.lawyer-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer-card__body {
    padding: clamp(26px, 4vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #111b2e;
}

.lawyer-card__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lawyer-card__name {
    font-size: clamp(1.2rem, 2.4vw, 1.4rem);
    font-weight: 600;
}

.lawyer-card__role {
    color: rgba(17, 27, 46, 0.6);
    font-size: 0.96rem;
}

.lawyer-card__skills {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(17, 27, 46, 0.72);
    line-height: 1.6;
}

.lawyer-card__skills li {
    position: relative;
    padding-left: 18px;
}

.lawyer-card__skills li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #c88a3f;
}

.lawyer-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lawyer-card__contact {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 27, 46, 0.08);
    color: #111b2e;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.lawyer-card__contact:hover {
    background: #111b2e;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1180px) {
    .lawyers-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .lawyers-section {
        padding: clamp(64px, 14vh, 110px) 0 clamp(70px, 15vh, 120px);
    }

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

@media (max-width: 720px) {
    .lawyers-header {
        align-items: flex-start;
    }

    .lawyers-cta {
        align-self: stretch;
        justify-content: center;
    }
}

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

    .lawyers-heading {
        text-align: center;
        align-items: center;
    }

    .lawyers-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lawyers-cta {
        align-self: center;
    }
}

.blog-section {
    background: linear-gradient(180deg, #0d1424 0%, #121a2a 100%);
    padding: clamp(80px, 16vh, 160px) 0 clamp(86px, 18vh, 170px);
    color: #ffffff;
}

.blog-wrapper {
    width: min(1240px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vh, 72px);
}

.blog-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    flex-wrap: wrap;
}

.blog-heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 640px;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #f1c078;
    font-weight: 600;
}

.blog-title {
    font-size: clamp(2.3rem, 5vw, 3.4rem);
    line-height: 1.12;
    font-weight: 600;
}

.blog-description {
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.blog-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-cta:hover {
    background: #ffffff;
    color: #111b2e;
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(12, 18, 31, 0.28);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 32px);
}

.blog-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card__content {
    padding: clamp(26px, 4vw, 34px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.blog-card__meta {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(241, 192, 120, 0.9);
}

.blog-card__title {
    font-size: clamp(1.28rem, 2.6vw, 1.5rem);
    line-height: 1.35;
    font-weight: 600;
}

.blog-card__excerpt {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
}

.blog-card__readmore {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #f1c078;
    transition: gap 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(12, 18, 31, 0.4);
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.08);
}

.blog-card:hover .blog-card__readmore {
    gap: 14px;
}

@media (max-width: 1180px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .blog-section {
        padding: clamp(68px, 14vh, 120px) 0 clamp(72px, 16vh, 130px);
    }

    .blog-header {
        align-items: flex-start;
    }
}

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

    .blog-heading {
        text-align: center;
        align-items: center;
    }

    .blog-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-cta {
        align-self: center;
    }
}

@media (max-width: 1024px) {
    .testimonials-header {
        align-items: flex-start;
    }

    .testimonials-nav {
        order: 1;
    }
}

@media (max-width: 820px) {
    .testimonial-card {
        flex-direction: column;
        min-height: auto;
    }

    .testimonial-card__photo {
        width: 100%;
        flex: 0 0 auto;
        height: clamp(220px, 38vh, 320px);
    }

    .testimonial-card__content {
        text-align: center;
        align-items: center;
    }

    .testimonials-header {
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: clamp(56px, 12vh, 90px) 0 clamp(58px, 14vh, 96px);
    }

    .testimonials-nav__btn {
        width: 44px;
        height: 44px;
    }
}

.site-main {
    width: 100%;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    min-height: clamp(520px, 90vh, 820px);
    display: grid;
    color: #ffffff;
    background: #0f1828;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(40px, 10vh, 120px) clamp(8%, 12vw, 16%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.9s ease;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 18, 31, 0.82) 0%, rgba(12, 18, 31, 0.4) 55%, rgba(12, 18, 31, 0.15) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    position: relative;
    z-index: 2;
}

.hero-slide__content {
    position: relative;
    z-index: 3;
    max-width: min(760px, 80%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    text-align: center;
}

.hero-slide__eyebrow {
    font-size: 0.95rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #f7c86b;
    font-weight: 600;
}

.hero-slide__title {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 600;
    line-height: 1.15;
}

.hero-slide__description {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.hero-slide__cta {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: clamp(14px, 3.5vw, 20px) clamp(34px, 9vw, 48px);
    background: linear-gradient(135deg, #f6b65b 0%, #f4a948 100%);
    color: #0f1828;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 18px 40px rgba(246, 182, 91, 0.4);
}

.hero-slide__cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 45px rgba(246, 182, 91, 0.5);
}

.hero-slide__cta i {
    font-size: 1.1rem;
}

.hero-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(15, 24, 40, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 4;
}

.hero-slider__nav:hover {
    background: rgba(15, 24, 40, 0.8);
    transform: translateY(-50%) scale(1.05);
}

.hero-slider__nav--prev {
    left: 40px;
}

.hero-slider__nav--next {
    right: 40px;
}

.hero-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.hero-slider__dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-slider__dots button.is-active {
    background: #f6b65b;
    transform: scale(1.15);
}

.hero-slider__dots button:focus {
    outline: 2px solid #f6b65b;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hero-slider {
        min-height: clamp(520px, 95vh, 760px);
    }

    .hero-slide {
        padding: clamp(64px, 16vh, 120px) clamp(10%, 14vw, 18%);
        justify-content: center;
        text-align: center;
    }

    .hero-slide__content {
        align-items: center;
        gap: 16px;
        max-width: min(640px, 92%);
    }

    .hero-slide__title {
        font-size: clamp(2.2rem, 7vw, 3rem);
    }

    .hero-slide__description {
        font-size: clamp(1rem, 2.6vw, 1.15rem);
    }

    .hero-slide__cta {
        padding: clamp(14px, 4vw, 18px) clamp(32px, 12vw, 46px);
    }

    .hero-slider__nav {
        width: 42px;
        height: 42px;
    }

    .hero-slider__dots {
        bottom: 32px;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        min-height: 70vh;
    }

    .hero-slide {
        padding: clamp(56px, 14vh, 88px) clamp(18px, 8vw, 32px);
    }

    .hero-slide__title {
        font-size: clamp(2rem, 8vw, 2.4rem);
    }

    .hero-slide__description {
        font-size: clamp(0.95rem, 3.5vw, 1.05rem);
    }

    .hero-slider__nav {
        display: flex;
        width: 38px;
        height: 38px;
        top: 45%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .hero-slider__nav--prev {
        left: 18px;
    }

    .hero-slider__nav--next {
        right: 18px;
    }

    .hero-slider__dots {
        bottom: 22px;
        gap: 10px;
    }
}

/* ========================================
   PÁGINA DE IMÓVEIS
   ======================================== */

/* Hero Section */
.imoveis-hero {
    background: linear-gradient(135deg, #0c121f 0%, #1a2332 100%);
    padding: clamp(60px, 12vh, 100px) 0 clamp(50px, 10vh, 80px);
    color: #ffffff;
}

.imoveis-hero__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.imoveis-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8ad66;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.imoveis-hero__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.imoveis-hero__subtitle {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
}

/* Filtros */
.imoveis-filtros {
    background: #ffffff;
    padding: clamp(40px, 8vh, 60px) 0;
    border-bottom: 1px solid #e5e7eb;
}

.imoveis-filtros__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.filtros-form__search {
    position: relative;
    margin-bottom: 24px;
}

.filtros-form__search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}

.filtros-form__search input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.filtros-form__search input:focus {
    outline: none;
    border-color: #e8ad66;
}

.filtros-form__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.filtros-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filtros-form__field span {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.filtros-form__field select,
.filtros-form__field input {
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.filtros-form__field select:focus,
.filtros-form__field input:focus {
    outline: none;
    border-color: #e8ad66;
}

.filtros-form__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filtros-form__submit,
.filtros-form__reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.filtros-form__submit {
    background: #e8ad66;
    color: #ffffff;
}

.filtros-form__submit:hover {
    background: #d29c52;
    transform: translateY(-2px);
}

.filtros-form__reset {
    background: #f3f4f6;
    color: #374151;
}

.filtros-form__reset:hover {
    background: #e5e7eb;
}

/* Listagem */
.imoveis-listagem {
    padding: clamp(60px, 12vh, 100px) 0;
    background: #f9fafb;
}

.imoveis-listagem__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.imoveis-listagem__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.imoveis-listagem__header h2 {
    font-size: clamp(24px, 3vw, 32px);
    color: #111b2e;
}

.imoveis-listagem__ordenacao label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #6b7280;
}

.imoveis-listagem__ordenacao select {
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
}

/* Grid de imóveis */
.imoveis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.imovel-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.imovel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.imovel-card--destaque {
    border: 2px solid #e8ad66;
}

.imovel-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #e8ad66;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.imovel-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.imovel-card__imagem {
    position: relative;
    height: 220px;
    overflow: hidden;
    margin: 0;
}

.imovel-card__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.imovel-card:hover .imovel-card__imagem img {
    transform: scale(1.05);
}

.imovel-card__tipo {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(17, 27, 46, 0.9);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.imovel-card__conteudo {
    padding: 20px;
}

.imovel-card__preco {
    font-size: 24px;
    font-weight: 700;
    color: #e8ad66;
    margin-bottom: 12px;
}

.imovel-card__titulo {
    font-size: 18px;
    font-weight: 600;
    color: #111b2e;
    margin-bottom: 12px;
    line-height: 1.4;
}

.imovel-card__localizacao {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
}

.imovel-card__caracteristicas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.imovel-card__caracteristica {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 14px;
}

.imovel-card__caracteristica i {
    color: #e8ad66;
}

.imovel-card__acoes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imovel-card__favorito {
    background: none;
    border: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.imovel-card__favorito:hover {
    color: #e8ad66;
    transform: scale(1.1);
}

.imovel-card__ver-mais {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e8ad66;
    font-size: 14px;
    font-weight: 600;
}

/* Paginação */
.imoveis-paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.imoveis-paginacao__btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
}

.imoveis-paginacao__btn:not(:disabled):hover {
    border-color: #e8ad66;
    color: #e8ad66;
}

.imoveis-paginacao__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.imoveis-paginacao__info {
    color: #6b7280;
    font-size: 14px;
}

/* CTA */
.imoveis-cta {
    background: linear-gradient(135deg, #0c121f 0%, #1a2332 100%);
    padding: clamp(60px, 12vh, 80px) 0;
}

.imoveis-cta__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.imoveis-cta__content {
    color: #ffffff;
}

.imoveis-cta__content i {
    font-size: 48px;
    color: #e8ad66;
    margin-bottom: 16px;
}

.imoveis-cta__content h2 {
    font-size: clamp(24px, 3vw, 32px);
    margin-bottom: 8px;
}

.imoveis-cta__content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.imoveis-cta__acoes {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.imoveis-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.imoveis-cta__btn--primary {
    background: #e8ad66;
    color: #ffffff;
}

.imoveis-cta__btn--primary:hover {
    background: #d29c52;
    transform: translateY(-2px);
}

.imoveis-cta__btn--whatsapp {
    background: #25d366;
    color: #ffffff;
}

.imoveis-cta__btn--whatsapp:hover {
    background: #1d8b5f;
    transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 768px) {
    .filtros-form__grid {
        grid-template-columns: 1fr;
    }
    
    .imoveis-grid {
        grid-template-columns: 1fr;
    }
    
    .imoveis-listagem__header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .imoveis-cta__wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .imoveis-cta__acoes {
        justify-content: center;
    }
}

/* ========================================
   PÁGINA DE DETALHES DO IMÓVEL
   ======================================== */

/* Breadcrumb */
.breadcrumb-section {
    background: #f9fafb;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}

.breadcrumb-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
}

.breadcrumb li:not(:last-child)::after {
    content: '/';
    color: #d1d5db;
}

.breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #e8ad66;
}

/* Galeria */
.galeria-section {
    background: #ffffff;
    padding: clamp(30px, 6vh, 50px) 0;
}

.galeria-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.galeria-principal {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.galeria-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-fullscreen {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #111b2e;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.galeria-fullscreen:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.galeria-miniaturas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.galeria-miniaturas img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.galeria-miniaturas img:hover,
.galeria-miniaturas img.ativa {
    border-color: #e8ad66;
    transform: scale(1.05);
}

/* Conteúdo */
.detalhes-conteudo {
    background: #f9fafb;
    padding: clamp(40px, 8vh, 60px) 0;
}

.detalhes-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
}

.detalhes-principal {
    background: #ffffff;
    border-radius: 12px;
    padding: clamp(24px, 5vw, 40px);
}

/* Header */
.detalhes-header {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 32px;
}

.detalhes-tipo {
    display: inline-block;
    background: #e8ad66;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.detalhes-titulo {
    font-size: clamp(24px, 4vw, 32px);
    color: #111b2e;
    margin-bottom: 12px;
}

.detalhes-localizacao {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 15px;
}

.detalhes-header__preco {
    text-align: right;
}

.detalhes-preco-label {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
}

.detalhes-preco {
    display: block;
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 700;
    color: #e8ad66;
    margin-bottom: 4px;
}

.detalhes-info-adicional {
    display: block;
    font-size: 14px;
    color: #6b7280;
}

/* Características Principais */
.detalhes-caracteristicas-principais {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 24px;
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 32px;
}

.caracteristica-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.caracteristica-item i {
    font-size: 32px;
    color: #e8ad66;
}

.caracteristica-valor {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #111b2e;
}

.caracteristica-label {
    display: block;
    font-size: 13px;
    color: #6b7280;
}

/* Seções */
.detalhes-secao {
    margin-bottom: 40px;
}

.detalhes-secao-titulo {
    font-size: 22px;
    color: #111b2e;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.detalhes-descricao {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

/* Características Grid */
.caracteristicas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.caracteristica-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
}

.caracteristica-badge i {
    color: #e8ad66;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
}

.info-label {
    font-weight: 600;
    color: #374151;
}

.info-valor {
    color: #6b7280;
}

/* Mapa */
.mapa-container {
    border-radius: 12px;
    overflow: hidden;
}

/* Sidebar */
.detalhes-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Corretor Card */
.corretor-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.corretor-card__titulo {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 20px;
}

.corretor-card__perfil {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.corretor-card__perfil img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.corretor-card__perfil h4 {
    font-size: 16px;
    color: #111b2e;
    margin-bottom: 4px;
}

.corretor-card__perfil span {
    font-size: 13px;
    color: #6b7280;
}

.corretor-card__contatos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.corretor-contato {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.corretor-contato:hover {
    background: #e5e7eb;
}

.corretor-contato--whatsapp {
    background: #25d366;
    color: #ffffff;
}

.corretor-contato--whatsapp:hover {
    background: #1d8b5f;
}

/* Contato Card */
.contato-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contato-card__titulo {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 20px;
}

.contato-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.contato-form__field span {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.contato-form__field input,
.contato-form__field textarea {
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contato-form__field input:focus,
.contato-form__field textarea:focus {
    outline: none;
    border-color: #e8ad66;
}

.contato-form__submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: #e8ad66;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contato-form__submit:hover {
    background: #d29c52;
    transform: translateY(-2px);
}

/* Compartilhar Card */
.compartilhar-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.compartilhar-card__titulo {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 16px;
}

.compartilhar-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.compartilhar-btn {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #6b7280;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.compartilhar-btn:hover {
    border-color: #e8ad66;
    color: #e8ad66;
    transform: translateY(-2px);
}

/* Relacionados */
.relacionados-section {
    background: #ffffff;
    padding: clamp(60px, 12vh, 100px) 0;
}

.relacionados-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.relacionados-titulo {
    font-size: clamp(28px, 4vw, 36px);
    color: #111b2e;
    text-align: center;
    margin-bottom: 12px;
}

.relacionados-subtitulo {
    text-align: center;
    color: #6b7280;
    margin-bottom: 48px;
}

.relacionados-placeholder {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

/* Responsivo */
@media (max-width: 1024px) {
    .detalhes-wrapper {
        grid-template-columns: 1fr;
    }
    
    .detalhes-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .detalhes-header {
        flex-direction: column;
    }
    
    .detalhes-header__preco {
        text-align: left;
    }
    
    .galeria-principal {
        height: 300px;
    }
    
    .detalhes-caracteristicas-principais {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .caracteristicas-grid {
        grid-template-columns: 1fr;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   SEÇÃO DE IMÓVEIS EM DESTAQUE (HOME)
   ======================================== */

.featured-properties-section {
    background: #f8f9fc;
    padding: clamp(64px, 12vh, 120px) 0;
}

.featured-properties-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
}

.featured-properties-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    gap: 32px;
}

.featured-properties-header__content {
    flex: 1;
    text-align: left;
}

.featured-properties-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.featured-properties-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 16px;
    line-height: 1.2;
}

.featured-properties-description {
    font-size: 17px;
    color: #6b7280;
    max-width: 600px;
    margin: 0;
    line-height: 1.6;
}

.featured-properties-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    padding: 0 20px;
}

.featured-properties-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s ease;
}

.property-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    flex: 0 0 calc(33.333% - 22px);
    min-width: 340px;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.property-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.property-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card:hover .property-card__image img {
    transform: scale(1.1);
}

.property-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-card__badge--sale {
    background: #e8ad66;
    color: #ffffff;
}

.property-card__badge--rent {
    background: #2196f3;
    color: #ffffff;
}

.property-card__favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #6b7280;
}

.property-card__favorite:hover {
    background: #e8ad66;
    color: #ffffff;
    transform: scale(1.1);
}

.property-card__content {
    padding: 24px;
}

.property-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 12px;
    line-height: 1.3;
}

.property-card__location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
}

.property-card__location i {
    color: #e8ad66;
}

.property-card__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.property-card__features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
}

.property-card__features i {
    color: #e8ad66;
    font-size: 16px;
}

.property-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-card__price {
    font-size: 24px;
    font-weight: 700;
    color: #e8ad66;
}

.property-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111b2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.property-card__link:hover {
    color: #e8ad66;
    gap: 12px;
}

.featured-properties-cta {
    text-align: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #e8ad66, #d29c52);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(232, 173, 102, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 173, 102, 0.4);
    gap: 16px;
}

/* Navegação do Carrossel */
.featured-properties-nav-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.featured-properties-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(210, 156, 82, 0.4);
    background: #ffffff;
    color: #151d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.featured-properties-nav:hover {
    background: #151d2f;
    color: #ffffff;
    border-color: #151d2f;
    transform: translateY(-2px);
}

/* Dots do Carrossel */
.featured-properties-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.featured-properties-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #e8ad66;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.featured-properties-dots button.is-active {
    background: #e8ad66;
    width: 32px;
    border-radius: 6px;
}

.featured-properties-dots button:hover {
    background: rgba(232, 173, 102, 0.5);
}

/* Responsivo */
@media (max-width: 1024px) {
    .property-card {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 768px) {
    .featured-properties-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .featured-properties-header__content {
        text-align: left;
    }
    
    .featured-properties-nav-wrapper {
        order: 1;
    }
    
    .featured-properties-carousel {
        padding: 0 20px;
    }
    
    .featured-properties-nav {
        width: 44px;
        height: 44px;
    }
    
    .property-card {
        flex: 0 0 100%;
        min-width: 280px;
    }
    
    .property-card__features {
        grid-template-columns: 1fr;
    }
    
    .property-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .property-card__link {
        width: 100%;
        justify-content: center;
        padding: 12px;
        background: #f8f9fc;
        border-radius: 8px;
    }
}

/* ========================================
   PAINEL DO CLIENTE - ESTILOS GERAIS
   ======================================== */

/* Dashboard Cards no Painel */
.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.dashboard-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dashboard-card__content h3 {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dashboard-card__value {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 8px;
}

.dashboard-card__content p {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 16px;
    line-height: 1.5;
}

.dashboard-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color: #e8ad66;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.dashboard-card__link:hover {
    gap: 10px;
}

/* Cores dos cards por tipo */
.dashboard-card--primary {
    border-left: 4px solid #e8ad66;
}

.dashboard-card--warning {
    border-left: 4px solid #ffc107;
}

.dashboard-card--success {
    border-left: 4px solid #4caf50;
}

.dashboard-card--info {
    border-left: 4px solid #2196f3;
}

/* Imóveis Favoritos no Dashboard */
.dashboard-imoveis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.dashboard-imovel-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.dashboard-imovel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dashboard-imovel-card__imagem {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.dashboard-imovel-card__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dashboard-imovel-card:hover .dashboard-imovel-card__imagem img {
    transform: scale(1.05);
}

.dashboard-imovel-card__favorito {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #e8ad66;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-imovel-card__favorito:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.dashboard-imovel-card__conteudo {
    padding: 20px;
}

.dashboard-imovel-card__conteudo h3 {
    font-size: 16px;
    color: #111b2e;
    margin-bottom: 12px;
    font-weight: 600;
}

.dashboard-imovel-card__preco {
    font-size: 22px;
    font-weight: 700;
    color: #e8ad66;
    margin-bottom: 12px;
}

.dashboard-imovel-card__info {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #6b7280;
}

.dashboard-imovel-card__info span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dashboard-imovel-card__btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #e8ad66;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dashboard-imovel-card__btn:hover {
    background: #d29c52;
    transform: translateY(-2px);
}

/* Página de Favoritos Completa */
.favoritos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.favorito-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.favorito-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.favorito-card__imagem {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.favorito-card__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.favorito-card:hover .favorito-card__imagem img {
    transform: scale(1.05);
}

.favorito-card__remove {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #e8ad66;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.favorito-card__remove:hover {
    background: #ffffff;
    color: #ff3b30;
    transform: scale(1.1);
}

.favorito-card__tipo {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(17, 27, 46, 0.9);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.favorito-card__conteudo {
    padding: 20px;
}

.favorito-card__conteudo h3 {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.favorito-card__localizacao {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 12px;
}

.favorito-card__preco {
    font-size: 24px;
    font-weight: 700;
    color: #e8ad66;
    margin-bottom: 16px;
}

.favorito-card__caracteristicas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.favorito-card__caracteristicas span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}

.favorito-card__caracteristicas i {
    color: #e8ad66;
}

.favorito-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.favorito-card__data {
    font-size: 12px;
    color: #9ca3af;
}

/* Botões do Dashboard */
.dashboard-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-btn--primary {
    background: #e8ad66;
    color: #ffffff;
}

.dashboard-btn--primary:hover {
    background: #d29c52;
    transform: translateY(-2px);
}

.dashboard-btn--sm {
    padding: 8px 16px;
    font-size: 13px;
}

.dashboard-btn--outline {
    background: transparent;
    border: 2px solid #e5e7eb;
    color: #374151;
}

.dashboard-btn--outline:hover {
    border-color: #e8ad66;
    color: #e8ad66;
}

.dashboard-btn--danger {
    background: #ff3b30;
    color: #ffffff;
}

.dashboard-btn--danger:hover {
    background: #e02d22;
}

.dashboard-btn--success {
    background: #25d366;
    color: #ffffff;
}

.dashboard-btn--success:hover {
    background: #1d8b5f;
}

/* Section Headers */
.dashboard-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.dashboard-section__header h2 {
    font-size: 24px;
    color: #111b2e;
}

.dashboard-section__header span {
    color: #6b7280;
    font-size: 14px;
}

.dashboard-section__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8ad66;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.dashboard-section__link:hover {
    gap: 12px;
}

/* ========================================
   PÁGINA DE VISITAS
   ======================================== */

.visitas-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.visita-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 24px;
    align-items: center;
    transition: all 0.3s ease;
}

.visita-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.visita-card__imagem {
    position: relative;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
}

.visita-card__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visita-card__status {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.visita-card__status--confirmada {
    background: #4caf50;
    color: #ffffff;
}

.visita-card__status--pendente {
    background: #ffc107;
    color: #111b2e;
}

.visita-card__conteudo {
    flex: 1;
}

.visita-card__data-hora {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.visita-card__data,
.visita-card__hora {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.visita-card__data i,
.visita-card__hora i {
    color: #e8ad66;
}

.visita-card__conteudo h3 {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 8px;
    font-weight: 600;
}

.visita-card__endereco {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 8px;
}

.visita-card__corretor {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
}

.visita-card__telefone {
    color: #e8ad66;
    text-decoration: none;
    font-weight: 600;
}

.visita-card__telefone:hover {
    text-decoration: underline;
}

.visita-card__acoes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 150px;
}

/* Visitas no Dashboard */
.dashboard-visitas-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.dashboard-visita-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 20px;
    align-items: center;
    transition: all 0.3s ease;
}

.dashboard-visita-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dashboard-visita-card__data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e8ad66, #d29c52);
    border-radius: 12px;
    color: #ffffff;
}

.dashboard-visita-card__dia {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.dashboard-visita-card__mes {
    font-size: 14px;
    font-weight: 500;
}

.dashboard-visita-card__conteudo {
    flex: 1;
}

.dashboard-visita-card__conteudo h3 {
    font-size: 16px;
    color: #111b2e;
    margin-bottom: 8px;
    font-weight: 600;
}

.dashboard-visita-card__conteudo p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.dashboard-visita-card__conteudo i {
    color: #e8ad66;
    margin-right: 4px;
}

.dashboard-visita-card__acoes {
    display: flex;
    gap: 8px;
}

/* Histórico de Visitas */
.visitas-historico {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.visita-historico-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.visita-historico-item__info {
    flex: 1;
    min-width: 200px;
}

.visita-historico-item__info h4 {
    font-size: 15px;
    color: #111b2e;
    margin-bottom: 4px;
    font-weight: 600;
}

.visita-historico-item__info span {
    font-size: 13px;
    color: #6b7280;
}

.visita-historico-item__avaliacao {
    display: flex;
    gap: 4px;
    color: #ffc107;
    font-size: 16px;
}

.visita-historico-item__status {
    padding: 4px 12px;
    background: #e8f5e9;
    color: #4caf50;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* ========================================
   PÁGINA DE COTAÇÕES
   ======================================== */

.cotacoes-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.cotacao-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.cotacao-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.cotacao-card__header {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 20px;
    padding: 24px;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

.cotacao-card__imagem {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.cotacao-card__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cotacao-card__info h3 {
    font-size: 18px;
    color: #111b2e;
    margin-bottom: 6px;
    font-weight: 600;
}

.cotacao-card__tipo {
    display: inline-block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.cotacao-card__data {
    font-size: 12px;
    color: #9ca3af;
}

.cotacao-card__status {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cotacao-card__status--em_analise {
    background: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}

.cotacao-card__status--aguardando_resposta {
    background: rgba(255, 193, 7, 0.1);
    color: #f57c00;
}

.cotacao-card__status--aprovada {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.cotacao-card__status--recusada {
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
}

.cotacao-card__conteudo {
    padding: 24px;
}

.cotacao-detalhes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.cotacao-detalhes__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cotacao-detalhes__label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.cotacao-detalhes__valor {
    font-size: 18px;
    color: #111b2e;
    font-weight: 600;
}

.cotacao-detalhes__item--destaque {
    background: rgba(232, 173, 102, 0.1);
    padding: 16px;
    border-radius: 8px;
}

.cotacao-detalhes__item--destaque .cotacao-detalhes__valor {
    font-size: 24px;
    color: #e8ad66;
}

.cotacao-card__acoes {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

/* Simulador de Financiamento */
.simulador-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.simulador-form__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.simulador-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.simulador-form__field span {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.simulador-form__field input,
.simulador-form__field select {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.simulador-form__field input:focus,
.simulador-form__field select:focus {
    outline: none;
    border-color: #e8ad66;
}

.dashboard-btn--lg {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
}

.simulador-resultado {
    margin-top: 32px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(232, 173, 102, 0.1), rgba(210, 156, 82, 0.1));
    border-radius: 12px;
    text-align: center;
}

.simulador-resultado h3 {
    font-size: 20px;
    color: #111b2e;
    margin-bottom: 20px;
}

.simulador-resultado__valor {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.simulador-resultado__valor span {
    font-size: 14px;
    color: #6b7280;
}

.simulador-resultado__valor strong {
    font-size: 42px;
    color: #e8ad66;
    font-weight: 700;
}

/* Responsivo */
@media (max-width: 1024px) {
    .dashboard-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Dashboard Principal */
    .dashboard-imoveis-grid,
    .favoritos-grid {
        grid-template-columns: 1fr;
    }
    
    .dashboard-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .dashboard-card {
        padding: 20px;
    }
    
    .dashboard-card__value {
        font-size: 32px;
    }
    
    .dashboard-imoveis-grid {
        grid-template-columns: 1fr;
    }
    
    /* Visitas */
    .visita-card {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    
    .visita-card__imagem {
        height: 180px;
        margin-bottom: 16px;
    }
    
    .visita-card__acoes {
        flex-direction: column;
        min-width: auto;
        width: 100%;
    }
    
    .visita-card__acoes .dashboard-btn {
        width: 100%;
        justify-content: center;
    }
    
    .dashboard-visita-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .dashboard-visita-card__data {
        width: 100%;
        height: 60px;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
    }
    
    .dashboard-visita-card__dia {
        font-size: 24px;
    }
    
    .dashboard-visita-card__mes {
        font-size: 12px;
    }
    
    .dashboard-visita-card__acoes {
        flex-direction: column;
        width: 100%;
    }
    
    .dashboard-visita-card__acoes .dashboard-btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Histórico de Visitas */
    .visita-historico-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    
    .visita-historico-item__info {
        width: 100%;
        min-width: auto;
    }
    
    .visita-historico-item__avaliacao {
        width: 100%;
        justify-content: flex-start;
    }
    
    .visita-historico-item__status {
        width: 100%;
        text-align: center;
    }
    
    /* Cotações */
    .cotacao-card__header {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .cotacao-card__imagem {
        width: 100%;
        height: 150px;
    }
    
    .cotacao-detalhes {
        grid-template-columns: 1fr;
    }
    
    .cotacao-card__acoes {
        flex-direction: column;
    }
    
    .cotacao-card__acoes .dashboard-btn {
        width: 100%;
        justify-content: center;
    }
    
    .simulador-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    /* Cards ainda menores em telas muito pequenas */
    .dashboard-card {
        padding: 16px;
    }
    
    .dashboard-card__value {
        font-size: 28px;
    }
    
    .dashboard-card__content h3 {
        font-size: 12px;
    }
    
    .dashboard-card__content p {
        font-size: 12px;
    }
    
    /* Visitas */
    .visita-card {
        padding: 16px;
    }
    
    .visita-card__imagem {
        height: 150px;
    }
    
    .visita-card__conteudo h3 {
        font-size: 16px;
    }
    
    .dashboard-visita-card {
        padding: 16px;
    }
}

/* ========================================
   PÁGINA DE PERFIL
   ======================================== */

.perfil-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.perfil-card__avatar-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e7eb;
}

.perfil-card__avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8ad66, #d29c52);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(232, 173, 102, 0.3);
}

.perfil-form {
    width: 100%;
}

.perfil-form__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.perfil-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.perfil-form__field--span-2 {
    grid-column: span 2;
}

.perfil-form__field span {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.perfil-form__field input,
.perfil-form__field select {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.perfil-form__field input:focus,
.perfil-form__field select:focus {
    outline: none;
    border-color: #e8ad66;
}

.perfil-form__field input[readonly] {
    background: #f9fafb;
    color: #6b7280;
    cursor: not-allowed;
}

/* Preferências */
.perfil-preferencias {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.perfil-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.perfil-checkbox:hover {
    background: #f9fafb;
}

.perfil-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #e8ad66;
}

.perfil-checkbox span {
    font-size: 15px;
    color: #374151;
}

/* Card de Perigo */
.perfil-card--danger {
    border: 2px solid #fee;
    background: #fff5f5;
}

.perfil-card--danger h3 {
    font-size: 18px;
    color: #dc2626;
    margin-bottom: 12px;
}

.perfil-card--danger p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Responsivo */
@media (max-width: 768px) {
    .perfil-form__grid {
        grid-template-columns: 1fr;
    }
    
    .perfil-form__field--span-2 {
        grid-column: span 1;
    }
    
    .perfil-card {
        padding: 20px;
    }
}

/* ========================================
   PÁGINA TRABALHE CONOSCO (CARREIRAS)
   ======================================== */

.careers-page {
    background: #f8f9fc;
}

/* Hero Section */
.careers-hero {
    background: #ffffff;
    padding: clamp(80px, 18vh, 160px) 0 clamp(86px, 18vh, 160px);
}

.careers-hero__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(40px, 6vw, 80px);
}

.careers-hero__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.careers-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: fit-content;
}

.careers-hero__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #111b2e;
    line-height: 1.2;
}

.careers-hero__subtitle {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.7;
}

.careers-hero__stats {
    display: flex;
    gap: 32px;
    margin-top: 16px;
}

.careers-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.careers-stat__value {
    font-size: 32px;
    font-weight: 700;
    color: #e8ad66;
    line-height: 1;
}

.careers-stat__label {
    font-size: 14px;
    color: #6b7280;
}

.careers-hero__image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.careers-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Seção de Benefícios */
.careers-benefits {
    background: #ffffff;
    padding: clamp(64px, 12vh, 120px) 0;
}

.careers-benefits__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
}

.careers-benefits__header {
    text-align: center;
    margin-bottom: 64px;
}

.careers-benefits__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.careers-benefits__title {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 16px;
}

.careers-benefits__description {
    font-size: 18px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.careers-benefits__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

.benefit-card {
    background: #f8f9fc;
    padding: 32px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.benefit-card__icon {
    width: 56px;
    height: 56px;
    background: rgba(232, 173, 102, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8ad66;
    font-size: 24px;
    margin-bottom: 20px;
}

.benefit-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #111b2e;
    margin-bottom: 12px;
}

.benefit-card__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* Seção de Vagas */
.careers-positions {
    background: #f8f9fc;
    padding: clamp(64px, 12vh, 120px) 0;
}

.careers-positions__wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
}

.careers-positions__header {
    text-align: center;
    margin-bottom: 64px;
}

.careers-positions__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.careers-positions__title {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 700;
    color: #111b2e;
}

.careers-positions__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.position-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.position-card:hover {
    border-color: #e8ad66;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.position-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 16px;
}

.position-card__info {
    flex: 1;
}

.position-card__title {
    font-size: 22px;
    font-weight: 600;
    color: #111b2e;
    margin-bottom: 12px;
}

.position-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
}

.position-card__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.position-card__meta i {
    color: #e8ad66;
}

.position-card__badge {
    padding: 6px 12px;
    background: #fef3c7;
    color: #92400e;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.position-card__badge--featured {
    background: rgba(232, 173, 102, 0.2);
    color: #e8ad66;
}

.position-card__description {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 20px;
}

.position-card__requirements {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.position-card__requirements strong {
    display: block;
    font-size: 14px;
    color: #111b2e;
    margin-bottom: 12px;
}

.position-card__requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.position-card__requirements li {
    font-size: 14px;
    color: #6b7280;
    padding-left: 20px;
    position: relative;
}

.position-card__requirements li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e8ad66;
    font-weight: 700;
}

.position-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #e8ad66;
    color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.position-card__btn:hover {
    background: #d29c52;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232, 173, 102, 0.4);
}

/* Formulário de Candidatura */
.careers-form {
    background: #ffffff;
    padding: clamp(64px, 12vh, 120px) 0;
}

.careers-form__wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
}

.careers-form__header {
    text-align: center;
    margin-bottom: 48px;
}

.careers-form__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.careers-form__title {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 16px;
}

.careers-form__description {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.7;
}

.application-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.application-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.application-form__field--full {
    grid-column: span 2;
}

.application-form__field span {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.application-form__field input,
.application-form__field select,
.application-form__field textarea {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    color: #111b2e;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.application-form__field input:focus,
.application-form__field select:focus,
.application-form__field textarea:focus {
    outline: none;
    border-color: #e8ad66;
    box-shadow: 0 0 0 3px rgba(232, 173, 102, 0.1);
}

.application-form__field textarea {
    resize: vertical;
    min-height: 120px;
}

/* Upload de Arquivo */
.application-form__file .file-input {
    position: relative;
}

.application-form__file input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-input__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px 20px;
    border: 2px dashed #e5e7eb;
    border-radius: 8px;
    background: #f8f9fc;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-input__placeholder:hover {
    border-color: #e8ad66;
    background: rgba(232, 173, 102, 0.05);
}

.file-input__placeholder i {
    font-size: 32px;
    color: #e8ad66;
}

.file-input__placeholder span {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

/* Consentimento LGPD */
.application-form__consent {
    margin-bottom: 32px;
}

.checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #e8ad66;
    flex-shrink: 0;
}

.checkbox-field span {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.checkbox-field a {
    color: #e8ad66;
    text-decoration: underline;
}

.checkbox-field a:hover {
    color: #d29c52;
}

/* Botão de Envio */
.application-form__submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #e8ad66;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.application-form__submit:hover {
    background: #d29c52;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 173, 102, 0.4);
}

/* Seção Nossa Cultura */
.careers-culture {
    background: #f8f9fc;
    padding: clamp(64px, 12vh, 120px) 0;
}

.careers-culture__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 80px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.careers-culture__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(232, 173, 102, 0.1);
    color: #e8ad66;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.careers-culture__title {
    font-size: clamp(28px, 5vw, 38px);
    font-weight: 700;
    color: #111b2e;
    margin-bottom: 20px;
}

.careers-culture__text {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.careers-culture__values {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.careers-culture__values li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}

.careers-culture__values i {
    color: #e8ad66;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.careers-culture__values strong {
    color: #111b2e;
}

.careers-culture__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.careers-culture__gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
}

/* Responsivo */
@media (max-width: 1024px) {
    .careers-hero__wrapper {
        grid-template-columns: 1fr;
    }

    .careers-hero__image {
        order: -1;
    }

    .careers-benefits__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .careers-culture__wrapper {
        grid-template-columns: 1fr;
    }

    .careers-culture__gallery {
        order: -1;
    }
}

@media (max-width: 768px) {
    .careers-hero__stats {
        flex-direction: column;
        gap: 20px;
    }

    .application-form__grid {
        grid-template-columns: 1fr;
    }

    .application-form__field--full {
        grid-column: span 1;
    }

    .position-card__header {
        flex-direction: column;
    }

    .position-card__badge {
        align-self: flex-start;
    }

    .position-card__meta {
        flex-direction: column;
        gap: 8px;
    }

    .careers-culture__gallery {
        grid-template-columns: 1fr;
    }
}
