.page-home-beta-one {
    --b1-ink: #17110d;
    --b1-navy: #111111;
    --b1-navy-2: #2a1b12;
    --b1-cyan: #f68820;
    --b1-red: #d72f2f;
    --b1-paper: #fff8f1;
    --b1-line: rgba(23, 17, 13, 0.12);
    --b1-muted: rgba(23, 17, 13, 0.68);
    background: var(--b1-paper);
    color: var(--b1-ink);
}

.page-home-beta-one .site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 18px 48px rgba(5, 16, 31, 0.18);
}

.page-home-beta-one .top-mini {
    background: #111111 !important;
}

.page-home-beta-one .site-header > .bg-white {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
}

.page-home-beta-one .header-row,
.page-home-beta-one .mini-wrap {
    max-width: 1220px !important;
}

.page-home-beta-one .nav-main-link {
    min-height: 54px;
    color: var(--b1-ink) !important;
    font-family: "Open Sans", "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-home-beta-one .nav-main-link:hover,
.page-home-beta-one .nav-main-link.is-active {
    color: var(--b1-cyan) !important;
}

.page-home-beta-one .main-actions > a,
.page-home-beta-one .main-actions > button {
    border-radius: 2px !important;
    min-height: 38px;
    font-weight: 800;
}

.page-home-beta-one .main-actions > .bg-brand {
    background: var(--b1-red) !important;
}

.page-home-beta-one .main-actions > .bg-black {
    background: var(--b1-navy) !important;
}

.page-home-beta-one .logo-badge {
    background: transparent !important;
    box-shadow: none !important;
}

.page-home-beta-one .logo-badge img {
    height: 72px !important;
    border-radius: 0 !important;
}

.beta-one {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(246, 136, 32, 0.06) 25%, transparent 25%) 0 0 / 36px 36px,
        var(--b1-paper);
}

.b1-container {
    width: min(1200px, calc(100vw - 32px));
    margin: 0 auto;
}

.b1-hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: center;
    background: #111111;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.b1-hero__media,
.b1-hero__overlay,
.b1-hero__motion {
    position: absolute;
    inset: 0;
}

.b1-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    --b1-move-x: 0px;
    --b1-move-y: 0px;
    transform: translate3d(var(--b1-move-x), var(--b1-move-y), 0) scale(1.04);
    animation: b1-hero-zoom 18s ease-in-out infinite alternate;
    transition: transform 260ms ease-out;
}

.b1-hero__overlay {
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.93) 0%, rgba(17, 17, 17, 0.72) 43%, rgba(17, 17, 17, 0.26) 100%),
        linear-gradient(135deg, rgba(246, 136, 32, 0.34), transparent 38%),
        linear-gradient(315deg, rgba(215, 47, 47, 0.32), transparent 42%);
}

.b1-hero__motion {
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.74;
    overflow: hidden;
}

.b1-hero__motion span {
    position: absolute;
    top: -18%;
    width: 120px;
    height: 136%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: skewX(-18deg) translateX(-260px);
    filter: blur(1px);
    animation: b1-light-sweep 6.8s ease-in-out infinite;
}

.b1-hero__motion span:nth-child(1) {
    left: 12%;
}

.b1-hero__motion span:nth-child(2) {
    left: 48%;
    width: 80px;
    animation-delay: 1.4s;
    animation-duration: 8.2s;
}

.b1-hero__motion span:nth-child(3) {
    left: 76%;
    width: 150px;
    animation-delay: 2.6s;
    animation-duration: 9s;
}

.b1-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 42px;
    align-items: center;
    padding: 92px 0 74px;
}

.b1-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--b1-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.b1-kicker::before {
    content: "";
    width: 42px;
    height: 3px;
    background: var(--b1-red);
}

.b1-hero h1,
.b1-section-head h2,
.b1-intro h2,
.b1-services__lead h2,
.b1-media h2,
.b1-final h2 {
    font-family: "Oswald", "Tajawal", sans-serif;
    letter-spacing: 0;
}

.b1-hero h1 {
    margin: 18px 0;
    max-width: 650px;
    font-size: clamp(48px, 6.8vw, 92px);
    line-height: 0.94;
    text-transform: uppercase;
}

.b1-hero p {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.75;
}

.b1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.b1-btn,
.b1-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 2px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.b1-btn:hover,
.b1-link:hover {
    transform: translateY(-4px);
}

.b1-btn::after,
.b1-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.32) 50%, transparent 80%);
    transform: translateX(-130%);
    transition: transform 520ms ease;
}

.b1-btn:hover::after,
.b1-link:hover::after {
    transform: translateX(130%);
}

.b1-btn--primary {
    background: var(--b1-red);
    color: #fff;
    box-shadow: 0 18px 42px rgba(215, 47, 47, 0.36);
}

.b1-btn--light {
    background: #fff;
    color: var(--b1-navy);
}

.b1-link {
    margin-top: 22px;
    background: var(--b1-navy);
    color: #fff;
}

.b1-hero__collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    --b1-move-x: 0px;
    --b1-move-y: 0px;
    transform: translate3d(var(--b1-move-x), var(--b1-move-y), 0) skewX(-10deg);
    transition: transform 260ms ease-out;
    will-change: transform;
}

.b1-slice {
    position: relative;
    min-height: 220px;
    margin: 0;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    animation: b1-float 8s ease-in-out infinite;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.b1-slice:nth-child(2) {
    animation-delay: -1.6s;
}

.b1-slice:nth-child(3) {
    animation-delay: -3.2s;
}

.b1-slice:nth-child(4) {
    animation-delay: -4.8s;
}

.b1-slice--wide {
    grid-column: span 2;
    min-height: 190px;
}

.b1-slice--tall {
    min-height: 280px;
}

.b1-slice img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    transform: skewX(10deg) scale(1.08);
    transition: transform 320ms ease, filter 320ms ease;
}

.b1-slice:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(246, 136, 32, 0.92);
    box-shadow: 0 34px 95px rgba(0, 0, 0, 0.46);
}

.b1-slice:hover img {
    transform: skewX(10deg) scale(1.16);
    filter: saturate(1.12) contrast(1.04);
}

.b1-service-strip {
    position: relative;
    z-index: 2;
    margin-top: -66px;
}

.b1-service-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.b1-service-tab {
    min-height: 180px;
    padding: 24px;
    background: #fff;
    border-top: 5px solid var(--b1-cyan);
    box-shadow: 0 22px 60px rgba(44, 25, 12, 0.16);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.b1-service-tab:hover {
    transform: translateY(-12px);
    border-color: var(--b1-red);
    box-shadow: 0 34px 80px rgba(44, 25, 12, 0.24);
}

.b1-service-tab:hover .b1-icon {
    animation: b1-icon-hop 520ms cubic-bezier(0.22, 1.45, 0.36, 1);
}

.b1-service-tab:nth-child(even) {
    border-color: var(--b1-red);
}

.b1-service-tab h2 {
    margin: 18px 0 8px;
    color: var(--b1-navy);
    font-size: 20px;
    font-weight: 900;
}

.b1-service-tab p,
.b1-intro p,
.b1-feature-item p,
.b1-service-card p,
.b1-post-card p {
    color: var(--b1-muted);
    line-height: 1.65;
}

.b1-icon {
    display: block;
    width: 46px;
    height: 46px;
    background: var(--b1-cyan);
    mask: var(--icon) center / contain no-repeat;
}

.b1-icon--air { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16l20-9-2 5-7 2 5 5-3 1-6-5-5 2z'/%3E%3C/svg%3E"); }
.b1-icon--sea { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17h16l-2 3H6zm2-9h3V5h6v3h3l2 7H4z'/%3E%3C/svg%3E"); }
.b1-icon--road { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v8h-1.2a3 3 0 01-5.6 0H6.8A3 3 0 011.2 14H0V8a2 2 0 012-2zm13 3h3l3 3v2h-1.2a3 3 0 01-5.6 0H16z'/%3E%3C/svg%3E"); }
.b1-icon--customs { --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14v18H5zm3 4v2h8V7zm0 4v2h8v-2zm0 4v2h5v-2z'/%3E%3C/svg%3E"); }

.b1-intro,
.b1-special,
.b1-services,
.b1-features,
.b1-numbers,
.b1-media,
.b1-blog,
.b1-final {
    padding: 78px 0;
}

.b1-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 48px;
    align-items: center;
}

.b1-intro h2,
.b1-services__lead h2,
.b1-media h2,
.b1-final h2 {
    margin: 14px 0 16px;
    font-size: clamp(34px, 4.8vw, 62px);
    line-height: 1;
}

.b1-intro__visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    box-shadow: 0 28px 80px rgba(44, 25, 12, 0.2);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.b1-intro__visual:hover {
    transform: translateY(-8px);
    box-shadow: 0 38px 98px rgba(44, 25, 12, 0.28);
}

.b1-intro__visual img,
.b1-special-card img,
.b1-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease, filter 360ms ease;
}

.b1-section-head {
    max-width: 760px;
    margin-bottom: 30px;
}

.b1-section-head--center {
    margin-inline: auto;
    text-align: center;
}

.b1-section-head--center .b1-kicker {
    justify-content: center;
}

.b1-section-head h2 {
    margin: 12px 0 0;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1;
}

.b1-special {
    background: #fff;
}

.b1-special__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 16px;
}

.b1-special-card {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.b1-special-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 76px rgba(44, 25, 12, 0.24);
}

.b1-special-card:hover img,
.b1-service-card:hover img,
.b1-intro__visual:hover img {
    transform: scale(1.08);
    filter: saturate(1.12) contrast(1.05);
}

.b1-special-card--large {
    min-height: 430px;
}

.b1-special-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 22%, rgba(17, 17, 17, 0.86));
}

.b1-special-card span {
    position: relative;
    z-index: 1;
    padding: 26px;
    font-size: 24px;
    font-weight: 900;
}

.b1-services {
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.96), rgba(42, 27, 18, 0.88)),
        url("/fastlogistics/images/beta-home-1/hero-port-air.png") center / cover;
    color: #fff;
}

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

.b1-services__lead {
    padding: 20px 20px 20px 0;
}

.b1-services__lead h2 {
    color: #ffffff !important;
}

.b1-services__lead .b1-kicker {
    color: var(--b1-cyan) !important;
}

.b1-services__lead .b1-btn {
    margin-top: 20px;
}

.b1-service-card {
    display: grid;
    grid-template-rows: 190px 1fr;
    background: rgba(255, 255, 255, 0.96);
    color: var(--b1-ink);
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.b1-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
}

.b1-service-card div {
    padding: 22px;
}

.b1-service-card h3 {
    margin: 0 0 8px;
    color: var(--b1-navy);
    font-size: 21px;
    font-weight: 900;
}

.b1-service-card a,
.b1-media a,
.b1-post-card a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--b1-red);
    font-weight: 900;
}

.b1-feature-panel {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: var(--b1-navy);
    color: #fff;
    box-shadow: 0 26px 80px rgba(44, 25, 12, 0.18);
}

.b1-feature-lead {
    padding: 42px;
    background: var(--b1-cyan);
    transition: background-color 220ms ease, transform 220ms ease;
}

.b1-feature-lead h3 {
    margin: 0;
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 900;
    line-height: 1.18;
}

.b1-feature-lead a {
    display: inline-flex;
    margin-top: 28px;
    padding: 13px 20px;
    background: #fff;
    color: var(--b1-navy);
    font-weight: 900;
}

.b1-feature-item {
    padding: 42px 30px;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 220ms ease, background-color 220ms ease;
}

.b1-feature-lead:hover,
.b1-feature-item:hover {
    transform: translateY(-8px);
}

.b1-feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.b1-feature-item span {
    display: block;
    color: var(--b1-cyan);
    font-size: 38px;
    font-weight: 900;
}

.b1-feature-item h3 {
    margin: 38px 0 12px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.page-home-beta-one .b1-feature-item h3 {
    color: #ffffff !important;
}

.b1-feature-item p {
    color: rgba(255, 255, 255, 0.78);
}

.b1-numbers {
    background: #fff;
}

.b1-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.b1-numbers article {
    padding: 34px 22px;
    text-align: center;
    border: 1px solid var(--b1-line);
    background: linear-gradient(180deg, #fff, #fff3e8);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.b1-numbers article:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(246, 136, 32, 0.42);
    box-shadow: 0 24px 64px rgba(44, 25, 12, 0.16);
}

.b1-numbers strong {
    display: block;
    color: var(--b1-navy);
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
}

.b1-numbers span {
    display: block;
    margin-top: 10px;
    color: var(--b1-muted);
    font-weight: 800;
}

.b1-media__grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
}

.b1-media__cards {
    display: grid;
    gap: 14px;
}

.b1-media__cards article,
.b1-post-card {
    padding: 26px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(44, 25, 12, 0.1);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.b1-media__cards article:hover,
.b1-post-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 28px 70px rgba(44, 25, 12, 0.17);
}

.b1-media__cards h3,
.b1-post-card h3 {
    margin: 0;
    color: var(--b1-navy);
    font-size: 23px;
    font-weight: 900;
}

.b1-blog {
    background: #fff;
}

.b1-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.b1-post-card span {
    color: var(--b1-cyan);
    font-weight: 900;
}

.b1-post-card h3 {
    margin-top: 12px;
}

.b1-final__frame {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 44px;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(42, 27, 18, 0.88)),
        url("/fastlogistics/images/beta-home-1/road-freight.png") center / cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.b1-final__frame::after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -20%;
    width: 220px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(-18deg);
    animation: b1-final-sheen 5.5s ease-in-out infinite;
}

.b1-final .b1-actions {
    margin-top: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.b1-final__frame > div {
    position: relative;
    z-index: 1;
}

.page-home-beta-one .footer-bg {
    margin-top: 0 !important;
    background: #111111 !important;
}

html[dir="rtl"] .b1-hero__collage {
    transform: translate3d(var(--b1-move-x), var(--b1-move-y), 0) skewX(10deg);
}

html[dir="rtl"] .b1-slice img {
    transform: skewX(-10deg) scale(1.08);
}

html[dir="rtl"] .b1-slice:hover img {
    transform: skewX(-10deg) scale(1.16);
}

.b1-animate {
    animation-fill-mode: both;
}

.b1-animate--hero {
    animation: b1-rise-in 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.b1-animate--pop {
    animation: b1-pop-in 920ms cubic-bezier(0.18, 1.35, 0.32, 1) 120ms both;
}

html[dir="rtl"] .b1-animate--pop {
    animation-name: b1-pop-in-rtl;
}

.b1-reveal {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
    transition:
        opacity 620ms ease var(--b1-delay, 0ms),
        transform 720ms cubic-bezier(0.18, 1.22, 0.32, 1) var(--b1-delay, 0ms);
}

.b1-reveal--right {
    transform: translateX(42px) scale(0.98);
}

.b1-reveal.b1-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.b1-reveal--right.b1-visible {
    transform: translateX(0) scale(1);
}

@keyframes b1-rise-in {
    0% {
        opacity: 0;
        transform: translateY(38px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes b1-pop-in {
    0% {
        opacity: 0;
        transform: translate3d(var(--b1-move-x, 0px), calc(var(--b1-move-y, 0px) + 42px), 0) skewX(-10deg) scale(0.88);
    }
    62% {
        opacity: 1;
        transform: translate3d(var(--b1-move-x, 0px), calc(var(--b1-move-y, 0px) - 8px), 0) skewX(-10deg) scale(1.035);
    }
    100% {
        opacity: 1;
        transform: translate3d(var(--b1-move-x, 0px), var(--b1-move-y, 0px), 0) skewX(-10deg) scale(1);
    }
}

@keyframes b1-pop-in-rtl {
    0% {
        opacity: 0;
        transform: translate3d(var(--b1-move-x, 0px), calc(var(--b1-move-y, 0px) + 42px), 0) skewX(10deg) scale(0.88);
    }
    62% {
        opacity: 1;
        transform: translate3d(var(--b1-move-x, 0px), calc(var(--b1-move-y, 0px) - 8px), 0) skewX(10deg) scale(1.035);
    }
    100% {
        opacity: 1;
        transform: translate3d(var(--b1-move-x, 0px), var(--b1-move-y, 0px), 0) skewX(10deg) scale(1);
    }
}

@keyframes b1-hero-zoom {
    0% {
        filter: saturate(1) contrast(1);
    }
    100% {
        filter: saturate(1.12) contrast(1.05);
    }
}

@keyframes b1-light-sweep {
    0%, 24% {
        transform: skewX(-18deg) translateX(-340px);
        opacity: 0;
    }
    42% {
        opacity: 0.88;
    }
    72%, 100% {
        transform: skewX(-18deg) translateX(760px);
        opacity: 0;
    }
}

@keyframes b1-float {
    0%, 100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -8px;
    }
}

@keyframes b1-icon-hop {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    44% {
        transform: translateY(-10px) scale(1.12);
    }
}

@keyframes b1-final-sheen {
    0%, 30% {
        transform: skewX(-18deg) translateX(-160px);
        opacity: 0;
    }
    48% {
        opacity: 1;
    }
    78%, 100% {
        transform: skewX(-18deg) translateX(920px);
        opacity: 0;
    }
}

@media (max-width: 1100px) {
    .b1-hero__inner,
    .b1-intro__grid,
    .b1-media__grid {
        grid-template-columns: 1fr;
    }

    .b1-hero__collage {
        max-width: 760px;
    }

    .b1-service-strip__grid,
    .b1-numbers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b1-services__grid,
    .b1-feature-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b1-feature-lead {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .b1-container {
        width: min(100% - 24px, 1200px);
    }

    .b1-hero {
        min-height: auto;
    }

    .b1-hero__inner {
        padding: 62px 0 92px;
    }

    .b1-hero h1 {
        font-size: clamp(42px, 15vw, 58px);
    }

    .b1-hero__collage {
        transform: none;
        grid-template-columns: 1fr 1fr;
    }

    html[dir="rtl"] .b1-hero__collage {
        transform: none;
    }

    .b1-slice,
    .b1-slice--wide,
    .b1-slice--tall {
        min-height: 170px;
        border-width: 4px;
    }

    .b1-slice img,
    html[dir="rtl"] .b1-slice img {
        width: 100%;
        transform: none;
    }

    .b1-slice:hover img,
    html[dir="rtl"] .b1-slice:hover img {
        transform: scale(1.06);
    }

    .b1-service-strip {
        margin-top: -42px;
    }

    .b1-service-strip__grid,
    .b1-special__grid,
    .b1-services__grid,
    .b1-feature-panel,
    .b1-numbers__grid,
    .b1-blog__grid {
        grid-template-columns: 1fr;
    }

    .b1-feature-lead {
        grid-column: auto;
    }

    .b1-intro,
    .b1-special,
    .b1-services,
    .b1-features,
    .b1-numbers,
    .b1-media,
    .b1-blog,
    .b1-final {
        padding: 54px 0;
    }

    .b1-intro__visual {
        min-height: 280px;
        clip-path: none;
    }

    .b1-special-card,
    .b1-special-card--large {
        min-height: 280px;
    }

    .b1-final__frame {
        display: block;
        padding: 28px;
    }

    .b1-final .b1-actions {
        margin-top: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home-beta-one *,
    .page-home-beta-one *::before,
    .page-home-beta-one *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .b1-reveal {
        opacity: 1;
        transform: none;
    }
}
