.platform-home {
    --platform-ink: #0b1739;
    --platform-muted: #5e6b85;
    --platform-blue: #007afe;
    --platform-blue-dark: #005ec7;
    --platform-cyan: #65d9ff;
    --platform-line: #dfe6f2;
    --platform-surface: #f4f7fb;
    color: var(--platform-ink);
    overflow: hidden;
}

.platform-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8ddfff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.platform-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.platform-kicker--light {
    color: var(--platform-blue);
}

.platform-hero {
    position: relative;
    isolation: isolate;
    padding: 88px 0 0;
    color: #fff;
    background:
        linear-gradient(118deg, rgba(5, 19, 48, 0.98) 0%, rgba(8, 30, 68, 0.98) 57%, rgba(8, 45, 88, 0.96) 100%),
        #071b3f;
}

.platform-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.platform-hero__glow--one {
    top: -320px;
    right: -180px;
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(0, 122, 254, 0.34) 0%, rgba(0, 122, 254, 0) 68%);
}

.platform-hero__glow--two {
    bottom: -300px;
    left: -260px;
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, rgba(101, 217, 255, 0.14) 0%, rgba(101, 217, 255, 0) 70%);
}

.platform-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
}

.platform-hero__copy {
    position: relative;
    z-index: 2;
    padding-bottom: 78px;
}

.platform-hero__title {
    max-width: 700px;
    margin: 24px 0 26px;
    font-size: clamp(2.75rem, 4.5vw, 4.35rem);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.platform-hero__title span {
    color: #8ddfff;
}

.platform-hero__lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.05rem, 1.55vw, 1.22rem);
    line-height: 1.62;
}

.platform-hero__actions,
.platform-ceilings__actions,
.platform-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.platform-hero__actions {
    margin-top: 34px;
}

.platform-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0.72rem 1.2rem;
    border-radius: 10px;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.platform-button .material-icons {
    font-size: 19px;
}

.platform-button:hover {
    transform: translateY(-2px);
}

.platform-button--primary {
    color: #071b3f;
    border-color: #8ddfff;
    background: #8ddfff;
    box-shadow: 0 12px 28px rgba(101, 217, 255, 0.16);
}

.platform-button--primary:hover,
.platform-button--primary:focus {
    color: #071b3f;
    border-color: #b5ecff;
    background: #b5ecff;
    box-shadow: 0 16px 32px rgba(101, 217, 255, 0.24);
}

.platform-button--secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.06);
}

.platform-button--secondary:hover,
.platform-button--secondary:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.12);
}

.platform-button--blue {
    color: #fff;
    border-color: var(--platform-blue);
    background: var(--platform-blue);
    box-shadow: 0 10px 24px rgba(0, 122, 254, 0.18);
}

.platform-button--blue:hover,
.platform-button--blue:focus {
    color: #fff;
    border-color: var(--platform-blue-dark);
    background: var(--platform-blue-dark);
    box-shadow: 0 14px 28px rgba(0, 94, 199, 0.22);
}

.platform-button--outline {
    color: var(--platform-ink);
    border-color: #c8d2e4;
    background: #fff;
}

.platform-button--outline:hover,
.platform-button--outline:focus {
    color: var(--platform-blue-dark);
    border-color: var(--platform-blue);
    background: #fff;
}

.platform-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
}

.platform-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.platform-hero__trust .material-icons {
    color: #68e2b8;
    font-size: 17px;
}

.platform-stage {
    position: relative;
    align-self: end;
    min-width: 0;
    padding: 30px 0 72px;
}

.platform-stage__browser {
    overflow: hidden;
    width: 110%;
    min-width: 610px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
    transform: perspective(1300px) rotateY(-5deg);
    transform-origin: center left;
}

.platform-stage__browser-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 42px;
    padding: 0 15px;
    color: #72809b;
    border-bottom: 1px solid #e4e9f1;
    background: #f7f9fc;
}

.platform-stage__traffic {
    display: flex;
    gap: 5px;
}

.platform-stage__traffic i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccd4e1;
}

.platform-stage__address {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 230px;
    padding: 5px 10px;
    border-radius: 6px;
    background: #edf1f7;
    font-size: 0.67rem;
}

.platform-stage__address .material-icons {
    font-size: 12px;
}

.platform-stage__workspace {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    min-height: 420px;
    color: #14213d;
}

.platform-stage__sidebar {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 18px 10px;
    color: #7a879e;
    background: #091a3b;
}

.platform-stage__sidebar strong,
.platform-stage__sidebar span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.platform-stage__sidebar strong {
    margin: 0 7px 18px;
    color: #fff;
    font-size: 0.74rem;
}

.platform-stage__sidebar span {
    padding: 8px;
    border-radius: 6px;
    font-size: 0.62rem;
}

.platform-stage__sidebar span.is-active {
    color: #fff;
    background: rgba(0, 122, 254, 0.34);
}

.platform-stage__sidebar .material-icons {
    font-size: 15px;
}

.platform-stage__main {
    padding: 22px;
    background: #f5f7fb;
}

.platform-stage__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform-stage__heading div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.platform-stage__heading small {
    color: #8994a8;
    font-size: 0.62rem;
}

.platform-stage__heading strong {
    font-size: 0.94rem;
}

.platform-stage__heading > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background: var(--platform-blue);
    font-size: 0.63rem;
    font-weight: 700;
}

.platform-stage__metrics {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr 0.85fr;
    gap: 10px;
    margin-top: 18px;
}

.platform-stage__metrics article {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 13px;
    border: 1px solid #e2e7f0;
    border-radius: 9px;
    background: #fff;
}

.platform-stage__metrics small {
    color: #7d899e;
    font-size: 0.6rem;
}

.platform-stage__metrics strong {
    overflow: hidden;
    margin-top: 4px;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.platform-stage__metrics em {
    margin-top: 8px;
    color: #23a778;
    font-size: 0.55rem;
    font-style: normal;
}

.platform-stage__lower {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr;
    gap: 10px;
    margin-top: 10px;
}

.platform-stage__chart,
.platform-stage__today {
    min-width: 0;
    height: 224px;
    padding: 14px;
    border: 1px solid #e2e7f0;
    border-radius: 9px;
    background: #fff;
}

.platform-stage__chart > div {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
}

.platform-stage__chart > div small {
    color: #8a96aa;
}

.platform-stage__chart > span {
    display: flex;
    align-items: end;
    gap: 7px;
    height: 154px;
    padding-top: 18px;
    border-bottom: 1px solid #e5eaf2;
}

.platform-stage__chart i {
    flex: 1;
    height: 35%;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #67d9ff, #007afe);
}

.platform-stage__chart i:nth-child(2) { height: 52%; }
.platform-stage__chart i:nth-child(3) { height: 43%; }
.platform-stage__chart i:nth-child(4) { height: 72%; }
.platform-stage__chart i:nth-child(5) { height: 58%; }
.platform-stage__chart i:nth-child(6) { height: 82%; }
.platform-stage__chart i:nth-child(7) { height: 66%; }
.platform-stage__chart i:nth-child(8) { height: 92%; }

.platform-stage__today {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 0.62rem;
}

.platform-stage__today > strong {
    margin-bottom: 2px;
    font-size: 0.68rem;
}

.platform-stage__today span {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    color: #5f6d83;
}

.platform-stage__today span > i,
.platform-stage__phone-list span > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.is-blue { background: #007afe; }
.is-green { background: #23bd89; }
.is-violet { background: #7d67e8; }

.platform-stage__today b {
    color: #7d899e;
    font-weight: 500;
}

.platform-stage__phone {
    position: absolute;
    z-index: 3;
    right: -42px;
    bottom: 28px;
    width: 192px;
    padding: 10px 11px 16px;
    color: #14213d;
    border: 5px solid #10234a;
    border-radius: 27px;
    background: #f5f7fb;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
    transform: rotate(1.5deg);
}

.platform-stage__phone-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px 9px;
    font-size: 0.52rem;
    font-weight: 700;
}

.platform-stage__phone-head i {
    width: 36px;
    height: 5px;
    border-radius: 999px;
    background: #10234a;
}

.platform-stage__phone-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border-radius: 10px;
    background: #fff;
}

.platform-stage__phone-brand img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.platform-stage__phone-brand div {
    display: flex;
    flex-direction: column;
}

.platform-stage__phone-brand small {
    color: #8490a4;
    font-size: 0.48rem;
}

.platform-stage__phone-brand strong {
    margin-top: 2px;
    font-size: 0.63rem;
}

.platform-stage__phone-card {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    padding: 12px;
    color: #fff;
    border-radius: 11px;
    background: linear-gradient(145deg, #007afe, #0754b5);
}

.platform-stage__phone-card small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.5rem;
}

.platform-stage__phone-card strong {
    margin: 4px 0;
    font-size: 1.25rem;
}

.platform-stage__phone-card span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.48rem;
}

.platform-stage__phone-card span i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8df0c8;
}

.platform-stage__phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px;
}

.platform-stage__phone-list span {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr) auto;
    gap: 5px;
    align-items: center;
    padding: 7px;
    border-radius: 7px;
    background: #fff;
    font-size: 0.46rem;
}

.platform-stage__phone-list b {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.platform-stage__phone-list small {
    color: #8c97a9;
    font-size: 0.42rem;
}

.platform-stage__floating {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    color: #132142;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

.platform-stage__floating--sync {
    left: -38px;
    bottom: 42px;
}

.platform-stage__floating > .material-icons {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: #fff;
    border-radius: 8px;
    background: var(--platform-blue);
    font-size: 18px;
}

.platform-stage__floating div {
    display: flex;
    flex-direction: column;
}

.platform-stage__floating strong {
    font-size: 0.65rem;
}

.platform-stage__floating small {
    margin-top: 2px;
    color: #748097;
    font-size: 0.53rem;
}

.platform-proof {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-proof > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 3px 10px;
    padding: 22px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-proof > div:last-child {
    border-right: 0;
}

.platform-proof .material-icons {
    grid-row: 1 / span 2;
    color: #8ddfff;
    font-size: 27px;
}

.platform-proof strong {
    font-size: 0.84rem;
}

.platform-proof small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.platform-section {
    padding: 104px 0;
}

.platform-section__head {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.platform-section__head--left {
    max-width: 720px;
    margin-left: 0;
    text-align: left;
}

.platform-section__head h2,
.platform-ceilings__copy h2,
.platform-final h2 {
    margin: 18px 0 18px;
    color: var(--platform-ink);
    font-size: clamp(2rem, 3.65vw, 3.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.platform-section__head p,
.platform-ceilings__copy > p,
.platform-final p {
    margin: 0;
    color: var(--platform-muted);
    font-size: 1.04rem;
    line-height: 1.66;
}

.platform-ecosystem {
    background: #fff;
}

.platform-ecosystem__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 22px;
    align-items: stretch;
}

.platform-product,
.platform-client {
    border: 1px solid var(--platform-line);
    border-radius: 20px;
    background: #fff;
}

.platform-product--cloud {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 600px;
    padding: clamp(28px, 4vw, 48px);
    color: #fff;
    border-color: #102e65;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 122, 254, 0.48), transparent 43%),
        linear-gradient(145deg, #071b3f 0%, #0c2a5b 100%);
}

.platform-product--cloud::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -110px;
    bottom: -130px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(141, 223, 255, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(141, 223, 255, 0.04), 0 0 0 116px rgba(141, 223, 255, 0.025);
}

.platform-product__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.platform-product__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 15px;
}

.platform-product__icon--cloud {
    color: #071b3f;
    background: #8ddfff;
}

.platform-product__icon .material-icons {
    font-size: 30px;
}

.platform-product__badge {
    padding: 7px 10px;
    color: #bcecff;
    border: 1px solid rgba(141, 223, 255, 0.22);
    border-radius: 999px;
    background: rgba(141, 223, 255, 0.08);
    font-size: 0.7rem;
    font-weight: 700;
}

.platform-product__copy {
    max-width: 600px;
    margin-top: 54px;
}

.platform-product__copy > span {
    color: #8ddfff;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.platform-product__copy h3 {
    margin: 14px 0 18px;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    font-weight: 750;
    letter-spacing: -0.04em;
    line-height: 1.07;
}

.platform-product__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.65;
}

.platform-product__points {
    display: grid;
    gap: 10px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.84rem;
}

.platform-product__points li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.platform-product__points .material-icons {
    color: #68e2b8;
    font-size: 18px;
}

.platform-product__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 38px;
}

.platform-text-link,
.platform-client__copy a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8ddfff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.platform-text-link:hover,
.platform-client__copy a:hover {
    color: #fff;
}

.platform-text-link .material-icons,
.platform-client__copy a .material-icons {
    font-size: 17px;
}

.platform-ecosystem__clients {
    display: grid;
    gap: 14px;
}

.platform-client {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 25px;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.platform-client:hover {
    transform: translateY(-3px);
    border-color: #b9c9e1;
    box-shadow: 0 18px 36px rgba(25, 52, 96, 0.09);
}

.platform-client__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    padding: 8px;
    border-radius: 17px;
    background: var(--platform-surface);
}

.platform-client__icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 12px;
}

.platform-client__copy > span {
    color: #8792a7;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.platform-client__copy h3 {
    margin: 5px 0 8px;
    font-size: 1.32rem;
    font-weight: 720;
}

.platform-client__copy p {
    margin: 0 0 12px;
    color: var(--platform-muted);
    font-size: 0.84rem;
    line-height: 1.52;
}

.platform-client__copy a {
    color: var(--platform-blue);
}

.platform-client__copy a:hover {
    color: var(--platform-blue-dark);
}

.platform-workflow {
    background: var(--platform-surface);
}

.platform-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.platform-flow::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 6%;
    left: 6%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 122, 254, 0.1), rgba(0, 122, 254, 0.55), rgba(0, 122, 254, 0.1));
}

.platform-flow li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
}

.platform-flow__number {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #acb6c7;
    font-size: 0.62rem;
    font-weight: 700;
}

.platform-home .platform-flow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 0;
    color: var(--platform-blue);
    border: 1px solid #d8e3f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(21, 53, 102, 0.08);
    font-size: 29px;
    line-height: 1 !important;
    vertical-align: middle;
}

.platform-flow strong {
    margin-top: 16px;
    font-size: 0.96rem;
}

.platform-flow small {
    margin-top: 5px;
    color: #7a879d;
    font-size: 0.74rem;
}

.platform-workflow__outcomes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 58px;
}

.platform-workflow__outcomes article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 23px;
    border: 1px solid var(--platform-line);
    border-radius: 14px;
    background: #fff;
}

.platform-workflow__outcomes > article > .material-icons {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--platform-blue);
    border-radius: 13px;
    background: rgba(0, 122, 254, 0.08);
    font-size: 24px;
}

.platform-workflow__outcomes div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.platform-workflow__outcomes strong {
    font-size: 0.94rem;
}

.platform-workflow__outcomes small {
    color: var(--platform-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.platform-ceilings {
    background: #fff;
}

.platform-ceilings__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.82fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.platform-ceilings__copy h2 {
    margin-top: 18px;
}

.platform-ceilings__roles {
    display: grid;
    gap: 9px;
    margin-top: 30px;
}

.platform-ceilings__roles article {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--platform-line);
    border-radius: 12px;
    background: #fff;
}

.platform-home .platform-ceilings__roles article > .material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    color: var(--platform-blue);
    border-radius: 11px;
    background: rgba(0, 122, 254, 0.08);
    font-size: 22px;
    line-height: 1 !important;
    vertical-align: middle;
}

.platform-ceilings__roles div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.platform-ceilings__roles strong {
    font-size: 0.9rem;
}

.platform-ceilings__roles small {
    color: var(--platform-muted);
    font-size: 0.76rem;
}

.platform-ceilings__actions {
    margin-top: 30px;
}

.platform-ceilings__journey {
    overflow: hidden;
    border: 1px solid #dce5f2;
    border-radius: 21px;
    background: #f7f9fc;
    box-shadow: 0 24px 54px rgba(23, 53, 98, 0.11);
}

.platform-ceilings__journey-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 25px 28px 21px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(101, 217, 255, 0.24), transparent 45%),
        #0a2149;
}

.platform-ceilings__journey-head span {
    color: #8ddfff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.platform-ceilings__journey-head strong {
    font-size: 1.38rem;
}

.platform-ceilings__journey ol {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 13px 21px 19px;
    list-style: none;
}

.platform-ceilings__journey ol::before {
    content: "";
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 42px;
    width: 1px;
    background: #ced9e8;
}

.platform-ceilings__journey li {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 35px;
    gap: 13px;
    align-items: center;
    padding: 12px 7px;
}

.platform-ceilings__step {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    border: 4px solid #f7f9fc;
    border-radius: 50%;
    font-size: 0.64rem;
    font-weight: 800;
}

.platform-ceilings__step--crm { background: #7d67e8; }
.platform-ceilings__step--ceilings { background: #007afe; }
.platform-ceilings__step--cloud { background: #0c2a5b; }

.platform-ceilings__journey li div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.platform-ceilings__journey li strong {
    font-size: 0.88rem;
}

.platform-ceilings__journey li small {
    color: #748198;
    font-size: 0.7rem;
}

.platform-ceilings__journey li > .material-icons {
    color: #8a96aa;
    font-size: 22px;
}

.platform-final {
    padding: 26px 0 88px;
    background: #fff;
}

.platform-final__panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    color: #fff;
    border-radius: 22px;
    background:
        radial-gradient(circle at 95% 10%, rgba(0, 122, 254, 0.52), transparent 34%),
        linear-gradient(135deg, #071b3f, #0b2858);
    box-shadow: 0 24px 54px rgba(9, 35, 77, 0.18);
}

.platform-final__panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -210px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(141, 223, 255, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(141, 223, 255, 0.04), 0 0 0 120px rgba(141, 223, 255, 0.025);
}

.platform-final h2 {
    max-width: 720px;
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.platform-final p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
}

.platform-final__actions {
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .platform-hero__grid {
        grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
        gap: 48px;
    }

    .platform-stage__browser {
        min-width: 560px;
    }

    .platform-stage__phone {
        right: -18px;
        width: 178px;
    }

    .platform-proof > div {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 991.98px) {
    .platform-hero {
        padding-top: 70px;
    }

    .platform-hero__grid,
    .platform-ecosystem__grid,
    .platform-ceilings__grid,
    .platform-final__panel {
        grid-template-columns: 1fr;
    }

    .platform-hero__copy {
        padding-bottom: 22px;
    }

    .platform-hero__lead {
        max-width: 720px;
    }

    .platform-stage {
        width: 88%;
        margin: 0 auto;
        padding-top: 24px;
    }

    .platform-stage__browser {
        width: 100%;
        min-width: 0;
        transform: none;
    }

    .platform-stage__phone {
        right: -72px;
    }

    .platform-stage__floating--sync {
        left: -44px;
    }

    .platform-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-proof > div:nth-child(2) {
        border-right: 0;
    }

    .platform-proof > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .platform-section {
        padding: 82px 0;
    }

    .platform-product--cloud {
        min-height: 0;
    }

    .platform-flow {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 10px;
    }

    .platform-flow::before {
        display: none;
    }

    .platform-workflow__outcomes {
        grid-template-columns: 1fr;
    }

    .platform-ceilings__grid {
        gap: 48px;
    }

    .platform-final__panel {
        gap: 28px;
    }

    .platform-final__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .platform-hero {
        padding-top: 54px;
    }

    .platform-hero__title {
        margin-top: 20px;
        font-size: clamp(2.45rem, 11vw, 3.7rem);
    }

    .platform-stage {
        width: 100%;
        padding-bottom: 42px;
    }

    .platform-stage__workspace {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 350px;
    }

    .platform-stage__sidebar {
        padding-right: 6px;
        padding-left: 6px;
    }

    .platform-stage__sidebar strong {
        margin-right: 3px;
        margin-left: 3px;
    }

    .platform-stage__sidebar span {
        padding-right: 5px;
        padding-left: 5px;
    }

    .platform-stage__main {
        padding: 15px;
    }

    .platform-stage__metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-stage__metrics article:last-child {
        display: none;
    }

    .platform-stage__lower {
        grid-template-columns: 1fr;
    }

    .platform-stage__chart {
        height: 184px;
    }

    .platform-stage__chart > span {
        height: 118px;
    }

    .platform-stage__today {
        display: none;
    }

    .platform-stage__phone {
        right: -12px;
        bottom: 16px;
        width: 160px;
    }

    .platform-stage__floating {
        display: none;
    }

    .platform-section__head {
        margin-bottom: 38px;
    }

    .platform-ecosystem__clients {
        gap: 11px;
    }

    .platform-client {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 15px;
        padding: 20px;
    }

    .platform-client__icon {
        width: 56px;
        height: 56px;
    }

    .platform-client__icon img {
        width: 44px;
        height: 44px;
    }

    .platform-ceilings__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
    .platform-hero__actions,
    .platform-ceilings__actions,
    .platform-final__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .platform-button {
        width: 100%;
    }

    .platform-hero__trust {
        display: grid;
        gap: 8px;
    }

    .platform-stage__browser-bar {
        height: 36px;
    }

    .platform-stage__address {
        width: 180px;
    }

    .platform-stage__workspace {
        grid-template-columns: 68px minmax(0, 1fr);
        min-height: 312px;
    }

    .platform-stage__sidebar strong {
        justify-content: center;
        margin-bottom: 12px;
        font-size: 0;
    }

    .platform-stage__sidebar strong .material-icons {
        font-size: 18px;
    }

    .platform-stage__sidebar span {
        justify-content: center;
        font-size: 0;
    }

    .platform-stage__sidebar span .material-icons {
        font-size: 17px;
    }

    .platform-stage__heading small {
        display: none;
    }

    .platform-stage__heading strong {
        font-size: 0.78rem;
    }

    .platform-stage__metrics article {
        padding: 10px;
    }

    .platform-stage__metrics strong {
        font-size: 0.74rem;
    }

    .platform-stage__phone {
        width: 144px;
        border-width: 4px;
    }

    .platform-stage__phone-list span:last-child {
        display: none;
    }

    .platform-proof {
        grid-template-columns: 1fr;
    }

    .platform-proof > div,
    .platform-proof > div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .platform-proof > div:last-child {
        border-bottom: 0;
    }

    .platform-section {
        padding: 68px 0;
    }

    .platform-section__head h2,
    .platform-ceilings__copy h2 {
        font-size: 2rem;
    }

    .platform-product--cloud {
        padding: 26px 22px;
        border-radius: 17px;
    }

    .platform-product__top {
        align-items: flex-start;
    }

    .platform-product__badge {
        max-width: 155px;
        border-radius: 10px;
        text-align: center;
    }

    .platform-product__copy {
        margin-top: 38px;
    }

    .platform-product__copy h3 {
        font-size: 2rem;
    }

    .platform-product__actions {
        align-items: stretch;
    }

    .platform-text-link {
        justify-content: center;
    }

    .platform-client {
        grid-template-columns: 1fr;
    }

    .platform-flow {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 28px;
    }

    .platform-home .platform-flow__icon {
        width: 62px;
        height: 62px;
        border-radius: 17px;
    }

    .platform-workflow__outcomes article {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 19px;
    }

    .platform-workflow__outcomes > article > .material-icons {
        width: 42px;
        height: 42px;
    }

    .platform-ceilings__journey-head {
        padding-right: 22px;
        padding-left: 22px;
    }

    .platform-ceilings__journey ol {
        padding-right: 13px;
        padding-left: 13px;
    }

    .platform-ceilings__journey ol::before {
        left: 34px;
    }

    .platform-ceilings__journey li {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .platform-ceilings__journey li > .material-icons {
        display: none;
    }

    .platform-final {
        padding-bottom: 68px;
    }

    .platform-final__panel {
        padding: 30px 22px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .platform-button,
    .platform-client {
        transition: none;
    }

    .platform-button:hover,
    .platform-client:hover {
        transform: none;
    }
}
