.home-hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.8) 58%, rgba(0,0,0,.62) 100%);
}

.home-hero__kicker {
    margin: 0 0 18px;
    color: #ffb454;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-hero__title {
    max-width: 1050px;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: .99;
}

.home-hero__lead {
    max-width: 850px;
    margin: 18px 0 0;
    padding-left: 20px;
    border-left: 4px solid #ffb454;
    color: rgba(255,255,255,.9);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 300;
    line-height: 1.55;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-hero__button,
.home-paths__link,
.home-coverage__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid #ffb454;
    background: #ffb454;
    color: #151515;
    font-weight: 800;
    text-decoration: none;
}

.home-hero__button--ghost {
    border-color: rgba(255,255,255,.65);
    background: transparent;
    color: #fff;
}

.home-hero__video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 16px;
    color: #ffcb86;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.home-hero__video-link svg { width: 19px; height: 19px; }
.home-hero__video-link:hover { color: #fff; }

.home-video {
    padding: 90px 0;
    background: #fff;
    scroll-margin-top: 120px;
}

.home-video__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
}

.home-video h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.home-video .home-section__lead { margin-top: 22px; font-size: 17px; }
.home-video__figure { min-width: 0; margin: 0; }
.home-video__player { position: relative; overflow: hidden; background: #121416; }
.home-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }

.home-video__play {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    padding: 0 16px 6%;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 600;
    cursor: pointer;
}

.home-video__play-icon {
    display: grid;
    place-items: center;
    width: clamp(44px, 4vw, 62px);
    height: clamp(44px, 4vw, 62px);
    border-radius: 50%;
    background: #ffb454;
    color: #151515;
    transition: transform .2s ease, background .2s ease;
}

.home-video__play-icon svg { width: 28px; height: 28px; }
.home-video__play:hover .home-video__play-icon { transform: scale(1.08); background: #ffcb86; }
.home-video__play[hidden], .home-video__error[hidden] { display: none; }
.home-video__play:focus-visible { outline: 3px solid #ffb454; outline-offset: -5px; }
.home-video video:focus-visible { outline: 3px solid #a85e00; outline-offset: -3px; }
.home-hero__video-link:focus-visible, .home-video__contact:focus-visible { outline: 3px solid #a85e00; outline-offset: 5px; }
.home-video figcaption { margin-top: 12px; color: #606b7d; font-size: 12px; line-height: 1.6; }
.home-video__error { margin-top: 12px; color: #943d20; font-size: 14px; }
.home-video__error a { text-decoration: underline; }

.home-video__contact {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    margin-top: 22px;
    padding: 10px 0;
    border-bottom: 2px solid #ffb454;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.home-video__contact:hover { color: #a85e00; }

@media (max-width: 1100px) {
    .home-video__grid { grid-template-columns: 1fr; gap: 32px; }
    .home-video h2 { max-width: 620px; }
    .home-video__play { font-size: 16px; }
    .home-video__play-icon { width: 56px; height: 56px; }
}

@media (max-width: 700px) {
    .home-video { padding: 64px 0; }
    .home-video__play { font-size: 13px; gap: 8px; }
    .home-video__play-icon { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-video__play-icon { transition: none; }
}

.home-paths,
.home-proof {
    padding: 96px 0;
    background: #f3f4f6;
}

.home-shell {
    width: 70%;
    margin: 0 auto;
}

.home-section__kicker {
    margin: 0 0 14px;
    color: #a85e00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-section__heading {
    max-width: 920px;
    margin: 0;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 300;
    line-height: 1.07;
}

.home-section__lead {
    max-width: 790px;
    margin: 24px 0 0;
    color: #606b7d;
    font-size: 18px;
    line-height: 1.7;
}

.home-paths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.home-paths__card {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px;
    background: #fff;
    border-top: 5px solid #ffb454;
}

.home-paths__card--dark {
    background: #171717;
    color: #fff;
}

.home-paths__card--software {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 280px;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
    background: linear-gradient(120deg, #fff 0%, #fff 62%, #fff2df 100%);
}

.home-paths__card--software > div {
    max-width: 720px;
}

.home-paths__number {
    display: block;
    margin-bottom: 46px;
    color: #a85e00;
    font-size: 14px;
    font-weight: 800;
}

.home-paths__card--dark .home-paths__number {
    color: #ffb454;
}

.home-paths__card h3 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.1;
}

.home-paths__card p {
    margin: 0;
    color: #606b7d;
    font-size: 17px;
    line-height: 1.65;
}

.home-paths__card--dark p {
    color: rgba(255,255,255,.72);
}

.home-paths__link {
    align-self: flex-start;
    margin-top: 34px;
}

.home-paths__card:not(.home-paths__card--dark) .home-paths__link {
    background: #171717;
    border-color: #171717;
    color: #fff;
}

@media (max-width: 767px) {
    .home-paths__grid { grid-template-columns: 1fr; }
    .home-paths__card--software { grid-column: auto; min-height: 360px; flex-direction: column; align-items: stretch; gap: 0; }
}

.home-coverage {
    padding: 88px 0;
    background: #151515;
    color: #fff;
}

.home-coverage__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 72px;
    align-items: start;
}

.home-coverage .home-section__kicker { color: #ffb454; }
.home-coverage .home-section__heading { color: #fff; font-size: clamp(34px, 4vw, 54px); }
.home-coverage .home-section__lead { color: rgba(255,255,255,.72); }

.home-coverage__areas {
    display: grid;
    gap: 1px;
    background: #404040;
}

.home-coverage__area {
    padding: 28px;
    background: #222;
}

.home-coverage__area h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 23px;
}

.home-coverage__area p {
    margin: 0;
    color: rgba(255,255,255,.68);
    line-height: 1.65;
}

.home-coverage__link { margin-top: 28px; }

.home-proof { background: #fff; }

.home-proof__intro {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: end;
}

.home-proof__stories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.home-proof__story {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 28px;
    padding: 34px;
    background: #f3f4f6;
    border-bottom: 4px solid #ffb454;
}

.home-proof__brand {
    display: flex;
    width: 125px;
    height: 125px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
}

.home-proof__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-proof__type {
    display: block;
    margin-bottom: 14px;
    color: #a85e00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-proof blockquote {
    margin: 0;
    color: #222;
    font-size: 19px;
    line-height: 1.55;
}

.home-proof__author {
    margin: 18px 0 0;
    color: #5f6878;
    font-size: 14px;
    font-weight: 700;
}

.home-proof__result {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid #d9dde3;
    color: #4f5a6b;
    line-height: 1.55;
}

.home-proof__result strong {
    color: #171717;
}

.home-contact__promise {
    margin: -24px 0 34px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.6;
}

.home-contact__select {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #475569;
    outline: none;
}

.home-contact__select:focus { border-color: #ffb454; }

@media (max-width: 980px) {
    .home-coverage__grid,
    .home-proof__intro { grid-template-columns: 1fr; gap: 34px; }
    .home-proof__stories { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .home-shell { width: calc(100% - 32px); }
}

@media (max-width: 700px) {
    .home-paths, .home-proof { padding: 68px 0; }
    .home-paths__grid { grid-template-columns: 1fr; }
    .home-paths__card { min-height: 0; padding: 30px 24px; }
    .home-paths__number { margin-bottom: 28px; }
    .home-proof__story { grid-template-columns: 1fr; padding: 26px 22px; }
    .home-proof__brand { width: 105px; height: 105px; }
    .home-hero__actions { flex-direction: column; align-items: stretch; }
    .home-hero__button { width: 100%; }
    .home-hero__title { font-size: clamp(40px, 12vw, 58px); }
}
