.edgeforall-template {
    margin: 0;
    background: #fff;
    color: #0b0b0d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.edgeforall-template * {
    box-sizing: border-box;
}

.edgeforall-template a {
    color: inherit;
    text-decoration: none;
}

.efa-page {
    overflow: hidden;
    background: #fff;
}

.efa-header {
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 0 74px;
    text-align: center;
}

.efa-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    font-size: clamp(25px, 3.5vw, 42px);
    line-height: 1;
}

.efa-brand-mark {
    width: 28px;
    height: 28px;
    border: 4px solid #2f79ff;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}

.efa-brand-mark::before,
.efa-brand-mark::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 34px;
    height: 4px;
    background: #2f79ff;
    transform: translate(-50%, -50%);
}

.efa-brand-mark::after {
    width: 4px;
    height: 34px;
}

.efa-header p {
    margin: 18px 0 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.efa-nav {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 800;
}

.efa-nav a:hover {
    color: #2766ef;
}

.efa-hero {
    width: min(770px, calc(100% - 40px));
    min-height: 430px;
    margin: 0 auto;
    padding: 38px 0 118px;
    text-align: center;
}

.efa-kicker {
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.efa-hero h1 {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #020204;
    font-size: clamp(43px, 6vw, 74px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: 0;
}

.efa-hero-copy {
    max-width: 610px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.45;
}

.efa-button-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 46px;
}

.efa-ghost-button {
    min-width: 160px;
    border: 1px solid #edf0f6;
    padding: 13px 18px;
    color: #2265ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 800;
    transition: border-color .2s ease, transform .2s ease;
}

.efa-ghost-button:hover {
    border-color: #2265ff;
    transform: translateY(-2px);
}

.efa-section {
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
    padding: 112px 0;
}

.efa-section-narrow {
    width: min(720px, calc(100% - 40px));
    text-align: center;
}

.efa-section h2,
.efa-dark h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4.6vw, 50px);
    font-weight: 950;
    line-height: 1.05;
}

.efa-section h3,
.efa-dark h3 {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.2;
}

.efa-section p,
.efa-section li {
    font-size: 17px;
}

.efa-icon-card {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 22px;
    border-radius: 8px;
    background: #fff6dc;
    color: #f5aa00;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 900;
}

.efa-section-subtitle {
    margin: -10px 0 34px;
    font-weight: 900;
}

.efa-prose {
    text-align: left;
}

.efa-prose p {
    margin: 0 0 26px;
}

.efa-dark {
    background: #121212;
    color: #f7f7f8;
}

.efa-dark-inner {
    width: min(830px, calc(100% - 40px));
    margin: 0 auto;
    padding: 82px 0;
}

.efa-dark blockquote {
    max-width: 780px;
    margin: 18px auto 46px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 36px);
    font-style: italic;
    line-height: 1.35;
    text-align: center;
}

.efa-accent-list,
.efa-check-list {
    display: grid;
    gap: 18px;
    margin: 32px 0 74px;
    padding: 0;
    list-style: none;
}

.efa-accent-list li,
.efa-check-list li {
    position: relative;
    padding-left: 28px;
    color: #f4f4f4;
    font-size: 18px;
    font-weight: 700;
}

.efa-accent-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #ff6fd1;
}

.efa-check-list li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 9px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #50db87;
    border-bottom: 2px solid #50db87;
    transform: rotate(-45deg);
}

.efa-section-heading {
    max-width: 820px;
    margin-bottom: 62px;
}

.efa-section-heading p {
    max-width: 760px;
    margin: 0;
    color: #343842;
}

.efa-two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
}

.efa-two-column article {
    min-width: 0;
}

.efa-two-column ul,
.efa-tech ul {
    margin: 0;
    padding-left: 20px;
}

.efa-two-column li + li {
    margin-top: 14px;
}

.efa-line-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
    border: 3px solid currentColor;
    border-radius: 8px;
}

.efa-line-icon.blue {
    color: #286dff;
}

.efa-line-icon.green {
    color: #1fc56c;
}

.efa-stack {
    display: grid;
    gap: 46px;
    margin-top: 48px;
    text-align: left;
}

.efa-feature-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 22px;
}

.efa-feature-row > span {
    color: #2265ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 900;
}

.efa-feature-row p {
    margin: 0;
}

.efa-timeline {
    display: grid;
    gap: 0;
    max-width: 790px;
    margin: 78px auto 0;
}

.efa-timeline article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 44px;
    min-height: 190px;
    position: relative;
}

.efa-timeline article::before {
    content: "";
    position: absolute;
    left: 78px;
    top: 58px;
    bottom: 0;
    width: 1px;
    background: #d7dbe2;
}

.efa-timeline article:last-child::before {
    display: none;
}

.efa-timeline span {
    color: transparent;
    -webkit-text-stroke: 2px #111;
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
}

.efa-timeline p {
    margin: 0;
}

.efa-dark-compact .efa-dark-inner {
    padding: 86px 0;
}

.efa-strong-line {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    font-size: 24px;
    font-weight: 950;
}

.efa-tech article {
    padding-top: 4px;
}

.efa-table-section {
    padding-top: 56px;
}

.efa-table-wrap {
    overflow-x: auto;
}

.efa-table-wrap table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
}

.efa-table-wrap th,
.efa-table-wrap td {
    border: 1px solid #d8dbe2;
    padding: 20px 18px;
    text-align: left;
    vertical-align: top;
}

.efa-table-wrap thead th {
    background: #f4f4f5;
    font-weight: 950;
}

.efa-table-wrap tbody th,
.efa-table-wrap td:last-child {
    font-weight: 900;
}

.efa-table-wrap td:last-child {
    color: #1f62ff;
}

.efa-arrow-list {
    display: grid;
    gap: 44px;
    margin-top: 56px;
    text-align: left;
}

.efa-arrow-list article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 24px;
}

.efa-arrow-list span {
    color: #2265ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 900;
}

.efa-arrow-list p {
    margin: 0;
}

.efa-join .efa-dark-inner {
    padding: 116px 0;
}

.efa-contact-cards {
    display: grid;
    gap: 18px;
    margin: 58px 0 88px;
}

.efa-contact-cards a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .03);
    padding: 24px 28px;
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 17px;
    font-weight: 800;
}

.efa-form {
    display: grid;
    gap: 22px;
    padding-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.efa-form h3 {
    margin-bottom: 0;
}

.efa-form p {
    margin: -8px 0 18px;
    color: #a7aab1;
}

.efa-form label {
    display: grid;
    gap: 8px;
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 800;
}

.efa-form input,
.efa-form select,
.efa-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 0;
    background: #121212;
    color: #fff;
    padding: 17px 18px;
    font: inherit;
}

.efa-form textarea {
    min-height: 130px;
    resize: vertical;
}

.efa-form button {
    border: 0;
    border-radius: 0;
    background: #5382ed;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.efa-footer {
    position: relative;
    width: min(1040px, calc(100% - 40px));
    margin: 0 auto;
    padding: 52px 0 70px;
    color: #151515;
    font-size: 13px;
}

.efa-footer nav {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.efa-footer a {
    font-weight: 700;
}

.efa-footer p {
    margin: 0;
}

.efa-top-link {
    position: absolute;
    right: 0;
    bottom: 68px;
    font-size: 22px;
}

@media (max-width: 760px) {
    .efa-header {
        padding-bottom: 46px;
    }

    .efa-nav {
        gap: 14px 22px;
    }

    .efa-hero {
        min-height: 0;
        padding-bottom: 74px;
    }

    .efa-button-row,
    .efa-two-column,
    .efa-timeline article,
    .efa-feature-row,
    .efa-arrow-list article {
        grid-template-columns: 1fr;
    }

    .efa-two-column {
        gap: 46px;
    }

    .efa-section,
    .efa-dark-inner,
    .efa-join .efa-dark-inner {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .efa-timeline {
        gap: 40px;
        margin-top: 54px;
    }

    .efa-timeline article {
        min-height: 0;
        gap: 14px;
    }

    .efa-timeline article::before {
        display: none;
    }

    .efa-timeline span {
        font-size: 48px;
    }

    .efa-contact-cards {
        margin-bottom: 62px;
    }
}
