p,
h1,
h2,
h3,
h4,
ul,
ol,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: #0c2237;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

h1 {
    margin-bottom: 25px;
    font-size: clamp(2.5rem, 5.5vw, 3.5rem);
}

h2 {
    margin-bottom: 22px;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

h3 {
    margin-bottom: 14px;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

p {
    color: #5b6d7d;
}

::selection {
    color: #fff;
    background: #e3151e;
}

:focus-visible {
    outline: 3px solid #ffb3bb;
    outline-offset: 3px;
}

.container {
    width: min(calc(100% - 40px), 1200px);
    margin-inline: auto;
}

.section {
    position: relative;
    padding: 104px 0;
}

.section--tint {
    background: #f4f7fa;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    color: #fff;
    background: #e3151e;
    border-radius: 8px;
    transform: translateY(-150%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.icon {
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 22px;
    color: #0c2237;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.button .icon {
    width: 18px;
    height: 18px;
}

.button--sm {
    min-height: 40px;
    padding: 5px 17px;
    font-size: 0.88rem;
}

.button--primary {
    color: #fff;
    background: #e3151e;
    border-color: #e3151e;
}

.button--primary:hover {
    color: #fff;
    background: #bd1625;
    border-color: #bd1625;
}

.button--ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.24);
}

.button--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
}

.button--outline {
    color: #082744;
    background: #fff;
    border-color: #bfcbd5;
}

.button--outline:hover {
    color: #082744;
    border-color: #082744;
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
}

.button--light {
    color: #082744;
    background: #fff;
    border-color: #fff;
}

.button--light:hover {
    color: #082744;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.button--block {
    width: 100%;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgba(109, 74, 161, 0.42), transparent 28%),
        radial-gradient(circle at 10% 85%, rgba(16, 79, 126, 0.42), transparent 32%),
        linear-gradient(125deg, #061d33, #082744 62%, #12243b);
}

.hero::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 110px solid rgba(236, 36, 52, 0.13);
    border-radius: 50%;
}

.hero__grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.11;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, #000, transparent 78%);
}

.breadcrumbs {
    position: relative;
    z-index: 1;
    padding-top: 24px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #a9bdcf;
    font-size: 0.79rem;
}

.breadcrumbs li + li::before {
    content: "/";
    margin-right: 9px;
    color: #68839a;
}

.breadcrumbs a:hover {
    color: #fff;
}

.hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.78fr);
    align-items: center;
    gap: clamp(45px, 6vw, 88px);
    padding: 65px 0 72px;
}

.hero h1,
.hero h2,
.contact-section h2 {
    color: #fff;
}

.hero h1 span {
    display: block;
    color: #e3151e;
}

.hero__lead {
    max-width: 720px;
    margin-bottom: 30px;
    color: #c5d4e0;
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.hero__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.hero__benefits li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #edf5fb;
    font-size: 0.94rem;
    font-weight: 600;
}

.hero__benefits .icon {
    width: 19px;
    height: 19px;
    padding: 3px;
    color: #fff;
    background: #0b8b72;
    border-radius: 50%;
    stroke-width: 2.5;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 30px;
}

.hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__proof div {
    min-width: 0;
}

.hero__proof strong,
.hero__proof span {
    display: block;
}

.hero__proof strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
}

.hero__proof span {
    color: #93a9bb;
    font-size: 0.74rem;
    line-height: 1.35;
}

.trust-strip {
    background: #fff;
    border-bottom: 1px solid #dce5ed;
}

.trust-strip__inner {
    min-height: 90px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 45px;
}

.trust-strip p {
    margin: 0;
    color: #334b60;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.trust-strip ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trust-strip li {
    color: #4e6274;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
}

.section-heading {
    margin-bottom: 48px;
}

.section-heading--centred {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading--centred > p:last-child {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 70px;
}

.section-heading--split h2,
.section-heading--split p:last-child {
    margin-bottom: 0;
}

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

.route-card {
    position: relative;
    min-height: 326px;
    padding: 27px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.route-card:hover {
    z-index: 2;
    transform: translateY(-7px);
    border-color: #bdccd8;
    box-shadow: 0 20px 50px rgba(6, 29, 51, 0.12);
}

.route-card__number {
    position: absolute;
    top: 24px;
    right: 23px;
    color: #d7e0e7;
    font-size: 0.75rem;
    font-weight: 700;
}

.icon-box {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 13px;
}

.icon-box .icon {
    width: 24px;
    height: 24px;
}

.icon-box--red {
    color: #e3151e;
    background: #fff2f4;
}

.icon-box--navy {
    color: #174f7e;
    background: #edf4fa;
}

.icon-box--teal {
    color: #0b8b72;
    background: #edf9f6;
}

.icon-box--purple {
    color: #6d4aa1;
    background: #f5f1fb;
}

.route-card p {
    min-height: 100px;
    margin-bottom: 20px;
    font-size: 0.91rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    color: #e3151e;
    background: transparent;
    border: 0;
    font-weight: 700;
    text-align: left;
}

.text-link:hover {
    color: #cd1828;
}

.text-link .icon {
    width: 17px;
    transition: transform 0.18s ease;
}

.text-link:hover .icon {
    transform: translateX(4px);
}

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

.service-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
}

.service-card__icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #e3151e;
    background: #edf4fa;
    border-radius: 13px;
}

.service-card__icon .icon {
    width: 24px;
    height: 24px;
}

.service-card p {
    min-height: 86px;
    margin-bottom: 18px;
    font-size: 0.87rem;
}

.service-card ul,
.plan-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card li,
.plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 9px;
    color: #334b60;
    font-size: 0.8rem;
    font-weight: 600;
}

.service-card li .icon,
.plan-card li .icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #0b8b72;
    stroke-width: 2.5;
}

.audit-section {
    padding: 72px 0;
}

.audit-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 60px;
    padding: 58px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(236, 36, 52, 0.32), transparent 32%),
        linear-gradient(130deg, #061d33, #103b62);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(6, 29, 51, 0.12);
}

.audit-card::after {
    content: "";
    position: absolute;
    left: 42%;
    top: -90px;
    width: 180px;
    height: 180px;
    border: 36px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.audit-card__content,
.audit-list {
    position: relative;
    z-index: 2;
}

.audit-card h2 {
    color: #fff;
}

.audit-card p {
    color: #c2d4e3;
}

.audit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: audit;
}

.audit-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 12px;
    color: #edf5fa;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
}

.audit-list span {
    color: #e3151e;
    font-size: 0.69rem;
    font-weight: 700;
}

.safe-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.83fr) minmax(430px, 1.05fr);
    align-items: center;
    gap: 80px;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.feature-list li > .icon {
    width: 23px;
    height: 23px;
    padding: 4px;
    color: #fff;
    background: #0b8b72;
    border-radius: 50%;
    stroke-width: 2.5;
}

.feature-list span {
    color: #5b6d7d;
    font-size: 0.92rem;
}

.feature-list strong {
    display: block;
    margin-bottom: 2px;
    color: #0c2237;
}

.release-board {
    position: relative;
    overflow: hidden;
    padding: 28px;
    color: #fff;
    background: #082744;
    border-radius: 30px;
    box-shadow: 0 32px 80px rgba(6, 29, 51, 0.2);
}

.release-board::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -90px;
    width: 280px;
    height: 280px;
    background: rgba(109, 74, 161, 0.26);
    border-radius: 50%;
}

.release-board__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #dce9f3;
    font-size: 0.75rem;
    font-weight: 700;
}

.release-board__header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.release-board__header > span {
    color: #88d7c2;
}

.release-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.release-steps::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 21px;
    width: 1px;
    background: linear-gradient(#ff6572, #20b890);
}

.release-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 62px;
    padding: 9px 13px 9px 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
}

.release-steps li > span {
    position: relative;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: 5px;
    color: #fff;
    background: #e3151e;
    border: 4px solid #082744;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
}

.release-steps li:nth-child(n+4) > span {
    background: #0b8b72;
}

.release-steps strong,
.release-steps small {
    display: block;
}

.release-steps strong {
    color: #fff;
    font-size: 0.9rem;
}

.release-steps small {
    color: #92a9bb;
    font-size: 0.73rem;
}

.release-board__metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 18px;
}

.release-board__metrics div {
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 9px;
}

.release-board__metrics span,
.release-board__metrics strong {
    display: block;
}

.release-board__metrics span {
    margin-bottom: 4px;
    color: #8098aa;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.release-board__metrics strong {
    color: #eaf3f9;
    font-size: 0.73rem;
}

.platforms-section {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 15% 10%, rgba(236, 36, 52, 0.16), transparent 23%),
        linear-gradient(115deg, #061d33, #102e4b);
}

.platforms-section::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -140px;
    width: 390px;
    height: 390px;
    border: 80px solid rgba(109, 74, 161, 0.2);
    border-radius: 50%;
}

.platforms-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: 70px;
}

.platforms-copy h2,
.platforms-copy p {
    color: #fff;
}

.platforms-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    padding: 15px;
    color: #d7e5ee !important;
    background: rgba(255, 255, 255, 0.06);
    border-left: 3px solid #0b8b72;
    border-radius: 7px;
    font-size: 0.79rem;
}

.platforms-note .icon {
    width: 19px;
    height: 19px;
    margin-top: 1px;
    color: #75d9bd;
}

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

.platform-chip {
    min-height: 74px;
    display: grid;
    grid-template-columns: 37px 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 13px;
    color: #eaf3f8;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.platform-chip:hover {
    color: #eaf3f8;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
}

.platform-chip > span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #ffe0d2;
    border-radius: 8px;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.platform-chip:nth-child(3n+2) > span {
    background: #d7efd4;
}

.platform-chip:nth-child(3n+3) > span {
    background: #d8e8ff;
}

.platform-chip strong {
    font-size: 0.79rem;
    line-height: 1.25;
}

.platform-chip .icon {
    width: 15px;
    color: #7794aa;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 20px;
}

.plan-card--featured {
    border-color: #e3151e;
    box-shadow: 0 22px 50px rgba(236, 36, 52, 0.14);
}

.plan-card__badge {
    position: absolute;
    top: -13px;
    left: 24px;
    padding: 7px 11px;
    color: #fff;
    background: #e3151e;
    border-radius: 20px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.plan-card__summary {
    min-height: 106px;
    font-size: 0.84rem;
}

.plan-card__price {
    margin: 10px 0 22px;
    padding: 17px 0;
    border-top: 1px solid #dce5ed;
    border-bottom: 1px solid #dce5ed;
}

.plan-card__price strong,
.plan-card__price span {
    display: block;
}

.plan-card__price strong {
    margin-bottom: 4px;
    color: #0c2237;
    font-size: 1.06rem;
}

.plan-card__price span {
    color: #5b6d7d;
    font-size: 0.7rem;
}

.plan-card ul {
    flex: 1;
    margin-bottom: 25px;
}

.plan-card .button {
    margin-top: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.82rem;
}

.comparison-wrap {
    margin-top: 52px;
    padding: 30px;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 20px;
}

.comparison-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 24px;
}

.comparison-header h3 {
    margin-bottom: 0;
}

.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table,
.sla-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.79rem;
}

.comparison-table th,
.comparison-table td,
.sla-table th,
.sla-table td {
    padding: 15px 14px;
    border-bottom: 1px solid #dce5ed;
    text-align: left;
    vertical-align: top;
}

.comparison-table thead th,
.sla-table thead th {
    color: #0c2237;
    background: #f4f7fa;
    font-size: 0.68rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    min-width: 180px;
}

.comparison-table tbody th {
    color: #0c2237;
    font-weight: 700;
}

.comparison-table tbody td {
    color: #5b6d7d;
}

.sla-section {
    background: #fff;
}

.sla-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: 70px;
}

.definition-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 28px;
}

.definition-cards article {
    padding: 20px;
    background: #f4f7fa;
    border: 1px solid #dce5ed;
    border-radius: 13px;
}

.definition-cards article > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    color: #174f7e;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
}

.definition-cards h3 {
    font-size: 1rem;
}

.definition-cards p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.sla-table-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(6, 29, 51, 0.12);
}

.sla-table-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 24px;
    color: #e9f2f8;
    background: #082744;
    font-size: 0.8rem;
    font-weight: 700;
}

.sla-table-card__header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sla-table-card__header small {
    color: #8fa7b9;
    font-size: 0.67rem;
}

.sla-table th,
.sla-table td {
    min-width: 100px;
}

.sla-table td:nth-child(2) {
    min-width: 230px;
}

.sla-table tbody td {
    color: #5b6d7d;
}

.priority {
    min-width: 38px;
    display: inline-flex;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 0.67rem;
    font-weight: 700;
}

.priority--p1 {
    color: #e3151e;
    background: #ffe4e7;
}

.priority--p2 {
    color: #8b5400;
    background: #fff0cf;
}

.priority--p3 {
    color: #155a88;
    background: #e1f1fc;
}

.priority--p4 {
    color: #24705d;
    background: #ddf4ed;
}

.takeover-section {
    background: #061d33;
}

.takeover-section h2,
.takeover-section .section-heading--split > p {
    color: #fff;
}

.takeover-section .section-heading--split > p {
    color: #aabfce;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(90deg, #e3151e, #0b8b72);
}

.timeline li {
    position: relative;
    z-index: 1;
    padding: 0 17px 22px;
}

.timeline__number {
    display: block;
    margin-bottom: 12px;
    color: #627c91;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.timeline__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #fff;
    background: #e3151e;
    border: 7px solid #061d33;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.timeline li:nth-child(n+4) .timeline__icon {
    background: #0b8b72;
}

.timeline__icon .icon {
    width: 23px;
    height: 23px;
}

.timeline h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.timeline p {
    margin-bottom: 0;
    color: #96adbe;
    font-size: 0.9rem;
}

.credentials-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.1fr);
    align-items: center;
    gap: 75px;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.stat-grid div {
    padding: 20px;
    background: #f4f7fa;
    border: 1px solid #dce5ed;
    border-radius: 13px;
}

.stat-grid strong,
.stat-grid span {
    display: block;
}

.stat-grid strong {
    margin-bottom: 5px;
    color: #082744;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
}

.stat-grid span {
    color: #5b6d7d;
    font-size: 0.72rem;
}

.credential-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.credential-grid article {
    min-height: 150px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start;
    gap: 16px;
    padding: 22px;
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 15px;
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
}

.credential-grid article > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #ffc8cb;
    border-radius: 11px;
    font-size: 0.76rem;
    font-weight: 700;
}

.credential-grid article:nth-child(2) > span {
    background: #082744;
}

.credential-grid article:nth-child(3) > span {
    background: #bbfeff;
}

.credential-grid article:nth-child(4) > span {
    background: #fbd0b0;
}

.credential-grid h3 {
    margin-bottom: 7px;
    font-size: 0.98rem;
}

.credential-grid p {
    margin-bottom: 0;
    font-size: 0.76rem;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
    align-items: start;
    gap: 75px;
}

.faq-intro {
    position: sticky;
    top: 125px;
}

.faq-intro .button {
    margin-top: 13px;
}

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

.faq-list details {
    background: #fff;
    border: 1px solid #dce5ed;
    border-radius: 12px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.faq-list details[open] {
    border-color: #b9c9d6;
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.08);
}

.faq-list summary {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    color: #0c2237;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

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

.faq-toggle {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    background: #fff2f4;
    border-radius: 50%;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1.5px;
    background: #e3151e;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease;
}

.faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
    padding: 0 58px 20px 20px;
}

.faq-answer p {
    margin-bottom: 0;
    font-size: 0.84rem;
}

.contact-section {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(109, 74, 161, 0.42), transparent 28%),
        linear-gradient(125deg, #061d33, #082744);
}

.contact-section::after {
    content: "";
    position: absolute;
    left: -190px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    border: 110px solid rgba(236, 36, 52, 0.13);
    border-radius: 50%;
}

.contact-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1fr);
    align-items: center;
    gap: 75px;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1120px) {
    .header-cta {
        display: none;
    }

    .site-header__inner {
        grid-template-columns: auto 1fr;
    }

    .primary-nav {
        justify-content: flex-end;
    }

    .hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
        gap: 42px;
    }

    .route-grid,
    .service-grid,
    .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-card p,
    .service-card p,
    .plan-card__summary {
        min-height: 0;
    }

    .safe-layout,
    .sla-layout,
    .credentials-layout,
    .contact-layout {
        gap: 48px;
    }

    .platforms-layout {
        grid-template-columns: 0.65fr 1fr;
        gap: 45px;
    }

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

    .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 12px;
    }

    .timeline::before {
        display: none;
    }
}

@media (max-width: 920px) {
    .hero__layout,
    .safe-layout,
    .sla-layout,
    .platforms-layout,
    .credentials-layout,
    .contact-layout,
    .faq-layout,
    .audit-card {
        grid-template-columns: 1fr;
    }

    .hero__layout {
        padding-top: 52px;
    }

    .hero__content {
        max-width: 760px;
    }

    .trust-strip__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .trust-strip ul {
        grid-template-columns: repeat(5, auto);
        justify-content: center;
    }

    .section-heading--split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .audit-card {
        gap: 35px;
    }

    .platforms-copy {
        max-width: 760px;
    }

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

    .faq-intro {
        position: static;
    }

    .contact-copy {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .container {
        width: min(calc(100% - 30px), 1200px);
    }

    .section {
        padding: 76px 0;
    }

    h1 {
        font-size: clamp(2.55rem, 13.2vw, 4rem);
    }

    h2 {
        font-size: clamp(2rem, 9.5vw, 2.75rem);
    }

    .breadcrumbs {
        padding-top: 18px;
    }

    .hero__layout {
        padding: 43px 0 70px;
    }

    .hero__lead {
        font-size: 1.03rem;
    }

    .hero__benefits,
    .hero__proof,
    .form-row--2,
    .route-grid,
    .service-grid,
    .plan-grid,
    .definition-cards,
    .credential-grid,
    .stat-grid,
    .audit-list,
    .release-board__metrics {
        grid-template-columns: 1fr;
    }

    .hero__actions {
        display: grid;
    }

    .hero__actions .button {
        width: 100%;
    }

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

    .trust-strip ul {
        grid-template-columns: repeat(2, auto);
        gap: 12px 30px;
    }

    .route-card {
        min-height: 0;
    }

    .audit-card {
        padding: 34px 23px;
        border-radius: 20px;
    }

    .release-board {
        padding: 20px;
        border-radius: 20px;
    }

    .release-board__header {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .platform-chip {
        grid-template-columns: 35px 1fr;
    }

    .platform-chip .icon {
        display: none;
    }

    .comparison-wrap {
        padding: 20px;
    }

    .comparison-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .sla-table-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .timeline li {
        display: grid;
        grid-template-columns: 60px 1fr;
        column-gap: 15px;
        padding: 0 0 28px;
    }

    .timeline__number {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        margin: 0 0 5px;
        text-align: center;
    }

    .timeline__icon {
        grid-column: 1;
        grid-row: 2 / span 2;
        margin-bottom: 0;
    }

    .timeline h3 {
        grid-column: 2;
        grid-row: 2;
        margin: 4px 0 6px;
    }

    .timeline p {
        grid-column: 2;
        grid-row: 3;
    }

    .faq-answer {
        padding-right: 20px;
    }

}

@media (max-width: 430px) {
    .hero__proof {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .hero__proof div {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

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

    .trust-strip ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media print {
    .hero__actions,
    .button,
    form {
        display: none !important;
    }

    .hero,
    .platforms-section,
    .takeover-section,
    .contact-section {
        color: #000;
        background: #fff;
    }

    .hero h1,
    .hero h2,
    .platforms-section h2,
    .takeover-section h2,
    .contact-section h2 {
        color: #000;
    }

    .section {
        padding: 35px 0;
    }
}


@media (max-width: 700px) {
    .hero__content {
        display: flex;
        flex-direction: column;
    }

    .hero h1 {
        font-size: clamp(2.35rem, 11.4vw, 3rem);
    }

    .hero__lead {
        margin-bottom: 24px;
    }

    .hero__actions {
        order: 1;
        margin-bottom: 29px;
    }

    .hero__benefits {
        order: 2;
        margin-bottom: 30px;
    }

    .hero__proof {
        order: 3;
    }
}
