.atun-hvb-container {
    width: min(1200px, 92vw);
    margin: 0 auto;
}

.atun-hvb-homepage,
.atun-hvb-homepage * {
    font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.atun-hvb-site-header,
.atun-hvb-site-header *,
.atun-hvb-home-footer,
.atun-hvb-home-footer * {
    font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.atun-hvb-site-header {
    width: 100%;
    z-index: 1000;
    color: var(--atun-hvb-header-text);
}

.atun-hvb-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.5);
    z-index: 1200;
}

.atun-hvb-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, 88vw);
    z-index: 1300;
    transform: translateX(100%);
    transition: transform 240ms ease;
    background: #8b7e70; /* fallback para que nunca se vea el fondo */
    color: #ffffff;
}

.atun-hvb-drawer-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.atun-hvb-drawer-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    background: #8b7e70;
    color: #fff;
    width: 46px;
    height: 38px;
    border-radius: 6px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.18);
}

.atun-hvb-drawer-nav {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
}

.atun-hvb-drawer-primary,
.atun-hvb-drawer-secondary {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 22px;
    justify-items: center;
    text-align: center;
}

.atun-hvb-drawer-primary a,
.atun-hvb-drawer-secondary a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.atun-hvb-drawer-secondary {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    background: #8b7e70;
    opacity: 1;
    padding: 44px 28px 54px;
    justify-items: start;
    text-align: left;
    flex: 1 1 auto;         /* rellena el alto restante */
    align-content: start;   /* items arriba */
    width: 100%;
    box-sizing: border-box;
}

.atun-hvb-drawer-secondary a {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    font-size: 22px;
}

.atun-hvb-drawer-fallback .atun-hvb-nav-list {
    flex-direction: column;
}

.atun-hvb-drawer-primary {
    background: #0e8ca9;
    padding: 94px 28px 44px;
    flex: 0 0 auto;
    justify-items: start;
    text-align: left;
}

.atun-hvb-drawer-secondary {
    justify-items: start;
    text-align: left;
}

body.atun-hvb-drawer-open {
    overflow: hidden;
}

body.atun-hvb-drawer-open .atun-hvb-drawer {
    transform: translateX(0);
}

.atun-hvb-site-header.is-transparent {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
}

/* Header interno (solo páginas internas) */
.atun-hvb-inner-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    color: #7b6c5f;
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.08);
}

.atun-hvb-inner-header .atun-hvb-header-inner {
    padding: 16px 0;
}

.atun-hvb-inner-header .atun-hvb-header-actions.is-inner {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.atun-hvb-inner-header .atun-hvb-inner-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #7b6c5f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.atun-hvb-inner-header .atun-hvb-inner-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

.atun-hvb-inner-header .atun-hvb-inner-icon svg {
    width: 18px;
    height: 18px;
}

.atun-hvb-inner-header .atun-hvb-icon-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b6c5f;
    text-decoration: none;
    border-radius: 999px;
}

.atun-hvb-inner-header .atun-hvb-icon-btn svg {
    width: 20px;
    height: 20px;
}

/* Buscador rincones (header interno) */
.atun-hvb-search-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(560px, 92vw);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.12);
    padding: 14px 14px 12px;
    z-index: 1400;
}

.atun-hvb-header-inner {
    position: relative;
}

.atun-hvb-search-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 10px;
}

.atun-hvb-search-row {
    display: flex;
    gap: 10px;
}

.atun-hvb-search-input {
    flex: 1 1 auto;
    height: 44px;
    border-radius: 12px;
    border: 1px dashed #94a3b8;
    padding: 0 12px;
    font: inherit;
    outline: 0;
}

.atun-hvb-search-input:focus {
    border-color: rgba(15, 136, 173, 0.85);
    box-shadow: 0 0 0 3px rgba(15, 136, 173, 0.18);
}

.atun-hvb-search-submit {
    flex: 0 0 auto;
    height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: #0f88ad;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.12);
}

.atun-hvb-search-submit:hover,
.atun-hvb-search-submit:focus-visible {
    filter: brightness(0.98);
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(2, 6, 23, 0.16);
}

.atun-hvb-search-panel[hidden] {
    display: none !important;
}

@media (max-width: 520px) {
    .atun-hvb-search-row {
        flex-direction: column;
    }
    .atun-hvb-search-submit {
        width: 100%;
    }
}

.atun-hvb-inner-link.is-explorar {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0b6a7c;
    white-space: nowrap;
}

.atun-hvb-inner-link.is-explorar:hover {
    text-decoration: underline;
}

.atun-hvb-search-form--mockup .atun-hvb-search-label {
    margin-bottom: 12px;
}

.atun-hvb-search-mockup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.atun-hvb-search-pill {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.atun-hvb-search-tipo-wrap {
    flex: 0 0 auto;
    min-width: 140px;
    border-right: 1px solid #e2e8f0;
}

.atun-hvb-search-tipo-select {
    width: 100%;
    height: 46px;
    border: 0;
    padding: 0 12px;
    font: inherit;
    font-weight: 600;
    background: transparent;
    color: #0f172a;
}

.atun-hvb-search-fields {
    flex: 1 1 280px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

@media (max-width: 620px) {
    .atun-hvb-search-fields {
        grid-template-columns: 1fr;
    }
    .atun-hvb-search-tipo-wrap {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        width: 100%;
    }
}

.atun-hvb-search-fields .atun-hvb-search-input,
.atun-hvb-search-fields .atun-hvb-search-pais {
    height: 46px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #e2e8f0;
}

.atun-hvb-search-fields .atun-hvb-search-input:last-child,
.atun-hvb-search-fields .atun-hvb-search-pais:last-child {
    border-right: 0;
}

.atun-hvb-search-pais {
    padding: 0 10px;
    font: inherit;
    color: #0f172a;
    background: #ffffff;
}

.atun-hvb-search-submit-pill {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 14px 20px;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    background: #3d3a45;
    color: #ffffff;
}

.atun-hvb-search-submit-pill:hover,
.atun-hvb-search-submit-pill:focus-visible {
    filter: brightness(1.05);
}

.atun-hvb-site-header:not(.atun-hvb-inner-header) .atun-hvb-icon-btn.is-search {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #8b7e70;
    color: #ffffff;
    cursor: pointer;
}

.atun-hvb-site-header:not(.atun-hvb-inner-header) .atun-hvb-icon-btn.is-search svg {
    width: 20px;
    height: 20px;
}

.atun-hvb-nav-mini-link.is-explorar {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0b6a7c;
}

.atun-hvb-search-panel--home {
    right: 0;
    left: auto;
    width: min(560px, 94vw);
}

.atun-hvb-site-header.is-solid,
.atun-hvb-site-header.is-sticky {
    background: var(--atun-hvb-header-bg);
}

.atun-hvb-site-header.is-sticky {
    position: sticky;
    top: 0;
}

.atun-hvb-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 16px;
}

.atun-hvb-logo {
    flex: 0 0 auto;
}

.atun-hvb-logo img {
    display: block;
}

.atun-hvb-logo img {
    max-height: 42px;
    width: auto;
}

.atun-hvb-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 0;
    background: #8b7e70;
    color: #ffffff;
    border-radius: 6px;
    width: 46px;
    height: 38px;
    padding: 0;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.18);
}

.atun-hvb-header-cta {
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.18);
}

.atun-hvb-menu-toggle:hover,
.atun-hvb-menu-toggle:focus-visible,
.atun-hvb-header-cta:hover,
.atun-hvb-header-cta:focus-visible {
    filter: brightness(0.96);
    box-shadow: 0 14px 24px rgba(2, 6, 23, 0.22);
    transform: translateY(-1px);
}

.atun-hvb-menu-toggle,
.atun-hvb-header-cta {
    transition: filter 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.atun-hvb-menu-icon {
    width: 18px;
    height: 2px;
    background: currentColor;
    position: relative;
}

.atun-hvb-menu-icon::before,
.atun-hvb-menu-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: currentColor;
    left: 0;
}

.atun-hvb-menu-icon::before { top: -6px; }
.atun-hvb-menu-icon::after { top: 6px; }

.atun-hvb-nav-wrap {
    display: none;
}

.atun-hvb-nav-list {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.atun-hvb-nav-mini {
    display: flex;
    align-items: center;
    gap: 25px;
}

.atun-hvb-nav-mini a {
    color: var(--atun-hvb-header-text);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.atun-hvb-nav-mini a.is-home {
    color: #8b7e70;
}

.atun-hvb-nav-mini a.is-about {
    color: #0b6a7c;
}

.atun-hvb-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    flex: 0 0 auto;
    position: relative;
}

.atun-hvb-nav-list a {
    color: var(--atun-hvb-header-text);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.atun-hvb-header-cta,
.atun-hvb-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 14px;
}

.atun-hvb-header-cta,
.atun-hvb-btn.is-primary {
    background: var(--atun-hvb-header-btn-bg);
    color: var(--atun-hvb-header-btn-text);
}

.atun-hvb-header-cta {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    /* Baja el efecto “fosforescente” sin cambiar el color base configurado */
    filter: saturate(0.8) brightness(0.94);
}

.atun-hvb-cta-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    flex: 0 0 22px;
}

.atun-hvb-cta-icon svg {
    width: 16px;
    height: 16px;
}

.atun-hvb-btn.is-ghost {
    border: 1px solid #94a3b8;
    color: #0f172a;
}

.atun-hvb-hero {
    min-height: 70vh;
    display: grid;
    align-items: center;
    padding: 120px 0 60px;
}

.atun-hvb-hero-slider {
    background: linear-gradient(90deg, #cfe5ef 0%, #d8eef7 45%, #ffffff 100%);
}

.atun-hvb-hero-reference {
    overflow-x: clip;
    min-height: 100vh;
    padding: 0;
}

.atun-hvb-hero-reference .atun-hvb-slider {
    min-height: 100vh;
    position: relative;
}

.atun-hvb-hero-reference .atun-hvb-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 900ms ease;
}

.atun-hvb-hero-reference .atun-hvb-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.atun-hvb-slide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.atun-hvb-hero-reference .atun-hvb-slide-grid {
    min-height: 100vh;
    align-items: stretch;
}

.atun-hvb-hero-reference .atun-hvb-slide-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px; /* espacio para header transparente */
    padding-bottom: 24px;
}

.atun-hvb-slide-copy h1 {
    color: #0b6a7c;
    font-size: clamp(42px, 5vw, 60px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 22px;
}

.atun-hvb-slide-copy p {
    color: #0b6a7c;
    font-size: clamp(22px, 2.2vw, 40px);
    line-height: 1.35;
    max-width: 470px;
    margin: 0 0 24px;
}

.atun-hvb-slide-media {
    display: flex;
    justify-content: flex-end;
}

.atun-hvb-slide-media img {
    width: min(560px, 100%);
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(2, 6, 23, 0.18);
}

.atun-hvb-hero-reference .atun-hvb-slide-media img {
    border-radius: 0;
    box-shadow: none;
}

.atun-hvb-hero-reference .atun-hvb-slide-media {
    margin-right: calc(50% - 50vw);
    padding-right: 0;
    max-width: 50vw;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atun-hvb-hero-reference .atun-hvb-slide-media img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.atun-hvb-slider-dots {
    position: absolute;
    left: 8px;
    bottom: 28px;
    z-index: 5;
    display: flex;
    gap: 16px;
    pointer-events: auto;
}

.atun-hvb-dot {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    border: 0;
    background: #6ea6b7;
    cursor: pointer;
    opacity: 0.9;
}

.atun-hvb-dot.is-active {
    background: #0c708e;
    opacity: 1;
}

.atun-hvb-hero-centered::before,
.atun-hvb-section-two.is-highlighted::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.45);
}

.atun-hvb-hero-centered,
.atun-hvb-section-two.is-highlighted {
    position: relative;
}

.atun-hvb-hero-content,
.atun-hvb-copy {
    max-width: 620px;
}

.atun-hvb-hero-content.is-centered,
.atun-hvb-copy.is-centered {
    margin: 0 auto;
    text-align: center;
}

.atun-hvb-hero-content h1,
.atun-hvb-copy h2 {
    font-size: clamp(30px, 5vw, 52px);
    margin: 0 0 14px;
}

.atun-hvb-hero-content p,
.atun-hvb-copy p {
    font-size: 18px;
    line-height: 1.6;
}

.atun-hvb-hero-centered .atun-hvb-hero-content,
.atun-hvb-section-two.is-highlighted .atun-hvb-copy {
    color: #fff;
    position: relative;
    z-index: 1;
}

.atun-hvb-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.atun-hvb-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.atun-hvb-split-layout.is-reverse .atun-hvb-copy {
    order: 1;
}

.atun-hvb-split-layout.is-reverse .atun-hvb-media-stack {
    order: 2;
}

.atun-hvb-hero-media img,
.atun-hvb-media-stack img,
.atun-hvb-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

.atun-hvb-media-stack {
    display: grid;
    gap: 12px;
}

.atun-hvb-media-stack .is-secondary {
    max-width: 80%;
}

.atun-hvb-section-two {
    padding: 64px 0;
}

.atun-hvb-section-two-buttons {
    background: #efefef;
    padding: 92px 0;
}

.atun-hvb-buttons-layout {
    display: grid;
    /* Evita que el panel de texto se estire demasiado */
    grid-template-columns: minmax(260px, 340px) minmax(0, 640px);
    gap: 36px;
    align-items: start;
    /* Mete el bloque hacia adentro dentro del fondo gris */
    padding-left: clamp(18px, 7vw, 90px);
}

.atun-hvb-feature-buttons {
    display: grid;
    gap: 10px;
}

.atun-hvb-feature-button {
    position: relative;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    border-radius: 8px;
    padding: 14px 18px;
    color: #fff;
    background: #1f90b0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.atun-hvb-feature-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 20px;
}

.atun-hvb-feature-icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.atun-hvb-feature-icon-svg svg {
    width: 20px;
    height: 20px;
}

.atun-hvb-feature-button.is-active {
    background: #8c7f72;
}

.atun-hvb-feature-button.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    border-width: 10px 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #8c7f72;
}

.atun-hvb-feature-content {
    min-height: 140px;
}

.atun-hvb-feature-panel {
    display: none;
    opacity: 0;
    transform: translateY(8px);
}

.atun-hvb-feature-panel.is-active {
    display: block;
    animation: atunFeatureFadeIn 360ms ease both;
}

@keyframes atunFeatureFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.atun-hvb-feature-panel h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: clamp(28px, 2.3vw, 40px);
    line-height: 1.2;
}

.atun-hvb-feature-panel p {
    margin: 0;
    color: #111827;
    font-size: clamp(22px, 1.55vw, 28px);
    line-height: 1.45;
}

.atun-hvb-section-two.is-cards {
    text-align: center;
}

.atun-hvb-section-three {
    background: #efefef;
    overflow-x: clip;
}

.atun-hvb-section-three-row {
    padding: 34px 0;
}

.atun-hvb-section-three-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
}

.atun-hvb-section-three-copy h2 {
    margin: 0;
    color: #0b6f8d;
    font-size: clamp(40px, 4.2vw, 72px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.atun-hvb-section-three-copy.is-with-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.atun-hvb-section-three-copy.is-with-button h2 {
    text-align: right;
}

.atun-hvb-section-three-copy.is-with-button .atun-hvb-btn.is-primary {
    background: #0f88ad;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 26px;
    min-width: 0;
    width: auto;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.atun-hvb-section-three-media {
    /* Reduce la altura visible de las imágenes de borde */
    height: clamp(240px, 30vw, 420px);
    overflow: hidden;
}

.atun-hvb-section-three-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atun-hvb-section-three-media.right-edge {
    margin-right: calc(50% - 50vw);
    width: calc(100% + (50vw - 50%));
    max-width: none;
}

.atun-hvb-section-three-media.left-edge {
    margin-left: calc(50% - 50vw);
    width: calc(100% + (50vw - 50%));
    max-width: none;
}

.atun-hvb-section-four {
    background: #efefef;
    padding: 86px 0 68px;
}

.atun-hvb-section-four-title {
    margin: 0 0 78px;
    text-align: center;
    color: #0f172a;
    font-size: clamp(44px, 4vw, 62px);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.atun-hvb-testimonials-slider {
    overflow: hidden;
}

.atun-hvb-testimonials-track {
    display: flex;
    transition: transform 420ms ease;
}

.atun-hvb-testimonial-card {
    flex: 0 0 calc(100% / 3);
    padding: 6px 22px 0;
    box-sizing: border-box;
}

.atun-hvb-testimonial-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.atun-hvb-testimonial-head img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    object-fit: cover;
}

.atun-hvb-testimonial-head h3 {
    margin: 0;
    font-size: 18px;
    color: #4f5877;
    font-weight: 600;
}

.atun-hvb-testimonial-head .role {
    margin: 2px 0 0;
    font-size: 15px;
    color: #6b7280;
}

.atun-hvb-testimonial-card .comment {
    margin: 0;
    color: #525d7c;
    font-size: 16px;
    line-height: 1.6;
}

.atun-hvb-testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 54px;
}

.atun-hvb-section-five {
    margin: 28px 0;
}

.atun-hvb-faq-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.atun-hvb-faq-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 52, 63, 0.72);
}

.atun-hvb-faq-inner {
    position: relative;
    z-index: 1;
    padding: 64px 58px 46px;
    color: #f8fafc;
}

.atun-hvb-faq-inner h2 {
    margin: 0 0 60px;
    font-size: clamp(44px, 3.8vw, 58px);
    line-height: 1.1;
}

.atun-hvb-faq-item {
    border-top: 1px solid rgba(231, 243, 246, 0.55);
}

.atun-hvb-faq-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    color: #f8fafc;
    display: grid;
    grid-template-columns: 56px 1fr 40px;
    align-items: center;
    text-align: left;
    padding: 24px 0;
    font-size: 16px;
    cursor: pointer;
}

.atun-hvb-faq-trigger .num {
    opacity: 0.9;
}

.atun-hvb-faq-trigger .q {
    font-size: clamp(16px, 1.25vw, 20px);
}

.atun-hvb-faq-trigger .plus {
    text-align: right;
    font-size: 36px;
    line-height: 1;
}

.atun-hvb-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 320ms ease;
}

.atun-hvb-faq-answer p {
    margin: 0 0 18px 56px;
    color: #dce8eb;
    font-size: 16px;
    line-height: 1.5;
}

.atun-hvb-faq-item.is-open .atun-hvb-faq-answer {
    max-height: 240px;
}

.atun-hvb-faq-item.is-open .plus {
    transform: rotate(45deg);
}

.atun-hvb-home-footer {
    background: linear-gradient(90deg, #8a7f73 0%, #2eacc9 100%);
    color: #ffffff;
    padding: 38px 0 34px;
}

.atun-hvb-home-footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: start;
}

.atun-hvb-home-footer-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.atun-hvb-mute-toggle {
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.atun-hvb-mute-toggle .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 1;
}

.atun-hvb-mute-toggle.is-muted {
    opacity: 0.7;
}

.atun-hvb-mute-toggle--global {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 99990;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.35);
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.atun-hvb-mute-toggle--global:hover,
.atun-hvb-mute-toggle--global:focus-visible {
    filter: brightness(1.08);
    outline: none;
}

.atun-hvb-mute-toggle--global:active {
    transform: scale(0.96);
}

.atun-hvb-mute-toggle--global.is-muted {
    opacity: 0.92;
}

body:has(.atun-hvb-home-footer) .atun-hvb-mute-toggle--global {
    display: none !important;
}

body.atun-hvb-music-modal-open {
    overflow: hidden;
}

.atun-hvb-music-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.atun-hvb-music-modal[hidden] {
    display: none !important;
}

.atun-hvb-music-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.atun-hvb-music-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 28px 24px 24px;
    border-radius: 18px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.28);
    font-family: 'Jost', system-ui, sans-serif;
}

.atun-hvb-music-modal__title {
    margin: 0 0 12px;
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.atun-hvb-music-modal__text {
    margin: 0 0 22px;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #475569;
}

.atun-hvb-music-modal__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 480px) {
    .atun-hvb-music-modal__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .atun-hvb-music-modal__btn {
        flex: 1 1 auto;
        min-width: 0;
    }
}

.atun-hvb-music-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid transparent;
    transition: filter 0.15s ease, transform 0.12s ease;
}

.atun-hvb-music-modal__btn:active {
    transform: scale(0.98);
}

.atun-hvb-music-modal__btn--primary {
    background: linear-gradient(165deg, #2eacc9 0%, #0083a9 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 22px rgba(0, 90, 115, 0.28);
}

.atun-hvb-music-modal__btn--primary:hover,
.atun-hvb-music-modal__btn--primary:focus-visible {
    filter: brightness(1.06);
    outline: none;
}

.atun-hvb-music-modal__btn--quiet {
    background: #f1f5f9;
    color: #334155;
    border-color: #e2e8f0;
}

.atun-hvb-music-modal__btn--quiet:hover,
.atun-hvb-music-modal__btn--quiet:focus-visible {
    background: #e2e8f0;
    outline: none;
}

.atun-hvb-home-footer-left a {
    color: #fff;
    text-decoration: none;
}

.atun-hvb-home-footer-center p {
    margin: 0 0 10px;
}

.atun-hvb-home-footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.atun-hvb-newsletter-form {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.atun-hvb-newsletter-form input {
    height: 38px;
    border: 0;
    padding: 0 12px;
    min-width: 260px;
    line-height: 38px;
    box-sizing: border-box;
}

.atun-hvb-newsletter-form button {
    height: 38px;
    min-width: 110px;
    border: 0;
    background: #0f88ad;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0 18px;
    box-sizing: border-box;
    line-height: 38px;
}

.atun-hvb-footer-credits p {
    margin: 0;
    line-height: 1.4;
}

.atun-hvb-home-footer-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.atun-hvb-home-footer-right a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
}

.atun-hvb-social-link {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
}

.atun-hvb-social-link svg {
    width: 22px;
    height: 22px;
}

.atun-hvb-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.atun-hvb-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
}

@media (max-width: 900px) {
    .atun-hvb-menu-toggle {
        display: inline-flex;
    }

    .atun-hvb-nav-wrap {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(255, 255, 255, 0.96);
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 12px 30px rgba(2, 6, 23, 0.15);
    }

    .atun-hvb-site-header.is-open .atun-hvb-nav-wrap {
        display: none;
    }

    .atun-hvb-nav-mini,
    .atun-hvb-header-cta {
        display: none;
    }

    .atun-hvb-nav-list {
        flex-direction: column;
    }

    .atun-hvb-split-layout {
        grid-template-columns: 1fr;
    }

    .atun-hvb-slide-grid {
        grid-template-columns: 1fr;
    }

    .atun-hvb-hero-reference {
        min-height: 100vh;
        overflow: hidden;
    }

    .atun-hvb-hero-reference .atun-hvb-slide-grid {
        min-height: 100vh;
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 8px;
    }

    .atun-hvb-hero-reference .atun-hvb-slide-copy {
        padding-top: 78px;
        padding-bottom: 68px;
    }

    .atun-hvb-slide-copy h1 {
        font-size: clamp(32px, 8vw, 44px);
        margin-bottom: 12px;
    }

    .atun-hvb-slide-copy p {
        font-size: clamp(20px, 5.5vw, 28px);
        margin-bottom: 14px;
    }

    .atun-hvb-hero-reference .atun-hvb-slide-media {
        margin-right: 0;
        max-width: 100%;
        height: min(40vh, 320px);
        justify-content: center;
    }

    .atun-hvb-hero-reference .atun-hvb-slide-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
    }

    .atun-hvb-hero-reference .atun-hvb-slider-dots {
        left: 8px;
        bottom: 18px;
    }

    .atun-hvb-cards-grid {
        grid-template-columns: 1fr;
    }

    .atun-hvb-buttons-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-left: 0;
    }

    .atun-hvb-feature-button {
        font-size: 24px;
    }

    .atun-hvb-feature-button.is-active::after {
        display: none;
    }

    .atun-hvb-section-three-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .atun-hvb-section-three-row.is-one .atun-hvb-section-three-media.right-edge,
    .atun-hvb-section-three-row.is-two .atun-hvb-section-three-media.left-edge {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .atun-hvb-section-three-row.is-two .atun-hvb-section-three-media {
        order: 1;
    }

    .atun-hvb-section-three-row.is-two .atun-hvb-section-three-copy {
        order: 2;
    }

    .atun-hvb-section-three-copy h2 {
        font-size: clamp(34px, 9vw, 52px);
    }

    .atun-hvb-section-three-copy.is-with-button {
        align-items: center;
    }

    .atun-hvb-section-three-copy.is-with-button h2 {
        text-align: center;
    }

    .atun-hvb-section-three-copy.is-with-button .atun-hvb-btn.is-primary {
        width: auto;
        min-width: 0;
        font-size: 16px;
        padding: 12px 22px;
    }

    .atun-hvb-testimonial-card {
        flex: 0 0 100%;
        padding: 0 6px;
    }

    .atun-hvb-faq-inner {
        padding: 30px 20px 20px;
    }

    .atun-hvb-faq-inner h2 {
        text-align: center;
    }

    .atun-hvb-faq-trigger {
        grid-template-columns: 40px 1fr 28px;
    }

    .atun-hvb-faq-answer p {
        margin-left: 40px;
    }

    .atun-hvb-home-footer-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .atun-hvb-newsletter-form {
        flex-wrap: wrap;
    }

    .atun-hvb-home-footer-right {
        justify-content: flex-start;
    }
}
