/* ================================================================
   PUBLIC HOMEPAGE THEME
   Đổi màu toàn bộ trang tại đúng 1 dòng: --home-primary.
   Mọi box, icon, nút, nền nhạt và footer đều sinh từ màu này.
   ================================================================ */
:root {
    --home-primary: #087a69;
    --home-primary-dark: #055b50;
    --home-primary-dark: color-mix(in srgb, var(--home-primary), #001c18 28%);
    --home-primary-deep: #06453e;
    --home-primary-deep: color-mix(in srgb, var(--home-primary), #00100e 48%);
    --home-primary-soft: #eef9f7;
    --home-primary-soft: color-mix(in srgb, var(--home-primary), #fff 93%);
    --home-primary-pale: #d7efeb;
    --home-primary-pale: color-mix(in srgb, var(--home-primary), #fff 83%);
    --home-ink: #173c37;
    --home-muted: #647a76;
    --home-line: #dce9e6;
    --home-white: #fff;
    --home-radius: 10px;
    --home-container: 1350px;
}

/* ---------- Shared public shell ---------- */
.nencer-site {
    background: #fff;
    color: var(--home-ink);
    font-size: 16px;
}

.nencer-site .nencer-container {
    max-width: var(--home-container);
    width: 100%;
}

.nencer-site a:focus-visible,
.nencer-site button:focus-visible {
    outline: 3px solid var(--home-primary-pale);
    outline-offset: 2px;
}

.nencer-header {
    background: #fff;
    border-bottom: 1px solid var(--home-line);
    box-shadow: none;
}

.nencer-utility-bar {
    background: var(--home-primary-dark);
    color: #fff;
    font-size: 13px;
}

.nencer-utility-inner,
.nencer-utility-inner > div {
    align-items: center;
    display: flex;
}

.nencer-utility-inner {
    justify-content: space-between;
    min-height: 38px;
}

.nencer-utility-inner > div {
    gap: 20px;
}

.nencer-utility-inner a {
    color: rgba(255, 255, 255, .9);
    font-weight: 650;
}

.nencer-utility-inner a:hover {
    color: #fff;
}

.nencer-utility-inner i {
    margin-right: 5px;
}

.nencer-header-inner {
    gap: 28px;
    min-height: 78px;
}

.nencer-brand img {
    height: 48px;
    max-width: 190px;
}

.nencer-nav {
    gap: 3px;
}

.nencer-nav > a,
.nencer-nav-group > a,
.nencer-submenu-toggle {
    min-height: 78px;
}

.nencer-nav > a,
.nencer-nav-group > a {
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 750;
    padding-left: 9px;
    padding-right: 9px;
}

.nencer-nav > a::after,
.nencer-nav-group > a::after {
    background: var(--home-primary);
    height: 2px;
    left: 9px;
    right: 9px;
}

.nencer-nav > a:hover,
.nencer-nav > a:focus-visible,
.nencer-nav-group:hover > a,
.nencer-nav-group:focus-within > a,
.nencer-nav-group:hover .nencer-submenu-toggle,
.nencer-nav-group:focus-within .nencer-submenu-toggle {
    color: var(--home-primary);
}

.nencer-dropdown {
    border-color: var(--home-line);
    border-radius: 7px;
    box-shadow: 0 14px 32px rgba(9, 62, 54, .12);
}

.nencer-dropdown a:hover,
.nencer-dropdown a:focus-visible {
    background: var(--home-primary-soft);
    color: var(--home-primary);
}

.nencer-client-button {
    background: var(--home-primary);
    border: 1px solid var(--home-primary);
    border-radius: 999px;
    color: #fff;
    box-shadow: 0 8px 18px rgba(8, 122, 105, .2);
    font-size: 14px;
    padding: 13px 25px;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.nencer-client-button i {
    font-size: 15px;
    margin-right: 6px;
}

.nencer-client-button:hover,
.nencer-client-button:focus-visible {
    background: var(--home-primary-dark);
    border-color: var(--home-primary-dark);
    box-shadow: 0 10px 22px rgba(8, 122, 105, .27);
    color: #fff;
    filter: none;
    transform: translateY(-1px);
}

/* ---------- Homepage foundation / collision reset ---------- */
.nencer-home {
    background: #fff;
    color: var(--home-ink);
    overflow: hidden;
}

.nencer-home *,
.nencer-home *::before,
.nencer-home *::after {
    box-sizing: border-box;
}

.nencer-home h1,
.nencer-home h2,
.nencer-home h3,
.nencer-home p {
    margin-top: 0;
}

/* style.css also has .home-hero/.home-section for another module. */
.nencer-home .home-hero {
    align-items: initial;
    background: #fff;
    background-image: none;
    display: block;
    gap: 0;
    grid-template-columns: none;
    min-height: 0;
    padding: 18px 0 0;
}

.nencer-home .home-section {
    padding: 64px 0;
}

.home-eyebrow {
    color: var(--home-primary);
    display: block;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.home-section-heading {
    margin: 0 auto 28px;
    max-width: 810px;
    text-align: center;
}

.home-section-heading.is-left {
    margin-left: 0;
    max-width: 860px;
    text-align: left;
}

.home-section-heading h2,
.home-benefits-copy h2 {
    color: var(--home-ink);
    font-size: clamp(32px, 2.55vw, 42px);
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-section-heading p,
.home-benefits-copy > p {
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.home-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 46px;
    padding: 0 21px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.home-button.is-primary {
    background: var(--home-primary);
    border-color: var(--home-primary);
    color: #fff;
}

.home-button.is-primary:hover {
    background: var(--home-primary-dark);
    border-color: var(--home-primary-dark);
    color: #fff;
}

.home-button.is-outline {
    background: #fff;
    border-color: var(--home-primary);
    color: var(--home-primary);
}

.home-button.is-outline:hover {
    background: var(--home-primary-soft);
    color: var(--home-primary-dark);
}

.home-text-link {
    align-items: center;
    color: var(--home-primary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    gap: 6px;
}

.home-text-link i {
    font-size: 11px;
    transition: transform .16s ease;
}

.home-text-link:hover {
    color: var(--home-primary-dark);
}

.home-text-link:hover i {
    transform: translateX(2px);
}

/* ---------- Full-artwork hero carousel ---------- */
.home-hero-slider {
    background: var(--home-primary-soft);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-hero-banner {
    background: var(--home-primary-soft);
    display: block;
    overflow: hidden;
    width: 100%;
    animation: homeHeroSlideIn .45s ease both;
}

.home-hero-banner img {
    aspect-ratio: 2048 / 682;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.home-hero-banner:focus-visible {
    outline: 3px solid var(--home-primary);
    outline-offset: -3px;
}

.home-hero-control {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(9, 132, 115, .18);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(4, 73, 65, .15);
    color: var(--home-primary);
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
    width: 44px;
    z-index: 2;
}

.home-hero-control:hover,
.home-hero-control:focus-visible {
    background: var(--home-primary);
    color: #fff;
    outline: none;
    transform: translateY(-50%) scale(1.06);
}

.home-hero-control.is-prev {
    left: 14px;
}

.home-hero-control.is-next {
    right: 14px;
}

.home-hero-dots {
    align-items: center;
    background: rgba(255, 255, 255, .88);
    border-radius: 999px;
    bottom: 12px;
    display: flex;
    gap: 7px;
    left: 50%;
    padding: 6px 8px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.home-hero-dots button {
    background: rgba(9, 132, 115, .35);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 8px;
    padding: 0;
    transition: background-color .2s ease, width .2s ease;
    width: 8px;
}

.home-hero-dots button.is-active {
    background: var(--home-primary);
    width: 24px;
}

.home-hero-dots button:focus-visible {
    outline: 2px solid var(--home-primary-dark);
    outline-offset: 2px;
}

@keyframes homeHeroSlideIn {
    from {
        opacity: .45;
        transform: translateX(18px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.home-benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

/* ---------- Floating action bar ---------- */
.home-quick-wrap {
    margin-bottom: -18px;
    position: relative;
    transform: translateY(-33px);
    z-index: 3;
}

.home-quick-actions {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 990px;
    overflow: hidden;
}

.home-quick-actions > a {
    align-items: center;
    border-right: 1px solid var(--home-line);
    color: var(--home-ink);
    display: flex;
    gap: 9px;
    min-height: 78px;
    padding: 12px 15px;
}

.home-quick-actions > a:last-child {
    border-right: 0;
}

.home-quick-actions > a > span {
    align-items: center;
    background: var(--home-primary-soft);
    color: var(--home-primary);
    display: flex;
    flex: 0 0 42px;
    font-size: 17px;
    height: 42px;
    justify-content: center;
}

.home-quick-actions strong,
.home-quick-actions small {
    display: block;
}

.home-quick-actions strong {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.home-quick-actions small {
    color: var(--home-muted);
    font-size: 10px;
    line-height: 1.35;
}

.home-quick-actions > a:hover {
    background: var(--home-primary-soft);
    color: var(--home-primary-dark);
}

/* ---------- Solutions: pale field + white carousel ---------- */
.nencer-home .home-solutions {
    background: var(--home-primary-soft);
    border-bottom: 1px solid var(--home-primary-pale);
}

.home-solution-groups {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin: 0 auto 34px;
    min-height: 112px;
}

.home-solution-groups button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #536c67;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: inherit;
    font-size: 15px;
    font-weight: 820;
    gap: 10px;
    justify-content: center;
    min-height: 96px;
    min-width: 112px;
    padding: 14px 13px;
    position: relative;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.home-solution-groups button:hover:not(.is-active) {
    background: color-mix(in srgb, var(--home-primary) 8%, transparent);
    color: var(--home-primary);
}

.home-solution-groups button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--home-primary) 32%, transparent);
    outline-offset: 3px;
}

.home-solution-groups i {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #6f827e;
    display: flex;
    font-size: 29px;
    height: 40px;
    justify-content: center;
    width: 52px;
}

.home-solution-groups button.is-active {
    background: var(--home-primary);
    color: #fff;
    min-height: 108px;
    transform: translateY(-3px);
}

.home-solution-groups button.is-active::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--home-primary);
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.home-solution-groups button.is-active i {
    background: transparent;
    border: 0;
    color: #fff;
}

.home-solution-grid {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 15px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 11px;
}

.home-solution-empty {
    color: #60736f;
    grid-column: 1 / -1;
    padding: 44px 20px;
    text-align: center;
}

.home-solution-card,
.home-team-card,
.home-news-card,
.home-partner-grid > div {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    box-shadow: none;
}

.home-solution-card {
    min-width: 0;
    overflow: hidden;
}

.home-card-image {
    background: var(--home-primary-soft);
    display: block;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.home-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
    width: 100%;
}

.home-card-image > span {
    align-items: center;
    background: var(--home-primary);
    bottom: 8px;
    color: #fff;
    display: flex;
    height: 33px;
    justify-content: center;
    position: absolute;
    right: 8px;
    width: 33px;
}

.home-card-image > span i {
    font-size: 10px;
}

.home-solution-card:hover .home-card-image img {
    transform: scale(1.035);
}

.home-card-body {
    padding: 17px 17px 20px;
}

.home-card-body small {
    color: var(--home-primary);
    display: block;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .07em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.home-card-body h3 {
    font-size: 17px;
    font-weight: 850;
    line-height: 1.3;
    margin-bottom: 6px;
}

.home-card-body h3 a {
    color: var(--home-ink);
}

.home-card-body p {
    color: var(--home-muted);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 0;
    min-height: 60px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-section-action {
    margin-top: 23px;
    text-align: center;
}

/* ---------- Reusable auto-running carousels ---------- */
.home-carousel-shell {
    --carousel-distance: var(--carousel-distance-desktop);
    overflow: hidden;
    width: 100%;
}

.home-carousel-track {
    animation: homeCarouselRun var(--carousel-duration, 24s) linear infinite;
    will-change: transform;
}

.home-carousel-shell:hover .home-carousel-track,
.home-carousel-shell:focus-within .home-carousel-track {
    animation-play-state: paused;
}

@keyframes homeCarouselRun {
    to {
        transform: translate3d(var(--carousel-distance), 0, 0);
    }
}

/* ---------- Team: white field, auto-running cards ---------- */
.nencer-home .home-team {
    background: #fff;
    border: 0;
}

.home-team-track {
    display: grid;
    gap: 15px;
    grid-auto-columns: calc((100% - 45px) / 4);
    grid-auto-flow: column;
    width: 100%;
}

.home-team-card {
    overflow: hidden;
}

.home-team-card img {
    display: block;
    height: 265px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.home-team-card > div {
    border-top: 2px solid var(--home-primary);
    padding: 14px 16px 16px;
}

.home-team-card small {
    color: var(--home-primary);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-team-card h3 {
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 850;
    margin: 4px 0 2px;
}

.home-team-card p {
    color: var(--home-muted);
    font-size: 12px;
    margin-bottom: 0;
}

/* ---------- Benefits: tinted split section ---------- */
.nencer-home .home-benefits {
    background: var(--home-primary-soft);
    border-bottom: 1px solid var(--home-primary-pale);
    border-top: 1px solid var(--home-primary-pale);
}

.home-benefits-grid {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.home-benefits-visual {
    background: #fff;
    border: 1px solid var(--home-line);
    padding: 11px;
}

.home-benefits-visual img {
    display: block;
    height: 390px;
    object-fit: cover;
    width: 100%;
}

.home-benefits-copy ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 19px 0 21px;
    padding: 0;
}

.home-benefits-copy li {
    align-items: flex-start;
    display: flex;
    gap: 9px;
}

.home-benefits-copy li > i {
    align-items: center;
    background: #fff;
    border: 1px solid var(--home-primary-pale);
    color: var(--home-primary);
    display: flex;
    flex: 0 0 30px;
    font-size: 10px;
    height: 30px;
    justify-content: center;
    margin-top: 1px;
}

.home-benefits-copy li strong,
.home-benefits-copy li small {
    display: block;
}

.home-benefits-copy li strong {
    color: var(--home-ink);
    font-size: 14px;
    margin-bottom: 2px;
}

.home-benefits-copy li small {
    color: var(--home-muted);
    font-size: 11px;
    line-height: 1.5;
}

/* ---------- News: compact three-column cards ---------- */
.nencer-home .home-news {
    background: #fff;
    border: 0;
}

.home-news-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1175px;
}

.home-news-card {
    min-width: 0;
    overflow: hidden;
}

.home-news-image {
    background: var(--home-primary-soft);
    display: block;
    height: 215px;
    overflow: hidden;
}

.home-news-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
    width: 100%;
}

.home-news-card:hover .home-news-image img {
    transform: scale(1.035);
}

.home-news-body {
    padding: 18px 20px 21px;
}

.home-news-meta {
    align-items: center;
    color: var(--home-muted);
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-news-meta span {
    color: var(--home-primary);
}

.home-news-body h3 {
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
    margin-bottom: 7px;
}

.home-news-body h3 a {
    color: var(--home-ink);
}

.home-news-body p {
    color: var(--home-muted);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 12px;
    min-height: 60px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* ---------- Testimonials: auto-running speech boxes ---------- */
.nencer-home .home-testimonials {
    background: var(--home-primary-soft);
    border-top: 1px solid var(--home-primary-pale);
    padding-bottom: 76px;
}

.home-testimonial-carousel {
    margin: 0 auto;
    max-width: 1025px;
    padding-bottom: 33px;
}

.home-testimonial-carousel:focus-visible {
    outline: 3px solid var(--home-primary);
    outline-offset: 6px;
}

.home-testimonial-page {
    animation: homeTestimonialPageIn .48s ease both;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

@keyframes homeTestimonialPageIn {
    from {
        opacity: .35;
        transform: translateX(22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.home-testimonial-card {
    background: var(--home-primary);
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    margin: 0 0 28px;
    min-height: 160px;
    padding: 25px 28px;
    position: relative;
}

.home-testimonial-card::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid var(--home-primary);
    bottom: -13px;
    content: "";
    left: 42%;
    position: absolute;
}

.home-testimonial-card > i {
    color: rgba(255, 255, 255, .2);
    font-size: 24px;
    position: absolute;
    right: 18px;
    top: 16px;
}

.home-testimonial-card > p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-right: 26px;
}

.home-testimonial-rating {
    display: flex;
    gap: 3px;
    margin-bottom: 11px;
}

.home-testimonial-rating i {
    color: rgba(255, 255, 255, .25);
    font-size: 12px;
}

.home-testimonial-rating i.is-active {
    color: #ffd059;
}

.home-testimonial-card footer {
    align-items: center;
    bottom: -55px;
    display: flex;
    gap: 9px;
    left: 39%;
    min-width: 190px;
    position: absolute;
}

.home-testimonial-card footer > span {
    align-items: center;
    background: #fff;
    border: 2px solid var(--home-primary-pale);
    border-radius: 50%;
    color: var(--home-primary);
    display: flex;
    flex: 0 0 48px;
    font-size: 12px;
    font-weight: 850;
    height: 48px;
    justify-content: center;
    overflow: hidden;
}

.home-testimonial-avatar img {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.home-testimonial-card footer strong,
.home-testimonial-card footer small {
    display: block;
}

.home-testimonial-card footer strong {
    color: var(--home-ink);
    font-size: 12px;
}

.home-testimonial-card footer small {
    color: var(--home-muted);
    font-size: 10px;
    margin-top: 2px;
}

/* ---------- Partner strip ---------- */
.home-partners {
    background: #fff;
    padding: 42px 0 62px;
}

.home-partners p {
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 17px;
    text-align: center;
    text-transform: uppercase;
}

.home-partner-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-partner-grid > div {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}

.home-partner-grid img {
    filter: grayscale(1);
    height: auto;
    max-height: 56px;
    max-width: 100%;
    object-fit: contain;
    opacity: .72;
    transition: filter .22s ease, opacity .22s ease, transform .22s ease;
    width: auto;
}

.home-partner-grid > div:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.home-partner-grid .is-wordmark {
    align-items: center;
    flex-direction: column;
}

.home-partner-grid .is-wordmark strong {
    color: var(--home-primary-dark);
    font-size: 13px;
    letter-spacing: .04em;
}

.home-partner-grid .is-wordmark span {
    color: var(--home-muted);
    font-size: 9px;
    margin-top: 3px;
}

/* ---------- Footer ---------- */
.nencer-footer {
    background: var(--home-primary-deep);
    color: rgba(255, 255, 255, .74);
}

.nencer-footer-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(125px, .75fr)) minmax(230px, 1.2fr);
    padding-bottom: 48px;
    padding-top: 50px;
}

.nencer-footer-logo {
    height: 42px;
    margin-bottom: 16px;
    max-width: 190px;
    object-fit: contain;
    object-position: left center;
}

.nencer-footer h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.nencer-footer p,
.nencer-footer section > a {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.nencer-footer p {
    line-height: 1.75;
    margin-bottom: 16px;
}

.nencer-footer section > a {
    display: block;
    line-height: 1.45;
    margin-bottom: 11px;
}

.nencer-footer section > a:hover {
    color: #fff;
}

.nencer-footer-map iframe {
    background: rgba(255, 255, 255, .08);
    border: 0;
    border-radius: 10px;
    display: block;
    height: 155px;
    margin-bottom: 11px;
    width: 100%;
}

.nencer-footer-map > a {
    font-size: 13px !important;
}

.nencer-footer-map > a i {
    font-size: 10px;
    margin-left: 4px;
}

.nencer-copyright {
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    padding: 15px 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    .nencer-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nencer-footer-map {
        grid-column: span 2;
    }

    .home-carousel-shell {
        --carousel-distance: var(--carousel-distance-tablet);
    }

    .home-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-team-track {
        grid-auto-columns: calc((100% - 15px) / 2);
    }

    .home-card-image {
        height: 205px;
    }

    .home-team-card img {
        height: 270px;
    }

    .home-partner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .nencer-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nencer-footer-map {
        grid-column: span 2;
    }

    .nencer-utility-inner > div:first-child a:nth-child(2),
    .nencer-utility-inner > div:last-child a:not(:first-child) {
        display: none;
    }

    .nencer-header-inner {
        min-height: 58px;
    }

    .nencer-menu-toggle {
        background: var(--home-primary-soft);
        border-color: var(--home-primary-pale);
        color: var(--home-primary);
    }

    .nencer-nav {
        background: #fff;
        border: 1px solid var(--home-line);
        border-radius: 8px;
        gap: 0;
        margin-top: 12px;
        overflow: hidden;
    }

    .nencer-nav > a,
    .nencer-nav-group {
        border-bottom: 1px solid var(--home-line);
    }

    .nencer-nav > a:last-child,
    .nencer-nav-group:last-child {
        border-bottom: 0;
    }

    .nencer-nav > a,
    .nencer-nav-group > a,
    .nencer-submenu-toggle {
        min-height: 48px;
    }

    .nencer-nav > a,
    .nencer-nav-group > a {
        background: #fff;
        border-radius: 0;
        font-size: 14px;
        line-height: 1.35;
        padding: 0 12px;
    }

    .nencer-nav-group > a {
        padding-right: 54px;
    }

    .nencer-submenu-toggle {
        border-color: var(--home-line);
        border-radius: 0;
        height: 48px;
        width: 48px;
    }

    .nencer-nav > a:hover,
    .nencer-nav > a:focus-visible,
    .nencer-nav-group.is-open > a,
    .nencer-nav-group:focus-within > a {
        background: var(--home-primary-soft);
    }

    .nencer-dropdown {
        background: var(--home-primary-soft);
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 5px 8px 8px;
        width: 100%;
    }

    .nencer-dropdown a {
        background: #fff;
        border-radius: 5px;
        min-height: 42px;
        padding: 9px 12px;
    }

    .nencer-dropdown a + a {
        border-top: 1px solid var(--home-line);
    }

    .home-benefits-grid {
        grid-template-columns: 1fr;
    }

    .home-benefits-visual {
        max-width: 620px;
    }

    .home-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 620px;
    }

    .home-quick-actions > a:nth-child(2) {
        border-right: 0;
    }

    .home-quick-actions > a:nth-child(-n+2) {
        border-bottom: 1px solid var(--home-line);
    }

    .home-news-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
    }

    .home-news-card {
        display: grid;
        grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    }

    .home-news-image {
        height: 100%;
        min-height: 220px;
    }

    .home-testimonial-card footer {
        left: 31%;
    }
}

@media (max-width: 580px) {
    :root {
        --home-radius: 8px;
    }

    .nencer-site .nencer-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nencer-footer-grid {
        gap: 30px;
        grid-template-columns: 1fr;
        padding-bottom: 38px;
        padding-top: 40px;
    }

    .nencer-footer-map {
        grid-column: span 1;
    }

    .nencer-footer-map iframe {
        height: 190px;
    }

    .nencer-utility-inner > div:first-child a:first-child {
        max-width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nencer-home .home-section {
        padding: 52px 0;
    }

    .nencer-home .home-hero {
        padding-top: 0;
    }

    .home-hero-control {
        height: 36px;
        width: 36px;
    }

    .home-hero-control.is-prev {
        left: 7px;
    }

    .home-hero-control.is-next {
        right: 7px;
    }

    .home-hero-dots {
        bottom: 7px;
        padding: 5px 7px;
    }

    .home-benefits-actions .home-button {
        width: 100%;
    }

    .home-carousel-shell {
        --carousel-distance: var(--carousel-distance-mobile);
    }

    .home-quick-actions,
    .home-solution-grid {
        grid-template-columns: 1fr;
    }

    .home-team-track {
        grid-auto-columns: 100%;
    }

    .home-testimonial-page {
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .home-quick-actions > a {
        border-bottom: 1px solid var(--home-line);
        border-right: 0;
    }

    .home-quick-actions > a:last-child {
        border-bottom: 0;
    }

    .home-solution-groups {
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 28px;
        overflow-x: auto;
        padding: 5px 0 14px;
    }

    .home-solution-groups button {
        flex: 0 0 auto;
        font-size: 14px;
        min-height: 88px;
        min-width: 104px;
        padding: 12px 10px;
    }

    .home-solution-groups button.is-active {
        min-height: 98px;
    }

    .home-solution-grid {
        padding: 9px;
    }

    .home-card-image {
        height: 215px;
    }

    .home-team-card img {
        height: 300px;
    }

    .home-benefits-grid {
        gap: 42px;
    }

    .home-benefits-visual img {
        height: 285px;
    }

    .home-news-card {
        display: block;
    }

    .home-news-image {
        height: 205px;
        min-height: 0;
    }

    .home-testimonial-card footer {
        left: 24%;
    }

    .home-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: r