.v2-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #eb1616;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.v2-hero-actions,
.v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.v2-hero-note {
    max-width: 620px;
    margin-top: 14px;
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.5;
}

.for-barbers-page .header_btn {
    white-space: nowrap;
}

.for-barbers-page .hero {
    background-position: var(--hero-bg-position, center center);
}

.for-barbers-page .v2-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 44%, rgba(235, 22, 22, .10), rgba(235, 22, 22, 0) 30%),
        linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .56) 34%, rgba(0, 0, 0, .30) 66%, rgba(0, 0, 0, .20) 100%);
}

.for-barbers-page .hero_content {
    text-shadow: 0 3px 22px rgba(0, 0, 0, .58);
}

.for-barbers-page .hero_slider-pagination {
    height: 7px !important;
    background: rgba(255, 255, 255, .10) !important;
}

.for-barbers-page .hero_slider-control {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(0, 0, 0, .24);
    color: #fff;
}

.for-barbers-page .hero_slider-control:focus,
.for-barbers-page .hero_slider-control:hover {
    border-color: #eb1616;
    background: rgba(235, 22, 22, .18);
}

.v2-audience {
    background: #171717;
}

.v2-switcher {
    display: grid;
    gap: 10px;
    margin: 0 auto 42px;
    max-width: 920px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #101010;
}

.v2-switcher-btn {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #242424;
    color: #fff;
    text-align: left;
}

.v2-switcher-btn span {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.v2-switcher-btn small {
    color: #bbb;
    font-size: 13px;
    line-height: 1.4;
}

.v2-switcher-btn.active {
    border-color: #eb1616;
    background: #eb1616;
}

.v2-switcher-btn.active small {
    color: #fff;
}

.v2-panel {
    animation: v2Fade .28s ease;
}

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

.v2-client-grid,
.v2-barber-hero,
.v2-story,
.v2-tour,
.v2-principles,
.v2-growth,
.v2-support,
.v2-comparison,
.v2-faq {
    display: grid;
    gap: 30px;
}

.v2-panel-lead {
    max-width: 740px;
}

.v2-panel-lead h2,
.v2-section-heading h2,
.v2-story-copy h2,
.v2-growth h2,
.v2-tour-copy h2,
.v2-principles h2,
.v2-final h2 {
    margin-bottom: 18px;
}

.v2-panel-lead p,
.v2-story-copy p,
.v2-growth p,
.v2-tour-copy p,
.v2-principles p,
.v2-section-heading p,
.v2-final p {
    max-width: 680px;
    color: #d5d5d5;
    font-size: 18px;
    line-height: 1.55;
}

.v2-client-facts,
.v2-fit-grid,
.v2-included-grid,
.v2-price-grid,
.v2-how-grid,
.v2-service-grid,
.v2-comparison-grid,
.v2-faq-grid,
.v2-apply-actions {
    display: grid;
    gap: 14px;
}

.v2-client-facts div,
.v2-fit-grid article,
.v2-price-grid article,
.v2-service-grid article,
.v2-comparison-grid article,
.v2-faq details,
.v2-apply-card {
    min-height: 150px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #202020;
}

.v2-client-facts strong,
.v2-fit-grid h3,
.v2-price-grid h3,
.v2-price-grid strong,
.v2-service-grid h3,
.v2-comparison-grid h3,
.v2-faq summary,
.v2-addons strong {
    display: block;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.v2-client-facts strong {
    margin-bottom: 10px;
    font-size: 25px;
}

.v2-fit-grid h3 {
    font-size: 24px;
}

.v2-client-facts span,
.v2-fit-grid p,
.v2-price-grid p,
.v2-service-grid p,
.v2-comparison-grid li,
.v2-faq p,
.v2-plan-meta,
.v2-note {
    color: #bbb;
    font-size: 15px;
    line-height: 1.55;
}

.v2-form-status.is-error {
    color: #ff8b8b;
}

.v2-fit-grid article span {
    display: block;
    margin-bottom: 28px;
    color: #eb1616;
    font-family: Oswald, sans-serif;
    font-size: 18px;
}

.v2-story,
.v2-included,
.v2-independence,
.v2-how,
.v2-growth,
.v2-pricing,
.v2-gallery,
.v2-tour,
.v2-principles,
.v2-section-block {
    margin-top: 70px;
}

.v2-story-first {
    margin-top: 0;
}

.v2-independence {
    padding: 36px;
    border: 1px solid rgba(235, 22, 22, .48);
    background: linear-gradient(135deg, rgba(235, 22, 22, .20), rgba(32, 32, 32, 1) 58%);
}

.v2-offer-card {
    display: grid;
    gap: 28px;
    align-items: center;
}

.v2-price-label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.v2-offer-card strong {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.v2-offer-card p {
    max-width: 560px;
    margin-bottom: 24px;
    color: #e6e6e6;
    font-size: 17px;
    line-height: 1.55;
}

.v2-offer-list {
    display: grid;
    gap: 12px;
}

.v2-offer-list li,
.v2-how-grid article {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .22);
    color: #fff;
    font-weight: 500;
}

.v2-how-grid article span {
    display: block;
    margin-bottom: 20px;
    color: #eb1616;
    font-family: Oswald, sans-serif;
    font-size: 18px;
}

.v2-how-grid h3 {
    margin-bottom: 10px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.v2-how-grid p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.55;
}

.v2-how-grid--five {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.v2-story-media {
    min-height: 360px;
    overflow: hidden;
}

.v2-story-media img,
.v2-gallery img {
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    filter: grayscale(100%);
}

.v2-story-copy {
    align-self: center;
}

.v2-story-copy ul,
.v2-principles ul {
    margin-top: 24px;
    color: #fff;
}

.v2-faq-list {
    display: grid;
    gap: 12px;
}

.v2-faq-item {
    border: 1px solid #3a3a3a;
    background: #222;
}

.v2-faq-item summary {
    position: relative;
    padding: 20px 54px 20px 20px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.v2-faq-item summary::-webkit-details-marker {
    display: none;
}

.v2-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #eb1616;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 400;
    transform: translateY(-50%);
}

.v2-faq-item[open] summary:after {
    content: "\2212";
}

.v2-faq-item p {
    max-width: none;
    margin: 0;
    padding: 0 20px 20px;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 1.55;
}

.v2-story-copy li,
.v2-principles li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    font-weight: 500;
}

.v2-story-copy li:before,
.v2-principles li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #eb1616;
}

.v2-section-heading {
    max-width: 720px;
    margin-bottom: 26px;
}

.v2-included-grid span {
    display: flex;
    min-height: 68px;
    align-items: center;
    padding: 16px 18px;
    border-left: 3px solid #eb1616;
    background: #202020;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
}

.v2-support-lite {
    margin-top: 28px;
}

.v2-support-lite-copy {
    max-width: 620px;
    margin-bottom: 16px;
}

.v2-support-lite h3 {
    margin-bottom: 8px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.v2-support-lite p {
    color: #d5d5d5;
    font-size: 16px;
    line-height: 1.55;
}

.v2-support-grid span {
    background: #1b1b1b;
}

.v2-growth {
    display: grid;
    gap: 22px;
    align-items: end;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.v2-price-grid article.featured {
    border-color: #eb1616;
    background: #2b1111;
}

.v2-price-grid article .btn {
    width: 100%;
    margin-top: 18px;
}

.v2-price-grid strong {
    margin-bottom: 8px;
    color: #eb1616;
    font-size: 22px;
}

.v2-price-grid article.featured strong {
    color: #fff;
}

.v2-price-meta {
    display: block;
    min-height: 44px;
    margin: 0 0 14px;
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.v2-pricing-actions {
    display: grid;
    gap: 18px;
    align-items: center;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.v2-pricing-actions p {
    max-width: 680px;
    margin: 0;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 1.55;
}

.v2-member-option-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.v2-member-option-grid article {
    min-height: 190px;
}

.v2-member-option-grid strong {
    font-size: 21px;
}

.v2-gallery {
    display: grid;
    gap: 14px;
}

.v2-gallery img {
    min-height: 280px;
}

.v2-space-gallery .v2-section-heading {
    max-width: 760px;
}

.v2-space-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 175px;
    gap: 14px;
    margin-top: 30px;
    padding: 0;
}

.v2-space-gallery-grid .v2-space-gallery-item,
.v2-space-gallery-grid .v2-space-gallery-item:nth-child(n) {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #151515;
}

.v2-space-gallery-grid .v2-space-gallery-item::before,
.v2-space-gallery-grid .v2-space-gallery-item::after {
    display: none;
}

.v2-space-gallery-item:nth-child(1) {
    grid-column: span 7;
    grid-row: span 2;
}

.v2-space-gallery-item:nth-child(2) {
    grid-column: span 5;
    grid-row: span 2;
}

.v2-space-gallery-item:nth-child(3),
.v2-space-gallery-item:nth-child(4),
.v2-space-gallery-item:nth-child(5) {
    grid-column: span 4;
    grid-row: span 2;
}

.v2-space-gallery-item:nth-child(6) {
    grid-column: span 12;
    grid-row: span 2;
}

.v2-space-gallery-grid .gallery_list-item_img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    filter: grayscale(1);
    transition: transform .55s ease;
}

.v2-space-gallery-grid .gallery_list-item_img:hover {
    filter: grayscale(1);
    transform: scale(1.035);
}

.v2-service-grid article,
.v2-comparison-grid article,
.v2-faq details {
    min-height: unset;
}

.v2-service-grid h3,
.v2-comparison-grid h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.v2-comparison-grid article.featured {
    border-color: #eb1616;
    background: #2b1111;
}

.v2-comparison-grid ul {
    display: grid;
    gap: 10px;
}

.v2-addons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 16px;
}

.v2-addons strong,
.v2-addons span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 10px 13px;
    border-left: 3px solid #eb1616;
    background: #202020;
}

.v2-addons span {
    color: #d5d5d5;
    font-size: 14px;
    line-height: 1.45;
}

.v2-faq details {
    padding: 0;
}

.v2-faq summary {
    cursor: pointer;
    padding: 20px 22px;
    font-size: 18px;
    list-style: none;
}

.v2-faq summary::-webkit-details-marker {
    display: none;
}

.v2-faq p {
    margin: 0;
    padding: 0 22px 22px;
}

.v2-final {
    padding: 34px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.v2-tour {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #202020;
}

.v2-apply-card {
    min-height: unset;
}

.v2-apply-actions {
    margin-bottom: 18px;
}

.v2-form {
    display: grid;
    gap: 16px;
}

.v2-form label {
    display: grid;
    gap: 8px;
}

.v2-form label span {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.v2-form input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .38);
    color: #fff;
    font-size: 16px;
}

.v2-form input:focus,
.v2-form input:hover {
    border-color: #fff;
}

.v2-form-whatsapp {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: uppercase;
}

.v2-form-whatsapp:hover,
.v2-form-whatsapp:focus {
    color: #eb1616;
}

.v2-principles {
    align-items: start;
}

.v2-founder-signature,
.v2-footer-line {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
}

.v2-founder {
    align-items: center;
}

.v2-founder-media {
    position: relative;
    height: clamp(420px, 48vw, 620px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111 url("../img/founder-edgars.jpg?v=20260721-edgars-photo") center 18% / cover no-repeat;
}

.v2-founder-copy {
    align-self: center;
}

.v2-founder-copy p + p {
    margin-top: 18px;
}

.v2-footer-line {
    margin-bottom: 34px;
}

.v2-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.v2-footer-links a {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.v2-footer-links a:hover,
.v2-footer-links a:focus {
    color: #eb1616;
}

.v2-footer-cta {
    margin-bottom: 28px;
}

.v2-whatsapp-widget {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 200;
    display: grid;
    min-width: 138px;
    min-height: 58px;
    align-content: center;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #1f9f54;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .32);
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.v2-whatsapp-widget:hover,
.v2-whatsapp-widget:focus {
    background: #24b862;
    color: #fff;
    transform: translateY(-2px);
}

.v2-whatsapp-widget span,
.v2-whatsapp-widget strong {
    display: block;
    color: inherit;
    font-family: Oswald, sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
}

.v2-whatsapp-widget span {
    font-size: 12px;
    opacity: .82;
}

.v2-whatsapp-widget strong {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (min-width: 767.98px) {
    .v2-switcher,
    .v2-client-facts,
    .v2-fit-grid,
    .v2-price-grid,
    .v2-how-grid,
    .v2-gallery,
    .v2-service-grid,
    .v2-comparison-grid,
    .v2-faq-grid,
    .v2-apply-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-how-grid.v2-how-grid--five,
    .v2-price-grid.v2-price-grid--plans {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

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

    .v2-offer-card {
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    }
}


@media screen and (max-width: 767.97px) {
    .v2-space-gallery-grid {
        display: block;
    }

    .v2-space-gallery-grid .v2-space-gallery-item,
    .v2-space-gallery-grid .v2-space-gallery-item:nth-child(n) {
        aspect-ratio: 4 / 3;
        height: auto;
        margin-bottom: 14px;
    }

    .v2-space-gallery-grid .v2-space-gallery-item:last-child {
        aspect-ratio: 3 / 2;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 991.98px) {
    .v2-switcher {
        position: sticky;
        top: 0;
        z-index: 20;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -38px;
    }

    .v2-client-grid,
    .v2-barber-hero,
    .v2-story,
    .v2-tour,
    .v2-principles,
    .v2-growth {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    }

    .v2-barber-hero {
        grid-template-columns: 1fr;
    }

    .v2-client-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v2-price-grid,
    .v2-how-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .v2-how-grid.v2-how-grid--five,
    .v2-price-grid.v2-price-grid--plans {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .v2-fit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-self: end;
    }

    .v2-gallery {
        grid-template-columns: 1.35fr .65fr;
    }

    .v2-story-media {
        min-height: 520px;
    }

    .for-barbers-page .header_nav-list_item {
        margin-right: 14px;
        font-size: 13px;
    }

    .for-barbers-page .header_btn {
        margin-left: 24px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1199.97px) {
    .for-barbers-page .header .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .for-barbers-page .header_logo img {
        height: 112px !important;
    }

    .for-barbers-page .header_nav-list_item {
        margin-right: 9px;
        font-size: 11px;
    }

    .for-barbers-page .header_nav-list {
        margin-right: 0;
    }

    .for-barbers-page .header_btn {
        margin-left: 10px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }

    .for-barbers-page .lang-switcher {
        margin-left: 6px;
    }

    .for-barbers-page .lang-switcher button {
        min-width: 28px;
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media screen and (max-width: 991.97px) {
    .for-barbers-page .header .container-fluid {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }

    .for-barbers-page .header_logo {
        flex-shrink: 0;
    }

    .for-barbers-page .header_logo img {
        height: 60px !important;
        width: auto;
    }

    .for-barbers-page .header_trigger {
        display: inline-flex !important;
        position: absolute;
        top: 22px;
        right: 20px;
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 0;
        z-index: 2;
        background:
            linear-gradient(#fff, #fff) left top / 100% 2px no-repeat,
            linear-gradient(#fff, #fff) left center / 100% 2px no-repeat,
            linear-gradient(#fff, #fff) left bottom / 100% 2px no-repeat;
    }

    .for-barbers-page .header_trigger .line {
        background: transparent;
    }

    .for-barbers-page .header_nav {
        order: 10;
        min-width: 100%;
    }
}

@media screen and (max-width: 767.97px) {
    .for-barbers-page .hero {
        height: auto;
        min-height: 100svh;
        background-position: var(--hero-bg-position-mobile, var(--hero-bg-position, center center));
    }

    .for-barbers-page .v2-hero-scrim {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, .34) 28%, rgba(0, 0, 0, .72) 70%, rgba(0, 0, 0, .88) 100%),
            linear-gradient(90deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, .22) 100%);
    }

    .for-barbers-page .hero .container {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 112px;
        padding-bottom: 44px;
    }

    .for-barbers-page .hero_content {
        width: calc(100vw - 40px);
        max-width: 350px;
    }

    .for-barbers-page .hero_content-header {
        font-size: 46px;
    }

    .for-barbers-page .hero .v2-kicker {
        font-size: 12px;
    }

    .v2-hero-actions .btn,
    .v2-actions .btn,
    .v2-form .btn,
    .v2-apply-actions .btn {
        width: 100%;
    }

    .v2-tour {
        padding: 20px;
    }

    .v2-independence {
        padding: 24px 20px;
    }

    .v2-offer-card strong {
        font-size: 44px;
    }

    .v2-whatsapp-widget {
        right: 12px;
        bottom: 12px;
        min-width: 118px;
        min-height: 52px;
        padding: 10px 13px;
    }

    .v2-whatsapp-widget strong {
        font-size: 18px;
    }

    .v2-whatsapp-widget {
        display: none;
    }

}

@media screen and (max-width: 991.97px) {
    .for-barbers-page .header_btn {
        display: none !important;
    }
}

