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

.services-highlight,
.services-headline,
.services-description,
.services-tag {
    color: #0f172a;
}

.services-grid .service-card,
.services-grid .service-card h4,
.services-grid .service-card p,
.services-grid .service-card a,
.services-grid .service-card i {
    color: #ffffff;
}

.services-grid .service-card {
    background: var(--accent-color);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

/* Tags/eyebrows em cinza escuro (texto e ícones) */
.about-tag,
.about-tag i,
.services-tag,
.services-tag i,
.testimonials-tag,
.testimonials-tag i,
.contact-tag,
.contact-tag i,
.contact-hero__tag,
.contact-hero__tag i,
.practice-hero__tag,
.practice-hero__tag i,
.practice-section__tag,
.practice-section__tag i,
.blog-tag,
.blog-tag i,
.about-hero__tag,
.about-hero__tag i,
.about-section__tag,
.about-section__tag i {
    color: #383838 !important;
}

/* Títulos h3 em cor primária */
h3 {
    color: var(--primary-color) !important;
}

/* Página Sobre: títulos em primária, textos em cinza escuro */
.about-hero__title,
.about-values h2,
.about-careers h2,
.about-careers__form-card h3 {
    color: var(--primary-color) !important;
}

.about-hero__subtitle,
.about-hero__note,
.about-values p,
.about-value-card p,
.about-careers__content p,
.about-careers__list li,
.about-careers__hint {
    color: #383838 !important;
}

/* Página Especialidades: títulos primários, textos escuros, CTAs primário/branco */
.practice-hero__title,
.practice-section__header h2,
.practice-card h3,
.practice-cta__title {
    color: var(--primary-color) !important;
}

.practice-hero__subtitle,
.practice-section__header p,
.practice-card p,
.practice-cta__text,
.practice-card__meta {
    color: #383838 !important;
}

/* Página Contato: título primário, textos escuros */
.contact-hero__title {
    color: var(--primary-color) !important;
}

.contact-hero__subtitle,
.contact-hero__label,
.contact-hero__meta strong {
    color: #383838 !important;
}

.practice-hero__button,
.practice-card__link,
.practice-cta__button {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.practice-hero__link,
.practice-card__link:hover,
.practice-cta__button:hover {
    color: #ffffff !important;
}

/* Ajuste de botões na home (Nossas Especialidades) */
.services-cta,
.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-cta:hover,
.service-card__link:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}

/* Padronização global de botões/links de ação: fundo primário, texto branco */
.btn,
.btn-primary,
.services-cta,
.service-card__link,
.plan-card__cta,
.plans-cta__button,
.plans-cta__link,
.appointment-card__cta,
.contact-hero__button,
.practice-cta__button,
.careers-form__submit,
.hero-slide__cta,
.about-cta,
.testimonials-nav__btn,
.video-modal__close,
.contact-video-play,
.blog-cta,
.products-nav__button--next,
.products-nav__button--prev,
.blog-pagination__link,
.post-navigation__link,
.faq-item__header[aria-expanded="true"],
.dashboard-nav__link.is-active,
.app-download__button,
.team-cta__link,
.faq-cta__link,
.practice-hero__link,
.contact-hero__link,
.plans-cta__button,
.plans-cta__link {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border: none;
}

.btn:hover,
.btn-primary:hover,
.services-cta:hover,
.service-card__link:hover,
.plan-card__cta:hover,
.plans-cta__button:hover,
.plans-cta__link:hover,
.appointment-card__cta:hover,
.contact-hero__button:hover,
.practice-cta__button:hover,
.careers-form__submit:hover,
.hero-slide__cta:hover,
.about-cta:hover,
.testimonials-nav__btn:hover,
.video-modal__close:hover,
.contact-video-play:hover,
.blog-cta:hover,
.products-nav__button--next:hover,
.products-nav__button--prev:hover,
.blog-pagination__link:hover,
.post-navigation__link:hover,
.faq-item__header[aria-expanded="true"]:hover,
.dashboard-nav__link.is-active:hover,
.app-download__button:hover,
.team-cta__link:hover,
.faq-cta__link:hover,
.practice-hero__link:hover,
.contact-hero__link:hover,
.plans-cta__button:hover,
.plans-cta__link:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.about-hero__note {
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    line-height: 1.6;
    color: #0062c4;
    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: #0062c4;
}

.about-highlight span {
    color: #0062c4;
    font-size: 0.98rem;
}

.about-hero__image {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
    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: #0062c4;
    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: #0062c4;
    box-shadow: #0062c4;
}

.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: #ffffff;
    font-size: 1.4rem;
}

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

.about-value-card p {
    color: #0062c4;
    line-height: 1.65;
}

.about-journey {
    padding: clamp(80px, 18vh, 150px) 0 clamp(84px, 18vh, 160px);
    background: linear-gradient(140deg, #0062c4 0%, #0062c4 60%, #0062c4cc 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(247, 210, 5, 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: #0062c4;
    line-height: 1.65;
}

.about-timeline__year {
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0062c4;
    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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
    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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
    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: #ffffff;
    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: #0062c4;
}

.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: #0062c4;
    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: #0062c4;
}

.practice-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: var(--primary-color);
    color: #ffffff;
    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: #ffffff;
    margin-right: 8px;
}

.practice-industries {
    padding: clamp(80px, 18vh, 150px) 0;
    background: linear-gradient(135deg, #0062c4 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: #0062c4;
}

.practice-step__number {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #ffffff;
    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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #ffffff;
}

.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: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.contact-hero__image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: #0062c4;
}

.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: #0062c4;
}

.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: #ffffff;
    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: #0062c4;
    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: #0062c4;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--primary-color);
    color: #ffffff;
    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: #383838;
    line-height: 1.65;
}

.contact-section__header h2 {
    color: var(--primary-color) !important;
}

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

.contact-info__details a {
    color: #0062c4;
    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: #0062c4;
}

.contact-form__intro ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #0062c4;
}

.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: #ffffff;
}

.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: #0062c4;
    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: #ffffff;
    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: #0062c4;
}

.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: #ffffff;
    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: rgba(17, 27, 46, 0.68);
}

.faq-category__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--primary-color);
    color: #ffffff;
    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: #0062c4;
    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: #0062c4;
}

.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: #ffffff;
}

.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: #0062c4;
}

.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: #0062c4;
    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: #ffffff;
    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: #0062c4;
}

.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: #ffffff;
    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: #ffffff;
    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: #0062c4;
}

.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: #ffffff;
    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: #0062c4;
}

.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: #ffffff;
    color: #0062c4;
}

.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: #383838 !important;
    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;
    color: var(--primary-color) !important;
}

.blog-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    color: #383838 !important;
    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(77, 76, 76, 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: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.blog-pagination__link:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.blog-pagination__link.is-active {
    background: var(--primary-color);
    color: #ffffff;
}

.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: var(--primary-color);
    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: #ffffff;
    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: var(--primary-color);
    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: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(0, 98, 196, 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: #ffffff;
    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: #ffffff;
    color: var(--primary-color);
    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(0, 98, 196, 0.25);
}

.login-support {
    background: #ffffff;
    border-radius: 28px;
    padding: clamp(26px, 4.5vw, 34px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: var(--primary-color);
}

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

.login-support__text {
    color: var(--primary-color) !important;
    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: #ffffff;
    color: var(--primary-color);
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease;
}

.login-support__contact:hover {
    transform: translateY(-2px);
    background: var(--primary-color);
    color: #ffffff;
}

.login-support__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #f4f8ff;
    border: 1px solid rgba(0, 98, 196, 0.2);
    color: var(--primary-color) !important;
    line-height: 1.6;
}

.login-support__note i {
    color: var(--primary-color);
    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: #0062c4;
    color: #ffffff;
    transform: translateX(4px);
}

.dashboard-nav__link.is-active {
    background: #ffffff;
    color: #0062c4;
}

.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: #ffffff;
    color: #0062c4;
    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: #ffffff;
}

.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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border: none;
    color: #0062c4;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.dashboard-header__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(210, 156, 82, 0.35);
}

.dashboard-header__button i {
    font-size: 1.1rem;
}

.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: #ffffff;
        color: #0062c4;
    }
}

@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;
    color: #0062c4 !important;
}

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

.services-description {
    font-size: clamp(1rem, 2.1vw, 1.2rem);
    color: #454646;
    line-height: 1.7;
}

.services-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: transparent;
    color: #0062c4;
    border: 1px solid rgba(91, 145, 246, 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: #0062c4;
    color: #ffffff;
    border-color: #0062c4;
}

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

.service-card {
    position: relative;
    background: #0062c4;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #0062c4;
}

.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: var(--accent-color);
    color: #ffffff;
    border-radius: 24px;
    padding: clamp(22px, 4vw, 28px);
    display: grid;
    gap: 8px;
    width: fit-content;
    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;
    color: #ffffff !important;
}

.about-stat-card__label {
    font-size: 1rem;
    opacity: 0.9;
    color: #ffffff !important;
}

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

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #0062c4;
    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: #383838;
}

.about-text--muted {
    color: #383838;
}

.about-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #0062c4;
    color: #f9f9fa;
    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: #0062c4;
}

.testimonials-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #0062c4;
    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: #383838;
    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: #0062c4;
    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: #0062c4;
    color: #ffffff;
    border-color: #0062c4;
    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: #0062c4;
}

.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: #0062c4;
    transform: scale(1.15);
}

.testimonials-dots button:focus {
    outline: 2px solid #0062c4;
    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: var(--primary-color);
    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: #fcfdfd;
}

.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: #0062c4;
    color: #ffffff;
    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: #0062c4;
    border-radius: 32px;
    padding: clamp(32px, 6vw, 44px);
    box-shadow: #0062c4;
    color: #0062c4;
    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 #0062c4;
    background: rgba(255, 255, 255, 0.9);
    color: #0062c4;
    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: #0062c4;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
    border-color: #0062c4;
    box-shadow: #0062c4;
    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: #0062c4;
    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: #0062c4;
    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: #0062c4;
}

.lawyers-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #0062c4;
    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(119, 119, 119, 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: #0062c4;
    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: #0062c4;
    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: #0062c4;
}

.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: #0062c4;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.lawyer-card__contact:hover {
    background: #0062c4;
    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, #f8f9fc 0%, #f8f9fc 100%);
    padding: clamp(80px, 16vh, 160px) 0 clamp(86px, 18vh, 170px);
    color: #0062c4;
}

.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: #0062c4;
    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(102, 101, 101, 0.72);
    line-height: 1.7;
}

.blog-cta {
    align-self: flex-start;
    background: #0062c4;
    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: #0062c4;
    color: #ffffff;
    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: #0062c4;
}

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

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

.blog-card__readmore {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--primary-color);
    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: #0062c4;
}

.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: #ffffff;
    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: #0062c4;
    color: #ffffff;
    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: #0062c4;
    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: #0062c4;
    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: #0062c4;
    transform: scale(1.15);
}

.hero-slider__dots button:focus {
    outline: 2px solid #0062c4;
    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;
    }
}

/* ========================================
   PLANS PAGE STYLES
   ======================================== */

.plans-page {
    background: #f8f9fc;
}

.plans-hero {
    padding: clamp(80px, 16vh, 140px) 0 clamp(72px, 14vh, 120px);
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
}

.plans-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, 64px);
}

.plans-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 3.5vw, 28px);
    color: #ffffff;
}

.plans-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.plans-hero__title {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.plans-hero__subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.plans-hero__benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}

.plans-hero__benefits article {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.plans-hero__benefits i {
    color: #25d366;
    font-size: 1.2rem;
}

.plans-hero__image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3);
}

.plans-hero__image img {
    width: 100%;
    height: auto;
    display: block;
}

.plans-section__header {
    width: min(900px, 92%);
    margin: 0 auto clamp(36px, 6vw, 56px);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plans-section__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.88rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.plans-section__header h2 {
    font-size: clamp(2rem, 4.2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0062c4;
}

.plans-section__header p {
    font-size: clamp(1.05rem, 2vw, 1.18rem);
    line-height: 1.65;
    color: rgba(17, 27, 46, 0.7);
}

.plans-pricing {
    padding: clamp(64px, 12vh, 100px) 0;
    background: #ffffff;
}

.plans-pricing__grid {
    width: min(1240px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3.5vw, 32px);
}

.plan-card {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 24px;
    padding: clamp(28px, 4.5vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(17, 27, 46, 0.12);
    border-color: #ffffff;
}

.plan-card--featured {
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
    border-color: #f6b65b;
    transform: scale(1.05);
    box-shadow: 0 32px 64px rgba(17, 27, 46, 0.2);
}

.plan-card--featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.plan-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f6b65b 0%, #ffffff 100%);
    color: #0062c4;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.plan-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.plan-card__name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0062c4;
}

.plan-card--featured .plan-card__name {
    color: #ffffff;
}

.plan-card__description {
    font-size: 0.95rem;
    color: rgba(17, 27, 46, 0.65);
}

.plan-card--featured .plan-card__description {
    color: rgba(255, 255, 255, 0.75);
}

.plan-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.plan-card__currency {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
}

.plan-card--featured .plan-card__currency {
    color: #f6b65b;
}

.plan-card__amount {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0062c4;
    line-height: 1;
}

.plan-card--featured .plan-card__amount {
    color: #ffffff;
}

.plan-card__period {
    font-size: 1.1rem;
    color: rgba(17, 27, 46, 0.6);
}

.plan-card--featured .plan-card__period {
    color: rgba(255, 255, 255, 0.7);
}

.plan-card__savings {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: center;
}

.plan-card--featured .plan-card__savings {
    background: rgba(246, 182, 91, 0.2);
    color: #f6b65b;
}

.plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.plan-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.98rem;
    line-height: 1.5;
    color: rgba(17, 27, 46, 0.8);
}

.plan-card--featured .plan-card__features li {
    color: rgba(255, 255, 255, 0.9);
}

.plan-card__features i {
    color: #25d366;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.plan-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background: #0062c4;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(210, 156, 82, 0.35);
}

.plan-card__button--featured {
    background: #ffffff;
    color: #0062c4;
}

.plans-personal {
    padding: clamp(64px, 12vh, 100px) 0;
    background: #f8f9fc;
}

.plans-personal__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, 64px);
}

.plans-personal__content {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 3.5vw, 24px);
}

.plans-personal__content h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0062c4;
}

.plans-personal__content p {
    font-size: clamp(1.05rem, 2vw, 1.18rem);
    line-height: 1.65;
    color: rgba(17, 27, 46, 0.7);
}

.plans-personal__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plans-personal__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: rgba(17, 27, 46, 0.8);
}

.plans-personal__list i {
    color: #25d366;
    font-size: 1.1rem;
}

.plans-personal__pricing {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 18px;
    padding: 24px;
}

.plans-personal__price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e8ecf4;
}

.plans-personal__price-item:last-child {
    border-bottom: none;
}

.plans-personal__price-item strong {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0062c4;
}

.plans-personal__price-item span {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.plans-personal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
}

.plans-personal__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(210, 156, 82, 0.35);
}

.plans-personal__image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(17, 27, 46, 0.15);
}

.plans-personal__image img {
    width: 100%;
    height: auto;
    display: block;
}

.plans-comparison {
    padding: clamp(64px, 12vh, 100px) 0;
    background: #ffffff;
}

.plans-comparison__wrapper {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.plans-comparison__table {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
}

.plans-comparison__table table {
    width: 100%;
    border-collapse: collapse;
}

.plans-comparison__table thead {
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
}

.plans-comparison__table th {
    padding: 20px 16px;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.plans-comparison__table th:first-child {
    padding-left: 28px;
}

.plans-comparison__table tbody tr {
    border-bottom: 1px solid #e8ecf4;
}

.plans-comparison__table tbody tr:last-child {
    border-bottom: none;
}

.plans-comparison__table td {
    padding: 18px 16px;
    font-size: 0.98rem;
    color: rgba(17, 27, 46, 0.8);
}

.plans-comparison__table td:first-child {
    padding-left: 28px;
    font-weight: 600;
    color: #0062c4;
}

.plans-comparison__table td i.fa-check {
    color: #25d366;
    font-size: 1.2rem;
}

.plans-comparison__table td i.fa-times {
    color: #e8ecf4;
    font-size: 1.2rem;
}

.plans-faq {
    padding: clamp(64px, 12vh, 100px) 0;
    background: #f8f9fc;
}

.plans-faq__grid {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3.5vw, 28px);
}

.plans-faq__item {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    padding: clamp(24px, 4vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.plans-faq__item:hover {
    border-color: #ffffff;
    box-shadow: 0 12px 24px rgba(17, 27, 46, 0.08);
}

.plans-faq__item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0062c4;
    line-height: 1.4;
}

.plans-faq__item p {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(17, 27, 46, 0.75);
}

.plans-cta {
    padding: clamp(64px, 12vh, 100px) 0;
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
}

.plans-cta__wrapper {
    width: min(900px, 92%);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 40px);
}

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

.plans-cta__content h2 {
    font-size: clamp(2.2rem, 4.5vw, 3rem);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.plans-cta__content p {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.plans-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.plans-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 36px;
    background: #ffffff;
    color: #0062c4;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plans-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(246, 182, 91, 0.4);
}

.plans-cta__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.plans-cta__link:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Responsive Plans Page */
@media (max-width: 992px) {
    .plans-hero__wrapper,
    .plans-personal__wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .plans-hero__image,
    .plans-personal__image {
        order: -1;
    }

    .plans-pricing__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .plan-card--featured {
        transform: scale(1);
    }

    .plan-card--featured:hover {
        transform: translateY(-8px);
    }

    .plans-comparison__table {
        overflow-x: auto;
    }

    .plans-faq__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .plans-comparison__table th,
    .plans-comparison__table td {
        padding: 14px 12px;
        font-size: 0.92rem;
    }

    .plans-comparison__table th:first-child,
    .plans-comparison__table td:first-child {
        padding-left: 16px;
    }

    .plans-cta__actions {
        flex-direction: column;
        width: 100%;
    }

    .plans-cta__button,
    .plans-cta__link {
        width: 100%;
    }
}

/* ========================================
   DASHBOARD / STUDENT AREA STYLES
   ======================================== */

/* Dashboard Header Enhancements */
.dashboard-header__subtitle {
    font-size: 0.95rem;
    color: rgba(17, 27, 46, 0.65);
    margin-top: 4px;
}

/* Dashboard Cards with Colors */
.dashboard-card {
    position: relative;
    overflow: hidden;
}

.dashboard-card__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
    opacity: 0.15;
}

.dashboard-card--primary {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border: none;
}

.dashboard-card--primary .dashboard-card__content h3,
.dashboard-card--primary .dashboard-card__content .dashboard-card__value,
.dashboard-card--primary .dashboard-card__content p {
    color: #ffffff;
}

.dashboard-card--primary .dashboard-card__icon {
    background: #ffffff;
    color: #4f46e5;
}

.dashboard-card--success {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border: none;
}

.dashboard-card--success .dashboard-card__content h3,
.dashboard-card--success .dashboard-card__content .dashboard-card__value,
.dashboard-card--success .dashboard-card__content p {
    color: #ffffff;
}

.dashboard-card--success .dashboard-card__icon {
    background: #ffffff;
    color: #10b981;
}

.dashboard-card--warning {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border: none;
}

.dashboard-card--warning .dashboard-card__content h3,
.dashboard-card--warning .dashboard-card__content .dashboard-card__value,
.dashboard-card--warning .dashboard-card__content p {
    color: #ffffff;
}

.dashboard-card--warning .dashboard-card__icon {
    background: #ffffff;
    color: #f59e0b;
}

.dashboard-card--info {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    border: none;
}

.dashboard-card--info .dashboard-card__content h3,
.dashboard-card--info .dashboard-card__content .dashboard-card__value,
.dashboard-card--info .dashboard-card__content p {
    color: #ffffff;
}

.dashboard-card--info .dashboard-card__icon {
    background: #ffffff;
    color: #8b5cf6;
}

/* Workout Schedule with GIFs */
.workout-schedule {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.workout-exercise {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    align-items: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.workout-exercise:hover {
    border-color: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 27, 46, 0.08);
}

.workout-exercise__media {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fc;
}

.workout-exercise__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workout-exercise__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
}

.workout-exercise__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.workout-exercise__content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0062c4;
}

.workout-exercise__content p {
    font-size: 0.95rem;
    color: rgba(17, 27, 46, 0.7);
}

.workout-exercise__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.workout-exercise__tags span {
    background: rgba(210, 156, 82, 0.1);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.workout-exercise__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.workout-exercise__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(210, 156, 82, 0.3);
}

.dashboard-button-full {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 12px;
}

.dashboard-button-full:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(16, 185, 129, 0.3);
}

/* Video Lessons */
.video-lessons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.video-lesson {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.video-lesson:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(17, 27, 46, 0.12);
    border-color: #ffffff;
}

.video-lesson__thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

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

.video-lesson:hover .video-lesson__thumbnail img {
    transform: scale(1.05);
}

.video-lesson__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(210, 156, 82, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.video-lesson:hover .video-lesson__play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ffffff;
}

.video-lesson__duration {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(17, 27, 46, 0.85);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.video-lesson__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-lesson__content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
}

.video-lesson__content p {
    font-size: 0.92rem;
    color: rgba(17, 27, 46, 0.65);
}

.video-lesson__meta {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.video-lesson__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    color: rgba(17, 27, 46, 0.7);
}

.video-lesson__meta i {
    color: #ffffff;
}

/* Invoices Table */
.invoices-table {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
}

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

.invoices-table thead {
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
}

.invoices-table th {
    padding: 18px 16px;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.invoices-table tbody tr {
    border-bottom: 1px solid #e8ecf4;
    transition: background 0.2s ease;
}

.invoices-table tbody tr:last-child {
    border-bottom: none;
}

.invoices-table tbody tr:hover {
    background: #f8f9fc;
}

.invoices-table td {
    padding: 16px;
    font-size: 0.95rem;
    color: rgba(17, 27, 46, 0.8);
}

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-badge--pending {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.status-badge--paid {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.table-action {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.table-action:hover {
    background: rgba(210, 156, 82, 0.1);
    color: #0062c4;
}

/* Dashboard Sidebar Profile */
.dashboard-sidebar__profile {
    padding: 24px;
    border-bottom: 2px solid #e8ecf4;
}

.dashboard-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dashboard-profile__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
}

.dashboard-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-profile__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-profile__info strong {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0062c4;
}

.dashboard-profile__info span {
    font-size: 0.88rem;
    color: rgba(17, 27, 46, 0.65);
}

.dashboard-help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 12px;
}

.dashboard-help-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(210, 156, 82, 0.3);
}

/* Responsive Dashboard */
@media (max-width: 992px) {
    .workout-exercise {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .workout-exercise__media {
        width: 100%;
        height: 200px;
    }

    .workout-exercise__button {
        width: 100%;
        justify-content: center;
    }

    .video-lessons {
        grid-template-columns: 1fr;
    }

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

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

    .dashboard-card__icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .video-lesson__thumbnail {
        height: 180px;
    }

    .invoices-table th,
    .invoices-table td {
        padding: 12px 10px;
        font-size: 0.88rem;
    }
}

/* ========================================
   WORKOUT TABS & HISTORY
   ======================================== */

.workout-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 32px;
}

.workout-tab {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 16px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.workout-tab:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(17, 27, 46, 0.08);
}

.workout-tab--active {
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border-color: #ffffff;
}

.workout-tab__day {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(17, 27, 46, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.workout-tab--active .workout-tab__day {
    color: rgba(17, 27, 46, 0.8);
}

.workout-tab__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
}

.workout-tab--active .workout-tab__name {
    color: #0062c4;
}

.workout-tab__focus {
    font-size: 0.88rem;
    color: rgba(17, 27, 46, 0.6);
}

.workout-tab--active .workout-tab__focus {
    color: rgba(17, 27, 46, 0.75);
}

.workout-exercise__notes {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    padding: 12px;
    background: rgba(210, 156, 82, 0.08);
    border-radius: 10px;
    font-size: 0.9rem;
    color: rgba(17, 27, 46, 0.75);
    line-height: 1.5;
}

.workout-exercise__notes i {
    color: #ffffff;
    margin-top: 2px;
    flex-shrink: 0;
}

.workout-summary {
    margin-top: 32px;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    padding: 28px;
}

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

.workout-stat {
    display: flex;
    align-items: center;
    gap: 16px;
}

.workout-stat i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(210, 156, 82, 0.15) 0%, rgba(246, 182, 91, 0.15) 100%);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.4rem;
}

.workout-stat div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.workout-stat strong {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0062c4;
}

.workout-stat span {
    font-size: 0.88rem;
    color: rgba(17, 27, 46, 0.65);
}

.workout-history {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.workout-history-item {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 16px;
    padding: 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.workout-history-item:hover {
    border-color: #ffffff;
    box-shadow: 0 4px 12px rgba(17, 27, 46, 0.06);
}

.workout-history-item__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
}

.workout-history-item--completed .workout-history-item__icon {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.workout-history-item--pending .workout-history-item__icon {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

.workout-history-item__content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 4px;
}

.workout-history-item__content p {
    font-size: 0.9rem;
    color: rgba(17, 27, 46, 0.65);
}

.workout-history-item__badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.workout-history-item__badge--pending {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}

/* ========================================
   VIDEO FILTERS & LESSONS
   ======================================== */

.video-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.video-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(17, 27, 46, 0.75);
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-filter:hover {
    border-color: #ffffff;
    color: #0062c4;
}

.video-filter--active {
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border-color: #ffffff;
    color: #0062c4;
}

.video-filter i {
    font-size: 1.1rem;
}

.video-lessons--featured {
    display: grid;
    grid-template-columns: 1fr;
}

.video-lesson--large .video-lesson__thumbnail {
    height: 320px;
}

.video-lesson__new {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive Workout & Videos */
@media (max-width: 992px) {
    .workout-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workout-summary__stats {
        grid-template-columns: 1fr;
    }

    .workout-history-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .workout-history-item__icon {
        margin: 0 auto;
    }

    .workout-history-item__badge {
        align-self: center;
    }

    .video-filters {
        justify-content: center;
    }

    .video-lesson--large .video-lesson__thumbnail {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .workout-tabs {
        grid-template-columns: 1fr;
    }

    .workout-tab {
        padding: 16px;
    }

    .video-filter {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
}

/* ========================================
   PRODUCTS CAROUSEL SECTION
   ======================================== */

.products-section {
    background: #f8f9fc;
    padding: clamp(64px, 12vh, 100px) 0;
}

.products-wrapper {
    width: min(1280px, 92%);
    margin: 0 auto;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: clamp(36px, 6vw, 48px);
    gap: 24px;
}

.products-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.products-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.products-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0062c4;
}

.products-description {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(17, 27, 46, 0.7);
    max-width: 600px;
}

.products-nav {
    display: flex;
    gap: 12px;
}

.products-nav__button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 12px;
    color: #0062c4;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.products-nav__button:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border-color: #ffffff;
    color: #0062c4;
    transform: translateY(-2px);
}

.products-carousel {
    overflow: hidden;
    position: relative;
}

.products-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
    align-items: stretch;
}

.product-card {
    flex: 0 0 calc(25% - 18px);
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(17, 27, 46, 0.12);
    border-color: #ffffff;
}

.product-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.product-card__badge--new {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #ffffff;
}

.product-card__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f8f9fc;
}

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

.product-card:hover .product-card__image img {
    transform: scale(1.1);
}

.product-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.product-card__category {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.product-card__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
    line-height: 1.3;
    min-height: 2.6em;
}

.product-card__description {
    font-size: 0.92rem;
    color: rgba(17, 27, 46, 0.65);
    line-height: 1.5;
    min-height: 3em;
}

.product-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.9rem;
}

.product-card__rating i {
    color: #f6b65b;
}

.product-card__rating span {
    margin-left: 4px;
    color: rgba(17, 27, 46, 0.6);
    font-size: 0.88rem;
}

.product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e8ecf4;
}

.product-card__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-card__price-old {
    font-size: 0.88rem;
    color: rgba(17, 27, 46, 0.5);
    text-decoration: line-through;
}

.product-card__price-current {
    font-size: 1.4rem;
    font-weight: 800;
    color: #10b981;
}

.product-card__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    font-size: 0.92rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.product-card__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(210, 156, 82, 0.35);
}

/* Responsive Products */
@media (max-width: 1200px) {
    .product-card {
        flex: 0 0 calc(33.333% - 16px);
    }
}

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

    .products-nav {
        align-self: flex-end;
    }

    .product-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .products-nav {
        width: 100%;
        justify-content: center;
    }

    .products-nav__button {
        flex: 1;
        max-width: 120px;
    }

    .product-card {
        flex: 0 0 100%;
    }

    .product-card__image {
        height: 200px;
    }

    .product-card__footer {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .product-card__button {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   CONTACT VIDEO & MODAL
   ======================================== */

.contact-video-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(17, 27, 46, 0.15);
}

.contact-video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    cursor: pointer;
    overflow: hidden;
}

.contact-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.contact-video-thumbnail:hover img {
    transform: scale(1.1);
}

.contact-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0062c4;
    font-size: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    padding-left: 6px;
}

.contact-video-thumbnail:hover .contact-video-play {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 16px 32px rgba(210, 156, 82, 0.5);
}

.contact-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(17, 27, 46, 0.95) 0%, transparent 100%);
    padding: 40px 32px 32px;
    color: #ffffff;
    z-index: 1;
}

.contact-video-overlay h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-video-overlay p {
    font-size: 1.05rem;
    opacity: 0.9;
}

/* Video Modal Popup */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-modal.is-active {
    display: flex;
}

.video-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 27, 46, 0.95);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.video-modal__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.4s ease;
    z-index: 1;
}

.video-modal__close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

.video-modal__player {
    width: 100%;
    height: 100%;
}

.video-modal__player iframe {
    width: 100%;
    height: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Video Modal */
@media (max-width: 768px) {
    .contact-video-thumbnail {
        min-height: 300px;
    }

    .contact-video-play {
        width: 64px;
        height: 64px;
        font-size: 1.6rem;
    }

    .contact-video-overlay {
        padding: 24px 20px 20px;
    }

    .contact-video-overlay h4 {
        font-size: 1.3rem;
    }

    .contact-video-overlay p {
        font-size: 0.95rem;
    }

    .video-modal__close {
        top: -45px;
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .video-modal__content {
        border-radius: 12px;
    }
}

/* ========================================
   SHOP & PRODUCT PAGES
   ======================================== */

.shop-page, .product-page {
    background: #f8f9fc;
}

.shop-hero {
    background: linear-gradient(135deg, #0062c4 0%, #1a2942 100%);
    padding: clamp(60px, 12vh, 100px) 0;
    text-align: center;
    color: #ffffff;
}

.shop-hero__wrapper {
    width: min(900px, 92%);
    margin: 0 auto;
}

.shop-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #f6b65b;
    margin-bottom: 16px;
}

.shop-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 12px;
}

.shop-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    opacity: 0.9;
}

.shop-content {
    padding: clamp(48px, 10vh, 80px) 0;
}

.shop-wrapper {
    width: min(1280px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

.shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.shop-categories h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 16px;
}

.shop-category {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(17, 27, 46, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.shop-category:hover, .shop-category--active {
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border-color: #ffffff;
    color: #0062c4;
}

.shop-category .count {
    margin-left: auto;
    font-size: 0.85rem;
    opacity: 0.7;
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 12px;
}

.shop-sort {
    padding: 8px 16px;
    border: 2px solid #e8ecf4;
    border-radius: 8px;
    font-size: 0.95rem;
}

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

.shop-product {
    background: #ffffff;
    border: 2px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.shop-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(17, 27, 46, 0.12);
    border-color: #ffffff;
}

.shop-product__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.shop-product__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.shop-product__badge--new {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: #ffffff;
}

.shop-product__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

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

.shop-product:hover .shop-product__image img {
    transform: scale(1.1);
}

.shop-product__content {
    padding: 20px;
}

.shop-product__category {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.shop-product__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
    margin: 8px 0;
}

.shop-product__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.9rem;
    color: #f6b65b;
    margin: 12px 0;
}

.shop-product__rating span {
    color: rgba(17, 27, 46, 0.6);
    margin-left: 4px;
}

.shop-product__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shop-product__price-old {
    font-size: 0.9rem;
    color: rgba(17, 27, 46, 0.5);
    text-decoration: line-through;
}

.shop-product__price-current {
    font-size: 1.4rem;
    font-weight: 800;
    color: #10b981;
}

.shop-product__cart {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    border: none;
    border-radius: 50%;
    color: #0062c4;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.shop-product__cart:hover {
    transform: scale(1.1);
}

/* Product Page */
.product-wrapper {
    width: min(1280px, 92%);
    margin: 0 auto;
    padding: clamp(32px, 8vh, 60px) 0;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    font-size: 0.9rem;
}

.product-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.product-breadcrumb i {
    font-size: 0.7rem;
    color: rgba(17, 27, 46, 0.4);
}

.product-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 40px;
}

.product-gallery__main {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery__thumbs {
    display: flex;
    gap: 12px;
}

.product-thumb {
    width: 80px;
    height: 80px;
    border: 2px solid #e8ecf4;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.product-thumb--active, .product-thumb:hover {
    border-color: #ffffff;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0062c4;
    margin: 12px 0;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}

.product-stars {
    display: flex;
    gap: 4px;
    color: #f6b65b;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.product-price__old {
    font-size: 1.1rem;
    color: rgba(17, 27, 46, 0.5);
    text-decoration: line-through;
}

.product-price__current {
    font-size: 2.2rem;
    font-weight: 800;
    color: #10b981;
}

.product-price__discount {
    background: #10b981;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
}

.product-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(17, 27, 46, 0.8);
    margin: 20px 0;
}

.product-features {
    margin: 24px 0;
}

.product-features h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-features ul {
    list-style: none;
    padding: 0;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: rgba(17, 27, 46, 0.8);
}

.product-features i {
    color: #10b981;
}

.product-options {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}

.product-option {
    flex: 1;
}

.product-option label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e8ecf4;
    border-radius: 10px;
    font-size: 1rem;
}

.product-quantity {
    display: flex;
    border: 2px solid #e8ecf4;
    border-radius: 10px;
    overflow: hidden;
}

.product-quantity input {
    width: 60px;
    text-align: center;
    border: none;
    font-size: 1rem;
    font-weight: 600;
}

.qty-btn {
    width: 40px;
    height: 44px;
    background: #f8f9fc;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: #e8ecf4;
}

.product-actions {
    display: flex;
    gap: 12px;
    margin: 32px 0;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-btn--primary {
    flex: 1;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
}

.product-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(210, 156, 82, 0.35);
}

.product-btn--secondary {
    width: 56px;
    background: #ffffff;
    border: 2px solid #e8ecf4;
    color: #ffffff;
}

.product-btn--secondary:hover {
    background: #f8f9fc;
}

.product-shipping {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 12px;
    color: #10b981;
}

.product-tabs {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
}

.product-tabs__nav {
    display: flex;
    border-bottom: 2px solid #e8ecf4;
}

.product-tab {
    flex: 1;
    padding: 20px;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(17, 27, 46, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-tab--active {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.product-tabs__content {
    padding: 40px;
}

.product-tab-panel {
    display: none;
}

.product-tab-panel--active {
    display: block;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.product-table tr {
    border-bottom: 1px solid #e8ecf4;
}

.product-table td {
    padding: 12px 0;
}

.product-table td:first-child {
    font-weight: 600;
    width: 40%;
}

.product-review {
    padding: 20px 0;
    border-bottom: 1px solid #e8ecf4;
}

.product-review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .shop-wrapper {
        grid-template-columns: 1fr;
    }
    
    .shop-sidebar {
        order: 2;
    }
    
    .shop-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .product-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .shop-products {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   DIET PAGE
   ======================================== */

.diet-summary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.diet-summary-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #e8ecf4;
}

.diet-summary-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
}

.diet-summary-card__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.diet-summary-card__label {
    font-size: 0.85rem;
    color: rgba(17, 27, 46, 0.6);
}

.diet-summary-card__value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0062c4;
}

.diet-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.diet-info-card {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #e8ecf4;
    padding: 24px;
}

.diet-info-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.diet-info-card h3 i {
    color: #ffffff;
}

.diet-objective {
    font-size: 1.3rem;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 8px;
}

.diet-objective-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(17, 27, 46, 0.7);
}

.diet-nutritionist {
    display: flex;
    align-items: center;
    gap: 16px;
}

.diet-nutritionist img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.diet-nutritionist strong {
    display: block;
    font-size: 1.05rem;
    color: #0062c4;
    margin-bottom: 4px;
}

.diet-nutritionist p {
    font-size: 0.85rem;
    color: rgba(17, 27, 46, 0.6);
    margin-bottom: 8px;
}

.diet-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.diet-contact-link:hover {
    color: #b8843e;
}

.diet-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.diet-schedule {
    margin-bottom: 40px;
}

.meal-card {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #e8ecf4;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.meal-card:hover {
    border-color: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 27, 46, 0.08);
}

.meal-card--highlight {
    border-color: #ffffff;
    background: linear-gradient(to right, rgba(210, 156, 82, 0.03), #ffffff);
}

.meal-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #f8f9fc;
    border-bottom: 2px solid #e8ecf4;
}

.meal-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.3rem;
}

.meal-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 4px;
}

.meal-card__time {
    font-size: 0.85rem;
    color: rgba(17, 27, 46, 0.6);
    display: flex;
    align-items: center;
    gap: 6px;
}

.meal-card__calories {
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
    color: #10b981;
}

.meal-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fc;
    border-radius: 10px;
}

.meal-item__name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0062c4;
}

.meal-item__qty {
    font-size: 0.9rem;
    color: rgba(17, 27, 46, 0.7);
}

.meal-card__macros {
    display: flex;
    gap: 24px;
    padding: 16px 24px;
    background: #f8f9fc;
    border-top: 2px solid #e8ecf4;
    font-size: 0.9rem;
    color: rgba(17, 27, 46, 0.8);
}

.meal-card__macros strong {
    color: #0062c4;
}

.diet-tips {
    margin-bottom: 40px;
}

.diet-tips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.diet-tip-card {
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    border: 2px solid #e8ecf4;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.diet-tip-card i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f6b65b 100%);
    color: #0062c4;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.diet-tip-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0062c4;
    margin-bottom: 8px;
}

.diet-tip-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(17, 27, 46, 0.7);
}

@media (max-width: 992px) {
    .diet-info-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .diet-tips-grid {
        grid-template-columns: 1fr;
    }

    .meal-card__header {
        flex-wrap: wrap;
    }

    .meal-card__calories {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 12px;
        border-top: 1px solid #e8ecf4;
    }

    .meal-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .meal-card__macros {
        justify-content: space-around;
    }
}


/* Post Page Styles */

/* Breadcrumb */
.post-breadcrumb {
    padding: 2rem 0 1rem;
    background: #f8f9fa;
}

.post-breadcrumb__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
}

.post-breadcrumb__wrapper a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-breadcrumb__wrapper a:hover {
    color: #0052a3;
}

.post-breadcrumb__wrapper i {
    color: #999;
    font-size: 0.7rem;
}

.post-breadcrumb__wrapper span {
    color: #666;
}

/* Post Header */
.post-header {
    padding: 3rem 0;
    background: #f8f9fa;
}

.post-header__wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.post-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.post-category {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #0066cc;
    color: white;
    border-radius: 20px;
    font-weight: 600;
}

.post-date,
.post-reading-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.post-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #111;
    margin-bottom: 1rem;
}

.post-excerpt {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
}

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

.post-author__info strong {
    display: block;
    color: #111;
    margin-bottom: 0.25rem;
}

.post-author__info span {
    color: #666;
    font-size: 0.9rem;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.post-share span {
    color: #666;
    font-weight: 500;
}

.post-share a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
}

.post-share a:hover {
    background: #0066cc;
    border-color: #0066cc;
    color: white;
    transform: translateY(-2px);
}

/* Featured Image */
.post-featured-image {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.post-featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
}

/* Post Content */
.post-content {
    padding: 4rem 0;
}

.post-content__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 4rem;
}

.post-content__main {
    max-width: 800px;
}

.post-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    border-left: 4px solid #0066cc;
}

.post-section {
    margin-bottom: 3rem;
}

.post-section h2 {
    font-size: 1.75rem;
    color: #111;
    margin-bottom: 1rem;
}

.post-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.post-conclusion {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.post-conclusion h2 {
    font-size: 1.5rem;
    color: #111;
    margin-bottom: 1rem;
}

.post-conclusion p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.post-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    border-radius: 12px;
    margin-bottom: 3rem;
}

.post-cta__content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.post-cta__content i {
    font-size: 3rem;
}

.post-cta__content h3 {
    margin-bottom: 0.25rem;
}

.post-cta__content p {
    opacity: 0.9;
}

.post-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: white;
    color: #0066cc;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
}

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

.post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.post-tags strong {
    color: #111;
}

.post-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f0f7ff;
    color: #0066cc;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.post-tag:hover {
    background: #0066cc;
    color: white;
}

/* Sidebar */
.post-sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.sidebar-widget {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.sidebar-widget__title {
    font-size: 1.25rem;
    color: #111;
    margin-bottom: 1.5rem;
}

.sidebar-author {
    text-align: center;
}

.sidebar-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.sidebar-author h4 {
    color: #111;
    margin-bottom: 0.5rem;
}

.sidebar-author p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.sidebar-author__button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #0066cc;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.sidebar-author__button:hover {
    background: #0052a3;
}

.sidebar-widget--newsletter {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    text-align: center;
}

.sidebar-widget--newsletter i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.sidebar-widget--newsletter h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.sidebar-widget--newsletter p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.sidebar-newsletter {
    display: flex;
    gap: 0.5rem;
}

.sidebar-newsletter input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
}

.sidebar-newsletter button {
    width: 45px;
    height: 45px;
    background: white;
    color: #0066cc;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.sidebar-newsletter button:hover {
    transform: scale(1.05);
}

/* Post Navigation */
.post-navigation {
    padding: 3rem 0;
    background: #f8f9fa;
}

.post-navigation__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
}

.post-navigation__link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: white;
    color: #0066cc;
    border: 2px solid #0066cc;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.post-navigation__link:hover {
    background: #0066cc;
    color: white;
}

/* Responsive */
@media (max-width: 992px) {
    .post-content__wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .post-sidebar {
        position: static;
    }

    .post-title {
        font-size: 2rem;
    }

    .post-featured-image img {
        height: 350px;
    }

    .post-cta {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .post-title {
        font-size: 1.75rem;
    }

    .post-excerpt {
        font-size: 1.1rem;
    }

    .post-featured-image img {
        height: 250px;
        border-radius: 8px;
    }

    .post-header__meta {
        gap: 1rem;
    }

    .post-share {
        flex-wrap: wrap;
    }
}
