.sec-pTB.mbH,.btmBar,.heading-menu,.container.cust-quote,#scroll {
    display: none
}

:root {
    --color-primary: #e9142b;
    --color-primary-hover: #c91126;
    --color-bg: #fff;
    --color-bg-hero: #003;
    --color-bg-hero-end: #0a0a4a;
    --color-bg-cta: #0d1140;
    --color-bg-light: #f8f9fb;
    --color-text: #000;
    --color-text-muted: #4a4a4a;
    --color-text-light: #fff;
    --color-border: #e8e8e8;
    --color-border-faq: #e5e5e5;
    --color-input-placeholder: #9f9f9f;
    --color-vpn-header: #5b8de6;
    --color-private-header: #1a237e;
    --font-primary: 'ZohoPuvi',sans-serif;
    --fs-hero: 3.375rem;
    --fs-h1: 2.5rem;
    --fs-h2: 1.5rem;
    --fs-h3: 1.25rem;
    --fs-body: 1.0625rem;
    --fs-small: .75rem;
    --fs-input: .875rem;
    --lh-heading: 1.2;
    --lh-tight: 1.32;
    --lh-body: 1.5;
    --ls-hero: -0.015em;
    --space-xs: 6px;
    --space-sm: 12px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 48px;
    --space-2xl: 80px;
    --space-3xl: 120px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-card: 16px;
    --shadow-card: 0 12px 54px rgba(0,0,0,0.11)
}

*,*::before,*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--font-primary);
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--color-text);
    background: var(--color-bg)
}

strong{
    font-weight:600;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-md)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    border: 0;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background-color .2s ease
}

.btn:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px
}

.btn--primary {
    background: var(--color-primary);
    color: var(--color-text-light)
}

.btn--secondary {
    background: #fff;
    color: #0085ff;
    text-decoration: none;
    border: 1px solid #0085ff
}

.hero {
    position: relative;
    padding: 100px 0 130px;
    overflow: hidden;
    background: #003
}

.hero__bg {
    position: absolute;
    inset: 0;
    background: url('https://www.manageengine.com/products/desktop-central/./images/access-banner-bg.png') center / cover no-repeat;
    z-index: 0
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,51,0.4) 0,rgba(0,0,51,0.6) 100%);
    pointer-events: none
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 1200px;
    width: 100%
}

.hero__title {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -0.81px;
    color: #fff;
    max-width: 1013px;
    gap: 0 9px
}

.hero__title-gradient {
    background: linear-gradient(96.26deg,#a9e0ff .41%,#35b5ff 99.59%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero__title-accent {
    color: #fff
}

.hero__subtitle {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    max-width: 676px
}

.hero__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: var(--space-md);
    width: 642px;
    max-width: 100%
}

.hero__feature {
    flex: 1 1 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.hero__feature-icon {
    flex-shrink: 0
}

.hero__feature-label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .1px;
    text-align: center
}

.hero__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.hero__disclaimer {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center
}

.hero__form {
    display: flex;
    gap: 16px;
    align-items: center
}

.hero__input {
    width: 280px;
    height: 47px;
    padding: 12px 18px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    letter-spacing: .1px
}

.hero__input::placeholder {
    color: #9f9f9f
}

.hero__btn {
    width: 141px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    background: #e9142b;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer
}

.hero__input:focus {
    outline: 2px solid #35b5ff;
    outline-offset: 0
}

.context-card-wrap {
    padding: 0 var(--space-md) 0 48px;
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.context-card {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 54px 0 rgba(0,0,0,0.11);
    text-align: center
}

.context-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000
}

.context-card__text {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #000
}

.section {
    padding: var(--space-2xl) 0
}

.section--light {
    background: var(--color-bg-light)
}

.section__intro {
    margin-bottom: var(--space-xl)
}

.section__intro--center {
    text-align: center
}

.section__heading {
    margin: 0 0 var(--space-sm);
    font-size: var(--fs-h2);
    font-weight: 600;
    line-height: var(--lh-heading);
    color: var(--color-text) !important
}

.section__heading--large {
    font-size: var(--fs-h1);
    font-weight: 500;
    margin-bottom: var(--space-md)
}

.section__text {
    margin: 0;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--color-text-muted)
}

.section__text--wide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.section__content {
    margin-bottom: var(--space-lg)
}

.section__block {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px 32px 0;
    background: #eefaf6;
    border: 1px solid #62ffcb;
    border-radius: 16px
}

.section__block-head {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.section__block .section__heading {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0px !important;
    text-align: left !important;
}

.section__block .section__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #000
}

.app-access {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 32px 32px 0 32px;
    background: #f7f4e6;
    border: 1px solid #ffde8f;
    border-radius: 16px;
    overflow: hidden
}

.app-access__content {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    width: 548px;
    max-width: 100%
}

.app-access__title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000
}

.app-access__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    width: 532px;
    max-width: 100%
}

.app-access__chart {
    flex-shrink: 0;
    width: 550px;
    max-width: 100%;
    min-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-access__chart-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain
}

.comparison {
    display: flex;
    align-items: stretch;
    border-radius: 16px;
    overflow: hidden
}

.comparison__col {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    min-width: 0
}

.comparison__col--scope {
    border-radius: 16px 0 0 16px;
    overflow: hidden
}

.comparison__scope-header {
    height: 82.816px;
    background: #e0f0fe;
    border-right: 1px solid #a6cff2
}

.comparison__row-label {
    background: #f7f7f7;
    border: 1.17px solid #e8e8e8;
    border-top: 0;
    padding: 18.726px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap
}

.comparison__row-label:first-of-type {
    border-top: 1.17px solid #e8e8e8
}

.comparison__vpn-header {
    height: 82.816px;
    background: #e0f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18.726px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    white-space: nowrap
}

.comparison__vpn-cell {
    background: #fff;
    border: 1.17px solid #e8e8e8;
    border-top: 0;
    padding: 18.726px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #6f6f6f;
    white-space: nowrap
}

.comparison__vpn-cell:first-of-type {
    border-top: 1.17px solid #e8e8e8
}

.comparison__col--private {
    background: #2152f3;
    border-radius: 18px;
    padding: 10px
}

.comparison__private-header {
    height: 82.816px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18.726px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
}

.comparison__private-box {
    border-radius: 9.363px;
    overflow: hidden
}

.comparison__private-cell {
    background: #fff;
    border: 1.17px solid #e8e8e8;
    border-top: 0;
    padding: 18.726px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    white-space: nowrap
}

.comparison__private-cell:first-of-type {
    border-top: 1.17px solid #e8e8e8
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--fs-body);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    overflow: hidden
}

.data-table th,.data-table td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid var(--color-border)
}

.data-table th {
    font-weight: 600;
    background: var(--color-bg-light)
}

.data-table tbody tr:last-child td {
    border-bottom: 0
}

.architecture {
    width: 100%;
    height: 350px;
    overflow: hidden
}

.architecture__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section--one-platform {
    padding: 80px 0
}

.container--one-platform {
    max-width: 1200px
}

.one-platform__intro {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.one-platform__heading {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    color: #000
}

.one-platform__text {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    max-width: 932px
}

.one-platform__diagram {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 1199px;
    margin: 0 auto
}

.access-platform {
    width: 100%
}

.access-platform__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

.layers__tabs {
    display: flex;
    align-items: center;
    gap: 1px
}

.layers__tab {
    background: #f7f7f7;
    height: 42.646px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px 12px 21px;
    border-radius: 3.877px;
    font-size: 17px;
    font-weight: 600;
    color: #667079;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap
}

.layers__tab-arrow {
    flex-shrink: 0;
    transform: rotate(180deg)
}

.layers {
    margin-top: 28px;
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%
}

.layers__vectors {
    display: flex;
    flex-direction: column;
    width: 520px;
    flex-shrink: 0
}

.layers__row {
    display: flex;
    align-items: stretch;
    border: 1px solid #e3e7ef;
    border-bottom: 0
}

.layers__row:last-child {
    border-bottom: 1px solid #e3e7ef
}

.layers__row-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: #000
}

.layers__row--red .layers__row-text {
    border-left: 4px solid #e9142b
}

.layers__row--blue .layers__row-text {
    border-left: 4px solid #3b82f6
}

.layers__row--green .layers__row-text {
    border-left: 4px solid #10b981
}

.layers__row--orange .layers__row-text {
    border-left: 4px solid #f59e0b
}

.layers__row--purple .layers__row-text {
    border-left: 4px solid #8b5cf6
}

.layers__row-text p {
    margin: 0
}

.layers__row-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    width: 198px;
    flex-shrink: 0
}

.layers__row-card--red {
    background: #fff0ee
}

.layers__row-card--blue {
    background: #f5f9ff
}

.layers__row-card--green {
    background: #f4fcf7
}

.layers__row-card--orange {
    background: #fefaf3
}

.layers__row-card--purple {
    background: #f9f7ff
}

.layers__row-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.layers__row-label {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center
}

.layers__row-card--red .layers__row-label {
    color: #e9142b
}

.layers__row-card--blue .layers__row-label {
    color: #3b82f6
}

.layers__row-card--green .layers__row-label {
    color: #10b981
}

.layers__row-card--orange .layers__row-label {
    color: #e6a817
}

.layers__row-card--purple .layers__row-label {
    color: #8b5cf6
}

.layers__row-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #e9142b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    border-radius: 4px;
    white-space: nowrap
}

.layers__row--green,.layers__row--orange,.layers__row--purple {
    min-height: 173px
}

.layers__row--purple {
    min-height: 172px
}

.layers__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 230px
}

.layers__center-img {
    display: block;
    width: 230px;
    height: 262px;
    object-fit: contain
}

.layers__center-text {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-align: center;
    width: 199px
}

.layers__protect {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 401px
}

.layers__protect-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 0 15px;
    border-bottom: 1px solid #f0f0f0
}

.layers__protect-block:last-child {
    border-bottom: 0;
    padding-bottom: 14px
}

.layers__protect-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 1px 9px 15px;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box
}

.layers__protect-item img {
    flex-shrink: 0;
    width: 14px;
    height: 14px
}

.layers__protect-block--red .layers__protect-item {
    background: #fef1f2;
    border: 1px solid #fef1f2
}

.layers__protect-block--blue .layers__protect-item {
    background: #f5f9ff;
    border: 1px solid #f5f9ff;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px
}

.layers__protect-block--blue {
    padding-top: 14px;
    padding-bottom: 15px;
    min-height: 116px;
    justify-content: center
}

.layers__protect-block--green .layers__protect-item {
    background: #eefaf6;
    border: 1px solid #eefaf6
}

.layers__protect-block--orange .layers__protect-item {
    background: #fffced;
    border: 1px solid #f7f4e6
}

.layers__protect-block--purple .layers__protect-item {
    background: #f9f7ff;
    border: 1px solid #f9f7ff
}

.cta-section {
    padding: 80px 0
}

.cta-section__wrap {
    max-width: 1200px;
    margin: 0 auto
}

.cta-section__box {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse 120% 320% at 0 0,rgba(20,39,166,1) 0,rgba(16,30,129,1) 12%,rgba(12,21,92,1) 25%,rgba(7,12,55,1) 37%,rgba(5,8,37,1) 43%,rgba(3,3,18,1) 50%,rgba(2,12,49,1) 62%,rgba(2,21,80,1) 75%,rgba(1,29,111,1) 87%,rgba(0,38,142,1) 100%)
}

.cta-section__content {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 727px;
    max-width: 100%;
    color: #fff;
    position: relative;
    z-index: 1
}

.cta-section__copy {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cta-section__title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff !important
}

.cta-section__title-line {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff
}

.cta-section__text {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff
}

.cta-section__form-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.cta-section__disclaimer {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff
}

.cta-section__form {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.cta-section__input {
    width: 280px;
    height: 47px;
    padding: 12px 18px;
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--color-text);
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

.cta-section__input::placeholder {
    color: #9f9f9f
}

.cta-section__input:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 0
}

.cta-section__visual {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 960px;
    max-width: 55%;
    height: 637px;
    max-height: 120%;
    pointer-events: none;
    z-index: 0
}

.cta-section__img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    bottom: -30px;
    right: -280px
}

.cta-section__img {
    position: absolute;
    top: 2.7%;
    left: 0;
    width: 119.84%;
    height: 97.79%;
    object-fit: cover;
    object-position: center
}

.cta-section__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.cta-section__overlay--blue {
    background: #0085ff;
    mix-blend-mode: color
}

.cta-section__overlay--gradient {
    background: linear-gradient(-90deg,rgba(4,4,24,0) 77.908%,#040418 100%)
}

.faq__heading {
    margin: 0 0 var(--space-xl);
    font-size: var(--fs-h1);
    font-weight: 500;
    text-align: center;
    color: var(--color-text)
}

.accordion {
    max-width: 1000px;
    margin: 0 auto var(--space-xl);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--color-bg)
}

.accordion__item {
    border-bottom: 1px solid var(--color-border-faq)
}

.accordion__item.accordion__item--open .accordion__trigger {
    padding-bottom: 6px
}

.accordion__item:last-child {
    border-bottom: 0
}

.accordion__item[hidden] {
    display: none
}

.accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px var(--space-md);
    font-family: var(--font-primary);
    font-size: var(--fs-h3);
    font-weight: 400;
    line-height: var(--lh-body);
    color: var(--color-text);
    text-align: left;
    background: 0;
    border: 0;
    cursor: pointer;
    transition: background .2s ease
}

.accordion__trigger:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: -2px
}

.accordion__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform .2s ease
}

.accordion__item--open .accordion__icon {
    transform: rotate(180deg)
}

.accordion__panel {
    overflow: hidden
}

.accordion__panel[hidden] {
    display: none
}

.accordion__panel p {
    margin: 0;
    padding: 0 20px 20px;
    padding-left: 30px;
    font-size: var(--fs-body);
    font-weight: 300;
    line-height: var(--lh-body);
    color: var(--color-text)
}

[data-attr="form-container"] .dwn-priv.tac {
    color: #fff
}

a:hover {
    text-decoration: none !important
}

[data-attr="form-container"] .dwn-priv.tac {
    margin-bottom: 10px
}

[data-attr="form-field"].inputgroup.submit {
    max-width: 200px;
    margin: 0
}

input#Submit {
    margin: 0 !important;
    height: 52px
}

[data-attr="form-container"] form {
    align-items: center
}

.cta-section [data-attr="form-container"] form {
    justify-content: flex-start
}

.cta-section [data-attr="form-field"].inputgroup {
    margin-left: 0
}

.faq__icon--minus {
    display: none
}

.faq__icon--plus {
    display: block
}

.faq__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.accordion__item--open .faq__icon--minus {
    display: block;
    transform: rotate(180deg)
}

.accordion__item--open .faq__icon--plus {
    display: none !important
}

.section.access {
    background: #f5faff
}

.access h2.section__heading {
    text-align: center;
    margin-bottom: 48px;
}

@media(max-width: 768px) {
    .accordion__panel p {
        padding-left:20px
    }
}

.faq__actions {
    text-align: center
}

@media(max-width: 1024px) {
    :root {
        --fs-hero:2.5rem;
        --fs-h1: 2rem
    }

    .hero {
        padding: 60px 0 100px
    }

    .hero__title {
        font-size: 40px
    }

    .comparison {
        grid-template-columns: 1fr;
        display: grid
    }

    .comparison__col--scope {
        display: none
    }

    .comparison__cell--header {
        font-size: 1rem
    }

    .layers__tabs {
        flex-wrap: wrap;
        gap: 8px
    }

    .layers__tab {
        font-size: 14px;
        padding: 10px 16px;
        height: auto
    }

    .section--one-platform {
        padding: 48px 0
    }

    .container--one-platform {
        padding-left: 24px;
        padding-right: 24px
    }

    .one-platform__intro {
        margin-bottom: 32px
    }

    .one-platform__heading {
        font-size: 28px
    }

    .section__split {
        flex-direction: column
    }

    .app-access {
        flex-direction: column;
        align-items: stretch
    }

    .app-access__content {
        width: 100%
    }

    .app-access__chart {
        width: 100%;
        min-height: 220px
    }

    .architecture {
        height: 300px
    }

    .cta-section__wrap {
        padding: 0 24px
    }

    .cta-section__box {
        padding: 32px 24px;
        min-height: 320px
    }

    .cta-section__visual {
        width: 50%;
        max-width: 400px;
        height: 280px;
        max-height: 80%
    }

    .cta-section__img {
        object-fit: contain
    }
}

@media(max-width: 480px) {
    :root {
        --fs-hero:1.875rem;
        --fs-h1: 1.5rem;
        --fs-h2: 1.25rem
    }

    .cta-section__content {
        text-align: center
    }

    .cta-section__form-wrap {
        align-items: center
    }

    .architecture {
        display: none
    }

    .app-access__content {
        padding-bottom: 0
    }

    .container {
        padding: 0 var(--space-sm)
    }

    .section--one-platform {
        padding: 40px 0
    }

    .container--one-platform {
        padding-left: 16px;
        padding-right: 16px
    }

    .one-platform__intro {
        margin-bottom: 24px
    }

    .one-platform__heading {
        font-size: 24px
    }

    .one-platform__text {
        font-size: 15px
    }

    .hero {
        padding: 40px 0 80px
    }

    .hero__title {
        font-size: 28px
    }

    .hero__features {
        flex-direction: column;
        align-items: center
    }

    .hero__form {
        flex-direction: column;
        width: 100%;
        max-width: 320px
    }

    .hero__input {
        width: 100%
    }

    .btn {
        width: 100%
    }

    .context-card {
        padding: 32px 24px;
        margin-top: 60px;
        max-width: 100%
    }

    .context-card-wrap {
        padding: 0
    }

    .context-card-wrap .container {
        padding: 0
    }

    .app-access {
        padding: 24px;
        gap: 24px
    }

    .app-access__chart {
        min-height: 200px
    }

    .section__block {
        padding: 24px;
        gap: 24px
    }

    .layers__tabs {
        margin-bottom: var(--space-md)
    }

    .layers__tab {
        font-size: 12px;
        padding: 8px 12px;
        letter-spacing: 1px
    }

    .layers__tab-arrow {
        width: 40px;
        height: auto
    }

    .access-platform__img {
        max-width: 100%
    }

    .cta-section__wrap {
        padding: 0 16px
    }

    .cta-section {
        padding: 48px 0
    }

    .cta-section__box {
        padding: 24px 16px;
        min-height: 280px
    }

    .cta-section__title,.cta-section__title-line {
        font-size: 22px
    }

    .cta-section__visual {
        width: 45%;
        max-width: 280px;
        height: 200px;
        display: none
    }

    .cta-section__form {
        flex-direction: column;
        align-items: stretch
    }

    .cta-section__input {
        width: 100%
    }

    .section {
        padding: var(--space-xl) 0
    }

    .data-table {
        font-size: var(--fs-small)
    }

    .data-table th,.data-table td {
        padding: 10px 12px
    }
}